@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Besley:ital,wght@0,400..900;1,400..900&family=Noto+Sans+JP:wght@100..900&display=swap');

/* -------------------------
 * common
 * ------------------------- */
html {
	font-size: calc(10vw / 7.5);
	-webkit-font-smoothing: antialiased;
}
body {
	color: #000000;
	font-family: "Noto Sans JP", system-ui;
/*	font-feature-settings: "palt"; */
	font-weight: 500;
	font-size: 14px;
	font-size: 2.8rem;
	line-height: 1;
	background-color: #000000;
	background-image: url(../img/common/bg3.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100% auto;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
body.lock {
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
}
.modeSP {
	display: block;
}
.modePC {
	display: none;
}
@media screen and (min-width: 960px) {
	.modeSP {
		display: none;
	}
	.modePC {
		display: block;
	}
	html {
		font-size: 6.3px;
	}
	body {
		font-size: 14px;
		font-size: 1.4rem;
		background-image: none;
	}
}
* {
	-webkit-tap-highlight-color: transparent;
}
a {
	color: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
p, dt, dd, li {
	word-break: break-word;
	word-wrap: normal;
}
img {
	display: block;
	max-width: 100%;
	vertical-align: top;
	margin: auto;
}
button {
	cursor: pointer;
}
button:disabled {
	cursor: auto;
	opacity: 0.5;
}
.disabled {
	opacity: 0.5;
}
.ib {
	display: inline-block;
	line-height: inherit;
	font-weight: inherit;
}
.en {
	font-family: "Besley", serif;
}
.accordionTrigger {
	cursor: pointer;
}
.accordionContent {
	display: none;
}
.wrapper {
	opacity: 0;
	min-height: 100vh;
	min-height: 100lvh;
	background-image: url(../img/common/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: opacity 1.0s;
}
.wrapper.bg2 {
	background-image: url(../img/common/bg2.jpg);
}
.wrapper.bg4 {
	background-image: url(../img/common/bg4.jpg);
}
.wrapper.bgPC {
	background-image: url(../img/common/bg_pc.jpg);
	background-position: center center;
	background-size: cover;
}
.wrapper.nobg {
	background-image: none;
}
body.load_complete .wrapper {
	opacity: 1;
}
body.load_complete #header {
	opacity: 1;
}
.content {
	max-width: 960px;
	margin: auto;
}
.content.cover {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	min-height: 100vh;
	min-height: 100lvh;
	box-sizing: border-box;
}
.content.cover.top {
	align-items: stretch;
}
.content.cover>* {
	flex-basis: 100%;
}
.contentInner {
	width: calc(660 / 750 * 100%);
	margin: auto;
}

/* header */
#header {
	opacity: 0;
	transition: opacity 1.0s;
}

/* footer */
#footer .copyright {
	color: #ffffff;
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: 0.06em;
	text-align: center;
	padding: 2em 0;
}

/* -------------------------
 * module
 * ------------------------- */
/* titleType01 */
.titleType01 {
	font-size: 4.2rem;
	text-align: center;
	padding: calc(51 / 750 * 100%) 0 calc(56 / 750 * 100%) 0;
}

/* titleType02 */
.titleType02 {
	color: #ffffff;
	font-size: 3.6rem;
	letter-spacing: 0.35rem;
	text-align: center;
	padding: calc(73 / 750 * 100%) 0 calc(43 / 750 * 100%) 0;
}

/* buttonArea */
.buttonArea.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: calc(650 / 750 * 100%);
	margin: 0 auto;
	padding: 0 0 calc(60 / 750 * 100%) 0;
}
.buttonArea>div {
	text-align: center;
	margin-top: calc(30 / 650 * 100%);
}
.buttonArea>div:first-child {
	margin-top: 0;
}
@media (orientation: landscape) {
	.buttonArea.fixed {
		position: static;
	}
}

/* buttonType01 */
.button.buttonType01 {
	display: block;
	position: relative;
	width: 100%;
	color: #ffffff;
	font-size: 3.3rem;
	line-height: 1;
	text-align: center;
	padding: 1em 0;
	box-sizing: border-box;
}
.button.buttonType01.disabled {
	opacity: 0.5;
}
.button.buttonType01:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: #ffffff;
	clip-path: polygon(1em 0%, calc(100% - 1em) 0%, 100% 1em, 100% calc(100% - 1em), calc(100% - 1em) 100%, 1em 100%, 0% calc(100% - 1em), 0% 1em);
}
.button.buttonType01:after {
	content: "";
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px;
	z-index: 2;
	background-color: #000000;
	clip-path: polygon(1em 0%, calc(100% - 1em) 0%, 100% 1em, 100% calc(100% - 1em), calc(100% - 1em) 100%, 1em 100%, 0% calc(100% - 1em), 0% 1em);
}
.button.buttonType01>* {
	position: relative;
	z-index: 3;
	color: #ffffff;
}

/* checkArea */
.formArea .checkArea {
	text-align: center;
	margin: 0 0 calc(40 / 750 * 100%) 0;
}
.formArea .checkArea label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 3.2rem;
}
.formArea .checkArea .acceptBtn {
	display: inline-block;
	position: relative;
	width: 1.7em;
	height: 1.7em;
	background-color: #ffffff;
	margin: 0 0.6em 0 0;
	border: 1px solid #333333;
}
.formArea .checkArea input[type="checkbox"]:checked {
}
.formArea .checkArea input[type="checkbox"]:checked:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 15%;
	left: 10%;
	right: 0;
	width: 35%;
	height: 60%;
	margin: auto;
	border-bottom: 3px solid #05974e;
	border-right: 3px solid #05974e;
	transform: rotate(45deg);
}
.formArea .textWrap {
	width: calc(672 / 750 * 100%);
	margin: 0 auto;
	padding: 0 0 calc(55 / 750 * 100%) 0;
}
.formArea .textWrap .period {
	font-size: 2.9rem;
	line-height: 4.0rem;
	font-weight: 700;
	margin: 0 0 1.5rem 0;
}
.formArea .textWrap .text {
	font-size: 2.4rem;
	line-height: 3.4rem;
	text-decoration: underline;
	text-decoration-color: #fff900;
	text-underline-offset: 4px;
	margin: 0 0 1.5rem 0;
}
.formArea .textWrap .note{
	font-size: 2.4rem;
	line-height: 3.4rem;
	text-indent: -1em;
	padding-left: 1em;
}

