@charset "utf-8";

/* -----------------------------------------------------------------------
base setting
------------------------------------------------------------------------- */

body {
  background-color: #fff;
  font-size: 0.875em;
  color: #333333;
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow: auto !important;
}

img {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
  touch-callout: none;
  user-select: none;
}


/* font-size:12px */

a {
  color: #7e7e7e;
  text-decoration: none;
  word-break: break-all;
}

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

p {
  line-height: 1.7;
}

strong {
  font-weight: bold;
}


/*for Tablet*/

@media only screen and (min-width: 768px) and (max-width: 959px) {
  body {
    font-size: 12px;
  }
}


/*for SP*/

@media only screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
}

section {
  position: relative;
}


/* -----------------------------------------------------------------------
header
------------------------------------------------------------------------- */

#TOPpic {
  text-align: center;
  position: absolute;
  top: 0%;
  z-index: 1;
}


/*--logo--*/

.logo {
  text-align: left;
  padding: 14px 0 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 18%;
  max-width: 75vw;
  height: auto;
  margin: auto;
}
.logo img{
    max-width: 400px;
    filter: drop-shadow(2px 4px 6px white);
}
@media only screen and (min-width: 1920px) {
.logo img{
    max-width: 500px;
}    
}
@media only screen and (max-width: 1440px) {
.logo {
  top: 12%;
}    
}
@media only screen and (max-width: 1024px) {
.logo img{
    max-width: 350px;
}
}
@media only screen and (max-width: 768px) {
.logo {
  top: 14%;
}    
}
@media (aspect-ratio: 4/3) {
.logo {
  top: 20%;
}    
}
@media screen and (max-height: 830px) {
.logo {
  top: 15%;
}    
}
@media screen and (max-height: 800px) {
.logo {
  top: 10%;
}    
}
@media screen and (max-height: 700px) {
.logo {
  top: 5%;
}    
}
@media screen and (max-height: 600px) {
.logo {
    top: 23%;
    left: 30%;
}    
.logo img{
    max-width: 300px;
}
}

/* gNav
--------------------------------------------------------*/

header nav {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  width: 100%;
  padding: 0px 0 15px 0;
  bottom: 35px;
  text-align: center;
  height: auto;
  z-index: 200;
}
@media only screen and (max-width: 768px) {
    header nav {
        bottom: 30px;
    }
}

.group_nav {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: 100%;
  padding: 0px 0 10px 0;
  bottom: 50px;
  text-align: center;
  height: auto;
  z-index: 100;
}

header nav ul,
.group_nav ul {
  overflow: hidden;
  width: 65%;
  margin: 0 auto;
}

header nav ul li {
  width: 13.5%;
  float: left;
  transition: 0.2s;
}

.group_nav ul li {
  width: auto;
  float: left;
  transition: 0.2s;
  width: 15%;
}

.group_nav ul li#menu-item-69 {
  width: 25%;
}

header nav ul li a {
  display: block;
  position: relative;
  padding: 1em 0;
  text-align: center;
  color: #000 !important;
  text-decoration: none !important;
  transition: 0.3s;
}

.group_nav ul li a {
  display: block;
  position: relative;
  padding: 1em 0 0 1.7em;
  line-height: 25px;
  text-align: center;
  color: #000 !important;
  text-decoration: none !important;
  transition: 0.3s;
}

.group_nav ul li a:hover {
  opacity: 0.5;
}

header nav ul li a:hover {
  box-shadow: inset 0 -5px 0 0 #000;
}

header nav ul li ul.sub-menu {
  display: none;
  /*サブメニューは最初は非表示にしておく*/
  position: absolute;
  /*絶対配置にしておかないとうまくいかない*/
  bottom: 80%;
  left: 41%;
  width: 160px;
}

header nav ul li:hover ul.sub-menu {
  display: block;
  /*マウスオーバー時にサブメニューを表示する*/
}

header nav ul li ul.sub-menu li {
  width: 100%;
  display: block;
  float: none;
  /*サブメニューはフロートさせないので解除*/
  padding: 0;
  /*親メニューのパディングを解除*/
}

