@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: none
}
main {
	display: block
}
img {
	background-color: transparent;
	border: 0;
	vertical-align: bottom;
	max-width: 100%
}
ol,
ul {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
input[type=radio],
input[type=checkbox] {
	display: none
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%
}
select::-ms-expand {
	display: none
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
html,
body {
	width: 100%
}
html {
	font-size: 62.5%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	position: relative;
	font-family: Inter, Noto Sans JP, sans-serif;
	letter-spacing: 0;
	color: #000;
	font-weight: 400;
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem
	word-wrap: break-word;
	overflow-wrap: break-word;
}
@media only screen and (max-width: 767px) {
	body {
		min-width: auto;
		font-size: 14px;
		font-size: 1.4rem
	}
}
a {
	color: #000;
/*	display: inline-block;*/
	text-decoration: underline
}
a:hover {
	text-decoration: none;
	opacity: .6
}
@media (any-hover: none) {
	a:hover {
		opacity: 1
	}
}
button {
	cursor: pointer
}
button:hover {
	opacity: .6
}
@media (any-hover: none) {
	button:hover {
		opacity: 1
	}
}
img {
	width: 100%;
	max-width: 100%;
	height: auto
}

/* ===============================================
 common
=============================================== */

/* u-visible_xs */
/* u-visible_lg */

.u-visible_xs,
.u-visible_lg {
	display: none !important
}
@media only screen and (max-width: 767px) {
	.u-visible_xs {
		display: block !important
	}
	table.u-visible_xs {
		display: table !important
	}
	tr.u-visible_xs {
		display: table-row !important
	}
	th.u-visible_xs,
	td.u-visible_xs {
		display: table-cell !important
	}
}
@media only screen and (min-width: 768px) {
	.u-visible_lg {
		display: block !important
	}
	table.u-visible_lg {
		display: table !important
	}
	tr.u-visible_lg {
		display: table-row !important
	}
	th.u-visible_lg,
	td.u-visible_lg {
		display: table-cell !important
	}
}

/* u-br_xs */
/* u-br_lg */

.u-br_xs {
	display: none !important;
}
.u-br_lg {
	display: inline !important;
}
@media screen and (max-width: 767px) {
	.u-br_xs {
		display: inline !important;
	}
	.u-br_lg {
		display: none !important;
	}
}

/* c-inner */

.c-inner {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1108px;
	padding: 0 50px
}
@media only screen and (max-width: 767px) {
	.c-inner {
		width: auto;
		padding: 0 20px
	}
}

/* frame */

.frame {
	width: 100%;
	max-width: 1108px;
	margin: 0 auto;
	padding: 75px 40px 25px;
	background-image: url(../images/common/frame.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.frame-lower {
	width: 100%;
	max-width: 1108px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.frame {
		padding: 13.333vw 8vw 2.666vw;
		background-image: url(../images/common/frame_sp.webp);
	}
}

/* ===============================================
 header
=============================================== */

.l-header {
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.l-header {
		height: 13.333vw;
	}
	#header.open.l-header {
		height: 100svh;
	}
}
.l-header__hamburger {
	display: none;
}
@media only screen and (max-width: 767px) {
	.l-header__hamburger {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 17.066vw;
		height: 13.333vw;
		background-color: #fee735;
		z-index: 1004;
	}
	.l-header__hamburger a {
		overflow: hidden;
		position: relative;
		display: block;
		height: 100%;
		color: rgba(255,255,255,0);
		font-size: 1rem;
		text-decoration: none;
	}
	.l-header__hamburger a span {
		content: "";
		position: absolute;
		top: 50%;
		left: calc(50% - 4.333vw);
		width: 8.666vw;
		border-top: 2px solid rgba(0,0,0,1);
	}
	.l-header__hamburger a::before,
	.l-header__hamburger a::after {
		content: "";
		position: absolute;
		top: 50%;
		left: calc(50% - 4.333vw);
		width: 8.666vw;
		border-top: 2px solid rgba(0,0,0,1);
		pointer-events: none;
		transition: transform .3s ease-in-out, border .3s ease-in-out;
	}
	.l-header__hamburger a::before {
		transform: translateY(-10px);
	}
	.l-header__hamburger a::after {
		transform: translateY(10px);
	}
	#header.open .l-header__hamburger a span {
		border-top: 2px solid rgba(0,0,0,0);
	}
	#header.open .l-header__hamburger a::before {
		transform: translate(0) rotate(45deg);
		border-color: rgba(0,0,0,1);
	}
	#header.open .l-header__hamburger a::after {
		transform: translate(0) rotate(-45deg);
		border-color: rgba(0,0,0,1);
	}
}
.l-header__nav {
	background-color: #fee735;
	width: 100%;
	height: 4.392vw;
}
@media only screen and (max-width: 767px) {
	.l-header__nav {
		height: 100%;
		position: relative;
		opacity: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		transition: opacity .3s ease-in-out;
	}
	#header.open .l-header__nav {
		opacity: 1;
		z-index: 1003;
	}
}
.l-header__nav ul {
	display: flex;
	gap: 1.171vw;
	margin: 0 0 0 4.392vw;
}
@media only screen and (max-width: 767px) {
	.l-header__nav ul {
		display: block;
		margin: 0;
	}
}
.l-header__nav li a {
	position: relative;
	font-size: 18.47px;
	font-size: 1.352vw;
	font-weight: 700;
	line-height: 4.392vw;
	letter-spacing: 0.1em;
	text-decoration: none;
	display: block;
	padding: 0 1.683vw 0 0;
}
.l-header__nav li:first-child a,
.l-header__nav li:last-child a {
	letter-spacing: 0;
}
.l-header__nav li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-40%);
	width: 1.244vw;
	height: 0.805vw;
	background: url("../images/header/arrow_nav.svg") no-repeat center center;
	background-size: contain;
}
@media only screen and (max-width: 767px) {
	.l-header__nav li {
		width: 40vw;
		border-bottom: 1px solid #000;
		padding: 20px 0 18px;
	}
	.l-header__nav li:last-child {
		border-bottom: none;
	}
	.l-header__nav li a {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1;
		padding: 0;
	}
	.l-header__nav li a::after {
		content: none;
	}
}
.l-header__pagetop {
	display: none;
}
@media only screen and (max-width: 767px) {
	.l-header__pagetop {
		display: block;
		position: absolute;
		top: 4vw;
		right: 4vw;
	}
	.l-header__pagetop a {
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: 700;
		line-height: 1;
		text-decoration: none;
	}

}
.l-header__campaignLogo {
	display: none;
}
@media only screen and (max-width: 767px) {
	.l-header__campaignLogo {
		display: block;
		width: 53.333vw;
		margin: 0 auto 2vw;
	}
}
.l-header__btn {
	position: absolute;
	z-index: 1002;
	top: 0;
	right: 0;
	width: 38.213vw;
	height: 6.2224vw;
	background-image: url(../images/header/btnBg.webp);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: right;
}
.l-header__btn a {
	position: absolute;
	top: 0;
	right: 0;
	width: 36.383vw;
	height: 5.124vw;
	display: block;
}
@media only screen and (max-width: 767px) {
	.l-header__btn {
		width: calc(100% - 17.066vw);
		height: 13.333vw;
		background-image: none;
	}
	.l-header__btn a {
		width: 100%;
		height: 100%;
	}
}
@media (hover) {
	.l-header__nav li a[href]:hover {
		color: #e60012;
		opacity: 1;
	}
	.l-header__nav li a[href]:hover::after {
		background: url("../images/header/arrow_navRed.svg") no-repeat center center;
		background-size: contain;
	}
}

