@charset "UTF-8";

/*!
Theme Name: ZeppHall
Template:   cocoon-master
Version:    0.0.5
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/******* 全体　*******/
.wrap {
  width: 100%;
  /*overflow: hidden;*/
}
.wrap #content{
  overflow: hidden;
}
body:not(.home):not(.hall-template):not(.page-template-page-search) .no-sidebar .content .main {
  overflow: hidden;
  width: 100%;
  max-width: 1484px;
  margin: 0 auto 100px;
  padding: 0 24px;
}
.notification-text {
  color: #F80D2D;
  font-weight: bold;
}
.content {
  margin-top: 0;
}
.header-container, .main, .sidebar, .footer {
  background-color: #000;
}
.bk_gray {
  background: #F0F3F5;
  color: #000;
  padding: 24px;
}
.bk_gray a {
  color: #000;
}
.bk_white {
  background: #fff;
  color: #000;
}
.bk_white a {
  color: #000;
}
.bk_gray-inner {
  border: 2px solid #F80D2D;
  padding:24px;
}
.news_area .bk_gray-inner {
  padding:24px 0;
}

.bk_black #pager-post-navi a{
  color: #fff;
}

ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
a img,
a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a img:hover,
a:hover{
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: inherit;
}
section {
  margin-bottom:104px;
}
section.search {
  /* margin-top:-104px; */
}
.article dd {
  margin-left: 0;
}
#breadcrumb{
  font-family: "Century Gothic","游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}
.flex-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-area {
  text-align: center;
  margin-bottom: 40px;
}
.article h2 {
  font-family: "Century Gothic","游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: normal;
  font-size: 3.3rem;
  background: none;
  letter-spacing: 5px;
  text-shadow: 3px 3px 10px rgba(255,255,255,0.7);
  margin: 0;
  padding: 25px 25px 8px;
}
.bk_gray .article h2{
  color: #000;
}
.page-template-aboutus .article h2{
  font-size: 1.2rem;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  font-weight: normal;
}
.single .article h1, .single .article h2, .single .article h3, .single .article h5, .single .article h6 {
  font-weight: bold;
  width: 70%;
  margin: 16px auto;
}
.article .bk_gray h2,
.article .bk_white h2 {
  color: #000;
}
.title-area hr {
  width: 20%;
  margin: 8px auto;
  border-color: #F80D2D;
  box-shadow: 0px 0px 10px rgba(255,255,255,0.7);
}
.site-name-text-link {
  color:#1967d2;
  text-decoration: none;
  font-weight: normal;
}
.page .entry-title {
  font-family: "Century Gothic","游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: normal;
  font-size: 3.3rem;
  background: none;
  letter-spacing: 5px;
  text-shadow: 3px 3px 10px rgba(255,255,255,0.7);
  margin: 0;
  padding: 25px 25px 8px;
}
.archive-title {
  font-family: "Century Gothic","游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: normal;
  font-size: 3.3rem;
  background: none;
  letter-spacing: 5px;
  text-shadow: 3px 3px 10px rgba(255,255,255,0.7);
  margin: 0;
  padding: 25px 25px 8px;
}

/******* header　*******/
header {
  padding:16px 40px;
}
.header-container-in.wrap {
  max-width: 1484px;
  width: 100%;
}
#breadcrumb {
  margin: 0 auto;
  width: 100%;
  max-width: 1484px;
}
.page #breadcrumb,
.archive #breadcrumb {
  margin: 20px auto;
  padding: 0 40px;
}
.single-goods #breadcrumb,
.page-template-page-sns-php #breadcrumb,
.post-type-archive-goods #breadcrumb,
.post-type-archive-faq #breadcrumb{
  margin: 0;
}

/******* タブ　*******/

@keyframes tabAnim{
  0%{opacity:0;}
  100%{opacity:1;}
}
.tab_wrap{
  width:100%;
  margin:80px auto;
}
input[type="radio"]{
  display:none;
}
.tab_area{
  font-size:　0;
  margin:0;
}
.tab_area {justify-content: left;
}
.tab_area label{
  width: 50%;
  height: 80px;
  line-height: 80px;
  margin:0;
  display:inline-block;
  padding:12px 0;
  color:#fff;
  background:#000;
  text-align:center;
  font-size:1.3rem;
  cursor:pointer;
  transition:ease 0.2s opacity;
}
.tab_area label:hover{opacity:0.5;}
.tab_panel{
  width:100%;
  height: 0;
  opacity:0;
  visibility: hidden;
  /*padding: 80px 0 40px;
  display:none;*/
}
.tab_area label p {
  text-shadow: 3px 3px 10px rgba(255,255,255,0.7);
}
.tab_panel p {
  letter-spacing:1px;
  text-align:left;
}
.panel_area {
  overflow: hidden;
  background:#000;
  border-bottom: 2px solid #F80D2D;
  border-top: 2px solid #F80D2D;
}
#tab2 ~ .tab_area .tab2_label,#tab1 ~ .tab_area .tab1_label{
  background:#F80D2D;
  color:#fff;
  border-top: 2px solid #F80D2D;
  border-bottom: 1px solid #F80D2D;
}
.tab_area label{
  color:#fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#tab1:checked ~ .tab_area .tab1_label{
  background:#000;
  position: relative;
  opacity: 1;
}
#tab1:checked ~ .tab_area .tab1_label::before{
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 25px solid transparent;
  border-top: 25px solid #F80D2D;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}
#tab1:checked ~ .tab_area .tab1_label::after{
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 20px solid transparent;
  border-top: 25px solid #000;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  top: 93%;
  left: 50%;
  margin-left: -10px;
}
#tab1:checked ~ .panel_area #panel1{
  display:block;
  padding: 80px 0 40px;
  height: auto;
  visibility: visible;
  animation:tabAnim ease 0.6s forwards;
  -ms-animation:tabAnim ease 0.6s forwards;
}
#tab2:checked ~ .tab_area .tab2_label{
  background:#000;
  position: relative;
  opacity: 1;
}
#tab2:checked ~ .tab_area .tab2_label::before{
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 25px solid transparent;
  border-top: 25px solid #F80D2D;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}
