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


/* 2023 renew デフォルト制御
****************************************************/
.fs-c-productNameHeading {
    font-size: 2.0rem;
}

.fs-c-productNumber {
    border: none;
    padding: 0;
    margin: 10px 0;
}
.fs-c-productPrice__main__label {
    display: none;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #000;
}
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    margin: 10px 0;
}
.fs-c-productSelection {
    background: #f0f0f0;
    padding: 20px;
}
.fs-c-productSelection__name {
    background: none;
	font-size:1.0em;
	font-weight:normal;
}
.fs-c-productSelection__field input {
    padding: 10px 5px;
}
.fs-c-productSelection__field select {
    padding: 10px 5px;
}
.fs-c-productQuantityAndWishlist {
    margin: 20px 0 10px;
}
.fs-c-button--primary {
    background: #0a2888;
    border: none;
    border-radius: 10px;
    padding: 30px;
    font-size: 1.8rem;
    padding: 24px;
}
.fs-p-drawer__heading {
    display: none;
}
.fs-p-sideMenu .fs-pt-menu__heading {
    padding: 5px;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv1 {
    border: none;
    font-size: 1.1em;
}
.fs-p-sideMenu .fs-pt-menu__link--lv1::after {
    display: none;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv2 {
    border-bottom: none;
}
.fs-p-sideMenu .fs-pt-menu__link--lv2::before {
    content: "－";
}
.fs-p-sideMenu a:hover {
  background: none;
  color: #666;
}
.fs-p-sideMenu .fs-pt-menu__submenu {
    padding: 5px 0 0 5px;
}
.fs-p-sideMenu .fs-pt-menu__item.fs-pt-menu__item--lv1 {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.fs-p-sideMenu .fs-pt-menu__item.fs-pt-menu__item--lv1:first-child {
    border-bottom: none;
    padding-bottom: 0;
}
.fs-p-sideMenu .fs-pt-menu__item.fs-pt-menu__item--lv1:first-child a {
    background: #0a2888;
    color: #FFF;
    padding: 15px;
    border-radius: 10px;
}
.fs-c-heading--page {
    border-bottom: 0;
    text-align:left;
    padding: 20px 0;
}
	@media screen and (max-width: 480px) {
		.fs-c-heading--page {
			padding: 0;
			margin:10px 0;
		}
	}

.fs-c-sortItems__list__item.is-active {
    background: #0a2888;
    color: #ffffff;
}
.fs-c-price {
    letter-spacing: 1px;
}
.fs-c-button--plain.fs-c-button--viewProductDetail::before {
	display:none;
}
.fs-c-productList__list .fs-c-productList__list__item {
    border-bottom: 0;
	position:relative;
	padding: 16px 8px 50px;
}

.fs-c-productListItem__control > *:last-child {
    /*background: #0a2888;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
	font-size:0.85em;
	position: absolute;
    bottom:30px;
    right: 0;*/
}
.fs-l-footer {
    border-top: 0;
    background-color: #f0f0f0;
    color: #000;
    padding: 5px 0 0;
}
.fs-l-footer a {
    color: #000;
}
.fs-p-footerNavigationItem__title {
    border-bottom: 1px solid #ccc;
}
.fs-c-breadcrumb {
    /*visibility: hidden;*/
	max-width: 1200px;
    margin: 0 auto;
	padding: 0 0 0 270px;
}
	@media screen and (max-width: 1200px) {
		.fs-c-breadcrumb {
			padding: 0;
		}
	}
	@media screen and (max-width: 480px) {
		.fs-c-breadcrumb {
			visibility: inherit;
			margin: 10px auto -20px;
		}
	}
	
.fs-p-cartItemNumber {
    background: #C00;
    font-size: 1.2rem;
    top: 10px;
    right: 10px;
}
.g_nav_btn_cart .fs-p-cartItemNumber {
    top: 0;
    right: 0;
}
.fs-c-heading {
    font-weight: normal;
	padding-bottom: 0;	
}

h2.fs-c-heading {
	padding-top: 0;		
}

@media screen and (min-width: 960px) {
.fs-p-footerNavigation {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}
  .fs-p-footerNavigation > *:nth-child(4) {
    -ms-grid-column:1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-p-footerNavigation > *:nth-child(5) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-p-footerNavigation > *:nth-child(6) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}

.fs-c-productList__list a:hover {
	text-decoration:none;
}
.fs-l-footer__utility .fs-p-footerUtilityMenu__list li:first-child a {
    border-top: 0;
}
.fs-p-footerUtilityMenu__list > li:not(:first-child) a {
    border-top: 0;
}
.fs-p-footerCopyright {
    color: #000;
    background-color: transparent;
}

.search_box {
    text-align: -webkit-right;
	text-align:-moz-right;
    /*max-width: 1260px;*/
	margin: auto;
    padding: 0 40px;
	margin-top:10px;
}
.search_box .fs-p-headerNavigation__search {
    width: 100%;
    max-width: 300px;
}
.fs-c-productReview {
	display:none;
}
	@media screen and (max-width: 480px) {
		.search_box {
			padding:3px 10px 0 0;
			margin:0;
		}
		.search_box .fs-p-headerNavigation__search {
			width: 60%;
		}
	}


.search_box .fs-p-inputGroup__button {
    background: #fff;
	color:#0a2888;
}
.search_box .fs-p-inputGroup {
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}
.fs-c-productQuantityAndWishlist__quantity .fs-c-quantity__select.fs-system-quantity-list {
    padding: 10px;
}
.fs-c-productListItem__viewMoreImageButton {
	display:none;
}
.fs-c-productListItem__notice {
    display: inline-block;
}
.fs-c-subgroupList {
    display: block;
    padding: 0 0 10px 40px;
    border-bottom: 1px solid #ccc;
}
ul.fs-c-subgroupList.price {
	margin-bottom: 24px;
}

	@media screen and (max-width: 480px) {
		.search_box .fs-p-inputGroup {
			padding: 1px;
		}
		.search_box .fs-p-inputGroup .fs-p-searchForm__button {
			height: auto;
		}
		.search_box .fs-p-inputGroup .fs-p-searchForm__input.fs-p-inputGroup__input{
			font-size:0.9em;
		}
		.fs-c-subgroupList {
			padding: 0;
			font-size: 0.9em;
		}	
		ul.fs-c-subgroupList.price {
			margin-bottom: 20px;
		}
	}

.fs-c-subgroupList__item {
    display: inline-block;
	margin-bottom: 10px;
}
.fs-c-subgroupList__link::after {
	display:none;
}
.fs-c-subgroupList__link::before {
	background: url(https://www.yoshitoku.co.jp/wp-content/themes/yositoku_pc/img/icon_cercle_migi.png) no-repeat;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: contain;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.fs-c-subgroupList__link {
    background: transparent;
    border: 0;
	font-size: 1.1em;
}
.fs-c-productQuantityAndWishlist {
	display:grid;
}
.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget::before {
	content:"数量";
	margin-right:10px;
}
.fs-c-button--addToWishList--detail.fs-c-button--particular {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget {
	display:inline-block;
}
.fs-c-productNumber .fs-c-productNumber__number {
	font-weight:normal;
	letter-spacing:1px;
}

	@media screen and (max-width: 600px) {
		.fs-p-footerNavigationItem__title {
			padding: 4px 10px;
			text-align: left;
		}
	}
	@media screen and (max-width: 480px) {
		.fs-c-subgroupList__item{
			margin-bottom: 5px;	
		}
}

.fs-c-sortItems__label {
    border: 1px solid #ccc;
}

	@media screen and (max-width: 600px) {
		.fs-c-sortItems {
			border: 0;
			display: block;
		}
		.fs-c-sortItems__list {
			border-left: 0;
		}
	}

.fs-p-footerNavigationItem__title {
	font-weight:normal;
}

h2.fs-c-productListItem__productName {
    line-height: 1.5;
}
.fs-p-banner.fs-p-banner--postage .fs-p-banner__link i {
    font-size: 2rem;
    padding-right: 8px;
    padding-top: 5px;
}
.fs-c-productPrice__addon {
    margin-left: 5px;
	font-size: 1.0rem;
}

/* 2023 renew 
****************************************************/

@font-face {
    font-family: 'ShipporiMincho-Bold';
    src:url('https://www.yoshitoku.co.jp/wp-content/themes/yositoku_pc/css/fonts/ShipporiMincho-Bold.ttf');
}
@font-face {
    font-family: 'ShipporiMincho-ExtraBold';
    src:url('https://www.yoshitoku.co.jp/wp-content/themes/yositoku_pc/css/fonts/ShipporiMincho-ExtraBold.ttf');
}
@font-face {
    font-family: 'ShipporiMincho-Medium';
    src:url('https://www.yoshitoku.co.jp/wp-content/themes/yositoku_pc/css/fonts/ShipporiMincho-Medium.ttf');
}
@font-face {
    font-family: 'ShipporiMincho-Regular';
    src:url('https://www.yoshitoku.co.jp/wp-content/themes/yositoku_pc/css/fonts/ShipporiMincho-Regular.ttf');
}
@font-face {
    font-family: 'ShipporiMincho-SemiBold';
    src:url('https://www.yoshitoku.co.jp/wp-content/themes/yositoku_pc/css/fonts/ShipporiMincho-SemiBold.ttf');
}
@font-face {
    font-family: 'NotoSerif-ExtraLight';
    src:url('https://www.yoshitoku.co.jp/wp-content/themes/yositoku_pc/css/fonts/NotoSerifJP-ExtraLight.otf');
}
@font-face {
    font-family: 'NotoSerif-Regular';
    src:url('https://www.yoshitoku.co.jp/wp-content/themes/yositoku_pc/css/fonts/NotoSerifJP-Regular.otf');
}

html , body {
	font-family: 'NotoSerif-ExtraLight','ShipporiMincho-Regular',"游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;

}
h1,h2,h3,h4 {
	font-family: 'NotoSerif-Regular','ShipporiMincho-Medium',"游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;

}

.sponly {
	display:none;
}

	@media screen and (max-width: 480px) {
		.sponly {
			display: inline-block;
		}
		.pconly {
			display: none;
		}
		main {
			padding-bottom:50px;
		}
	}

/* 2023 renew header
****************************** */
header {
	width:100%;
	font-size: 1.5rem;
	position: relative;
	z-index:100;
	transition:all 0.5s ease;
	left:0;
	top:0;
}
header ul{
	margin:0;
	padding:0;
}
/*
header.scroll {
	background:#FFF;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
header.hide {
  transform:translateY(-240px);
  display:block;
}
*/
header.fixed{
  transform:none !important;
}
header a {
	color:#000;
}
header a:hover {
	text-decoration:none;
}

header .head_wrapper {
	/*max-width:1240px;*/
	margin:auto;
	padding:5px 10px;
	display:flex;
}
header .head_logo {
	position: absolute;
	max-width:120px;
	left:20px;
	transition:all 0.5s ease;
}
header.scroll .head_logo{
	/*max-width: 80px;*/
}

header .head_logo h1 {
	position: initial;
	width:100%;
	margin:5px 0 0;
}
header .head_logo img {
	width: 100%;
}
header .head_menu_pc {
	width:100%;
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
}
header .head_menu_pc .head_support {
	font-size:1.3rem;
	margin-bottom:15px;
}
header .head_menu_pc .head_support li {
	display:inline-block;
	margin-right:20px;
}
header .head_menu_pc .head_support li a {
	text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
}

header .head_menu_pc .head_support .onlineshop_link a {
	background:#0a2888;
	color:#FFF;
	padding:7px 20px;
	border-radius:20px;
	text-shadow:none;
}
header .head_menu_pc .head_category li {
	display:inline-block;
	margin-right:25px;
}
header .head_menu_pc .head_category li a {
	text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
	font-size:1.1em;
}

header .head_cart_pc {
	margin:0 15px 0 0;
	max-width:70px;
}
header .head_cart_pc a {
	position: relative;
    display: block;
	/*margin-top:10px;*/
}
header .head_cart_pc img {
	width:100%;
}
header .head_menu_sp {
	display:none;
}

	@media screen and (max-width: 900px) {
		header .head_logo {
			max-width:80px;
			left: 5px;
		}
		header .head_cart_pc {
			margin: 0;
		}
		header .head_menu_pc .head_support li {
			margin-right: 10px;
		}
		header .head_menu_pc .head_category li {
			margin-right: 15px;
		}
	}
	@media screen and (max-width: 750px) {
		/*header .head_cart_pc {
			display:none;
		}*/
	}
	@media screen and (max-width: 600px) {
		/*header .head_menu_pc .head_support .onlineshop_link {
			display:none;
		}*/
	}
	@media screen and (max-width: 950px) {
		header {
			position: relative;
			/*transform:none !important;*/
		}
		/*
		header.scroll {
			height: 60px;
		}
		header.hide {
			display:block;
		}
		*/
		header.fixed {
			transform: none !important;
		}
		header .head_logo {
			width: 18%;
			max-width:70px;
			z-index:1;
			left:5px;
			top:0;
		}
		header .head_logo h1 {
			margin:0;
		}
		header .head_wrapper {
			padding: 2px 5px 5px;
			display: block;
		}
		header .head_menu_pc {
			display:none;
		}
		header .head_cart_pc {
			display:none;
		}
		header .head_menu_sp {
			display: block;
			margin-right: 45px;
			margin-top: 0;
			text-align: right;
		}
		header .head_menu_list_sp {
			margin:0;
		}
		header .head_menu_sp .head_menu_list_sp li {
			display: inline-block;
			vertical-align: middle;
		}
		header .head_menu_sp .head_menu_list_sp li a {
			display: inline-block;
			background:#fff;
			color:#0a2888;
			padding:5px 10px;
			font-size:0.9em;
			border:1px solid #ccc;
			border-radius:5px;
			margin:0 2px;
		}
		header .head_menu_sp .head_menu_list_sp li.onlineshop_link a {
			border-radius:15px;
			background: #0a2888;
			color: #FFF;
			font-size:0.8em;
			padding:5px;
		}
		#g_nav , .g_nav_second_area{
			position:fixed;
			z-index: 999;
			top:0;
			left: -120%;
			width:100%;
			height: 100vh;
			background:#313131;
			transition: all 0.4s;
			text-align:left;
		}
		#g_nav.panelactive , .g_nav_second_area.panelactive {
			left: 0;
		}
		#g_nav.panelactive #g_nav-list{
			position: fixed;
			z-index: 999; 
			width: 100%;
			height: 100vh;
			overflow: auto;
			-webkit-overflow-scrolling: touch;
		}
		#g_nav #g_nav_list, .g_nav_second_area > div{
			position: absolute;
			z-index: 999;
			top:15px;
			left:20px;
		}
		.head_menu_sp .g_nav_btn {
			margin:5px 0 10px;
		}
		.head_menu_sp .g_nav_btn a {
			padding:6px 16px;
			margin:0 5px;
			background:#000;
			border-radius:20px;
			color:#FFF;
			position:relative;
		}
		.head_menu_sp .g_nav_btn a.g_nav_btn_cart::before {
			content: "";
			display: inline-block;
			width: 20px;
			height: 25px;
			background: url(https://www.yoshitoku.co.jp/wp-content/themes/yositoku_pc/img/head_cart_wh.png) no-repeat;
			background-size: contain;
			margin-right: 8px;
			vertical-align: middle;
		}
		.head_menu_sp .g_nav_btn a.g_nav_btn_return {
			padding:5px 20px 5px 40px;
		}
		.head_menu_sp .g_nav_btn a.g_nav_btn_return::before {
			display: block;
			content: "";
			position: absolute;
			top: 40%;
			left: 20px;
			width: 7px;
			height: 7px;
			border-top: solid 1px #fff;
			border-right: solid 1px #fff;
			-webkit-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
		#g_nav li{
			list-style: none;
		}
		.head_menu_sp .sp_category {
			position: relative;
			border-left: 1px solid #000;
			margin: 0 40px 0 50px;
			padding: 0 0 0 20px;
			float:left;
		}
		.head_menu_sp .sp_category::before {
			-ms-writing-mode: tb-rl;
			writing-mode: vertical-rl;
			position:absolute;
			left:-40px;
			top:0;
			color:#FFF;
			font-size: 0.8em;
			letter-spacing: 5px;
		}
		.head_menu_sp .g_nav_list_category::before {
			content:"商品を探す";
		}
		.head_menu_sp .g_nav_hina_list_category::before {
			content:"ひな人形";
		}
		.head_menu_sp .g_nav_gogatsu_list_category::before {
			content:"五月人形";
		}
		.head_menu_sp .g_nav_nihon_list_category::before {
			content:"日本人形";
		}
		.head_menu_sp .sp_category li {
			color: #fff;
			text-decoration: none;
			margin-bottom:10px;
			display: block;
			text-transform: uppercase;
			font-size: 0.95em;
		}
		.head_menu_sp .sp_category li a {
			color: #fff;
		}
		.head_menu_sp .g_nav_list_category li > div {
			position: relative;
		}
		.head_menu_sp .g_nav_list_category li > div::after {
			display: block;
			content: "";
			position: absolute;
			top: 30%;
			right: -10px;
			width: 7px;
			height: 7px;
			border-top: solid 1px #fff;
			border-right: solid 1px #fff;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}
		.head_menu_sp .g_nav_btn + .sp_category li > a::before {
			content: "―";
			display:inline-block;
			margin-right:5px;
		}
		.head_menu_sp .sp_bottom_category {
			column-count: 2;
			font-size: 0.85em;
			margin:15px 0;
		}
		.head_menu_sp .sp_bottom_category li {
			margin-bottom:10px;
			font-size:0.9em;
		}
		.head_menu_sp .sp_bottom_category a {
			color:#FFF;
		}
		.head_menu_sp .sp_bottom_sns {
			margin-top:10px;
		}
		.head_menu_sp .sp_bottom_sns li {
			display:inline-block;
			margin-right:14px;

		}
		.head_menu_sp .sp_bottom_sns li img {
			max-width:24px;
			vertical-align: middle;
		}
		.open_btn {
			position: absolute;
			z-index: 9999;
			top:-7px;
			right: 0;
			cursor: pointer;
			width: 50px;
			height:50px;
		}
		.open_btn span{
			display: inline-block;
			transition: all .4s;
			position: absolute;
			left: 14px;
			height: 2px;
			background-color: #0a2888;
			width: 45%;
		}
		.open_btn span:nth-of-type(1) {
			top:15px; 
		}
		.open_btn span:nth-of-type(2) {
			top:23px;
		}
		.open_btn span:nth-of-type(3) {
			top:31px;
		}
		.open_btn.active span {
			background:#fff;
		}
		.open_btn.active span:nth-of-type(1) {
			top: 18px;
			left: 18px;
			transform: translateY(6px) rotate(-45deg);
			width: 30%;
		}
		.open_btn.active span:nth-of-type(2) {
		  opacity: 0;
		}
		.open_btn.active span:nth-of-type(3){
			top: 30px;
			left: 18px;
			transform: translateY(-6px) rotate(45deg);
			width: 30%;
		}
	}
	@media screen and (max-width: 480px) {
		header .head_logo {
			/*z-index: 10000;*/
			z-index: 100;
		}
		#g_nav #g_nav_list, .g_nav_second_area > div{
			top:30px;
		}
		.head_menu_sp .sp_category {
			float:none;
			margin: 0 0 0 50px;
		}
		.head_menu_sp .g_nav_list_category li > div::after {
			right: 5%;
		}
	}
	@media screen and (max-width: 400px) {
		header .head_logo {
			/*width: 15%;*/
		}
		header .head_menu_sp .head_menu_list_sp li a {
			font-size: 0.85em;
			/*padding: 5px 5px 5px 0;*/
		}
		header .head_menu_sp {
			margin-right: 40px;
		}
		header .head_menu_sp .head_menu_list_sp li.onlineshop_link a {
			font-size: 0.75em;
			letter-spacing: -1px;
		}
	}

	@media screen and (max-width: 375px) {
		header .head_logo {
			/*width: 14%;*/
		}
		header .head_menu_sp .head_menu_list_sp li a {
			font-size: 0.8em;
			/*padding: 5px 5px 5px 0;*/
		}
		header .head_menu_sp {
			margin-right: 40px;
		}
		header .head_menu_sp .head_menu_list_sp li.onlineshop_link a {
			font-size: 0.7em;
			letter-spacing: -1px;
		}
	}



/* 2023 雛人形五月人形カテゴリ用 上部画像アイコン表示
****************************************************/

.cate_block {
	padding: 0 0 20px;
    border-bottom: 1px solid #333;
}
.cate_block a:hover{
	text-decoration:none;
}

.cate_block li {
	list-style:none;
	display:inline-block;
	margin-right: 15px;
}
.cate_block .sub_imgicon img {
	width:50px;
}
.cate_block .sub_imgicon {
	display:inline-block;
	vertical-align: middle;
}
.cate_block .subtitle {
	display:inline-block;
	vertical-align: middle;
}
.cate_block .subtitle::before {
    background: url(https://www.yoshitoku.co.jp/wp-content/themes/yositoku_pc/img/icon_cercle_migi.png) no-repeat;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: contain;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
	@media screen and (max-width: 480px) {
		.cate_block .sub_imgicon img {
			width:30px;
		}
	}


/* 2024 コンパクトカテゴリ
****************************************************/

.compact_title {
	margin-top:5%;
}
.compact_item_box {
	display: flex;
    column-gap: 2%;
}
.compact_item_bnr {
	width:49%;
}
@media screen and (max-width: 480px) {
	.compact_title {
		margin-top:10%;
	}
	.compact_item_box {
		display: block;
		column-gap:0;
	}
	.compact_item_bnr {
		width:100%;
		margin-bottom: 2%;
	}
}

.compact_item_bnr h3 {
    margin: 5px 0 10px;
    font-size: 1.3em;
}
.compact_item_bnr a {
	border:1px solid #000;
	padding:20px;
	display: flex;
}
.compact_item_bnr a:hover {
	text-decoration:none;
	opacity:0.8;
}
.compact_item_img {
	margin-right:20px;
	width: 35%;
}
.compact_item_bnr img {
	width:300px;
}
.compact_item_text {
	font-size:0.9em;
	width: 65%;
}
.compact_item_cta {
    background: #0a2888;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
	display: inline-block;
	margin: 10px 0 0;
    font-size: 0.9em;
}
.compact_ranking {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
	padding: 0;
}
.compact_ranking li {
	width:18%;
	list-style:none;
}
.compact_ranking li img {
	width:100%;
}
.compact_ranking .compact_ranking_number{
	text-align:center;
}
@media screen and (max-width: 480px) {
	.compact_ranking li {
		width:48%;
		margin-bottom: 10%;
	}
}
.compact_point strong {
	display:block;
}
.compact_point li {
	margin-bottom:2%;
}



/* 2024 フッターカテゴリ
****************************************************/

.footer_category {
	background:#fff;
	margin-top:-2%;
	padding:5% 0;
}
.footer_category h3 {
    text-align: center;
    font-size: 1.5em;
	margin:0;
}
.footer_category_box {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    padding: 0 2%;
    max-width: 1216px;
    margin: auto;
}
.footer_category_item {
    width: 15%;
}
.footer_category_text {
    text-align: center;
}
.footer_category_text h4 {
    padding: 0;
    margin: 5px;
}

@media screen and (max-width: 480px) {
	.footer_category_item {
		width: 49%;
		margin: 0 0 5%;
	}
}

.footer_column_bnr {
	background:#fff;
	margin-top:-2%;
	padding:5% 0;
}

.footer_column_bnr_box {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    padding: 0 2%;
    max-width: 1216px;
    margin: auto;
}
.footer_column_bnr_list {
	list-style:none;
	width: 49%;
}
.footer_hina_column_list {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    background: #f4a79d;
    margin: -5px 0 0;
    padding: 0 10px 10px;
}
.footer_hina_column_list.footer_gogatsu_column_list {
    background: #a7cfd1;
}
.footer_hina_column_list li {
    width: 24%;
    margin: 10px 0.5% 0;
	list-style:none;
}
.footer_hina_column_list li a {
    background: #FFF;
    color: #de7668;
    padding: 8px;
    border-radius: 5px;
    display: block;
    font-size: 0.8em;
}
.footer_hina_column_list.footer_gogatsu_column_list li a {
    color: #80b3a2;
}

@media screen and (max-width: 480px) {
	.footer_column_bnr_list {
		width: 100%;
	}
	.footer_hina_column_list li {
		width: 48%;
	}

}



/* SPフッター固定メニュー
****************************************************/

.sp-footer-fixmenu {
	display:none;
}

@media (max-width: 480px) {
	#fs_p_scrollingCartButton {
		display:none;
	}
    .fs-p-footerCopyright {
        padding-bottom: 100px;
    }
    .sp-footer-fixmenu {
        display: block;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        background: #f0f0f0;
        z-index: 1000;
        box-sizing: content-box;
        padding-bottom: env(safe-area-inset-bottom);
        box-shadow: -2px -5px 7px -2px rgba(224, 224, 224, 0.8);
		border-top: 1px solid #ccc;
    }
    .sp-footer-fixmenu-list {
        display: flex;
        position: relative;
        height: 60px;
        width: 100%;
        align-items: center;
		list-style:none;
		padding: 0;
		margin: 0;
    }
    .sp-footer-fixmenu-list li {
        width: 33%;
        text-align: center;
        line-height: 1.5;
    }
    .sp-footer-fixmenu-list li a span {
        font-size: 11px;
        display: block;
        text-align: center;
        line-height: 1;
        padding-top: 40px;
    }
	.sp-footer-fixmenu-list li a {
        background-size: 24px auto;
        background-position: center 10px;
        display: block;
        height: 60px;
        background-repeat: no-repeat;
		font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    .sp-footer-fixmenu-list li.sp-footer-fixmenu-icon-shop ,
	.sp-footer-fixmenu-list li.sp-footer-fixmenu-icon-favo {
        border-right: 1px solid #ccc;
    }
    .sp-footer-fixmenu-list li.sp-footer-fixmenu-icon-shop a {
        background-image: url(/wp-content/themes/yositoku_pc/img/onlineshop/footer/ec_sp_footer_menu_icon_shop.png);
    }
    .sp-footer-fixmenu-list li.sp-footer-fixmenu-icon-favo a {
        background-image: url(/wp-content/themes/yositoku_pc/img/onlineshop/footer/ec_sp_footer_menu_icon_favo.png);
    }
    .sp-footer-fixmenu-list li.sp-footer-fixmenu-icon-cart a {
        background-image: url(/wp-content/themes/yositoku_pc/img/onlineshop/footer/ec_sp_footer_menu_icon_cart.png);
    }
}





	