/**
 * item list & item single sttyles
 */

@charset "UTF-8";

/* .storycontent block start
	 ========================================================================== */

#itempage .separate {
	position: relative;
}

/* item images
	 ========================================================================== */

#itempage .itemimg {
    line-height: 1;
    margin: 0 0 12px;
}
#itempage .itemimg .slick-initialized .slick-slide {
	position: relative;
}
#itempage .itemsubimg {
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
}
#itempage .itemsubimg .slick-slide {
    display: block;
    cursor: pointer;
}
#itempage .itemsubimg span {
    margin-right: 12px;
    display: block;
}
#itempage .itemsubimg .slick-list {
    margin-right: -12px;
}
#itempage .slider-for .slick-slide a {
    position: relative;
    display: block;
    overflow: hidden;
}
#itempage .slider-for .slick-slide a::before {
    content: '';
    display: block;
    padding-top: 100%;
}
#itempage .slider-for .slick-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#itempage .slider-nav .slick-dots {
    bottom: 0;
}
#itempage .slider-nav .slick-dots li button {
    padding: 0;
}
#itempage .slider-nav .slick-dots li button::before {
    font-size: 15px;
}
#itempage .itemsubimg img {
    width: 100%;
}

/* item detail
	 ========================================================================== */

#itempage .itemcode {
    margin: 0 0 12px;
}
#itempage .detail-block {
    margin: 0 0 18px;
}
#itempage .item-name {
	margin-bottom: 10px;
}
#itempage .detail-block .opt-tag {
    margin: 0 0 12px;
}
.skuform {
    text-align: center;
    margin: 0 0 20px;
	padding: 20px;
	background-color: #ffffff;
    border-top: dotted 1px #696969;
}
.skuform .campaign_message,
.skuform .campaign_discount {
    margin: 0;
    padding: 5px 10px;
    font-size: 0.75rem;
}
.skuform .itemsoldout {
    font-size: 1rem;
    padding: 8px 16px;
    margin: 8px 10px 8px 0;
    text-align: center;
}
.skuform .field {
    text-align: center;
    margin: 0;
}

/* .item-info
	 ========================================================================== */