#tab2:checked ~ .tab_area .tab2_label::after{
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 20px solid transparent;
  border-top: 25px solid #000;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  top: 93%;
  left: 50%;
  margin-left: -10px;
}
#tab2:checked ~ .panel_area #panel2{
  display:block;
  padding: 80px 0 40px;
  height: auto;
  visibility: visible;
  animation:tabAnim ease 0.6s forwards;
  -ms-animation:tabAnim ease 0.6s forwards;
}
.home .live_area .swiper-container_live {
  padding-top: 40px;
}
.home .live_area .swiper-slide {
  width: 650px !important;
  margin: 0 40px;
}
.live_area .box{
  position: relative;
  background-color: #fff;
}
.live_area .box a {
  display: block;
  background-color: #fff;
  color:#000;
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.live_area .box.active a {
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.live_area .deta-box {
  overflow: hidden;
  width: 650px;
  height:230px;
  border: 2px solid #F80D2D;
  padding: 8px;
}
.live_area .deta-box .left_box {
  width: 40%;
}
.live_area .deta-box .left_box p {
  margin: 0.2em 0;
  font-size: 0.8em;
}
.live_area .deta-box .left_box p.p_category {
  margin: 0;
}
.live_area .deta-box .left_box .live-overview p{
  letter-spacing: 0;
}
.live_area .deta-box .left_box p.artist-neme {
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.3;
}
.live_area .deta-box .left_box p.live-title {
  font-size: 0.7em;
  line-height: 1.2;
}
.live_area .deta-box .right_box {
  overflow: hidden;
  width: 60%;
  position: relative;
  max-width: 378px;
  height: 208px;
  padding: 0 0 8px 8px;
}
.live_area .deta-box .right_box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.live_area .live-date {
  position: absolute;
  background-color: #F80D2D;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  top: -40px;
  right: -40px;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  justify-content: center; /* 横方向中央揃え */
}
.live_area .live-date p {
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  margin:0;
}
.live_area .live-date p span.d {
  font-size: 1.8rem;
}
.live_area .live-date p span.week {
  font-size: 0.8rem;
}

/**
* 最大幅の指定と中央寄せ
*/
#panel1, #panel2 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

/**
* swiper.js
*/
.swiper-container_live {
  cursor: pointer;
}

.swiper-container_live .swiper-button-prev,
.swiper-container_live .swiper-button-next {
  display: none;
}

@media (min-width: 768px) {
  .swiper-container_live .swiper-button-prev,
  .swiper-container_live .swiper-button-next {
    display: block;
  }
}

/**
* mainvisual
*/
.swiper-container_live .mainvisual {
  overflow-x: hidden;
}
/************************************
** header
************************************/
.navi-in > ul {
  justify-content: flex-end;
  margin-right: 16px;
}
.navi-in > ul#menu-global-navigation li {
  display: block;
  width: 130px;
  height: 32px;
  line-height: 32px;
}
.navi-in > ul#menu-global-navigation li > ul li{
  width: 250px;
  height: 60px;
}
.navi-in > ul#menu-global-navigation li > ul li a{
  line-height: 60px;
  display: block;
}
/*
#navi .navi-in>ul#menu-global-navigation>li:last-child{
  background-color: #CC1F1F;
  border-radius: 3px;
}
#navi .navi-in>ul#menu-global-navigation>li:last-child .item-label{
  font-size: 0.8rem;
}*/
.navi-in > ul#menu-global-navigation li.current-menu-item a .item-label {
  text-shadow: 3px 3px 5px rgba(255,255,255,0.9);
  font-weight: bold;
}
.navi-menu-content > nav > ul#menu-global-navigation_02-1,
.navi-in > nav > ul#menu-global-navigation_02{
  justify-content: flex-end;
  margin-right: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.navi-menu-content > nav > ul#menu-global-navigation_02-1 li,
.navi-in > nav > ul#menu-global-navigation_02 li{
  margin-bottom: 24px;
}
.navi-menu-content > nav > ul#menu-global-navigation_02-1 li.icon,
.navi-in > nav > ul#menu-global-navigation_02 li.icon{
  width: 35px;
  height: 35px;
  margin-right: 16px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size:contain;
  background-repeat: no-repeat;
}
.navi-menu-content > nav > ul#menu-global-navigation_02-1 li.icon a{
  display: block;
}
.navi-menu-content > nav > ul#menu-global-navigation_02-1 li.icon_instagram,
.navi-in > nav > ul#menu-global-navigation_02 li.icon_instagram {
  background-image: url("https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/11/15171830/icon_instagram_shiro.png") ;
}
.navi-menu-content > nav > ul#menu-global-navigation_02-1 li.icon_twitter,
.navi-in > nav > ul#menu-global-navigation_02 li.icon_twitter {
  background-image: url("https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/11/15171830/icon_twitter_shiro.png") ;
}
.navi-menu-content > nav > ul#menu-global-navigation_02-1 li.icon_facebook,
.navi-in > nav > ul#menu-global-navigation_02 li.icon_facebook {
  background-image: url("https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/11/15171829/icon_facebook_shiro.png") ;
}
.navi-menu-content > nav > ul#menu-global-navigation_02-1 li.icon_youtube,
.navi-in > nav > ul#menu-global-navigation_02 li.icon_youtube {
  background-image: url("https://www.zepp.co.jp/~pj-zepp/wordpress/wp-content/uploads/2018/11/15171831/icon_youtube_shiro.png") ;
}
/* 言語切替　いったん非表示*/
.navi-in > nav > ul#menu-global-navigation_02 li.language {
  display: none;
}
/* 言語り替えの表示をしたら表示
.navi-in > nav > ul#menu-global-navigation_02 li.language {
line-height: 35px;
margin-right:16px;
}
.navi-in > nav > ul#menu-global-navigation_02 li.language_JA {
position: relative;
margin-right: 40px;
}
.navi-in > nav > ul#menu-global-navigation_02 li.language_JA a {
color: #F80D2D;
}
.navi-in > nav > ul#menu-global-navigation_02 li.language_JA::after {
content:'/';
position: absolute;
padding:0 40px;
top:0;
}
*/
/************************************
**　フッター
************************************/
footer #footer-in{
  padding: 16px 40px;
  width: 100%;
  max-width: 1484px;
}
.footer {
  margin-top: 0;
  padding-top: 0;
}
.footer .navi-footer-hall {
  text-align: left;
  font-size: 0.9rem;
}
#footer .bk_gray a {
  color: #000;
  line-height: 40px;
}
.footer .navi-footer-hall-in {
  //justify-content: flex-end;
  list-style: none;
  //display: flex;
  //flex-wrap: wrap;
}

.footer .navi-footer-hall-in h3 {
  margin-bottom: 1em;
}


