/* レスポンシブ設定
------------------------------------- */
@media screen and (max-width: 768px){
	/* aタグ設定
	------------------------------------- */
	a:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
		-moz-opacity: 1;
		-khtml-opacity: 1;
		zoom: 1;
	}
	a {
		transition-property: none;
	}
	/* 基本設定
	------------------------------------- */
	body {
		min-width: 100%;
	background: #f5f3ed;
	color: #4f4a45;
	}
	img {
		width: 100%;
		height: auto;
	}
	
	.pc {
		display: none!important;
	}
	
	#contents {
		padding-bottom: 28px;
	}
	.inner {
		width: 100%;
	margin: 0 auto;
		padding: 0 27px;
	}

.btn a {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	width: 288px;
	height: 48px;
	border-radius: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e1d8c2;
	margin: 0 auto;
}

	.pageTop {
		width: 55px;
	position: fixed;
		bottom: 29px;
		right: 28px;
	}
	
	.btnHamburger {
		position: relative;
		width: 76px; /* クリックエリアの横幅*/
		height: 80px; /* クリックエリアの高さ*/
		cursor: pointer;
		z-index: 10001;
		background: none;
	}
	.btnHamburger .line {
		position: absolute;
		top: 35px;
		left: 28px;
		display: block;
		width: 20px; /* 横幅 */
		height: 2px; /* 1本辺りの高さ */
		background: #504a44; /* 線の色 */
		/* 適用するプロパティ、変化する時間、変化する速度 */
	/*-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;*/
	}
	.btnHamburger.open .line{
		background:#000;
	}
	.btnHamburger .line_01 {
		top: 35px;
	}
	.btnHamburger .line_02 {
		top: 42px;
	}
	.btnHamburger .line_03 {
		top: 49px;
	}
	.btnHamburger.open .line_01 {
		top: 49px;
		left: 12px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.btnHamburger.open .line_02 {
		opacity: 0;
	}
	.btnHamburger.open .line_03 {
		top: 49px;
		left: 12px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	header {
	width: 100%;
		position: relative;
	z-index: 10;
		top: inherit;
		left: inherit;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	header .logo {
		width: 146px;
		position: relative;
		z-index: 10001;
		padding-left: 20px;
	}
	header.open .logo {
		width: 137px;
		top: 29px;
		left: 47px;
		padding-left: 0;
	}
	header .inner {
		width: auto;
		padding: 0;
		margin: 0;
	}
	header #gNav {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #f5f3ed;
		padding: 23px 28px 28px;
		display: none;
	}
	header.open #gNav {
		display: block;
	}
	header .bgCover {
		background: #fff;
		padding: 99px 15px 20px;
	}
	header .gNavList {
		display: block;
		padding: 0;
	}
	header .gNavList a {
	font-size: 14px;
	font-weight: bold;
		line-height: 3.5714;
		padding: 0 2px;
		color: #000;
		display: block;
		position: relative;
	}
	header .gNavList li:hover {
		border-bottom: none;
	}
	header .white .gNavList li:hover {
		border-bottom: none;
	}
	header .gNavList a::after {
		content: '';
		width: 10px;
		height: 10px;
		display: block;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		transform: rotate(45deg);
		position: absolute;
		top: calc(50% - 6px);
		right: 0;
	}
	header .gNavList li {
		background: url("../img/line_dot.png") 3px bottom repeat-x;
		background-size: 5px 2px;
		padding: 8px 0;
		border-bottom: none;
	}
	header .gNavList li:not(:first-child) {
		margin-left: 0;
	}
	header .logo02 {
		width: 136px;
		margin: 153px auto 0;
	}

	footer {
		padding-bottom: 68px;
	}
	footer .inner {
	border-top: 1px solid #4f4a45;
		padding-top: 18px;
		width: calc(100% - 54px);
	}
footer .footerList {
	display: flex;
	justify-content: center;
}
footer .footerList a {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	padding: 0 2px 2px;
}
footer .footerList li {
	border-bottom: 1px solid transparent;
}
footer .footerList li:hover {
	border-bottom: 1px solid #4f4a45;
}
footer .footerList li:not(:first-child) {
	margin-left: 30px;
}
	footer .logo {
	text-align: center;
		margin-top: 0;
	}
	footer .logo a {
		width: 100px;
	}

	#kvArea {
	position: relative;
		margin-bottom: 18px;
		padding-bottom: 0;
	}
