@charset "UTF-8";article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}html,button,input,select,textarea{font-family:sans-serif;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}b,strong{font-weight:bold;}p,pre{margin:1em 0;}small{font-size:75%;}dl,menu,ol,ul{margin:1em 0;}dd{margin:0 0 0 40px;}menu,ol,ul{padding:0 0 0 40px;}nav ul,nav ol{list-style:none;list-style-image:none;}img{border:0;-ms-interpolation-mode:bicubic;}svg:not(:root){overflow:hidden;}form{margin:0;}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;}button,input{line-height:normal;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible;}button[disabled],input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}

/*-------------------------------------

スマートフォン

--------------------------------------*/

/*---------------------------------
bx slider
----------------------------------*/
ul.bxslider {
  position: relative;
}

ul.bxslider li {
  list-style: none;
}

ul.bxslider li:first-child {
  position: relative;
  z-index: 50;
}

ul.bxslider li:not( :first-child ) {
  position: absolute;
  top: 0;
  left: 0;
}

ul.bxslider li img {
   width: 100%;
   height: auto;
}

/*---------------------------------
Common settings
----------------------------------*/
* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  background: url(../images/bg.gif) repeat;
  color: #333;
  font-size: 12px;
  font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

h1,h2 {
  margin: 0;
  padding: 0;
  line-height: 0;
}

h3 {
  margin: 1em 0;
  font-size: 16px;
}

/*clearfix*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.clearfix {
  zoom: 1;
}

b{
  color: #E73887;
}

a,
a:hover {
  color: #E73887;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul, ul li {
  margin: 0;
  padding: 0;
}

/*layout*/
.gradation {
  background: -moz-linear-gradient(left, #009944, #F4D273, #E73887);
  background: -webkit-gradient(linear, right top, left top, from(#009944), color-stop(0.5, #F4D273), to(#E73887));
  /* InternetExplorer */
  background: linear-gradient(to right, #009944, #F4D273, #E73887); 
}

.ytch {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
}
.ytch iframe, .ytch2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ytch2 {
    position: relative;
    width: 100%;
    padding: 50% 0 0 0;
}

.mobile_only {
    display: inline-block;
}

.pc_only {
    display: none;
}

/*---------------------------------
Header settings
----------------------------------*/
header {
  padding: 0px;
  color: #FFF;
}

header div {
  position: relative;
  width: 100%;
  max-width: 960px;
  height: 37px;
  margin: 0 auto;
  padding: 2.5px;
}

.lb_icon {
  display: block;
  width: 39.36px;
  height: 32px;
  float: left;
  margin-left: .5em;
  background: url(../images/icon_lb2.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

header div .switch_button {
  float: right;
  height: 32px;
  padding: .2em .5em;
  font-family: Oswald;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  border-radius: 16px;
}

header div .switch_button:hover {
   text-decoration: none;  
}

.menu_button {
  display: block;
  width: 32px;
  height: 32px;
  float: right;
  margin-right: .5em;
  background: url(../images/menu_icon.png);
  background-size: 100%;
}

.menu_button:hover {
   cursor: pointer;
}

.content-title {
   line-height: 70px;
   font-size: 2.4em;
   text-shadow: 0px 0px 30px rgba(255,255,255, 1);
}

.content-title img {
   width: 100%;
   min-width: 384px;
   height: auto;
}

header div nav {
  position: absolute;
  display: none;
  font-family: Oswald;
  font-size: 16px;
  line-height: 30px;
  background: #E73887;
  top: 37px;
  right: 10px;
  padding: .5em 0em 1em 0em;
  z-index: 55;
}

header div nav ul{
  margin:0;
  padding:0;
}

header div nav ul li{
  width: 130px;
  margin: 15px;
  list-style:none;
  /*border-left: 1px dotted #FFF;*/
}

header div nav ul li:last-child {
  /*border-right: 1px dotted #FFF;*/
}

header div nav ul li a {
  color: #FFF;
  font-size: 1.1em;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

header div nav ul li a:hover {
  color: #009944;
  text-shadow: none;
  text-decoration: none;
}

header div nav .sub_menu {
  width: 150px;
  overflow: hidden;
}

header div nav .sub_menu li.sns_icon_tw, 
header div nav .sub_menu li.sns_icon_fb,
header div nav .sub_menu li.sns_icon_yt {
   width: 33px;
   height: 29px;
   margin: 5px;
   float: left;
}

header div nav .sub_menu li.lng_switch {
   width: auto;
   margin: 8px 0px;
   margin-left: 10px;
   float: left;
}

header div nav .sub_menu li.sns_icon_tw {
   background: url('../images/sns_icon_tw.png');
   background-size: cover;
   margin-left: 15px;
   margin-right: 7px;
   margin-top: 6px;
}

header div nav .sub_menu li.sns_icon_fb {
   background: url('../images/sns_icon_fb.png');
   background-size: cover;
   margin-right: 10px;
}

header div nav .sub_menu li.sns_icon_yt {
   background: url('../images/sns_icon_yt.png');
   background-size: cover;
   width: 33px;
   height: 30px;
}

header div nav .sub_menu li a {
   display: block;
   height: 24px;
}

header div nav .sub_menu .switch_button {
    width: 134px;
    height: 24px;
    color: #e97a80;
    font-size: 12px;
    line-height: 19px;
    text-shadow: none;
    background: #FFF;
    padding: .2em .6em;
    margin: 0px;
    margin-top: .1em;
    border-radius: 10px;
}

/*contents*/
#wrapper_top {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 20px;
  background: url(../images/bg_star.gif) repeat;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
  line-height: 0;
}

#wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
  line-height: 0;
}

.mobile_image{
  width: 100%;
  height: auto;
}

/*footer*/
footer {
  color: #FFF;
  padding: 1em;
}

footer div {
  width: 100%;
  margin: 0 auto;
}

footer div p {
  text-align: center;
  margin-bottom: 2em;
}

.sponsored {
  width: 180px;
  margin: 0 auto;
}

.sponsored ul li {
  margin: .5em;
}

.sponsored ul li img {
  border-radius: 4px;
}

/*---------------------------------
Top page
----------------------------------*/
#mainimg {
  margin: 0;
  padding: 0;
}

#top_main {
  width: 100%;
  padding: .5em;
  padding-top: 0em;
}

#top_main div.box_info {
  border: 4px solid #009944;
  border-radius: 8px;
  width: 100%;
  height: auto;
  background: #FFF;
  line-height: 1.5;
  padding: .5em;
  overflow: auto;
}

#top_main div.bio {
  margin-top: 30px;
  margin-right: 5px;
  margin-bottom: -18px;
  line-height: 1.5;
}

#top_main div.img_bio {
  margin-top: 10px;
  width: 200px;
  background:#CCC;
}

