body {
  margin: 0
}

.wrap {
  width: 100%;
  margin: 0 auto;
  line-height: 0;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, sans-serif;
  font-weight: 700;
  font-size: 24px;
  background: url(../images/cover.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed
}

@media screen and (max-width:1023px) {
  .wrap {
    width: 100%;
    font-size: 14px
  }
}

.inner {
  padding-bottom: 50px;
  width: 1024px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .66667);
  box-shadow: 0 0 10px rgba(0, 0, 0, .66667)
}

@media screen and (max-width:1023px) {
  .inner {
    width: 100%
  }
}

.b1 {
  z-index: 2
}

.b1,
. {
  position: relative
}

.footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background: -webkit-linear-gradient(#000, #000);
  background: linear-gradient(#000, #000);
  text-align: center;
  padding: 30px;
  line-height: 2;
  color: #fff
}

@media screen and (max-width:1023px) {
  .footer {
    padding: 5px
  }
}

.footer a {
  color: #fff;
  text-decoration: none
}

.footer a:hover {
  color: red;
  text-decoration: underline
}

@media screen and (max-width:1023px) {
  .footer .copyright {
    font-size: 10px
  }
}

.btn a:hover {
  opacity: .7
}

padding-left:5px;
padding-right:5px
}
.center {
  text-align: center
}
.space {
  padding-top: 20px;
  padding-bottom: 20px
}
.pc-only {
  display: block
}
@media screen and (max-width:1023px) {
  .pc-only {
    display: none
  }
}
.mobile-only {
  display: none
}
@media screen and (max-width:1023px) {
  .mobile-only {
    display: block
  }
}
@media screen and (max-width:1023px) {
  .mob_image {
    width: 96%;
    margin: 0 auto
  }

  .mob_image img {
    max-width: 100%
  }
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.flex_bottom,
.flex_center {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.flex_bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}
.video_cover {
  width: 100%;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 30px
}
@media screen and (max-width:1023px) {
  .video_cover {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 10px
  }
}
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 50px
}
@media screen and (max-width:1023px) {
  .video {
    margin-bottom: 20px
  }
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%
}
.btn {
  margin-bottom: 0px;
}
.btnn a:hover {
  opacity: .7
}
.btnn {
  padding-top: 50px;
}


body  div.PFT-LineQR a {
  display: block
}
@media only screen and (min-width:760px) {
	body div.PFT-LineQR {
    display: block;
    width: 100%;
    height: 100%;
    /* background: url(../images/4Lady-Btm-Line-bg.png) repeat-x;
    background-size: contain; */
    text-align: center
  }
  body div.PFT-LineQR img {
    width: 100%
  }
}
body .PFT-LineQR form {
	width: 88%;
	margin: 5% auto;
	padding: 70px 50px;
  background-color: #fff;
	border: solid 7px #4985b4;
	color: #4a4a4a;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .43);
	text-align: center;
	line-height: 1.3;
}

body .PFT-LineQR form .form_title {
	background-color: #feffa1;
	font-size: 4.17vw;
	font-weight: bold;
	padding: 40px 0;
}

body .PFT-LineQR form .form_title span {
	font-size: 3.959vw;
}

body .PFT-LineQR form .input_wrap {
	position: relative;
}

body .PFT-LineQR form .input_wrap::before {
	position: absolute;
	content: "";
	background-image: url("../images/mail.png");
	top: 50%;
	left: 10%;
	width: 6%;
	height: 3vw;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transform: translate( 0, -50%);
	   -moz-transform: translate( 0, -50%);
	    -ms-transform: translate( 0, -50%);
	     -o-transform: translate( 0, -50%);
	        transform: translate( 0, -50%);
}

body .PFT-LineQR form .form_line {
	width: 90%;
	margin: 50px 0;
	padding: 0 0 0 15%;
	box-sizing: border-box;
	height: 90px;
	font-size: 2.37vw;
	text-align: left;
	border: solid 2px #6e6f6e;
	color: #4a4a4a;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .23);
}

body .PFT-LineQR form .form_btn {
	width: 90%;
	padding: 6.5% 0;
	box-sizing: border-box;
	border: none;
	background-image: url('../images/btn.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 12px;
	cursor: pointer;
}
body .PFT-LineQR form .form_btn:hover {
	opacity: .7;
}


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

body .PFT-LineQR form {
	width: 82%;
	padding: 35px 25px;
}

body .PFT-LineQR form .form_title {
	padding: 20px 0;
}


body .PFT-LineQR form .form_line {
	width: 90%;
	margin: 25px 0;
	padding: 0 0 0 15%;
	box-sizing: border-box;
	height: 11.8vw;
}

}


@media screen and (max-width: 480px) {
    
body div#wrap header div.LineQR {
 	width: 80%;
	margin: 40px auto 40px;
}

body div#wrap header div.LineQR a img {
	width: 100%;
}

body .PFT-LineQR form {
	width: 78%;
	padding: 35px 20px;
}

body .PFT-LineQR form .form_title {
	font-size: 24px;
}

body .PFT-LineQR form .form_title span {
	font-size: 14px;
}

body .PFT-LineQR form .input_wrap {
	position: relative;
}

body .PFT-LineQR form .input_wrap::before {
	position: absolute;
	content: "";
	background-image: url("../images/mail.png");
	top: 50%;
	left: 10%;
	width: 6%;
	height: 3.5vw;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transform: translate( 0, -50%);
	   -moz-transform: translate( 0, -50%);
	    -ms-transform: translate( 0, -50%);
	     -o-transform: translate( 0, -50%);
	        transform: translate( 0, -50%);
}

body .PFT-LineQR form .form_line {
	height: 50px;
	font-size: 14px;
}

body .PFT-LineQR form .form_btn {
	width: 90%;
	padding: 0;
	height: 11.5vw;
	box-sizing: border-box;
	background: url('../images/btn.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border-radius: 0;
}
}