@charset "utf-8";*{-webkit-text-size-adjust:none}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,main{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}html{height:100%;background:#fff}
body{margin:0 auto;min-height:100%;position:relative;}
a{color:#333;text-decoration:none;cursor:pointer;margin:0;padding:0;vertical-align:baseline;-webkit-tap-highlight-color:rgba(255,255,255,0.4)}
a:hover{text-decoration:none}p{margin:0 0 15px}input,textarea,select{font:100% Arial,Helvetica,sans-serif;vertical-align:middle}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}figure{margin:0;padding:0}ul{list-style:none}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0;width:100%}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:10px 0;padding:0}
body{
	font-family:"繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
	color:#000;
	background-color:#fff;
}
.text-hidden{
	display:block;
	margin:0;
	padding:0;
	position:absolute;
	overflow:hidden;
	left:-9999px;
	position:absolute;
}
img.images{
	display:block;
	width:100%;
}
.swing:hover {
	-webkit-animation: swing 0.6s ease;
	animation: swing 0.6s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
@-webkit-keyframes swing{
	15% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	30% {
		-webkit-transform: translateX(-4px);
		transform: translateX(-4px);
	}
	40% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	50% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}
	65% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes swing {
	15% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	30% {
		-webkit-transform: translateX(-4px);
		transform: translateX(-4px);
	}
	40% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	50% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}
	65% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.btn-yellow{
	display:block;
	background:rgb(255,237,0);
	background:-moz-linear-gradient(top, rgba(255,237,0,1) 0%, rgba(254,175,49,1) 100%);
	background:-webkit-linear-gradient(top, rgba(255,237,0,1) 0%,rgba(254,175,49,1) 100%);
	background:linear-gradient(to bottom, rgba(255,237,0,1) 0%,rgba(254,175,49,1) 100%);
	position:relative;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	height:82px;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	box-shadow:
		0 1px #980012,
		0 2px #980012,
		0 3px #980012;
}
.btn-yellow:hover{
	box-shadow:
		0 0 #fff,
		0 0 #fff,
		0 0 #fff;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
.btn-yellow:before{
	content:'';
	background:url(/common/design/user/img/images-top/bullet001.png) no-repeat;
	display:block;
	width:27px;
	height:27px;
	overflow:hidden;
	margin-right:9px;
}
#wrapper{overflow:hidden;}

#header{
	background:#fff;
	position:relative;
	z-index:150;
}
#header .wrap{
	overflow:hidden;
	margin:0 auto;
	max-width:1100px !important;
	width:1100px !important;
	min-height:90px;
}
.logo{
	float:left;
	width:144px;
	height:74px;
	overflow:hidden;
	background:url(/common/design/user/img/images-top/logo_up-t_kana.png) no-repeat 50%;
	text-indent:-9999px;
	margin-right:25px;
	margin-top:10px;
}
.logo a{
	display:block;
	height:100%;
	position:relative;
}
.slogan{
	display:block;
	font-size:14px;
	line-height:18px;
	color:#000;
	font-weight:normal;
	margin:6px 0;
}
.menu-header{
	float:right;
	border:1px solid #d6d6d6;
}
.menu-header li{
	float:left;
	border-left:1px solid #d6d6d6;
}
.menu-header li:first-child{border:0;}
.menu-header a{
	display:block;
	width:188px;
	height:65px;
	text-align:center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.menu-header a:hover{
	background-color:rgba(227, 96, 98, 0.1);
}
.menu-header strong{
	display:block;
	font-size:14px;
	line-height:30px;
	color:#000;
	font-weight: 700;
}
.menu-header span{
	display:block;
	position:relative;
	font-size:18px;
	line-height:28px;
	font-weight:bold;
}
.menu-header span.item01{color:#15a6d6}
.menu-header span.item02{
	color:#d61518;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
}
.menu-header span.item03{color:#15a6d6}
.menu-header span:before{
	content:'';
	display:inline-block;
	vertical-align:top;
	width:28px;
	height:28px;
}
.menu-header span.item01:before{
	background:url(/common/design/user/img/images-top/ico-menu-header-01.png) no-repeat 50%;
}
.menu-header span.item02:before{
	background:url(/common/design/user/img/images-top/ico-menu-header-02.png) no-repeat 50%;
}
.menu-header span.item03:before{
	width:39px;
	background:url(/common/design/user/img/images-top/ico-menu-header-03.png) no-repeat 50%;
	margin:0;
}
.menu-header a:hover span:before{
	-webkit-animation: swing 0.6s ease;
	animation: swing 0.6s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

nav{
	display:block;
	background:#d61518;
	position:relative;
}
nav .holder{
	max-width:1100px;
	margin:0 auto;
}
nav .holder:after{
	content:'';
	display:block;
	clear:both;
}
.nav{
	float:left;
	border-left:1px solid #ad0003;
	border-right:1px solid #e36062;
}
.nav li{
	float:left;
	border-left:1px solid #e36062;
	border-right:1px solid #ad0003;
}
.nav a{
	display:block;
	position:relative;
	width:145px;
	height:55px;
	font-size:16px;
	line-height:55px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-ms-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.nav a:hover{
	background:#ad0003;
}
.nav .tooltip-item{
	position:absolute;
	bottom:49px;
	left:50%;
	width:116px;
	padding:5px 5px 4px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	background:#fff;
	margin-left:-58px;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	color:#000;
	box-shadow:0 0  4px 1px rgba(0, 0, 0, 0.3);
	display:none;
}
.nav a:hover .tooltip-item{display:block;}
.nav .tooltip-item b{
	font-size:14px;
	display:block;
}
.nav .tooltip-item:after{
	content:'';
	position:absolute;
	bottom:-9px;
	left:50%;
	margin-left:-5px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #fff;
	-moz-transform:skew(-10deg);
	-ms-transform:skew(-10deg);
	-webkit-transform:skew(-10deg);
	-o-transform:skew(-10deg);
	transform:skew(-10deg);
}
.nav-btn-list{
	float:right;
	padding: 9px 0 9px 6px;
}
.nav-btn-list li{
	float:left;
}
.nav-btn-list li:first-child{padding:0;}
.nav-btn-list a{
	display:block;
	background:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
	width:142px;
	line-height:37px;
	font-weight:bold;
	color:#3f3f3f;
	position:relative;
	overflow:hidden;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.nav-btn-list a:hover{
	box-shadow:
		1px 1px #ad0003,
		2px 2px #ad0003,
		3px 3px #ad0003;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}
.nav-btn-list a:before{
	content:'';
	display:inline-block;
	vertical-align:top;
	height:37px;
	width:32px;
}
.nav-btn-list a.login:before{
	background:url(/common/design/user/img/images-top/ico-nav-btn-list-02.png) no-repeat;
	background-size: 100% 100%;
	width: 18px;
	height: 21px;
}
.nav-btn-list a.logout:before{
	background:url(/common/design/user/img/images-top/ico-nav-btn-list-03.png) no-repeat;
	background-size: 100% 100%;
	width: 18px;
	height: 21px;
}
.nav-btn-list a.car:before{
	background:url(/common/design/user/img/images-top/ico-nav-btn-list-01.png) no-repeat ;
	background-size: 100% 100%;
	width: 18px;
	height: 16px;
}
.nav-btn-list a.mypage-top:before {
	display: none;
}
.nav-btn-list a.mypage-top img{
	width: 18px;
	height: 18px;
}
.nav-btn-list.notification-card-fix {
	display: flex;
	gap: 7px;
	margin-right: 0;
}
.nav-btn-list.notification-card-fix a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3px;
	max-width: 113px;
	font-size: 14px;
}

#main{
	background:#fff;
	padding:0 4px 80px;
	position:relative;
	z-index:1;
}
.mt30{margin-top: 30px;}
.main-center{
	margin:0 auto;
	max-width:1100px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.main-center:after{
	content:'';
	display:block;
	clear:both;
}

#content{
	width:100%;
	max-width:858px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	order: 2;
}

.list-notice{
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
	margin-top:-10px;
	width:100%;
}
.list-notice li{
	border-bottom:1px dotted #000;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width:100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size:14px;
	line-height:20px;
	color:#393939;
}
.list-notice a{
	color:#00a2ff;
}
.list-notice .date{
	width:158px;
	max-width:126px;
	padding:8px 0;
}
.list-notice p{
	margin:0;
	width:100%;
}
.list-notice p span{
	display:inline-block;
	position:relative;
	vertical-align:top;
	padding:8px 0;
}
.list-notice a:hover{text-decoration:underline;}

#sidebar{
	float:left;
	width:270px;
	min-width:270px;
	max-width:270px;
	margin-right:30px;;
}
.sidebar-block{
	background:#fff;
	overflow:hidden;
}
#delivery_date{
	background:#ffca00;
	overflow:hidden;
	padding:9px 0;
	margin-bottom:16px;
}
#delivery_date h3{
	margin:0 0 4px;
	overflow:hidden;
}
#delivery_date .date{
	text-align:center;
	font-size:18px;
	line-height:24px;
	color:#000;
}
#sidebar .sidebar-block{
	background:#fff;
	overflow:hidden;
	margin-bottom: 30px;
}
#sidebar #delivery_date {
	background: #FFD73F;
	overflow: hidden;
	padding: 15px 11px 15px 14px;
	margin-bottom: 16px;
	border-radius: 10px;
	min-height: 152px;
}
#sidebar #delivery_date h3{
	margin:0 0 4px;
	background:url(/common/design/user/img/images-top/text-delivery_date.png) no-repeat 50%;
	text-indent:-9999px;
	overflow:hidden;
	height:48px;
}
#sidebar #delivery_date .date{
	text-align:center;
	font-size:16px;
	line-height:20px;
	color:#000;
}
.info-design-tool:after{
	content:'';
	display:block;
	clear:both;
}
.info-design-tool .btn-yellow{
	height:55px;
	line-height:22px;
}
.info-design-tool .btn-yellow span{
	display:block;
	padding-top:4px;
}
.info-design-tool .image{
	overflow:hidden;
}
.info-design-tool .image img{
	display:block;
	width:100%;
}
.info-design-tool h3{
	position:relative;
	margin:0 -14px;
	font-size:17px;
	line-height:20px;
	color:#fff;
}
.info-design-tool.red h3{background:#109104;}
.info-design-tool.blue h3{background:#ff1a00;}
.info-design-tool h3:after,
.info-design-tool h3:before{
	content:"";
	position:absolute;
	top:100%;
	width: 0;
	height: 0;
	border-top:5px solid #1a5a00;
}
.info-design-tool h3:after{
	border-left:5px solid transparent;
	left:0;
}
.info-design-tool h3:before{
	border-right:5px solid transparent;
	right:0;
}
.info-design-tool h3 span{
	display:block;
	padding-left:78px;
	position:relative;
	height:66px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.info-design-tool h3 span:after{
	content:"無料!";
	position:absolute;
	left:15px;
	width:55px;
	height:55px;
	background:#fff;
	text-align:center;
	line-height:55px;
	font-size:20px;
	color:#d61518;
	font-weight:bold;
	-moz-border-radius:55px;
	-webkit-border-radius:55px;
	border-radius:55px;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
.list-items-handled li{margin-top:2px;}
.list-items-handled li:first-child{margin:0;}
.list-items-handled a{
	display:block;
	border:1px solid #d4d4d4;
	background:#fff;
	line-height:18px;
	font-size:13px;
	color:#0068de;
	padding:6px 4px 6px 14px;
	position:relative;
}
.list-items-handled a:hover{text-decoration:underline;}

.titl-recommended-service{
	overflow:hidden;
	margin-bottom:12px;
}
.titl-recommended-service img{
	display:block;
	width:100%;
}
.list-recommended-service{margin-bottom:20px;}
.list-recommended-service li{padding-top:15px;}
.list-recommended-service li:first-child{padding:0;}
.list-recommended-service img{
	display:block;
	width:100%;
}
.list-recommended-service a{
	display:block;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.list-recommended-service a:hover{
	box-shadow:
			1px 1px #000,
			2px 2px #000;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.sidebar-info .box{
	overflow:hidden;
	position:relative;
}
.sidebar-info .banner-box h3{
	overflow:hidden;
	margin-bottom:9px;
	line-height:10px;
}
.sidebar-info .banner-box h3 img{
	display:block;
	margin:0 auto;
}
.sidebar-banner-list li{padding-top:3px;}
.sidebar-banner-list li:first-child{padding:0;}
.sidebar-banner-list a{
	display:block;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.sidebar-banner-list a:hover{
	box-shadow:
		1px 1px #1d81df,
		2px 2px #1d81df;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.sidebar-banner-list img{
	display:block;
	width:100%;
}
.list-sidebar-soc:after{
	content:'';
	display:block;
	clear:both;
}
.list-sidebar-soc img{
	display:block;
	width:100%;
}
.list-sidebar-soc a{
	display:block;
	position:relative;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.list-sidebar-soc a:hover{
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
#sidebar #facebook{
	overflow:hidden;
	margin-bottom:20px;
}
#sidebar #facebook iframe{
	display:block;
	width:100%;
}

#footer{
	overflow:hidden;
	background-color:#ff2100;
}
#footer .wrap{
	margin:0 auto;
	max-width:1100px;
	overflow:hidden;
	border-top:1px solid #fff;
}
#footer .wrap:first-child{
	border:0;
	padding:10px 0 20px;
}
.footer-baner-list{
	float:right;
}
.footer-baner-list li{
	float:left;
	padding-left:7px;
}
.footer-baner-list a{
	display:block;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.footer-baner-list a:hover{
	box-shadow:
		1px 1px #ad0003,
		2px 2px #ad0003,
		3px 3px #ad0003;
	-webkit-transform: translateX(-3px);
	transform: translateX(-3px);
}
.footer-baner-list img{display:block;}
.footer-nav{
	overflow:hidden;
	text-align:center;
}
.footer-nav li{
	display:inline-block;
	vertical-align:top;
}
.footer-nav a{
	display:block;
	padding:0 7px;
	font-size:12px;
	line-height:60px;
	font-weight:bold;
	color:#fff;
	position:relative;
}
.footer-nav a:hover{text-decoration:underline;}
 img.mark-grey {
	background-color: #e2e2e2;
	border: 1px solid #d7d7d7;
	margin: 14px auto;
}
.copyright{
	margin:0;
	text-align:center;
	font-size:16px;
	line-height:58px;
	font-weight:bold;
	color:#fff;
}
#link-top{
	position:fixed;
	bottom: 40px;
	right: 10px;
	width: 45px;
	height: 45px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background:url(img/pagetop.png) no-repeat;
	z-index:100;
}
#link-top.swing:hover{
	-webkit-animation: swing-top 0.6s ease;
	animation: swing-top 0.6s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
@-webkit-keyframes swing-top{
	15% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	30% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
	40% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	50% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}
	65% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes swing-top{
	15% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	30% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
	40% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	50% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}
	65% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.image-add-p{
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px;
}

.search_list_right-top .box-l{
	width:214px;
	max-width:214px;
	min-width:214px;
}
#wrapper .jcf-select{
	display:block;
	border:1px solid #dedede;
	background: #fdfdfd;
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #f4f4f4 100%);
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #fdfdfd 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f4f4f4',GradientType=0 );
	width:100%;
	outline:none;
}
#wrapper .jcf-select-opener{
	background:none;
	overflow:hidden;
}
#wrapper .jcf-select-opener:after{
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	width: 0;
	height: 0;
	margin-top:-3px;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 7px solid #000;
}
#wrapper .jcf-focus{border:1px solid #dedede !important;}
#wrapper .jcf-select-drop .jcf-select-drop-content{
	border:0 !important;
	background: #fdfdfd;
}
#wrapper .jcf-list .jcf-option{
	font-size:14px;
	line-height:30px;
	color:#555;
	padding:0 8px;
	cursor:pointer;
}
#wrapper .jcf-list .jcf-option.jcf-option-color{
	position:relative;
	padding-left:36px;
}
#wrapper .jcf-list .jcf-option.jcf-option-color:after{
	content:'';
	position:absolute;
	left:8px;
	top:50%;
	width:24px;
	height:24px;
	overflow:hidden;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	margin-top:-12px;
}
.jcf-option-mark01:after{
	background:#207e13;
}
.jcf-option-mark02:after{
	background:#ffffff;
	border:1px solid #dedede;
	width:23px;
	height:23px;
}
.jcf-option-mark03:after{
	background:#0b65e0;
}
.jcf-option-mark04:after{
	background:#e00b38;
}
.jcf-option-mark05:after{
	background:#151414;
}
.jcf-option-mark06:after{
	background:#5528e8;
}
.jcf-list ul{
	max-height:210px;
	overflow:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
}
#wrapper .jcf-list, #wrapper .jcf-list .jcf-list-content{
	width:auto !important;
}
 #wrapper .jcf-list{
	width:auto !important;
	border:1px solid #dedede !important;
	background: #fdfdfd;
}
#wrapper .jcf-select{
	height:28px;
	margin:0;
}
#wrapper .jcf-select .jcf-select-text{line-height:28px;}
#wrapper .search_list .row{margin-bottom:5px;}
.slogan-frame{
	float:left;
	margin-right:4px;
	width:333px;
}
.slogan-frame .pure-form{
	display:block;
	position:relative;
	width:258px;
	padding-right:74px;
}
.slogan-frame .pure-form fieldset{
	display:block !important;
	padding:0 !important;
}
.slogan-frame .pure-form button{
	position:absolute !important;
	right:0 !important;
	top:0 !important;
	padding:0 !important;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background:#373737 !important;
	-moz-border-radius:4px !important;
	-webkit-border-radius:4px !important;
	border-radius:4px !important;
	width:64px !important;
	height:36px !important;
	line-height:36px !important;
	font-size:12px !important;
	color:#fff !important;
	text-align:center !important;
	border:0 !important;
	cursor:pointer !important;
	outline:none;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.slogan-frame .pure-form button:hover{
	box-shadow:
		1px 1px #b7b7b7,
		2px 2px #b7b7b7;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.slogan-frame .text-input{
	display:block !important;
	-webkit-appearance:none !important;
	-moz-appearance:none !important;
	appearance:none !important;
	border:1px solid #b7b7b7 !important;
	background:#fff !important;
	outline:none !important;
	-moz-border-radius:4px !important;
	-webkit-border-radius:4px !important;
	border-radius:4px !important;
	-moz-box-sizing:border-box !important;
	-ms-box-sizing:border-box !important;
	-webkit-box-sizing:border-box !important;
	box-sizing:border-box !important;
	width:100% !important;
	font-size:14px !important;
	line-height:16px !important;
	padding:9px 5px 9px 10px !important;
}
.mb40{margin-bottom:40px}
.category_head_box h3.category_n_19:before{
	background:url(/common/design/user/img/plain/category_n_19.png) no-repeat;
	width:20px;
	height:47px;
}
#main .category_box a.i_n_18:after{background:url(/common/design/user/img/plain/i_n_18.png) no-repeat 50%;}
.item_detail_box .item_manual_text02{
  font-size:16px;
  line-height:18px;
  margin-bottom:20px;
}
.item_detail_box .item_manual_text02 strong{
  display: block;
  margin-bottom: 5px;
}
.table-climbing{
  display: block;
  width: 100%;
}
.climbing-box + .climbing-box{margin-top: 28px;}
.table-climbing table{
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}
.table-climbing table tr{
  height: 30px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}
.table-climbing table th{
  border: 1px solid #b5b5b5;
  vertical-align: middle;
  padding: 5px 15px;
  box-sizing: border-box;
  background-color: #f0f0f0;
  font-weight: 700;
  text-align: left;
  width: 25%;
}
.table-climbing table th:last-child{
  width: 100%;
}
.table-climbing table td{
  border: 1px solid #b5b5b5;
  vertical-align: middle;
  padding: 5px 15px;
  box-sizing: border-box;
  text-align: left;
}

.mb40{margin-bottom:40px}
.cart-slide-block .image strong{
	display: block;
	margin: 20px auto 3px;
	max-width: 806px;
	font-size: 18px;
	line-height: 24px;
	color: #000;
}
.cart-slide-block .image span{
	display: block;
	margin: 5px auto;
	max-width: 806px;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	text-align: right;
}
.two-image-error{
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.two-image-error div{
	width: 150px;
	max-width: 150px;
	min-width: 150px;
}
.two-image-error div img{
	display: block;
	width: 150px;
	margin:0;
}

.search_list_left .two-btns-center_n {
	margin-left: -3px;
	margin-right: -3px;
}

.list-sample{
	list-style: none;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 40px;
}
.list-sample li{
	width: 100%;
	padding: 0 20px;
}
.list-sample li:first-child{padding-left:0}
.list-sample li:last-child{padding-right: 0}
.list-sample p{
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	min-height: 60px;
}
.list-sample img{
	display: block;
	width: 100%;
}
.delete-design {
	line-height: 150%;
	padding: 10px;
	text-align: right;
}

.delete-design a {
	color: #1175c9;
	text-decoration: underline;
	font-weight: 600;
	font-size: 87.5%;
}

.category_head_box h3.category_n_19:before{
	background:url(/common/design/user/img/plain/category_n_19.png) no-repeat;
	width:20px;
	height:47px;
}
#main .category_box a.i_n_18:after{background:url(/common/design/user/img/plain/i_n_18.png) no-repeat 50%;}
#main .category_box a.i_n_22:after{background:url(/common/design/user/img/plain/i_n_22.png) no-repeat 50%;}
#main .category_box a.i_n_23:after{background:url(/common/design/user/img/plain/i_n_23.png) no-repeat 50%;}
#wrapper .search_list .row .select-size .jcf-select-text{margin: 0 20px 0 8px !important;}
select[name="add_pre"] {
	height: 45px !important;
	display: inline-block;
	border-radius: 4px;
}
.wrap-info {
	width: 660px;
	margin: 20px auto;
	text-align: center;
}
.wrap-info p {
	display: block;
	font-size: 12px;
	line-height: 0;
	font-weight: bold;
	color: #fff;
	margin: 2px 0;
}
.wrap-info p a {
	color: #fff;
}
.wrap-info p a:hover {
	text-decoration: underline;
}
.slick-slide {
	outline: none
}
.under_list_basic_item {
	display: flex;
	background: #fffef1;
	padding: 0 15px;
	justify-content: space-between;
}
.under_list_basic_item a {
	display: block;
	background: #fff;
	width: 500px;
	border: 1px solid #caddeb;
	padding: 15px;
	transition: 0.3s;
	margin: 20px 10px;
}
.under_list_basic_item a .button_list_basic_item > p {
	display: block;
	width: 270px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	height: 70px;
}
.under_list_basic_item a .button_list_basic_item > span {
	display: block;
	margin: -5px 0 10px 0;
	font-size: 35px;
	color: #ed002d;
	font-weight: bold;
}
.under_list_basic_item a:hover {
	transform: translateY(-3px);
	box-shadow: 0 5px 6px rgba(0, 0, 0, 0.15);
}
.under_list_basic_item a h3 {
	display: block;
	color: #2082a2;
	text-align: center;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 2px solid;
	margin-bottom: 15px;
}
.under_list_basic_item a img {
	display: block;
	width: 38%;
	float:left;
	margin-bottom: 5px;
}
.button_list_basic_item {
	display:inline-block;
	width: 62%;
	padding-left: 25px;
	position: relative;
}
.button_list_basic_item span {
	display: inline-block;
	font-size: 24px;
	margin-top: 0;
}
.button_list_basic_item-1 {
	border: 1px solid;
	padding: 1px;
	margin-bottom: 7px;
	border-radius: 1px;
	width: 100%;
}
.button_list_basic_item-1 p {
	display: flex;
	padding: 7px 0;
	margin-bottom: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	background: #007b80;
	color: #fff;
	font-size: 12px;
}
.button_list_basic_item-1 p:first-child {
	padding-bottom: 10px;
}
.button_list_basic_item-1 p:last-child {
	padding-top: 0;
}
.button_list_basic_item-2 {
	border: 1px solid;
	padding: 1px;
	border-radius: 1px;
	width: 100%;
	/*position: absolute;*/
	bottom: 7px;
	right: 0;
}
.button_list_basic_item-2 span {
	font-size: 17px;
	font-weight: normal;
}
.button_list_basic_item-2 p {
	display: flex;
	padding: 8px 0;
	margin-bottom: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	background: #444444;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	line-height: 20px;
}
.button_list_basic_item-2 p:first-child {
	padding-bottom: 2px;
}
.button_list_basic_item-2 p:last-child {
	padding-top: 0;
	padding-bottom: 10px;
}
.under_list_basic_item .slick-prev {
	left: 0;
	z-index: 100;
}
.under_list_basic_item .slick-prev:before {
	color: #333;
	font-size: 32px;
}
.under_list_basic_item .slick-next {
	right: 12px;
	z-index: 100;
}
.under_list_basic_item .slick-next:before {
	color: #333;
	font-size: 32px;
}

.text-holiday {
	line-height: 114px;
	color: #fff;
}

#footer .wrap:first-child {
	padding: 10px 0 3px;
}
.nav {
	right: -3px;
}
.holder-2 .nav-btn-list a {
	width: 121px;
}
@media (min-width: 1360px) {
	.holder-2 .nav-btn-list a {
		width: 112px;
	}
}
@media (min-width: 1660px) {
	.holder-2 .nav-btn-list a {
		width: 111px;
	}
}
@media (min-width: 1920px) {
	.holder-2 .nav-btn-list a {
		width: 108px;
	}
}

.holder-2 .nav a {
	font-size: 14px;
}
#footer .footer-nav-2 {
	display: flex;
	flex-direction: column;
	width: 20%;
	color: #fff;
	text-align: left;
}

