@charset "utf-8";

.deskchair_renewal {
	font-family: "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.deskchair_renewal .Center {
	text-align: center;
}
.deskchair_renewal .mainImg {
	position: relative;
	width: 100%;
	height: 600px;
	background: #000 url(../img/lineup/main-img_lineup.jpg) no-repeat 50% 50%;
	background-size: auto 100%;
}
.deskchair_renewal .mainImg h2 {
	font-size: 28px;
	text-align: right;
	color: #fff;
	position: relative;
	width: 100%;
	max-width: 1155px;
	/*top: -28px;*/
	top: 0;
	letter-spacing: .1em;
}
.deskchair_renewal .mainImg h2 span {
	display: block;
}
.deskchair_renewal .mainImg h2 span i {
	display: block;
	font-style: normal;
	font-size: 83px;
	line-height: 2;
}
.deskchair_renewal .mainImg h2 img {
	display: none;
}
.deskchair_renewal * {
	box-sizing: border-box;
}
.deskchair_renewal img {
	max-width: 100%;
	height: auto;
}
.deskchair_renewal h1,
.deskchair_renewal h2,
.deskchair_renewal h3,
.deskchair_renewal h4,
.deskchair_renewal h5,
.deskchair_renewal h6,
.deskchair_renewal dt {
	font-family: 'Noto Serif JP', serif;
}
.deskchair_renewal .Lineup_Bnr {
	text-align: right;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
}
/*
.deskchair_renewal .Lineup_Bnr .Inner_Box{
	max-width: 1600px;
}
*/
.deskchair_renewal .Lineup_Bnr a {
	display: none;
	line-height: 1;
}
.deskchair_renewal .Lineup_Bnr a img {
	vertical-align: middle;
}
.Lora {
	font-family: 'Lora', 'Noto Serif JP', serif;
}
.Inner_Box {
	max-width: 1150px;
	margin: 0 auto;
}
.deskchair_renewal figure {
	margin: 0;
}
.deskchair_renewal p,
.deskchair_renewal dt,
.deskchair_renewal dd,
.deskchair_renewal li {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: -.4px;
}
/* Flex_Box
━━━━━━━━━━━━━━━━━━━―…‥・♥♠◆♣・‥…―━━━━━━━━━━━━━━━━━━*/
.Flex_Box,
.Flex_Box.Nowrap,
.Flex_Box.End,
.Flex_Box.Start,
.Flex_Box.Reverse,
.Flex.Column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	box-sizing: border-box;
}
.Flex_Box.Middle {
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.Flex.Column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.Flex.Column>* {
	width: 100%;
}
.Flex_Box.Nowrap {
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.Flex_Box.Reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.Flex_Box.End {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.Flex_Box.Bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.Flex_Box.Start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.Flex_Box.Center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.panel-tab {
	background: #f2f2f2;
	padding: 20px 0 35px;
}
.Lineup_List {
	position:relative;
	z-index:10;
	background: #f2f2f2;
	padding: 40px 0 35px;
	margin: 0 auto 0;
}
.midashi-tab,
.Lineup_List dt {
	font-size: 42px;
	text-align: center;
	margin: 0 auto .55em;
	line-height: 1.8;
}
.Lineup_List .Inner_Box {
	max-width: 1160px;
}
.Lineup_tabs li,
.Lineup_List .Flex_Box li {
	width: 25%;
	padding: 5px;
	cursor: pointer;
	position: relative;
	transition: all .4s;
}
.Lineup_tabs li a,
.Lineup_List .Flex_Box li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.Lineup_tabs li a span,
.Lineup_tabs li a.active:hover span,
.Lineup_List .Flex_Box li a span,
.Lineup_List .Flex_Box li a.active:hover span {
	display: block;
	opacity: 0;
	/*width: 280px;
    height: 140px;*/
	position: absolute;
	/*
    width: calc(100% - 10px);
	height: calc(100% - 10px);
    top: 5px;
    left: 5px;*/
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	background: rgba(0, 0, 0, .7);
	color: #fff;
}
.Lineup_tabs li span i,
.Lineup_List .Flex_Box li span i {
	position: absolute;
	right: 2em;
	bottom: .3em;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 1px;
}
.Lineup_tabs li span i:after,
.Lineup_List .Flex_Box li span i:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	top: 50%;
	right: -1.2em;
	margin-top: -.15em;
}
.Lineup_tabs li a:hover span,
.Lineup_List .Flex_Box li a:hover span {
	display: block;
	opacity: 1;
	transition: all .4s;
}
.Lineup_tabs li a:after,
.Lineup_List .Flex_Box li a:after {
	content: "";
	/*width: 280px;
    height: 140px;*/
	border: 8px solid #a49f96;
	position: absolute;
	/*width: calc(100% - 10px);
	height: calc(100% - 10px);
    top: 5px;
    left: 5px;*/
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	opacity: 0;
	transition: all .4s;
}
.Lineup_tabs li a.active:after,
.Lineup_List .Flex_Box li a.active:after {
	opacity: 1;
	transition: all .4s;
}
.Lineup_tabs li *,
.Lineup_List .Flex_Box li * {
	display: block;
}
.support-list {
	background: #fff;
	padding-top: 60px;
}
.support-list>section {
	position: relative;
}
.support-list>section:before {
	content: "";
	position: absolute;
	top: 500px;
	right: 100%;
	margin-right: -383px;
	/* margin-right: 0; */
	width: 700px;
	height: 1em;
	overflow: hidden;
	z-index: 1;
	transform: rotate(90deg);
	line-height: 1;
	font-size: 90px;
	font-family: 'Lora', 'Noto Serif JP', serif;
	color: rgba(28, 28, 28, .2);
}
#XS06 .Detail_List .pt_37px {
	padding-top: 37px;
}
@media screen and (max-width: 1360px) {
	.support-list>section:before {
		font-size: 50px;
		margin-right: -370px;
	}
}
.support-list>section#XT47:before {
	content: "XT47 model";
}
.support-list>section#XW33:before {
	content: "XW33 model";
}
.support-list>section#XF40:before {
	content: "XF40 model";
}
.support-list>section#XT44:before {
	content: "XT44 model";
}
.support-list>section#Linq_Chair:before {
	content: "Linq";
}
.support-list>section#Sayl_Chair:before {
	content: "Sayl Chair";
}
.support-list>section#Aeron_Chair:before {
	content: "Aeron Chair";
}
.support-list>section#XT583:before {
	content: "XT583 model";
}
.support-list>section#XT584:before {
	content: "XT584 model";
}
.support-list>section#XT57:before {
	content: "XT57/56 model";
}
.support-list>section#XU77:before {
	content: "XU77 model";
}
.support-list>section#XS06:before {
	content: "XS06 model";
}
.Detail_List {
	margin: 0 auto 115px;
}
.Detail_List li figure {
	width: 100%;
	max-width: 360px;
	height: auto;
	margin: 0 auto 8px;
	position: relative;
	line-height: 1;
}
.Detail_List li figure img {
	display: block;
	width: 100%;
}
.Detail_List li figure:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
}
.Detail_List li {
	width: 31.3333%;
	max-width: 360px;
}
.Top_Box {
	margin: 0 auto 75px;
}
.Top_Box figure {
	width: 51.4%;
}
.Top_Box figure img {
	width: 100%;
}
.Top_Box .Box {
	width: 45.4%;
}
.Youtube_List {
	margin: 0 auto 70px;
}
.Youtube_List .Youtube_Box {
	margin: 0 auto 30px;
	max-width: 840px;
}
.Youtube_List .Youtube_Box iframe {
	background: #a49f96;
}
.Item_List {
	margin: 0 auto;
}
.Item_List .Items {
	margin: 0 auto 72px;
}
.Item_List .Items figure {
	width: 38%;
	text-align: center;
}
.Item_List .Items .Box {
	width: 45%;
}
.Item_List .Items .Box p {
	line-height: 1.63;
	margin: 0 auto 26px;
}
.Item_List .Items .Box .btn {
	margin: 0 auto 30px;
}
.Item_List .Items .Box .btn a {
	display: block;
	width: 362px;
	height: 82px;
	background: url(../img/lineup/btn-model.png) no-repeat 50% 50%;
	background-size: contain;
}
.Item_List .Items .Box .btn.more a {
	background: url(../img/lineup/btn-more.png) no-repeat 50% 50%;
	background-size: contain;
}
.Item_List .Items .Box .btn a img {
	display: none;
}
.Item_List .Items .Box dl {
	background: #f2f2f2;
	padding: 22px 0 32px;
}
.Item_List .Items .Box dl dt {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
}
.Item_List .Items .Box dl dd {
	padding: 25px 38px 1px 144px;
	position: relative;
}
.Item_List .Items .Box dl dd.plus {
	letter-spacing: .3px;
}
.Item_List .Items .Box dl dd img {
	/*float: left;
    margin: 0 1.5em 2.5em 0;*/
	position: absolute;
	top: 25px;
	left: 38px;
}
.Pick_List {
	margin: 130px auto 75px;
	max-width: 1260px;
}
.Pick_List dt {
	font-size: 34px;
	text-align: center;
	/*font-weight: 600;*/
	margin: 0 auto 30px;
}
.Pick_List dd {
	max-width: 1600px;
	margin: 0 auto;
}
.Pick_List li {
	width: 49.5%;
}
.deskchair_renewal .Lineup_Bnr a img {
	vertical-align: middle;
}
.deskchair_renewal .btn-other {
	margin: 0 auto;
	width: 362px;
	height: 82px;
}
.deskchair_renewal .btn-other a {
	display: block;
	background: url(../img/lineup/btn-other.png) no-repeat 50% 50%;
	background-size: contain;
	width: 100%;
	height: 100%;
}
.deskchair_renewal .btn-other a img {
	display: none;
}
.btn-A {
	text-align: center;
	margin: 38px auto 40px;
}
.btn-A a {
	display: inline-block;
	border: 2px solid #9b9b9b;
	color: #9b9b9b !important;
	padding: .25em 0;
	width: 100%;
	max-width: 332px;
	font-size: 17px;
	font-weight: bold;
}
.midashi-A {
	border-bottom: 1px solid #637281;
	position: relative;
	line-height: 1.2;
	padding: 0 0 6px;
	margin: 0 auto 30px;
	min-height: 59px;
}
.midashi-A:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #637281;
	position: absolute;
	bottom: -6px;
	left: 0;
}
.midashi-A a {
	/*position: absolute;
	top: 0;
	right: 0;*/
	float: right;
}
.midashi-A .Title,
.midashi-A span {
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
}
.midashi-A .Title {
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 1.5px;
}
.midashi-A span {
	font-weight: 700;
	font-size: 14px;
	padding-left: 2em;
}
.midashi-A span img {
	vertical-align: bottom;
	margin-left: 1em;
}
#Sayl_Chair .midashi-A span img {
	top: 8px;
	position: relative;
}
.midashi-B {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.8;
	margin: 1.7em auto 1em;
}
.midashi-C {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	margin: 0 auto .5em;
}
#XT47 .midashi-C {
	min-height: 4.2em;
}
#Linq_Chair .midashi-C,
#XU77 .midashi-C,
#XW33 .midashi-C {
	min-height: 2.8em;
}
.midashi-D {
	font-size: 42px;
	margin: 19px auto 35px;
	letter-spacing: .5px;
	color: #637281;
	font-family: 'Lora', 'Noto Serif JP', serif !important;
}
.midashi-D img {
	margin-left: .5em;
}
/*
.support-list > section{
	display: none;
	opacity: 0;
}
.support-list > section.show{
	display: block;
	opacity: 1;
  animation-name: fade;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
*/
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.deskchair_renewal br.PC {
	display: block;
}
.deskchair_renewal br.SP {
	display: none;
}
.Lineup_List #lineup-btn{
	position:absolute;
	width:0;
}
.Lineup_List .lineup-btn{
	display:none;
}
@media screen and (max-width: 768px) {

	.deskchair_renewal p,
	.deskchair_renewal dt,
	.deskchair_renewal dd,
	.deskchair_renewal li {
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: .7px;
	}
	.deskchair_renewal br.PC {
		display: none;
	}
	.deskchair_renewal br.SP {
		display: block;
	}
	.deskchair_renewal .mainImg {
		background: none;
		width: 100%;
		max-width: 100%;
		height: auto;
		background: #000;
	}
	.deskchair_renewal .mainImg h2 span {
		display: none;
	}
	.deskchair_renewal .mainImg h2 img {
		display: block;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.Lineup_tabs li,
	.Lineup_List .Flex_Box li {
		width: 50%;
		padding: 2px;
	}
	/*.Lineup_tabs li a span,
	.Lineup_tabs li a.active:hover span,
	.Lineup_List .Flex_Box li a span,
	.Lineup_List .Flex_Box li a.active:hover span {
		width: calc(100% - 4px);
	    height: calc(100% - 4px);
	    top: 2px;
	    left: 2px;
	}*/
	.Lineup_tabs li a:after,
	.Lineup_List .Flex_Box li a:after {
		/*width: calc(100% - 4px);
	    height: calc(100% - 4px);*/
		border-width: 4px;
		/*top: 2px;
	    left: 2px;*/
	}
	.Lineup_tabs,
	.Lineup_List {
		width: 100%;
		background: #f2f2f2;
		padding: 3.2% 1.5% 5.5%;
		margin: 0 auto 9%;
		box-sizing: border-box;
	}
	.Lineup_List {
		margin-bottom: 0;
	}
	.Lineup_List .panel-tab {
		padding-top: 0;
		padding-bottom: 0;
	}
	.midashi-tab,
	.Lineup_List dt {
		font-size: 25px;
	}
	.support-list {
		width: 100%;
		padding: 0 4% 0;
		margin: 0 auto -6%;
	}
	.support-list>section {
		padding-top: 19vw;
	}
	.support-list>section:before {
		display: none;
	}
	.Top_Box {
		display: block;
		margin: 0 auto 10%;
	}
	.Top_Box figure {
		width: 100%;
	}
	.Top_Box .Box {
		width: 100%;
	}
	.Youtube_List {
		margin: 0 auto 9.5%;
	}
	.Youtube_List .Youtube_Box {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		margin: 0 auto 3.5%;
	}
	.Youtube_List .Youtube_Box iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
	.Detail_List {
		display: block;
		margin: 0 auto 23%;
	}
	.Detail_List li {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 10.5%;
	}
	.Detail_List li figure {
		width: 100%;
		height: auto;
		margin: 0 auto 6%;
		position: relative;
		line-height: 1;
	}
	.Detail_List li figure img {
		display: block;
	}
	.Item_List .Items {
		display: block;
		margin: 0 auto 15%;
	}
	.Item_List .Items figure {
		width: 100%;
		text-align: center;
		margin: 0 auto 19.5%;
		overflow: hidden;
	}
	.Item_List .Items figure img {
		width: 75%;
	}
	#XF40 .Item_List .Items figure img,
	#XT44 .Item_List .Items figure img,
	#Sayl_Chair .Item_List .Items figure img,
	#XT57_56 .Item_List .Items figure img,
	#XU77 .Item_List .Items figure img {
		width: 120%;
		max-width: 120%;
		position: relative;
		left: -10%;
	}
	#Linq_Chair .Item_List .Items figure img {
		width: 100%;
		left: 0;
	}
	.Item_List .Items .Box {
		width: 100%;
	}
	.Item_List .Items .Box p {
		line-height: 1.65;
		margin: 0 auto 8%;
		font-size: 13px;
		letter-spacing: 0;
	}
	.Item_List .Items .Box dl {
		padding: 3.5% 5%;
	}
	.Item_List .Items .Box dl dt {
		text-align: center;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 0;
	}
	.Item_List .Items .Box dl dd {
		padding: 3.5% 0 1em 72px;
		font-size: 11px;
		line-height: 2;
	}
	.Item_List .Items .Box dl dd img {
		width: 58px;
		/*float: left;
	    margin: 0 1.5em 4em 0;*/
		left: 0;
		top: 15px;
	}
	.Item_List .Items .Box .btn {
		margin: 0 auto 11%;
		max-width: 260px;
		background: none;
	}
	.Item_List .Items .Box .btn a,
	.Item_List .Items .Box .btn.more a {
		background: none;
		max-width: 100%;
		height: auto;
	}
	.Item_List .Items .Box .btn a img {
		display: block;
	}
	.Pick_List {
		width: 95%;
		margin: 15% auto 15%;
	}
	.Pick_List dt {
		font-size: 25px;
		margin: 0 auto .5em;
	}
	.Pick_List li {
		width: 100%;
	}
	.deskchair_renewal .Lineup_Bnr {
		left: inherit;
		width: 40px;
		right: 0;
	}
	.deskchair_renewal .Lineup_Bnr a {
		display: block;
		background: url(../img/lineup/ico-lineup_sp.png) no-repeat 50% 50%;
		background-size: contain;
		width: 40px;
		height: 129px;
	}
	.deskchair_renewal .Lineup_Bnr a img {
		display: none;
	}
	.deskchair_renewal .btn-other {
		max-width: 260px;
		height: auto;
		margin: 0 auto;
	}
	.deskchair_renewal .btn-other a {
		background: none;
	}
	.deskchair_renewal .btn-other a img {
		display: block;
	}
	.btn-A {
		margin: 4.8% auto;
	}
	.btn-A a {
		max-width: 250px;
		font-size: 13px;
		font-weight: normal;
		border-width: 1px;
		padding: 1em 0;
	}
	.midashi-A:before,
	.midashi-A:after {
		display: none;
	}
	.midashi-A {
		letter-spacing: -.9px;
		border-bottom: none;
		padding: 0;
		margin: 0 auto 5.5%;
		min-height: 50px;
	}
	.midashi-A .Title {
		font-size: 30px;
		display: block;
		width: 100%;
		box-sizing: border-box;
		border-bottom: 1px solid #637281;
		position: relative;
		padding: 0 0 0.2em;
		margin: 0 auto .4em;
	}
	#XT57_56 .midashi-A .Title {
		font-size: 25px;
	}
	#XT57_56 .midashi-A a {
		top: -2px;
	}
	.midashi-A .Title:before {
		content: "";
		width: 100%;
		height: 1px;
		background: #637281;
		position: absolute;
		bottom: -6px;
		left: 0;
	}
	.midashi-A span {
		font-weight: 700;
		font-size: 11px;
		padding-left: 0;
		letter-spacing: -.5px;
	}
	.midashi-A span br {
		display: none;
	}
	.midashi-A a {
		position: absolute;
		float: none;
		top: 5px;
		right: 0;
		width: 125px;
		height: 30px;
		display: block;
		background: url(../img/lineup/ico-online_sp.png) no-repeat 50% 50%;
		background-size: contain;
	}
	.midashi-A a img {
		display: none;
	}
	#Linq_Chair .midashi-A span {
		position: absolute;
		right: 0;
		top: 1.5em;
	}
	#Linq_Chair .midashi-A span img,
	#Sayl_Chair .midashi-A span img {
		width: auto;
		height: 1.5em;
	}
	#Sayl_Chair .midashi-A span img {
		top: 2px;
	}
	.midashi-B {
		font-size: 19px;
		line-height: 1.7;
		margin: .8em auto .5em;
	}
	.midashi-C {
		text-align: left;
		font-size: 19px;
		line-height: 1.6;
		letter-spacing: -.1px;
	}
	#XT47 .midashi-C,
	#Linq_Chair .midashi-C,
	#XU77 .midashi-C,
	#XW33 .midashi-C {
		min-height: inherit;
	}
	.midashi-D {
		font-size: 37px;
		margin: 0 auto .7em;
	}
	.midashi-D img {
		margin-left: .5em;
		width: 30px;
	}
	#XS06 .Detail_List .pt_37px {
		padding-top: 0px;
	}
	.Lineup_List #lineup-btn{
		position:absolute;
		width:0;
	}
	.Lineup_List .Flex_Box li:nth-child(n+3){
		display:none;
	}
	.Lineup_List #lineup-btn:checked ~ .Flex_Box li:nth-child(n+3){
		display:block;
	}
	.Lineup_List .lineup-btn{
		position:relative;
		z-index:10;
		display:flex;
		justify-content:center;
		align-items:center;
		flex-direction:column;
		width:200px;
		min-height:3em;
		font-size:0.875rem;
		font-family: 'Noto Serif JP', serif;
		background:#fff;
		border:1px solid #a49f96;
		margin:1.25em auto 0;
		padding:1em;
		overflow:hidden;
	}
	.Lineup_List .lineup-btn::after{
		position:absolute;
		z-index:10;
		content:"";
		display:inline-block;
		width:0.5em;
		height:0.5em;
		border-bottom:1px solid #a49f96;
		border-right:1px solid #a49f96;
		top:0;
		right:0.75em;
		bottom:0;
		margin:auto;
		transform:rotate(45deg) skew(-3deg,-3deg);
		transition:transform .4s;
	}
	.Lineup_List #lineup-btn:checked ~ .lineup-btn::after{
		transform: scale(-1,-1) rotate(45deg) skew(-3deg,-3deg);
	}
	.Lineup_List .lineup-btn span{
		position:absolute;
		z-index:10;
		inset:0;
		display:flex;
		justify-content:center;
		align-items:center;
		flex-direction:column;
		text-align: center;
		margin:auto;
		transition:transform .4s;
	}
	.Lineup_List .lineup-btn span.txt-close{
		transform:translate(0,100%);
	}
	.Lineup_List #lineup-btn:checked ~ .lineup-btn span.txt-close{
		transform:translate(0,0);
	}
	.Lineup_List #lineup-btn:checked ~ .lineup-btn span.txt-open{
		transform:translate(0,-100%);
	}
}
@media screen and (max-width: 320px) {
	.midashi-A a {
		top: -5px;
	}
	.midashi-A .Title {
		font-size: 22px;
	}
	#Linq_Chair .midashi-A span {
		top: .5em;
	}
	#XT57_56 .midashi-A a {
		top: -10px;
	}
	#XT57_56 .midashi-A .Title {
		font-size: 19px;
	}
	.Item_List .Items .Box dl dt {
		font-size: 13px;
	}
	.Item_List .Items .Box dl dd.plus {
		letter-spacing: 0;
	}
}