@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=block');

* {
	margin:0;
	padding:0;
	text-shadow:none;
	letter-spacing:-0.01px;
	font-weight:normal;
	line-height:1.6;
	font-size:16px;
	font-family:"Roboto","Helvetica Neue",YakuHanJP, 'Noto Sans JP',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"CI",Meiryo,"メイリオ","lroSVbN","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#232323;
    outline : none;
	font-feature-settings: "palt";
	-webkit-text-size-adjust:100%;
    text-align:left;
}

html, body {
	height:100%;
}

body {
	position:relative;
}

body:before {
	content: '';
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:url(../img/bg.webp) no-repeat top center;
	background-size:cover;
	z-index:-1;
}

.only_pc {
}

.only_sp {
	display:none;
}

#body {
	position:relative;
}

#body_in {
	width:640px;
	height:100%;
	min-height:calc( 100vh - 72px );
	margin:0 auto;
	background:url(../img/mypage_bg.jpg) no-repeat top center #0361d7;
	background-size:100% auto;
	padding:0 0 72px 0;
}

/* header */

#header {
}

#header img {
	width:100%;
}

/* form */

.input,
textarea {
	width: calc(100% - 22px);
	margin-bottom:10px;
	padding: 12px 10px;
	text-align: left;
	color: #333333;
	border: 1px solid #dddddd;
	border-radius:7px;
}

#form {
	padding:0 5% 20px 5%;
}

#form h2 {
	text-align:center;
	padding:10px 0 0 0;
}

#form h2 img {
	width:50%;
}

#form h3 {
	font-size:20px;
	font-weight:700;
	color:#FFF800;
	text-align:center;
	padding:20px 0 10px 0;
}

#form h3 span {
	font-size:10px;
	display:inline-block;
	background:#e75a15;
	height:20px;
	line-height:20px;
	padding:0 7px;
	margin-left:10px;
	margin-top:5px;
	vertical-align:top;
	color:#ffffff;
}

#form .form_text {
	font-size:18px;
	text-align:center;
	font-weight:700;
	padding:10px 0 10px 0;
	color:#ffffff;
}

#form .form_text span {
	font-size:14px;
	font-weight:700;
	color:#ffffff;
}

#form .form_text_sub {
	font-size:14px;
	text-align:center;
	font-weight:500;
	color:#ffffff;
	padding:0 5% 20px 5%;
}

#form .form_text_sub a {
	font-size:14px;
	font-weight:500;
	color:#ffffff;
}

/* 規約 */

.kiyakutext {
	margin:10px 3% 20px 3%;
}

.kiyakutext,
.kiyakutext ul li {
	font-size:14px;
	word-break: break-all;
	color:#ffffff;
}

.kiyakutext ul li {
	list-style:disc;
}

.kiyakutext ul li a {
	font-size:14px;
	word-break: break-all;
	color:#ffffff;
}

/* 同意 */

.pp_check {
	padding:30px 0 10px 0;
	text-align: center;
}

.pp_check input[type="checkbox"],
.pp.ad input[type="checkbox"] {
	display: none;
}

.pp_check input[type="checkbox"] + label,
.pp.ad input[type="checkbox"] + label {
	display:inline-block;
	cursor: pointer;
	width:auto;
	font-size: 16px;
	color:#ffffff;
}

.pp_check input[type="checkbox"] + label:before,
.pp.ad input[type="checkbox"] + label:before {
	width: 34px;
	height: 34px;
	line-height: 32px;
	font-size: 42px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	content: "\2713";
	color: transparent;
	padding: 0;
	border: 1px solid #FFF800;
	background: #ffffff;
	margin: -2px 12px 0 0;
	-webkit-transition: .1s;
	transition: .1s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background:#FFF800;
	border-radius:10px;
}

.pp_check input[type="checkbox"] + label:hover:before,
.pp.ad input[type="checkbox"] + label:hover:before {
	background:#FFF800;
}

.pp_check input[type="checkbox"]:checked + label::before,
.pp.ad input[type="checkbox"]:checked + label::before {
	font-size: 25px;
	background: #e75a15 !important;
	border-color: #e75a15 !important;
	color: #FFF800 !important;
}

.check.submit {
	opacity:0.15;
}

/* 動画 */

.send_movie {
	padding:10px 0;
}

.ytMovie_box {
	position:relative;
	padding-bottom:56.5%;
	height:0;
	overflow:hidden;
}

.ytMovie_box iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* ボタン */

