@charset "utf-8";
/* CSS Document */
html {
    font-size: 62.5%;
}
a:hover, a:hover img {
	opacity: 0.7;
}
a, a img {
	transition: opacity 0.3s ease-out;
}
a {
	color: #5b5b5b;
}
body {
    line-height: 1.5 !important;
	font-size: 1.4rem;
}
.fs-l-page {
	max-width: 2114px !important;
    margin: 0 auto !important;
}
#wrapper {
	border-bottom: 1px solid #cecece;
	background-color: #fff;
	z-index: 2;
	width: 100%;
}
#head__top {
	background-color: #e1e1e1;
	padding: 1em;
    height: 37px;
}
.phone-number a {
	text-decoration: none;
	color: #000;
}
.SearchForm__input {
	padding: 0.5em;
	border: 1px solid #999;
}
.SearchForm__button {
	background: #999;
	border: none;
	padding: 0.5em;
	color: #fff;
	line-height: 0;
}
.top__h2 {
	font-size: 2rem;
	line-height: 1.3;
	font-weight: normal;
	text-align: center;
	padding: 1em 0 0;
}
.top__h2::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 50px;
	background-image: url(https://kimonomachi.itembox.design/item/midashi-line.png);
	background-size: cover;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
}
.top__h2 span {
	display: block;
	font-size: 1.5rem;
	line-height: 1.5;
    margin-top: 0.5em;
}
.heading__h1 {
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: normal;
	text-align: center;
	padding: 1em 0 0;
}
.heading__h1::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 50px;
	background-image: url(https://kimonomachi.itembox.design/item/midashi-line.png);
	background-size: cover;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
}
.f-container {
	display:flex;
	flex-diretion: row;
	flex-wrap:wrap;
}
.f-item img {
	width: 100%;
}
.banner_zone img {
	width: 100%;
}
.campaign {
    position: fixed;
    z-index: 1;
}
.campaign.close {
    display: none;
}
.campaign__contents {
    background: #ffd555;
    box-shadow: 0px 0px 10px 1px #ddd;
    padding: 10px 8px;
    text-align: center; 
}
.campaign__btn {
    background: #333;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 40px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 40px;
}
.campaign__btn i {
	font-size: 26px;
	margin-top: 0.25em;
}
.Bnr__img__inner {
	max-width: 445px;
	height: auto;
}
.Bnr__img__inner img {
	width: 100%;
}
#sidemenu h3 {
	position: relative;
	padding: 1.5rem 0;
	margin-bottom: 1rem;
	font-weight: 900;
}
#sidemenu h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #e27a1e, #e27a1e 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #e27a1e, #e27a1e 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#used__wrapper .fs-l-header__welcomeMsg.is-ready {
    float: right;
    background-color: #000;
    color: #fff;
    padding: 0.7em;
    margin-top: -1.1em;
	height: 37px;
    font-size: 13px;
}
#used__wrapper .fs-l-header__utility {
    display: flex;
    height: 25px;
	justify-content: flex-end;
}
#used__wrapper .fs-l-footer__contents {
    line-height: 1.6;
}
#used__wrapper .fs-p-footerNavigationItem__emphasis {
    color: #e2133d;
    font-size: 1rem;
}
#used__wrapper .fs-p-footerPageTop__link {
	position: fixed;
	z-index: 10000;
}
#used__wrapper .fs-p-footerPageTop__link::before {
    font-size: 3rem;
	line-height: 1.1;
}
#used__wrapper .fs-p-footerCopyright__text {
    padding: 1em;
}
#used__wrapper .fs-p-memberInfo__points {
    display: none;
}
#used__wrapper .fs-l-pageMain {
    margin: 0 auto;
}
#used__wrapper .fs-c-productMark > li {
    margin-bottom: 0.1em;
}
#used__wrapper .fs-p-card__title {
	padding-bottom: 8px;
}
#used__wrapper .fs-p-card__message {
    padding: 8px;
}
.used_search_label {
	margin-top: 2em;
	font-weight: bold;
}
.used_search_container button {
	width: 42%;
    margin: 1em 0;
    padding: 0.3em;
}
#used__wrapper .fs-c-subgroupList__label {
	margin-left: 0.5em 1em;
}
.breadcrumb_none li.fs-c-breadcrumb__listItem:last-child {
    display: none;
}
.sp_search {
	list-style: none;
	width: 100%;
    text-align: center;
	margin: 1em 0;
	position: relative;
	z-index: 1;
}
#header_fix_navi {
	background: #000;
	width:100%;
	padding: 0.5em 0;
}
#header_fix_navi a {
	color: #fff;
}
#header_fix_navi a:hover {
	text-decoration: none;
}
#header_fix_navi.fixed{
	position: fixed;
	z-index: 10001;
	top:0;
	left:0;
}
#header_fix_navi ul li {
	list-style:none;
	width: calc(100%/5);
	text-align: center;
}
#header_fix_navi i {
	display: block;
	font-size: 18px;
}
.member_title {
	text-align: center;
	color: #7cb8cc;
	font-size: 2rem;
}
.member_midashi {
	display: flex;
	align-items: center;
}
.member_txt {
	padding: 0.5em 0;
}
.member_tokuten_title {
	font-weight: 700;
	font-size: 1.65rem;
}
.member_simple_title {
	font-weight: 700;
	font-size: 1.5rem;
}
.welcome_title_1 {
	background: #8f71aa;
	text-align: center;
	padding: 10px;
	font-size: 2rem;
	color: #fff;
	font-weight: 700;
}
.sassoku {
	background: #ee7a9e;
    color: #fff !important;
    padding: 15px 0 !important;
    font-size: 1.8rem;
    font-weight: 700;
    border: none !important;
}
.sassoku:hover, .torokukochitra:hover {
	background: #cf4772 !important;
}
.welcome_menu_container, .member_simple_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.torokukochitra {
	background: #ee7a9e;
	color: #fff !important;
}
.member_simple_box {
	width: calc(100%/2 - 16px);
	margin: 0.5em;
	line-height: 1.3;
	border: 1px solid #b1b1b1;
    padding: 0.8em;
}
.member_simple_box a:hover {
	color: inherit;
	text-decoration: none;
}
.member_simple_box a:visited {
	color: inherit;
}
.category-inner-items, .tokusyu-inner-items {
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	background: #f7f7f7;
	margin-bottom: 20px;
}
.category-inner-items ul {
	padding-left: 20px;
	padding-top: 35px;
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(2, auto);
	column-gap: 1em;
	max-width: 1000px;
	margin: 0 auto 20px auto;
}
.category-inner-items ul li, .tokusyu-inner-items ul li {
	padding-right: 8px;
	box-sizing: border-box;
	text-align: center;
	word-break: break-all;
	margin-bottom: 20px;
	list-style: none;
}
.category-inner-items ul li a, .tokusyu-inner-items ul li a {
	display: block;
	font-size: 9px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
}
.category-inner-items ul li figure {
	line-height: 0;
	margin-bottom: 8px;
}
.category-inner-items ul li figure img {
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #EFEFEF;
}
.category-inner-items ul li span {
	display: block;
	font-size: 11px;
}
.tokusyu-inner-items ul {
	padding-left: 20px;
	padding-top: 23px;
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(2, auto);
	column-gap: 1em;
	max-width: 1000px;
	margin: 0 auto;
}
.tokusyu-inner-items ul li figure img {
	overflow: hidden;
	border: 1px solid #EFEFEF;
	border-radius: 10px;
}

