@charset "utf-8";

.menuarea {
	width: 27px;
	height: 100%;
	position: fixed;
	top: 49vh;
	right: 70px;
	z-index: 99999;
	text-align: center;
}



.menuarea a {
	width: 27px;
	height: 22px;
}

.menuarea a:hover .menu-line span {
	background-color: #FFF;
}

.menuarea.active {
	width: 27px;
	height: 27px;
	position: fixed;
	top: 49vh;
	right: 70px;
	z-index: 99999;
	text-align: center;
}

.menu-line,
.menu-line span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-line {
	position: relative;
	z-index: 2;
	top: 0;
	width: 27px;
	height: 22px;
}

.menu-line span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	box-shadow: 0 0 1px #000;
}

.menu-line span:nth-of-type(1) {
	top: 0;
}

.menu-line span:nth-of-type(2) {
	top: 10px;
}

.menu-line span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

#navigation {
	position: fixed;
	display: none;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: none;
	z-index: 99998;
}

#navigation .navigation_inner {
	display: table;
	width: 400px;
	height: 100%;
	float: right;
	background: rgba(0, 0, 0, 0.9);
}

#navigation .navigation_inner ul {
	margin: 0;
	padding: 0;
}

#navigation .navigation_inner .navigation_menu {
	display: table-cell;
	vertical-align: middle;
	list-style: none;
	text-align: center;
	padding-left: 58%;
}

#navigation .navigation_inner .navigation_menu .logo img {
	width: 150px;
}

#navigation .navigation_inner .navigation_menu .copyright {
	color: #FFF;
	font-size: 10px;
	padding-top: 50px;
}

#navigation .navigation_inner .navigation_menu .navigation_item {
	width: 100%;
	margin: 0 auto 0 auto;
}

#navigation .menu01,
#navigation .menu02,
#navigation .menu03,
#navigation .menu04,
#navigation .menu05,
#navigation .menu06,
#navigation .menu07,
#navigation .menu08,
#navigation .menu09,
#navigation .menu10 {
	font-family: 微软雅黑;
	font-size: 16px;
	letter-spacing: .01em;
	font-weight: normal;
}

#navigation .navigation_inner .navigation_menu .menu01 a,
#navigation .navigation_inner .navigation_menu .menu02 a,
#navigation .navigation_inner .navigation_menu .menu03 a,
#navigation .navigation_inner .navigation_menu .menu04 a,
#navigation .navigation_inner .navigation_menu .menu05 a,
#navigation .navigation_inner .navigation_menu .menu06 a,
#navigation .navigation_inner .navigation_menu .menu07 a,
#navigation .navigation_inner .navigation_menu .menu08 a,
#navigation .navigation_inner .navigation_menu .menu09 a,
#navigation .navigation_inner .navigation_menu .menu10 a {
	display: block;
	color: #FFF;
	padding: 1.1vh 0;
	position: relative;
	text-decoration: none;
	text-align: center;
	background-size: 35px 35px;
	background-repeat: no-repeat;
	background-position: 30px 33px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

#navigation .navigation_inner .navigation_menu .menu01 a:hover,
#navigation .navigation_inner .navigation_menu .menu02 a:hover,
#navigation .navigation_inner .navigation_menu .menu03 a:hover,
#navigation .navigation_inner .navigation_menu .menu04 a:hover,
#navigation .navigation_inner .navigation_menu .menu05 a:hover,
#navigation .navigation_inner .navigation_menu .menu06 a:hover,
#navigation .navigation_inner .navigation_menu .menu07 a:hover,
#navigation .navigation_inner .navigation_menu .menu08 a:hover,
#navigation .navigation_inner .navigation_menu .menu09 a:hover,
#navigation .navigation_inner .navigation_menu .menu10 a:hover {
	font-weight: bold;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

#navigation .navigation_inner .navigation_menu .sub {
	width: 260px;
	margin: 0 auto;
	font-size: 20px;
	letter-spacing: .01em;
	font-weight: normal;
}

#navigation .navigation_inner .navigation_menu .sub a {
	float: left;
	display: block;
	color: #FFF;
	padding: 35px 0 0 0;
	margin: 0 30px;
	position: relative;
	text-decoration: none;
	color: #FFF;
}

#navigation .navigation_inner .navigation_menu .sub a::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 98%;
	height: 0.8px;
	background: #FFF;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

#navigation .navigation_inner .navigation_menu .sub a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

#navigation .navigation_inner .navigation_menu .snsarea {
	width: 100%;
}

#navigation .navigation_inner .navigation_menu .snsarea {
	width: 164px;
	margin: 40px auto 0 auto;
}

#navigation .navigation_inner .navigation_menu .snsarea ul {
	margin: 0;
	padding: 0;
}

#navigation .navigation_inner .navigation_menu .snsarea li {
	float: left;
	margin: 0 20px;
}

.navigation_inner .navigation_menu .tit a {
	color: #fff;
	text-decoration: none;
}

#navigation .nav-logo {
	display: none;
	position: absolute;
	top: 25px;
	right: 58px;
	width: 88px;
}

#navigation .nav-logo img {
	max-width: 100%;
}

#navigation .qr-code {
	position: absolute;
	top: 0;
	z-index: 99999;
	right: 325px;
}

#navigation .my_svg02 {
	width: 7.5px;
	height: auto;
}

#navigation .my_svg03 {
	width: 21px;
	height: auto;
}

#navigation .my_svg04 {
	width: 15px;
	height: auto;
}

#navigation .my_svg02 path,
#navigation .my_svg03 path,
#navigation .my_svg04 path {
	color: #FFF;
	fill: currentColor;
	transition: all 0.1s ease;
}

#navigation .my_svg02 .st0,
#navigation .my_svg03 .st0,
#navigation .my_svg04 .st0 {
	fill: #FFF;
	transition: all 0.4s ease;
}

#navigation .facebook:hover .my_svg02 .st0,
#navigation .twitter:hover .my_svg03 .st0,
#navigation .instagram:hover .my_svg04 .st0 {
	fill: #b5b5b5;
	transition: all 0.1s ease;
}

#main-visual {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.iphone.portrait #main-visual,
.ipad.portrait #main-visual,
.android.portrait #main-visual {
	height: 32.68%;
}

.opening_logo {
	position: fixed;
	top: 10px;
	right: 34px;
	width: 80px;
	height: auto;
	margin: 15px 10px 10px;
	z-index: 99999;
}

.opening_logo img {
	width: 100%;
}

