/* Scss Document */
.sp_view {
	display: none;
}
.fc-form [class^='error'] {
	position: static;
}
.f_cl1 {
	color: #eb4e8a;
}
.f_cl2 {
	color: #5f52a0;
}
.sp1 {
	display: none;
}
.d_flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.brk_in {
	display: inline-block;
}
.box_shadown {
	-webkit-box-shadow: 1px 5px 11px 0px rgba(140, 140, 140, 0.63);
	box-shadow: 1px 5px 11px 0px rgba(140, 140, 140, 0.63);
}
.img_shadown {
	-webkit-box-shadow: 0px 5px 12px 3px rgba(140, 140, 140, 0.43);
	box-shadow: 0px 5px 12px 3px rgba(140, 140, 140, 0.43);
}
.wrap {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
#breadcrumb {
	position: relative;
	height: 40px;
	color: #fff;
	z-index: 9;
	background: #111111;
	overflow: hidden;
}
#breadcrumb .wrap {
	padding: 0;
}
#breadcrumb a {
	color: #fff;
}
#breadcrumb ul {
	font-size: 14px;
	line-height: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#breadcrumb ul li {
	overflow: hidden;
	margin-right: 15px;
}
#breadcrumb ul li:before {
	content: '> ';
}
#breadcrumb ul li:first-child:before {
	display: none;
}
#breadcrumb ul li a {
	text-decoration: none !important;
}
#breadcrumb ul li a:hover span {
	text-decoration: underline;
}
#pagetop {
	right: 80px;
	bottom: 80px;
}
#key.key_shared {
	background-image: url(../img/shared/key_bg.jpg);
	background-size: cover;
	background-position: center;
	height: auto;
	display: block;
}
#key.key_shared .txt {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 210px;
	align-items: center;
	color: #fff;
	font-weight: 600;
	font-size: 48px;
	line-height: 48px;
	text-align: left;
	padding: 0;
	max-width: 1024px;
	margin: 0 auto;
}

@media screen and (max-width: 1056px) {
#key.key_shared {
	padding: 0 16px;
}
}
header {
	position: fixed;
	z-index: 999;
	right: 0;
	left: 0px;
	top: 0px;
	background: #FFFFFF;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
header .wrap {
	justify-content: space-between;
	height: 80px;
	align-items: center;
}
header .hamburger {
	position: absolute;
	right: 0;
	top: 0px;
	padding: 24px 16px 24px 40px;
	box-sizing: border-box;
	width: 80px;
	height: 80px;
	z-index: 99999;
}
#navigation > ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	height: 80px;
	align-items: center;
}
#navigation > ul li {
	margin-left: 20px;
}
#navigation > ul li:first-child {
	margin-left: 0;
}
#navigation > ul li:hover, #navigation > ul li.active {
	background: #FFFF00;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}
