@charset "UTF-8";


#addin select, #addin input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size:3.5vw;
}

#addin select , #addin input[type="text"] {
	height: 40px;
	background-color: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
}



#addin input[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size:3.5vw;
}

#addin input[type="number"] {
	height: 40px;
	background-color: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
}





#addin {
	margin: 6.66vw 0;
	text-align: center;
}

#addin dt {
	font-size:3.5vw;
	font-weight:500;
	margin-bottom: 10px;
}

#addin dd {
	font-size:3.5vw;
}

#addin h1 {
	font-size:4vw;
	font-weight:500;
	margin-bottom: 4vw;
}

#addin .zipCode {
	margin-bottom: 10px;
}

#addin .birthday{
	text-align: left;
	margin-top: 10px;
}

#addin .birthday span {
	position: relative;
}


#addin .birthday span::before{
	font-size: 16px;
	position: absolute;
	top: 0;
	bottom: 0;
	color: #00A496;
	right: 10vw;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

#addin .birthday #year {
	width: 22vw;
	margin-right: 10px;
}

/*
#addin .birthday #month,#addin .birthday #day {
	width: 13vw;
	margin:0 2.5vw;
}
*/
#addin .birthday #month, #addin .birthday #day {
	width: 18vw;
	margin-right: 10px;
}

#addin .gender {
	text-align: left;
	margin-bottom: 40px;
	margin-top: 10px;
}

#addin .gender dd {
	display: flex;
}

#addin .gender dd span {
	margin-right: 10px;
}

#addin .btn {
	display: flex;
	justify-content: space-between;
}

#addin .btn button {
	width: 48%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color:  #00A496;
	color: #fff;
	padding: 10px;
	box-shadow: 0px 4px 0px #0000001A;
	border-radius: 5px;
	cursor: pointer;
	font-size:3.5vw;
	font-weight: 700;
}

#addin .btn button#reset {
	background-color:  #ccc;
}



#addin .btn03 {
	margin-bottom: 20px;
}

#addin .btn03 button {
/*
	width: 100%;
*/
	width: 48%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	color: #fff;
	font-size: 4.5vw;
	font-weight: 700;
	background-color: #d9446e;
	border-radius:10px;
	padding: 15px 10px;
	box-shadow:0 8px 0 0 #8D2D48;
	transform: translateY(-6px);
}

#addin .btn03 button#reset {
	background-color:  #ccc;
	box-shadow:0 8px 0 0 #0000001A;
}





#btnArea {
	text-align: center;
}

#shopArea {
	text-align: center;
	margin-top: 20px;
	border: 1px solid #d9446e;
	font-weight: bold;
}

#shopArea dt {
	font-size: 3vw;
	background-color: #ECACBE;
	color: #d9446e;
	padding: 10px;
}

#shopArea dd {
	font-size: 5vw;
	padding: 20px;
}

#completeArea {
	text-align: center;
	margin-top: 20px;
	font-size: 4vw;
	font-weight: bold;
}

#completeArea p:nth-of-type(1){
	margin-bottom: 20px;
	color: #00A496;
	font-size: 5vw;	
	background-color: #eee;
	padding: 20px;
	border-radius: 5px;
}

#completeArea p:nth-of-type(1)::before{
	content:"";
	background-image: url("../../../img/common/check_icon.png");
	background-size: contain;
	width: 30vw;
	height:30vw;
	display: block;
	margin: 0 auto 10px auto;
}

#mypageArea h2 {
	position: relative;
	padding: 0 65px;
	text-align: center;
	font-size:4vw;
	margin-top: 20px;
	font-weight: bold;
}



#mypageArea .caution {
	text-align: center;
	font-size: 4vw;
	font-weight: bold;
}

#mypageArea .caution p:nth-of-type(1){
	font-size: 6vw;	
	background-color: #eee;
	padding: 20px;
	border-radius: 5px;
	margin: 20px auto;
	color: #FF0000;
}

#mypageArea .caution p:nth-of-type(1)::before{
	content:"";
	background-image: url("../../../img/common/caution_icon.png");
	background-size: contain;
	width: 30vw;
	height:30vw;
	display: block;
	margin: 0 auto 10px auto;
}



h2:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #000;
}

h2 span {
	position: relative;
	padding: 0 1em;
	background: #fff;
}

#availableArea {
	text-align: center;
	margin-top: 20px;
	border: 1px solid #00A496;
	padding-bottom: 20px;
}

#availableArea dt {
	font-size: 3vw;
	background-color: #B3D7D4;
	color: #00A496;
	padding: 10px;
	font-weight: bold;
}

#availableArea dd {
	font-size: 5vw;
}

#availableArea dd .ticket {
	background-color: #eee;
	padding: 20px;
	border-radius: 5px;
	font-weight: bold;
	margin: 20px 20px 10px;
}

#availableArea dd .ticket p {
	font-size: 3vw;
}

#availableArea dd .ticket span {
	font-size: 10vw;
	color: #00A496;
	line-height: 1;
	vertical-align: -2px;
}

#availableArea dd .note {
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	margin: 0 20px;
}

#statusArea {
	text-align: center;
	margin-top: 20px;
	border: 1px solid #d9446e;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#statusArea dt {
	font-size: 3vw;
	background-color: #ECACBE;
	color: #d9446e;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 15px;
}

#statusArea dd {
	font-size: 4vw;
	font-weight: bold;
}

#statusArea dd span {
	font-weight: bold;
	color: #d9446e;	
}

#statusArea dd .note {
	font-weight: normal;
}



.grayout {
	-webkit-filter: grayscale(1);	/* Webkit */
	filter: gray;					/* IE6-9 */
	filter: grayscale(1);			/* W3C */
	cursor: default;
}


#linkArea {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: normal;
}


.pinkText {
	font-size: 4vw;
	font-weight: 700;
	color: #d9446e;
	text-decoration: underline;
}