#top_main div.img_bio img {
  background: #FFF;
}

#top_main div.img_bio a:hover {
  opacity: 0.9;
}

#top_side {
  width: 100%;
  padding: .5em;
}

#top_side div.tweet,
#top_side div.gallery {
  width: 100%;
  text-align: center;
}

#top_side div.gallery a:hover {
  opacity: 0.9;
}

#top_side div.gallery a img {
  width: 100%;
  max-width: 450px;
  height: auto;
  margin-top: 20px;
}

#banner {
  margin: 0 20px;
}

#banner img {
  margin-top: 60px;
  margin-right: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
  background: #FFF;
}

#banner a:hover {
  opacity: 0.9;
}

/*---------------------------------
Information
----------------------------------*/
#top_main div.box_info article ul{
  margin:0;
  padding:0;
}

#top_main div.box_info article ul li{
  list-style:none;
  border-bottom: 1px solid #E8E8E8;
  padding: 10px 0;
}

#top_main div.box_info article ul li div{
  margin-top:5px;
}

#top_main div.box_info article ul li a,
#top_main div.box_info article ul li a:hover,
#top_main div.box_info article ul li div a,
#top_main div.box_info article ul li div a:hover {
  color: #E73887;
  text-decoration: none;
}

#top_main div.box_info article ul li a:hover,
#top_main div.box_info article ul li div a:hover {
  text-decoration: underline;
}

#top_main div.box_info article ul li time {
  color: #009944;
  margin-right: 5px;
}

#top_main div .info_banner {
  width: 49%;
  float: left;
  margin: 1.5% 0.5%;
  
  border:1px solid #cccccc;
  
  border-radius:4px;
  box-shadow:2px 0px 4px -3px #534235;
  -moz-box-shadow:2px 0px 4px -3px #534235;
  -webkit-box-shadow:2px 0px 4px -3px #534235;

  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
}

