@charset "UTF-8";

/* 汎用CSS読み込み */
@import url("../css/lp-utill.css");


/*==========================================================================
 common css
========================================================================== */

body {
	background-color: #fff;
	color:#333333;
	font-weight: 500;
}
footer {
    text-align: center;
    background-color: #FFF;
    color: #0e0e0e;
}

main .br { display: block; }
main .split { display: inline-block; }
main .fontBold { font-weight: bold; }
main .fontRed { color: #d90000; }
main .inner {
	width: 90%;
	max-width: 920px;
	margin: 0 auto;
}
main .number {
	font-family: 'Questrial', sans-serif;
}
main img {
	-webkit-backface-visibility: visible;
}
main img.spImg {
	display: none;
}
main  {
	padding-bottom: 0;
}
main p {
	margin-bottom: 0;
}
.font-roboto{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 50px;
	color:#1B6AA5;
	vertical-align: sub;
}
.pc-hide{
	display: none;
}

@media screen and (max-width: 768px) {
	.btn-apply{
		width: 70%;
		margin: 0px auto;
	}
	.sp-hide{
		display: none;
	}
	.pc-hide{
		display: block;
	}
	.font-roboto{
		font-size: 32px;
	}
}


.effect-fade {
	opacity : 0;
	transform : translate(0, 100px);
	transition : all 1000ms;
}

.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}

@media screen and (max-width: 768px) {
	.effect-fade-sp {
		opacity : 1;
		transform : translate(0, 0);
	}
}


/*-----------------------------------------------------------------------
 mainVisual
*----------------------------------------------------------------------- */
.mainVisual {
	background: url("../img/bg_mainvisual.png")#000 repeat-x center bottom;
	min-height:640px;
	background-position-y: -75px;
}
.mainVisual-inner{
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;
	padding: 0%;
}
.mainVisual-inner-logo{
	margin:0;
	padding:0;
	background-color: transparent;
}

@media screen and (max-width: 768px) {
	.mainVisual {
		min-height:auto;
		background: #000;
	}
}

/*-----------------------------------------------------------------------
 contents
*----------------------------------------------------------------------- */
.mainwrap{
	background: url("../img/bg_contents.png")#000 repeat-x center top;
	color: #FFF;
	font-size: 16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-position-y: 100px;
}
.btn-auction {
	display: block;
}
@media screen and (max-width: 768px) {
	.btn-auction {
		max-width: 260px;
		margin: auto;
	}
	.mainwrap{
		background-size: auto 100%;
	}
}

/*-----------------------------------------------------------------------
 contents02
*----------------------------------------------------------------------- */
/*.contents02-wrap {
	background: url("../img/bg_360.png") repeat-x center top;
}
.contents02-inner {
	width: 100% !important;
	max-width: 940px !important;
}*/

.cloudimage-360{
	position: relative;
}
.contents02-spec{
	position:absolute;
	top:0%;
	bottom:0%;
	margin: auto;
	left:12%;
	width: 30%;
	max-width:324px; 
}

.cloudimage-360 .cloudimage-inner-box div:first-child{
	left:310px !important;
}
.cloudimage-360 canvas{
	width: 100% !important;
	height: auto !important;
}
.cloudimage-360 .icon360{
	left:33% !important;
}

@media screen and (max-width: 768px) {
	.contents02-inner {
		width: 90% !important;
	}
	.cloudimage-360 .icon360{
		left:0 !important;
	}
}

/*-----------------------------------------------------------------------
 contents03
*----------------------------------------------------------------------- */
.contents03-ttl{
	border:1px solid #FFF;
	padding: 20px 0px;
}
@media screen and (max-width: 768px) {
	.contents03-ttl{
		padding: 5px 0px 10px;
	}
}

/*-----------------------------------------------------------------------
 contents04
*----------------------------------------------------------------------- */
#contents04 {
	background: url("../img/bg_cont03.png") repeat center top;
}


/*-----------------------------------------------------------------------
bidding
*----------------------------------------------------------------------- */
.biddingwrap {
	background-color: #000;
}



