@charset "UTF-8";
/* reset & asset css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, button, textarea, select, option {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	color: inherit;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	letter-spacing: 0.05em;

	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	        backface-visibility: hidden;
}
*:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: none;
	color: inherit;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	letter-spacing: 0.05em;

	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	        backface-visibility: hidden;
}
html, body {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body {
	overflow: auto;
	opacity: 0;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 1;
}
body.ready {
	opacity: 1;
	transition: 1s opacity;
}
@media all and (-ms-high-contrast: none) and (min-width: 1301px) and (orientation: landscape) {
	html {
		overflow: hidden;
	}
}
ul, ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
input, button, textarea, select, option {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
img {
	vertical-align: bottom;
}
a {
	text-decoration: none;
	transition: 0.3s opacity;
}
a:hover {
	opacity: 0.6;
}
.cf:after {
	display: block;
	clear: both;
	content: "";
}
.d-hidden {
	display: none;
}

/* お問い合わせボタン */
#globalNav h1 .header_inquiry {
	position: absolute;
	display: flex;
	align-items: center;
    justify-content: center;
	top: 2px;
	right: 220px;
	margin: 5px;
	padding: 5px 40px;
	height: 30px;
	width: auto;
	font-weight: bold;
	color: #fff;
	border: 2px solid #6e886d;
	border-radius: 999px;
	background-color: #6e886d;
	z-index: 7;
}
#globalNav h1 .header_inquiry:hover {
	color: #93a892;;
	border: 2px solid #93a892;
	background-color: #fff;
	opacity: 1;
	transition: background-color 0.3s ease, transform 0.3s ease;
}
#globalNav h1 .header_inquiry::after {
	position: absolute;
    content: "";
	top: 50%;
	right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#globalNav h1 .header_inquiry:hover::after {
	border-top: 2px solid #93a892;
	border-right: 2px solid #93a892;
}

