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

/********** Setting ***********/
/*
window.FontAwesomeConfig = {
  searchPseudoElements: true
}
*/
html {
    width: 100%;
	height: 100%;
	font-size: 100%;
	line-height: 1.5em;
	scroll-behavior: smooth;
    background: #fef8eb;
}
body {
    width: 100%;
	height: auto;
	color: #000000;
	-webkit-text-size-adjust : 100%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	background: #fef8eb;
    background-size: contain;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 auto;
}

@media screen and (max-width: 770px) {
  body {
    width: 100%;
    color: #000000;
	-webkit-text-size-adjust : 100%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	background: #fef8eb;
    font-size: 16px;
    background-size: contain;
    }
}

a[href^="tel:"] {
    poinp_bannerter-events: none;
}

a {
    text-decoration: none;
}

* html body { /* for IE6 */
  font-size: small;
}

*:first-child+html body { /* for IE7 */
  font-size: small;
}

    ul,li{
        list-style: none;
        margin: 0;
        padding: 0;
    }
    dl dd{
            margin-inline-start: 0px;

    }
   p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

img {
    max-width: 100%;
}

/**********Setting***********/



/*========= ヘッダー ===============*/
header{
    width: 100%;
    height: 80px;
    padding: 0px;
    margin: 0 auto 0 auto;
	background: #ffffff;
	position: relative;
}

header h1 a{
    width: 250px;
	height: 80px;
	background:#ffffff;
	border-radius: 10000px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;

}

@media screen and (max-width: 770px) {
header{
    width: 100%;
    height: 70px;
    padding: 0px;
    margin: 0 auto 0 auto;
	background: #ffffff;
	position: relative;
}

header h1 a{
    width: 200px;
	height: 70px;
	background:#ffffff;
	border-radius: 10000px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;

}
}

/*========= top ===============*/
#top {
    width: 100%;
    height: 620px;
	background: url("../../image/lp20251022/top_bg.jpg");
	overflow: hidden;
}

#top .inner{
    width: 1020px;
	margin: 0 auto;
	position: relative;
}

#top .inner .machine{
    width: 897px;
	position: absolute;
	top: 40px;
	left: -150px;
	z-index: 10;
}

#top .inner .machine{
    width: 897px;
	position: absolute;
	top: 20px;
	left: -62px;
	z-index: 10;
}

#top .inner .text01{
    width: 186px;
	position: absolute;
	top: 20px;
	left: 380px;
	z-index: 12;
}

#top .inner .text02{
    width: 518px;
	height: 487px;
	position: absolute;
	top:70px;
	right: 10px;
	z-index: 11;
}

#top .inner .text03{
    width: 364px;
	height: 137px;
	position: absolute;
	top:460px;
	left: 50px;
	z-index: 11;
}

#top .inner .money{
    width: 940px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#top .inner .sp_img{
    display: none;
}

@media screen and (max-width: 770px) {
#top {
    width: 100%;
	height: 280px;
	background: url("../../image/lp20251022/top_bg.jpg");
	overflow: hidden;
	padding: 10px 0 0 0 ;
}

#top .inner{
    width: 100%;
	margin: 0 auto;
}

#top .inner .machine{
    display: none;
}


#top .inner .text01{
    display: none;
}

#top .inner .text02{
    display: none;
}

#top .inner .text03{
    display: none;
}

#top .inner .money{
    display: none;
}
#top .inner .sp_img{
    width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
}

/* アニメーションの時間関係*/
#anime01 {
  animation-duration: 0.5s; /* アニメーションの時間 */
  animation-delay: 0s; /* アニメーション開始時間 */
  animation-iteration-count: infinite; /*アニメーションの繰り返し回数 */
}

#anime02 {
  animation-duration: 7s; /* アニメーションの時間 */
  animation-delay: 1s; /* アニメーション開始時間 */
  animation-iteration-count: infinite; /* アニメーションの繰り返し回数 */
}

#anime03 {
  animation-duration: 1s; /* アニメーションの時間 */
  animation-delay: 0.5s; /* アニメーション開始時間 */
  /*animation-iteration-count: infinite;  アニメーションの繰り返し回数 */
}