.item-info .field_price {
	font-size: 2rem;
	font-weight: 600;
	margin: 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.item-info .field_cprice {
	font-size: 0.5em;
	font-weight: 300;
	text-decoration: line-through;
	display: block;
    margin-right: 20px;
}
.item-info .field_price em {
	font-size: 1rem;
	vertical-align: middle;
}
.contact-item a {
    width: 100%;
    padding: 8px 10px;
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 0.875rem;
    line-height: 1.2;
	white-space: nowrap;
}
.contact-item a::before {
    content: '';
    margin: 0 8px 0 0;
    width: 24px;
    height: 16px;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2224%22%20viewBox%3D%220%200%2036%2024%22%3E%20%3Cpath%20id%3D%22ic-mail%22%20d%3D%22M64%2C128v24h36V128Zm18%2C13.116L66.738%2C129.5H97.263ZM65.5%2C150.5V130.447l10.791%2C8.213-6.384%2C7.247.187.187%2C7.4-6.525L82%2C143l4.509-3.431%2C7.4%2C6.525.187-.187-6.384-7.256%2C10.791-8.2V150.5Z%22%20transform%3D%22translate(-64%20-128)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    -webkit-mask-size: contain;
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2224%22%20viewBox%3D%220%200%2036%2024%22%3E%20%3Cpath%20id%3D%22ic-mail%22%20d%3D%22M64%2C128v24h36V128Zm18%2C13.116L66.738%2C129.5H97.263ZM65.5%2C150.5V130.447l10.791%2C8.213-6.384%2C7.247.187.187%2C7.4-6.525L82%2C143l4.509-3.431%2C7.4%2C6.525.187-.187-6.384-7.256%2C10.791-8.2V150.5Z%22%20transform%3D%22translate(-64%20-128)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    mask-size: contain;
    display: block;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
#itempage .item-info {
    margin-bottom: 50px;
}
.skuform .item-option {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0;
    align-items: center;
}
.skuform .item-option dt {
    width: 6.5rem;
    margin: 0 0 10px;
    font-size: 1rem;
    line-height: 1.2;
	text-align: left;
}
.skuform .item-option dd {
    width: calc(100% - 6.5rem);
    margin: 0 0 10px;
    text-align: left;
}
.skuform .item-option dd select,
.skuform .item-option dd input[type=text] {
    width: 100%;
    max-width: 375px;
    padding: 6px 8px;
}
.item-info .skuname {
    margin: 0 0 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    position: relative;
}

.item-info .skuname::after {
    content: "";
    display: block;
    width: 2.5em;
    height: 1px;
    background-color: #e6b422;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -20px;
}

.cart-button-area {
    display: inline-block;
}
.item-info .contact-item {
    margin: 10px 0;
}
.item-info .c-box {
	margin: 10px 1rem 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.item-info .quantity {
    white-space: nowrap;
    margin: 10px 10px 10px 0;
}
.item-info .quantity input.skuquantity {
	padding: 10px;
	margin: 0 8px;
	width: 56px;
	text-align: center;
}
.item-info .skubutton {
	font-size: 1.125em;
	border: none;
	border-radius: 1px;
	padding: 13px 18px;
	width: 100%;
	cursor: pointer;
    line-height: 1;
}

/* DL Saler
	 ========================================================================== */

table.dlseller {
	background-color: #fff;
}
table.dlseller th {
	white-space: nowrap;
	text-align: left;
	padding: 20px 20px 0;
	color: var(--spc-lpcst-col);
	display: block;
}
table.dlseller td {
	padding: 10px 20px 0;
	display: block;
}
table.dlseller td::after {
	content: '';
	display: block;
	border-top: 1px dotted #cccccc;
	margin-top: 20px;
}
table.dlseller tr:last-child td::after {
	display: none;
}
table.dlseller tr:last-child td {
	padding-bottom: 20px;
}

/* item-descriptio block
	 ========================================================================== */

.item-description {
    margin: 0 0 40px;
}

/* assistance_item block
	 ========================================================================== */

.assistance_item {
    position: relative;
    padding: 0 0 40px;
}
.assistance_item > h3 {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.2;
}
.assistance_item > h3::after {
    content: '';
    height: 30px;
    display: block;
    margin: 10px 50% 0;
}
.assistance_item > .slick-slider {
    position: inherit;
    margin: 0;
}
.assistance_item > ul,
.assistance_item > ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.assistance_item .slick-list {
    overflow: inherit;
    margin-right: 10vw;
}
.assistance_item > ul li .listbox {
    margin: 0 5vw 0 0;
}
.assistance_item > ul li .slit {
    margin: 0 0 10px;
}
.assistance_item > ul li .slit a {
    display: block;
}
.assistance_item > ul li .slit img {
    width: 100%;
}
.assistance_item > ul li .detail h4 {
    font-size: 0.875rem;
    margin: 0;
}
.assistance_item > ul li .detail p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.75rem;
    margin: 0;
}
.assistance_item > ul li .detail .assist_excerpt {
    margin-bottom: 5px;
}
.assistance_item > ul li .detail .assist_price {
    font-weight: 600;
    margin: 0;
}
.assistance_item .slick-dots {
    position: absolute;
    bottom: -40px;
}

/* itemGpExp
	 ========================================================================== */

.item-info .itemGpExp {
    margin: 0 -20px 30px;
    padding: 15px 20px;
	border-top: 1px solid #4a4a4a;
	border-bottom: 1px solid #4a4a4a;
}
.item-info .itemGpExp dt {
    margin: 0 0 10px;
}
.item-info .itemGpExp dd {
    margin: 0;
    padding: 0;
}
.item-info .itemGpExp dd ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    display: inline-block;
}
.item-info .itemGpExp .price {
    font-weight: 600;
    margin: 0 0 0 8px;
}
.item-info .itemGpExp dd ul li {
    font-size: 0.875rem;
}
.item-info .itemGpExp dd ul li::before {
    content: '●';
    margin: 0 5px 0 0;
}

