﻿/* 共通 */
.btob_std {
    text-align: center;
    margin-bottom: 25px;
}
.btob_std_title {
    font-size: 38px;
    line-height: 1.43;
    letter-spacing: 0.1em;
    color: #ee9255;
    font-weight: 600;
}
.btob_std_text {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-top: 15px;
    text-align: center;
}
.btob_lp_nav_sp_list a {
    text-decoration: none!important;
    color: #fff!important;
}
a,
a:hover,
a:visited {
    text-decoration: none;
}

a.btob_a_link {
    color: #505050;
}
.btob_a_link:hover {
    text-decoration: underline;
    color: #505050;
}
/* 共通 */
img {
    width: 100%;
}

/* header */
#btob_lp_header {
    width: 100%;
    background-color: #ffefe2;
    position: relative;
    padding: 28px 0 20px;
}
.btob_lp_header_copy {
    position: absolute;
    top: 40px;
    left: 25px;
}
.btob_lp_header_copy_title {
   font-size: 18px;
   margin-bottom: 15px;
}
.btob_lp_header_copy_text {
    font-size: 12px;
    line-height: 1.66;
}
.btob_lp_header_logo {
    width: 184px;
    display: block;
    margin: 0 auto;
}

/* nav */
.btob_lp_nav_wrap  {
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
}
.btob_lp_nav {
    background-color: #ee9255;
    display: flex;
    justify-content: center;
}
.btob_lp_nav ul {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 870px;
    height: 50px;
    margin: 0 auto;
    align-items: center;
}
.btob_lp_nav li {
    display: flex;
    align-items: center;
    height: 100%;
}
.btob_lp_nav li:last-child {
    margin-left: -20px;
}
.btob_lp_nav a {
    height: 100%;
    display: flex;
    align-items: center;
}
.btob_lp_nav_span {
    font-size: 15px;
    line-height: 2.33;
    color: #fff;
    letter-spacing: 0.1em;
    padding: 14px 15px;
    cursor: pointer;
}
.btob_lp_nav_span.bg_white {
    color: #ee9255;
    background-color: #ffffff;
    padding: 0px 10px;
}
.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
}

/* mv */
.btob_mv_slider {
    height: 500px;
}
.btob_mv_slider_item {
    position: relative;
    width: 870px;
}
.btob_mv_slider_item img {
    width: 100%;
}
.btob_mv_slider_text {
    width: 100%;
    color: #fff;
    font-size: 48px;
    line-height: 1.25;
    letter-spacing: 0.1em;
    text-align: center;
    background: rgba(96, 97, 96,0.4);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 50px 0;
    display: none;
}
.btob_mv_slider_item.slick-active .btob_mv_slider_text {
    display: block;
}
.btob_mv_slider .slick-list.draggable {
    padding: 0px calc(50% - 435px)!important;
}

/* 登録 */
.btob_btn_wrap {
    width: 1200px;
    padding: 80px 0;
    margin: 0 auto;
}
.btob_btn_flex {
    width: 870px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.btob_btn_flex_item {
    width: 370px;
}
.btob_btn_flex_item_img {
    width: 470px;
}
.btob_btn_text {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}
.btob_btn_box.triangle {
    margin-bottom: 60px;
}
.btob_btn {
    display: block;
    width: 100%;
    font-size: 35px;
    line-height: 1.56;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: 600;
    padding: 12px 0;
    text-decoration: none!important;
}
.btob_btn:hover {
    text-decoration: none;
}
.btob_btn.triangle {
    color: #fff;
    background-color: #ee9255;
    border:1px solid #ee9255;
    box-sizing: border-box;
    position: relative;
}
.btob_btn.triangle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    border: 9px solid transparent;
    border-left: 14px solid #fff;
}
.btob_btn.nomark {
    color: #ee9255;
    background-color: #fff;
    border:1px solid #ee9255;
    box-sizing: border-box;
}
.btob_btn.triangle:hover {
    color: #ee9255;
    background-color: #fff;
}
.btob_btn.triangle:hover:before {
    border-left: 14px solid #ee9255;
}
.btob_btn.nomark:hover {
    color: #fff;
    background-color: #ee9255;
}

/* 売り場づくり */
.btob_sale_floor_wrap {
    padding: 80px 0;
    margin: 0 auto;
    background: #ffffff;
}
.btob_sale_floor_flex {
    width: 870px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    gap: 15px;
}
.btob_sale_floor_flex_item {
    width: 280px;
}

