@charset "utf-8";


/* Top-mv-block
----------------------------------------- */

.top-mv-block {
	width: 980px;
	margin: 0 auto 20px;
}

.top-mv-block .mv-img {
	height: 250px;
}

.top-mv-block .mv-menu {
	height: 110px;
	letter-spacing: -0.4em;
}

.top-mv-block .mv-menu li {
	display: -moz-inline-box;
	/*for Firefox 2*/
	display: inline-block;
	/*for modern*/
	/display: inline;
	/*for ie5～7*/
	/zoom: 1;
	/*for ie5～7*/
	vertical-align: top;
}


/* Top-mv-block   renewal
----------------------------------------- */

.top-mv2-block-logo {
	text-align: left;
	padding: 15px 0px 0px 10px;
    position: relative;
}

.top-mv2-block {
	/* width: 980px;
	height: 360px;
	margin: 0 auto 20px; */
   position: relative;
    width: 100%;
    height: 750px;
    margin: 0 auto;
}


@media screen and (max-width: 767px){
.top-mv2-block{
   width: 100%;
   height: 200px;
    }}


.mv2-block-logo {
	text-align: left;
    padding: 15px 0px 0px 10px;
    position: relative;
}

.top-mv2-block .catch {
	text-align: left;
	margin: 10% 0px 0px 38%;
	font-size: 46px;
	color: aliceblue;
	line-height: 1.0em;
}

.top-mv2-block .catch1 {
	text-align: left;
	margin: 1% 0px 0px 38%;
	font-size: 46px;
	color: aliceblue;
	line-height: 1.0em;
}

.top-mv2-block .catch2 {
	text-align: left;
	margin: 1% 0px 1% 38%;
	font-size: 46px;
	color: aliceblue;
	line-height: 1.0em;
}

.top-mv2-block .catch3 {
	text-align: right;
	margin: 1% 0px 5% 55%;
}

.top-mv2-block .catch3 a:hover img {
	transform: scale(1.1);
}

.top-mv2-block .lead {
	/* width: 568px;
	height: 100px; */
	margin: 0 0 26px 331px;
	text-align: left;
}

.top-mv2-block .mv-menu {
	 width: 70%;
    margin: 0 auto 15px;
    background-color: white;
    text-align: center;
    box-shadow: 0 0 8px rgb(0 0 0 / 40%);
    position: relative;
    top: 480px;
}

