@charset "utf-8";

/* detail
-------------------------------*/

.itemDetailTopWrap {
    display: table;
    width: 100%;
}

.itemImageWrap.largePic {
    display: table-cell;
    vertical-align: top;
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
    padding-right: 80px;
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    .itemImageWrap.largePic {
        width: 100%;
    }
}

.itemImageWrap.largePic li {
    margin-bottom: 50px;
}

.itemImageWrap img {
    width: 100%;
    height: auto;
}

.itemImageWrap .zoom:hover,
.detail_image_sub_pc .zoom:hover,
.itemImageWrap .zoom:hover,
.detail_image_sub_sp .zoom:hover {
    opacity: 1;
}

.itemTxtWrap {
    display: table-cell;
    vertical-align: top;
    width: 400px;
}

.modaal-image .modaal-inner-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.modaal-image .modaal-container {
    width: 100%;
}

.modaal-image.modaal-fullscreen .modaal-outer-wrapper {
    opacity: 1;
}

.modaal-image.modaal-fullscreen .modaal-close {
    display: block;
}

.modaal-close:before,
.modaal-close:after {
    border-radius: 0;
    background: #000;
    width: 1px;
    height: 30px;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
    background: #000;
    opacity: 0.7;
}

.modaal-close:focus,
.modaal-close:hover {
    background: none;
}

.modaal-image .modaal-gallery-control {
    position: fixed;
    color: #000;
    background: none !important;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
    border-radius: 0;
    background: #000;
    width: 1px;
    height: 18px;
}

.modaal-image .modaal-gallery-next {
    right: 40px;
    margin-left: 0;
    left: inherit;
}

.modaal-image .modaal-gallery-prev {
    left: 40px;
    margin-right: 0;
    right: inherit;
}

.modaal-gallery-prev:before {
    margin: 7px 0 0;
}

.modaal-gallery-next.modaal-gallery-control:before {
    margin: -7px 0 0;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
    background: none;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
    background: #000;
}

.itemTitle {
    font-size: 2rem;
    margin-bottom: 15px;
    margin-top: 1%;
}

.itemPrice {
    font-size: 2rem;
    margin-bottom: 30px;
}

.colorLstTitle {
    font-size: 1.4rem;
    margin-bottom: 15px
}

.selectList {
    font-size: 0;
    margin-bottom: 30px;
}

.selectList li {
    display: inline-block;
    vertical-align: top;
    font-size: 1.2rem;
    width: 80px;
    margin-right: 15px;
    text-align: center;
    cursor: pointer;
}

.selectList li.active img {
    border: solid 1px #000;
}

.selectList li:last-child {
    margin-right: 0;
}

.selectList li img {
    vertical-align: top;
    margin-bottom: 20px;
}

.selectList li.selected span:before {
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    background: #000;
    margin: -8px auto 8px auto;
}

.color_list .soldout_item .soldout {
    position: relative;
}

.color_list .soldout_item .soldout:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.color_list .soldout_item .soldout:after {
    content: "";
    position: absolute;
    color: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 75px;
    height: 25px;
    background: url(../img/soldout.png) no-repeat;
    background-size: contain;
}

.color_list_sp .soldout {
    position: relative;
}

.color_list_sp .soldout:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.color_list_sp .soldout:after {
    content: "";
    position: absolute;
    color: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 75px;
    height: 25px;
    background: url(../img/soldout.png) no-repeat;
    background-size: contain;
}

.itemTextWrap,
.cartList {
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
}

.sizes .cartList {
    border-bottom: none;
    margin-bottom: 0;
}

.sizes .cartList li {
    margin-bottom: 0;
}

.sizes .cartList li ul {
    padding-bottom: 0;
}

.cartList li ul {
    margin-left: 0;
    font-size: 1.6rem;
    padding-bottom: 15px;
}

.size_table .color_name {
    font-size: 2rem;
    margin-top: 40px;
    margin-bottom: 20px;
}