#navigation > ul a {
	font-weight: 600;
	font-size: 16px;
	line-height: 32px;
	color: #111111;
	display: block;
	padding: 0 10px;
}
#navigation > ul a span:before {
	content: '> ';
}
#navigation > ul a:hover {
	text-decoration: none;
}
main {
	padding-top: 80px;
}
footer {
	background-color: #000000;
	color: #fff;
	text-align: left;
}
footer .logo {
	width: 290px;
}
footer .ft-nav {
	background-color: #fff;
	margin-bottom: 80px;
	color: #111;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding: 29px 0;
}
footer .ft-nav li {
	padding: 0 10px;
}
footer .ft-nav a {
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	color: #111111;
	display: block;
	padding: 0 10px;
}
footer .ft-nav a:before {
	content: '> ';
}
footer .ft-nav a:hover {
	text-decoration: none;
}
footer .ft-nav a:hover span {
	text-decoration: underline;
}
footer .info {
	box-sizing: border-box;
	padding-bottom: 72px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
footer .info .card {
	width: 732px;
}
footer .info .tit {
	font-weight: 600;
	font-size: 20px;
	line-height: 18px;
	padding-bottom: 32px;
}
footer .info dl {
	padding-bottom: 20px;
	display: table;
	width: 100%;
}
footer .info dl dt, footer .info dl dd {
	display: table-cell;
	vertical-align: top;
}
footer .info dl dt {
	width: 190px;
}
footer .info .social {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-top: 27px;
}
footer .info .social li {
	width: 50px;
	margin-right: 20px;
}
footer .info .social li img {
	width: 100%;
	height: auto;
}
footer address {
	text-align: center;
	border-top: 1px solid #fff;
	line-height: 50px;
	font-weight: 600;
	font-size: 16px;
}
.control_shared {
	border-top: 1px solid #C4C4C4;
	padding-top: 80px;
}
.control_shared ul {
	justify-content: center;
	height: 60px;
	align-items: center;
}
.control_shared .next {
	color: #666666;
	font-size: 16px;
}
.control_shared .next:before {
	content: '> ';
}
.control_shared .bnr_shared {
	width: 240px;
	margin: 0 48px;
}
.paginate_links {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	font-size: 18px;
	line-height: 20px;
	color: #666666;
	padding: 80px 0 160px;
}
.paginate_links .page-numbers, .paginate_links .control,
.paginate_links .prev, .paginate_links .next {
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 4px;
	box-sizing: border-box;
	text-decoration: none !important;
	margin: 0 10px;
	text-align: center;
}
.paginate_links .page-numbers:hover, 
.paginate_links .page-numbers.current, 
.paginate_links .control:hover, 
.paginate_links .control.current {
	background: #FFFF00;
	color: #000000;
	font-weight: 600;
}
.paginate_links .page-numbers.current:hover, 
.paginate_links .control.current:hover {
	opacity: 1;
}
.paginate_links a:first-child {
	margin-left: 0;
}
.paginate_links .control {
	margin-right: 50px;
}
.paginate_links .prev, .paginate_links .next {
	margin-right: 50px;
}
.paginate_links .prev:hover,
.paginate_links .next:hover,
.paginate_links .control:hover {
	background: none;
	font-weight: 400;
}
.paginate_links .control.last,
.paginate_links .next {
	margin-right: 0;
	margin-left: 50px;
}

@media screen and (max-width: 374px) {
.paginate_links .control {
	margin-right: 30px;
}
.paginate_links .control:last-child {
	margin-left: 30px;
	margin-right: 0;
}
}

@media screen and (max-width: 374px) {
.paginate_links {
	padding-left: 16px;
	padding-right: 16px;
}
}

@media screen and (max-width: 767px) {
	
#pagetop {right: 30px;
    bottom: 30px;}	
.paginate_links {
	padding-bottom: 120px;
}
}
.bnr_shared {
	max-width: 240px;
	margin: 0 auto;
}
.bnr_shared a, .bnr_shared i {
	display: block;
	font-size: 16px;
	line-height: 60px;
	height: 60px;
	text-align: center;
	background-color: #FFFF00;
	color: #333333;
	border: 1px solid #333333;
	box-sizing: border-box;
	border-radius: 40px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	position: relative;
	padding-right: 12px;
}
.bnr_shared a img, .bnr_shared i img {
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translateY(-50%) !important;
}
.bnr_shared a span, .bnr_shared i span {
	font-size: 12px;
}
.bnr_shared a:hover, .bnr_shared i:hover {
	background-color: #FFFFFF;
	text-decoration: none;
}
.bnr_shared a:hover img, .bnr_shared i:hover img {
	opacity: 1 !important;
}
.blog_shared {
	justify-content: flex-start;
	margin-top: 5px;
}
.blog_shared dl {
	width: 46.875%;
	padding-bottom: 71px;
	box-sizing: border-box;
	margin-right: 6.25%;
}
.blog_shared dl:nth-child(even) {
	margin-right: 0;
}
.blog_shared dl dt {
	font-size: 14px;
	line-height: 12px;
	color: #666666;
	padding-bottom: 20px;
}
.blog_shared dl dt span {
	padding-right: 4px;
}
.blog_shared dl dd {
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
}
.news_shared {
	justify-content: flex-start;
	flex-wrap: wrap;
}
.news_shared .news {
	width: 29.333%;
	max-width: 300px;
	margin-right: 6%;
	padding-bottom: 70px;
}
.news_shared .news.feature {
	width: 100%;
	max-width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding-bottom: 80px;
}
.news_shared .news.feature .photo {
	width: 46.875%;
	padding-top: 26%;
}
.news_shared .news.feature dl {
	width: 50%;
}
.news_shared .news.feature dl dt {
	font-size: 28px;
	line-height: 41px;
	padding-right: 70px;
	padding-top: 0;
}
.news_shared .news:nth-child(3n+4) {
	margin-right: 0;
}
.news_shared .news .photo {
	
	overflow: hidden;
	position: relative;
	padding-top: 62%;
	height: 0;
}
.news_shared .news .photo img {
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;    border-radius: 16px;
	
}
.news_shared .news dt {
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	padding: 16px 0 36px;
}
.news_shared .news .tag {
	font-size: 0;
	letter-spacing: 0;
	margin-right: -10px;
}
.news_shared .news .tag li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.news_shared .news .tag li a {
	display: block;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 40px;
	font-size: 12px;
	line-height: 30px;
	align-items: center;
	color: #333333;
	padding: 0 19px;
}
.news_shared .news .tag li a:hover {
	text-decoration: none;
	background-color: #FFFF00;
}
#contactus {
	color: #fff;
	background-color: #999999;
	padding: 80px 0;
}
#contactus h2 {
	font-size: 36px;
	line-height: 32px;
	font-weight: 600;
}
#contactus h2 span {
	border-bottom: 2px solid #fff;
	display: inline-block;
	padding-bottom: 11px;
}
#contactus .bnr_shared {
	max-width: 320px;
}
#contactus .bnr_shared a {
	font-size: 20px;
	border-radius: 100px;
	color: #000;
	line-height: 80px;
	height: 80px;
	padding-right: 19px;
	font-weight: 600;
}
#contactus .bnr_shared a img {
	right: 30px;
}
#contactus .bnr_shared a span {
	font-size: 14px;
}
#contactus .txt {
	font-size: 18px;
	line-height: 36px;
	padding: 31px 0;
}
ul.tag_shared {
	font-size: 0;
	letter-spacing: 0;
	margin-right: -10px;
}
ul.tag_shared li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
ul.tag_shared li a {
	display: block;
	box-sizing: border-box;
	background: #F2F1F1;
	border-radius: 40px;
	font-size: 12px;
	line-height: 30px;
	align-items: center;
	color: #333333;
	padding: 0 19px;
}
ul.tag_shared li a:hover {
	text-decoration: none;
	background-color: #FFFF00;
}


