@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  height: 1px;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}
.cl:after {
  width: 1px;
  height: 0px;
  content: "";
  line-height: 0;
  display: block;
  clear: both;
}
.tel {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .tel {
    pointer-events: auto;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
:root {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  :root {
    background: #fff;
    font-size: 20px;
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 768px) {
  :root {
    font-size: 15px;
  }
}
body {
  background: #fff;
}
a:link {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a:focus {
    outline: none;
  }
}
@media screen and (min-width: 768px) {
  a:hover {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  a:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  a:visited {
    color: #333;
  }
}
@media screen and (max-width: 768px) {
  a:visited {
    color: #333;
  }
}
.deadLink,
.deadlink {
  pointer-events: none !important;
  cursor: default !important;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.u_line {
  text-decoration: underline;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  header {
    width: 100%;
    min-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    min-width: 100%;
  }
}
header dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
}
header dl dt {
  width: 62px;
}
header dl dd nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header dl dd ul.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  header dl dd ul.nav {
    width: 100%;
    display: block;
    position: fixed;
    left: 0;
    top: -100%;
    background: #fff;
    padding: 20px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  header dl dd ul.nav.menuOn {
    top: 0%;
  }
}
header dl dd ul.nav li {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  header dl dd ul.nav li {
    margin-top: 5px;
    width: 100%;
  }
}
header dl dd ul.nav li a {
  display: block;
  font-size: 0.75rem;
  color: #000;
  height: 22px;
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  header dl dd ul.nav li a {
    width: 100%;
    padding: 20px 10px 20px 30px;
  }
}
header dl dd ul.nav li a.headerIconHome {
  background: url("../images/headerIconHome.svg") left center no-repeat;
  background-size: 22px 22px;
}
header dl dd ul.nav li a.headerIconSc {
  background: url("../images/headerIconSc.svg") left center no-repeat;
  background-size: 22px 22px;
}
header dl dd ul.nav li a.headerIconTgs {
  background: url("../images/headerIconTgs.svg") left center no-repeat;
  background-size: 22px 22px;
}
header dl dd ul.nav li a.headerIconApp {
  background: url("../images/headerIconApp.svg") left center no-repeat;
  background-size: 22px 22px;
}
header dl dd ul.nav li a.headerIconCont {
  background: url("../images/headerIconCont.svg") left center no-repeat;
  background-size: 22px 22px;
}
header dl dd ul.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  header dl dd ul.lang {
    width: auto;
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
header dl dd ul.lang li {
  margin-left: 0px;
}
@media screen and (max-width: 768px) {
  header dl dd ul.lang li {
    margin-top: 0px;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
header dl dd ul.lang li a {
  display: block;
  font-size: 0.75rem;
  color: #000;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  header dl dd ul.lang li a {
    width: 100%;
    padding: 0px;
    display: block;
    text-align: center;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  header dl dd ul.lang li span {
    width: 100%;
    padding: 0px;
    display: block;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  header dl dd .smpMenu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header dl dd .smpMenu {
    display: block;
    width: 25px;
    height: 20px;
    position: relative;
  }
  header dl dd .smpMenu span {
    width: 100%;
    height: 2px;
    position: absolute;
    background: #000;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  header dl dd .smpMenu span:nth-of-type(1) {
    top: 0;
  }
  header dl dd .smpMenu span:nth-of-type(2) {
    top: 50%;
  }
  header dl dd .smpMenu span:nth-of-type(3) {
    top: 100%;
  }
  header dl dd .smpMenu.menuOn span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header dl dd .smpMenu.menuOn span:nth-of-type(2) {
    top: 50%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  header dl dd .smpMenu.menuOn span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
main {
  margin-top: 54px;
  width: 100%;
  min-width: 1000px;
}
@media screen and (max-width: 768px) {
  main {
    width: 100%;
    min-width: 100%;
  }
}
section,
artcle {
  width: 100%;
  margin: 0 auto;
  min-width: 1000px;
}
@media screen and (max-width: 768px) {
  section,
  artcle {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  footer {
    width: 100%;
    min-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    width: 100%;
    min-width: 100%;
    line-height: 1.3;
  }
}
.imgbox {
  width: 100%;
}
.imgbox img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .smpbr {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .smpbr {
    display: inline;
  }
}
.btnAreaBox {
  background: #dcff00;
  padding: 64px 0;
  text-align: center;
  min-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .btnAreaBox {
    padding: 10%;
    min-width: 100%;
    width: 100%;
  }
}
.btnAreaBox h2 {
  font-size: 1.55rem;
  font-weight: 800;
  color: #333 !important;
}
@media screen and (max-width: 768px) {
  .btnAreaBox h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    display: block;
    width: 100%;
  }
}
.btnAreaBox .btn.dualBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 180px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .btnAreaBox .btn.dualBtn {
    padding: 0 0px;
  }
}
.btnAreaBox .btn a:link,
.btnAreaBox .btn a:visited {
  margin: 54px auto 0;
  border: 2px solid #707070;
  background: #fff;
  display: block;
  color: #707070;
  width: 340px;
  text-align: center;
  padding: 17px;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .btnAreaBox .btn a:link,
  .btnAreaBox .btn a:visited {
    width: auto;
    margin: 21px auto 0;
  }
}
.btnAreaBox .btn a span {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btnAreaBox .btn a span:after {
  color: #ffa238;
  content: "　＞";
  font-size: 1.55rem;
  font-weight: 800;
}
#mainImg {
  background: #fff url("../images/mainImg.jpg") center center no-repeat;
  background-size: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  #mainImg {
    padding: 0 5%;
  }
}
#mainImg.jp {
  background: #fff;
  background-image: none;
  background-size: cover;
}
#mainImg .newRead {
  width: 100%;
  min-width: 1000px;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.4;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  #mainImg .newRead {
    min-width: 100%;
    max-width: 120%;
    padding: 10px 0 25px;
  }
}
#mainImg .newRead .readText {
  font-size: 1.8rem;
  font-weight: bold;
  color: #aebe00;
}
#mainImg .newRead .dayText {
  font-size: 1rem;
  font-weight: bold;
  background: #aebe00;
  color: #fff;
  display: inline-block;
  padding: 7px 18px 9px;
  margin-top: 10px;
}
#mainImg h2 {
  display: block;
}
#mainImg dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #mainImg dl {
    max-width: 100%;
    min-width: 100%;
  }
}
#mainImg dl dt {
  width: 77%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 1;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #mainImg dl dt {
    left: 0%;
    width: 70%;
  }
}
#mainImg dl dt div {
  width: 100%;
}
#mainImg dl dd {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  right: 0;
  padding: 35px 0 0;
}
@media screen and (max-width: 768px) {
  #mainImg dl dd {
    right: 0%;
    width: 35%;
  }
}
#mainImg h1,
#mainImg h2 {
  width: 100%;
  display: block;
}
#mainImg img {
  width: 100%;
}
#mainImg .readCopy {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  #mainImg .readCopy {
    padding: 10px 0;
  }
}
#mainImg .readCopy p {
  font-size: 1.3rem;
  font-weight: 800;
  color: #dcff00;
  letter-spacing: 0.26em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #mainImg .readCopy p {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