#top_main div .info_banner:hover {
   opacity: .9;
}

.twitter_wrap {
   margin: 10px 0px;
}

/*---------------------------------
Live&Event page
----------------------------------*/
#contents_event {
  width:100%;
  padding: 1em;
  padding-top: 0em;
  float: left;
  line-height: 0;
  overflow: auto;
}

#contents_event div.event_leadtext h3 {
  font-size: 16px;
  color: #E73887;
}

#contents_event div.event_text {
  clear: both;
  line-height: 1.4;
}

#contents_event div.event_text p b{
  color:#666;
  line-height: 1.6;
}


/*---------------------------------
Biography page
----------------------------------*/
#contents_bio {
  width:100%;
  padding: 1em;
  padding-top: 0em;
  line-height: 0;
}

#contents_bio div.bio_img {
  width: 200px;
}

#contents_bio div.bio_leadtext {
  width: 100%;
  line-height: 1.4;
  padding: 1em;
}

#contents_bio div.bio_leadtext h3 {
  font-size: 16px;
  color: #E73887;
}

#contents_bio div.bio_text {
  line-height: 1.4;
}

#contents_bio div.bio_text p b{
  color:#666;
  line-height: 1.6;
}

/*---------------------------------
Gallery page
----------------------------------*/
#contents_gallery {
  width: 100%;
  padding-bottom: 1em;
}

#contents_gallery ul{
  overflow: hidden; 
}

#contents_gallery ul li {
  width: 40%;
  float:left;
  list-style:none;
  margin: 5%;
}

#contents_gallery ul li:nth-child(1), #contents_gallery ul li:nth-child(2) {
   margin-top: 0%;
}

#contents_gallery ul li img{
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  padding: 2px;
  background: #FFF;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
}

#contents_gallery a:hover {
  opacity: 0.8;
}

#contents_gallery p {
  text-align: center;
  font-size: 1.4em;
  line-height: 1.4em;
}

/* 1行に10枚写真を表示するパターンサンプル */
#contents_gallery2 {
  width: 900px;
  margin: 35px auto 0;
  line-height: 1;
}

#contents_gallery2 ul{
  margin:0;
  padding:0;
}

#contents_gallery2 ul li{
  float:left;
  list-style:none;
  margin-top: 20px;
  margin-right: 20px;
}

#contents_gallery2 ul li:nth-child(10n+10) {
  margin-right: 0;
}

#contents_gallery2 ul li img{
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  padding: 2px;
  background: #FFF;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
}

#contents_gallery2 a:hover {
  opacity: 0.8;
}

/*---------------------------------
Music page
----------------------------------*/
#wrapper_music {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0px;
  background: url(../images/bg_music.gif) repeat;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
  line-height: 0;
}

#contents_music {
  width: 100%;
  line-height: 1;
  padding: 1em;
}

#contents_music ul{
  width: 100%;
  overflow: hidden;
  margin:0;
  padding:0;
}

#contents_music ul li{
  /*float:left;*/
  width: 100%;
  list-style:none;
  margin-top: 1em;
}

#contents_music ul li:first-child {
  margin-top: 0;
}

/*---------------------------------
Contact page
----------------------------------*/
table.company {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 15px;
  font-size: 12px;
}
 
table.company th,
table.company td {
  padding: 10px;
  display: block;
}
 
table.company th {
  background: #E73887;
  vertical-align: middle;
  text-align: left;
  width: 100%;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
}

table.company td {
  background: #f8f8f8;
}

/* firefox */
@-moz-document url-prefix() { 
  table.company th::after {
    float: right;
    padding: 0;
    left: 30px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: #E73887 10px solid;
    margin-top: -10px;
  }
}

form#lb_mailform dl {
	margin-top: -5px;
}

form#lb_mailform dl dt {
	font-size: 12px;
	padding: 10px 0 2px;
	margin: 0;
}

form#lb_mailform dl dd {
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	margin: 0;
}

