@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Quicksand&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:300&display=swap");
/* -- FOUNDATION -- */
/* reset CSS */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* reset CSS ここまで */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
  color: #333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  opacity: 0.8;
}

main {
  display: block;
}

/* -- LAYOUT -- */
.header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #333;
}

.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 90%;
  height: auto;
  max-width: 1366px;
  margin: 0 auto;
  margin: 0 auto;
}

.header .logo_tfm {
  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;
  width: 140px;
  height: 80px;
}

.header .logo_tfm > img {
  width: 100%;
  height: auto;
}

.header .freq {
  width: 100%;
  max-width: 1366px;
  margin: 15px auto 5px;
  font-size: 1rem;
  text-align: right;
  line-height: 1.2;
  font-family: sans-serif;
}

@media (max-width: 800px) {
  .header_container {
    background: none;
  }
  .header .logo_tfm {
    width: 105px;
    height: 70px;
  }
  .header .freq {
    display: none;
  }
}

.ham {
  display: none;
}

.ham_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 70px;
  cursor: pointer;
}

.ham_menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: white;
  left: 0;
  top: 0;
  z-index: 2;
}

.ham_menu .hideIcon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 15px;
  right: 5%;
  cursor: pointer;
}

.ham__contents {
  margin-top: 100px;
  font-family: "Quicksand", sans-serif;
  text-align: center;
}

.ham__contents > li {
  margin-bottom: 30px;
}

.ham_sns {
  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;
  margin-top: 50px;
}

.ham_sns > li {
  margin: 0 20px;
}

.ham_sns > li > a > img {
  width: 30px;
  height: auto;
}

@media (max-width: 480px) {
  .ham {
    display: block;
  }
}

#menu.is-open {
  display: block;
  overflow-y: hidden;
}

.main {
  width: 100%;
  margin: 0 auto;
}

.mainNav {
  width: 90%;
  max-width: 1366px;
  height: 70px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "Quicksand", sans-serif;
  word-break: keep-all;
}

.mainNav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Quicksand", sans-serif;
}

.mainNav_menu > li {
  padding-right: 30px;
}

.mainNav_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainNav_sns > li {
  margin-left: 15px;
}

.mainNav_sns > li > a > img {
  width: 25px;
  height: 25px;
}