/* infoスライダー */
.btob_new_info_slide_banner_wrap,
.btob_brand_slide_banner_wrap {
    width: 870px;
    margin: 0 auto;
    position: relative;
}
.btob_new_info_banner,
.btob_brand_banner {
    padding: 0 20px;
}
.slick-slider {
    position: inherit!important;
}
.slider-arrow {
    width: 50px;
}
.slider-prev {
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.slider-next {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

/* 季節の最新情報 */
.btob_new_info {
    width: 1200px;
    margin: 0 auto;
    padding: 75px 0 90px;
}
/* ブランド */
.btob_brand {
    width: auto;
    margin: 0 auto;
    padding: 75px 0 90px;
    background: #fffaf6;
}
.btob_brand_banner_box {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.btob_brand_banner_img_box {
    margin-bottom: 20px;
}
.btob_brand_banner_text {
    font-size: 14px;
    margin-bottom: 10px;
}
.btob_brand_banner_list {
    display: flex;
    gap: 10px;
    margin-top: auto;
    margin-bottom: 10px;
}
.btob_brand_banner_list li {
    border: 1px solid #EE9255;
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
    background-color: #fff;
}
.btob_brand .slick-track {
    display: flex;
    box-sizing: border-box;
}
  
.btob_brand  .slick-slide {
    height: auto !important;
}

/* ジャンル */
.btob_genre_wrap {
    padding: 80px 0 0;
    margin: 0 auto;
    background: #fffaf6;
}
.btob_genre_flex {
    width: 870px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    gap: 10px;
    margin-bottom: 25px;
}
.btob_genre_flex_item {
    width: 205px;
    background: #fff;
}
.btob_genre_text {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-align: center;
    margin: 10px 0;
}
.btob_std_attention {
    font-size: 12px;
    line-height: 1.41;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-align: center;
}

/* シーン */
#btob_scene {
    background: #fffaf6;
}
.btob_scene_wrap {
    width: 1200px;
    padding: 75px 0;
    margin: 0 auto;
    
}
.btob_scene_flex {
    width: 870px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    gap: 15px;
    margin-bottom: 25px;
}
.btob_scene_flex_item {
    width: 280px;
    background: #fffaf6;
}
.btob_scene_text {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-align: center;
    margin: 15px 0;
}

/* よくあるご質問 */
.btob_qa_wrap {
    padding: 80px 0;
    margin: 0 auto;
    background: #fffaf6;
}
.btob_qa {
    width: 870px;
    margin: 0 auto;
}
.btob_qa_list {
    background: #fff;
    margin-bottom: 20px;
}
.btob_q {
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: 0.1em;
    font-weight: 700;
    position: relative;
    padding: 35px 40px;
}
.btob_q:after {
    content: '＋';
    color: #ee9255;
    position: absolute;
    top: 50%;
    right: 48px;
    transform: translateY(-50%);
    border-radius: 50%;
    transform: scale(1.7,1.5) translateY(-50%);
    padding: 1px 0 0 2px;
    font-weight: 300;
    background: #fffaf6;
}
.btob_q:hover:after {
    cursor: pointer;
}
.btob_q.open:after {
    content: '－';
    color: #fff;
    background: #ee9255;
}
.btob_q:not(:first-of-type){
    margin-top: 5px;
}
.btob_a {
    font-size: 15px;
    line-height: 1.46;
    letter-spacing: 0.1em;
    padding-left: 10px;
    padding: 0 40px 35px;
    display: none;
}
.btob_a_text {
    margin-top: 15px;
}
.btob_qa_text {
    font-size: 15px;
    line-height: 1.46;
    letter-spacing: 0.1em;
    padding-top: 5px;
}



/*------------------------------
 ジャンル（コンテンツ・モーダル）エリア
------------------------------*/

/* genre-content
------------------------------*/
.genre-content .pc {
    display: none;
}

.genre-content__title-box {
    margin-bottom: 25px;
}

.genre-content__title {
    color: #ee9255;
    font-size: 17.5px;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 15px;
}

.genre-content__title-caption {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: 0.1em;
    text-align: center;
}

.genre-content__box {
    margin: 0 10px 25px;
}

.genre-content__item-box {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 40px;
}

.genre-content__item {
    width: calc(33.33% - 8.66px);
    margin-right: 13px;
    margin-bottom: 20px;
    cursor: pointer;
}
.genre-content__item:nth-child(3n) {
    margin-right: 0;
}

.genre-content__item-image-box {
    font-size: 0;
    line-height: 0;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 7px;
    overflow: hidden;
}
.is-active .genre-content__item-image-box {
    position: relative;
    padding: 4px;
    box-sizing: border-box;
    overflow: initial;
}
.is-active .genre-content__item-image-box::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    width: 100%;
    height: 100%;
    border: 3px solid #EE9255;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 3px;
    z-index: 1;
}
.genre-content__item-image {
    display: inline-block;
    width: 100%;
    height: auto;
    aspect-ratio: 123 / 132;
    object-fit: cover;
}

.genre-content__item-text {
    color: #404040;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.genre-content__center {
    margin: 0 25px 0;
}

.genre-content__caption {
    color: #4B4B4B;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    margin-bottom: 14px;
}

.genre-content__caption-icon {
    display: inline-block;
    position: relative;
    padding: 0 1em;
    box-sizing: border-box;
}
.genre-content__caption-icon::before, .genre-content__caption-icon::after {
    content: "";
    position: absolute;
    bottom: 50%;
    width: 2px;
    height: 16px;
    background-color: #4B4B4B;
    margin-bottom: -8px;
}
.genre-content__caption-icon::before {
    left: 8px;
    transform: rotate(-12deg);
}
.genre-content__caption-icon::after {
    right: 11px;
    transform: rotate(12deg);
}

.genre-content__button-box {
    display: table;
    width: 100%;
}

div.wrapper_ .genre-content__button-box.space {
    margin-bottom: 20px;
}

div.wrapper_ a.genre-content__button {
    display: table-cell;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: #EE9255;
}

div.wrapper_ a.genre-content__button.white {
    color: #333333;
    background-color: #FFFFFF;
    border: 2px solid #ee9255;
}
/* switching
------------------------------*/
/* .switching {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: opacity 0.5s ease 0s;
    opacity: 0;
    overflow-y: hidden;
} */

.switching.is-open {
    height: calc(100vh + 200px);
    top: -200px;
    opacity: 1;
    overflow-y: auto;
    z-index: 1100;
}

/* .switching__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
} */
.switching__bg {
    display: none;
}
.switching__wrapper {
    position: relative;
    /* margin: 265px 12px 35px; */
    margin: 0;
    box-sizing: border-box;
    z-index: 2;
}

.switching__wrapper-inner {
    background-color: #FFFFFF;
    padding: 24px 10px 31px;
    box-sizing: border-box;
    overflow: hidden;
}

.switching__content {
    display: none;
    width: 870px;
    height: auto;
    margin: 0 auto;
}

.switching__content.is-active {
    display: block;
}

.switching__inner {
    margin-bottom: 50px;
}

.switching__inner-box {
    margin-bottom: 50px;
}

.switching__item-box {
    margin-bottom: 10px;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}

.switching__item {
    /* border-bottom: 1px solid #D8D8D8; */
    width: calc(50% - 10px);
    position: relative;
}
.switching__item:last-child {
    border-bottom: none;
    margin-bottom: 20px;
}

.switching__item-link {
    display: flex;
    flex-flow: row wrap;
    color: #707070;
    text-decoration: none;
}

.switching__item-image-box {
    width: 100%;
    font-size: 0;
    line-height: 0;
    text-align: center;
    margin-right: 15px;
}

.switching__item-image {
    display: inline-block;
    width: 100%;
    aspect-ratio: 187.5 / 187.5;
    object-fit: contain;
}

.switching__definition-box {
    /* width: calc(100% - 175px); */
    width: auto;
}

.switching__definition-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    margin-bottom: 20px;
}
.switching__item-definition-text-box {
    font-weight: normal;
}
.switching__definition-text {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 20px;
}