/*-----------------------------------------------------------------------
gaiyo
*----------------------------------------------------------------------- */
#gaiyo {
	margin-bottom: 20px;
}
#gaiyo ol{
	padding: 20px;
}
#gaiyo ol li{
	text-align: left;
}
.gaiyo-ttl {
	font-size: calc(1.75rem + ((1vw - 7.68px) * 0.463)); /* 30 to 28 */
	margin: 0 auto;
	background-color: #000000;
	color: #FFF;
	display: block;
	font-weight: bold;
	margin: 0 auto;
	letter-spacing: 0.08em;
	line-height: 1.0;
	padding: 0.9em 0 0.85em;
	position: relative;
	text-align: center;
}
.gaiyo-txt {
	border: 1px solid #000000;
	border-top: none;
	background-color: #FFF;
	text-align: left;
	padding: 40px;
	font-size: 16px;
}
.gaiyo-txt h3 {
	margin: 0 auto;
	text-align: left;
	word-wrap: break-word;
	font-size: 18px;
	background-color: #fff;
}
.gaiyo-txt p{
	word-wrap: break-word;
}
.gaiyo-txt p span{
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.gaiyo-ttl {
		font-size: calc(1.125rem + ((1vw - 3.2px) * 2.2371)); /* 28 to 18 */
	}
	.gaiyo-txt {
		padding: 20px;
	}
	.gaiyo-txt p {
		font-size: 14px;
	}
}


@media screen and (max-width: 320px) {
	.gaiyo-txt p {
		font-size: 10px;
	}
}


/*-----------------------------------------------------------------------
kiyaku
*----------------------------------------------------------------------- */



/* font settings -----*/
.kiyaku-ttl a {
	font-size: calc(1.75rem + ((1vw - 7.68px) * 0.463)); /* 30 to 28 */
}
/* content settings -----*/
.kiyaku-ttl {
	margin: 0 auto;
}
.kiyaku-ttl a {
	background-color: #000000;
	border: 1px solid #000000;
	color: #FFF;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin: 0 auto;
	letter-spacing: 0.08em;
	line-height: 1.0;
	padding: 0.9em 0 0.85em 44px;
	position: relative;
	text-align: left;
}
.kiyaku-ttl a:hover {
	opacity: 1.0;
}
.kiyaku-ttl a::before,
.kiyaku-ttl a::after {
	position: absolute;
	top: 50%;
	right: 24px;
	content: '';
	width: 20px;
	height: 4px;
	margin-top: -2px;
	background-color: #fff;
}
.kiyaku-ttl a::after {
	transition: 0.2s ease;
	transform: rotate(90deg);
}
.kiyaku-ttl a.open::after {
	transform: rotate(180deg);
}
#kiyaku .accordionInner {
	border: 1px solid #fff;
	border-top: none;
	display: none;
}
#kiyaku .accordionInner p {
	margin: 0 auto;
	padding: 40px;
	text-align: left;
	word-wrap: break-word;
	font-size: 16px;
	background-color: #fff;
}
#kiyaku p span{
	font-weight: bold;
}


#kiyaku p span.indent {
	padding-left: 20px;
	display: block;
	font-weight: normal;
}


@media screen and (min-width: 1200px) {
	/* font settings -----*/
	.kiyaku-ttl a {
		font-size: 30px;
	}
}

@media screen and (max-width: 979px) {
	/* font settings -----*/
	#kiyaku .accordionInner p {
		font-size: 16px;
	}
	/* content settings -----*/
	.kiyaku-ttl a {
		padding: 0.74em 0 0.74em 32px;
	}
	.kiyaku-ttl a::before,
	.kiyaku-ttl a::after {
		width: 24px;
	}
}

@media screen and (max-width: 767px) {
/* font settings -----*/
	.kiyaku-ttl a {
		font-size: calc(1.125rem + ((1vw - 3.2px) * 2.2371)); /* 28 to 18 */
	}
	#kiyakuText {
		font-size: calc(0.8125rem + ((1vw - 3.2px) * 0.4474)); /* 15 to 13 */
	}
	/* content settings -----*/
	#kiyaku {
		padding: 10px 0;
	}
	.kiyaku-ttl a::before,
	.kiyaku-ttl a::after {
		width: 20px;
	}
	#kiyaku .accordionInner p {
		padding: 20px;
		font-size: 14px;
	}
}


@media screen and (max-width: 583px) {
	.kiyaku-ttl a {
	padding: 0.7em 0 0.7em 24px;
	}
	.kiyaku-ttl a::before,
	.kiyaku-ttl a::after {
		width: 18px;
	}
	#kiyakuText {
		padding: 20px 24px;
	}
}