#anime04 {
  animation-duration: 1s; /* アニメーションの時間 */
  animation-delay: 1.5s; /* アニメーション開始時間 */
  animation-iteration-count: infinite;  /*アニメーションの繰り返し回数 */
}

#anime05 {
  animation-duration: 5s; /* アニメーションの時間 */
  animation-delay: 3s; /* アニメーション開始時間 */
  /*animation-iteration-count: infinite;  アニメーションの繰り返し回数 */
}

/*========= money-counter ===============*/


#money-counter {
	width: 100%;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../../image/lp20251022/money_counter_bg.jpg");
	border-top: 10px #333333 solid;
	border-bottom: 10px #333333 solid;
}

#money-counter ul {
	width: 1020px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#money-counter ul li:nth-child(1){
	width: 210px;
	margin: 0 10px 0 0;
}
#money-counter ul li:nth-child(2){
	width: 800px;
	height: 80px;
	margin: 0;
	background: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../../image/lp20251022/money_counter_bg02.jpg");
	border-radius: 10px;
	padding-top: 10px;
}

#money-counter ul li:nth-child(2) p{
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
}
#money-counter ul li:nth-child(2) p span{
	color: #ffff00;
	font-size: 2.5em;
	font-weight: bold;
}

#money-counter ul li:nth-child(3) {
	color: #000000;
	font-size: 1.25em;
	font-weight: bold;
	margin: 5px auto 0 auto;
	display: block;
}

@media screen and (max-width: 770px) {
#money-counter {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../../image/lp20251022/money_counter_bg.jpg");
	border-top: 5px #333333 solid;
	border-bottom: 5px #333333 solid;
}

#money-counter ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

#money-counter ul li:nth-child(1){
	width: 20%;
	margin: 0 5px 0 0;
}
#money-counter ul li:nth-child(2){
	width: 75%;
	height: 30px;
	margin: 0;
	background: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../../image/lp20251022/money_counter_bg02.jpg");
	border-radius: 5px;
	padding-top: -15px;
}

#money-counter ul li:nth-child(2) p{
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	
}
#money-counter ul li:nth-child(2) p span{
	color: #ffff00;
	font-size: 1.5em;
	font-weight: bold;
}	
	
	#money-counter ul li:nth-child(3) {
	color: #000000;
	font-size:0.75em;
	font-weight: bold;
	margin: 3px auto 0 auto;
	display: block;
}
}


/*========= money-counter02 ===============*/


.money-counter02 {
	width: 100%;
	margin: 10px auto;
	
}


.money-counter02 div {
	width: 1020px;
	margin: 0 auto;
}

.money-counter02 div img{
	width: 100%;
}

.money-counter02 .counter {
	width: 1020px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.money-counter02 .counter li:nth-child(1){
	width: 210px;
	margin: 0 10px 0 0;
}
.money-counter02 .counter li:nth-child(2){
	width: 800px;
	height: 80px;
	margin: 0;
	background: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../../image/lp20251022/money_counter_bg02.jpg");
	border-radius: 10px;
}

.money-counter02 .counter li:nth-child(2) p{
	color: #ffffff;
	font-size: 2em;
	font-weight: bold;
	padding-top: 10px;
}
.money-counter02 .counter li:nth-child(2) p span{
	color: #ffff00;
	font-size: 2em;
	font-weight: bold;
}



@media screen and (max-width: 770px) {
.money-counter02 {
	width: 100%;
	margin: 10px auto 0 auto;
}

.money-counter02 div {
	width: 100%;
	margin: 0 auto;
}

.money-counter02 div img{
	width: 100%;
}	
	
.money-counter02 .counter {
	width: 100%;
	height: 30px;
	margin: 5px auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.money-counter02 .counter li:nth-child(1){
	width: 20%;
	margin: 0 5px 0 0;
}
.money-counter02 .counter li:nth-child(2){
	width: 75%;
	height: 30px;
	margin: 0;
	background: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../../image/lp20251022/money_counter_bg02.jpg");
	border-radius: 5px;
}

.money-counter02 .counter li:nth-child(2) p{
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	padding-top: 5px;
}
.money-counter02 .counter li:nth-child(2) p span{
	color: #ffff00;
	font-size: 1.5em;
	font-weight: bold;
}
}

.js-inview{ opacity:0; transform:translateY(8px); }
.js-inview.is-in{ opacity:1; transform:none; transition:opacity .3s ease, transform .3s ease; }


/*==================================================
スライダーのためのcss
===================================*/
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
	margin: 10px auto 5px auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px 0 0;/*スライド左右の余白調整*/
}

@media screen and (max-width: 770px) {
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
	margin: 5px auto 5px auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 5px 0 0;/*スライド左右の余白調整*/
}
}

