@charset "utf-8";


/*///////////////////////////////////////////////////////////*/
/*//////////////////////////BASE設計//////////////////////////*/
/*///////////////////////////////////////////////////////////*/
html {

	font-size: 15px;
}

body {
	font-family: "Lato", "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", "arial", "helvetica";
	background: linear-gradient(180deg, #54c3f1, white 40%, white 40%, #54c3f1);
	padding: 30px;
	line-height: 1.7;
}

h2 {
	color: #555555;
	font-size: 2.3rem;
}

section {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	z-index: 3;
}

.relative {
	position: relative;
}

#copyright {
	text-align: center;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	font-size: 11px;
	color: #fff;
}

#totop {
	position: fixed;
	right: 70px;
	bottom: 100px;
	cursor: pointer;
}
@media screen and (max-width: 420px) {
	#totop {
		right: 40px;
	}
}

/*----- clearfix -----*/
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom:1;
}

.clear {
	clear: both;
}

/*----- responsive -----*/
.respd {
	max-width: 100%;
	height: auto;
	width
	/***/
	: auto;
}

@media screen and (max-width: 768px) {
	html {
		line-height: 1.5;
		font-size: 14px;
	}

	body {
		padding: 20px;
	}

	section {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#copyright {
		bottom: 1px;
	}

}

@media screen and (max-width: 420px) {
	body {
		padding: 12px;
	}

	h2 {
		font-size: 1.8rem;
	}

	#copyright {
		bottom: -1px;
	}
}


/*///////////////////////////////////////////////////////////*/
/*///////////////////////共通ブロック設計/////////////////////*/
/*//////////////////////////////////////////////////////////*/

#bodyborder {
	border: #fff 2px solid;
	width: 100%;
	padding: 15px;
}

#bodycorner {
	background-size: 51% 51%;
	background-repeat: no-repeat;
	/* padding: 20px 0; */
}

