#bg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #000000;
	overflow: hidden;
}
#bg ul {
	display: none;
}
#bg div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	opacity: 0;
	transition: opacity 2000ms, transform 9000ms linear;
}
#bg div.show {
	transform: scale(1.1) rotate(0.1deg);
	opacity: 1;
}

#topcatch {
	position: relative;
	margin-top: 80px;
	padding: 0px 28px 0px;
	height: calc(100vh - 3px - 80px - 100px);
	min-height: 400px;
	max-height: 700px;
}
.sp #topcatch {
	margin-top: 0;
	height: auto;
	min-height: 0;
	max-height: none;
	padding: 45px 10px;
}
#topcatch h1 {
	margin: 0px;
	padding: 0px;
}
#topcatch img {
	position: absolute;
	display: block;
	width: calc(100% - 156px);
	max-width: 800px;
	height: auto;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}
.sp #topcatch img {
	position: static;
	width: 100%;
	max-width: 70%;
	margin: auto;
	height: auto;
	transform: none;
}

#topabout {
	background: url(../../images/aboutbg.png) center center rgba(0, 0, 0, 0.9);
}
.sp #topabout {
	background-size: 40px auto;
}
#topabout > div {
	position: relative;
	width: 100%;
	max-width: 1256px;
	margin: auto;
	padding: 100px 28px 65px;
}
.sp #topabout > div {
	padding: 50px 14px 32.5px;
}
.sp #topabout > div {
	padding-top: 20px;
}
#topabout p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 43.2px;
	line-height: 2.7rem;
	color: #ffffff;
	text-align: center;
}
.sp #topabout p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 23.8px;
	line-height: 1.4875rem;
	text-align: left;
}
#topabout p strong {
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 56px;
	line-height: 3.5rem;
}
.sp #topabout p strong {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 28px;
	line-height: 1.75rem;
	text-align: center;
}
#topabout p strong sup {
	font-size: 25px;
	font-size: 1.5625rem;
	line-height: 35px;
	line-height: 2.1875rem;
	bottom: 1.5ex;
}
.sp #topabout p strong sup {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 19.6px;
	line-height: 1.225rem;
	bottom: 1ex;
}
#topabout p strong span {
	display: block;
}
.sp #topabout p strong span {
	display: block;
}
#topabout p span {
	display: inline-block;
}
.sp #topabout p span {
	display: inline;
}
#topabout p + p {
	margin-top: 40px;
}
.sp #topabout p + p {
	margin-top: 20px;
}
#topabout .image {
	margin-top: 65px;
}
.sp #topabout .image {
	margin-top: 15px;
}
#topabout .image img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: auto;
}

#topvalues {
	position: relative;
	background: #ffffff;
	overflow: hidden;
}
#topvalues .bg {
	position: absolute;
	left: calc(50% - 150px);
	top: 295px;
	width: 87.57961783439490445859872611465%;
	max-width: 1100px;
	z-index: 0;
}
.pc #topvalues .bg {
	left: 38.057324840764331210191082802548%;
}
.sp #topvalues .bg {
	top: 200px;
	width: 140%;
	left: 70%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#topvalues .bg img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
#topvalues .main {
	position: relative;
	width: 100%;
	max-width: 1256px;
	margin: auto;
	padding: 100px 28px;
}
.sp #topvalues .main {
	padding: 50px 14px;
}
#topvalues h2 {
	margin: 0px 0px 50px;
	padding: 0px;
	text-align: center;
	color: #000000;
}
.sp #topvalues h2 {
	margin-bottom: 25px;
}
#topvalues h2 span {
	display: block;
	margin: 0px 0px 20px;
	font-size: 48px;
	font-size: 3rem;
	line-height: 52.8px;
	line-height: 3.3rem;
	color: #cc000e;
	font-weight: bold;
}
.sp #topvalues h2 span {
	margin-bottom: 10px;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 33px;
	line-height: 2.0625rem;
}
#topvalues h2 strong {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 19.8px;
	line-height: 1.2375rem;
	font-weight: bold;
}
#topvalues .image ul {
	font-size: 0px;
	line-height: 0px;
	margin-left: -12px;
}
.sp #topvalues .image ul {
	margin-left: -2px;
	margin-right: -14px;
}
#topvalues .image ul li {
	position: relative;
	display: inline-block;
	width: 30%;
	max-width: 310px;
}
.sp #topvalues .image ul li {
	width: calc((100% - 5px + 24px) / 3);
	margin-left: -8px !important;
}
#topvalues .image ul li + li {
	margin-left: -9px;
}
.sp #topvalues .image ul li + li {
	margin-left: 0px;
}
#topvalues .image img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: auto;
}
#topvalues .image span {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 15.4px;
	line-height: 0.9625rem;
}
.sp #topvalues .image span {
	bottom: -1em;
}