#kvArea .slideList {
	width: 100000px;
	display: flex;
}
#kvArea .slideArea {
	overflow: hidden;
}
#kvArea .slideList li {
	width: 100vw;
	position: relative;
}
#kvArea .slideList img {
	width: 100%;
	height: auto;
}
	#kvArea .slideList .mainLead {
		width: 62.54vw;
	position: absolute;
		top: 5.2vw;
		left: calc(50% - 31.52vw);
	}
	#kvArea .slideNav {
		width: 100%;
		text-align: center;
		font-size: 0;
		margin-top: 3.87vw;
	}
	#kvArea .slideNav span {
		background: #c5c5c5;
		width: 3.34vw;
		height: 3.34vw;
		border-radius: 1.67vw;
		display: inline-block;
		cursor: pointer;
	}
	#kvArea .slideNav span.cur {
		background: #000;
	}
	#kvArea .slideNav span:not(:first-child) {
		margin-left: 6.13vw;
	}

	section .inner {
	background: #fff;
		padding-top: 40px;
		padding-bottom: 39px;
	}
	section h2.ttl {
		font-size: 13px;
	font-weight: bold;
	line-height: 1.875;
	text-align: center;
	}
	section h2.ttl img {
		width: auto;
		height: 20px;
		margin-bottom: 5px;
	}
	#info .releaseDate {
		background: none;
		text-align: center;
		padding: 0;
		margin-top: 0;
	}
	#info .releaseDate {
		font-size: 12px;
		line-height: 1;
	}
	#info .releaseDate span {
		display: inline-block;
		border-bottom: 1px solid #6e6a65;
		padding-bottom: 4px;
	}
	
	
	
	#info .releaseDate_03 {
		background: none;
		text-align: center;
		padding: 0;
		margin-top: 0;
	}
	#info .releaseDate_03 {
		font-size: 14px;
		line-height: 1;
	}
	#info .releaseDate_03 a {
		color: #e90f0f;
	}
	#info .releaseDate_03 span {
		display: inline-block;
		border-bottom: 1px solid #e90f0f;
		padding-bottom: 4px;
	}

	
	
	
	
	
	#info .releaseDate_02 {
		background: none;
		text-align: center;
		padding: 0;
		margin-top: 0;
	}
	#info .releaseDate_02 {
		font-size: 14px;
		line-height: 1;
	}
	#info .releaseDate_02 a {
		color: #e90f0f;
	}
	#info .releaseDate_02 span {
		display: inline-block;
		border-bottom: 1px solid #e90f0f;
		padding-bottom: 4px;
	}
	#info .social-button > li + li {
		margin-left: 10px;
	}
	#info .shareArea {
		width: 100%;
	}
	#info .shareArea .releaseDate {
		float: none;
		max-width: 100%;
		margin-bottom: 18px;
	}
	
	
	
	#info .shareArea .releaseDate_03 {
		float: none;
		max-width: 100%;
		margin-bottom: 18px;
	}
	
	
	
	#info .shareArea .releaseDate_02 {
		float: none;
		max-width: 100%;
		margin-bottom: 18px;
	}
	#info .shareArea .social-button {
		max-width: 100%;
		padding: 0 15px;
	}
	#about .inner {
		margin-top: 18px;
	text-align: center;
		padding-left: 32px;
		padding-right: 32px;
	}
	#about .txtBox {
		width: 100%;
		font-size: 14px;
	font-weight: bold;
	line-height: 2.2222;
		margin: 5px auto 0;
	}