/* -------------------------
 * layout
 * ------------------------- */
/* startArea */
#startArea .pageTitle {
	width: calc(718 / 750 * 100%);
	margin: auto;
	padding: calc(66 / 750 * 100%) 0 calc(60 / 750 * 100%) 0;
}
#startArea .buttonArea {
	width: calc(650 / 750 * 100%);
	margin: 0 auto;
	padding: 0 0 calc(60 / 750 * 100%) 0;
}

/* selectArea */
#selectArea .content {
	min-height: 100vh;
	color: #ffffff;
}
#selectArea .contentInner {
	width: calc(646 / 750 * 100%);
}
#selectArea .pageTitle {
	color: #ffe400;
	font-size: 5rem;
	line-height: 6rem;
	font-weight: 700;
	text-align: center;
	padding: calc(93 / 750 * 100%) 0 calc(36 / 750 * 100%) 0;
}
#selectArea .desc {
	font-size: 2.9rem;
	line-height: 5rem;
	text-align: center;
	margin: 0 0 calc(72 / 750 * 100%) 0;
}
#selectArea .guide {
	font-size: 4.2rem;
	line-height: 6rem;
	font-weight: 700;
	text-align: center;
	margin: 0 0 calc(40 / 646 * 100%) 0;
	padding: calc(14 / 646 * 100%) 0 calc(24 / 646 * 100%) 0;
	border: 3px solid #ffffff;
	border-radius: 1rem;
}
#selectArea .list {
	display: none;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 0 calc(20 / 646 * 100%) 0;
}
#selectArea .list.show {
	display: flex;
}
#selectArea .list .item {
	flex-basis: calc(308 / 646 * 100%);
	margin: 0 0 calc(30 / 646 * 100%) calc(30 / 646 * 100%);
}
#selectArea .list .item:nth-child(odd) {
	margin-left: 0;
}
#selectArea .list .item .button {
	display: block;
	width: 100%;
	color: #235630;
	font-size: 3.3rem;
	line-height: 4rem;
	font-weight: 700;
	text-align: center;
	background-color: #ffffff;
	clip-path: polygon(0 2.2rem, 2.2rem 0, calc(100% - 2.2rem) 0, 100% 2.2rem, 100% calc(100% - 2.2rem), calc(100% - 2.2rem) 100%, 2.2rem 100%, 0 calc(100% - 2.2rem));
	aspect-ratio: 308 / 124;
}

/* messageArea */
#messageArea {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 200;
	min-height: 100vh;
	min-height: 100lvh;
	color: #ffffff;
	background-image: url(../img/common/bg2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#messageArea.select {
	display: block;
}
#messageArea .wrap {
	overflow: auto;
	width: 100%;
	height: 100%;
}
#messageArea .message {
	display: none;
}
#messageArea .message.current {
	display: block;
}
#messageArea .text {
	font-size: 3.2rem;
	line-height: 5.6rem;
	margin: auto;
	padding: calc(50 / 750 * 100%) calc(20 / 750 * 100%) calc(30 / 750 * 100%) calc(50 / 750 * 100%);
}
#messageArea .text .large {
	font-size: 4.5rem;
	line-height: 7rem;
	font-weight: 700;
}
#messageArea .image {
	width: calc(620 / 750 * 100%);
	margin: auto;
	padding: 0 0 calc(20 / 750 * 100%) 0;
}
#messageArea .buttonArea {
	width: calc(650 / 750 * 100%);
	text-align: center;
	margin: auto;
	padding: 0 0 calc(250 / 750 * 100%) 0;
}

