@charset "UTF-8";
/* window-size + 17px */
/* -------------------------------------------------------------------

    Base Style

-------------------------------------------------------------------- */
/*  Base
--------------------------------------- */
html {
  overflow-y: scroll;
}

body {
  line-height: 1.5;
  color: #000;
  font-family: "Noto Serif JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 768px) {
  body {
    word-break: break-all;
  }
}
* html body {
  font-size: 84%;
}

*:first-child + html body {
  font-size: 84%;
}

/*  Links
--------------------------------------- */
a {
  color: #444;
  text-decoration: none;
}
a:link, a:visited {
  color: #444;
  text-decoration: none;
}
a:active, a:hover, a:focus {
  color: #444;
  outline: none;
  text-decoration: underline;
}

/* -------------------------------------------------------------------

    Base Style

-------------------------------------------------------------------- */
/*  Universal Reset
--------------------------------------- */
html, body, div, main, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, svg,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  background: transparent;
  zoom: 1;
}

/*  HTML5 Display Definitions
--------------------------------------- */
main, section, nav, article, aside, hgroup, menu, summary, svg,
header, footer, figure, figcaption, details, picture {
  display: block;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/*  Typography
--------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-size: 100%;
  font-weight: normal;
}

em {
  font-style: normal;
  font-weight: bold;
}

strong, b {
  color: #fff;
  font-weight: bold;
}

sup {
  position: relative;
  top: -4px;
  vertical-align: middle;
  line-height: 0;
  font-size: 65%;
}

sub {
  position: relative;
  top: 0;
  vertical-align: middle;
  line-height: 0;
  font-size: 65%;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*  Horizontal Rule
--------------------------------------- */
hr {
  display: none;
}

/*  Embedded Content
--------------------------------------- */
img {
  border: 0;
  vertical-align: top;
}

svg:not(:root) {
  overflow: hidden;
}

/*  List Content
--------------------------------------- */
ul, ol {
  list-style: none;
}

/*  Tables
--------------------------------------- */
table {
  border: 0 none;
  border-collapse: collapse;
  width: 100%;
}

table th,
table td {
  border: 0 none;
  vertical-align: top;
  font-size: 1em;
  text-align: left;
  font-weight: normal;
}

/*  Forms
--------------------------------------- */
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

fieldset {
  border: 0 none;
}

legend {
  display: none;
}

label {
  cursor: pointer;
}

input {
  vertical-align: middle;
  border-radius: 0;
  font-family: "Noto Serif JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  outline: none;
  border-radius: 0;
}

input[type="text"],
input[type="image"] {
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

textarea {
  vertical-align: top;
  font-family: "Noto Serif JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  resize: none;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

select {
  line-height: normal;
  font-family: "Noto Serif JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  outline: none;
}

/* -------------------------------------------------------------------

    Support Module

-------------------------------------------------------------------- */
/*  Margin / Padding Adjust
--------------------------------------- */
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

@media screen and (max-width: 760px) {
  .mt0 {
    margin-top: 0px !important;
  }

  .mr0 {
    margin-right: 0px !important;
  }

  .mb0 {
    margin-bottom: 0px !important;
  }

  .ml0 {
    margin-left: 0px !important;
  }

  .pt0 {
    padding-top: 0px !important;
  }

  .pr0 {
    padding-right: 0px !important;
  }

  .pb0 {
    padding-bottom: 0px !important;
  }

  .pl0 {
    padding-left: 0px !important;
  }

  .mt5 {
    margin-top: 2.5px !important;
  }

  .mr5 {
    margin-right: 2.5px !important;
  }

  .mb5 {
    margin-bottom: 2.5px !important;
  }

  .ml5 {
    margin-left: 2.5px !important;
  }

  .pt5 {
    padding-top: 2.5px !important;
  }

  .pr5 {
    padding-right: 2.5px !important;
  }

  .pb5 {
    padding-bottom: 2.5px !important;
  }

  .pl5 {
    padding-left: 2.5px !important;
  }

  .mt10 {
    margin-top: 5px !important;
  }

  .mr10 {
    margin-right: 5px !important;
  }

  .mb10 {
    margin-bottom: 5px !important;
  }

  .ml10 {
    margin-left: 5px !important;
  }

  .pt10 {
    padding-top: 5px !important;
  }

  .pr10 {
    padding-right: 5px !important;
  }

  .pb10 {
    padding-bottom: 5px !important;
  }

  .pl10 {
    padding-left: 5px !important;
  }

  .mt15 {
    margin-top: 7.5px !important;
  }

  .mr15 {
    margin-right: 7.5px !important;
  }

  .mb15 {
    margin-bottom: 7.5px !important;
  }

  .ml15 {
    margin-left: 7.5px !important;
  }

  .pt15 {
    padding-top: 7.5px !important;
  }

  .pr15 {
    padding-right: 7.5px !important;
  }

  .pb15 {
    padding-bottom: 7.5px !important;
  }

  .pl15 {
    padding-left: 7.5px !important;
  }

  .mt20 {
    margin-top: 10px !important;
  }

  .mr20 {
    margin-right: 10px !important;
  }

  .mb20 {
    margin-bottom: 10px !important;
  }

  .ml20 {
    margin-left: 10px !important;
  }

  .pt20 {
    padding-top: 10px !important;
  }

  .pr20 {
    padding-right: 10px !important;
  }

  .pb20 {
    padding-bottom: 10px !important;
  }

  .pl20 {
    padding-left: 10px !important;
  }

  .mt25 {
    margin-top: 12.5px !important;
  }

  .mr25 {
    margin-right: 12.5px !important;
  }

  .mb25 {
    margin-bottom: 12.5px !important;
  }

  .ml25 {
    margin-left: 12.5px !important;
  }

  .pt25 {
    padding-top: 12.5px !important;
  }

  .pr25 {
    padding-right: 12.5px !important;
  }

  .pb25 {
    padding-bottom: 12.5px !important;
  }

  .pl25 {
    padding-left: 12.5px !important;
  }

  .mt30 {
    margin-top: 15px !important;
  }

  .mr30 {
    margin-right: 15px !important;
  }

  .mb30 {
    margin-bottom: 15px !important;
  }

  .ml30 {
    margin-left: 15px !important;
  }

  .pt30 {
    padding-top: 15px !important;
  }

  .pr30 {
    padding-right: 15px !important;
  }

  .pb30 {
    padding-bottom: 15px !important;
  }

  .pl30 {
    padding-left: 15px !important;
  }

  .mt35 {
    margin-top: 17.5px !important;
  }

  .mr35 {
    margin-right: 17.5px !important;
  }

  .mb35 {
    margin-bottom: 17.5px !important;
  }

  .ml35 {
    margin-left: 17.5px !important;
  }

  .pt35 {
    padding-top: 17.5px !important;
  }

  .pr35 {
    padding-right: 17.5px !important;
  }

  .pb35 {
    padding-bottom: 17.5px !important;
  }

  .pl35 {
    padding-left: 17.5px !important;
  }

  .mt40 {
    margin-top: 20px !important;
  }

  .mr40 {
    margin-right: 20px !important;
  }

  .mb40 {
    margin-bottom: 20px !important;
  }

  .ml40 {
    margin-left: 20px !important;
  }

  .pt40 {
    padding-top: 20px !important;
  }

  .pr40 {
    padding-right: 20px !important;
  }

  .pb40 {
    padding-bottom: 20px !important;
  }

  .pl40 {
    padding-left: 20px !important;
  }

  .mt45 {
    margin-top: 22.5px !important;
  }

  .mr45 {
    margin-right: 22.5px !important;
  }

  .mb45 {
    margin-bottom: 22.5px !important;
  }

  .ml45 {
    margin-left: 22.5px !important;
  }

  .pt45 {
    padding-top: 22.5px !important;
  }

  .pr45 {
    padding-right: 22.5px !important;
  }

  .pb45 {
    padding-bottom: 22.5px !important;
  }

  .pl45 {
    padding-left: 22.5px !important;
  }

  .mt50 {
    margin-top: 25px !important;
  }

  .mr50 {
    margin-right: 25px !important;
  }

  .mb50 {
    margin-bottom: 25px !important;
  }

  .ml50 {
    margin-left: 25px !important;
  }

  .pt50 {
    padding-top: 25px !important;
  }

  .pr50 {
    padding-right: 25px !important;
  }

  .pb50 {
    padding-bottom: 25px !important;
  }

  .pl50 {
    padding-left: 25px !important;
  }

  .mt55 {
    margin-top: 27.5px !important;
  }

  .mr55 {
    margin-right: 27.5px !important;
  }

  .mb55 {
    margin-bottom: 27.5px !important;
  }

  .ml55 {
    margin-left: 27.5px !important;
  }

  .pt55 {
    padding-top: 27.5px !important;
  }

  .pr55 {
    padding-right: 27.5px !important;
  }

  .pb55 {
    padding-bottom: 27.5px !important;
  }

  .pl55 {
    padding-left: 27.5px !important;
  }

  .mt60 {
    margin-top: 30px !important;
  }

  .mr60 {
    margin-right: 30px !important;
  }

  .mb60 {
    margin-bottom: 30px !important;
  }

  .ml60 {
    margin-left: 30px !important;
  }

  .pt60 {
    padding-top: 30px !important;
  }

  .pr60 {
    padding-right: 30px !important;
  }

  .pb60 {
    padding-bottom: 30px !important;
  }

  .pl60 {
    padding-left: 30px !important;
  }

  .mt65 {
    margin-top: 32.5px !important;
  }

  .mr65 {
    margin-right: 32.5px !important;
  }

  .mb65 {
    margin-bottom: 32.5px !important;
  }

  .ml65 {
    margin-left: 32.5px !important;
  }

  .pt65 {
    padding-top: 32.5px !important;
  }

  .pr65 {
    padding-right: 32.5px !important;
  }

  .pb65 {
    padding-bottom: 32.5px !important;
  }

  .pl65 {
    padding-left: 32.5px !important;
  }

  .mt70 {
    margin-top: 35px !important;
  }

  .mr70 {
    margin-right: 35px !important;
  }

  .mb70 {
    margin-bottom: 35px !important;
  }

  .ml70 {
    margin-left: 35px !important;
  }

  .pt70 {
    padding-top: 35px !important;
  }

  .pr70 {
    padding-right: 35px !important;
  }

  .pb70 {
    padding-bottom: 35px !important;
  }

  .pl70 {
    padding-left: 35px !important;
  }

  .mt75 {
    margin-top: 37.5px !important;
  }

  .mr75 {
    margin-right: 37.5px !important;
  }

  .mb75 {
    margin-bottom: 37.5px !important;
  }

  .ml75 {
    margin-left: 37.5px !important;
  }

  .pt75 {
    padding-top: 37.5px !important;
  }

  .pr75 {
    padding-right: 37.5px !important;
  }

  .pb75 {
    padding-bottom: 37.5px !important;
  }

  .pl75 {
    padding-left: 37.5px !important;
  }

  .mt80 {
    margin-top: 40px !important;
  }

  .mr80 {
    margin-right: 40px !important;
  }

  .mb80 {
    margin-bottom: 40px !important;
  }

  .ml80 {
    margin-left: 40px !important;
  }

  .pt80 {
    padding-top: 40px !important;
  }

  .pr80 {
    padding-right: 40px !important;
  }

  .pb80 {
    padding-bottom: 40px !important;
  }

  .pl80 {
    padding-left: 40px !important;
  }

  .mt85 {
    margin-top: 42.5px !important;
  }

  .mr85 {
    margin-right: 42.5px !important;
  }

  .mb85 {
    margin-bottom: 42.5px !important;
  }

  .ml85 {
    margin-left: 42.5px !important;
  }

  .pt85 {
    padding-top: 42.5px !important;
  }

  .pr85 {
    padding-right: 42.5px !important;
  }

  .pb85 {
    padding-bottom: 42.5px !important;
  }

  .pl85 {
    padding-left: 42.5px !important;
  }

  .mt90 {
    margin-top: 45px !important;
  }

  .mr90 {
    margin-right: 45px !important;
  }

  .mb90 {
    margin-bottom: 45px !important;
  }

  .ml90 {
    margin-left: 45px !important;
  }

  .pt90 {
    padding-top: 45px !important;
  }

  .pr90 {
    padding-right: 45px !important;
  }

  .pb90 {
    padding-bottom: 45px !important;
  }

  .pl90 {
    padding-left: 45px !important;
  }

  .mt95 {
    margin-top: 47.5px !important;
  }

  .mr95 {
    margin-right: 47.5px !important;
  }

  .mb95 {
    margin-bottom: 47.5px !important;
  }

  .ml95 {
    margin-left: 47.5px !important;
  }

  .pt95 {
    padding-top: 47.5px !important;
  }

  .pr95 {
    padding-right: 47.5px !important;
  }

  .pb95 {
    padding-bottom: 47.5px !important;
  }

  .pl95 {
    padding-left: 47.5px !important;
  }

  .mt100 {
    margin-top: 50px !important;
  }

  .mr100 {
    margin-right: 50px !important;
  }

  .mb100 {
    margin-bottom: 50px !important;
  }

  .ml100 {
    margin-left: 50px !important;
  }

  .pt100 {
    padding-top: 50px !important;
  }

  .pr100 {
    padding-right: 50px !important;
  }

  .pb100 {
    padding-bottom: 50px !important;
  }

  .pl100 {
    padding-left: 50px !important;
  }
}
/*  Table Cell Adjust
--------------------------------------- */
.pct0 {
  width: 0%;
}

.pct1 {
  width: 1%;
}

.pct2 {
  width: 2%;
}

.pct3 {
  width: 3%;
}

.pct4 {
  width: 4%;
}

.pct5 {
  width: 5%;
}

.pct6 {
  width: 6%;
}

.pct7 {
  width: 7%;
}

.pct8 {
  width: 8%;
}

.pct9 {
  width: 9%;
}

.pct10 {
  width: 10%;
}

.pct11 {
  width: 11%;
}

.pct12 {
  width: 12%;
}

.pct13 {
  width: 13%;
}

.pct14 {
  width: 14%;
}

.pct15 {
  width: 15%;
}

.pct16 {
  width: 16%;
}

.pct17 {
  width: 17%;
}

.pct18 {
  width: 18%;
}

.pct19 {
  width: 19%;
}

.pct20 {
  width: 20%;
}

.pct21 {
  width: 21%;
}

.pct22 {
  width: 22%;
}

.pct23 {
  width: 23%;
}

.pct24 {
  width: 24%;
}

.pct25 {
  width: 25%;
}

.pct26 {
  width: 26%;
}

.pct27 {
  width: 27%;
}

.pct28 {
  width: 28%;
}

.pct29 {
  width: 29%;
}

.pct30 {
  width: 30%;
}

.pct31 {
  width: 31%;
}

.pct32 {
  width: 32%;
}

.pct33 {
  width: 33%;
}

.pct34 {
  width: 34%;
}

.pct35 {
  width: 35%;
}

.pct36 {
  width: 36%;
}

.pct37 {
  width: 37%;
}

.pct38 {
  width: 38%;
}

.pct39 {
  width: 39%;
}

.pct40 {
  width: 40%;
}

.pct41 {
  width: 41%;
}

.pct42 {
  width: 42%;
}

.pct43 {
  width: 43%;
}

.pct44 {
  width: 44%;
}

.pct45 {
  width: 45%;
}

.pct46 {
  width: 46%;
}

.pct47 {
  width: 47%;
}

.pct48 {
  width: 48%;
}

.pct49 {
  width: 49%;
}

.pct50 {
  width: 50%;
}

.pct51 {
  width: 51%;
}

.pct52 {
  width: 52%;
}

.pct53 {
  width: 53%;
}

.pct54 {
  width: 54%;
}

.pct55 {
  width: 55%;
}

.pct56 {
  width: 56%;
}

.pct57 {
  width: 57%;
}

.pct58 {
  width: 58%;
}

.pct59 {
  width: 59%;
}

.pct60 {
  width: 60%;
}

.pct61 {
  width: 61%;
}

.pct62 {
  width: 62%;
}

.pct63 {
  width: 63%;
}

.pct64 {
  width: 64%;
}

.pct65 {
  width: 65%;
}

.pct66 {
  width: 66%;
}

.pct67 {
  width: 67%;
}

.pct68 {
  width: 68%;
}

.pct69 {
  width: 69%;
}

.pct70 {
  width: 70%;
}

.pct71 {
  width: 71%;
}

.pct72 {
  width: 72%;
}

.pct73 {
  width: 73%;
}

.pct74 {
  width: 74%;
}

.pct75 {
  width: 75%;
}

.pct76 {
  width: 76%;
}

.pct77 {
  width: 77%;
}

.pct78 {
  width: 78%;
}

.pct79 {
  width: 79%;
}

.pct80 {
  width: 80%;
}

.pct81 {
  width: 81%;
}

.pct82 {
  width: 82%;
}

.pct83 {
  width: 83%;
}

.pct84 {
  width: 84%;
}

.pct85 {
  width: 85%;
}

.pct86 {
  width: 86%;
}

.pct87 {
  width: 87%;
}

.pct88 {
  width: 88%;
}

.pct89 {
  width: 89%;
}

.pct90 {
  width: 90%;
}

.pct91 {
  width: 91%;
}

.pct92 {
  width: 92%;
}

.pct93 {
  width: 93%;
}

.pct94 {
  width: 94%;
}

.pct95 {
  width: 95%;
}

.pct96 {
  width: 96%;
}

.pct97 {
  width: 97%;
}

.pct98 {
  width: 98%;
}

.pct99 {
  width: 99%;
}

.pct100 {
  width: 100%;
}

/*  Text Align
--------------------------------------- */
.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

@media screen and (max-width: 760px) {
  .sp-left {
    text-align: left !important;
  }

  .sp-center {
    text-align: center !important;
  }

  .sp-right {
    text-align: right !important;
  }
}
/*  Vertical Align
--------------------------------------- */
.top {
  vertical-align: top !important;
}

.middle {
  vertical-align: middle !important;
}

.bottom {
  vertical-align: bottom !important;
}

/*  Border
--------------------------------------- */
.img-border img {
  border: 1px solid #c6c9d3;
}

.bt-none {
  border-top: none !important;
}

.br-none {
  border-right: none !important;
}

.bb-none {
  border-bottom: none !important;
}

.bl-none {
  border-left: none !important;
}

/*  Font Size
--------------------------------------- */
.font-small {
  font-size: 84% !important;
}

.font-large {
  font-size: 109% !important;
}
@media screen and (max-width: 768px) {
  .font-large {
    font-size: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .sp-font-small {
    font-size: 84% !important;
  }
}

/*  Forced Line Break
--------------------------------------- */
.sp-br-none {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-br-none {
    display: none;
  }
}

.sp-br-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-br-block {
    display: block;
  }
}

.tb-br-none {
  display: block;
}
@media screen and (max-width: 1064px) {
  .tb-br-none {
    display: none;
  }
}

.tb-br-block {
  display: none;
}
@media screen and (max-width: 1064px) {
  .tb-br-block {
    display: block;
  }
}

/*  Display Switch
--------------------------------------- */
.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

/*  Img Width Adjust
--------------------------------------- */
.w-100 {
  width: 100%;
}

.m-w100 {
  max-width: 100% !important;
  width: auto !important;
}

.w-auto {
  width: auto !important;
}

/*  Clear Fix
--------------------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* -------------------------------------------------------------------

    Content

-------------------------------------------------------------------- */
html {
  overflow: auto;
  background: #fff;
}

body {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  background: #fff;
  color: #222;
  cursor: url(../images/logo02.cur), auto;
}

img {
  max-width: 100%;
  height: auto;
}

a, img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

iframe {
  max-width: 100%;
}

.pc_none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

.fadein {
  opacity: 0;
  transform: translate(0px, 20px);
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.clearfix {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

/* -------------------------------------------------------------------

    bg

-------------------------------------------------------------------- */
body {
  background-color: transparent;
  position: relative;
}
body .bg {
  position: fixed;
  z-index: -1;
  background-image: url("../images/kv.png");
  background-size: cover;
  background-position: center center;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  body .bg {
    background-image: url("../images/kv_sp.png");
  }
}
body .bg_bk {
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  transition: 2.5s;
}
body .bg_bk.is-active {
  opacity: 1;
}

/* -------------------------------------------------------------------

    kv

-------------------------------------------------------------------- */
.kv {
  height: 200px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kv {
    height: 120px;
  }
}
.home .kv {
  height: 100vh;
  width: 100%;
  position: relative;
}
.home .kv h1 {
  top: 40%;
}
.kv h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
}
@media screen and (max-width: 768px) {
  .kv h1 {
    width: 150px;
  }
}
.kv h1 #kvLogo {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .kv h1 #kvLogo {
    width: 150px;
  }
}
.kv h1 #kvLogo .cls-1 {
  fill: #fff;
}
.kv h1 #kvLogo .svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 1s linear 1s both;
  animation: animate-svg-fill-1 1s linear 1s both;
}
.kv h1 #kvLogo .svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 1s linear 1.1s both;
  animation: animate-svg-fill-2 1s linear 1.1s both;
}
.kv h1 #kvLogo .svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 1s linear 1.2s both;
  animation: animate-svg-fill-3 1s linear 1.2s both;
}
.kv h1 #kvLogo .svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 1s linear 1.3s both;
  animation: animate-svg-fill-4 1s linear 1.3s both;
}
.kv h1 #kvLogo .svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 1s linear 1.4s both;
  animation: animate-svg-fill-5 1s linear 1.4s both;
}
.kv h1 #kvLogo .svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 1s linear 1.5s both;
  animation: animate-svg-fill-6 1s linear 1.5s both;
}
.kv .sns {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kv .sns ul {
  display: flex;
  justify-content: center;
}
.kv .sns ul li {
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .kv .sns ul li {
    padding: 0 10px;
  }
}
.kv .sns ul li a {
  color: #fff;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .kv .sns ul li a {
    font-size: 20px;
  }
}