/*========= content01 ===============*/

#content01 {
	width: 100%;
	height: 530px;
	background: url("../../image/lp20251022/top_bg02.jpg");
}
#content01 div{
	width: 1020px;
	height: 530px;
	background: url("../../image/lp20251022/content01_bg.png");
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 770px) {
#content01 {
	width: 100%;
	height: 200px;
	background: url("../../image/lp20251022/top_bg02.jpg");
}
#content01 div{
	width: 100%;
	height: 200px;
	background: url("../../image/lp20251022/content01_bg.png");
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
}

	#content01 div img{
	width: 100%;

}
}

/*========= content02 ===============*/

#content02 {
	width: 100%;
}
#content02 div {
	width: 1020px;
	margin: 0 auto;
}

@media screen and (max-width: 770px) {
#content02 {
	width: 100%;
}
#content02 div {
	width: 100%;
	margin: 0 auto;
}
#content02 div img{
	width: 100%;
}

}

/*========= content03 ===============*/

#content03 {
	width: 100%;
	height: auto;
	margin-top: 20px;

}
#content03 div:nth-child(1){
	width: 100%;
	height: 680px;
	background: url("../../image/lp20251022/top_bg.jpg");
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content03 div:nth-child(2){
	width: 100%;
	height: 1253px;

	margin: 20px auto 20px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 770px) {
#content03 {
	width: 100%;
	height: auto;
	margin-top: 20px;

}
#content03 div:nth-child(1){
	width: 100%;
	height: auto;
	background: none;
	margin: 0 auto;
	display: block;
	justify-content: center;
	align-items: center;
}

#content03 div:nth-child(2){
	width: 100%;
	height: auto;

	margin: 5px auto 5px auto;
	display: block;
	justify-content: center;
	align-items: center;
}
}


/*========= content04 ===============*/

#content04 {
	width: 100%;
	height: auto;
	margin-top: 0px;

}
#content04 div:nth-child(1){
	width: 100%;
	height: 330px;
	background: url("../../image/lp20251022/top_bg03.jpg");
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content04 div:nth-child(2){
	width: 100%;
	height: 471px;

	margin: 20px auto 20px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 770px) {
#content04 {
	width: 100%;
	height: auto;
	margin-top: 0px;

}
#content04 div:nth-child(1){
	width: 100%;
	height: auto;
	background: none;
	margin: 0 auto;
	display: block;
	justify-content: center;
	align-items: center;
}

#content04 div:nth-child(2){
	width: 100%;
	height: auto;

	margin: 5px auto 5px auto;
	display: block;
	justify-content: center;
	align-items: center;
}
}


/*========= entry ===============*/
#entry {
    width: 100%;
}
#entry .inner{
    width:100%;
	height: 625px;
	background: url("../../image/lp20251022/top_bg03.jpg");
}

#entry .inner p{
    width:1020px;
	height: 625px;
	margin: 0 auto;
}

#entry .btn{
    width:100%;
	display:block;
	padding-top: 10px;
}

#entry .btn p{
	display:block;
	text-align: center;
	margin-bottom: 5px;
}

#entry .btn p:nth-child(1) a{
	color: #00cc66;
	display: block;
	margin-bottom: 10px;
}


#entry .btn p:nth-child(3) a:hover{
	opacity: 0.8;
}


@media screen and (max-width: 770px) {
#entry {
    width: 100%;
}
#entry .inner{
    width:100%;
	height: auto;
	background: none;
}