.switching__definition-price {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: right;
}
.switching__definition-price .switching__item-link {
    justify-content: end;
}
.switching__common {
    width: 100%;
    height: auto;
}

.switching__common__caption {
    color: #4B4B4B;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    margin-bottom: 14px;
}

.switching__common__caption-icon {
    display: inline-block;
    position: relative;
    padding: 0 1em;
    box-sizing: border-box;
}

.switching__common__caption-icon::before, .switching__common__caption-icon::after {
    content: "";
    position: absolute;
    bottom: 50%;
    width: 2px;
    height: 16px;
    background-color: #4B4B4B;
    margin-bottom: -8px;
}

.switching__common__caption-icon::before {
    left: 8px;
    transform: rotate(-12deg);
}

.switching__common__caption-icon::after {
    right: 11px;
    transform: rotate(12deg);
}

.switching__common__button-box {
    display: table;
    width: 100%;
}

div.wrapper_ a.switching__common__button {
    display: table-cell;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: #EE9255;
}

/* switching__pager
--------------------*/
.switching__pager, .switching__pager--bottom, .switching__pager--top {
    width: auto;
}

.switching__pager--top {
    margin-bottom: 30px;
}

.switching__pager__inner {
    width: 100%;
    margin: 0 auto;
}

.switching__pager__item-box {
    position: relative;
    text-align: center;
}

.switching__pager__item {
    display: inline-block;
    min-height: 32px;
    text-align: center;
    cursor: pointer;
}

.switching__pager__item--prev,
.switching__pager__item--next {
    display: inline-block;
    position: absolute;
    top: 50%;
    min-width: 33px;
    min-height: 36px;
    margin-top: -18px;
    cursor: pointer;
}

.switching__pager__item--prev::before,
.switching__pager__item--next::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 33px;
    height: 36px;
    background-size: 100% auto;
    background-position: top left;
    background-repeat: no-repeat;
}

.switching__pager__item--prev {
    left: 0;
    text-align: left;
}

