@charset "UTF-8";

/*
---
---------------------------------------------------------------------------*/
.index_header{
	position: relative;
	z-index: 1;
}
.index_header:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../images/bg_index_header_1920x800.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	z-index: -1;
}
.index_header:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #5a918d;
	opacity: 0.9;
	z-index: -1;
}
.index_header-inner:before{
	content: '';
	display: table;
	clear: both;
}
.index_header-hWrapper{
	margin-top: -46px;
}
.index_header-h1{
	display: inline-block;
	padding: 30px;
	position: relative;
	border: 3px solid #5a918d;
	background-color: #fff;
	line-height: 0;
}
.index_header-h1:before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: -13px;
	left: -13px;
	background-color: #5a918d;
}
.index_header-h1 img{
	display: inline-block;
	width: 216px;
	vertical-align: bottom;
}
.index_header-h1 span{
	display: inline-block;
	margin-left: 1em;
	font-size: 2.6rem;
	color: #5a918d;
	font-weight: bold;
	line-height: 1;
	vertical-align: bottom;
}
.index_header-textArea{
	color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}


/*
---
---------------------------------------------------------------------------*/
.index_articles-wrapper + .index_articles-wrapper {
    margin-top: 60px;
}
.index_articles-wrapper[data-state-vol="hidden"]{
	display: none;
}
.index_articles-wrapper > h2 {
    margin-bottom: 20px;
}
.index-articles-h2 {
    position: relative;
    padding: 5px 0 0 15px;
}
.index-articles-h2:before,
.index-articles-h2:after {
    content: "";
    background-color: #5a918d;
    position: absolute;
    z-index: -1;
    opacity: 0.3;
}
.index-articles-h2:before {
    width: 30px;
    height: 30px;
    left: -15px;
    top: 0;
}
.index-articles-h2:after {
    width: 20px;
    height: 20px;
    left: 5px;
    top: 20px;
}
.index_articles-wrapper h3 {
	margin-top: 30px;
}
.index_articles{
	transition: all .3s;
	margin-top: -20px;
}
.index_articles[data-animated="true"]{
	opacity: 0;
}
.index_articles-box[data-state-sex="hidden"],
.index_articles-box[data-state-pref="hidden"],
.index_articles-box[data-state-theme="hidden"]{
	display: none;
}
.index_articles > :nth-of-type(3n+1){
	clear: none;
}
.index_articles > .index_articles-box{
	padding-top: 20px;
}
.index_articles-innerBox{
	border: 1px solid #ddd;
	padding: 15px;
	position: relative;
    text-decoration: none;
    color: inherit;
	height: 100%;
}
.index_articles-innerBox:before{
	position: absolute;
	width: 26px;
	height: 26px;
	content: '';
	top: -1px;
	right: -1px;
	background-color: #fff;
	-webkit-background-size: 26px auto;
	background-size: 26px auto;
	background-repeat: no-repeat;
}
.index_articles-box[data-sex="0"] .index_articles-innerBox:before{
	background-image: url(../images/icon_man_26x26.png);
}
.index_articles-box[data-sex="1"] .index_articles-innerBox:before{
	background-image: url(../images/icon_woman_26x26.png);
}
.index_articles-box[data-sex=""] .index_articles-innerBox:before{
	background-image: url(../images/icon_man_woman_26x26.png);
}
.index_articles-innerBox:hover {
    box-shadow: 5px 5px 15px #ddd;
    background-color: #fff;
    border-color: #4d4d4d;
}
.index_articles-linkBox{
	counter-reset: volumu;
	margin-top: 15px;
}
.index_articles-linkBox.v2{
    margin-top: 10px;
    font-size: 1.4rem;
    padding: 5px 0 5px 10px;
/*    color: #5a918d;*/
}
.index_articles-tagBox {
    font-style: italic;
    color: #888;
    margin: 5px 0 0;
    font-size: 1.1rem;
}
.index_articles-tagBox span {
	display: inline-block;
	color: #fff;
	padding: 2px 5px;
	border-radius: 3px;
	background-color: #666;
}
.index_articles-tagBox span.tag-0 {
	background-color: #9863c3;
}
.index_articles-tagBox span.tag-1 {
	background-color: #c363a7;
}
.index_articles-tagBox span.tag-2 {
	background-color: #c39863;
}
.index_articles-tagBox span.tag-3 {
	background-color: #8ec363;
}
.index_articles-tagBox span.tag-4 {
	background-color: #63c398;
}
.index_articles-tagBox span.tag-5 {
	background-color: #638ec3;
}
.index_articles-tagBox span.tag-6 {
	background-color: #c36363;
}
.index_articles-tagBox span.tag-7 {
	background-color: #da8cc3;
}
.index_articles-tagBox span.tag-8 {
	background-color: #e97d96;
}
.index_articles-tagBox span.tag-9 {
	background-color: #ed906e;
}
.index_articles-tagBox span.tag-10 {
	background-color: #6cbbd9;
}
.index_articles-linkBox a{
	display: block;
	text-decoration: none;
	position: relative;
	font-size: 1.4rem;
	padding-left: 50px;
	min-height: 24px;
	color: inherit;
}
.index_articles-linkBox a:nth-of-type(n+2){
	margin-top: 15px;	
}
.index_articles-linkBox a:before{
	counter-increment: volumu;
	content: "vol." counter(volumu);
	position: absolute;
	width: 40px;
	font-size: 1.2rem;
	height: 24px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	background-color: #5a918d;
	border-radius: 3px;
	top: 0;
	left: 0;
	transition: all .5s;
}
.index_articles-linkBox a.code01:before{
	content: "vol.1";
}
.index_articles-linkBox a.code02:before{
	content: "vol.2";
}

