@charset "UTF-8";
/* ==========================================================================
	
   Base
   
   ========================================================================== */
@import url(magnific-popup.css);
html {
  font-size: 62.5%; }

body {
  font-size: 1.2rem;
  line-height: 1.7;
  font-family: Roboto, "Droid Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
  color: #333;
  font-weight: 300;
  padding: 0;
  margin: 0; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

b {
  font-weight: normal; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: normal; }

form,
input,
select {
  margin: 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0; }

i {
  font-style: normal; }

img {
  vertical-align: top; }

button {
  border: none; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #333;
  text-decoration: underline;
  outline: none; }

a:hover {
  color: #333;
  text-decoration: underline; }

/* Links img
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* ---------------------------------------------
	font Style
--------------------------------------------- */
.fBold {
  font-weight: bold; }

.fItalic {
  font-style: italic; }

.fnormal {
  font-weight: normal; }

.mincho {
  font-family: "a-otf-ryumin-pr6n"; }

/* ---------------------------------------------
	inline align
--------------------------------------------- */
.t_align_l {
  text-align: left !important; }

.t_align_c {
  text-align: center !important; }

.t_align_r {
  text-align: right !important; }

.pre {
  white-space: pre; }

.colorGreen {
  color: #009944; }

.colorOrange {
  color: #fd6631; }

/* ---------------------------------------------
	other
--------------------------------------------- */
.imgRep {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/* pagetop
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#back-top {
  z-index: 10;
  position: relative;
  display: block;
  width: 55px;
  margin: 0 auto -27px; }

#back-top span {
  width: 55px;
  height: 55px;
  background: url(../img/common/pagetop.png) no-repeat left top;
  background-size: 55px 55px;
  display: block;
  position: static;
  text-align: center; }
  #back-top span:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

/* form parts
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* common parts
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img {
  vertical-align: top; }

.inner {
  margin-left: auto;
  margin-right: auto;
  position: relative; }

/* common layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#wrapper {
  width: 100%;
  min-width: 320px;
  padding: 0;
  margin: 0;
  padding-top: 95px; }

#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  background-color: #fff; }
  #header .inner {
    width: 100%;
    height: 95px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background-color: #fff;
    z-index: 999;
    border: none;
    padding: 0; }

.logo {
  width: 80%;
  margin: 0 auto 145px;
  text-align: center;
  padding-top: 120px; }
  .logo img {
    width: 100%; }

.toplogo {
	position: absolute;
	text-align: center;
	left: 0;
	top: 17%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 0; }
  .toplogo img {
    width: 80%; }

.topwrap{
	position: absolute;
	left: 5%;
	top: 27%;
	width: 90%;
}

.topwrap_inner{
	position: relative;
	padding: 20px 10px;
	background-color: rgba(0,0,0,0.5);
}

.topics{
	margin-bottom: 20px;
}

.topics a{
	font-weight: bold;
	color: #fff;
}

.youtube{
  position:relative;
  width:100%;
  padding-top:56.25%;
	margin-bottom: 20px;
}
.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.topwrap .item .wrap{
	margin-bottom: 20px;
	overflow: hidden;
	display: flex;
}

.topwrap .item .wrap .pic{
}

.topwrap .item .wrap .pic img{
	width:80px;
}

.topwrap .item .wrap .text{
	padding-left: 10px;
	color: #fff;
}

.topwrap .item .wrap .text strong{
	font-size: 16px;
}

.topwrap .post p{
	margin-bottom:20px;
}
.topwrap .contents_banner a{
	margin-bottom: 5px;
	display: inline-block;
 width: 24%;
}

#navToggle {
  position: absolute;
  left: 10%;
  top: 40px;
  width: 26px;
  height: 15px;
  cursor: pointer;
  z-index: 101; }
  #navToggle div {
    position: relative; }
  #navToggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }
    #navToggle span:nth-child(1) {
      top: 0; }
    #navToggle span:nth-child(2) {
      top: 7px; }
    #navToggle span:nth-child(3) {
      top: 14px; }

.open #navToggle span {
  background: #fff; }
  .open #navToggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg); }
  .open #navToggle span:nth-child(2) {
    width: 0;
    left: 50%; }
  .open #navToggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg); }

.open .gnavi {
  /* #global-nav top + #mobile-head height */
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.gnavi {
  position: fixed;
  left: 0;
  top: 0px;
  bottom: 0;
  width: 100%;
  z-index: 100000;
  overflow: auto;
  display: none; }
  .gnavi .gnaviInner {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0;
    background-color: black;
    padding: 80px 10% 10% 10%; }
  .gnavi #navToggle {
    top: 37px; }
    .gnavi #navToggle span {
      background: #fff; }
      .gnavi #navToggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg); }
      .gnavi #navToggle span:nth-child(2) {
        width: 0;
        left: 50%; }
      .gnavi #navToggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg); }
  .gnavi ul {
    overflow: hidden;
    font-size: 0;
    border-top: 1px solid #000; }
    .gnavi ul li {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      border-bottom: 1px solid #000; }
      .gnavi ul li.off {
        padding: 4% 0;
        text-align: left;
        opacity: 0.5; }
      .gnavi ul li.block {
        margin-top: 20px; }
      .gnavi ul li a {
        width: 100%;
        display: block;
        color: #333;
        padding: 4% 0;
        text-align: left;
        line-height: 1;
        position: relative;
        background-color: #000; }
        .gnavi ul li a img {
          vertical-align: middle; }
#mainVisual{
/*	padding-bottom: 80px;
	background-color: #000;*/
}
.top #mainVisual{
  padding-bottom: 40%;
  background: #000;
}
.mainVisual {
  width: 100%; }
  .mainVisual img {
    width: 100%; }

.top #contents {
  background-color: #000;
  padding: 10%; }
  .top #contents h2 {
    margin-bottom: 0; }
  .top #contents dl {
    margin: 0;
    padding: 0;
    color: #fff; }
	.top #contents dl a {
    color: #fff; }
    .top #contents dl dt {
      margin: 0 0 5px 0;
      padding: 40px 0 0 0;
      font-size: 1.2rem; }
    .top #contents dl dd {
      margin: 0;
      padding: 0 0 35px 0;
      font-size: 1.55rem;
      border-bottom: 1px solid #fff; }