#topcharacteristics {
	position: relative;
	background: #ffffff;
	overflow: hidden;
}
#topcharacteristics .bg {
	position: absolute;
	right: calc(50% - 150px);
	top: 295px;
	width: 87.57961783439490445859872611465%;
	max-width: 1100px;
	z-index: 0;
}
.pc #topcharacteristics .bg {
	right: 38.057324840764331210191082802548%;
}
.sp #topcharacteristics .bg {
	top: 200px;
	width: 140%;
	right: 70%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}
#topcharacteristics .bg img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
#topcharacteristics .main {
	position: relative;
	width: 100%;
	max-width: 1256px;
	margin: auto;
	padding: 100px 28px;
}
.sp #topcharacteristics .main {
	padding: 50px 14px;
}
#topcharacteristics h2 {
	margin: 0px 0px 60px;
	padding: 0px;
	text-align: center;
	color: #000000;
}
.sp #topcharacteristics h2 {
	margin-bottom: 30px;
}
#topcharacteristics h2 span {
	display: block;
	margin: 0px 0px 20px;
	font-size: 48px;
	font-size: 3rem;
	line-height: 52.8px;
	line-height: 3.3rem;
	color: #cc000e;
	font-weight: bold;
}
.sp #topcharacteristics h2 span {
	margin-bottom: 10px;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 33px;
	line-height: 2.0625rem;
}
#topcharacteristics h2 strong {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 19.8px;
	line-height: 1.2375rem;
	font-weight: bold;
}
#topcharacteristics .text {
	max-width: 940px;
	margin-left: auto;
	margin-right: 0px;
}
#topcharacteristics .text > div {
	background: #ffffff;
}
#topcharacteristics .text > div + div {
	margin-top: 20px;
}
#topcharacteristics .text h3 {
	display: table;
	width: 100%;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
