@charset "UTF-8";
#item_price_box #item_price-price .rakutenBT {
}


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

#item_detail {
    margin-top: 9.23%;
    margin-bottom: 6.19%;
}

	
#item_overview{
    position: relative;
    margin-bottom: 6.15%;
    display: flex;
    padding-left: 5.38%;
    justify-content: space-between;
    padding-bottom: 2.3%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-right: 5.38%;
}
#item_overview::after{
    content: "";
    position: absolute;
    width: 86.15%;
    height: 86.15%;
    background-color: #F4F4F4;
    z-index: -100;
    bottom: 0px;
    left: 0px;
}
.item_title-explan {
    width: 100%;
}
.item_title{
    z-index: 2;
    /* [disabled]position: absolute; */
    /* [disabled]top: 0px; */
    /* [disabled]left: 0px; */
}
.red_tag{
    display: flex;
    flex-wrap: wrap;
}
.red_tag p{
    color: #DC0003;
    border: 1px solid;
    margin-right: 8px;
    font-size: 14px;
    line-height: 1em;
    font-weight: 400;
    padding: 4px 6px;
    margin-bottom: 8px;
}
.item_title h2{
    margin-top: 16px;
    background-color: rgba(66, 68, 69, 0.92);
    padding: 10px 14px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 500;
    color: #FFFFFF;
}
#item_explan_box {
    z-index: -1;
    padding-top: 5.38%;
    padding-bottom: 7.69%;
}
.item_number{
    font-size: 13px;
    line-height: 1em;
    font-weight: 400;
    background-color: #FFFFFF;
    border: 1px solid #424445;
    padding: 6px 8px;
    display: inline-block;
    margin-bottom: 18px;
}
#item_explan {

}
#item_explan p {
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 400;
}
#item_img_wrap {
    width: 100%;
}

.main_slider_wrap {
  position: relative;
}

#main_slider img {
  width: 100%;
  height: auto;
  display: block;
}

#main_slider .slick-prev,
#main_slider .slick-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: transparent;
  border: none;
  background: transparent;
  z-index: 10;
}

#main_slider .slick-prev {
  left: 16px;
}

#main_slider .slick-next {
  right: 22px;
}

/* サムネイル一覧 */
#thumbnail_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

#thumbnail_list li {
  width: calc((100% - 40px) / 5); /* 5個分で固定（gap4個×10px） */
  aspect-ratio: 4 / 3;
  cursor: pointer;
  border: 2px solid transparent;
  box-sizing: border-box;
}

#thumbnail_list li.active {
  border: 4px solid rgba(255, 0, 0, 0.6);
}

#thumbnail_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
	
	
	
	
	
#item_spec {
    padding-right: 5.38%;
    padding-left: 5.38%;
    margin-bottom: 24px;
}
.item_h3 {
	font-family: "Jost", sans-serif;
    font-size: 18px;
	letter-spacing: 0.02em;
	line-height: 1em;
	font-weight: 600;
	background-color: #E9ECEE;
	display: block;
	padding: 8px 16px;
}

#item_spec table{
    width: 100%;
    margin-top: 2.3%;
}
#item_spec table th{
    border-bottom: 1px solid #EBEDEF;
    padding-top: 12px;
    padding-left: 8px;
    padding-bottom: 12px;
    font-size: 15px;
    line-height: 1em;
    font-weight: 500;
    width: 100%;
    text-align: left;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#item_spec table td{
    border-bottom: 1px none #EBEDEF;
    padding-top: 12px;
    padding-left: 8px;
    padding-bottom: 6px;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 400;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#item_spec table td ul{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
#item_spec table td ul li{
	padding: 0;
}
#item_spec table td ul li a{
	margin-right: 20px;
	display: block;
	text-decoration: none;
}
#item_spec table td ul li:last-child{
	margin-right: 0;
}
#item_price {
    padding-right: 5.38%;
    padding-left: 5.38%;
    margin-bottom: 6.15%;
}
#item_price_box {
    margin-top: 3.07%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#item_price_box p {
    font-family: "Jost", sans-serif;
}
.line-through{
	text-decoration: line-through;
}
#usually_price{
    font-size: 15px;
    line-height: 1em;
    margin-right: 8px;
}
#usually_price .price_tax {
    font-size: 8px;
    line-height: 1em;
}
#price_discount{
    color: #DC0003;
    font-size: 14px;
    font-weight: 500;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    padding: 14px;
    border: 2px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    font-family: "Jost", sans-serif;
}
#price_discount span{
	display: block;
	margin-bottom: 1px;
}
#price_discount span:last-child{
	margin-bottom: 0;
}
#item_price-price {
    font-family: "Jost", sans-serif;
    margin-left: 8px;
    font-size: 22px;
    line-height: 1em;
    font-weight: 500;
}
#item_price-price .price_tax {
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-size: 12px;
    margin-left: 4px;
}