#main-visual .btn-scroll {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
	overflow: hidden;
	z-index: 10;
}

#main-visual .btn-scroll a {
	display: inline-block;
	text-align: center;
	width: 100%;
	position: relative;
	transition: 0.3s ease-out;
	padding-top: 20px;
	font-family: 微软雅黑;
	font-size: 12px;
	letter-spacing: .07em;
	color: #FFF;
	text-decoration: none;
}

#main-visual .btn-scroll a::after {
	content: "";
	display: block;
	width: 1px;
	height: 60px;
	position: relative;
	background-color: #FFFFFF;
	margin: 15px auto 0;
}

#main-visual .btn-scroll a:hover {
	transform: translate(0px, 20px);
}

#intro .btn-scroll,
#one .btn-scroll,
#two .btn-scroll {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
	overflow: hidden;
	z-index: 10;
}

#intro .btn-scroll a,
#one .btn-scroll a,
#two .btn-scroll a {
	display: inline-block;
	text-align: center;
	width: 100%;
	position: relative;
	transition: 0.3s ease-out;
	padding-top: 20px;
	font-family: 微软雅黑;
	font-size: 12px;
	letter-spacing: .07em;
	color: #FFF;
	text-decoration: none;
}

#intro .btn-scroll a::after,
#one .btn-scroll a::after,
#two .btn-scroll a::after {
	content: "";
	display: block;
	width: 1px;
	height: 60px;
	position: relative;
	background-color: #FFFFFF;
	margin: 15px auto 0;
}

#intro .btn-scroll a:hover,
#one .btn-scroll a:hover,
#two .btn-scroll a:hover {
	transform: translate(0px, 20px);
}

#main-contents-wrapper {
	position: relative;
	overflow: hidden;
	background: #f3f3f3;
}

header {
	width: 100%;
	position: relative;
}

header h1 {
	width: 130px;
	margin: 50px auto 40px auto;
	min-height: 5px;
}

header h1 img {
	width: 88px;
}

header .submenu {
	position: absolute;
	top: 0;
	left: 50px;
}

header .submenu ul {
	text-align: left;
	margin: 0;
	padding: 0;
}

header .submenu ul li {
	float: left;
	text-align: left;
	margin-right: 30px;
}

header .submenu a {
	position: relative;
	font-family: 微软雅黑;
	font-size: 14px;
	color: #666666;
	letter-spacing: .03em;
	text-decoration: none;
}

header .submenu a::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 98%;
	height: 0.8px;
	background: #666767;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

header .submenu a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

header .snsarea {
	margin: 0 0 0 0;
	position: absolute;
	top: -25px;
	right: 50px;
}

header .snsarea ul {
	margin: 0;
	padding: 0;
}

header .snsarea li {
	float: right;
	margin-left: 38px;
}

header .my_svg02 {
	width: 7.5px;
	height: auto;
}

header .my_svg03 {
	width: 21px;
	height: auto;
}

header .my_svg04 {
	width: 15px;
	height: auto;
}

header .my_svg02 path,
header .my_svg03 path,
header .my_svg04 path {
	color: #0d3143;
	fill: currentColor;
	transition: all 0.1s ease;
}

header .my_svg02 .st0,
header .my_svg03 .st0,
header .my_svg04 .st0 {
	fill: #0d3143;
	transition: all 0.4s ease;
}

header .facebook:hover .my_svg02 .st0,
header .twitter:hover .my_svg03 .st0,
header .instagram:hover .my_svg04 .st0 {
	fill: #b5b5b5;
	transition: all 0.1s ease;
}

.l_col_liquid {
	width: 100%;
	float: left;
	margin: 0 -100px 0 0;
}

.r_col_fix {
	width: 100px;
	float: right;
	text-align: center;
}

.l_contents {
	margin: 0 100px 0 0;
}

.l_white_block {
	background-repeat: repeat-y;
	background-position: left;
	background-color: #f3f3f3;
	position: relative;
}

@media screen and (min-width:320px) and (max-width:1065px) {
	.l_white_block {
		background-image: none;
	}
}