/* -------------------------------------------------------------------

    container

-------------------------------------------------------------------- */
#container {
  width: 100%;
  background: rgba(255, 255, 255, 0);
  transition: 4s;
  box-sizing: border-box;
}
#container.is-active {
  background: rgba(255, 255, 255, 0.95);
}

/* -------------------------------------------------------------------

    header

-------------------------------------------------------------------- */
#header {
  height: 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #header {
    height: 60px;
  }
}
#header.is-active .headerFixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#header .headerFixed {
  height: 80px;
  width: 100%;
  background: rgba(13, 51, 128, 0.85);
}
@media screen and (max-width: 768px) {
  #header .headerFixed {
    height: 60px;
  }
}
#header .headerFixed .headerInner {
  height: 80px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px 20px;
}
@media screen and (max-width: 768px) {
  #header .headerFixed .headerInner {
    height: 60px;
    padding: 10px 20px;
    justify-content: flex-start;
  }
}
#header .headerFixed .logo {
  width: 50px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #header .headerFixed .logo {
    width: 40px;
    margin-right: 0;
    margin-top: -2px;
  }
}
#header .headerFixed .logo #headLogo {
  margin-top: -6px;
}
@media screen and (max-width: 768px) {
  #header .headerFixed .logo #headLogo {
    margin-top: 0px;
  }
}
#header .headerFixed .logo #headLogo .cls-1 {
  fill: #fff;
}
@media screen and (max-width: 768px) {
  #header .headerFixed .glonav {
    display: none;
  }
}
#header .headerFixed .glonav ul {
  display: flex;
}
#header .headerFixed .glonav ul li {
  padding-left: 15px;
}
#header .headerFixed .glonav ul li a {
  color: #fff;
  font-size: 30px;
  font-family: 'Damion', cursive;
}
@media screen and (max-width: 980px) {
  #header .headerFixed .glonav ul li a {
    font-size: 25px;
  }
}
#header .headerFixed .spBtn {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 5px;
  top: 5px;
}
@media screen and (max-width: 768px) {
  #header .headerFixed .spBtn {
    display: block;
  }
}
#header .headerFixed .spBtn #menuButton {
  position: relative;
  width: 50px;
  height: 50px;
}
#header .headerFixed .spBtn #menuButton span {
  width: 28px;
  display: block;
  position: absolute;
  height: 1px;
  background: #fff;
}
#header .headerFixed .spBtn #menuButton span:first-child {
  top: 15px;
  left: 11px;
}
#header .headerFixed .spBtn #menuButton span:nth-child(2) {
  top: 24px;
  left: 11px;
}
#header .headerFixed .spBtn #menuButton span:nth-child(3) {
  top: 33px;
  left: 11px;
}

