/* ==========================================================================
 *
 * Mobile Devices
 *
 * -------------------------------------------------------------------------- */
body {
  background: rgba(0, 0, 0, .8) url(../images/bg.jpg) center top fixed;
  background-size: cover;
  color: white;
  font-size: 16px;
  line-height: 1.5rem;
}

a {
  color: white;
  text-decoration: underline;
}

a.btn {
  border: 1px solid white;
  border-radius: 2px;
  color: white;
  display: inline-block;
  font-size: 14px;
  line-height: 2.875rem;
  margin: 1.5rem 0;
  padding: 0 1.5rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

hr {
  border-bottom: 1px solid white;
  margin-top: 3rem;
  margin-bottom: 2.9375rem;
}

.bold {
  font-weight: bold;
}

.color {
  color: #f00;
  margin: 0 .75rem;
}

.center {
  text-align: center;
}

.mt {
  margin-top: 1.5rem;
}

.mb {
  margin-bottom: 1.5rem;
}

.ml {
  margin-left: 1.5rem;
}

.mr {
  margin-right: 1.5rem;
}

::-moz-selection {
  background-color: rgba(230, 85, 153, .2);
  color: white;
}

::selection {
  background-color: rgba(230, 85, 153, .2);
  color: white;
}

::-moz-selection {
  background-color: rgba(230, 85, 153, .2);
  color: white;
}

/* Header - Mobile -
   ========================================================================== */
#header {
  background-color: #000;
  position: fixed;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  z-index: 3; 

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.nav-trigger {
  position: absolute;
  top: 12px;
  left: .75rem;
  width: 2.25rem;
  height: 17px;
  z-index: 7;
}
.nav-trigger:after {
  color: white;
  content: 'MENU';
  font-size: 10px;
  letter-spacing: .3em;
  position: absolute;
  top: 12px;
  width: 1.5rem;
}
.nav-trigger span {
  background-color: white;
  border-radius: 1px;
  display: inline-block;
  position: absolute;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  left: 0;
  width: 100%;
  height: 1px;
}
.nav-trigger span:nth-of-type(1) {
  top: 0;
}
.nav-trigger span:nth-of-type(2) {
  top: 8px;
}
.nav-trigger span:nth-of-type(3) {
  bottom: 0;
}
.nav-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(315deg);
  -ms-transform: translateY(8px) rotate(315deg);
  transform: translateY(8px) rotate(315deg);
}
.nav-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.nav-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(-315deg);
  -ms-transform: translateY(-8px) rotate(-315deg);
  transform: translateY(-8px) rotate(-315deg);
}

#logo {
  display: none;
}

.sns-list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 6; 
  zoom: 1;
}
.sns-list:after {
  clear: both; 
  content: '';
  display: block;
}
.sns-list li {
  float: left;
  width: 48px;
}

/* nav */
#nav {
  position: absolute;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  top: 0;
  width: 100%;
  height: 0;
  z-index: 4;
}
#nav ul {
  display: none; 
  margin-top: 96px;
}
#nav li {
  text-align: center;
}
#nav a {
  text-decoration: none;
}
#nav.active {
  background-color: #000;
  position: fixed;
  height: 100vh;
}
#nav.active ul {
  display: block;
}
#nav.active li {
  font-size: 1.333em;
  margin: 1.5rem 0;
  width: 100%;
}

/* Contents - Mobile -
   ========================================================================== */
#contents {
  background: url(../images/sp-bg.jpg) center top fixed;
  background-size: contain;
  position: absolute;
  top: 48px;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.main {
  width: 100%;
}

.bnr {
  display: block;
  margin: auto;
  padding: .75rem;
  width: 654px;
}

#movie {
  margin-bottom: 1.5rem;
  position: relative;
}
#movie iframe {
  position: relative;
  top: 0;
  left: 25%;
  width: 50%;
  height: 50%;
}

#news {
  background-color: #000;
  margin-bottom: 1.5rem;
  padding: 1.5rem .75rem;
}
#news h2 {
  font-size: 24px;
}
#news li {
  padding: .75rem 0;
}
#news span {
  margin-right: .75rem;
}

#app {
  background-color: rgba(0, 0, 0, .8);
  padding: 1.5rem .75rem;
}
#app dt img {
  width: 100%;
}
#app dt ul {
  padding: 1.5rem 0;
}
#app dt li {
  margin-bottom: 1.5rem;
}
#app dt .bold {
  color: #e65599;
  font-size: 20px;
}
#app dd {
  background-color: #8ec21f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#app dd img {
  margin: 0 .375rem 1.5rem;
  height: 48px;
}

.list {
  padding: 1.5rem .75rem;
}
.list li {
  margin-bottom: .75rem;
  padding-left: 1em;
  text-indent: -1em;
}

