@charset "UTF-8";


/* ---------------
	TITLE
-------------------------------------------------------*/
.ttl-wrap1 {
	font-size: 26px;
	color: #000;
	letter-spacing: 2px;
	font-weight: normal;
}
.ttl-wrap1 span {
	display: block;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: 1;
}


/* ---------------
	TOP MAIN VISUAL
-------------------------------------------------------*/
.top-visual-img {
	position: relative;
	width: 100%;
	background-color: #fff;
}
.top-visual-img img {
	position: relative;
	width: 100%;
}

.top-mv .movie{
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #f4f4f4;
}
.top-mv .movie video{
	min-height: 100%;
	min-width: 100%;
	width: 500px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    margin: auto;
	z-index: 2;
}
.top-mv .movie img{
	opacity: 0;
}

/* ---------------
	TOP MAIN VISUAL SLIDER
-------------------------------------------------------*/
/*.top-visual {
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	background-color: #fff;
}
.top-visual ul {
	width: auto;
}
.top-visual ul li {
	position: absolute;
	height: 450px;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 0;
	margin: 0;
}
.top-visual ul li a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top-visual ul li a:hover {
	background: rgba(255,255,255, .2);
}*/



/* ---------------
	TOP SEARCH
-------------------------------------------------------*/
.earth-contents-search {
	padding: 50px 0;
	background-color: #fff;
}
.ttl-wrap1 i.search {
	background: url(../images/icon/icon-search.png) no-repeat;
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	margin-left: -22px;
}
.select-box-wrap {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
.select-box-wrap .select-box {
	display: inline-block;
	vertical-align: middle;
	height: 60px;
	margin: 0 2% 0 0;
	position: relative;
}
.select-box-wrap .select-box.width-s {
	width: 200px;
	max-width: 22%;
}
.select-box-wrap .select-box.width-m {
	width: 300px;
	max-width: 32%;
}
@media screen and (max-width: 980px) {
	.select-box-wrap .select-box.width-s {
	max-width: 20%;
}
	.select-box-wrap .select-box.width-m {
	max-width: 30%;
}
	.select-box-wrap .select-box {
	margin: 0 1% 0 0;
}

}
.select-box-wrap .select-box > p {
	background-color: #000;
	height: 28px;
	color: #eee;
	font-size: 12px;
	line-height: 28px;
	letter-spacing: 1px;
}
.select-box-wrap .select-box .box {
	position: relative;
}
.select-box-wrap .select-box .box select {
	background: #eaeaea url(../images/icon/icon-arrow-top-bottom.png) no-repeat 94% center;
	border: none;
	border-radius: 0 !important;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	height: 34px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	text-align: center;
	cursor: pointer;
	padding: 0 0 0 8%;
	letter-spacing: 1px;
	color: #777;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.select-box-wrap .select-box .box select:hover { background-color: #ddd; }
.select-box-wrap .select-box.width-m select { }
.select-box-wrap .select-box .box select option {
	text-align: center;
}
.select-box-wrap .submit-wrap {
	display: inline-block;   vertical-align: middle;
	width: 130px;
	max-width: 24%;
	height: 60px;
	position: relative;
}
.select-box-wrap .submit-wrap .submit {
	background-color: #000;
	color: #fff;
	border: 0;
	width: 100%;
	display: block;
	height: 62px;
	line-height: 62px;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 0;
	text-align: center;
	text-indent: -10px;
	cursor: pointer;
}
.select-box-wrap .submit-wrap > i {
	position: absolute;
	top: 50%;
	color: #fff;
	font-size: 12px;
	margin-top: -6px;
	right: 10px;
}
.select-box-wrap .submit-wrap > i:before { font-weight: bold; }

.sacrch-area-wrap {
	background-color: #d8d8d8;
	padding: 10px 0;
}
.sacrch-area-inner {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.sacrch-area-inner .ttl-sacrch {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	margin: 0 10px 0 0;
}
.sacrch-area-inner .form-area {
	display: inline-block;
	vertical-align: middle;
}
.sacrch-area-inner .form-area form {}
.sacrch-area-inner .form-area form input {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 34px;
	height: 34px;
}
.sacrch-area-inner .form-area form .text {
	background-color: #fefefe;
	min-width: 380px;
	padding: 0 10px;
	font-size: 12px;
}
.sacrch-area-inner .form-area form .submit {
	background-color: #000;
	color: #fff;
	padding: 0 16px;
	font-size: 12px;
	letter-spacing: 1px;
	cursor: pointer;
}


/* ---------------
	TOP HAIR STYLE
-------------------------------------------------------*/
.earth-contents-hair-style {
	position: relative;
	z-index: 100;
	background-attachment: fixed !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-ms-background-size: cover !important;
	background-size: cover !important;
}
#hair-style-bg {
	position: absolute;
	background: #000;
	z-index: -1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
#hair-style-bg > div {
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}
#hair-style-bg > #short {
	background: url(../images/bg/bg_hair-style-short.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
#hair-style-bg > #bob {
	background: url(../images/bg/bg_hair-style-bob.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
#hair-style-bg > #medium {
	background: url(../images/bg/bg_hair-style-medium.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
#hair-style-bg > #long {
	background: url(../images/bg/bg_hair-style-long.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
#hair-style-bg > #arrange {
	background: url(../images/bg/bg_hair-style-arrange.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
#hair-style-bg > #mens {
	background: url(../images/bg/bg_hair-style-mens.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
.earth-contents-hair-style-bg {
	background: url(../images/bg/bg-hair-style-bg.png) repeat;
	padding: 100px 0;
}
.safari .earth-contents-hair-style { /* safariは有効に  */
	background-attachment: fixed !important;
}
.chrome .earth-contents-hair-style { /* chomeのみバグの為  */
	background-attachment: scroll !important;
}
.hair-style-contents-wrap {
	margin: 40px 0 0 0;
}
.hair-style-contents-wrap > ul {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	max-width: 1310px;
	width: 100%;
	margin: 0 auto;
}
.hair-style-contents-wrap > ul li {
	display: inline-block;
	vertical-align: top;
	margin: 1px 0 0 1px;
	max-width: 16.4%;
}
.hair-style-contents-wrap > ul li a {
	display: block;
	text-decoration: none;
}
.hair-style-contents-wrap > ul li .img {
	position: relative;
	background-color: #000;
	overflow: hidden;
}
.hair-style-contents-wrap > ul li .img img { max-width: 100%; background-color: #000;}
.hair-style-contents-wrap > ul li .img .check {
	background: url(../images/icon/icon-check-1.png) no-repeat center center;
	width: 46px;
	height: 46px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}
.hair-style-contents-wrap > ul li .style-name {
	background-color: #fff;
	padding: 14px 0;
}
.hair-style-contents-wrap > ul li .style-name span {
	display: block;
	text-align: center;
}
.hair-style-contents-wrap > ul li .style-name .jp {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
	line-height: 1;
}
.hair-style-contents-wrap > ul li .style-name .en {
	color: #999;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1;
	margin: 4px 0 0 0;
}
.hair-style-contents-wrap > ul li a:hover .img .check { opacity: 1; }
.hair-style-contents-wrap > ul li a:hover .style-name { background-color: #000; }
.hair-style-contents-wrap > ul li a:hover .style-name .jp { color: #fff; }
.hair-style-contents-wrap > ul li a,
.hair-style-contents-wrap > ul li a:hover .img .check {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.hair-style-contents-wrap > ul li a:hover .style-name,
.hair-style-contents-wrap > ul li a:hover .style-name span {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* ---------------
	TOP SPECIAL CONTENTS
-------------------------------------------------------*/
.earth-contents-special { padding: 60px 0; background-color: #fff;}
.spcial-contents-wrap {
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}
.spcial-contents-wrap .bx-wrapper {
	margin: 0 auto;
	position: relative;
}
.spcial-contents-wrap .bx-wrapper .bx-viewport {
	overflow: visible !important;
}
.spcial-contents-wrap .bx-pager {
	text-align: center;
	margin: 30px 0 0 0;
}
.spcial-contents-wrap .bx-pager .bx-pager-item {
	display: inline-block;
	vertical-align: top;
}
.spcial-contents-wrap .bx-pager .bx-pager-item a {
	background-color: #d6d6d6;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	border-radius: 50em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.spcial-contents-wrap .bx-pager .bx-pager-item a.active { background-color: #707070; }
.spcial-contents-wrap .bx-controls-direction a {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	background: url(../images/bg/bg-op-black-1.png);
	max-width: 960px;
	width: 100%;
	height: 190px;
}
.spcial-contents-wrap .bx-controls-direction a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: .6;
}
.spcial-contents-wrap .bx-controls-direction .bx-prev { left: -100%; }
.spcial-contents-wrap .bx-controls-direction .bx-next { right: -100%; }
.spcial-contents-wrap .bx-controls-direction a i {
	font-size: 40px;
	color: #fff;
	opacity: .6;
	position: absolute;
	top: 50%;
	margin-top: -36px;
	width: 100%;
}
.spcial-contents-wrap .bx-controls-direction .bx-prev i { right: 20px; text-align: right; }
.spcial-contents-wrap .bx-controls-direction .bx-next i { left: 20px; text-align: left; }
.spcial-contents-wrap .spcial-slider {}
.spcial-contents-wrap .spcial-slider li {}
.spcial-contents-wrap .spcial-slider li a { display: block; position: relative; }
.spcial-contents-wrap .spcial-slider li .img { background-color: #fff; }
.spcial-contents-wrap .spcial-slider li .img img { max-width: 100%; }
.spcial-contents-wrap .spcial-slider li a .new {
	background: url(../images/icon/icon-new-1.png) no-repeat center center;
	width: 46px;
	height: 46px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}


/* ---------------
	TOP PRODUCT
-------------------------------------------------------*/
.earth-contents-product {
	background-color: #f4f4f4;
	padding: 100px 0 80px;
}
.earth-contents-product .post-top-banner {
	padding-top: 20px;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
.earth-contents-product .post-top-banner ul { }
.earth-contents-product .post-top-banner ul li {
	margin: 20px 0 0 0;
}
.earth-contents-product .post-top-banner ul li a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 960px;
}
.earth-contents-product .post-top-banner ul li a img { max-width: 100%; }
.earth-contents-product .post-top-banner ul li a .new {
	background: url(../images/icon/icon-new-1.png) no-repeat center center;
	width: 46px;
	height: 46px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}


/* ---------------
	TOP PRODUCT RANKIGN
-------------------------------------------------------*/
.earth-contents-product .ranking-wrap {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
	background-color: #fff;
}
.earth-contents-product .ranking-wrap .ttl {
	font-size: 28px;
	letter-spacing: 4px;
	color: #000;
	font-weight: normal;
}
.earth-contents-product .ranking-inner {
	padding: 40px 0 50px;
	position: relative;
	margin-top: 20px;
}
.earth-contents-product .ranking-inner .bx-controls-direction {}
.earth-contents-product .ranking-inner .bx-controls-direction a {
	font-size: 36px;
	font-weight: normal;
	color: #d4d4d4;
	text-decoration: none;
	width: 60px;
	height: 60px;
	text-align: center;
	display: block;
	line-height: 60px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.earth-contents-product .ranking-inner .bx-controls-direction a:hover { color: #999; }
.earth-contents-product .ranking-inner .bx-prev,
.earth-contents-product .ranking-inner .bx-next {
	position: absolute;
	top: 38%;
}
.earth-contents-product .ranking-inner .bx-prev { left: -60px; }
.earth-contents-product .ranking-inner .bx-next { right: -60px; }
.earth-contents-product .ranking-slider li {
	display: inline-block;
	vertical-align: bottom;
	max-width: 170px;
	min-height: 170px;
	padding-top: 38px;
	width: 170px;
}
.earth-contents-product .ranking-slider li a {
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	position: relative;
	text-decoration: none;
}
.earth-contents-product .ranking-slider li a .thumbnail {
	text-align: center;
	display: inline-block;
	vertical-align: bottom;
	min-height: 110px;
	position: relative;
	z-index: 1;
}
.earth-contents-product .ranking-slider li a .thumbnail img { max-width: 100%; max-height: 120px;}
.earth-contents-product .ranking-slider li a .txt-wrap {
	min-height: 80px;
	margin: 10px 0 0 0;
	text-align: center;
}
.earth-contents-product .ranking-slider li a .txt-wrap .genre {
	font-size: 11px;
	font-weight: normal;
}
.earth-contents-product .ranking-slider li a .txt-wrap .name {
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	line-height: 1.4;
}
.earth-contents-product .ranking-slider li a .txt-wrap .price {
	font-size: 10px;
	color: #777;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 6px;
}
.earth-contents-product .ranking-slider li i[class*="ranking-"] {
	display: block;
	position: absolute;
	top: 8px;
	color: #fff;
	font-weight: normal;
	width: 32px;
	height: 32px;
	line-height: 22px;
	font-size: 10px;
	background: url(../images/icon/icon-ranking-common.png) no-repeat center top;
}
.earth-contents-product .ranking-slider li .ranking-1,
.earth-contents-product .ranking-slider li .ranking-2,
.earth-contents-product .ranking-slider li .ranking-3 {
	line-height: 36px !important;
	top: 0px !important;
}
.earth-contents-product .ranking-slider li .ranking-1 {
	background: url(../images/icon/icon-ranking-1.png) no-repeat center top !important;
}
.earth-contents-product .ranking-slider li .ranking-2 {
	background: url(../images/icon/icon-ranking-2.png) no-repeat center top !important;
}
.earth-contents-product .ranking-slider li .ranking-3 {
	background: url(../images/icon/icon-ranking-3.png) no-repeat center top !important;
}

.earth-contents-product .online-bnr {}
.earth-contents-product .online-bnr .ttl {
	font-size: 28px;
	font-weight: normal;
	color: #000;
	letter-spacing: 2px;
}
.earth-contents-product .online-bnr ul {}
.earth-contents-product .online-bnr ul li {
	display: inline-block;
	vertical-align: top;
	width: 260px;
	margin: 20px 10px 0 10px;
}
.earth-contents-product .online-bnr ul li {
	display: inline-block;
	vertical-align: top;
	margin: 20px 10px 0 10px;
}
.earth-contents-product .online-bnr ul li a {
	text-decoration: none;
	padding: 15px 0;
	background: #fff;
	width: 260px;
	display: block;
	cursor: pointer;
}
.earth-contents-product .online-bnr ul li a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0.6;
}
.earth-contents-product .online-bnr ul li .online-icon {
	display: inline-block;
	vertical-align: middle;
}
.earth-contents-product .online-bnr ul li .online-text {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 11px;
	text-align: left;
	max-width: 168px;
}
.earth-contents-product .online-bnr ul li .online-text span {
	font-size: 12px;
	font-weight: bold;
}
.online-bnr {}
.online-bnr .ttl {
	font-size: 28px;
	font-weight: normal;
	color: #000;
	letter-spacing: 2px;
}
.online-bnr ul {}
.online-bnr ul li {
	display: inline-block;
	vertical-align: top;
	width: 260px;
	margin: 20px 10px 0 10px;
}
.online-bnr ul li {
	display: inline-block;
	vertical-align: top;
	margin: 20px 10px 0 10px;
}
.online-bnr ul li a {
	text-decoration: none;
	padding: 15px 0;
	background: #fff;
	width: 260px;
	display: block;
	cursor: pointer;
}
.online-bnr ul li a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0.6;
}
.online-bnr ul li .online-icon {
	display: inline-block;
	vertical-align: middle;
}
.online-bnr ul li .online-text {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 11px;
	text-align: left;
}
.online-bnr ul li .online-text span {
	font-size: 12px;
	font-weight: bold;
}



/* ---------------
	TOP EARTH CONTENTS NEWS
-------------------------------------------------------*/

.earth-contents-news {
	padding: 100px 0 80px 0;
	background: url(../images/bg/bg-cover.png);
}
.earth-contents-notice {
	padding: 35px 0 30px 0;
	background: url(../images/bg/bg-cover.png);
}
.earth-contents-campaign {
	padding: 35px 0 30px 0;
	background: #000;
}
.news-wrap ul {
	text-align: center;
	margin: 30px 0 0 0;
}
.news-wrap ul li {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	margin: 0 1.4%;
}
.news-wrap ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: justify;
}
.newlistbtn{
	text-align: center !important;
	height: 92px;
	line-height: 65px;
}
.news-wrap ul li a .time {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	margin: 6px 0 0 0;
}
.news-wrap ul li a .thumbnail {}
.news-wrap ul li a .thumbnail img {
	border: 3px solid #fff;
	max-width: 100%;
	height: 92px;
	object-fit: cover;

}
.news-wrap ul li a .txt {
	font-size: 11px;
	margin: 4px 0 0 0;
}
.btn-wrap {}


/* ---------------
	TOP EARTH CONTENTS MEDIA
-------------------------------------------------------*/
.earth-contents-media {
	background-color: #fff;
	padding: 60px 0 60px 0;
}
.earth-contents-media > h1 {
	font-size: 28px;
	color: #000;
	letter-spacing: 4px;
	font-weight: normal;
}
.earth-contents-media .media-wrap {}
.earth-contents-media .media-wrap ul {
	text-align: center;
	margin: 30px 0 0 0;
}
.earth-contents-media .media-wrap ul li {
	display: inline-block;
	vertical-align: top;
	width: 130px;
	margin: 0 1.4%;
	line-height: 1.5;
}
.earth-contents-media .media-wrap ul li a {
	display: block;
	text-decoration: none;
}
.earth-contents-media .media-wrap ul li a .thumbnail {}
.earth-contents-media .media-wrap ul li a .txt {
	font-size: 11px;
	margin: 10px 0 0 0;
}
.earth-contents-media .btn-wrap {}


/* ---------------
	TOP EARTH CONTENTS INFO
-------------------------------------------------------*/
.earth-contents-info {
	margin: 0 auto;
	height: 360px;
}
.earth-contents-info .earth-mag-top {
	width: 50%;
	float: left;
	background-color: #000;
	height: 100%;
	text-align: left;
	display: block;
	position: relative;
}
.earth-contents-info .earth-mag-top .abs_box {
	position: absolute;
	max-width: 256px;
	width: 30%;
	top: 0;
	bottom: 0;
	left: 10%;
	right: 0;
	margin: auto 0;
}
.earth-contents-info .earth-mag-top .img-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	margin-top: 94px;
}
.earth-contents-info .earth-mag-top .img-wrap .img {
	margin: 0 0 0 4%;
	width: 48%;
	float: left;
}
.earth-contents-info .earth-mag-top .img-wrap .img:first-child {
	margin: 0 !important;
}
.earth-contents-info .earth-mag-top .img-wrap .img img { max-width: 100%; width: 100%; }
.earth-contents-info .earth-mag-top .txt-wrap {
	text-align: left;
	margin: 0 0 0 20px;
	color: #fff;
	width: 220px;
	position: absolute;
	right: -240px;
	top: 96px;
}
.earth-contents-info .earth-mag-top .txt-wrap .ttl {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 4px;
	line-height: 1;
}
.earth-contents-info .earth-mag-top .txt-wrap > p {}
.earth-contents-info .earth-mag-top .txt-wrap .read1 {
	font-size: 11px;
	margin: 3px 0 0 0;
}
.earth-contents-info .earth-mag-top .txt-wrap .read2 {
	font-size: 12px;
	margin: 12px 0 0 0;
}
.earth-contents-info .earth-mag-top .txt-wrap .btn-wrap {
	margin: 20px 0 0 0;
}
.earth-contents-info .president {
	width: 50%;
	float: left;
	vertical-align: middle;
	background: #000 url(../images/top/president-img.jpg) no-repeat right center;
	height: 100%;
	text-align: left;
}
.earth-contents-info .president .inner {
	width: 330px;
	margin: 90px 50px 0 auto;
	text-align: right;
}
.earth-contents-info .president .inner > h1 {}
.earth-contents-info .president .inner > h2 {}
.earth-contents-info .president .btn-wrap {
	text-align: left;
	margin: 10px 0 0 18px;
}



/* ---------------
	TOP RECRUIT
-------------------------------------------------------*/
.link-wrap {
	background-color: #f4f4f4;
	padding: 100px 0;
}
.link-inner {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
.link-inner .top-recruit {
	display: inline-block;
	vertical-align: top;
	width: 280px;
	max-width: 30%;
}
.link-inner .top-recruit > .ttl {
	font-size: 24px;
	text-align: center;
	color: #000;
	margin: 0 0 10px 0;
}
.link-inner .top-recruit > .inner {
	background-color: #fff;
	text-align: center;
	padding: 30px;
}
.link-inner .top-recruit > .inner .ttl-sub {}
.link-inner .top-recruit > .inner p {
	font-size: 11px;
	color: #000;
	margin: 6px 0 0 0;
}
.link-inner .top-recruit-bnr { margin: 10px 0 0 0; }
.link-inner .top-recruit-bnr li { margin: 10px 0 0 0; }
.link-inner .top-recruit-bnr li a {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	letter-spacing: 1px;
	display: block;
	border: 1px solid #000;
	padding: 16px 0;
	text-decoration: none;
	overflow: hidden;
	position: relative;
}
.link-inner .top-recruit-bnr li a:hover {
	background: #000;
	color: #fff;
}

.link-inner .top-recruit-bnr li a span {}
.link-inner .outside-link {
	display: inline-block;
	vertical-align: top;
	max-width: 70%;
	width: 100%;
}
.link-inner .outside-link .col {
	display: inline-block;
	vertical-align: top;
	width: 280px;
	max-width: 41%;
	margin: 0 0 0 9%;
}
.link-inner .outside-link .col h1 {
	font-size: 24px;
	color: #000;
	text-align: center;
	margin: 0 0 10px 0;
}
.link-inner .outside-link .col ul {}
.link-inner .outside-link .col ul li {
	text-align: center;
	border-bottom: 1px solid #000;
}
.link-inner .outside-link .col ul li:first-child {
	border-top: 1px solid #000;
}
.link-inner .outside-link .col ul li a {
	display: block;
	padding: 26px 0;
	text-decoration: none;
	color: #000;
}
.link-inner .outside-link .col ul li a dl {}
.link-inner .outside-link .col ul li a dl dt {
	min-height: 54px;
	text-align: center;
}
.link-inner .outside-link .col ul li a dl dd {
	margin: 10px 0 0 0;
}



/* ---------------
	history-back
-------------------------------------------------------*/

.history-back {
	display: block;
	border: 1px solid #000;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 20px;
	text-decoration: none !important;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.history-back .arrow {
	font-size: 11px;
	position: relative;
	letter-spacing: 1px;
	top: 7px;
}
.history-back:hover {
	background: #000;
	color: #fff;
}
.history-back .arrow:before {
	display: block;
	font-size: 18px;
	margin: 0 auto;
	position: relative;
	top: 0;
}


/* ---------------
	テキスト
-------------------------------------------------------*/

.salon-bottom-wrap1 {
	margin: 60px auto 0 auto;
	max-width: 540px;
	width: 100%;
	padding-bottom: 30px;
}
.salon-bottom-wrap1 .t1 {
	font-weight: bold;
	font-size: 16px;
	color: #a31a30;
	border-bottom: 2px solid #a31a30;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 4px;
}
.salon-bottom-wrap1 .t1_02 {
	font-weight: bold;
	font-size: 16px;
	color: #a31a30;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 4px;
}
.salon-bottom-wrap1 .t2 {
	font-size: 12px;
	margin: 16px 0 30px 0;
}
.salon-bottom-wrap1 .btn-wrap {}
.salon-bottom-wrap1 .icon-search-1 {}
.salon-bottom-wrap1 .icon-search-1:before {
	font-weight: normal;
	margin: 0 8px 0 -10px;
	font-size: 18px;
}