.glonav_sp {
  display: none;
  z-index: 10000000000000;
  position: fixed;
  background: rgba(13, 51, 128, 0.8);
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
}
.glonav_sp.is-active {
  display: block;
  opacity: 1;
  animation-duration: 1s;
  animation-name: fade-in;
  -moz-animation-duration: 1s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fade-in;
}
.glonav_sp .glonav_sp_inner {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 50px 20px;
  box-sizing: border-box;
}
.glonav_sp .glonav_sp_inner .close {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 5px;
  top: 5px;
}
.glonav_sp .glonav_sp_inner .close p {
  position: relative;
  height: 100%;
  width: 100%;
}
.glonav_sp .glonav_sp_inner .close p span {
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  background: #fff;
}
.glonav_sp .glonav_sp_inner .close p span:first-child {
  transform: rotate(45deg);
}
.glonav_sp .glonav_sp_inner .close p span:nth-child(2) {
  transform: rotate(-45deg);
}
.glonav_sp .glonav_sp_inner .logo {
  text-align: center;
}
.glonav_sp .glonav_sp_inner .logo #kvLogo02 {
  width: 120px;
  height: 70px;
  margin: 0 auto;
}
.glonav_sp .glonav_sp_inner .logo #kvLogo02 .cls-1 {
  fill: #fff;
}
.glonav_sp .glonav_sp_inner ul li {
  margin-bottom: 5px;
  font-size: 25px;
  text-align: center;
}
.glonav_sp .glonav_sp_inner ul li a {
  color: #fff;
  font-family: 'Damion', cursive;
}

