@charset "UTF-8";
/*

media
768〜
1024〜
1280〜

*/
/* 変数インポート
--------------------------------------------------------------------------------- */
/* 共通
--------------------------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: none;
  height: 100%;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Demibold");
}
body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  font-size: 100%;
  line-height: 2em;
  font-weight: 500;
}

* {
  box-sizing: border-box;
}

/* HTML5 elements */
section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary {
  display: block;
  padding: 0px;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

a img {
  border: none;
}

area,
img {
  border: none;
  outline: none;
}

img {
  vertical-align: bottom;
}

p, li, dt, dd, th, td, h5, h6 {
  font-size: 14px;
  line-height: 23px;
}

p, ul, ol, dl, table {
  margin: 0px 0px 23px 0px;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0px;
}

th p, td p, td li, li li, td td, li td, li th {
  font-size: 100%;
  margin: 0px;
}

a {
  transition: all .2s;
  outline: none;
  color: #000;
}
a img {
  transition: all .2s;
}

.palt {
  font-feature-settings: "palt";
}

/* layout
--------------------------------------------------------------------------------- */
#layout {
  min-width: 320px;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: clip;
  margin: 0px auto;
  padding: 0px calc( ( 30 / 600 ) * 100% );
}

/* page-header
--------------------------------------------------------------------------------- */
#page-header {
  padding: calc( ( 60 / 600 ) * 100% ) 0px calc( ( 50 / 600 ) * 100% );
}
#page-header h1 {
  font-size: 10px;
  line-height: 10px;
}

/* global-nav
--------------------------------------------------------------------------------- */
.gnav {
  margin: 0px 0px 23px 0px;
  padding: 0px;
  list-style-type: none;
  overflow: hidden;
  border-style: solid;
  border-color: #000;
  border-width: 1px 0px;
  border-radius: 0px;
}
#concept .gnav {
  border-top-width: 0px;
}
#page-footer .gnav {
  display: none;
}
.gnav li {
  margin: 0px;
  padding: 25px 0px;
  display: none;
}
.gnav li a {
  text-decoration: none;
  color: #000;
  text-indent: -9999px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.gnav li.on {
  display: block;
}
.gnav li.concept a {
  background-image: url(../images/gnav_001_on.png);
}
.gnav li.program a {
  background-image: url(../images/gnav_002_on.png);
}
.gnav li.schedule a {
  background-image: url(../images/gnav_003_on.png);
}
.gnav li.voice a {
  background-image: url(../images/gnav_004_on.png);
}
.gnav li.profile a {
  background-image: url(../images/gnav_005_on.png);
}

/* page-footer
--------------------------------------------------------------------------------- */
#page-footer {
  clear: both;
  overflow: hidden;
  padding: calc( ( 50 / 600 ) * 100% ) 0px calc( ( 60 / 600 ) * 100% );
}
#page-footer .logo {
  margin: 0px;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- hover */
@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }

  a:hover img {
    opacity: 0.8;
  }
}
/*
--------------------------------------------------------------------------------- 601 */
@media print, screen and (min-width: 601px) {
  p, li, dt, dd, th, td, h5, h6 {
    font-size: 21px;
    line-height: 38px;
  }

  p, ul, ol, dl, table {
    margin-bottom: 38px;
  }

  /* layout
  --------------------------------------------------------------------------------- */
  #layout {
    min-width: 1280px;
    max-width: 1680px;
    padding: 0px calc( ( 60 / 1680 ) * 1280px );
  }

  /* page-header
  --------------------------------------------------------------------------------- */
  #page-header {
    padding: 60px 0px 20px;
  }

  /* global-nav
  --------------------------------------------------------------------------------- */
  .gnav {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    flex-direction: row;
  }
  #page-footer .gnav {
    display: flex;
  }
  #page-footer .gnav li a {
    opacity: 1;
  }
  #page-footer .gnav li::after {
    opacity: 1;
  }
  .gnav li {
    margin: 0px;
    padding: 30px 0px;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
  }
  .gnav li::after {
    content: "";
    display: block;
    max-width: 45px;
    max-height: 46px;
    width: calc( ( 45 / 1560 ) * ( ( 1560 / 1680 ) * 1280px ) );
    height: calc( ( 46 / 1560 ) * ( ( 1560 / 1680 ) * 1280px ) );
    background-image: url(../images/gnav_000_on.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    opacity: 0.1;
  }
  .gnav li:last-of-type::after {
    display: none;
  }
  .gnav li a {
    max-height: 46px;
    height: calc( ( 46 / 1560 ) * ( ( 1560 / 1680 ) * 1280px ) );
    opacity: 0.1;
  }
  .gnav li a:hover {
    opacity: 1;
  }
  .gnav li.on {
    display: flex;
  }
  .gnav li.on a {
    opacity: 1;
  }
  .gnav li.concept a {
    max-width: 292px;
    width: calc( ( 292 / 1560 ) * ( ( 1560 / 1680 ) * 1280px ) );
  }
  .gnav li.program a {
    max-width: 310px;
    width: calc( ( 310 / 1560 ) * ( ( 1560 / 1680 ) * 1280px ) );
  }
  .gnav li.schedule a {
    max-width: 336px;
    width: calc( ( 336 / 1560 ) * ( ( 1560 / 1680 ) * 1280px ) );
  }
  .gnav li.voice a {
    max-width: 180px;
    width: calc( ( 180 / 1560 ) * ( ( 1560 / 1680 ) * 1280px ) );
  }
  .gnav li.profile a {
    max-width: 260px;
    width: calc( ( 260 / 1560 ) * ( ( 1560 / 1680 ) * 1280px ) );
  }

  /* page-footer
  --------------------------------------------------------------------------------- */
  #page-footer {
    padding: 60px 0px 270px;
  }
  #page-footer .logo {
    margin-bottom: 40px;
  }

  /*
  --------------------------------------------------------------------------------- hover in 601 */
}
/*
--------------------------------------------------------------------------------- 1280 */
@media print, screen and (min-width: 1280px) {
  /* layout
  --------------------------------------------------------------------------------- */
  #layout {
    padding: 0px calc( ( 60 / 1680 ) * 100vw );
  }

  /* global-nav
  --------------------------------------------------------------------------------- */
  .gnav li::after {
    width: calc( ( 40 / 1680 ) * 100vw );
    height: calc( ( 46 / 1680 ) * 100vw );
  }
  .gnav li a {
    height: calc( ( 46 / 1680 ) * 100vw );
  }
  .gnav li.concept a {
    width: calc( ( 292 / 1680 ) * 100vw );
  }
  .gnav li.program a {
    width: calc( ( 310 / 1680 ) * 100vw );
  }
  .gnav li.schedule a {
    width: calc( ( 336 / 1680 ) * 100vw );
  }
  .gnav li.voice a {
    width: calc( ( 180 / 1680 ) * 100vw );
  }
  .gnav li.profile a {
    width: calc( ( 260 / 1680 ) * 100vw );
  }
}
/*
--------------------------------------------------------------------------------- 1680 */
@media print, screen and (min-width: 1680px) {
  /* layout
  --------------------------------------------------------------------------------- */
  #layout {
    padding: 0px 60px;
  }
}
