@charset "utf-8";

html{
	scroll-behavior: smooth;
	font-size: 70%;
}
  
@media screen and (min-width: 750px) {
  html {
    font-size: 100%;
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 100%;
  }
}

#wrap {
	width: 100%;
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
	overflow: hidden;
}

#wrap p {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: bottom;
	font-size: 0;
	line-height: 0;
	max-width: 100%;
	width: 100%;
}



/*オファー*/
.henkin01{
	position: relative;
}
.henkinTxt01 a{
	position: absolute;
	color: #fff;
	text-decoration: underline;
    bottom: 15%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}


/* パソコンで見たときは"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; }
}

.ofr{
	position: relative;
	text-align: center;
}

.ofrBtn{
	position: absolute;
	bottom: 7%;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: auto;
}

.on-image {
	position: absolute;
}

.on-image1 {
	bottom: 0;
	left: 3%;
	width: 35%;
}

.on-image2 {
	bottom: 4%;
	right: 28%;
	width: 45%;
}

.gif-wapper {
	position: relative;
	text-align: center;
}

.gif {
	position: absolute;
	bottom: 12%;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	height: auto;
}

.gif-wapper2 {
	position: relative;
	text-align: center;
}

.gif3 {
	position: absolute;
	top: 18.5%;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: auto;
}

.gif4 {
	position: absolute;
	bottom: 21.5%;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: auto;
}


@media screen and (max-width: 420px) {
	.slides {
		bottom: -2%;
		left:-42%;
  }
}

footer{
	background-color: #dcdcdc;
	width:100%;
}

.footBox{
	max-width: 750px;
	margin:0 auto;
	padding:1% 3% 0%;
}
.footRink{
	padding: 1% 8% 3%;
	text-align: center;
	line-height: 1.5em;
}
.footRink a{
	text-decoration: underline;
}

.logo{
	text-align: center;
	padding: 3% 20% 2%;
}