@charset "utf-8";

/* ==================================================================
	list.css
	
=================================================================== */

#point .contents{
    background: #faf6f1;
}
.contents .float_message{
    display: none;
    position: fixed;
    z-index: 10;
    background: #000;
    padding: 10px;
    border-radius: 8px;
    color: #fff;
    font-size: 84%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


select.tabMenu{
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 0;
}

select{
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

select::focus{
  outline-offset: -2px;
}

.accent{
    padding: 80px 0;
}

.accent .title h2{
    font-size: 225%;
    margin-bottom: 40px;
}

.visual_text{
    text-align: center;
    font-size: 114%;
    margin-bottom: 40px;
    color: #251f1c;
}

.notice{
    text-align: center;
    margin-bottom: 40px;
}
    .notice p{
        border: 2px solid #E24390;
        padding: 20px 40px;
        color: #E24390;
        font-weight: bold;
        display: inline-block;
        text-align: center;
    }

.contents .buttonStyle.login a{
    position: relative;
    background: #666;
    padding: 20px 40px;
}

.contents .buttonStyle.login a:hover{
    background: #333;
}

.contents .buttonStyle.login a span{
    background: url("../../images/common/icon/account_white.svg") 0 50% no-repeat;
}

.contents .buttonStyle.login a span:before{
    border: none;
}

#point .pointarea{
    margin-bottom: 45px;
}

#point .pointarea dl{
    display: table;
    border: 1px solid #666;
    border-radius: 15px;
    overflow: hidden;
    width: 415px;
    margin: auto;
}

#point .pointarea dl dt,
#point .pointarea dl dd{
    width: 50%;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}

#point .pointarea dl dt{
    background: #666;
    color: #fff;
    padding: 15px 40px;
    font-size: 75%;
}

#point .pointarea dl dd{
    font-size: 143%;
    padding-left: 40px;
    position: relative;
}

#point .pointarea dl dd:before{
    content: "";
    background: url("../../images/mypage/point.svg") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.login p.comment{
    margin: 50px auto;
    text-align: center;
}
.caution{
    width: 599px;
    margin: auto;
    padding: 20px 40px;
    box-sizing: border-box;
    border: 2px solid #DC666A;
    border-radius: 7px;
}

.caution p.red{
    margin-bottom: 0;
    color: #DC666A;
    font-size: 87%;
}


.contents .buttonStyle{
    margin-bottom: 0;
}

.contents .buttonStyle button{
    padding: 15px 30px;   
}

.buttonStyle.exchange button{
    background: #878075;
}

.buttonStyle.exchange button:hover{
    background: #706b62;
}

.buttonStyle.exchange span{
    box-sizing: border-box;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    background: #C4C4C4;
    text-decoration: none;
    transition: all 300ms 0s ease;
    border-radius: 30px;
    box-shadow: 2px 2px 3px 0px rgb(0 0 0 / 10%);
    font-size: 75%;
    border: none;
}

.spinner_area {
    width: 140px;
}

#products_list{
    background: #F4F4F4;
}

.itemList{
    display: flex;
    flex-wrap: wrap;
}

ul.itemList li{
    width: calc(25% - 40px);
    margin-bottom: 75px;
}


ul.itemList li .tile {
    margin-bottom: 25px;
}

ul.itemList li .tile .red{
    font-size: 62%;
    color: #DC666A;
}
ul.itemList li.soldout button{
    background: #C4C4C4;
    
}
.itemList li .view {
    margin-bottom: 20px;
}

ul.itemList li p.requirement{
    font-size: 112%;
    font-weight: 700;
    background: url("../../images/common/icon/point2.svg") 0 50% no-repeat;
    padding-left: 40px;
}

.flexcart{
    justify-content: space-between;
}

#category{
}

#category ul.categorylist{
    padding: 80px 50px;
    box-sizing: border-box;
    width: 600px;
    margin: auto;
}


#category ul.categorylist > li{
    font-size: 93%;
    border-bottom: 1px solid #D4D4D4;
}

#category ul.categorylist > li:first-child{
    border-top: 1px solid #D4D4D4;
}

#category ul.categorylist > li dl dt{
    position: relative;
    padding: 20px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

#category ul.categorylist > li dl dt.open{
    border-bottom: 1px solid #D4D4D4;
}

#category ul.categorylist > li dl dt:before{
    content: "";
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 300ms 0s ease;
}

#category ul.categorylist > li dl dt.open:before{
    transform: rotate(-135deg);
}

#category ul.categorylist > li dl dd{
    padding: 25px 45px;
    overflow: hidden;
    display: none;
}

#category ul.categorylist > li dl dd ul.checklist li{
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

#category ul.categorylist > li dl dd ul.inner li{
    width: 50%;
    float: left;
}

#category ul.categorylist > li dl dd ul.inner li a{
    display: block;
    padding: 15px 0;
}

#category ul.categorylist li dl dt span{
    float: right;
    padding-right: 50px;
}

#category ul.categorylist > li dl dd ul.list {
    display: flex;
    flex-wrap: wrap;
}

#category ul.categorylist > li dl dd ul.list li{
    width: 16%;
    text-align: center;
    margin-bottom: 35px;
    position: relative;
}

.circle img.thumbnail.checked {
    border: 6px solid #D4D4D4;
    box-sizing: border-box;
    border-radius: 50px;
}
.circle .disabled_checkbox {
  position: absolute;
  top: 12px;
  right: 12px;
  display: none;
  /* チェックボックスを大きくします。 */
  transform: scale(2);
  cursor: pointer;
}
.circle img.thumbnail.checked + .disabled_checkbox {
  display: block;
}
#category ul.categorylist > li dl dd ul.list li span{
    display: block;
    font-size: 81%;
    margin-top: 10px;
}