@media screen and (max-width: 1056px) {
header .wrap {
	padding-left: 16px;
	padding-right: 10px;
}
section .wrap {
	padding-left: 16px !important;
	padding-right: 16px !important;
}
	footer .shopinfo {
		padding-left: 16px;
		padding-right: 16px;
		
	} 	
}


@media screen and (max-width: 920px) {
#navigation > ul li {
	margin-left: 3px;
}
#navigation > ul a {
	padding: 0 3px;
}
	footer .ft-nav a {
		    padding: 0 3px;

	}	
}

@media screen and (max-width: 767px) {
.pc_view {
	display: none;
}
.sp_view {
	display: block;
}
section .wrap {
	padding: 0 16px;
}
#key.key_shared {
	background-image: url(../img/shared/key_sp.jpg);
}
#key.key_shared .txt {
	font-size: 32px;
	line-height: 48px;
	height: 144px;    box-sizing: border-box;
    padding-bottom: 9px;
}
header h1 img {
	width: 126px;
	height: auto;
}
header #navigation {
	width: 100%;
	padding: 0;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: #111111;
	opacity: 0;
	visibility: hidden;
	overflow: auto;
	-moz-transition: all all .45s ease 0s;
	-webkit-transition: all .45s ease 0s;
	transition: all .45s ease 0s;
}
header #navigation > ul {
	display: block;
	padding: 90px 16px 80px;
	height: auto;
}
header #navigation > ul li {
	margin-bottom: 10px;
	width: auto;
	margin-left: 30px !important;
	margin-bottom: 0;
}
header #navigation > ul li a {
	line-height: 28px;
	font-size: 18px;
	padding: 16px 0;
	color: #fff;
}
header #navigation > ul li.active, header #navigation > ul li:hover {
	background: none;
}
header #navigation .sub a {
	font-size: 16px;
	font-weight: 400;
}
.navOpen header .hamburger-inner, .navOpen header .hamburger-inner:after, .navOpen header .hamburger-inner:before {
	background-color: #fff;
}
.navOpen header .sub_logo {
	background-color: #111;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	height: 80px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding-left: 16px;
}
.navOpen #navigation {
	opacity: 1;
	visibility: visible;
	z-index: 99;
	right: 0;
}
footer .wrap {
	padding: 0 16px;
}
footer .logo {
	width: 160px;
	margin: 0 auto 30px;
}
footer .logo img {
	width: 100%;
	height: auto;
}
footer .ft-nav {
	padding: 16px;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
footer .ft-nav li {
	padding: 0;
	width: 32%;
	box-sizing: border-box;
}
footer .ft-nav a {
	text-align: left;
	padding: 0;
	font-size: 12px;
	line-height: 24px;
}
footer .info {
	display: block;
	padding-bottom: 60px;
}
footer .info .card {
	width: 100%;
	font-size: 14px;
}
footer .info .tit {
	font-size: 18px;
	padding-bottom: 26px;
}
footer .info dl {
	display: block;
	padding-bottom: 22px;
	line-height: 22px;
}
footer .info dl dt, footer .info dl dd {
	display: block;
}
footer .info dl dt {
	width: auto;
}
footer .info .social {
	padding-top: 4px;
	justify-content: center;
}
footer .info .social li {
	margin: 0 10px;
}
footer address {
	font-size: 12px;
}
.control_shared {
	padding-top: 24px;
}
.control_shared ul {
	height: auto;
	justify-content: space-between;
	max-width: 343px;
}
.control_shared .next {
	width: calc(50% - 20px);
	text-align: right;
}
.control_shared .next.end {
	text-align: left;
}
.control_shared .bnr_shared {
	width: 100%;
	max-width: 100%;
	order: 4;
	margin: 0;
}
.control_shared .bnr_shared a {
	max-width: 240px;
	margin: 23px auto 0;
}
.blog_shared dl {
	width: 100%;
	padding-bottom: 55px;
	box-sizing: border-box;
	margin-right: 0;
}
.blog_shared dl:nth-child(even) {
	margin-right: 0;
}
.blog_shared dl dt {
	padding-bottom: 10px;
}
.blog_shared dl dt span {
	padding-right: 4px;
}
.blog_shared dl dd {
	font-size: 16px;
	line-height: 24px;
}
.news_shared .news {
	width: 100%;
	max-width: 100%;
	margin-right: 0%;
	padding-bottom: 50px !important;
}
.news_shared .news.feature {
	width: 100%;
	max-width: 100%;
	flex-wrap: wrap;
	margin: 0;
	padding-bottom: 80px;
}
.news_shared .news.feature .photo {
	width: 100%;
	padding-top: 0% !important;
}
.news_shared .news.feature dl {
	width: 100%;
	box-sizing: border-box;
}
.news_shared .news.feature dl dt {
	font-size: 20px;
	line-height: 30px;
}
.news_shared .news .photo {
	position: relative;
	padding-top: 0%;
	height:auto;
}
.news_shared .news .photo img {position: static;
    height: auto;}
.news_shared .news dt {
	font-size: 16px;
	line-height: 24px;
	padding: 16px 0 !important;
}
#contactus {
	padding: 55px 0 60px;
}
#contactus h2 {
	font-size: 28px;
	line-height: 32px;
}
#contactus .bnr_shared {
	max-width: 320px;
}
#contactus .txt {
	font-size: 16px;
	line-height: 32px;
	padding: 21px 0;
}
}

@media screen and (max-width: 374px) {
footer .ft-nav li {
	width: 48%;
}
}