/* .entry-review
	 ========================================================================== */

.entry-review {
    margin: 0 -5vw 40px;
}
.entry-review .inner {
    padding: 40px 5vw;
}
.nowc_reviews {
    font-size: 1rem;
    line-height: 1.2;
    margin: 0 0 20px;
}
.reviews_btn {
    display: flex;
    justify-content: center;
}
.reviews_btn a {
    display: block;
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: 600;
    padding: 15px 20px;
}
#reply-title {
    margin: 0;
}
#reply-title a {
    margin: 0 0 20px;
}
.entry-review textarea,
.entry-review .comment-form-author input {
	border: none;
}
.entry-review .review-form-review {
	margin-bottom: 12px;
}
.entry-review .form-submit {
	margin: 15px 0 0 0;
    text-align: center;
}
.entry-review .review-form-review label {
	display: block;
	font-weight: 700;
	margin-bottom: 12px;
    text-align: center;
}
.entry-review .comment-form-author {
	margin-bottom: 12px;
}
.entry-review .comment-form-author label {
	margin-bottom: 6px;
	display: block;
	font-size: 12px;
	font-weight: 700;
}
.entry-review .comment-form-author label span {
	margin-left: 4px;
	font-size: 11px;
	font-weight: normal;
}
.entry-review .comment-form-cookies-consent {
	position: relative;
	margin: 12px 0;
	padding-left: 36px;
}
.entry-review .comment-form-cookies-consent input[type="checkbox"],
.entry-review .comment-form-cookies-consent input[type="checkbox"] + .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.entry-review .comment-form-cookies-consent input[type="checkbox"] + .checkmark {
	margin: 0;
	z-index: 0;
}
.entry-review .comment-form-cookies-consent label {
	display: block;
	margin-top: 3px;
	font-size: 0.6875rem;
}
.entry-review .form-submit input {
	display: inline-block;
	text-align: center;
}
.entry-review .nowc_reviews {
	margin-bottom: 12px;
	text-align: center;
}
.reviewTitle {
    text-align: center;
    margin: 0 0 20px;
    font-size: 1.25rem;
    line-height: 1.2;
}
.reviewTitle::after {
    content: '';
    height: 30px;
    display: block;
    margin: 10px 50% 0;
}
#wc_reviews_list .wc_reviewlist {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0 -20px 20px;
    padding: 0;
    flex-wrap: wrap;
}
#wc_reviews_list .wc_reviewlist li {
    max-width: 558px;
    padding: 20px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    margin: 0 10px 20px;
}
#wc_reviews_list .wc_reviewlist li > div {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}
#wc_reviews_list .wc_reviewlist li p {
    margin: 0;
    font-size: 0.875rem;
}
#wc_reviews_list .wc_reviewlist .review-meta {
    font-size: 0.75rem;
}
#wc_reviews_list .wc_reviewlist .review-body,
#wc_reviews_list .wc_reviewlist .waitting {
    width: 100%;
    margin-top: 10px;
}
#review-paginate {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 20px;
}
#review-paginate .page-numbers {
    display: block;
    margin: 0 2px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 1rem;
    overflow: hidden;
    text-align: center;
}
#review-paginate .page-numbers.prev::before,
#review-paginate .page-numbers.next::before {
    content: '';
    display: block;
    -webkit-mask-image: var(--arrow-img-ic);
    mask-image: var(--arrow-img-ic);
    -webkit-mask-size: 8px 14px;
    -webkit-mask-repeat: no-repeat;
    mask-size: 8px 14px;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 32px;
    height: 32px;
}
#review-paginate .page-numbers.prev::before {
    transform: rotateZ(180deg);
}
.taxonomy-description {
    background-color: rgba( 255, 255, 255, 0.2);
    padding: 20px;
    margin: 0 0 30px;
}
.taxonomy-description p {
    font-size: 0.875rem;
    margin: 0;
}
.information-bar {
    margin: 0 0 30px;
    position: relative;
    z-index: 2;
}
.information-bar .list-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
	width: 100%;
}
.information-bar .list-info p {
    margin: 0;
    font-size: 0.875rem;
}
.information-bar .list-info p .num {
    font-size: 1rem;
    font-weight: 600;
}