#entry .inner p{
    width:100%;
	height: auto;
	margin: 5px auto 5px auto;
}
#entry .inner p img{
    width:100%;
}

#entry .btn{
    width:100%;
	display:block;
	padding-top: 10px;
}

#entry .btn p{
	display:block;
	text-align: center;
	margin-bottom: 5px;
}

#entry .btn p:nth-child(1) a{
	color: #00cc66;
}

#entry .btn p:nth-child(3) a img{
	display: block;
	width: 90%;
	margin: 0 auto 5px auto;
}



}


/*========= result ===============*/

.result{
    width: 100%;
    padding: 20px 0 20px 0;
    background: url("../../image/lp20251022/top_bg.jpg");
    margin: 10px auto 0px auto;
}

.result p{
    text-align: center;
}
.result p img{
    display: block;
    margin: 20px auto 0 auto
}

.result .inner{
    width: 980px;
    margin: 10px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.result .inner ul{
    width: 320px;
    border-radius: 10px;
    overflow: hidden;
    border: solid #ffffff 5px;
    background: #ff92ff;
    margin-bottom: 10px;
}

.result .inner ul li p:nth-child(1) img{
    width: 100%;
}

.result .inner ul li:nth-child(1){
    width: 320px;
    height: auto;
    background: #cc0000;
    text-align: center;
    padding: 0;
    color: #FFFFFF;
    font-weight: bold;
}

.result .inner ul li:nth-child(2){
    width: 320px;
    height: auto;
    background: #FFFFFF;
    text-align: center;
    padding: 5px 0 5px 0;
    color: #222222;
    font-weight: bold;
}

.result .inner ul li:nth-child(2) p:nth-child(4){
    font-size: 2em;
    color: #cc0000;
	line-height: 1.25em;

}

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

.result{
    width: 100%;
    padding: 5px 0 5px 0;
    background:url("../../image/lp20251022/top_bg.jpg");
    margin: 10px auto 0px auto;
}

.result p{
    text-align: center;
}
.result p img{
    display: block;
    margin: 10px auto 0 auto;
	width: 50%;
	text-align: center;
	}

.result .inner{
    width: 100%;
    margin: 10px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.result .inner ul{
    width: 80%;
    border-radius: 10px;
    overflow: hidden;
    border: solid #ffffff 5px;
    background: #FFFFFF;
    margin: 5px auto 0 auto;
}

.result .inner ul li p:nth-child(1) img{
    width: 100%;
}

.result .inner ul li:nth-child(1){
    width: 100%;
    height: auto;
    background: #cc0000;
    text-align: center;
    padding: 0;
    color: #FFFFFF;
    font-weight: bold;
}

.result .inner ul li:nth-child(2){
    width: 100%;
    height: auto;
    background: #FFFFFF;
    text-align: center;
    padding: 5px 0 5px 0;
    color: #222222;
    font-weight: bold;
}

.result .inner ul li:nth-child(2) p:nth-child(4){
    font-size: 1.25em;
    color: #cc0000;
	line-height: 1.25em;

}
}


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

footer{
    width: 100%;
    margin: 10px auto 0 auto;
    background: #333333;
    padding-bottom: 5px;
}

footer ul{
    width: 1200px;
    background: #666666;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
}

footer ul li a{
    width: calc(1200px / 4);
    display: block;
    border-right: 1px solid #444444;
    text-align: center;
    padding: 15px 0 15px 0;
    color: #FFFFFF;
}

footer ul li a:hover{
    opacity: 0.7;
}

footer p{
    width: 100%;
    text-align: center;
    margin: 5px 0 5px 0;
	color: #FFFFFF;
}

@media screen and (max-width: 770px) {
footer{
    width: 100%;
    margin: 10px auto 0 auto;
    background: #333333;
    padding-bottom: 5px;
}

footer ul{
    width: 100%;
    background: #666666;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 10px 0 10px;
}

footer ul li a{
    display: block;
    text-align: center;
    padding: 5px;
    color: #FFFFFF;
}

footer p{
    width: 100%;
    text-align: center;
    margin: 5px 0 5px 0;
}
}