/* stageArea */
#stageArea .pageTitle {
	width: calc(718 / 750 * 100%);
	margin: auto;
	padding: calc(67 / 750 * 100%) 0 0 0;
}
#stageArea .periodArea {
	padding: calc(24 / 660 * 100%) 0 0 0;
}
#stageArea .periodArea .periodTitle {
	color: #ffffff;
	font-size: 3.4rem;
	font-weight: 700;
	text-align: center;
	margin: 0 0 calc(15 / 660 * 100%) 0;
}
#stageArea .periodArea .period {
	margin: 0 0 calc(30 / 660 * 100%) 0;
}
#stageArea .pointData {
	color: #ffffff;
	background-color: rgba(0, 49, 127, 0.5);
	padding: calc(23 / 660 * 100%) calc(53 / 660 * 100%);
	border: 1px solid #b3c905;
	box-sizing: border-box;
}
#stageArea .pointData .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: calc(6 / 628 * 100%) 0;
}
#stageArea .pointData .row .name {
	font-size: 3.6rem;
	line-height: 1;
}
#stageArea .pointData .row .name.small {
	font-size: 3.0rem;
}
#stageArea .pointData .row .name:after {
	content: "：";
}
#stageArea .pointData .row .point {
}
#stageArea .pointData .row .value .num {
	font-size: 5.0rem;
	line-height: 1;
	font-weight: 700;
}
#stageArea .pointData .row.mass .value .num {
	display: inline-block;
	font-size: 3.8rem;
}
#stageArea .pointData .row.mass .value .sep {
	display: inline-block;
	font-size: 3.8rem;
	margin: 0 0.2em;
}
#stageArea .pointData .row .value .unit {
	display: inline-block;
	font-size: 3.8rem;
	line-height: 1;
	margin: 0 0 0 0.2em;
}
#stageArea .hr {
	margin: calc(30 / 660 * 100%) 0 calc(30 / 660 * 100%) 0;
	border-top: 1px solid #ffffff;
}
#stageArea .status {
	background-color: #000000;
	margin: 0 0 calc(30 / 660 * 100%) 0;
	border-radius: 1.6rem;
}
#stageArea .status .image {
	display: none;
}
#stageArea .bingo {
	margin: 0 0 calc(54 / 660 * 100%) 0;
}
.lock #stageArea .bingo {
	padding-top: calc(20 / 660* 100%);
}
#stageArea .bingo .sheetWrap {
	overflow: hidden;
}
#stageArea .bingo .sheetInner {
	display: flex;
	width: 400%;
	transition: transform 0.4s ease-out;
}
#stageArea .bingo[data-sheet="1"] .sheetInner {
	transform: translateX(0);
}
#stageArea .bingo[data-sheet="2"] .sheetInner {
	transform: translateX(-25%);
}
#stageArea .bingo[data-sheet="3"] .sheetInner {
	transform: translateX(-50%);
}
#stageArea .bingo[data-sheet="4"] .sheetInner {
	transform: translateX(-75%);
}
#stageArea .bingo .sheet {
	display: none;
	position: relative;
	width: 25%;
	background-color: #000000;
	border: 2px solid #000000;
	border-bottom: 0;
	box-sizing: border-box;
}
#stageArea .bingo .sheet.current {
	display: block;
}
#stageArea .bingo .sheet.off {
	display: block;
}
#stageArea .bingo .sheet .reachLine .reach {
	display: none;
}
#stageArea .bingo .sheet .reachLine .reach.current {
	display: block;
}
#stageArea .bingo .sheet .reachLine .reach picture {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 50;
}
#stageArea .bingo .sheet .row {
	display: flex;
	justify-content: space-between;
	gap: 2px;
	margin: 0 auto 2px auto;
}
#stageArea .bingo .sheet .row .cell {
	flex-basis: calc(100% / 4);
	position: relative;
	background-color: #ffffff;
}/*
#stageArea .bingo .sheet .row .cell.reach {
	background-color: #ffffff;
}*/
#stageArea .bingo .sheet .row .cell.next .num {
	animation: 2s linear nextNumAction infinite;
}
@keyframes nextNumAction {
  10% { opacity: 1; }
  48% { opacity: 0; }
  52% { opacity: 0; }
  90% { opacity: 1; }
}
#stageArea .bingo .sheet .row .cell .cap {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
}
#stageArea .bingo .sheet .row .cell.open .cap {
	display: block;
}
#stageArea .bingo .sheet .row .cell.anime .cap {
	display: block;
	animation: 0.8s linear capAction forwards;
}
@keyframes capAction {
  0%   { transform: scale(1.8) rotate(-360deg); }
  25%  { transform: scale(1) rotate(0); }
  70%  { transform: scale(1.2) rotate(0); }
  100% { transform: scale(1) rotate(0); }
}
#stageArea .bingo .numTitle {
	font-size: 3.5rem;
	text-align: center;
	padding: calc(14 / 660 * 100%) 0 0 0;
}
#stageArea .bingo .numWrap {
	display: flex;
	justify-content: center;
	gap: 5.2rem;
	padding: calc(28 / 660 * 100%) 0 calc(16 / 660 * 100%) 0;
}
#stageArea .bingo .numWrap .num {
	cursor: pointer;
	display: none;
	width: 1.54rem;
	background-color: #00953d;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
}
#stageArea .bingo .numWrap .num .complete {
	display: none;
}
#stageArea .bingo .numWrap .num.active {
	display: block;
	background-color: #0064b2;
	transform: scale(2);
}
#stageArea .bingo .numWrap .num.active .current {
	display: block;
}
#stageArea .bingo .numWrap .num.active .complete {
	display: none;
}
#stageArea .bingo .numWrap .num.off {
	display: block;
}
#stageArea .bingo .numWrap .num.off .current {
	display: none;
}
#stageArea .bingo .numWrap .num.off .complete {
	display: block;
}
#stageArea .bingo .sheetNumWrap {
	width: calc(736 / 660 * 100%);
	margin: 0 calc(-38 / 660 * 100%);
}
#stageArea .bingo .sheetNumWrap .sheetNum {
	display: none;
}
#stageArea .bingo .sheetNumWrap .sheetNum.active {
	display: block;
}
#stageArea .desc {
	text-align: center;
}
#stageArea .desc .copy {
	width: calc(660 / 750 * 100%);
	margin: 0 auto calc(15 / 750 * 100%) auto;
}
#stageArea .desc .text {
	font-size: 3.0rem;
	line-height: 4.4rem;
	letter-spacing: -0.05em;
	font-weight: 500;
}
#stageArea .desc .note {
	font-size: 2.6rem;
	line-height: 4.4rem;
	margin: 0 0 calc(-9 / 750 * 100%) 0;
}
#stageArea .desc .image {
	width: calc(682 / 750 * 100%);
	margin: 0 auto calc(55 / 750 * 100%) auto;
}
#stageArea .buttonArea {
	padding: 0 0 calc(58 / 660 * 100%) 0;
}