.sp #topcharacteristics .text h3 {
	height: 62px;
}
#topcharacteristics .text h3 a {
	position: relative;
	display: table-cell;
	padding: 10px 100px 10px 65px;
	vertical-align: middle;
	color: #ffffff;
	background: #009480;
}
.sp #topcharacteristics .text h3 a {
	padding: 5px 50px 5px 36px;
}
#topcharacteristics .text h3 a:after {
	content: "";
	display: block;
	position: absolute;
	width: 28px;
	height: 2px;
	right: 37px;
	top: 50%;
	margin-top: -1px;
	background: #009480;
	z-index: 5;
}
.sp #topcharacteristics .text h3 a:after {
	right: 18px;
	width: 14px;
}
#topcharacteristics .text h3 a:before {
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 28px;
	right: 50px;
	top: 50%;
	margin-top: -14px;
	background: #009480;
	-webkit-transition: 400ms;
	transition: 400ms;
	z-index: 5;
}
.sp #topcharacteristics .text h3 a:before {
	right: 24px;
	height: 14px;
	margin-top: -7px;
}
#topcharacteristics .text h3 a.open:before {
	margin-top: 14px;
	opacity: 0;
}
.sp #topcharacteristics .text h3 a.open:before {
	margin-top: 7px;
}
#topcharacteristics .text h3 .num {
	position: absolute;
	display: block;
	width: 28px;
	height: 28px;
	top: 50%;
	left: 24px;
	margin-top: -14px;
	color: #009480;
	font-size: 25px;
	font-size: 1.5625rem;
	line-height: 28px;
	text-align: center;
	background: #ffffff;
	border-radius: 50%;
}
.sp #topcharacteristics .text h3 .num {
	width: 20px;
	height: 20px;
	left: 10px;
	margin-top: -10px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 20px;
}
#topcharacteristics .text h3 span:not(.num) {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 23.4px;
	line-height: 1.4625rem;
	display: inline-block;
	margin-top: 3px;
	vertical-align: middle;
}
.sp #topcharacteristics .text h3 span:not(.num) {
	display: block;
	margin-left: 5px;
	margin-top: 0px;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 14.3px;
	line-height: 0.89375rem;
}
#topcharacteristics .text h3 span:not(.num):after {
	content: "";
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
	right: 20px;
	top: 50%;
	margin-top: -30px;
	background: #fff;
	z-index: 4;
}
.sp #topcharacteristics .text h3 span:not(.num):after {
	width: 30px;
	height: 30px;
	right: 10px;
	margin-top: -15px;
}
#topcharacteristics .text h3 strong {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 36.4px;
	line-height: 2.275rem;
	vertical-align: middle;
}
.sp #topcharacteristics .text h3 strong {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 26px;
	line-height: 1.625rem;
}
#topcharacteristics .body {
	display: none;
	padding: 25px 20px;
	border: 4px solid #009480;
	border-top: 0px;
}
.sp #topcharacteristics .body {
	padding: 8px;
}
#topcharacteristics .column {
	position: relative;
	overflow: hidden;
}
#topcharacteristics .column > div {
	float: left;
	width: calc((100% - 20px) / 2);
}
.sp #topcharacteristics .column > div {
	float: none;
	width: 100%;
}
#topcharacteristics .column > div:nth-child(2) {
	float: right;
}
.sp #topcharacteristics .column > div:nth-child(2) {
	float: none;
	margin-top: 20px;
}
#topcharacteristics .image img {
	display: block;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
}
#topcharacteristics * + .image {
	margin-top: 20px;
}
#topcharacteristics p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 27.2px;
	line-height: 1.7rem;
}
* + #topcharacteristics p {
	margin-top: 16px;
}
.sp #topcharacteristics p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 23.8px;
	line-height: 1.4875rem;
}
#topcharacteristics .bottombox {
	float: none;
	position: absolute;
	padding: 20px;
	bottom: 0px;
	left: 0px;
	border: 1px solid #000000;
}
.sp #topcharacteristics .bottombox {
	position: static;
	margin-top: 15px;
	padding: 8px;
}
#topcharacteristics .bottombox h4 {
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 16.9px;
	line-height: 1.05625rem;
}
#topcharacteristics .bottombox p {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 22.1px;
	line-height: 1.38125rem;
}
.sp #topcharacteristics .bottombox p {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 20.4px;
	line-height: 1.275rem;
}