#program {
  background: #000 url(../images/sp-bg.jpg) top center no-repeat;
  background-size: contain;
  padding: 1.5rem .75rem;
}
#program dl {
  background-color: rgba(0, 0, 0, .8);
  padding: 1.5rem .75rem;
}
#program dt .font {
  font-size: 36px;
}
#program dd {
  font-size: 18px;
  font-weight: bold;
  padding: 1.5rem .75rem;
}
#program dd .font {
  font-size: 30px;
}
#program dd.wrap {
  zoom: 1;
}
#program dd.wrap:after {
  clear: both; 
  content: '';
  display: block;
}
#program dd.wrap img {
  float: left;
  height: 82px;
}
#program dd.wrap span {
  float: left;
  padding: .75rem .75rem;
}
#program h2 {
  color: #e65599;
  font-size: 48px;
  letter-spacing: .3em;
  text-align: center;
}
#program h3 {
  background-color: rgba(255, 255, 255, .2);
  border-top: 2px solid white;
  border-bottom: 1px solid white;
  font-size: 24px;
  font-weight: bold;
  padding: .625rem 0 .6875rem;
  text-align: center;
}

.content {
  background-color: rgba(0, 0, 0, .8);
  margin-bottom: 1.5rem;
  padding: 1.5rem .75rem;
}
.content h2 {
  border-bottom: 2px solid white;
  font-size: 24px;
  font-weight: bold;
  padding: 1.5rem 0 1.375rem;
  text-align: center;
}
.content h3 {
  background-color: #fff;
  color: #e65599;
  font-size: 20px;
  font-weight: bold;
  line-height: 3rem;
  margin: 1.5rem 0 0;
  text-align: center;
}
.content h3.img {
  padding: .75rem 1.5rem;
  text-align: left;
}
.content h3 img {
  height: 43px;
}
.content h4 {
  background-color: rgba(230, 85, 153, .5);
  border-left: 4px solid #e65599;
  font-size: 18px;
  font-weight: bold;
  margin-top: 1.5rem;
  padding-left: .75rem;
}
.content p,
.content a {
  padding: 1.5rem .75rem 0;
}
.content .notice {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0;
}

.share-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 0; 

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.share-list li {
  margin: 0 .75rem;
}

/* news */
#post {
  height: 100vh;
}
#post h1 {
  background-color: #fff;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  padding: 1.5rem .75rem;
  text-align: center;
}
#post p,
#post a {
  display: block;
  padding: 3rem .75rem;
}

/* 2nd */
#detail {
  position: absolute;
  top: 48px;
  width: 100%;
  z-index: 1;
}
#detail h1 {
  background: url(../images/pc-bg.jpg) center top fixed;
  background-size: contain;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: .2em;
  padding-top: 3rem;
  text-align: center;
}

.clear {
  zoom: 1;
}
.clear:after {
  clear: both; 
  content: '';
  display: block;
}

.support-list {
  border-bottom: 1px solid white;
  margin: 0 .75rem;
  padding: 1.5rem 0 1.4375rem;
}
.support-list dt {
  color: #e65599;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.kyosan-list {
  margin: 0 .75rem;
}
.kyosan-list li {
  border-bottom: 1px solid white;
  padding: 1.5rem 0 1.4375rem;
}
.kyosan-list a {
  padding: 0;
}

/* Footer - Mobile -
   ========================================================================== */
#footer {
  border-top: 1px solid white;
  font-size: 10px;
  margin: 48px 0;
  padding: 1.4375rem 0 3rem;
  text-align: center;
  width: 100%;
}

#pagetop {
  background-color: #e65599;
  display: block;
  font-weight: bold;
  line-height: 48px;
  position: fixed;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  bottom: -100px;
  width: 100%;
  height: 48px;
  z-index: 2;
}

/* ==========================================================================
 *
 * Tablets
 *
 * -------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  a[href^='tel:'] {
    cursor: default;
    text-decoration: none;
  }
  a:hover img,
  #pagetop:hover {
    opacity: .8;
    text-decoration: none;
  }
  a.btn:hover {
    background-color: white;
    color: #fff;
    text-decoration: none;
  }
  #nav a::after,
  a.no::after,
  a.btn::after {
    background-color: transparent;
  }
  /* Header - Tablet -
   ========================================================================== */
  #logo {
    display: block;
    position: relative;
    text-align: center;
    z-index: 5;
  }
  #logo img {
    margin-top: 16px;
    height: 16px;
  }
  /* Contents - Tablet -
   ========================================================================== */
  #contents {
    background: url(../images/pc-bg.jpg) center top fixed;
    margin: auto;
    position: absolute;
    top: 0;
    top: 48px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 750px;
  }
  #movie {
    padding-top: 56.25%;
    width: 100%;
  }
  #movie iframe {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #news {
    padding: 1.5rem 1.5rem;
  }
  #app dt ul {
    padding: 1.5rem 1.5rem;
  }
  #program {
    background: #000 url(../images/pc-bg.jpg) top center no-repeat;
  }
  /* news */
  #post p,
  #post a {
    padding: 3rem 3rem;
  }
  /* 2nd */
  .support-list {
    zoom: 1;
  }
  .support-list:after {
    clear: both; 
    content: '';
    display: block;
  }
  .support-list dt {
    float: left;
    font-size: 16px;
    width: 20%;
  }
  .support-list dd {
    float: left;
    width: 80%;
  }
}

/* ==========================================================================
 *
 * Print
 *
 * -------------------------------------------------------------------------- */
@media print {
  * {
    background: transparent !important;
    border-color: black !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  #nav,
  .nav-trigger,
  .nav,
  .foot-col,
  .sns,
  #pagetop {
    display: none;
  }
  #footer::after {
    content: '';
  }
}
