@charset "UTF-8";

.sp {
	display: none;
}
.fv {
	width: 100vw;
	max-height: 600px;
	overflow: hidden;
	position: relative;

	.fv-bg_wrap {
		display: flex;
		height: 600px;
	}
	.fv_bg{
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.fv_bg{
		background-image: url(../img/fv_bg.jpg);
	}
    .logo {
        width: 104px;
        position: absolute;
        top: 20px;
        left: 20px;
    }
    .sentence {
        display: block;
        margin-inline: auto;
    }
	.top-fv_box {
		box-sizing: border-box;
        width: 910px;
        height: 910px;
        padding-top: 19rem;
        position: absolute;
        top: 50%;
        left: 50%;
        translate: -50%;
        transform: translatey(-50%);
        background-image: url(../img/kumo.png);
        background-size: contain;
		background-repeat: no-repeat;

		.fv_main-copy {
			margin-bottom: 1rem;

			img {
				margin: 0 auto;
				width: 100%;
				max-width: 560px;
			}
		}
		.fv_sub-copy {
			width: 1040px;
			position: relative;
			margin: 0 auto;
			position: absolute;
			left: 50%;
			translate: -50%;

			.fv_gift {
				position: absolute;
				left: 50%;
				translate: -50%;
				width: 1040px;
			 }
		}
	}
	.button {
        width: 510px;
		margin: 0 auto;
		position: absolute;
        left: 50%;
        translate: -50%;
        bottom: 190px;

        a {
            display: block;
            border-radius: 100vw;

            img {
                vertical-align: bottom;
                transition: all 0.2s ease-out;
            }
            &:hover img {
                opacity: 0.8;
            }
        }
    }
}

@media screen and (max-width: 1140px) {
	/*.fv {
		.top-fv_box {
			width: 650px;
			height: 650px;
			padding-top: 10rem;

			.fv_sub-copy {
				width: 750px;
			}
		}
		.button {
			width: 480px;
			bottom: 110px;
		}
	}*/
}

@media screen and (max-width: 768px) {
    .fv {
		max-height: none;

		.fv-bg_wrap {
			height: auto;
		}
		.fv-left, .fv-right {
			display: none;
		}
		.fv-bg_sp {
			width: 100%;
		}
		.top-fv_box {
			padding-top: 2rem;
			padding-bottom: 2rem;
			width: 100%;
			height: auto;
			background: transparent;
			border-radius: 2px;
			box-shadow: none;
			position: static;
			translate: none;
			transform: none;

			img {
				width: 100%;
			}
			.fv_main-copy {
				margin-bottom: 26px;
				padding: 0 3rem;

				img {
					margin: 0 auto;
					max-width: 400px;
				}
			}
			.fv_sub-copy {
				background-color: var(--sub01);
				padding: 2rem 3rem 1.2rem;
				width: 100%;
				position: relative;
                left: 50%;

				.fv_gift {
					position: static;
					translate: none;
					max-width: 440px;
					margin: 0 auto;
					width: 100%;
				}
			}
			.fv_sub-copy::before {
				content: "";
				background-image: url(../img/fv-balloon_sp.png);
				display: block;
                width: 250px;
                height: 50px;
                background-repeat: no-repeat;
                background-size: contain;
                position: absolute;
                top: -20px;
                left: 50%;
                transform: translateX(-50%);
			}
		}
		.wrapper {
			padding: 2rem 0;
		}
        .logo {
            width: 60px;
            top: 10px;
            left: 10px;
        }
        .sentence {
            display: block;
            margin-inline: auto;
        }
        .button {
            margin: 2rem auto 0;
			padding: 0 2rem;
			position: static;
			translate: none;
			width: fit-content;

            a {
                &:hover img {
                    opacity: 1;
                }
            }
        }
    }
}
.benefit_bg{
	position: relative;
	background: var(--light2);
	margin: 0 auto;
	padding: 5rem 0;
}
.benefit_wrap {
    padding: 6rem 80px 4rem;
}
.benefit {
	position: relative;
    width: min(calc(100% - 60px), 1200px);
    margin: 0 auto;
    color: #333;
	background: #fff;

    .heading {
		position: relative;
        text-align: center;
        font-family: "Noto Sans JP", serif;
        font-size: 3.5rem;
		font-weight: 600;
        color: var(--sub01);

		&:before {
			position: absolute;
            content: "";
            width: 70px;
            height: 20px;
            background: url(../img/tokuten_deco.png) no-repeat center center / contain;
            left: 50%;
            top: -30px;
            transform: translateX(-50%);
        }
    }
    .inner {
        display: flex;
        justify-content: space-between;
        gap: 0 80px;
        margin-top: 4rem;

        .item {
            &:nth-child(1) {
                width: 60%;
            }
            &:nth-child(2) {
                width: 40%;
            }

            .lead {
                margin-bottom: 2.4rem;
                text-align: center;
                font-weight: bold;
                font-size: 1.8rem;
				color: var(--basic);

                &::before {
                    display: inline-block;
                    width: 33px;
                    height: 37px;
                    margin-right: 8px;
                    position: relative;
                    top: -8px;
                    right: 0;
                    background: no-repeat 0 0 /33px;
                    vertical-align: middle;
                    content: "";
                }
            }
            &:nth-child(1) .lead::before {
                background-image: url(../img/present_01.png);
            }
            &:nth-child(2) .lead::before {
                background-image: url(../img/present_02.png);
            }
            .block {
                display: flex;
                gap: 0 25px;
                font-size: 1.5rem;

                .text {
                    width: 63%;
                }
                .img {
                    width: 37%;
                }
            }
            .giftcard {
                width: 60%;
                margin-left: 46px;
            }
        }
    }
}
.benefit .illust01,
.benefit .illust02{
	position: absolute;
	z-index: 1;
}
.benefit .illust01{
	width: 50%;
	max-width: 110px;
	bottom: -5%;
	left: -5%;
	transform: translateY(-50%);
}
.benefit .illust02{
	width: 50%;
    max-width: 115px;
    top: 6%;
    right: -3%;
    transform: translateY(-50%);
}
/* .benefit::before {
    content: "";
    background-color: var(--sub01);;
    display: block;
    width: 100%;
    height: 22px;
    border-radius: 4px 4px 0 0;

}
.benefit h2::before {
	content: url(../img/deco_l.png);
	vertical-align: middle;
	margin: -4px 5px;
}
.benefit h2::after {
	content: url(../img/deco_r.png);
	vertical-align: middle;
	margin: -4px 5px;
} */
@media screen and (max-width: 768px) {
	.benefit .illust01 {
        width: 22%;
        max-width: 100px;
        bottom: -3%;
        left: -3%;
        transform: none;
    }
	.benefit .illust02 {
		width: 25%;
		max-width: 100px;
		top: unset;
		right: -3%;
		top: -3%;
		transform: none;
	}
	.benefit_wrap {
		padding: 6rem 1.6rem 2rem;
	}
	.benefit_bg {
		padding: 1rem 0 4rem;
		overflow: hidden;
	}
    .benefit {
        width: calc(100% - 30px);
        margin-top: 3rem;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

        .heading {
            font-size: 2.4rem;
        }
        .inner {
            display: block;
            margin-top: 3rem;
    
            .item {
                &:nth-child(1),
                &:nth-child(2) {
                    width: auto;
                }
                &:nth-child(2) {
                    margin-top: 2.4rem;
                }
                .lead {
                    margin-bottom: 2rem;
                    font-size: 1.6rem;
    
                    &::before {
                        display: inline-block;
                        width: 25px;
                        height: 28px;
                        top: -6px;
                        background: no-repeat 0 0 /25px;
                    }
                }
                .block {
                    display: block;
                    padding: 0;
                    background: #fff;

                    .text {
                        width: auto;
                    }
                    .img {
                        width: 85%;
                        margin: 0.8rem auto 0;
                    }
                }
                .giftcard {
					width: 45%;
                    margin: 0.8rem auto 0;
                }
            }
        }
    }
}

.tac.img{
	width: 30%;
}
.tokuten_li li:first-of-type img{
	width:100%;
}
.flow{
	background:var(--light);
	padding-top:2.8rem;
	padding-bottom:2.8rem;
}
.flow .comparisonttl{
	margin-bottom:2rem;
}
.flow .comparisonttl span{
	font-size: 1.8rem;
}
.flow .comparisonttl span::before, .flow .comparisonttl span::after {
	/* border-color: var(--sub01); */
}
.flow04 {
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px;
	margin-bottom:2rem
}
.flow04 > li {
	list-style-type: none;
	width: 160px;
	height:160px;
	display: flex;
}
.flow04 > li .icon04 {
	line-height: 2;
	width: 2em;
	height: 2em;
	text-align: center;
	color: var(--sub02);
	background: #fff;
	margin: 0 auto 10px;
	display: block;
	border-radius: 100vh;
	position: relative;
}
.flow04 > li .icon04::before {
	/* content: "";
	border: solid transparent;
	border-width: 7px;
	border-top-color: var(--sub01);
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%); */
}
.flow04 > li dl {
	padding: 1rem;
	margin: 0;
	border: 2px solid var(--sub02);
	background:var(--sub02);
	position: relative;
	width:100%;
	border-radius:999px;
}
.flow04 > li:not(:first-child) dl::before {
	content: "";
	width: 14px;
	height: 14px;
	margin-right: 10px;
	display: inline-block;
	border-top: 2px solid var(--sub02);
	border-right: 2px solid var(--sub02);
	position: absolute;
	top: calc(50% - 14px);
	left: -45px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.flow04 > li dl dt {
	width: 160px;
	font-size: 1.6rem;
	display:block;
	line-height:2.3rem;
	font-weight: 600;
	color: #fff;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.flow04 > li dl dd {
	margin-left: 0;
}

	/* step
----------------------------------------------------------- */
.br_460 {
	display: none;
}
.bg_yellow{
	background: var(--light);
	position: relative;
}
.bg_yellow > img {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.step .inner {
	padding: 10rem 0 6rem;
}
.step img {
	margin: 0 auto;
	display: block;
}
.step img.balloon{
	width: 42%;
}
.step h2 {
	display: block;
	text-align: center;
	font-size: 3.2rem;
	margin-bottom: 1rem;
    font-family: "Noto Sans JP", serif;
    font-weight: 600;
	color: var(--sub01);
}
.step h2 span.about_num {
	font-size: 1.7em;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: normal;
	vertical-align: -4%;
}
.step_txt{
	background: #ffffff;
	border: solid 2px var(--sub01);
	padding: 15px;
	border-radius: 10px;
	height: 230px;
	background-size: 43%;
	background-repeat: no-repeat;
	background-position: center;
}
.step_num{
	padding: 5% 34%;
	margin-top: -56px;
}
.step ol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 8rem;
}
.step ol li {
	width: 100%;
	max-width: 248px;
	padding: 0 1rem;
	position: relative;
}
.step ol li:nth-of-type(1) .step_txt{
	background-image: url(../img/click.svg);
}
.step ol li:nth-of-type(2) .step_txt{
	background-image: url(../img/dl.svg);
}
.step ol li:nth-of-type(3) .step_txt{
	background-image: url(../img/mail.svg);
}
.step ol li:nth-of-type(4) .step_txt{
	background-image: url(../img/info.svg);
}
.step ol li:nth-of-type(5) .step_txt{
	background-image: url(../img/gift.svg);
}

.step ol li:first-child::before {
	content: url(../img/step_balloon.png);
	position: absolute;
	left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -160px;
}
@media screen and (max-width: 768px) {
	.step img.balloon {
		width: 85%;
	}
    .step ol li:first-child::before {
        left: 47%;
    }
}
.step ol li .step_img_wrapper {
	position: relative;
}
.step ol li:first-child .step_img_wrapper::after {
	display: none;
}
.step ol li .step_img_wrapper img {
	margin: 0 auto 1.8rem;
}
.step ol li h3 {
	font-size: 1.5rem;
	color:var(--sub01);
	text-align: center;
	margin-bottom: 1.6rem;
	line-height: 1.4em;
    font-family: "Noto Sans JP", serif;
    font-weight: 900;
}
.step ol li p {
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
}

@media (min-width: 761px) {
	.step .inner {
	margin: 0 auto;
	width: 1280px;
	}
}

@media screen and (max-width: 1600px) {
	.fv-count {
	bottom: 6%;
	}
	.fv-btn .btn {
	font-size: 2.2rem;
	padding: 1.4rem 1.6rem;
	}
}

@media screen and (max-width: 1250px) {
	.step .inner {
	width: 755px;
	padding: 4rem 0 0;
	}
	.step ol {
	justify-content: center;
	margin-top: 16rem;
	}
	.step ol li {
	padding: 0 1.6rem 4rem;
	}
}

@media screen and (max-width: 768px) {
.tokuten_li{
	display: block;
}
.tokuten{
	width: 12%;
}
.giftcard,
.tac.img{
	width: 65%;
}
.tokuten_li li:first-of-type p{
	width: 100%;
}
.tokuten_li li img{
	width: 100%;
}
.tokuten_li li:first-of-type{
	width: 100%!important;
	margin-bottom: 20px;;
}
.tokuten_li li:last-of-type{
	width: 100%!important;
}


	.step h2 {
	font-size: 2rem;
	font-feature-settings: "palt";
	}
	.step h2 span.about_num {
	font-size: 3rem;
	}
	.sp_br {
	display: none;
	}
	.step .inner,
	.tokuten-con .inner{
	width: calc(100% - 30px);
	margin: 0 auto;
	}
	.step_num{
	padding: 0% 41% 0;
	margin-top: -77px;
	}
	.step_txt{
	background-size: 20%;
	height: auto;
	padding-top: 46px;
	}
	.step ol {
	display: block;
	margin-top: 16.5rem;
	}
	.step ol li {
	margin: 1rem auto 0;
	max-width: none;
	width: auto;
	padding-bottom: 3rem;
	}
	.step ol li:last-child {
	padding-bottom: 4rem;
	}
	.step ol li:last-child::before {
	display: none;
	}
	.step ol li h3 {
	margin-bottom: 1rem;
	}
	.step ol li .step_img_wrapper img {
	margin: 0 auto 0.8rem;
	}
	.step ol li p {
	text-align: center;
	}
}

@media screen and (max-width: 745px) {
	.step ol li:last-child .step_img_wrapper::before {
	right: 69px;
	}
}


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

@media screen and (max-width: 430px) {
	.step ol li:last-child .step_img_wrapper::before {
	right: 49px;
	}
}



.option-dl{
	opacity: 0.7;
	position:fixed;
	bottom:20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width:720px;
	max-width:calc(100% - 3.2rem);
	margin:0 auto;
	z-index:200;
	/* writing-mode: vertical-rl; */
}
.dl-label{
	border: 2px solid rgb(34, 82, 171, 0.5);
	background:#fff;
	border-radius:999px;
	padding:1.2rem 2.4rem;
	font-weight: bold;
	left:0;
	z-index:100;
	box-shadow:0px 0px 8px rgb(34, 82, 171, 0.2);
	width: 100%;
	height: 100%;
	position: relative;
}
.option-dl .txt{
	padding-left:3.2rem;
	display:block;
}
.dl-label::before{
	content: "";
	position: absolute;
	top: 2.3rem;
	left: 1.8rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 2px;
	background: var(--dark);
	border: 1px solid #ddd;
	z-index: 5;
}

.dl-label::after {
	border-right: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	content: '';
	display: block;
	height: 18px;
	top: 33%;
	left: 2.75rem;
	opacity: 1;
	position: absolute;
	transform: rotate(45deg);
	width: 8px;
	z-index: 10;
}
.dl-input:checked + .dl-label::after {
	opacity: 1;
	border-color: #fff;
}
.dl-input:checked + .dl-label::before{
	background: var(--sub01);
	border-color: var(--sub01);
	z-index: 5;
}
.dl-input:checked + .dl-label {
	border: 2px solid var(--sub01);
}

#partnerCodeOpen span,
.form .caution p a{
	color: #3d2100!important;
}
@media screen and (max-width: 1024px) {

	.fv-btn .btn{
	padding: 1.2rem 1.2rem;
	/*width: 280px;*/
	}
	.fv-btn{
	bottom: 3rem;
	left: 4rem;
	}
	.tokuten_li li:last-of-type{
	width:40%;
	}
	.tokuten_li li:first-of-type{
	width:59%;
	}
	.fv-count {
	left: calc(50% - 80px);
	}
	.fv-count::after {
	width: 90px;
	height: 64px;
	top: -28px;
	}
	.fv-count-txt {
	font-size: 2rem;
	padding: 3px 6px;
	}
	.fv-count-txt .left {
	font-size: 1.7rem;
	}
	.fv-count-txt .days-left, .fv-count-txt .unit {
	font-size: 1.6rem;
	}
	.count_num {
	font-size: 9rem;
	}
	.momiji01 {
	top: 2%;
	}
}

@media screen and (max-width: 820px) {
	.fv-con > img {
	width: 100%;
	}
	.fv-count-sp {
	width: 80%;
	max-width: 375px;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	}
	.fv-count {
	bottom: 11%;
	}
	.fv-count::before {
	width: 23px;
	height: auto;
	}
	.fv-count::after {
	top: 50%;
	transform: translateY(-50%);
	left: -35px;
	}
	.fv-count_wrapper {
	display: flex;
	align-items: end;
	padding: 16px 10px 14px 42px;
	}
	.fv-count-txt {
	text-align: left;
	line-height: 1em;
	font-size: 3.1rem;
	margin-right: 10px;
	padding: 0;
	}
	.countdown .fv-count-txt.date {
	margin-right: 0;
	}
	.on-the-day .fv-count-txt {
	font-size: 3.5rem;
	margin: 0;
	padding: 0;
	}
	.on-the-day_txt {
	font-size: 4rem;
	}
	.fv-count-txt .left {
	font-size: 2.4rem;
	}
	.fv-count-txt .unit {
	font-size: 2.6rem;
	position: unset;
	}
	.fv-btn {
	width: 80%;
	max-width: 400px;
	position:absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	}
	.fv-btn .btn {
	font-size: 1.7rem;
	}
}

@media screen and (max-width:769px) {
	.block {
	padding: 55px;
	margin-top: 0px;
	background-color: #000;
	}
	.orangeback {
	padding: 4rem 0;
	}
	.tokuten-con h3 {
	font-size: 2.4rem;
	}
	.tokuten_li li:last-of-type{
	width:100%;
	margin-bottom:1rem;
	}
	.tokuten_li li:first-of-type{
	width:100%;
	margin-bottom: 30px;;
	}
	.tokuten_li li img{
	width:100%;
	}
	.tac.img{
	width: 40%;
	margin: auto;
	}
	.tokuten_li li:first-of-type .con{
	justify-content: space-around;
	display:block
	}
	.tokuten_li li:first-of-type p{
	width:100%;
	margin-bottom:1rem;
	}
	.flow04 {
	gap: 1rem;
	}
	.flow04 > li {
	/* max-width: unset; */
	/* display: block; */
	}
	.flow04 > li:not(:first-child) dl::before {
	display: none;
	}
	.option-dl .txt{
	font-size:1.5rem;
	line-height:2.4rem;
	}
	.dl-label::after{
		top: 30%;
	}
	.dl-label{
	bottom:1rem;
	}
	.btn-cam {
	font-size:1.6rem;
	}
	.cateGroup {
	padding: 4rem 0;
	overflow: hidden;
	}
	.bg_deco02 {
	width: 170%;
	max-width: none;
	}
}

@media screen and (max-width: 500px) {
	.fv-count-sp {
	max-width: 270px;
	}
	.countdown.fv-count-sp {
	max-width: 280px;
	}
	.fv-count {
	bottom: 14%;
	}
	.fv-count::after {
	width: 80px;
	height: 57px;
	left: -29px;
	}
	.fv-count_wrapper {
	padding: 12px 10px 7px 42px;
	}
	.on-the-day .fv-count_wrapper {
	padding: 12px 10px 7px 38px;
	}
	.fv-count-txt {
	font-size: 1.8rem;
	}
	.on-the-day .fv-count-txt {
	font-size: 2.2rem;
	}
	.on-the-day_txt {
	font-size: 3rem;
	}
	.fv-count-txt .left {
	font-size: 1.4rem;
	}
	.count_num {
	font-size: 5.6rem;
	}
	.fv-count-txt .unit {
	font-size: 2rem;
	}
	.fv-btn {
	bottom: 1.7rem;
	}
	.momiji01 > img, .momiji02 > img {
	width: 80%;
	}
	.momiji02 {
	right: 0;
	z-index: 3;
	}
	.tokuten_li {
	position: relative;
	z-index: 2;
	}
}

@media screen and (max-width:400px){
	.btn-cam {
	font-size:1.5rem;
	}
}
#login{
	background-color: var(--light2);
	padding: 48px 0;
	.login_txt{
		text-align: center;
		font-weight: bold;
		font-size: 2rem;
		margin-bottom: 20px;
	}
	ul {
		width: 100%;
		max-width: 450px;
		margin: auto;
		text-align: center;
		li{
			margin-bottom: 20px;
		}
		dt{
			font-size: 1.6rem;
			text-align: left;
		}
		dd{
			input{
				width: 100%;
				height: 38px;
				border: none;
				padding: 0 15px;
				box-shadow: 2px 2px 4px rgba(183, 180, 156, 0.10);
			}
		}
	}
	.login-btn {
		text-align: center;
	}
	.btn1 {
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.5;
		position: relative;
		display: inline-block;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		text-align: center;
		vertical-align: middle;
		text-decoration: none;
		letter-spacing: 0.1em;
		border: solid 2px var(--sub01);
		max-width: 340px;
		width: 100%;
		color: #fff;
		font-weight: bold;
		box-sizing: border-box;
    	overflow: hidden;
    	padding: 1.5rem 2rem;
		background: var(--sub01);
		border-radius: 100px;
		margin-bottom: 20px;
		span {
			position: relative;
			font-weight: bold;
			font-size: 1.5rem;
		}
		&:after{
			color: white;
			position: absolute;
			right: 2.8rem;
			top: 50%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			z-index: 5;
			font-size: 2rem;
			border-radius: 1px;
			transition: 0.3s ease-in-out;
			content: "\f0da";
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
		}
		&:hover{
			background-color: #fff;
			color: var(--sub01);
		}
	}
	.txt_box{
		text-align: center;
		font-weight: bold;
		font-size: 1.3rem;
		.txt {
			text-decoration: underline;
		}
	}
	input:-webkit-autofill {
		box-shadow: 0 0 0 1000px white inset !important;
		-webkit-text-fill-color: #000 !important;
		transition: background-color 5000s ease-in-out 0s;
	  }
}
@media screen and (max-width:769px) {
	#login{
		padding: 40px 0;
		ul{
			width: 80%;
			max-width: unset;
			margin: auto;
			li{
				margin-bottom: 10px;
			}
		}
		.btn1 {
			box-shadow: none;
			padding: 1.3rem 2rem;
			max-width: 275px;
			margin: 12px 0;
		}
	}
}