.footer .navi-footer-hall .navi-footer-hall-in div {
  width: 100%;
  //height: 280px;
  overflow: hidden;
}
.footer .navi-footer-hall #menu-footer-nav_domestic {
  position: relative;
}
.footer .navi-footer-hall  .navi-footer-hall-in div li {
  width: 25%;
  float: left;
}
/* .footer .navi-footer-hall .hall_01 {
  position: relative;
  left: 0;
}
.footer .navi-footer-hall .hall_02 {
  position: relative;
  top: -16.6em;
  left: 280px;
} */
.footer .navi-footer-la {
  padding: 16px 0;
  border-bottom: 1px solid #fff;
}
.footer .navi-footer-la #menu-footer-nav_language {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.footer .navi-footer-la #menu-footer-nav_language li.menu-item {
  position: relative;
  margin-right: 40px;
}
.footer .navi-footer-la #menu-footer-nav_language li.language_JA a {
  color: #F80D2D;
}
.footer .navi-footer-la #menu-footer-nav_language li.language_EN {
  margin-left: 40px;
  margin-right: 0;
}
.footer .navi-footer-la #menu-footer-nav_language li.language_JA::after {
  content: '/';
  position: absolute;
  padding: 0 40px 0;
  top: 0;
}
.navi-footer-in > .menu-footer li:last-child,
.navi-footer-in > .menu-footer li{
  border: none;
}
.navi-footer-in > .menu-footer li.menu-item a{
  position: relative;
  margin-right: 8px;
  padding: 0;
}
.navi-footer-in > .menu-footer li a:after {
  content: '/';
  margin-left: 8px;
}
.navi-footer-in > .menu-footer li:last-child a:after {
  content: none;
}
.navi-footer-in > .menu-footer li:last-child a {
  margin-right: 0;
}
.footer-bottom {
  margin-top: 0;
}

.footer-bottom .footer-bottom_up::after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}
.footer-bottom .copyright{
  text-align: right;
}
.footer-meta {
  display: none;
}
/************************************
** スマホメニュー
************************************/
/* メニュー　*/
.mobile-menu-buttons {
  background: #000;
  border-top: 2px solid #F80D2D;
  height: 70px;
  flex-grow: 0;
  flex-shrink: 0;
}
.mobile-menu-buttons .menu-button > a {
  color: #fff;
}
.mobile-menu-buttons .menu-button:hover {
  background-color: #F80D2D;
  color: #fff;
}

.mobile-menu-buttons .sp_hall_nav,
.menu-global-navigation_02-container .menu {
  color: #fff;
  font-size: 14px;
  border-top: 2px solid #F80D2D;
  overflow: hidden;
}


.mobile-menu-buttons .sp_hall_nav {
  border-bottom: 2px solid #F80D2D;
}

.menu-global-navigation_02-container .menu li,
.mobile-menu-buttons .sp_hall_nav .evnet-navItem {
  margin: 0;
  width: calc(50% - .5px);
  border-right: 1px solid #F80D2D;
  border-bottom: 1px solid #F80D2D;
  float: left;
  line-height: 32px;
  text-align: center;
}

.menu-global-navigation_02-container .menu li:nth-child(2n),
.mobile-menu-buttons .sp_hall_nav .evnet-navItem:nth-child(2n) {
  border-right: none;
}


.menu-global-navigation_02-container .menu,
.menu-global-navigation_02-container .menu li {
   border-top: none;
   border-right: none;
   border-bottom: none;
}


#search-menu-content,
.search-menu-button{
  display: none;
}
.menu-content {
  border-top: 2px solid #F80D2D;
}
#navi-menu-input:checked ~ #navi-menu-content {
  background: #000;
  border-right:2px solid #F80D2D;
}
.navi-menu-content > nav > ul#menu-global-navigation_02-1 {
  justify-content:center;
  width: 100%;
  max-width: 250px;
  margin: 8px auto;
}
/** 英語サイトができるまでは隠す **/
.navi-menu-content > nav > ul#menu-global-navigation_02-1 li.language{
  display: none;
}
.navi-menu-content > nav > ul#menu-global-navigation_02-1 li.language_JA a {
  color: #F80D2D;
}
.navi-menu-content > nav > ul#menu-global-navigation_02-1 li.language_JA {
  position: relative;
  margin-right: 24px;
  margin-bottom: 8px;
}
.navi-menu-content > nav > ul#menu-global-navigation_02-1 li.language_EN {
  margin-left: 24px;
  margin-bottom: 8px;
}

.navi-menu-content > nav > ul#menu-global-navigation_02-1 li.language_JA::after {
  content: '/';
  position: absolute;
  padding: 0 24px;
  top: 0;
}
.menu-sp_navi-container > .menu li {
  padding: 0 8px;
  line-height: 48px;
  border-bottom: 2px solid #F80D2D;
}
/*
.menu-sp_navi-container > .menu > li:last-child{
  background-color: #CC1F1F;
  margin: 8px;
  border-radius: 3px;
  border: none;
  text-align: center;
}*/
/************************************
** トップページ
************************************/
.home .wrap {
  width: 100%;
}
.home .main{
  padding:20px 0 0;
}
.home ul {
  padding-left:0;
}
.home .entry-content{
  /* margin-top: -4.4em; */
}
.btn-link {
  text-align: center;
  width: 50%;
  margin: 0 auto 40px;
}
.btn-link a {
  display: block;
  text-decoration: none;
  color: #f80d2d;
  font-weight: 600;
  border:2px solid #f80d2d;
  border-radius: 40px;
  padding:8px;
}
.btn-link a:hover{
  background-color: #f80d2d;
  color: #fff;
}
section.verseas-hall,
section.news_area,
section.bnr_area {
  max-width: 1484px;
  margin-left:auto;
  margin-right: auto;
}
.hall_tag p.p_category {
  font-family: "Century Gothic","游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 0.8rem;
  padding: 4px 8px;
  color:#fff;
  background: #ccc;
}
.hall_tag p.zepp-tokyo {
  background-color: #00AC65;
}
.hall_tag p.zepp-sapporo {
  background-color: #0374C0;
}
.hall_tag p.zepp-shinjuku {
  background-color: #a59020;
}
.hall_tag p.zepp-newtaipei {
  background-color: #a15fe2;
}
.hall_tag p.zepp-kualalumpur {
  background-color: #dd6b42;
}
.hall_tag p.zepp-namba {
  background-color: #FFAF2E;
}
.hall_tag p.zepp-fukuoka {
  background-color: #FF4219;
}
.hall_tag p.zepp-nagoya {
  background-color: #EF3A9D;
}
.hall_tag p.zepp-osakabayside {
  background-color: #55C2EC;
}
.hall_tag p.zepp-divercity {
  background-color: #3E389D;
}
.hall_tag p.kt-zepp-yokohama {
  background-color: #8e8e90;
}
.hall_tag p.zepp-kuala-lumpur {
  background-color: #dd6b42;
}
.hall_tag p.zepp-new-taipei {
  background-color: #a15fe2;
}
.hall_tag p.zepp-haneda {
  background-color: #2A2A86;
}
.hall_tag p.zepp-hall {
  background-color: #F80D2D;
}
/* .hall_tag p {
  background: #666;
} */