#about .txtBox span {
	display: block;
	background: url("../img/line_dot.png") 0 bottom repeat-x;
	background-size: 5px 2px;
}
	#about .txtBox span.spSpan {
		display: block;
		background: url("../img/line_dot.png") 0 bottom repeat-x;
		background-size: 5px 2px;
	}
	#about .txtBox span.pcSpan {
		background: none;
	}

	#feature .inner {
		padding-left: 27px;
		padding-right: 27px;
		padding-bottom: 34px;
		margin-top: 31px;
	}
#feature article .img {
	text-align: center;
}
	#feature article .ttl01 {
	text-align: center;
		font-size: 19px;
	font-weight: bold;
		line-height: 1.5789;
		margin-top: 19px;
	}
	#feature article .ttl01 span {
		display: block;
	background: url("../img/line_dot.png") 0 bottom repeat-x;
	background-size: 5px 2px;
	padding: 0 2px 5px;
		text-align: left;
	}
	#feature article .ttl01 span.check {
	background: none;
	position: relative;
		padding: 0 0 0 36px;
	}
	#feature article .ttl01 span.pcSpan {
		background: none;
		padding: 0;
	}
	#feature article .ttl01 span.spCheck {
		display: block;
		position: relative;
		background: url("../img/line_dot.png") 0 bottom repeat-x;
		background-size: 5px 2px;
		padding: 0 2px 5px 36px;
	}
	#feature article .ttl01 span.check::before {
	content: '';
		width: 36px;
		height: 36px;
	display: block;
	background: url("../img/check.png") 0 0 no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 5px;
	left: 0;
	}
	#feature article .ttl01 span.spCheck::before {
		content: '';
		width: 36px;
		height: 36px;
		display: block;
		background: url("../img/check.png") 0 0 no-repeat;
		background-size: cover;
		position: absolute;
		bottom: 10px;
		left: 0;
	}
	#feature article .txt01 {
	font-size: 14px;
	line-height: 1.7143;
	letter-spacing: 0.03em;
		margin-top: 9px;
	}
	#feature article .txt01 .cap {
	font-size: 11px;
	line-height: 2.1818;
		margin-left: 0;
	}

	#feature .feature01 {
		margin-top: 15px;
	}
	
	#feature .feature02 {
		margin-top: 25px;
	}

	#feature article .layout {
		display: block;
	}
	#feature article .layout .txtBox {
		width: 100%;
	}
	#feature article .layout .img01 {
		padding-top: 0;
	}
	#feature article .layout .img02 {
		position: inherit;
		bottom: inherit;
		left: inherit;
	}
	#feature .feature03 .img01,
	#feature .feature04 .txtBox,
	#feature .feature05 .img01 {
		margin-right: 0;
	}
	#feature .feature04 .img01 {
		order: 1;
	}
	#feature .feature04 .txtBox {
		order: 2;
	}
	#feature article .layout .ttl01 {
		margin-top: 19px;
	text-align: left;
	}