/* -------------------------------------------------------------------

    main

-------------------------------------------------------------------- */
#main {
  width: 100%;
  padding: 70px 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #main {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 320px) {
  #main {
    padding: 30px 10px;
  }
}

.ttl_lv02 {
  font-family: 'Damion', cursive;
  color: #0d3380;
  font-size: 60px;
}
@media screen and (max-width: 1000px) {
  .ttl_lv02 {
    font-size: 35px;
  }
}
.ttl_lv02 span {
  display: inline-block;
  transform: rotate(-5deg);
}

.ttl_lv02_c {
  font-family: 'Damion', cursive;
  color: #0d3380;
  font-size: 60px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .ttl_lv02_c {
    font-size: 35px;
  }
}

.col02 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .col02 {
    display: block;
  }
}
.col02 .newsList {
  width: 47%;
}
@media screen and (max-width: 1100px) {
  .col02 .newsList {
    width: 100%;
  }
}
.col02 .discoList {
  width: 47%;
}
@media screen and (max-width: 1100px) {
  .col02 .discoList {
    width: 100%;
  }
}

/* -------------------------------------------------------------------

    cnt

-------------------------------------------------------------------- */
.newsList {
  margin-bottom: 50px;
  position: relative;
}
.newsCat .newsList {
  max-width: 1000px;
  margin: 0 auto 50px;
}
.newsList .btn {
  position: absolute;
  right: 0px;
  top: 50px;
}
@media screen and (max-width: 1100px) {
  .newsList .btn {
    top: 30px;
  }
}
.newsList .btn a {
  font-weight: bold;
  position: relative;
  display: inherit;
  padding-left: 15px;
  line-height: 1;
  color: #0d3380;
}
@media screen and (max-width: 768px) {
  .newsList .btn a {
    font-size: 12px;
  }
}
.newsList .btn a::before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 1;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  transform: translate(0, -50%) rotate(-45deg);
}
.newsList ul {
  border-top: 1px solid #ccc;
}
.newsList ul li {
  border-bottom: 1px solid #ccc;
}
.newsList ul li a {
  display: flex;
  padding: 20px 0px;
  color: #222;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .newsList ul li a {
    padding: 15px 0px;
    display: block;
  }
}
.newsList ul li a .date {
  font-size: 12px;
  width: 130px;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .newsList ul li a .date {
    width: 100%;
    margin-bottom: 5px;
    display: block;
  }
}
.newsList ul li a .ttl {
  width: calc(100% - 130px);
}
@media screen and (max-width: 768px) {
  .newsList ul li a .ttl {
    font-size: 15px;
    width: 100%;
    display: block;
  }
}

