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

/*----------------------------------
/*　TOP
----------------------------------------------------------- */
body{
    width: 100%;
}
body a {
    text-decoration: none;
}
.ios-header {
    position: sticky;
    z-index: 1000;
    top: 0px;
}
.header-nav {
    height: 56px;
    background-color: #fff;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    font-weight: bold;
    border-bottom: 1px solid #DDD;
}
.header-nav a {
    color: #000;
}
.back-ico {
    width: 24px;
    height: 24px;
    margin-right: 1rem;
}
.ios-header .header-logo {
    width: calc(100% - 72px);
    height: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: flex;
    justify-content: center;
}
.ios-header .header-logo img {
    height: 24px;
}
.white1{
	min-height: 100vh;
	background-color: #fff;
    padding: 1.5rem 1rem;
    font-size: 14px;
}
.sp{
	width:100%;
	height:0px;
    position:relative;
    clear:both;
}


.keyBox{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
    border-top: 1px solid #ddd;
}

.keyQr{
	width: 50%;
	padding: 2% 0%;
	float: left;
	background-color: #fff;
	text-align: center;
	border-right: 2px solid #bbb;
	box-sizing: border-box;
	z-index: 999;
}


.keyQr1{
	width: 50%;
	padding: 2% 0%;
	float: left;
	background-color: #fff;
	text-align: center;

	box-sizing: border-box;
	z-index: 999;
}

.keyQr3{
	width: 33.333%;
	padding: 2% 0%;
	float: left;
	background-color: #fff;
	text-align: center;
	box-sizing: border-box;
	z-index: 999;
}


.QR_Box{
    padding-top: 15%;
	width: 70%;
	margin: auto;
}


.iconQr{
	width: 40px;
	margin: auto;

}

.youtubeBox{
	width:100%;
	padding-top: 24px;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	margin-bottom: 15px;
}

.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.youtubeGo{
	width:50%;
	margin: auto;
	margin-top: 50px;
	background-color: #B50003;
	color: #fff;
	text-align: center;
	padding: 1%;
	
}

.qrnew{
	background-color: #fff;
	height: 100vh;
}

.qrSection{
    width: 100%;
    height: auto;
	background-color: #fff;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.qrImg{
	width: 50%;
	margin: auto;
}

.qrRedBox{
	background-color: #fff;
	border-radius: 5px;
	padding: 0.75rem;
	box-sizing: border-box;
	position: relative;
    margin-bottom: 1rem;
}

.qrRedPoint{
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom: solid 1px #333;
	margin-bottom: 10px;
}

.qrBotan{
	width: 100%;
	text-align: center;
	padding: 10px 0px;
	background-color: #ef233f;
	border: solid 2px #fff;
	color: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	margin-top: 6px;
	position: relative;
}

.qrBotan2{
	width: 100%;
	text-align: center;
	padding: 10px 0px;
	background-color: #ffe2e6;
	border: solid 2px #ffe2e6;
	color: #000;
	border-radius: 5px;
	box-sizing: border-box;
	margin-top: 6px;
	position: relative;
}


.qrYaji{
	position: absolute;
	font-size: 0;
	width: 18px;
	height: 18px;
	top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.qrBcubeTitle{
	text-align: center;
	font-size: 24px;
	color: #fff;
	padding: 30px 0px 10px;
	background-color:#ef233f;
}

.qrBcubeSection{
	background-color: #fff;
	padding: 20px 0px;
}

.qrBcubeText{
	width: 80%;
    margin: auto;
    font-size: 15px;
    color: #747474;
    line-height: 1.1;
}

.qrBcubeQr{
	width: 50%;
	margin: 20% auto;
}
/*----------------------------------
= ポイント獲得
----------------------------------*/
.getPoint {
    font-size: 18px;
    font-weight: 700;
}
.getImg {
    width: 40%;
    margin-bottom: 1rem;
}
.link {
    color: #36a9d1;
    text-decoration: underline;
}
.listBox {
    border-top:1px solid #D4D4D4;
    margin: 1.5rem 0;
}
.listBox li {
    padding: 16px 0;
    border-bottom: 1px solid #D4D4D4;
}
.btn-sp {
    width: 100%;
    min-height: 48px;
    padding: 0.5rem;
    background-color: #000;
    border: 1px solid #000;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.btn-sp-out {
    width: 100%;
    min-height: 48px;
    background-color: #FFF;
    border: 2px solid #000;
    color: #000;
    font-weight: 700;
    padding: 0.5rem;
    margin-bottom: 1.5rem;
}
.ios-form {
    text-align: right;
    height: 40px;
    border: 1px solid #777;
    border-radius: 8px;
    padding: 0 0.75rem;
}
.ios-form-sm {
    width: 80px;
    min-width: 80px;
}
.no-form {
    width: 100%;
    border: none;
    background-color: #FFF;
    text-align: center;
}
.modal-content {
    font-size: 14px;
}

@media (max-width: 768px) {
}
