<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 62.5%;
  line-height: 200%;
  color: #191919;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
p {
  margin: 0 0 1em;
  padding: 0;
}
a {
  overflow: hidden;
  color: #e8093f;
  text-decoration: none;
  border: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover, a:active {
  color: e86e8d;
  border: none;
  outline: none;
}
a:hover img, a:active img {
  opacity: .7;
  border: none;
  outline: none;
}
div:after, ul:after {
  content: "";
  display: block;
  clear: both;
}
html, body {
  height: 100%;
}
h1 {
  font-weight: normal;
}
h2 {
  font-weight: normal;
}
h3 {
  font-weight: bold;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
.gray {
  color: #aaa;
}
.center {
  text-align: center;
}
small {
  opacity: .9;
  font-size: .9em;
  line-height: 1.6;
}
article:after, section:after, div:after, ul:after {
  content: "";
  display: block;
  clear: both;
}
.pc {
  display: block;
}
.tab {
  display: none;
}
.sp {
  display: none;
}
#wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#header {
  /*background: #080808;*/
  position: relative;
  padding: 0;
  z-index: 100;
}
#header h1 {
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
#header h1 img {
  margin: 0 auto;
}
#header .navi {
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 100%;
  margin-top: 15px;
  /*background: #080808;*/
  /*border-top: 1px solid #333;*/
  /*border-bottom: 1px solid #333;*/
}
#header .navi ul {
  margin: 0 auto;
  letter-spacing: -.4em;
  max-width: 1120px;
}
#header .navi li {
  /*width: 25%;*/
	width: calc(100% / 6);
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6em;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: bold;
}
#header .navi li a {
  color: #333;
  display: block;
  /*padding: 0% 10%;*/
	padding: 0% 0%;
  border-left: 1px solid #333;
}
#header .navi li a:hover {
  /*background: #222;*/
  opacity: .8;
}
#header .navi li:last-child a {
  border-right: 1px solid #333;
}
#header .navi li:first-child a {}
.sns-side {
  position: fixed;
  top: 0%;
  right: 0;
  display: block;
  overflow: hidden;
  z-index: 9999;
  padding: 0 2.5px;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  z-index: 800;
}
.sns-side .cp_link_list {
  list-style-type: none;
  /*top: 30%;*/
  position: relative;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.sns-side .cp_link {
  position: relative;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: left 0.6s ease-in-out;
  transition: left 0.6s ease-in-out;
  text-align: right;
  color: #ffffff;
}
.sns-side .cp_link a {
  color: #ffffff;
}
.sns-side img {
  max-width: 46px;
}
.sns-side .cp_link span {
  display: inline-block;
  padding: 0 10px;
}
#contents .first {
  background: #eee;
  padding-bottom: 5em;
}
#contents p {
  font-size: 1.3em;
}
#contents .area {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}
#contents .area.disc h1 {
  font-size: 3.5em;
  line-height: 1.1;
  text-align: center;
  font-family: 'Crimson Text', sans-serif;
  letter-spacing: .1em;
  text-indent: .1em;
}
#contents .area.disc h1 span {
  display: block;
  color: #080808;
  font-size: 2.8em;
  margin-top: .2em;
  color: #080808;
}
#contents .area.disc hr.line {
  border: solid #080808;
  border-width: 1px 0 0 0;
  width: 80px;
  margin: 6em auto 7em;
}
#contents .area h2 {
  font-size: 1.6em;
  line-height: 1.5;
  margin-bottom: .5em;
  font-weight: bold;
  /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: .1em;
}
#contents .area h3, #contents .area h4 {
  font-size: 1.5em;
  line-height: 1.6;
  margin-bottom: 1em;
}
#contents .link_btn a {
  background: #080808;
  color: #fff;
  padding: 0 2em;
  margin: 2em 0;
  display: table;
  font-size: 1.1em;
  line-height: 3;
}
#contents .link_btn a:hover {
  opacity: .7;
}
#contents .area.inner h1 {
  font-size: 2.2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  padding: .4em 0;
  margin-bottom: 1em;
  color: #fff;
  border: 1px solid #444;
  /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: .05em;
}
#contents .area.inner h1 {}
.details p {
  text-align: center;
  font-size: 1.4em;
  line-height: 2;
}
.details .track {
  margin: 2em auto;
  max-width: 550px;
  font-size: 1.4em;
}
.details .track ul {
  display: inline-block;
  vertical-align: top;
  margin: 0 2em;
}
.details .track li {
  margin: .5em 0;
}
.details .track li:first-child {
  font-weight: bold;
  margin-bottom: 1em;
}
#contents .area .details h2 {
  text-align: center;
  font-size: 2.2em;
  line-height: 1.7;
}
.movie_area {
  letter-spacing: -.4em;
  padding-bottom: 1em;
}
.movie {
  width: 80%;
  margin: 1%;
  display: block;
  vertical-align: top;
  text-align: center;
  letter-spacing: normal;
  margin: 0 auto;
}
.movie p {
  margin: 1em 0 0;
  font-weight: bold;
  text-align: center;
}
#cd {
  padding: 9em 0 0;
}
#cd .web_limited {
  margin-bottom: 6em;
}
#cd h2 span {
  width: 8em;
  padding: .3em 0;
  display: inline-block;
  vertical-align: middle;
  font-size: .8em;
  font-weight: bold;
  text-align: center;
  margin-right: 1em;
}
#cd .web_limited h2 span {
  color: #fff;
  background: #222;
  display: block;
  margin-bottom: .5em;
}
#cd .web_limited img.jacket {
  width: 45%;
  margin-right: 2%;
  float: left;
}
#cd .web_limited .discinfo {
  width: 52%;
  float: right;
}
#cd .web_limited .pouch img {
  max-width: 50%;
}
#cd h2.copy {
  font-size: 3.4em;
  text-align: center;
  letter-spacing: .1em;
}
#cd h2.copy span {
  font-size: 1em;
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 0 0 .4em;
}
#cd .other_type .box {
  width: 31.3%;
  float: left;
  margin-right: 3%;
}
#cd .other_type .box:last-child {
  margin-right: 0;
  float: right;
}
#cd .other_type h2 span {
  display: block;
  margin-bottom: .8em;
}
#cd .other_type .typeA h2 span {
  color: #fff;
  background: #222;
}
#cd .other_type .typeB h2 span {
  color: #fff;
  background: #222;
}
#cd .other_type .normal h2 span {
  color: #fff;
  background: #222;
}
#cd .other_type img {
  margin: .5em 0 2em;
  border: 1px solid #eee;
  box-sizing: border-box;
}
#cd .other_type img.matoki_ring {
  width: 50%;
}
#cd .other_type .normal img {
  max-width: 86.6%;
}
#cd .other_type h3 {
  margin-bottom: 1em;
  font-size: 1.5em;
}
#cd .privilege {
  background: #fff;
  padding: 2% 2% 1%;
  margin: 3em 0 2em;
  text-align: center;
}
#cd .privilege h3 {
  font-size: 1.4em;
}
#cd .privilege span {
  margin: 0 .5em;
}
#cd .discinfo ol, #cd .discinfo ul, #cd .box ol, #cd .box ul, #bd .discinfo ol {
  margin-bottom: 1.5em;
}
#cd .discinfo li, #cd .box li, #bd .discinfo li {
  font-size: 1.4em;
  margin-bottom: .3em;
}
#cd .discinfo ol li, #cd .box ol li, #bd .discinfo ol li {
  list-style: decimal;
  margin-left: 25px;
}
#cd .discinfo ul li, #cd .box ul li {
  list-style: disc;
  margin-left: 25px;
}
#cd .buy_btn a {
  background: #e8093f;
  color: #fff;
  display: table;
  padding: .5em 1em;
}
#cd .buy_btn a:hover {
  background: #999;
}
#cd .buy_btn a:before {
  content: "&gt;";
  margin-right: 5px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#contents #cd.area h4 {
  margin-bottom: .3em;
  font-size: 1.4em;
}
#contents #bd.area h4 {
  margin: 2em 0 .3em;
  font-size: 1.4em;
}
#bd {
  padding: 4% 0;
}
#bd .box img.jacket {
  width: 45%;
  margin-right: 2%;
  float: left;
}
#bd .box .discinfo {
  width: 52%;
  float: right;
}
#live {
  padding: 4% 0;
  text-align: center;
  color: #fff;
  background: #fff;
}
#live .inner {
  color: #191919;
}
#live h2 {
  font-size: 2em !important;
}
#live p {
  font-size: 1.5em;
  line-height: 1.7;
}
#schedule {
  padding: 4% 0 0;
  text-align: center;
  color: #fff;
}
#schedule ul {
  margin: 2em 0 3em;
  border-collapse: separate;
  border-spacing: 0;
  display: table;
}
#schedule li {
  font-size: 1.4em;
  line-height: 1.8;
  margin-bottom: 1em;
  display: table-cell;
  vertical-align: middle;
  width: 600px;
  border-right: 15px solid #080808;
  background: #222;
}
#schedule li div {
  padding: 3em 2em 2.5em;
}
#schedule li:last-child {
  border-right: none;
}
#schedule li span {
  display: block;
  line-height: 1.5;
  margin-bottom: .5em;
}
#schedule li span b {
  font-size: 1.1em;
  display: block;
  color: #f0bd0a;
}
#schedule li span.sub {
  font-weight: normal;
  margin-top: 1em;
  margin-bottom: 0;
}
#schedule li p {
  font-size: 1em !important;
  margin-top: 2em;
}
#schedule li p i {
  font-style: normal;
  margin-right: .5em;
  display: block;
}
#schedule .box {
  margin-bottom: 2em;
}
#schedule .box p {
  font-size: 1.5em;
}
#schedule .box p span {
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
}
#fan {
  padding: 4% 0;
  text-align: center;
  color: #fff;
}
#contents #fan h2 {
  font-size: 3em;
  margin: 1.5em 0;
  color: #e8093f;
}
#fan h2 span {
  margin-left: .5em;
}
#fan ul {
  margin: 2em 0 3em;
  border-collapse: separate;
  border-spacing: 0;
  display: table;
}
#fan li {
  font-size: 1.4em;
  line-height: 1.8;
  margin-bottom: 1em;
  display: table-cell;
  vertical-align: middle;
  width: 600px;
  border-right: 15px solid #080808;
}
#fan li div {
  padding: 3em 2em 2.5em;
  border: 1px dotted #333;
}
#fan li:last-child {
  border-right: none;
}
#fan li span {
  display: block;
  line-height: 1.5;
  margin-bottom: .5em;
}
#fan li span b {
  font-size: 1.2em;
  display: block;
  color: #f0bd0a;
}
#fan li span.sub {
  font-weight: normal;
  margin-top: 1em;
  margin-bottom: 0;
}
#fan li p {
  font-size: 1em !important;
  margin-top: 2em;
}
#fan li p i {
  font-style: normal;
  margin-right: .5em;
}
#fan .box {
  margin-bottom: 2em;
}
#fan .box h3, #fan .box p {
  margin-bottom: 0;
  line-height: 1.8;
}
#fan .box p {
  font-size: 1.4em;
}
#fan .box p span {
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
}
#step {
  padding: 2% 0 0;
  color: #fff;
}
#step .chart {
  padding: 4%;
  margin-top: 3em;
  background: #222;
}
#step .chart h2 {
  font-size: 1.8em;
  line-height: 1.6;
  padding: .3em 1em;
  border-bottom: none;
  border-left: 3px solid #e8093f;
}
#step .chart dl {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3%;
  background: #080808;
}
#step .chart dt {
  display: inline-block;
  vertical-align: middle;
  width: 15%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.7em;
}
#step .chart dd {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #fff;
  padding: 1em 0% 0;
  /*font-size: 1.4em;*/
  font-size: 1.7em;
  width: 80%;
  /*line-height: 1.6;*/
  line-height: 1.8;
  box-sizing: border-box;
}
#step .chart dd .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#step .chart dd .flex img {
  width: 23%;
  margin: 1em 1em 0 0;
}
#step .chart .arrow img {
  margin: 1em auto;
}
#step .chart .mb {
  margin-bottom: 3em;
}
#step .chart .lottery {
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 100px;
}
#step .chart .comment {
  font-size: 1.3em;
  margin: 2em 0 0;
}
#step .chart p.btn {
  margin: auto;
}
#step .chart p.btn a {
  margin: 3em auto 0;
  display: table;
  width: auto;
  padding: .8em 2em;
  font-weight: bold;
  color: #fff;
  background: #e8093f;
  text-align: center;
  border-radius: 3px;
  box-sizing: border-box;
}
#step .chart p.btn a:hover {
  opacity: .7;
}
#footer {
  text-align: center;
  font-size: 1.3em;
  padding: 5% 0;
  background: rgba(0, 154, 89, 1.0);
  color: #fff;
  margin-top: 0em;
  /*border-top: 1px solid #333;*/
}
#footer a {
  color: #fff;
  text-decoration: underline;
}
#footer a:hover {
  opacity: .7;
}
#pagetop {
  position: fixed;
  right: 8%;
  bottom: 5%;
  width: 40px;
  z-index: 100000;
}
.youtube_box {
  width: 90%;
  max-width: 600px;
  margin: 0 auto 10px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*KBA追加*/
#contents #cd.area {
  padding-top: 6em;
}
#contents #cd.area &gt; img {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 6em;
  width: 70em;
  max-width: 100%;
}
#contents #cd.area h2.copy {
  font-size: 3em;
  text-align: center;
  letter-spacing: .1em;
}
#contents #cd.area.disc hr.line {
  margin: 5em auto 4em;
}
#contents #cd.area .details {
  margin-bottom: 4em;
}
#contents #cd.area .details p {
  font-size: 1.5em;
}
#contents #cd.area .details p &gt; b {
  font-size: 1.5em;
}
#contents #cd.area .details h3 {
  line-height: 1.6;
  margin-bottom: .5em;
  font-size: 2.5em;
  text-align: center;
  letter-spacing: .1em;
}
#contents #cd.area .details .fax {
  background: #fff;
  padding: 2% 2% 1%;
  margin: 3em 0 2em;
  text-align: center;
}
#contents #cd.area .details .fax p {
  margin-bottom: 0em;
}
#contents #cd.area .details .fax p:nth-of-type(1) {
  font-size: 2em;
  font-weight: bold;
}
#contents #cd.area .details .fax p:nth-of-type(2) {
  font-size: 3em;
  font-weight: bold;
}
#contents #cd.area .details .fax p:nth-of-type(3) {
  font-size: 1.5em;
  font-weight: normal;
}
#contents #cd.area .details .link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin: 0 auto;
}
#contents #cd.area .details .link li {
  width: 50%;
}
#contents #cd.area .details .buy_btn a {
  display: inline-block;
  padding: 0.5em 1em;
  margin-bottom: 0;
}
#step.contest h2 {
  font-size: 1.8em;
}
#step.contest h2.title {
  text-align: center;
}
#step.contest .chart .arrow {
  height: 3em;
}
#step.contest .chart h2 {
  font-size: 1.8em;
  line-height: 1.6;
  padding: 0.3em 1em;
  border-bottom: none;
  border-left: none;
}
#step.contest .chart h3 {
  font-size: 2.5em;
  line-height: 1.6;
  border-bottom: none;
  border-left: none;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