#bodycorner-light {
	background: linear-gradient(135deg, transparent 15px, #FFF5DE 0) top left,
		linear-gradient(-135deg, transparent 15px, #FFF5DE 0) top right,
		linear-gradient(-45deg, transparent 15px, #ddeef2 0) bottom right,
		linear-gradient(45deg, transparent 15px, #ddeef2 0) bottom left;
	background-size: 51% 51%;
	background-repeat: no-repeat;
	padding: 20px 0;
}

.logo {
	width: 20%;
	max-width: 200px;
	margin: auto;
	margin-bottom: 40px;
}

.catchline {
	border-top: #E9C67D 3px solid;
	border-bottom: #E9C67D 3px solid;
	padding: 3px 0;
	/* margin: 20px 0; */
}

.catchline_in {
	border-top: #E9C67D 1px solid;
	border-bottom: #E9C67D 1px solid;
	padding: 30px 0;
}

.backlight {
	/* background-color: #FFF5DE; */
	background-color: #fff;
}

.block1, .block2, .block3, .block4, .block5, .block6 {
	background: #ffffff;
	padding: 50px;
}

.area-title {
	width: 100%;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 20px;
}

.area-title p {
	margin-top: 10px;
	text-align: center;
}

.area-title span {
	font-size: 1.7rem;
	font-weight: bold;
	color: #003793;
	background: linear-gradient(transparent 50%, #ddeef2 40%);
	margin-bottom: 10px;
}
@media screen and (max-width: 420px) {
	.area-title span {
		font-size: 1.4rem;
	}
}

.cord {
	text-align: center;
}

.cord .js-change-input {
	border: solid 2px #003793;
	width: 60%;
	height: 40px;
	border-radius: 5px;
	margin: 0 auto;
}

.buttonarea {
	text-align: center;
	width: 100%;
}

.submit_button {
	background-color: #003793;
	padding: 10px 20px 10px 20px;
	color: #ffff;
	width: 200px;
}

.wrapper {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	text-align: left;
}

.wrapper2 {
	max-width: 800px;
	margin: 0 auto;
}

.addres .js-change-input {
	text-align: center;
	display: block;
	margin-bottom: 10px;
}

.ribbon {
	width: 80%;
	max-width: 1000px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 20px;
}

.limitdate {
	text-align: center;
	margin: auto;
	color: #EC7980;
	font-size: 1.5rem;
	line-height: 2.5rem;
	border-bottom: solid 1px #EC7980;
	margin-bottom: 2px;
	position: relative;
	display: table;
	margin: auto;
}

#scroll-area {
	width: 100%;
	height: 400px;
	overflow: scroll;
	overflow-x: hidden;
}

.limitdate:before {
	content: '';
	width: 100%;
	height: 1px;
	border-bottom: solid 1px;
	position: absolute;
	left: 0;
	bottom: -3px;
}

.limitdate br {
	display: none;
}

.fontbig {
	font-size: 2.5rem;
}

.subcopy {
	text-align: center;
	margin: auto;
	color: #003793;
	padding-top: 15px;
	font-size: 0.8rem;
	width: 80%;
	max-width: 1200px;
	margin: auto;
	line-height: 1.2rem;
	font-weight: bold;
}

.subcopy span {
	display: block;
	background-image: linear-gradient(0deg,
			#ec7980 0px, #ec7980 2px,
			/* 1本目の線 */
			transparent 2px, transparent 4px,
			/* 1本目と2本目の間隔 */
			#ec7980 4px, #ec7980 6px
			/* 2本目の線 */
		);
	background-size: 100% 6px;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	/* 線の位置を調整 */
	margin-bottom: 10px;
	padding-bottom: 10px;
	max-width: 800px;
}

.whiteback {
	padding: 50px;
}

.grayback {
	background: #eeeeee;
	padding: 50px;
	padding-bottom: 30px;
}

.whiteback p {
	text-align: center;
	padding-top: 50px;
}

.terms-area-button {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.terms-area {
	text-align: center;
	background-color: #fff;
	padding: 10px 10px 60px;
}

.terms-area_label.sp {
	display: none;
}

.term-message {
	text-align: center;
}

.pinkback {
	text-align: center;
	background: #EC7980;
	padding: 50px;
}

.pinkback-wrapper {
	display: flex;
	justify-content: center;
}

.pinkback .error-message {
	margin-top: 8px;
	text-align: center;
}

/* 賞品選択 */
.goods-area {
	margin-top: 40px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.goods-area__img {
	display: block;
	width: 47%;
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	.goods-area {
		flex-direction: column;
		align-items: center;
	}
	.goods-area__img {
		max-width: 400px;
		width: 100%;
		margin-bottom: 24px;
	}
}

/* セレクトボタン */
.radio-inline__input {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.radio-inline__label {
	background: #ddeef2;
	color: #49688e;
	display: inline-block;
	font-size: 1.2rem;
	padding: 0.5rem 4rem;
	margin-right: 18px;
	letter-spacing: 0.3em;
	font-weight: bold;
	border-radius: 7px;
	transition: all .2s;
	cursor: pointer;
}

.radio-inline__input:checked + .radio-inline__label {
	background: #ed7980;
	color: #ffffff;
}



/*///////////////////////////////////////////////////////////*/
/*/////////////////////// footer ////////////////////////////*/
/*///////////////////////////////////////////////////////////*/

.backdark {
	position: relative;
	padding: 20px;
	background: #ddeef2;
	color: #555555;
	clip-path: polygon(0 0px, 22px 0, calc(100% - 0px) 0, 100% 22px, 100% calc(100% - 22px), calc(100% - 22px) 100%, 22px 100%, 0 calc(100% - 22px));
}


/*////////////////////////////////////////////////////////*/
/*/////////////////////// 共通UI設計 /////////////////////*/
/*//////////////////////////////////////////////////////*/

ul.dotli {
	list-style: inside;
	text-indent: -1.5em;
	padding-left: 1.5em;
}

ul.numli {
	list-style: decimal;
	text-indent: 0em;
	padding-left: 1.5em;
}

.error-area {
	margin-top: 4px;
}

.error-message {
	color: #fb1e42;
	display: inline-block;
	background-color: #ffe1e6;
	font-size: 13px;
	padding: 5px;
}

.error-message.sp {
	display: none;
}

.btn {
	display: inline-block;
	border: none;
	text-align: center;
	padding: 10px 20px;
	border-radius: 2px;
	outline: none;
	appearance: none;
	text-decoration: none;
}

@media screen and (max-width: 540px) {
	.error-message.sp {
		display: block;
	}

	.error-message.pc {
		display: none;
	}
}


/*///////////////////////////////////////////////////*/
/*/////////////////////// top //////////////////////*/
/*/////////////////////////////////////////////////*/

.ajusttop {
	padding-top: 0;
}

.pdd {
	padding: 20px;
	position: relative;
	background-color: #fff;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%), url(../img/back.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	clip-path: polygon(22px 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%, 0 22px);
}

.pdd:before {
	content: "";
	position: absolute;
	top: 90%;
	left: 0;
	width: 100%;
	height: 10%;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 0) 62%), url(../img/back_2.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.conf .pdd:before {
	content: "";
	position: absolute;
	top: 90%;
	left: 0;
	width: 100%;
	height: 10%;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 62%), url(../img/back_2.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.end .pdd:before {
	content: "";
	position: absolute;
	top: 90%;
	left: 0;
	width: 100%;
	height: 10%;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%), url(../img/back_2.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.una .pdd:before {
	content: "";
	position: absolute;
	top: 90%;
	left: 0;
	width: 100%;
	height: 10%;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%), url(../img/back_2.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
}

@media screen and (max-width: 420px) {
	.pdd {
		padding: 10px;
	}
}

.frame {
	background: #ffffff00;
	padding: 50px;
	position: relative;
	border: 3px solid #ddeef2;
	max-width: 1000px;
	margin: auto;
	z-index: 5;
	margin-bottom: 70px;
	margin-top: 70px;
}

.title {
	background-color: #fff;
	padding: 5px;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 500px;
}

.frame:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	content: '';
	border: 7px solid #ddeef2;
	z-index: -3;
}

.desneyback {
	/* background: linear-gradient(#fff 0%, #fff 50%, #FFF5DE 50%, #FFF5DE 100%); */
	display: block;
	text-align: center;
}

.desney {
	width: 60%;
	max-width: 800px;
	margin: auto;
}

.desney_text {
	color: #49688e;
	font-size: 0.8rem;
	padding-top: 15px;
}

.period_area {
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 60px;
}

.period_area img {
	max-width: 600px;
	width: 80%;
}

.desney_text span {
	display: inline-block;
}

.desneycopy {
	width: 10%;
	position: absolute;
	bottom: -40px;
	right: 0;
}

.campaign-end {
	text-align: center;
	padding: 50px;
	background-color: #fff;
	margin-top: 60px;
	margin-bottom: 60px;
}

.pinkback input,
.pinkback input[type="text"]:focus {
	border: none;
	padding: 10px 15px;
	outline: 0;
	margin: 0 4px;
}

.pinkback input[type="text"] {
	width: 240px;
}

.pinkback input[type="submit"] {
	border: 1px #fff solid;
	background: #EC7980;
	color: #fff;
}

ul.question li::before {
	content: url(../img/question.gif);
	vertical-align: -webkit-baseline-middle;
	;
	padding-right: 5px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

ul.question li {
	font-size: 1.2rem;
	padding-left: 75px;
	position: relative;
	margin-bottom: 48px;
}

ul.question li p {
	font-size: 0.9rem;
}

.h2sub {
	color: #555555;
	margin-top: 10px;
	margin-bottom: 20px;
}

.caution-title {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 30px;
}

.contact a {
	display: inline-block;
	color: #555555;
}


@media screen and (max-width: 940px) {
	.desneycopy {
		bottom: -25px;
		width: 15%;
	}
}

.show640 {
	display: none;
}

@media screen and (max-width: 640px) {
	.show640 {
		display: block;
	}

	.hide640 {
		display: none;
	}

	.title {
		width: 300px;
	}
	.radio-inline__label{
		margin-bottom: 10px;
		width: 80%;
		margin-right: 0;
	}
}

@media screen and (max-width: 480px) {
	.logo {
		width: 30%;
		margin-bottom: 30px;
	}

	.desneycopy {
		bottom: -20px;
		width: 20%;
	}

	ul.question li::before {
		content: "Q:";
		vertical-align: baseline;
		display: inline;
	}

	ul.question li p {
		margin-left: 0;
		margin-top: 0;
		text-indent: 0;
		font-weight: normal;
		font-size: 1rem;
	}

	.pinkback input[type="text"] {
		width: 200px;
	}

	ul.question li {
		padding-left: 2rem;
		margin-bottom: 24px;
		font-weight: bold;
	}

	.caution-title {
		margin-bottom: 16px;
	}
	.title {
		width: 230px;
	}
}

/*///////////////////////////////////////////////////*/
/*/////////////////////// form //////////////////////*/
/*/////////////////////////////////////////////////*/
.form-message {
	margin-bottom: 40px;
}

.form_input {
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 2px;
	width: 100%;
	max-width: 508px;
	border-radius: 5px;
}

.form_input-short {
	width: calc(50% - 8px);
	max-width: 250px;
}

.form_input::placeholder {
	color: #ccc;
}

.form_sei {
	margin-right: 8px;
}

.form_select {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
	border-radius: 5px;
}

.gender_area {
	padding: 10px 15px;
	border: 1px solid #ccc;
	display: inline-block;
	background-color: #fff;
	border-radius: 5px;
	margin-left: 5px;
}

.form_head {
	margin-bottom: 4px;
}

.form_content {
	margin-bottom: 16px;
}

.form_item {
	margin-bottom: 40px;
}

.form_input-post-code {
	width: 100px;
}

.form_age {
	width: 50px;
}

.form_submit-wrapper {
	text-align: center;
}

.form_submit {
	color: #fff;
	background-color: #003793;
}

.form .whiteback {
	height: auto;
	overflow: auto;
}



/*///////////////////////////////////////////////////*/
/*/////////////////////// confirm ///////////////////*/
/*/////////////////////////////////////////////////*/
.confirm_item {
	display: flex;
	margin-bottom: 16px;
	border-bottom: 1px solid #eee;
}

.confirm_head {
	min-width: 280px;
}

.confirm_btn-area {
	margin-top: 60px;
	display: flex;
	justify-content: center;
}

.confirm_btn-submit {
	color: #fff;
	font-size: 1rem;
	background-color: #003793;
}

.confirm_btn-back {
	color: #fff;
	margin-right: 20px;
	font-size: 1rem;
	background-color: #aaa;
}

.confirm_message {
	margin-bottom: 40px;
}

.conf #bodycorner {
	background-color: #fff;
	clip-path: polygon(22px 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%, 0 22px);
}


@media screen and (max-width: 640px) {
	.confirm_item {
		flex-direction: column;
	}

	.confirm_head {
		min-width: auto;
	}

}

/*///////////////////////////////////////////////////*/
/*/////////////////////// una /////////////////*/
/*/////////////////////////////////////////////////*/
.una {
	clip-path: polygon(22px 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%, 0 22px);
}

/*///////////////////////////////////////////////////*/
/*/////////////////////// complete /////////////////*/
/*/////////////////////////////////////////////////*/
.complete_btn {
	color: #fff;
	background-color: #003793;
}

.complete_massage {
	text-align: center;
}


@media screen and (max-width: 768px) {
	.wrapper {
		padding-right: 20px;
		padding-left: 20px;
	}

	.whiteback {
		padding: 30px;
	}

	.cord .js-change-input {
		width: 85%;
	}

	.frame {
		background: #ffffff00;
		padding: 20px;
		margin-bottom: 50px;
		margin-top: 50px;
	}
}

@media screen and (max-width: 620px) {
	.limitdate {
		font-size: 1.3rem;
	}

	.fontbig {
		font-size: 2rem;
	}
}

@media screen and (max-width: 540px) {
	#bodyborder {
		padding: 10px !important;
	}

	.limitdate {
		font-size: 1rem;
	}

	.fontbig {
		font-size: 1.5rem;
	}

	.pinkback {
		flex-wrap: wrap;
	}

	.pinkback input[type="submit"] {
		margin-top: 15px;
	}

	.pinkback-wrapper {
		flex-direction: column;
		align-items: center;
	}

	.grayback {
		padding: 20px;
	}
}
@media screen and (max-width: 540px) {
	.form_input {
		max-width: 200px;
	}
}
@media screen and (max-width: 480px) {
	.wrapper {
		padding-right: 10px;
		padding-left: 10px;
	}
	.limitdate {
		line-height: 1.5rem;
	}

	.limitdate br {
		display: block;
		line-height: 1.5rem;
	}

	.terms-area {
		font-size: 12px;
		text-align: center;
		background-color: #fff;
		padding: 20px 10px;
		font-size: 12px;
	}

	.terms-area_label.sp {
		color: #aaa;
		display: inline-block;
	}

	.terms-area_label.sp.active {
		color: #000;
	}

	.pinkback {
		padding: 20px;
	}

	.form_input {
		padding: 5px 8px;
		max-width: 190px;
	}

	.form_input-post-code {
		width: 80px;
	}

	.form_select {
		width: 100%;
		padding: 5px;
	}

	.form_item {
		margin-bottom: 20px;
	}
	.grayback {
		padding: 15px;
		font-size: 0.8rem;
	}
}