@media (max-width: 800px) {
  .mainNav {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .mainNav {
    display: none;
  }
}

/* -- kv -- */
.kv {
  width: 100%;
  position: relative;
  background: url(../../img/header_wide.jpg) no-repeat top center;
}

.kv .mainTtl {
  width: auto;
  height: 711px;
  margin: 0 0 0 0;
  text-align: center;
}

.kv .mainTtl img.pc2, .kv .mainTtl img.sp {
  display: none;
}

.kv .emblem {
  max-width: 1366px;
  margin: 0 auto 0;
}

.kv .emblem img {
  float: right;
  width: 86px;
  height: auto;
  padding: 35px 0 0 0;
}

@media (min-width: 801px) and (max-width: 1366px) {
  .kv {
    position: relative;
    background: none;
  }
  .kv .mainTtl {
    width: 100%;
    max-width: 1366px;
    height: auto;
    margin: 0 0 0 0;
    text-align: center;
  }
  .kv .mainTtl img.pc2 {
    display: block;
    width: 100%;
    height: auto;
  }
  .kv .mainTtl img.sp {
    display: none;
  }
  .emblem {
    position: absolute;
    top: 1.5%;
    right: 2%;
  }
  .emblem img {
    width: 50px;
    height: auto;
    padding: 0;
  }
}

@media (max-width: 800px) {
  .kv {
    background: none;
  }
  .kv .mainTtl {
    width: 100%;
    height: auto;
    margin: 0;
    text-align: center;
  }
  .kv .mainTtl img.sp {
    display: block;
    width: 100%;
    height: auto;
  }
  .kv .mainTtl img.pc2 {
    display: none;
  }
}

/* -- about -- */
.about {
  margin: 60px 0 0 0;
}

.about_inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.about_ttl {
  margin: 0 0 50px 0;
  text-align: center;
  background: url(../../img/about_tt_bg.png) no-repeat center;
}

.about_ttl img {
  width: 70px;
  height: auto;
  padding: 0 20px;
  background: #fff;
}

.about_subttl {
  margin: 0 0 30px 0;
  text-align: center;
  color: #de0062;
  font-size: 170%;
}

.about p {
  max-width: 950px;
  margin: 20px auto 40px;
  font-size: 110%;
  line-height: 1.7;
}

.about_game {
  text-align: center;
}

.about_game img.pc {
  display: block;
  margin: 0 auto;
}

.about_game img.sp {
  display: none;
}

@media (max-width: 800px) {
  .about {
    width: 95%;
    margin: 9% auto 12%;
  }
  .about_ttl {
    margin: 0 0 7% 0;
  }
  .about_ttl img {
    width: 70px;
    height: auto;
    padding: 0 5%;
    background: #fff;
  }
  .about_subttl {
    margin: 0 0 5% 0;
    font-size: 130%;
    line-height: 1.2;
  }
  .about_subttl span {
    display: block;
    margin: 3% 0 0 0;
  }
  .about p {
    width: 90%;
    margin: 5% auto;
    font-size: 100%;
    line-height: 1.6;
  }
  .about_game {
    text-align: center;
  }
  .about_game img.pc {
    display: none;
  }
  .about_game img.sp {
    display: block;
    max-width: 400px;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
}

/* -- program -- */
.program {
  margin: 80px 0 0 0;
}

.program_att {
  width: 100%;
  max-width: 800px;
  padding: 20px 0;
  margin: 60px auto 60px;
  text-align: center;
  color: #de0062;
  border: 1px solid #de0062;
}

.program_inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.program_ttl {
  margin: 0 0 60px 0;
  text-align: center;
  font-size: 120%;
  background: url(../../img/program_tt_bg.png) no-repeat center;
}

.program_ttl img {
  width: 188px;
  height: auto;
  padding: 0 20px;
  background: #fff;
}

.program_list {
  max-width: 880px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.program_list article {
  position: relative;
  width: 42%;
  max-width: 400px;
  margin: 0 0 40px 0;
  list-style: none;
  font-size: 95%;
}

.program_list article .subttl {
  margin: 0 0 10px 0;
  font-size: 110%;
}

.program_list article .subttl em {
  color: #de0062;
  font-style: normal;
}

.program_list article .txt {
  padding: 0 0 15px 0;
}

.program_list article img {
  width: 100%;
  height: auto;
  margin: 0 0 15px 0;
}

.program_list article img.ph {
  float: right;
  width: 100px;
  height: auto;
  border-radius: 50px;
  margin: 0 0 0 5px;
  border: 1px solid #ddd;
}

.program_list article img.icon {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 90px;
  height: auto;
}

.program_list article strong {
  display: block;
  width: 99%;
  padding: 20px 0;
  color: #052667;
  line-height: 1.2;
  background: url(../../img/border_short.png) no-repeat top center;
}

.program_list article strong span {
  font-weight: normal;
  font-size: 90%;
}

@media (max-width: 800px) {
  .program {
    width: 95%;
    margin: 9% auto 0;
  }
  .program_att {
    width: 90%;
    padding: 3%;
    margin: 0 auto 15%;
    text-align: left;
    font-size: 90%;
  }
  .program_inner {
    width: 96%;
    margin: 0 auto;
  }
  .program_ttl {
    margin: 0 0 11% 0;
  }
  .program_ttl img {
    width: 190px;
    height: auto;
    padding: 0 20px;
    background: #fff;
  }
  .program_subttl {
    margin: 0 0 7% 0;
    font-size: 140%;
    line-height: 1.2;
  }
  .program_list {
    display: block;
  }
  .program_list article {
    width: 90%;
    margin: 0 auto 10%;
    list-style: none;
  }
  .program_list article img.icon {
    position: absolute;
    top: -25px;
    left: -25px;
    width: 80px;
    height: auto;
  }
}

.footer {
  background: url(../../img/border_long.png) repeat-x top center;
  margin: 10px 0 0 0;
  padding: 3px 0 0 0;
}

.copyright {
  margin-top: 20px;
  padding: 0 5% 30px;
  font-size: 1.2rem;
  text-align: center;
  font-family: "Quicksand", sans-serif;
}

@media (max-width: 800px) {
  .copyright {
    margin-top: 20px;
  }
}

.pagetop {
  position: fixed;
  padding: 2px 5px;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 7px;
  z-index: 100;
}

.pagetop > img {
  width: 30px;
  min-height: 0;
}

.pagetop > p {
  margin-top: 1px;
  font-family: "Quicksand", sans-serif;
  font-size: 1.2rem;
}

.audee_bnr {
  max-width: 820px;
  margin: 0 auto 70px;
  text-align: center;
}

.audee_bnr img {
  border-radius: 10px;
}

@media (max-width: 800px) {
  .audee_bnr {
    margin: 0 auto 7%;
  }
  .audee_bnr img {
    width: 90%;
    margin: 0 auto;
  }
}

.sponsor_bnr {
  max-width: 820px;
  margin: 0 auto 90px;
  text-align: center;
}

.sponsor_bnr img {
  width: 100%;
  height: auto;
}

@media (max-width: 800px) {
  .sponsor_bnr {
    width: 90%;
    margin: 0 auto 11%;
    text-align: center;
  }
  .sponsor_bnr img {
    width: 100%;
    height: auto;
  }
}

/* =========================================================
  clearfix
  ========================================================= */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pcDetail {
  display: block;
}

.spDetail {
  display: none;
}

@media (max-width: 800px) {
  .spDetail {
    display: block;
  }
  .pcDetail {
    display: none;
  }
}

.audee_kana {
  font-size: 75%;
}

.audee_kana2 {
  font-size: 60%;
}
/*# sourceMappingURL=style.css.map */