<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Quicksand:400&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:300&amp;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: #575757;
}

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

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

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: 1200px;
  margin: 0 auto;
  background-position: bottom right;
}

.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 &gt; img {
  width: 100%;
  height: auto;
}

.header .freq {
  margin-bottom: 5px;
  font-size: 1rem;
  text-align: right;
  line-height: 1.2;
  font-family: sans-serif;
}

@media (max-width: 800px) {
  .header {
    height: 70px;
  }
  .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 &gt; 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 &gt; li {
  margin: 0 20px;
}

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

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

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

.main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.mainNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 70px;
  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 &gt; 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 &gt; li {
  margin-left: 15px;
}

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

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

.kv {
  margin: 0 auto 50px;
}

@media (max-width: 480px) {
  .kv {
    margin: 0 auto;
  }
}

.lead {
  margin: 0 auto 70px;
}

.lead_ttl {
  margin: 0 auto 10px;
  font-size: 3rem;
  font-weight: bold;
  color: #dd0313;
  text-align: center;
}

.lead_ttl &gt; span {
  display: block;
  font-size: 1.6rem;
}

.lead_subttl {
  margin: 0 auto 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #003a8b;
  text-align: center;
}

.lead_subttl &gt; span a {
  color: #00aced;
  padding: 0 1%;
  font-size: 4.2rem;
  text-decoration: underline;
}

.lead_catch {
  margin: 0 auto 30px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.lead_date {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.lead_txt {
  margin-bottom: 30px;
  text-align: center;
  line-height: 2;
}

.lead_txt_audee {
  padding-top: 40px !important;
}

@media (max-width: 800px) {
  .lead_ttl {
    margin-bottom: 20px;
  }
  .lead_txt {
    text-align: left;
  }
  .lead_subttl {
    font-size: 3rem;
    margin: 0 auto 30px;
    line-height: 1.4;
  }
  .lead_subttl &gt; span a {
    font-size: 3.5rem;
  }
}

@media (max-width: 480px) {
  .lead {
    margin: 0 auto 50px;
  }
  .lead_ttl {
    font-size: 2.2rem;
    margin: 20px auto;
    line-height: 1.4;
  }
  .lead_ttl &gt; span {
    font-size: 1.4rem;
  }
  .lead_subttl {
    font-size: 2.2rem;
    margin: 0 auto 30px;
    line-height: 1.4;
  }
  .lead_subttl &gt; span a {
    font-size: 3rem;
  }
  .lead_catch {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .lead_date {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}

.btn, .btn-lead, .btn-quiz, .btn-tw, .btn-sol {
  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: auto;
  padding: 20px;
  width: 300px;
  height: 70px;
  text-align: center;
  font-family: "Quicksand", "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  color: #fff;
  background: #959595;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-lead {
  background: #dd0313;
}

.btn-quiz {
  margin: 0 auto 40px;
  background: #dd0313;
}

.btn-tw {
  margin: 0 auto 60px;
  background: #1DA1F2;
}

.btn-sol {
  font-size: 2rem;
  background: #11512b;
}

@media (max-width: 480px) {
  .btn, .btn-lead, .btn-quiz, .btn-tw, .btn-sol {
    font-size: 2rem;
  }
}

.release {
  margin: 0 auto 70px;
  padding: 40px 20px calc(40px - 1%);
  /*border: 1px solid #ddd;*/
  background: #003a8b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.release_ttl {
  margin-bottom: 20px;
  color: #FFF;
  font-size: 3.0rem;
  line-height: 1.2;
  text-align: center;
}

.release_date {
  margin-bottom: 30px;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.release_list {
  color: #FFF;
  margin-left: 40px;
  font-size: 1.4rem;
}

.release_list h3 {
  margin-bottom: 15px;
}

.release_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.release_container &gt; img {
  max-width: 355px;
  height: auto;
  margin: 0 1% 6%;
}

@media (max-width: 480px) {
  .release {
    margin: 0 auto 50px;
    padding: 20px 15px;
  }
  .release_ttl {
    font-size: 2.2rem;
  }
  .release_date {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  .release_list {
    margin-left: 15px;
  }
  .release_container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .release_container &gt; img {
    width: 100%;
  }
}

.present {
  margin: 0 auto 70px;
}

.present_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.present_container &gt; img {
  width: 600px;
  height: auto;
  margin: 0 1% 3%;
}

.present_ttl {
  padding-bottom: 5px;
  margin-bottom: 40px;
  font-size: 3.0rem;
  text-align: center;
  font-family: 'Quicksand';
  font-weight: normal;
  border-bottom: 1px solid #ddd;
}

.present_subttl {
  margin-bottom: 20px;
  color: #dd0313;
  font-size: 2.6rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}

.present_txt {
  margin: 0 auto 25px;
  text-align: center;
  line-height: 1.75;
}

.present_txt &gt; a {
  text-decoration: underline;
}

@media (max-width: 480px) {
  .present {
    margin: 0 auto 70px;
    text-align: center;
  }
  .present &gt; img {
    width: 80%;
    height: auto;
    margin: 0 1% 6%;
  }
  .present_subttl {
    margin-bottom: 20px;
    color: #dd0313;
    font-size: 2.0rem;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
  }
}

.tt_ttl {
  padding-bottom: 5px;
  margin-bottom: 40px;
  font-size: 3.0rem;
  text-align: center;
  font-family: 'Quicksand';
  font-weight: normal;
  border-bottom: 1px solid #ddd;
}

.tt_txt {
  margin: 0 auto 30px;
  text-align: center;
  line-height: 1.75;
}

.tt_txt &gt; a {
  text-decoration: underline;
}

.tt_container {
  max-width: 700px;
  margin: 0 auto;
}

.tt_program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.tt_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
  width: 350px;
}

.tt_box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 30px;
  padding-top: 20px;
}

.tt_name {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
}

.tt_time {
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.tt_set {
  width: 150px;
  height: 40px;
}

@media (max-width: 800px) {
  .tt_txt {
    text-align: left;
  }
  .tt_box {
    padding-top: 0;
  }
  .tt_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    width: 35%;
  }
  .tt_name {
    font-size: 1.6rem;
  }
  .tt_time {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .tt_ttl {
    margin-bottom: 30px;
  }
  .tt_program {
    display: block;
    margin-bottom: 40px;
  }
  .tt_box {
    margin-left: 0;
    padding-top: 10px;
  }
  .tt_time {
    margin-bottom: 10px;
  }
}

.member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  max-width: 800px;
  margin: 0 auto 50px;
}

.member_box {
  width: 15%;
  height: auto;
  margin: 0 calc(10% / 12) 20px;
}

.member_name {
  margin-top: 7px;
  font-size: 1.6rem;
  text-align: center;
}

@media (max-width: 800px) {
  .member_box {
    width: 15%;
    height: auto;
    margin: 0 calc(10% / 12) 20px;
  }
  .member_name {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .member_box {
    width: 32%;
    height: auto;
    margin: 0 calc(4% / 6) 15px;
  }
  .member_name {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}

.sns {
  max-width: 600px;
  margin: 0 auto 70px;
}

@media (max-width: 480px) {
  .sns {
    margin: 0 auto 50px;
  }
}

.sponsor {
  border-top: 1px solid #ddd;
  margin: 0 auto;
  margin-top: 70px;
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sponsor_bnr {
  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: 300px;
  height: auto;
  margin: 0 auto 70px;
  border: 1px solid #ddd;
}

@media (max-width: 480px) {
  .sponsor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 20px;
    padding-top: 10px;
  }
  .sponsor_bnr {
    width: 70%;
    margin: 10px auto 0;
  }
}

.footer {
  margin-top: 20px;
}

.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 &gt; img {
  width: 30px;
  min-height: 0;
}

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

/* -- 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 */</pre></body></html>