@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------------

	cart/index　商品カート

-----------------------------------------------------------------*/


/*------------------------------------------------------------------------------
  list-head
------------------------------------------------------------------------------*/
.list-head {
    width: 100%;
    display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 10px;
    background: #f7f7f7;
    box-sizing: border-box;
}

.list-head li {
    color: #616161;
    font-weight: bold;
    font-size: 14px;
    padding: 1.5rem 10px;
    text-align: center;
    box-sizing: border-box;
}

.list-head li.box-spec { width: 50%; }
.list-head li.box-price { width: 20%; }
.list-head li.box-amount { width: 20%; }
.list-head li.box-delete { width: 10%; }




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

}

@media screen and (max-width: 700px) {
    .list-head {
        display: none;
    }
}


/*--list-item-------------------*/
.list-item {
    display: flex;
	align-items: center;
    flex-flow: column;
    gap: 10px 0;
    margin-bottom: 6rem;
}


/*------------------------------------------------------------------------------
  box-item-info
------------------------------------------------------------------------------*/
.box-item-info {
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    padding: 1rem;
    width: 100%;
    display: flex;
	flex-flow: row wrap;
    align-items: center;
	justify-content: space-between;
    box-sizing: border-box;
}

.box-item-info .box-spec { width: 50%; }
.box-item-info .box-price { width: 20%; }
.box-item-info .box-amount { width: 20%; }
.box-item-info .box-delete { width: 10%; }

.box-item-info div:not(.box-spec) {
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}
.box-item-info div.box-spec * {
    text-align: left;
    padding: 0;
}

/*--box-spec-------------------*/
.box-item-info .box-spec {
    display:flex;
	flex-flow: row wrap;
    align-items: center;
	justify-content: space-between;
}

.box-item-info .box-spec .img {
    width: 120px;
}

.box-item-info .box-spec .text {
    width: calc(100% - 150px);
}

.box-item-info .box-spec .text .item-name {
    font-size: 1.5rem;
    color: var(--main-color);
    margin-bottom: 5px;
    font-weight: bold;
}

.box-item-info .box-spec .text p {
    font-size: 13px;
    line-height: 1.4;
}

.box-item-info .box-spec .text p {
    font-size: 13px;
    line-height: 1.4;
}


@media screen and (max-width: 700px) {
    .box-item-info {
        row-gap: 10px;
        position: relative;
        padding: 1.5rem;
    }

    .box-item-info .box-spec,
    .box-item-info .box-price,
    .box-item-info .box-amount {
        width: 100%;
    }
    .box-item-info .box-spec .text {
        width: calc(100% - 135px);
    }

    .box-amount .inner {
        justify-content: center;
    }

    .box-amount .inner input[type="number"] {
        width: calc(100% - 80px) !important;
    }

    .box-item-info .box-delete {
        width: fit-content;
        padding: 0 !important;
        position: absolute;
        bottom: 1.5rem;
        right: 1.5rem;
    }

}


/*--box-price-------------------*/

.box-item-info .box-price {
    color: #ff0c3f;
    font-weight: bold;
    font-size: 13px;
}

.box-item-info .box-price em {
    font-size: 2rem;
    padding-right: 5px;
}

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

}

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

}

/*--box-amount-------------------*/
.box-amount .inner {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 1rem;
}

.box-amount .inner button {
    background: var(--main-color);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 1.6rem;
    color: #FFF;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.box-amount .inner button:hover {
    background: #35cbd2;
}
.box-amount .inner button:active {
    transform: scale(0.95);
}

.box-amount .inner input[type="number"] {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 60px;
    height: 40px;
    font-size: 16px;
    -moz-appearance: textfield;
}
.box-amount .inner input::-webkit-outer-spin-button,
.box-amount .inner input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/**/
.box-amount .modq {
    padding: .5rem 2.5rem !important;
    border: 2px solid var(--main-color);
    color: var(--main-color);
    border-radius: 100px;
    font-size: 14px;
    font-weight: bold;
    width: fit-content;
    margin: 0 auto;

    transition: var(--transition);
}
.box-amount .modq:hover {
    cursor: pointer;
    background: #dde7ff;
}

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

}

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

}

/*--box-delete-------------------*/
.box-delete img {
    width: 3rem;
    height: 3rem;
    filter: brightness(0) saturate(100%) invert(48%) sepia(2%) saturate(0%) hue-rotate(40deg) brightness(97%) contrast(88%);
}

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

}

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

}


/*------------------------------------------------------------------------------
  link-btn
------------------------------------------------------------------------------*/
.link-btn {
    margin-bottom: 7rem;
}

.link-btn ul {
    display:flex;
	flex-flow: column;
    justify-content:center;
	flex-direction: column;
    gap: 2.5rem 0;
}