#topcase {
	background: rgba(0, 0, 0, 0.4);
}
#topcase > div {
	position: relative;
	width: 100%;
	max-width: 1256px;
	margin: auto;
	padding: 100px 28px 0px;
}
.sp #topcase > div {
	padding: 50px 14px 0px;
}
#topcase h2 {
	margin: 0px 0px 60px;
	padding: 0px;
	text-align: center;
	color: #ffffff;
}
.sp #topcase h2 {
	margin-bottom: 30px;
}
#topcase h2 span {
	display: block;
	margin: 0px 0px 20px;
	font-size: 48px;
	font-size: 3rem;
	line-height: 52.8px;
	line-height: 3.3rem;
	font-weight: bold;
}
.sp #topcase h2 span {
	margin-bottom: 10px;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 33px;
	line-height: 2.0625rem;
}
#topcase h2 strong {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 19.8px;
	line-height: 1.2375rem;
	font-weight: bold;
}
#topcase .list:not(.slide) > div {
	margin-right: -12px;
	margin-left: -12px;
	margin-bottom: -24px;
	padding-bottom: 100px;
}
#topcase .list:not(.slide) > div:after {
	content: "";
	display: block;
	clear: both;
}
.sp #topcase .list:not(.slide) > div {
	padding-bottom: 50px;
}
#topcase .list a {
	position: relative;
	display: block;
	float: left;
	width: calc((100% - 72px) / 3);
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 24px;
	padding: 20px 20px 25px;
	background: url(../../images/case_bg.jpg) no-repeat #eaeaea;
	background-size: cover;
	color: #000000;
}
.sp #topcase .list a {
	width: calc(100% - 24px);
	padding: 10px 10px 20px;
}
#topcase .list a > * {
	-webkit-transition: opacity 400ms;
	transition: opacity 400ms;
}
#topcase .list a:hover {
	opacity: 1;
}
#topcase .list a:hover > * {
	opacity: 0.7;
}
#topcase .list a:hover .image img {
	transform: scale(1.1);
}
.sp #topcase .list a:hover .image img {
	transform: scale(1);
}
#topcase .list a:after {
	content: "";
	display: block;
	position: absolute;
	right: 4px;
	bottom: 4px;
	border: 5px solid transparent;
	border-right-color: #cc000e;
	border-bottom-color: #cc000e;
}
#topcase .list a .image {
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
}
#topcase .list a .image img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: auto;
	-webkit-transition: 800ms;
	transition: 800ms;
}
#topcase .list a .title {
	display: block;
	margin: 0px 0px 10px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 20.8px;
	line-height: 1.3rem;
	font-weight: bold;
	color: #000000;
}
.sp #topcase .list a .title {
	margin-bottom: 0px;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 18.2px;
	line-height: 1.1375rem;
}
#topcase .list a .info {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 21px;
	line-height: 1.3125rem;
}
.sp #topcase .list a .info {
	display: none;
}
#topcase .list a .info .ls {
	letter-spacing: 1em;
	margin-right: -1em;
}
#topcase .list.slide {
	padding: 0px 40px;
}
#topcase .list.slide .slick-list {
	padding-bottom: 100px;
}
.sp #topcase .list.slide .slick-list {
	padding-bottom: 50px;
}
#topcase .list.slide .slide-arrow {
	position: absolute;
	width: 30px;
	height: 100px;
	top: 0;
	bottom: 100px;
	margin: auto;
	cursor: pointer;
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
	backface-visibility: hidden;
}
#topcase .list.slide .slide-arrow:hover {
	opacity: 0.7;
}
.sp #topcase .list.slide .slide-arrow {
	bottom: 50px;
}
#topcase .list.slide .slide-arrow:before {
	display: block;
	content: "";
	position: absolute;
	top: 36px;
	left: 0px;
	width: 30px;
	height: 3px;
	background: #ffffff;
	transform: rotate(120deg);
}
#topcase .list.slide .slide-arrow:after {
	display: block;
	content: "";
	position: absolute;
	top: 60px;
	left: 0px;
	width: 30px;
	height: 3px;
	background: #ffffff;
	transform: rotate(60deg);
}
#topcase .list.slide .slide-arrow.prev-arrow {
	left: -40px;
}
#topcase .list.slide .slide-arrow.prev-arrow:before {
	transform: rotate(120deg);
}
#topcase .list.slide .slide-arrow.prev-arrow:after {
	transform: rotate(60deg);
}
#topcase .list.slide .slide-arrow.next-arrow {
	right: -40px;
}
#topcase .list.slide .slide-arrow.next-arrow:before {
	transform: rotate(60deg);
}
#topcase .list.slide .slide-arrow.next-arrow:after {
	transform: rotate(120deg);
}
#topcase .list.slide .slick-disabled {
	visibility: hidden;
}
#topcase .list.slide .slick-track a {
	margin-bottom: 0px;
}

#topother {
	background: url(../../images/otherbg.jpg) no-repeat #ffffff;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}
