@charset "UTF-8";
html {
  font-size: 10px;
}

body, td, th, input, textarea {
  color: #000000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

body {
  margin: 0;
  overflow-wrap: break-word;
}

.wrap {
  width: calc(100% - 30px);
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #000;
}
a:link, a:visited, a:active {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
  opacity: 0.8;
  text-decoration: none;
  /*
  	filter: alpha(opacity=80);
  	-ms-filter: "alpha(opacity=80)";
  	opacity: .80;
  */
}
a:hover img {
  text-decoration: none;
  color: #000;
  /*
  	filter: alpha(opacity=80);
  	-ms-filter: "alpha(opacity=80)";
  	opacity: .80;
  */
}

.img_hover:hover {
  /*
  	filter: alpha(opacity=80);
  	-ms-filter: "alpha(opacity=80)";
  	opacity: .80;
  */
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

/* clearfix (micro) */
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

/* For IE 6/7 only */
div, p {
  /*word-break: break-all;*/
}

h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, img, nav {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

em {
  font-style: normal;
}

figure {
  padding: 0;
  margin: 0;
}

#update2015_row h2.pageTitle {
  margin-bottom: 12px;
}

.loppi_link_fix {
  position: fixed;
  right: 0px;
  left: 0;
  bottom: 0px;
  z-index: 100;
}
.loppi_link_fix a {
  display: block;
  text-align: center;
  position: relative;
  /*
  		&:before, &:after {
  			content: "";
  			display: block;
  			width: 16px;
  			height: 4px;
  			background-color: #fff;
  			-moz-border-radius: 3px;
  			border-radius: 3px;
  			position: absolute;
  			top: 0;
  			bottom: 0;
  			margin: auto;
  			right: 20px;
  		}

  		&:before {
  			-webkit-transform: rotate(45deg);
  			-moz-transform: rotate(45deg);
  			-ms-transform: rotate(45deg);
  			transform: rotate(45deg);
  			top: -9px;
  		}

  		&:after {
  			-webkit-transform: rotate(-45deg);
  			-moz-transform: rotate(-45deg);
  			-ms-transform: rotate(-45deg);
  			transform: rotate(-45deg);
  			top: 9px;
  		}

  		img {
  			height: 60px;
  			padding-right: 80px;
  		}
  */
}
.loppi_link_fix a:hover, .loppi_link_fix a:visited {
  opacity: 1;
}

.swiper {
  position: relative;
  padding-bottom: 38px;
}
.swiper .swiper-slide a {
  display: block;
}
.swiper .swiper-slide img {
  width: 100%;
}
.swiper .swiper-pagination {
  bottom: 12px;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 0;
}
.swiper .swiper-pagination span {
  opacity: 1;
  background: #c0c0c0;
  width: 12px;
  height: 12px;
}
.swiper .swiper-pagination span + span {
  margin-left: 23.5px;
}
.swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #1e5bae;
}

.fix-nav {
  width: 100%;
  height: 53px;
  position: relative;
}
.fix-nav .sentinal {
  display: block;
  height: 53px;
  position: absolute;
  width: 100%;
  z-index: -1;
  bottom: 100%;
}
.fix-nav.fixed .wrap {
  position: fixed;
  max-width: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  justify-content: center;
  z-index: 100;
  width: 100%;
}
.fix-nav .wrap {
  width: 100%;
}
.fix-nav .inner {
  box-sizing: border-box;
  display: flex;
  gap: 2px;
  width: 100%;
  padding: 2px;
  background-color: #fff;
}
.fix-nav a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  gap: 3px;
  flex: 1 1 0%;
  /*
  		&:hover, &:visited {
  			color: #fff;
  		}

  		&:after {
  			content: "";
  			display: inline-block;
  			width: 6px;
  			height: 6px;
  			border-right: 2px solid #fff;
  			border-bottom: 2px solid #fff;
  			-webkit-transform: rotate(45deg);
  			-moz-transform: rotate(45deg);
  			-ms-transform: rotate(45deg);
  			transform: rotate(45deg);
  			position: absolute;
  			right: 15px;
  		}

  		&:nth-child(2n) {
  			border-left: 1px solid #fff;
  		}

  		&:nth-child(n+3) {
  			border-top: 1px solid #fff;
  		}

  		img {
  			width: 38px;
  			margin-right: 8px;
  		}
  */
}
.fix-nav a::after {
  content: "";
  width: 11px;
  height: 16px;
  background-color: #000;
  -webkit-mask: url("../../../../../service/loppi/toto/img/arrow_anchor.svg") no-repeat;
          mask: url("../../../../../service/loppi/toto/img/arrow_anchor.svg") no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.fix-nav a:nth-child(1) {
  background-color: #e80000;
}
.fix-nav a:nth-child(2) {
  background-color: #ffd900;
}
.fix-nav a:nth-child(3) {
  background-color: #daebf0;
}
.fix-nav a svg {
  width: 100px;
}

.sec .sec-ttl {
  font-size: 27px;
  font-weight: bold;
  text-align: center;
}

.definition {
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid #6bb6ee;
  background-color: #6bb6ee;
}
.definition dt {
  color: #fff;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.definition dd {
  background-color: #fff;
  padding: 25px 5px;
}

.winning {
  background: url(../../../../../service/loppi/toto/img/winning_bg_sp.png) repeat-y top center, #e61010;
  background-size: 100%;
  padding: 38px 0 55px;
}
.winning .sec-ttl img {
  width: 86.58854vw;
}
.winning .winning-text {
  text-align: center;
}
.winning .winning-text p {
  color: #fff;
  font-size: 18px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 8px 0;
  margin: 21px 0 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
}
.winning .winning-text p em {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-weight: bold;
  font-size: 25px;
}
.winning .winning-text ul li {
  font-size: 12px;
  color: #fff;
}
.winning .winning-list_note {
  color: #fff;
  font-size: 12px;
  margin-top: 2.08333vw;
}
.winning .overview {
  margin: 25px 0 19px;
}
.winning .overview ul {
  display: flex;
  justify-content: space-between;
}
.winning .overview ul li {
  width: calc((100% - 15px) / 2);
  border-radius: 14px;
  border: 2px solid;
  background-color: #fff;
  padding: 4.6875vw 2.60417vw;
  box-sizing: border-box;
  border-color: #000;
  box-shadow: 2px 3px 0px 0px #000;
}
.winning .overview ul li figcaption span {
  color: #000;
}
.winning .overview ul li figure {
  text-align: center;
  white-space: nowrap;
}
.winning .overview ul li figure img {
  width: 28.125vw;
}
.winning .overview ul li figure figcaption {
  font-size: 3.90625vw;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  font-weight: bold;
  margin-top: 2.60417vw;
}
.winning .overview ul li figure figcaption strong {
  font-size: 4.6875vw;
  vertical-align: -0.05em;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.winning .overview ul li figure figcaption .prize {
  font-size: 4.42708vw;
  line-height: 1;
}
.winning .overview ul li figure figcaption .prize span {
  font-size: 3.90625vw;
}
.winning .overview ul li figure figcaption .prize strong {
  font-size: 6.51042vw;
  vertical-align: -0.05em;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.winning .overview ul li figure figcaption .prize small {
  font-size: 2.60417vw;
  vertical-align: text-top;
}
.winning .overview ul li .total {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3.90625vw auto 0 -3.90625vw;
  height: 17.1875vw;
}
.winning .overview ul li .total p {
  writing-mode: vertical-rl;
  font-size: 3.90625vw;
  font-weight: bold;
  letter-spacing: 0.11em;
  white-space: nowrap;
  margin-right: 2.21354vw;
  line-height: 1;
}
.winning .overview ul li .total ul {
  position: relative;
  display: flex;
  justify-content: center;
}
.winning .overview ul li .total ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.58854vw;
  height: 17.1875vw;
  background: -moz- oldlinear-gradient(#e80000 50%, #d20402 50%);
  background: linear-gradient(#e80000 50%, #d20402 50%);
  border: none;
  border-radius: unset;
  box-shadow: none;
  color: #fff;
  font-size: 13.54167vw;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-right: 1.30208vw;
}
.winning .overview ul li .total ul ::before {
  position: absolute;
  right: -5.85938vw;
  bottom: 3.90625vw;
  line-height: 1;
  content: "本";
  color: #000;
  font-size: 5.72917vw;
  font-weight: bold;
}
.winning .overview ul li:last-child .total ul li {
  background: -moz- oldlinear-gradient(#c09b01 50%, #af8e03 50%);
  background: linear-gradient(#c09b01 50%, #af8e03 50%);
}
.winning .recently {
  margin-top: 19px;
  text-align: center;
  overflow: hidden;
  border-radius: 14px;
  border: 2px solid;
  background-color: #fff;
  position: relative;
}
.winning .recently p.recently_big {
  position: absolute;
  top: 5.20833vw;
  left: 1.30208vw;
}
.winning .recently p.recently_big img {
  width: 21.22396vw;
}
.winning .recently h3 {
  text-align: center;
  font-size: 2rem;
  padding: 10px 0;
  line-height: 1;
  background-color: #000;
  color: #fff;
}
.winning .recently table {
  display: flex;
  justify-content: center;
  text-align: left;
  font-weight: bold;
  margin: 3.90625vw auto 3.90625vw 16.40625vw;
}
.winning .recently table tr td {
  font-size: 3.64583vw;
  white-space: nowrap;
  padding-bottom: 0.5em;
}
.winning .recently table tr td span {
  line-height: 1.2em;
  margin-right: 0.39062vw;
  display: inline-block;
  text-align: center;
  width: 4.81771vw;
  height: 7.16146vw;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 6.51042vw;
  color: #fff;
  background: -moz- oldlinear-gradient(#c09b01 50%, #af8e03 50%);
  background: linear-gradient(#c09b01 50%, #af8e03 50%);
}
.winning .recently table tr td:nth-child(2) {
  width: calc(100% - 7em);
}

/*
.buy {
	padding: 38px 0px 44px;

	&#payment {
		padding: 38px 0px 0;
	}

	.sec-ttl {
		vertical-align: middle;

		img {
			width: 50px;
		}

		span {
			&.brand {
				display: block;
				margin-bottom: 10px;
			}

			&.big, &.toto {
				display: inline;
				font-family: 'Roboto', sans-serif;
				font-weight: bold;
				font-size: 28px;
				margin-left: 8px;
				line-height: 28px;
				letter-spacing: 1px;
			}

			&.big {
				color: #c12828;

				+ img {
					margin-left: 17px;
				}
			}

			&.toto {
				color: #f3b202;
			}
		}
	}
}

.buy__item {
	.operation {
		margin-top: 30px;

		ul {
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;

			li {
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				position: relative;
				-webkit-box-flex: 1;
				-moz-box-flex: 1;
				-ms-flex: 1;
				flex: 1;
				width: -webkit-calc((100% - 30px) / 3);
				width: -moz-calc((100% - 30px) / 3);
				width: calc((100% - 30px) / 3);

				+ li {
					margin-left: 15px;

					&:before {
						content: "";
						display: block;
						width: 7px;
						height: 12px;
						background: url(../../../../../service/loppi/toto/img/buy_arrow.svg) no-repeat left top;
						-moz-background-size: contain;
						background-size: contain;
						position: absolute;
						left: -9px;
						margin: auto;
						top: 0px;
						bottom: -70px;
					}
				}

				> span {
					position: absolute;
					-moz-border-radius: 50%;
					border-radius: 50%;
					border: 2px solid #256cb9;
					color: #256cb9;
					background-color: #fff;
					width: 29.5px;
					height: 29.5px;
					display: -webkit-box;
					display: -moz-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					-moz-box-align: center;
					-ms-flex-align: center;
					align-items: center;
					-webkit-box-pack: center;
					-moz-box-pack: center;
					-ms-flex-pack: center;
					justify-content: center;
					top: -16px;
					left: 0;
					right: 0;
					margin: auto;
					font-size: 18px;
					font-family: 'Roboto', sans-serif;
					font-weight: bold;
				}

				.operation-item {
					overflow: hidden;
					border: 2px solid #256cb9;
					background-color: #256cb9;
					-moz-border-radius: 12px;
					border-radius: 12px;
					height: 100%;
					width: 100%;
				}

				p {
					color: #fff;
					font-size: 14px;
					display: -webkit-box;
					display: -moz-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					-moz-box-align: center;
					-ms-flex-align: center;
					align-items: center;
					-webkit-box-pack: center;
					-moz-box-pack: center;
					-ms-flex-pack: center;
					justify-content: center;
					padding: 24px 0 13px;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
					text-align: center;
					letter-spacing: -0.5px;
					white-space: nowrap;
				}

				figure {
					display: -webkit-box;
					display: -moz-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: end;
					-moz-box-align: end;
					-ms-flex-align: end;
					align-items: flex-end;
					-webkit-box-pack: center;
					-moz-box-pack: center;
					-ms-flex-pack: center;
					justify-content: center;
					padding: 0;
					margin: 0;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
					background: #fff;

					img {
						width: 100%;
						margin-bottom: -4px;
					}
				}
			}
		}
	}

	.link-loppi {
		text-align: center;
		margin-top: 48px;

		p {
			color: #f89508;
			font-size: 18px;
			font-weight: bold;
			position: relative;

			&:before, &:after {
				content: "";
				display: inline-block;
				width: 2px;
				height: 24px;
				-moz-border-radius: 2px;
				border-radius: 2px;
				background-color: #f89508;
				position: absolute;
				left: 50%;
				top: 6px;
			}

			&:before {
				-webkit-transform: rotate(-32deg);
				-moz-transform: rotate(-32deg);
				-ms-transform: rotate(-32deg);
				transform: rotate(-32deg);
				margin-left: -78px;
			}

			&:after {
				-webkit-transform: rotate(32deg);
				-moz-transform: rotate(32deg);
				-ms-transform: rotate(32deg);
				transform: rotate(32deg);
				margin-left: 70px;
			}

			span {
				font-family: 'Roboto', sans-serif;
				font-weight: bold;
				font-size: 30px;
				color: #fff;
				text-shadow: 1px 1px 0 #f89508,-1px 1px 0 #f89508,1px -1px 0 #f89508,-1px -1px 0 #f89508;
				margin: 0px 5px;
			}
		}

		a {
			height: 64px;
			width: 100%;
			background-color: #f89508;
			-moz-border-radius: 30px;
			border-radius: 30px;
			font-size: 22px;
			font-weight: bold;
			text-align: center;
			margin-top: 14px;
			color: #fff;
			display: -webkit-inline-box;
			display: -moz-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
			-webkit-box-pack: center;
			-moz-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-moz-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-moz-box-shadow: 3px 5px 0px 0px #d47e04;
			box-shadow: 3px 5px 0px 0px #d47e04;
			position: relative;

			&:before, &:after {
				position: absolute;
				content: "";
				display: block;
				width: 14px;
				height: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;
				background-color: #fff;
				top: 27px;
				right: 22px;
			}

			&:before {
				-webkit-transform: rotate(45deg);
				-moz-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
			}

			&:after {
				-webkit-transform: rotate(-45deg);
				-moz-transform: rotate(-45deg);
				-ms-transform: rotate(-45deg);
				transform: rotate(-45deg);
				top: 35px;
			}

			img {
				width: 72.5px;
			}
		}
	}

	.sales-hours {
		margin-top: 43px;

		.definition dd {
			font-size: 21.5px;
			font-weight: bold;
			text-align: center;

			em {
				font-size: 36px;
				font-family: 'Roboto', sans-serif;
				font-weight: bold;
				line-height: 1;
			}
		}

		.note {
			font-size: 16px;
			font-weight: bold;
			text-align: center;
			margin: 25px 0;
			letter-spacing: -0.5px;

			em {
				font-size: 24px;
				font-family: 'Roboto', sans-serif;
				font-weight: bold;
				line-height: 1;
			}
		}
	}

	.buy-attention p {
		color: #6b6b6b;
		font-size: 12px;
		margin-left: 1.5em;
		text-indent: -1.5em;
	}

	&.payment {
		.wrap {
			border-bottom: 1px solid #b5daf6;
			padding-bottom: 50px;
		}

		.sec-ttl .brand {
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-box-align: center;
			-moz-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-moz-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;

			img {
				margin-right: 8px;
			}
		}

		.large {
			font-size: 16px;
			font-weight: bold;
			text-align: center;
			margin-top: 20px;
			color: red;
		}

		.entry-code {
			margin-top: 25px;
			text-align: center;

			+ .entry-code {
				margin-top: 20px;
			}

			a {
				background-color: #6bb6ee;
				width: 100%;
				height: 58px;
				-moz-border-radius: 20px;
				border-radius: 20px;
				display: -webkit-inline-box;
				display: -moz-inline-box;
				display: -ms-inline-flexbox;
				display: inline-flex;
				-webkit-box-align: center;
				-moz-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: center;
				-moz-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				padding: 0 10px;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				position: relative;

				&:after {
					content: "";
					display: block;
					width: 8px;
					height: 8px;
					border-bottom: 2px solid #fff;
					border-right: 2px solid #fff;
					position: absolute;
					-webkit-transform: rotate(-45deg);
					-moz-transform: rotate(-45deg);
					-ms-transform: rotate(-45deg);
					transform: rotate(-45deg);
					right: 4.16667vw;
					top: 0;
					bottom: 0;
					margin: auto;
				}

				span {
					color: #fff;
					font-size: 18px;
					font-weight: bold;
					letter-spacing: 1px;
					line-height: 1.2;
				}
			}
		}

		.operation ul {
			display: block;

			li {
				width: 100%;
				margin-left: 0;
				margin-top: 50px;

				&:before {
					-webkit-transform: rotate(90deg);
					-moz-transform: rotate(90deg);
					-ms-transform: rotate(90deg);
					transform: rotate(90deg);
					top: -45px;
					bottom: auto;
					left: 0;
					right: 0;
					margin: auto;
					height: 24px;
					width: 14px;
				}

				p {
					min-height: 60px;
					padding: 18px 0;
					letter-spacing: 0.5px;
				}

				figure {
					padding: 18px 0;
					-webkit-box-orient: vertical;
					-webkit-box-direction: normal;
					-moz-box-orient: vertical;
					-moz-box-direction: normal;
					-ms-flex-direction: column;
					flex-direction: column;
					-webkit-box-align: center;
					-moz-box-align: center;
					-ms-flex-align: center;
					align-items: center;
					-webkit-box-pack: center;
					-moz-box-pack: center;
					-ms-flex-pack: center;
					justify-content: center;

					figcaption {
						padding: 0 1.5em;
					}

					.note {
						display: block;
						margin-left: 1em;
						text-indent: -1em;
						font-size: 12px;
						color: #6b6b6b;

						&:first-of-type {
							margin-top: 20px;
						}
					}

					img {
						max-height: 245px;
						width: auto;
					}
				}
			}
		}
	}
}
*/
.difference {
  background-color: #fef7e5;
  padding: 38px 0 0;
}
.difference .sec-ttl {
  line-height: 1.3;
}
.difference .sec-ttl span {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.difference .sec-ttl span.big {
  color: #c12828;
}
.difference .sec-ttl span.toto {
  color: #f3b202;
}
.difference .overview {
  margin: 23px 0px 55px;
}
.difference .overview ul {
  display: flex;
}
.difference .overview ul li {
  width: calc((100% - 15px) / 2);
  border-radius: 14px;
  border: 2px solid;
  background-color: #fff;
  padding: 12px 13px;
  box-sizing: border-box;
}
.difference .overview ul li + li {
  margin-left: 15px;
}
.difference .overview ul li.overview-big {
  border-color: #c12828;
  box-shadow: 2px 3px 0px 0px #c12828;
}
.difference .overview ul li.overview-big figcaption span {
  color: #c12828;
}
.difference .overview ul li.overview-big a {
  background-color: #c12828;
}
.difference .overview ul li.overview-toto {
  border-color: #f3b202;
  box-shadow: 2px 3px 0px 0px #f3b202;
}
.difference .overview ul li.overview-toto figcaption span {
  color: #f3b202;
}
.difference .overview ul li.overview-toto a {
  background-color: #f3b202;
}
.difference .overview ul li figure {
  text-align: center;
}
.difference .overview ul li figure img {
  width: 46.35417vw;
}
.difference .overview ul li figure figcaption {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 17px;
}
.difference .overview ul li figure figcaption p {
  white-space: nowrap;
  letter-spacing: -0.7px;
}
.difference .overview ul li a {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 287.5px;
  height: 45px;
  border-radius: 25px;
  font-size: 13px;
  line-height: 1.24;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
  padding-right: 7px;
  box-sizing: border-box;
  letter-spacing: -0.7px;
}
.difference .overview ul li a:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 12px;
  top: 18px;
}
.difference .overview .link-buy {
  text-align: center;
  margin-top: 48px;
}
.difference .overview .link-buy p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  color: #f89508;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.difference .overview .link-buy p:before, .difference .overview .link-buy p:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 24px;
  border-radius: 2px;
  background-color: #f89508;
}
.difference .overview .link-buy p:before {
  transform: rotate(-32deg);
}
.difference .overview .link-buy p:after {
  transform: rotate(32deg);
}
.difference .overview .link-buy p span {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  text-shadow: 1px 1px 0 #f89508, -1px 1px 0 #f89508, 1px -1px 0 #f89508, -1px -1px 0 #f89508;
  margin: 0px 5px;
}
.difference .overview .link-buy a {
  height: 64px;
  width: 100%;
  background-color: #f89508;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 14px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 3px 5px 0px 0px #d47e04;
  position: relative;
}
.difference .overview .link-buy a:before, .difference .overview .link-buy a:after {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
  top: 27px;
  right: 22px;
}
.difference .overview .link-buy a:before {
  transform: rotate(45deg);
}
.difference .overview .link-buy a:after {
  transform: rotate(-45deg);
  top: 35px;
}
.difference .lineup .lineup-big, .difference .lineup .lineup-toto, .difference .lineup .lineup-winner {
  padding: 40px 0 93px;
}
.difference .lineup .lineup-big {
  background-color: #c12828;
  background-image: -moz- oldrepeating-linear-gradient(135deg, #be2222, #be2222 7px, #c12828 0, #c12828 14px);
  background-image: repeating-linear-gradient(-45deg, #be2222, #be2222 7px, #c12828 0, #c12828 14px);
}
.difference .lineup .lineup-big .lineup-ttl-notes {
  margin-top: 0.5em;
  padding-left: calc(50% - 4.5em);
  color: #fff;
  font-size: 12px;
}
.difference .lineup .lineup-big .lineup-list figcaption .accent {
  color: #c12828;
}
.difference .lineup .lineup-big .lineup-list a {
  background-color: #c12828;
}
.difference .lineup .lineup-toto {
  background-color: #f3b202;
  background-image: -moz- oldrepeating-linear-gradient(135deg, #f2ac02, #f2ac02 7px, #f3b202 0, #f3b202 14px);
  background-image: repeating-linear-gradient(-45deg, #f2ac02, #f2ac02 7px, #f3b202 0, #f3b202 14px);
}
.difference .lineup .lineup-toto .lineup-list figcaption .accent {
  color: #ee7600;
}
.difference .lineup .lineup-toto .lineup-list a {
  background-color: #f3b202;
}
.difference .lineup .lineup-winner {
  background-color: #77b2ee;
  background-image: -moz- oldrepeating-linear-gradient(135deg, #77b2ee, #77b2ee 7px, #7eb6ef 0, #7eb6ef 14px);
  background-image: repeating-linear-gradient(-45deg, #77b2ee, #77b2ee 7px, #7eb6ef 0, #7eb6ef 14px);
}
.difference .lineup .lineup-winner .lineup-ttl img + img {
  height: 73px;
}
.difference .lineup .lineup-winner .lineup-text p:first-of-type {
  margin: 21px 0 15px;
}
.difference .lineup .lineup-winner .lineup-text span {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 8px;
  margin-left: 1em;
  text-indent: -1em;
}
.difference .lineup .lineup-winner .lineup-list li {
  text-align: center;
}
.difference .lineup .lineup-winner .lineup-list li p {
  line-height: 1.2;
}
.difference .lineup .lineup-winner .lineup-list li p.winner-title {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 16px;
}
.difference .lineup .lineup-winner .lineup-list li p.winner-title span {
  font-size: 14px;
  display: block;
}
.difference .lineup .lineup-winner .lineup-list li p.text {
  font-weight: bold;
  font-size: 16px;
}
.difference .lineup .lineup-winner .lineup-list li p.text span {
  font-weight: normal;
  font-size: 12px;
  color: #6b6b6b;
  display: block;
  margin-top: 10px;
}
.difference .lineup .lineup-winner .lineup-list li a + a {
  margin-top: 13px;
}
.difference .lineup .lineup-winner .lineup-list li a.soccer {
  background-color: #6bb6ee;
}
.difference .lineup .lineup-winner .lineup-list li a.basket {
  background-color: #3569d5;
}
.difference .lineup .lineup-ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.difference .lineup .lineup-ttl svg {
  width: 345px;
}
.difference .lineup .lineup-ttl img {
  height: 40px;
  width: auto;
}
.difference .lineup .lineup-ttl img + img {
  margin-top: 18px;
  height: 30px;
}
.difference .lineup .first-prize-amount {
  box-sizing: border-box;
  display: none;
  margin-top: 20px;
  width: 100%;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(90deg, rgb(248, 197, 15) 0%, rgb(255, 247, 153) 50%, rgb(248, 197, 15) 100%);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.25);
}
.difference .lineup .first-prize-amount.occurring {
  display: block;
}
.difference .lineup .first-prize-amount .carryover {
  display: none;
  color: #e80000;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
}
.difference .lineup .first-prize-amount .fpa-cnt {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.difference .lineup .first-prize-amount .fpa-cnt::before {
  content: "第";
}
.difference .lineup .first-prize-amount .fpa-cnt::after {
  content: "回　1等配当金総額";
}
.difference .lineup .first-prize-amount .fpa-date {
  display: flex;
  justify-content: center;
  gap: 1em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
.difference .lineup .first-prize-amount .fpa-date::before {
  content: "コンビニ販売終了日時";
}
.difference .lineup .first-prize-amount .fpa-panel {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  margin-top: 12px;
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money {
  position: relative;
  display: none;
  justify-content: flex-end;
  align-items: center;
  gap: 1px;
  padding: 6px;
  background-color: #fff;
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 40px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transform: translateY(-50%);
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money.view {
  display: flex;
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money.big01::before {
  background-image: url("../../../../../service/loppi/toto/img/logo_big01.png");
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money.big02::before {
  background-image: url("../../../../../service/loppi/toto/img/logo_big02.png");
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money.big03::before {
  background-image: url("../../../../../service/loppi/toto/img/logo_big03.png");
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money.big04::before {
  background-image: url("../../../../../service/loppi/toto/img/logo_big04.png");
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money.big05::before {
  background-image: url("../../../../../service/loppi/toto/img/logo_big05.png");
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money.toto01::before {
  background-image: url("../../../../../service/loppi/toto/img/logo_toto01.png");
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money.toto02a::before {
  background-image: url("../../../../../service/loppi/toto/img/logo_toto02a.png");
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money.toto02b::before {
  background-image: url("../../../../../service/loppi/toto/img/logo_toto02b.png");
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money.toto03::before {
  background-image: url("../../../../../service/loppi/toto/img/logo_toto03.png");
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money.toto04::before {
  background-image: url("../../../../../service/loppi/toto/img/logo_toto04.png");
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  aspect-ratio: 2/3;
  font-size: 20px;
  font-size: 26px;
  line-height: 1.8;
  line-height: 1.2;
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  background-color: #efefef;
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money .text {
  padding: 3px;
  font-size: 14px;
  font-weight: 700;
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-retrieval {
  margin-top: 5px;
  font-size: 10px;
  text-align: right;
}
.difference .lineup .lineup-text {
  position: relative;
  text-align: center;
}
.difference .lineup .lineup-text .balloon {
  position: absolute;
  top: 0;
  right: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  background-color: #fff;
  transform: translateY(-50%);
}
.difference .lineup .lineup-text .balloon::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 5px;
  width: 21px;
  height: 21px;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(-14deg);
}
.difference .lineup .lineup-text .balloon.big {
  color: #c10712;
}
.difference .lineup .lineup-text .balloon.toto {
  color: #f2ac00;
}
.difference .lineup .lineup-text .balloon.winner {
  color: #6bb6ee;
}
.difference .lineup .lineup-text p {
  color: #fff;
  font-size: 16px;
  text-align: left;
}
.difference .lineup .lineup-text p:first-of-type {
  font-size: 18px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 8px 0;
  margin: 40px 0 15px;
  font-weight: bold;
  text-align: center;
}
.difference .lineup .lineup-text p:first-of-type em {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 25px;
}
.difference .lineup .accordion {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.difference .lineup .accordion__trigger {
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  padding: 0;
  border: solid 4px #000;
  border-radius: 27px;
  font-size: 20px;
  font-weight: 900;
  color: #000;
  background-color: transparent;
  outline: none;
}
.difference .lineup .accordion__trigger::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  display: block;
  width: 20px;
  height: 12px;
  background-color: #000;
  -webkit-mask: url("../../../../../service/loppi/toto/img/arrow_accordion.svg") no-repeat 50% 50%;
          mask: url("../../../../../service/loppi/toto/img/arrow_accordion.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.difference .lineup .accordion.active .accordion__trigger span {
  display: none;
}
.difference .lineup .accordion.active .accordion__trigger::before {
  content: "閉じる";
  display: block;
}
.difference .lineup .accordion.active .accordion__trigger::after {
  transform: rotate(180deg);
}
.difference .lineup .accordion__target {
  overflow: hidden;
  height: 0;
  box-sizing: border-box;
}
.difference .lineup .lineup-list ul li {
  width: 100%;
  margin-top: 19px;
  background-color: #fff;
  border-radius: 14px;
  padding: 20px 15px 23px;
  box-sizing: border-box;
  text-align: center;
}
.difference .lineup .lineup-list ul li figure figcaption {
  text-align: center;
  font-weight: bold;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 19px;
  text-align: center;
  line-height: 1.2;
  vertical-align: text-bottom;
}
.difference .lineup .lineup-list ul li figure figcaption br {
  display: none;
}
.difference .lineup .lineup-list ul li figure figcaption span, .difference .lineup .lineup-list ul li figure figcaption em {
  line-height: 1;
}
.difference .lineup .lineup-list ul li figure figcaption .num {
  font-size: 21px;
}
.difference .lineup .lineup-list ul li figure figcaption em {
  font-size: 28px;
}
.difference .lineup .lineup-list ul li figure figcaption .note {
  color: #6b6b6b;
  font-size: 12px;
  margin-top: 8px;
  display: block;
}
.difference .lineup .lineup-list ul li figure .img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.difference .lineup .lineup-list ul li figure img {
  width: 48.69792vw;
}
.difference .lineup .lineup-list ul li a {
  width: 100%;
  height: 42px;
  margin: 0 auto;
  max-width: 310px;
  border-radius: 21px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-top: 22px;
  position: relative;
}
.difference .lineup .lineup-list ul li a:after {
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: 17px;
  top: 17px;
}
.difference .lineup .lineup-list ul li.wide figcaption br {
  display: block;
}
.difference .lineup .lineup-list ul li:first-of-type figcaption {
  font-size: 23px;
}
.difference .lineup .lineup-list ul li:first-of-type figcaption em {
  font-size: 34px;
}
.difference .lineup .lineup-list_note {
  color: #fff;
  margin-top: 12px;
  font-weight: bold;
}

.qa {
  padding: 40px 0 47.5px;
}
.qa .sec-ttl {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 31.5px;
  letter-spacing: 3px;
}
.qa .qa-list {
  margin-top: 23px;
}
.qa .qa-list .accordion {
  box-sizing: border-box;
  position: relative;
}
.qa .qa-list .accordion__trigger {
  cursor: pointer;
}
.qa .qa-list .accordion__inner {
  padding: 20px 0 5px;
}
.qa .qa-list .accordion__target {
  overflow: hidden;
  height: 0;
  box-sizing: border-box;
}
.qa .qa-list li + li {
  margin-top: 15px;
}
.qa .qa-list li .qa-list_q {
  background-color: #6bb6ee;
  border-radius: 15px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  padding-right: 30px;
}
.qa .qa-list li .qa-list_q:before, .qa .qa-list li .qa-list_q:after {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 10px;
  border-radius: 3px;
  background-color: #fff;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.qa .qa-list li .qa-list_q:before {
  transform: rotate(-40deg);
  right: 25px;
}
.qa .qa-list li .qa-list_q:after {
  transform: rotate(40deg);
}
.qa .qa-list li .qa-list_q p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.qa .qa-list li .qa-list_q p:before {
  content: "Q";
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #256cb9;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex-shrink: 0;
}
.qa .qa-list li .qa-list_a .answer-text {
  font-size: 17px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.qa .qa-list li .qa-list_a .answer-text:before {
  content: "A";
  font-size: 3.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #256cb9;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #d2e9fa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex-shrink: 0;
}
.qa .qa-list li .qa-list_a .answer-text_red {
  color: #c12828;
  font-size: 17px;
  font-weight: bold;
  padding: 25px 0 0 47px;
}
.qa .qa-list li .qa-list_a .answer_list {
  margin-top: 25px;
}
.qa .qa-list li .qa-list_a .answer_list li {
  border-radius: 15px;
  border: 2px solid #6bb6ee;
  padding: 5.98958vw 4.94792vw;
  font-size: 14px;
}
.qa .qa-list li .qa-list_a .answer_list li span {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}
.qa .qa-list li .qa-list_a .answer_list li figure {
  text-align: right;
  margin-top: 23px;
}
.qa .qa-list li .qa-list_a .answer_list li:nth-of-type(1) figure {
  text-align: center;
}
.qa .qa-list li .qa-list_a .answer_list li:nth-of-type(1) img {
  width: 92px;
}
.qa .qa-list li .qa-list_a .answer_list li:nth-of-type(2) img {
  width: 277px;
}
.qa .qa-list li .qa-list_a .answer_list li:nth-of-type(3) img {
  width: 305px;
}
.qa .qa-list li .qa-list_a .answer-attention {
  margin-top: 20px;
}
.qa .qa-list li .qa-list_a .answer-attention p {
  color: #6b6b6b;
  font-size: 12px;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.qa .qa-list li .qa-list_a .answer-attention p + p {
  margin-top: 2px;
}
.qa .qa-list li#qa01 .qa-list_q {
  background-color: #c29e0f;
}
.qa .qa-list li#qa01 .qa-list_q p:before {
  color: #856a01;
}
.qa .qa-list li#qa01 .qa-list_a .answer-text:before {
  color: #856a01;
  background-color: #ede2b7;
}
.qa .qa-list li.active .qa-list_q:before {
  transform: rotate(40deg);
}
.qa .qa-list li.active .qa-list_q:after {
  transform: rotate(-40deg);
}

.information {
  padding: 45px 0 40px;
  background-color: #f0f8fd;
}
.information .half .definition {
  width: 100%;
}
.information .half .definition dd {
  padding: 12px 10px;
  padding-bottom: 20px;
}
.information .half .definition dd .box + .box {
  margin-top: 27px;
}
.information .half .definition dd p:not(.note) {
  font-weight: bold;
  font-size: 14px;
}
.information .half .definition dd .link {
  background-color: #256cb9;
  color: #fff;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  border-radius: 19px;
  position: relative;
  max-width: 326px;
  margin: 15px auto 5px;
}
.information .half .definition dd .link:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: 17px;
  top: 17px;
}
.information .half .definition dd .note {
  color: #6b6b6b;
  font-size: 12px;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.information .half .definition dd .note + .note {
  margin-top: 2px;
}
.information .half .definition dd ul {
  margin: 14px 0;
}
.information .half .definition dd ul li {
  font-size: 13px;
  display: flex;
  align-items: flex-start;
}
.information .half .definition dd ul li + li {
  margin-top: 4px;
}
.information .half .definition dd ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #6bb6ee;
  display: inline-block;
  margin-right: 7px;
  margin-top: 5px;
  flex-shrink: 0;
}
.information .half .definition + .definition {
  margin-top: 20px;
}
.information .share_sns {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
.information .share_sns a {
  width: 39px;
  height: 39px;
  display: block;
}
.information .share_sns a + a {
  margin-left: 25px;
}
.information .share_sns a img {
  width: 100%;
}

.contact {
  padding-top: 57px;
}
.contact .wide {
  padding-left: 13px;
  padding-right: 13px;
}
.contact .wide .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.contact .wide .box + .box {
  position: relative;
  margin-top: 12px;
  padding-top: 22px;
}
.contact .wide .box + .box:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #6bb6ee;
}
.contact .wide .box p {
  font-size: 12px;
}
.contact .wide .box .box-ttl {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: -0.6px;
}
.contact .wide .box .tel-num a {
  color: #256cb9;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-top: 14px;
  font-size: 34px;
}
.contact .wide .box .link {
  background-color: #256cb9;
  color: #fff;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  border-radius: 21px;
  position: relative;
  max-width: 326px;
  margin: 16px auto 5px;
}
.contact .wide .box .link:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: 17px;
  top: 17px;
}
.contact .wide .box .note {
  color: #6b6b6b;
  font-size: 12px;
  margin-top: 1px;
}
.contact .prohibited {
  font-size: 14px;
  margin-top: 36px;
  display: flex;
}
.contact .prohibited:before {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../../../../../service/loppi/toto/img/icon_prohibited.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  margin-right: 6px;
  flex-shrink: 0;
}
.contact .bnr_service {
  margin-top: 36px;
  margin-left: -7.5px;
  width: calc(100% + 15px);
}

.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
  opacity: 0;
}

.modal__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

.modal__window {
  position: absolute;
  width: calc(100% - 30px);
  background-color: #fff;
  border-radius: 15px;
  padding: 25px 12px;
  left: 50%;
  top: calc(50% + 10px);
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.modal__inner {
  max-height: calc(var(--vh, 1vh) * 100 - 84px);
  overflow-y: auto;
  box-sizing: border-box;
}
.modal__inner .modal-header figure {
  text-align: center;
}
.modal__inner .modal-header figure figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 6px;
}
.modal__inner .modal-header figure figcaption .accent {
  color: #be2222;
}
.modal__inner .modal-header figure figcaption em {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 33.5px;
  line-height: 1;
}
.modal__inner .modal-header figure figcaption .num {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.modal__inner .modal-header figure figcaption .note {
  font-size: 13px;
  margin-top: -5px;
}
.modal__inner .modal-header figure img {
  width: 26.04167vw;
}
.modal__inner .modal-content {
  margin-top: 17.5px;
}
.modal__inner .modal-content li + li {
  margin-top: 7.5px;
}
.modal__inner .modal-content li p {
  font-size: 13px;
}
.modal__inner .modal-content li p.modal-content__item__ttl {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
}
.modal__inner .modal-content li p.modal-content__item__ttl:before {
  content: "";
  display: block;
  width: 7.5px;
  height: 7.5px;
  border-radius: 50%;
  margin-right: 4px;
  background-color: #f3b202;
  flex-shrink: 0;
  margin-top: 7px;
}
.modal__inner .modal-content li p.tousen {
  color: #be2222;
  font-weight: bold;
  font-size: 18px;
  margin-top: -4px;
}
.modal__inner .modal-content li p.tousen span {
  border-bottom: 1px solid;
}
.modal__inner .modal-content li p.tousen span > span {
  border: none;
}
.modal__inner .modal-content li p.tousen span em {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 25.5px;
}
.modal__inner .modal-content li p.note {
  font-size: 12px;
  color: #6b6b6b;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.modal__inner .modal-content li p .accent {
  color: #be2222;
}
.modal__inner .modal-content li .currect-list p {
  margin-top: 3px;
}
.modal__inner .modal-content li .currect-list p span + span:before {
  content: "、";
  display: inline-block;
}

.modal__close {
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -7px;
  top: -17px;
  color: #fff;
  background-color: #f3b202;
  border-radius: 50%;
}
.modal__close:before, .modal__close:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -1px;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background-color: #fff;
}
.modal__close:before {
  transform: rotate(45deg);
}
.modal__close:after {
  transform: rotate(-45deg);
}

.modal.toto-modal .modal-header .accent {
  color: #ee7600;
}
.modal.winner-modal .modal-content {
  margin-top: 0;
  padding-right: 0;
}
.modal.winner-modal .modal-ttl {
  font-weight: bold;
  font-size: 23px;
  text-align: center;
}
.modal.winner-modal .modal-text {
  font-weight: bold;
  font-size: 16px;
  margin-top: 16px;
}
.modal.winner-modal ul li {
  margin-top: 16px;
}
.modal.winner-modal ul li .modal-list__text {
  font-weight: bold;
  font-size: 14px;
}
.modal.winner-modal ul li .modal-list__ttl {
  background-color: #e6002d;
  background-image: -moz- oldlinear-gradient(left, #e6002d 0%, #8c3e93 46%, #00479d 100%);
  background-image: linear-gradient(90deg, #e6002d 0%, #8c3e93 46%, #00479d 100%);
  border-radius: 30px;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 16px;
}
.modal.winner-modal ul li + li {
  margin-top: 20px;
}
.modal.winner-modal .modal-list__note {
  margin-top: 15px;
}
.modal.winner-modal .modal-list__note p {
  color: #6b6b6b;
  font-size: 12px;
  margin-left: 1em;
  text-indent: -1em;
}