/******* スライダー　*******/
.home main header {
  padding: 0;
}
.swiper-container {
  max-width: 1484px;
  width: 100%;
}
}
.home .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: #fff !important;
  border: 1px solid #000;
}
.home header .swiper-slide {
  width: 100% !important;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.home .swiper-slide a {
  display: block;
}
.home .swiper-slide img {
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  vertical-align: middle;
  object-fit: cover;
}
.home .swiper-pagination-bullet-active {
  background: #000 !important;
}
svg {
  fill: currentColor;
}
.home .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  fill: #fff;
}



/******* トップホール表示 国内　*******/

ul.domestic-list,
ul.overseas-list  {
  margin: 40px 0;
  text-align: center;
}
ul.domestic-list li,
ul.overseas-list li {
  display: inline-block;
  width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;
  max-width:427px;
  height: auto;
  max-height: 386px;
  margin: 0;
  padding:0;
  font-size: 0;
  line-height: 0;
}
ul.domestic-list li a img,
ul.overseas-list li a img {
  max-width :100%;
  max-height: 100%;
  object-fit: cover;
  border: 1px solid #fff;
}
ul.domestic-list li,
ul.overseas-list li {
  background-color: #F80D2D;
}
ul.domestic-list li.top_hall_tokyo {
  background-color: #00AC65;
}
ul.domestic-list li.top_hall_sapporo{
  background-color: #0374C0;
}
ul.domestic-list li.top_hall_shinjuku{
  background-color: #a59020;
}
ul.overseas-list li.top_hall_newtaipei{
  background-color: #a15fe2;
}
ul.overseas-list li.top_hall_kualalumpur{
  background-color: #dd6b42;
}
ul.domestic-list li.top_hall_namba{
  background-color: #FFAF2E;
}
ul.domestic-list li.top_hall_fukuoka{
  background-color: #FF4219;
}
ul.domestic-list li.top_hall_nagoya{
  background-color: #EF3A9D;
}
ul.domestic-list li.top_hall_bysaide{
  background-color: #55C2EC;
}
ul.domestic-list li.top_hall_divercity{
  background-color: #3E389D;
}
ul.domestic-list li img,
ul.overseas-list li img. {
  width: :100%;
  height:auto;
}
ul.domestic-list li a,
ul.overseas-list li a {
  display: block;
}

/******* トップホール表示　海外*******/
ul.verseas-list {
  padding: 0 16px;
}
ul.verseas-list li {
  width: 100%;
  max-width: 1134px;
  height: auto;
  max-height: 343px;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin: 0 auto;
}
ul.verseas-list li img {
  width: 100%;
  max-width :100%;
  max-height: 100%;
  object-fit: cover;
  border: 1px solid #fff;
}
ul.verseas-list li img:hover {
  opacity: 0.7;
}

.ht-guideMap-img {
  padding-bottom: 60px !important;
}

.ht-guideMap-icon {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: -40px;
}

.ht-guideMap-icon__item.ht-guideMap-icon__item--01 {
  max-width: 120px;
}

.ht-guideMap-icon__item.ht-guideMap-icon__item--02,
.ht-guideMap-icon__item.ht-guideMap-icon__item--03,
.ht-guideMap-icon__item.ht-guideMap-icon__item--04 {
  max-width: 100px;
}

.ht-guideMap-icon__item.ht-guideMap-icon__item--05,
.ht-guideMap-icon__item.ht-guideMap-icon__item--06,
.ht-guideMap-icon__item.ht-guideMap-icon__item--07 {
  max-width: 83px;
}

.ht-guideMap-icon__item.ht-guideMap-icon__item--01 img {
  width: 104px;
}

.ht-guideMap-icon__item.ht-guideMap-icon__item--05 img {
  width: 68px;
}

.ht-guideMap-icon__item.ht-guideMap-icon__item--06 img {
  width: 68px;
}

.ht-guideMap-icon__item.ht-guideMap-icon__item--07 img {
  width: 78px;
}

.ht-guideMap-icon__item.ht-guideMap-icon__item--08 img {
  //max-width: 180px;
  width: 120px;
}

@media only screen and (max-width: 767px) {
  .ht-guideMap-icon__item.ht-guideMap-icon__item--08 {
    max-width: 130px;
  }
  .ht-guideMap-icon__item.ht-guideMap-icon__item--08 img {
    //max-width: 180px;
    width: 120px;
  }
}

/******* トップニュース*******/

.news_area .front_list .news_title a {
  display: block;
  color:#000;
  text-decoration: none;
}
.news_area .hall_tag p,
.news_area .hall_tag {
  display: inline-block;
}
.news_area .hall_tag p.p_category {
  padding: 2px 8px;
  margin-left: 16px;
}
.news_area .hall_tag a:first-of-type p.p_category {
  margin-left: 0;
}
.news_title {
  font-weight: bold;
}
.news_area .btn-link{
  margin-top: 60px;
}

/******* トップページ　バナー　*******/
.bnr-list {
  width: 100%;
  max-width: 805px;
  margin:0 auto;
  text-align: center;
}

.bnr-list li{
  padding:0 16px
}

/******* トップページ　sns　*******/

.sns_area {
  padding:24px 24px 104px 24px;
  width: 100%;
  margin-bottom: 0px;
}

.sns_area .sns-list {
  margin: 40px;
}

.sns_area .sns-list li {
  width: 25%;
  max-width:320px;
  height: auto;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.sns_area .sns-list li img {
  max-width :100%;
  max-height: 100%;
  object-fit: cover;
}
.sns_area .sns-list li a{
  display: block;
}

/************************************
** ニュース
************************************/
.page-template-page-search .main,
.page-template-default .main,
.page-template-aboutus .main,
.single .main,
.category .main {
  padding: 0;
}
.breadcrumb-item .fa {
  display: none;
  margin-right:0;
}
.archive-title span {
  display: none;
  margin-right:0;
}
.entry-card, .related-entry-card {
  margin: 0.2em;
  /*border-bottom: 1px solid #707070;*/
  padding-bottom: 16px;
}
.under-entry-content,
.article-footer,
.single-post .bk_gray-inner .entry-content {
  padding: 0 40px;
}
.home .article-footer {
  padding: 0;
}
.single .article-header {
  padding: 16px 40px;
}
.cat-link::before {
  content: none;
  padding-right: 0;
}
.single #breadcrumb{
  margin: 20px 40px;
}
.single .news_area li {
  border: none;
  padding-bottom: 8px;
}
.related-entry-card-content {
  margin-left: 0;
}
.related-entry-card-thumb {
  width: 0;
}
/************************************
** グッズ
************************************/
.goods-list {
  justify-content: center;
}
.goods-list article {
  position:relative;
  display: block;
  overflow: hidden;
  width: 50%;
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2);
  max-width: 604px;
  height: auto;
  max-height:326px;
  margin: 0 0 24px;
  padding:0 1em;
  border-bottom: none;
}

