@charset "shift_jis";
/*--------------------------------------------------------
 共通レイアウト
--------------------------------------------------------*/
/* パンくず */
.pankuzu {
    width: 986px;
    margin: 0 auto 5px auto;
}
.pankuzu li {
    display: inline;
    font-size: 12px;
}
.pankuzu .current a:link, .pankuzu .current a:hover, .pankuzu .current a:visited {
    text-decoration: none;
    color: #333;
}
/* global wrap */
.wrapper {
    margin-top: -16px;
}
/* 看板エリア */
.main_inner {
    background: url(/shopping/img/special/shitadori2025/lp/main_title_bg_pc_250328.png) no-repeat top center;
    overflow: hidden;
    height: 460px;
    text-align: center;
}
.main_inner h1 {
    margin-top: 10px;
}
/* 商品レイアウトエリア */
.inner {
    width: 986px;
    margin: 0 auto;
    border-radius: 15px 15px 0 0;
    box-shadow: 2px 2px 10px 10px #FFF;
}
.itemarea {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
}
/* 背景 */
.inner_bg {
    padding-top: 30px;
    background: url(/shopping/img/special/shitadori2025/genre/genre_bg_pc.png) repeat center top;
    position: relative;
}
.inner_bg::after {
    content: "";
    width: 100%;
    height: 334px;
    background: url(/shopping/img/special/shitadori2025/genre/genre_pennantPc_bottom.png) center no-repeat;
    display: inline-block;
    background-position: bottom;
    position: absolute;
    bottom: 0;
}
/*--------------------------------------------------------
 商品共通カラム
--------------------------------------------------------*/
.genre-box {
    position: relative;
}
.genre-box .panel_2 {
    width: 484px;
    margin-bottom: 24px;
}
.genre-box .panel_2 img {
    width: 100%;
}
.genre-box .panel_2 .mainImg {
    margin-top: 50px;
}
.genre-box .panel_2 .mainImg .flag_img {
    width: 100%;
    position: absolute;
    top: -4px;
    left: -10px;
    display: block;
    height: 74px;
}
.genre-box .panel_2 .mainImg .flag_img img {
    max-width: 100%;
    width: auto;
}
.genre-box .info_text {
    margin: 5px 0 0 10px;
    text-align: left;
    line-height: 1.0;
}
.genre-box .info_text span {
    color: #ff0000;
}
/* ------------------- ライトボックス ------------------- */
/* 下取りサービス */
#shitadori_service_lb {
    position: relative;
}
.lightbox_window {
    overflow: hidden;
    width: 0;
    height: 0;
}
.lightbox_resized {
    width: 600px;
}
.lightbox_resized ul {
    display: flex;
    flex-wrap: wrap;
}
.lightbox_resized ul li img {
    width: 296px;
}
.shitadori_lightbox_bg img {
    width: 100%;
}
.titBox {
    background-image: -webkit-linear-gradient(bottom left, #f6d4ed 25%, #f3d1ea 25%, #f3d1ea 50%, #f6d4ed 50%, #f6d4ed 75%, #f3d1ea 75%, #f3d1ea);
    background-image: -o-linear-gradient(bottom left, #f6d4ed 25%, #f3d1ea 25%, #f3d1ea 50%, #f6d4ed 50%, #f6d4ed 75%, #f3d1ea 75%, #f3d1ea);
    background-image: linear-gradient(to top right, #f6d4ed 25%, #f3d1ea 25%, #f3d1ea 50%, #f6d4ed 50%, #f6d4ed 75%, #f3d1ea 75%, #f3d1ea);
    background-image: linear-gradient(to top right, #828282 25%, #767676 25%, #767676 50%, #828282 50%, #828282 75%, #767676 75%, #767676);
    text-shadow: 0 1px 2px #000, 1px 0 2px #000, 0 -1px 2px #000, -1px 0 2px #000, -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000, 1px 1px 2px #000;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 0;
    background-size: 4px 4px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    line-height: 25px;
    margin-top: 13px;
    margin-bottom: 8px;
}
.titBox span {
    color: #fff700;
    padding: 0 10px;
}
#shitadoriMovieBL {
    position: absolute;
    right: 20px;
    bottom: 80px;
}
#cboxLoadedContent {
    width: 600px;
}
.btn--blue {
    margin: 10px auto 0;
}
#shitadori_service_lb .btn--blue a {
    font-weight: 700;
    line-height: 1;
    position: relative;
    display: block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #2a4d8c;
    border-radius: 0.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 16px;
}
.btn--blue a {
    font-weight: bold;
    background: transparent;
    padding: 18px 30px;
    border: 3px solid #2a4d8c;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    transition: .3s;
}
.btn--blue a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #2a4d8c;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}
#shitadori_service_lb .btn--blue a:hover {
    color: #fff;
}
.btn--blue a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}
#shitadoriMovieBL {
    bottom: 130px;
}
/* ------------------- 他導線 ------------------- */
.other_item {
    position: relative;
}
.other_item a, .other a {
    border: 1px solid #ccc;
    border-radius: 5px;
    background: linear-gradient(0deg, #c2c2c2 0%, #ffffff 100%);
    color: #000;
    box-sizing: border-box;
    display: block;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    width: 96%;
    margin: 0 auto 10px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff;
    font-size: 16px;
}
.other_item a:after {
    position: absolute;
    content: ">";
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.other_item:hover {
    text-decoration: none;
}
.other_item a .subText {
    font-size: 14px;
}
.other_item a .subText .price {
    color: #f00;
}
/*--------------------------------------------------------
絞り込みフィルター
--------------------------------------------------------*/
.narrow_bg {
    padding-bottom: 32px;
    background: #fff8d8;
}
.narrow_title {
    position: relative;
    z-index: 100;
    padding-top: 10px;
    text-align: center;
}
.Narrow_select_Area {
    position: relative;
    margin-top: -14px;
    margin-right: auto;
    margin-left: auto;
    width: 870px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 1;
    background: #ffffff;
}
.narrow_select_header {
    background: #008edf;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 0.1rem;
    z-index: 10;
}
.Category_select {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    padding: 16px 4%;
}
.Category_select li {
    padding-left: 2%;
    width: 23%;
}
.Category_select li input {
    margin: 6px 5px;
}
.Category_select li label {
    cursor: pointer;
    line-height: 2.0;
}
.js_searchItemCou {
    display: block;
    text-align: center;
    margin: 5px 0 0 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 24px;
    font-weight: bold;
    border-top: 1px solid #ccc;
}
.NarrowingBtnReset {
    position: absolute;
    top: 9px;
    right: 16px;
    background: linear-gradient(0deg, rgba(173, 173, 173, 1) 0%, rgba(203, 203, 203, 1) 26%, rgba(252, 252, 252, 1) 100%);
    border: 1px solid #999;
    padding: 6px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    text-shadow: 1px 1px 1px #fff;
    cursor: pointer;
    z-index: 10;
}
.NarrowingBtnReset span {
    font-size: 22px;
    line-height: 0;
    position: relative;
    top: 3px;
}
.NarrowingBtnReset:hover {
    background: linear-gradient(0deg, rgba(252, 252, 252, 1) 0%, rgba(203, 203, 203, 1) 74%, rgba(173, 173, 173, 1) 100%);
}
.NarrowingBtnReset.disable {
    display: none;
}
/*--------------------------------------------------------
 ジャンル誘導
--------------------------------------------------------*/
.genre_link_area {
    width: 986px;
    margin: 80px auto 30px;
    text-align: center;
    background: #fff8d8;
    position: relative;
    padding: 50px 0 20px;
}
.genre_link_area h2 {
    position: absolute;
    top: -60px;
    width: 100%;
}
.genre_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    list-style: none;
}
.genre_listItem {
    margin-bottom: 8px;
}
/*--------------------------------------------------------
 追従
--------------------------------------------------------*/
/* 下取りサービス */
.shitadori_service_follow {
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    padding-top: 4px;
    padding-bottom: 4px;
    transform: translatex(-50%);
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-align: center;
}
/* 下取りくん */
#Shitadorikun {
    position: fixed;
    left: 0;
    bottom: 22px;
    z-index: 1000;
    max-width: 193px;
    box-sizing: border-box;
}
#Shitadorikun > a {
    display: block;
    padding-left: 5px;
}
#Shitadorikun img {
    max-width: 100%;
}
#Shitadorikun .fix_close {
    position: absolute;
    top: 0;
    right: -1px;
    cursor: pointer;
    background-color: #fff;
    line-height: 0;
}
#Shitadorikun .filter:hover {
    filter: brightness(1.1);
}
.shitadorikun_lb_window {
    width: 1000px;
    margin: 10px auto 0;
}
.shitadorikun_lb_area {
    position: relative;
    overflow: hidden;
}
.shitadorikun_lb_movie {
    position: absolute;
    left: 64px;
    bottom: 86px;
}
/* 「トップに戻る」 */
#side_navi, #side_navi2 {
    position: fixed;
    display: none;
    z-index: 5;
}
#side_navi:hover, #side_navi2:hover {
    cursor: pointer;
}
#side_navi2 {
    right: 0;
    bottom: 22px;
}
/*--------------------------------------------------------
 その他
--------------------------------------------------------*/
/* 完売 */
.soldout {
    pointer-events: none;
}
.soldout::before {
    background-color: rgba(0, 0, 0, 0.65);
    background-image: url(/shopping/sale/img/soldout.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.mainImg .soldout::before {
    height: 53.5%;
}
.Selectitem_area .soldout::before {
    background-size: 6.5%;
}
.Selectitem_area_2cl .soldout::before {
    background-size: 13%;
}
.starBtn {
    display: none !important;
}
/* FAQ */
.anchor_faq_btn {
    text-align: center;
    margin: 20px 0 50px;
}
.faq_area {
    margin-top: 60px;
    padding: 20px 0 40px;
    background: url(/shopping/img/special/shitadori2024/lp/bg_faq.png);
    border-radius: 23px;
}
.faq_tit {
    text-align: center;
}
.faq_list {
    max-width: 800px;
    margin: 0 auto;
}
.faq_list li {
    background-color: #fff;
    margin-bottom: 20px;
    position: relative;
}
.faq_list .question {
    position: relative;
    cursor: pointer;
}
.faq_list .question::before, .faq_list .question::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    width: 20px;
    height: 2px;
    background-color: #000;
}
.faq_list li .question::after {
    transform: translateY(-50%)rotate(90deg);
}
.faq_list li.active .question::after {
    transform: translateY(-50%)rotate(0deg);
}
.faq_list p {
    position: relative;
}
.faq_list p:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 46px;
    background-size: contain;
    background-repeat: no-repeat;
}
.faq_list .question p {
    color: #04a10c;
    font-size: 22px;
    line-height: 1.2;
    padding: 20px 94px 15px;
}
.faq_list .question p:before {
    background-image: url(/shopping/img/special/shitadori2024/lp/ico_q.png);
    left: 28px;
    top: 50%;
    transform: translateY(-50%);
}
.faq_list .answer {
    display: none;
}
.faq_list .answer p {
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    border-top: 1px solid #b9b9b9;
    padding: 30px 66px;
    margin: 0 28px;
}
.faq_list .answer p:before {
    background-image: url(/shopping/img/special/shitadori2024/lp/ico_a.png);
    top: 18px;
    left: 0;
}
.faq_link {
    text-align: right;
    margin-top: 10px;
}
.faq_link a {
    font-size: 24px;
    text-decoration: underline;
    color: #04a10c;
}
.secchi_btn {
    text-align: center;
    margin: 40px 0;
}