header nav ul li ul.sub-menu li a {
  border-top: none;
  /*ボーダートップは重なって太くなるので解除。一番上は ul 要素に指定*/
  padding: 7px 10px;
  background: rgba(250, 250, 250, 0.8);
  color: #666;
  text-align: left;
}

header nav ul li ul.sub-menu li a:hover {
  box-shadow: none;
  background: #4e4e4e;
  color: #fff !important;
}


/*サブメニューで現在表示されているページのリンクの色を変更する*/

header nav ul li ul.sub-menu li.current-menu-item a {
  display: block;
  background-color: #fbf3fe;
}

.group_nav ul li ul.sub-menu li.current-menu-item a {
  background: none;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.current_page_item,
.current-menu-item,
.current-menu-parent {
  box-shadow: inset 0 -5px 0 0 #000;
}

.group_nav ul.sub-menu li.current_page_item,
.group_nav .current-menu-item,
.group_nav .current-menu-parent {
  box-shadow: none;
  opacity: 0.5;
}

.page-id-6 header nav ul.sub-menu,
.parent-pageid-6 header nav ul.sub-menu {
  display: none !important;
}


/* -----------------------------------------------------------------------
TOP PAGE CONTENTS
------------------------------------------------------------------------- */


/* -------------------------------------------
news area
--------------------------------------------------- */

.home article {
  background: none;
}

.news_area {
  position: fixed;
  left: 10.6%;
  bottom: 9%;
  margin: 10px 0;
  padding: 1.5%;
  width: 40%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  text-align: left;
}


.news_area h3 {
  font-size: 18px;
  color: #000;
  padding: 0px 0px 10px;
}

.news_area ul li {
  padding: 7px 0;
  font-size: 12px;
  color: #1f1f1f;
  border-bottom: 1px solid #e2e2e2;
}

.news_area ul li a {
  color: #5a5a5a;
  text-decoration: none;
  transition: 0.4s;
}

.news_area ul li a:hover {
  color: #000;
}


/* -------------------------------------------
contact
--------------------------------------------------- */

.wpcf7 p.hissu {
  background: #f19708;
  padding: 2px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  display: block;
  float: left;
  margin: 3px 0px 0 20px;
}

.contact_title {
  float: left;
}


/* -----------------------
Contact Form 7
---------------------------- */

.wpcf7 p {
  font-size: 18px;
  font-weight: bold;
  color: #414141;
  line-height: 2;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap textarea {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: #a9a9a9 1px solid;
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 30px;
  padding: 1%;
  margin: 3px 0 10px;
  color: 4a4a4a;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wpcf7-form-control-wrap textarea {
  width: 100%;
  height: 200px;
}

.wpcf7-form-control-wrap input[type="text"]:focus,
.wpcf7-form-control-wrap input[type="email"]:focus,
.wpcf7-form-control-wrap input[type="tel"]:focus,
.wpcf7-form-control-wrap textarea:focus {
  border: 1px solid #000;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap select {
  outline: none;
}

.wpcf7 input[type="submit"] {
  width: 100%;
  padding: 10px 40px;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #000;
  transition: 0.7s;
}

.wpcf7 input[type="submit"]:hover {
  background: #4e4e4e;
}

.wpcf7 p span.wpcf7-not-valid-tip {
  font-weight: normal;
  font-size: 12px;
}

div.wpcf7-response-output {
  margin: 5px 0 50px 0;
}


/*for SP*/

@media only screen and (max-width: 767px) {
  .logo {
    margin-top: 50px;
    display: none;
  }
  .news_area {
    width: 90%;
    padding: 3% 2% 7%;
    /* margin: 300px auto 0; */
    margin: 470px auto 0;
    position: static;
    /* position: fixed; */
    left: 0;
    right: 0;
    bottom: 8% !important;
  }
  .allow {
    width: 50px;
  }
  #contact .right_area,
  #contact .left_area {
    width: 100%;
    float: none;
  }
}


/* -----------------------------------------------------------------------
topicPath
------------------------------------------------------------------------- */

#topicPath {
  padding: 10px 15px 0;
  text-align: left;
}


/* -----------------------------------------------------------------------
contents
------------------------------------------------------------------------- */


/*--post--*/

.post {
  margin: 0 auto;
}

.post p {
  font-size: 12px;
}


/* module parts */

h2 {
  font-size: 2em;
  display: block;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding: 5px 5px 5px 0;
  width: 100%;
  text-align: center;
}

.post h3 {
  color: #000;
  font-size: 15px;
  padding: 0 5px 5px 0;
  font-weight: bold;
  margin-bottom: 5px;
}

.post h4 {
  border-left: #e7e7e7 5px solid;
  border-bottom: #e7e7e7 1px solid;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 15px;
}

.post h5 {
  border-bottom: #e7e7e7 1px solid;
  padding: 0 0 10px;
  font-weight: bold;
  margin-bottom: 15px;
}

.post h6 {
  padding: 0 0 10px;
  font-weight: bold;
  margin-bottom: 15px;
}


/*--list item--*/

.post ul {
  margin-bottom: 15px;
}

.post ul li {
  list-style-type: none;
  padding-bottom: 20px;
}

.post ul li.noMark {
  list-style-type: none;
}

.post ul ul li {
  list-style-type: none;
}


/*--table --*/

.post table {
  width: 100%;
  margin: 20px 0;
}

.post table th {
  text-align: right;
  padding: 8px;
  width: 100px;
  vertical-align: top;
}

.post table td {
  padding: 8px;
  text-align: left;
  vertical-align: middle;
}

.post table th {
  line-height: 1.3;
}

.post table td p {
  padding: 0;
  line-height: 1.5;
}

.post p {
  padding-bottom: 15px;
  line-height: 1.5;
}


/*for SP*/

@media only screen and (max-width: 767px) {
  .post {
    width: 100%;
  }
  .post table th,
  .post table td {
    display: block;
    width: 100%;
    text-align: left;
    word-break: break-all;
  }
}


/* -----------------------------------------------------------------------
archive
------------------------------------------------------------------------- */

.acv_box {
  width: 100%;
  border-bottom: solid #1f2c5c 1px;
  padding: 3%;
}

.acv_box h3 {
  background: none;
  padding: 0;
  margin-top: 0;
}

.thumb {
  width: 60px;
  height: 60px;
  float: left;
  margin: 0 10px 0 0;
  border-radius: 5%;
  background: #4a4a4a;
  background-size: cover;
}

.archive .left_area {
  width: 30%;
  background: url(../images/acv_bg.jpg) no-repeat;
  background-position: -10px center;
  padding-bottom: calc(100% * 1365 / 2048);
  /* calc(100*ImageHeight/ImageWidth)% */
  background-size: cover;
}

.category-blog .left_area {
  background: url(../images/blg_bg.jpg) no-repeat;
}

.archive .right_area {
  width: 100%;
}

.acv_tex {
  width: 100%;
  font-size: 12px;
}

p.acv_date {
  padding: 0 0 10px 0;
  margin: 0;
}

a.read-more {
  display: block;
  margin: 10px 0 0 0;
}

.wp-pagenavi {
  float: right;
  margin: 20px 0 0 0;
}


/* -----------------------------------------------------------------------
Live
------------------------------------------------------------------------- */

.category-live .left_area {
  margin: 10px 0 0 0;
  background: none;
}

.category-live .left_area h3 {
  color: #dedede;
  font-size: 14px;
  margin-bottom: 10px;
}

.category-live .acv_tex {
  width: 100%;
}

.category-live .right_area h3 {
  margin-bottom: 15px;
}

.category-live .wpcf7 p {
  font-size: 12px;
  color: #fff;
  font-weight: normal;
}

#ticket {
  position: absolute;
  background: #464646;
  padding: 5%;
  top: 0px;
  left: 0px;
}

