@charset "utf-8"; 

/*
*WEB Fonts
*/

/* Noto */
@font-face {
    font-family: "Noto";
    src:url("../fonts/NotoSansUI-Bold.otf");
	font-weight: 700;
}
@font-face {
    font-family: "Noto";
    src:url("../fonts/NotoSansUI-Regular.otf");
	font-weight: 500;
}




/*=============================== base ================================*/



html {
	overflow-x: hidden;
	overflow-y: scroll;
}
body {
	color:#000;
	position: relative;
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 1.5;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	background-color: #F5F5F5;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
strong {
	font-style:normal;
	font-weight: bolder;
}
em {
	font-style:normal;
	font-weight: bold;
}

fieldset {border:none}
hr { display: none ; }
.clear { clear: both ; }
.clearfix:after{
	content:".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;	
}
.clearfix{
	min-height:1px;
}


img {
	width: 100%;
	height: auto;
	vertical-align: top;
	border: 0 ;
}
a{
	color: #000;
	background: transparent;
	text-decoration: none;
	outline-style: none;
	transition: color .5s ease;
}
a:hover {
	color: #F38200;
}
.hover a {
	opacity: 1.0;
	transition: opacity .5s;
}

.hover a:hover {
	opacity: .6;
}
a img {
	line-height:0;
}
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
input[type="text"],
input[type="email"],
textarea {
	background-color:#DCDDDD;
	width:100%;
}


.floatL{
	float: left;
	margin: 0 20px 12px 0;
}
.floatR{
	float: right;
	margin: 0 0 12px 20px;
}
.imgC{
	text-align: center;
	margin-bottom: 2em;
	clear: both;
}
.imgC a {
	outline-style:none;
}

.txtL {
	text-align: left;
}
.txt_L {
	font-size: 120%;
}
.txtR {
	text-align: right;
}
.txtC {
	text-align: center;
}
.txt_small {
	font-size: 0.8em;
}
.bld {
	font-weight: bold;
}
.bld_L {
	font-weight: bold;
	font-size: 120%;
}
.important {
	color: #FF0000;
}
.is-sp {
	display: none;
}


/* btn_more */


.btn_more {
	width: 200px;
	position: relative;
	margin: 0 auto;
}
.btn_more img {
	width: 62px;
	height: auto;
}
.btn_more.contact img {
	width: 100px;
}

.btn_more a,
a .btn_more {
	max-width: 200px;
	text-align: center;
	background-color: #F38200;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity .5s ease;
	border-radius: 3px;
	height: 40px;
	
}
/*bu編集前
.btn_more {
	width: 100px;
	text-align: center;
	position: relative;
	margin: 0 auto;
}
.btn_more img {
	width: 62px;
	height: auto;
}
.btn_more a {
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	display: block;
	padding-top: 9px;
	padding-bottom: 5px;
	transition: opacity .5s ease;
}
*/
.btn_more a:hover {
	opacity: .6;
}
.is-items {
	list-style: disc;
	padding-left: 1em;
}




/*=============================== レイアウト ================================*/
.l-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.l-mainvisual {
	width: 100%;
	min-width: 896px;
}
.l-container {
	width: 100%;
}
.l-section {
	position: relative;
	width: 100%;
	z-index: 1;
}




/*=============================== header ================================*/

.header {
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	box-shadow: 0 0 30px rgba(0,0,0,.16);
}
.header_inner {
	width: 916px;
	margin: 0 auto;
	padding: 0 10px;
	height: 63px;
	position: relative;
}
.header .logo {
	width: 121px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 101;
}





/*=============================== メインナビ ===============================*/

#menuList {
	height: 100%;
}
.main_nav {
	height: 100%;
	float: right;
	margin-right: 50px;
}
.main_nav_inner {
	height: 100%;
}
.main_nav_body {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}
.main_nav_item {
	margin: 0 0 0 25px;
}
.main_nav_item a {
	color: #000;
	font-size: 1.2rem;
	letter-spacing: .02em;
	line-height: 1em;
	white-space: nowrap;
	transition: color .5s ease;
}

.main_nav_item a:hover,
.main_nav_item.act a {
	color: #F38200;
}



/*=============================== メインビジュアル ===============================*/