.sizeSelect.cartList>li {
    width: 100%;
    display: block;
}

.sizes .size_detail {
    padding: 10px 0;
    border-top: 1px solid #ebebeb;
}

.sizes .size_detail:last-child {
    border-bottom: 1px solid #ebebeb;
}

.sizes .size_detail li:nth-child(1) {
    width: 80px;
}

.sizes .size_detail .btn {
    width: 280px;
}

.cartList li {
    /*	margin-bottom:15px;*/
}

.cartList li:last-child {
    margin-bottom: 0px;
}

.cartList li ul li {
    display: table-cell;
    vertical-align: middle;
}

.cartList li ul li:nth-child(1) {}

.cartList li ul li:nth-child(2) {}

.cartList li ul li:nth-child(3) {
    /* width: 40px; */
    /* text-align: center; */
}

.btn {
    width: 180px;
    height: 40px;
    font-size: 1.4rem;
}

.addCartReservationBtn,
.addCartBtn {
    background: #000;
    color: #fff;
}

.addCartReservationBtn:hover,
.addCartBtn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.addCartRestockBtn {
    padding: 0 5px;
    background: #fff;
    color: #000;
    border: solid 1px #000;
}

.addCartRestockBtn:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.addToFavorite {
    position: relative;
    top: 0px;
}

.addToFavorite:hover {
    opacity: 0.7;
}

.itemTextWrap {
    font-size: 1.2rem;
}

.detaiTitle {
    font-size: 1.2rem;
}

.detailTxt {
    margin-bottom: 30px;
    line-height: 2;
}

.detalTbl {
    font-size: 0;
}

.detalTbl dt {
    font-size: 1.2rem;
    display: inline-block;
    width: 100px;
    line-height: 1.8;
}

.detalTbl dd {
    font-size: 1.2rem;
    display: inline-block;
    width: 300px;
}

.washList li {
    display: inline-block;
    margin-right: 10px;
    width: 55px;
}

.washList li:last-child {
    margin-right: 0px;
}

.itemTextWrap .detalTblB {
    /*	margin-bottom:-40px;*/
}

.detalTblB {
    width: 100%;
}

.detalTblB thead {
    background: none;
}

.detalTblB tr th,
.detalTblB tr td {
    font-size: 1.2rem;
    padding: 20px 0;
    border-bottom: 1px solid #ccc !important;
}

.detalTblB tr td:nth-child(1) {
    width: 100px;
    padding-left: 20px;
}

.detalTblB tr:last-child td {
    border-bottom: none;
}

.itemDetailTopics {
    margin-bottom: 80px;
}

.slick-initialized .slick-slide {
    padding-right: 3vw;
}

.topicsImage {
    position: relative;
}

.topicsImage img {
    width: auto;
    height: 100%;
    text-align: left;
}

.topicsImage span {
    position: absolute;
    right: 0;
    bottom: -30px;
}

.topicsCategory {
    font-size: 1.4rem;
    color: #999;
    margin-top: 20px;
}

.topicsTittle {
    font-size: 1.4rem;
    margin-top: 10px;
}