.index_articles-linkBox a:hover{
	color: #d1568d;
}
.index_articles-linkBox a:hover:before{
	background-color: #d1568d;
}


.index_articles-innerBox.private {
	cursor: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	border-color: #ddd;
}
.index_articles-innerBox.private .index_articles-linkBox.v2 {
	opacity: .25;
}


/*
---
---------------------------------------------------------------------------*/
.index_archives{
	padding-bottom: 5px;
}


/*
---
---------------------------------------------------------------------------*/
.owl-carousel .item {
    border-radius: 0;
    background-color: transparent;
	border: 1px solid #ddd;
    padding: 15px;
}
.owl-carousel .item h4 {
    font-size: 1.6rem;
    color: inherit;
    padding-bottom: 10px;
    border-color: #aaa;
    font-weight: bold;
}
.owl-carousel .item p {
	margin-top: 10px;
    font-size: 1.2rem;
    color: #777;
}


/*
---
---------------------------------------------------------------------------*/
.index-cat-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.index-cat-item {
    display: flex;
    width: 33.3333333333333%;
    padding: 0 5px;
}
.index-cat-item:nth-of-type(n+4) {
    padding-top: 10px;
}
.index-cat-item:nth-of-type(8) {
    flex-grow: 2;
}
.index-cat-inner {
    padding: 15px;
    border: 1px solid #ddd;
    width: 100%;
    position: relative;
	transition: all .5s;
}
.index-cat-inner:before {
	content: attr(data-title);
    font-size: 1.6rem;
    font-weight: bold;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: top .5s, transform .5s;
	width: 100%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.3;
}
.index-cat-inner h4 {
    font-size: 1.6rem;
    font-weight: bold;
	transition: all .5s;
	opacity: 0;
}
.index-cat-inner p {
    font-size: 1.4rem;
    margin-top: 15px;
	transition: all .5s;
	opacity: 0;
}
.index-cat-inner:hover {
	background-color: #fff;
}
.index-cat-inner:hover:before {
	top: 15px;
	-webkit-transform: none;
	transform: none;
}
.index-cat-inner:hover p {
	transition: all .5s .5s;
	opacity: 1;
}
.index-cat-item:nth-of-type(8) .index-cat-inner {
    border-width: 0;
    padding: 0;
	background-image: url(/common/images/concierge_ruje_sp.png);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: right bottom -15px;
	min-height: 180px;
	background-color: transparent;
}
.index-cat-item:nth-of-type(8) .index-cat-inner span {
    position: absolute;
    font-size: 1.2rem;
    border: 1px solid;
    border-radius: 100%;
    padding: 30px 20px;
    width: 250px;
    right: 120px;
    top: 0;
}
.index-cat-item:nth-of-type(8) .index-cat-inner:after {
    content: "";
    width: 20px;
    height: 20px;
    border-color: #333;
    border-style: solid;
    border-width: 0 1px 1px 0;
    position: absolute;
    background-color: #fff;
    transform: rotate(24deg);
    right: 160px;
    top: 90px;
}


/*
---
---------------------------------------------------------------------------*/
.index_archives-innerBox.active:before {
    background-color: #ab6a00;
}
.index_archives-innerBox.active:after {
    background-color: #f69800;
}



@media only screen and (max-width: 767px) {
	/*
	---
	---------------------------------------------------------------------------*/
	.contents_section-textArea {
		padding-left: 0;
		padding-right: 0;
	}
	
	
	/*
	---
	---------------------------------------------------------------------------*/
	.index_header-hWrapper {
		margin-top: -32px;
	}
	.index_header {
		margin-top: 52px;
	}
	.index_header-h1 {
		display: block;
		padding: 20px;
	}
	.index_header-h1 img {
		width: 150px;
	}
	.index_header-h1 span {
		font-size: 1.8rem;
		margin-left: 1ex;
	}
	.index_header-hWrapper {
		margin-top: -32px;
	}
	.index_header {
		margin-top: 52px;
	}
	.index_header-textArea {
		padding: 30px 0;
	}


/*
---
---------------------------------------------------------------------------*/
	.index-articles-h2 {
		padding: 25px 0 0 0px;
	}


/*
---
---------------------------------------------------------------------------*/
	.contents_section-inner > h2.index-cat-h2 {
		margin-bottom: 0;
	}
	.index-cat-item {
		width: 100%;
		order: 2;
	}
	.index-cat-item:nth-of-type(n+2) {
		padding-top: 15px;
	}
	.index-cat-inner:before {
		display: none;
	}
	.index-cat-inner h4,
	.index-cat-inner p {
		opacity: 1;
	}
	.index-cat-item:nth-of-type(8) {
		order: 1;
	}
	.index-cat-item:nth-of-type(8) .index-cat-inner {
		background-position: left bottom -15px;
		min-height: 170px;
	}
	.index-cat-item:nth-of-type(8) .index-cat-inner span {
		right: auto;
		left: 100px;
		width: 200px;
	}
	.index-cat-item:nth-of-type(8) .index-cat-inner:after {
		right: auto;
		left: 134px;
		transform: rotate(69deg);
	}
}