.mainvisual {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-top: 63px;
	padding-top: 40px;
	padding-bottom: 63px;
	background-color: #fff;
}
.is-home .mainvisual {
	height: calc(100vh - 63px);
	min-height: 637px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.mainvisual_contents {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.mainvisual_contents_wrap {
	width: 100%;
	height: 100%;
	padding-top: 180px;
}



/*
* メインビジュアル／スライド
*/
.bx-wrapper,
.bx-viewport {
	height: 100%!important;
}
.bx-viewport {
	z-index: 1;
}
.mainvisual_slide {
	width: 100%;
	min-width: 896px;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	overflow: hidden;
	z-index: 1;
}
.mainvisual_slide_inner {
	position: relative;
	height: 100%;
}
.mainvisual_slide_item {
	width: 100%!important;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
	position: relative;
}


/*
* controll
*/
.bx-controls {
	z-index: 3;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.bx-controls-direction {
	position: relative;
	height: 100%;
}
.bx-prev,
.bx-next {
	display: block;
	width: 32px;
	height: 100%;
	position: absolute;
	top: 0;
}
.bx-prev img,
.bx-next img {
	width:10px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: 0;
}
.bx-prev {
	left: 0;
}
.bx-prev img {
	left: 20px;
}
.bx-next {
	right: 0;
}
.bx-next img {
	right: 20px;
}



/*
* scroll_btn
*/

.scroll_btn {
	width: 100px;
	height: 24px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -50px;
	z-index: 3;
}
.scroll_btn a {
	display: block;
	height: 100%;
}
.scroll_btn_inner {
	position: relative;
	width: 100%;
	height: 100%;
}
/*
.scroll_btn_inner::after {
	content: " ";
	display: block;
	width: 100px;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url( "../images/btm_icon_route.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}*/
.scroll_arrow {
	width: 20px;
	height: 20px;
	background-image: url("../images/arrow_scroll.svg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
}




/*=============================== ポストリスト ===============================*/

.post_list {
	margin-bottom: 83px;
}
.post_list_body {
	display: flex;
	flex-wrap: wrap;
}
.post_list_item {
	width: 200px;
	margin-left: 32px;
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 3px 20px rgba(0,0,0,.16);
}
.post_list_item:nth-child(4n+1) {
	margin-left: 0;
}
.post_list_item > a {
	display: block;
}
.entry_img {
	width: 200px;
	height: 146px;
	background-color: #ccc;
	overflow: hidden;
	position: relative;
	transition: opacity .5s ease;
}
.entry_img:hover {
	opacity: .6;
}
.entry_img img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}


.entry_txt a {
	padding: 20px 25px 17px;
	display: block;
}
.entry_price {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.entry_price > span:first-child {
	font-size: 1.2rem;
	line-height: 1.2;
	letter-spacing: .08em;
	margin-right: 5px;
}
.entry_price.soldout {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2rem;
	font-weight: bold;
}


.entry_list_wrap {
	display: flex;
	margin-bottom: 5px;
}
.entry_list_wrap .shop_list,
.entry_list_wrap .term_list {
	width: 50%;
	margin: 0;
}


.shop_list_wrap {
	font-size: 1.2rem;
	line-height: 1.5em;
	color: #727171;
	display: flex;
	transition: color .5s ease;
}
a:hover .shop_list_wrap {
	color: #F38200;
}
.shop_list_wrap .label {
	white-space: nowrap;
}
.shop_name {
	display: block;
	width: 100%;
}
.entry_ttl {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 15px;
}
.entry_copy {
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 1.4em;
}
.price_num {
	font-size: 2.5rem;
	font-weight: 700;
}

/* カテゴリ、タームの扱い */
.cate_list,
.term_list {
	margin-right: 10px;
	display: flex;
}
.cate,
.term {
	color: #fff;
	width: 100px;
	margin-left: 10px;
	text-align: center;
}
.term {
	font-size: 1.2rem;
	line-height: 1em;
	padding: 3px 6px;
}
.term.soldout {
	display: none;
}
.term:first-child,
.term.soldout + .term {
	margin-left: 0;
}


.cate a,
.term a {
	text-align: center;
	display: block;
	line-height: 22px;
}
.cate a {
	color: #fff;
	background-color: #000;
}


.term.newcar { background-color: #000000;}
.term.usedcar { background-color: #727171;}
.term.tokusha { background-color: #9FA0A0;}

.cate.event a {background-color: #F38200;}
.cate.blog a {background-color: #000;}
.cate.information a {background-color: #727171;}



/*=============================== ピックアップ ===============================*/

.pickup_area {
	background-image: url( "../images/bg_pickup_contents.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 42px;
	position: relative;
	min-width: 896px;
}
.pickup_area .inner {
	width: 896px;
	height: 400px;
	margin: 0 auto;
	padding-top: 80px;
}
.pickup_body {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pickup_item {
	width: 200px;
	height: 240px;
	background-color: rgba(0,0,0,.8);
	position: relative;
}
.pickup_item.recruit {
	background-color: transparent;
}
@media screen and (max-width: 800px) {
	.pickup_item.recruit {
		background-color: rgba(0,0,0,.8);
	}
}
.pickup_item.recruit::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(234,85,4,.8);
	mix-blend-mode:multiply;
	z-index: 1;
}

.pickup_item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: opacity .5s ease;
	height: 100%;
	position: relative;
	z-index: 2;
}
.pickup_item a:hover {
	opacity: .6;
}
.pickup_ttl {
	height: 48px;
	margin-bottom: 14px;
	position: relative;
}
.pickup_ttl img {
	width: auto;
	height: 100%;
}
.pickup_item.recruit .pickup_ttl img {
	width: 115px;
	height: auto;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
}

.pickup_copy {
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0;
}



/*=============================== footer ===============================*/

.footer {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
}




/*
* footer／フッターナビ
*/

.footer_logo {
	width: 98px;
	margin: 0 auto 18px;
}
.footer_nav {
	margin-bottom: 15px;
}
.footer_nav_body {
	display: flex;
	justify-content: center;
}
.footer_nav_item {
	font-size: 1.2rem;
	letter-spacing: .15em;
	margin: 0 14px;
}

.footer_nav_item a {
	font-weight: 700;
	white-space: nowrap;
	letter-spacing: .02em;
	transition: color .5s ease;
}




/*
* footer／SNS
*/

.footer_sns {
	margin-bottom: 10px;
}
.footer_sns_group {
	display: flex;
	justify-content: center;
}
.sns_shop {
	display: flex;
	margin: 0 16px;
}
.shop_label {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 24px;
	margin-right: 5px;
}
.sns_icon {
	display: flex;
}
.sns_icon_item {
	width: 22px;
	height: 22px;
	margin: 0 5px;
}
.sns_icon_item img {
	vertical-align: middle;
}





/*
* footer／コピーライト
*/

.copyright {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: .1em;
	text-align: center;
}








/*================================ ページトップ ===============================*/

.pagetop_wrap {
	width: 896px;
	margin: 0 auto;
	position: relative;
}
.pagetop {
	width: 36px;
	height: 50px;
	position: absolute;
	bottom: 0;
	right: -84px;
	border: solid 1px #000;
	border-bottom: 0;
}
.pagetop a {
	text-indent: -9999px;
	display: block;
	background-color: #000;
	width: 100%;
	height: 100%;
	position: relative;
	transition: background-color .5s ease;
}
.pagetop a:hover {
	background-color: #fff ;
}
.pagetop a::before,
.pagetop a::after {
	content: " ";
	display: block;
	position: absolute;
	width: 14px;
	height: 10px;
	left: 50%;
	top: 7px;
	margin-left: -7px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
.pagetop a::before {
	background-image: url( "../images/pagetop_a.svg");
	z-index: 2;
	transition: opacity .5s ease;
}
.pagetop a:hover::before {
	opacity: 0;
}
.pagetop a::after {
	background-image: url( "../images/pagetop_b.svg");
}

@media screen and (max-width: 800px) {
	.pagetop_wrap {
		width: auto;
	}
	.pagetop {
		right: 0;
	}

}




/*================================ reCAPCHA ===============================*/

.grecaptcha-badge {
	z-index: 2;
}



/*================================ fancybox ===============================*/

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
	z-index: 1101;
	outline: none;
	display: none;
}
#fancybox-wrap * {
	box-sizing: content-box;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../js/fancybox/fancybox.png');
	background-position: -40px -90px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../js/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}


#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #390d01;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../js/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../js/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../js/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../js/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }







/*================================ Modal Window ===============================*/

/*
* Modal/ベース
*/

.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 5;
  padding: 0;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.5);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 740px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  display:block;
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');

}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.5); transform: scaleY(0.5); }
  20% { -webkit-transform: scaleY(1.0); transform: scaleY(1.0); }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
  }  20% {
    -webkit-transform: scaleY(1.0);
	transform: scaleY(1.0);
  }
}



/*
* Modal/コンテンツ
*/

.blocker {
	background-color:rgba(0,0,0,0.7);
}
.modal {
	padding:0;
	/*padding: 35px 27px 70px;*/
	box-shadow: none;
	width: 90%;
	/*min-width: 300px;*/
	background-color: transparent;
	/*background-color: rgba(52,56,56,.9);*/
}
.modal a.close-modal {
  top: auto;
  right: 8px;
  bottom: 8px;
  width: 30px;
  height: 30px;
  background-image: url( "../images/modal_close.svg");
  background-size: 100%;

}
.modal_contents {
	color: #fff;
}
