.detailRecommend .headingA,
.itemDetailTopics .headingA {
    margin-bottom: 30px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus,
.slick-next:hover,
.slick-next {
    background: url(../img/ico_arrow_right_02.png) top left no-repeat;
    width: 14px;
    height: 32px;
}

.slick-next:before {
    content: "";
}

.detailRecommend img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.detailRecommend .itemPrice {
    font-size: 1.2rem;
}

.detailRecommend .slides li {
    padding-right: 3vw;
}

.detailRecommend {
    margin-bottom: 220px;
}

.accordion03 .detaiTitle {
    margin-bottom: 0px;
}

.accordion03 .sizeGuide {
    margin-top: 20px;
    position: relative;
}

.accordion03 .sizeGuide:before {
    content: "";
    background-image: url(../img/sp_icon_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 5px;
    vertical-align: middle;
    height: 16px;
    display: inline-block;
}

.accordion03 .sizeGuide a {
    width: 100%;
    position: absolute;
    left: 15px;
}

.detailItemSalePrice {
    font-size: 1.6rem;
    margin-bottom: 40px;
    color: #FF0000;
}

.detailItemSalePrice span {
    text-decoration: line-through;
    display: block;
    color: #000;
    font-size: 1.3rem;
    display: inline-block;
}

.add_favorite.addToFavorite.favorite_btn img {
    width: 18px;
}

.hide {
    display: none;
}

@media only screen and (max-width: 750px) {
    .addToFavorite {
        width: 19px;
        height: auto;
    }
    .itemDetailTopWrap {
        display: block;
        overflow-x: hidden;
    }
    .itemImageWrap.largePic {
        display: block;
        width: 100%;
        padding-right: 5%;
        padding-left: 5%;
    }
    .itemImageWrap.largePic li {
        margin-bottom: 0%;
    }
    .itemList.column3.isSP {
        width: 100%;
        padding-right: 5%;
        padding-left: 5%;
        margin-bottom: 45px;
    }
    .itemList.column3.isSP li {
        margin-bottom: 0;
    }
    .itemTxtWrap {
        display: block;
        width: 100%;
        padding-right: 5%;
        padding-left: 5%;
        margin-bottom: 30px;
    }
    .itemTitle {
        font-size: 1.2rem;
        text-align: center;
        margin-top: 0;
        margin-bottom: 35px;
    }
    .itemPrice {
        font-size: 1.1rem;
        text-align: center;
        margin-bottom: 35px;
    }
    .colorLstTitle {
        font-size: 1.4rem;
        text-align: center;
    }
    .selectList {
        padding-left: 3%;
        padding-right: 3%;
        margin-top: 30%;
    }
    .selectList li {
        width: 30%;
        margin-right: 3%;
        margin-bottom: 15px;
    }
    .selectList li img {
        width: 100%;
        height: auto;
    }
    .cartList {
        width: 88%;
        margin: 0 auto;
        border-bottom: none;
        margin-bottom: 0;
    }
    .cartList li ul {
        width: 100%;
    }
    .cartList li ul li:nth-child(1) {
        width: 35%;
    }
    .cartList li ul li:nth-child(2) {
        width: 20%;
    }
    .sizes .size_detail li:nth-child(1) {
        width: 20%;
    }
    .sizes .cartList li ul li:nth-child(2) {
        width: 70%;
    }
    .cartList li ul li:nth-child(3) {
        width: 40px;
        text-align: center;
    }
    .sizes .size_detail .btn {
        width: 100%;
    }
    .sizes .size_detail li:nth-child(1) {
        text-align: left;
        font-size: 1.3rem;
    }
    .size_table {
        padding-right: 0%;
    }
    .size_table .color_name {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    .btn {
        width: 130px;
        height: 35px;
        font-size: 1.2rem;
    }
    .sizes .cartList {
        padding-left: 0;
    }
    .sizes .size_detail {
        width: 100% !important;
    }
    .itemTextWrap {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        border-bottom: none;
        border-top: 1px solid #000;
        padding-top: 25px;
        font-size: 1.4rem;
        padding-bottom: 0;
    }
    .itemTextWrap.accordion03 {
        border-bottom: 1px solid #000;
    }
    .accordion03 .sizeGuide {
        margin-top: 0;
        margin: 20px 0 20px 0;
        position: relative;
    }
    .accordion03 .sizeGuide:before {
        content: "";
        background-image: url(../img/sp_icon_arrow.png);
        background-repeat: no-repeat;
        background-size: contain;
        padding-right: 5px;
        vertical-align: middle;
        height: 16px;
        display: inline-block;
    }
    .accordion03 .sizeGuide a {
        position: absolute;
        left: 15px;
    }
    .itemImageWrap .topicImg {
        width: 37%;
    }
    .blocContent {
        display: none;
    }
    .itemTextWrap .detaiTitle {
        position: relative;
        font-size: 1.2rem;
        margin-bottom: 25px;
    }
    .itemTextWrap .detaiTitle:after {
        position: absolute;
        display: inline-block;
        top: 8px;
        right: 0px;
        content: "";
        width: 14px;
        height: 5px;
        background-image: url(../img/sp_ico_down_02.png);
        background-size: contain;
        vertical-align: middle;
    }
    .detaiTitle.marginT30:after {
        background: none;
    }
    .itemTextWrap .detaiTitle.isActive:after {
        background-image: url(../img/sp_ico_up_02.png);
    }
    .detalTbl dt {
        font-size: 1.2rem;
        width: 35%;
        vertical-align: top;
    }
    .detalTbl dd {
        font-size: 1.2rem;
        width: 65%;
        vertical-align: top;
    }
    .washList li {
        width: 10%;
        margin-right: 5%;
    }
    .itemTextWrap .detalTblB {
        margin-bottom: 0;
    }
    .detalTblB tr th,
    .detalTblB tr td {
        font-size: 1.2rem;
        padding: 10px;
    }
    .itemDetailTopics {
        padding: 0 10%;
    }
    .topicsImage {
        width: 40%;
        display: table-cell;
    }
    .topicsImage img {
        width: 100%;
        height: auto;
    }
    .spWrap {
        width: 60%;
        display: table-cell;
        vertical-align: middle;
        padding-left: 20px;
    }
    .topicsTittle,
    .topicsCategory {
        font-size: 1.2rem;
    }
    .itemDetailTopics article {
        margin-bottom: 30px;
    }
    .detailRecommend ul {
        font-size: 0;
    }
    .detailRecommend li {
        /*width: 48%;*/
        /*margin-right: 4%;*/
        vertical-align: top;
        display: inline-block;
    }
    .detailRecommend li:nth-child(2n) {
        margin-right: 0;
    }
    .detailRecommend img {
        margin-bottom: 15px;
    }
    .detailRecommend .itemName {
        font-size: 1rem;
        padding-left: 15px;
    }
    .detailRecommend .itemPrice {
        font-size: 1rem;
        padding-left: 15px;
        text-align: left;
        margin-bottom: 20px;
    }
    .detailRecommend {
        margin-bottom: 80px;
    }
    .modaal-image .modaal-gallery-next {
        right: 10px;
    }
    .modaal-image .modaal-gallery-prev {
        left: 10px;
    }
    .modaal-gallery-control {
        top: 50vh;
    }
    .itemDetailTopics article:nth-of-type(n+3) {
        display: block;
    }
    .detailRecommend ul li:nth-of-type(n+5) {
        /* display:block; */
    }
    .detailItemSalePrice {
        font-size: 1.4rem;
        /* margin-bottom:0px; */
        text-align: center;
    }
    .detailItemSalePrice span {
        font-size: 1.2rem;
        display: inline-block;
    }
    .soldout {
        font-size: 1rem;
        text-align: center;
        padding-left: 0%;
        padding-bottom: 3%;
    }
    .detailOne {
        padding-left: 5%;
        padding-right: 5%;
    }
}


/* detail add_cart_pop
-------------------------------*/

.itemDetailWrapper .add_cart_pop {
    background-color: #fff;
    border: 1px solid;
    bottom: 3px;
    display: none;
    margin: 0 auto;
    padding: 30px;
    position: fixed;
    width: 30%;
    z-index: 10000;
    right: 2px;
}

.itemDetailWrapper .add_cart_pop>p {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
}

.itemDetailWrapper .add_cart_pop .btn-area .button {
    font-size: 14px;
    height: auto;
    padding: 10px 0;
}

.starFavo {
    width: 6%;
}

.itemDetailTopics .wrap .webImg {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 750px) {
    .itemDetailWrapper .add_cart_pop {
        background-color: #fff;
        border: 1px solid;
        bottom: 0;
        display: none;
        margin: 0 auto;
        padding: 30px;
        position: fixed;
        width: 90%;
        z-index: 10000;
    }
    .starFavo {
        width: 10%;
    }
    .itemDetailTopics .wrap .webImg {
        width: auto;
        height: auto;
    }
}


/* modal
-------------------------------*/

@media only screen and (max-width: 750px) {
    .modaal-image .modaal-inner-wrapper {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .modaal-close {
        width: 100% !important;
        height: 100% !important;
        right: 0 !important;
        top: 0 !important;
    }
    .modaal-close:before,
    .modaal-close:after {
        display: none !important;
    }
    .modaal-close:focus,
    .modaal-close:hover {
        background: none !important;
        opacity: 0 !important;
    }
}

.detalTbl .underline {
    text-decoration: underline;
}


/* store_reserve
--------------------------------*/

.reserve_list {
    width: auto;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid;
}

.reserve_list .reserve_table {
    margin-bottom: 50px;
}

.reserve_list .reserve_table tbody tr th,
.reserve_list .reserve_table tbody tr td {
    font-size: 11px;
    padding: 4px;
    border: 1px solid #999;
    border-right: none;
    border-bottom: none;
    line-height: 2;
}

.reserve_list .reserve_table tbody tr th:last-child,
.reserve_list .reserve_table tbody tr td:last-child {
    border-right: 1px solid #999;
}

.reserve_list .reserve_table tbody tr.last th,
.reserve_list .reserve_table tbody tr.last td {
    border-bottom: 1px solid #999;
}

.reserve_list .reserve_table tbody tr td input {
    margin: auto;
}

.reserve_list .reserve_table tbody tr td div {
    text-align: center;
}

.clearfix {
    min-height: unset;
}

.visit_reserve_area .radio {
    display: block!important;
    margin: 0 auto;
    cursor: pointer;
}

.visit_reserve_area p.radio {
    text-align: center;
    cursor: pointer;
}

.buttonArea .button {
    width: 30%;
}

p.reserved {
    color: #bfbfbf;
    background: #eeeeee;
    border-left: unset;
    color: #bfbfbf;
    background: #eeeeee;
    border-left: unset;
    width: 30%;
    text-align: center;
    box-sizing: border-box;
    height: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 0;
    margin-bottom: 5px;
}

p.reserved {
    color: #bfbfbf;
    background: #eeeeee;
    border: unset;
    color: #bfbfbf;
    background: #eeeeee;
    border-left: unset;
    width: 30%;
    text-align: center;
    box-sizing: border-box;
    height: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 0;
    margin-bottom: 5px;
    width: 70%;
    margin: 0 auto;
}

.regmessageArea {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-top: 70%;
}

.regmessageArea .text-box {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 30px 0 70px;
}

.regmessageArea .text-box .thank-ttl {
    font-size: 3.0rem;
}

.regmessageArea .buttonArea {
    margin: 0px 0 120px;
}

@media only screen and (max-width: 750px) {
    .regmessageWrapper .regmessageArea {
        margin-top: 50%;
    }
    .regmessageArea .text-box .thank-ttl {
        font-size: 1.8rem;
    }
    .regmessageArea .text-box {
        padding: 30px 0 0;
    }
    .reserve_list {
        width: 90%;
        margin: 0 auto;
        border-bottom: none;
    }
    .reserve_list .reserve_table tbody tr th,
    .reserve_list .reserve_table tbody tr td {
        font-size: 12px;
        padding: 6px;
    }
    .reserve_list .addToCartWrapper {
        text-align: center;
    }
    .reserve_list .btn {
        width: 70%;
        height: 35px;
        font-size: 1.2rem;
    }
    .reserve_list .reserve_table {
        width: 100%;
    }
    .reserve_list .reserve_table tbody tr td:first-child {
        width: 30%;
        min-width: 85px;
        white-space: nowrap;
        padding: 2% 1% 2% 1%;
    }
    .reserve_list .reserve_table_container {
        overflow-y: scroll;
    }
}

.popup-area {
    display: none;
}

.visit_reserve_area .title1 {
    border: 1px solid grey;
    padding: 3px 10px;
    text-align: center;
    width: 50px;
    border-right: 0px;
    border-bottom: 0px;
}

.visit_reserve_area .title2 {
    border: 1px solid grey;
    padding: 3px 5px;
    width: 100px;
    border-right: 0px;
    border-bottom: 0px;
    min-width: 55px;
    font-size: 10px;
}

.visit_reserve_area .value {
    border: 1px solid grey;
    padding: 3px 10px;
    cursor: pointer;
    border-right: 0px;
    border-bottom: 0px;
}

.visit_reserve_area .title1-last {
    border-bottom: 1px solid grey;
}

.visit_reserve_area .title2-last {
    border-right: 1px solid grey;
}

.visit_reserve_area .value-last {
    border-bottom: 1px solid grey;
}

.visit_reserve_area .data-last {
    border-right: 1px solid grey;
}

.reserve-pop {
    background-color: #fff;
    border: 1px solid;
    display: none;
    margin: 0 auto;
    padding: 30px;
    position: fixed;
    width: 30%;
    z-index: 10000;
    top: 30%;
    right: 30%;
}

.reserve-pop-area1 {
    display: flex;
    width: 100%;
    margin-top: 1rem;
}

.reserve-pop-area1 div {
    width: 100%;
    text-align: center;
    position: relative;
}

.reserve-pop-area1 img {
    width: 95%;
}

.reserve-pop-area1 p.reserve-pop-area1-txt {
    font-size: 13px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 10rem;
    text-align: left;
}

.reserve-pop-area1 ul {
    font-size: 11px;
    text-align: left;
    color: grey;
}

.reserve-pop-area2 .button {
    width: 100%;
}

.reserve-pop-area2 p {
    color: red;
    font-size: 14px;
    margin: 25px 0;
}

.visit_reserve_area tr,
.visit_reserve_area th,
.visit_reserve_area td {
    font-size: 11px;
    padding: 4px;
    line-height: 2;
}

@media only screen and (max-width: 750px) {
    .reserve-pop {
        background-color: #fff;
        border: 1px solid;
        display: none;
        margin: 0 auto;
        padding: 20px;
        position: fixed;
        width: 90%;
        z-index: 10000;
        top: 15%;
        right: 6%;
    }
    html.no-scroll,
    body.no-scroll {
        overflow: hidden;
    }
    .sp-none {
        display: none;
    }
    .flex-wrap {
        display: flex;
        flex-direction: column-reverse;
    }
    .popup-area {
        display: block;
        position: fixed;
        top: 86.5%;
        left: 0;
        z-index: 10000;
        background: #fff;
        padding-top: 20px;
        width: 100%;
        padding-bottom: 190px;
        overflow-x: hidden;
        overflow-y: hidden;
        height: 100vh;
    }
    .popup-area .swipeButton {
        background: #666;
        width: 50px;
        height: 2px;
        display: block;
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        margin: auto;
        margin-bottom: 2px;
    }
    .popup-area.up {
        top: 0;
        z-index: 100;
        overflow-y: scroll;
    }
    .popup-area.swipe-up {
        position: fixed;
        top: 0;
        padding-top: 20px;
        transition: all .5s;
    }
    .popup-area.swipe-up::before {
        top: 10px;
    }
    .popup-area.swipe-down {
        transition: all .5s;
    }
    .toggle-btn {
        width: 30px;
        height: 20px;
        position: absolute;
        top: 13px;
        left: 13px;
        display: none;
    }
    .toggle-btn.up {
        display: block;
    }
    .toggle-btn span {
        display: block;
        position: absolute;
        width: 48.2%;
        background: #040404;
        height: 2px;
    }
    .toggle-btn span:first-child {
        top: 32%;
        transform: rotate(45deg);
    }
    .toggle-btn span:nth-child(2) {
        display: none;
    }
    .toggle-btn span:last-child {
        bottom: 58%;
        transform: rotate(-45deg)
    }
    .brand-desc {
        padding-bottom: 30px;
    }
    #box {
        margin-bottom: 1%;
    }
    .itemImageWrap .popup-area .spItemTitle {
        margin-bottom: 20%;
    }
    .detail_image_main_sp .slick-list .slick-track .image {
        padding: 0px 38px 0px 38px;
        margin: 0 auto;
    }
    .detail_image_main_sp .slick-dots li button:before {
        background: #e3d0d0;
    }
    .detail_image_main_sp .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }
    .detail_image_main_sp .slick-dots {
        bottom: -17px;
    }
    .detail_image_main_sp .slick-dots li {
        width: 5px;
        height: 5px;
        margin: 0 5px;
    }
    footer.siteFooter {
        height: 800px;
    }
    .spItemTitle {
        width: 94%;
        margin: 0 auto;
    }
    .siteSPHeader.isSP.up {
        z-index: 0;
    }
    .itemDetailTopWrap .popup-area.mini_sp {
        top: 86.5%;
    }
    .siteFooter .blockNewsLetter .inputArea {
        position: relative;
        z-index: 1;
    }
    .isSP .visit_reserve_area {
        overflow: scroll;
        white-space: nowrap;
    }
    .fixed01 {
        position: sticky;
        left: 0;
        background: #ffffff;
        z-index: 100;
    }
    .buttonArea .button {
        width: 70%;
        margin: 0 auto;
    }
    .detail_image_main_sp .image {
        text-align: center;
    }
    .detail_image_main_sp .image img {
        max-width: 80%;
    }
    .siteFooter {
        margin-top: 65px;
    }
    .reserve-pop-area1 img {
        width: 90%;
    }
    .sptitle1 {
        border: 1px solid grey;
        padding: 3px 10px;
        text-align: center;
        width: 50px;
    }
    .sptitle2 {
        border: 1px solid grey;
        padding: 3px 10px;
        text-align: center;
        width: 50px;
        border-left: 0px;
    }
    .sptitle3 {
        border: 1px solid grey;
        padding: 3px 10px;
        text-align: center;
        width: 50px;
        border-top: 0px;
    }
    .spvalue {
        border: 1px solid grey;
        padding: 3px 10px;
        text-align: center;
        width: 50px;
        border-left: 0px;
        border-top: 0px;
    }
    .sp-table {
        margin: 0 auto;
        width: 80%;
    }
    .reserve-pop-area1 ul {
        font-size: 11px;
        text-align: left;
        color: grey;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        width: 100%;
    }
    p.reserve-pop-area1-txt {
        font-size: 13px;
        text-align: center;
        margin-bottom: 40px;
        margin-top: 0;
    }
}

.detail_image_select {
    display: flex;
    margin-bottom: 3%;
}

.detail_image_select.isSP {
    justify-content: center;
}
.detail_image_select .soldout::after {
	content: "";
	position: absolute;
	color: #fff;
	top: -6%;
	bottom: -6%;
	right: 0;
	left: 0;
	margin: auto;
	width: 120px;
	height: 30px;
	background: url(../img/soldout_list.png) no-repeat;
	background-size: auto;
	background-size: contain;
	background-color: #000;
}

.image_select {
	cursor: pointer;
	width: 30%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.image_select .soldout::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(250,250,250,0.5);
}

.image_select.checked {
    background-color: gray;
    display: inline-block;
}

.image_select.checked img {
    opacity: 0.5;
    display: block;
}

.shop_name dd {
	width: 50px;
    float: left;
    height: 50px
}

@media only screen and (max-width: 450px) {
    .detail_image_select .soldout::after {
        width: 90px;
        height: 24px;
    }
}