

@media (max-width: 768px) {
body {
	min-width: 0;
	font-size: 12px;
}
.main-wrapper {
	width: 96%;
	margin: 0 2%;
}
#main-header #top-block {
	padding: 5px 0 2px;
	width: 104%;
	margin-left: -2%;
}
#main-header #top-block p {
	display: none;
}
#main-header #top-block .main-wrapper {
	margin: 0;
	line-height: 1;
	text-align: center;
	width: 100%;
}
#main-header #top-block ul {
	float: none;
	display: inline-block;
	line-height: 1;
}
#main-header #top-block li {
}
#main-header #top-block li a {
	display: block;
	padding: 0 8px;
	font-size: 10px;
}
#main-header {
	min-width: 0;
	padding: 0 2%;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
#main-header #bottom-block {
	padding: 40px 5px 0 5px;
}
#main-header #bottom-block>p {
	display: none;
}
#main-header #bottom-block>img {
	display: none;
}
#main-header h1 {
	line-height: 45px;
	width: 30%;
	margin: 0;
	max-width: 140px;
}
#main-header #login-btn, #main-header #shop-btn {
	font-size: 10px;
	width: auto;
	padding: 5px 5px 2px;
}
#main-header #shop-btn {
	margin-right: 5px;
}
#main-header #login-btn i, #main-header #shop-btn i {
	width: 16px;
	height: 16px;
	line-height: 16px;
	margin-bottom: 2px;
}
#menu {
	height: 50px;
	margin-left: 10px;
	float: right;
	cursor: pointer;
	position: relative;
	display: block;
}
#menu span {
	height: 2px;
	width: 26px;
	background: #d40d12;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all .5s;
	-webkit-transition: all .5s;
}
#menu span:before, #menu span:after {
	content: '';
	height: 2px;
	width: 26px;
	background: #d40d12;
	display: block;
	position: absolute;
	transition: all .5s;
	-webkit-transition: all .5s;
}
#menu span:before {
	top: -8px;
}
#menu span:after {
	top: 8px;
}
#menu.active {
	z-index: 10100;
}
#menu.active span {
	background: transparent;
}
#menu.active span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	top: 0;
}
#menu.active span:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	top: 0;
}
#obfuscator {
	background-color: rgba(255,255,255,.7);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10090;
	visibility: hidden;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	cursor: pointer;
}
#globalNav.is-visible~#obfuscator {
	visibility: visible;
}
#globalNav {
	min-width: 0 !important;
	width: 250px !important;
	height: 100%;
	max-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	box-sizing: border-box;
	background: #FFF;
	-webkit-transform: translateX(-270px);
	-ms-transform: translateX(-270px);
	transform: translateX(-270px);
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	overflow: hidden;
	overflow-y: auto;
	z-index: 10100;
}
#globalNav #home-btn {
	width: auto;
}
#globalNav #home-btn a {
	line-height: inherit;
	text-align: center;
	padding: 5px 0;
	color: #dc4848;
}
#globalNav #home-btn i {
	float: none;
}
#globalNav>ul>li {
	width: auto;
	float: none;
	height: auto;
	border: none;
	border-bottom: 1px solid rgba(171, 12, 16, 0.12);
	margin-top: 5px;
	text-align: left;
	color: #000;
	padding: 5px 0;
}
#globalNav>ul>li>i{
	float: right;
	margin-top: -5px;
}
#globalNav>ul>li>a {
	padding: 10px;
	text-align: left;
	font-weight: bold;
	color: #212121;
}
#globalNav>ul>li>a>.material-icons {
	position: static;
	float: right;
	transform: none;
	opacity: 1;
}
#globalNav ul ul {
	width: auto;
	min-height: initial;
	position: relative;
	top: 0;
	background: none;
	opacity: .85;
	margin-left: 15px;
	display: block !important;
	margin-bottom: 10px;
	border: none;
	color: #000;
}
#globalNav ul ul li {
	width: 100% !important;
	height: auto;
}
#globalNav .close{
	display: none !important;
}
#globalNav ul ul a {
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-align: left;
	font-size: 11px;
}
#globalNav ul ul i {
	float: left;
	padding: 0;
	width: 30px;
}
#globalNav ul ul i img {
	height: 15px;
}
#globalNav.is-visible {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	font-size: 14px;
	border-top: none;
}
#globalNav .main-wrapper {
	border: none;
	height: auto;
}
#globalNav #contact-navi li {
	padding: 5px 10px;
	text-align: left;
	font-size: 11px;
}
#globalNav #contact-navi strong {
	font-size: 15px;
	margin-left: 30px;
}
#globalNav #contact-navi small {
	font-size: 11px;
	margin-left: 25px;
}
#searchbar {
	float: none;
	width: 100%;
	position: absolute;
	top: 5px;
	left: 0;
	margin: 0;
}
#searchbar input {
	width: calc(100% - 60px);
}
#searchbar button {
}
#main-footer {
	min-width: 0;
}
/*----- SIDEBAR ------*/
#sidebar {
	width: auto;
	float: none;
	padding-top: 20px;
	margin-top: 50px;
	border-top: 3px solid #F5F5F5;
}
#side-btn {
	display: block;
}
#side-btn li {
	width: 49%;
	height: 50px;
	line-height: 50px;
	margin: .5%;
	text-align: left;
	font-size: 11px;
}
#side-btn a {
	padding: 0 2%;
}
#side-btn li img {
	height: 30px;
	float: left;
	margin: 10px 10px 0 0;
}
#ico-navi li:hover div {
	background: none;
}
#ico-navi li:hover div:hover {
	color: #212121;
}
#ico-navi a {
	display: block;
	position: relative;
}
#ico-navi .left {
	width: 70px;
	position: absolute;
	height: 100%;
}
#ico-navi img {
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#ico-navi .right {
	width: auto;
	float: left;
	margin-left: 60px;
}
#ico-navi .right p {
	height: auto;
}
#ico-navi .right p br {
	display: none;
}
.custom-carousel h2 {
	text-align: center;
	font-size: 16px;
}
/*----- FOOTER ------*/
#footer-navi {
	height: auto;
	line-height: 1.5;
	border-bottom: 0;
	border-top: 2px solid #D40D12;
}
#footer-navi .left {
	float: none;
	text-align: center;
	padding: 10px 0;
}
#footer-navi .right {
	float: none;
}
#footer-navi li {
	float: none;
	margin-top: 3px;
	height: 30px;
	line-height: 30px;
}
#footer-navi li a {
	display: block;
	border: 1px solid #DDD;
	padding: 0 2%;
}
#footer-navi #sitemap-btn {
	border: 1px solid rgba(212,13,18,0.12);
	padding: 0 2%;
}
#footer-navi #sitemap-btn i {
	float: right;
	line-height: 30px;
}
#footer-info {
	padding: 10px 0;
}
#sitemap-wrapper {
	padding: 10px 2%;
	margin: 5px 2%;
}
#sitemap-wrapper .block {
	border: none;
	margin: 0;
	padding: 0;
}
#sitemap-wrapper .sitemap {
	width: 100%;
	float: none;
}
#sitemap-wrapper h3 {
	font-weight: bold;
	padding: 10px 0 5px;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,0.12);
}
/*----- GLOBAL ------*/