@media screen and (max-width: 600px) {
	.pc {
		display: none!important;
	}	
	.tablet {
		display: none!important;
	}
	.tp {
		display: none!important;
	}	
	.contents__box {
		width: 95%;
		margin: 0 auto;
	}
	#head__top {
		background: #fff;
		padding: 0.8em 0.5em 0 0.5em;
		height: 28px;
	}
	#wrapper {
		height: 63px;
	}
	#sidemenu {
		display: none;
	}
	.head_shipping {
		font-size: 1.1rem;
		position: absolute;
		z-index: 10001;
		margin-left: -8px;
		letter-spacing: -0.5px;
	}
	.head_mypage {
		display: flex;
		margin: 2em 0 1em;
	}
	.head_mypage li {
		color: #4d4d4d;
		text-align: center;
		padding: 10px !important;
		width: calc(100%/3);
	}
	.head_mypage i {
		color: #4d4d4d;
		font-size: 3rem;
		display: block;
	}
	.head_mypage span {
		font-size: 1rem;
		color: #4d4d4d;
	}
	.head_middle_left {
		max-width: 210px;
		padding-left: 0.5em;
		margin-left: -7px;
	}
	.head_middle_left img {
		display: block;
	}
	.st-otoiawase {
		text-align: center;
		margin-bottom: 1em;
	}
	.otoiawase-kochira {
		line-height: 1.5;
	}
	.phone-number {
		font-size: 2.2rem;
		font-weight: bold;
	}
	.SearchForm__input {
		width: 78%;
		height: 50px;
	}
	.top__hero_img {
		background-image:url("https://kimonomachi.itembox.design/item/hero-sp.jpg");
		height: 60vh;
		background-position: center;
		background-size: cover;
	}
	.f-item {
		width: calc(100%/2 - 32px);
		padding: 1em;
	}
	#used__wrapper .fs-l-header__welcomeMsg.is-ready {
		display: none;
	}
	#used__wrapper .fs-p-footerNavigationItem__ctrlIcon::before {
		font-size: 1.5rem;
		margin-top: -1.4em;
	}
	#used__wrapper .fs-c-productQuantityAndWishlist {
		display: block;
	}
	.campaign {
		right: 0;
		padding: 20px;
		bottom: 0;
	}
	.campaign__btn {
		right: 10px;
		top: 7px;
	}
	#used__wrapper .fs-p-footerPageTop__link {
		top: 90%;
	}
	.used_price_betsu {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 5em;
	}
	.used_price_betsu li {
		list-style: none;
		width : calc(100% / 2 - 10px) ;
		margin: 0.3em;
	}
	.simple_square_btn7 {
		display: block;
		position: relative;
		padding: 0.5em;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		color: #000;
		border: 1px solid #000;
	}
	.simple_square_btn7:hover {
		cursor: pointer;
		text-decoration: none;
		color: #000;
		background-color: #e3e3e3;
	}
	.simple_square_btn7 i {
		margin-left: 0.3em;
	}
	.cartin_badge {
		width: 2em;
		height: 2em;
		top: 6px;
		line-height: 1.5;
		margin-right: 80px;
	}
	.banner_zone {
		padding: 2.5em;
	}
	.SearchForm__button {
		padding: 0;
		font-size: 20px;
		height: 50px;
		width: 50px;
		top: 3px;
		position: relative;
	}
	.search_tag_container {
		position: relative;
		z-index: 1;
		width: 90%;
		margin: 0 auto 1em auto;
	}
	.search_tag_container ul {
		display: flex;
		flex-wrap:wrap;
	}
	.search_tag_container li {
		list-style: none;
		line-height: 1.8;
		padding-right: 1em;
	}
	.search_tag_container li a {
		text-decoration: underline;
	}
	.search_category_link {
		width: 100%;
		text-align: center;
		padding: 0.8em 0;
		margin-top: 0.5em;
		cursor: pointer;
		border: 1px solid #ccc;
		background: #f1e767;
		background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
		background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
		background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
		-webkit-box-shadow: inset 1px 1px 1px #fff;
		box-shadow: inset 1px 1px 1px #fff;
	}
	#header_fix_navi {
		height: 45px;
	}
	#header_fix_navi ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#header_fix_navi ul li {
		font-size: 12px;
	}
	.member_point_container {
		margin: 2em 0;
	}
	.member_point_box {
		margin: 1em;
		border-bottom: 1px dotted #666;
	}
	.member_point_box i {
		font-size: 5rem;
		margin-right: 0.5em;
	}
	.member_simple_box i {
		font-size: 3rem;
		margin-bottom: 0.3em;
		text-align: center;
		display: block;
	}
	.welcome_menu_container div {
		width: calc(100%/2 - 6px);
		margin: 3px;
	}
	.category-inner-items ul li {
		min-width: 70px;
		max-width: 70px;
	}
	.category-inner-items ul li a {
		width: 65px;
	}
	.category-inner-items ul li figure img {
		width: 65px;
		height: 65px;
	}
	.tokusyu-inner-items ul li {
		min-width: 120px;
		max-width: 120px;
	}
	.tokusyu-inner-items ul li a {
		width: 120px;
	}
	.tokusyu-inner-items ul li figure img {
		width: 120px;
	}
}