.l_white_block_insta {
	background-image: url(../images/cnt_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #f3f3f3;
	position: relative;
	margin: 25% 0 0 0;
}

.slidearea {
	width: 100%;
	position: relative;
}

.slidearea .slidenumber {
	position: absolute;
	top: -50px;
	right: 70px;
	width: 100px;
	height: 100px;
	background-color: #666666;
	font-family: 微软雅黑;
	font-size: 16px;
	color: #FFF;
	letter-spacing: .07em;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	z-index: 2;
}

.slidearea .slidenumber img {
	width: 11px;
	margin: -5px 7px 0 7px;
}

.slider {
	position: relative;
	z-index: 1;
	height: 44vw;
}

.slider:before {
	content: "";
	display: block;
	padding-top: 43%;
}

.slider .slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slide_img {
	position: absolute;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}

.slide_img img {
	width: 100%;
	height: 100%;
	transform: scale(1.1);
}

.slide-scale .slide_img img {
	transform: scale(1);
	transition: transform 3s ease;
}

.progress {
	position: absolute;
	right: 0;
	top: 0;
	height: 0;
	width: 4px;
	z-index: 3;
	background-color: #666666;
}

.slide-progress .progress {
	transition: height 4.6s linear;
	height: 100%;
}

.slide_txt {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slide_txt>div {
	position: absolute;
	overflow: hidden;
	clip: rect(auto, 0, auto, auto);
	left: 9%;
}

.slide_txt_line1 {
	width: 4vw;
	font-family: 微软雅黑;
	background-color: #666666;
	color: #fff;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
	top: 11.7vw;
}

.slide_txt_line2 {
	width: auto;
	background-color: #666666;
	font-family: 微软雅黑;
	color: #fff;
	font-size: 1.5vw;
	line-height: 1;
	text-align: center;
	padding: 1vw;
	box-sizing: border-box;
	top: 14vw;
}

.slide_txt_line2.slide_txt_line2_2 {
	line-height: 1.2;
}

.slide_txt_line2.slide_txt_line2_2+.slide_txt_line3 {
	top: 19.6vw;
}

.slide_txt_line3 {
	width: 20vw;
	background-color: #fff;
	color: #666666;
	font-size: 1.1vw;
	font-family: 微软雅黑;
	line-height: 2;
	padding: 1vw;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	top: 17.5vw;
}

.slide_txt>div:after {
	content: "";
	left: 0;
	top: 0;
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	transform: translateX(0);
}

.slide_txt_line1:after {
	background-color: #666666;
}

.slide_txt_line2:after {
	background-color: #666666;
}

.slide_txt_line3:after {
	background-color: white;
}

.slide-textIn .slide_txt_line1 {
	clip: rect(auto, 4vw, auto, auto);
	transition: clip 1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

.slide-textIn .slide_txt_line1:after {
	transform: translateX(100%);
	transition: transform 1s cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
}

.slide-textIn .slide_txt_line2 {
	transition: clip 1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

.slide-textIn .slide_txt_line2:after {
	transform: translateX(100%);
	transition: transform 1s cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
}

.slide-textIn .slide_txt_line3 {
	clip: rect(auto, 20vw, auto, auto);
	transition: clip 1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

.slide-textIn .slide_txt_line3:after {
	transform: translateX(100%);
	transition: transform 1s cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
}

.arrowarea {
	width: 136px;
	position: absolute;
	right: 70px;
	bottom: -34px;
	z-index: 2;
}

.arrowleft {
	float: left;
}

.arrowright {
	float: left;
}

.btn_arrow {
	background: #FFF;
	text-align: center;
	width: 68px;
	height: 68px;
	outline: none !important;
	cursor: pointer;
	transition: all 0.35s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
	position: relative;
	display: inline-block;
	z-index: 1;
}

.btn_arrow:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background: #666666;
	transition: all 0.35s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}

.btn_arrow:hover {}

.btn_arrow:hover:after {
	left: 0%;
	right: auto;
	height: 100%;
}

.btn_arrow:active {
	top: 0;
}

.my_svg01 {
	width: 20px;
	height: auto;
	margin-top: 29px;
}

.my_svg01 path {
	color: #0d3143;
	fill: currentColor;
	transition: all 0.1s ease;
}

.my_svg01 .st0 {
	fill: #0d3143;
}

.arrowleft .my_svg01 {
	position: relative;
	left: 0;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}

.arrowleft:hover .my_svg01 {
	position: relative;
	left: -10px;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}

.arrowright .my_svg01 {
	position: relative;
	left: 0;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}

.arrowright:hover .my_svg01 {
	position: relative;
	left: 10px;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}

.main_ttl {
	width: 50%;
	padding-top: 0;
	margin: 0 auto;
	text-align: center;
	color: #666666;
	font-family: 微软雅黑;
	font-size: 14px;
}

.main_ttl h2 {
	font-family: 微软雅黑;
	font-size: 22px;
	color: #666666;
	padding-bottom: 0;
	letter-spacing: .01em;
	font-weight: normal;
}

.main_ttl h2::after {
	width: 112px;
	display: block;
	margin: 8px auto 16px;
	border-bottom: 1px solid #ef847e;
}

.section_column {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 85px 0 0 0;
}

.sidettl01 {
	font-family: 微软雅黑;
	font-size: 14px;
	color: #666666;
	letter-spacing: .04em;
	transform: rotate(-90deg);
	position: absolute;
	top: 340px;
	left: 8px;
}

.sidettl02 {
	font-family: 微软雅黑;
	font-size: 14px;
	color: #666666;
	letter-spacing: .04em;
	transform: rotate(-90deg);
	position: absolute;
	top: 1020px;
	left: 14px;
}

@media screen and (min-width:320px) and (max-width:1065px) {

	.sidettl01,
	.sidettl02 {
		display: none;
	}
}

.btn_category {
	width: 240px;
	font-family: 微软雅黑;
	font-size: 14px;
	letter-spacing: .04em;
	margin: 60px 0 0 0px;
}

.btn_category a {
	display: block;
	color: #666666;
	text-decoration: none;
}

.btn_category a::after {
	content: "";
	display: block;
	border-bottom: 1px solid #666767;
	transition: all .3s ease;
	width: 0px;
	height: 16px;
	background-image: url(arrow_news.svg);
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: -20px 0;
}

.btn_category a:hover::after {
	width: 100%;
}

.btn_category .andmore {
	position: relative;
	height: 6px;
	margin: 0;
	padding: 0;
	transition: all .3s ease;
	transition-delay: 0;
	left: 0px;
	font-size: 12px;
}

.wrap_column {
	width: 1200px;
	margin: 70px auto;
	max-width: 100%;
}

.wrap_column2 {
	width: 1200px;
	margin: 70px auto;
	max-width: 100%;
}

.go-more .btn_category a::after {
	border-color: #fff;
}

.newsblock {
	width: 298px;
	margin: 1px;
	float: left;
}

.newsblock .photo {
	position: relative;
	width: 100%;
}

.newsblock .photo img {
	width: 100%;
	height: auto;
}

.newsblock .photo .number {
	width: 38px;
	height: 38px;
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: 10;
	background-color: #FFF;
	font-family: 微软雅黑;
	font-size: 11px;
	letter-spacing: .08em;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.newsblock .blockbody {
	width: 100%;
	padding: 15px;
	background-color: #FFF;
	font-family: 微软雅黑;
	position: relative;
	box-sizing: border-box;
}

.newsblock .blockbody .column_ttl01 {
	font-size: 16px;
	line-height: 180%;
	letter-spacing: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsblock .blockbody .column_ttl02 {
	text-align: center;
	font-size: 14px;
	line-height: 190%;
	letter-spacing: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsblock .blockbody .date {
	font-family: 微软雅黑;
	font-size: 11px;
	letter-spacing: .08em;
	margin-top: 36px;
}

.newsblock .blockbody .arrow {
	width: 36px;
	height: 36px;
	background-color: #FFF;
	border-radius: 50%;
	position: absolute;
	right: 25px;
	bottom: 22px;
}

.newsblock .blockbody .arrow a {
	width: 36px;
	height: 36px;
	display: block;
	transition: all 0.2s ease;
	border-radius: 40%;
	background-color: #FFF;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.newsblock .blockbody .arrow a:hover {
	background-color: #f3f3f3;
	border-radius: 50%;
}

.pro-block .blockbody {
	width: 100%;
	padding: 10px 0 25px;
	background: none;
	font-family: 微软雅黑;
	position: relative;
}

.pro-block .blockbody .column_ttl01 {
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pro-block .blockbody .column_ttl02 {
	font-size: 12px;
	line-height: 190%;
	letter-spacing: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.my_svg02 {
	width: 12px;
	height: auto;
	margin-top: 0;
}

.my_svg02 path {
	color: #0d3143;
	fill: currentColor;
	transition: all 0.1s ease;
}

.my_svg02 .st0 {
	fill: #0d3143;
}

.wipe_block01 .photo {
	width: 100%;
	background-color: #eaeaea;
	overflow: hidden;
}

.wipe_block01 .photo a img {
	display: block;
	transition: 0.7s ease-out;
}

.wipe_block01 .photo a:hover img {
	transform: scale(1.05) rotate(0.1deg);
	transition: 0.2s ease-out;
	opacity: 0.3;
}

.wipe_block01 .photo a {
	display: block;
	transition: all 0.8s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
	transition-delay: 0.4s;
	width: 0%;
	overflow: hidden;
}

.wipe_block01.in .photo a {
	display: block;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
	transition-delay: 0.4s;
	width: 100%;
	overflow: hidden;
}

.section_news {
	width: 860px;
	margin: 0 auto 0 auto;
}

.section_news .main_ttl {
	margin: 90px auto 0 auto;
}

.newsarea {
	width: 100%;
	margin: 70px auto 0;
	max-width: 1200px;
}

.newsarea:after {
	content: '';
	clear: both;
	display: block;
}

.newslist {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.newslist:after {
	content: '';
	clear: both;
	display: block;
}

.newslist .arrow {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	float: left;
	margin-right: 40px;
}

.newslist .arrow a {
	width: 36px;
	height: 36px;
	display: block;
	transition: all 0.2s ease;
	border-radius: 50%;
	background-color: #f3f3f3;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.newslist .arrow a:hover {
	background-color: #eaeaea;
	border-radius: 50%;
}

.newslist .date {
	font-size: 14px;
	margin-top: 10px
}

.newslist .text {
	font-size: 14px;
	margin-top: 10px
}

.btn_news_posi {
	position: relative;
	left: 730px !important;
	margin: 60px 0 0 0 !important;
}

.instafeed {
	width: 100%;
	margin-top: -20%;
}

.instafeed a {
	width: 20%;
	float: left;
}

.instafeed a img {
	width: 100%;
	height: auto;
}

.instabtnarea {
	width: 900px;
	margin: 0 auto 100px auto;
	padding-left: 100px;
}

footer {
	width: 100%;
	text-align: center;
	padding: 30px 0 0 0;
	font-size: 13px;
	color: #666;
}

footer .footerarea {
	padding: 0 60px 30px 60px;
}

footer .footlogo {
	width: 100%;
	margin: 0 0 60px 0;
}

footer .footlogo img {
	width: 86px;
}

footer .pagetop {
	width: 100%;
	margin-bottom: -97px;
}

footer .left {
	width: 70%;
	float: left;
	text-align: left;
}

footer .left .submenu {
	margin: 0 0 0 44px;
}

footer .left .submenu ul {
	padding: 0;
	margin: 0;
}

footer .left .submenu li {
	float: left;
	margin: 0 40px 0 0;
}

footer .submenu a {
	position: relative;
	font-family: 微软雅黑;
	font-size: 14px;
	color: #666;
	letter-spacing: .03em;
	text-decoration: none;
}

footer .submenu a::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 0.8px;
	background: #0D3143;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

footer .submenu a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

footer .left .copyright {
	margin: 40px 0 0 44px;
	color: #aaa;
	font-size: 13px;
}

footer .left .copyright img {
	width: 247px;
}

footer .right {
	width: 30%;
	float: left;
}

footer .right .snsarea {
	margin: 95px 0 0 0;
}

footer .right .snsarea ul {
	margin: 0;
	padding: 0;
}

footer .right .snsarea li {
	float: right;
	margin-left: 38px;
}

footer .my_svg02 {
	width: 7.5px;
	height: auto;
}

footer .my_svg03 {
	width: 21px;
	height: auto;
}

footer .my_svg04 {
	width: 15px;
	height: auto;
}

footer .my_svg02 path,
footer .my_svg03 path,
footer .my_svg04 path {
	color: #666666;
	fill: currentColor;
	transition: all 0.1s ease;
}

footer .my_svg02 .st0,
footer .my_svg03 .st0,
footer .my_svg04 .st0 {
	fill: #666666;
	transition: all 0.4s ease;
}

footer .facebook:hover .my_svg02 .st0,
footer .twitter:hover .my_svg03 .st0,
footer .instagram:hover .my_svg04 .st0 {
	fill: #b5b5b5;
	transition: all 0.1s ease;
}

footer .btn_arrow {
	background: #666666;
	text-align: center;
	width: 68px;
	height: 68px;
	outline: none !important;
	cursor: pointer;
	transition: all 0.35s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
	position: relative;
	display: inline-block;
	z-index: 1;
}

footer .btn_arrow:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	z-index: -1;
	background: #f3f3f3;
	transition: all 0.35s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}

footer .btn_arrow:hover {}

footer .btn_arrow:hover:after {
	left: 0%;
	right: auto;
	height: 0%;
}

footer .btn_arrow:active {
	top: 0;
}

footer .my_svg01 {
	width: 10.5px;
	height: auto;
	margin-top: 22px;
}

footer .my_svg01 path {
	color: #0d3143;
	fill: currentColor;
	transition: all 0.1s ease;
}

footer .my_svg01 .st0 {
	fill: #0d3143;
}

footer .btn_arrow:hover .my_svg01 .st0 {
	fill: #FFF;
	transition: all 0.1s ease;
}

footer .arrow .my_svg01 {
	position: relative;
	top: 0;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}

footer .arrow:hover .my_svg01 {
	position: relative;
	top: 10px;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}

footer .arrow .my_svg01 {
	position: relative;
	left: 0;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}

footer .arrow:hover .my_svg01 {
	position: relative;
	top: -10px;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}

.colTable {
	font-size: 13px;
	line-height: 160%;
	border-top: 1px solid #67ADDB;
	border-left: 1px solid #67ADDB;
	border-right: 1px solid #67ADDB;
}

.colTable th {
	padding: 25px 25px;
	border-bottom: 1px solid #67ADDB;
	border-right: 1px solid #67ADDB;
	border-bottom: 1px solid #67ADDB;
	vertical-align: top;
}

.colTable td {
	padding: 25px 25px;
	border-bottom: 1px solid #67ADDB;
}

.colTableback {
	font-size: 13px;
	color: #fff;
	font-weight: 100;
	background-color: #0079C0;
}

.wipe_block02 .photo {
	width: 280px;
	overflow: hidden;
}

.wipe_block02 .photo a img {
	display: block;
	transition: 0.4s ease-in-out;
}

.wipe_block02 .photo a:hover img {
	transform: scale(1.10) rotate(0.1deg);
	opacity: 0.8;
}

.wipe_block02 .photo a {
	display: block;
	transition: 0.9s ease-in-out;
	transition-delay: 0.7s;
	width: 0%;
	overflow: hidden;
}

.wipe_block02.in .photo a {
	display: block;
	transition: 0.8s ease-in-out;
	transition-delay: 0.7s;
	width: 100%;
	overflow: hidden;
}

@media screen and (max-width:1400px) {
	.fix_column {
		width: 900px;
	}

	.fix_column2 {
		width: calc(100vw - 200px);
	}

	.newsblock .photo,
	.newsblock .blockbody {
		width: 100%;
		padding: 0;
	}

	.wipe_block01 .photo a img {
		width: 100%;
		height: auto;
	}

	.newsblock .blockbody .column_ttl01,
	.newsblock .blockbody .date {
		padding: 25px;
	}
}

@media screen and (max-width:920px) {
	.fix_column {
		max-width: 600px;
		width: 100%;
	}

	.newsblock {
		width: calc(50% - 2px);
	}
}

.color-red {
	color: #ef847e;
}

.col-3 {
	width: 25%;
	float: left;
}

.col-4 {
	width: 33.3%;
	float: left;
}

.top-logo {
	position: fixed;
	top: 10px;
	right: 38px;
	width: 150px;
	height: auto;
	margin: 15px 10px 10px;
	z-index: 99999;
	display: none;
}

.top-logo img {
	display: block;
	max-width: 100%;
}

.contact-way {
	width: 100%;
	margin: 0 auto;
}

.contact-way .main_ttl {
	margin: 90px auto 0 auto;
}

.contact-way .con-area {
	width: 87%;
	margin: 70px auto 0;
}

.contact-way .con-list {
	font-family: 微软雅黑;
	margin: 0 0 40px 0;
}

.contact-way .con-list .arrow {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	float: left;
	margin-right: 40px;
}

.contact-way .con-list .arrow a {
	width: 36px;
	height: 36px;
	display: block;
	transition: all 0.2s ease;
	border-radius: 50%;
	background-color: #f3f3f3;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.contact-way .con-list .arrow a:hover {
	background-color: #eaeaea;
	border-radius: 50%;
}

.contact-way .con-list .date {
	width: auto;
	font-size: 12px;
	float: left;
	margin-top: 10px;
}

.contact-way .con-list .text {
	width: auto;
	font-size: 12px;
	float: left;
	margin-top: 10px
}

.catalog-unit {
	width: 100%;
	position: relative;
	max-width: 1200px;
	margin: auto;
	margin-top: 40px;
}

.filters {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-bottom: 36px;
}

.filters {
	margin: 1% auto;
	padding: 0;
	list-style: none;
}

.filters-search {
	position: relative;
	right: 0;
	top: 0;
	display: inline-block;
	margin-left: 40px;
	width: 100%;
}

.filters-search:after {
	content: '';
	width: 0;
	height: 1px;
	background: #a9a9a9;
	position: absolute;
	top: 100%;
	left: 0;
	transition: linear all .3s;
}

.filters-search>input {
	width: 200px;
	background: none;
	border: none;
	color: #a9a9a9;
	padding: 5px 0px;
	outline: none;
}

.filters-search>a {
	display: inline-block;
	padding: 6px 6px;
	position: absolute;
	left: -25px;
	top: 0;
	transition: linear left .3s;
}

.filters-search.on>a {}

.filters-search.on:after {
	width: 200px;
}

.filters a {
	width: 12em;
}

.filters li {
	float: left;
	margin: 0 8px;
	border-radius: 100px;
}

.filters li span {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #a9a9a9;
	cursor: pointer;
}

.filters li span.active {
	background: #e95a44;
	color: #fff;
}

.filters li span {
	font-size: 15px;
	letter-spacing: 2px;
}

.filters li span:hover {
	color: #666;
}

.filters li span.active {
	color: #666;
	background: none;
}

ul.pagination {
	padding: 0;
	clear: both;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}

ul.pagination li {
	display: inline;
}

ul.pagination li a {
	color: #666;
	float: left;
	margin: 0 5px;
	padding: 8px 14px;
	text-decoration: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

ul.pagination li a:hover {
	background: #666;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #fff;
}

ul.pagination li a.active {
	color: #fff;
	background: #666;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

#intro,
#one,
#two {
	background-size: cover;
	background-attachment: fixed;
	background-position: top center;
	height: 100vh;
}

#intro footer,
#one footer,
#two footer {
	text-align: center;
}

.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	background-color: #98c593;
	border: 0;
	border-radius: 3.5em;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	height: 2.5em;
	line-height: 2em;
	outline: 0;
	padding: 0 2em 0 2em;
	position: relative;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
}

.button.down {
	width: 5em;
	height: 5em;
	line-height: 4.5em;
	padding: 0;
	background-image: url("images/dark-arrow.svg");
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -10em;
	overflow: hidden;
}

.button.down.anchored {
	bottom: 0;
	border-bottom: 0;
	border-radius: 3em 3em 0 0;
	height: 4.5em;
	margin-left: -2.5em;
	font-size: 14px;
}

.button.anchored {
	position: absolute;
	left: 50%;
	font-size: 14px;
}

.button:hover {
	background-color: #a8cea4;
	font-size: 14px;
}

.button:active {
	background-color: #88bc82;
}

.button.style2 {
	background-color: transparent;
	border: solid 2px #e5e6e7;
	color: inherit;
}

.button.style2:hover {
	background-color: rgba(229, 230, 231, 0.25);
}

.button.style2:active {
	background-color: rgba(229, 230, 231, 0.375);
}

.button.style2.down {
	background-image: url("images/arrow.svg");
}

.main {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	position: relative;
	margin: 0;
	overflow-x: hidden;
}

.main>.content {
	width: 45em;
	max-width: calc(100% - 4em);
	margin: 0 auto;
}

.main>.content>:last-child {
	margin-bottom: 0;
}

.main header {
	margin-bottom: 1em;
}

.main h2 {
	font-size: 2.5em;
	line-height: 1.25em;
	letter-spacing: -0.05em;
	font-weight: 900;
}

.main p,
.main span {
	margin-bottom: 1em;
	line-height: 1.8;
	letter-spacing: 0.025em;
	font-size: 24px;
}

.en .main p,
.en .main span {
	text-align: justify;
}

.en #main-visual.main p,
.en #main-visual.main span {
	text-align: center;
}

.en .btn_category .andmore {
	text-align: center;
}

.main .box {
	background: #ffffff;
	color: #39454b;
	padding: 2em;
}

.main .box>:last-child {
	margin-bottom: 0;
}

.main .box.style2 {
	padding: 4.5em 2.5em 4.5em 2.5em;
	color: #39454b;
}

.main.fullscreen {
	min-height: 100%;
}

.main.style1 {
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	text-align: center;
	padding: 0;
}

.main.style1 h2 {
	font-size: 36px;
	line-height: 1.5em;
	letter-spacing: 2px;
}

.main.style1>.content {
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	transition: opacity 1s ease;
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1.0;
	margin: 0;
}

.main.style1.inactive>.content {
	opacity: 0;
}

.main.style2 {
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	padding: 0;
	overflow: hidden;
}

.main.style2>.content {
	-moz-transition: -moz-transform 1s ease;
	-webkit-transition: -webkit-transform 1s ease;
	-ms-transition: -ms-transform 1s ease;
	transition: transform 1s ease;
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	position: relative;
	width: 35%;
	margin: 0;
}

.main.style2.left {
	-moz-justify-content: -moz-flex-start;
	-webkit-justify-content: -webkit-flex-start;
	-ms-justify-content: -ms-flex-start;
	justify-content: flex-start;
}

.main.style2.right {
	-moz-justify-content: -moz-flex-end;
	-webkit-justify-content: -webkit-flex-end;
	-ms-justify-content: -ms-flex-end;
	justify-content: flex-end;
}

.main.style2.inactive.left>.content {
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.main.style2.inactive.right>.content {
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.main.style3 {
	text-align: center;
	padding: 6em 0 6em 0;
}

.main.style3 .content>header {
	margin-bottom: 2em;
}

.main.style3.primary {
	background: #ffffff;
}

.main.style3.secondary {
	background: #f5f6f7;
}

.main.dark {
	color: #ffffff;
}

.main.dark a {
	color: inherit;
}

.main.dark .button.style2 {
	border-color: #ffffff;
}

.main.dark .button.style2:hover {
	background-color: rgba(255, 255, 255, 0.125);
}

.main.dark .button.style2:active {
	background-color: rgba(255, 255, 255, 0.25);
}

.main.dark .button.style2.down {
	background-image: url("../images/dark-arrow.svg");
}

body.is-touch .main {
	background-attachment: scroll !important;
}

@media screen and (max-width:1920px) {
	.main.style2 .content {
		width: 35%;
	}
}

@media screen and (max-width:1280px) {
	.main.style2 .content {
		width: 50%;
	}
}

@media screen and (max-width:1000px) {
	.main.style2 .content {
		width: 60%;
	}
}

@media screen and (max-width:768px) {
	.main.fullscreen {
		height: auto !important;
	}

	.main.style1 {}

	.main.style1 h2 {
		font-size: 22px;
	}

	.main p,
	.main p span {
		font-size: 14px !important;
	}

	.main.style2 {
		padding: 0 15px 0 15px;
	}

	.main.style2:before,
	.main.style2:after {
		display: none !important;
	}

	.main.style2 .button.anchored {
		display: none;
	}

	.main.style2 .content {
		width: 100%;
		max-width: 100%;
		text-align: center;
		-moz-transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.main.style3 {
		text-align: center;
		padding: 3em 10px 3em 10px;
	}
}

@media screen and (max-width:480px) {
	.main>.content {
		max-width: 90%;
	}
}

@media screen and (max-width:768px) {
	.main .box {
		padding: 1em;
	}

	.main .box.style2 {
		padding: 1.5em 1.25em 1.5em 1.25em;
		background-color: rgba(255, 255, 255, 0.9);
	}

	.top-logo {
		position: fixed;
		top: 5px;
		left: 20px;
		height: auto;
		margin: 10px 5px 10px;
		z-index: 1000;
		width: 140px;
	}

	.opening_logo {
		position: fixed;
		top: 0;
		left: 0;
		width: 80px;
		height: auto;
		float: none;
		margin: 25px 10px 10px;
	}
}

@media screen and (max-width:480px) {
	.col-6 {
		width: 50%;
		float: left;
	}

	.col-12 {
		width: 100%;
		clear: both;
	}

	.top-logo {
		top: 5px;
		left: 0px;
	}

	#navigation {
		position: fixed;
		display: none;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		background: none;
		z-index: 99998;
	}

	#navigation .navigation_inner {
		display: table;
		width: 400px;
		height: 100%;
		float: right;
	}

	.navigation_inner .navigation_menu .tit {
		margin: 30px 0 !important;
	}

	#navigation .navigation_inner ul {
		margin: 0;
		padding: 0;
	}

	#navigation .navigation_inner .navigation_menu {
		display: table-cell;
		vertical-align: middle;
		list-style: none;
		text-align: center;
		padding-left: 50%;
	}

	#navigation .navigation_inner .navigation_menu .logo img {
		width: 150px;
	}

	#navigation .navigation_inner .navigation_menu .copyright {
		color: #FFF;
		font-size: 10px;
		padding-top: 50px;
	}

	#navigation .navigation_inner .navigation_menu .navigation_item {
		width: 100%;
		margin: 0 auto 0 auto;
	}

	#navigation .menu01,
	#navigation .menu02,
	#navigation .menu03,
	#navigation .menu04,
	#navigation .menu05,
	#navigation .menu06,
	#navigation .menu07,
	#navigation .menu08,
	#navigation .menu09,
	#navigation .menu10 {
		font-family: 微软雅黑;
		font-size: 16px;
		letter-spacing: .01em;
		font-weight: normal;
	}

	#navigation .navigation_inner .navigation_menu .menu01 a,
	#navigation .navigation_inner .navigation_menu .menu02 a,
	#navigation .navigation_inner .navigation_menu .menu03 a,
	#navigation .navigation_inner .navigation_menu .menu04 a,
	#navigation .navigation_inner .navigation_menu .menu05 a,
	#navigation .navigation_inner .navigation_menu .menu06 a,
	#navigation .navigation_inner .navigation_menu .menu07 a,
	#navigation .navigation_inner .navigation_menu .menu08 a,
	#navigation .navigation_inner .navigation_menu .menu09 a,
	#navigation .navigation_inner .navigation_menu .menu10 a {
		display: block;
		color: #FFF;
		padding: 1.1vh 0;
		position: relative;
		text-decoration: none;
		text-align: center;
		background-size: 35px 35px;
		background-repeat: no-repeat;
		background-position: 30px 33px;
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-ms-transition: all 0.6s;
		-o-transition: all 0.6s;
		transition: all 0.6s;
	}

	#navigation .navigation_inner .navigation_menu .menu01 a:hover,
	#navigation .navigation_inner .navigation_menu .menu02 a:hover,
	#navigation .navigation_inner .navigation_menu .menu03 a:hover,
	#navigation .navigation_inner .navigation_menu .menu04 a:hover,
	#navigation .navigation_inner .navigation_menu .menu05 a:hover,
	#navigation .navigation_inner .navigation_menu .menu06 a:hover,
	#navigation .navigation_inner .navigation_menu .menu07 a:hover,
	#navigation .navigation_inner .navigation_menu .menu08 a:hover,
	#navigation .navigation_inner .navigation_menu .menu09 a:hover,
	#navigation .navigation_inner .navigation_menu .menu10 a:hover {
		font-weight: bold;
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-ms-transition: all 0.6s;
		-o-transition: all 0.6s;
		transition: all 0.6s;
	}

	#navigation .navigation_inner .navigation_menu .sub {
		width: 260px;
		margin: 0 auto;
		font-size: 20px;
		letter-spacing: .01em;
		font-weight: normal;
	}

	#navigation .navigation_inner .navigation_menu .sub a {
		float: left;
		display: block;
		color: #FFF;
		padding: 35px 0 0 0;
		margin: 0 30px;
		position: relative;
		text-decoration: none;
		color: #FFF;
	}

	#navigation .navigation_inner .navigation_menu .sub a::after {
		position: absolute;
		bottom: -5px;
		left: 0;
		content: '';
		width: 98%;
		height: 0.8px;
		background: #FFF;
		transform: scale(0, 1);
		transform-origin: right top;
		transition: transform .3s;
	}

	#navigation .navigation_inner .navigation_menu .sub a:hover::after {
		transform-origin: left top;
		transform: scale(1, 1);
	}

	#navigation .navigation_inner .navigation_menu .snsarea {
		width: 100%;
	}

	#navigation .navigation_inner .navigation_menu .snsarea {
		width: 164px;
		margin: 40px auto 0 auto;
	}

	#navigation .navigation_inner .navigation_menu .snsarea ul {
		margin: 0;
		padding: 0;
	}

	#navigation .navigation_inner .navigation_menu .snsarea li {
		float: left;
		margin: 0 20px;
	}

	#navigation .nav-logo {
		display: none;
		position: absolute;
		top: 25px;
		right: 58px;
		z-index: 99999;
		width: 88px;
	}

	#navigation .nav-logo img {
		max-width: 100%;
	}

	#navigation .qr-code {
		height: 100%;
		width: 154px;
		right: 100%;
	}

	#navigation .qr-code img {
		max-width: 100%;
	}

	.contact-way {
		width: 90%;
		margin: 0 auto;
	}

	.contact-way .con-area {
		width: 100%;
	}

	.contact-way .con-list .arrow {
		margin-right: 20px;
	}

	.contact-way .con-list .date {
		width: auto;
	}

	.contact-way .con-list .text {
		float: none;
	}

	.catalog-unit {
		width: 100%;
		margin: 0 auto;
	}

	.filters li {
		float: left;
		margin: 0 3px;
		border-radius: 100px;
	}

	.filters li span {
		font-size: 12px;
		word-break: keep-all;
		letter-spacing: 0;
	}

	.filters a {
		width: calc(100% / 2) !important;
	}

	ul.pagination {
		padding: 0;
		clear: both;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		padding-bottom: 30px;
	}

	ul.pagination li {
		display: inline;
	}

	ul.pagination li a {
		color: black;
		float: left;
		margin: 0 2px;
		padding: 4px 10px;
		text-decoration: none;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}

	ul.pagination li a:hover {
		background: #666;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		color: #fff;
	}

	ul.pagination li a.active {
		color: #fff;
		background: #666;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
}