/* bottomNav */
#bottomNav .contentInner {
	width: calc(650 / 750 * 100%);
}
#bottomNav .buttonArea {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 0 calc(30 / 650 * 100%) 0;
}
#bottomNav .buttonArea>* {
	flex-basis: calc(308 / 650 * 100%);
}
#bottomNav .buttonArea .wide {
	flex-basis: 100%;
}
#bottomNav .buttonArea .pt {
	padding-top: calc(64 / 650 * 100%);
}
#bottomNav .buttonArea .button {
	font-size: 5.0rem;
}
#bottomNav .accordion {
}
#bottomNav .accordion .accordionTrigger {
	position: relative;
	z-index: 10;
}
#bottomNav .accordion .accordionTrigger .open {
	display: none;
}
#bottomNav .accordion.open .accordionTrigger .close {
	display: none;
}
#bottomNav .accordion.open .accordionTrigger .open {
	display: block;
}
#bottomNav .box {
	position: relative;
	color: #ffffff;
	background-color: #000000;
	margin: 0 0 2.2rem 0;
	padding: 2.2rem 0 calc(60 / 650 * 100%) 0;
	transform: translateY(-2.2rem);
}
#bottomNav .box:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	height: 2.2rem;
	background-color: #000000;
	clip-path: polygon(0% 0%, 100% 0%, 100% 2px, calc(100% - 2.2rem) 100%, 2.2rem 100%, 0% 2px);
}
#bottomNav .box .row {
	width: calc(570 / 650 * 100%);
	text-align: left;
	margin: auto;
	padding: 0 0 calc(20 / 650 * 100%) 0;
	border-bottom: 1px solid #81bd28;
}
#bottomNav .box .row:first-child {
	border-top: 1px solid #ffffff;
}
#bottomNav .box .row:last-child {
	border-bottom: 0;
}
#bottomNav .box .row .head {
	display: flex;
	padding: calc(50 / 570 * 100%) 0 calc(23 / 570 * 100%) 0;
}
#bottomNav .box .row .head .icon {
	display: block;
	flex-shrink: 0;
	width: 5rem;
	height: 5rem;
	margin: 0 2rem 0 0;
}
#bottomNav .box .row .head .text {
	display: block;
	color: #81bd28;
	font-size: 3.0rem;
	line-height: 3.6rem;
	font-weight: 700;
	padding: 0.1em 0 0 0;
}
#bottomNav .box .row .cont {
}
#bottomNav .box .row .cont p {
	font-size: 2.6rem;
	line-height: 3.8rem;
	margin: 0 0 0.6em 0 !important;
}
#bottomNav .box .row .cont li {
	font-size: 2.6rem;
	line-height: 3.8rem;
	text-indent: -1em;
	margin: 0 0 0.8em 0;
	padding: 0 0 0 1em;
}
#bottomNav .box .row .cont li:before {
/* 	content: "●"; */
	margin: 0 0.2em 0 0;
}
#bottomNav .box .row .cont .noindent li {
	text-indent: 0;
	padding: 0px;
}
#bottomNav .box .row .cont .att li {
	font-size: 2.4rem;
	line-height: 3.6rem;
	text-indent: -1em;
	margin: 0 0 0.8em 0;
	padding: 0 0 0 1em;
}
#bottomNav .box .row:first-child .cont .att li {
	margin: 0.4em 0 0 0;
}
#bottomNav .box .row .cont .bold {
	font-weight: 700;
}
#bottomNav .box .row .cont .large {
	font-size: 3.0rem;
}
#bottomNav .box .row .cont .t_right {
	text-align: right;
}
#bottomNav .box .row .cont a {
	color: #0066cc;
	text-decoration: underline;
}
#bottomNav .box .step {
	width: calc(570 / 650 * 100%);
	text-align: left;
	margin: auto;
	padding: calc(54 / 650 * 100%) 0 calc(15 / 650 * 100%) 0;
}
#bottomNav .box .step:first-child {
	border-top: 1px solid #ffffff;
}
#bottomNav .box .step .text {
	font-size: 2.6rem;
	line-height: 3.6rem;
	letter-spacing: -0.08rem;
}
#bottomNav .box .step .text.middle {
	font-size: 2.8rem;
	line-height: 4rem;
	letter-spacing: 0;
}
#bottomNav .box .step .text.center {
	text-align: center;
}
#bottomNav .box .step .mb {
	margin-bottom: calc(55 / 650 * 100%);
}
#bottomNav .box .step .mb2 {
	margin-bottom: calc(69 / 650 * 100%);
}
#bottomNav .box .step .mb3 {
	margin-bottom: calc(29 / 650 * 100%);
}

/* term */
.term {
	width: calc(660 / 750 * 100%);
	margin: 0 auto;
}
.term .row .head {
	color: #ffffff;
	font-size: 3.4rem;
	font-weight: 700;
	text-align: center;
	background-color: #000000;
	margin: 0 0 0.9em 0;
	padding: 0.2em 0 0.3em 0;
	border-radius: 3px;
}
.term .row:nth-of-type(2) .head{
	margin: 0 0 0 0;
}
.term .row .head .text {
}
.term .row .cont {
	font-size: 3.6rem;
	text-align: center;
	margin: 0 0 1.9em 0;
}
.term .row .cont .period {
	display: inline-block;
	color: #ffffff;
	font-size: 3.6rem;
	line-height: 4.2rem;
	letter-spacing: 0.08em;
	text-align: left;
}
.term .row .cont .bottles {
}

/* termBox */
.termBox .boxInner {
	overflow-x: hidden;
	overflow-y: auto;
	width: calc(678 / 750 * 100%);
	height: 500px;
	color: #000000;
	background-color: #ffffff;
	margin: 0 auto calc(50 / 750 * 100%) auto;
	padding: calc(23 / 750 * 100%) calc(20 / 750 * 100%);
	border: 2px solid #333333;
	border-radius: 8px;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}
.termBox .boxInner .intro {
	font-size: 2.2rem;
	line-height: 3.4rem;
	margin: 0 0 3em 0;
}
.termBox .boxInner p {
	font-size: 2.4rem;
	line-height: 3.4rem;
	margin: 0 0 0.5em 0;
}
.termBox .boxInner .row {
}
.termBox .boxInner .row .head {
	font-size: 3.0rem;
	font-weight: 500;
	text-align: center;
	margin: 0 0 0.5em 0;
	padding: 0.55em 0;
}
.termBox .boxInner .row .cont {
	margin: 0 0 1.5em 0;
}
.termBox .boxInner .row .head .text {
	padding: 0 0.7em;
}
.termBox .boxInner .row .cont {
	margin: 0 0 1.5em 0;
}
.termBox .boxInner .row .cont p {
	font-size: 2.4rem;
	line-height: 3.4rem;
	margin: 0 0 0.5em 0;
}
.termBox .boxInner .row .cont li {
	font-size: 2.4rem;
	line-height: 3.4rem;
	text-indent: -1em;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 1em;
}
.termBox .boxInner .row .cont .bold {
	font-weight: 700;
}
.termBox .boxInner .row .cont .large {
	font-size: 3.0rem;
}
.termBox .boxInner .row .cont .t_right {
	text-align: right;
}
.termBox .boxInner .row .cont a {
	color: #0066cc;
	text-decoration: underline;
}