.discoList {
  margin-bottom: 50px;
  position: relative;
}
.discoList .btn {
  position: absolute;
  right: 0px;
  top: 50px;
}
@media screen and (max-width: 1100px) {
  .discoList .btn {
    top: 30px;
  }
}
.discoList .btn a {
  font-weight: bold;
  position: relative;
  display: inherit;
  padding-left: 15px;
  line-height: 1;
  color: #0d3380;
}
@media screen and (max-width: 768px) {
  .discoList .btn a {
    font-size: 12px;
  }
}
.discoList .btn a::before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 1;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  transform: translate(0, -50%) rotate(-45deg);
}
.discoList ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.discoList ul li {
  width: 49%;
}
.discoList ul li a {
  display: block;
  color: #222;
}
.discoList ul li a:hover .imgThum img {
  transform: scale(1.05);
}
.discoList ul li a .imgThum {
  margin-bottom: 10px;
  overflow: hidden;
}
.discoList ul li a .imgThum img {
  width: 100%;
  transition: 1s;
}
.discoList ul li a .ttl {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .discoList ul li a .ttl {
    font-size: 14px;
  }
}
.discoList ul li a .info {
  text-align: center;
  font-size: 10px;
}

.liveList {
  margin-bottom: 50px;
  position: relative;
}
.liveList .btn {
  position: absolute;
  right: 0px;
  top: 50px;
}
@media screen and (max-width: 1100px) {
  .liveList .btn {
    top: 30px;
  }
}
.liveList .btn a {
  font-weight: bold;
  position: relative;
  display: inherit;
  padding-left: 15px;
  line-height: 1;
  color: #0d3380;
}
@media screen and (max-width: 768px) {
  .liveList .btn a {
    font-size: 12px;
  }
}
.liveList .btn a::before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 1;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  transform: translate(0, -50%) rotate(-45deg);
}
.liveList ul {
  border-top: 1px solid #ccc;
}
.liveList ul li {
  border-bottom: 1px solid #ccc;
}
.liveList ul li a {
  align-items: center;
  display: flex;
  padding: 20px 0px;
  color: #222;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .liveList ul li a {
    flex-wrap: wrap;
  }
}
.liveList ul li a .date {
  font-size: 12px;
  width: 130px;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .liveList ul li a .date {
    width: 100px;
  }
}
.liveList ul li a .place {
  width: 170px;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0px 10px;
}
@media screen and (max-width: 768px) {
  .liveList ul li a .place {
    width: calc(100% - 100px);
  }
}
.liveList ul li a .ttl {
  width: calc(100% - 300px);
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .liveList ul li a .ttl {
    font-weight: bold;
    margin-top: 5px;
    width: 100%;
  }
}