.switching__pager__item--prev::before {
    background-image: url(/cms/img/usr/btob_lp/icon_prev.png);
}

.switching__pager__item--next {
    right: 0;
    text-align: right;
}

.switching__pager__item--next::before {
    background-image: url(/cms/img/usr/btob_lp/icon_next.png);
}

.switching__pager__text, .switching__pager__text--next, .switching__pager__text--prev {
    display: block;
    color: #707070;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
}

.switching__pager__text--prev {
    padding: 0 0 4px 66px;
}

.switching__pager__text--next {
    padding: 0 66px 4px 0;
}

/* .switching__item_btn_inner {
    margin: 0 auto 50px;
    text-align: center;
}
.switching__item_btn {
    border: 2px solid #ee9255;
    padding: 10px 20px;
    display: inline-block;
    font-size: 18px;
    color: #333333 !important;
} */

/*------------------------------
 商品モーダル
------------------------------*/
.modal_btn {
    background-color: #FFEDDE;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
}
.modal_btn span {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
}
.modal_btn span::before,
.modal_btn span::after {
    position: absolute;
    content: "";
    left: calc(50% - 12px);
    display: block;
    width: 24px;
    height: 3px;
    background: #EE9255;
    transition: all 0.3s;
}
.modal_btn span::before {
    top: calc(50% - 1.5px);
}
.modal_btn span::after {
    bottom: calc(50% - 1.5px);
    transform: rotate(90deg);
}

.loading-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #FFEDDE;
  border-top-color: #EE9255;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