/* iPad（768px）未満のとき */
@media (max-width: 767px) {
	.contact.d-hidden {
		display: block;
	}
	#globalNav h1 .header_inquiry {
		display: none;
	}
}
@media (min-width: 737px) and (orientation: landscape) {
	.inner {
		width: 900px;
		margin: auto;
	}
}
@media (max-width: 736px), (orientation: portrait) {
	.inner {
		padding: 0 30px;
	}
}
.sp {
	display: none;
}
.en {
	font-family: "Karla", sans-serif;
}
::selection {
	background-color: #6e886d;
	color: #fff;
}
@media (max-width: 736px), (orientation: portrait) {
	html, body {
		font-size: 11px;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	img {
		width: 100%;
	}
	img .sp {
		display: inline;
	}
	a:hover {
		opacity: 1;
	}
}
/* / reset & asset css */
#globalNav {
	z-index: 5000;
}
#globalNav h1 a svg {
	display: block;

	fill: #000;
}
#globalNav nav {
	position: relative;
}
@media (min-width: 1301px) and (orientation: landscape) {
	#globalNav {
		position: fixed;
		width: 100%;
		height: 110px;
		background-color: #fff;
	}
	#globalNav .navWrap {
		overflow-y: scroll;
		width: calc(100% + 18px);
		height: 100%;
		padding-top: 85px;
		padding-right: 18px;
	}
	#globalNav .navWrap > * {
		width: 100%;
	}
	#globalNav h1 {
		margin-bottom: 70px;
		padding: 0 15px;
		position: absolute;
		top: 0;
	}
	#globalNav h1 a {
		display: block;
		padding: 15px;
	}
	#globalNav h1 .header_mitsui {
		position: absolute;
		top: 2px;
		right: 15px;
		padding: 5px;
		z-index: 7;
	}
	#globalNav h1 .header_mitsui img {
    	height: 30px;
	}
	#globalNav h1 svg {
		width: 220px;
		height: 17.109px;
	}
	#globalNav nav {
		display: block !important;
		padding-bottom: 30px;
		position: absolute;
		top: 42px;
	}
	#globalNav .nav {
		border-top: 1px solid #efefef;
		border-bottom: 1px solid #efefef;
	}
	#globalNav .nav > li {
		position: relative;
		padding: 0 30px;
		letter-spacing: 0.05em;
		width: auto;
		float: left;
	}
	#globalNav .nav > li.onlineshop {
		width: 190px;
	}
	#globalNav .nav > li.onlineshop.w-210 {
		width: 210px;
	}
	#globalNav .nav > li > a {
		display: block;
		padding: 15px 0;
	}
	#globalNav .nav > li > a .en {
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: bold;
	}
	#globalNav .nav > li > a .ja {
		color: #666;
		font-size: 10px;
	}
	#globalNav .nav > li .pulldownTrigger {
		position: relative;
	}
	#globalNav .nav > li .pulldownTrigger:after {
		display: block;
		position: absolute;
		top: 45%;
		right: 2.5%;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		margin-right: -20px;
		border-right: 1px solid #666;
		border-bottom: 1px solid #666;
		content: "";
		transition: 0.3s transform;
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	#globalNav .nav > li.onlineshop .pulldownTrigger:after {
		margin-right: 0;
	}
	#globalNav .nav > li .pulldownTrigger.open:after {
		-webkit-transform: rotate(225deg);
		        transform: rotate(225deg);
	}
	#globalNav .nav > li .pulldown {
		display: none;
		position: fixed;
		z-index: 6;
		top: 110px;
		width: 100vw;
		height: 30px;
		line-height: 30px;
		color: #666;
		font-size: 12px;
	}
	#globalNav .nav > li .pulldown > li {
		float: left;
		padding-left: 28px;
	}
	#globalNav .nav > li .pulldown > li:first-of-type {
		padding-left: 0;
	}
	#globalNav .nav > li .pulldown li > div {
		padding: 10px 0;
	}
	#globalNav .nav > li .pulldown li a:hover {
	}
	#globalNav .nav > li .pulldown li ul {
		padding-left: 10px;
	}
	#globalNav .nav > li.company {
		margin-left: 30px;
	}
	#globalNav .nav > li .pulldownTrigger~.pulldown .pulldownBox {
		display: none;
        position: fixed;
		display: block;
        top: 110px;
        height: 30px;
        width: 100vw;
        left: 0px;
        background-color: rgba(255,255,255,0.9);
		z-index: -1;
	}
	#globalNav .nav > li .pulldownTrigger.open~.pulldown .pulldownBox {
		display: block;
	}
	#globalNav .sns {
		position: absolute;
		display: flex;
		align-items: center;
		right: 30px;
		font-size: 0;
		height: 66px;
	}
	#globalNav .sns > li {
		display: inline-block;
		color: #666;
	}
	#globalNav .sns > li + li {
		margin-left: 50px;
	}
	#globalNav .sns > li > a {
		display: block;
		width: 0.8em;
		font-size: 20px;
	}
	#globalNav .sns > li > a img {
		height: 1em;
	}
	#globalNav .pullup {
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
		width: 200px;
		padding: 16px;
		border: 1px solid #f1f1f1;
		background-color: rgba(255,255,255,0.85);
		text-align: left;
	}
	#globalNav .pullup ul li + li {
		margin-top: 16px;
	}
	#globalNav .pullup ul li a {
		display: block;
		background-image: url("../images/global/externalLink_gray.svg");
		background-repeat: no-repeat;
		background-position: right 50%;
		background-size: 10px;
		color: #666;
		font-size: 10px;
		line-height: 1.2;
	}
}
@media (max-width: 1300px), (orientation: portrait) {
	#globalNav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	#globalNav .pc {
		display: none;
	}
	#globalNav .sp {
		display: block;
	}
	#globalNav img {
		width: 100%;
	}
	#globalNav img .sp {
		display: inline;
	}
	#globalNav h1 {
		position: relative;
		padding: 27px 0;
		background-color: #fff;
	}
	#globalNav h1 a {
		display: block;
		width: 180px;
		margin: auto auto auto 60px;
	}
	#globalNav h1 a svg {
		width: 180px;
		height: 14px;
	}
	#globalNav h1 .header_mitsui {
		width: 84px;
		position: absolute;
		top: 27px;
		right: 10px;
		padding: 0px;
		z-index: 7;
	}
	#globalNav h1 .header_inquiry {
		top: 14px;
		right: 115px;
	}
	#globalNav h1 .hamburger {
		position: absolute;
		top: 0;
		left: 0;
		width: 60px;
		height: 100%;
	}
	#globalNav h1 .hamburger .bars {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 20px;
		height: 21px;
		margin: auto;
		transition: 0.3s;
	}
	#globalNav h1 .hamburger .bar {
		position: absolute;
		right: 0;
		left: 0;
		width: 20px;
		height: 1px;
		margin: auto;
		background-color: #666;
		transition: 0.3s;
	}
	#globalNav h1 .hamburger .top {
		top: 0;
		bottom: 12px;
	}
	#globalNav h1 .hamburger .middle {
		top: 0;
		bottom: 0;
	}
	#globalNav h1 .hamburger .bottom {
		top: 12px;
		bottom: 0;
	}
	#globalNav h1.open .hamburger .bars {
		-webkit-transform: rotate(-90deg);
		        transform: rotate(-90deg);
	}
	#globalNav h1.open .hamburger .top, #globalNav h1.open .hamburger .bottom {
		top: 0;
		bottom: 0;
	}
	#globalNav h1.open .hamburger .top {
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	#globalNav h1.open .hamburger .bottom {
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
	#globalNav h1.open .hamburger .middle {
		width: 0;
	}
	#globalNav nav {
		display: none;
		overflow: hidden;
		position: fixed;
		z-index: 1000;
		top: 68px;
		left: 0;
		width: 100%;
		height: calc(100% - 68px);
		color: #fff;
	}
	#globalNav nav .nav {
		overflow-y: scroll;
		z-index: 1000;
		height: 100%;
		padding: 0 20px;
		background-color: rgba(156,170,155,0.9);
	}
	#globalNav nav .nav > li + li {
		border-top: 1px solid #fff;
	}
	#globalNav nav .nav > li > a {
		display: block;
		padding: 10px 0 12px;
	}
	#globalNav nav .nav > li > a .en {
		margin-bottom: 8px;
		font-size: 18px;
		font-weight: bold;
	}
	#globalNav nav .nav > li > a .ja {
		font-size: 10px;
	}
	#globalNav nav .nav > li .pulldownTrigger {
		position: relative;
	}
	#globalNav nav .nav > li .pulldownTrigger:after {
		display: block;
		position: absolute;
		top: 45%;
		right: 2.5%;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		content: "";
		transition: 0.3s transform;
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	#globalNav nav .nav > li .pulldownTrigger.open:after {
		-webkit-transform: rotate(225deg);
		        transform: rotate(225deg);
	}
	#globalNav nav .nav > li .pulldown {
		display: none;
		padding-bottom: 10px;
		font-size: 14px;
	}
	#globalNav nav .nav > li .pulldown li > div {
		padding: 10px 0;
	}
	#globalNav nav .nav > li .pulldown li a {
		display: block;
		padding: 1em 0;
	}
	#globalNav nav .nav > li .pulldown li a[target="_blank"] {
		position: relative;
	}
	#globalNav nav .nav > li .pulldown li a[target="_blank"]:after {
		display: inline-block;
		width: 12px;
		height: 10px;
		margin-left: 10px;
		background-image: url("../images/global/externalLink_white.svg");
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: "";
	}
	#globalNav nav .nav > li .pulldown li ul {
		padding-left: 1em;
	}
}
@media (min-width: 1301px) and (orientation: landscape) and (max-height: 779px) {
	#globalNav .navWrap {
		padding-top: 25px;
	}
	#globalNav h1 {
		margin-bottom: 30px;
	}
}
@media (min-width: 1301px) and (orientation: landscape) {
	#belt {
		height: 20px;
		background-attachment: fixed;
		background-position: 0 68px;
		background-size: 100% auto;
	}
}
@media (max-width: 1300px), (orientation: portrait) {
	#belt {
		height: 0px;
		background-attachment: fixed;
		background-position: 0 68px;
		background-size: 100% auto;
	}
}
@media (min-width: 1301px) and (orientation: landscape) {
	header#globalNav > #belt {
		display: none;
	}
}
@media (max-width: 1300px), (orientation: portrait) {
	header#globalNav > #belt {
		display: none;
	}
}
#mainContent {
	position: relative;
}
@media (min-width: 1301px) and (orientation: landscape) {
	#mainContent {
		padding-top: 90px;
	}
}
@media (max-width: 1300px), (orientation: portrait) {
	#mainContent {
		padding-top: 68px;
	}
}
#breadcrumb {
	border-bottom: 1px solid #efefef;
	font-size: 10px;
}
#breadcrumb ul li {
	float: left;
	color: #999;
	line-height: 2;
}
#breadcrumb ul li a {
	text-decoration: underline;
}
#breadcrumb ul li + li:before {
	display: inline-block;
	width: 2em;
	text-align: center;
	content: "/";
}
@media (min-width: 737px) and (orientation: landscape) {
	#breadcrumb {
		padding: 10px 0;
	}
	#breadcrumb .inner {
		margin: 0;
		padding-left: 60px;
	}
}
@media (max-width: 736px), (orientation: portrait) {
	#breadcrumb {
		padding: 4px 0;
	}
}
#lowerNav {
	text-align: center;
}
#lowerNav ul li {
	border-right: 1px solid #efefef;
	border-left: 1px solid #efefef;
}
#lowerNav ul li a {
	display: block;
	position: relative;
}
#lowerNav ul li a.current {
	opacity: 1;
	color: #6e886d;
}
#lowerNav ul li a.current:after {
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #93a892;
	content: "";
}
@media (min-width: 737px) and (orientation: landscape) {
	#lowerNav {
		margin-bottom: 65px;
		padding-top: 45px;
		font-size: 13px;
	}
	#lowerNav ul {
		display: table;
		table-layout: fixed;
		border-collapse: collapse;
		width: 100%;
	}
	#lowerNav ul li {
		display: table-cell;
	}
	#lowerNav ul li a {
		padding: 6px 0;
	}
	#lowerNav ul li a:hover {
		opacity: 1;
		color: #6e886d;
	}
	#lowerNav ul li a:hover:after {
		display: block;
		position: absolute;
		bottom: -5px;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: currentColor;
		content: "";
	}
}
@media (max-width: 736px), (orientation: portrait) {
	#lowerNav {
		overflow: hidden;
		position: relative;
		height: 25px;
		margin: 0 -30px 45px;
	}
	#lowerNav .arrow {
		position: absolute;
		z-index: 1;
		top: 0;
		height: 100%;
	}
	#lowerNav .arrow:after {
		display: block;
		position: absolute;
		top: 7px;
		width: 6px;
		height: 6px;
		content: "";
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	#lowerNav .arrow.left {
		left: 0;
		width: 30px;
		background: -webkit-linear-gradient(left, #fff 0%, rgba(255,255,255,0) 100%);
		background:    -moz-linear-gradient(left, #fff 0%, rgba(255,255,255,0) 100%);
		background:      -o-linear-gradient(left, #fff 0%, rgba(255,255,255,0) 100%);
		background:     -ms-linear-gradient(left, #fff 0%, rgba(255,255,255,0) 100%);
		background:         linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 100%);
	}
	#lowerNav .arrow.left:after {
		left: 12px;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
	#lowerNav .arrow.right {
		right: 0;
		width: 60px;
		background: -webkit-linear-gradient(right, #fff 0%, rgba(255,255,255,0) 100%);
		background:    -moz-linear-gradient(right, #fff 0%, rgba(255,255,255,0) 100%);
		background:      -o-linear-gradient(right, #fff 0%, rgba(255,255,255,0) 100%);
		background:     -ms-linear-gradient(right, #fff 0%, rgba(255,255,255,0) 100%);
		background:         linear-gradient(to left, #fff 0%, rgba(255,255,255,0) 100%);
	}
	#lowerNav .arrow.right:after {
		right: 12px;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	#lowerNav ul {
		overflow: auto;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 45px;
		font-size: 0;
		white-space: nowrap;
	}
	#lowerNav ul li {
		display: inline-block;
		font-size: 10px;
	}
	#lowerNav ul li:first-of-type {
		margin-left: 30px;
	}
	#lowerNav ul li:last-of-type {
		margin-right: 60px;
	}
	#lowerNav ul li + li {
		border-left: none;
	}
	#lowerNav ul li a {
		padding: 0.5em 1.5em;
	}
}
main .lowerHead {
	font-weight: bold;
}
@media (min-width: 737px) and (orientation: landscape) {
	main .lowerHead {
		font-size: 38px;
	}
}
@media (max-width: 736px), (orientation: portrait) {
	main .lowerHead {
		margin-bottom: 32px;
		font-size: 25px;
	}
}
footer .pulldown {
	display: none;
}
@media (min-width: 737px) and (orientation: landscape) {
	footer {
		color: #888;
	}
	footer .top {
		margin-bottom: 60px;
		padding-top: 60px;
		border-top: 1px solid #efefef;
	}
	footer .top > * {
		float: left;
	}
	footer .top a {
		display: block;
	}
	footer .top .company {
		width: 195px;
	}
	footer .top .service {
		width: 285px;
	}
	footer .top .other01 {
		width: 180px;
	}
	footer .top .other02 {
		width: 160px;
	}
	footer .top .other02 .onlineshop svg {
		margin-left: 0.5em;
	}
	footer .top .other02 .sns .en {
		position: relative;
		font-size: 14px;
		font-weight: bold;
	}
	footer .top .other02 .sns .en > * {
		display: inline-block;
		vertical-align: bottom;
	}
	footer .top .other02 .sns .icon {
		width: 1em;
		margin-right: 0.5em;
		text-align: center;
	}
	footer .top .other02 .sns .icon img {
		height: 1em;
	}
	footer .top .other02 .sns .pulldownTrigger:after {
		display: block;
		position: absolute;
		top: 40%;
		right: 5%;
		width: 8px;
		height: 8px;
		margin: -4px 0 0 -4px;
		border-right: 1px solid;
		border-bottom: 1px solid;
		content: "";
		transition: 0.3s transform, 0.3s top;
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	footer .top .other02 .sns .pulldownTrigger.open:after {
		top: 60%;
		-webkit-transform: rotate(-135deg);
		        transform: rotate(-135deg);
	}
	footer .top .other02 .sns .pulldown li {
		margin-top: 12px;
	}
	footer .top .other02 .sns .pulldown li a {
		display: block;
		font-size: 10px;
		line-height: 1.2;
	}
	footer .top .head .en {
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: bold;
	}
	footer .top .head .ja {
		font-size: 10px;
	}
	footer .top ul {
		font-size: 12px;
	}
	footer .top ul li + li {
		margin-top: 2em;
	}
	footer .top .head + ul li:first-of-type, footer .top ul + ul li:first-of-type {
		margin-top: 2em;
	}
	footer .top svg {
		fill: currentColor;
	}
	footer .middle {
		padding: 24px 0;
		border-top: 1px solid #efefef;
		border-bottom: 1px solid #efefef;
		text-align: right;
	}
	footer .middle .logo {
		display: inline-block;
		vertical-align: bottom;
	}
	footer .middle .logo p {
		float: left;
	}
	footer .middle .logo p.logo_earth {
		margin-right: 15px;
	}
	footer .middle a img {
		height: 30px;
	}
	footer .bottom {
		padding: 25px 0;
		font-size: 10px;
	}
	footer .bottom nav {
		margin-bottom: 20px;
	}
	footer .bottom nav li {
		float: left;
	}
	footer .bottom nav li + li:before {
		display: inline-block;
		width: 2em;
		text-align: center;
		content: " | ";
	}
}
@media (max-width: 736px), (orientation: portrait) {
	footer {
		overflow: hidden;
		color: #666;
	}
	footer .sns {
		position: relative;
		padding: 5px 0;
		border-top: 1px solid #efefef;
		border-bottom: 1px solid #efefef;
		font-size: 0;
		text-align: center;
	}
	footer .sns > li {
		float: left;
		width: 50%;
	}
	footer .sns > li.instagram {
		border-left: 1px solid #efefef;
	}
	footer .sns > li .en {
		display: block;
		padding: 22px 0;
	}
	footer .sns > li .icon {
		display: inline-block;
		width: 20px;
	}
	footer .sns > li .icon img {
		height: 20px;
	}
	footer .sns .pulldown {
		position: absolute;
		z-index: 1;
		top: 100%;
		left: -30px;
		width: calc(100% + 60px);
		padding: 25px 30px;
		background-color: #fff;
		box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
		text-align: left;
	}
	footer .sns .pulldown ul li + li {
		margin-top: 24px;
	}
	footer .sns .pulldown ul li a {
		display: block;
		background-image: url("../images/global/externalLink_gray.svg");
		background-repeat: no-repeat;
		background-position: right 50%;
		background-size: 12px;
		color: #666;
		font-size: 10px;
	}
	footer nav {
		padding: 12px 0;
	}
	footer nav li a {
		display: block;
		position: relative;
		padding: 12px 5px;
	}
	footer nav li a:after {
		display: block;
		position: absolute;
		top: 50%;
		right: 5px;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-top: 1px solid #6a6a6a;
		border-right: 1px solid #6a6a6a;
		content: "";
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	footer .logo {
		padding: 20px;
		border-top: 1px solid #efefef;
		border-bottom: 1px solid #efefef;
		font-size: 0;
		text-align: center;
	}
	footer .logo p {
		display: inline-block;
	}
	footer .logo p.logo_earth {
		width: 68px;
		margin-right: 12px;
	}
	
	footer .logo p.logo_mitsui {
		width: 140px;
	}
	footer .copyright {
		padding: 15px 0;
		text-align: center;
	}
	footer #pageTop {
		position: fixed;
		z-index: 4500;
		right: -60px;
		bottom: 30px;
		border-radius: 50%;
		opacity: 0;
		transition: 1s opacity, 0s 1s right;
	}
	footer #pageTop.on {
		right: 15px;
		opacity: 1;
		transition: 1s opacity;
	}
	footer #pageTop a {
		display: block;
		position: relative;
		width: 45px;
		height: 45px;
		border-radius: 50%;
		background-color: rgba(255,255,255,0.8);
		box-shadow: 0px 1px 4.5px 0.5px rgba(204,204,204,0.8);
		font-size: 0;
	}
	footer #pageTop a:after {
		display: block;
		position: absolute;
		top: 55%;
		left: 50%;
		width: 10px;
		height: 10px;
		margin: -5px 0 0 -5px;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		content: "";
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
}