#step.contest .chart dt {
  width: 100%;
  line-height: 1.4;
  margin-bottom: 1em;
  font-size: 2em;
}
#step.contest .chart dt sup {
  background: #e8093f;
  color: #fff;
  padding: 2px;
  margin-left: 5px;
}
#step.contest .chart dd {
  width: 100%;
}
.adress {
  text-align: center;
  margin-top: 4em;
}
/*背景白*/
html {
  background: #d1dae8 url("../images/bg.png") no-repeat top center;
  background-size: cover;
}
body {}
#contents &gt; img {
  text-align: center;
  margin: 2em auto;
  width: 20em;
  height: auto;
  max-width: 100%;
}
#step {
  color: #191919;
  /*padding-top: 0;*/
}
#contents .area.inner h1 {
  color: #191919;
  font-size: 2.5em;
}
#contents .logo {
  /*display: none;*/
  max-width: 200px;
  margin: 0 auto;
}
#contents .logo img {
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 1.0));
}
#contents .top-banner {
  max-width: 100%;
  margin: 0 auto;
}
#contents .top-banner img {
  margin: 0 auto;
}
#contents .center .top-banner {
  width: 90%;
  max-width: 100%;
}
#contents.final2024 .center .top-banner {
  margin-top: 0px;
}
#contents .center .top-banner img {
  border-radius: 10px;
}
#contents .area.inner h1.top {
  border: none;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  padding: 0em 0;
  font-size: 5em;
  margin: 0em auto 1em;
  max-width: 80%;
}
#contents .area.inner h1.top img {
  /*filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3));*/
}
#contents p {
  font-size: 1.5em;
}
#contents .center {
  margin: 0 auto;
  text-align: center;
  width: 90%;
  display: block;
  /* background: rgba(255, 255, 255, .5); */
  box-sizing: border-box;
  border-radius: 10px;
  /*padding: 2.5em;*/
  padding: 2.5em 8em;
}

