/* 共通 */
.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:hover {
    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;
}
.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_span {
    font-size: 15px;
    line-height: 2.33;
    color: #fff;
    letter-spacing: 0.1em;
    padding: 14px 15px;
    cursor: pointer;
}
.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: #fffaf6;
}
.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 {
    width: 870px;
    margin: 0 auto;
    position: relative;
}
.btob_new_info_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_genre_wrap {
    padding: 80px 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_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;
}

@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_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: #fffaf6;
}
.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;
}

/* infoスライダー */
.btob_new_info_slide_banner_wrap {
    width: 67%;
    margin: 0 auto;
    position: relative;
}
.btob_new_info_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;
}
.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);
}

/* 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;
}
}

/*------------------------------
 ジャンル（コンテンツ・モーダル）エリア
------------------------------*/

/* 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;
}

.genre-content__item-image {
    display: inline-block;
    width: 100%;
    height: auto;
}

.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_ 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;
}

/* 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__wrapper {
    position: relative;
    margin: 265px 12px 35px;
    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;
}

.switching__content.is-active {
    display: block;
}

.switching__inner {
    margin-bottom: 50px;
}

.switching__inner-box {
    margin-bottom: 50px;
}

.switching__item-box {
    margin-bottom: 10px;
}

.switching__item {
    display: flex;
    flex-flow: row wrap;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.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: 160px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    margin-right: 15px;
}

.switching__item-image {
    display: inline-block;
    width: 100%;
    height: auto;
}

.switching__definition-box {
    width: calc(100% - 175px);
}

.switching__definition-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    margin-bottom: 10px;
}

.switching__definition-text {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 5px;
}

.switching__definition-price {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: right;
}

.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;
}

/*------------------------------
 売り場づくりエリア
------------------------------*/
/* 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: #FFFFFF;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: #EE9255;
}

/*------------------------------
 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;
    }
    .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 25px;
    }
    .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;
    }
    .switching__item {
        width: calc(33.33% - 40px);
        border: none;
        padding-bottom: 0;
        margin-right: 60px;
        margin-bottom: 30px;
    }
    .switching__item:nth-child(3n) {
        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;
    }
    .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;
    }
}