/* historyBox */
.historyBox .boxInner {
	overflow-x: hidden;
	overflow-y: auto;
	width: calc(678 / 750 * 100%);
	height: 500px;
	min-height: 75vh;
	color: #000000;
	background-color: #ffffff;
	margin: 0 auto calc(60 / 750 * 100%) auto;
	padding: calc(22 / 750 * 100%) calc(49 / 750 * 100%);
	border: 2px solid #333333;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}
.historyBox .boxInner .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: calc(20 / 580 * 100%) 0;
	border-bottom: 1px solid #000000;
}
.historyBox .boxInner .row.block {
	display: block;
}
.historyBox .boxInner .row .link {
	flex-basis: calc(185 / 580 * 100%);
}
.historyBox .boxInner .row .wrap {
	flex-basis: calc(355 / 580 * 100%);
}
.historyBox .boxInner .row .date {
	color: #439555;
	font-size: 2.9rem;
	line-height: 4.3rem;
	font-weight: 700;
}
.historyBox .boxInner .row .text {
	font-size: 2.9rem;
	line-height: 4.3rem;
}
.historyBox .boxInner .nodata {
	font-size: 2.9rem;
	line-height: 4.3rem;
	padding: 0.6em 0;
}

/* accordionBlock */
.accordionBlock {
}
.accordionBlock .accordion .accordionTrigger {
	position: relative;
	z-index: 10;
}
.accordionBlock .accordion .accordionTrigger .open {
	display: none;
}
.accordionBlock .accordion.open .accordionTrigger .close {
	display: none;
}
.accordionBlock .accordion.open .accordionTrigger .open {
	display: block;
}
.accordionBlock .box {
	position: relative;
	color: #ffffff;
	background-color: #000000;
	margin: 0 0 2.2rem 0;
	padding: 2.2rem 0 calc(60 / 650 * 100%) 0;
	transform: translateY(-2.2rem);
}
.accordionBlock .box:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	height: 2.2rem;
	background-color: #000000;
	margin: -1px 0 0 0;
	clip-path: polygon(0% 0%, 100% 0%, 100% 2px, calc(100% - 2.2rem) 100%, 2.2rem 100%, 0% 2px);
}
.accordionBlock .box .row {
	width: calc(570 / 650 * 100%);
	text-align: left;
	margin: auto;
	padding: 0 0 calc(20 / 650 * 100%) 0;
	border-bottom: 1px solid #81bd28;
}
.accordionBlock .box .row:first-child {
	border-top: 1px solid #ffffff;
}
.accordionBlock .box .row:last-child {
	border-bottom: 0;
}
.accordionBlock .box .row .head {
	display: flex;
	padding: calc(50 / 570 * 100%) 0 calc(23 / 570 * 100%) 0;
}
.accordionBlock .box .row .head .icon {
	display: block;
	flex-shrink: 0;
	width: 5rem;
	height: 5rem;
	margin: 0 2rem 0 0;
}
.accordionBlock .box .row .head .text {
	display: block;
	color: #81bd28;
	font-size: 3.0rem;
	line-height: 3.6rem;
	font-weight: 700;
	padding: 0.1em 0 0 0;
}
.accordionBlock .box .row .cont {
}
.accordionBlock .box .row .cont p {
	font-size: 2.6rem;
	line-height: 3.8rem;
	margin: 0 0 0.6em 0 !important;
}
.accordionBlock .box .row .cont li {
	font-size: 2.6rem;
	line-height: 3.8rem;
	text-indent: -1em;
	margin: 0 0 0.4em 0;
	padding: 0 0 0 1em;
}
.accordionBlock .box .row .cont li:before {
/* 	content: "●"; */
	margin: 0 0.2em 0 0;
}
.accordionBlock .box .row .cont .noindent li {
	text-indent: 0;
	padding: 0px;
}
.accordionBlock .box .row .cont li.note {
	font-size: 2.4rem;
	line-height: 3.6rem;
	text-indent: -1em;
	margin: 0 0 0.4em 0;
	padding: 0 0 0 1em;
}
.accordionBlock .box .row:first-child .cont li.note {
	margin: 0.4em 0 0 0;
}
.accordionBlock .box .row .cont .bold {
	font-weight: 700;
}
.accordionBlock .box .row .cont .large {
	font-size: 3.0rem;
}
.accordionBlock .box .row .cont .t_right {
	text-align: right;
}
.accordionBlock .box .row .cont a {
	color: #0066cc;
	text-decoration: underline;
}
.accordionBlock .box .step {
	width: calc(570 / 650 * 100%);
	text-align: left;
	margin: auto;
	padding: calc(54 / 650 * 100%) 0 calc(15 / 650 * 100%) 0;
}
.accordionBlock .box .step:first-child {
	border-top: 1px solid #ffffff;
}
.accordionBlock .box .step .text {
	font-size: 2.6rem;
	line-height: 3.6rem;
	letter-spacing: -0.08rem;
	margin-top:0 !important;
}
.accordionBlock .box .step .text.middle {
	font-size: 2.8rem;
	line-height: 4rem;
	letter-spacing: 0;
}
.accordionBlock .box .step .text.center {
	text-align: center;
}
.accordionBlock .box .step .mb {
	margin-bottom: calc(55 / 650 * 100%);
}
.accordionBlock .box .step .mb2 {
	margin-bottom: calc(69 / 650 * 100%);
}
.accordionBlock .box .step .mb3 {
	margin-bottom: calc(29 / 650 * 100%);
}

/* pointGetHistoryArea */
#pointGetHistoryArea .buttonArea {
	width: calc(660 / 750 * 100%);
	margin: 0 auto;
	padding: 0 0 calc(105 / 750 * 100%) 0;
}

/* pointExchangeHistoryArea */
#pointExchangeHistoryArea .buttonArea {
	width: calc(660 / 750 * 100%);
	margin: 0 auto;
	padding: 0 0 calc(105 / 750 * 100%) 0;
}

/* campaignNews */
.campaignNews .pageTitle {
	width: calc(414 / 750 * 100%);
	margin: auto;
	padding: calc(102 / 750 * 100%) 0 calc(66 / 750 * 100%) 0;
}
.campaignNews .title {
	color: #ffffff;
	font-size: 4.2rem;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	padding: calc(3 / 750 * 100%) 0 calc(60 / 750 * 100%) 0;
}
.campaignNews .textWrap {
	padding: 0 0 calc(390 / 750 * 100%) 0;
}
.campaignNews .text {
	font-size: 3.0rem;
	line-height: 4.71rem;
	text-align: center;
	margin: 0 0 calc(30 / 750 * 100%) 0;
}
.campaignNews .text:last-child {
	margin: 0;
}
.campaignNews .note {
	font-size: 2.7rem;
	line-height: 4.71rem;
	text-align: center;
}
.campaignNews .buttonArea {
	margin: 0 auto;
	padding: 0 0 calc(131 / 750 * 100%) 0;
}