.link-btn ul li.est-btn a {
    background-image: -moz-linear-gradient( 100deg, rgb(255,108,0) 0%, rgb(255,108,0) 50%, rgb(255,85,9) 51%, rgb(255,62,17) 51%, rgb(255,90,34) 79%);
    background-image: -webkit-linear-gradient( 100deg, rgb(255,108,0) 0%, rgb(255,108,0) 50%, rgb(255,85,9) 51%, rgb(255,62,17) 51%, rgb(255,90,34) 79%);
    background-image: -ms-linear-gradient( 100deg, rgb(255,108,0) 0%, rgb(255,108,0) 50%, rgb(255,85,9) 51%, rgb(255,62,17) 51%, rgb(255,90,34) 79%);

    color: #FFF;
    font-weight: bold;
    font-size: 2.1rem;
    padding: 2rem 3rem;
    width: 540px;
    margin: 0 auto;
    display: block;
    border-radius: 100px;
    box-sizing: border-box;
    text-align: center;
}

.link-btn ul li.back-page a {
    border: .3rem solid var(--main-color);
    color: var(--main-color);
    font-weight: bold;
    font-size: 1.6rem;
    padding: 1.5rem 3rem;
    width: 440px;
    margin: 0 auto;
    display: block;
    border-radius: 100px;
    box-sizing: border-box;
    text-align: center;
    background: #FFF;
}


@media screen and (max-width: 810px) {
    .link-btn ul li.est-btn a {
        width: 80%;
    }

    .link-btn ul li.back-page a {
        width: 70%;
    }
}

@media screen and (max-width: 480px) {
    .link-btn ul li.est-btn a {
        width: 95%;
    }

    .link-btn ul li.back-page a {
        width: 80%;
    }
}



/*------------------------------------------------------------------------------
  item-notice
------------------------------------------------------------------------------*/
.item-notice {
    font-size: 1.8rem;
    font-weight: bold;
    color: #616161;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    padding: 6rem;
    width: 90%;
    box-sizing: border-box;
    text-align: center;
    margin: 3rem auto 7rem;
    background: #f9f9f9;
}

/*------------------------------------------------------------------------------
  swiper
------------------------------------------------------------------------------*/
.h-itemlist {
    font-weight: bold;
    font-size: 2.1rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 480px) {
    .h-itemlist {
        font-size: 2rem;
    }
}


.swiper-container {
    overflow: hidden;
}

.recommend-cont .item-list,
.recent-cont .item-list {
    flex-wrap: inherit;
    gap: 0;
    margin-bottom: 0;
}

.swiper-autoheight .swiper-wrapper {
    height: auto !important;
}


/*----button----*/

.swiper-parent {
    position: relative;
}



@media screen and (max-width: 810px) {
    .swiper-parent .item-list > li {
        width: calc((100% - 40px) / 3) !important;
    }
}

@media screen and (max-width: 480px) {
     .swiper-parent .item-list > li {
        width: calc((100% - 15px) / 2) !important;
    }

}



.swiper-button-prev,
.swiper-button-next{
	width: 4.5rem;
	height: 4.5rem;
    border: 1px solid var(--main-color);
    box-sizing: border-box;
	background-color: rgba(255,255,255,0.6);
	border-radius: 50%;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
	transition: all 0.3s ease-out;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition:
		opacity .3s ease,
		visibility 0s linear 0s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
	opacity: 0.6;
}
.swiper-button-prev{
	left: -3rem;
}
.swiper-button-next{
	right: -3rem;
}

.swiper-button-prev:before,
.swiper-button-next:before{
	content: "";
	display: block;
	width: .8rem;
	height: .8rem;
	border-top: 2px solid var(--main-color);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.swiper-button-prev:before{
	border-left: 2px solid var(--main-color);
	left: 1.7rem;
	transform: rotate(-45deg);
}
.swiper-button-next:before{
	border-right: 2px solid var(--main-color);
	right: 1.7rem;
	transform: rotate(45deg);
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition:
		opacity .3s ease,
		visibility 0s linear .3s; /* フェード後に非表示 */

}

@media screen and (max-width: 810px) {
    .swiper-button-prev,
    .swiper-button-next{
        display: none;
    }
}


/*------------------------------------------------------------------------------
  recent-cont
------------------------------------------------------------------------------*/
.swiper-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.2rem 0.8rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3.2rem;
    text-align: center;
}
.swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    vertical-align: top;
    background-color: #dfdfdf;
    position: relative;
    border-radius: 100px;
}
.swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: -1rem;     /* 判定範囲を広げる */
    bottom: -1rem;  /* 判定範囲を広げる */
    left: 0;
    right: 0;
    /* 見た目に影響しないよう透明にする */
    background: transparent;
}

.swiper-pagination-bullet-active {
    width: 4rem;
    background-color: var(--main-color);
}

@media screen and (max-width: 810px) {
    .recent-cont .h-recent {
        width: calc(100% + 40px);
        margin: 0 -20px 2rem;
    }
}



