@charset "utf-8";

/*----------------------------
	revo
------------------------------*/
/* container
--------------- */
/* reset */
#container.revo {
	width: auto;
	overflow: visible;
}
.revo .sp {
	display: none;
}
.revo .inner {
	margin: 0 auto;
	width: 1330px;
	padding: 0 165px;
}
.revo p {
	margin-top: 0;
}
.revo a {
	transition: opacity 0.3s ease-out;
}
.revo a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.revo img {
	width: 100%;
	height: auto;
}
.revo sup {
	font-size: 80%;
}
.revo .fwB {
	font-weight: bold;
}
.revo .redTxt {
	color: #e3593b;
}
.revo a {
	color: #e3593b;
}
.revo a.underline {
	text-decoration: underline;
}
@media (max-width: 767px) {
	.revo {
		font-size: 2.667vw;
	}
	.revo .sp {
		display: block;
	}
	.revo .pc {
		display: none;
	}
	.revo .inner {
		width: 100%;
		padding: 0 4%;
	}
}

/* mainVisual */
.revo .mainVisual {
	margin: 0 auto;
	width: 1329px;
}
@media (max-width: 767px) {
	.revo .mainVisual {
		width: 100%;
	}
}

/* lead */
.revo .lead {
	margin-top: 80px;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.revo .lead span {
	font-weight: bold;
	line-height: 1.3;
}
.revo .lead .num {
	font-size: 50px;
}
.revo .lead02 {
	margin-top: 15px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
}
@media (max-width: 767px) {
	.revo .lead {
		margin-top: 6.519vw;
		font-size: 4.954vw;
	}
	.revo .lead .num {
		font-size: 6.519vw;
	}
	.revo .lead02 {
		margin-top: 1.956vw;
		font-size: 3.911vw;
	}
}

/* step */
.revo .step {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.revo .step .arrow {
	width: 35px;
	align-self: center;
}
.revo .stepBox {
	margin: 0 10px;
	border: solid 4px #e3593b;
	border-radius: 25px;
	background: #fcf4f2;
	text-align: center;
}
.revo .stepBox.step01 {
	width: 375px;
}
.revo .stepBox.step02 {
	width: 534px;
}
.revo .stepBox .icon {
	margin: 0 auto;
	width: 113px;
}
.revo .stepBox p:nth-child(2) {
	padding: 0 20px 20px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
}
.revo .stepBox p:nth-child(2) a {
	display: inline-block;
	border-bottom: solid 1px #e3593b;
}
.revo .stepBox p:nth-child(2) img {
	display: inline-block;
	margin-left: 10px;
	width: 42px;
	vertical-align: middle;
}
.revo .stepBox .num {
	font-size: 52px;
	font-weight: bold;
	line-height: 1.2;
}
.revo .step + .note {
	margin-top: 20px;
	text-align: center;
}
.revo .step + .note p {
	display: inline-block;
	text-align: left;
	font-size: 25px;
	line-height: 1.4;
}
@media (max-width: 767px) {
	.revo .step {
		margin-top: 6.519vw;
	}
	.revo .step .arrow {
		width: 2.608vw;
	}
	.revo .stepBox {
		margin: 0 0.652vw;
		border: solid 3px #e3593b;
		border-radius: 3.259vw;
	}
	.revo .stepBox.step01 {
		width: 34.55vw;
	}
	.revo .stepBox.step02 {
		width: 48.892vw;
	}
	.revo .stepBox .icon {
		width: 14.733vw;
	}
	.revo .stepBox p:nth-child(2) {
		padding: 0 2.608vw 4.563vw;
		font-size: 3.259vw;
		line-height: 1.8;
	}
	.revo .stepBox p:nth-child(2) img {
		margin-left: 1.304vw;
		width: 4.433vw;
	}
	.revo .stepBox .num {
		font-size: 4.954vw;
	}
	.revo .step + .note {
		margin-top: 1.956vw;
	}
	.revo .step + .note p {
		font-size: 2.999vw;
	}
}

/* howto */
.revo .howto {
	margin-top: 70px;
}
.revo .howto h2 {
	padding: 3px 10px 0;
	background: #e3593b;
	border-radius: 35px;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.revo .howto ul {
	margin-top: 30px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 23px;
	line-height: 1.32;
}
.revo .howto ul li + li {
	margin-top: 7px;
}
.revo .howto ul li span {
	color: #e3593b;
}
.revo .howto .link {
	margin-top: 30px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.revo .howto .link img {
	display: inline-block;
	margin-left: 10px;
	width: 20px;
	vertical-align: middle;
}
@media (max-width: 767px) {
	.revo .howto {
		margin-top: 9.126vw;
	}
	.revo .howto h2 {
		padding: 0.391vw 1.304vw 0;
		border-radius: 3.911vw;
		font-size: 4.433vw;
	}
	.revo .howto ul {
		margin-top: 3.911vw;
		font-size: 2.999vw;
	}
	.revo .howto ul li + li {
		margin-top: 0.913vw;
	}
	.revo .howto .link {
		margin-top: 2.608vw;
		font-size: 3.651vw;
	}
	.revo .howto .link img {
		margin-left: 1.304vw;
		width: 2.608vw;
	}
}

/* entry */
.revo .entry {
	margin-top: 70px;
}
.revo .entry h2 {
	padding: 3px 10px 0;
	background: #e3593b;
	border-radius: 35px;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.revo .entry h2 span {
	font-size: 23px;
	font-weight: bold;
}
.revo .entry h2 span span {
	font-size: 16px;
	font-weight: bold;
}
.revo .entry .link {
	margin-top: 30px;
	font-size: 29px;
	text-align: center;
}
.revo .entry ul {
	margin: 30px auto 0;
	width: 534px;
	display: flex;
	justify-content: space-between;
}
.revo .entry ul li {
	width: 252px;
	box-shadow: 5px 5px 0 0 #c9caca;
	border-radius: 10px;
}
.revo .entry ul li a {
	padding: 15px;
	border: solid 3px #e3593b;
	border-radius: 10px;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.revo .entry ul li.login a {
	background: #fcf2ee;
}
.revo .entry ul li.regist .icon {
	width: 41px;
}
.revo .entry ul li.login .icon {
	width: 44px;
}
.revo .entry ul li p:nth-child(2) {
	margin-top: 15px;
	font-size: 31px;
	font-weight: bold;
	color: #000;
	line-height: 1.1;
}
.revo .entry .note {
	margin-top: 20px;
	text-align: center;
}
.revo .entry .note p {
	display: inline-block;
	text-align: left;
	font-size: 18px;
	line-height: 1.4;
}
@media (max-width: 767px) {
	.revo .entry {
		margin-top: 7.823vw;
	}
	.revo .entry h2 {
		padding: 2.608vw 1.304vw;
		border-radius: 8.475vw;
		font-size: 4.433vw;
		line-height: 1.2;
	}
	.revo .entry h2 span {
		display: inline-block;
		font-size: 3.129vw;
	}
	.revo .entry h2 span span {
		font-size: 2.347vw;
	}
	.revo .entry .link {
		margin-top: 1.956vw;
		font-size: 3.651vw;
	}
	.revo .entry ul {
		margin: 2.608vw auto 0;
		width: 66.754vw;
	}
	.revo .entry ul li {
		width: 31.551vw;
		box-shadow: 0.652vw 0.652vw 0 0 #c9caca;
		border-radius: 1.304vw;
	}
	.revo .entry ul li a {
		padding: 1.956vw;
		border: solid 3px #e3593b;
		border-radius: 1.304vw;
	}
	.revo .entry ul li.regist .icon {
		width: 5.085vw;
	}
	.revo .entry ul li.login .icon {
		width: 5.476vw;
	}
	.revo .entry ul li p:nth-child(2) {
		margin-top: 1.956vw;
		font-size: 3.651vw;
	}
	.revo .entry .note {
		margin-top: 2.608vw;
	}
	.revo .entry .note p {
		font-size: 2.347vw;
	}
}

/* notice */
.revo .notice {
	margin-top: 90px;
}
.revo .notice h2 {
	padding: 3px 10px 0;
	background: #d40f1a;
	border-radius: 35px;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.revo .notice ul {
	margin-top: 25px;
	padding: 0 15px;
	font-size: 18px;
	line-height: 1.5;
}
.revo .notice ul li + li {
	margin-top: 3px;
}
@media (max-width: 767px) {
	.revo .notice {
		margin-top: 5.215vw;
	}
	.revo .notice h2 {
		padding: 0.391vw 1.304vw 0;
		border-radius: 4.563vw;
		font-size: 4.433vw;
	}
	.revo .notice ul {
		margin-top: 3.259vw;
		padding: 0 1.956vw;
		font-size: 2.347vw;
	}
	.revo .notice ul li + li {
		margin-top: 0.391vw;
	}
}

/* about */
.revo .about {
	margin-top: 130px;
	padding: 40px 0;
	background: #ffe67d;
}
/* aboutInner */
.revo .aboutInner {
	margin: 0 auto;
	padding: 0 20px 50px;
	max-width: 1240px;
	background: #fff;
}
.revo .aboutInner .inner {
	width: 960px;
	padding: 0;
}
.revo .aboutInner .btnList {
	display: flex;
	border: solid 4px #e3593b;
	border-radius: 30px;
	box-shadow: 5px 5px 0 0 #c9caca;
	position: relative;
	top: -40px;
}
.revo .aboutInner .btnList li {
	width: 50%;
}
.revo .aboutInner .btnList li a {
	display: block;
	padding: 30px;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.2;
	color: #000;
	text-align: center;
}
.revo .aboutInner .btnList li:nth-child(1) {
	background: #ffe67d;
	border-radius: 26px 0 0 26px;
}
.revo .aboutInner .btnList li:nth-child(2) {
	background: #f7f8f3;
	border-radius: 0 26px 26px 0;
}
.revo .aboutInner .btnList li span {
	font-weight: bold;
	color: #e3593b;
}
.revo .aboutInner .btnList li a img {
	display: inline-block;
	width: 42px;
	vertical-align: middle;
}
.revo .aboutInner h2 {
	margin-top: 30px;
	padding-left: 50px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.revo .aboutInner h2::before {
	display: block;
	content: "";
	width: 95px;
	height: 100px;
	background: url(/card/campaign/2022/shopping_revo0518/img/icon_light.png);
	background-size: contain;
	position: absolute;
	top: -30px;
	left: 30px;
}
.revo .aboutInner h2 span {
	font-size: 36px;
	font-weight: bold;
	color: #e3593b;
}
.revo .aboutInner h3 {
	margin-top: 40px;
	background: #ffe67d;
	border-radius: 35px;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
.revo .aboutInner .pic {
	margin: 40px auto 0;
	width: 872px;
}
.revo .aboutInner .caution {
	margin-top: 25px;
}
.revo .aboutInner .caution .icon {
	margin: 0 auto;
	width: 51px;
}
.revo .aboutInner .caution .txt {
	margin-top: 10px;
	font-size: 27px;
	color: #000;
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
}
@media (max-width: 767px) {
	.revo .about {
		margin-top: 11.734vw;
		padding: 5.215vw 4%;
	}
	.revo .aboutInner {
		padding: 0 0 10.43vw;
	}
	.revo .aboutInner .inner {
		width: 100%;
		padding: 0 4%;
	}
	.revo .aboutInner .btnList {
		margin: 0 -4%;
		border: solid 3px #e3593b;
		border-radius: 3.911vw;
		top: -5.215vw;
		box-shadow: 0.652vw 0.652vw 0 0 #c9caca;
	}
	.revo .aboutInner .btnList li a {
		padding: 3.911vw 2.608vw;
		font-size: 3.911vw;
		line-height: 1.4;
	}
	.revo .aboutInner .btnList li:nth-child(1) {
		border-radius: 3.911vw 0 0 3.911vw;
	}
	.revo .aboutInner .btnList li:nth-child(2) {
		border-radius: 0 3.911vw 3.911vw 0;
	}
	.revo .aboutInner .btnList li a img {
		width: 4.694vw;
	}
	.revo .aboutInner h2 {
		margin-top: 15.645vw;
		padding-left: 0;
		font-size: 3.651vw;
		line-height: 1.4;
	}
	.revo .aboutInner h2::before {
		width: 12.386vw;
		height: 13.038vw;
		top: -15.645vw;
		left: 50%;
		margin-left: -6.258vw;
	}
	.revo .aboutInner h2 span {
		font-size: 4.694vw;
	}
	.revo .aboutInner h3 {
		margin-top: 2.608vw;
		border-radius: 4.563vw;
		font-size: 4.433vw;
	}
	.revo .aboutInner .pic {
		margin: 7.823vw auto 0;
		width: 100%;
	}
	.revo .aboutInner .caution {
		margin-top: 9.126vw;
	}
	.revo .aboutInner .caution .icon {
		width: 6.649vw;
	}
	.revo .aboutInner .caution .txt {
		font-size: 3.651vw;
	}
}
/* appInner */
.revo .appInner {
	margin: 0 auto;
	padding: 50px 20px;
	max-width: 1240px;
	background: #fff4e1;
}
.revo .appInner .inner {
	width: 960px;
	padding: 0;
}
.revo .appInner .fukidashi {
	margin: 0 auto;
	width: 444px;
	border: 1px solid #f9e37b;
	border-radius: 30px;
	position: relative;
}
.revo .appInner .fukidashi::before,
.revo .appInner .fukidashi::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 10px solid transparent;
	transform-origin: left top;
	transform: skewX(40deg);
}
.revo .appInner .fukidashi::before {
	bottom: -16px;
	left: 37px;
	border-top: 15px solid #f9e37b;
}
.revo .appInner .fukidashi::after {
	margin: 0 auto;
	bottom: -13px;
	left: 35px;
	border-top: 15px solid #fff;
}
.revo .appInner .fukidashi span {
	display: block;
	padding: 5px;
	background: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	border-radius: 30px;
	position: relative;
}
.revo .appInner .fukidashi + p {
	margin-top: 10px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.revo .appInner h2 {
	font-size: 58px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.revo .appInner .download {
	margin: 25px auto 0;
	padding: 15px 40px;
	width: 615px;
	border-top: solid 3px #000;
	border-bottom: solid 3px #000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.revo .appInner .download .icon {
	width: 56px;
	margin-right: 45px;
}
.revo .appInner .download .txt {
	font-size: 23px;
	font-weight: bold;
	text-align: center;
}
.revo .appInner .btnList {
	margin: 40px auto 0;
	width: 615px;
	display: flex;
	justify-content: space-between;
}
.revo .appInner .btnList dl {
	width: 280px;
	border: solid 2px #000;
	text-align: center;
}
.revo .appInner .btnList dl dt {
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	background: #f0f0f0;
}
.revo .appInner .btnList dl dd {
	padding: 20px;
	border-top: solid 2px #000;
	background: #fff;
}
.revo .appInner .btnList dl.iphone dd p {
	margin: 0 auto;
	width: 182px;
}
.revo .appInner .btnList dl.android dd p {
	margin: 0 auto;
	width: 227px;
}
.revo .appInner .btn {
	margin: 30px auto 0;
	width: 775px;
	box-shadow: 8px 8px 0 0 #c9caca;
}
.revo .appInner .btn a {
	display: block;
	padding: 10px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #000;
	background: #ffe67d;
}
@media (max-width: 767px) {
	.revo .appInner {
		padding: 5.215vw 0 9.126vw;
	}
	.revo .appInner .inner {
		width: 100%;
		padding: 0 4%;
	}
	.revo .appInner .fukidashi {
		width: 57.888vw;
		border-radius: 3.911vw;
	}
	.revo .appInner .fukidashi::before,
	.revo .appInner .fukidashi::after {
		border-left: 9px solid transparent;
		border-right: 10px solid transparent;
	}
	.revo .appInner .fukidashi::before {
		bottom: -2.086vw;
		left: 4.824vw;
		border-top: 15px solid #f9e37b;
	}
	.revo .appInner .fukidashi::after {
		bottom: -1.695vw;
		left: 4.563vw;
		border-top: 15px solid #fff;
	}
	.revo .appInner .fukidashi span {
		padding: 0.652vw;
		font-size: 3.39vw;
		border-radius: 3.911vw;
	}
	.revo .appInner .fukidashi + p {
		margin-top: 1.304vw;
		font-size: 3.651vw;
	}
	.revo .appInner h2 {
		font-size: 7.171vw;
	}
	.revo .appInner .download {
		margin: 3.259vw auto 0;
		padding: 1.956vw 5.215vw;
		width: 80.183vw;
		border-top: solid 2px #000;
		border-bottom: solid 2px #000;
	}
	.revo .appInner .download .icon {
		width: 7.301vw;
		margin-right: 5.867vw;
	}
	.revo .appInner .download .txt {
		font-size: 2.999vw;
	}
	.revo .appInner .btnList {
		margin: 5.215vw auto 0;
		width: 80.183vw;
	}
	.revo .appInner .btnList dl {
		width: 36.506vw;
		border: solid 1px #000;
	}
	.revo .appInner .btnList dl dt {
		padding: 0.652vw;
		font-size: 2.216vw;
	}
	.revo .appInner .btnList dl dd {
		padding: 1.956vw;
		border-top: solid 1px #000;
	}
	.revo .appInner .btnList dl.iphone dd p {
		width: 23.729vw;
	}
	.revo .appInner .btnList dl.android dd p {
		width: 29.596vw;
	}
	.revo .appInner .btn {
		margin: 4.563vw auto 0;
		width: 64.537vw;
		box-shadow: 1.043vw 1.043vw 0 0 #c9caca;
	}
	.revo .appInner .btn a {
		padding: 3.259vw;
		font-size: 3.52vw;
		line-height: 1.4;
	}
}
/* shoppingInner */
.revo .shoppingInner {
	margin: 0 auto;
	padding: 70px 20px 50px;
	max-width: 1240px;
	background: #fff;
}
.revo .shoppingInner .inner {
	width: 960px;
	padding: 0;
}
.revo .shoppingInner h2 {
	padding-left: 210px;
	font-size: 30px;
	font-weight: bold;
	position: relative;
}
.revo .shoppingInner h2::before {
	display: block;
	content: "";
	width: 95px;
	height: 100px;
	background: url(/card/campaign/2022/shopping_revo0518/img/icon_light.png);
	background-size: contain;
	position: absolute;
	top: -10px;
	left: 95px;
}
.revo .shoppingInner h2 span {
	font-size: 38px;
	font-weight: bold;
	color: #e3593b;
	line-height: 1.2;
}
.revo .shoppingInner .txt {
	margin-top: 10px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.revo .shoppingInner .btnList {
	margin: 30px auto 0;
	width: 555px;
	display: flex;
	justify-content: space-between;
}
.revo .shoppingInner .btnList li {
	width: 264px;
	box-shadow: 5px 5px 0 0 #c9caca;
	border-radius: 10px;
}
.revo .shoppingInner .btnList li a {
	padding: 15px;
	border: solid 3px #e3593b;
	border-radius: 10px;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.revo .shoppingInner .btnList li.login a {
	background: #fcf2ee;
}
.revo .shoppingInner .btnList li.regist .icon {
	width: 41px;
}
.revo .shoppingInner .btnList li.login .icon {
	width: 44px;
}
.revo .shoppingInner .btnList li p:nth-child(2) {
	margin-top: 15px;
	font-size: 28px;
	font-weight: bold;
	color: #000;
	line-height: 1.1;
}
.revo .shoppingInner .btnList li p img {
	display: inline-block;
	width: 35px;
	vertical-align: text-top;
}
.revo .shoppingInner .note {
	margin-top: 20px;
	text-align: center;
}
.revo .shoppingInner .note p {
	display: inline-block;
	text-align: left;
	font-size: 18px;
	line-height: 1.4;
}
@media (max-width: 767px) {
	.revo .shoppingInner {
		padding: 20.86vw 0 6.519vw;
	}
	.revo .shoppingInner .inner {
		width: 100%;
		padding: 0 4%;
	}
	.revo .shoppingInner h2 {
		padding-left: 0;
		font-size: 3.651vw;
		text-align: center;
	}
	.revo .shoppingInner h2::before {
		width: 12.386vw;
		height: 13.038vw;
		top: -15.645vw;
		left: 50%;
		margin-left: -6.258vw;
	}
	.revo .shoppingInner h2 span {
		font-size: 4.954vw;
		line-height: 1.4;
	}
	.revo .shoppingInner .txt {
		margin-top: 1.304vw;
		font-size: 3.651vw;
	}
	.revo .shoppingInner .btnList {
		margin: 5.215vw auto 0;
		width: 73.012vw;
	}
	.revo .shoppingInner .btnList li {
		width: 35.202vw;
		box-shadow: 0.652vw 0.652vw 0 0 #c9caca;
		border-radius: 1.304vw;
	}
	.revo .shoppingInner .btnList li a {
		padding: 1.304vw;
		border: solid 3px #e3593b;
		border-radius: 1.304vw;
	}
	.revo .shoppingInner .btnList li.regist .icon {
		width: 5.085vw;
	}
	.revo .shoppingInner .btnList li.login .icon {
		width: 5.476vw;
	}
	.revo .shoppingInner .btnList li p:nth-child(2) {
		margin-top: 1.956vw;
		font-size: 3.651vw;
		line-height: 1.4;
	}
	.revo .shoppingInner .btnList li p img {
		width: 4.824vw;
		vertical-align: top;
	}
	.revo .shoppingInner .note {
		margin-top: 2.608vw;
	}
	.revo .shoppingInner .note p {
		font-size: 2.347vw;
	}
}

/* footer
--------------- */
footer {
	margin: 36px 0;
	padding: 24px;
	color: #000;
	font-size: 12.8px;
	text-align: center;
}
@media (max-width: 767px) {
	footer {
		margin: 1.956vw 0;
		padding: 2.608vw 0;
		font-size: 2.216vw;
	}
}