.go-more {
	margin-top: 35px;
}

.go-more a {
	display: block;
	padding: 10px 10px;
	width: 120px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
}

.go-more a span {
	color: #fff;
}

.form_cap {
	width: 760px;
	text-align: center;
	margin: -10px auto 30px auto;
	font-size: 16px;
	font-family: 微软雅黑;
	letter-spacing: .08em;
}

.form_mustarea {
	width: 760px;
	margin: 20px auto 40px auto;
}

.form_must {
	width: 60px;
	text-align: left;
	float: right;
	background-image: url(../images/listimage.png);
	background-size: 9px 9px;
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding: 0 0 0 25px;
	font-size: 12px;
	letter-spacing: .08em;
}

.formarea {
	width: auto;
	margin: 0 auto 0 auto;
	font-family: 微软雅黑;
	letter-spacing: .08em;
}

.formname {
	width: 120px;
	float: left;
	margin: 0 0 0 0;
	line-height: 140%;
	color: #666;
	background-image: url(../images/listimage.png);
	background-size: 9px 9px;
	background-repeat: no-repeat;
	background-position: 0 17px;
	padding: 12px 0 0 25px;
}

.formname .en {
	font-size: 18px;
	font-family: 微软雅黑;
	letter-spacing: .04em;
}

.formname .jp {
	font-size: 10px;
}