.movieList {
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .movieList {
    margin-bottom: 50px;
  }
}
.movieList .btn {
  position: absolute;
  right: 0px;
  top: 50px;
}
@media screen and (max-width: 1100px) {
  .movieList .btn {
    top: 30px;
  }
}
.movieList .btn a {
  font-weight: bold;
  position: relative;
  display: inherit;
  padding-left: 15px;
  line-height: 1;
  color: #0d3380;
}
@media screen and (max-width: 768px) {
  .movieList .btn a {
    font-size: 12px;
  }
}
.movieList .btn a::before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 1;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  transform: translate(0, -50%) rotate(-45deg);
}
.movieList ul {
  display: flex;
  flex-wrap: wrap;
}
.movieList ul li {
  width: 23.5%;
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  .movieList ul li {
    width: 49%;
    margin-bottom: 20px;
  }
  .movieList ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.movieList ul li:nth-child(4n) {
  margin-right: 0;
}
.movieList ul li a {
  display: block;
  color: #222;
}
.movieList ul li a:hover .image img {
  transform: scale(1.05);
}
.movieList ul li a .image {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.movieList ul li a .image img {
  transition: 1s;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.movieList ul li a .ttl {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .movieList ul li a .ttl {
    font-size: 11px;
  }
}
.movieList ul li a .txt {
  text-align: center;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .movieList ul li a .txt {
    font-size: 10px;
  }
}

.appSec {
  margin: 0 auto 50px;
  position: relative;
  max-width: 800px;
  width: 100%;
}
.appSec .ttl_lv02 {
  text-align: center;
  margin-bottom: 30px;
}
.appSec .sub {
  font-size: 12px;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .appSec .sub {
    font-size: 11px;
  }
}
.appSec .ttl {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .appSec .ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.appSec .box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .appSec .box {
    display: block;
  }
}
.appSec .box .icn {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .appSec .box .icn {
    margin: 0 auto 20px;
    width: 125px;
  }
}
.appSec .box .icn img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .appSec .box .icn img {
    width: 100%;
  }
}
.appSec .box .txtBox {
  font-size: 16px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .appSec .box .txtBox {
    width: 100%;
    font-size: 14px;
  }
}
.appSec .box .appBtn {
  margin-top: 30px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .appSec .box .appBtn {
    justify-content: center;
  }
}
.appSec .box .appBtn li {
  margin-left: 20px;
}
.appSec .box .appBtn li:first-child {
  margin-left: 0;
}
.appSec .box .appBtn li img {
  height: 50px;
  width: auto;
}

/* -------------------------------------------------------------------

    single

-------------------------------------------------------------------- */
.newsSingle .newsSingleBox {
  margin: 0px auto 70px;
  max-width: 1000px;
}
.newsSingle .newsSingleBox #singleNews {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .newsSingle .newsSingleBox #singleNews {
    text-align: left;
  }
}
.newsSingle .newsSingleBox #singleNews h3 {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .newsSingle .newsSingleBox #singleNews h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.newsSingle .newsSingleBox #singleNews .date {
  font-size: 12px;
  margin-bottom: 40px;
}
.newsSingle .newsSingleBox #singleNews .singleContent {
  font-size: 15px;
}
.newsSingle .newsSingleBox #singleNews .singleContent p {
  margin-bottom: 20px;
}
.newsSingle .newsSingleBox #singleNews .singleContent a {
  text-decoration: underline;
}
.newsSingle .newsSingleBox #singleNews .prevnext {
  margin-top: 40px;
}
.newsSingle .newsSingleBox #singleNews .prevnext .prev {
  float: left;
  font-size: 12px;
}
.newsSingle .newsSingleBox #singleNews .prevnext .next {
  float: right;
  font-size: 12px;
}
.newsSingle .newsList {
  margin: 0px auto;
  max-width: 1000px;
}