#mainImg .readCopy p span {
  letter-spacing: 0;
}
#readSectionA {
  width: 100%;
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #readSectionA {
    max-width: 100%;
    min-width: 100%;
  }
}
#readSectionA dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../images/readSectionA.jpg") right center no-repeat;
  padding: 35px 0;
}
@media screen and (max-width: 768px) {
  #readSectionA dl {
    background: url("../images/readSectionA.jpg") center top no-repeat;
    background-size: 100%;
    padding-top: 45%;
  }
}
#readSectionA dl dt {
  width: 46%;
  padding: 35px;
  -webkit-box-shadow: 0px 3px 6px rgba(114,114,114,0.161);
          box-shadow: 0px 3px 6px rgba(114,114,114,0.161);
  z-index: 1;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #readSectionA dl dt {
    width: 90%;
    margin: 0 auto;
    padding: 18px 7%;
  }
}
#readSectionA dl dt h2 {
  font-size: 1.55rem;
  font-weight: 800;
  color: #a4be00;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #readSectionA dl dt h2 {
    font-size: 1.35rem;
  }
}
#readSectionA dl dt p {
  margin-top: 10px;
  font-size: 0.75rem;
  color: #707070;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #readSectionA dl dt p {
    font-size: 0.85rem;
  }
}
#readSection {
  background: #f5f5f5;
  margin-bottom: 50px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