#two-col {
	margin-bottom: 0;
}
#left-container {
	width: 100%;
	float: none;
	overflow: hidden;
}
.standard-h1 {
	padding: 10px 5px 10px 20px;
	font-size: 20px;
	margin-bottom: 20px;
}
.standard-h1:before {
	background-size: cover !important;
	width: 14px;
	height: 14px;
	left: 3px;
	top: 17px;
}
.standard-h2 {
	font-size: 16px;
}
.standard-table tr+tr {
	border: none;
}
.standard-table caption {
	padding: 10px 2%;
	font-size: 14px;
}
.standard-table th {
	padding: 10px 2%;
	width: auto;
	display: block;
}
.standard-table td {
	padding: 10px 2%;
	display: block;
}
.standard-table tr small {
	display: block;
}
.standard-table input[type="text"], .standard-table select, .standard-table input[type="password"], .standard-table input[type="tel"], .standard-table textarea {
	margin: 5px;
}
.standard-table input[size="30"], .standard-table input[size="40"] {
	width: 96%;
	max-width: 220px;
}
.standard-table .address-list input[type="text"] {
	width: 96%;
}
.highlight-table caption {
	padding: 10px 2%;
}
.highlight-table th {
	padding: 10px 2%;
	width: auto;
}
.highlight-table td {
	padding: 10px 2%;
}
.asterisk .material-icons {
	font-size: 16px;
	margin-left: 2%;
}
.standard-table .quarter {
	width: 96%;
	margin: 5px 0;
	display: block;
}
.standard-table label {
	margin: 5px 0;
}
.submit-btn, .return-btn {
	width: 96%;
	min-width: 0;
	max-width: 290px;
	margin: 10px 2%;
	box-sizing: border-box;
	font-size: 14px;
}
.standard-btn {
	margin: 10px 0;
	font-size: 14px;
}
#sec-input .submit-btn, #sec-input .return-btn {
	margin: 10px;
	font-size: 14px;
}
main h1+.flow, .pc-viewport {
	display: none;
}
#sp-flow, .sp-viewport {
	display: block;
}
#sp-flow li {
	padding: 10px 2% 10px 40px !important;
	margin: 2px 0 !important;
	background: #eee !important;
	color: #666 !important;
	font-weight: bold !important;
	position: relative !important;
	counter-increment: flow-step !important;
	border: none !important;
}
#sp-flow li small {
	font-weight: normal;
	display: block;
	opacity: .78;
}
#sp-flow li:before {
	content: counter(flow-step) !important;
	width: 30px !important;
	height: 30px !important;
	line-height: 30px !important;
	text-align: center !important;
	display: inline-block !important;
	background: #FFF !important;
	border-radius: 100% !important;
	margin-right: 10px !important;
	font-size: 14px !important;
	font-weight: bold !important;
	vertical-align: middle !important;
	color: #666 !important;
	position: absolute;
	left: 5px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
}
#sp-flow li.active {
	background: #d40d12 !important;
	color: #FFF !important;
}
#sp-flow li.active:before {
	color: #d40d12 !important;
}
#sp-flow li.active:after {
	content: '' !important;
	display: block !important;
	width: 0 !important;
	height: 0 !important;
	border-left: 6px solid rgba(0, 0, 0, 0) !important;
	border-right: 6px solid rgba(0, 0, 0, 0) !important;
	border-top: 6px solid #d40d12 !important;
	position: absolute !important;
	left: 14px !important;
	bottom: -6px !important;
	z-index: 1 !important;
}
#sp-flow li:last-child:after {
	display: none !important;
}
}