@media screen and (max-width: 479px) {
	.kiyaku-ttl a {
		padding: 0.7em 0 0.7em 12px;
	}
	.kiyaku-ttl a::before,
	.kiyaku-ttl a::after {
		right: 13px;
		width: 16px;
	}
	#kiyakuText {
		padding: 12px 16px;
	}
}

@media screen and (max-width: 320px) {
	#kiyaku .accordionInner p {
		font-size: 10px;
	}
}



/*-----------------------------------------------------------------------
 scroll Top
----------------------------------------------------------------------- */
#pageTop {
	background: #111;
	border-radius: 50%;
	border: 3px solid #FFF;
	bottom: 0;
	box-shadow: 1px 3px 3px 0 rgba(0,0,0,0.3);
	height: 80px;
	margin: 0 4% -20% 0;
	position: fixed;
	right: 0;
	text-align: center;
	transition: 0.3s ease;
	width: 80px;
	z-index: 10;
}
#pageTop.show {
	margin: 0 4% 4% 0;
}
#pageTop::before {
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	content: '';
	display: inline-block;
	height: 26px;
	left: 50%;
	margin: -15px 0 0 -15px;
	position: absolute;
	top: 58%;
	transform: rotate(-45deg);
	width: 26px;
}
@media screen and (max-width: 767px) {
	#pageTop {
		height: 60px;
		width: 60px;
	}
	#pageTop::before {
		height: 18px;
		margin: -10px 0 0 -12px;
		width: 18px;
	}
}


/*-----------------------------------------------------------------------
 address
----------------------------------------------------------------------- */
address {
	background: #eaf5fc;
	font-style: normal;
	display: inline-block;
	margin: 40px 0px;
	padding: 10px 40px;
	border: 2px solid #2b94e4;
}
address h3, address p a {
	display: inline-block;
	text-align: left;
	text-indent: -9999px;
	height: 60px;
	margin: 0;
	vertical-align: middle;
	font-size: 0;
}
address p {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	padding: 20px 8px;
	margin-bottom: 0;
}
address h3 {
	background: url(/img/common/foot-contact.png) center center no-repeat;
	width: 211px;
	margin-right: 0px;
}
address p:nth-of-type(2) {
	margin-right: 20px;
	padding-right: 22px;
	border-right: 2px solid #2b94e4;
}
address p:nth-of-type(4) {
	margin-left: 22px;
}
address p:nth-of-type(2) a {
	background-image: url(../img/foot-freedial.png);
	width: 219px;
}
address p:nth-of-type(3) a {
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	background-image: url(/img/common/icon-mail-wh.png);
	background-position: 20px center;
	background-color: #2b94e4;
	background-size: 14px;
	text-indent: 0;
	height: auto;
	color: #fff;
	text-decoration: none;
	padding: 20px 20px 19px 40px;
}

@media screen and (max-width: 960px) {
	address {
		max-width: 400px;
		width: 100%;
		margin: 0%;
		padding: 6% 4%;
	}
	footer address {
		width: 90%;
	}
	address h3 {
		margin-right:0px;
		width: 240px;
	}
	address p{
		margin:0px;
		padding: 2%;
		display: block;
	}
	address p:nth-of-type(2) {
		margin-right: 0px;
		padding-right: 0px;
		border-right: none;
	}
}




/*-----------------------------------------------------------------------
 close settings
----------------------------------------------------------------------- */
/* font settings 1199 to 320 */
.mainVisual .closeText {
	font-size: calc(0.9375rem + ((1vw - 3.2px) * 2.8441)); /* 40px to 15px */
}
/* content settings */
.mainVisual-inner {
	position: relative;
}
.close,
.mainVisual .closeText {
	position: absolute;
	margin: 0;
	padding: 0;
}
.close {
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
.mainVisual .closeText {
	top: 50%;
	left: 50%;
	bottom: auto;
	right: auto;
	z-index: 10;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	padding-top: 20%;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

/* kiyaku open */
.kiyaku-ttl.is-close {
	pointer-events: none !important;
}
.kiyaku-ttl.is-close a::before,
.kiyaku-ttl.is-close a::after {
	display: none;
}
.kiyaku-ttl.is-close + .accordionInner {
	display: block !important;
}
@media screen and (min-width: 1200px) {
	.mainVisual .closeText {
		font-size: 40px;
	}
}