/* ===============================================
 footer
=============================================== */

.l-footer {
	background-color: #000;
	padding: 50px 0 80px;
}
@media only screen and (max-width: 767px) {
	.l-footer {
		padding: 45px 0 50px;
	}
}
.l-footer__floatBtn {
	position: fixed;
	z-index: 1000;
	right: 4vw;
	bottom: 40px;
	width: 142px;
	opacity: 0;
	transform: translateY(250px);
	transition: all .8s ease;
}
@media only screen and (max-width: 767px) {
	.l-footer__floatBtn {
		width: 88px;
		right: 3vw;
		bottom: 10px;
	}
}
.l-footer__floatBtn.show {
	transform: translateY(0);
	opacity: 1;
}
.l-footer__floatBtn.ended {
	transform: translateY(0);
	bottom: 454px;
}
@media only screen and (max-width: 767px) {
	.l-footer__floatBtn.ended {
		bottom: 430px;
	}
}
.footer__inner {
	max-width: 998px;
	margin: 0 auto;
	padding: 0 50px;
}
@media only screen and (max-width: 767px) {
	.footer__inner {
		padding: 0;
	}
}
.footer__inner__title {
	width: 320px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.footer__inner__title {
		width: 190px;
	}
}
.footer__inner__secretariatOffice {
	max-width: 882px;
	margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
	.footer__inner__secretariatOffice {
		width: 320px;
		margin: 18px auto 0;
	}
}
.footer__inner__telNumber {
	width: 568px;
	margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
	.footer__inner__telNumber {
		width: 271px;
		margin: 25px auto 0;
	}
}
.footer__inner__period {
	width: 100%;
	margin: 30px auto 0;
	padding: 35px 15px 40px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.footer__inner__period img {
	max-width: 814px;
}
@media only screen and (max-width: 767px) {
	.footer__inner__period {
		width: 320px;
		margin: 25px auto 0;
		padding: 18px 10px 20px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.footer__inner__period img {
		max-width: 282px;
	}
}

/* ===============================================
 kv
=============================================== */

.kv {
	position: relative
}

/* ===============================================
 vote
=============================================== */

.vote {
	position: relative;
	background-image: url(../images/vote/voteBg.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 67.423vw;
}
@media only screen and (max-width: 767px) {
	.vote {
		background-image: url(../images/vote/voteBgSp.webp);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 155.2vw;
	}
}
.vote__title {
	position: absolute;
	top: 1.464vw;
	left: 50%;
	transform: translateX(-50%);
	width: 48.243vw;
}
.vote__title::after {
	content:"";
	display: inline-block;
	position: absolute;
	top: -1vw;
	left: 48%;
	width: 12vw;
	height: 12vw;
	background-image: url(../images/vote/lightForTitle.svg);
	background-repeat: no-repeat;
	background-size: contain;
	mix-blend-mode: lighten;
}
@media only screen and (max-width: 767px) {
	.vote__title {
		top: 4vw;
		left: 4vw;
		transform: translateX(0%);
		width: 96vw;
	}
	.vote__title::after {
		content: none;
	}
}
.vote__btn {
	position: absolute;
	top: 47.95vw;
	left: 50%;
	width: 46.852vw;
	z-index: 6;
	opacity: 0;
	transition: opacity 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 500ms cubic-bezier(0.375, 1.65, 0.58, 0.98);
	transform: translateX(-50%) scale(0.5);
	will-change: transform;
}
.vote__btn.is-show {
	opacity: 1;
	transform: translateX(-50%) scale(1);
	transition-delay: 300ms;
}
.vote__btn::after {
	content:"";
	display: inline-block;
	position: absolute;
	top: 3.5vw;
	left: -0.5vw;
	width: 9vw;
	height: 8vw;
	background-image: url(../images/vote/lightForBtn.svg);
	background-repeat: no-repeat;
	background-size: contain;
	mix-blend-mode: lighten;
	z-index: 5;
}
.vote__btn a {
	position: relative;
	display: block;
	mix-blend-mode: lighten;
	z-index: 6;
}
@media only screen and (max-width: 767px) {
	.vote__btn {
		top: 125vw;
		left: 50%;
		transform: translateX(-50%) scale(0.5);
		width: 70vw;
	}
	.vote__btn::after {
		top: 5vw;
		left: -0.5vw;
		width: 12vw;
		height: 11vw;
	}
}

/* ===============================================
 prize
=============================================== */

.prize {
	background: linear-gradient(to right, #ffcadd 0%, #ffcadd 50%, #f4bcff 50%, #f4bcff 100%);
	padding: 50px 0 0;
}
@media only screen and (max-width: 767px) {
	.prize {
		padding: 6.666vw 0 0;
	}
}
.prize__title {
	width: 182px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.prize__title {
		width: 20.533vw;
	}
}
.prize__text {
	max-width: 815px;
	margin: 22px auto 0;
}
@media only screen and (max-width: 767px) {
	.prize__text {
		max-width: 61.333vw;
		margin: 5.333vw auto 0;
	}
}
.prize__itemContainer {
	margin: 45px auto 0;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.prize__itemContainer {
		margin: 5.333vw auto 0;
		display: block;
	}
}
.prize__itemContainer__item {
	width: calc(50% - 2px);
	padding: 0 30px 20px 0;
}
.prize__itemContainer__item:last-child {
	border-left: 4px solid #000;
	padding: 0 0 20px 20px;
}
@media only screen and (max-width: 767px) {
	.prize__itemContainer__item {
		width: 100%;
		padding: 0 0 5.333vw;
		border-bottom: 4px solid #000;
	}
	.prize__itemContainer__item:last-child {
		border-left: none;
		padding: 4vw 0 5.333vw;
	}
}
.prize__itemContainer__item__title {
	max-width: 394px;
	max-height: 130px;
	margin: -35px -10px 0 auto;
}
.prize__itemContainer__item:last-child .prize__itemContainer__item__title {
	max-width: 432px;
	margin: -35px -40px 0 auto;
}
@media only screen and (max-width: 767px) {
	.prize__itemContainer__item__title {
		max-width: auto;
		width: 83.636%;
		max-height: auto;
		margin: 0 auto;
	}
	.prize__itemContainer__item:last-child .prize__itemContainer__item__title {
		width: 83.636%;
		margin: 0 auto;
	}
}
.prize__itemContainer__item__img {
	margin: 15px auto 0;
}
@media only screen and (max-width: 767px) {
	.prize__itemContainer__item__img {
		width: 87.272%;
		margin: 4vw auto 0;
	}
}
.prize__doubleChances__text {
	margin: 30px auto 0;
	padding: 25px 0 0;
	border-top :4px solid #000;
}
.prize__doubleChances__text img {
	max-width: 716px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.prize__doubleChances__text {
		margin: 6.133vw auto 0;
		padding: 0;
		border-top :none;
	}
	.prize__doubleChances__text img {
		max-width: 59.733vw;
	}
}
.prize__doubleChances {
	max-width: 439px;
	margin: 15px auto 0;
}
@media only screen and (max-width: 767px) {
	.prize__doubleChances {
		max-width: 47.2vw;
		margin: 3.2vw auto 0;
	}
}
.prize__doubleChances__img {
	max-width: 658px;
	margin: 7px auto 0;
}
@media only screen and (max-width: 767px) {
	.prize__doubleChances__img {
		max-width: 61.066vw;
		margin: 4vw auto 0;
	}
}
.prize__description {
	margin: 30px auto 0;
	padding: 20px 0 0;
	border-top :4px solid #000;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 24px;
}
.prize__description p {
	text-indent: -1em;
	padding-left: 1em;
}
@media only screen and (max-width: 767px) {
	.prize__description {
		margin: 5.333vw auto 0;
		padding: 4vw 0 0;
		border-top :4px solid #000;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 20px;
	}
}

/* ===============================================
 targetProducts
=============================================== */

.targetProducts {
	background: linear-gradient(to right, #ffcadd 0%, #ffcadd 50%, #f4bcff 50%, #f4bcff 100%);
	padding: 50px 0 0;
}
@media only screen and (max-width: 767px) {
	.targetProducts {
		padding: 10.666vw 0 0;
	}
}
.targetProducts__title {
	width: 362px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.targetProducts__title {
		width: 41.6vw;
	}
}
.targetProducts__series {
	max-width: 400px;
	margin: 22px auto 0;
}
@media only screen and (max-width: 767px) {
	.targetProducts__series {
		max-width: 60vw;
		margin: 3.2vw auto 0;
	}
}
.targetProducts__itemContainer {
	max-width: 700px;
	margin: 40px auto 0;
	display: flex;
	gap: 35px 4.285%;
	justify-content: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.targetProducts__itemContainer {
		margin: 8vw auto 0;
		gap: 4vw 5%;
	}
}
.targetProducts__itemContainer__item {
	width: 21.714%;
}
.targetProducts__itemContainer__item:nth-child(1),
.targetProducts__itemContainer__item:nth-child(2) {
	width: 47.857%;
	padding: 0 5%;
}
@media only screen and (max-width: 767px) {
	.targetProducts__itemContainer__item {
		width: 42%;
	}
	.targetProducts__itemContainer__item:nth-child(1),
	.targetProducts__itemContainer__item:nth-child(2) {
		width: 42%;
		padding: 0;
	}
}
.targetProducts__itemContainer__item__toDetailBtn {
	margin: 10px auto 0;
}
.targetProducts__itemContainer__item:nth-child(1) .targetProducts__itemContainer__item__toDetailBtn,
.targetProducts__itemContainer__item:nth-child(2) .targetProducts__itemContainer__item__toDetailBtn {
	margin: 3px auto 0;
}
@media only screen and (max-width: 767px) {
	.targetProducts__itemContainer__item__toDetailBtn {
		margin: 1.333vw auto 0;
	}
}
.targetProducts__itemContainer__item__toDetailBtn a {
	display: block;
}
.targetProducts__description {
	max-width: 797px;
	margin: 30px auto 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 24px;
}
.targetProducts__description:last-child {
	margin: 5px auto 0;
}
.targetProducts__description p {
	text-indent: -1em;
	padding-left: 1em;
}
@media only screen and (max-width: 767px) {
	.targetProducts__description {
		margin: 4vw auto 0;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
	}
	.targetProducts__description:last-child {
		margin: 5.333vw auto 0;
	}
}
.targetProducts__doubleChances {
	position: relative;
	max-width: 812px;
	margin: 20px auto 0;
	padding: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
	.targetProducts__doubleChances {
		margin: 8vw auto 0;
		padding: 0;
	}
}
.targetProducts__doubleChances__balloon {
	position: absolute;
	top: 15px;
	right: -4.31%;
	max-width: 211px;
	width: 26%;
	height: auto;
	opacity: 0;
	transition: opacity 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 500ms cubic-bezier(0.375, 1.65, 0.58, 0.98);
	transform: scale(0.5);
	will-change: transform;
}
.targetProducts__doubleChances__balloon.is-show {
	opacity: 1;
	transform: scale(1);
	transition-delay: 300ms;
}
@media only screen and (max-width: 767px) {
	.targetProducts__doubleChances__balloon {
		top: 50%;
		right: -4%;
		max-width: none;
		width: 41%;
		height: auto;
	}
}

/* ===============================================
 howToApply
=============================================== */

.howToApply {
	background: linear-gradient(to right, #ffcadd 0%, #ffcadd 50%, #f4bcff 50%, #f4bcff 100%);
	padding: 50px 0 0;
}
@media only screen and (max-width: 767px) {
	.howToApply {
		padding: 10.666vw 0 0;
	}
}
.howToApply__title {
	width: 364px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.howToApply__title {
		width: 41.6vw;
	}
}
.howToApply__step01 {
	max-width: 870px;
	margin: 20px auto 0;
}
@media only screen and (max-width: 767px) {
	.howToApply__step01 {
		max-width: 520px;
		margin: 8vw auto 0;
	}
}
.howToApply__step02 {
	max-width: 870px;
	margin: 20px auto 0;
}
@media only screen and (max-width: 767px) {
	.howToApply__step02 {
		max-width: 520px;
		margin: 6.666vw auto 0;
	}
}
.howToApply__description {
	max-width: 870px;
	margin: 20px auto 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 26px;
}
.howToApply__description p {
	text-indent: -1em;
	padding-left: 1em;
}
@media only screen and (max-width: 767px) {
	.howToApply__description {
		max-width: 520px;
		margin: 6.666vw auto 0;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
	}
}
.howToApply__invalid {
	max-width: 870px;
	margin: 50px auto 0;
}
@media only screen and (max-width: 767px) {
	.howToApply__invalid {
		max-width: 520px;
		margin: 6.666vw auto 0;
	}
}

/* ===============================================
 rules
=============================================== */

.rules {
	background: linear-gradient(to right, #ffcadd 0%, #ffcadd 50%, #f4bcff 50%, #f4bcff 100%);
	padding: 50px 0 100px;
}
@media only screen and (max-width: 767px) {
	.rules {
		padding: 6.666vw 0 60px;
	}
}
.rules__title {
	width: 364px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.rules__title {
		width: 41.6vw;
	}
}
.rules__textContainer {
	max-width: 800px;
	margin: 40px auto 0;
	background-color: #fff;
	border: 3px solid #000;
	border-radius: 20px;
	padding: 30px;
}
@media only screen and (max-width: 767px) {
	.rules__textContainer {
		margin: 6.666vw auto 0;
		padding: 5.333vw;
	}
}
.rules__textContainer__inner {
	width: 100%;
	height: 480px;
	overflow-y: scroll;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 28px;
}
@media only screen and (max-width: 767px) {
	.rules__textContainer__inner {
		height: 420px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
	}
}
.rules__textContainer__inner__text {
	padding-bottom: 0;
}
.rules__textContainer__inner__text a {
	color: #0071BC;
/*	display: inline-block;*/
	text-decoration: underline
}
@media only screen and (max-width: 767px) {
	.rules__textContainer__inner__text {
		padding-bottom: 0
	}
}
.rules__textContainer__inner__text__title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700
}
@media only screen and (max-width: 767px) {
	.rules__textContainer__inner__text__title {
		font-size: 14px;
		font-size: 1.4rem
	}
}

/* --- */