/* exchangeArea */
#exchangeArea .content {
}
#exchangeArea .title {
	padding: calc(51 / 750 * 100%) 0 calc(40 / 750 * 100%) 0;
}
#exchangeArea .prizeImage {
	width: calc(533 / 750 * 100%);
	margin: 0 auto calc(22 / 750 * 100%) auto;
}
#exchangeArea .formArea {
	text-align: center;
	padding: 0 0 calc(30 / 750 * 100%) 0;
}
#exchangeArea .formArea .selectPointArea .pointWrap {
	font-size: 3.38rem;
	font-weight: 500;
	margin: 0 0 calc(40 / 750 * 100%) 0;
	padding: calc(47 / 750 * 100%) 0 0 0;
}
#exchangeArea .formArea .selectPointArea .pointWrap .usePoints {
	color: #000000;
	font-weight: 500;
	padding: 0.1em 0.5em;
	border-radius: 10px;
	outline: none;
}
#exchangeArea .formArea .selectPointArea .invalidText {
	display: none;
	color: #ff0000;
	font-size: 5.6rem;
	padding: 1.0em 0;
}
#exchangeArea .formArea .selectPointArea .text {
	width: calc(570 / 750 * 100%);
	color: #ffffff;
	font-size: 3.8rem;
	letter-spacing: 0.05em;
	margin: 0 auto calc(48 / 750 * 100%) auto;
	padding: 0.73em 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#exchangeArea .formArea .selectPointArea .text #selectedValue {
	display: inline-block;
	font-size: 4.8rem;
	margin: 0 0 0 0.8em;
}
#exchangeArea .formArea .selectPointArea.invalid .pointWrap {
	display: none;
}
#exchangeArea .formArea .selectPointArea.invalid .invalidText {
	display: block;
}
#exchangeArea .formArea .checkArea {
	font-size: 3.2rem;
}
#exchangeArea .formArea .checkArea input[type="checkbox"]:checked {
	background-color: #ffffff;
}
#exchangeArea .formArea .checkArea input[type="checkbox"]:checked:before {
	border-bottom-color: #05974e;
	border-right-color: #05974e;
}
#exchangeArea .formArea .attention {
	width: calc(678 / 750 * 100%);
	color: #ff0000;
	background-color: #f9e1e1;
	text-align: left;
	margin: 0 auto calc(60 / 750 * 100%) auto;
	padding: 1em 0.5em 1em 1em;
	border: 2px solid #ff0000;
	border-radius: 5px;
	box-sizing: border-box;
}
#exchangeArea .formArea .attention p {
	font-size: 2.4rem;
	line-height: 3.74rem;
	letter-spacing: -0.07em;
	font-weight: 500;
	text-indent: -1em;
	padding: 0 0 0 1em;
}
#exchangeArea .formArea .buttonArea {
	width: calc(660 / 750 * 100%);
	margin: auto;
}
#exchangeArea #applicationTermArea .termTitle {
	font-size: 6.0rem;
	text-align: center;
	padding: calc(120 / 750 * 100%) 0 calc(70 / 750 * 100%) 0;
}
#exchangeArea .backButtonArea {
	width: calc(660 / 750 * 100%);
	margin: 0 auto;
	padding: 0 0 calc(70 / 750 * 100%) 0;
}

/* successArea */
#successArea {
}
#successArea .content {
	padding: calc(112 / 750 * 100%) 0 0 0;
	box-sizing: border-box;
}
#successArea .title {
	margin: 0 0 calc(35 / 750 * 100%) 0;
}
#successArea .success {
	width: calc(570 / 750 * 100%);
	color: #ffffff;
	font-size: 4.4rem;
	line-height: 6rem;
	letter-spacing: 0.05em;
	font-weight: 700;
	text-align: center;
	margin: 0 auto calc(40 / 750 * 100%) auto;
	padding: 0.4em 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#successArea .noteWrap {
	width: calc(667 / 750 * 100%);
	margin: 0 auto calc(53 / 750 * 100%) auto;
}
#successArea .guide {
	font-size: 2.7rem;
	line-height: 4.6rem;
	text-align: center;
	margin: 0 0 calc(20 / 750 * 100%) 0;
}
#successArea .note {
	font-size: 2.7rem;
	line-height: 4.6rem;
	text-indent: -1em;
	padding-left: 1em;
}
#successArea .buttonArea {
	width: calc(660 / 750 * 100%);
	margin: 0 auto;
	padding: 0 0 calc(105 / 750 * 100%) 0;
}
@media (orientation: landscape) {
	#successArea .buttonArea {
		position: static;
	}
}

/* pointGetArea */
#pointGetArea .wrap {
}
#pointGetArea .title {
}
#pointGetArea .text {
	font-size: 2.8rem;
	line-height: 4.8rem;
	text-align: center;
	padding: 0 0 calc(125 / 750 * 100%) 0;
}
#pointGetArea .buttonArea {
}