/* cat-list
	 ========================================================================== */

.cat-il .post {
    padding: 15px 0;
}
.cat-il .post .inside {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.cat-il .post .inside .itemimg {
    width: 26%;
	position: relative;
}
.cat-il .post .inside .itemimg a {
    display: block;
    line-height: 0;
	background-color: #ffffff;
}
.cat-il .post .inside .itemimg img {
    margin: 0 auto;
    width: 100%;
}
.cat-il .post .inside .in-block {
    width: calc(100% - 26% - 15px);
}
.cat-il .post .inside .in-block .campaign_message,
.cat-il .post .inside .in-block .campaign_discount {
    margin: 4px 0;
}
.cat-il .post .inside .in-block .item-info-wrap .itemname {
    font-size: 0.875rem;
    line-height: 1.3;
	font-weight: 300;
	margin-top: 5px;
	margin-bottom: 5px;
}
.cat-il .post .inside .in-block .item-info-wrap .itemcode {
    font-size: 0.75rem;
}
.cat-il .post .inside .in-block .item-info-wrap .itemprice {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 5px;
}

#dsi-menu {
	display: none;
}
.display_selectedItem {
    width: 50%;
    height: 40px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin: 0 0 20px;
}
.display_selectedItem .select_box {
    width: 100%;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
#dsi-menu:checked ~ .display_selectedItem .select_box {
    height: inherit;
    overflow: inherit;
}
.display_selectedItem .select_box li {
    box-sizing: border-box;
    height: 40px;
    border-bottom: none;
}
.display_selectedItem .select_box li label,
.display_selectedItem .select_box li a {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 8px;
	cursor: pointer;
}
.display_selectedItem .select_box li label:hover {
	border: 1px solid #c5c5c5;
}
#dsi-menu:checked ~ .display_selectedItem .select_box li label {
	border: 1px solid #c5c5c5;
}
.display_selectedItem .select_box li label::after,
.display_selectedItem .select_box li a::after {
    content: '';
    position: absolute;
    top: inherit;
    right: 10px;
    width: 7px;
    height: 12px;
    display: inline-block;
    -webkit-mask-image: var(--arrow-img-ic);
    -webkit-mask-size: cover;
    mask-image: var(--arrow-img-ic);
    mask-size: cover;
    transform: translateY(-50%);
    transform: rotateZ(90deg);
    opacity: 0.3;
}
.display_selectedItem .select_box li a:hover::after {
    opacity: 1;
    transform: inherit;
}
#dsi-menu:checked ~ .display_selectedItem .select_box li label::after {
	transform: scale(1, -1);
    transform: rotateZ(-90deg);
}

/* First Item
	 ========================================================================== */

