@charset "utf-8";
/* CSS Document */

/*ブラウザクリア*/
body{
margin: 0px;
}

ul {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
/*ブラウザクリア*/

#lp-container{
width:100%;
background: #fff;
text-align: center;
margin: 0 auto;
font-size:1em;
overflow: hidden;
font-family:"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
-webkit-font-smoothing: antialiased;
color: #535353;
}

#lp-container ._inner{
width: 100%;
text-align: center;
margin: 0 auto;
font-size:1em;
padding-bottom: 0px;
overflow: hidden;
padding-top:0px;	

}


#lp-container .h1_area{
width: 100%;
background: #eee;
    padding: 50px 0 50px;
    text-align: left;
    color: #000;
}

#lp-container .h1_area ._inner{
width: 900px;
max-width: 900px;
margin: 0 auto;
background: none;
}

#lp-container .h1_area h1 {
    font-size: 3.0em;
    font-weight: bold;
    margin-block-start: 0em;
    margin-block-end: 0em;
	text-align: left;
}

#lp-container .h1_area ._tittle {
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    margin-top: 10px;
	text-align: left;
}

#lp-container ._space{
padding-top: 100px;
}


#lp-container ._inner ._box_w{
width: 100%;
height:calc(100vh - 50px)
}
#lp-container ._inner ._box_w a:hover img{
opacity: 1;
}

#lp-container ._inner ._box_w div{
width: 100%;
    overflow: hidden;
    position: relative;
}

#lp-container ._inner ._box_w ._img{
width: 100%;
height:calc(100vh - 50px);
object-fit: cover;
}

#lp-container ._inner ._box_w div ._caption {
width: 90%;
	text-align:justify;
	color:#fff;
      position: absolute;
    top:calc(50% - 25px);
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#lp-container ._inner ._box_w div ._caption a{
color: #fff;
text-decoration: none;
}

#lp-container ._inner ._box_w div ._caption ._ti{
font-size:2vw;
font-weight: bold;
}

#lp-container ._inner ._box_w div ._caption ._text{
font-size:1.2em;
font-weight: 100;
margin: 1em 0 0 0;
}

#lp-container ._inner ._box_w div ._mask {
	width:			100%;
	height:			30%;
	position:		absolute;
	bottom:			-30%;	/* 枠の上に置いて表示させない */
	left:			0;
	background-color:	rgba(0,0,0,0.6);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
    margin: 0;
}
#lp-container ._inner ._box_w div:hover ._mask {
	bottom: 0;
}

#lp-container ._inner ._box{
width: 100%;
display: flex;
flex-wrap: wrap;
}

#lp-container ._inner ._box a:hover img{
opacity: 1;
}

#lp-container ._inner ._box div{
width: 50%;
    overflow: hidden;
    margin: 0;
    position: relative;
}

#lp-container ._inner ._box div ._img{
width: 100%;
}


#lp-container ._inner ._box div ._caption {
width: 90%;
	text-align:justify;
	color:#fff;
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#lp-container ._inner ._box div ._caption a{
color: #fff;
text-decoration: none;
}

#lp-container ._inner ._box div ._caption ._ti{
font-size:1.6vw;
font-weight: bold;
}

#lp-container ._inner ._box div ._caption ._text{
font-size:1.1em;
font-weight: 100;
margin: 1em 0 0 0;
}

#lp-container ._inner ._box div ._mask {
	width:			100%;
	height:			30%;
	position:		absolute;
	bottom:			-30%;	/* 枠の上に置いて表示させない */
	left:			0;
	background-color:	rgba(0,0,0,0.6);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
    margin: 0;
}
#lp-container ._inner ._box div:hover ._mask {
	bottom: 0;
}



#lp-container a{
text-decoration: none;
color: #000;
}

/********戻る**********/
#lp-container .btn_area{
width: 100%;
margin: 0 auto;
}

#lp-container .btn_area a{
text-decoration: none;
}

#lp-container .btn_area ._btn{
width: 600px;
font-size: 1em;
margin: 1em auto 0em;
transition: 1s;
border: solid 1px #000;
padding: 2em 0;
background: #000;
color: #fff;
border-radius: 10px 10px 0 0;
}

#lp-container .btn_area ._btn::after{
font-family: "Font Awesome 5 Free";
  content: "\f2ea";
  font-weight: bold;
  margin-left: 1em;
  }
  
  #lp-container .btn_area ._btn:hover{
  opacity: .7;
  transition: 1s;
  } 
/********戻る**********/

/********オーダー**********/
.orderA{order: 1}
.orderB{order: 2}
/********オーダー**********/

