.furusatonozei-single-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0;
}
.product-container {
    display: flex;
	padding: 0 4.688vw 10.78vw;
    margin-bottom: 10.521vw;
	gap: 9.375vw;
    position: relative;
}
.product-container:after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 38px;
    right: 38px;
    bottom: 0;
    background: #707070;
}
.product-container .c-left {
	flex: 0 0 calc(100% - 9.375vw - 39.938%);
    max-width: calc(100% - 9.375vw - 39.938%);
}
.product-container .c-left .thumb-images {
    max-width: 100%;
	margin: 0 auto;
}
.product-container .c-left .thumb-images .image img {
    margin: 0 auto;
}
.thumb-images .slick-prev {
    left: -33px;
}
.thumb-images .slick-next {
    right: -33px;
}
.thumb-images .slick-prev:before,
.thumb-images .slick-next:before {
    content: "";
    display: block;
    font-family: inherit;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28.5px 0 28.5px 21px;
    border-color: transparent transparent transparent #707070;
}
.thumb-images .slick-prev:before {
    border-width: 28.5px 21px 28.5px 0;
    border-color: transparent #707070 transparent transparent;
}
.product-container .c-left .gallery-images {
	display: flex;
	flex-wrap: wrap;
	gap: 0.938vw 2.605vw;
	margin-top: 4.4271vw;
}
.product-container .c-left .gallery-images .image {
	flex-basis: calc((100% / 6) - 2.605vw * 5 / 6);
}
.product-container .c-left .gallery-images .image img {
	border: 2px solid #ccc;
	cursor: pointer;
}
.product-container .c-left .gallery-images .image.active img {
	border-color: #333;
}
.group-title-price {
	display: none;
}
.product-container .c-right {
	flex:0 0 39.938%;
	max-width: 690px;
	padding-top: 4.167vw;
}
.product-container .c-right .title {
	font-weight: 400;
	color: #333;
	margin-bottom: 0.886vw;
}
.product-container .c-right .sku {
	margin-bottom: 2.605vw;
}
.product-container .c-right .price {
	margin-bottom: 2.084vw;
}
.product-container .c-right .relation {
	margin-bottom: 4.4271vw;
}
.product-container .c-right .relation > p {
	font-weight: 700;
	margin-bottom: 2.344vw;
}
.product-container .c-right .relation .colors {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
.product-container .c-right .relation .colors .item {
	width: 60px;
}
.product-container .c-right .relation .colors .item > a:hover {
	border-color: #333;
}
.product-container .c-right .tax-btns {
	padding: 3.646vw 4.792vw 2.761vw;
	background: #f4f4f4;
	text-align: center;
    font-family: var(--yugothic_font);
    letter-spacing: .1em;
}
.product-container .c-right .tax-btns > h4 {
	line-height: calc(40 / 30);
	font-weight: 700;
}
.product-container .c-right .tax-btns .btn-groups {
	margin-top: 4.375vw;
	margin-bottom: 3.386vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2.292vw;
}
.product-container .c-right .tax-btns .btn-groups .btn {
	line-height: calc(33 / 25);
	font-weight: 700;
	color: white;
	padding: 19px;
}
.btn-red {
	background: #cc645c;
}
.btn-green {
	background: #a6b75a;
}
.btn-blue {
	background: #5e8cb2;
}
.btn-purple {
	background: #c174b6;
}
.product-container .c-right .tax-btns .note {
    color: #707070;
	text-align: right;
	font-size: 15px;
	line-height: calc(20 / 15);
	font-weight: 700;
	margin: 0 -4.792vw;
    padding: 0 18px;
}
@media (max-width: 767px) {
    .product-container {
        flex-direction: column;
        padding: 0 40px;
        margin-bottom: 47px;
        gap: 23px;
    }
    .product-container .c-left {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product-container .c-left .thumb-images {
        max-width: 257px;
    }
    .thumb-images .slick-prev,
    .thumb-images .slick-next {
        width: 13px;
        height: 34px;
    }
    .thumb-images .slick-prev {
        left: -10vw;
    }
    .thumb-images .slick-next {
        right: -10vw;
    }
    .thumb-images .slick-prev::before {
        border-width: 17.5px 13px 17.5px 0;
        border-color: transparent #e8e8e8 transparent transparent;
    }
    .thumb-images .slick-next::before {
        border-width: 17.5px 0 17.5px 13px;
        border-color: transparent transparent transparent #e8e8e8;
    }
    .group-title-price {
        display: block;
        margin-top: 19px;
    }
    .product-container::after {
        display: none;
    }
    .product-container .c-left .gallery-images {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .product-container .c-left .gallery-images .image {
        flex: 0 0 66px;
    }
    .product-container .c-right .price,
    .product-container .c-right .sku,
    .product-container .c-right .title {
        display: none;
    }
    .group-title-price .title {
        font-family: var(--adobe_clean_font);
        font-weight: 700;
        font-size: 18px;
        line-height: calc(24 / 18);
        letter-spacing: .1em;
    }
    .group-title-price .price {
        font-family: var(--yugothic_font);
        font-size: 15px;
        font-weight: 700;
        line-height: calc(20 / 15);
        letter-spacing: .1em;
    }
    .product-container .c-left .gallery-images {
        margin-top: 23px;
        gap: 13px;
    }
    .product-container .c-right {
        padding-top: 0;
    }
    .product-container .c-right .relation {
        font-size: 12px;
        margin-bottom: 23px;
    }
    .product-container .c-right .tax-btns {
        margin: 0 -40px;
        padding: 49px 21px 43px;
    }
    .product-container .c-right .tax-btns .btn-groups {
        margin-top: 34px;
        margin-bottom: 23px;
        flex-direction: row;
        gap: 22px;
        flex-wrap: wrap;
    }
    .product-container .c-right .tax-btns .btn-groups .btn {
        flex-basis: calc(50% - 22px * 1 / 2);
        order: 0;
        padding: 13px;
    }
    .product-container .c-right .tax-btns .btn-groups .btn.btn-green {
        order: 1;
    }
    .product-container .c-right .tax-btns .btn-groups .btn.btn-blue {
        order: 2;
    }
    .product-container .c-right .tax-btns .btn-groups .btn.btn-purple {
        order: 3;
    }
    .product-container .c-right .tax-btns .note {
        margin: 0;
        padding: 0;
        color: #333333;
    }
}
@media (max-width: 414px) {
    .product-container .c-right .tax-btns .btn-groups {
        flex-direction: column;
    }
    .product-container .c-right .tax-btns .btn-groups .btn {
        flex-basis: 100%;
    }
}