.cat-il .first-item {
    border-top: none;
    padding: 0 0 20px;
}
.cat-il .first-item .inside {
    display: block;
}
.cat-il .first-item .inside .itemimg {
    margin: 0 -5vw 13px;
    line-height: 0;
    width: 100vw;
}
.cat-il .first-item .inside .in-block {
    width: 100%;
    position: relative;
}
.cat-il .first-item .itemsubimg {
    display: flex;
    margin: 0 -13px 20px 0;
    overflow: hidden;
	align-items: self-start;
	flex-wrap: wrap;
}
.cat-il .first-item .itemsubimg span {
    width: calc(33.333% - 13px);
    display: block;
    line-height: 0;
    margin: 0 13px 13px 0;
	position: relative;
	overflow: hidden;
}
.cat-il .first-item .itemsubimg span::before {
	content: '';
	padding-top: 100%;
	display: block;
}
.cat-il .first-item .itemsubimg span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.cat-il .first-item .detail-block {
    position: relative;
}
.cat-il .first-item .detail-block .itemname {
    font-size: 1.125rem;
    font-weight: 100;
    margin: 0 40px 10px 0;
    line-height: 1.3;
}
.cat-il .first-item .detail-block .block-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 5px 0;
}
.cat-il .first-item .detail-block .itemcode {
    font-size: 1rem;
    margin: 0 1rem 0 0;
    line-height: 1.2;
}
.cat-il .first-item .detail-block .item-info-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cat-il .first-item .inside .in-block .item-info-wrap .itemprice {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 5px 10px 5px 0;
}
.cat-il .first-item .detail-block .excerpt {
    font-size: 0.875rem;
    margin: 13px 0 0;
}
.cat-il .first-item .detail-block .see-more {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}
.cat-il .first-item .detail-block .see-more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding: 0;
    font-size: 0.875rem;
}
.cat-il .first-item .detail-block .see-more a i {
    display: none;
}
.cat-il .first-item .detail-block .see-more a::after {
    content: '';
    display: block;
    -webkit-mask-image: var(--arrow-img-ic);
    mask-image: var(--arrow-img-ic);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    mask-repeat: no-repeat;
    width: 8px;
    height: 14px;
}


/**
 * Entry Content Tag
 */

.item-description h1 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.5;
}
.item-description h2 {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 1.5;
}
.item-description h3 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
}
.item-description h4 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.5;
}
.item-description h5 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
}
.item-description h6 {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.5;
}
.item-description ul {
	list-style: disc;
	margin-left: 1rem;
	padding-inline-start: 0;
}
.item-description ul.opt-tag {
	list-style: none;
    margin-left: 0;
}
.item-description ol {
	padding-inline-start: 1rem;
}
.item-description table caption {
	font-size: 1.125rem;
	line-height: 1.2;
	padding: 10px;
	font-weight: bold;
}
.item-description table {
	width: auto;
}
.item-description table th,
.item-description table td {
	padding: 10px 20px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	font-size: 1rem;
}
.item-description table th {
	line-height: 1.2;
}
.item-description .wp-block-button__link {
	font-size: inherit;
}
.item-description .shortcode-products ul {
	margin-left: 0;
	list-style: none;
}
.item-description .shortcode-products li {
	font-size: 0.625rem;
	line-height: 1.2;
}

/**
* 16.1 Mobile Large 620px
*/
@media screen and (min-width: 38.75em) {

	/* itempage block
		 ========================================================================== */

    #itempage .separate {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0 0 80px;
    }
    #itempage .itemimg {
        width: 45%;
    }
    #itempage .right-block {
        width: 52%;
    }
    .blocker #itempage .separate {
        display: block;
    }
    .blocker #itempage .itemimg,
    .blocker #itempage .right-block {
        width: 100%;
    }
    .item-info .field {
        text-align: left;
    }
    .nowc_reviews {
        text-align: center;
    }
    .assistance_item .slick-list {
        margin-right: 5vw;
    }
    .item-info .field_price {
        justify-content: flex-start;
    }
    .skuform {
        text-align: left;
    }
    .skuform .item-option {
        justify-content: flex-start;
    }

	/* item list
		 ========================================================================== */

    .cat-il.type-grid {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        width: calc(100% + 15px);
        margin-right: -15px;
    }
    .cat-il .post {
        width: calc(33.333% - 15px);
        border-top: none;
        padding: 0;
        margin: 0 15px 15px 0;
    }
    .cat-il .post .inside {
        display: block;
    }
    .cat-il .post .inside .itemimg {
        width: 100%;
        margin: 0 0 10px;
    }
    .cat-il .post .inside .in-block {
        width: 100%;
    }

	/* first item
		 ========================================================================== */

    .cat-il .first-item {
        width: calc(100% - 15px);
        padding: 0 0 30px;
    }
    .cat-il .first-item .inside .itemimg {
        margin: 0 calc(15px - 5vw) 30px -5vw;
        width: calc(100% + 10vw);
    }
    .cat-il .first-item .itemsubimg {
        margin: 0 -30px 30px 0;
    }
    .cat-il .first-item .itemsubimg span {
        width: calc(33.333% - 30px);
        margin-right: 30px;
    }
    .information-bar {
        display: flex;
        justify-content: space-between;
    }
    .display_selectedItem {
        width: 33.333%;
        margin-bottom: 0;
    }
    .information-bar .display_selectedItem + .list-info {
        width: calc(100% - 33.333% - 30px);
    }

}