.top-mv2-block .mv-menu li {
	width: 18%;
	display: inline-block;
	box-shadow: 0 0 8px rgb(0 0 0 / 40%);
	border-radius: 3px;
	margin-right: 1%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.top-mv2-block .mv-menu li:hover {
	opacity: 0.8;
}

.gnavi {
	text-align: right;
}

.menu-list {
	margin-top: revert;
    font-weight: bold;
    /*text-shadow: 1px 1px #000;*/
}

.menu-list li {
	display: inline;
	margin-right: 20px;
}

.menu-list a {
	color: aliceblue;
	font-size: 19px;
	text-decoration: none;
}

.menu-list a:hover {
	color: #F2BB00;
}

a {
	text-decoration: none !important;
}

/* Top Contents
----------------------------------------- */

.top-content-block {
	clear: both;
	/* width: 980px; */
	margin: 0 auto;
	text-align: left;
}

.top-content-block .left-box {
	width: 748px;
	float: left;
}

.top-content-block .right-box {
	width: 210px;
	float: right;
}

.big-banner01 {
	margin: 0px 20% 20px;
}

.big-banner02 {
	/*margin: 0px 20% 20px;*/
	width: 100%;
}

.big-banner02 h1 {
	text-align: center;
	font-size: 35px;
	/*margin-bottom: 25px;*/
	/*margin-top: 70px;*/
	line-height: 100%;
	color: #beaf87;
}

.big-banner02 h2 {
	text-align: center;
	margin: 12px 0;
}

.big-banner02-text {
	margin-left: 4%;
	margin-top: 10px;
	font-size: 20px;
	line-height: 1.2em;
}

.big-banner02 img {
	width: 90% !important;
	margin: 0 auto !important;
}

.big-banner02 a:hover img {
	opacity: 0.7;
}

.big-wrapper {
	display: flex;
	width: 90%;
	margin: 0 auto;
	padding: 10px;
}

.big-wrapper2 {
	display: flex;
	width: 50%;
	margin: 0 auto;
	padding: 10px;
}


.news-list {
	height: 415px;
}

/*
.news-list2 {
	text-align: left;
}
*/

@media only screen and (max-width: 768px) {
	.news-list2 {
		height: 190px;
		text-align: left;
	}
}

.news-list-title {
	width: 25%;
	float: left;
	margin-left: 50px;
}

.news-list-title h1 {
	margin-top: 10px;
	font-size: x-large;
}

.news-list-bloc {
	width: 65%;
	float: right;
	margin-top: 20px;
}

.news-ul li {
	border-bottom: solid 1px #e4e4e7;
	margin-right: 50px;
	margin-bottom: 20px;
	padding-bottom: 20px;
    text-align: left;
}

.news-ul a {
	font-size: 17px;
	font-weight: bold;
}

.staff-list h1 {
	text-align: center;
	font-size: 35px;
	margin-bottom: 24px;
	margin-top: 50px;
	line-height: 1.0em;
}

.staff-list ul {
	margin: 0 auto;
	width: 90%;
	text-align: center;
}

.staff-list li {
	width: 23%;
	display: inline-block;
}

.staff-list a:hover img {
	opacity: 0.7;
}

.big-banner03 a:hover img {
	opacity: 0.7;
}


@media only screen and (max-width: 768px) {
	.big-wrapper {
		display: block;
        padding: 0;
	}
}






/* 全体のスタイル */
.swiper-wrapper {
	width: 100%;
}

/* 全スライド共通スタイル */
.swiper-slide {
	width: 100%;
	text-align: center;
}












.banner-text h1 {
	text-align: center;
	font-size: 35px;
	margin-bottom: 25px;
	margin-top: 70px;
}

.banner-text div {
	width: 90%;
	margin: 0 auto;
}

.banner-text ul {
	text-align: center;
}

.banner-text li {
	width: 28%;
	display: inline-block;
}

.banner-text img {
	width: 100%;
}

.banner-text li:hover {
	opacity: 0.5;
}

/* footr pc
----------------------------------------- */
footer {
	background-color: #202a34;
}

.footer-bloc1 {
	height: 265px;
}

.footer-bloc1 .top-text {
	text-align: center;
	border-bottom: solid 1px white;
	margin: 10px 18%;
}

.footer-bloc1-top-text-p {
	color: white;
	font-size: 21px;
	padding-bottom: 7px;
	padding-top: 7px;
	line-height: 1.0em;
}

.footer-bloc2 {
	display: flex;
	justify-content: center;
	/* position: relative;
	left: 50%;
	float: left; */
	margin-top: 18px;
}

.footer-bloc2 .list-bloc {
	width: 15%;
	float: left;
	/* position: relative;
    left: -50%;
    float: left; */
	margin-right: 38px;
	font-size: 15px;
}

.footer-bloc2 .list-bloc ul {
	text-align: left;
	margin-left: 20px;
	list-style: disc;
	line-height: 1.3em;
	margin-top: 5px;
}

.footer-bloc2 .list-bloc li {
	color: white;
}

.footer-bloc2 .list-bloc p {
	text-align: left;
	font-size: 19px;
}

.footer-bloc2 .list-bloc a {
	color: white;
}

.footer-bloc2 .list-bloc a:link {
	color: white;
}

.footer-bloc2 .list-bloc a:hover {
	color: #F2BB00;
}

.footer-bloc3 {
	background-color: #202a34;
	padding-bottom: 5px;
	color: #b3b3b3;
}

.footer-bloc3 p {
	font-size: 15px;
}

/* Campaign Banner
----------------------------------------- */

.top-content-block .campaign-banner {
	margin-bottom: 10px;
}



/* Recommend
----------------------------------------- */

.top-content-block .recommend-block {
	margin-bottom: 20px;
}

.top-content-block .recommend-block .recommend-ttl {
	height: 120px;
	line-height: 120px;
	padding-right: 40px;
	color: #FFF;
	text-align: right;
	font-weight: bold;
	background: url(/img/top_pickup_ttl.png) no-repeat;
}

.top-content-block .recommend-block .recommend-list {
	width: 370px;
}

.top-content-block .recommend-block .buy {
	float: left;
}

.top-content-block .recommend-block .rent {
	float: right;
}

.top-content-block .recommend-block .recommend-list li {
	margin-bottom: 6px;
}

.top-content-block .recommend-block .recommend-list li a {
	display: block;
	padding: 8px;
	text-decoration: none;
	color: #333;
}

.top-content-block .recommend-block .buy li a:link,
.top-content-block .recommend-block .buy li a:visited {
	border: 4px solid #FDDBDA;
}

.top-content-block .recommend-block .buy li a:active,
.top-content-block .recommend-block .buy li a:hover {
	border: 4px solid #FE9A9C;
}

.top-content-block .recommend-block .rent li a:link,
.top-content-block .recommend-block .rent li a:visited {
	border: 4px solid #EAFFC2;
}

.top-content-block .recommend-block .rent li a:active,
.top-content-block .recommend-block .rent li a:hover {
	border: 4px solid #C5FF55;
}

.top-content-block .recommend-block .recommend-list li .smaller {
	font-size: 11px;
}

.top-content-block .recommend-block .recommend-list li .thumb {
	width: 140px;
	padding: 7px 0;
	margin: 0 15px 10px 0;
	text-align: center;
	background-color: #221616;
	float: left;
}

.top-content-block .recommend-block .recommend-list li .thumb .photo {
	margin-bottom: 2px;
}

.top-content-block .recommend-block .recommend-list li .thumb .type {
	color: #FFF;
	font-size: 11px;
}

.top-content-block .recommend-block .recommend-list li .price {
	width: 190px;
	line-height: 20px;
	margin-bottom: 15px;
	font-size: 20px;
	float: right;
}

.top-content-block .recommend-block .recommend-list li .price .category {
	display: -moz-inline-box;
	/*for Firefox 2*/
	display: inline-block;
	/*for modern*/
	/display: inline;
	/*for ie5～7*/
	/zoom: 1;
	/*for ie5～7*/
	line-height: 20px;
	vertical-align: middle;
	width: 2.4rem;
	margin-right: 5px;
	text-align: center;
	font-size: 13px;
	color: #FFF;
}

.top-content-block .recommend-block .buy li .price .category {
	background-color: #FA615B;
}

.top-content-block .recommend-block .rent li .price .category {
	background-color: #77B804;
}

.top-content-block .recommend-block .buy li .point-list,
.top-content-block .recommend-block .rent li .point-list {
	width: 190px;
	font-size: 5px;
	float: right;
}

.top-content-block .recommend-block .buy li .point-list li,
.top-content-block .recommend-block .rent li .point-list li {
	display: -moz-inline-box;
	/*for Firefox 2*/
	display: inline-block;
	/*for modern*/
	/display: inline;
	/*for ie5～7*/
	/zoom: 1;
	/*for ie5～7*/
	vertical-align: top;
	width: 42px;
	margin-bottom: 0px;
}

.top-content-block .recommend-block .recommend-list li .datas {
	clear: both;
	min-height: 100px;
}

.top-content-block .recommend-block .recommend-list li .access {
	margin-bottom: 5px;
}

.top-content-block .recommend-block .recommend-list li .name {
	margin-bottom: 5px;
}

.top-content-block .recommend-block .buy li .name {
	color: #FA615B;
}

.top-content-block .recommend-block .rent li .name {
	color: #77B804;
}

.top-content-block .recommend-block .buy li .percent,
.top-content-block .recommend-block .buy li .hoperent {
	display: -moz-inline-box;
	/*for Firefox 2*/
	display: inline-block;
	/*for modern*/
	/display: inline;
	/*for ie5～7*/
	/zoom: 1;
	/*for ie5～7*/
	vertical-align: top;
	width: 46%;
	margin-bottom: 5px;
}

.top-content-block .recommend-block .recommend-list li .comment {
	height: 28px;
	line-height: 14px;
	font-size: 11px;
	margin-bottom: 10px;
}

.top-content-block .recommend-block .recommend-list li .link {
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}

.top-content-block .recommend-block .recommend-list li a:link .link,
.top-content-block .recommend-block .recommend-list li a:visited .link {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b413f', endColorstr='#221715');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4b413f', endColorstr = '#221715')";
	background-image: -moz-linear-gradient(top, #4b413f, #221715);
	background-image: -ms-linear-gradient(top, #4b413f, #221715);
	background-image: -o-linear-gradient(top, #4b413f, #221715);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#4b413f), to(#221715));
	background-image: -webkit-linear-gradient(top, #4b413f, #221715);
	background-image: linear-gradient(top, #4b413f, #221715);
}

.top-content-block .recommend-block .recommend-list li a:active .link,
.top-content-block .recommend-block .recommend-list li a:hover .link {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#968683', endColorstr='#553A35');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#968683', endColorstr = '#553A35')";
	background-image: -moz-linear-gradient(top, #968683, #553A35);
	background-image: -ms-linear-gradient(top, #968683, #553A35);
	background-image: -o-linear-gradient(top, #968683, #553A35);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#968683), to(#553A35));
	background-image: -webkit-linear-gradient(top, #968683, #553A35);
	background-image: linear-gradient(top, #968683, #553A35);
}


/* Newly (Pickup!)
----------------------------------------- */

.top-content-block .newly-block {
	clear: both;
	margin-bottom: 20px;
}

.top-content-block .newly-block .list-box {
	width: 372px;
}

.top-content-block .newly-block .buy {
	float: left;
}

.top-content-block .newly-block .rent {
	float: right;
}

.top-content-block .newly-block .newly-ttl {
	height: 61px;
}

.top-content-block .newly-block .newly-list {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}

.top-content-block .newly-block .newly-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

.top-content-block .newly-block .newly-list {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .top-content-block .newly-block .newly-list {
	height: 1%;
}

.top-content-block .newly-block .newly-list {
	display: block;
}

.top-content-block .newly-block .newly-list li {
	width: 184px;
	box-sizing: border-box;
	margin: 0 2px 2px 0;
	float: left;
}

.top-content-block .newly-block .newly-list li .smaller {
	font-size: 10px;
}

.top-content-block .newly-block .newly-list li a {
	display: block;
	box-sizing: border-box;
	padding: 5px 0;
	text-decoration: none;
	color: #333;
}

.top-content-block .newly-block .buy .newly-list a:link,
.top-content-block .newly-block .buy .newly-list a:visited {
	border: 4px solid #FDDBDA;
}

.top-content-block .newly-block .buy .newly-list a:active,
.top-content-block .newly-block .buy .newly-list a:hover {
	border: 4px solid #FE9A9C;
}

.top-content-block .newly-block .rent .newly-list a:link,
.top-content-block .newly-block .rent .newly-list a:visited {
	border: 4px solid #EAFFC2;
}

.top-content-block .newly-block .rent .newly-list a:active,
.top-content-block .newly-block .rent .newly-list a:hover {
	border: 4px solid #C5FF55;
}

.top-content-block .newly-block .newly-list li .thumb {
	width: 140px;
	height: 110px;
	padding: 5px 0;
	margin: 0 auto 10px;
	text-align: center;
	background-color: #221616;
}

.top-content-block .newly-block .newly-list li .thumb .photo {
	margin-bottom: 2px;
}

.top-content-block .newly-block .newly-list li .thumb .type {
	color: #FFF;
	font-size: 11px;
}

.top-content-block .newly-block .newly-list li .datas {
	width: 156px;
	height: 105px;
	margin: 0 auto;
}

.top-content-block .newly-block .newly-list li .datas .name {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 5px;
}

.top-content-block .newly-block .newly-list li .datas .access {
	font-size: 11px;
	margin-bottom: 5px;
}

.top-content-block .newly-block .newly-list li .datas .price {
	font-size: 20px;
	margin-bottom: 10px;
}

.top-content-block .newly-block .newly-list li .link {
	width: 156px;
	margin: 0 auto 5px;
	text-align: center;
	line-height: 20px;
	color: #FFF;
}

.top-content-block .newly-block .newly-list li a:link .link,
.top-content-block .newly-block .newly-list li a:visited .link {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b413f', endColorstr='#221715');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4b413f', endColorstr = '#221715')";
	background-image: -moz-linear-gradient(top, #4b413f, #221715);
	background-image: -ms-linear-gradient(top, #4b413f, #221715);
	background-image: -o-linear-gradient(top, #4b413f, #221715);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#4b413f), to(#221715));
	background-image: -webkit-linear-gradient(top, #4b413f, #221715);
	background-image: linear-gradient(top, #4b413f, #221715);
}

.top-content-block .newly-block .newly-list li a:active .link,
.top-content-block .newly-block .newly-list li a:hover .link {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#968683', endColorstr='#553A35');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#968683', endColorstr = '#553A35')";
	background-image: -moz-linear-gradient(top, #968683, #553A35);
	background-image: -ms-linear-gradient(top, #968683, #553A35);
	background-image: -o-linear-gradient(top, #968683, #553A35);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#968683), to(#553A35));
	background-image: -webkit-linear-gradient(top, #968683, #553A35);
	background-image: linear-gradient(top, #968683, #553A35);
}

.top-content-block .largebanner {
	clear: both;
	margin-bottom: 15px;
}


/* Information block
----------------------------------------- */

.top-content-block .information-block {
	padding: 1px;
	margin: 27px 0 8px;
	border: 1px solid #D8D8D8;
	background-color: #FFF;
}

.top-content-block .information-block .ttl {
	margin-bottom: 1px;
}

.top-content-block .information-block .info-list {
	margin-top: -12px;
	background-color: #f7f7f7;
	overflow: hidden;
}

.top-content-block .information-block .info-list dt {
	margin: 5px 5px 2px;
	padding-top: 5px;
	font-size: 13px;
	border-top: 1px dotted #414141;
}

.top-content-block .information-block .info-list dt a {
	color: #F29D00;
	text-decoration: none;
}

.top-content-block .information-block .info-list dd {
	margin: 0 5px 5px;
	font-size: 12px;
}

.top-content-block .information-block .info-list dd a {
	color: #333;
	text-decoration: none;
}

.top-content-block .banner-block {
	line-height: 0;
	font-size: 2px;
}

.top-content-block .banner-block .banner-list li {
	line-height: 0;
	margin-bottom: 6px;
}

.top-content-block .banner-block .banner-list li.narrow {
	margin-bottom: 2px;
}

.top-content-block .cm-frame {
	clear: both;
	margin-bottom: 5px;
}

.top-content-block .cm-frame .catch {
	padding: 2px 0;
	font-size: 11px;
	text-align: center;
	color: #F2B101;
	background-color: #222;
}

.top-content-block .cm-frame iframe {
	margin: 0;
}

.top-content-block .cm-frame .notice {
	margin-top: -8px;
	font-size: 10px;
	color: #666;
	text-align: center;
}

/* Report block
----------------------------------------- */

.top-content-block .report-block {
	padding: 1px 1px 0;
	margin-bottom: 8px;
	border: 1px solid #D8D8D8;
	background-color: #FFF;
}

.top-content-block .report-block .ttl {
	margin-bottom: 1px;
	font-size: 2px;
	line-height: 0;
}

.top-content-block .report-block .report-list li {
	margin-bottom: 1px;
}

.top-content-block .report-block .report-list li a {
	display: block;
	text-decoration: none;
	color: #333;
}

.top-content-block .report-block .report-list li .buy-ttl {
	height: 48px;
	line-height: 48px;
	padding-left: 15px;
	margin-bottom: 3px;
	font-weight: normal;
	font-size: 22px;
	color: #FFF;
	background: url(/img/top_report_buy_ttl.jpg) no-repeat;
}

.top-content-block .report-block .report-list li .rent-ttl {
	height: 48px;
	line-height: 48px;
	padding-left: 15px;
	margin-bottom: 3px;
	font-weight: normal;
	font-size: 22px;
	color: #FFF;
	background: url(/img/top_report_rent_ttl.jpg) no-repeat;
}

.top-content-block .report-block .report-list li .invest-ttl {
	height: 48px;
	line-height: 48px;
	padding-left: 15px;
	margin-bottom: 3px;
	font-weight: normal;
	font-size: 22px;
	color: #FFF;
	background: url(/img/top_report_investment_ttl.jpg) no-repeat;
}


.top-content-block .report-block .report-list li .smaller {
	font-size: 10px;
}

.top-content-block .report-block .report-list .buy a:link,
.top-content-block .report-block .report-list .buy a:visited,
.top-content-block .report-block .report-list .investment a:link,
.top-content-block .report-block .report-list .investment a:visited {
	border: 4px solid #FDDBDA;
}

.top-content-block .report-block .report-list .buy a:active,
.top-content-block .report-block .report-list .buy a:hover,
.top-content-block .report-block .report-list .investment a:active,
.top-content-block .report-block .report-list .investment a:hover {
	border: 4px solid #FE9A9C;
}


.top-content-block .report-block .report-list li .tpoint {
	width: 143px;
	height: 36px;
	line-height: 36px;
	padding-left: 35px;
	margin: 0 auto 8px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #DDD;
	background: #FFF url(/img/icon_top_tpoint.png) 1px 1px no-repeat;
}

.top-content-block .report-block .report-list li .tpoint .pointnum {
	line-height: 36px;
	font-size: 30px;
}

.top-content-block .report-block .report-list li .tpoint .million {
	font-size: 20px;
}

.top-content-block .report-block .buy .tpoint .pointnum {
	color: #FA615B;
}

.top-content-block .report-block .rent .tpoint .pointnum {
	color: #7EBC01;
}


.top-content-block .report-block .report-list .rent a:link,
.top-content-block .report-block .report-list .rent a:visited {
	border: 4px solid #EAFFC2;
}

.top-content-block .report-block .report-list .rent a:active,
.top-content-block .report-block .report-list .rent a:hover {
	border: 4px solid #C5FF55;
}

.top-content-block .report-block .report-list li .thumb {
	width: 140px;
	padding: 5px 0;
	margin: 0 auto 10px;
	text-align: center;
	background-color: #221616;
}

.top-content-block .report-block .report-list li .thumb .photo {
	margin-bottom: 2px;
}

.top-content-block .report-block .report-list li .thumb .type {
	color: #FFF;
	font-size: 11px;
}

.top-content-block .report-block .report-list li .catch,
.top-content-block .report-block .report-list li .access,
.top-content-block .report-block .report-list li .price,
.top-content-block .report-block .report-list li .rate {
	width: 180px;
	margin: 0 auto 2px;
}

.top-content-block .report-block .report-list .buy .catch,
.top-content-block .report-block .report-list .investment .catch,
.top-content-block .report-block .report-list .rate {
	color: #fa615b;
}

.top-content-block .report-block .report-list .rent .catch {
	color: #77B804;
}

.top-content-block .report-block .report-list li .price {
	font-size: 18px;
	margin-bottom: 8px;
}

.top-content-block .report-block .report-list .rate .smaller {
	margin-right: 1em;
	color: #333;
}

.top-content-block .report-block .report-list li .link {
	width: 180px;
	height: 20px;
	line-height: 20px;
	margin: 0 auto 5px;
	color: #FFF;
	text-align: center;
}

.top-content-block .report-block .report-list li a:link .link,
.top-content-block .report-block .report-list li a:visited .link {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b413f', endColorstr='#221715');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4b413f', endColorstr = '#221715')";
	background-image: -moz-linear-gradient(top, #4b413f, #221715);
	background-image: -ms-linear-gradient(top, #4b413f, #221715);
	background-image: -o-linear-gradient(top, #4b413f, #221715);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#4b413f), to(#221715));
	background-image: -webkit-linear-gradient(top, #4b413f, #221715);
	background-image: linear-gradient(top, #4b413f, #221715);
}

.top-content-block .report-block .report-list li a:active .link,
.top-content-block .report-block .report-list li a:hover .link {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#968683', endColorstr='#553A35');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#968683', endColorstr = '#553A35')";
	background-image: -moz-linear-gradient(top, #968683, #553A35);
	background-image: -ms-linear-gradient(top, #968683, #553A35);
	background-image: -o-linear-gradient(top, #968683, #553A35);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#968683), to(#553A35));
	background-image: -webkit-linear-gradient(top, #968683, #553A35);
	background-image: linear-gradient(top, #968683, #553A35);
}


.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

nav.globalMenuSp {
	display: none;
}

@media only screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
/*
	.top-mv2-block {
		background-image: url('/img/top/sp/sp-zinashi.jpg');
		background-size: cover;
	}
*/
	.top-mv2-block .catch {
		margin: 0px 0px 0px 34%;
		font-size: 16px;
		padding-top: 60px;
	}

	.top-mv2-block .catch1 {
		margin: 0px 0px 0px 34%;
		padding-top: 10px;
		font-size: 16px;
	}

	.top-mv2-block .catch2 {
		margin: 0px 0px 0px 34%;
		padding-top: 10px;
		font-size: 16px;
		padding-bottom: 15px;
	}

	.top-mv2-block .mv-menu {
		background-color: rgba(255, 255, 255, 0.85);
		box-shadow: 0 3px 5px rgb(0 0 0 / 22%);
		margin-bottom: 10px;
		width: 95%;
	}

	.top-mv2-block .mv-menu li {
		width: 29%;
		margin-top: unset;
		margin-right: 1%;
		margin-bottom: 10px;
	}

	.top-mv2-block .mv-menu .mv-menu_li_top {
		width: 34%;
		margin: 15px 4%;
	}

	.big-banner01 {
		margin: 0px 0px 36px;
	}

	.big-banner02 {
		margin: 24px 0;
	}

	.big-banner02 img {
		width: 90% !important;
	}

	.big-banner02 a:hover img {
		opacity: 0.7 !important;
	}

	.big-banner02 h1 {
		text-align: center;
		font-size: 22px;
		margin: 0;
		line-height: 26px;
		padding: 0 6px;
		color: #B5A688;
	}

	.big-banner02 h2 {
		text-align: center;
		margin: 0;
		padding: 12px;
		line-height: 1.2em;
		font-size: 18px;
	}

	.big-banner02-text {
		margin: 8px;
		font-size: 16px;
		line-height: 1.2em;
		text-align: left;
	}

	.big-banner03 {
		margin: 0px 0px 10px;
	}

	.big-banner03 a:hover img {
		opacity: 0.7 !important;
	}

   
    .big-banner04 {
		margin: 24px 0;
	}
        
    .big-banner04 img {
		width: 40% !important;
	}

	.big-banner04 a:hover img {
		opacity: 0.7 !important;
	}

	.staff-list h1 {
		margin-bottom: 12px;
		font-size: x-large;
		margin-top: 20px;
	}

	.news-list {
		height: 300px;
	}

	.news-list-title {
		width: 22%;
		float: left;
		margin-left: 10px;
	}

	.news-list-title h1 {
		margin-top: 5px;
		font-size: 18px;
	}

	.news-list-bloc {
		width: 70%;
		float: right;
		margin-top: 5px;
	}

	.news-ul li {
		border-bottom: solid 1px #e4e4e7;
		margin-right: 15px;
		margin-bottom: 5px;
		padding-bottom: 5px;
        text-align: left;
	}

	.news-ul a {
		font-size: 14px;
		font-weight: bold;
	}

	.banner-text h1 {
		text-align: center;
		font-size: 22px;
		margin-bottom: 3px;
		margin-top: 20px;
	}

	.banner-text div {
		width: 95%;
	}

	.banner-text li {
		width: 48%;
	}

	.footer-bloc1 {
		height: 223px;
	}

	.footer-bloc2 {
		left: unset;
		float: left;
		margin: 5px 5%;
		width: 90%;
	}

	.footer-bloc2 .list-bloc {
		left: unset;
		margin-right: 5px;
		font-size: 13px;
		width: 38%;
		margin-left: 9%;
	}

	.footer-bloc2 .list-bloc p {
		text-align: left;
		font-size: 14px;
	}

	.footer-bloc1 .top-text {
		margin: 8px 6%;
	}

	.footer-bloc2 .list-bloc ul {
		margin-left: 15px;
		line-height: 1.5em;
	}

	.footer-bloc3 p {
		font-size: 12px;
	}

	/* スマホグローバルメニュー */
	nav.globalMenuSp {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		background: #fff;
		color: #000;
		text-align: center;
		transform: translateX(100%);
		transition: all 0.6s;
		width: 100%;
		margin-left: 10%;
		height: -webkit-fill-available;
		display: none;
	}

	nav.globalMenuSp ul {
		margin: 13% auto 10px;
		padding: 0;
		width: 100%;
		text-align: left;
	}

	nav.globalMenuSp ul li {
		font-size: x-large;
		list-style-type: none;
		padding: 0;
		width: 100%;
		margin-left: 10%;
	}

	/* 最後はラインを描かない */
	nav.globalMenuSp ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}

	nav.globalMenuSp ul li a {
		display: block;
		padding: 0.6em 0;
	}

	/* このクラスを、jQueryで付与・削除する */
	nav.globalMenuSp.active {
		transform: translateY(0%);
		height: -webkit-fill-available;
		display: block;
	}

	/* ハンバーガーメニュー */
	.navToggle {
		display: block;
		position: absolute;
		/* bodyに対しての絶対位置指定 */
		right: 13px;
		top: 12px;
		width: 42px;
		height: 51px;
		cursor: pointer;
		z-index: 3;
		text-align: center;
	}

	.navToggle span {
		display: block;
		position: absolute;
		/* .navToggleに対して */
		width: 40px;
		border-bottom: solid 3px #dcdcdc;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 6px;
	}

	.navToggle span:nth-child(1) {
		top: 9px;
	}

	.navToggle span:nth-child(2) {
		top: 18px;
	}

	.navToggle span:nth-child(3) {
		top: 27px;
	}

	.navToggle span:nth-child(4) {
		border: none;
		color: #dcdcdc;
		font-size: 9px;
		font-weight: bold;
		top: 34px;
	}

	/* 最初のspanをマイナス45度に */
	.navToggle.active span:nth-child(1) {
		top: 18px;
		left: 6px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* 2番目と3番目のspanを45度に */
	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
		top: 18px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

}



/*追従ボタン*/
.fixed_div {
	position: fixed !important;
	bottom: 300px;
	right: 1px;
	padding: 6px 10px;
	background: #1290c5 !important;
	color: #fff !important;
	width: 150px;
	height: 125px;
	opacity: 0.7;
}

.fixed_div a:visited{
	color: #fff !important;
} 

.fixed_div a:hover {
	color: #000 !important;
	font-weight: bold;
}


.fixed_div li {
	font-size: 16px;
	line-height: 2.0;
	font-weight: bold !important;
}


/*スマホでの表示*/
@media only screen and (max-width: 767px) {
	.fixed_div {
		position: fixed;
		bottom: 5px;
		right: 1px;
		width: 150px;
		padding: 6px 20px;
		z-index: 9999;
		opacity: 0.8;
		height: 125px;
	}
}

@media only screen and (max-width: 767px) {
	.fixed_div li {
		text-align: : center;
	}
}

@media only screen and (max-width: 767px){
.big-wrapper2 {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
}}

/* 新規バナー block
----------------------------------------- */


.big-topbanner h2 {
	text-align: center;
	margin: 12px 0;
}

.big-topbanner img {
	width: 90% !important;
	margin: 0 auto !important;
    
}

.big-topbanner a:hover img {
	opacity: 0.7;
}


.big-topbanner h1 {
    /* text-align: center; */
    font-size: 20px;
    /* margin-bottom: 25px; */
    /* margin-top: 70px; */
    line-height: 100%;
    color: #fff;
    position: absolute;
    margin-top: 10px;
    text-shadow: 1px 1px 3px #000;
    margin-left: 20px;
}

.big-topbanner {
    width: 80%;
    height: 150px;
}


.big-topwrapper {
    display: flex;
    width: 75%;
    margin: 0 auto;
    padding: 10px;  
    position: relative;
    left: 30px;
}

.big-topbanner-text{
	position: relative; 
	top: -50px; 
	text-align: left !important; 
	left: 20px; color: #fff; 
	float: left; 
    text-shadow: 1px 1px 2px #000;
}


    
@media only screen and (max-width: 767px) {
    .big-topbanner h1 {
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    position: absolute;
    text-shadow: 1px 1px 3px #000;
    margin-left: 30px;
    margin-top: 14px;
    }}
    
@media only screen and (max-width: 767px) {
    .big-topbanner-text {
    position: relative;
    top: -50px;
    text-align: left !important;
    left: 30px;
    color: #fff;
    float: left;
    text-shadow: 1px 1px 2px #000;
    font-size: 14px;
    }}

@media only screen and (max-width: 767px) {
    .big-topwrapper {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    left: 0;
    }}

@media only screen and (max-width: 767px) { 
.big-topbanner img {
    width: 90% !important;
    margin: 0 auto !important;
    display: block;
    }}


@media only screen and (max-width: 767px){
.big-topbanner {
    width: 100%;
    display: block;
    clear: both;
}}

@media only screen and (max-width: 767px){
.big-topbanner2 {
    width: 100%;
    display: block;
    clear: both;
    padding-bottom: 24px;
    margin: 0 auto;
}}


.big-topbanner2 {
    width: 80%;
    height: 150px;
}

.big-topbanner2 h1 {
    font-size: 1rem !important;
    margin-bottom: 5px !important;
}

.big-topbanner2 img {
	width: 90% !important;
	margin: 0 auto !important;
    
}

.big-topbanner2 a:hover img {
	opacity: 0.7;
}

@media only screen and (max-width: 767px){
.big-topbanner2 img {
	width: 100% !important;
	margin: 0 auto !important;
    
    }}


.big-topwrapper2 {
    display: flex;
    width: 75%;
    margin: 0 auto;
    padding: 10px;  
    position: relative;
    margin-bottom: 30px;
    left: 30px;
}


@media only screen and (max-width: 767px) {
 .big-topwrapper2 {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0px;
    position: relative;
    left: 0;
    }}


@media only screen and (max-width: 767px) {
.big-topbanner2 {
    width: 90%;
    height: 100%;
}}

.radio-topbanner2 {
    width: 80%;
    /* height: 150px; */
    margin: 0 auto;
}

.radio-topbanner2 a:hover img {
	opacity: 0.7;
}

.radio-topbanner2 h1{
    font-size: 1.3rem;
    margin-bottom: 5px;
}

/* Top slider
----------------------------------------- */
.img-frame{
   position: relative;
   width: 70%;
   height: 300px;
   overflow: hidden;
   margin: 0 auto;
}
@media screen and (max-width: 767px){
.img-frame{
   width: 100%;
   height: 200px;
    }}

.img-01, .img-02, .img-03{
   position: absolute;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
}
.img-01{
   background-image: url('https://www.aiwahouse.co.jp/img/top/newtop4.jpg');
   animation: slide-animation-01 24s infinite;
}
.img-02{
   background-image: url('https://www.aiwahouse.co.jp/img/top/newtop2.jpg');
   animation: slide-animation-02 24s infinite;
}
.img-03{
   background-image: url('https://www.aiwahouse.co.jp/img/top/newtop3.jpg');
   animation: slide-animation-03 24s infinite;
}


@media screen and (max-width: 768px) {
	.img-01, .img-02, .img-03{
		position: absolute;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
	 }
	 .img-01{
		background-image: url('https://www.aiwahouse.co.jp/img/top/sp01.jpg');
		animation: slide-animation-01 24s infinite;
	 }
	 .img-02{
		background-image: url('https://www.aiwahouse.co.jp/img/top/sp02.jpg');
		animation: slide-animation-02 24s infinite;
	 }
	 .img-03{
		background-image: url('https://www.aiwahouse.co.jp/img/top/sp03.jpg');
		animation: slide-animation-03 24s infinite;
	 }
		 
	}

@keyframes slide-animation-01 {
    0% {opacity: 1;}
  30% {opacity: 1;}
  40% {opacity: 0;}
  90% {opacity: 0}
100% {opacity: 1;}
}
@keyframes slide-animation-02 {
    0% {opacity: 0;}
  30% {opacity: 0;}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0;}
100% {opacity: 0;}
}
@keyframes slide-animation-03 {
    0% {opacity: 0;}
  60% {opacity: 0;}
  70% {opacity: 1;}
  90% {opacity: 1;}
100% {opacity: 0;}
}


@media only screen and (max-width: 768px){
.top-mv2-block .mv-menu {
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 3px 5px rgb(0 0 0 / 22%);
    margin-bottom: 10px;
    width: 90%;
    position: absolute;
    top: 140px;
    width: 50%;
    left: 0;
    right: 0;
    display: none;
}}

/*sp画面のスライダーの高さ*/
@media only screen and (max-width: 768px){
	.top-mv2-block {
		height: 750px !important;
	}}
	


@media only screen and (max-width: 768px){
nav.globalMenuSp ul {
    margin: 13% auto 10px;
    padding: 0;
    width: 100%;
    text-align: left;
    background: #fff;
    padding-bottom: 10px;
}}


@media screen and (max-width: 767px){
.img-01, .img-02, .img-03{
   background-size: cover;
   background-repeat: no-repeat;
}}


/*トップのキャンペーンアイコン*/

/*
.b-top{
　position: relative; 
　top: 250px; 
　left: 130px;
}
*/
.b-top a:hover{
    opacity: 0.7;
}



@media screen and (max-width: 767px){
.b-top img{
 width: 25%; 
 height: 25%;
    }}


/*売却査定情報*/

.baikyaku-list2 {
	position: absolute;
    top: 274px;
    width: 950px;
}


@media only screen and (max-width: 768px) {
	.baikyaku-list2 {
		height: 190px;
		text-align: left;
	}
}

/*newマーク*/
.new-mark {
    color: red;
    padding: 2px 5px;
    border-radius: 3px;
    margin-left: 5px;
    font-weight: bold;
    font-style: italic;
	opacity: 0; /* 最初は透明 */
    animation: fadein 1s ease-in-out infinite; /* infiniteで無限ループ */
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


.baikyaku-list-bloc {
	width: 100%;
	/*float: right;*/
	/*margin-top: 20px;*/
	background: #212122;
    color: #000;
    height: 203px;
    font-size: 20px;
    opacity: 0.8;
}

.baikyaku-ul li {
	/*border-bottom: solid 1px #e4e4e7;*/
	margin-left: 50px;
	/*margin-bottom: 20px;*/
	/*padding-bottom: 20px;*/
    text-align: left;
	color: #fff;
	padding-top: 20px;
}

.baikyaku-ul a {
/*font-size: 17px;*/
	font-weight: bold;
	color: #fff;
}

.baikyaku-ul a:hover {
	color: orange;
}

/*
.baikyaku-ul {
	padding-top: 20px;
  }
*/
  .baikyaku-ul li p {
	color: #fff;
	margin-bottom: 5px;
  }

/*
  @media (max-width: 767px) { 
	.baikyaku-list2 .baikyaku-ul li:nth-child(n+2) {
	  display: none;
	}
  }
*/
  @media only screen and (max-width: 768px) {
    .baikyaku-list2 {
        /* height: 190px; */
        text-align: left;
        position: absolute;
        top: 250px;
        /* left: -40px; */
        width: 80%;
    }
}

  @media only screen and (max-width: 768px) {
	.baikyaku-list-bloc {
		width: 350px;
		/* float: right; */
		/* margin-top: 20px; */
		background: #212122;
		color: #000;
	    height: 170px;
		font-size: 13px;
		opacity: 0.8;
		/* text-align: left; */
		margin-left: 0;
		padding-right: 10px;
        padding-top: 10px;
	}
}


@media only screen and (max-width: 768px) {
    .baikyaku-ul li {
        /* border-bottom: solid 1px #e4e4e7; */
        margin-left: 10px;
        /* margin-bottom: 20px; */
        /* padding-bottom: 20px; */
        text-align: left;
        color: #fff;
        padding-top: 0px;
    }
}

@media only screen and (max-width: 768px) {
.baikyaku-ul li p {
    color: #fff;
    margin-bottom: 0%; 
}
}

/*売却査定情報end*/

/*グローバルナビここを消すと元に戻る*/

.gnavi.pc {
  margin-left: auto; /* 左側のマージンを自動で取得し、要素を右に寄せる */
  width: fit-content; /* または明示的な幅、もしくは display: inline-block; など */
}

.gnavi.pc .menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
}

.gnavi.pc .menu-list > li {
  position: relative;
  margin-right: 20px;
}

.gnavi.pc .menu-list > li:last-child {
  margin-right: 0;
}

.gnavi.pc .menu-list a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}

.gnavi.pc .menu-list a:hover {
  background-color: #B5A688;
}

.pulldown-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #414141;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  min-width: 100px;
  z-index: 100;
  display: none;
}

.pulldown-menu li {
  border-bottom: 1px solid #eee;
}

.pulldown-menu li:last-child {
  border-bottom: none;
}

.pulldown-menu a {
  padding: 10px 15px;
  color: #333;
}

.pulldown-menu a:hover {
  background-color: #fff;
}

.has-pulldown:hover > .pulldown-menu {
  display: block;
}
/*グローバルナビend*/