.send {
	text-align:center;
	padding:20px 0 20px 0;
}

.send.inputform {
	margin:30px 0 0 0;
}

.send .submit,
.send a.link,
.send span,
.mypage_present_but_in_in a,
.mypage_present_but_in_in span {
	background:#e75a15;
	border-radius:85px;
	display:block;
	font-size:22px;
	font-weight:800;
	color:#ffffff;
	text-decoration:none;
	padding:10px 0 15px 0;
	text-align:center;
	border:0;
	cursor:pointer;
	margin:0 auto 15px auto;
	position:relative;
	width:calc( 80% - 20px );
	-webkit-box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.35);
	-moz-box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.35);
	box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.35);
}

.send a.link,
.mypage_present_but_in_in a,
.mypage_present_but_in_in span {
	width:calc( 50% - 20px );
}

.send a.link {
	margin:15px auto 0 auto;
}

.send a span {
	font-size:18px;
	font-weight:900;
	color:#ffffff;
}

.send a::after,
.send .submit::after,
.send .submit_input::after,
.mypage_present_but_in_in a::after,
.mypage_present_but_in_in span::after {
	content: '';
	position: absolute;
	top:calc(50% - 10px);
	right:30px;
	vertical-align: middle;
	color: #faf700;
	line-height: 1;
	width:10px;
	height:10px;
	border-top:3px solid #FFF800;
	border-right:3px solid #FFF800;
	transform: rotate(45deg);
}

.send .back {
	background:none;
	font-size:18px;
	font-weight: 700;
	display:block;
	text-align: center;
	cursor: pointer;
	border:2px solid #ffffff;
	color: #ffffff;
	margin: 20px auto 10px;
	padding:10px 30px 10px 45px;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	-khtml-border-radius:100px;
	position:relative;
}

.send .back::after {
	content: '';
	position: absolute;
	top:calc(50% - 5px);
	left:15px;
	vertical-align: middle;
	color: #faf700;
	line-height: 1;
	width:7px;
	height:7px;
	border-top:3px solid #ffffff;
	border-right:3px solid #ffffff;
	transform: rotate(225deg);
}

/* 応募済み */

.send.sumi span {
	background:none;
	color:#e75a15;
	border:1px solid #e75a15;
}

.send.sumi span::after {
	border:0;
}

/* 定型 */

button {
	border:0;
	outline:none;
	background:none;
}

/* 色設定 */

.msg {
	color:#e75a15;
	font-weight:500;
	display:block;
	margin:0 0 15px 0;
}

.header_emesg {
	color:#b71c1c;
}

.header_rmesg {
	font-size:16px;
	padding:0 0 30px 0;
	color:#ffffff;
}

.header_emesg {
	background:#ffcdd2;
	font-size: 16px;
	margin:10px 0 30px 0;
	padding: 15px 15px 15px 15px;
}

.time li.code02 input,
.zipcode li.code01 input {
	width:70px;
}

.time li.code01 input,
.zipcode li.code02 input {
	width:100px;
}

.time li.code01 input ,
.time li.code02 input {
	margin-right:5px;
}

.phone li.num01,
.phone li.num02,
.phone li.num03 {
	width:calc(33.3% - 3px);
}

.phone li.num01 input,
.phone li.num02 input,
.phone li.num03 input {
	width:calc(100% - 30px);
}

.real input {
	width: 170px;
}

ul, li {
	list-style-type: none;
}

.zipcode ul li,
.phone ul li,
.time ul li {
	width: auto;
	float: left;
	margin: 0 3px 0 0;
	line-height: 35px;
	font-size:14px;
	color:#ffffff;
}

.cf {
	clear:both;
	overflow:hidden;
}

dl {
	display: block;
}

dt.title {
	display: block;
	vertical-align: middle;
	width:auto;
	font-size:14px;
	margin:20px 0 10px 0;
	color:#ffffff;
	font-weight:700;
}

dd.data {
	position: relative;
	display: block;
	color:#ffffff;
}

dd.data p {
	font-size:12px;
	margin:10px 0 10px 0;
	color:#ffffff;
}


.confirm {
	margin:20px 0 10px 0;
}

.confirm dd.data {
	font-size:16px;
	color:#ffffff;
}

dd.data.one {
	padding:13px 0 20px 0;
	width:auto;
	display:block;
	color:#ffffff;
}

dd.data.one textarea {
	width: calc(100% - 10px);
}

dd.data .sub_text {
	font-size:10px;
	font-weight:normal;
	color:#ffffff;
	padding:5px 0 10px 0;
}