.goods-list .front_goods {
  position:relative;
}

.goods-list .post-thumbnail {
   position: relative;
  width: 100%;
  height: 326px;
  display: inline-block;
   overflow: hidden;
}
.goods-list .post-thumbnail img {
  position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
  -ms-transform: translateX(-50%) translateY(0%);
  -moz-transform: translateX(-50%) translateY(0%);
  -webkit-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}
@supports ( object-fit: cover ) {
  .goods-list .post-thumbnail img  {
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
    top: 0;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

/*
@media all and (-ms-high-contrast: none){
.goods-list .post-thumbnail a{
      position: relative;
      width: 568px;
      height: 326px;
  }

  .goods-list .post-thumbnail img{
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: auto;
      width: auto;
      max-width: 100%;
      max-height: 100%;
      margin: auto;
      -ms-transform: none;
  }
}*/
.goods-list .goods_title {
  position: absolute;
  background-color: rgb(0,0,0,0.8);
  background: rgba(0,0,0,0.8);
  width: 100%;
  max-width: 604px;
  bottom: 0;
}
.goods-list .goods_title a {
  line-height: 1.6em;
  padding:8px 1em;
  display: block;
}

@media screen and (max-width: 768px){
  .goods-list article {
    width: 100%;
    padding: 0;
  }
  .goods-list .post-thumbnail {
      width: 100%;
      height: 250px;
  }
  /*
  @media all and (-ms-high-contrast: none){
    .goods-list .post-thumbnail img {
      position: absolute;
        width: auto;
        height: 100vh;
        top: 0;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        max-width: 200%;
      -ms-transform: translateX(-50%) translateY(0%);
      -moz-transform: translateX(-50%) translateY(0%);
      -webkit-transform: translateX(-50%) translateY(0%);
      transform: translateX(-50%) translateY(0%);
    }
}*/

}
/************************************
** FAQ
************************************/
/*
.single .main .bk_black,
.archive .main .bk_black {
padding: 0 25px 25px;
}*/
/*ボックス全体*/
.accbox {
  margin: 2em 0;
  padding: 0;
  max-width: 100%;/*最大幅*/
}
.accbox .col{
  padding-bottom:24px;
  margin-bottom:24px;
  border-bottom: 2px solid #F80D2D;
}
/*ラベル*/
.accbox label {
  display: block;
  position: relative;
  margin: 1.5px 0;
  padding : 13px 12px;
  font-weight: normal;
  cursor :pointer;
  transition: all 0.5s;
}
.accbox label span {
  font-family: "Century Gothic","游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 1.3rem;
  margin-right: 4px;
  text-shadow: 3px 3px 10px rgba(255,255,255,0.7);
}
/*アイコンを表示*/
.accbox label::after {
  content: '\f107';
  position: absolute;
  font-family: 'FontAwesome';
  right: 40px;
  top:-10px;
  color:#F80D2D;
  font-size: 2.5em;
}
/*ラベルホバー時*/
.accbox label:hover {
  background-color: rgb(255,255,255,0.1);
}
/*チェックは隠す*/
.accbox input {
  display: none;
}
/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
  height: auto;
  padding: 16px;
  background-color: rgb(255,255,255,0.3);
  background: rgba(255,255,255,0.3);
  opacity: 1;
}
.accbox .accshow p {
  margin: 15px 10px
}
/*アイコンを入れ替える*/
.cssacc:checked + label::after {
  content: '\f106';
}

@media screen and (max-width: 768px){
  .accbox{
    padding: 0 24px;
  }
  .post-type-archive-faq .accbox{
    padding: 0;
  }
  .accbox label {
    padding: 13px 40px 0 0;
  }
  .accbox label::after {
    right: 8px;
    top:0;
  }
}
/************************************
** about
************************************/
.menu-about_menu-container{
  margin-bottom: 24px;
}
.menu-about_menu-container ul#menu-about_menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.menu-about_menu-container li {
  width: 24%;
  width: -webkit-calc(96% / 4);
  width: calc(96% / 4);
  border:1px solid #F80D2D;
  margin: 0 0.5%;
}
.menu-about_menu-container li a {
  display: block;
  width: 100%;
  line-height: 60px;
}
.menu-about_menu-container li.current-menu-item {
  background-color: rgb(248,13,45,0.3);
  background: rgba(248,13,45,0.3);
}
.menu-privacy_menu-container ul#menu-privacy_menu {
  padding-left: 0;
  list-style: circle;
  list-style-position: inside;
}
.menu-privacy_menu-container ul#menu-privacy_menu a {
  text-decoration: underline;
}
/** table　**/
.page-id-33 table {
  background-color: #ffffff;
  border-top: #dcdddd 3px double;
  border-right: #dcdddd 1px solid;
  border-collapse: collapse;
  width: 100%;
  color: #333333;
  margin: 0px 0 20px 0;
}
.page-id-33 tr:nth-child(1) th {
  border-top: #F80D2D 4px solid;
}
.page-id-33 table th {
  width: 25%;
  border-color: #dcdddd;
  border-left: #dcdddd 1px solid;
  background-color: #efefef;
  padding: 10px;
  text-align: right;
}
.page-id-33 table tr:nth-child(1) td {
  border-top: #b3b3b3 4px solid;
}
.page-id-33 table td {
  border-left: #dcdddd 1px solid;
  border-bottom: #dcdddd 1px solid;
  /*background-color: #fff;*/
  text-align: left;
  padding: 10px;
  vertical-align: middle;
}