.wpcf7-select {
  width: 100%;
}

.category-live .wpcf7-form-control {
  margin-bottom: 10px;
}

.category-live .wpcf7-validation-errors {
  color: #fff;
}

.category-live .wpcf7 input[type="submit"] {
  font-size: 12px;
  margin: 10px 0 0 0;
}

.category-live h3 img {
  width: 70px;
  line-height: 15px;
  margin: 0 30px 0px 0px;
}

.group_int {
  position: fixed;
  right: 10%;
  bottom: 100px;
  z-index: 0;
}

.text {
  width: 150px;
  position: relative;
  margin: 10px 0px 0px;
  padding: 10px 5px;
  background: #fff;
}

.text span {
  display: none;
}

.text span a {
  color: #ececec;
}

div.text:hover {
  position: relative;
  color: #333;
}


/* マウスオーバー時にツールチップを表示 */

.text:hover span {
  display: block;
  /* ボックス要素にする */
  position: absolute;
  /* relativeからの絶対位置 */
  top: 25px;
  font-size: 12px;
  line-height: 110%;
  color: #fff;
  background-color: #696969;
  width: 205px;
  padding: 5px;
  border-radius: 3px;
  z-index: 150;
}


/* フキダシ部分を作成 */

.text span:before {
  content: "";
  display: block;
  position: absolute;
  /* relativeからの絶対位置 */
  height: 0;
  width: 0;
  top: -15px;
  left: 15px;
  border: 10px transparent solid;
  border-right-width: 0;
  border-left-color: #696969;
  transform: rotate(270deg);
  /* 傾きをつける */
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  z-index: 100;
}