#contents.index2024 .center {
	background: rgba(255, 255, 255, .5); 
}
#contents.index2024 .center .top-banner {
    width: 90%;
    max-width: 100%;
    margin-top: 30px;
}

#contents .center &gt; p {
  /*font-size: 1.8em;*/
  font-size: 1.7em;
  line-height: 1.6;
  margin: 0 auto;
  margin-bottom: 0.25em;
  text-align: center;
  /*text-align: left;*/
  display: block;
  box-sizing: border-box;
  /*font-weight: bold;*/
}
#contents .center &gt; p:last-of-type {
  margin-bottom: 2em;
}
#contents #step.contest .center &gt; h2 {
  color: #e8093f;
  font-size: 2em;
}
/*.youtube*/
#contents .center .youtube_outer {
  width: 50%;
  margin: 0 auto;
}
#contents #final-page .youtube_outer {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1.5em;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*.youtube*/
#step.contest .chart h2 {
  color: #fff;
}
#step .chart {
  background: #999999;
  background: rgba(0, 154, 89, .7);
}
#step .chart dl {
  background: #fff;
}
#step .chart dt {
  color: #191919;
}
#step .chart dd {
  border-top: 1px solid #191919;
}
#step.contest .chart .app-tit {
  border-radius: 10px 10px 0 0;
}
#step.contest .chart .app-tit dt {
  width: 100%;
  font-size: 2.0em;
}
#step.contest .chart .app-tit dt span {
  width: 100%;
  font-weight: normal;
  font-size: 0.8em;
}
#step .chart .application {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  border-radius: 0 0 10px 10px;
  background: #fff;
  padding: 1% 0 4%;
}
#step .chart .application dl {
  padding: 0%;
}
#step.contest .chart .application dd {
  width: 100%;
}
#step .chart .application dd {
  border-left: none;
  padding: 0% 0%;
}
#step.contest .chart .application &gt; li {
  width: 50%;
  border-radius: 0px;
  padding: 0 4%;
}
#step.contest .chart .application &gt; li:first-child {
  /*margin-right: 1%;*/
}
#step.contest .chart .application &gt; li:last-child {
  /*margin-left: 1%;*/
  border-left: 1px solid #191919;
}
/*背景白*/
/*KBA追加*/
/*220310追加*/
.top-box {
  position: relative;
}
#step.contest h2.title {
  font-size: 5em;
  line-height: 1.6;
}
#step.contest h2.title + p {
  font-size: 1.8em;
  line-height: 1.6;
}
.image01 {
  position: absolute;
  left: -2.5%;
  bottom: 0;
  /*width: 170px;*/
  /*z-index: -1;*/
  z-index: 0;
}
.image02 {
  position: absolute;
  right: -2.5%;
  ;
  bottom: 0;
  /*width: 170px;*/
  /*z-index: -1;*/
  z-index: 0;
}
.image01 {
  position: absolute;
  /*left: 0;*/
  left: -3em;
  bottom: 0;
  width: 150px;
}
.image02 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
}
.image01, .image02 {
  display: block;
}
#step .link {
  width: 100%;
  margin: -1em auto 2em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#step .link li {
  /*width: 100%;*/
  width: auto;
  display: inline;
  text-align: center;
}
#step .buy_btn {
  font-size: 1em;
  margin: .5em 0 0;
}
#step .buy_btn a {
  background: #e8093f;
  color: #fff;
  display: table;
  padding: .5em 1em;
  font-size: 1.2em;
}
#step .link li .buy_btn.blue a {
  background: #0941e8;
}
#step .buy_btn.gray a {
  background: #999;
}
#step .buy_btn a:hover {
  background: #999;
}
#step .link li:last-of-type .buy_btn a:hover {
  background: #999;
}
#step .buy_btn a:before {
  content: "&gt;";
  margin-right: 5px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#step .chart dd p {
  font-size: 1em;
}
#step .chart dd p:last-of-type {
  /* margin-bottom: 0; */
  /*margin-top: 1em;*/
}
#step .chart dd b.app-tit2 {
  font-size: 1.2em;
  margin-bottom: 0.2em;
  text-align: center;
  display: inherit;
  line-height: 2;
}
.caption {
  margin: 1.5em 0 0;
  text-align: right;
}
.caution {
  color: #e8093f;
  display: inline-block;
  /*margin: 5px 0 10px;*/
}
.red {
  color: #e8093f;
}
.blue {
  color: #0941e8;
}
.link_footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 5em 0;
}
.link_footer li {
  background: #E13431;
  width: 33.33%;
  margin: 0px 1%;
}
.link_footer li:nth-child(2) {
  background: #2B4D94;
}
.link_footer li:nth-child(3) {
  background: #03953F;
}
.link_footer li a {
  display: block;
  color: #fff;
  font-size: 2em;
  padding: 1em;
  text-align: center;
  font-weight: bold;
}
#bottomBnr {
  margin: 25px auto;
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#bottomBnr dl {
  border: 1px solid #ccc;
  width: 153px;
  height: auto;
  float: left;
  margin: 0 10px 10px 0;
  background: #fff;
}
#bottomBnr dl:last-child {
  margin-right: 0;
}
#bottomBnr dt { /*border-bottom:1px solid #ccc;*/ line-height: 0;
  padding: 10px;
}
#bottomBnr dd {
  padding: 10px;
}
#bottomBnr dd h3 {
  padding: 5px 0 10px;
}
#bottomBnr dd h3, #bottomBnr p {
  font-size: 1em;
  line-height: 1.4;
}
/*220310追加*/
/*.final*/
#contents.final .chart dl {
  padding: 2% 3%;
}
#contents.final #step.contest .chart dt {
  width: 100%;
  line-height: 1.4;
  margin-bottom: 1em;
  font-size: 2em;
}
#step .chart dt {}
#contents.final #step.contest .chart dd {
  width: 100%;
  padding: 1em 0% 0;
  border-left: none;
  box-sizing: border-box;
  border-top: 1px solid #191919;
}
#contents.final #step .buy_btn {
  font-size: 1em;
  margin: 1em 0 0;
  text-align: center;
}
#contents.final #step .buy_btn a {
  background: #e8093f;
  color: #fff;
  display: block;
  padding: .5em 1em;
  font-size: 1.2em;
  width: 60%;
  margin: 0 auto;
}
#contents.final #step .buy_btn.gototop {
  font-size: 1.7em;
  line-height: 1.8;
  padding: 0 3%;
  margin-top: 4%;
}
#contents.final #step .buy_btn a:hover {
  background: #999;
}
#contents.final #step.contest .chart dt span {
  width: 100%;
  font-weight: normal;
  font-size: 0.8em;
}
#contents.final #step.contest .chart li {
  margin-bottom: 5px;
}
/*.final*/
/*.final2024*/
#contents.final.final2024 #step.contest .chart b {
  margin-right: 1em;
}
#contents.final.final2024 #step .chart dd .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
}
#contents.final.final2024 .text-center {
  text-align: center;
}
#contents.final.final2024 ul.list {
  list-style: none; /* デフォルトのリストマークを無効化 */
  padding: 0;
}
#contents.final.final2024 ul.list li {
  text-indent: -1.25em;
  padding-left: 1.25em;
}
#contents.final.final2024 ul.list li::before {
  content: "・"; /* 中黒を追加 */
  padding-right: .25em; /* 中黒とテキストの間に余白を追加 */
}
#contents.final.final2024 .center {
  background: none;
}
.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  margin: .5em auto;
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* PC向けの高さ固定 */
@media (min-width: 768px) {
  .map-container {
    padding-bottom: 0;
    height: 450px; /* PCの場合、固定高さ */
  }
}
/*.final2024*/
/*.result*/
.result #step .chart dd p:last-of-type {
  margin-bottom: 1em;
}
.lank {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.1em;
}
.result-img {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  /*align-items: center;*/
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
}
/* .result-img li:first-of-type {
  margin-right: 2%;
} */
#contents.final #step.contest .chart .result-img li {
  margin-bottom: 2%;
}
#contents.final #step.contest .chart .result-img2 li:first-of-type {
  margin-right: 0%;
  margin-bottom: 1%;
}
/*.result*/
/*.result2023*/
.lank02 {
  margin-bottom: 0em;
  font-size: 1em;
  margin-left: 1em;
}
.narrow-width {
  width: 50%;
  margin: 0 auto;
}
.photo-layout {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5em;
}
.photo-layout .lank {
  width: 75%;
  margin-bottom: 0;
}
.last-photo-layout {}
.photo-area {
  width: 15%;
  text-align: center;
}
.photo-area img {
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 5%;
  width: 70%;
}
.result #step .chart dd .photo-area p {
  margin-bottom: 0;
}
/*.result2023*/
/*.top-link*/
#step .top-link .link {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 1em auto 0em;
  flex-direction: row;
}
#step .top-link .link li {
  width: 48%;
  margin: 0 1%;
}
#step .top-link .link .buy_btn {
  font-size: 1em;
  margin: .5em 0 0;
  text-align: center;
}
#step .top-link .link .buy_btn a {
  background: #e8093f;
  color: #fff;
  display: block;
  padding: 1.0em 1em;
  font-size: 2em;
}
#step .top-link .link li:last-of-type .buy_btn a {
  /*background: #0941e8;*/
}
#step .top-link .link .buy_btn.gray a {
  background: #999;
}
#step .top-link .link .buy_btn a:hover {
  background: #999;
}
#step .top-link .link li:last-of-type .buy_btn a:hover {
  background: #999;
}
#step .top-link .link .buy_btn a:before {
  content: "&gt;";
  margin-right: 5px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#step .top-link dd p {
  font-size: 1em;
}
#step .top-link dd p:last-of-type {
  margin-bottom: 0;
}
#step .top-link dd b.app-tit2 {
  font-size: 1.2em;
  margin-bottom: 0.2em;
  text-align: center;
  display: inherit;
  line-height: 2;
}
/*.top-link*/
@media screen and (max-width:1200px) {
  html {
    /*background-size: contain;*/
    background-size: cover;
  }
  #header .headimg {
    width: 100%;
  }
  #header h1 {
    width: 100%;
    padding: 0;
  }
  #contents {
    font-size: .95em;
  }
  #contents .area {
    max-width: 95%;
  }
  #contents .area.inner h1 {
    font-size: 2.5em;
  }
  #contents #cd.area .details .link {
    width: auto;
  }
}
@media screen and (max-width:1023px) {
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
  #cd .other_type .box h2 {
    min-height: 5em;
  }
}
@media screen and (max-width:768px) {
  html {
    background: #d1dae8;
    background-size: contain;
    background-image: none;
  }
  #header h1 {
    width: 100%;
    padding: 0;
  }
  #contents .area h2 {
    font-size: 1.7em;
    line-height: 1.4;
  }
  /*  .sns_btn {
    position: fixed;
    right: 0px;
    top: inherit;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: rgba(0, 154, 89, .8);
  }
  .sns_btn ul {
    text-align: center;
  }
  .sns_btn li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    color: #fff;
  }
  .sns_btn li a {
    background: none;
    display: inline;
  }
  .sns_btn li .active a {
    color: #fff;
  }*/
  .sns-side {
    position: fixed;
    top: auto;
    right: 0;
    display: block;
    overflow: hidden;
    z-index: 9999;
    padding: 0 2.5px;
    height: 12%;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    z-index: 800;
    width: 100%;
  }
  .sns-side .cp_link_list {
    list-style-type: none;
    /*top: 30%;*/
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .sns-side .cp_link_list {
    text-align: center;
  }
  .sns-side .cp_link {
    position: relative;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: left 0.6s ease-in-out;
    transition: left 0.6s ease-in-out;
    text-align: center;
    color: #ffffff;
  }
  .sns-side .cp_link a {
    color: #ffffff;
  }
  .sns-side img {
    width: auto;
    max-width: 43px;
    text-align: center;
    margin: 0 auto;
  }
  .sns-side .cp_link span {
    display: inline-block;
    padding: 0 10px;
  }
  #footer {
    padding: 5% 0 70px;
    padding-bottom: 20%;
  }
  #pagetop {
    position: fixed;
    right: 3%;
    /*bottom: 15%;*/
    bottom: 3%;
    width: 40px;
    opacity: .8;
  }
  #cd {
    padding: 6em 0 0;
  }
  #cd .web_limited h2 span {
    display: block;
    margin-bottom: 1em;
  }
  #contents .area.inner h1 {
    font-size: 2.4em;
  }
  #contents .area.disc hr.line {
    margin: 4em auto;
    width: 60px;
  }
  #contents .area.disc h1 {
    font-size: 3em;
    letter-spacing: 0;
    text-indent: 0;
  }
  #contents .area .details h2 {
    font-size: 2em;
  }
  #contents .area .details h2 br {
    display: block;
  }
  #cd h2.copy {
    font-size: 2.5em;
    letter-spacing: .05em;
  }
  #contents #fan h2 {
    margin: 5% 0;
    font-size: 2.7em;
  }
  #fan h2 span {
    display: block;
    margin: 0;
  }
  /*220310追加*/
  #contents .area.inner h1.top::before {
    margin-right: 0.5em;
  }
  #contents .area.inner h1.top {
    font-size: 3.0em;
  }
  .image01, .image02 {
    display: none;
  }
  #contents .center {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: block;
    /*background: rgba(255, 255, 255, .5);*/
    box-sizing: border-box;
    border-radius: 10px;
    /*padding: 1.5em;*/
	  padding:0;
  }
  #contents .center &gt; P {
    font-size: 1.8em;
    line-height: 1.6;
    margin: 0 auto;
    margin-bottom: .5em;
    text-align: center;
    display: block;
    box-sizing: border-box;
    /*font-weight: bold;*/
    text-align: left;
  }
  #contents .center &gt; P:last-of-type {
    margin-bottom: 1em;
  }
  #contents .center .top-banner {
    width: 100%;
    max-width: 100%;
    margin-top: 2em;
  }
	
	/*.index2024*/
  #contents.index2024 .center {
    padding: 1.5em;
  }	
  #contents.index2024 .center .top-banner {
    width: 100%;
    max-width: 100%;
    margin-top: 2em;
  }
	/*.index2024*/
	
  #contents.final.final2024 .center {
    padding: 0 0em;
  }
  #contents.final2024 .center .top-banner {
    width: 100%;
    max-width: 100%;
    margin-top: 0em;
  }
  /*.youtube*/
  #contents .center .youtube_outer {
    width: 100%;
    margin: 0 auto;
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  /*.youtube*/
  /*220310追加*/
  .link_footer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 2.5em 0;
  }
  .link_footer li {
    background: #E13431;
    width: 100%;
    margin: 0px 0%;
    margin-bottom: 20px;
  }
  .link_footer li:nth-child(2) {
    background: #2B4D94;
  }
  .link_footer li:nth-child(3) {
    background: #03953F;
    margin-bottom: 0;
  }
  .link_footer li a {
    display: block;
    color: #fff;
    font-size: 2em;
    padding: 1em;
    text-align: center;
    font-weight: bold;
  }
  #step.contest .chart h3 {
    font-size: 1.7em;
  }
}
@media screen and (max-width:736px) {
  #header {
    height: auto;
  }
  #header .headimg {
    height: auto;
  }
  #header .navi {
    position: relative;
    bottom: 0;
    margin-top: 0;
  }
  #schedule ul {
    display: block;
  }
  #schedule li {
    display: block;
    width: 90%;
    padding: 5% 5%;
    border: none;
  }
  #schedule li div {
    padding: .5em 1em 0;
  }
  #schedule .box p span {
    display: block;
  }
  #fan ul {
    display: block;
  }
  #fan li {
    display: block;
    width: 90%;
    padding: 5% 5%;
    border: none;
    border: 1px dotted #333;
  }
  #fan li div {
    padding: .5em 1em 0;
    border: none;
  }
  #fan .box p span {
    display: block;
  }
  #fan .box {
    margin-bottom: 2em;
    text-align: center;
  }
  #live {
    padding: 10% 0 7%;
  }
  #live p {
    text-align: center !important;
  }
  #schedule .box {
    margin-bottom: 2em;
    text-align: center;
  }
  .details p {
    text-align: left;
  }
  .details p br {
    display: none;
  }
  #footer {
    /*margin-top: 0%;*/
    padding-bottom: 25%;
  }
}
@media screen and (max-width:667px) {
  #header .headimg .copy {
    font-size: 1.2em;
    padding: 0 4%;
    text-align: left;
  }
  #header .headimg .headtext {
    padding: 4%;
    text-align: left;
  }
  #header .navi li {
    font-size: 2vw;
  }
  #contents .area h2 {
    font-size: 1.5em;
  }
  #contents .area h3 {
    font-size: 1.5em;
  }
  #contents .area h2 br {
    display: none;
  }
  #cd .web_limited h2 span {
    display: block;
    margin-bottom: 1em;
  }
  #contents .link_btn a {
    display: block;
    text-align: center;
  }
  #step .chart p.btn a {
    margin-top: 2em;
  }
}
@media screen and (max-width:568px) {
  #header .headimg .copy {
    font-size: 1.3em;
  }
  #contents .area h2 {
    font-size: 1.4em;
  }
  #contents .area h3 {
    font-size: 1.4em;
  }
  #contents .area.disc h1 {
    font-size: 2.5em;
  }
}
@media screen and (max-width:520px) {
  .tab {
    display: none;
  }
  .sp {
    display: block;
  }
  .center {
    text-align: left;
  }
  #header {
    /*background: #130529;*/
  }
  #header h1 {
    width: 100%;
  }
  #header .navi li.sub {
    line-height: 20px;
  }
  #header .navi li {
    width: 50%;
    margin: 0;
    font-size: 4vw;
  }
  #header .navi li:last-child {
    width: 100%;
  }
  #header .navi li a {
    padding: 0em 0;
    border-bottom: 1px solid #333;
  }
  #header .navi li:nth-child(1) a, #header .navi li:nth-child(2) a {
    border-top: 1px solid #333;
  }
  #header .navi li:nth-child(even) a {
    border-right: 1px solid #333;
  }
  #contents {
    font-size: 1em;
    background: #d1dae8 url(../images/bg.png) no-repeat top center;
    background-size: contain;
  }
  #contents p {
    text-align: left;
  }
  #contents .area {
    max-width: 90%;
  }
  #contents .area h2 {
    font-size: 1.6em;
  }
  #contents .area h3 {
    font-size: 1.5em;
  }
  #contents .area.disc h1 {
    font-size: 2em;
  }
  #contents .area.inner h1 {
    font-size: 1.8em;
    line-height: 1.5;
    padding: 1em 0;
  }
  #cd {
    padding: 12% 0 0;
  }
  #cd .web_limited {
    margin-bottom: 4em;
  }
  #cd .web_limited img.jacket, #bd .box img.jacket {
    width: 100%;
    margin: 0 auto 2em;
    float: none;
  }
  #cd .web_limited .discinfo, #bd .box .discinfo {
    width: 100%;
    float: none;
  }
  #cd .web_limited .pouch img {
    max-width: 70%;
    margin: 0 auto;
  }
  #cd .other_type .box {
    width: 100%;
    float: none;
    margin: 0 0 3em;
    border-top: 1px dotted #aaa;
    padding-top: 3em;
  }
  #cd .other_type .box img.jacket {
    width: 100%;
    margin: 0 auto 2em;
    float: none;
    max-width: 100%;
  }
  #cd .privilege {
    padding: 6% 6% 4%;
    margin: 0 0 2em;
    text-align: left;
  }
  #cd .privilege span {
    margin: 0;
    display: block;
  }
  #cd .buy_btn a {
    padding: 1em 2em;
  }
  #cd .other_type .box h2 {
    min-height: auto;
  }
  #bd {
    padding: 8% 0;
  }
  #schedule {
    padding: 10% 0 0;
  }
  #schedule li p i {
    display: block;
  }
  #step {
    padding: 8% 0;
  }
  /*#step .center br {
    display: none;
  }*/
  #step .chart {
    padding: 6%;
    margin-top: 2em;
  }
  #step .chart dl {
    padding: 4%;
  }
  #step .chart dt {
    width: 100%;
  }
  #step .chart dd {
    border-left: none;
    padding: 3% 0;
    width: 100%;
  }
  #step .chart dd .flex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  #step .chart dd .flex img {
    width: 100%;
    margin: 1em 0;
  }
  #step .chart .mb {
    margin-bottom: 1em;
  }
  #cd h2.copy {
    font-size: 5.7vw;
    letter-spacing: .03em;
  }
  #contents #fan h2 {
    font-size: 5vw;
    margin: 5% 0;
  }
  #fan .box h3, #fan .box p {
    text-align: left;
  }
  #fan .box p {
    font-size: 1.3em;
  }
  .details .track {
    width: 100%;
  }
  .details .track ul {
    display: block;
    margin: 0;
  }
  #contents .area .details h2 {
    font-size: 1.7em;
    text-align: left;
  }
  .movie {
    width: 100%;
    margin: 2em 0 1em;
    display: block;
  }
  .movie:last-child {
    margin-bottom: 0;
  }
  /*KBA追加*/
  #contents .first {
    padding-bottom: 0.1em;
  }
  #contents #cd.area {
    padding-top: 12%;
  }
  #contents #cd.area &gt; img {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 4em;
    width: 70em;
    max-width: 100%;
  }
  #contents #cd.area h2.copy {
    font-size: 5.0vw;
    letter-spacing: .03em;
  }
  #contents #cd.area.disc hr.line {
    margin: 3em auto 3em;
  }
  #contents #cd.area .details {
    margin-bottom: 2em;
  }
  #contents #cd.area .details p {
    font-size: 1.5em;
  }
  #contents #cd.area .details p &gt; b {
    font-size: 1.2em;
    text-align: center;
    display: block;
  }
  #contents #cd.area .details h3 {
    line-height: 1.6;
    margin-bottom: .5em;
    font-size: 2em;
    text-align: center;
    letter-spacing: .1em;
  }
  #contents #cd.area .details .fax {
    background: #fff;
    padding: 5% 5% 5%;
    margin: 3em 0 0em;
    text-align: center;
  }
  #contents #cd.area .details .fax p {
    margin-bottom: 0em;
  }
  #contents #cd.area .details .fax p:nth-of-type(1) {
    font-size: 1.5em;
    font-weight: bold;
  }
  #contents #cd.area .details .fax p:nth-of-type(2) {
    font-size: 2em;
    font-weight: bold;
  }
  #contents #cd.area .details .fax p:nth-of-type(3) {
    font-size: 1.1em;
    font-weight: normal;
  }
  #contents #cd.area .details .link {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }
  #contents #cd.area .details .link li {
    width: 100%;
  }
  #contents #cd.area .details .buy_btn a {
    display: inline-block;
    padding: 0.5em 1em;
    margin-bottom: 0;
    width: 100%;
    box-sizing: border-box;
  }
  #contents .area.inner h1 {
    font-size: 1.6em;
    line-height: 1.5;
    padding: 1em 0;
  }
  #step.contest h2 {
    font-size: 1.6em;
    text-align: left;
  }
  #step.contest h2.title {
    /*text-align: left;*/
  }
  #step.contest .chart .arrow {
    height: 2em;
  }
  #step.contest .chart h2 {
    font-size: 1.6em;
    line-height: 1.6;
    padding: 0.3em 0.5em;
    border-bottom: none;
    border-left: none;
  }
  #step.contest .chart dt {
    width: 100%;
  }
  #step.contest .chart dd {
    width: 100%;
  }
  .adress {
    text-align: center;
    margin-top: 3em;
  }
  #contents .area {
    padding-top: 6%;
    padding-bottom: 1%;
  }
  #contents .logo {
    text-align: center;
    margin: 0em auto 1em;
    width: 10em;
    height: auto;
    max-width: 100%;
    display: block;
  }
  #contents .area.inner h1.top {
    font-size: 1.8em;
    line-height: 1.5;
    margin: 0em auto 1em;
    max-width: 100%;
  }
  #contents .area.inner h1.top::before {
    display: none;
  }
  /*KBA追加*/
  /*220310追加*/
  .top-box {
    position: relative;
  }
  #step.contest h2.title {
    font-size: 2em;
    line-height: 1.6;
  }
  #step.contest h2.title + p {
    font-size: 1.8em;
    line-height: 1.6;
    padding-bottom: 200px;
  }
  #step .link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: -1em auto 1em;
  }
  #step .link li {
    width: 100%;
  }
  #step .buy_btn {
    font-size: 1em;
    margin: .5em 0 0;
  }
  #step .buy_btn a {
    /*background: #e8093f;*/
    color: #fff;
    display: table;
    padding: .5em 1em;
    font-size: 1.2em;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  #step .link li:last-of-type .buy_btn a {
    /*background: #0941e8;*/
    margin-top: 1em;
  }
  #step .buy_btn a:hover {
    background: #999;
  }
  #step .buy_btn a:before {
    content: "&gt;";
    margin-right: 5px;
    font-family: Georgia, "Times New Roman", Times, serif;
  }
  #step .chart dd p {
    font-size: 1em;
  }
  #step .chart dd p:last-of-type {
    margin-bottom: 0;
  }
  /*220310追加*/
  #step.contest .chart .app-tit {
    border-radius: 10px 10px 0 0;
    padding-bottom: 5px;
  }
  #step.contest .chart .app-tit dt {
    width: 100%;
    font-size: 2.0em;
  }
  #step .chart .application {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 10px 10px;
    background: #fff;
    padding: 1% 0 4%;
  }
  #step .chart .application dl {
    padding: 4%;
  }
  #step.contest .chart .application dd {
    width: 100%;
  }
  #step .chart .application dd {
    border-left: none;
    padding: 0% 0%;
  }
  #step.contest .chart .application &gt; li {
    width: 100%;
    border-radius: 0px;
    padding: 0 4%;
  }
  #step.contest .chart .application &gt; li:first-child {
    /*margin-right: 1%;*/
  }
  #step.contest .chart .application &gt; li:last-child {
    /*margin-left: 1%;*/
    border-left: none;
  }
  #step.contest .chart .application &gt; li:last-child &gt; dl {
    border-top: 1px solid #191919;
    border-radius: 0;
  }
  /*.final*/
  #contents.final .chart dl {
    padding: 4%;
  }
  #contents.final #step.contest .chart dt {
    width: 100%;
    line-height: 1.4;
    margin-bottom: 0.5em;
    font-size: 1.8em;
	  text-align: left
  }
  #step .chart dt {}
  #contents.final #step.contest .chart dd {
    width: 100%;
    padding: .5em 0% 0;
    border-left: none;
    box-sizing: border-box;
    border-top: 1px solid #191919;
  }
  #contents.final #step .buy_btn {
    font-size: 1em;
    margin: .5em 0 0;
    text-align: center;
  }
  #contents.final #step .buy_btn.gototop {
    font-size: 1.7em;
    line-height: 1.8;
    padding: 0 0%;
    margin-top: 6%;
  }
  #contents.final #step .buy_btn a {
    background: #e8093f;
    color: #fff;
    display: block;
    padding: .5em 1em;
    font-size: 1.1em;
    width: 100%;
    margin: 0 auto;
  }
  #contents.final #step.contest .chart dt span {
    width: 100%;
    font-weight: normal;
    font-size: 0.8em;
  }
  #contents.final #step.contest .chart li {
    margin-bottom: 5px;
  }
  /*.final*/
  /*.final2024*/
  #contents.final.final2024 #step .chart dd .flex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  /*.final2024*/
  /*.result*/
  .result #step .chart dd p:last-of-type {
    margin-bottom: 1em;
  }
  .lank {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 1em;
  }
  .result-img {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }
  .result-img li:first-of-type {
    margin-right: 0%;
  }
  #contents.final #step.contest .chart .result-img li {
    margin-bottom: 4%;
  }
  #contents.final #step.contest .chart .result-img2 li:first-of-type {
    margin-right: 0%;
    margin-bottom: 1%;
  }
  #contents.final.recording #step.contest .chart .result-img2 li:first-of-type {
    margin-right: 0%;
    margin-bottom: 4%;
  }
  /*.result*/
  /*.result2023*/
  .lank02 {
    margin-bottom: 0em;
    font-size: 1em;
    margin-left: 0.5em;
  }
  .narrow-width {
    width: 100%;
    margin: 0 auto;
  }
  .photo-layout {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.5em;
  }
  .photo-layout .lank {
    width: 100%;
    margin-bottom: 1em;
  }
  .last-photo-layout {}
  .photo-area {
    width: 33%;
    text-align: center;
    margin: 0 auto;
  }
  .photo-area img {
    border-radius: 50%;
    margin-bottom: 5%;
    width: 100%;
  }
  .result #step .chart dd .photo-area p {
    margin-bottom: 0;
    text-align: center;
  }
  /*.result2023*/
  /*.top-link*/
  #step .top-link .link {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1em auto 0em;
    flex-direction: row;
  }
  #step .top-link .link li {
    width: 100%;
    margin: 0 0%;
  }
  /*.top-link*/
}
@media screen and (max-width:380px) {
  #contents .area .details h2 br {
    display: none;
  }
  #contents .area.disc h1 {
    font-size: 1.6em;
  }
}
@media screen and (max-width:1120px) and (min-height:1025px) {}
@media screen and (max-width:910px) {}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {}
/*メガメニュー*/
/* -------------------- */
/* ▼メニューバーの装飾 */
/* -------------------- */
ul.ddmenu {}
/* -------------------------- */
/* ▼メインメニュー項目の装飾 */
/* -------------------------- */
ul.ddmenu li {
  position: relative; /* ★サブメニュー表示の基準位置にする */
}
ul.ddmenu a {
  display: block; /* ★項目内全域をリンク可能にする */
}
ul.ddmenu a:hover {}
/* ---------------------------------- */
/* ▼サブメニューがある場合に開く処理 */ /* ※サブメニューが1階層しか存在しない場合の記述 */
/* ---------------------------------- */
ul.ddmenu li:hover ul {
  display: block; /* ★マウスポインタが載っている項目の内部にあるリストを表示する */
}
/* -------------------- */
/* ▼サブメニューの装飾 */
/* -------------------- */
ul.ddmenu ul {
  margin: 0px; /* ★サブメニュー外側の余白(ゼロ) */
  padding: 0px; /* ★サブメニュー内側の余白(ゼロ) */
  display: none; /* ★標準では非表示にする */
  position: absolute; /* ★絶対配置にする */
}
/* ------------------------ */
/* ▼サブメニュー項目の装飾 */
/* ------------------------ */
#header .navi ul.ddmenu ul {
  width: 100%;
}
#header .navi ul.ddmenu ul li {
  width: 100%;
  font-size: 1em;
  padding: 0;
  margin: 10px 0 0;
}
#header .navi ul.ddmenu ul li a {
  border: none;
  background: rgba(255, 255, 255, .3);
}
#header .navi ul.ddmenu ul li a:hover {}
@media screen and (max-width:736px) {
  #header .navi li:nth-child(3), #header .navi li:nth-child(4) {
    /*width: 100%;*/
  }
  #header .navi li:nth-child(3) a {
    /*border-right: 1px solid #333;*/
  }
  ul.ddmenu li:hover ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  #header .navi ul.ddmenu ul li {
    margin: 0px 0 0;
  }
  #header .navi ul.ddmenu ul li a {
    border: none;
    background: rgba(255, 255, 255, .0);
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
  }
  #header .navi ul.ddmenu ul li:nth-child(1) a {
    border-left: 1px solid #333;
  }
  #header .navi ul.ddmenu ul li a:hover {}
}
/*メガメニュー*/</pre></body></html>