﻿@charset "utf-8";

/***** layout *****/
html {
  overflow: auto;
}
body{
  overflow: hidden;
  position: relative;  
}
div:before, div:after, ul:before, ul:after, dl:before, dl:after, dd:before, dd:after {
  content: none;
}
#detail-page {
	font-size: 15px;
  font-family: 'Noto Sans JP',  "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  padding: 0;
  background-color: #1A1D2C;
  color: #fff;
}
#detail-page * {
	box-sizing: border-box;
}
#detail-page img {
	max-width: 100%;
	vertical-align: bottom;
}
.basic a {
  color: #62C2FF;
}
#detail-page a img {
  transition: 0.2s;
}
#detail-page a:hover img {
  opacity: 0.95 !important;
}
#detail-page p {
  line-height: 1.9;
}
.view_sp {
  display: none;
  visibility: hidden;
}
#detail-page .text-left {
  text-align: left;
}
#detail-page .text-center {
  text-align: center;
}
#detail-page .text-right {
  text-align: right;
}
#detail-page .movie-box {
	position: relative;
	width: 50%;
  aspect-ratio: 9 / 16;
  margin: 0 auto;
}
#detail-page .movie-box iframe {
	max-width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
  height: 100% !important;
}
/*common*/

/*mainvisual*/
/*.mainvisual {
  position: relative;
  height: 495px;
  background: #000 url("../images/mainimg.jpg") no-repeat center bottom;
  background-size: 1296px 495px;
  overflow: hidden;
}*/
.mainvisual {
  position: relative;
  aspect-ratio: 1728 / 660;
  background: #000 url("../images/mainimg.jpg") no-repeat center bottom;
  background-size: 100%;
  overflow: hidden;
}
.mainvisual h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mainvisual .logo-year {
  position: absolute;
  bottom: 69%;
  left: 22%;
  height: auto;
  display: block;
  max-width: none;
  min-width: 0;
  width: 15%;
}
.logo-supported {
  width: 18%;
  height: auto;
  position: absolute;
  bottom: 30px;
  right: 10px;
}
section {
}
.wrapper {
  width: 1168px;
  margin: 0 auto 0;
}
.sec-title {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-size: 48px;
  font-weight: 500;
  font-style: normal;
  color: #2097E3;
}
.sec-title span {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Noto Sans JP',  "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  margin-left: 3em;
  transform: translate(0,-100%);
}
.sec-lead {
  font-size: 28px;
  line-height: 1.6;
  margin: 0 0 1em;
}
.about-box .wrapper {
  padding: 190px 0;
  position: relative;
}
.about-box .wrapper::before {
  content: "";
  background: url("../images/about01.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -70px;
  top: 92px;
  width: 554px;
  aspect-ratio: 739 / 752;
}
.about-box .wrapper::after {
  content: "";
  background: url("../images/about02.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: -70px;
  top: 75px;
  width: 250px;
  aspect-ratio: 334 / 788;
}
.about-txt {
  width: 50%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.about-txt .sec-title {
  margin: 0 0 0.6em;
}
.about-txt .desc {
  width: 85%;
}
.zstar-box {
  background: url("../images/zstar_bg.jpg") no-repeat center center;
  background-size: cover;
}
.zstar-box .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
.zstar-box .zstar-txt {
  width: 30%;
  margin-right: 40px;
}
.zstar-supported {
  margin-bottom: 25px;
}
.zstar-image {
  width: 65%;
}
.zstar-image ul {
  display: flex;
}
.menu-box {
  padding: 60px 0;
}
.menu-box ul {
  display: flex;
  justify-content: center;
}
.menu-box ul li {
  width: 20%;
  margin-right: 20px;
}
.menu-box ul li:last-of-type {
  margin-right: 0;
}
.appentry-box {
  background: url("../images/appentry_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 60px 0 80px;
}
.appentry-box .sec-lead {
  text-align: center;
  font-weight: bold;
}
.appentry-box ul {
  display: flex;
  justify-content: space-between;
}
.appentry-box ul li {
  width: 48%;
  background-color: #266D9F;
  padding: 24px 20px 20px;
}
.appentry-box ul li dt {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 0.8em;
}
.appentry-box ul li dt::before {
  display: inline-block;
  content: "";
  background: url("../images/check.png") no-repeat left center;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
}
.appentry-box ul li dd {
  text-align: center;
  line-height: 1.6;
}
.eventrule-box {
  padding: 90px 0 60px;
}
.eventrule-box .sec-title {
  margin-bottom: 60px;
}
.event-step ul {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.event-step ul li {
  width: 318px;
  background-color: #266D9F;
  margin-right: 22px;
  padding: 0 1.5em 1.5em;
  position: relative;
}
.event-step ul li:last-of-type {
  margin-right: 0;
}
.event-step ul li::before {
  width: calc(100% - 20px);
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  content: "";
  border-bottom: solid 20px #266D9F;
  border-right: solid 20px transparent;
  bottom: 100%;
  z-index: 1;
}
.event-step ul li::after {
  display: block;
  content: "";
  background: url("../images/event_arrow.png") no-repeat right center;
  background-size: 52px 52px;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(60%,-60%);
  z-index: 2;
}
.event-step ul li:last-of-type::after {
  display: none;
}
.step-num {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-size: 36px;
  font-weight: 400;
  font-style: normal;
  margin-top: -20px;
  position: relative;
  z-index: 2;
  transform: translate(0,-50%);
}
.step-title {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 1em;
}
.step-title::before {
  display: inline-block;
  content: "";
  background: url("../images/icon_circle.png") no-repeat left center;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  transform: translate(-20%,10%);
}
.step-desc {
  font-size: 14px;
  line-height: 1.6;
}
.step-desc span {
  font-size: 80%;
}
.eventrule-lead {
  text-align: center;
  font-size: 24px;
  line-height: 2;
  color: #DCFF26;
}
.eventrule-lead strong {
  display: inline-block;
  font-size: 110%;
  color: #000;
  background-color: #DCFF26;
  line-height: 1;
  margin: 0 0.2em;
  padding: 0.2em 0.2em;
}
#leaderboard {
  padding-top: 20px;
}
.leaderboard-box .wrapper {
  padding: 0 0 80px;
}
.leaderboard-box .sec-title {
  margin: 0 0 30px;
}
.leaderboard-title {
  text-align: center;
  font-size: 20px;
  border: 1px solid #fff;
  margin: 0 0 30px;
  padding: 0.8em;
}
.leaderboard-wrap {
  padding: 0 64px;
}
.leaderboard-btn {
  text-align: center;
  margin: -30px 0 40px;
}
.leaderboard-btn span {
  display: inline-block;
  border: 2px solid #18496B;
  background-color: #18496B;
  border-radius: 100vh;
  font-size: 120%;
  padding: 0.7em 3em;
  cursor: pointer;
  position: relative;
}
.leaderboard-btn span::after {
  display: inline-block;
  content: "＋";
  margin-left: 0.5em;
}
.leaderboard-btn.is-open span::after {
  content: "ー";
}
.leader-area-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background-color: #18496B;
  padding: 0.6em;
}
.leader-area-list .exp {
  font-size: 90%;
  line-height: 1.5;
  margin-bottom: 1em;
}
.leader-area-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.leader-area-list ul li {
  width: 48%;
  margin-bottom: 40px;
}
.leaderboard-final .leader-area-list ul li {
	width: 100%;
	margin: 0 auto 40px;
}
.leader-box {
	position: relative;
	width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
.leader-box iframe {
	max-width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
  height: 100% !important;
}
.leader-fin img,
.modal-image img {
  /*pointer-events: none;*/
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}
.leader-btn {
  margin: 1em 0 0;
  text-align: center;
}
.leader-btn a {
  display: inline-block;
  border: 2px solid #18496B;
  background-color: #18496B;
  border-radius: 100vh;
  font-size: 100%;
  color: #fff;
  padding: 0.7em 3em;
  cursor: pointer;
  position: relative;
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 80%;
  max-width: 900px;
  padding: 5px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
  text-align: left;
}
.modal-wrapper .modal-window .modal-content {
  max-height: 90vh;
  overflow-y: auto;
  border: none;
  border-radius: 0;
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5)
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 48px;
  height: 48px;
  background-color: #18496B;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-wrapper .modal-close:hover {
  color: #fff !important
}

.seasongame-box {
  margin-bottom: 90px;
  margin-top: -90px;
  padding-top: 90px;
}
.seasongame-box .wrapper {
  background-color: #18496B;
  padding: 0 64px 64px;
}
.season-title {
  display: inline-block;
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-size: 25px;
  font-weight: 500;
  font-style: normal;
  background-color: #DCFF26;
  color: #1A1D2C;
  padding: 0.3em 2em;
  transform: translate(-128px,-50%) skewX(150deg);
}
.season-title span {
  display: block;
  transform: skewX(-150deg);
}
.game-info-wrap {
  display: flex;
  justify-content: space-between;
  padding: 24px 0 64px;
}
.game-info {
  flex: 1;
  padding-right: 4em;
}
.game-photo {
  width: 500px;
}
.game-title {
  display: inline-block;
  font-size: 27px;
  color: #18496B;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 0.2em 0.5em;
}
.game-date.title-circle {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  position: relative;
  margin-bottom: 50px;
}
.game-date strong {
  display: inline-block;
  font-size: 52px;
  font-weight: normal;
  margin-right: 0.1em;
}
.game-desc {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 50px;
}
.title-circle {
  font-size: 24px;
  position: relative;
  display: flex;
  align-items: baseline;
  margin: 0 0 30px;
}
.title-circle::before {
  display: inline-block;
  content: "";
  background: url("../images/icon_circle02.png") no-repeat left bottom;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  bottom: -5px;
  position: relative;
  margin-right: 0.3em;
}
.game-mode dl {
  background-color: #fff;
  display: flex;
  margin-bottom: 10px;
}
.game-mode dt {
  background-color: #1A1D2C;
  width: 9em;
  text-align: center;
  padding: 0.4em 0.6em;
}
.game-mode dd {
  color: #000;
  padding: 0.4em 0.6em;
}
.howto-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.howto-list ul li {
  width: 49%;
  background-color: #113752;
  margin-bottom: 25px;
  padding: 25px;
  display: flex;
  align-items: center;
}
.howto-num {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  color: #DCFF26;
  width: 40px;
  text-align: center;
}
.howto-icon {
  width: 100px;
  text-align: center;
  border-right: 1px solid #fff;
  padding: 20px 0;
}
.howto-icon img {
  width: 50px;
}
.howto-list ul li:nth-child(2) .howto-icon img {
  margin-right: -10px;
}
.howto-desc {
  flex: 1;
  line-height: 1.8;
  padding-left: 3em;
}
.howto-desc a {
  text-decoration: underline;
}
.howto-desc i {
  display: inline-block;
  font-size: 80%;
  margin-left: 0.5em;
}
.qr-list {
  background-color: #fff;
  color: #18496B;
  margin-bottom: 50px;
  position: relative;
}
.qr-list ul {
  display: flex;
	justify-content: center;
  align-items: center;
  padding: 25px 0;
}
.qr-list ul li {
  width: 25%;
  border-right: 1px solid #18496B;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.qr-list ul li:last-of-type {
  border: none;
}

.qr-list.comingsoon {
  position: relative;
}
.qr-list.comingsoon::after {
  /*content: "COMING SOON\A";*/
  content: "";
  white-space: pre;
  background: rgba(17,55,82,0.95);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 120%;
  line-height: 1.4;
  color: #fff;
}
.qr-list.comingsoon ul::after {
  content: "";
  background: url("../images/comingsson.png") no-repeat center top;
  background-size: 307px 171px;
  width: 307px;
  height: 171px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.qr-image {
  width: 70px;
}
.qr-info {
  flex: 1;
  padding-left: 1em;
}
.qr-area {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.8em;
}
.other-area {
  font-size: 14px;
}
.qr-link a {
  font-size: 11px;
  background-color: #DCFF26;
  border-radius: 100vh;
  color: #18496B;
  padding: 0.5em 3em 0.5em 1em;
  position: relative;
  cursor: pointer;
}
.qr-link a::after {
  font-size: 90%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f24d";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0,-50%);
}
.qr-list.qr-final ul li {
	width: auto;
	padding: 0;
}
.qr-final .qr-image {
	width: 90px;
}
.success-msg {
  display: none;
  position: absolute;
  width: 300px;
  height: 40px;
  line-height: 40px;
  background-color: #DCFF26;
  color: #18496B;
  top: 100%;
  left: 50%;
  transform: translate(-50%,0);
  margin: auto;
  text-align: center;
  border-radius: 5px;
}
.exp-prize {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
}
.seasongame-box.comingsoon {
  margin-bottom: 0;
  padding-bottom: 75px;
}
.seasongame-box.comingsoon .wrapper {
  padding: 0 64px 30px;
  position: relative;
}
.seasongame-box.comingsoon .wrapper::before {
  content: "";
  background: url("../images/comingsson.png") no-repeat right top;
  background-size: 410px 228px;
  width: 410px;
  height: 228px;
  position: absolute;
  top: -70px;
  right: -60px;
}
.seasongame-box.comingsoon.close .wrapper::before {
  background: url("../images/close.png") no-repeat right top;
  background-size: 410px 228px;
}
.seasongame-box.comingsoon .game-info-wrap {
  text-align: center;
  padding: 0;
}
.seasongame-box.comingsoon .game-date.title-circle {
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
}
.seasongame-box.comingsoon .game-mode {
  display: flex;
  justify-content: center;
}
.seasongame-box.comingsoon .game-mode dl {
  background: none;
  margin: 0;
  align-items: center;
}
.seasongame-box.comingsoon .game-mode dl:first-of-type {
  margin-right: 2em;
}
.seasongame-box.comingsoon .game-mode dt {
  background: none;
  width: inherit;
  font-size: 12px;
  color: #DCFF26;
  margin-right: 1em;
  padding: 0;
}
.seasongame-box.comingsoon .game-mode dd {
  color: #fff;
  padding: 0;  
}
.prize-box {
  background-color: #DCFF26;
  padding: 80px 0 0;
}
.prize-box .wrapper {
  padding-bottom: 100px;
}
.prize-box .sec-title {
  color: #000;
}
.prize-box .bnr-list {
  width: 1000px;
  margin: 0 auto;
}
.prize-box .bnr-list li + li {
  margin-top: 30px;
}
.prize-box .bnr-list li.close {
	position: relative;
}
.prize-box .bnr-list li.close::after {
  content: "終了しました";
  white-space: pre;
  background: rgba(17,55,82,0.85);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 150%;
  line-height: 1.4;
  color: #ddd;
}
.premium-prize {
  background-color: #1A1D2C;
  margin: 30px 0;
  padding: 24px;
	position: relative;
}
.premium-prize-add {
	display: inline-block;
	background-color: #DCFF26;
	border: 2px solid #000;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3;
	color: #000;
	padding: 0.5em 1em;
	position: absolute;
	top: 0;
	right: 20px;
	transform: translate(0,-50%);
}
.premium-prize-lead {
  text-align: center;
  font-size: 30px;
  line-height: 1.8;
  color: #DCFF26;
  margin-bottom: 20px;
}
.premium-prize-lead strong {
  display: inline-block;
  color: #000;
  background-color: #DCFF26;
  line-height: 1;
  margin: 0 0.2em;
  padding: 0.2em 0.2em;
}
.prize-bg img {
  width: 100%;
}
.premium-prize-image2 {
	background-color: #fff;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.premium-prize-image2 picture {
	width: 50%;
}
.premium-prize-info {
	width: 50%;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
	color: #00A1E9;
}
.special-box {
  background-color: #000;
  color: #fff;
  padding: 50px 0;
}
.special-box .special-inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.special-box .sec-title {
  color: #fff;
}
.special-lead2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
	color: #f00;
  line-height: 1.5;
  margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.special-lead2::before {
	content: "";
	width: 2px;
	height: 35px;
	background-color: #f00;
	transform: translateY(10%) rotate(-25deg);
	margin-right: 0.5em;
}
.special-lead2::after {
	content: "";
	width: 2px;
	height: 35px;
	background-color: #f00;
	transform: translateY(10%) rotate(25deg);
	margin-left: 0.5em;
}
.special-lead {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
.special-lead strong {
  display: inline-block;
  color: #000;
  background-color: #fff;
  line-height: 1;
  margin: 0 0.2em;
  padding: 0.2em 0.2em;
}
.special-lead span {
  font-size: 70%;
}
.special-lead em {
  font-size: 120%;
  font-style: normal;
}
.campaign-date {
  margin: 0 calc(50% - 50vw);
  background-color: #EC0000;
  padding: 0.6em;
  transform: rotate(-2.5deg);
  position: relative;
  z-index: 2;
}
.campaign-date dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.campaign-date dt {
  color: #000;
  font-size: 18px;
  margin-right: 2em;
}
.campaign-date dd {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
}
.campaign-date dd strong {
  font-size: 140%;
  font-weight: normal;
}
.campaign-lead-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 20px 0;
	position: relative;
}
.campaign-lead-wrap::before {
  content: "";
  background: url("../images/ball01.png") no-repeat left top;
  background-size: 195px 228px;
  width: 195px;
  height: 228px;
  position: absolute;
  top: -60px;
  left: -180px;
}
.campaign-lead-wrap::after {
  content: "";
  background: url("../images/ball02.png") no-repeat right top;
  background-size: 331px 333px;
  width: 331px;
  height: 333px;
  position: absolute;
  top: -300px;
  right: -200px;
}
.campaign-lead-txt {
  flex: 1;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.campaign-lead-txt strong {
  color: #f00;
}
.campaign-lead-image {
  width: 50%;
}
.campaign-info {
  border-top: 2px solid #f00;
  border-bottom: 2px solid #f00;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 1em;
}
.campaign-info span {
  color: #f00;
}
.campaign-info strong {
  font-size: 130%;
}
.special-box .title-circle {
  font-size: 18px;
}
.special-box .title-circle::before {
  background: url("../images/icon_circle03.png") no-repeat left center;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.special-entry-list {
  margin: 0 calc(50% - 50vw) 30px;
  background-color: #B80202;
}
.special-entry-list ul {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.special-entry-list li {
  width: 50%;
  padding: 30px 0 20px;
}
.special-entry-list li:last-of-type {
  border-left: 6px solid #000;
  position: relative;
}
.special-entry-list li:last-of-type::after {
  display: block;
  content: "";
  background: url("../images/special_arrow.png") no-repeat center center;
  background-size: 68px 57px;
  width: 68px;
  height: 57px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-38px,-50%);
}
.special-entry-list li .entry-box {
  width: 400px;
}
.special-entry-list li:last-of-type .entry-box {
  margin-left: auto;
}
.special-entry-list li .entry-box.comingsoon {
  opacity: 0.4;
}
.special-entry-list li .entry-box.comingsoon a {
  pointer-events: none;
}
.entry-num-wrap {
  display: flex;
  margin-bottom: 20px;
}
.entry-num {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-size: 24px;
  font-weight: 400;
  border: 3px solid #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.entry-desc {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  flex: 1;
}
.special-entry-list li:last-of-type .entry-desc {
  font-size: 20px;
}
.entry-btn a {
  display: block;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  padding: 1.2em;
  position: relative;
}
.entry-btn a::after {
  content: "";
  background: url("../images/icon_arrow.png") no-repeat center center;
  background-size: 38px 38px;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0,-50%);
}
.entry-exp {
  text-align: center;
  font-size: 11px;
  padding-top: 0.5em;
}
.kiyaku-btn {
  text-align: center;
  margin-top: 30px;
}
.kiyaku-btn a {
  display: inline-block;
  width: 180px;
  text-align: left;
  background-color: #fff;
  padding: 0.8em 1em;
  font-size: 15px;
  color: #000;
  position: relative;
}
.kiyaku-btn a::after {
  font-size: 90%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
  box-sizing: border-box;
  z-index: 999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 600px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
  color: #000;
	text-align: left;
	padding: 30px;
}
.modal-content h3 {
  font-size: 20px;
  margin: 0 0 0.5em;
}
.modal-content p {
  font-size: 16px;
  line-height: 1.6;
}
.modal-content p + h3 {
  margin-top: 1em;
}

.outline-box {
  background-color: #fff;
  color: #000;
  padding: 70px 0;
}
.outline-box .outline-inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.outline-box .sec-title {
  color: #000;
  margin-bottom: 30px;
}
.outline-box dl {
  display: flex;
  margin-bottom: 40px;
}
.outline-box dt {
  width: 15em;
  line-height: 1.6;
}
.outline-box dd {
  flex: 1;
  line-height: 1.6;
}
.policy-box {
  background-color: #D9D9D9;
  color: #000;
  padding: 70px 0;
}
.policy-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}
.policy-box .desc {
  font-size: 90%;
  line-height: 1.5;
}


.seasongame-box.no-text {
    margin-bottom: 0;
    padding-bottom: 75px;
}

.seasongame-box.no-text .wrapper {
    padding: 0 64px 30px;
    position: relative;
}

.seasongame-box.no-text .game-info-wrap {
    text-align: center;
    padding: 0;
}

.seasongame-box.no-text .game-date.title-circle {
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
}

.seasongame-box.no-text .game-mode {
    display: flex;
    justify-content: center;
}

.seasongame-box.no-text .game-mode dl:first-of-type {
    margin-right: 2em;
}

.seasongame-box.no-text .game-mode dl {
    background: none;
    margin: 0;
    align-items: center;
}

.seasongame-box.no-text .game-mode dt {
    background: none;
    width: inherit;
    font-size: 12px;
    color: #DCFF26;
    margin-right: 1em;
    padding: 0;
}

.seasongame-box.no-text .game-mode dd {
    color: #fff;
    padding: 0;
}

.sansan-box1 {
  background: url(../images/bg01.jpg) no-repeat center top;
  background-size: cover;
}
.sansan-box1 .wrapper {
  padding: 50px 0;
}
.sansan-box1 .flex-content {
  display: flex;
  gap: 55px;
  justify-content: center;
}
.sansan-box1 .flex-content .left {
  width: 450px;
  text-align: center;
}
.left-title {
  margin-bottom: 22px;
}
.red-btn {
  display: block;
}
.sansan-box1 .flex-content .right {
  background: #09559c;
  padding: 90px 30px 35px;
  position: relative;
  border-radius: 15px;
  width: 470px;
}
.sansan-box1 .flag-txt {
  position: absolute;
  top: 16px;
  left: -10px;
}
#detail-page .sansan-box1 .right-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
.bmw-area {
  position: relative;
  margin: 30px 0;
}
.bmw-area .icon01 {
  position: absolute;
  top: -60px;
  right: -65px;
}
.dead-line-txt {
  border: 4px solid #fff;
  font-weight: bold;
  padding: 16px 0;
  text-align: center;
}

.special-box.sansan2 {
  background: url(../images/bg02.jpg) no-repeat center top;
  background-size: cover;
}
.sansan2 .wrapper {
  position: relative;
}
.sansan2 .sansan_lg {
  position: absolute;
  top: 5px;
  right: 85px;
}
.special-box.sansan2 .special-inner {
  margin-top: -90px;
}
.special-box.sansan2 .sec-title {
    color: #000000;
}
.sansan2 .special-inner {
  text-align: center;
}
.sansan2 .main-title {
  margin-top: 20px;
}
.sansan2 .sub-title {
  font-size: 15px;
  color: #004e98;
  font-weight: bold;
  margin-top: 30px;
}
.sansan2 .main-content {
  background: #004e98;
  padding: 100px 50px 33px;
  text-align: left;
  margin-top: 60px;
  border-radius: 20px;
  position: relative;
  opacity: 0.98;
}
#detail-page .sansan2 .main-content-title {
  font-size: 41px;
  font-weight: bold;
  line-height: 1.4;
}
.flag02 {
  position: absolute;
  top: 33px;
  left: -10px;
}
.icon02 {
  position: absolute;
  top: -51px;
  right: 58px;
}
.txt-bnr {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 17px;
  font-weight: bold;
}
.campaign-dead {
  font-size: 21px;
  font-weight: bold;
  border: 4px solid #fff;
  padding: 17px 0;
  text-align: center;
  margin-top: 30px;
}
.campaign-type {
  margin-top: 30px;
  display: flex;
}
.red-l-btn {
  display: inline-block;
  margin: 34px 0;
}
.sub-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.sub-content > div {
  width: 48%;
  color: #004e98;
  padding: 32px;
  border-radius: 15px;
  text-align: left;
}
.project {
  background: #fff;
  font-weight: bold;
}
.sunsun-profile {
  background: #f1f5f9;
}
.sunsun-profile-title {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
#detail-page .project-title {
  font-size: 21px;
  line-height: 1.3;
  margin-bottom: 23px;
}
.blue-btn {
  margin-top: 15px;
  text-align: center;
  display: inline-block;
}
.blue-btn-area {
  text-align: center;
}
.premium-prize.adjust-margin {
  margin-top: 60px;
}
.brand-anchor-area {
  text-align: center;
  background: #fff;
}
.brand-anchor-area a {
  padding: 33px 0;
  display: block;
}

@media screen and (min-width:768px) {
#detail-page .sp-only {
  display: none !important;
}
.interview-box .wrapper {
  padding: 110px 0;
}
.interview-box .interview-area {
  display: flex;
}
.interview-box .interview-area {
  padding: 60px 0;
  gap: 45px;
}
.interview-box .interview-area .interview-picture01 {
  position: relative;
  z-index: 1;
  display: block;
  width: 524px;
  max-width: 100%;
  line-height: 0;
  margin: 0 auto;
}
.interview-picture01 img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
.interview-box .interview-area .interview-picture01::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/ao01.png");
  z-index: 1;
  top: 15px;
  left: 15px;
  width: 100% !important;
  height: 100% !important;
  background-size: contain;
  background-repeat: no-repeat;
} 
.interview-box .interview-txtarea {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.interview-box .interview-txtarea .interview-txt {
  font-size: 28px;
  padding-top: 150px;
  padding: 60px 0 70px;
}
#detail-page .prize-box .sec-title02 img.pc-only {
  display: block;
  margin: 48px auto 60px;
}
#detail-page .prize-box .sec-title03 img.pc-only {
  display: block;
  margin: 80px auto 68px;
}
}