#modal {
  display: none;
  position: fixed;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#modal.show {
  display: flex !important;
}
.category-name {
    display: none;
}
.modal-content {
    background: #FFEFE2;
    padding: 45px 35px 30px;
    max-width: 870px;
    width: 90%;
    border-radius: 20px;
    height: auto;
    max-height: 80%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.modal-inner {
    background: #FFFFFF;
    width: 100%;
    overflow-y: auto;
    height: auto;
    max-height: calc(100% - 74px);
    padding: 40px;
    box-sizing: border-box;
    position: relative;
    flex-grow: 1;
}
.modal-inner:not(:has(.block-goods-detail)) {
    font-size: 16px;
    text-align: center;
    height: auto;
    padding: 44px;
}
.modal-inner .block-goods-detail {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.modal-inner .block-goods-detail.visible {
  opacity: 1;
}
.modal-close {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border: none;
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
}
.modal-close::before,
.modal-close::after {
    position: absolute;
    content: "";
    left: calc(50% - 11px);
    display: block;
    width: 22px;
    height: 2px;
    transition: all 0.3s;
    background: #FFFFFF;
}
.modal-close::before {
    top: calc(50% - 1px);
    transform: rotate(45deg);
}
.modal-close::after {
    bottom: calc(50% - 1px);
    transform: rotate(135deg);
}

.new_item_btn {
    margin: 24px auto 0;
    text-align: center;
    width: 320px;
}
div.wrapper_ .new_item_btn a {
    background-color: #EE9255;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 100%;
    /* height: 50px; */
    padding: 13px 10px;
    box-sizing: border-box;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
/* sp */
@media screen and (max-width: 768px) {
    .category-name {
        display: block;
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .modal-content {
        width: calc(100% - 28px);
        max-width: calc(100% - 28px);
        padding: 20px 15px;
    }
    .modal-inner {
        padding: 20px;
        height: calc(100% - 118px);
        max-height: calc(100% - 118px);
    }
    .modal-close {
        width: 36px;
        height: 36px;
        top: -15px;
        right: -13px;
    }
    .modal-close::before, 
    .modal-close::after {
        width: 20px;
        left: calc(50% - 10px);   
    }
    .new_item_btn {
        width: 100%;
    }
}
/*------------------------------
 モーダル内商品
------------------------------*/
.modal-content .block-goods-detail {
    display: flex;
    gap: 20px;
}
.block-goods-detail .img-wrapper {
    width: 290px;
    margin: 0;
}
.block-goods-detail .goods-detail {
    width: calc(100% - 290px);
}
.goods-detail .goods-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
}
.goods-detail .goods-description {
    font-size: 14px;
    border-bottom: 1px solid #CAC6C4;
    padding-bottom: 10px;
    line-height: 1.6;
}
.goods-detail .goods-content1,
.goods-detail .goods-content2 {
    border-bottom: 1px solid #CAC6C4;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.goods-detail dl {
    display: flex;
    font-size: 14px;
}
.goods-detail dl dt {
    width: 22%;
}
.goods-detail dl dd {
    width: 78%;
}
/* sp */
@media screen and (max-width: 768px) {
    .modal-content .block-goods-detail {
        flex-direction: column;
    }
    .block-goods-detail .img-wrapper {
        width: auto;
        
    }
    .block-goods-detail .goods-detail {
        width: auto;
    }
    .goods-detail dl dt {
        width: 32%;
    }
    .goods-detail dl dd {
        width: 68%;
    }
}
/*------------------------------
 売り場づくりエリア
------------------------------*/
/* btob_sale_floor
------------------------------*/
.btob_sale_floor__center {
    margin: 25px 25px 0;
}

a.btob_sale_floor__link {
    display: block;
}

.btob_sale_floor__button-box {
    display: table;
    width: 100%;
}

div.wrapper_ a.btob_sale_floor__button {
    display: table-cell;
    color: #333333;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: #FFFFFF;
    border: 2px solid #ee9255;
}
/*------------------------------
 商品紹介
------------------------------*/
/* goods_detail
------------------------------*/
#godds_detail .switching__pager__item-box {
    padding: 80px 0 0;
    margin: 0 auto 15px;
}
/*------------------------------
ブランド紹介
------------------------------*/
/* brand_detail
------------------------------*/
.mv_item_box {
    margin-top: 60px;
}
.mv_title {
    text-align: center;
    margin: 0 0 20px 0;
}
.mv_title img {
    width: auto;
}
.mv_img_box {
    width: 870px;
    margin: 0 auto 40px;
    text-align: center;
}
.mv_desc {
    margin: 0 0 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;
    text-align: center;
    color: #707070;
}
.mv_desc .sp_only {
    display: none;
}
.movie_frame {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin: 0 0 60px;
}
.movie_frame .movie_ {
    width: 592px;
}
.movie_frame .movie_ iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.movie_frame .movie_img {
    margin: 0;
}
.movie_frame .movie_img img {
    width: 184px;
}
.brand_item_box {
    display: flex;
    flex-wrap: wrap;
    width: 870px;
    margin: 0 auto 40px;
    gap: 20px;
    justify-content: center;
}
.brand_item_box li {
    border: 1px solid #000000;
    padding: 12px;
    cursor: pointer;
    width: 240px;
    box-sizing: border-box;
}
.brand_item_box li.is-active {
    border: 3px solid #EE9255;
    padding: 10px;
}
.brand-content__box {
    width: 870px;
    margin: 0 auto;
}
.brand-content__caption {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 16px;
    color: #4B4B4B;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}
.brand-content__center {
    width: 320px;
    margin: 0 auto 20px;
}
.brand-content__button-box {
    display: table;
    width: 100%;
}
.brand-content__button-box.space {
    margin-bottom: 20px;
}
div.wrapper_ a.brand-content__button {
    display: table-cell;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: #EE9255;
}
div.wrapper_ a.brand-content__button.white {
    color: #000000;
    border: 2px solid #ee9255;
    background-color: #ffffff;
}

/* .brand_item_box li.image-container {
    width: 272px;
    height: 122px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
} */
/*------------------------------
 PC
------------------------------*/
@media screen and (min-width: 769px) {
    /* 769px以上の幅の場合に適応される */

    /*------------------------------
    　ジャンル（コンテンツ・モーダル）エリア
    ------------------------------*/
    /* genre-content
    ------------------------------*/
    .genre-content .sp {
        display: none;
    }
    .genre-content .pc {
        display: block;
    }
    .genre-content__title {
        font-size: 38px;
        line-height: 1.43;
    }
    .genre-content__title-caption {
        font-size: 18px;
        line-height: 1.5;
    }
    .genre-content__box {
        width: 870px;
        margin: 0 auto;
    }
    .genre-content__item-box {
        display: flex;
        flex-flow: row wrap;
        margin-bottom: 40px;
    }
    .genre-content__item {
        width: calc(16.66% - 15px);
        margin-right: 18px;
        margin-bottom: 24px;
        cursor: pointer;
    }
    .genre-content__item:nth-child(3n) {
        margin-right: 18px;
    }
    .genre-content__item:nth-child(6n) {
        margin-right: 0;
    }
    .genre-content__item-text {
        font-size: 16px;
        line-height: 24px;
    }
    .genre-content__center {
        width: 320px;
        margin: 0 auto 20px;
    }
    .genre-content__item-image {
        object-fit: cover;
        aspect-ratio: 130 / 139;
    }
/*    .is-active .genre-content__item-image-box {
        position: relative;
        padding: 4px;
        box-sizing: border-box;
        overflow: initial;
    }
     .is-active .genre-content__item-image-box::before {
        content: "";
        position: absolute;
        top: -3px;
        left: -3px;
        width: 100%;
        height: 100%;
        border: 3px solid #EE9255;
        background-color: rgba(0, 0, 0, 0);
        border-radius: 3px;
        z-index: 1;
    } */
    .is-active .genre-content__item-text {
      color: #EE9255;
    }
    .genre-content__caption {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 16px;
    }
    .genre-content__caption-icon::before, .genre-content__caption-icon::after {
        height: 18px;
    }
    a.genre-content__button {
        font-size: 24px;
        line-height: 70px;
    }
    /* switching
    ------------------------------*/
    .switching {
        position: static;
        width: 870px;
        height: auto;
        margin: 0 auto;
        opacity: 1;
    }
    .switching.is-open {
        height: auto;
        overflow-y: auto;
        z-index: 1;
    }
    .switching__bg {
        display: none;
    }
    .switching__wrapper {
        margin: 0 auto 50px;
    }
    .switching__wrapper-inner {
        padding: 0;
    }
    .switching__inner {
        margin-bottom: 0;
    }
    .switching__inner-box {
        margin-bottom: 0;
    }
    .switching__item-box {
        display: flex;
        flex-flow: row wrap;
        margin-bottom: 0;
        gap: 40px;
    }
    .switching__item {
        width: calc(25% - 30px);
        border: none;
        padding-bottom: 0;
        margin-bottom: 30px;
    }
    .switching__item:nth-child(3n) {
        margin-right: 0;
    }
    .switching__item:nth-child(4n) {
        margin-right: 0;
    }
    .switching__item-link {
        display: block;
    }
    .switching__item-image-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .switching__definition-box {
        width: 100%;
    }
    .switching__definition-title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .switching__definition-text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .switching__definition-price {
        font-size: 18px;
        line-height: 26px;
        margin-top: auto;
    }
    .switching__common {
        display: none;
    }
    /* switching__pager
    --------------------*/
    .switching__pager--bottom {
        display: none;
    }
    .switching__pager__item {
        min-height: auto;
    }
    .switching__pager__item--prev,
    .switching__pager__item--next {
        display: none;
    }
    .switching__pager__text, .switching__pager__text--prev, .switching__pager__text--next {
        font-size: 30px;
        line-height: 44px;
    }

    /*------------------------------
     売り場づくりエリア
    ------------------------------*/
    /* btob_sale_floor
    ------------------------------*/
    .btob_sale_floor__center {
        width: 320px;
        margin: 50px auto 0;
    }

    a.btob_sale_floor__button {
        font-size: 24px;
        line-height: 70px;
    }
}
/*------------------------------
 sp
------------------------------*/
@media screen and (max-width: 768px) {
    img {
        width: 100%;
    }
    /* mv */
    .btob_mv_slider {
        height: 57.5vw;
    }
    .btob_mv_slider_item {
        position: relative;
        width: 100%;
    }
    .btob_mv_slider_item img {
        width: 100%;
    }
    .btob_mv_slider_text {
        width: 100%;
        color: #fff;
        font-size: 20px;
        line-height: 1.25;
        letter-spacing: 0.1em;
        text-align: center;
        background: rgba(96, 97, 96,0.4);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 20px 0;
    }
    .btob_mv_slider_text p {
        font-size: 20px;
        font-weight: 700;
    }
    .btob_mv_slider .slick-list.draggable {
        /* padding: 0px calc(50% - 435px)!important; */
        padding: 0!important;
    }
    
    /* 共通 */
    .btob_std {
        text-align: center;
        margin-bottom: 15px;
    }
    .btob_std_title {
        font-size: 17.5px;
        line-height: 1.56;
    }
    .btob_std_text {
        font-size: 12px;
        line-height: 1.55;
    }
    .btob_sp_wrapper {
        padding: 0 25px;
        background: #fffaf6;
    }
    #btob_sale_floor.btob_sp_wrapper {
        background: #fff;
    }
    #btob_login {
        background: #fff;
    }
    /* #btob_scene {
        background: #fff;
    } */
    div.wrapper_ a, div.wrapper_ a:link {
        text-decoration: none;
    
    }
    
    /* 登録 */
    .btob_btn_wrap {
        width: 100%;
        padding: 30px 0;
        margin: 0 auto;
    }
    .btob_btn_flex {
        width: 100%;
        display: block;
        justify-content: space-between;
        margin: 0 auto;
    }
    .btob_btn_flex_item {
        width: 100%;
        margin-bottom: 15px;
    }
    .btob_btn_flex_item_img {
        width: 100%;
    }
    .btob_btn_text {
        font-size: 14px;
        line-height: 1.37;
        margin-bottom: 15px;
    }
    .btob_btn_box.triangle {
        margin-bottom: 30px;
    }
    .btob_btn {
        display: block;
        width: 100%;
        font-size: 17.5px;
        line-height: 2.32;
        padding: 2px 0;
    }
    .btob_btn.triangle {
        color: #fff!important;
        background-color: #ee9255;
        border:1px solid #ee9255;
        box-sizing: border-box;
        position: relative;
    }
    .btob_btn.triangle:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 40px;
        transform: translateY(-50%);
        border: 9px solid transparent;
        border-left: 14px solid #fff;
    }
    .btob_btn.nomark {
        color: #ee9255!important;
        background-color: #fff;
        border:1px solid #ee9255;
        box-sizing: border-box;
    }
    .btob_btn.triangle:hover {
        color: #fff!important;
        background-color: #ee9255;
        border:1px solid #ee9255;
        box-sizing: border-box;
        position: relative;
    }
    .btob_btn.triangle:hover:before {
        border-left: 14px solid #ee9255;
    }
    .btob_btn.nomark:hover {
        color: #ee9255!important;
        background-color: #fff;
        border:1px solid #ee9255;
        box-sizing: border-box;
    }
    
    /* 売り場づくり */
    .btob_sale_floor_wrap {
        width: 100%;
        padding: 25px 0;
        margin: 0 auto;
        background: #ffffff;
    }
    .btob_sale_floor_flex {
        width: 100%;
        gap: 10px;
    }
    .btob_sale_floor_flex_item {
        width: 48%;
    }
    
    /* 季節の最新情報 */
    .btob_new_info {
        width: 100%;
        margin: 0 auto;
        padding: 25px 0 17px;
    }
    /* ブランド */
    .btob_brand {
        width: 100%;
        margin: 0 auto;
        padding: 25px 0 17px;
    }
    .btob_brand_banner_list {
        display: flex;
        gap: 10px;
        margin-top: 0;
        margin-bottom: 10px;
        box-sizing: border-box;
        padding: 2px;
        flex-wrap: wrap;
    }
    .btob_brand_banner_list li {
        border: 1px solid #EE9255;
        padding: 5px 15px;
        border-radius: 20px;
        display: inline-block;
        background-color: #fff;
        box-sizing: border-box;
    }
    /* infoスライダー */
    .btob_new_info_slide_banner_wrap,
    .btob_brand_slide_banner_wrap {
        width: 67%;
        margin: 0 auto;
        position: relative;
    }
    .btob_new_info_banner,
    .btob_brand_banner {
        padding: 0;
    }
    .slick-slider {
        position: inherit!important;
    }
    .slider-arrow {
        width: 20px;
    }
    .slider-prev {
        position: absolute;
        left: -30px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
    }
    .slider-next {
        position: absolute;
        right: -30px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
    }
    
    /* ジャンル */
    .btob_genre_wrap {
        width: 100%;
        padding: 25px 0;
        margin: 0 auto;
        background: #fffaf6;
    }
    .genre-content__title-box {
        margin-bottom: 0;
    }
    .switching__content {
        width: 100%;
    }
    .switching__inner {
        margin: 0 20px 30px;
    }
    .switching__inner-box {
        margin-bottom: 0;
    }
    .switching__item-box {
        margin-bottom: 0;
    }
    .switching__item:last-child {
        margin-bottom: 0;
    }
    .btob_genre_flex {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        gap: 7.5px;
        margin-bottom: 25px;
    }
    .btob_genre_flex_item {
        width: 48%;
        background: #fff;
    }
    .btob_genre_text {
        font-size: 11px;
        line-height: 1.5;
        letter-spacing: 0.1em;
        font-weight: 600;
        text-align: center;
        margin: 15px 0 10px;
    }
    .btob_std_attention {
        font-size: 12px;
        line-height: 1.41;
        letter-spacing: 0.1em;
        font-weight: 600;
        text-align: center;
    }
    
    /* シーン */
    .btob_scene_wrap {
        width: 100%;
        padding: 25px 0 0;
        margin: 0 auto;
    }
    .btob_scene_flex {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        gap: 7.5px;
        margin-bottom: 25px;
    }
    .btob_scene_flex_item {
        width: 48%;
        background: #fffaf6;
    }
    .btob_scene_text {
        font-size: 11px;
        line-height: 1.5;
        letter-spacing: 0.1em;
        font-weight: 600;
        text-align: center;
        margin: 10px 0 7.5px;
    }
    
    /* よくあるご質問 */
    .btob_qa_wrap {
        width: 100%;
        padding: 25px 0;
        margin: 0 auto;
        background: #fffaf6;
    }
    .btob_qa {
        width: 100%;
        margin: 0 auto;
    }
    .btob_qa_list {
        background: #fff;
        margin-bottom: 10px;
    }
    .btob_q {
        font-size: 12px;
        line-height: 1.35;
        letter-spacing: 0.1em;
        font-weight: 700;
        position: relative;
        padding: 17px 85px 17px 20px;
    }
    .btob_q:after {
        content: '＋';
        color: #ee9255;
        position: absolute;
        top: 50%;
        right: 48px;
        transform: translateY(-50%);
        border-radius: 50%;
        transform: scale(1.7,1.5) translateY(-50%);
        padding: 1px 0 0 2px;
        font-weight: 300;
    }
    .btob_q.open:after {
        content: '－';
        color: #fff;
        background: #ee9255;
    }
    .btob_q:not(:first-of-type){
        margin-top: 5px;
    }
    .btob_a {
        font-size: 11px;
        line-height: 1.46;
        letter-spacing: 0.1em;
        padding-left: 10px;
        padding: 17px 40px 17px 20px;
        display: none;
    }
    .btob_a_text {
        margin-top: 10px;
        font-size: 11px;
    }
    .btob_qa_text {
        font-size: 11px;
        line-height: 1.46;
        letter-spacing: 0.1em;
        padding-top: 5px;
        text-align: center;
    }
    
    /* header */
    #btob_lp_header_sp {
        width: 100%;
        height: 60px;
        position: relative;
        text-align: center;
        background: #ffefe2;
    }
    .btob_lp_header_logo_sp {
       display: block;
       width: 80px;
       padding: 10.5px 0;
       margin: 0 auto;
    }
    .btob_lp_header_sp_modal {
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
        cursor: pointer;
        z-index: 999999;
    }
    .btob_lp_header_sp_modal:before {
        position: absolute;
        top: 22px;
        left: 25px;
        display: block;
        width: 25px;
        height: 1px;
        transition: all 0.3s;
        background: #91847c;
        content: "";
    }
    
    .btob_lp_header_sp_modal span {
        position: absolute;
        top: 29px;
        left: 25px;
        display: block;
        width: 25px;
        height: 1px;
        opacity: 1.0;
        transition: all 0.3s;
        background: #91847c;
    }
    .btob_lp_header_sp_modal:after {
        position: absolute;
        top: 36px;
        left: 25px;
        display: block;
        width: 25px;
        height: 1px;
        transition: all 0.3s;
        background: #91847c;
        content: "";
    }
    .btob_lp_header_sp_modal.is-open:before {
        top: 30px;
        transform: rotate(45deg);
    }
    .btob_lp_header_sp_modal.is-open span {
       opacity: 0;
    }
    .btob_lp_header_sp_modal.is-open:after {
        top: 30px;
        transform: rotate(-45deg);
    }
    .btob_lp_nav_sp {
        padding: 50px 0 30px;
    }
    .btob_lp_nav_sp ul > li:first-child {
        padding-bottom: 0;
    }
    .btob_lp_nav_sp_list a {
        width: 100%;
    }
    .btob_lp_nav_sp_list .bg_white {
        color: #ee9255 !important;
        background-color: #ffffff;
        letter-spacing: 0.1em;
        padding: 14px 15px;
        display: inline-block;
        box-sizing: border-box;
    }
    .btob_lp_nav_sp_list .bg_white span {
        font-size: 15px;
        letter-spacing: 0.1em;
    }
    /* nav */
    #btob_lp_header_sp.fixed {
        position: fixed;
        top: 0;
        z-index: 1000;
    }
    .btob_lp_nav_sp_wrap {
        font-size: 24px;
        line-height: 1.75;
        background: #ee9255;
        color: #fff;
        text-align: center;
        position: fixed;
        top: 60px;
        width: 100%;
        z-index: 999;
        display: none;
    }
    .btob_lp_nav_sp_wrap.is-open {
        display: block;
    }
    .btob_lp_nav_sp_list {
        padding: 15px;
    }
    
    /* footer */
    .block-footernav--item-list li a {
        font-size: 10px;
        line-height: 1.46;
    }
    .block-footernav {
        padding: 25px 60px 25px;
    }
    footer #copyright.block-copyright {
        padding: 0;
        font-size: 10px;
    }
    .block-footernav--item-list li:nth-child(6):after {
        content: none;
    }

    /*------------------------------
    商品紹介
    ------------------------------*/
    /* goods_detail
    ------------------------------*/
    #godds_detail .switching__pager__item-box {
        width: 100%;
        padding: 25px 0;
        margin: 0 auto;
    }
    /*------------------------------
    ブランド紹介
    ------------------------------*/
    /* brand_detail
    ------------------------------*/
    .mv_item_box {
        margin-top: 25px;
    }
    .mv_img_box {
        width: 100%;
    }
    .mv_title {
        width: 100%;
        margin: 25px 0;
    }
    .mv_desc {
        margin: 0 15px 20px;
        font-size: 14px;
        line-height: 2.142857;
    }
    .mv_desc .sp_only {
        display: inline;
    }
    .movie_frame {
        display: block;
        margin: 0 15px;
    }
    .movie_frame .movie_ {
        width: 100%;
        margin: 0 0 10px;
    }
    .movie_frame .movie_img {
        margin: 0 15px 20px;
        text-align: center;
    }
    .brand_item_box {
        width: 100%;
        gap: 13px;
    }
    .brand_item_box li {
        width: calc(50% - 20px);
    }
    .brand-content__box {
        margin: 0 10px 25px;
        width: auto;
    }
    .brand-content__center {
        margin: 0 25px 0;
        width: auto;
    }
    .brand-content__caption {
        font-size: 14px;
    }
}