@charset "utf-8";
/* ------------------------------
　フォーム
------------------------------ */
/*VR*/

.vrBox iframe{
    width: 853px;
    height: 480px;
}
.vrBox.w597 iframe{
	width: 597px;
	height: 336px;
}
.vr_lead{
    position: relative;
}
@media screen and (min-width:768px){
    .vr_lead .cms_image{
        position: absolute;
        left: -10px;
        top: -100px;
    }
}
@media screen and (max-width: 767px) {
	.vrBox iframe,
	.vrBox.w597 iframe {
		width: 100%;
		height: 210px;
    }

}

/* ------------------------------
 一覧ページ
------------------------------ */
.vrView a,
.vrSoon{
    position: relative;
    display: block;
}
.vrView a::before,
.vrSoon::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: 1 !important;
    -webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.vrView a::before{
    bottom: 0;
    background-image: url('/shared/img/vr/view.png');
    width: 100px;
    height: 100px;
}
.vrSoon::before{
    background-image: url('/shared/img/vr/soon.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-width: 390px;
    max-height: 270px;
    background-size: 100%;
}
    .vrView .cms_caption_b,
    .vrSoon .cms_caption_b,
    .vrView p,
    .vrSoon p{
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.2;
        margin-top: 15px;
        border-left: solid 4px #003366;
        padding-left: 10px;
        position: relative;
    }

@media screen and (min-width:768px){
    .w390.fl + .w390,
    .flexBox .cms_image.cms_fl{
        margin-left: 0;
    }
    .contentsPage .cms_block.w853{
        width: 853px;
    }
    .mb120{
        margin-bottom: 120px;
    }
}
@media screen and (max-width:767px){
	.cms_text.vrView a,
	.cms_text.vrSoon a{
		max-width: 390px;
		margin: auto;
	}
    .vrView .cms_caption_b,
    .vrSoon .cms_caption_b,
    .vrView p,
    .vrSoon p{
        width: 100%;
        max-width: 390px;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.5rem;
        margin-top: 10px;
    }
}

/*20191025追加　モーダル*/
.cms_block > .cms_text.modBox {
	position:relative;
}


.cms_block > .cms_text.modBox a {
	cursor: pointer;
}
.cms_block > .cms_text.modBox a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.modal-syncer{
	display: block;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
}

/* ------------------------------
 モーダルウィンドウ
------------------------------ */
.modal-content {
	display: none;
	position: fixed;
	border-color: #999;
	margin: 0 ;
	color: #000;
	z-index: 2000 !important;
	text-align: left !important;
}


#modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, .9);
	z-index: 1000;
}


a.modal-close{
	border: none;
	background: none;
	color: #fff;
	width: auto;
	min-width: auto;
	height: auto;
	line-height: 1.2;
	padding: 0;
	position: absolute;
	right: 10px;
	top: -30px;
	cursor: pointer;
}
a.modal-close::before{
	margin-right: 10px;
	color: #CC4B1F;
}
a.modal-close:hover{
	background: none;
	color: #CC4B1F;
}
.cms_block.modalBlock {
	/*ここを staticに */
	position: static !important;
}
@media screen and (max-width: 767px) {
	#header-sticky-wrapper{
		position: relative;
	}
	.modal-content {
		width: 90% !important;
		max-height: 76%;
		overflow: scroll;
	}
	.button-link {
		margin-top:20px;
	}
	
	#bggr {
		 /*ここを staticに */
		position: static !important;
	}
	
}
@media screen and (max-width:320px){
	#modal-content-01,
	#modal-content-02,
	#modal-content-03,
	#modal-content-04,
	#modal-content-06,
	#modal-content-07,
    #modal-content-08,
    #modal-content-09{
		top: 50px !important;
	}
}