@charset "utf-8";
.bread {
    padding-top: 30px;
}


/* 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;
}

.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%;
    height: 100%;
}

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

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

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

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

.slider_area .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;
}

.slider_area .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;
}


/*main*/

.product_details_main_flex {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1320px;
    margin: 0 auto 108px;
    align-items: flex-start;
}

.product_details_main_flex_left {
    width: 50%;
}

.product_details_main_flex_right {
    width: 37%;
}


/*メインスライド部分*/

.product_details_main_flex_left_text {
    margin-top: 10px;
}

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

.product_details_main_flex_left_images>.slick_area {
    width: 14%;
    position: relative;
}

.product_details_main_flex_left_images_slide {
    position: relative;
}

.product_details_main_flex_left_images_slide .slick-prev {
    position: absolute;
    top: -10px;
    bottom: auto;
    left: 0;
    font-size: 25px;
    color: #5E5E5E;
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
    content: '' !important;
    display: block;
    width: 100%;
    color: transparent;
    z-index: 10;
}

.product_details_main_flex_left_images_slide .slick-list {
    overflow: hidden;
}

.product_details_main_flex_left_images_slide .slick-next {
    position: absolute;
    top: auto;
    bottom: -20px;
    left: 0;
    font-size: 25px;
    color: #5E5E5E;
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
    content: '' !important;
    display: block;
    width: 100%;
    color: transparent;
    z-index: 10;
}

.product_details_main_flex_left_images_slide .slick-prev::before {
    background: url(../img/common/btn_prev.png) left center/contain no-repeat;
    width: 20px;
    height: 17px;
    content: '' !important;
    display: block;
    transform: rotate(90deg);
    margin: 0 auto;
}

.product_details_main_flex_left_images_slide .slick-next::before {
    background: url(../img/common/btn_next.png) right center/contain no-repeat;
    width: 20px;
    height: 17px;
    content: '' !important;
    display: block;
    transform: rotate(90deg);
    margin: 0 auto;
}

.product_details_main_flex_left_images_slide li {
    margin-bottom: 15px;
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
    height: 100px !important;
}

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

.product_details_main_flex_left_images_slide li:hover {
    opacity: 0.8;
}

.product_details_main_flex_left_images_slide li:last-child {
    margin-bottom: 0;
}

.product_details_main_flex_left_images_preview {
    width: 80%;
    height: 100%;
    display: flex;
    background: #f8f8f8;
}

.product_details_main_flex_left_images_preview .slick-track {
    display: flex;
    align-items: center;
}

.product_details_main_flex_left_images_preview img {
    object-fit: contain;
    width: 98%;
    height: 100%;
    margin: auto;
    aspect-ratio: 9 / 11;
}

.product_details_main_flex_left_images_preview .slick-prev,
.product_details_main_flex_left_images_preview .slick-next {
    z-index: 10;
    width: 32px;
    height: 56px;
}

.product_details_main_flex_left_images_preview .slick-prev {
    left: 0;
}

.product_details_main_flex_left_images_preview .slick-next {
    right: 0;
}

.product_details_main_flex_left_images_preview .slick-prev::before,
.product_details_main_flex_left_images_preview .slick-next::before {
    display: block;
    width: 32px;
    height: 56px;
    color: transparent;
}

.product_details_main_flex_left_images_preview .slick-prev::before {
    border-radius: 0 4px 4px 0;
    background: url(../img/common/btn_prev.png) center/9px no-repeat, rgba(255, 255, 255, .7);
}

.product_details_main_flex_left_images_preview .slick-next::before {
    border-radius: 4px 0 0 4px;
    background: url(../img/common/btn_next.png) center/9px no-repeat, rgba(255, 255, 255, .7);
}

.video_modal {
    cursor: url('../img/common/cursor_on.svg') 8 8, auto !important;
}


/*メイン右*/

.product_details_main_flex_right_exhibitor {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.product_details_main_flex_right_contact {
    margin-bottom: 50px;
}

.product_details_main_flex_right_exhibitor_name {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.6rem;
    text-align: left;
    color: #121212;
}

.product_details_main_flex_right_exhibitor_logo {
    width: 80px;
    margin-right: 20px;
    border-radius: 40px;
    overflow: hidden;
    border: 1px solid #000;
}


/*リンクエリア*/

.product_details_main_flex_right_link {
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 40%;
	position: absolute;
	right: 0;
}


/*出展者webサイト*/

a.product_details_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.product_details_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;
}


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

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