@media screen and (min-width:601px) and (max-width: 1024px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: none!important;
	}
	.contents__box {
		width: 95%;
		margin: 0 auto;
	}
	#head__top {
		background: #fff;
		padding: 0.5em 0.5em 0 0.5em;
		height: 20px;
	}
	#wrapper {
		height: 90px;
	}
	#sidemenu {
		display: none;
	}
	.head_shipping {
		font-size: 1.1rem;
	}
	.head_mypage {
		display: flex;
		margin: 3em 0 1em;
	}
	.head_mypage li {
		color: #4d4d4d;
		text-align: center;
		padding: 10px !important;
		width: calc(100%/3);
	}
	.head_mypage i {
		color: #4d4d4d;
		font-size: 3rem;
		display: block;
	}
	.head_mypage span {
		font-size: 1rem;
		color: #4d4d4d;
	}
	.head_middle_left img {
		max-width: 320px;
		display: block;
		padding-left: 0.5em;
	}
	.st-otoiawase {
		text-align: center;
		margin-bottom: 2em;
	}
	.otoiawase-kochira {
		line-height: 1.5;
		font-size: 1.2rem;
	}
	.phone-number {
		font-size: 3rem;
		font-weight: bold;
		margin-top: 0.2em;
	}
	.SearchForm__input {
		width: 78%;
		height: 50px;
	}
	.top__hero_img {
		background-image:url("https://kimonomachi.itembox.design/item/hero-sp.jpg");
		height: 60vh;
		background-position: center;
		background-size: cover;
	}
	.f-item {
		width: calc(100%/3 - 32px);
		padding: 1em;
	}
	#used__wrapper .fs-l-header__welcomeMsg.is-ready {
		display: none;
	}
	#used__wrapper .fs-p-footerNavigationItem__ctrlIcon::before {
		font-size: 1.5rem;
		margin-top: -1.4em;
	}
	.campaign {
		left: 0;
		padding: 20px;
		bottom: 0;
	}
	.campaign__btn {
		right: 10px;
		top: 7px;
	}
	#used__wrapper .fs-p-footerPageTop__link {
		top: 95%;
	}
	.used_price_betsu {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 5em;
	}
	.used_price_betsu li {
		list-style: none;
		width: calc(100% / 4 - 16px);
		margin: 0.5em;
	}
	.simple_square_btn7 {
		display: block;
		position: relative;
		padding: 0.5em;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		color: #000;
		border: 1px solid #000;
	}
	.simple_square_btn7:hover {
		cursor: pointer;
		text-decoration: none;
		color: #000;
		background-color: #e3e3e3;
	}
	.simple_square_btn7 i {
		margin-left: 0.3em;
	}
	.cartin_badge {
		position: absolute;
		right: 11em;
		top: 1em;
		padding: 0.3em !important;
		color: #fff !important;
		width: 2em;
		height: 2em;
		line-height: 1.5;
	}
	.banner_zone {
		padding: 2.5em;
	}
	.SearchForm__button {
		padding: 0;
		font-size: 20px;
		height: 50px;
		width: 50px;
		top: 3px;
		position: relative;
	}
	.search_tag_container {
		position: relative;
		z-index: 1;
		width: 90%;
		margin: 0 auto 1em auto;
	}
	.search_tag_container ul {
		display: flex;
		flex-wrap:wrap;
	}
	.search_tag_container li {
		list-style: none;
		line-height: 1.8;
		padding-right: 1em;
	}
	.search_tag_container li a {
		text-decoration: underline;
	}
	.search_category_link {
		width: 100%;
		text-align: center;
		padding: 0.8em 0;
		margin-top: 0.5em;
		cursor: pointer;
		border: 1px solid #ccc;
		background: #f1e767;
		background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
		background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
		background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
		-webkit-box-shadow: inset 1px 1px 1px #fff;
		box-shadow: inset 1px 1px 1px #fff;
	}
	#header_fix_navi {
		height: 50px;
	}
	#header_fix_navi ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 40px;
		width: 600px;
		margin: 0 auto;
	}
	#header_fix_navi ul li {
		font-size: 16px;
	}
	.member_point_container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 2em 0;
	}
	.member_point_box {
		width: calc(100%/3 - 28px);
		margin: 0.5em;
		border-right: 1px dotted #666;
		padding: 0.5em;
	}
	.member_point_box i {
		font-size: 5.5rem;
		padding: 10px;
		text-align: center;
	}
	.member_simple_box i {
		font-size: 3rem;
		margin-right: 0.5em;
	}
	.member_tokuten_title {
		width: 70%;
	}
	.sassoku {
		max-width: 440px;
		margin: 0 auto;
	}
	.stage__table {
		display: table;
		margin: 0 auto;
	}
	.welcome_menu_container div {
		width: calc(100%/4 - 14px);
		margin: 0.5em;
	}
	.member_simple_midashi {
		display: flex;
		align-items: center;
	}
	.category-inner-items ul li {
		 min-width: 100px;
		 max-width: 100px;
	}
	.category-inner-items ul li figure img {
		width: 95px;
		height: 95px;
	}
	.tokusyu-inner-items ul li {
		 width: 100%;
	}
}