/* mileageTermArea */
#mileageTermArea .formArea .checkArea input[type="checkbox"]:checked {
	background-color: #ffffff;
}
#mileageTermArea .formArea .checkArea input[type="checkbox"]:checked:before {
	border-bottom-color: #05974e;
	border-right-color: #05974e;
}
#mileageTermArea .buttonArea {
	width: calc(660 / 750 * 100%);
	margin: 0 auto;
	padding: 0 0 calc(30 / 750 * 100%) 0;
}
#mileageTermArea .buttonArea.bottom {
	padding: 0 0 calc(60 / 750 * 100%) 0;
}
#mileageTermArea .buttonArea p {
	margin-top: calc(50 / 660 * 100%);
}
#mileageTermArea .buttonArea p:first-child {
	margin-top: 0;
}
#mileageTermArea .cantloginArea {
	width: calc(660 / 750 * 100%);
	margin: auto;
	padding: 0 0 calc(60 / 750 * 100%) 0;
}
#mileageTermArea .cantloginArea a {
	color: #fff900;
	text-decoration: underline;
	text-underline-offset: 3px;
}
#mileageTermArea .cantloginArea .box {
	padding-bottom: 0;
}
#mileageTermArea .cantloginArea .box .content {
	width: calc(594 / 660 * 100%);
	font-size: 2.6rem;
	line-height: 3.6rem;
	text-align: center;
	margin: auto;
}
#mileageTermArea .cantloginArea .box .block {
	width: calc(574 / 650 * 100%);
	text-align: center;
	margin: auto;
	padding: calc(39 / 594 * 100%) 0;
	border-top: 2px solid #ffffff;
}
#mileageTermArea .cantloginArea .box .block p {
	font-size: 2.6rem;
	line-height: 3.6rem;
}
#mileageTermArea .cantloginArea .box .block .secret {
	display: flex;
	align-items: center;
}
#mileageTermArea .cantloginArea .box .block .secret .image {
	flex-basis: calc(114 / 594 * 100%);
	margin: 0 calc(53 / 594 * 100%);
}
#mileageTermArea .cantloginArea .box .block .secret .text {
	flex-basis: calc(364 / 594 * 100%);
	font-size: 2.3rem;
	line-height: 3.6rem;
	text-align: left;
}
#mileageTermArea .cantloginArea .box .block .buttonArea {
	width: 100%;
	margin: 0;
	padding: calc(27 / 594 * 100%) 0 calc(18 / 594 * 100%) 0;
}
#mileageTermArea .cantloginArea .box .block .buttonArea .button {
	display: block;
	width: 100%;
	color: #000000;
	font-size: 2.9rem;
	line-height: 2.9rem;
	font-weight: 500;
	text-decoration: none;
	background-color: #ffffff;
	padding: calc(35 / 594 * 100%) 0;
}
#mileageTermArea .cantloginArea .box .block .note {
	font-size: 2.4rem;
	line-height: 3.6rem;
	padding: 0 0 calc(10 / 594 * 100%) 0;
}
#mileageTermArea .cantloginArea .noteWrap {
	padding: calc(33 / 594 * 100%) 0 0 0;
}
#mileageTermArea .cantloginArea .noteWrap .note {
	font-size: 2.6rem;
	line-height: 3.6rem;
}

/* errorArea */
#errorArea {
}
#errorArea .content {
}
#errorArea .icon {
	width: calc(485 / 750 * 100%);
	margin: 0 auto calc(105 / 750 * 100%) auto;
}
#errorArea .errorTitle {
	width: calc(425 / 750 * 100%);
	text-align: center;
	margin: 0 auto calc(57 / 750 * 100%) auto;
}
#errorArea .errorText {
	font-size: 2.8rem;
	line-height: 4.8rem;
	letter-spacing: 0.03em;
	text-align: center;
	margin: 0 0 calc(145 / 750 * 100%) 0;
}
#errorArea .errorText.large {
	font-size: 4.8rem;
	margin: 0 0 calc(30 / 750 * 100%) 0;
}
#errorArea .buttonArea {
}
@media (orientation: landscape) {
	#errorArea .textWrap {
		padding: calc(100 / 750 * 100%) 0 0 0;
	}
}
@media screen and (min-width: 769px) {
	#errorArea .textWrap {
		padding: 0;
	}
	#errorArea .pageTitle {
		width: 466px;
		margin: 0 auto;
	}
	#errorArea .errorText {
		font-weight: 500;
		margin: 0 0 78px 0;
	}
}

/* guidanceArea */
#guidanceArea .content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	min-height: 100vh;
	min-height: 100lvh;
	text-align: center;
	box-sizing: border-box;
}
#guidanceArea .guidanceTitle {
	font-size: 7.0rem;
	line-height: 10.0rem;
	font-weight: 500;
	letter-spacing: -0.03em;
	padding: 0 calc(60 / 750 * 100%);
	margin: 0 0 calc(80 / 750 * 100%) 0;
}
#guidanceArea .guidanceText {
	font-size: 4.8rem;
	line-height: 8.0rem;
	font-weight: 500;
	letter-spacing: -0.03em;
	margin: 0 0 calc(500 / 750 * 100%) 0;
	padding: 0 calc(60 / 750 * 100%);
}
#guidanceArea .guidanceText ul li {
	margin-bottom: calc(60 / 750 * 100%);
}
@media (orientation: landscape) {
	#guidanceArea .textWrap {
		padding: calc(100 / 750 * 100%) 0 0 0;
	}
}

/* errorQRArea */
#errorQRArea {
}
#errorQRArea .content {
	min-height: 100vh;
	min-height: 100lvh;
}
#errorQRArea .textWrap {
	padding: calc(108 / 660 * 100%) 0 calc(300 / 660 * 100%) 0;
}
#errorQRArea.QRArea .content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	min-height: 100vh;
	min-height: 100lvh;
	box-sizing: border-box;
}
#errorQRArea.QRArea .textWrap {
	padding: 0;
}
#errorQRArea .qr {
	width: calc(364 / 1130 * 100%);
	margin: 0 auto calc(130 / 660 * 100%) auto;
}
#errorQRArea .errorText {
	text-align: center;
	font-size: 5.3rem;
	line-height: 8.6rem;
	margin: 0 0 calc(100 / 660 * 100%) 0;
}
#errorQRArea .annotation {
	text-align: center;
}
#errorQRArea .annotation .annotationTitle {
	font-size: 5.0rem;
	line-height: 8.6rem;
	margin: 0 0 2.4em 0;
	padding: 1.4em 0 1.6em 0;
	border-top: 4px solid #c0a136;
	border-bottom: 4px solid #c0a136;
}
#errorQRArea .annotation .annotationText {
	font-size: 4.5rem;
	line-height: 7.5rem;
	margin: 0 0 2.1em 0;
}
#errorQRArea .buttonArea {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: calc(660 / 750 * 100%);
	margin: 0 auto;
	padding: 0 0 calc(105 / 750 * 100%) 0;
}
@media screen and (min-width: 960px) {
	#errorQRArea .content {
		width: calc(1100 / 1280 * 100%);
		max-width: 1100px;
	}
	#errorQRArea .textWrap {
		padding: calc(50 / 1100 * 100%) 0 calc(100 / 1100 * 100%) 0;
	}
	#errorQRArea .qr {
		width: calc(364 / 1130 * 100%);
		max-width: 182px;
		margin: 0 auto calc(40 / 1100 * 100%) auto;
	}
	#errorQRArea .errorText {
		font-size: 5.3rem;
		line-height: 10.0rem;
		text-align: center;
		margin: 0 0 calc(30 / 1100 * 100%) 0;
	}
	#errorQRArea .annotation {
		padding: calc(49 / 1100 * 100%) calc(59 / 1100 * 100%);
	}
	#errorQRArea .annotation .annotationTitle {
		font-size: 6.6rem;
		line-height: 11rem;
		margin: 0 0 2em 0;
	}
	#errorQRArea .annotation .annotationText {
		font-size: 5.3rem;
		line-height: 8rem;
		text-align: center;
		margin: 0 0 2.1em 0;
	}
	#errorQRArea .annotation .button {
		max-width: 380px;
		font-size: 6.0rem;
		margin: auto;
		padding: 1.3em 0;
	}
}

