@charset "utf-8";

/* ソート改修 ----------------------- */

.sort_open_area {
	position: fixed;
	height: 100vh;
	z-index: 3000;
	background: #fff;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.sort_open_area_inner {
	padding: 0 30px 30px 30px;
	overflow-y: scroll;
	height: 100vh;
}

.ttl_sort_open_area {
	text-align: center;
	padding-top: 20px;
	margin-bottom: 30px;
}



.sort_openG {
	border-top: solid 1px #000;
	padding-top: 15px;
	padding-bottom: 15px;
}

.sort_open_area_inner .sort_openG:last-child {
	border-bottom: solid 1px #000;
}

.ttl_sort_openG {
	font-size: 130%;
	position: relative;
}

.ttl_sort_openG::after {
	content: "＋";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 120%;
}

.ttl_sort_openG.active::after {
	content: "－";
}

.sort_open {
	display: none;
}

.sort_openG_tgl {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 120%;
	margin-top: 15px;
	position: relative;
}

.sort_openG_tgl::after {
	content: "＋";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 120%;
}

.sort_openG_tgl.active::after {
	content: "－";
}

.sort_sub_open {
	margin-left: 10px;
	display: none;
}

.sort_open_list {
	margin-left: 10px;
}

.sort_open_list li {
	margin-top: 15px;
}

.sort_open_list input[type="radio"],
.sort_open_list input[type="checkbox"] {
	margin-right: 10px;
}

.sort_open_list li#color_tip_1 .color {
	background-color: #FFF;
}

.sort_open_list li#color_tip_2 .color {
	background-color: #4c4c4c;
}

.sort_open_list li#color_tip_3 .color {
	background-color: #b7b7b7;
}

.sort_open_list li#color_tip_4 .color {
	background-color: #877163;
}

.sort_open_list li#color_tip_5 .color {
	background-color: #e3d4b5;
}

.sort_open_list li#color_tip_6 .color {
	background-color: #94a27e;
}

.sort_open_list li#color_tip_7 .color {
	background-color: #6d86e1;
}

.sort_open_list li#color_tip_8 .color {
	background-color: #9d5e9d;
}

.sort_open_list li#color_tip_9 .color {
	background-color: #e9d77a;
}

.sort_open_list li#color_tip_10 .color {
	background-color: #f4a2ca;
}

.sort_open_list li#color_tip_11 .color {
	background-color: #ec656d;
}

.sort_open_list li#color_tip_12 .color {
	background-color: #e4a875;
}

.sort_open_list li#color_tip_13 .color {
	background-color: #d3d3d3;
}

.sort_open_list li#color_tip_14 .color {
	background-color: #d7c89a;
}


.sort_open_list li .color {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	margin-right: 10px;
	border: solid 1px #ccc;
}

.sort_open_list li:first-child .color,
.sort_open_list li:last-child .color {
	display: none;
}

.sort_open_list li label {
	display: flex;
	align-items: center;
}

.sort_btn {
	margin-top: 30px;
}

.sort_btn input,
.sort_btn span {
	display: block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	border: solid 2px #000;
	border-radius: 10px;
	font-size: 130%;
}

.sort_btn input,
.sort_btn span {
	height: 50px;
	line-height: 50px;
}

.sort_btn_search input {
	background: #000;
	color: #fff;
}

.sort_btn_reset input {
	color: #000;
}

.sort_area_close {
	position: absolute;
	cursor: pointer;
}

.sort_btn_list {
	display: flex;
	align-items: center;
}

.sort_btn_list li {
	box-sizing: border-box;
}


.sort_btn_list li {
	border-right: solid 1px #ccc;
	font-weight: bold;
	position: relative;
}

.sort_btn_list li:last-child {
	border-right: none;
}

.sort_order_tgl::after,
.sort_num_tgl::after {
	content: ">";
	transform: scale(1.5, 1) rotate(90deg);
	position: absolute;
	right: 10px;
	top: 0px;
}

.sort_btn_list li select {
	position: relative;
	z-index: 2;
	background: inherit;
	display: block;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
}

body.body_fix {
	height: 100%;
	overflow: hidden;
}

.item_list_cat_area {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}



.item_list_cat_list li {
	display: inline-block;
}

.item_list_cat_list li.current {
	font-weight: bold;
}


/* 商品詳細改修 ----------------------- */

.item_accordion_openG {
	border-bottom: solid 1px #000;
}