#category ul.categorylist > li dl dd ul.category li{
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 15px;
    
}

#category ul.categorylist > li dl dd ul.category li a{
    padding: 5px 20px;
    display: block;
    border: 1px solid #333;
    border-radius: 30px;
}

.searchArea ul.iconlist li.sorting{
    position: relative;
}


.searchArea ul.iconlist li.sorting ul.dropdown {
    position: absolute;
    padding: 30px 30px 30px 50px;
    right: 0;
    top: 100%;
    box-sizing: border-box;
    width: 320px;
    text-align: left;
    z-index: 3;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 10%);
    background: #fff;
}

.searchArea ul.iconlist li.sorting ul.dropdown li{
    margin-bottom: 30px;
}

.searchArea ul.iconlist li.sorting ul.dropdown li.active{
    position: relative;
    font-weight: 700;
}

.searchArea ul.iconlist li.sorting ul.dropdown li.active:before{
    content: "";
    position: absolute;
    background: url(../../images/check.svg) no-repeat;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 14px;
    margin: auto;
    height: 10px;
}

.mfp-content:before {
    top: 110px;
}

.slidebar-multithumb {
  display: grid;
  padding: 1rem;
}

.slidebar-multithumb input[type="range"] {
  grid-column: 1;
  grid-row: 2;
  /* <input type="range">全体の操作を無効にする */
  pointer-events: none;
  height: 3px;
}

.slidebar-multithumb ::-webkit-slider-thumb {
  /* つまみ部分を示す疑似要素-webkit-slider-thumbで、つまみだけ操作できるようにする */
  pointer-events: auto;
}

.thumb-1 {
  z-index: 1;
}

ul.btn{
    display: flex;
    justify-content: center;
    clear: both;
}

ul.btn li{
    margin: 0 20px;
}

ul.btn li.buttonStyle{
	text-align: center;
}

ul.btn li.buttonStyle button,
ul.btn li.buttonStyle a{
	box-sizing: border-box;
	display:inline-block;
	padding: 15px 40px;
	color:#fff;
	background:#555;
	text-decoration:none;
	transition: all 300ms 0s ease;
	border-radius:30px;
	box-shadow:2px 2px 3px 0px rgba(0, 0, 0, 0.1);
    font-size: 93%;
    border: none;
    cursor: pointer;
}

	ul.btn li.buttonStyle button:hover,
	ul.btn li.buttonStyle a:hover{
		background:#666;
	}


ul.btn li.buttonStyle.glay a{
    background: #B2B2B2;
}

#category ul.categorylist > li dl dd .center{
    text-align: center;
    margin: 20px 0 45px;
}

.main_image {
    display: inline-block;
}

.main_sp_image {
    display: none;
}

#detail_thumb_images {
    width: 600px;
    height: 600px;
    object-fit: cover;
}

/* タブレット用
-------------------------------------------- */
@media screen and (min-width: 768px)  {

.contents .buttonStyle button,
.buttonStyle.exchange span {
    padding: 15px 20px;
}

}

@media only screen and
(max-width : 767px) {

.accent {
    padding: 50px 0;
}

.accent .title h2 {
    font-size: 145%;
}

.visual_text {
    font-size: 100%;
}
    
#point .pointarea dl {
    width: auto;
}

.notice p{
    padding: 20px;
    text-align: left;
}

.caution {
    width: auto;
    margin: auto;
    padding: 20px;
}
    
.searchArea {
    margin-bottom: 70px;
}

.spinner_area {
    width: auto;
    margin-bottom: 20px;
}


    .mfp-content:before {
        top: 60px;
        right: 30px;
    }
    
    .searchArea p.result {
        margin-bottom: 20px;
    }
    
    .searchArea .chapter {
        display: block;
    }

    .searchArea .chapter ul.iconlist {
        flex-wrap: wrap;
        position: relative;
    }

    .searchArea .chapter ul.iconlist > li {
        width: 50%;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

    .searchArea ul.iconlist li.sorting ul.dropdown {
        left: 0;
        z-index: 3;
    }

    #category ul.categorylist {
        width: auto;
        margin: auto;
        padding: 80px 20px;
    }

    #category ul.categorylist > li dl dd {
        padding: 25px 10px;
    }

    ul.btn {
        display: block;
    }

        ul.btn li.buttonStyle {
            margin-bottom: 15px;
        }

        ul.btn li.buttonStyle button,
        ul.btn li.buttonStyle a {
            width: 100%;
        }

    #category ul.categorylist > li dl dd ul.list li {
        width: 25%;
    }

    .slidebar-multithumb {
        margin-bottom: 40px;
    }

    ul.itemList li {
        width: calc(50% - 20px);
        margin: 0 10px 50px;
    }

    .flexcart {
        display: block;
        right: inherit;
        bottom: inherit;
        position: relative;
    }

    .flexcart .buttonStyle.cart {
        margin: 20px 0 50px 0;
    }

.itemList li .view {
    margin-bottom: 20px;
}

.main_image {
    display: none;
}

.main_sp_image {
    display: inline-block;
}

.detail_main_image {
    width: 600px;
    height: 600px;
    object-fit: cover;
}

#detail_thumb_images {
    width: 343px;
    height: 343px;
}

}

	
