@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;
  min-width: 1000px;
}

.wrap {
  width: 1000px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #000;
  transition: opacity 0.3s ease-out;
}
a:link, a:visited, a:active {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
  opacity: 0.6;
  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;
}

/* 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;
}

.loppi_link_fix {
  position: fixed;
  right: -10px;
  bottom: 30px;
  z-index: 100;
}
.loppi_link_fix a {
  display: block;
}

.swiper {
  position: relative;
  padding-bottom: 40px;
}
.swiper .swiper-slide {
  width: 600px;
  height: 337px;
  position: relative;
}
.swiper .swiper-slide img {
  position: absolute;
  width: auto;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.swiper .swiper-pagination {
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.swiper .swiper-pagination span {
  opacity: 1;
  background: #c0c0c0;
  width: 10px;
  height: 10px;
}
.swiper .swiper-pagination span + span {
  margin-left: 22px;
}
.swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #1e5bae;
}

.fix-nav {
  width: 100%;
  height: 77px;
  position: relative;
}
.fix-nav .sentinal {
  display: block;
  height: 77px;
  position: absolute;
  width: 100%;
  z-index: -1;
  bottom: 100%;
}
.fix-nav.fixed .wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
}
.fix-nav .wrap {
  width: 100%;
}
.fix-nav .inner {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: normal;
  gap: 2px;
  width: 100%;
  padding: 2px;
  background-color: #fff;
}
.fix-nav a {
  color: #fff !important;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  flex: 1 1 0%;
  /*
  		img {
  			width: 56px;
  			margin-right: 10px;
  		}

  		&:hover, &:visited {
  			color: #fff;
  		}

  		&:after {
  			content: "";
  			display: inline-block;
  			width: 10px;
  			height: 10px;
  			border-right: 3px solid #fff;
  			border-bottom: 3px solid #fff;
  			-webkit-transform: rotate(45deg);
  			-moz-transform: rotate(45deg);
  			-ms-transform: rotate(45deg);
  			transform: rotate(45deg);
  			margin-left: 14px;
  			margin-bottom: 3px;
  			-webkit-transition: margin-bottom 0.3s ease;
  			-moz-transition: margin-bottom 0.3s ease;
  			transition: margin-bottom 0.3s ease;
  			margin-top: -4px;
  		}

  		+ a {
  			margin-left: 75px;
  		}
  */
}
.fix-nav a::after {
  content: "";
  width: 16px;
  height: 24px;
  background-color: #000;
  -webkit-mask: url("../img/arrow_anchor.svg") no-repeat;
          mask: url("../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: 150px;
  width: 180px;
  height: auto;
}

.sec .sec-ttl {
  font-size: 4.1rem;
  font-weight: bold;
  text-align: center;
}

.definition {
  border-radius: 28px;
  overflow: hidden;
  border: 3px solid #6bb6ee;
  background-color: #6bb6ee;
}
.definition dt {
  color: #fff;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  color: #fff;
  font-weight: bold;
}
.definition dd {
  padding: 25px;
  background-color: #fff;
}

.winning {
  background: url(../img/winning_bg.png) no-repeat center left, url(../img/winning_bg2.png) no-repeat center right, #e61010;
  padding: 64px 0 90px;
}
.winning .sec-ttl img {
  width: 935px;
}
.winning .winning-text {
  text-align: center;
}
.winning .winning-text p {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}
.winning .winning-text p:first-of-type {
  font-size: 2.6rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0;
  margin: 40px 0 20px;
}
.winning .winning-text p:first-of-type em {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 3.6rem;
}
.winning .winning-text ul li {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
}
.winning .winning-list_note {
  color: #fff;
  margin-top: 16px;
  font-weight: bold;
}
.winning .overview {
  margin: 44px 0;
}
.winning .overview ul {
  display: flex;
  justify-content: space-between;
}
.winning .overview ul li {
  width: 480px;
  border-radius: 26px;
  border: 4px solid;
  background-color: #fff;
  padding: 36px 22px;
  box-sizing: border-box;
  border-color: #000;
  box-shadow: 4px 7px 0px 0px #000;
}
.winning .overview ul li figcaption span {
  color: #000;
}
.winning .overview ul li figure {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.winning .overview ul li figure img {
  width: 144px;
}
.winning .overview ul li figure figcaption {
  width: 265px;
  font-size: 2.6rem;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  font-size: 2.6rem;
  font-weight: bold;
}
.winning .overview ul li figure figcaption strong {
  font-size: 3.6rem;
  vertical-align: -0.05em;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.winning .overview ul li figure figcaption .prize {
  font-size: 3rem;
  line-height: 1;
}
.winning .overview ul li figure figcaption .prize span {
  font-size: 2.6rem;
}
.winning .overview ul li figure figcaption .prize strong {
  font-size: 4.6rem;
  vertical-align: -0.05em;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.winning .overview ul li figure figcaption .prize small {
  font-size: 1.5rem;
  vertical-align: text-top;
}
.winning .overview ul li .total {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0 -30px;
  height: 132px;
}
.winning .overview ul li .total p {
  writing-mode: vertical-rl;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-right: 30px;
  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: 89px;
  height: 132px;
  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: 10.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-right: 10px;
}
.winning .overview ul li .total ul ::before {
  position: absolute;
  right: -57px;
  bottom: 30px;
  line-height: 1;
  content: "本";
  color: #000;
  font-size: 4.4rem;
  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 {
  text-align: center;
  border-radius: 28px;
  overflow: hidden;
  border: 3px solid #000;
  background-color: #fff;
  position: relative;
}
.winning .recently p.recently_big {
  position: absolute;
  top: 47px;
  left: 65px;
}
.winning .recently p.recently_big img {
  width: 163px;
}
.winning .recently h3 {
  text-align: center;
  font-size: 2.6rem;
  padding: 20px 0;
  line-height: 1;
  background-color: #000;
  color: #fff;
}
.winning .recently table {
  display: flex;
  justify-content: center;
  text-align: left;
  font-weight: bold;
  margin: 30px auto 30px 126px;
}
.winning .recently table tr td {
  font-size: 2.4rem;
  width: 7em;
  white-space: nowrap;
  line-height: 5.3rem;
}
.winning .recently table tr td span {
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  width: 34px;
  height: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 4.6rem;
  color: #fff;
  background: -moz- oldlinear-gradient(#c09b01 50%, #af8e03 50%);
  background: linear-gradient(#c09b01 50%, #af8e03 50%);
}

/*
.buy {
	padding: 70px 0 80px;

	&#payment {
		padding: 70px 0 0;
	}

	.sec-ttl {
		vertical-align: middle;

		img {
			width: 80px;
		}

		span {
			&.brand {
				display: block;
				margin-bottom: 10px;
			}

			&.big, &.toto {
				display: inline;
				font-family: 'Roboto', sans-serif;
				font-weight: bold;
				font-size: 5.2rem;
				margin-left: 16px;
				line-height: 56px;
				letter-spacing: 2px;
			}

			&.big {
				color: #c12828;

				+ img {
					margin-left: 32px;
				}
			}

			&.toto {
				color: #f3b202;
			}
		}
	}
}

.buy__item {
	.operation {
		margin-top: 60px;

		ul {
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-moz-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			counter-reset: number;

			li {
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				width: 300px;
				height: 366px;
				position: relative;

				+ li:before {
					content: "";
					display: block;
					width: 21px;
					height: 32px;
					background: url(../../../../../service/loppi/toto/img/buy_arrow.svg) no-repeat left top;
					-moz-background-size: contain;
					background-size: contain;
					position: absolute;
					top: 76px;
					bottom: 0;
					margin: auto;
					left: -30px;
				}

				> span {
					position: absolute;
					-moz-border-radius: 50%;
					border-radius: 50%;
					border: 2px solid #256cb9;
					color: #256cb9;
					background-color: #fff;
					width: 48px;
					height: 48px;
					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: -18px;
					left: -18px;
					font-size: 3rem;
					font-weight: bold;
					font-family: 'Roboto', sans-serif;
					font-weight: bold;
				}

				.operation-item {
					overflow: hidden;
					border: 3px solid #256cb9;
					-moz-border-radius: 28px;
					border-radius: 28px;
					height: 100%;
					width: 100%;
					background-color: #256cb9;
				}

				p {
					height: 88px;
					color: #fff;
					font-size: 2.4rem;
					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;
					text-align: center;
					line-height: 1.3;
				}

				figure {
					background-color: #fff;
					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;
					height: 278px;
				}

				&:nth-of-type(2) figure {
					padding-bottom: 10px;
				}

				&:nth-of-type(3) figure {
					padding-bottom: 40px;
				}
			}
		}
	}

	&.payment {
		.wrap {
			border-bottom: 2px solid #b5daf6;
			padding-bottom: 80px;
		}

		.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: 10px;
			}
		}

		.large {
			font-size: 2rem;
			font-weight: bold;
			text-align: center;
			margin-top: 36px;
			color: red;
		}

		.entry-code {
			margin-top: 40px;
			text-align: center;
		}

		.entry-code__wrap {
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-moz-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
		}

		.entry-code a {
			background-color: #6bb6ee;
			width: 485px;
			height: 120px;
			-moz-border-radius: 30px;
			border-radius: 30px;
			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: justify;
			-moz-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			padding: 0 50px;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			position: relative;
			text-align: center;

			&:after {
				content: "";
				display: block;
				width: 10px;
				height: 10px;
				border-bottom: 3px solid #fff;
				border-right: 3px solid #fff;
				position: absolute;
				-webkit-transform: rotate(-45deg);
				-moz-transform: rotate(-45deg);
				-ms-transform: rotate(-45deg);
				transform: rotate(-45deg);
				right: 26px;
				top: 0;
				bottom: 0;
				margin: auto;
			}

			span {
				color: #fff;
				font-size: 2.4rem;
				font-weight: bold;
				letter-spacing: 1px;
			}
		}

		.operation ul {
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;

			li {
				height: 610px;

				p {
					height: 94px;
				}

				figure {
					height: -webkit-calc(100% - 94px);
					height: -moz-calc(100% - 94px);
					height: calc(100% - 94px);
					-webkit-box-align: center;
					-moz-box-align: center;
					-ms-flex-align: center;
					align-items: center;
					padding: 0;
					-webkit-box-pack: center;
					-moz-box-pack: center;
					-ms-flex-pack: center;
					justify-content: center;
					-webkit-box-orient: vertical;
					-webkit-box-direction: normal;
					-moz-box-orient: vertical;
					-moz-box-direction: normal;
					-ms-flex-direction: column;
					flex-direction: column;

					img {
						max-height: 94%;
					}
				}

				&:nth-child(n+4) {
					height: 640px;
					margin-top: 45px;

					&:before {
						top: 160px;
					}

					p {
						height: 176px;
					}

					figure {
						height: -webkit-calc(100% - 176px);
						height: -moz-calc(100% - 176px);
						height: calc(100% - 176px);

						figcaption {
							width: 90%;
						}

						.note {
							display: block;
							margin-left: 1em;
							text-indent: -1em;
							font-size: 1.4rem;
							color: #6b6b6b;

							&:first-of-type {
								margin-top: 20px;
							}
						}
					}
				}

				&.wide {
					width: 654px;

					&:before {
						content: none;
					}
				}
			}
		}
	}
}

.buy {
	.link-loppi {
		text-align: center;
		margin-top: 60px;

		p {
			color: #f89508;
			font-size: 3rem;
			font-weight: bold;
			position: relative;

			&:before, &:after {
				content: "";
				display: inline-block;
				width: 4px;
				height: 39px;
				-moz-border-radius: 4px;
				border-radius: 4px;
				background-color: #f89508;
				position: absolute;
				left: 50%;
				top: 10px;
			}

			&:before {
				-webkit-transform: rotate(-35deg);
				-moz-transform: rotate(-35deg);
				-ms-transform: rotate(-35deg);
				transform: rotate(-35deg);
				margin-left: -126px;
			}

			&:after {
				-webkit-transform: rotate(35deg);
				-moz-transform: rotate(35deg);
				-ms-transform: rotate(35deg);
				transform: rotate(35deg);
				margin-left: 126px;
			}

			span {
				font-family: 'Roboto', sans-serif;
				font-weight: bold;
				font-size: 4.2rem;
				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: 90px;
			width: 538px;
			background-color: #f89508;
			-moz-border-radius: 42px;
			border-radius: 42px;
			font-size: 3rem;
			font-weight: bold;
			text-align: center;
			margin-top: 18px;
			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: 4px 7px 0px 0px #d47e04;
			box-shadow: 4px 7px 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: 38px;
				right: 32px;
			}

			&:before {
				-webkit-transform: rotate(50deg);
				-moz-transform: rotate(50deg);
				-ms-transform: rotate(50deg);
				transform: rotate(50deg);
			}

			&:after {
				-webkit-transform: rotate(-50deg);
				-moz-transform: rotate(-50deg);
				-ms-transform: rotate(-50deg);
				transform: rotate(-50deg);
				top: 46px;
			}

			img {
				width: 98px;
				margin-top: -8px;
			}
		}
	}

	.sales-hours {
		margin-top: 68px;

		.definition {
			dt {
				letter-spacing: 2px;
			}

			dd {
				font-size: 3.1rem;
				font-weight: bold;
				text-align: center;

				em {
					font-size: 5.1rem;
					font-family: 'Roboto', sans-serif;
					font-weight: bold;
					line-height: 1;
					margin: 0 6px;
				}
			}
		}

		.note {
			font-size: 2rem;
			font-weight: bold;
			text-align: center;
			margin: 28px 0;

			em {
				font-size: 3rem;
				font-family: 'Roboto', sans-serif;
				font-weight: bold;
				line-height: 1;
			}
		}
	}

	.buy-attention p {
		color: #6b6b6b;
		margin-top: 3px;
	}
}
*/
.difference {
  background-color: #fef7e5;
  padding-top: 64px;
}
.difference .sec-ttl {
  letter-spacing: 2px;
}
.difference .sec-ttl span {
  display: inline;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 5.2rem;
}
.difference .sec-ttl span.big {
  color: #c12828;
}
.difference .sec-ttl span.toto {
  color: #f3b202;
}
.difference .overview {
  margin: 44px 0 110px;
}
.difference .overview ul {
  display: flex;
  justify-content: space-between;
}
.difference .overview ul li {
  width: 480px;
  border-radius: 26px;
  border: 4px solid;
  background-color: #fff;
  padding: 36px 30px;
  box-sizing: border-box;
}
.difference .overview ul li.overview-big {
  border-color: #c12828;
  box-shadow: 4px 7px 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: 4px 7px 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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  height: 100%;
  text-align: center;
}
.difference .overview ul li figure img {
  width: 254px;
}
.difference .overview ul li figure figcaption {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  font-size: 2.6rem;
  font-weight: bold;
}
.difference .overview ul li a {
  display: block;
  width: 406px;
  height: 68px;
  border-radius: 34px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
}
.difference .overview ul li a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 34px;
  top: 25px;
}
.difference .overview .link-buy {
  text-align: center;
  margin-top: 60px;
}
.difference .overview .link-buy p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  color: #f89508;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
}
.difference .overview .link-buy p:before, .difference .overview .link-buy p:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 39px;
  border-radius: 4px;
  background-color: #f89508;
}
.difference .overview .link-buy p:before {
  transform: rotate(-35deg);
}
.difference .overview .link-buy p:after {
  transform: rotate(35deg);
}
.difference .overview .link-buy p span {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 4.2rem;
  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: 90px;
  width: 538px;
  background-color: #f89508;
  border-radius: 42px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-top: 18px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 7px 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: 38px;
  right: 32px;
}
.difference .overview .link-buy a:before {
  transform: rotate(50deg);
}
.difference .overview .link-buy a:after {
  transform: rotate(-50deg);
  top: 46px;
}
.difference .overview .link-buy a img {
  width: 98px;
  margin-top: -8px;
}
.difference .lineup .lineup-big, .difference .lineup .lineup-toto, .difference .lineup .lineup-winner {
  padding: 46px 0 66px;
}
.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 {
  padding-left: 425px;
  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-text span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}
.difference .lineup .lineup-winner .lineup-list li {
  width: 480px;
  padding-top: 24px;
  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: 3.3rem;
  margin-bottom: 20px;
}
.difference .lineup .lineup-winner .lineup-list li p.winner-title span {
  font-size: 2.2rem;
  display: block;
}
.difference .lineup .lineup-winner .lineup-list li p.text {
  font-weight: bold;
  font-size: 2rem;
}
.difference .lineup .lineup-winner .lineup-list li p.text .show-sp {
  display: none;
}
.difference .lineup .lineup-winner .lineup-list li p.text span {
  font-weight: normal;
  font-size: 1.4rem;
  color: #6b6b6b;
  display: block;
  margin-top: 10px;
}
.difference .lineup .lineup-winner .lineup-list li a + a {
  margin-top: 20px;
}
.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;
}
.difference .lineup .lineup-ttl svg {
  width: 480px;
}
.difference .lineup .first-prize-amount {
  box-sizing: border-box;
  display: none;
  margin-top: 20px;
  width: 100%;
  padding: 40px;
  border-radius: 30px;
  background: linear-gradient(90deg, rgb(248, 197, 15) 0%, rgb(255, 247, 153) 50%, rgb(248, 197, 15) 100%);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}
.difference .lineup .first-prize-amount.occurring {
  display: block;
}
.difference .lineup .first-prize-amount .carryover {
  display: none;
  margin-bottom: 10px;
  color: #e80000;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
}
.difference .lineup .first-prize-amount .fpa-cnt {
  display: flex;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
}
.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: 18px;
  font-weight: 700;
}
.difference .lineup .first-prize-amount .fpa-date::before {
  content: "コンビニ販売終了日時";
}
.difference .lineup .first-prize-amount .fpa-panel {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 640px;
  margin: 20px auto 0;
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money {
  position: relative;
  display: none;
  justify-content: flex-end;
  align-items: center;
  gap: 2px;
  padding: 10px;
  background-color: #fff;
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 85px;
  height: 60px;
  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("../img/logo_big01.png");
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money.big02::before {
  background-image: url("../img/logo_big02.png");
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money.big03::before {
  background-image: url("../img/logo_big03.png");
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money.big04::before {
  background-image: url("../img/logo_big04.png");
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money.big05::before {
  background-image: url("../img/logo_big05.png");
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money.toto01::before {
  background-image: url("../img/logo_toto01.png");
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money.toto02a::before {
  background-image: url("../img/logo_toto02a.png");
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money.toto02b::before {
  background-image: url("../img/logo_toto02b.png");
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money.toto03::before {
  background-image: url("../img/logo_toto03.png");
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money.toto04::before {
  background-image: url("../img/logo_toto04.png");
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-money .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  width: 42px;
  aspect-ratio: 2/3;
  font-size: 30px;
  font-size: 60px;
  line-height: 1;
  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: 18px;
  font-weight: 700;
}
.difference .lineup .first-prize-amount .fpa-panel .fpa-retrieval {
  margin-top: 5px;
  font-size: 14px;
  text-align: right;
}
.difference .lineup .lineup-text {
  position: relative;
  text-align: center;
}
.difference .lineup .lineup-text .balloon {
  position: absolute;
  top: 0;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  font-size: 20px;
  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: 30px;
  height: 30px;
  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: 2rem;
  font-weight: bold;
  line-height: 2;
}
.difference .lineup .lineup-text p:first-of-type {
  font-size: 2.6rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0;
  margin: 40px 0 20px;
}
.difference .lineup .lineup-text p:first-of-type em {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 3.6rem;
}
.difference .lineup .accordion {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
.difference .lineup .accordion__trigger {
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 60px;
  padding: 0;
  border: solid 6px #000;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 900;
  color: #000;
  background-color: transparent;
  outline: none;
}
.difference .lineup .accordion__trigger::after {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  display: block;
  width: 30px;
  height: 18px;
  background-color: #000;
  -webkit-mask: url("../img/arrow_accordion.svg") no-repeat 50% 50%;
          mask: url("../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 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -40px;
}
.difference .lineup .lineup-list ul li {
  width: 308px;
  margin-left: 38px;
  margin-top: 38px;
  background-color: #fff;
  border-radius: 30px;
  padding: 0px 30px 30px;
  box-sizing: border-box;
}
.difference .lineup .lineup-list ul li figure figcaption {
  height: 116px;
  font-weight: bold;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.2;
  width: 300px;
  margin-left: -30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.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: 2.8rem;
}
.difference .lineup .lineup-list ul li figure figcaption .middle {
  font-size: 3.1rem;
  display: inline-block;
  vertical-align: text-bottom;
}
.difference .lineup .lineup-list ul li figure figcaption em {
  font-size: 3.8rem;
}
.difference .lineup .lineup-list ul li figure figcaption em.small {
  font-size: 3.4rem;
}
.difference .lineup .lineup-list ul li figure figcaption small {
  font-size: 3.4rem;
}
.difference .lineup .lineup-list ul li figure figcaption .note {
  color: #6b6b6b;
  font-size: 1.2rem;
  margin-top: 8px;
}
.difference .lineup .lineup-list ul li figure .img {
  display: flex;
  align-items: center;
}
.difference .lineup .lineup-list ul li figure img {
  width: 246px;
}
.difference .lineup .lineup-list ul li a {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-top: 28px;
  position: relative;
}
.difference .lineup .lineup-list ul li a:after {
  display: block;
  width: 8px;
  height: 8px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: 22px;
  top: 23px;
}
.difference .lineup .lineup-list ul li.wide {
  width: 654px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 57px;
}
.difference .lineup .lineup-list ul li.wide figure {
  display: flex;
  align-items: center;
  height: auto;
  justify-content: center;
  width: calc(100% + 10px);
}
.difference .lineup .lineup-list ul li.wide figure img {
  width: 276px;
}
.difference .lineup .lineup-list ul li.wide figure figcaption {
  font-size: 3.2rem;
  width: 332px;
}
.difference .lineup .lineup-list ul li.wide figure figcaption em {
  font-size: 4.7rem;
}
.difference .lineup .lineup-list ul li.wide a {
  margin-top: 62px;
}
.difference .lineup .lineup-list ul li.short figcaption {
  height: 147px;
}
.difference .lineup .lineup-list ul li.short .img {
  align-items: flex-start;
}
.difference .lineup .lineup-list ul li.short a {
  margin-top: 60px;
}
.difference .lineup .lineup-list_note {
  color: #fff;
  margin-top: 16px;
  font-weight: bold;
}

.qa {
  padding: 64px 0 102px;
}
.qa .sec-ttl {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 5.3rem;
  letter-spacing: 5px;
}
.qa .qa-list {
  margin-top: 36px;
}
.qa .qa-list .accordion {
  box-sizing: border-box;
  position: relative;
}
.qa .qa-list .accordion__trigger {
  cursor: pointer;
}
.qa .qa-list .accordion__inner {
  padding: 40px 30px 30px;
  padding-bottom: 10px;
}
.qa .qa-list .accordion__target {
  overflow: hidden;
  height: 0;
  box-sizing: border-box;
}
.qa .qa-list li:first-of-type .accordion__inner {
  padding-bottom: 20px;
}
.qa .qa-list li + li {
  margin-top: 20px;
}
.qa .qa-list li .qa-list_q {
  background-color: #6bb6ee;
  border-radius: 28px;
  padding: 20px;
  min-height: 90px;
  box-sizing: border-box;
  position: relative;
}
.qa .qa-list li .qa-list_q:before, .qa .qa-list li .qa-list_q:after {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 16px;
  border-radius: 4px;
  background-color: #fff;
  top: 35px;
  right: 35px;
}
.qa .qa-list li .qa-list_q:before {
  transform: rotate(-40deg);
  right: 44px;
}
.qa .qa-list li .qa-list_q:after {
  transform: rotate(40deg);
}
.qa .qa-list li .qa-list_q p {
  font-size: 2.2rem;
  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: 3.2rem;
  color: #256cb9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}
.qa .qa-list li .qa-list_a .answer-text {
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
}
.qa .qa-list li .qa-list_a .answer-text:before {
  content: "A";
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 3.2rem;
  color: #256cb9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d2e9fa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  margin-top: -10px;
}
.qa .qa-list li .qa-list_a .answer-text_red {
  color: #c12828;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 40px 0 0 73px;
}
.qa .qa-list li .qa-list_a .answer_list {
  margin-top: 40px;
}
.qa .qa-list li .qa-list_a .answer_list li {
  border-radius: 30px;
  border: 4px solid #6bb6ee;
  padding: 30px 38px;
  font-size: 1.8rem;
}
.qa .qa-list li .qa-list_a .answer_list li span {
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 16px;
}
.qa .qa-list li .qa-list_a .answer_list li figure {
  text-align: center;
}
.qa .qa-list li .qa-list_a .answer_list li:nth-of-type(1) {
  position: relative;
  padding-right: 186px;
}
.qa .qa-list li .qa-list_a .answer_list li:nth-of-type(1) figure {
  position: absolute;
  right: 28px;
  top: 32px;
}
.qa .qa-list li .qa-list_a .answer_list li:nth-of-type(2) figure {
  margin-top: 28px;
}
.qa .qa-list li .qa-list_a .answer_list li:nth-of-type(3) figure {
  margin-top: 40px;
  margin-left: 30px;
}
.qa .qa-list li .qa-list_a .answer_list li + li {
  margin-top: 30px;
}
.qa .qa-list li .qa-list_a .answer-attention {
  margin-top: 14px;
  padding-bottom: 30px;
}
.qa .qa-list li .qa-list_a .answer-attention p {
  color: #6b6b6b;
  margin-left: 2.5em;
  text-indent: -1.5em;
}
.qa .qa-list li .qa-list_a .answer-attention p + p {
  margin-top: 3px;
}
.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: 78px 0 70px;
  background-color: #f0f8fd;
}
.information .half {
  display: flex;
  justify-content: space-between;
}
.information .half .definition {
  width: 480px;
  box-sizing: border-box;
}
.information .half .definition dd {
  padding: 20px;
  padding-bottom: 34px;
  height: calc(100% - 142px);
}
.information .half .definition dd .box + .box {
  margin-top: 46px;
}
.information .half .definition dd p:not(.note) {
  font-weight: bold;
  font-size: 1.8rem;
}
.information .half .definition dd a {
  margin-top: 16px;
  background-color: #256cb9;
  color: #fff;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
  margin-bottom: 10px;
  position: relative;
}
.information .half .definition dd a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: 24px;
  top: 20px;
}
.information .half .definition dd .note {
  color: #6b6b6b;
  font-size: 1.2rem;
  margin-top: 2px;
  padding: 0 1em;
}
.information .half .definition dd ul {
  margin: 22px 0;
}
.information .half .definition dd ul li {
  font-size: 1.6rem;
  margin-top: 8px;
}
.information .half .definition dd ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #6bb6ee;
  display: inline-block;
  margin-right: 10px;
}
.information .share_sns {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
.information .share_sns a {
  width: 50px;
  height: 50px;
  display: block;
}
.information .share_sns a + a {
  margin-left: 30px;
}
.information .share_sns a img {
  width: 100%;
}

.contact {
  padding-top: 72px;
}
.contact .wide {
  display: flex;
  padding-bottom: 30px;
}
.contact .wide .box {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 26px;
  box-sizing: border-box;
  padding-left: 0;
}
.contact .wide .box + .box {
  position: relative;
  padding-left: 26px;
  padding-right: 0;
}
.contact .wide .box + .box:before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #6bb6ee;
}
.contact .wide .box p {
  font-size: 1.6rem;
}
.contact .wide .box .box-ttl {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 16px;
}
.contact .wide .box .tel-num {
  color: #256cb9;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 4.2rem;
}
.contact .wide .box a {
  margin-top: 16px;
  background-color: #256cb9;
  color: #fff;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  border-radius: 35px;
  margin-bottom: 10px;
  position: relative;
}
.contact .wide .box a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: 24px;
  top: 25px;
}
.contact .wide .box a + .note {
  margin-left: -110px;
}
.contact .wide .box .note {
  color: #6b6b6b;
  font-size: 1.2rem;
  margin-top: 2px;
  padding: 0 1em;
}
.contact .prohibited {
  font-size: 1.8rem;
  margin-top: 54px;
  display: flex;
  justify-content: center;
}
.contact .prohibited:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/icon_prohibited.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
}
.contact .bnr_service {
  margin-top: 58px;
}

.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: 1000px;
  background-color: #fff;
  border-radius: 28px;
  padding: 44px;
  left: 50%;
  top: calc(50% + 10px);
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.modal__inner {
  max-height: calc(100vh - 138px);
  overflow-y: auto;
  box-sizing: border-box;
}
.modal__inner .modal-header figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__inner .modal-header figure figcaption {
  width: 480px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding-top: 10px;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
}
.modal__inner .modal-header figure figcaption .accent {
  color: #be2222;
}
.modal__inner .modal-header figure figcaption em {
  font-size: 5.6rem;
}
.modal__inner .modal-header figure figcaption .num {
  font-size: 4.2rem;
}
.modal__inner .modal-header figure figcaption .note {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
}
.modal__inner .modal-header figure figcaption .middle {
  font-size: 5.2rem;
  display: inline-block;
  vertical-align: bottom;
}
.modal__inner .modal-header figure img {
  width: 190px;
  height: auto;
}
.modal__inner .modal-content {
  margin-top: 12px;
  padding-right: 1.5em;
}
.modal__inner .modal-content li + li {
  margin-top: 20px;
}
.modal__inner .modal-content li p {
  font-size: 1.6rem;
}
.modal__inner .modal-content li p.modal-content__item__ttl {
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 4px;
}
.modal__inner .modal-content li p.modal-content__item__ttl:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: #f3b202;
  flex-shrink: 0;
  margin-top: 8px;
}
.modal__inner .modal-content li p.tousen {
  color: #be2222;
  font-weight: bold;
  font-size: 2.4rem;
  margin-top: -8px;
}
.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: 3.4rem;
}
.modal__inner .modal-content li p.note {
  font-size: 1.4rem;
  color: #6b6b6b;
}
.modal__inner .modal-content li p .accent {
  color: #be2222;
}
.modal__inner .modal-content li .currect-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.modal__inner .modal-content li .currect-list p {
  margin-top: 6px;
}
.modal__inner .modal-content li .currect-list p span + span:before {
  content: "、";
  display: inline-block;
}

.modal__close {
  cursor: pointer;
  position: relative;
  width: 64px;
  height: 64px;
  position: absolute;
  right: -20px;
  top: -26px;
  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: -15px;
  margin-top: -1px;
  width: 31px;
  height: 3px;
  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: 4rem;
  text-align: center;
}
.modal.winner-modal .modal-text {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin-top: 16px;
}
.modal.winner-modal ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  width: 100%;
  align-items: flex-start;
}
.modal.winner-modal ul li.flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
}
.modal.winner-modal ul li.flex .modal-list__note {
  width: 440px;
}
.modal.winner-modal ul li .modal-list__text {
  width: 440px;
  font-weight: bold;
  font-size: 2rem;
}
.modal.winner-modal ul li .modal-list__ttl {
  background-color: #e6002d;
  background-image: -moz- oldlinear-gradient(90deg, #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: 9px;
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 2rem;
}
.modal.winner-modal ul li .modal-list__note, .modal.winner-modal ul li + li {
  margin-top: 0;
}
.modal.winner-modal .modal-list__note {
  margin-top: 30px;
}
.modal.winner-modal .modal-list__note p {
  color: #6b6b6b;
  font-size: 1.4rem;
  margin-left: 1em;
  text-indent: -1em;
}