@font-face {
	font-family: SVN-Gilroy;
	src: url(../fonts/SVN-Gilroy/SVN-Gilroy-Black.otf);
	font-weight: 900;
  	font-style: normal;
}
@font-face {
	font-family: SVN-Gilroy;
	src: url(../fonts/SVN-Gilroy/SVN-Gilroy-Black-Italic.otf);
	font-weight: 900;
  	font-style: italic;
}
@font-face {
	font-family: SVN-Gilroy;
	src: url(../fonts/SVN-Gilroy/SVN-Gilroy-Heavy.otf);
	font-weight: 800;
  	font-style: normal;
}
@font-face {
	font-family: SVN-Gilroy;
	src: url(../fonts/SVN-Gilroy/SVN-Gilroy-Heavy-Italic.otf);
	font-weight: 800;
  	font-style: italic;
}
@font-face {
	font-family: SVN-Gilroy;
	src: url(../fonts/SVN-Gilroy/SVN-Gilroy-Bold.otf);
	font-weight: 700;
  	font-style: normal;
}
@font-face {
	font-family: SVN-Gilroy;
	src: url(../fonts/SVN-Gilroy/SVN-Gilroy-Bold-Italic.otf);
	font-weight: 700;
  	font-style: italic;
}
@font-face {
	font-family: SVN-Gilroy;
	src: url(../fonts/SVN-Gilroy/SVN-Gilroy-Medium.otf);
	font-weight: 500;
  	font-style: normal;
}
@font-face {
	font-family: SVN-Gilroy;
	src: url(../fonts/SVN-Gilroy/SVN-Gilroy-Medium-Italic.otf);
	font-weight: 500;
  	font-style: italic;
}
@font-face {
	font-family: SVN-Gilroy;
	src: url(../fonts/SVN-Gilroy/SVN-Gilroy-Regular.otf);
	font-weight: 400;
  	font-style: normal;
}
@font-face {
	font-family: SVN-Gilroy;
	src: url(../fonts/SVN-Gilroy/SVN-Gilroy-Italic.otf);
	font-weight: 400;
  	font-style: italic;
}
@font-face {
	font-family: SVN-Gilroy;
	src: url(../fonts/SVN-Gilroy/SVN-Gilroy-Light.otf);
	font-weight: 300;
  	font-style: normal;
}
@font-face {
	font-family: SVN-Gilroy;
	src: url(../fonts/SVN-Gilroy/SVN-Gilroy-Light-Italic.otf);
	font-weight: 300;
  	font-style: italic;
}
@font-face {
	font-family: SVN-Gilroy;
	src: url(../fonts/SVN-Gilroy/SVN-Gilroy-Thin.otf);
	font-weight: 100;
  	font-style: normal;
}
@font-face {
	font-family: SVN-Gilroy;
	src: url(../fonts/SVN-Gilroy/SVN-Gilroy-Thin-Italic.otf);
	font-weight: 100;
  	font-style: italic;
}
body {
	color: #040605;
	font-family: "SVN-Gilroy";
	font-weight: 400;
	font-size: 16px;
}
.container {
	max-width: 1440px;
}
#navbar {
	height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header {
	background: url(../img/background.jpg) top left no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 1024px;
    position: relative;
}
#subaru_logo {
    position: absolute;
	background: url(../img/logo_subaru.png) top left no-repeat;
	background-size: contain;
	width: 538px;
	height: 108px;
    right: 167px;
}
#page_title {
	position: absolute;
	background: url(../img/header_content.png) top left no-repeat;
	background-size: contain;
	width: 691px;
	height: 404px;
	top: 126px;
    right: 119px;
}
.header_form {
    position: absolute;
    max-width: 382px;
    border-radius: 17px;
    padding: 1rem 2rem;
    left: 97px;
    top: 231px;
}
.form_background {
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	filter: blur(10px);
	border-radius: 17px;
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.header_form form {
    position: relative;
}
.form_title {
    color: #EF4D7A;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
.header_form .control label {
    color: #EF4D7A;
    font-weight: 400;
    font-size: 13px;
    position: absolute;
    top: -11px;
    left: 7px;
    background-color: white;
    padding: 0 6px;
}
.header_form .control {
    background: #FFFFFF;
	border: 1px solid #808A94;
	border-radius: 11px;
	margin-bottom: 1.5rem;
}
.header_form input:not([type=checkbox]), .header_form select {
	width: 100%;
    border: 0;
    padding: 13px 12px;
    background-color: rgba(255, 255, 255, 0);
    color: #808A94;
    font-size: 14px;
}
.header_form .form_inputs {
	margin-top: 2rem;
}
input:focus-visible, select:focus-visible {
	outline: 0;
}
.form_policy {
	font-size: 13px;
	font-weight: 700;
}
.form_policy a {
	color: #357abd;
}
.header_form button {
    color: white;
    font-size: 20px;
    font-weight: 700;
    padding: 18px 0;
    border: 0;
    margin-top: 1rem;
    background: #EF4D7A;
    border-radius: 11px;
    width: 100%;
}
#special_prize_logo {
	background: url(../img/plane.png) top left no-repeat;
    background-size: contain;
    width: 337px;
    height: 204px;
}
.special_prize {
	color: #ED4E7A;
    text-align: right;
    font-weight: 900;
    font-style: italic;
}
.special_prize_title {
    font-size: 38px;
}
.special_prize_detail {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}
.special_prize_row {
    display: inline-flex;
    gap: 23px;
}
.special_prize_price {
	display: inline-flex;
    gap: 10px;
    position: relative;
}
.special_prize_price_number {
    font-size: 72px;
    line-height: 48px;
}
.special_prize_price_unit {
    font-size: 20px;
    line-height: 33px;
}
.special_prize_price_border {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: -5px;
    background-color: #FFC9D8;
    height: 26px;
    width: 110%;
    z-index: -1;;
}
#section_prize {
    display: flex;
    justify-content: space-between;
    gap: 77px;
    margin: 77px 0 144px;
}
#section_prize > * {
	margin: 0 auto;
}
#section_prize > *:first-child {
	margin-top: 1rem;
}
.special_prize {
    display: flex;
    align-items: center;
}
.other_prizes {
	position: relative;
	margin-top: 2rem;
}
.other_prizes > div {
	position: absolute;
}
#second_prize .prize_bg {
	background: url(../img/base2.png) left bottom no-repeat;
	width: 242px;
	height: 294px;
}
#second_prize .prize_img {
	background: url(../img/airpod.png) center no-repeat;
	width: 242px;
	height: 244px;
}
#first_prize .prize_bg {
	background: url(../img/base1.png) left bottom no-repeat;
	width: 385px;
	height: 394px;
}
#first_prize .prize_img {
	background: url(../img/ipad.png) center no-repeat;
	width: 263px;
	height: 270px;
    margin: auto;
}
#third_prize .prize_bg {
	background: url(../img/base2.png) left bottom no-repeat;
	width: 324px;
	height: 274px;
}
#third_prize .prize_img {
	background: url(../img/watch.png) center no-repeat;
	width: 215px;
	height: 220px;
    margin-left: 50px;
}
#second_prize {
    top: 65px;
}
#first_prize {
    left: 148px;
}
#third_prize {
    left: 407px;
    top: 86px;
    z-index: -1;
}
.prize_content {
	text-align: center;
	width: 200px;
    margin-top: -15px;
}
#second_prize .prize_content {
    margin-left: 18px;
}
#first_prize .prize_content {
    margin-left: 86px;
}
#third_prize .prize_content {
    margin-left: 50px;
}
.prize_title {
    color: black;
    font-size: 24px;
    font-style: italic;
    font-weight: 900;
}
.prize_item {
    font-weight: 500;
}
.howto {
    width: 485px;
    background: #FBDBDB;
    border: 1px solid #FBDBDB;
    box-shadow: 2px 6px 29px rgba(35, 31, 32, 0.15);
    border-radius: 22px;
    color: #5b5c5b;
    font-size: 17px;
}
.howto_header_bg {
    background: url(../img/circle.png) center no-repeat;
    margin: 17px auto 0;
    width: 317px;
    height: 286px;
}
.howto_header_img {
	background: url(../img/selfie.png) top left no-repeat;
	width: 317px;
	height: 286px;
}
.howto_content {
    width: 316px;
    margin: 24px auto 39px;
}
.howto h2 {
    color: #ED4E7A;
    font-size: 28px;
    font-weight: 800;
}
.howto_step > div {
	display: flex;
    gap: 12px;
    margin-top: 8px;
    align-items: center;
}
.howto_step div > div:first-child {
	background: url(../img/flower.jpg) center no-repeat;
	width: 63px;
	height: 63px;
	color: white;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    padding-top: 9px;
    flex: none;
}
#section_policy {
	background: #ED4E7A;
	color: white;
    font-weight: 300;
}
#section_policy .container {
    padding: 46px 58px;
}
#section_policy h2 {
	font-style: italic;
	font-weight: 500;
	font-size: 36px;
	text-align: center;
}
.policy_content {
	font-size: 22px;
	line-height: 45px;
	margin-top: 2rem;
    max-height: 590px;
    overflow-x: auto;
    padding-right: 2rem;
}
.policy_content a {
    color: white;
    text-decoration: underline 1px;
}
/* width */
.policy_content::-webkit-scrollbar {
	width: 12px;
}
/* Track */
.policy_content::-webkit-scrollbar-track {
	background: #F47094;
	border-radius: 10px;
}
/* Handle */
.policy_content::-webkit-scrollbar-thumb {
	background: #EAF3FA; 
	border-radius: 10px;
}
/* Handle on hover */
.policy_content::-webkit-scrollbar-thumb:hover {
	background: #EAF3FA; 
}
#section_policy table {
	background: rgba(217, 217, 217, 0.2);
	margin-top: 2rem;
	line-height: 30px;
}
#section_policy th, #section_policy td {
	color: white;
	font-size: 24px;
}
#section_policy th {
	font-weight: 500;
	text-align: center;
}
#section_policy td {
	text-align: center;
	background-color: #ed4e7a;
}
.video_wrapper {
	position: relative;
	padding-bottom: 54.15%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video_wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#features {
    display: flex;
    gap: 4rem;
    font-size: 13px;
    padding: 2rem 58px;
}
#eyesight {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex: 5 1 0;
}
#eyesight > * {
	flex: 1 1 0;
}
#car_features {
	flex: 4 1 0;
}
#car_features > div {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-top: 1rem;
}
#car_features > div > div:first-child {
    width: 153px;
    min-width: 153px;
}
.features_title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
}
.eyesight_desc {
    margin-top: 10px;
}
.features_heading {
    background-color: #f26b8b;
    color: white;
    font-size: 17px;
    margin-left: -58px;
    padding-left: 58px;
    margin-top: 6px;
}
#eyesight ol {
    margin-top: 6px;
}
.car_features_title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
}
#more_features {
    display: flex;
}
.more_features_title {
    background-color: #e9eaec;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}
.more_features_content {
    display: flex;
    font-size: 13px;
    align-items: center;
    background-color: #f26b8b;
    color: white;
}
.more_features_content > *:first-child {
	display: inline-flex;
    min-height: 200px;
    min-width: 166px;
    flex-basis: revert;
}
.more_features_content > *:nth-child(2) {
    padding: 0 1.5rem;
}
#footer {
    font-weight: 700;
    font-size: 20px;
    background-color: #ef4d7a;
    color: white;
    text-align: center;
    padding: 15px 0;
}
.btn_share {
    background: url(../img/share.png) top 3px left no-repeat;
    padding-left: 21px;
    color: #3B5998;
}
@media only screen and (max-width: 768px) {
	#section_prize, .special_prize, #features, #more_features {
		flex-direction: column;
	}
	#header {
		height: 622px;
		background: url(../img/background_s.jpg) top center no-repeat;
	}
	#subaru_logo, #page_title {
		position:  relative;
	}
	#subaru_logo {
	    height: 72px;
	    width: 354px;
	    right: unset;
	    margin: auto;
	}
	#page_title {
	    width: 100%;
	    top: unset;
	    right: unset;
	}
	.header_form {
		position: relative;
	    margin: -50px auto 0;
	    left: 0;
	    top: 0;
	}
	#section_prize {
		margin: 0;
	}
	#section_prize > * {
		margin: unset;
	}
	.other_prizes {
	    height: 175px;
	    margin-left: auto;
    	margin-right: auto;
	}
	#first_prize, #second_prize, #third_prize {
	    transform: scale(.5);
	}
	#second_prize {
	    top: -50px;
	    left: -30px;
	}
	#first_prize {
	    left: 18px;
	    top: -108px;
	}
	#third_prize {
		left: 166px;
    	top: -41px;
	}
	.howto {
		width: 100%;
		border-radius: 0;
	}
	#section_policy .container {
	    padding: 33px 17px;
	}
	#section_policy h2 {
		font-size: 20px;
	}
	.policy_content {
	    font-size: 15px;
	    line-height: 23px;
	    margin-top: 1rem;
	    padding-right: 1rem;
	    max-height: 388px;
	}
	.policy_content::-webkit-scrollbar {
		width: 7px;
	}
	#section_policy th, #section_policy td {
	    font-size: 14px;
	}
	#features {
		padding: 2rem;
		gap: 1rem;
	}
	#eyesight {
		flex-direction: column;
		gap: 1rem;
	}
	#car_features > div {
		flex-direction: column;
    	gap: 0.5rem;
    	margin-top: 1.5rem;
	}
	#car_features > div > div:first-child {
	    width: unset;
	    min-width: unset;
	}
	.more_features_content > *:first-child {
	    min-width: 128px;
	    min-height: 154px;
	}
	.more_features_content > *:nth-child(2) {
	    padding: .75rem;
	}
	#footer {
		font-size: 17px;
	}
}