/*for SP*/

@media only screen and (max-width: 767px) {
  .group_int {
    display: none;
  }
  .category-live h3 img {
    display: block;
    margin-bottom: 10px;
  }
}


/* -----------------------------------------------------------------------
group page
------------------------------------------------------------------------- */

.group_bg {
  width: 100%;
}

.group_bg img {
  width: 100%;
}

.group_cont {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 1.5%;
}

.group_cont h3 {
  background: none;
}


/* -----------------------------------------------------------------------
second page common parts
------------------------------------------------------------------------- */

article {
  background: rgba(255, 255, 255, 0.9);
  padding: 1% 3% 13%;
}

#contents {
  padding: 2% 21% 0%;
  position: absolute;
  margin: 0 auto;
  top: 0%;
  z-index: 1;
  width: 100%;
}

.archive #contents {
  position: relative;
}

.post {
  width: 100%;
}

.left_area {
  width: 34%;
  float: left;
  margin: 0 2% 0 0;
  position: relative;
}

.single #hdrOuter #hdrLogo,
.page #hdrOuter #hdrLogo,
.archive #hdrOuter #hdrLogo {
  margin: 10px 0 0 0;
}

.single #titletxt h1,
.page #titletxt h1,
.archive #titletxt h1 {
  padding: 0;
}

.pager {
  margin: 20px 0;
  overflow: hidden;
}

.pre_p {
  float: left;
}

.pre_n {
  float: right;
}


/*for SP*/

@media only screen and (max-width: 767px) {
  .single #hdrOuter,
  .page #hdrOuter,
  .archive #hdrOuter {
    width: 100%;
  }
}

.disco_box {
  text-align: center;
  padding: 50px 0 0 0;
}

.jacket {
  float: left;
  width: 50%;
}

.cd_title {
  float: right;
  width: 45%;
}


/* -----------------------------------------------------------------------
WP Social Bookmarking Light
------------------------------------------------------------------------- */

.wp_social_bookmarking_light {
  padding-top: 15px;
  overflow: hidden;
}

.wp_social_bookmarking_light div {
  display: inline-block;
  margin: 0 5px 0px 0;
  min-height: 30px;
  line-height: 18px;
}

.wp_social_bookmarking_light img {
  border: 0 !important;
  padding: 0;
  margin: 0;
  vertical-align: top !important;
}

.wp_social_bookmarking_light_clear {
  clear: both !important;
}

#fb-root {
  display: none;
}

.wsbl_twitter {
  width: 100px;
}

.wsbl_facebook_like iframe {
  max-width: none !important;
}

.wsbl_google {
  min-height: inherit;
  line-height: inherit;
  vertical-align: middle;
}


/* -----------------------------------------------------------------------
to top
------------------------------------------------------------------------- */

#page-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: none;
  z-index: 1000;
}