.liveSingle {
  max-width: 768px;
  margin: 0 auto;
}
.liveSingle .liveSingleBox h3 {
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .liveSingle .liveSingleBox h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.liveSingle .liveSingleBox .eventTable {
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .liveSingle .liveSingleBox .eventTable {
    margin-bottom: 25px;
  }
}
.liveSingle .liveSingleBox .eventTable tr th {
  padding: 10px;
  background: #efefef;
  border: 1px solid #fff;
  border-collapse: collapse;
  font-size: 15px;
  width: 120px;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .liveSingle .liveSingleBox .eventTable tr th {
    width: 80px;
    font-size: 14px;
  }
}
.liveSingle .liveSingleBox .eventTable tr td {
  padding: 10px;
  background: #efefef;
  border: 1px solid #fff;
  border-collapse: collapse;
  font-size: 15px;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .liveSingle .liveSingleBox .eventTable tr td {
    font-size: 14px;
  }
}
.liveSingle .liveSingleBox .singleContent p {
  margin-bottom: 15px;
}
.liveSingle .liveSingleBox .singleContent a {
  text-decoration: underline;
}

/* -------------------------------------------------------------------

    movie

-------------------------------------------------------------------- */
.movieArchive #archiveMovie .firstBox {
  max-width: 1000px;
  margin: 0px auto 70px;
}
@media screen and (max-width: 768px) {
  .movieArchive #archiveMovie .firstBox {
    margin: 0px auto 50px;
  }
}
.movieArchive #archiveMovie .firstBox .movie {
  margin-bottom: 15px;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.movieArchive #archiveMovie .firstBox .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movieArchive #archiveMovie .firstBox h3 {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .movieArchive #archiveMovie .firstBox h3 {
    font-size: 16px;
  }
}
.movieArchive #archiveMovie .firstBox p {
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .movieArchive #archiveMovie .firstBox p {
    text-align: left;
    font-size: 14px;
  }
}
.movieArchive #archiveMovie .firstBox a {
  text-decoration: underline;
}
.movieArchive #archiveMovie .movieBox {
  display: flex;
  flex-wrap: wrap;
}
.movieArchive #archiveMovie .movieBox .box {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 25px;
}
.movieArchive #archiveMovie .movieBox .box:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .movieArchive #archiveMovie .movieBox .box {
    width: 49%;
  }
  .movieArchive #archiveMovie .movieBox .box:nth-child(2n) {
    margin-right: 0;
  }
}
.movieArchive #archiveMovie .movieBox .box a {
  display: block;
  color: #222;
}
.movieArchive #archiveMovie .movieBox .box a:hover .imgThum img {
  transform: scale(1.05);
}
.movieArchive #archiveMovie .movieBox .box a .imgThum {
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.movieArchive #archiveMovie .movieBox .box a .imgThum img {
  transition: 1s;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.movieArchive #archiveMovie .movieBox .box a .ttl {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .movieArchive #archiveMovie .movieBox .box a .ttl {
    font-size: 11px;
  }
}
.movieArchive #archiveMovie .movieBox .box a .txt {
  text-align: center;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .movieArchive #archiveMovie .movieBox .box a .txt {
    font-size: 10px;
  }
}

/* -------------------------------------------------------------------

    disco

-------------------------------------------------------------------- */
#archiveDiscoBox .dicoBox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #archiveDiscoBox .dicoBox {
    justify-content: space-between;
  }
}
#archiveDiscoBox .dicoBox .box {
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #archiveDiscoBox .dicoBox .box {
    margin-right: 0px;
    width: 49%;
    margin-bottom: 20px;
  }
}
#archiveDiscoBox .dicoBox .box:nth-child(5n) {
  margin-right: 0;
}
#archiveDiscoBox .dicoBox .box a {
  display: block;
  color: #222;
}
#archiveDiscoBox .dicoBox .box a:hover .imgThum img {
  transform: scale(1.05);
}
#archiveDiscoBox .dicoBox .box a .imgThum {
  margin-bottom: 10px;
  overflow: hidden;
}
#archiveDiscoBox .dicoBox .box a .imgThum img {
  width: 100%;
  transition: 1s;
}
#archiveDiscoBox .dicoBox .box a .ttl {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #archiveDiscoBox .dicoBox .box a .ttl {
    font-size: 14px;
  }
}
#archiveDiscoBox .dicoBox .box a .info {
  text-align: center;
  font-size: 10px;
}

#discoSingleBox #singleDisco {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #discoSingleBox #singleDisco {
    display: block;
  }
}
#discoSingleBox #singleDisco .jk {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #discoSingleBox #singleDisco .jk {
    width: 100%;
    margin-bottom: 25px;
  }
}
#discoSingleBox #singleDisco .jk img {
  width: 100%;
}
#discoSingleBox #singleDisco .txtBox {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #discoSingleBox #singleDisco .txtBox {
    width: 100%;
  }
}
#discoSingleBox #singleDisco .txtBox .type {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #discoSingleBox #singleDisco .txtBox .type {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
#discoSingleBox #singleDisco .txtBox .ttl {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #discoSingleBox #singleDisco .txtBox .ttl {
    font-size: 30px;
  }
}
#discoSingleBox #singleDisco .txtBox .info {
  font-size: 12px;
  margin-bottom: 25px;
}
#discoSingleBox #singleDisco .txtBox .discoContent {
  font-size: 14px;
  margin-bottom: 30px;
}
#discoSingleBox #singleDisco .txtBox .discoContent p {
  margin-bottom: 20px;
}
#discoSingleBox #singleDisco .txtBox .shop {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#discoSingleBox #singleDisco .txtBox .shop li {
  font-size: 16px;
  margin-right: 15px;
  margin-bottom: 15px;
}
#discoSingleBox #singleDisco .txtBox .shop li a {
  text-decoration: underline;
}
#discoSingleBox #singleDisco .txtBox .youtube ul li {
  margin-bottom: 20px;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
#discoSingleBox #singleDisco .txtBox .youtube ul li iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -------------------------------------------------------------------

    page