#footer .footer-nav-2:first-child {
	width: 40%;
	margin: 0 40px 0 65px;
}

#footer .wrap-2 {
	display: flex;
	padding-bottom: 25px;
}

#footer .ul-first {
	display: flex;
  font-size: 11px;
  font-weight: bold;
}

#footer .footer-nav-2 a {
	line-height: 25px;
	padding: 0;
}

#footer .top_li {
	padding: 25px 0;
	font-weight: bold;
	font-size: 14px;
}

#footer .ul-footer-left {
	width: 50%;
	display: flex;
	flex-direction: column;
}

#footer .ul-footer-right {
	width: 45%;
	display: flex;
	flex-direction: column;
}

#footer .top_li_last {
	padding-top: 0;
}

#footer .footer-nav-2 .top_li a {
	font-size: 14px;
	font-weight: bold;
}

.cat_1_ft {
	cursor: pointer;
	padding-left: 3px;
	margin-top: 20px;
}

.cat_1_ft:first-child {
	margin-top: 0;
}

.cat_1_ft:before {
	content: '';
	float: left;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	height: 6px;
	width: 6px;
	margin-right: 10px;
	transform: rotate(45deg);
}

.cat_1_ft.active:before  {
	content: '';
	float: left;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	height: 6px;
	width: 6px;
	margin-right: 10px;
	transform: rotate(135deg);
}