#feature article .layout .ttl01 span {
	display: block;
}
#feature article .layout .ttl01 span.check {
	display: inline-block;
}
	#feature article .ttl01 .pcSpan span.check {
		padding: 0;
		display: block;
	}
	#feature article .ttl01 .pcSpan span.check::before {
		content: none;
	}
	#feature article .layout .ttl01 span.span02 {
		padding-left: 36px;
	margin-top: 5px;
	}
	#feature article .layout .ttl01 span.spSpan02 {
		display: block;
		background: url("../img/line_dot.png") 0 bottom repeat-x;
		background-size: 5px 2px;
		padding: 0 2px 5px 36px;
		margin-top: 5px;
	}
	#feature .feature03 {
		margin-top: 25px;
	}
	#feature .feature03 .img02 {
		margin-top: 14px;
	}
	#feature .feature04 {
		margin-top: 41px;
	}
	#feature .feature04 .img02 {
	text-align: center;
		margin-top: 11px;
	}
	#feature .feature05 {
		margin-top: 35px;
	}
	#feature .feature05 .img02 {
		margin-top: 10px;
	}
	#feature .feature06 {
		margin-top: 54px;
	text-align: center;
	}
	#feature .feature06 .txt01 {
		margin-top: 0;
		font-size: 3.3vw;
	}
	#feature .btn {
		margin-top: 28px;
	}

	#function {
		margin-top: 32px;
	}
	#function .inner {
		padding-left: 0;
		padding-right: 0;
	}
	#function .tabList {
	display: flex;
		justify-content: center;
	align-items: center;
	padding-left: 0px;
		width: calc(100% - 54px);
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
	#function .tabList::after {
		content: '';
		width: 100%;
		height: 1px;
		display: block;
		background: #4f4a45;
		position: absolute;
		left: 0;
	}
	#function .tabList01 {
		border-bottom: none;
		margin-top: 19px;
		padding-bottom: 1px;
	}
	#function .tabList01::after {
		bottom: 0;
	}
	#function .tabList02 {
		border-top: none;
	}
	#function .tabList02::after {
		top: 0;
	}
	#function .tabList li:nth-child(2) {
		margin-left: 4.8vw;
	}
	#function .tabList li:nth-child(3) {
		margin-left: 6.2vw;
	}
	#function .tabList a {
		padding: 0;
	position: relative;
	}
	#function .tabList01 a {
		padding-bottom: 4.4vw;
	}
	#function .tabList02 a {
		padding-top: 4.4vw;
	}
	#function .tabList li:nth-child(1) a {
		width: 22.4vw;
	}
	#function .tabList li:nth-child(2) a {
		width: 26.54vw;
	}
	#function .tabList li:nth-child(3) a {
		width: 21.47vw;
	}
	#function .tabList a:hover::after,
	#function .tabList li.cur a::after {
	content: '';
		width: 10.67vw;
		height: 1.73vw;
	display: block;
	background: #e1d8c2;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	}
#function .tabList01 a:hover::after {
	bottom: 0;
}
#function .tabList02 a:hover::after {
	top: 0;
}
#function .tabList01 li.cur a::after {
	bottom: 0;
}
#function .tabList02 li.cur a::after {
	top: 0;
}

	#function .tabContentBox {
		padding-top: 20px;
	}
#function #tab02,
#function #tab03 {
	display: none;
}

	#function article {
		padding-bottom: 34px;
	}
	#function article .ttl,
	#function article .txt,
	#function article .txtBox,
	#function article .imgTxtBox,
	#function article#tab01 .imgWrap {
		width: calc(100% - 54px);
		margin: 0 auto;
	}
	#function article .ttl {
		font-size: 19px;
	font-weight: bold;
		line-height: 1.1579;
	background: url("../img/line_dot.png") 0 bottom repeat-x;
	background-size: 5px 2px;
	padding: 0 2px 7px;
	margin-top: 38px;
	}
	#function article .ttl {
		background: none;
		padding: 0;
		letter-spacing: 0.03em;
	}
	#function article .spSpan {
		display: block;
		background: url("../img/line_dot.png") 0 bottom repeat-x;
		background-size: 5px 2px;
		padding: 7px 2px 7px 36px;
	}
	#function article .spSpan01 {
		padding: 0 2px 7px 0;
	}
	#function article .ttl .check {
	display: inline-block;
	position: relative;
		padding-left: 36px;
	}
	#function article .ttl .check::before {
	content: '';
		width: 36px;
		height: 36px;
	display: block;
	background: url("../img/check.png") 0 0 no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 3px;
	left: 0;
	}
	#function article .txt {
	font-size: 14px;
	line-height: 1.7143;
		margin-top: 10px;
	}
#function article .img {
	text-align: center;
}

	#function article#tab01 .ttl02 {
		margin-top: 50px;
	}
	#function article#tab01 .img02 {
		margin-top: 17px;
	}
	#function article#tab01 .img02 img {
		width: 69.33vw;
	}