/**
* 16.2 Tablet Small 740px
*/
@media screen and (min-width: 46.25em) {

	/* .blocker
		 ========================================================================== */

    .blocker .cart-button-area {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
		flex-wrap: wrap;
    }
    .blocker .contact-item {
        margin: 0 20px 0 0;
    }

	/* item list
		 ========================================================================== */

    .cat-il .first-item .inside {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .cat-il .first-item .inside .itemimg {
        margin: 0;
        width: 40%;
    }
    .cat-il .first-item .inside .in-block {
        width: calc((100% - 40%) - 30px);
    }

}

/**
 * 16.3 Tablet Large 880px
 */
@media screen and (min-width: 55em) {

	/* .blocker
		 ========================================================================== */

    .blocker .storycontent,
    .blocker .list-content {
        width: 64%;
    }
    .blocker .entry-review {
        margin: 0 0 40px;
    }
    .blocker #wc_reviews {
        padding: 40px 0 10px;
    }

	/* item list
		 ========================================================================== */

    .blocker .cat-il .first-item .inside {
        display: block;
    }
    .blocker .cat-il .first-item .inside .itemimg {
        width: 100%;
        margin: 0 0 30px;
    }
    .blocker .cat-il .first-item .inside .in-block {
        width: 100%;
    }

}

/**
 * 16.4 Desktop Small 1000px
 */
@media screen and (min-width: 62.5em) {

	/* .blocker
		 ========================================================================== */

    .blocker .storycontent,
    .blocker .list-content {
        width: calc(100% - 280px - 40px);
    }
    .blocker #itempage .separate {
        display: flex;
    }
    .blocker #itempage .itemimg {
        width: 45%;
    }
    .blocker #itempage .right-block {
        width: 52%;
    }
    .blocker .cart-button-area {
        width: auto;
    }
    .blocker .contact-item {
        margin: 10px 0;
    }
    .skuform .field {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    .item-info .zaikostatus {
        margin: 0 20px 0 0;
    }
    .assistance_item .slick-list {
        margin-right: 0;
    }

	/* item list
		 ========================================================================== */

    .cat-il .post {
        width: calc(25% - 15px);
    }
    .cat-il .first-item {
        width: 100%;
    }
    .blocker .cat-il .post {
        width: calc(33.333% - 15px);
    }
    .blocker .cat-il .first-item {
        width: 100%;
    }
    .blocker .cat-il .first-item .inside {
        display: flex;
    }
    .blocker .cat-il .first-item .inside .itemimg {
        width: 40%;
        margin: 0;
    }
    .blocker .cat-il .first-item .inside .in-block {
        width: calc((100% - 40%) - 30px);
    }
	.item-description {
		margin: 0 0 80px;
	}
	.item-info .field .frequency {
		margin-right: 1rem;
	}

}

/**
* 16.5 Desktop 1240px
*/
@media screen and (min-width: 77.5em) {

    .cart-button-area {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
	.item-info .c-box {
		margin: 10px 20px 10px 0;
	}
    .item-info .contact-item {
        margin: 10px 20px 10px 0;
    }

	/* item list
		 ========================================================================== */

    .display_selectedItem {
        width: 25%;
    }
    .information-bar .display_selectedItem + .list-info {
        width: calc(100% - 25% - 30px);
    }
    .cat-il .post {
        width: calc(20% - 15px);
    }
    .cat-il .first-item {
        width: 100%;
    }
    .blocker .cat-il .post {
        width: calc(25% - 15px);
    }
    .blocker .cat-il .first-item {
        width: 100%;
    }
    .cat-il .first-item .detail-block {
        position: initial;
    }
    .cat-il .first-item .inside .in-block {
        padding-bottom: 40px;
    }
    .cat-il .first-item .detail-block .see-more {
        top: inherit;
        bottom: 0;
    }
    .cat-il .first-item .detail-block .itemname {
        font-size: 1.5rem;
        margin: 0 0 15px 0;
    }

}

/**
* 16.6 Desktop Wide 1400px
*/
@media screen and (min-width: 87.5em) {

    .content-area {
        width: 1280px;
        margin: 0 auto;
    }
    .entry-review {
        margin: 0 calc(640px - 50vw) 40px;
    }
    #wc_reviews {
        padding: 40px calc(50vw - 640px) 20px;
    }

}