#contents {
  width: 100%;
  margin: 0 auto 0;
  position: relative;
  background-color: #fff;
  padding: 15% 10%; }
  #contents h1 {
    margin: 0;
    padding: 0;
    line-height: 1; }

#footer {
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 6% 0 0; }
  #footer .copyright {
    margin-top: 2%;
    text-align: center;
    font-size: 1rem;
    width: 100%;
    color: #777;
    background-color: #000;
    padding: 3%;
    line-height: 1;
    color: #fff; }

/* second
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#breadcrumbs {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #fff; }
  #breadcrumbs ul {
    width: 1100px;
    margin: 0 auto; }
    #breadcrumbs ul li {
      float: left;
      margin-right: 0.5em;
      font-size: 1.6rem;
      position: relative;
      height: 50px; }
      #breadcrumbs ul li.home a {
        background: url(../img/common/ico_home.png) no-repeat left center;
        padding-left: 15px;
        background-size: 16px 16px; }
        #breadcrumbs ul li.home a span {
          text-indent: 100%;
          white-space: nowrap;
          overflow: hidden;
          display: block;
          width: 1px; }
      #breadcrumbs ul li:last-child:after {
        content: "";
        display: none; }
      #breadcrumbs ul li:after {
        content: "";
        width: 10px;
        height: 16px;
        background: url(../img/common/ico_arrow_pankuzu.png) no-repeat left center;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -8px; }
      #breadcrumbs ul li a {
        margin-right: 1.3em;
        display: inline-block;
        color: #333; }

/* news
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.news .inner {
  margin-top: 40px;
  border-bottom: 1px solid #000;
  padding-bottom: 50px;
  margin-bottom: 30px; }
.news .newsList li {
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
  margin-bottom: 40px; }
  .news .newsList li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
  .news .newsList li .date {
    font-size: 1.2rem;
    margin-bottom: 5px; }

/* biography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.biography .inner {
  margin-top: 40px;
  border-bottom: 1px solid #000;
  padding-bottom: 50px;
  margin-bottom: 30px; }
.biography table {
  width: 100%;
  font-size: 1.2rem;
  margin-bottom: 30px; }
  .biography table tr th {
    vertical-align: top; }
  .biography table tr td {
    vertical-align: top; }
.biography p {
  font-size: 1.2rem; }

/* discography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.discography .inner {
  margin-top: 40px;
  border-bottom: 1px solid #000;
  padding-bottom: 50px;
  margin-bottom: 30px; }
.discography .list li {
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
  margin-bottom: 40px; }
  .discography .list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
.discography .pic {
  margin-bottom: 15px; }
.discography strong {
  font-size: 1.4rem; }
.discography p {
  margin-bottom: 1.5em; }
.discography .contents_banner a {
  margin-bottom: 3px;
  display: inline-block;
width: 24%;
}

/* live
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.live {
  /* live */ }
  .live .inner {
    margin-top: 40px;
    border-bottom: 1px solid #000;
    padding-bottom: 50px;
    margin-bottom: 30px; }
  .live .list li {
    border-bottom: 1px solid #000;
    padding-bottom: 40px;
    margin-bottom: 40px; }
    .live .list li:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
  .live dl {
    margin: 0;
    padding: 0; }
    .live dl dt {
      margin: 0 0 5px 0;
      padding: 0px 0 0 0;
      font-size: 1.2rem; }
    .live dl dd {
      margin: 0 0 40px 0;
      padding: 0 0 35px 0;
      font-size: 1.55rem;
      border-bottom: 1px solid #000; }
      .live dl dd:last-child {
        border: none;
        padding: 0;
        margin: 0; }
  .live .reserveList th {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    text-align: left; }
  .live .reserveList td {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    text-align: left; }
  .live .btnMore {
    position: absolute;
    left: 0;
    bottom: 0; }
  .live dl dd {
    margin-bottom: 30px; }
  .live dl dd a {
    color: #333; }
  .live table {
    margin-bottom: 20px; }
  .live table th {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    text-align: left; }
  .live table td {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
  .live table td input[type="text"],
  .live table td input[type="email"] {
    outline: none;
    background-color: #fff;
    border: 1px solid #666;
    height: 25px;
    line-height: 25px;
    width: 100%;
    padding: 0 10px; }
  .live table td input.fo04 {
    width: 50%;
    padding: 0 10px; }
  .live table td textarea {
    outline: none;
    background-color: #fff;
    border: 1px solid #666;
    width: 100%;
    height: 150px;
    padding: 10px; }
  .live table td .caution {
    display: inline-block;
    font-size: 12px;
    padding-left: 20px;
    vertical-align: middle; }
  .live table td .caution.live {
    position: absolute;
    left: 395px;
    top: 5px;
    font-size: 12px;
    padding-left: 0px;
    vertical-align: middle;
    white-space: nowrap; }
  .live button {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    background-color: transparent;
    box-sizing: border-box;
    border: 1px solid #666;
    text-decoration: none;
    padding: 10px 20px;
    text-align: center;
    display: block;
    color: #333;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .live button:hover {
    color: #fff;
    background-color: #666;
    cursor: pointer; }
  .live table.reserveList th {
    vertical-align: top;
    padding: 0;
    line-height: 1.7;
    text-align: left; }
  .live table.reserveList td {
    vertical-align: top;
    line-height: 1.7; }
  .live h1.name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px; }

/* media
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.media .inner {
  margin-top: 40px;
  border-bottom: 1px solid #000;
  padding-bottom: 50px;
  margin-bottom: 30px; }
.media .list li {
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
  margin-bottom: 40px; }
  .media .list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
.media .movieThumb {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px; }
.media .movieThumb iframe,
.media .movieThumb object,
.media .movieThumb embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }


/* movie
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.movie .inner {
  margin-top: 40px;
  border-bottom: 1px solid #000;
  padding-bottom: 50px;
  margin-bottom: 30px; }
.movie .list li {
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
  margin-bottom: 40px; }
  .movie .list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
.movie .movieThumb {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px; }
.movie .movieThumb iframe,
.movie .movieThumb object,
.movie .movieThumb embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* contact
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.contact .inner {
  margin-top: 40px;
  border-bottom: 1px solid #000;
  padding-bottom: 50px;
  margin-bottom: 30px; }
.contact table {
  width: 100%;
  table-layout: fixed; }
  .contact table th {
    display: block;
    text-align: left; }
  .contact table td {
    display: block;
    padding-bottom: 10px; }
    .contact table td input {
      height: 50px;
      line-height: 50px;
      background-color: #e6e6e6;
      width: 100%;
      border: none;
      outline: none;
      padding: 0 10px; }
    .contact table td textarea {
      background-color: #e6e6e6;
      padding: 10px;
      border: none;
      outline: none;
      width: 100%; }
    .contact table td .caution {
      font-size: 1.1rem;
      margin-top: 10px;
      display: block; }
    .contact table td button {
      text-align: center;
      padding: 0;
      margin: 20px auto 0;
      display: block;
      background-color: transparent;
      border: 1px solid #000;
      padding: 10px;
      width: 100%; }

.postDetail{
	margin-bottom:30px;
}
.postDetail .postTitle{
	font-size:1.4rem;
	margin-bottom:20px;
}
.postDetail iframe{
	width: 100%; 
}

.post p{
	margin-bottom:1em;
}

.post img{
	max-width:100%;
	height:auto;
}

.pageLink > div{
	margin-bottom:10px;
}

/* top animation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@-webkit-keyframes slideLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-2821px, 0, 0); } }
@-moz-keyframes slideLeft {
  from {
    -moz-transform: translate3d(0, 0, 0); }
  to {
    -moz-transform: translate3d(-2821px, 0, 0); } }
@-ms-keyframes slideLeft {
  from {
    -ms-transform: translate3d(0, 0, 0); }
  to {
    -ms-transform: translate3d(-2821px, 0, 0); } }
@keyframes slideLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(-2821px, 0, 0); } }
@-webkit-keyframes slideRight {
  from {
    -webkit-transform: translate3d(-2821px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0); } }
@-moz-keyframes slideRight {
  from {
    -moz-transform: translate3d(-2821px, 0, 0); }
  to {
    -moz-transform: translate3d(0, 0, 0); } }
@-ms-keyframes slideRight {
  from {
    -ms-transform: translate3d(-2821px, 0, 0); }
  to {
    -ms-transform: translate3d(0, 0, 0); } }
@keyframes slideRight {
  from {
    transform: translate3d(-2821px, 0, 0); }
  to {
    transform: translate3d(0 0, 0); } }
@-webkit-keyframes balloon1 {
  0%,
    100% {
    -webkit-transform: translateY(0) rotate(-6deg); }
  50% {
    -webkit-transform: translateY(-5px) rotate(8deg); } }
@-moz-keyframes balloon1 {
  0%,
    100% {
    -moz-transform: translateY(0) rotate(-6deg); }
  50% {
    -moz-transform: translateY(-5px) rotate(8deg); } }
@-o-keyframes balloon1 {
  0%,
    100% {
    -o-transform: translateY(0) rotate(-6deg); }
  50% {
    -o-transform: translateY(-5px) rotate(8deg); } }
@keyframes balloon1 {
  0%,
    100% {
    transform: translateY(0) rotate(-6deg); }
  50% {
    transform: translateY(-5px) rotate(8deg); } }
