@charset "utf-8";
/* CSS Document */
p{
	margin: 0;
}
ul{
	padding: 0;
	overflow: hidden;
}
li{
	list-style: none;
}
a{
    text-decoration: none;
}
/* CSS Document */


/*#wrapper a:link { text-decoration: none; }
#wrapper a:visited { color: #000000; }
#wrapper a:hover { color: #000000; }
#wrapper a:active { color: #000000; }*/

#LP_wrapper{
	max-width: 750px;
	text-align: center;
	margin: 5% auto 0;
    color: #000000;
    padding-bottom: 5%;
}
#LP_wrapper h1{
    font-size: 25px;
    margin: 5% auto 5%;
    line-height: 1.2em;
    letter-spacing: 2px;
    color: #b9d147;
    text-align: center;
    display: block;
}
#LP_wrapper h2{
    font-size: 18px;
    margin: 5% auto 5%;
    line-height: 1.2em;
    letter-spacing: 2px;
    text-align: center;
    display: block;
}

.lead_p{
	display: block;
    margin: 5% auto 0;
	font-size: 18px;
	line-height: 1.8em;
    letter-spacing: 1px;
	text-align: center;
}
.lead_s{
    display: none;
}

.lead_p span{
    font-size: 14px;
}

/**************タイトル****************/

.Title{
    width:70%;
    text-align: center;
    display: block;
    margin: 0% auto 0;
}
.Lead{
    width: 35%;
    text-align: center;
    margin: 8% auto 0%;
    display: block;
    
}
.Point{
    width: 86%;
    background-color: #f0ebd6;
    padding: 5% 7% 2%;
    display: inline-block;
    margin: 10% auto 5%;
    border-radius: 10px;
}
.PointImg{
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.LP_box{
    width: 100%;
    text-align: center;
    margin:8% auto 0%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.ItemWrap{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 8% auto 0;
}
.Itemtitle{
    width: 100%;
    background-color: #b9d147;
    display: inline-block;
    margin: 0 auto;
    padding: 2% 0;
}
.Itemtitle p{
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.6em;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
}
.Itemtitle p span{
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.6em;
    font-weight: 700;
    color: #FFFFFF;
    text-shadow:
           1px 1px 0px #000, -1px -1px 0px #000,
          -1px 1px 0px #000,  1px -1px 0px #000,
           1px 0px 0px #000, -1px  0px 0px #000,
           0px 1px 0px #000,  0px -1px 0px #000;
}
.Item li{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 2%;
    margin: 5% auto;
}
.Item p{
    font-size: 16px;
    text-align: center;
    line-height: 1.6em;
    margin: 0 auto 5%;
    display: block;
    letter-spacing: 2px;
}
.ItemCol{
    width:100%;
    text-align: center;
    margin: 5% auto;
    display: inline-block;
}
.ItemCol p{
    font-size: 18px;
    text-align: center;
    line-height: 1.6em;
    margin: 2% auto 5%;
    letter-spacing: 1px;
}
.heading03 {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.heading03::before,
.heading03::after {
	content: '';
	width: 70px;
	height: 2px;
	background-color: #000000;
}

.heading03::before {
	margin-right: 20px;
}
.heading03::after {
	margin-left: 20px;
}



.Styleimg{
    width: 50%;
    position: relative;
}
.img-animation {
  animation: img-opacity 1.8s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
  position: relative;
}

.img-animation:before {
  animation: img-animation 1.8s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #FFFFFF;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}
.ItemDetail{
    width: 45%;
    margin: 0% auto 0;
    display: inline-block;
}

/**************ボタン****************/
/* 001 */
.button001 a {
    background-color: #FFFFFF;
    border:#000000 1px solid;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    padding: 3% 4%;
    color: #000000;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    margin: 10% auto 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}
.button001 a:hover {
    background:#1F1F1F;
    color: #FFF;
}
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #000000;
    border-right: 3px solid #000000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #FFF;
}


/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 13px;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	margin: 2% auto 8%;
	/* text-transform: uppercase;*/
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}




/* Button 1 */
.btn-1 {
    width: 50%;
	background-color: #ffffff;
    border: #000000 1px solid;
	color:#000000;
	font-size: 15px;
	text-align:center;
    padding: 2%;
    margin: 8% auto 0%;
    display: block;
    font-weight: 700;
}

.btn-1:hover {
    background-color: #000000;
    border: #000000 1px solid;
    color: #FFFFFF;
	text-align: center;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}




.pc{
    display: flex;
}
.sp {
	display:none;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.small{
    font-size: 70%;
}
.small2{
    font-size: 50%;
}
.bold{
    font-size: 120%;
    font-weight: bold;
}
.hr{
    width: 100%;
    border-bottom: #000000 1px dotted;
    margin: 0% auto 0;
    text-align: center;
}
.Mt_10{
    margin-top: 10%;
}
.Mt_15{
    margin-top: 15%;
}
.Mt_20{
    margin-top: 20%;
}
.Mt_30{
    margin-top: 30%;
}
.Mb_10{
    margin-bottom: 10%;
}





@media only screen and (max-width:750px){
	#LP_wrapper {
		width: 100%;
		text-align: center;
		margin: 8% auto 0%;
        color: #000000;
        padding-bottom: 8%;
	}
	#LP_wrapper h1{
        font-size: 17px;
        line-height: 1.7em;
	}
    #LP_wrapper h2{
        font-size: 15px;
    }
    /**************タイトル****************/
    
    .Title{
        width: 80%;
        margin: 0 auto;
    }
    .Lead{
        width: 50%;
    }
    
    .lead_p{
		display: none;
	}
    .lead_s{
		width: 94%;
		display: inline-block;
		text-align:center;
		margin: 5% auto 0%;
		line-height: 1.8em;
		font-size: 13px;
        letter-spacing: 1px;
	}
    
    .lead_s span{
        font-size: 13px;
    }
    
    .LP_box{
        width: 96%;
        margin:10% auto 5%;
    }
    
    
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Point{
        width: 60%;
        padding: 10% 15%;
    }
    .Itemtitle{
        padding: 3% 0;
    }
    .Itemtitle p{
        font-size: 14px;
    }
    .Itemtitle p span{
        font-size: 16px;
    }
    .Item li{
        padding: 1%;
    }
    .Item p{
        font-size: 13px;
    }
    .ItemCol{
        width: 80%;
        text-align: center;
        display: inline-block;
        margin: 5% auto;
    }
    .ItemCol img{
        width: 95%;
        text-align: center;
        margin: 5% auto;
    }
    
    .ItemCol p{
        font-size:13px;
    }
    .heading03::before, .heading03::after {
        content: '';
        width: 50px;
        height: 2px;
        background-color: #000000;
    }
    
    
    .button001 a{
        width: 90%;
        padding: 3.5% 4%;
        font-size: 12px;
    }
    .button001 a:after {
        border-top: 2px solid #000000;
        border-right: 2px solid #000000;
    }

    
    .Mb_10{
        margin-bottom: 15%;
    }
	
}