@media screen and (max-width: 768px) {
#detail-page img.pc-only {
  display: none;
}
#detail-page img.sp-only {
  display: block;
}
#detail-page .sec-title02 img.sp-only {
  display: block;
  max-width: 174px;
  width: 100%;
  height: auto;
  margin: 25px auto;
}
#detail-page .sec-title03 img.sp-only {
  display: block;
  max-width: 252px;
  width: 100%;
  height: auto;
  margin: 55px auto 35px;
}
.interview-box .wrapper {
  padding: 34px 0;
}
.interview-box .interview-area .interview-picture01 {
  position: relative;
  z-index: 1;
  display: block;
  width: 330px;
  max-width: 100%;
  line-height: 0;
  margin: 0 auto;
}
.interview-picture01 img {
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
.interview-box .interview-area .interview-picture01::before {
  content: "";
  display: block;
  position: absolute;
  background: #266D9F;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  transform: translate(3.5%, 5%);
} 
.interview-box .interview-txtarea .interview-txt {
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
#detail-page .interview-rink img {
  width: 245px;
  margin: 0 auto;
}
#detail-page .interview-article img {
  width: 260px;
  margin: 0 15px 34px;
}
}

@media screen and (max-width: 1168px){
  .wrapper {
    width: auto;
    padding: 0 1em;
  }
  .zstar-box .wrapper {
    padding: 40px 1em;
  }
  .seasongame-box .wrapper {
    margin: 0 1em;
    padding: 0 20px 64px;
  }
  .seasongame-box.comingsoon .wrapper {
    padding: 0 20px 30px;
  }
  .season-title {
    transform: translate(-64px, -50%) skewX(150deg);
  }

}
@media screen and (max-width: 1000px){
  .prize-box .bnr-list,
  .special-box .special-inner,
  .special-entry-list ul,
  .outline-box .outline-inner {
    width: auto;
  }
  .seasongame-box .wrapper {
    padding: 0 20px 64px;
  }
}
@media screen and (max-width: 768px){
  .view_pc {
    display: none;
  }
  .view_sp {
    display: block;
  }
  body,
  #detail-page {
    font-size: 3.8vw;
  }
  #detail-page p {
    line-height: 1.8;
  }
  .wrapper {
    padding: 0 1em;
  }
  .mainvisual {
    aspect-ratio: 750 / 1032;
    background: #000 url("../images/mainimg_sp.jpg") no-repeat center bottom;
    background-size: 100%;
  }
  .mainvisual .logo-year {
    width: 33%;
    height: auto;
    position: absolute;
    bottom: 63%;
    left: 5%;
  }
  .logo-supported {
    width: 39%;
    height: auto;
    position: absolute;
    bottom: 30px;
    right: 10px;
  }
  .sec-title {
    text-align: center;
    font-size: 9vw;
  }
  .sec-title span {
    margin: 0;
    font-size: 3.5vw;
  }
  .sec-lead {
    font-size: 4.8vw;
  }
  .about-txt {
    width: auto;
  }
  .about-box .wrapper {
    padding: 45vw 1em 90vw;
  }
  .about-txt .sec-title {
    text-align: left;
  }
  .about-txt .desc {
    width: auto;
  }
  .about-box .wrapper::before {
    content: "";
    background: url(../images/about_sp01.png) no-repeat center top;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 7vw;
    left: inherit;
    bottom: inherit;
    width: 75vw;
    height: 31.2vw;
    aspect-ratio: 500 / 208;
  }
  .about-box .wrapper::after {
    content: "";
    background: url(../images/about_sp02.png) no-repeat center top;
    background-size: contain;
    position: absolute;
    right: 0;
    top: inherit;
    left: inherit;
    bottom: 5vw;
    width: 100vw;
    height: 77vw;
    aspect-ratio: 750 / 578;
  }
  .zstar-box {
    background: url("../images/zstar_bg_sp.jpg") no-repeat center top -1px;
    background-size: cover;
  }
  .zstar-box .wrapper {
    display: block;
    padding: 9vw 1em;
  }
  .zstar-box .zstar-txt {
    width: auto;
    margin: 0 0 5vw;
  }
  .zstar-supported {
    margin-bottom: 5vw;
  }
  .zstar-image {
    width: auto;
    padding: 0 1em;
  }
  .zstar-image ul {
    display: block;
  }
  .menu-box {
    padding: 10vw 0;
  }
  .menu-box ul {
    flex-wrap: wrap;
  }
  .menu-box ul li {
    width: 48%;
    margin: 0 0 2vw;
  }
  .menu-box ul li:nth-child(2n) {
    margin-left: 2vw;
  }
  .appentry-box {
    background: url(../images/appentry_bg_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 17vw 0 8vw;
  }
  .appentry-box .sec-lead {
    margin: 0 0 5vw;
  }
  .appentry-box ul {
    display: block;
  }
  .appentry-box ul li {
    width: auto;
    margin: 0 0 3vw;
  }
  .appentry-box ul li dt {
    font-size: 4.5vw;
  }
  .appentry-box ul li dt::before {
    background-size: 4.5vw 4.5vw;
    width: 4.5vw;
    height: 4.5vw;
  }
  .appentry-box ul li dd {
    text-align: left;
  }
  .appentry-box ul li dd br {
    display: none;
  }
  .eventrule-box {
    padding: 9vw 0 15vw;
  }
  .eventrule-box .sec-title {
    margin: 0 0 10vw;
  }
  .event-step ul {
    display: block;
  }
  .event-step ul li {
    width: auto;
    margin: 0 0 10vw;
  }
  .event-step ul li::before {
    width: calc(100% - 3vw);
    border-width: 3vw;
  }
  .event-step ul li::after {
    background-size: 13vw 13vw;
    width: 13vw;
    height: 13vw;
  }
  .step-num {
    font-size: 8vw;
    margin: 0 0 -0.5em;
    transform: translate(0, -90%);
  }
  .step-title {
    font-size: 4.5vw;
  }
  .step-title::before {
    background-size: 4vw 4vw;
    width: 4vw;
    height: 4vw;
    bottom: -0.5vw;
  }
  .step-desc {
    font-size: 3.8vw;
  }
  .event-step ul li::after {
    top: 100%;
    left: 50%;
    right: inherit;
    transform: translate(-50%,-30%) rotate(90deg);
  }
  .eventrule-lead {
    font-size: 5vw;
    line-height: 1.7;
  }
  #leaderboard {
    padding-top: 3vw;
  }
  .leaderboard-box .wrapper {
    padding-bottom: 9vw;
  }
  .leaderboard-wrap {
    padding: 0 1em;
  }
  .leaderboard-btn {
    margin: -3vw 1em 7vw;
  }
  .leaderboard-btn span {
    font-size: 4vw;
  }
  .leaderboard-title {
    font-size: 4.1vw;
    line-height: 1.4;
  }
  .leader-area-list ul {
    display: block;
  }
  .leader-area-list ul li {
    width: auto;
    margin-bottom: 2em;
  }
  .leader-area-title {
    font-size: 4vw;
  }
	.modal-wrapper .modal-window {
		max-width: 660px;
		width: auto;
	}
	.modal-wrapper .modal-window .modal-content {
		max-height: 80vh;
	}
	.modal-image img {
		width: 100%;
	}
	.modal-wrapper .modal-close {
		width: 80px;
		height: 80px;
		font-size: 30px;
	}
  .seasongame-box {
		margin-bottom: 15vw;
    margin-top: -9vw;
    padding-top: 9vw;
  }
  .seasongame-box .wrapper {
    margin: 0;
    padding: 0 1em 9vw;
  }
  .season-title {
    font-size: 4vw;
    transform: translate(-10vw, 0%) skewX(150deg);
  }
  .game-info-wrap {
    display: block;
    padding: 7vw 0;
  }
  .game-info {
    text-align: center;
    padding: 0;
  }
  .game-title {
    font-size: 5vw;
    margin: 0 0 5vw;
  }
  .game-date.title-circle {
    font-size: 3.8vw;
    justify-content: center;
    margin-bottom: 5vw;
  }
  .game-date strong {
    font-size: 8vw;
  }
  .game-desc {
    text-align: left;
    font-size: 3.8vw;
    margin: 0 0 5vw;
  }
  .game-desc br {
    display: none;
  }
  .game-mode dl {
    font-size: 3vw;
  }
  .title-circle {
    font-size: 4.5vw;
    margin: 0 0 5vw;
  }
  .title-circle::before {
    background-size: 4.5vw 4.5vw;
    width: 4.5vw;
    height: 4.5vw;
    bottom: -0.5vw;
  }
  .game-photo {
    display: none;
  }
  .howto-list ul {
    display: block;
    margin: 0 0 8vw;
  }
  .howto-list ul li {
    width: auto;
    margin: 0 0 3vw;
    padding: 1em;
  }
  .howto-num {
    font-size: 4.5vw;
    width: 8vw;
  }
  .howto-icon {
    width: 18vw;
  }
  .howto-icon img {
    width: 9vw;
  }
  .howto-desc {
    padding-left: 1em;
    line-height: 1.5;
    font-size: 3.6vw;
  }
  .qr-list {
    margin: 0 -1em 10vw;
  }
  .qr-list ul {
    flex-wrap: wrap;
    padding: 3vw 0;
  }
  .qr-list ul li {
    width: 50%;
    padding: 3vw;
  }
  .qr-list ul li:nth-child(2n) {
    border: none;
  }
  .qr-list.comingsoon ul::after {
    background-size: 61vw 34vw;
    width: 61vw;
    aspect-ratio: 410 / 228;
    height: 34vw;
  }
  .qr-image {
    width: 14vw;
  }
  .qr-area {
    font-size: 3.8vw;
  }
  .other-area {
    font-size: 2.8vw;
  }
  .qr-link a {
    display: block;
    font-size: 2.4vw;
    padding: 0.5em 2.2em 0.5em 1em;
  }
  .success-msg {
    width: 250px;
    height: 30px;
    line-height: 30px;
    font-size: 3vw;
  }
  .exp-prize {
    font-size: 80%;
  }
  .seasongame-box.comingsoon {
    margin: 0 1em;
    padding: 0 0 10vw;
  }
  .seasongame-box.comingsoon .wrapper {
    padding: 0 1em 1.5em;
  }
  .seasongame-box.comingsoon .wrapper::before {
    background-size: 41vw 22.8vw;
    width: 41vw;
    aspect-ratio: 410 / 228;
    height: 22.8vw;
    top: -8vw;
    right: -5vw;
  }
  .seasongame-box.comingsoon.close .wrapper::before {
    background: url("../images/close.png") no-repeat right top;
    background-size: 41vw 22.8vw;
  }
  .seasongame-box.comingsoon .season-title {
    transform: translate(-10vw, -50%) skewX(150deg);
  }
  .seasongame-box.comingsoon .game-mode {
    display: block;
  }
  .seasongame-box.comingsoon .game-mode dl {
    justify-content: center;
  }
  .seasongame-box.comingsoon .game-mode dl:first-of-type {
    margin: 0 0 2vw;
  }
  .prize-box {
    padding: 10vw 0 0;
  }
	.prize-box .bnr-list {
		padding-top: 7vw;
	}
  .prize-box .bnr-list li + li {
    margin-top: 5vw;
  }
  .premium-prize {
    margin: 5vw 0;
    padding: 1em;
  }
	.premium-prize-add {
		font-size: 3vw;
		right: 3.2vw;
		transform: translate(0, -70%);
	}
  .premium-prize-lead {
    font-size: 4.9vw;    
  }
  .prize-box .wrapper {
    padding-bottom: 10vw;
  }
	.premium-prize-image2 {
		display: block;
		padding: 5vw;
	}
	.premium-prize-info {
		width: auto;
		text-align: center;
		font-size: 4.9vw;
		margin-top: 5vw;
	}
  .special-box .sec-title {
    margin: 0 0 4vw;
  }
	.special-lead2 {
		font-size: 4.5vw;
		line-height: 1.2;
	}
  .special-lead {
    font-size: 5.2vw;
    line-height: 1.3;
		margin-bottom: 4vw;
  }
  .special-lead em {
    font-size: 150%;
  }
  .campaign-date {
    margin: 0 -2em;
  }
  .campaign-date dt {
    font-size: 3vw;
    margin-right: 1em;
  }
  .campaign-date dd {
    font-size: 4vw;
  }

  .campaign-lead-wrap {
    display: block;
  }
  .campaign-lead-wrap::before {
    background-size: 19.5vw 22.8vw;
    width: 19.5vw;
    height: 22.8vw;
    top: -6vw;
    left: -7vw;
  }
  .campaign-lead-wrap::after {
    background-size: 33.1vw 33.3vw;
    width: 33.1vw;
    height: 33.3vw;
    top: -35vw;
    right: -13vw;
  }
  .campaign-lead-image {
    width: auto;
    margin: 0 0 5vw;
  }
  .campaign-lead-txt {
    font-size: 4vw;
  }
  .campaign-info {
    font-size: 4.4vw;
    line-height: 1.3;
  }
  .special-box .title-circle {
    font-size: 4vw;
  }
  .special-box .title-circle::before {
    background-size: 4vw 4vw;
    width: 4vw;
    height: 4vw;
    bottom: -0.5vw;
  }
  .special-entry-list ul {
    display: block;
  }
  .special-entry-list ul li {
    width: auto;
    padding: 2em 1em;
  }
  .special-entry-list li:last-of-type {
    border: none;
    border-top: 0.7vw solid #000;
  }
  .special-entry-list li:last-of-type::after {
    background-size: 6.8vw 5.7vw;
    width: 6.8vw;
    height: 5.7vw;
    top: 0;
    left: 50%;
    transform: translate(-50%, -60%) rotate(90deg);
  }
  .special-entry-list li .entry-box {
    width: auto;
  }
  .entry-num-wrap {
    align-items: center;
  }
  .entry-num {
    font-size: 5vw;
    border-width: 0.5vw;
    width: 12vw;
    height: 12vw;
  }
  .entry-desc {
    font-size: 3.8vw;
    line-height: 1.3;
  }
  .special-entry-list li:last-of-type .entry-desc {
    font-size: 5vw;
  }
  .entry-btn a {
    font-size: 4vw;
    padding: 0.9em;
  }
  .entry-btn a::after {
    background-size: 5vw 5vw;
    width: 5vw;
    height: 5vw;
  }
  .kiyaku-btn a {
    width: 40vw;
    font-size: 3.3vw;
  }
  .modal-content {
    padding: 1.5em;
  }
  .modal-content h3 {
    font-size: 4vw;
  }
  .modal-content p {
    font-size: 3.5vw;
  }
  .outline-box {
    padding: 10vw 0;
  }
  .outline-box .sec-title {
    margin: 0 0 5vw;
  }
  .outline-box dl {
    display: block;
  }
  .outline-box dt {
    font-weight: bold;
    margin: 0 0 3vw;
  }
  .policy-box {
    padding: 10vw 0;
  }
  .seasongame-box.no-text {
    margin: 0 1em;
    padding: 0 0 10vw;
}
.seasongame-box.no-text .wrapper {
    padding: 0 1em 1.5em;
}
.seasongame-box.no-text {
    margin: 0 1em;
    padding: 0 0 10vw;
}
.seasongame-box.no-text .wrapper {
    padding: 0 1em 1.5em;
}
.seasongame-box.no-text .season-title {
    transform: translate(-10vw, -50%) skewX(150deg);
}
.seasongame-box.no-text .game-mode {
    display: block;
}   
.seasongame-box.no-text .game-mode dl:first-of-type {
    margin: 0 0 2vw;
}
.seasongame-box.no-text .game-mode dl {
    justify-content: center;
}
.sansan-box1 .flex-content {
  display: block;
}
.sansan-box1 .flex-content .left,
.sansan-box1 .flex-content .right  {
  width: 100%;
}
.sansan-box1 .wrapper {
  padding: 25px 16px 32px;
}
.red-btn {
  width: 75%;
  margin:15px auto 30px;
}
.sansan-box1 .flex-content .right {
  padding: 75px 16px 18px;
}
#detail-page .sansan-box1 .right-title {
  font-size: 21px;
}
.bmw-area .icon01 {
  position: absolute;
  width: 70px;
  top: -260px;
  right: 0;
}
.right p {
  font-weight: bold;
  font-size: 13px;
}
#detail-page .dead-line-txt {
  font-size: 15px;
  padding: 6px 0;
}
.sansan-box1 .flag-txt {
  width: 258px;
  left: -5px;
}
.bmw-area {
  margin: 20px 0 15px;
}
.special-box.sansan2 .special-inner {
  margin-top: 0;
}
.s-main-title img {
  width: 55%;
}
.sansan2 .main-title {
  margin-top: 10px;
}
.sansan2 .sub-title {
  margin-top: 20px;
  text-align: left;
  font-size: 14px;
}
.icon02 {
  width: 70px;
  top: -35px;
  right: 15px;
}
.sansan2 .main-content {
  margin-top: 43px;
  padding: 71px 16px 9px;
}
.sansan2 .flag02 {
  width: 258px;
  top: 25px;
  left: -5px;
}
#detail-page .sansan2 .main-content-title {
  font-size: 21px;
  margin-bottom: 10px;
}
.txt-bnr {
  display: block;
  font-size: 13px;
  font-weight: bold;
}
.bnr02 {
  margin-top: 22px;
}
#detail-page .campaign-dead {
  font-size: 15px;
  padding: 11px 0;
}
.sub-content {
  display: block;
}
.sub-content > div {
  width: 100%;
  padding: 23px 13px;
}
.project {
  margin-bottom: 16px;
}
#detail-page .project-title {
  font-size: 17px;
  margin-bottom: 10px;
}
.project p {
  font-size: 12px;
}
.sunsun-profile-title {
  text-align: left;
  font-size: 14px;
  margin-bottom: 5px;
}
.sunsun-profile {
  font-size: 13px;
}
.sansan2 .sansan_lg {
  position: static;
  width: 88px;
  margin: 0 auto 30px;
}
.campaign-type {
  display: block;
}
.sansan-box1 {
  background: url(../images/bg01_sp.jpg) no-repeat center top;
  background-size: cover;
}
.special-box.sansan2 {
  background: url(../images/bg02_sp.jpg) no-repeat center top;
  background-size: cover;
}
.brand-anchor-area img {
  width: 80%;
}
}