.formname .error {
	font-size: 12px !important;
}

.formborder em {
	font-style: normal;
	width: 450px;
	font-size: 16px;
	margin-bottom: 30px;
	display: block;
	margin: 10px auto;
}

.formborder input {
	width: 450px;
	height: 48px;
	padding: 0 10px;
	color: #0d3143;
	border: 1px solid #f3f3f3;
	background-color: #fff;
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;
	display: block;
	margin: 10px auto;
}

.formborder textarea {
	width: 450px;
	height: 48px;
	line-height: 48px;
	padding: 0 10px;
	color: #0d3143;
	border: 1px solid #f3f3f3;
	background-color: #fff;
	font-size: 14px;
	text-align: center;
	display: block;
	margin: 10px auto;
	overflow-y: hidden;
}

.formcaption {
	width: 740px;
	margin: 0 auto 40px auto;
	font-size: 12px;
	letter-spacing: .08em;
	line-height: 220%;
}

.btn_submit {
	width: 350px;
	float: left;
	margin: 90px 0 0 0;
}

.btn_submit input {
	width: 350px;
	text-align: -9999px;
	height: 90px;
	background-image: url(../images/submit.png);
	background-size: 350px 90px;
	border: none;
	background-position: 0 0;
	background-color: transparent;
	cursor: pointer;
}