dd.data .sub_text br {
	display:none;
}

dd.data .sub_text.come {
	text-align:left;
}

dd.data .sub_text.red {
	color:#ff0000;
	font-size:11px;
}

dd.data .sub_text.red span {
	font-size:12px;
	color:#666666;
}

dd.data .sub_text.yel {
	color:#212121;
	font-size:14px;
	display:none;
}

dd.data .sub_text a {
	color:#1f286f;
}

.select_outer {
	line-height:50px;
	position:relative;
	overflow:hidden;
	height: 50px;
	padding:0 30px 0 10px;
	vertical-align:middle;
	border: 1px solid #dddddd;
	background-color:#fff;
	margin-bottom:10px;
	border-radius: 7px;
}

select {
	font-size: inherit;
	display: block;
	width:100%;
	height: 50px;
	padding:0;
	vertical-align: middle;
	border: none;
	outline: none;
	background: 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size:16px;
}

.select_outer::after {
	position:absolute;
	top:50%;
	right:10px;
	display:block;
	width:10px;
	height:10px;
	margin-top:-7px;
	content:"";
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	pointer-events: none;
	border-top: 2px solid #bdbdbd;
	border-right: 2px solid #bdbdbd;
}

.radio_outer input[type=radio],
.radio_outer label::before,
.radio_outer label::after {
	display: none;
}

.radio_outer input[type=radio] + label {
	position: relative;
}

.radio_outer input[type=radio] + label:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	content: "";
	border-radius: 9px;
	background-color: #fff;
}

.radio_outer input[type=radio]:checked + label::after {
	position: absolute;
	top: 50%;
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	content: "";
	border-radius: 4px;
	background:#b71c1c;
}

.radio_outer {
	overflow: hidden;
	border: 1px solid #dddddd;
	margin-bottom:10px;
    border-radius: 7px;
	background: #ffffff;
}

.radio_outer.sex {
}

.radio_outer label {
	font-size: 16px;
	display: block;
	padding: 12.5px 12px;
	text-align:left;
	background: #ffffff;
	color:#333333;
	border-top: 1px solid #dddddd;
}

.radio_outer label video {
	width:100%;
	border:1px solid #dddddd;
}

.radio_outer.kibou label,
.radio_outer.sex label {
	border:0;
}

.radio_outer label span {
	display: block;
	font-size: 10px;
	color:#999999;
}

.radio_outer.sex label {
	text-align: center;
	float: left;
	width: calc(22.5% - 25px);
	border-right: 1px solid #dddddd;
}

.radio_outer.sex label:last-child {
	border-right:0;
	width: calc(55% - 24px);
}

.radio_outer.kibou label {
	text-align: center;
	float: left;
	width: 50%;
}

.radio_outer label.left {
	border-right: 1px solid #dddddd;
}

.radio_outer label.top {
	border-top:none;
}

.radio_outer input[type=radio]:checked + label {
	color:#ffffff;
	background:#282828;
}

.radio_outer input[type=radio]:checked + label span {
	color:#ffffff;
}

/* 氏名 */

.name_box {
	display:table;
	width:100%;
}

.name_box_in {
	display:table-cell;
}

.name_box_in input {
	width: calc(100% - 30px);
	display:inline-block;
}

.name_box_in input.left {
	margin-right:10px;
}

/* マイページ */

#mypage_box {
	position:relative;
	padding:0;
}

#mypage_box img {
	width:100%;
}

.my_text {
	font-size:16px;
	color:#232323;
	text-align:center;
	padding:15px 5%;
}


#mypage_box #mypage_box_in {
	clear:both;
	overflow:hidden;
	margin:0 calc( 2% - 10px ) 30px calc( 2% - 10px );
	padding:0;
}

.form_rank {
	font-size:18px;
	text-align:center;
	font-weight:500;
	padding:10px 20px 15px 20px;
	margin:15px 2.5% 20px 2.5%;
	background: #FFFFFF;
    border-radius:15px;
}

.form_rank.complete {
	padding:15px 20px 15px 20px;
	background: #FFF800;
}

#form .form_rank .form_text {
    font-size: 18px;
    font-weight:800;
    padding: 10px 0 0 0;
    color: #0088A2;
}

#form .form_rank .form_text span {
    color: #0088A2;
}

.form_rank span {
	color:#e75a15;
	font-size:30px;
	font-weight:700;
}

.form_rank span.small {
	color:#cccccc;
	font-size:12px;
	font-weight:500;
}