/*7D68px以下*/
@media screen and (max-width: 768px){
  .menu-about_menu-container li {
    width: 48%;
    width: -webkit-calc(96% / 2);
    width: calc(96% / 2);
    margin: 2px 0.5%;
    font-size: 0.8rem;
  }
  .page-id-33 table{
    width: 100%;
  }
  .page-id-33 table tr {
    width: 100%;
  }
  .page-id-33 table th{
    display: block;
    width: 100%;
    padding: 12px 15px;
    text-align: left;
  }
  .page-id-33 table td{
    display: block;
    width: 100%;
    background-color: #fff;
    border-color: rgba(255,255,255,1);
    font-size: 14px;
  }
  .page-id-33 table tr:nth-child(1) td {
    border-top: none;
  }
}
/************************************
** SNS
************************************/
.hall_sns_area .flex-list {
  justify-content: left;
}
.page-template-page-sns .sns_hall_box {
  width: 48%;
  margin: 0 1% 24px;
  text-align: center;
  padding: 32px 48px;
  border: 1px solid #fff;
}
.hall_sns_area .icon_sns_area.flex-list {
  justify-content: center;
  width: 100%;
}
.page-template-page-sns .sns_hall_box .sns_one {
  margin: 24px auto 0;
  width: 33.33%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
}
.page-template-page-sns .sns_hall_box .icon_sns {
  width: 62px;
  height: 62px;
  margin: 0 auto;
}
.page-template-page-sns .sns_hall_box .account_name {
  font-size: 0.9rem;
  margin-top:8px;
}
.page-template-page-sns .sns_area .sns-list {
  margin: 40px 0;
}
/*768px以下*/
@media screen and (max-width: 768px){
  .page-template-page-sns .sns_hall_box .sns_one {
    margin: 16px auto 0;
  }
  .page-template-page-sns .sns_hall_box {
    width: 100%;
    padding: 16px 8px;
  }
  .page-template-page-sns .sns_hall_box .icon_sns {
    width: 40px;
    height: 40px;
  }
  .page-template-page-sns .sns_hall_box .account_name {
    font-size: 0.7rem;
  }
  .page-template-page-sns .sns_area .sns-list {
    padding-left: 0;
  }
}
/************************************
** サイトマップ
************************************/
.sitemap ul {
  padding-right: 40px;
}
.sitemap > ul > li {
  padding: 25px 0 22px;
  border-bottom: 1px dotted #888;
}
.sitemap > ul > li > dl {
  overflow: hidden;
}
.sitemap ul ul {
  padding: 0;
}
.sitemap > ul > li > dl > dt {
  width: 175px;
  float: left;
}
.sitemap > ul > li > dl > dd {
  margin-left: 175px;
}
.sitemap > ul > li.hall > dl > dd ul.first {
  margin-bottom: 30px;
}
.clear {
  clear: both;
}
.sitemap > ul > li.hall > dl > dd > ul > li {
  width: 30%;
  float: left;
}
.sitemap > ul > li.last {
  border: none;
}
/*768px以下*/
@media screen and (max-width: 768px){
  .sitemap ul {
    padding:0;
  }
  .sitemap > ul > li > dl > dt {
    width: 100%;
    float: none;
  }
  .sitemap > ul > li > dl > dd {
    margin-left: 0;
  }
  .sitemap > ul > li.hall > dl > dd > ul > li {
    width: 100%;
    float: none;
  }
}
/************************************
** 404
************************************/
.error404 .article{
  text-align: center;
}
/************************************
** ナビゲーション
************************************/
.page-numbers,
.pagination .current {
  border-radius: 50%;
}
.pagination .current {
  color: #8E9190;
  border: 1px solid #8E9190;
  background: none;
}
.pagination a.page-numbers {
  color: #F80D2D;
  border: 1px solid #F80D2D;
}
.pagination .next,
.pagination .prev {
  width: 120px;
  height: 50px;
  border-radius: 30px 30px 30px 30px;
  -webkit-border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
}
.pagination .next::after {
  font-family: FontAwesome;
  content: "";
  padding-right: 3px;
  padding-left: 3px;
}
.pagination .next::before {
  content: none;
}
.sns-share-buttons a{
  color: #fff;
}

/************************************
** SNS
************************************/
.sns-share, .sns-follow {
  margin: 40px 0 24px;
}
.sns-share-message {
  margin: 0 0 16px;
  font-weight: bold;
}

/************************************
** zepp-tokyo-20th-anniversary
************************************/

.page-special .special-header {
  margin: 24px 0;
}

.page-special .ht-schWrap .event-headlineWrap {
    margin-bottom: 48px;
    margin-top: 136px;
}
.page-special .sch-inner,
.page-special .content {
  margin: 0 auto 60px;
}
.page-special .artist_img-content ul li {
  overflow: hidden;
    width: 33.33333%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    max-width: 466px;
    height: auto;
    max-height: 285px;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
.page-special .logo {
  text-align: center;
  margin: 0 auto;
}
.page-special .logo_20th {
  width: 85%;
}
.page-special .logo_zt {
  width: 70%;
}
/*
.page-special .event-overview {
  text-align: center;
  font-size: 2.8rem;
}*/

.page-special .content::before,
.page-special .content::after{
		content: "";
		display: table;
}
.page-special .content::after{ clear: both; }
.page-special .content{ zoom: 1; } /* For IE 6/7 */
.page-special .sch-content-img {
  position: relative;
}
.page-special #message .flex-list {
  justify-content: space-around;
}
.page-special #message .flex-list li{
  width: 32%;
}
.page-special .movie-content {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.page-special .movie-content iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.page-special .sch-content-text__ttl {
    font-size: 24px;
}
.page-special .sch-content-text__ttl:hover {
    text-decoration: none;
}
.page-special .sch-content-text__performer {
    font-size: 28px;
}
.page-special .m-on-conten {
  background: #fff;
  color: #000;
  padding:24px;
}

.page-special .m-on-conten a {
  color: #00AC65;
}
.page-special .plan-content,
.page-special .spotify-content,
.page-special .goods-content{
  width: 80%;
  margin: 0 auto 40px;
}
.page-special .plan-content h4,
.page-special .goods-content h4 {
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  padding: 0.6em;
  margin-bottom: 32px;
  background-color: #00AC65;
}
.page-special .plan-content h4::before,
.page-special .goods-content h4::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
    margin-left: -10px;
  border: 15px solid transparent;
  border-top: 15px solid #00AC65;
  width: 0;
  height: 0;
}
.page-special .spotify-img {
  width: 200px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
.page-special .spotify-img img {
  width: 100%;
}
.page-special .spotify-deta {
  width: calc(100% - 250px);
  text-align: center;
}
.page-special table {
  border: none;
}
.page-special table th,
.page-special table td  {
  border: none;
  padding: 16px;
}
.page-special table tr  {
  border-bottom: 1px dotted #00AC65;
}
.page-special table td img  {
  width: 100% !important;
  height: auto !important;
}

/*768px以下*/
@media screen and (max-width: 768px){
  .page-special .special-header {
      margin: 24px auto;
      padding:16px;
  }
  .page-special .sch-inner, .page-special .content {
    padding: 0 16px;
}
.page-special .plan-content,
.page-special .spotify-content,
.page-special .goods-content{
  width: 100%;
}
.page-special .logo_20th {
  width: 80%;
}
.page-special .logo_zt {
  width: 60%;
}
.page-special #message .flex-list {
  justify-content:center;

}
.page-special #message .flex-list li{
  width: 95%;
}
.page-special .sch-content-text__ttl {
    font-size: 16px;
}
.page-special .sch-content-text__performer {
    font-size: 20px;
}
.page-tokyo .sch-content-text-btn a {
  font-size: 0.8rem;
}
.page-special .plan-content h4, .page-special .goods-content h4 {
    font-size: 1.2rem;
}
.page-special .heading-content span,
.page-special .movie-comment span,
.page-special .event-overview span{
  font-size: 1.2rem !important;

}
.page-special .spotify-content div{
  width: 100%;
}
.page-special .spotify-content .spotify-img {
  width: 30%;
 margin: 0 auto 24px;
}