.item_accordion_openG01 {
	border-top: solid 1px #000;
	margin-top: 30px;
}

.item_accordion_tgl {
	position: relative;
}

.item_accordion_tgl::after {
	content: ">";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(1, 0.7) rotate(90deg);
	right: 10px;
	font-size: 150%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.item_accordion_tgl.active::after {
	transform: translateY(-50%) scale(1, 0.7) rotate(-90deg);
}

.item_accordion_open {
	display: none;
}

.product_alert_link #product_alert_btn{
	display: block;
}

.product_alert_link #product_alert_btn li{
	text-align: left;
}

.product_alert_link #product_alert_btn li a{
	background: none;
	justify-content: flex-start;
	padding: 0;
	font-size: 120%;
}
.product_alert_link #product_alert_btn li a::after{
	content: ">";
	margin-left: 10px;
	transform: scale(0.7 ,1 );
	font-size: 120%;
}
.product_alert_link #product_alert_btn li{
	margin-top: 15px;
	white-space: nowrap;
}


/* TOPICS改修 ----------------------- */

.lh_0{
	line-height: 0;
}

.topics_main_img img{
	width: 100%;
}
.topics_detail{
	box-sizing: border-box;
}

.topics_img_block{
	display: flex;
	justify-content: center;
	gap:5%;
}
.topics_img_block li{
	width: 30%;
}

.topics_carousel_area{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.topics_carousel_img{
	width: 48%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.topics_carousel{
	width: 34%;
	position: relative;
	/* overflow: hidden; */
	box-sizing: border-box;
	/* margin-right: 9%; */
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
}
.topics_carousel .swiper-container{
	overflow: hidden;
}

.topics_detail .img img{
	width: 100%;
}

.reverse{
	flex-direction: row-reverse;
}

/* .reverse .topics_carousel{
	margin-left: 9%;
	margin-right: 0%;
} */

.topics_detail .swiper-pagination{
	position: relative;
}

.topics_img_txt_area{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.topics_img_txt_img,.topics_img_txt_txt{
	width: 48%;
	position: relative;
	box-sizing: border-box;
}
.topics_img_txt_txt{
	padding: 0 8%;
}

.topics_btn{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.topics_btn a{
	display: inline-block;
}

.topics_footer_btn{
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}
.topics_footer_btn a{
	display: block;
	background: #000;
	color: #fff;
	text-align: center;
}

.topics_list li img{
	width: 100%;
}

.topics_archive_btn{
	margin-left: auto;
	margin-right: auto;
}
.topics_archive_btn a{
	display: block;
	background: #000;
	color: #fff;
	text-align: center;
}

.wp-pagenavi{
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span{
	display: inline-block;
}
.wp-pagenavi .current{
	font-weight: bold;
}

#undercolumn_blog #blog_block{
	justify-content: center;
}
#undercolumn_blog #blog_block #blog_navi{
	display: none;
}

#blog_block{
	justify-content: center !important;
}
#blog_navi{
	display: none !important;
}

/* oshare ----------------------- */

#wpadminbar{
	display: none;
}

.oshare_top_cont{
	width: 100%;
	/* height: calc(100vh - 50px); */
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:20px;
	position: relative;
}

.oshare_top_cont .link{
	position: absolute;
}
.oshare_top_cont .link_all{
	width:88%;
	left:8%;
	top:24%;
}

.oshare_top_cont .link01{
	width:13%;
	left:9.8%;
	top:51%;
}
.oshare_top_cont .link02{
	width:13.7%;
	left:31.8%;
	top:51%;
}
.oshare_top_cont .link03{
	width:15.6%;
	left:48.5%;
	top:48.25%;
}
.oshare_top_cont .link04{
	width:14.9%;
	left:72%;
	top:46.4%;
}
.oshare_top_cont .link05{
	width:12.2%;
	left:87.5%;
	top:45.7%;
}



.oshare_blog_cont{
	margin-top: 50px;

}
.aligncenter{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.oshare_blog_cont_day{
	text-align: right;
}

.oshare_blog_list{
	display: flex;
	flex-wrap: wrap;

}

.oshare_blog_cont_ttl{
	font-weight: bold;
}

.oshare_blog_list .img{
	overflow: hidden;
	aspect-ratio: 4 / 3;
}

.oshare_blog_list img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.oshare_blog_list_ttl{
	overflow-wrap: break-word;
}
.oshare_blog_detail{
	line-height: 200%;
}