.btn_reset {
	width: 350px;
	float: left;
	margin: 90px 40px 80px 0;
}

.btn_reset input {
	width: 350px;
	text-align: -9999px;
	height: 90px;
	background-image: url(../images/clear.png);
	background-size: 350px 90px;
	border: none;
	background-position: 0 0;
	background-color: transparent;
	cursor: pointer;
}

.contact-form {
	background-color: #f3f3f3;
}

@media screen and (max-width:480px) {
	.contact-form .detailbody {
		width: 85%;
		margin: 0 auto;
		padding: 25px 0 0 0;
	}

	.form_cap {
		width: 100%;
		text-align: center;
		margin: 0 0 0 0;
		font-size: 11px;
		letter-spacing: .08em;
		line-height: 200%;
	}

	.form_mustarea {
		width: 100%;
		margin: 20px 0 20px 0;
	}

	.form_must {
		width: 60px;
		text-align: left;
		float: right;
		background-image: url(../images/listimage.png);
		background-size: 6px 6px;
		background-repeat: no-repeat;
		background-position: 0 7px;
		padding: 0 0 0 20px;
		font-size: 12px;
		letter-spacing: .08em;
	}

	.formarea {
		width: 100%;
		margin: 0;
		letter-spacing: .08em;
	}

	.formname {
		width: 125px;
		float: none;
		margin: 0 0 0 0;
		line-height: 140%;
		color: #0d3143;
		background-image: url(../images/listimage.png);
		background-size: 6px 6px;
		background-repeat: no-repeat;
		background-position: 0 17px;
		padding: 12px 0 0 20px;
	}

	.formname .en {
		font-size: 16px;
		letter-spacing: .04em;
	}

	.formname .jp {
		font-size: 10px;
	}

	.formname .error {
		font-size: 12px !important;
	}

	.formborder input {
		width: 100%;
		float: none;
		padding: 5% 5%;
		color: #0d3143;
		border: none;
		font-size: 14px;
		margin: 0 0 15px;
		border-radius: 0;
	}

	.formborder textarea {
		width: 100%;
		color: #0d3143;
		border: none;
		font-size: 14px;
		margin: 0 0 15px;
		border-radius: 0;
	}

	.formcaption {
		width: 100%;
		margin: 0 auto 0 auto;
		font-size: 10px;
		letter-spacing: .08em;
		line-height: 190%;
	}

	.btn_submit {
		width: 100%;
		float: left;
		margin: 20px 0 30px 0;
	}

	.btn_submit input {
		width: 100%;
		text-align: -9999px;
		height: 84px;
		background-image: url(../images/submit.png);
		background-size: 100% 100%;
		border: none;
		background-position: 0 0;
		background-color: transparent;
		border-radius: 0;
		cursor: pointer;
	}

	.btn_reset {
		width: 100%;
		float: none;
		margin: 35px 0 0 0;
	}

	.btn_reset input {
		width: 100%;
		text-align: -9999px;
		height: 84px;
		background-image: url(../images/clear.png);
		background-size: 100% 100%;
		border: none;
		background-position: 0 0;
		background-color: transparent;
		border-radius: 0;
		cursor: pointer;
	}
}