/*SNS*/

.product_details_main_flex_right_link_sns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
    margin-right: 20px;
}

.product_details_main_flex_right_link_sns div {
    width: 26px;
}

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


/*商品説明*/

.product_details_main_flex_left_text_title {
    margin: 0 0 0 1em;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    text-align: left;
    color: #121212;
}

.product_details_main_flex_left_text_animated_content {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 11px;
    text-align: left;
    color: #121212;
    transition: .5s;
}

.product_details_main_flex_left_text_animated_more {
    text-align: right;
    margin-top: 0.5em;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.2rem;
    text-align: right;
    color: #121212;
    transition: .5s;
}

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

.product_details_main_flex_left_text_animated_more p:hover {
    opacity: 0.8;
}


/*商品説明_Moreボタン*/

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

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

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

.close-btn {
    background: none;
}

.slide-up {
    height: 150px;
    padding-bottom: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.slide-down {
    height: auto;
    overflow: visible;
    padding-bottom: 50px;
    transition: all 0.5s ease-in-out;
}

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

.close-btn {
    padding: 0;
}


/*商品情報*/

.product_details_main_flex_right_product_name {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2rem;
    color: #121212;
}

.product_details_main_flex_right_favorite {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    text-align: left;
    color: #414141;
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
    font-weight: 400;
}

.product_details_main_flex_right_favorite span::before {
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    color: #5E5E5E;
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
    margin-right: 0.25em;
}

.product_details_main_flex_right_prize {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.product_details_main_flex_right_prize p {
    font-family: "Noto Sans JP";
    font-size: 2rem;
    text-align: left;
    color: #414141;
}

.product_details_main_flex_right_reference span {
    color: #fff;
    display: block;
    padding: 3px 24px;
    background: #C7B098;
    font-size: 14px;
    margin-left: 2em;
    font-family: "Noto Sans JP";
    font-size: 1.2rem;
    text-align: center;
    border-radius: 20px;
}


/*開閉メニュー*/

.product_details_main_flex_right_list_accordion {
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
    padding: 20px 0;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-content: center;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.1rem;
    text-align: left;
    color: #121212;
}

.product_details_main_flex_right_list_table {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.1rem;
    text-align: left;
    color: #121212;
    padding-bottom: 15px;
    width: 90%;
    margin: auto;
}

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

.product_details_main_flex_right_list_table table th,
.product_details_main_flex_right_list_table table td {
    padding: 1.5em 0 1.5em 3em;
    border-top: solid 1px #A8A8A8;
}

.product_details_main_flex_right_list_table table th {
    width: 30%;
    background: #f1f1f1;
}

.product_details_main_flex_right_list_table table td {
    width: 70%;
}

.product_details_main_flex_right_list {
    border-top: solid 1px #A8A8A8;
}

.product_details_main_flex_right_list_area {
    border-bottom: solid 1px #A8A8A8;
}

.product_details_main_flex_right_list_accordion_clos_icon {
    position: relative;
}

.product_details_main_flex_right_list_accordion_clos_icon::before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: all 0.5s;
    position: absolute;
    font-size: 1.6rem;
    color: #5E5F60;
}

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


/*同じブランドの他の商品*/

.product_details_sub {
    margin-bottom: 80px;
}

.product_details_sub_in_title {
    text-align: center;
    color: #5E5E5E;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #A8A8A8;
    padding-bottom: 15px;
    margin-bottom: 60px;
}

.product_details_sub_in_title h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: left;
    color: #414141;
}

.product_details_sub_more {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #121212;
}

.product_details_sub_more::after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
}

.product_details_sub_more.sp {
    display: none;
}

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

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

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

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

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

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

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

.product_details_sub_in_info_flex_right {
    width: 25%;
}

a.product_details_sub_in_info_flex_right_link_btn {
    background: #fff;
    display: block;
    color: #000;
    font-weight: bold;
    padding: 11px 0;
    text-align: center;
    border: solid 2px #aaa;
}