.form_rank_nokori {
	font-size:14px;
	text-align:center;
	font-weight:500;
}

.form_rank.complete .form_rank_nokori {
	color:#FFF800;
}

.form_rank_complete {
	color:#e75a15;
	font-size:36px;
	font-weight:900;
	text-align:center;
}

#mypage_box #stamp_1,
#mypage_box #stamp_2,
#mypage_box #stamp_3,
#mypage_box #stamp_4,
#mypage_box #stamp_5,
#mypage_box #stamp_6 {
	float:left;
	width:calc( 50% - 20px );
	margin:0 10px 20px 10px;
}

#mypage_box #stamp_1 img,
#mypage_box #stamp_2 img,
#mypage_box #stamp_3 img,
#mypage_box #stamp_4 img,
#mypage_box #stamp_5 img,
#mypage_box #stamp_6 img {
	display:block;
}

#mypage_present {
	margin:5px 10% 0 10%;
}

#mypage_present img,
#mypage_present input {
	width:100%;
}

.mypage_present_but {
}

.mypage_present_but_in {
	padding:20px 0 15px 0;
}

.mypage_present_but_in_in.toform span {
	opacity:0.25;
}

.mypage_present_but_in_in.toform.ended span {
	opacity:1;
}

.mypage_present_but_in_in.toQr ,
.mypage_present_but_in_in span {
	display:block;
	text-align: center;
	margin:0 auto 10px auto;
	text-decoration:none;
	border:none;
	width:calc(100% - 30px);
}

.mypage_present_but_in_in.toQr {
	margin:15px auto 0 auto;
}

.mypage_present_but_in_in.toQr a {
	display:block;
}

.mypage_present_but .soon {
	opacity:0.25;
}

#mypage_present #movie {
	padding:15px 3% 15px 3%;
}

.mypage_present_text {
	text-align: center;
	color:#ffffff;
	font-size:16px;
	margin:15px 0 0 0;
	font-weight:500;
}

/* スタンプ */

#form .stamp {
	padding:0 10%;
}

#form .stamp img {
	width:100%;
	height: auto;
	animation: animationZoom2 1s ease-in-out infinite;
}

@keyframes animationZoom2 {
	50% { transform: scale(1.1)}
}

/* footer */

#footer {
	position: absolute;
	bottom:0;
	left:0;
	right:0;
}

#footer_in {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	height:53px;
	padding: 0 3rem;
	background-color: #FFF800;
}

@media screen and (max-width: 640px) {
	#footer_in {
		flex-direction: column;
		height: auto;
		padding:2rem 0 2rem;
	}
}

#footer .footer_text {
	color: #0088A2;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.005em;
	text-align: center;
}

@media screen and (max-width: 640px) {
	#footer .footer_text {
		margin-top: 1rem;
		font-size:10px;
	}
}

#footer .footer_logo {

	margin-left: auto;
	line-height: 1;
}

@media screen and (max-width: 640px) {
	#footer .footer_logo {
		width:65%;
		margin-left: 0;
	}
	#footer img {
	    width: 100%;
	    max-width: 100%;
	    height: auto;
	}
}

@media screen and (max-width:640px) {

	.only_pc {
		display:none;
	}
	
	.only_sp {
		display:block;
	}

	#body_in {
		width:auto;
		height:100%;
		min-height:calc( 100vh - 33.5vw );
		margin:0 auto;
		padding:0 0 33.5vw 0;
	}

	.form_rank {
		margin:5px 0 15px 0;
	}

	#form .form_text_sub.login {
	    font-size:12px;
	    text-align:left;
	    padding: 0 0 20px 0;
	}

	#form .form_text_sub.login a {
	    font-size:12px;
	}

	#mypage_box #stamp_1,
	#mypage_box #stamp_2,
	#mypage_box #stamp_3,
	#mypage_box #stamp_4,
	#mypage_box #stamp_5,
	#mypage_box #stamp_6 {
		float:left;
		width:calc( 50% - 10px );
		margin:0 5px 10px 5px;
	}

	/* ボタン */

	.send .submit,
	.send a.link,
	.mypage_present_but_in_in a,
	.mypage_present_but_in_in span {
		font-size:24px;
		border-radius:85px;
		padding:10px 0 15px 0;
		width:90%;
	}

	.send a.link,
	.mypage_present_but_in_in a,
	.mypage_present_but_in_in span {
		width:calc( 70% - 20px );
	}

}