-------------------------------------------------------------------- */
.page #pageSec {
  margin: 0 auto;
  max-width: 1000px;
}
.page #pageSec .cont h3 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
.page #pageSec .cont h4 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
  margin-top: 50px;
}
.page #pageSec .cont p {
  margin-bottom: 20px;
  font-size: 16px;
}
.page #pageSec .cont a {
  text-decoration: underline;
}
.page #pageSec .cont .inputBox {
  display: none;
  text-align: center;
  margin-bottom: 40px;
}
.page #pageSec .cont .mw_wp_form_input .inputBox {
  display: block;
}
.page #pageSec .cont .form {
  margin: 0px auto;
  max-width: 768px;
}
.page #pageSec .cont .form .tr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page #pageSec .cont .form .tr {
    display: block;
    margin-bottom: 20px;
  }
}
.page #pageSec .cont .form .tr h3 {
  width: 150px;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page #pageSec .cont .form .tr h3 {
    font-size: 14px;
    margin-bottom: 5px;
    width: 100%;
  }
}
.page #pageSec .cont .form .tr p {
  width: calc(100% - 150px);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page #pageSec .cont .form .tr p {
    width: 100%;
  }
}
.page #pageSec .cont .form .tr p input {
  line-height: 50px;
  border: 1px solid #ccc;
  padding: 0px 10px;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  font-size: 16px;
  text-align: left;
}
.page #pageSec .cont .form .tr p textarea {
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  font-size: 16px;
  text-align: left;
}
.page #pageSec .cont .form .btn {
  max-width: 400px;
  margin: 0px auto;
}
.page #pageSec .cont .form .btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #173981;
  line-height: 50px;
  width: 100%;
  display: block;
  border: none;
  box-shadow: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.page #pageSec .cont .form .btn input:hover {
  opacity: 0.8;
}
.page #pageSec .cont.appPage p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page #pageSec .cont.appPage p {
    text-align: left;
  }
}
.page #pageSec .cont.appPage .appList {
  text-align: center;
}
.page #pageSec .cont.appPage .appList li {
  margin: 0px auto;
  width: 400px;
  line-height: 40px;
  border: 1px solid #0d3380;
  color: #0d3380;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .page #pageSec .cont.appPage .appList li {
    width: 100%;
    line-height: 1.5;
    box-sizing: border-box;
    padding: 10px 5px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.page #pageSec .cont.appPage .appBtnMen {
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
}
.page #pageSec .cont.appPage .appBtnMen a {
  border-radius: 10px;
  background: #0d3380;
  color: #fff;
  line-height: 50px;
  width: 100%;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  transition: 0.3s;
  display: block;
}
@media screen and (max-width: 768px) {
  .page #pageSec .cont.appPage .appBtnMen a {
    line-height: 40px;
    font-size: 16px;
  }
}
.page #pageSec .cont.appPage .appBtnMen a:hover {
  opacity: 0.7;
}
.page #pageSec .cont.appPage .appBtn {
  display: flex;
  justify-content: center;
}
.page #pageSec .cont.appPage .appBtn li {
  margin-left: 20px;
}
.page #pageSec .cont.appPage .appBtn li:first-child {
  margin-left: 0;
}
.page #pageSec .cont.appPage .appBtn li img {
  height: 50px;
  width: auto;
}
.page #termSec {
  margin: 0 auto;
  max-width: 1000px;
}
.page #termSec .cont h3 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
.page #termSec .cont h4 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
  margin-top: 50px;
}
.page #termSec .cont p {
  margin-bottom: 20px;
  font-size: 16px;
}
.page #termSec .cont a {
  text-decoration: underline;
}
.page #bioSec {
  margin: 0 auto;
  max-width: 1000px;
}
.page #bioSec .thum {
  max-width: 800px;
  width: 100%;
  text-align: center;
  margin: 0px auto 20px;
}
.page #bioSec .name {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}
.page #bioSec .cont {
  text-align: center;
  font-size: 16px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .page #bioSec .cont {
    text-align: left;
    font-size: 14px;
    margin-bottom: 50px;
  }
}
.page #bioSec .cont p {
  margin-bottom: 20px;
}
.page #bioSec .cont a {
  text-decoration: underline;
}
.page #bioSec .contWorks .workBox {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page #bioSec .contWorks .workBox {
    display: block;
    padding: 15px 0;
  }
}
.page #bioSec .contWorks .workBox:first-child {
  border-top: 1px solid #ccc;
}
.page #bioSec .contWorks .workBox h3 {
  width: 300px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page #bioSec .contWorks .workBox h3 {
    width: 100%;
    text-align: left;
  }
}
.page #bioSec .contWorks .workBox .txt {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .page #bioSec .contWorks .workBox .txt {
    font-size: 14px;
  }
}

/* -------------------------------------------------------------------

    breadCrumb

-------------------------------------------------------------------- */
.breadCrumb {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .breadCrumb {
    margin: 0px 0px 10px;
  }
}
.breadCrumb .path {
  padding: 10px 0px;
}
.breadCrumb .path li {
  display: inline-block;
  padding: 0px 20px 0px 0px;
  font-size: 72%;
  font-family: 'Noto Serif JP', sans-serif;
  color: #222;
}
@media screen and (max-width: 768px) {
  .breadCrumb .path li {
    font-size: 72%;
  }
}
.breadCrumb .path li:last-child {
  padding: 0px 0px 0px 0px;
}
.breadCrumb .path li a {
  position: relative;
  padding-right: 15px;
  color: #222;
}
.breadCrumb .path li a::after {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 1;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  transform: translate(0, -50%) rotate(-45deg);
  transition: border-color .65s ease;
}
.breadCrumb .path li:last-child a::after {
  display: none;
}

/* -------------------------------------------------------------------

    pagenation

-------------------------------------------------------------------- */
.pagination {
  text-align: center;
  font-size: 86%;
  margin-top: 30px;
}
.pagination .paginationTotal {
  display: none;
}
.pagination .current {
  font-weight: bold;
  padding: 0px 5px;
  display: inline-block;
}
.pagination .inactive {
  color: #222;
  padding: 0px 5px;
  display: inline-block;
}

/* -------------------------------------------------------------------

    footer

-------------------------------------------------------------------- */
#footer {
  height: 300px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 175px;
}
#footer .sns ul {
  display: flex;
  justify-content: center;
}
#footer .sns ul li {
  padding: 0 15px;
}
#footer .sns ul li a {
  color: #fff;
  font-size: 18px;
}
#footer .copy {
  font-size: 10px;
  text-align: center;
  padding: 30px 20px;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
}

/* -------------------------------------------------------------------

     fade-in 

-------------------------------------------------------------------- */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* -------------------------------------------------------------------

    svg anime

-------------------------------------------------------------------- */
/***************************************************
 * Generated by SVG Artista on 11/6/2021, 11:54:08 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
.svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 2s cubic-bezier(0.77, 0, 0.175, 1) 1s both;
  animation: animate-svg-fill-1 2s cubic-bezier(0.77, 0, 0.175, 1) 1s both;
}