/* modalContentWrap */
.modalContentWrap {
	opacity: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100000;
	min-height: 100vh;
	min-height: 100lvh;
	color: #ffffff;
	transform: translateY(200vh);
/*	transition: opacity 0.2s ease-out; */
}
.modalContentWrap.open {
	opacity: 1;
	transform: translateY(0);
}
.modalContentWrap .bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 1);
}
.modalContentWrap .modalContent {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
}
.modalContentWrap .modalContent .inner {
	position: relative;
	width: 100%;
	max-width: 750px;
	margin: auto;
}
.modalContentWrap .modalContent .action {
}
.modalContentWrap .modalContent .action .back img,
.modalContentWrap .modalContent .action .logo img,
.modalContentWrap .modalContent .action .point img {
	opacity: 0;
	position: absolute;
	top: -50vh;
	bottom: -50vh;
	left: 0;
	right: 0;
	z-index: 1;
	margin: auto;
	transform: scale(0);
}
.modalContentWrap .modalContent .action .logo img {
	z-index: 2;
}
.modalContentWrap .modalContent .action .point img {
	z-index: 3;
	transform: translateY(15px);
}
.modalContentWrap.open .modalContent .action .back img {
	animation: 0.3s ease-out 0.2s logoAction forwards;
}
.modalContentWrap.open .modalContent .action .logo img {
	animation: 0.3s ease-out 0.4s logoAction forwards;
}
.modalContentWrap.open .modalContent .action .point img {
	animation: 0.3s ease-out 0.9s pointAction forwards;
}
@keyframes logoAction {
  0%   { transform: scale(0.7); opacity: 0; }
  50%  { opacity: 1; }
  68%  { transform: scale(1.1); opacity: 1; }
  76%  { transform: scale(0.92); opacity: 1; }
  84%  { transform: scale(1.05); opacity: 1; }
  92%  { transform: scale(0.97); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}
@keyframes pointAction {
  0%   { transform: translateY(15px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1;}
}
.modalContentWrap .modalContent .action .start {
	font-size: 7rem;
	line-height: 9rem;
	font-weight: 700;
	text-align: center;
}
.modalContentWrap .modalContent .action .start .small {
	font-size: 6.5rem;
}
.modalContentWrap .modalContent .action .start .color {
	color: #FFF100;
}
.modalContentWrap .modalContent .movie {
	padding-top: 100vh;
	padding-top: 100dvh;
}
.modalContentWrap .modalContent .movie video {
	position: absolute;
	top: -50vh;
	bottom: -50vh;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	margin: auto;
}
.modalContentWrap .modalContent.frame {
	color: #ffffff;
	border: 2px solid #ffffff;
}
.modalContentWrap .modalContent.frame .title {
	font-size: 5.0rem;
	line-height: 5.5rem;
	font-weight: 700;
	text-align: center;
	margin: 0 0 calc(25 / 750 * 100%) 0;
}
.modalContentWrap .modalContent.frame .total {
	font-size: 5.4rem;
	line-height: 5.5rem;
	font-weight: 700;
	text-align: center;
	margin: 0 0 calc(25 / 750 * 100%) 0;
}
.modalContentWrap .modalContent.frame .total .num {
	font-size: 9.5rem;
	line-height: 11rem;
}
.modalContentWrap .modalContent.frame .total .unit {
	font-size: 7.5rem;
	line-height: 11rem;
}
.modalContentWrap .modalContent.frame .detail {
	width: calc(574 / 750 * 100%);
	margin: auto;
	padding: calc(50 / 750* 100%) 0 calc(30 / 750* 100%) 0;
	border-top: 1px solid #ffffff;
}
.modalContentWrap .modalContent.frame .detail .row {
	display: flex;
	justify-content: space-between;
}
.modalContentWrap .modalContent.frame .detail .row .name {
	font-size: 3.6rem;
	line-height: 5.5rem;
}
.modalContentWrap .modalContent.frame .detail .row .value {
	font-size: 4.5rem;
	line-height: 6.0rem;
	font-weight: 700;
}
.modalContentWrap .modalContent.frame .detail .row .value .num {
	display: inline-block;
	font-size: 6.0rem;
	line-height: 6.0rem;
	font-weight: 700;
	margin: 0 0.1em 0 0;
}
.modalContentWrap .modalContent.frame .buttonArea {
	width: calc(284 / 750 * 100%);
	margin: auto;
	padding: calc(100 / 750* 100%) 0 0 0;
}
.modalContentWrap.close .bg {
	display: none;
}
.modalContentWrap.open {
	opacity: 1;
	transform: translateY(0);
}

/* soundArea */
#soundArea {
	display: none;
}

/* ステータスバー透過防止 */
.for-status-bars {
	position: fixed;
	top: 0;
	pointer-events: none;
	height: 5px;
	width: 100%;
	background-color: #000;
	mix-blend-mode: lighten;
}

/* タブバー透過防止 */
.for-tab-bars {
	position: fixed;
	bottom: 0;
	pointer-events: none;
	height: 5px;
	width: 100%;
	background-color: #000;
	mix-blend-mode: lighten;
}
