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

#item_d_share {
    bottom: 150px !important;
}
.btm_menu {
    border-top: 2px solid #fff;
}

/* PRODUCT TABLE */
.product_table {
    width: 100%;
    padding: 0 0 200px;
    overflow: hidden;
}

/* Tab */
.product_table ul.tab {
    width: 230px;
    margin: 10px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.product_table ul.tab li {
    width: 70px;
    height: 70px;
    opacity: 0.5;
}
.product_table ul.tab li.active {
	opacity: 1;
    position: relative;
}
.product_table ul.tab li.active::before {
    content: '';
    width: 74px;
    height: 74px;
    border: 2px solid #ffc72c;
    position: absolute;
    top: -2px;
    left: -2px;
}

.tab_content {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
}
.tab_content.is-active {
    display: block;
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Slide show */
.product_table_wrap {
    max-width: 1500px;
    margin: 10px auto 0;
    position: relative;
}
.product_wrapper {
    width: 800px;
    /* margin: -100px auto 0; */
    margin: 0 auto;
    position: relative;
}
.product_wrapper::before {
    content: '';
    width: 30vw;
    height: calc(100% + 100px);
    background: linear-gradient(0.25turn, #ffffff 30%, #ffffff00);
    position: absolute;
    top: -100px;
    left: -35vw;
    z-index: 1;
}
.product_wrapper::after {
    content: '';
    width: 30vw;
    height: calc(100% + 100px);
    background: linear-gradient(0.75turn, #ffffff 30%, #ffffff00);
    position: absolute;
    top: -100px;
    right: -35vw;
    z-index: 1;
}


.swiper-wrapper {
    display: inline-flex;
}
.swiperMain .swiper-slide img {
    width: 90%;
    margin: 0 5%;
}
.swiperMain .sp-zoom img {
    width: 100%;
    margin: -100px 0 0;
}

.swiperThumbnail .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px) !important;
    display: flex;
    justify-content: center;
}

.swiperMain .swiper-slide-next {
    opacity: 1;
}
.swiperThumbnail .swiper-wrapper .swiper-slide {
    width: 60px !important;
    height: 60px !important;
    margin: 4px !important;
    position: relative;
    cursor: pointer;
}
.swiperThumbnail .swiper-wrapper .swiper-slide img {
    width: 60px;
    height: 60px;
}

.swiperThumbnail .swiper-slide-thumb-active::after {
    content: '';
    width: 64px;
    height: 64px;
    border: 1px solid #ffc72c;
    border-radius: 2px;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 1;
    opacity: 1;
}

.swiper-button-prev, .swiper-button-next {
    width: 25px;
    height: 40px;
    margin: 0 !important;
    mask-image: url(/sp/886/img/slide_arrow.svg);
    background-color: #c2c2c2;
    display: block;
    position: absolute;
    transition: all 0.2s;
}
.swiper-button-prev {
    top: 18.5%;
    left: 22.5%;
    transform: translateY(100%) rotate(180deg);
    z-index: 10;
}
.swiper-button-next {
    bottom: 0;
    left: 75.8%;
    transform: translateY(-460px);
    z-index: 10;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    background-color: #808080;
    transition: all 0.2s;
}

.content {
    width: 1100px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
}
.content_wrap {
    width: 70%;
}
.content h1 {
    font-size: 24px;
}
.content h2 {
    font-family: 'Noto Sans JP';
    text-align: justify;
    margin: 0 0 30px;
}
.content_wrap ul.hashtag {
    margin: 0 0 50px;
    display: flex;
}
.content_wrap ul.hashtag li {
    margin: 0 0 0 6px;
    padding: 12px 30px;
    font-weight: bold;
    text-align: center;
    background-color: #d1d1cf;
    border-radius: 6px;
}

#lp_cart #item_d_cart_form {
    width: 100% !important;
}
#lp_cart #item_tag {
    display: flex !important;
}
#lp_cart #item_d_cart_num th {
    vertical-align: middle !important;
}