a.product_details_sub_in_info_flex_right_link_btn::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 0.5em;
}

a.product_details_sub_in_info_flex_right_link_btn:hover {
    opacity: 1;
    background: #aaa;
    border: solid 2px #aaa;
}

.product_details_sub_in_info_text {
    margin-bottom: 3em;
}

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


/*出展者情報*/

.exhibitor_info {
    background: #FAF8F4;
    padding: 75px 0 110px;
}

.exhibitor_info_in {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
	position: relative;
}

.exhibitor_info_in_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.exhibitor_info_in_flex_left {
    display: flex;
	align-items: start;
}

.exhibitor_info_in_flex_left_exhibitor_img {
    min-width: 160px;
	max-width: 160px;
	aspect-ratio: 1;
    border: 1px solid #707070;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 20px;
}

.exhibitor_info_in_flex_left_right {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.exhibitor_info_in_flex_left_right_logo_area {
    display: flex;
    justify-content: start;
	flex-wrap: wrap;
}

.exhibitor_info_in_flex_left_right_logo_area_img {
    margin-right: 20px;
    min-width: 80px;
	width: 80px;
	height: 80px;
    display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.exhibitor_info_in_flex_left_right_name {
	height: 80px;
	line-height: 80px;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2.0rem;
    text-align: left;
    color: #000;
}


/*出展者説明文*/

.exhibitor_info_in_exhibitor_text {
    margin: 60px 0 30px;
    font-family: "Noto Sans JP";
    font-size: 1.1rem;
}

.exhibitor_info_in_exhibitor_text .exhibitor_info_in_exhibitor_text_title {
    margin-bottom: 1em;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    text-align: left;
    color: #121212;
}

.exhibitor_info_in_exhibitor_text .exhibitor_info_in_exhibitor_text_animated_text_more {
    text-align: right;
    margin-top: 0.5em;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.2rem;
    text-align: right;
    color: #121212;
    transition: .5s;
}

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

.exhibitor_info_in_exhibitor_text_animated_text_more p:hover {
    opacity: 0.8;
}


/*Moreボタン*/

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

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

.close-btn,
.exhibitor_info_in_exhibitor_text_animated_text_more {
    display: block;
    width: 100%;
    padding: 80px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: right;
    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_info_in_exhibitor_text_animated_text_more p {
    display: inline-block;
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
    padding: 5px 20px;
}

.close-btn {
    padding: 0;
}


/*開閉メニュー_取引条件*/

.exhibitor_info_in_list_accordion {
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
    padding: 25px 0;
    width: 95%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    text-align: left;
    color: #121212;
}

.exhibitor_info_in_list_table {
    padding-bottom: 25px;
    font-size: 16px;
    width: 95%;
    margin: auto;
}

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

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

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

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

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

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

.exhibitor_info_in_list_accordion_clos_icon {
    position: relative;
}

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

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


/* RECOMMEND */

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

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

.product_details_lower {
    background: #fff;
}

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

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

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

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

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

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

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

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

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

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

.product_details_recommend_in_content_info_flex_right {
    width: 25%;
}

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

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

.product_details_recommend_in_content_info_text {
    margin-bottom: 3em;
}

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


/* Youtube */

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

#youtube_inner {
    max-width: 1000px;
    height: 696px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 10px;
    padding: 70px;
    display: flex;
    align-items: center;
}

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

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

.youtube_area {
    width: 100%;
    position: relative;
}

.youtube_area::before {
    content: '';
    display: block;
    padding-top: 56.25%
}

#youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #000;
}

.product_details_main_flex_left_text.sp {
    display: none;
}

.exhibitor_info_in_flex_left_right_logo_area.sp {
    display: none;
}


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

@media screen and (max-width: 750px) {
    .bread {
        margin-bottom: 19px !important;
    }
    .product_details_main_flex {
        display: block;
        margin-bottom: 0;
    }
    .product_details_main_flex_left {
        width: 100%;
    }
    .product_details_main_flex_right {
        width: 100%;
    }
    .product_details_main_flex_left_images {
        display: block;
        margin-bottom: 30px;
    }
    .product_details_main_flex_left_images_slide_area {
        display: none;
    }
    .product_details_main_flex_left_images_preview {
        width: 100vw;
        left: -20px;
    }
    .product_details_main_flex_left_images_preview img {
        width: 100%;
    }
    .product_details_main_flex_left_text.pc {
        display: none;
    }
    .product_details_main_flex_left_text.sp {
        display: block;
        margin-bottom: 40px;
    }
    .product_details_main_flex_right_exhibitor_name {
        font-size: 14px;
        letter-spacing: 0;
    }
    .product_details_main_flex_right_exhibitor_logo {
        width: 60px;
    }
    .product_details_main_flex_right_product_name {
        font-size: 16px;
        letter-spacing: 0;
    }
    .product_details_main_flex_right_exhibitor {
        margin-bottom: 16px;
    }
    .product_details_main_flex_right_favorite span::before {
        font-size: 17px;
    }
    .product_details_main_flex_right_favorite {
        font-size: 12px;
        margin-bottom: 16px;
    }
    .product_details_main_flex_right_reference span {
        font-size: 12px;
    }
    .product_details_main_flex_right_prize {
        margin-bottom: 30px;
    }
    .product_details_main_flex_right_prize p {
        font-size: 18px;
    }
    .product_details_main_flex_right_contact {
        margin-bottom: 40px;
    }
    a.product_details_main_flex_right_contact_link_btn {
        font-size: 14px;
        padding: 10px;
        max-width: 280px;
        margin: 0 auto;
    }
    .product_details_main_flex_right_list_accordion {
        font-size: 10px;
    }
    .product_details_main_flex_right_link_sns {
        margin-bottom: 0;
    }
    .product_details_sub {
        margin-bottom: 0;
    }
    .product_details_sub_in {
        padding-bottom: 0 !important;
    }
    .product_details_sub_in_title h3 {
        font-size: 20px;
    }
    .product_details_sub_in_title a {
        display: none;
    }
    .product_details_sub_in_info_more_slider_name {
        font-family: "Noto Sans JP";
        font-weight: bold;
        font-size: 14px;
        color: #121212;
    }
    .product_details_sub_more.pc {
        display: none;
    }
    .product_details_sub_more.sp {
        display: block;
        margin: 20px auto 40px;
        text-align: center;
    }
    .exhibitor_info_in_flex {
        display: block;
    }
    .exhibitor_info_in_flex_left {
        width: 100%;
    }
    .product_details_main_flex_right_link {
        width: 100%;
    }
    .exhibitor_info_in_flex_left_exhibitor_img {
        width: 63px;
        height: 63px;
        border-radius: 10px;
    }
    .exhibitor_info_in_flex_left_right_name {
        font-size: 16px;
    }
    .exhibitor_info_in_flex_left_right_logo_area.sp {
        display: flex;
        margin-top: 20px;
    }
    .exhibitor_info_in_flex_left_right_logo_area.pc {
        display: none;
    }
    .exhibitor_info_in_flex_left_right_logo_area_img {
        width: 40px;
        margin-right: 10px;
    }
    .product_details_main_flex_right_link {
        margin-top: 30px;
    }
    a.product_details_main_flex_right_link_btn {
        font-size: 11px;
        letter-spacing: 0;
        padding: 12px 0;
        margin: 0;
    }
    .exhibitor_info_in_exhibitor_text {
        margin-top: 40px;
    }
    .exhibitor_info_in_list_table th,
    .exhibitor_info_in_list_table td {
        width: auto !important;
        display: block;
        text-align: center !important;
    }
    .exhibitor_info_in_list_table td {
        border-top: none !important;
    }
    .exhibitor_info {
        padding-bottom: 60px;
    }
    .slick-dots {
        bottom: 10px !important;
    }
    .slick-dots button::before {
        font-size: 10px !important;
    }
    /* Youtube */
    #youtube_inner {
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        border-radius: 10px;
        padding: 70px 20px;
        width: 90%;
        height: 50%;
        overflow-y: scroll;
    }
    #youtube .close {
        position: absolute;
        top: 0px;
        right: 10px;
        color: #121212;
        cursor: url('../img/common/cursor_on.svg') 8 8, auto;
    }
    #youtube .close::after {
        content: '×';
        display: block;
        font-family: "Noto Sans JP";
        font-size: 32px;
    }
}