.btn-submit {
	display: block;
	margin: 20px auto 35px;
	width: 450px;
	height: 50px;
	background-color: #ff7e79;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	color: #fff !important;
	font-size: 16px;
}

.btn-submit:hover {
	color: #fff;
	background-color: #ff7e79;
}

.contact-form .wrap_column {
	width: 100%;
}

.contact-us {
	width: 100%;
	margin: 0 auto;
}

.contact-us .main_ttl {
	margin: 90px auto 0 auto;
}

.contact-us .con-area {
	width: 90%;
	margin: 70px auto 0;
	text-align: center;
}

.contact-us .con-list {
	color: #666;
	padding: 0 20px;
	box-sizing: border-box;
}

.contact-us .con-list .date {
	display: inline-block;
	font-size: 16px;
	margin-top: 10px;
}

.contact-us .con-list .text {
	display: inline-block;
	font-size: 16px;
	margin-top: 10px
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

@media screen and (max-width:768px) {
	.contact-us .con-area {
		width: 87%;
		margin: 0 auto;
		padding: 0 0 40px 0;
	}

	.contact-us .con-list {
		margin: 0;
		text-align: left !important;
	}

	.contact-us .con-list .date {
		font-size: 11px;
		display: inline-block;
	}

	.contact-us .con-list .text {
		font-size: 11px;
		display: inline-block;
	}

	.btn-submit {
		display: block;
		margin: 10px auto 35px;
		width: 548px;
	}

	.main_ttl {
		padding-top: 0;
	}
}

@media screen and (max-width:480px) {
	.btn-submit {
		display: block;
		margin: 10px auto 35px;
		width: 100%;
	}
}

.banner {
	margin-top: -95px;
}

@media screen and (max-width:767px) {
	.banner {
		margin-top: 0;
	}
}

@media screen and (max-width:1400px) {
	.catalog-unit {
		max-width: 900px;
	}
}

@media screen and (max-width:920px) {
	.catalog-unit {
		max-width: 600px;
	}

	.filters a {
		width: calc(100% / 3);
	}

	.filters li {
		margin: 0;
	}
}

.edit-block img {
	max-width: 100% !important;
	height: auto !important;
}

.navigation_inner .navigation_menu .tit {
	color: #fff;
	height: 154px;
	position: relative;
	margin: 12px 0 !important;
}

.navigation_inner .navigation_menu .tit dl {
	position: relative;
	height: 100%;
	width: 100%;
}

.navigation_inner .navigation_menu .tit dl>dt:first-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.navigation_inner .navigation_menu .tit dl>dt:last-child {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.navigation_inner .navigation_menu .tit a:hover {
	font-weight: bold;
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1919px) {}

@media screen and (max-width:1519px) {}

@media screen and (max-width:1366px) {

	#intro .btn-scroll a::after,
	#one .btn-scroll a::after,
	#two .btn-scroll a::after {
		height: 35px;
	}
}

@media screen and (max-width:1250px) {}

@media screen and (max-width:991px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {

	.main p,
	.main p span {
		font-size: 13px !important;
	}

	#intro .btn-scroll,
	#one .btn-scroll,
	#two .btn-scroll {
		display: none;
	}
}