/**
 * Colors
 */

.cat-il .first-item .detail-block .itemname a,
.cat-il .post .inside .in-block .item-info-wrap .itemname a {
	color: var(--spc-lpcst-col);
}
.cat-il .first-item .detail-block .see-more a {
	background-color: var(--spc-lpclb-col);
}
.cat-il .first-item .detail-block .see-more a::after {
    background-color: var(--spc-lpclbt-col);
}
.contact-item.itemsoldout {
	background: none;
}
.contact-item a {
    color: var(--spc-lpclb-col);
    border: 1px solid var(--spc-lpclb-col);
	background-color: #ffffff;
}
.contact-item a::before {
    background-color: var(--spc-lpclb-col);
}
.contact-item a:hover {
	text-decoration: none;
}
.assistance_item > h3 {
    color: var(--spc-lpcst-col);
}
.assistance_item > h3::after {
    border-left: 1px solid var(--spc-lpcst-col);
}
.entry-review {
    background-color: rgba(0, 0, 0, 0.2);
}
.reviews_btn a {
    background-color: var(--spc-lpclb-col);
    color: var(--spc-lpclbt-col);
}
.entry-review .comment-form-cookies-consent input[type="checkbox"] + .checkmark {
	background-color: #fff;
}
.reviewTitle {
    color: var(--spc-lpcst-col);
}
.reviewTitle::after {
    border-left: 1px solid var(--spc-lpcst-col);
}
#wc_reviews_list .wc_reviewlist li {
    background-color: #ffffff;
}
#review-paginate .page-numbers {
    background-color: var(--spc-lpclb-col);
    color: var(--spc-lpclbt-col);
}
#review-paginate .page-numbers.current {
    background-color: #aaaaaa;
    color: #ffffff;
}
#review-paginate .page-numbers.prev::before,
#review-paginate .page-numbers.next::before {
    background-color: var(--spc-lpclbt-col);
}
.display_selectedItem .select_box li {
    background-color: #ffffff;
}
.display_selectedItem .select_box li span {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 .5rem;
	width: 100%;
	height: 100%;
    border: 1px solid #c5c5c5;
}
.display_selectedItem .select_box li a,
.display_selectedItem .select_box li label {
    border: 1px solid #c5c5c5;
    background-color: #ffffff;
}
.display_selectedItem .select_box li:not(:first-child) a {
	border-top: none;
}
.display_selectedItem .select_box li a:hover {
    background-color: #c5c5c5;
}
.display_selectedItem .select_box li a::after {
    background-color: #000000;
}
.display_selectedItem .select_box li label::after {
	background-color: #666666;
}
.information-bar .list-info {
    background-color: rgba(255, 255, 255, 0.5);
}
.cat-il .first-item .inside .itemimg {
    background-color: initial;
}
.cat-il .first-item .itemsubimg span {
    background-color: #ffffff;
}
#itempage .slider-for .slick-slide a {
	background-color: #ffffff;
}
.item-name,
.item-info .skuname {
	color: var(--spc-lpcst-col);
}

.item-info .field_price,
.assistance_item > ul li .detail .assist_price {
	color: var(--wc-wp-col);
}
.item-info .skubutton {
	background: var(--wc-wcbbg-col);
	color: var(--wc-wcbt-col);
}