@media screen and (max-width: 768px) {
  #readSection {
    padding: 0;
  }
}
#readSection .readSectionDl {
  background: url("../images/readSection.jpg") left top no-repeat;
  width: 100%;
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #readSection .readSectionDl {
    max-width: 100%;
    min-width: 100%;
    background: url("../images/readSection.jpg") center top no-repeat;
    background-size: 100%;
    max-width: 100%;
    padding-top: 45%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#readSection .readSectionDl > dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background: #fcfcfc;
  padding: 36px;
  -webkit-box-shadow: 0px 3px 6px rgba(114,114,114,0.161);
          box-shadow: 0px 3px 6px rgba(114,114,114,0.161);
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #readSection .readSectionDl > dt {
    width: 90%;
    margin: 0 auto;
  }
}
#readSection .readSectionDl > dt h2 {
  font-size: 1.55rem;
  font-weight: 800;
  text-align: center;
  color: #a4be00;
}
#readSection .readSectionDl > dt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #readSection .readSectionDl > dt dl {
    width: 90%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #readSection .readSectionDl > dt dl dt {
    width: 100%;
  }
}
#readSection .readSectionDl > dt dl dd {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #readSection .readSectionDl > dt dl dd {
    margin-left: 0;
    width: 100%;
  }
}
#readSection .readSectionDl > dt dl h3 {
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 800;
  margin-top: 10px;
  color: #707070;
}
#readSection .readSectionDl > dt dl p {
  font-size: 0.75rem;
  line-height: 1.6;
  color: #707070;
  letter-spacing: 0.05em;
}
#downLoad {
  margin-top: 40px;
  background: #f5f5f5;
  padding: 50px 0;
}
#downLoad h2 {
  font-size: 1.55rem;
  font-weight: 800;
  text-align: center;
  color: #a4be00;
}
#downLoad ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 880px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  #downLoad ul {
    width: 100%;
    padding: 0 2%;
  }
}
#downLoad ul li {
  width: 200px;
  margin: 22px auto 0;
}
@media screen and (max-width: 768px) {
  #downLoad ul li {
    width: 45%;
  }
}
#downLoad ul li div {
  background: #fff;
}
#downLoad ul li figure {
  width: 100%;
  height: 150px;
  display: block;
  background: url("../images/downLoadBg.png") center center no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  #downLoad ul li figure {
    height: 74%;
  }
}
#downLoad ul li img {
  width: 100%;
  display: block;
}
#downLoad ul li h3 {
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.5;
  display: block;
  color: #707070;
  min-height: 70px;
  padding: 5px 10px;
}
#downLoad ul li a {
  font-size: 0.75rem;
  line-height: 1.6;
  display: block;
  background: #fff;
  border: 1px solid #707070;
  text-align: center;
  color: #707070;
  padding-bottom: 2px;
}
#downLoad ul li a:after {
  color: #ffa238;
  content: "　＞";
  font-size: 0.85rem;
  font-weight: 800;
}
#Venue {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #Venue {
    padding: 50px 0 0;
  }
}
#Venue h2 {
  font-size: 1.55rem;
  font-weight: 800;
  text-align: center;
  color: #a4be00;
}
#Venue ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 880px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #Venue ul {
    width: 100%;
  }
}
#Venue ul li {
  height: 250px;
}
@media screen and (max-width: 768px) {
  #Venue ul li {
    height: auto;
  }
}
#Venue ul li:nth-of-type(1) {
  width: 245px;
  background: url("../images/VenueA.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #Venue ul li:nth-of-type(1) {
    display: none;
  }
}
#Venue ul li:nth-of-type(2) {
  width: calc(100% - 490px);
  background: #dcff00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  #Venue ul li:nth-of-type(2) {
    width: 100%;
  }
}
#Venue ul li:nth-of-type(3) {
  width: 245px;
  background: url("../images/VenueB.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #Venue ul li:nth-of-type(3) {
    display: none;
  }
}
#Venue ul li h3 {
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
  color: #707070;
  line-height: 1.6;
}
#Venue ul li p {
  font-size: 0.8rem;
  margin-top: 5px;
  color: #707070;
  line-height: 1.6;
}
#preRelease {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #preRelease {
    padding: 50px 0;
  }
}
#preRelease h2 {
  font-size: 1.55rem;
  font-weight: 800;
  text-align: center;
  color: #a4be00;
}
#preRelease ul {
  width: 400px;
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  #preRelease ul {
    margin: 45px auto 0;
    width: 100%;
    padding: 0 5%;
  }
}
#preRelease ul li {
  margin: 10px 0 0 0;
}
#preRelease ul li h3 {
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.6;
}
#preRelease ul li p {
  font-size: 0.75rem;
  margin: 5px 0 0 0;
  line-height: 1.6;
}
#preRelease ul li a:link {
  text-decoration: underline;
  color: #333;
}
#preRelease ul li a:visited {
  text-decoration: underline;
  color: #333;
}
footer {
  margin: 0 auto;
  background: #454545;
  text-align: center;
  color: #fff;
  padding: 32px;
  width: 100%;
  min-width: 1000px;
}
@media screen and (max-width: 768px) {
  footer {
    min-width: 100%;
  }
}
footer p {
  color: #fff;
  font-size: 0.55rem;
}
.wrap {
  width: 100%;
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    max-width: 100%;
    min-width: 100%;
  }
}
.herobnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 192px;
}
@media screen and (max-width: 768px) {
  .herobnr {
    height: 100px;
  }
}
.herobnr h1 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.4em;
  -webkit-filter: drop-shadow(0px 0px 5px #000);
          filter: drop-shadow(0px 0px 5px #000);
}
@media screen and (max-width: 768px) {
  .herobnr h1 {
    text-align: center;
    font-size: 1.35rem;
    letter-spacing: 0.2em;
    padding: 0 5%;
  }
}
#schedule .herobnr {
  background: url("../images/mainSC.jpg") center center no-repeat;
  background-size: cover;
}
#schedule .scheduleInboxWrap {
  padding: 40px 0;
}
#schedule .scheduleInboxWrapGl {
  background: #f2f2f2;
  padding: 40px 0;
}
#schedule .scheduleInbox h2,
#schedule .scheduleInboxWrapGl h2 {
  font-size: 1.4rem;
  font-weight: 800;
  text-align: center;
  color: #000;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 768px) {
  #schedule .scheduleInbox h2,
  #schedule .scheduleInboxWrapGl h2 {
    line-height: 1.5;
    width: 90%;
    margin: 0 auto;
  }
}
#schedule .scheduleInbox h3,
#schedule .scheduleInboxWrapGl h3 {
  background: #353535;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  margin: 20px auto 0;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  width: 380px;
  padding: 7px;
}
@media screen and (max-width: 768px) {
  #schedule .scheduleInbox h3,
  #schedule .scheduleInboxWrapGl h3 {
    width: 90%;
  }
}
#schedule .scheduleInbox h3.extra,
#schedule .scheduleInboxWrapGl h3.extra {
  background: #dcff00;
  color: #000;
}
#schedule .scheduleInbox h4,
#schedule .scheduleInboxWrapGl h4 {
  font-size: 1.6rem;
  padding: 10px;
  font-weight: 800;
  text-align: center;
  margin: 0px auto 0;
}
#schedule .scheduleInbox h4.border,
#schedule .scheduleInboxWrapGl h4.border {
  width: 380px;
  border-top: 1px solid #c8c8c8;
}
#schedule .scheduleInbox h5,
#schedule .scheduleInboxWrapGl h5 {
  font-size: 0.75rem;
  padding: 10px;
  font-weight: 800;
  text-align: center;
}
#application .herobnr {
  background: url("../images/mainApplication.jpg") center center no-repeat;
  background-size: cover;
}
#application #applicationBox {
  background: #f2f2f2;
  width: 910px;
  min-width: 910px;
  text-align: center;
  padding: 70px;
}
@media screen and (max-width: 768px) {
  #application #applicationBox {
    width: 100%;
    min-width: 100%;
    padding: 40px;
  }
}
#application #applicationBox h2 img {
  width: 100%;
}
#application #applicationBox p {
  font-size: 1.5rem;
  color: #707070;
  margin: 15px auto 0;
  font-weight: 800;
}
#application #applicationBox .btn {
  width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #application #applicationBox .btn {
    width: 100%;
    min-width: 100%;
  }
}
#application #applicationBox .btn a {
  margin: 40px 0 0;
  border: 2px solid #707070;
  background: #fff;
  display: block;
  color: #707070;
  width: auto;
  text-align: center;
  padding: 17px;
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  #application #applicationBox .btn a {
    width: auto;
    margin: 21px auto 0;
  }
}
#application #applicationBox .btn a span {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#application #applicationBox .btn a span:after {
  color: #ffa238;
  content: "　＞";
  font-size: 0.8rem;
  font-weight: 800;
}
#application .applicationboxWrap {
  padding: 40px 0;
}
#application #applicationBox2020 {
  margin-top: 60px;
  line-height: 1;
}
#application #applicationBox2020 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #application #applicationBox2020 dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#application #applicationBox2020 dl dt {
  width: 480px;
}
@media screen and (max-width: 768px) {
  #application #applicationBox2020 dl dt {
    width: 100%;
  }
}
#application #applicationBox2020 dl dt img {
  width: 100%;
}
#application #applicationBox2020 dl dd {
  margin-left: 30px;
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #application #applicationBox2020 dl dd {
    width: 100%;
    padding: 40px;
    margin-left: 0;
  }
}
#application #applicationBox2020 dl dd h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #707070;
}
#application #applicationBox2020 dl dd .btn a {
  margin: 40px 0 0;
  border: 2px solid #707070;
  background: #fff;
  display: block;
  color: #707070;
  width: auto;
  text-align: center;
  padding: 17px;
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  #application #applicationBox2020 dl dd .btn a {
    width: auto;
    margin: 21px auto 0;
  }
}
#application #applicationBox2020 dl dd .btn a span {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#application #applicationBox2020 dl dd .btn a span:after {
  color: #ffa238;
  content: "　＞";
  font-size: 0.8rem;
  font-weight: 800;
}
.btnWrap {
  margin: 46px auto 0;
  width: 865px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .btnWrap {
    margin: 20px auto 0;
    width: 100%;
    min-width: 100%;
  }
}
.btnWrap h3 {
  font-size: 0.8rem;
  color: #707070;
  font-weight: 800;
  line-height: 1.6;
}
.btnWrap p {
  font-size: 0.75rem;
  color: #707070;
  line-height: 1.6;
  margin-top: 10px;
}
.btnWrap a:link,
.btnWrap a:visited {
  text-decoration: underline;
  color: #707070;
}
#contact {
  padding-bottom: 0px;
}
#contact .herobnr {
  background: url("../images/mainCont.jpg") center center no-repeat;
  background-size: cover;
}
#contact #contactBoxA,
#contact #contactBoxB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 46px auto 0;
  width: 865px;
  min-width: 865px;
}
@media screen and (max-width: 768px) {
  #contact #contactBoxA,
  #contact #contactBoxB {
    width: 100%;
    min-width: 100%;
    padding-top: 50%;
  }
}
#contact #contactBoxA {
  background: url("../images/contactA.jpg") left center no-repeat;
  background-size: 452px auto;
  padding: 28px 0;
}
@media screen and (max-width: 768px) {
  #contact #contactBoxA {
    background: url("../images/contactA.jpg") center top no-repeat;
    background-size: 100% auto;
    padding: 50% 0 0;
    width: 90%;
  }
}
#contact #contactBoxB {
  background: url("../images/contactB.jpg") left center no-repeat;
  background-size: 452px auto;
  padding: 28px 0;
}
@media screen and (max-width: 768px) {
  #contact #contactBoxB {
    background: url("../images/contactB.jpg") center top no-repeat;
    background-size: 100% auto;
    padding: 50% 0 0;
  }
}
#contact .contactInBox {
  background: #f2f2f2;
  height: 258px;
  width: 460px;
  padding: 28px;
}
@media screen and (max-width: 768px) {
  #contact .contactInBox {
    width: 90%;
    min-width: 100%;
    height: auto;
    margin-top: 0 auto;
  }
}
#contact #contactBoxC {
  margin: 46px auto 0;
  background: #f2f2f2;
  padding: 28px;
  width: 865px;
}
@media screen and (max-width: 768px) {
  #contact #contactBoxC {
    width: 100%;
    min-width: 100%;
  }
}
#contact h2 {
  font-size: 1.35rem;
  color: #a0b900;
  font-weight: 800;
  line-height: 1.6;
}
#contact h3 {
  font-size: 0.8rem;
  color: #707070;
  font-weight: 800;
  line-height: 1.6;
}
#contact p {
  font-size: 0.75rem;
  color: #707070;
  line-height: 1.6;
}
#contact a:link,
#contact a:visited {
  text-decoration: underline;
  color: #707070;
}
.contactDu {
  padding-bottom: 0px;
}
.contactDu .herobnr {
  background: url("../images/mainCont.jpg") center center no-repeat;
  background-size: cover;
}
.contactDu #contactBoxA,
.contactDu #contactBoxB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto 0;
  width: 910px;
  min-width: 910px;
}
@media screen and (max-width: 768px) {
  .contactDu #contactBoxA,
  .contactDu #contactBoxB {
    width: 100%;
    min-width: 100%;
    padding-top: 50%;
  }
}
.contactDu #contactBoxA {
  background: url("../images/contactA.jpg") left center no-repeat;
  background-size: 452px auto;
  padding: 28px 0;
}
@media screen and (max-width: 768px) {
  .contactDu #contactBoxA {
    background: url("../images/contactA.jpg") center top no-repeat;
    background-size: 100% auto;
    padding: 50% 0 0;
    width: 90%;
  }
}
.contactDu #contactBoxB {
  background: url("../images/contactB.jpg") left center no-repeat;
  background-size: 452px auto;
  padding: 28px 0;
}
@media screen and (max-width: 768px) {
  .contactDu #contactBoxB {
    background: url("../images/contactB.jpg") center top no-repeat;
    background-size: 100% auto;
    padding: 50% 0 0;
  }
}
.contactDu .contactInBox {
  background: #f2f2f2;
  height: 258px;
  width: 460px;
  padding: 28px;
}
@media screen and (max-width: 768px) {
  .contactDu .contactInBox {
    width: 90%;
    min-width: 100%;
    height: auto;
    margin-top: 0 auto;
  }
}
.contactDu #contactBoxC {
  margin: 46px auto 0;
  background: #f2f2f2;
  padding: 28px;
  width: 865px;
}
@media screen and (max-width: 768px) {
  .contactDu #contactBoxC {
    width: 100%;
    min-width: 100%;
  }
}
.contactDu h2 {
  font-size: 1.35rem;
  color: #a0b900;
  font-weight: 800;
  line-height: 1.6;
}
.contactDu h3 {
  font-size: 0.8rem;
  color: #707070;
  font-weight: 800;
  line-height: 1.6;
}
.contactDu p {
  font-size: 0.75rem;
  color: #707070;
  line-height: 1.6;
}
.contactDu a:link,
.contactDu a:visited {
  text-decoration: underline;
  color: #707070;
}
.planningBoxRightWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 960px;
  margin: 28px auto 0;
  padding: 28px 0;
}
@media screen and (max-width: 768px) {
  .planningBoxRightWrap {
    width: 100%;
    margin: 28px auto 0;
    padding: 50% 0 28px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.planningBoxRightWrap.planningPhotoA {
  background: url("../images/planningA.jpg") left top no-repeat;
  background-size: 454px;
}
@media screen and (max-width: 768px) {
  .planningBoxRightWrap.planningPhotoA {
    background-size: 100%;
  }
}
.planningBoxRightWrap.planningPhotoC {
  background: url("../images/planningC.jpg") left top no-repeat;
  background-size: 454px;
}
@media screen and (max-width: 768px) {
  .planningBoxRightWrap.planningPhotoC {
    background-size: 100%;
  }
}
.planningBoxLeftWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 960px;
  margin: 28px auto 0;
  padding: 28px 0;
}
@media screen and (max-width: 768px) {
  .planningBoxLeftWrap {
    width: 100%;
    margin: 28px auto 0;
    padding: 50% 0 28px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.planningBoxLeftWrap.planningPhotoB {
  background: url("../images/planningB.jpg") right top no-repeat;
  background-size: 454px;
}
@media screen and (max-width: 768px) {
  .planningBoxLeftWrap.planningPhotoB {
    background-size: 100%;
  }
}
.planningBoxLeftWrap.planningPhotoD {
  background: url("../images/planningD.jpg") right top no-repeat;
  background-size: 454px;
}
@media screen and (max-width: 768px) {
  .planningBoxLeftWrap.planningPhotoD {
    background-size: 100%;
  }
}
.planningBoxRight {
  height: 344px;
  background: #f2f2f2;
  width: 560px;
  padding: 28px;
}
@media screen and (max-width: 768px) {
  .planningBoxRight {
    width: 90%;
    padding: 28px;
    height: auto;
    margin: 0 auto;
  }
}
.planningBoxRight.long {
  height: 390px;
}
.planningBoxLeft {
  height: 344px;
  background: #f2f2f2;
  width: 560px;
  padding: 28px;
}
@media screen and (max-width: 768px) {
  .planningBoxLeft {
    width: 90%;
    padding: 28px;
    height: auto;
    margin: 0 auto;
  }
}
.planningBoxCenter {
  background: #f2f2f2;
  width: 100%;
  padding: 28px;
  width: 960px;
  margin: 28px auto 0;
}
@media screen and (max-width: 768px) {
  .planningBoxCenter {
    width: 90%;
    padding: 28px;
  }
}
.planningBoxCenter h2 {
  text-align: center;
}
#planning {
  padding-bottom: 46px;
}
#planning .herobnr {
  background: url("../images/mainTGS.jpg") center center no-repeat;
  background-size: cover;
}
#planning h2 {
  font-size: 1.35rem;
  color: #a0b900;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
#planning h3 {
  font-size: 0.8rem;
  color: #707070;
  font-weight: 800;
  line-height: 1.6;
}
#planning p {
  font-size: 0.75rem;
  color: #707070;
  line-height: 1.6;
  margin-top: 10px;
}
.adnr {
  padding: 35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .adnr .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.adnr .wrap {
  width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.adnr a {
  padding: 0 0px 30px;
  display: block;
  width: 31%;
}
@media screen and (max-width: 768px) {
  .adnr a {
    padding: 5px 0px;
    display: block;
    width: 48%;
  }
  .adnr a img {
    width: 100%;
  }
}
.adnr a img {
  width: 100%;
}
.adnr div {
  width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .adnr div {
    width: 100%;
  }
}
.adnr div a {
  padding: 0 15px 30px;
  display: block;
  width: 31%;
}
@media screen and (max-width: 768px) {
  .adnr div a {
    padding: 5px 5px;
    display: block;
    width: 48%;
  }
  .adnr div a img {
    width: 100%;
  }
}
.adnr div a img {
  width: 100%;
}
#indeGame .indieText {
  font-size: 0.75rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #indeGame .indieText {
    font-size: 0.85rem;
  }
}
#indeGame .indieText a:link,
#indeGame .indieText a:visited {
  color: #000;
  text-decoration: underline;
}
#indeGame .indieImgWrap {
  width: 100%;
  text-align: center;
  background: url("../images/indieMain.jpg") center center no-repeat;
  background-size: cover;
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  #indeGame .indieImgWrap {
    padding: 70px 0;
  }
}
#indeGame .indieImgWrap h1 {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: 0.3em;
  line-height: 1.3;
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 5px #000);
          filter: drop-shadow(0px 0px 5px #000);
}
@media screen and (max-width: 768px) {
  #indeGame .indieImgWrap h1 {
    width: 90%;
    margin: 0 auto;
    letter-spacing: 0.2em;
    font-size: 1.5rem;
  }
}
#indeGame .indieImgWrap h1 span {
  font-size: 3.05rem;
}
@media screen and (max-width: 768px) {
  #indeGame .indieImgWrap h1 span {
    font-size: 2.5rem;
  }
}
#indeGame .indieRead {
  margin-top: 70px;
  font-size: 0.95rem;
  line-height: 1.68;
}
@media screen and (max-width: 768px) {
  #indeGame .indieRead {
    margin: 30px auto 0;
    width: 90%;
  }
}
#indeGame .indieRead a:link,
#indeGame .indieRead a:visited {
  color: #000;
  text-decoration: underline;
}
#indeGame .indieReadBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#indeGame .indieReadBox > dl {
  font-size: 0.75rem;
  line-height: 1.68;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 85px;
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #indeGame .indieReadBox > dl {
    font-size: 0.85rem;
    margin: 30px auto 0;
    width: 90%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#indeGame .indieReadBox > dl dt,