@media screen and (min-width:1025px) and (max-width: 1308px) {
	.otoiawase-kochira, .head_middle_text {
		display: none !important;
	}
	#used__wrapper .fs-p-headerUtilityMenu__list > li + li {
		margin-left: 0;
	}
}

@media screen and (min-width: 1025px) {
	.sp {
	display: none!important;
	}
	.tablet {
		display: none!important;
	}
	.st {
		display: none!important;
	}
	.contents__box {
		max-width: 1400px;
		margin: 0 auto;
		width: 95%;
	}
	.contents__box_item {
		max-width: 1200px !important;
	}
	#wrapper {
		height: 150px;
	}
	#head__middle {
		display: flex;
		align-items: center;
		padding-top: 0.5em;
	}
	#contents {
		width: 75%;
		float: right;
	}
	#sidemenu {
		max-width: 220px;
		float: left;
	}
	.head_shipping {
		float: left;
		width: 40%;
		font-size: 1.2rem;
		margin-top: -0.4rem;
	}
	.head_middle_left {
		display: flex;
		align-items: center;
		width: 60%;
	}
	.head_middle_left img {
		display: flex;
		max-width: 290px;
	}
	.head_middle_text {
		margin-left: 1em;
		display: inline-block;
		line-height: 1.3;
		font-size: 1.3rem;
	}
	.head_middle_right {
		text-align: right;
		display: flex;
		align-items: center;
	}
	.otoiawase-kochira {
		margin-right: 0.5em;
		line-height: 1.3;
	}
	.phone-number {
		font-size: 3rem;
		font-weight: bold;
	}
	.SearchForm__input {
		width: 82%;
		height: 33px;
	}
	.head_mypage li a {
		color: #4d4d4d;
		text-decoration: none;
	}
	.head_mypage li {
		padding: 0.5em;
		text-align: center;
	}
	.head_mypage i {
		font-size: 3rem;
		display: block;
	}
	.head_mypage span {
		font-size: 1rem;
	}
	.menu {
	}
	.top__hero_img {
		background-image:url("https://kimonomachi.itembox.design/item/hero-pc.jpg");
		height: 60vh;
		background-position: center;
		background-size: cover;
	}
	.f-item {
		width: calc(100%/5 - 32px);
		padding: 1em;
	}
	.Bnr {
		margin: 0;
		max-width: 1200px;
	}
	ul.used_category {
		padding: 1em;
	}
	ul.used_category li {
		list-style: none;
		padding: 0.5em 0;
	}
	ul.used_category li::after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: '\f054';
		float: right;
		margin-top: -1.45em;
	}
	ul.used_category li a {
		text-decoration: none;
		width: 100%;
		display: block;
	}
	.campaign {
		left: 40px;
		bottom: 40px;
	}
	#used__wrapper .fs-p-footerPageTop__link {
		top: 95%;
		left: 95%;
	}
	.used_price_betsu {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 5em;
	}
	.used_price_betsu li {
		list-style: none;
		width : calc(100% / 4 - 16px) ;
		margin: 0.5em;
	}
	.simple_square_btn7 {
		display: block;
		position: relative;
		padding: 0.5em;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		color: #000;
		border: 1px solid #000;
	}
	.simple_square_btn7:hover {
		cursor: pointer;
		text-decoration: none;
		color: #000;
		background-color: #e3e3e3;
	}
	.simple_square_btn7 i {
		margin-left: 1em;
	}
	.cartin_badge {
		position: relative !important;
		right: -3em !important;
		top: -6em !important;
		padding: 0.3em !important;
		width: 2em;
		height: 2em;
		line-height: 1.5;
	}
	#header_fix_navi {
		height: 50px;
	}
	#header_fix_navi ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 600px;
		margin: 0 auto;
	}
	#header_fix_navi ul li {
		font-size: 16px;
	}
	.member_point_container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 2em 0;
	}
	.member_point_box {
		width: calc(100%/3 - 28px);
		margin: 0.5em;
		border-right: 1px dotted #666;
		padding: 0.5em;
	}
	.member_point_box i {
		font-size: 5.5rem;
		padding: 10px;
		text-align: center;
	}
	.member_simple_box i {
		font-size: 3rem;
		margin-right: 0.5em;
	}
	.member_tokuten_title {
		width: 70%;
	}
	.sassoku {
		max-width: 440px;
		margin: 0 auto;
	}
	.stage__table {
		display: table;
		margin: 0 auto;
	}
	.welcome_menu_container div {
		width: calc(100%/4 - 14px);
		margin: 0.5em;
	}
	.member_simple_midashi {
		display: flex;
		align-items: center;
	}
	.category-inner-items ul li {
		 min-width: 100px;
		 max-width: 100px;
	}
	.category-inner-items ul li a {
		width: 95px;
	}
	.category-inner-items ul li figure img {
		width: 95px;
		height: 95px;
	}
	.tokusyu-inner-items ul li {
		 width: 100%;
	}
}