/*	#function article#tab01 .img03 {
		margin-top: 15px;
	}*/
	#function article#tab01 .imgWrap {
		position: relative;
		margin-top: 15px;
	}
	#function article#tab01 .imgWrap .imgContent {
		max-height: 98.4vw;
		overflow: hidden;
		margin-bottom: 43px;
		border-bottom: 2px solid #e1d8c2;
		transition: max-height 1s ease-in-out, margin-bottom 1s ease-in-out ;
	}
	#function article#tab01 .imgWrap .imgContent.is-active {
		max-height: 334vw;
		margin-bottom: 31px;
		border-bottom: none;
	}
	#function article#tab01 .imgWrap .imgOpenBtn {
		position: absolute;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		left: 50%;
		bottom: 0;
		width: 80px;
		height: 80px;
		border: 2px solid #e1d8c2;
		border-radius: 999px;
		background-color: #fff;
		transform: translate(-50%, 50%);
	}
	#function article#tab01 .imgWrap .imgOpenBtn.is-active {
		display: none;
	}
	#function article#tab01 .imgWrap .imgOpenBtn::after {
		position: absolute;
		display: block;
		content: "";
		left: -2px;
		top: 50%;
		width: calc(100% + 4px);
		height: calc(50% + 2px);
		background-color: #fff;
	}
	#function article#tab01 .imgWrap .imgOpenBtn .imgOpenLink {
		z-index: 1;
		position: relative;
		display: block;
		width: calc(100% - 6px);
		height: calc(100% - 6px);
		border-radius: 999px;
		background-color: #e1d8c2;
	}
	#function article#tab01 .imgWrap .imgOpenBtn .imgOpenLink > span {
		position: absolute;
		display: inline-block;
		top: 15px;
		left: 50%;
		font-size: 1.1rem;
		font-weight: bold;
		color: #4f4a45;
		transform: translateX(-50%);
	}
	#function article#tab01 .imgWrap .imgOpenBtn .imgOpenLink > span::after {
		position: absolute;
		display: block;
		content: "";
		bottom: -15px;
		left: 50%;
		width: 12px;
		height: 12px;
		border-bottom: 2px solid #4f4a45;
		border-left: 2px solid #4f4a45;
		transform: translateX(-50%) rotate(-45deg);
	}
	#function article#tab01 .btn {
		margin-top: 31px;
	}
	#function article#tab02 .ttl02 {
		margin-top: 50px;
	}
	#function article#tab02 .img02 {
		margin-top: 17px;
	}
	#function article#tab02 .img02 img {
		width: 85.87vw;
	}
	#function article#tab02 .btn {
		margin-top: 31px;
	}
	#function article#tab02 .img03 {
		margin-top: 17px;
	}
	#function article#tab02 .img03 img {
		width: 85.33vw;
	}
	#function article#tab03 {
		padding-bottom: 27px;
	}
	#function article#tab03 .img02 {
		margin-top: 15px;
	}
	#function article#tab03 .img02 img {
		width: 75.73vw;
	}
#function article#tab03 .img03 {
	margin-top: 0;
}
	#function article#tab03 .img03 img {
		width: 74.4vw;
	}
	#function #tab03 .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2222;
		margin-top: 32px;
		margin-bottom: 13px;
	}
	#function #tab03 .txtBox02 .title {
		margin-top: 28px;
	}
#function #tab03 .title span {
	position: relative;
	display: inline-block;
	padding: 0 2px;
	z-index: 2;
}
#function #tab03 .title span::before {
	content: '';
	width: 100%;
	height: 5px;
	display: inline-block;
	background: #e1d8c2;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#function #tab03 .text {
	font-size: 14px;
	line-height: 1.5;
}
	#function article#tab03 .imgTxtBox {
		margin-top: 12px;
		display: block;
	}
	#function article#tab03 .imgTxtBox .img03 {
		margin-right: 0;
	}
	#function article#tab03 .imgTxtBox .text {
		width: 100%;
		margin-top: 20px;
	}

	#spec {
		margin-top: 27px;
	}
	#spec .inner {
		padding-bottom: 34px;
		padding-left: 0;
		padding-right: 0;
	}
	#spec .slideArea {
	overflow: hidden;
	position: relative;
		margin-top: 14px;
		padding-top: 0;
	}