.cat_2_ft {
	display: none;
  padding-left: 27px;
  margin-top: 8px;
}

.cat_2_ft li {
	display: block;
	padding: 3px 0;
}

.ul-first .ft_list_item_left {
  margin-right: 25px;
}
.holder-2 .nav a {
	font-size: 14px;
}
.box_item_price {
	padding: 5px;
	text-align: center;
	color: red;
}

.top_item_price {
	font-size: 14px;
	margin-bottom: 3px;
}

.bottom_item_price {
	font-size: 12px;
}

.product-cat-list .box .bottom_item_price {
	font-size: 12px;
	line-height: 10px;
}

.product-cat-list .price .info-p .box_item_price {
	padding: 0;
}

.category_box.category_box_pc {
	margin-left: -3px;
	margin-right: -3px;
}

.wrapper_list_category_pc {
	display: inline-flex;
	flex-direction: column;
	padding: 0 3px;
}

.wrapper_list_category_pc h3 {
	display: inline-block;
}

.wrapper_list_category_pc ul {
	display: flex;
	flex-wrap: wrap;
}

#main .category_box .wrapper_list_category_pc ul:last-child li:nth-child(7) {display:block;}
#main .category_box .wrapper_list_category_pc ul:last-child li:nth-child(8) {display:block;}