#indeGame .indieReadBox > dl dd {
  width: 50%;
  line-height: 1.68;
}
@media screen and (max-width: 768px) {
  #indeGame .indieReadBox > dl dt,
  #indeGame .indieReadBox > dl dd {
    width: 100%;
  }
}
#indeGame .indieReadBox > dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #indeGame .indieReadBox > dl dd figure {
    width: 90%;
    margin: 30px auto 0;
  }
  #indeGame .indieReadBox > dl dd figure img {
    width: 100%;
  }
}
#indeGame .campany {
  border-top: 1px dotted #626262;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #indeGame .campany {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 90%;
    margin: 30px auto 0;
  }
}
#indeGame .campany + .btn {
  margin: 0;
}
#indeGame .campany .special {
  background: #e00;
  font-size: 0.75rem;
  font-weight: 800;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#indeGame .campany p {
  font-size: 0.75rem;
  line-height: 1.68;
  text-align: center;
}
#indeGame .campany dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #indeGame .campany dl {
    width: 100%;
  }
}
#indeGame .campany dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#indeGame .campany dl dt,
#indeGame .campany dl dd {
  margin: 0 40px;
}
@media screen and (max-width: 768px) {
  #indeGame .campany dl dt,
  #indeGame .campany dl dd {
    margin: 0 15px;
    width: 50%;
  }
  #indeGame .campany dl dt img,
  #indeGame .campany dl dd img {
    width: 100%;
  }
}
#indeGame .indieWrap {
  background: #f2f2f2;
}
#indeGame .centerImg {
  text-align: center;
  display: block;
}
#indeGame .centerImg+* {
  margin-top: 60px;
}
#indeGame .indieWhiteWrap,
#indeGame .indieWrap {
  padding: 85px 0;
}
@media screen and (max-width: 768px) {
  #indeGame .indieWhiteWrap,
  #indeGame .indieWrap {
    padding: 30px 5%;
  }
}
#indeGame .indieWhiteWrap h2,
#indeGame .indieWrap h2 {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #a4be00;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.4em;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #indeGame .indieWhiteWrap h2,
  #indeGame .indieWrap h2 {
    padding-bottom: 30px;
  }
  #indeGame .indieWhiteWrap h2 br,
  #indeGame .indieWrap h2 br {
    display: none;
  }
}
#indeGame .indieWhiteWrap h2.spacing,
#indeGame .indieWrap h2.spacing {
  letter-spacing: 0.1em;
}
#indeGame .indieWhiteWrap .lText,
#indeGame .indieWrap .lText {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #030303;
}
#indeGame .indieWhiteWrap .MText,
#indeGame .indieWrap .MText {
  font-size: 0.75rem;
  line-height: 1.7;
  color: #030303;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #indeGame .indieWhiteWrap .MText,
  #indeGame .indieWrap .MText {
    font-size: 0.85rem;
    margin-top: 30px;
  }
}
#indeGame .indieWhiteWrap .Caution,
#indeGame .indieWrap .Caution {
  background: #f00;
  padding: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #indeGame .indieWhiteWrap .Caution,
  #indeGame .indieWrap .Caution {
    padding: 20px;
    margin-top: 30px;
  }
}
#indeGame .indieWhiteWrap .Caution h3,
#indeGame .indieWrap .Caution h3 {
  color: #fff;
  font-weight: 800;
  font-size: 1.4rem;
  text-align: center;
}
#indeGame .indieWhiteWrap .Caution h3 span,
#indeGame .indieWrap .Caution h3 span {
  padding-bottom: 5px;
  border-bottom: 4px solid #fff;
}
#indeGame .indieWhiteWrap .Caution p,
#indeGame .indieWrap .Caution p {
  margin-top: 40px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 2;
}
#indeGame .indieWhiteWrap h4,
#indeGame .indieWrap h4 {
  font-size: 1.25rem;
  text-align: center;
  color: #000;
  font-weight: 800;
  margin-top: 120px;
  line-height: 1.7;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 768px) {
  #indeGame .indieWhiteWrap h4,
  #indeGame .indieWrap h4 {
    font-size: 1.1rem;
    margin-top: 30px;
    text-align: left;
  }
  #indeGame .indieWhiteWrap h4 br,
  #indeGame .indieWrap h4 br {
    display: none;
  }
}
#indeGame .indieWhiteWrap h4 span,
#indeGame .indieWrap h4 span {
  text-decoration: underline;
}
#indeGame .indieWhiteWrap ul,
#indeGame .indieWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #indeGame .indieWhiteWrap ul,
  #indeGame .indieWrap ul {
    margin-top: 30px;
  }
}
#indeGame .indieWhiteWrap ul li,
#indeGame .indieWrap ul li {
  width: 30%;
  border: #9da374 3px solid;
  background: #fff;
  padding: 50px 15px 35px;
  margin: 30px 1.5%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #indeGame .indieWhiteWrap ul li,
  #indeGame .indieWrap ul li {
    width: 100%;
    margin: 15px 0;
  }
}
#indeGame .indieWhiteWrap ul li:before,
#indeGame .indieWrap ul li:before {
  position: absolute;
  width: 52px;
  height: 52px;
  left: 50%;
  top: -26px;
  background: #c2c2c2;
  border: #9da374 2px solid;
  margin-left: -26px;
  padding-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#indeGame .indieWhiteWrap ul li:nth-of-type(1):before,