#item_contact {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5.38%;
    padding-right: 5.38%;
    margin-bottom: 32px;
}
#item_contact p {
}
#item_contact p a {
    text-align: center;
    border: 1px solid #424445;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
}
#item_contact p a span {
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #424445;
    width: 20px;
    text-align: center;
    border-radius: 12px;
    display: inline-block;
    margin-right: 8px;
}

#item_note{
    padding-right: 5.38%;
    padding-left: 5.38%;
}
#item_note .inner1200 {
    border: 1px solid #424445;
    display: flex;
    box-sizing: border-box;
    padding: 24px;
    flex-wrap: wrap;
}
#item_note h4{
    border-right: 1px none #424445;
    font-size: 17px;
    line-height: 500;
    line-height: 1em;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    margin-right: 0px;
    border-bottom: 1px solid #424445;
    margin-bottom: 16px;
    padding-bottom: 12px;
}
#item_note h4 img{
	width: 100%;
	width: 24px;
	margin-right: 8px;
}
#item_note ul{
    padding-top: 0;
    padding-right: 0;
    padding-left: 16px;
    padding-bottom: 0;
    margin: 0;
    list-style: square;
}
#item_note ul li {
    line-height: 1.5em;
    margin-bottom: 8px;
    font-size: 15px;
}
#item_search_tag{
    padding-left: 5.38%;
    padding-right: 5.38%;
}
#item_search_tag ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}
#item_search_tag ul li{
    box-sizing: border-box;
    width: 33.07%;
    margin-right: .395%;
    min-width: 94px;
    margin-bottom: .395%;
}
#item_search_tag ul li a{
    display: block;
    padding-top: 12px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 12px;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 1em;
    font-weight: 500;
    background-color: #424445;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
}
#item_search_tag ul li:nth-child(3n) {
	margin-right: 0;
}
#item_search_tag ul li:last-child{
	margin-right: 0;
	box-sizing: border-box;
}
#related_items{
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/bg_gray.svg);
    background-repeat: no-repeat;
    padding-top: 7.69%;
    padding-right: 5.38%;
    padding-left: 5.38%;
    background-position: right top;
    background-size: 80% auto;
    margin-top: 9.23%;
    margin-bottom: 9.23%;
}
#related_items_slide {
}
#related_items_slide .slide-arrow {
	z-index: 100;
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 32px;
}
#related_items_slide .prev-arrow {
  left: -8px;
}
#related_items_slide .next-arrow {
  right: -8px;
}
.related_item {
    margin-left: 12px;
    margin-right: 12px;
}
.related_item_img a img {
    width: 100%;
}
.related_item_text {
    background-color: #FFFFFF;
    margin-top: -32px;
    z-index: 100;
    padding-top: 12px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 6px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 40px;
}
.related_item_text h3 {
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 500;
}
#contents_menu {
    padding-left: 5.38%;
    padding-right: 5.38%;
    margin-bottom: 6.15%;
}
#contents_menu ul {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    padding: 0;
    margin-bottom: 0px;
    list-style-type: none;
    flex-wrap: wrap;
}
#contents_menu ul li {
    margin-right: 3.07%;
    width: 48.465%;
    box-sizing: border-box;
    margin-bottom: 6.15%;
}
#contents_menu ul li:nth-child(2n) {
	margin-right: 0;
}
#contents_menu ul li:last-child{
	margin-right: 0;
}
#contents_menu ul li a {
    display: block;
}

.contents_menu_img{
	box-sizing: border-box;
}
.contents_menu_img img{
	width: 100%;
	box-sizing: border-box;
} 
.contents_menu_txt{
    background-color: #FFFFFF;
    z-index: 100;
    padding-right: 8px;
    padding-left: 8px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 32px;
    padding-top: 11px;
    margin-right: 40px;
    margin-top: -32px;
}
.contents_menu_txt h3{
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
}
    .item_price_box_Rakuten {
    flex-wrap: wrap;
    display: flex;

}
.rakutenBT {
    display: block;
    margin-left: auto;
    width: 80%;
    margin-top: 5.38%;
    margin-right: auto;
    text-align: center;
    line-height: 44px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.price_price_price {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 3.07%;
    flex-wrap: wrap;
}


}