#page-top a {
  color: #fff;
  padding: 10px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  text-align: center;
  background: #000;
  line-height: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#page-top a:hover {
  background: #e60012;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}


/*for SP*/

@media only screen and (max-width: 767px) {
  #page-top a {
    padding: 20px;
    line-height: 120%;
  }
}


/* common parts
--------------------------------------------------------*/

.attention {
  color: #ff0004;
}

.attention2 {
  background-color: #ffed00;
}

.waku {
  border: #ff0004 1px solid;
  padding: 10px;
}

.ichiran a {
  float: right;
  color: #5a5a5a;
  text-decoration: none;
  font-size: 11px;
  line-height: 18px;
  transition: 0.4s;
}

.ichiran a:hover {
  color: #000;
}

.big_org {
  color: #f19708;
  text-align: center;
  font-size: 36px;
}

.big_navy {
  color: #1f2c5c;
  text-align: center;
  font-size: 36px;
}

.navy {
  color: #1f2c5c;
}

.small {
  font-size: 14px;
}

a.hover_opc {
  display: block;
  transition: 0.3s;
}

a.hover_opc:hover {
  opacity: 0.6;
}

table.tbl-navy {
  width: 80%;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.4;
}

table.tbl-navy th,
table.tbl-navy td {
  padding: 3%;
}

table.tbl-navy th {
  background: #1f2c5c;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
  border-bottom: 1px solid #fff;
}

table.tbl-navy td {
  background: #fff;
  color: #1f2c5c;
  border-bottom: 1px solid #1f2c5c;
}


/*for SP*/

@media only screen and (max-width: 767px) {
  .big_org,
  .big_navy {
    font-size: 20px;
  }
  table.tbl-navy {
    width: 100%;
  }
  table.tbl-navy th {
    width: 30%;
  }
}


@media only screen and (max-width: 1400px) {
  #contents {
    padding: 2% 21% 5%;
  }    
}

/*for SP*/

@media only screen and (max-width: 767px) {
  #contents {
    padding: 60px 3% 3%;
  }
  .archive .left_area {
    display: none;
    float: none;
  }
  .archive .right_area {
    float: none;
    width: 100%;
  }
  .left_area,
  .right_area {
    float: none;
    width: 100%;
  }
  .left_area {
    margin-bottom: 20px;
    text-align: center;
  }
  .group_cont {
    position: static;
  }
  .group_nav {
    display: none;
  }
  .category-6 .left_area {
    display: block;
    width: 100%;
    margin: 0;
  }
  #ticket {
    width: 100%;
  }
  .category-6 .right_area {
    position: static;
    margin: 0;
  }
  iframe {
    width: 100% !important;
  }
}
.home .bg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}
.bg{
  margin: 0 auto;
  position: fixed;
  top: 5%;
  left: 10%;
  z-index: -1;    
  background-size: cover;
  width: 80%;
  height:90%;
}
.category-news .bg {
  background: url(../images/news_bg.jpg) no-repeat center;
}

.page-id-4 .bg {
  background: url(../images/prof_bg.jpg) no-repeat center;
}

.page-id-8 .bg {
  background: url(../images/disco_bg.jpg) no-repeat center;
}

.category-live .bg {
  background: url(../images/live_bg.jpg) no-repeat center;
}
/*
.category-blog .bg {
  background: url(../images/live_bg.jpg) no-repeat center;
}*/


@media only screen and (max-width: 768px) {
}    
@media only screen and (max-width: 767px) {
  }
.category-news .bg {
  background: url(../images/news_bg.jpg) no-repeat center;
}

.page-id-4 .bg {
  background: url(../images/prof_bg.jpg) no-repeat center;
}

.page-id-8 .bg {
  background: url(../images/disco_bg.jpg) no-repeat center;
}

.category-live .bg {
  background: url(../images/live_bg.jpg) no-repeat center;
}
/*
.category-blog .bg {
  background: url(../images/live_bg.jpg) no-repeat center;
}*/
}

/*for SP*/

@media only screen and (max-width: 767px) {

#page-top {
    right: 30px;
    bottom: 30px;
}
    
}

@media only screen and (max-width: 600px) {
        
}