/***************************
 *
 * モジュール
 *
 **************************/

/*
一般
*/
img {
}

.tate {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.bg-blue {
	background: #e2eef4;
}

.clear {
	clear: both;
}

.clearfix:after {
	clear: both;
	height: 0px;
	display: block;
	content: ".";
	visibility: hidden;
}

.fl-r {
	float: right;
}

.fl-l {
	float: left;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pt-70 {
	padding-top: 70px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.mlr-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.fz-20 {
	font-size: 20px !important;
}

.fz-24 {
	font-size: 24px !important;
}

.m-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.nrw {
	transform: scaleX(0.97);
	transform-origin: 0 0;
	/*width: 103%;*/
}

.fx {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fx-bottom {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.fx-center {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fx-middle {
	display: flex;
	align-items: center;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
}

/*
カラー
*/
.blue {
	color: #2d81b3 !important;
}

.orange {
	color: #ec6a1e !important;
}

.gray {
	color: #898989 !important;
}

.pink {
	color: #e5004f !important;
}

.red {
	color: #ed2856 !important;
}

.yellow {
	color: #f2ba00 !important;
}

/*
OVER
*/
@keyframes flash {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0.5;
	}
}

.over {
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-ms-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
}

.over:hover {
	-ms-filter: "alpha(opacity=7)";
	opacity: 0.3;
	-webkit-transition: 0s ease;
	-moz-transition: 0s ease;
	-ms-transition: 0s ease;
	-o-transition: 0s ease;
	transition: 0s ease;
}

.zoom {
}

.zoom:hover {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.underbar {
	width: 0;
	height: 1px;
	background: rgba(34, 34, 34, 0);
	top: 20px;
	position: absolute;
	-webkit-transition: 0.5s ease;
}

/*
フォント
*/

.sans {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.sans-all * {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.serif {
	font-family: "Noto Serif JP", serif;
}

.serif-all * {
	font-family: "Noto Serif JP", serif;
}

/*
ボタン
*/

.btn-big {
	width: 100%;
	max-width: 335px;
	margin: 40px auto;
	transition: 0.2s;
}

.btn-big > a {
	display: block;
	border: 1px solid #666666;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 2.222em;
	line-height: 78px;
	color: #1a1a1a;
}

.btn-big > a:hover {
	text-decoration: none;
	border: 1px solid #e6e6e6;
	background: #e6e6e6;
	color: #1a1a1a;
}

.btn {
	margin: 30px auto;
	width: 220px;
	position: relative;
	background: #fff;
	z-index: 5;
}

.btn a,
.btn span {
	line-height: 46px;
	display: block;
	text-align: center;
	color: #222222;
	font-size: 14px;
	border: 1px solid #222;
	text-decoration: none !important;
	position: relative;
}

.btn-black a {
	color: white;
	background: #222222;
}

.btn:hover {
	opacity: 0.7;
}

.no-link {
	pointer-events: none;
}

/*
BG
*/
.bg-gray {
	background-color: #eeeeee;
	padding: 1px 0 1px;
}

/*
IMAGE
*/
.pic-frame {
	overflow: hidden;
}

.pic-frame > img {
	width: 100%;
}

/*
アイコン
*/
.icon-blank {
	display: inline-block;
	background: url(../img/icon-blank.png) center center no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-left: 20px;
	top: -3px;
	position: relative;
}

/*
ANIMATE
*/
img.lazy {
	opacity: 0;
}

img:not(.initial) {
	transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
	opacity: 1;
}

img:not([src]) {
	visibility: hidden;
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes slide-in-1 {
	0% {
		transform: translateY(0.7vw);
	}

	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	5%,
	15%,
	25%,
	35%,
	45% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	10%,
	20%,
	30%,
	40% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	from,
	12% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	2%,
	6%,
	10% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	4%,
	8% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.anim-fadein-1 {
	opacity: 0;
	transition: opacity 2.55s ease, background 0.3s ease;
}

.anim-fadein-1.anim-start {
	opacity: 1;
}

.anim-fade-1 {
	opacity: 0;
}

.anim-fade-1.anim-start {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: shake;
	animation-name: shake;
	visibility: visible !important;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.anim-fade-2 {
	opacity: 0;
}

.anim-fade-2.anim-start {
	-webkit-animation-duration: 1;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: shake;
	animation-name: shake;
	visibility: visible !important;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.anim-fade-3 {
	opacity: 0;
}

.anim-fade-3.anim-start {
	-webkit-animation-duration: 1;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: shake;
	animation-name: shake;
	visibility: visible !important;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}

.anim-fade-4 {
	opacity: 0;
}

.anim-fade-4.anim-start {
	-webkit-animation-duration: 1;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: shake;
	animation-name: shake;
	visibility: visible !important;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.anim-fade-5 {
	opacity: 0;
}

.anim-fade-5.anim-start {
	-webkit-animation-duration: 1;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: shake;
	animation-name: shake;
	visibility: visible !important;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
}

.anim-fade-6 {
	opacity: 0;
}

.anim-fade-6.anim-start {
	-webkit-animation-duration: 1;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: shake;
	animation-name: shake;
	visibility: visible !important;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.anim-fade-7 {
	opacity: 0;
}

.anim-fade-7.anim-start {
	-webkit-animation-duration: 1;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: shake;
	animation-name: shake;
	visibility: visible !important;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-ms-animation-delay: 3s;
	-o-animation-delay: 3s;
	animation-delay: 3s;
}

.anim-blur-1 {
	opacity: 0;
	transition: 2s;
	-webkit-filter: blur(15px);
	filter: blur(15px);
	transform: scale(1.1);
}

.anim-blur-1.anim-start {
	opacity: 1;
	-webkit-filter: blur(0px);
	filter: blur(0px);
	transform: scale(1);
}

.anim-blur-2 {
	opacity: 0;
	transition: 2s;
	transition-delay: 0.5s;
	-webkit-filter: blur(15px);
	filter: blur(15px);
	transform: scale(1.1);
}

.anim-blur-2.anim-start {
	opacity: 1;
	-webkit-filter: blur(0px);
	filter: blur(0px);
	transform: scale(1);
}

.anim-blur-3 {
	opacity: 0;
	transition: 2s;
	transition-delay: 1s;
	-webkit-filter: blur(15px);
	filter: blur(15px);
	transform: scale(1.1);
}

.anim-blur-3.anim-start {
	opacity: 1;
	-webkit-filter: blur(0px);
	filter: blur(0px);
	transform: scale(1);
}

.anim-blur-4 {
	opacity: 0;
	transition: 2s;
	transition-delay: 1.5s;
	-webkit-filter: blur(15px);
	filter: blur(15px);
	transform: scale(1.1);
}

.anim-blur-4.anim-start {
	opacity: 1;
	-webkit-filter: blur(0px);
	filter: blur(0px);
	transform: scale(1);
}

.anim-blur-5 {
	opacity: 0;
	transition: 2s;
	transition-delay: 2s;
	-webkit-filter: blur(15px);
	filter: blur(15px);
	transform: scale(1.1);
}

.anim-blur-5.anim-start {
	opacity: 1;
	-webkit-filter: blur(0px);
	filter: blur(0px);
	transform: scale(1);
}

.anim-concept-pic-1 {
	opacity: 0;
	transform: translateX(100%);
}

.anim-concept-pic-1.anim-start {
	opacity: 1;
	transform: translateX(0%);
	transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.anim-concept-pic-2 {
	opacity: 0;
	transform: translateX(-100%);
}

.anim-concept-pic-2.anim-start {
	opacity: 1;
	transform: translateX(0%);
	transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.anim-fadeup-1 {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity 0.8s ease-out, transform 0.6s ease-out;
	transition: opacity 0.8s ease-out, transform 0.6s ease-out;
}

.anim-fadeup-2 {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity 0.8s ease-out, transform 0.6s ease-out;
	transition: opacity 0.8s ease-out, transform 0.6s ease-out;
}

.anim-fadeup-3 {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity 0.8s ease-out, transform 0.6s ease-out;
	transition: opacity 0.8s ease-out, transform 0.6s ease-out;
}

.anim-fadeup-4 {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity 0.8s ease-out, transform 0.6s ease-out;
	transition: opacity 0.8s ease-out, transform 0.6s ease-out;
}

.anim-fadeup-5 {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity 0.8s ease-out, transform 0.6s ease-out;
	transition: opacity 0.8s ease-out, transform 0.6s ease-out;
}

.anim-fadeup-6 {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity 0.8s ease-out, transform 0.6s ease-out;
	transition: opacity 0.8s ease-out, transform 0.6s ease-out;
}

.anim-fadeup-7 {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity 0.8s ease-out, transform 0.6s ease-out;
	transition: opacity 0.8s ease-out, transform 0.6s ease-out;
}

.anim-fadeup-8 {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity 0.8s ease-out, transform 0.6s ease-out;
	transition: opacity 0.8s ease-out, transform 0.6s ease-out;
}

.anim-fadeup-9 {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity 0.8s ease-out, transform 0.6s ease-out;
	transition: opacity 0.8s ease-out, transform 0.6s ease-out;
}

.anim-fadeup-10 {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity 0.8s ease-out, transform 0.6s ease-out;
	transition: opacity 0.8s ease-out, transform 0.6s ease-out;
}

.anims.anims-start .anim-fadeup-1,
.anims.anims-start .anim-fadeup-2,
.anims.anims-start .anim-fadeup-3,
.anims.anims-start .anim-fadeup-4,
.anims.anims-start .anim-fadeup-5,
.anims.anims-start .anim-fadeup-6,
.anims.anims-start .anim-fadeup-7,
.anims.anims-start .anim-fadeup-8,
.anims.anims-start .anim-fadeup-9,
.anims.anims-start .anim-fadeup-10 {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/*
ボックス
*/

.box-content {
	width: 100%;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	box-sizing: border-box;
}

.box-content-900 {
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

/*
ヘッダー
*/
.header-inner {
	position: relative;
	padding: 23px 0 45px;
}

.header-logo {
	width: 80px;
	height: 21px;
	margin: 0 auto;
}

.header-logo > a:hover {
	opacity: 0.7;
}
body.showcase .header-logo > a,
body.showcase-biz .header-logo > a {
	display: block;
	text-indent: -9999em;
	width: 100%;
	height: 100%;
	background: url(../images/common/img-logo-151e-w.svg) center center no-repeat;
}

/*
Hamberger menu
*/
#toggle {
	display: block;
	/* background: rgba(239, 239, 239, 0.88); */
	color: #fff;
	text-align: center;
	width: 58px;
	height: 58px;
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	transition: 0.3s;
}

#toggle:hover {
	opacity: 0.5;
}

.trigger,
.trigger span {
	display: inline-block;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.trigger {
	position: relative;
	width: 20px;
	height: 12px;
}

.trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000000;
}

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

.trigger span:nth-of-type(2) {
	top: 6px;
	top: 5.5px;
}

.trigger span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000000;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

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

#toggle.active .trigger span:nth-of-type(1) {
	-webkit-transform: translateY(8px) scale(0);
	transform: translateY(8px) scale(0);
}

#toggle.active .trigger span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#toggle.active .trigger span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#toggle.active .trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) scale(0);
	transform: translateY(-8px) scale(0);
}

/*ナビ*/
.toggleWrap {
	background: rgba(250, 250, 250, 0.9);
	padding: 30px 15px 10px 10px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	box-sizing: border-box;
}

.mainNav {
	/* 	position: absolute;
	top: 81px;
	right: 85px; */
}

.mainNav li {
	list-style-type: none;
	line-height: 2;
	text-align: center;
}

.navItem {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 0.25em 0;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.12em;
}

.mainNav li:nth-child(8) .navItem,
.mainNav li:nth-child(9) .navItem {
	font-size: 14px;
}
.mainNav li:nth-child(10) {
	margin-top: 25px;
}
.mainNav li:nth-child(10):hover {
	opacity: 0.5;
}
.navItem:hover {
	text-decoration: none;
}
.mainNav li:first-of-type .navItem {
}

.mainNav li:first-of-type::after,
.mainNav li:nth-of-type(7)::after {
	content: "";
	width: 100px;
	border-bottom: 1px solid #666;
	margin: 1.2em 0;
	display: inline-block;
	position: relative;
	top: 3px;
}
.mainNav li:nth-of-type(7)::after {
	top: 14px;
	margin-bottom: 2.5em;
}
span.navItem {
	color: #b3b3b3;
}

.hide {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

.animation {
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

.no-scroll {
	overflow: hidden;
}

.fadein {
	opacity: 0;
	transform: translateY(1rem);
	transition: 1s;
}

.fadein.scrollin {
	opacity: 1;
	transform: translateY(0);
}

/*
GLOBAL NAVI
*/
.nav-inner {
	position: relative;
	overflow-x: auto;
}
.nav-inner::-webkit-scrollbar {
	background: none;
	display: none !important;
}

.l-nav .menu {
}

.l-nav .menu {
	display: flex;
	justify-content: flex-start;
	width: max-content;
}

.l-nav .menu > li {
	margin: 0;
	margin-right: 15px;
	line-height: 1.6em;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	transition: 0.6s ease;
}
.l-nav .menu > li:first-child {
	margin-left: 25px;
}

.l-nav .menu > li > a {
	font-size: 14px;
	color: #1a1a1a;
	padding-bottom: 5px;
	display: block;
}

.l-nav .menu > li.is-active,
.l-nav .menu > li:hover {
	border-bottom: 1px solid black;
}

.l-nav .menu > li > a:hover {
	text-decoration: none;
}

/*
パンくず
*/
.bread {
	vertical-align: top;
	top: 0;
	width: 100%;
	z-index: 3;
	height: 30px;
	position: absolute;
	left: 0;
	background: #474747;
}

.bread ul {
	line-height: 30px;
	margin: 0 auto;
	padding-left: 15px;
	vertical-align: top;
}

.bread li {
	display: inline-block;
	font-size: 13px;
	color: #cccccc;
	vertical-align: top;
}

.bread li * {
	font-size: 13px;
	color: #cccccc;
}

.bread li a {
	color: #cccccc !important;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
}

.bread i {
	padding: 0 5px;
}

.bread li:first-child i {
}

.bread .bullet {
}

/* .bread .bullet:before {
	color: white;
	content: "/";
} */
.bread li:after {
	content: "";
	background: url(../img/angle-bread.png) center center no-repeat;
	background-size: contain;
	display: inline-block;
	margin: 0 5px;

	width: 12px;
	height: 30px;
}

.bread li:last-child:after {
	content: none;
}

/*
サイドバー
*/

/*
カテゴリ
*/

/*
フッター
*/
.page-top {
	margin: 0 auto;
	z-index: 55;
	width: 36px;
	height: 23px;
}

.page-top:hover {
	opacity: 0.7;
}

.footer-nav {
	margin: 25px auto;
}

.footer-nav > li {
	color: white;
	font-size: 14px;
	line-height: 2.142em;
}
.footer-nav > li > a {
	color: white;
	font-size: 14px;
	line-height: 2.5em;
}
.footer-nav > li.has-line-top:before {
	content: "";
	display: block;
	background: white;
	width: 24px;
	height: 1px;
	margin: 15px 0;
}
.footer-nav > li.has-line-bottom:after {
	content: "";
	display: block;
	background: white;
	width: 24px;
	height: 1px;
	margin: 15px 0;
}

.footer-sns {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 30px auto 20px;
}

.footer-sns > li {
	width: 34px;
	margin-right: 5px;
}

.copyright-1 {
	text-align: center;
	color: #4d4d4d;
	font-size: 11px;
	line-height: 3em;
	letter-spacing: 0.12em;
}

.copyright-2 {
	text-align: left;
	color: white;
	font-size: 11px;
	line-height: 1.777em;
	letter-spacing: 0.1em;
}

/*
LIST ENTRY
*/
.list-entry {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list-entry .entry {
	width: 210px;
	position: relative;
	margin-right: 20px;
	margin-bottom: 35px;
}

.list-entry .entry:nth-child(4n) {
	margin-right: 0;
}

.list-entry .entry .entry-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.list-entry .entry .entry-link:hover + .entry-pic img {
	opacity: 0.7;
}

.list-entry .entry .entry-pic {
	overflow: hidden;
	position: relative;
}

.list-entry .entry .entry-link:hover + .entry-pic:after {
}

.list-entry .entry .entry-content .entry-title {
	margin: 0;
	letter-spacing: 0.1em;
	line-height: 1.46em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.list-entry .entry .entry-content .entry-title a {
	color: #1a1a1a;
	font-size: 13px;
	font-weight: 500;
}

.list-entry .entry .entry-content .entry-time {
	font-size: 10px;
	letter-spacing: 0.2em;
	line-height: 3em;
	display: block;
	padding-top: 5px;
}