.sa {
  opacity: 0;
  transition: all .8s ease;
}
 
.sa.show {
  opacity: 1;
  transform: none;
}
 
.sa--lr {
  transform: translate(-100px, 0);
}
 
.sa--rl {
  transform: translate(100px, 0);
}
 
.sa--up {
  transform: translate(0, 100px);
}
 
.sa--down {
  transform: translate(0, -100px);
}
 
.sa--scaleUp {
  transform: scale(.5);
}
 
.sa--scaleDown {
  transform: scale(1.5);
}
 
.sa--rotateL {
  transform: rotate(180deg);
}
 
.sa--rotateR {
  transform: rotate(-180deg);
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


@media screen and (max-width:750px){

#lp-container{
width:100%;
text-align: center;
margin: 0 auto;
font-size:1em;
margin-bottom: 0px;
padding-top:0px;
background: #fff;
}


#lp-container ._inner{
width: 100%;
max-width: 100%;
text-align: center;
margin: 0 auto;
font-size:1em;
padding-bottom: 0px;
overflow: hidden;
padding-top:0px;	
}


#lp-container ._space{
padding-top: 70px;
}

#lp-container ._caption ._view:hover{
background: #000;
color: #fff;
transition: 1s;
}

#lp-container .btn_area ._btn{
width:80%;
padding:1.5em 0;
font-size: .9em;
}

#lp-container ._view_bottom{
font-size: .9em;
border: solid 1px #000;
width: 80%;
margin: 30px auto 80px;
padding: 1em 0;
transition: 1s;
text-align: center;
}

#lp-container .h1_area ._inner {
    max-width: 100%;
    margin: 0 auto;
    background: none;
}

#lp-container .h1_area {
    width: 100%;
    background: #eee;
    padding: 30px 0 30px;
    text-align: left;
    color: #000;
}

#lp-container .h1_area h1 {
    font-size: 1.5em;
	width: 90%;
	margin: 0 auto;
}

#lp-container .h1_area ._tittle {
    width: 90%;
    font-size: .8em;
    margin: 1em auto 0;
}

#lp-container ._inner ._text{
width: 100%;
font-size: .9em;
}

#lp-container ._inner .cont_ti{
width:100%;
font-size: 1.5em;
}

#lp-container ._inner ._img{
width: 100%;
margin-top: 0px;
}

#lp-container ._inner ._box_w{
width: 100%;
height:auto;
}

#lp-container ._inner ._box_w div{
width: 100%;
    overflow: hidden;
    position: relative;
}

#lp-container ._inner ._box_w ._img{
width: 100%;
height: calc(100vh - 120px);
object-fit: cover;
}

#lp-container ._inner ._box_w div ._caption {
width: 90%;
	text-align:justify;
	color:#fff;
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#lp-container ._inner ._box_w div ._caption a{
color: #fff;
text-decoration: none;
}

#lp-container ._inner ._box_w div ._caption ._ti{
font-size:1em;
font-weight: bold;
text-align:left;
}

#lp-container ._inner ._box_w div ._caption ._text{
font-size:.9em;
font-weight: 100;
margin: .6em 0 0 0;
}

#lp-container ._inner ._box_w div ._mask {
	width:			100%;
	height:			40%;
	position:		absolute;
	bottom:			0%;	/* 枠の上に置いて表示させない */
	left:			0;
	background-color:	rgba(0,0,0,0.6);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
    margin: 0;
}
#lp-container ._inner ._box_w div:hover ._mask {
	bottom: 0;
}

#lp-container ._inner ._box div{
width: 100%;
    overflow: hidden;
    margin: 0;
    position: relative;
}

#lp-container ._inner ._box div ._img{
width: 100%;
margin-top: 0px;
}


#lp-container ._inner ._box div ._caption {
width: 90%;
	text-align:justify;
	color:#fff;
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#lp-container ._inner ._box div ._caption a{
color: #fff;
text-decoration: none;
}

#lp-container ._inner ._box div ._caption ._ti{
font-size:1em;
font-weight: bold;
}

#lp-container ._inner ._box div ._caption ._text{
font-size:.9em;
font-weight: 100;
margin: .5em 0 0 0;
}

#lp-container ._inner ._box div ._mask {
	width:			100%;
	height:			35%;
	position:		absolute;
	bottom:			0%;	/* 枠の上に置いて表示させない */
	left:			0;
	background-color:	rgba(0,0,0,0.6);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
    margin: 0;
}
#lp-container ._inner ._box div:hover ._mask {
	bottom: 0;
}




/********オーダー**********/
.orderA{order: 2}
.orderB{order: 1}
/********オーダー**********/


	
}