form#lb_mailform input[type="submit"]{
  width: 200px;
  padding: 10px 0;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  background: -webkit-linear-gradient(top, #DDD, #AAA);
  background: -moz-linear-gradient(top, #DDD, #AAA);
  background: -o-linear-gradient(top, #DDD, #AAA);
  background: linear-gradient(to bottom, #DDD, #AAA);
  color: #333;
  margin-left: 72px;
  margin-bottom: 5px;
}

form#lb_mailform input[type="text"]{
  width: 150px;
  padding: 8px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  margin-bottom: 5px;
}

form#lb_mailform textarea {
  width: 327px;
  height: 140px;
  padding: 8px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
}

/*-------------------------------------

タブレット

--------------------------------------*/
@media screen and (min-width: 748px) {

/*---------------------------------
Common settings
----------------------------------*/
.mobile_only {
   display: none;
}

.pc_only {
   display: block;
}

.content-title {
   width: 440px;
   margin: 0px;
}

/*---------------------------------
Header settings
----------------------------------*/
header.gradation {
  height: 80px;
}

header div {
  height: 80px;
}

.lb_icon {
  width: 59.04px;
  height: 48px;
  margin-top: 15px;
}

header div nav {
  position: relative;
  display: block !important;
  height: 80px;
  font-family: Oswald; 
  font-size: 14.8px;
  line-height: 30px;
  background: none;
  padding: 0px;
  top: 0px;
  overflow: hidden;
}

header div nav ul{
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 0px;
  padding:0;
}

header div nav ul li{
  width: auto;
  margin: .5em .8em;
  list-style:none;
  float: left;
}

header div nav ul li:last-child {
  margin-right: 1em;
}

header div nav .sub_menu {
   position: absolute;
   width: auto;
   height: 44px;
   top: 0px;
   right: 0px;
   margin: 0px;
   margin-left: 0px;
}

header div nav .sub_menu li.sns_icon_tw, 
header div nav .sub_menu li.sns_icon_fb,
header div nav .sub_menu li.sns_icon_yt {
   width: 26px;
   height: 22px;
   margin: 10px 7px;
   background-size: cover;
}

header div nav .sub_menu li.sns_icon_tw {
   margin-top: 10.5px;
}

header div nav .sub_menu li.sns_icon_yt {
   margin-top: 10.5px;
}

header div nav .sub_menu .switch_button {
    width: auto;
}

.sponsored {
  width: 100%;
  text-align: center;
}

.sponsored ul {
  overflow: hidden;
  text-align: center;
  display: inline-block;
}

.sponsored ul li {
  margin: .5em;
  display: inline-block;
}

.sponsored ul li:first-child {
   display: block;
   text-align: left;
}

/*---------------------------------
Top page
----------------------------------*/
#top_main {
  width: 65%;
  float: left;
  padding: 0px 10px 0px 10px;
}

#top_side {
  width: 35%;
  float: left;
  margin-top: -20px;
  padding: 0px 10px 0px 0px;
}

#top_side img {
   position: relative;
   z-index: 51;
} 

/*---------------------------------
Contents Common
----------------------------------*/
#contents_event, #contents_bio {
   width: -webkit-calc(100% - 440px);
   width: -moz-calc(100% - 440px);
   width: -ms-calc(100% - 440px);
   width: calc(100% - 440px);
}

/*---------------------------------
Live&Event page
----------------------------------*/
.title_event {
   float: left;
}

/*---------------------------------
Biography page
----------------------------------*/
.title_bio {
   float: right;
}

.bio_img {
   padding-top: 1em;
}

/*---------------------------------
Gallery page
----------------------------------*/
.title_gallery {
   width: 100%;
   height: auto;
}

#contents_gallery ul li {
  width: 21%;
  margin: 2%;
}

#contents_gallery ul li:nth-child(1), #contents_gallery ul li:nth-child(2) {
   margin-top: 2%;
}

/*---------------------------------
Music page
----------------------------------*/
.title_music {
   width: 100%;
   height: auto;
}

#contents_music {
   padding: 0;
}

#contents_music ul li{
  float:left;
  width: 45%;
  list-style:none;
  margin: 2.5%;
}

#contents_music ul li:first-child {
  margin-top: 2.5%;
}

.ytch2 {
    position: relative;
    width: 100%;
    padding: 50% 0 0 0;
}

/*---------------------------------
Contact page
----------------------------------*/
.title_contact {
   float: left;
}
 
table.company {
   margin-top: 3em;
}

table.company th,
table.company td {
  padding: 10px;
  display: table-cell;
}
 
table.company th {
  width: 100px;
}
 /*
table.company th:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #E73887;
  border-width: 10px;
  margin-top: -10px;
}
*/
}