#indeGame .indieWrap ul li:nth-of-type(1):before {
  content: '1';
}
#indeGame .indieWhiteWrap ul li:nth-of-type(2):before,
#indeGame .indieWrap ul li:nth-of-type(2):before {
  content: '2';
}
#indeGame .indieWhiteWrap ul li:nth-of-type(3):before,
#indeGame .indieWrap ul li:nth-of-type(3):before {
  content: '3';
}
#indeGame .indieWhiteWrap ul li:nth-of-type(4):before,
#indeGame .indieWrap ul li:nth-of-type(4):before {
  content: '4';
}
#indeGame .indieWhiteWrap ul li:nth-of-type(5):before,
#indeGame .indieWrap ul li:nth-of-type(5):before {
  content: '5';
}
#indeGame .indieWhiteWrap ul li h5,
#indeGame .indieWrap ul li h5 {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 800;
  color: #9da374;
}
#indeGame .indieWhiteWrap ul li .readBlock,
#indeGame .indieWrap ul li .readBlock {
  text-align: center;
  font-weight: 800;
  font-size: 0.8rem;
  line-height: 1.7;
  margin-top: 30px;
  letter-spacing: 0.05em;
}
#indeGame .indieWhiteWrap ul li .textBlock,
#indeGame .indieWrap ul li .textBlock {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 20px;
}
#indeGame .selectionDl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #indeGame .selectionDl {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#indeGame .selectionDl dt {
  background: #f3f3f3;
  width: 130px;
  padding: 20px;
  border-top: 1px dotted #000;
}
@media screen and (max-width: 768px) {
  #indeGame .selectionDl dt {
    width: 100%;
    padding: 12px;
  }
}
#indeGame .selectionDl dt h3 {
  font-size: 0.75rem;
  line-height: 1.7;
  color: #000;
}
@media screen and (max-width: 768px) {
  #indeGame .selectionDl dt h3 {
    font-size: 0.85rem;
  }
}
#indeGame .selectionDl dd {
  width: calc(100% - 150px);
  padding: 20px;
  border-top: 1px dotted #000;
}
@media screen and (max-width: 768px) {
  #indeGame .selectionDl dd {
    width: 100%;
    padding: 12px;
  }
}
#indeGame .selectionDl dd p {
  font-size: 0.75rem;
  line-height: 1.7;
  color: #000;
}
@media screen and (max-width: 768px) {
  #indeGame .selectionDl dd p {
    font-size: 0.85rem;
  }
}
#indeGame .selectionDl dd p.sText {
  font-size: 0.65rem;
}
@media screen and (max-width: 768px) {
  #indeGame .selectionDl dd p.sText {
    font-size: 0.75rem;
  }
}
#indeGame .selectionDl dd a {
  text-decoration: underline;
}
#indeGame .selectionDl dd a:visited,
#indeGame .selectionDl dd a:link {
  color: #000;
}
#indeGame .selectionDl:nth-of-type(1) dt {
  border-top: 0px dotted #000;
}
#indeGame .selectionDl:nth-of-type(1) dd {
  border-top: 0px dotted #000;
}
#indeGame #contactBoxC {
  margin: 46px auto 0;
  background: #f2f2f2;
  padding: 28px;
  width: 865px;
}
@media screen and (max-width: 768px) {
  #indeGame #contactBoxC {
    margin: 30px auto 0;
    width: 100%;
    min-width: 100%;
    padding: 28px 5%;
  }
}
#indeGame #contactBoxC.end {
  margin-bottom: 50px;
}
#indeGame #contactBoxC h2 {
  font-size: 1.4rem;
  font-weight: 800;
  text-align: left;
  color: #a0b900;
}
@media screen and (max-width: 768px) {
  #indeGame #contactBoxC h2 {
    line-height: 1.5;
    width: 100%;
    margin: 0 auto;
  }
}
#indeGame #contactBoxC p {
  margin-top: 20px;
  font-size: 0.75rem;
  text-align: left;
  color: #707070;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #indeGame #contactBoxC p {
    font-size: 0.85rem;
    line-height: 1.5;
    width: 100%;
    margin: 0 auto;
  }
}
#indeGame #contactBoxC a:link,
#indeGame #contactBoxC a:visited {
  font-size: 0.75rem;
  color: #707070;
  text-decoration: underline;
}
#indeGame .contactInBox {
  background: #f2f2f2;
  height: 258px;
  width: 460px;
  padding: 28px;
}
@media screen and (max-width: 768px) {
  #indeGame .contactInBox {
    width: 90%;
    min-width: 100%;
    height: auto;
    margin-top: 0 auto;
  }
}
#indeGame .indieNot .indieText {
  text-align: center;
}
#indeGame .indieNot .indieText a:link,
#indeGame .indieNot .indieText a:visited {
  color: #000;
  text-decoration: underline;
}
#indeGame .indieNot h3 {
  font-size: 1.1rem;
  font-weight: 800;
  margin-top: 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #indeGame .indieNot h3 {
    line-height: 1.5;
  }
}
#indeGame .indieNot h3:before {
  display: block;
  background: url("../images/not.png") center center no-repeat;
  position: absolute;
  background-size: cover;
  width: 40px;
  height: 40px;
  content: '';
  left: 50%;
  top: -60px;
  margin-left: -20px;
}
#indeGame .indieNot h3:nth-of-type(1):before {
  display: none;
}
@media screen and (max-width: 768px) {
  #indeGame .indieNot h3:nth-of-type(1) {
    margin-top: 40px;
  }
}
#indeGame .indieNot p {
  font-size: 0.75rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #indeGame .indieNot p {
    font-size: 0.85rem;
    line-height: 1.5;
  }
}
#indeGame .btn {
  margin-top: 10px;
}
#indeGame .btn:nth-of-type(2) {
  margin-top: 35px;
}
#indeGame .btn.dualBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 180px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #indeGame .btn.dualBtn {
    padding: 0 0px;
  }
}
#indeGame .btn a:link,
#indeGame .btn a:visited {
  margin: 0px auto 0;
  border: 2px solid #707070;
  background: #fff;
  display: block;
  color: #707070;
  min-width: 340px;
  width: 450px;
  text-align: center;
  padding: 17px;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  #indeGame .btn a:link,
  #indeGame .btn a:visited {
    width: auto;
    margin: 0px auto 0;
  }
}
#indeGame .btn a span {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#indeGame .btn a span:after {
  color: #ffa238;
  content: "　＞";
  font-size: 1.55rem;
  font-weight: 800;
}
#indeGame.spacing {
  letter-spacing: 0.1em;
}
.defbtn {
  margin-top: 10px;
}
.defbtn:nth-of-type(2) {
  margin-top: 35px;
}
.defbtn.dualBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 180px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .defbtn.dualBtn {
    padding: 0 0px;
  }
}
.defbtn a:link,
.defbtn a:visited {
  margin: 0px auto 0;
  border: 2px solid #707070;
  background: #fff;
  display: block;
  color: #707070;
  min-width: 340px;
  width: 450px;
  text-align: center;
  padding: 17px;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .defbtn a:link,
  .defbtn a:visited {
    width: auto;
    margin: 0px auto 0;
  }
}
.defbtn a span {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.defbtn a span:after {
  color: #ffa238;
  content: "　＞";
  font-size: 1.55rem;
  font-weight: 800;
}
.etcBoxCenter {
  background: #f2f2f2;
  width: 100%;
  padding: 28px;
  width: 960px;
  margin: 28px auto 28px;
}
@media screen and (max-width: 768px) {
  .etcBoxCenter {
    width: 90%;
    padding: 28px;
  }
}
.etcBoxCenter h2 {
  text-align: center;
  line-height: 1.5;
  font-size: 1.55rem;
  font-weight: 800;
  color: #a4be00 !important;
}
@media screen and (max-width: 768px) {
  .etcBoxCenter h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    display: block;
    width: 100%;
  }
}
.etcBoxCenter .defbtn {
  margin: 28px auto 0;
}
.etcBoxCenter p {
  margin: 28px auto 0;
  font-size: 0.75rem;
  line-height: 1.5;
}
.etcBoxCenter p a:link,
.etcBoxCenter p a:visited {
  color: #000;
  text-decoration: underline;
}
.sns {
  padding: 30px 0;
}
.sns dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns dl dt,
.sns dl dd {
  padding: 15px;
}
.sns dl dt img,
.sns dl dd img {
  width: 30px;
}
.tgs2021onlinesystem {
  width: 600px;
  margin: 20px auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .tgs2021onlinesystem {
    width: 92%;
  }
}
.tgs2021onlinesystem img {
  width: 100%;
}