#topother > div {
	position: relative;
	width: 100%;
	max-width: 1256px;
	margin: auto;
	padding: 100px 28px 80px;
}
.sp #topother > div {
	padding: 50px 14px 40px;
}
#topother > div:after {
	content: "";
	display: block;
	clear: both;
}
#topother > div:before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: calc(100% - 180px);
	top: 100px;
	left: 50%;
	background: #979797;
}
.sp #topother > div:before {
	display: none;
}
#topother > div > div {
	float: left;
	width: calc((100% - 80px) / 2);
}
.sp #topother > div > div {
	float: none;
	width: 100%;
}
#topother > div > div:nth-child(2) {
	float: right;
}
.sp #topother > div > div:nth-child(2) {
	margin-top: 40px;
}
#topother h2 {
	margin: 0px 0px 60px;
	padding: 0px;
	text-align: center;
}
.sp #topother h2 {
	margin-bottom: 30px;
}
#topother h2 span {
	display: block;
	margin: 0px 0px 20px;
	font-size: 48px;
	font-size: 3rem;
	line-height: 52.8px;
	line-height: 3.3rem;
	color: #cc000e;
	font-weight: bold;
}
.sp #topother h2 span {
	margin-bottom: 10px;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 33px;
	line-height: 2.0625rem;
}
#topother h2 strong {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 19.8px;
	line-height: 1.2375rem;
	font-weight: bold;
	color: #000000;
}
#topother #greeting {
	-webkit-transition: opacity 400ms;
	transition: opacity 400ms;
}
#topother #greeting:after {
	content: "";
	display: block;
	clear: both;
}
#topother #greeting.change {
	-webkit-transition: opacity 200ms;
	transition: opacity 200ms;
	opacity: 0;
}
#topother #greeting > div {
	float: left;
	width: calc(33.92857%);
}
.sp #topother #greeting > div {
	float: none;
	width: 100%;
}
#topother #greeting > div:nth-child(2) {
	float: right;
	width: calc(62.5%);
	text-align: right;
}
.sp #topother #greeting > div:nth-child(2) {
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
.sp #topother #greeting .profile > div {
	float: left;
	width: calc(29.6875%);
}
.sp #topother #greeting .profile > div:nth-child(2) {
	float: right;
	width: calc(67.1875%);
}
#topother #greeting .image img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0px auto 5px;
}
#topother #greeting .text {
	text-align: left;
}
#topother #greeting .text p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 23.8px;
	line-height: 1.4875rem;
}
.sp #topother #greeting .text p {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 18px;
	line-height: 1.125rem;
}
#topother #greeting .text p strong {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 30px;
	line-height: 1.875rem;
}
.sp #topother #greeting .text p strong {
	font-size: 16px;
	font-size: 1rem;
	line-height: 20.8px;
	line-height: 1.3rem;
}
#topother #greeting .text p .ls {
	letter-spacing: 1em;
	margin-right: -1em;
}
#topother #greeting .text p + p {
	margin-top: 30px;
}
.sp #topother #greeting .text p + p {
	margin-top: 15px;
}
#topother #greeting .message {
	text-align: left;
}
#topother #greeting .message p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem;
}
.sp #topother #greeting .message p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 21px;
	line-height: 1.3125rem;
}
#topother #greeting .message p + p {
	margin-top: 1em;
}
#topother #greeting select {
	margin: 25px 0px 0px;
	padding: 4px;
	color: #ffffff;
	font-size: 16px;
	font-size: 1rem;
	line-height: 30px;
	background: #808080;
}
#topother .body:after {
	content: "";
	display: block;
	clear: both;
}
#topother .body > div {
	float: left;
	width: calc(46.42857%);
}
.sp #topother .body > div {
	float: none;
	width: 100%;
}
#topother .body > div:nth-child(2) {
	float: right;
	width: calc(50%);
}
.sp #topother .body > div:nth-child(2) {
	width: 100%;
}
.sp #topother .body .image {
	display: none;
}
#topother .body .image img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0px auto 5px;
}
#topother .body .text .title p {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 26px;
	line-height: 1.625rem;
}
.sp #topother .body .text .title p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 20.8px;
	line-height: 1.3rem;
}
#topother .body .text .title p a {
	color: #000000;
}
#topother .body .text .info {
	margin-top: 30px;
}
.sp #topother .body .text .info {
	margin-top: 15px;
}
#topother .body .text .info p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem;
}
.sp #topother .body .text .info p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 21px;
	line-height: 1.3125rem;
}

.android sup {
	font-size: 10px !important;
	top: -10px;
	bottom: auto !important;
}

#greetings, #article {
	margin-top: -100px;
	padding-top: 100px;
}