.page-special.page-tokyo .sch-content:after {
    content: none;
}
.page-special.page-tokyo .sch-content-text {
    padding: 20px 15px 20px 15px;
    width: 65%;
}
.page-special.page-tokyo .sch-content-text-btn {
    display:block;
}
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
.breadcrumb.sbp-main-before,
.breadcrumb.sbp-footer-before,
.breadcrumb.pbp-main-before,
.breadcrumb.pbp-footer-before {
  background-color: #000;
  color: #fff;
}
.breadcrumb a,
.breadcrumb,
.breadcrumb.sbp-main-before a,
.breadcrumb.sbp-footer-before a,
.breadcrumb.pbp-main-before a,
.breadcrumb.pbp-footer-before a{
  color: #fff;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){

  /*** 国内ホール　**/
  ul.domestic-list li {
    width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
    width : -webkit-calc(100% / 3) ;
    width : calc(100% / 3) ;
  }
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/

}

/*768px以下*/
@media screen and (max-width: 768px){
  /* 共通　*/
  .single .article h1, .single .article h2, .single .article h3, .single .article h4, .single .article h5, .single .article h6 {
    width: 100%;
    text-align: left;
    margin-top:0;
  }
  .page .entry-title,
  .article h2{
    font-size: 1.6rem;
    padding: 0;
  }
  .btn-link {
    width: 90%;
    font-size: 0.9rem;
  }
  .btn-link a {
    padding: 4px;
  }
  .bk_gray-inner,
  .bk_gray {
    padding: 16px;
  }
  .single #breadcrumb {
    margin: 8px;
  }
  /*
  .single .main {
  padding: 20px 40px;
  }*/
  .archive-title {
    padding: 0;
  }
  section {
    margin-bottom: 48px;
  }
  /* ナビゲーション　*/

  .pagination .next,
  .pagination .prev {
    width: 80px;
    height: 34px;
    line-height: 34px;
    font-size: 0.7rem;
  }
  .menu-sp_navi-container ul {
    padding-left: 0;
  }

  /* ヘッダー　*/
  header {
    padding: 12px 12px 0;
    text-align: left;
  }
  #navi-in {
    display: none;
  }

  /* フッター　*/
    .article-footer,
    body:not(.home):not(.hall-template).no-sidebar .content .main {
        padding: 0 0;
    }
  .footer .bk_gray-inner {
    padding: 0;
  }
  .footer .navi-footer-hall .navi-footer-hall-in div {
    width: 100%;
    height: auto;
  }
  .footer .navi-footer-hall .navi-footer-hall-in h3 {
    padding: 8px;
    border-bottom: 2px solid #F80D2D;
    font-size: 1.15rem;
  }
  .footer .navi-footer-hall .navi-footer-hall-in a {
    /*font-size: 0.7rem;*/
  }
  .footer .navi-footer-hall .navi-footer-hall-in .verseas-hall h3 {
    border-top: 2px solid #F80D2D;
  }
  .footer .navi-footer-hall .navi-footer-hall-in div ul {
    /*
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    */
  }
  .footer .navi-footer-hall .navi-footer-hall-in div li {
    width: 100%;
    border-bottom: 2px solid #F80D2D;
  }
  .footer .navi-footer-hall .navi-footer-hall-in div li:last-child {
    border-bottom: none;
  }
  .footer .navi-footer-hall .navi-footer-hall-in div li:nth-child(odd) {
    /*border-right: 2px solid #F80D2D;*/
  }
  .footer .navi-footer-hall .navi-footer-hall-in div li a {
    display: block;
    padding: 0 8px;
    line-height: 24px;
  }
  .footer .navi-footer-hall .hall_02 {
    position: static;
  }
  footer #footer-in {
    padding: 0 0 16px;
    text-align: center;
  }
  .footer-bottom {
    margin-top: 0;
    padding: 0;
  }
  .navi-footer-in > .menu-footer {
    border-bottom: : 1px solid #fff;
  }
  .navi-footer-in > .menu-footer li.menu-item {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    height: 60px;
    line-height: 24px;
    width: 50%;
    padding-left:16px;
    border: none;
    border-bottom: 1px solid #fff;
  }
  .navi-footer-in > .menu-footer li a:after {
    content: none;
  }
  .navi-footer-in > .menu-footer li.menu-item:nth-child(odd) {
    border-right: 1px solid #fff !important;
  }
  .navi-footer-in > .menu-footer li.menu-item a {
    display: block;
  }
  #footer .bk_gray a {
    line-height: 48px;
  }
  .footer-bottom-logo img {
    margin: 0 auto;
  }
  .footer-bottom .copyright{
    text-align: center;
  }

  /**********　トップ　***********/
  .home .main{
    padding: 0;
  }


  /*** 国内ホール　**/
  ul.domestic-list li,
  ul.overseas-list li {
    width : 50% ; /* 未対応ブラウザ用フォールバック */
    width : -webkit-calc(100% / 2) ;
    width : calc(100% / 2) ;
  }
  /***　タブ　**/
  .home .entry-content {
    /* margin-top: -5em; */
  }
  .tab_area label {
    height: 56px;
    line-height: 56px;
    font-size: 0.9rem;
  }
  #tab2:checked ~ .tab_area .tab2_label::before,
  #tab1:checked ~ .tab_area .tab1_label::before {
    border: 20px solid transparent;
    border-top: 20px solid #F80D2D;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    margin-left: -15px;
  }
  #tab2:checked ~ .tab_area .tab2_label::after,
  #tab1:checked ~ .tab_area .tab1_label::after {
    border: 15px solid transparent;
    border-top: 20px solid #000;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    margin-left: -15px;
  }
  #tab2:checked ~ .tab_area .tab2_label::after,
  #tab1:checked ~ .tab_area .tab1_label::after {
    padding: 50px 0;
}
  /*
  .tab_panel {
    padding: 50px 0;
  }*/
  .home .live_area .swiper-slide {
    width:75% !important;
    margin: 0 16px 0;
  }
  .live_area .deta-box .right_box {
    margin-bottom: 8px;
    padding: 0;
    height: 200px;
  }
  .live_area .deta-box .left_box,
  .live_area .deta-box .right_box {
    width: 100%;
  }
  .live_area .deta-box {
    width: 100%;
    height: 382px;
  }
  .live_area .panel_area .flex-list {
    flex-flow: column-reverse nowrap;
    justify-content: flex-end;
  }
  .live_area .live-date {
    width: 80px;
    height: 80px;
    top: -30px;
    right: -25px;
  }
  .live_area .live-date p span.d {
    font-size: 1.3rem;
  }
  /*** 国内ホール　***/
  .hall_area.domestic .flex-list {
    justify-content: left;
  }

  /*** ニュース　***/
  .ht-news-cnt {
    display: flex;
    flex-flow: row wrap;
  }
  .news_area .front_info .hall_cat {
    order: 2;
  }
  .news_area .front_info .news_title {
    order: 1;
  }
  .news_area .hall_tag p {
    display: block;
  }
  .news_area .hall_tag p.p_date {
    margin: 8px 0;
    line-height: 1;
  }
  .news_area .hall_tag p.p_category {
    display: inline-block;
    padding: 2px 6px;
    margin: 2px 0 2px 4px;
    font-size: 0.6rem;
  }
  .cat-label, .cat-link {
    padding: 4px 8px;
  }
  .related-entry-card-thumb{
    width: 100%;
  }
  .cat-label{
    position: relative;
    margin-top:8px;
  }
  /*** 国内ホール　**/

  /***　sns　**/
  .sns_area .sns-list {
    margin: 40px 0;
  }
  .sns_area {
    padding: 24px 0 40px 0;
  }
  /***　アーカイブ　**/

  .archive-title {
    font-size: 1.8rem;
  }

}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