#spec .slideList {
	width: 100000px;
	display: flex;
}
	#spec .slideList li {
	text-align: center;
		width: 100vw;
	}
	#spec .slideList li img {
		width: 82.4%;
	height: auto;
	}
	#spec .slideNav {
	width: 100%;
	text-align: center;
	font-size: 0;
		margin-top: 49px;
	}
#spec .slideNav span {
	background: #cac9c7;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
}
	#spec .slideNav span.cur {
		background: #000;
	}
#spec .slideNav span:not(:first-child) {
	margin-left: 16px;
}
#spec .backBtn img,
#spec .nextBtn img,
#spec .backBtn a,
#spec .nextBtn a {
	width: 100%;
	height: auto;
}
#spec .backBtn,
#spec .nextBtn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
}
#spec .backBtn {
	left: 65px;
}
#spec .nextBtn {
	right: 65px;
}

	table {
	border-top: 1px solid #9c9997;
	border-bottom: 1px solid #9c9997;
		font-size: 14px;
	line-height: 1.25;
	margin: 0 auto;
	}
	table th {
	vertical-align: baseline;
		padding: 5px 3px 5px;
	}
	table td {
	border-left: 1px solid #bbb7b7;
		padding: 5px 5px 5px 16px;
		vertical-align: baseline;
	}
table tr:not(:first-child) th,
table tr:not(:first-child) td {
	border-top: 1px solid #bbb7b7;
}
	#spec .specTable {
		width: calc(100% - 2px);
		margin-top: 50px;
		word-break: break-all;
	}
	#spec .specTable th {
		width: 18%;
		min-width: 80px;
	}
	#spec .specTable .tdWh01 {
		width: 28%;
		min-width: 100px;
	}
	#spec .specTable .wordBr {
		word-break: break-all;
	}

	#accessory {
		margin-top: 30px;
	}
	#accessory .coverList {
		width: 100%;
		margin: 16px auto 0;
	}
	#accessory .coverTable + .coverList {
		margin: 24px auto 0;
	}
	#accessory .coverList li {
		background: 0 bottom no-repeat;
		display: block;
	align-items: center;
		font-size: 12px;
	line-height: 1;
		height: auto;
		text-align: center;
		padding-bottom: 29vw;
	}
	#accessory .coverList li:nth-child(1) {
		background-image: url("../img/accessory_bk.jpg");
		background-size: 100% auto;
	}
	#accessory .coverList.replacament li:nth-child(1) {
		background-image: url("../img/accessory_replacament.jpg");
		background-size: 100% auto;
	}
	#accessory .coverList li:nth-child(2) {
		background-image: url("../img/accessory_br.jpg");
		background-size: 100% auto;
	}
	#accessory .coverList li:nth-child(3) {
		background-image: url("../img/accessory_gr.jpg");
		background-size: 100% auto;
	}
	#accessory .coverList li:not(:first-child) {
		margin-top: 3vw;
	}
	#accessory .coverList.replacament li{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	}
	#accessory .ttl01 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
		margin-top: 26px;
	}

	#accessory .coverTable {
		width: 100%;
		margin-top: 12px;
	}
	#accessory .coverTable th {
		width: 18%;
		min-width: 75px;
	}
	#accessory .coverTable.replacament th {
		width: 27.5%;
	}
#capTxtArea {
	margin-top: 30px;
}
	#capTxtArea .inner {
		padding-left: 27px;
		padding-right: 27px;
		padding-top: 27px;
		padding-bottom: 23px;
	}
#capTxtArea .capTxtList {
	font-size: 12px;
	line-height: 1.75;
	letter-spacing: 0.03em;
}
#capTxtArea .capTxtList li::before {
	content: '●';
	display: inline-block;
	margin-right: 2px;
}
}
@media screen and (max-width: 340px){
	#about .txtBox {
		font-size: 3.73vw;
	}
}