.ct_img_zise {
	width: 55px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wrap_nav_1 {
  display: none;
}

.hover-bottom:hover .wrap_nav_1 {
	position: absolute;
	width: 100%;
	left: 0;
	background: #000000;
  display: block;
	z-index: 9999;
	opacity: 0.9;
}

.nav_new {
  position: relative;
}

.list_li_nav {
  width: 25%;
  flex: 0 0 25%;
}

.nav-new .container_s1 {
  display: flex;
  flex-wrap: wrap;
}

.nav-ct .item_li_nav a {
  width: auto !important;
  text-align: left;
  border: 1px solid #fff;
  padding: 10px 10px 10px 25px;
  height: unset;
  line-height: 20px;;
  position: relative;
  transition: .5s ease;
	white-space: nowrap;
	font-size: 14px;
}

.nav-ct .item_li_nav a:after {
  content: '';
  width: 0;
  border-top: 5px solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.hover_item_nav {
  position: relative;
}

.hover-bottom:hover .hover_item_nav:before {
  display: block;
}

.hover_item_nav:before {
  display: none;
  content: "";
  width: 0;
  border-left: 5px solid transparent;
  border-bottom: 7px solid #000;
  border-right: 5px solid transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.item_li_nav {
  padding: 20px 20px 0 0;
}

.list_li_nav:nth-child(4n) .item_li_nav {
  padding-right: 0;
}

.wrap_nav_1 .container_s1 {
	padding: 0 15px 20px;
}

.nav-ct a {
	width: 121px !important;
}

article .article-new.base-page .img-rec-item img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	-o-object-fit: none;
	object-fit: none;
}

.wrap-humburger .btn-humburger {
  position: relative;
  top: 22px;
  width: 45px;
  height: 45px;
  background: #ff0101;
  overflow: hidden;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  margin-right: 15px;
  float: left;
}

.wrap-humburger .btn-humburger .span-humburder {
  display: block;
  position: absolute;
  top: 20px;
  left: 7px;
  right: 7px;
  height: 3px;
  background: #fff;
}

.wrap-humburger .btn-humburger .span-humburder:before,
.wrap-humburger .btn-humburger .span-humburder:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.wrap-humburger .btn-humburger .span-humburder:before {
  top: -10px;
}

.wrap-humburger .btn-humburger .span-humburder:after {
  bottom: -10px;
}

.wrap-humburger .slogan-frame {
  width: 300px;
}

.wrap-humburger .slogan-frame .pure-form {
  width: 225px;
}

.wrap-humburger .logo {
  margin-right: 20px;
}
.logo {
	background: url(/common/design/user/img/images-top/logo_up-t_kana.png) no-repeat 50%;
	height:76px;
}
.wrap-left-to-right {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  z-index: 100000;
}

.nav-left-to-right {
  position: fixed;
  top: 0;
  left: 0;
  width: 310px;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  right: 0;
  -webkit-transform: translate3d(-125%,0,0);
  transform: translate3d(-125%,0,0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  border: 0;
  padding-bottom: 100px;
}

.wrapHumburger {
  display: none;
  height: 100%;
  width: 100%;
  background:rgba(0,0,0,.8);
}

.closeHumburger {
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 315px;
  font-size: 40px;
  line-height: 34px;
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 999999999;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.add-humburger {
  overflow: hidden;
}

.box-item-sp .list-items-handled .nav-item > a, .box-item-sp .list-items-handled .nav-item > span {
	border: none;
}
.wrap-humburger .box-item-sp .nav-item,
.wrap-humburger .box-item-sp .nav-item2 {
  position: relative;
  border-left: 0;
  border-right: 0;
}

.wrap-humburger .list-items-handled .nav-item {
  border: unset;
  display: block;
  margin: 0;
}

.wrap-humburger .nav-left-to-right .list-items-handled .nav-item > a,
.wrap-humburger .box-item-sp .list-items-handled .nav-item2 > span{
  border: 0;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #56686f;
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 20px;
  color: #fff;
  box-sizing: border-box;
  text-decoration: none;
  width: 100%;
  background: transparent;
  text-align: left;
}

.wrap-humburger .box-item-sp .list-items-handled .nav-item > a,
.wrap-humburger .box-item-sp .list-items-handled .nav-item2 > a,
.wrap-humburger .box-item-sp .list-items-handled .nav-item > span,
.wrap-humburger .box-item-sp .list-items-handled .nav-item2 > span,
.wrap-humburger .box-item-sp .list-items-handled .sub-nav-item > span {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 20px;
  color: #fff;
  box-sizing: border-box;
  text-decoration: none;
}

.wrap-humburger .box-item-sp .list-items-handled .nav-item:first-child a {
  border-top: 0;
}

.wrap-humburger .box-item-sp .list-items-handled .nav-item.arrowed > a:after,
.wrap-humburger .box-item-sp .list-items-handled .nav-item.arrowed > span:after,
.wrap-humburger .box-item-sp .list-items-handled .nav-item2.arrowed > a:after,
.wrap-humburger .box-item-sp .list-items-handled .nav-item2.arrowed > span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  left: unset;
  transform: scaleY(1.5);
  border: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.wrap-humburger .list-items-handled {
  display: flex;
  flex-direction: column;
}

.wrap-humburger .box-item-sp .sub-nav .nav-item {
  background: #003245ad;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #56686f;
  margin: 0;
}

.wrap-humburger .box-item-sp .list-items-handled .sub-nav .sub-nav-item > a {
  background: #003245ad;
  text-decoration: none !important;
  color: #fff;
  padding-left: 44px;
  width: 100%;
  border: 0;
  height: auto;
  text-align: left;
  box-sizing: border-box;
}

.wrap-humburger .box-item-sp .list-items-handled .sub-nav,
.wrap-humburger .box-item-sp .list-items-handled .sub-nav-second_level {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}

.wrap-humburger .box-item-sp .list-items-handled .sub-nav .sub-nav-item {
  display: block;
  width: 100%;
  padding: 0 !important;
  transition: all 0.5s ease;
  border-left: 0;
  border-right: 0;
}

.wrap-humburger .box-item-sp .list-items-handled .nav-form {
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #56686f;
}

.wrap-humburger .box-item-sp .list-items-handled .nav-form .pure-form {
  padding: 10px 15px;
  box-sizing: border-box;
}

.wrap-humburger .box-item-sp .list-items-handled .nav-form .field {
  width: 185px;
  padding: 7px;
}

.wrap-humburger .box-item-sp .list-items-handled .nav-form .pure-button {
  width: 60px;
  height: 35px;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #fff;
  background: #373737;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wrap-humburger .box-item-sp .list-items-handled .nav-item.arrowed.selected > span,
.wrap-humburger .box-item-sp .list-items-handled .nav-item2.arrowed.selected > span {
  background: #003245ad;
  color: #fff;
  transition: all 2s;
}

.faq-fs-12 li p {
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  margin: 0;
}

.faq-fs-12 li div {
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  margin: 10px 0 10px 35px;
}

.wrap-humburger .name-list-user.nav-item {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 10px;
  display: flex;
  align-items: center;
}

.wrap-humburger .name-list-user.nav-item span {
  padding: 0!important;
}

.text-inden-1 {
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  height: 0;
}

.banner-slider .slick-prev {
	left: 0;
	z-index: 100;
}
.banner-slider .slick-prev:before {
	color: #333;
	font-size: 32px;
}
.banner-slider .slick-next {
	right: 12px;
	z-index: 100;
}
.banner-slider .slick-next:before {
	color: #333;
	font-size: 32px;
}

.banner-slider li {
    padding: 0 15px;
}

.text-tax {
  display: inline-block;
  font-size: 11px !important;
}

.fs-18-ct {
  font-size: 18px !important;
}

.fs-14-ct {
  font-size: 14px !important;
}

.fs-12-ct {
  font-size: 12px !important;
}

.fs-10-ct {
  font-size: 10px !important;
}

.box-price-tax {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 22px;
}

.add-item-embroidery {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.add-item-embroidery .center-rating-star .box-rating-star {
    margin-bottom: 0;
}

.add-item-embroidery .item-embroidery {
    border: 1px solid;
    border-radius: 5px;
    padding: 1px 6px;
}

.product-cat-list .box .price-embroidery {
    margin-top: 5px;
    font-size: 12px;
}

.box-item-list_basic {
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 6px;
}

.box-item-list_basic .button_list_basic_item-1 {
    margin-bottom: 0;
}

/*.box-item-list_basic .button_list_basic_item-2 {*/
/*    position: relative;*/
/*    bottom: 0;*/
/*}*/

.info-design-tool .image{
    min-height: 105px;
}

#main_visual {
    min-height: 320px;
}

#main_visual #mv_banner .slick-initialized .slick-slide,
#main_visual #mv_banner .slick-initialized .slick-slide img {
    min-height: 320px;
}

.new-index-about .box-img-about-main {
    position: relative;
    min-height: 350px;
    height: 350px;
    max-height: 350px;
    margin-bottom: 30px;
    background: #d61518;
    display: flex;
    justify-content: space-between;
}

.new-index-about .box-img-about-main .image-main {
    width: 350px;
    background: url("/common/design/user/img/about-battle/image-banner-pc.jpg") no-repeat;
    background-size: 160%;
    background-position: top center;
}

.new-index-about .box-img-about-main .title {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.new-index-about .box-img-about-main .text {
    margin-bottom: 15px;
    line-height: 20px;
    color: #fff;
}

.new-index-about .box-img-about-main .item-about-main {
    width: 50%;
    margin-left: 20px;
    padding-top: 20px;
}

.new-index-about .btn-banner-about-battle {
    background: #ffea00;
    border-radius: 10px;
    border-bottom: 3px solid #840000;
}

.new-index-about .btn-banner-about-battle .title {
    color: #d61518;
    font-size: 24px;
    margin-bottom: 0;
}

.new-index-about .btn-banner-about-battle .content-snso {
    width: 50%;
    text-align: center;
}

.new-index-about .btn-banner-about-battle .content-snso .group-icon {
    width: 137px;
    display: block;
    margin: auto;
}

.new-index-about .btn-banner-about-battle .content-snso .name {
    display: block;
    color: #d61518;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.new-index-about .btn-banner-about-battle .content-snso .group-icon img {
    width: 100%;
    min-height: 40px;
}

.new-index-about .btn-banner-about-battle a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.new-index-about .btn-banner-about-battle .icon {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    background-color: #d61518;
    border-radius: 50%;
    overflow: hidden;
}

.new-index-about .btn-banner-about-battle .icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border: 8px solid transparent;
    border-left: 12px solid #fff;
    border-right: 0;
}

.new-index-about .about-battle .common-title_s1 {
    height: 30px;
}

@media (min-width: 1200px) {
    .menu-header strong {
        margin-right: 0;
    }
}

.open-show-item {
	font-size: 22px;
	line-height: 30px;
	padding: 10px;
	border-left: 10px solid #2aa400;
	border-bottom: 2px solid #2aa400;
	color: #2aa400;
	font-weight: 700;
	margin-bottom: 25px;
}

.list-show-item {
	gap: 5px;
	flex-wrap: wrap;
}

.list-show-item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.show-item {
	width: 33%;
	border: 1px solid #d8d8d8;
	padding: 20px 15px;
	justify-content: center;
	gap: 10px;
	align-items: start;
}

.name-item {
	border-bottom: 2px solid #5a87e2;
	color: #5a87e2;
	padding-bottom: 5px;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
}

.img-show-item {
	width: max-content;
}

.info-item {
	font-size: 14px;
	line-height: 24px;
}

.box-show-item {
	padding-bottom: 45px;
}
/*footer logo image*/
.footer-logo .image-logo img {
	width: 144px;
	height: 84px;
	object-fit: contain;
	margin-top: 10px;
	margin-right: 5px;
}

.footer-logo .image-contact img {
	width: 294px;
	height: 84px;
	object-fit: contain;
}

.footer-logo .image-logo img:hover,
.footer-logo .image-contact img:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.footer-logo {
	display: inline-flex;
}

.footer-contact {
	display: inline-flex;
}
@media (max-width: 991.98px) {
	.footer-logo {
		display: flex;
	}

	.footer__image-logo {
		display: inline-block;
		margin-right: 10px;
	}
	.footer__image-logo img {
		width: 84px;
		height: 44px;
		object-fit: contain;
	}

	.footer-logo .image-contact img {
		width: 33px;
		height: 21px;
		object-fit: contain;
		margin-top: 5px;
		margin-right: 5px;
	}
	.footer__contact {
		display: inline-flex;
	}
}
.notification-card-fix {
    position: relative;
}
.nav-btn-list .notification-card {
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 12px;
    font-weight: 600;
    background: #fff;
    padding: 2px;
    color: #000;
    border-radius: 100%;
    min-width: 24px;
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #454545;
	box-sizing: content-box;
}