@media (max-width: 727.98px) {
  .pc-ad {
       display:none;
   }
}
@media (min-width: 728px) {
   .sp-ad {
       display:none;
   }
}

/* お問い合わせフォームのスタイル */

/* お問い合わせフォームのスタイル */
#mailform input[type='text'],
#mailform input[type='email'],
#mailform input[type='file'],
#mailform input[type='datetime-local'],
#mailform select,
#mailform > p
 {
  font-size: 1em;
  width: 80%;
  max-width: 100%;
  box-sizing: border-box;
}
/* #mailform input, */
#mailform button {
  height: 40px;
  padding: 0 10px;
}
#mailform input[type='radio'] {
  display: inline;
}
#mailform textarea {
  font-size: 1em;
  padding: 2px 5px;
  width:100%;
  box-sizing: border-box;
}
#mailform label {
  margin: 3px;
  display: block;
}
#mailform label span {
  color: #aaa;
  margin-left: 4px;
  font-weight: normal;
}
#mailform input[type='submit'],
.send-comp-mail input[type='submit']{
  width: 200px;
}
#mailform h2{
    border-bottom: 1px solid #dddddd;
}
#mailform table {
    background-color: black;
	border-style: hidden;
    border-color: initial;
    text-align: left;
    font-weight: initial;
    table-layout: fixed;
    margin : 10px auto 50px;
}

#mailform tr {
    background-color: black;
	border-style: hidden;
    border-color: initial;
    text-align: left;
    font-weight: initial;
}
#mailform td {
    padding: 10px;
    background-color: black;
	border-style: hidden;
    border-color: initial;
    text-align: left;
    font-weight: initial;
    width: auto;
}

#mailform th {
    background-color: black;
	border-style: hidden;
    border-color: initial;
    text-align: left;
    font-weight: initial;
    width: 300px;
}
#dispmsg > p{
  border: 3px solid #ffe3b3;
  background: #ffffeb;
  border-radius: 7px;
  padding: 15px;
  margin: 30px 0;
  text-align: left;
  font-weight: bold;
}
#dispmsg blockquote {
  margin: 30px 0;
  padding: 15px;
  background-color: #f3f3f3
}
#dispmsg pre {
  font-family: -apple-system,BlinkMacSystemFont,Meiryo,Verdana,
  "Helvetica Neue","Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3",sans-serif;
  line-height: 1.7;
  white-space: pre-wrap;
  background: #fafafa;
  margin: 15px 0 0;
  padding: 10px;
}
#dispmsg #errmsg{
  background: #fff5f5;
  border: 3px solid #fcc;
  color: #e1536a;
}

.send-comp-mail{
  position: relative;
 margin: 2em auto;
 padding: 1.2em;
 width: 90%;
 border: 2px solid #fff; /* 枠線の太さ・色 */
 background-color: #444444;
 border-radius: 8px; /* 角の丸み */
}

.send-comp-mail p{
 margin-bottom: 40px;
}

.error_list{
  color:#e1536a;
}

.page-yokohama .video {
  width: 80%;
  margin: 40px auto;
}

.page-yokohama .video p {
  text-align: center;
}

.page-yokohama .video br {
  display: none; 
}

.event-headlineWrap__video p {
  padding: 1rem 2rem;
  border: 3px dotted #8e8e90;
  margin:0 auto ;
  width:fit-content;
}
 
/* ここからレスポンシブ対応になります */

@media only screen and (max-width: 767px) {
  .page-yokohama .video {
    width: 100%;
  }

  .page-yokohama .video br {
    display: block; 
  }
}

@media screen and (max-width: 576px) {
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }

  #EventDay br {
    display: none;
  }
  #mailform input[type='submit'],
  .send-comp-mail input[type='submit']{
    width: 130px;
}
.confirm-td{
  margin-left: 20px;
}
}


/*** フェード　****/
/*
#main{
animation: fadeIn 1s ease-out 0s 1 normal;
}
#sidebar {
animation: fadeIn 1s ease-out 0s 1 normal;
}

@keyframes fadeIn {
from {transform: translateY(10%); opacity: 0;}
100% {transform: translateY(0%); opacity: 1;}
}
#header-container {
animation: Down 1s ease-out 0s 1 normal;
}

@keyframes Down {
from {transform: translateY(-10%); opacity: 0;}
100% {transform: translateY(0%); opacity: 1;}
}

#breadcrumb {
animation: Right 1s ease-out 0s 1 normal;
}

@keyframes Right {
from {transform: translateX(10%); opacity: 0;}
100% {transform: translateX(0%); opacity: 1;}
}
*/
