@charset "utf-8";

#header{
	display: block;
}

#header-fixed{
	display: none;
}

#main{
	padding: 0;
}

#main_img {
	height: calc(100vh);
	position:relative;
	min-height: 680px;
	overflow: hidden;
}

.lcl-soldout{
	position: absolute;
    top: -240px;
    left: 0;
    right: 0;
	bottom: 0;
    margin: auto;
    width: 330px;
    height: 135px;
    z-index: 25;
}

.lcl-soldout {
    opacity : 0;
    transform : translate(0, 20px);
}

.lcl-soldout.fadein {
	opacity : 1;
	transform : translate(0, 0);
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.main_bg {
	height: 100%;
	width: 100%;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

#main_img.fadein .main_bg {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-transition: all 3s;
	-moz-transition: all 3s;
	-webkit-transition: all 3s;
	transition: all 3s;
}

.main_bg01 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-image: url(../img/main/bg.jpg);
}

.main_bg01::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	z-index: 1;
}

#main_img.fadein .main_bg01::before {
	background-color: rgba(0,0,0,.2);
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.main_bg01::after {
	content: "";
	width: 23px;
	height: 67px;
	background: transparent url(../img/main/scroll.png) no-repeat center /cover;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;

	-webkit-animation-name:fuwafuwa;
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	
	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:1s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:linear;
}

/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	25% {-webkit-transform:translate(0, -6px);}
	40% {-webkit-transform:translate(0, -12px);}
	50% {-webkit-transform:translate(0, -14px);}
	60% {-webkit-transform:translate(0, -12px);}
	75% {-webkit-transform:translate(0, -6px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	25% {-moz-transform:translate(0, -6px);}
	40% {-moz-transform:translate(0, -12px);}
	50% {-moz-transform:translate(0, -14px);}
	60% {-moz-transform:translate(0, -12px);}
	75% {-moz-transform:translate(0, -6px);}
	100% {-moz-transform:translate(0, 0);}
}

#main_img .inner{
	position: absolute;
	top: 50px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
	width: 600px;
	height: 340px;
	overflow: hidden;
}

#main_img .inner:before{
	content: "";
	position: fixed;
	margin-top: calc(-50vh + 150px);
	margin-left: calc(-50vw + 300px);
	z-index: -1;
	width: 100vw;
	height: 100vh;
	background-image: url(../img/main/blur.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

#main_img .inner {
    opacity : 0;
    transform : translate(0, 20px);
}

#main_img.fadein .inner {
	opacity : 1;
	transform : translate(0, 0);
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

#main_img .inner .border {
	width: 100%;
	height: 100%;
	border: 5px solid #fff;
	padding-top: 10vh;
	text-align: center;
}

#main_img .inner .center {
	width: 392px;
	height: 215px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 80px auto 0;
	z-index: 2;
}

#main_img .inner .btn-action{
	display: block;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 25px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: rgba(255,255,255,1);
	font-weight: bold;
	position: relative;
	z-index: 2;
	text-decoration: none;
	box-shadow: 0 1px 3px 0 rgba(96,85,50,.2);
}

#main_img .inner .btn-action:hover {
    color: #fff;
}
#main_img .inner .btn-action {
    border-color: #ed6c00;
    color: #ed6c00;
}

/*lcl*/
.lcl-read {
	font-size: 15px;
}

/*lcl-box01*/
.lcl-box01 {
	padding: 60px 0 75px;
	text-align: center;
}

.lcl-box01 .lcl-btn-list{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.lcl-box01 .lcl-btn-list li {
	width: 320px;
	height: 210px;
}

.lcl-box01 .lcl-btn-list li a  {
	display: block;
	height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 35px;
}

.lcl-box01 .lcl-btn-list li a:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 2;
    -webkit-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.lcl-box01 .lcl-btn-list li:hover a:after {
	background-color: rgba(0,0,0,.8);
	-webkit-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.lcl-box01 .lcl-btn-list li .ttl {
	position: relative;
	z-index: 5;
	margin-bottom: 25px;
}

.lcl-box01 .lcl-btn-list li .txt {
	position: relative;
	z-index: 4;
	font-size: 14px;
	color: #fff;
}

.lcl-box01 .lcl-btn-list li .plus {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 3;
	width: 24px;
	height: 24px;
	border:2px solid #fff;
	border-radius: 50%;
}
.lcl-box01 .lcl-btn-list li .plus::before,
.lcl-box01 .lcl-btn-list li .plus::after{
	content: '';
	position: absolute;
	display: block;
	transition: all 0.3s ease-in-out;
	background: #fff;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.lcl-box01 .lcl-btn-list li .plus::before{
	width: 2px;
	height: 12px;
}
.lcl-box01 .lcl-btn-list li .plus::after{
	height:2px;
	width: 12px;
}
.lcl-box01 .lcl-btn-list li:hover .plus::before{
	transform: rotate(135deg);
	height: 8px;
	left: 5px;
	bottom: 2px;
	width: 2.4px;
}
.lcl-box01 .lcl-btn-list li:hover .plus::after{
	transform: rotate(-180deg);
	top: 2px;
	right: 2px;
	width: 10px;
}

.lcl-box01 .lcl-btn-list li .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lcl-box01 .lcl-btn-list li:hover .bg {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.lcl-box01 .lcl-btn-list li:nth-child(1) .bg {
	background-image: url(../img/img_01.jpg);
}

.lcl-box01 .lcl-btn-list li:nth-child(2) .bg {
	background-image: url(../img/img_02.jpg);
}

.lcl-box01 .lcl-btn-list li:nth-child(3) .bg {
	background-image: url(../img/img_03.jpg);
}

/*lcl-box02*/
.lcl-box02 {
	background-color: #fef8f2;
	padding: 60px 0;
	text-align: center;
}

.lcl-box02 .btn-action{
	display: block;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 25px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #ed6c00;
	font-weight: bold;
	position: relative;
	z-index: 2;
	text-decoration: none;
}

.lcl-box02 .btn-action:hover {
    color: #ed6c00;
}
.lcl-box02 .btn-action {
    color: #fff;
}

.lcl-box02 .btn-action::before {
    background: #fff;
}

.lcl-box02 .btn-action::after {
    border-top: solid 2px #ed6c00;
    border-right: solid 2px #ed6c00;
}

.b-slide {
  width:100%;
  height:230px;
  position: relative;
  overflow: hidden;
}

.simply-scroll-container { 
  position: relative;
}
.simply-scroll-clip { 
  position: relative;
  overflow: hidden;
}
.simply-scroll-list { 
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.simply-scroll-list li {
  float:left;
  width:260px;
  height:230px;
  position:relative;
}
.simply-scroll-list li img {
  display: block;
}

/*lcl-box03*/
.lcl-box03 {
	padding: 60px 0;
	text-align: center;
}

.lcl-box03 .inner{
	width: 840px;
	min-height: 80px;
	margin: 0 auto;
	text-align: left;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.lcl-box03 .lcl-ttl {
	width: 150px;
	border-right: 1px solid #ccc;
}

.lcl-box03 .lcl-news {
	width: 650px;
	font-size: 15px;
}

.lcl-box03 .lcl-news li{
	margin-bottom: 10px;
}

.lcl-box03 .lcl-news li:last-child{
	margin-bottom: 0px;
}

.lcl-box03 .lcl-news li span{
	width: 110px;
	display: inline-block;
	font-weight: bold;
}

/*lcl-map*/
.lcl-map {
    width: 100%;
    height: 410px;
    position: relative;
    z-index: 2;
}