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

/*base*/

/*--------------------------------------*/
/*
img:not([alt]){
outline: 5px solid red;

}
*/
*{
  font-family: 'Montserrat', Noto Sans Japanese, 'Meiryo', 'メイリオ', 'ヒラギノ 角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', 'ＭＳ Ｐゴシック';
  font-size: 100%;
}
.container figcaption {
  font-size: 0.75em;
}

html, body {
  height: 100%;
  overflow: visible;
}

body{
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}

/* よく登場する要素のリセット */

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form, div {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-size: 100%;
  text-align: left;
  list-style-type: none;
  font-weight: 400;
  font-family: 'Montserrat', Noto Sans Japanese, 'Meiryo', 'メイリオ', 'ヒラギノ 角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', 'ＭＳ Ｐゴシック';
  color: #232323;
  letter-spacing: .05em;
  line-height: 1.8em;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img {
  vertical-align: bottom;
}

.cf:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.a00 {
  margin-top: -90px;
  padding-top: 90px;
}



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

/*common*/

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

#wrap {
  background-color: #fff;
  position: relative;
}

a {
  font-size: 16px;
  text-decoration: none;
}

.hover {
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -ms-transition: .5s ease-out;
  transition: .5s ease-out;
}

.hover:hover {
  opacity:0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  zoom:1;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -ms-transition: .5s ease-out;
  transition: .5s ease-out;
}

a:focus {
  outline:none;
}

.container {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.container_inner {
  width: 1020px;
  padding: 80px 0;
  margin: 0 auto;
  position: relative;
}

.sp {
  display: none;
}

article {
  padding-top: 90px;
  /*	padding-top: 290px;*/
  position: relative;
  z-index: 2;
}
article.top,
article.lower{
  padding-top: 0px;
}

.left_container {
  width: 50%;
  float: left;
  position: relative;
  box-sizing: border-box;
}

.right_container {
  width: 50%;
  float: right;
  position: relative;
  box-sizing: border-box;
}

.pt10 {padding-top: 10px!important;}
.pt20 {padding-top: 20px!important;}
.pt30 {padding-top: 30px!important;}
.pt40 {padding-top: 40px!important;}
.pt50 {padding-top: 50px!important;}
.pt60 {padding-top: 60px!important;}
.pt70 {padding-top: 70px!important;}
.pt80 {padding-top: 80px!important;}
.pt90 {padding-top: 90px!important;}
.pt100 {padding-top: 100px!important;}
.pt110 {padding-top: 110px!important;}
.pt120 {padding-top: 120px!important;}
.pt130 {padding-top: 130px!important;}
.pt140 {padding-top: 140px!important;}
.pt150 {padding-top: 150px!important;}
.pb10 {padding-top: 10px!important;}
.pb20 {padding-top: 20px!important;}
.pb30 {padding-top: 30px!important;}
.pb40 {padding-top: 40px!important;}
.pb50 {padding-top: 50px!important;}
.pb60 {padding-top: 60px!important;}
.pb70 {padding-top: 70px!important;}
.pb80 {padding-top: 80px!important;}
.pb90 {padding-top: 90px!important;}
.pb100 {padding-top: 100px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb60 {margin-bottom: 60px!important;}
.mb80 {margin-bottom: 80px!important;}

.plain_txt {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: .1em;
  padding-bottom: 1em;
}

.note {
  font-size: 11px;
}

.note span {
  font-size: 10px;
  color: #666;
}

.bold {
  font-weight: bold;
}

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

.lh2 {
  line-height: 2em;
}

.fit {
  width: 100%;
}

.caption {
  font-size: 40px;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: .3em;
  text-align: center;
  padding-bottom: 40px;
}

.tokyo .caption {
  color: #2696c0;
}

.nagoya .caption {
  color: #e74291;
}

.caption span {
  font-size: 16px;
  font-style: normal;
  line-height: 1em;
  letter-spacing: .2em;
  padding-top: 15px;
  display: block;
  font-weight: normal;
}

.caption_sub {
  font-weight: 700;
  padding-bottom: 5px;
}

.lead {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.6em;
}

.btn_container {
  padding-top: 50px;
}

.btn_container a {
  font-size: 19px;
  font-weight: 700;
  background-color: #fff!important;
  letter-spacing: .1em;
  display: block;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -ms-transition: .5s ease-out;
  transition: .5s ease-out;
}

.btn_container a:hover {
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -ms-transition: .5s ease-out;
  transition: .5s ease-out;
}

.tokyo .btn_container a,
.nagoya .tokyo .btn_container a{
  border: 1px solid #2696c0;
  color: #2696c0!important;
}

.tokyo .btn_container a:hover,
.nagoya .tokyo .btn_container a:hover{
  background-color: #2696c0!important;
  color: #fff!important;
}

.nagoya .btn_container a {
  border: 1px solid #e74291;
  color: #e74291!important;
}

.nagoya .btn_container a:hover {
  background-color: #e74291!important;
  color: #fff!important;
}

.btn_31064 {
  width: 310px;
  height: 64px;
  line-height: 64px;
}

@media screen and (max-width: 960px) {
.btn_31064 {
  width: 220px;
}
}


.btn_38064 {
  width: 380px;
  height: 64px;
  line-height: 64px;
}

.tokyo .ex {
  background: url('../img/common/ex_tokyo.png') 90% center no-repeat;
  background-size: 22px 16px;
}

.nagoya .ex {
  background: url('../img/common/ex_nagoya.png') 90% center no-repeat;
  background-size: 22px 16px;
}

.ex_gray {
  background: url('../img/common/ex_gray.png') 100% center no-repeat;
  background-size: 22px 16px;
  padding-right: 10%;
}

.tokyo .ex:hover,
.nagoya .ex:hover {
  background: url('../img/common/ex_hover.png') 90% center no-repeat;
  background-size: 22px 16px;
}

/*.accordion_child {
display: none;
}*/

.box_b {
  width: 1020px;
  background-color: #150201;
  padding: 30px 60px;
  box-sizing: border-box;
}

.box_g {
  width: 1020px;
  background-color: #f7f7f7;
  padding: 60px;
  box-sizing: border-box;
}

.box_w {
  width: 100%;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
}

.box_p {
  width: 1020px;
  background-color: #ffecf4;
  padding: 30px 30px 50px;
  margin: 60px auto 0;
  box-sizing: border-box;
}

.pagetop {
  width: 100%;
}

.pagetop img {
  display: block;
  width: 100px;
  margin: 0 auto;
}

.glay {
  background-color: #f7f7f7;
}

.glay + .pagetop {
  background-color: #f7f7f7;
}

.underline {
  border-bottom: 2px solid #999;
}

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

/*header*/

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

header {
  width: 100%;
  height: 90px;
  background-color: #150201;
  position: fixed;
  z-index: 4;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -ms-transition: .5s ease-out;
  transition: .5s ease-out;
}

.header_inner {
  width: 1020px;
  margin: 0 auto;
  display: block;
  position: relative;
}

.header_logo {
  width: 80px;
  position: absolute;
  top: 12px;
  left: 0;
}

.header_sNav {
  position: absolute;
  top: 30px;
  right: 0;
}

.header_sns-icon {
  float: left;
}

.header_sns-icon li {
  padding-left: 30px;
  float: left;
}

.sNav01 {
  width: 26px;
}

.sNav02 {
  width: 29px;
}

.sNav03 {
  width: 27px;
}

.sNav04 {
  width: 38px;
}

.sNav05 {
  width: 27px;
}

.sNav06 {
  width: 22px;
}

.header_gNav {
  width: 380px;
  margin: 0 auto;
}

.header_gNav li {
  width: 50%;
  height: 90px;
}

.header_gNav li.trigger_tokyo {
  background-color: #2696c0;
  transform: skewX(-15deg);
  float: left;
  cursor: pointer;
}

.header_gNav li.trigger_aichi {
  background-color: #e74291;
  transform: skewX(-15deg);
  float: left;
  cursor: pointer;
}

.trigger_inner {
  transform: skewX(15deg);
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: .2em;
  text-align: center;
  line-height: 90px;
}

.header_gNav li em {
  font-style: normal;
  font-weight: 600;
}

.header_gNav li em:after {
  content: '＋';
}

.header_gNav li.active em:after {
  content: '－';
}

.header_gNav li.contents_tokyo,
.header_gNav li.contents_aichi {
  width: 100%;
  height: 30px;
  padding: 15px 0;
  background-color: #fff;
  position: fixed;
  top: 90px;
  left: 0;
}

.header_gNav li.children {
  display: none;
}

.header_gNav li dl {
  width: 1020px;
  margin: 0 auto;
}

.header_gNav li dl dt {
  width: 300px;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: .2em;
  line-height: 1em;
  float: left;
}

.header_gNav li dl dt span {
  display: block;
  font-weight: normal;
  font-size: 9px;
  letter-spacing: 0;
}

.header_gNav dd {
  width: 156px;
  height: 30px;
  overflow: visible;
  float: left;
}

.header_gNav li.contents_tokyo dd {
  border-right: 1px solid #2696c0;
}

.header_gNav li.contents_aichi dd {
  border-right: 1px solid #e74291;
}

.header_gNav li dd:last-child {
  border: none;
}

.header_gNav dd a {
  display: block;
  width: 100%;
  height: 42px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4em;
  letter-spacing: .3em;
  text-align: center;
}

.header_gNav dd span {
  font-weight: normal;
  font-size: 8px;
  font-style: normal;
  letter-spacing: .2em;
  display: block;
}

.header_gNav li.contents_tokyo dd a:hover {
  border-bottom: 3px solid #2696c0;
}

.header_gNav li.contents_aichi dd a:hover {
  border-bottom: 3px solid #e74291;
}

.header_gNav li.contents_tokyo dl dt,
.header_gNav li.contents_tokyo dl dd a {
  color: #2696c0;
}

.header_gNav li.contents_aichi dl dt,
.header_gNav li.contents_aichi dl dd a {
  color: #e74291;
}


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

/*footer*/

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

footer {
  width: 100%;
  padding: 60px 0;
  background-color: #150201;
}

.footer_inner {
  width: 1020px;
  margin: 0 auto;
}

footer nav {
  float: left;
}

footer address {
  float: right;
  color: #999;
  font-size: 11px;
  padding-top: 10px;
}

footer .footer_logo {
  width: 170px;
  float: left;
}

footer .fNav {
  float: left;
  padding: 10px 0 0 40px;
}

footer .fNav li {
  float: left;
}

footer .fNav li:after {
  content: '　/　';
  color: #fff;
  font-size: 11px;
}

footer .fNav li:last-child:after {
  content: '';
}

footer .fNav li a {
  color: #fff;
  font-size: 11px;
}



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

/*top*/

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

/*sec01--------------------------------*/

/*.top #sec01 .left_container {
background: #150201 url(../img/top/sec01_bg_tokyo.png) center top no-repeat;
padding: 80px 0;
height: 860px;
overflow: hidden;
}*/

.top #sec01 .left_container {
  background: #2696c0 url(../img/top/sec01_bg_tokyo_2020.png) center top -60px no-repeat;
  background-size: cover;
  padding: 80px 0;
  height: 750px;
  overflow: hidden;
}

.top #sec01 .right_container {
  background: #931473 url(../img/top/sec01_bg_aichi_2020.png) center top -60px no-repeat;
  background-size: cover;
  padding: 80px 0;
  height: 750px;
  overflow: hidden;
}


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

  .top #sec01 .left_container {
    background: #2696c0 url(../img/top/sec01_bg_tokyo_2020.png) right top -60px no-repeat;
    background-size: cover;
  }

  .top #sec01 .right_container {
    background: #931473 url(../img/top/sec01_bg_aichi_2020.png) right top -60px no-repeat;
    background-size: cover;
  }
}

.top .info_container {
  position: absolute;
  /*bottom: 20px;
  left: 50%;*/
  /*bottom: 40px;
  left: 50%;*/
  bottom:40px;
  left: 20px;
  /*margin-left: -165px;*/
  z-index: 3;
}
.top .info_container_02 {
  position: absolute;
  /*top: 60px;
  left: 40px;*/
  top: 40px;
  left: 20px;
  z-index: 3;
}

.top .info_container h1,
.top .info_container_02 h1{
  width: 390px;
  margin: 0 auto;
}

.top .info_container .btn_container {
  padding: 40px 0;
}

.top .movie_container {
  text-align: center;
}

.sec01_obj {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -330px;
  z-index: 1;
}

.top #sec01 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(21,2,1,.5) 20%, rgba(21,2,1,0) 60%);
}

/*sec02--------------------------------*/

.box_b .left_container {
  width: 410px;
}

.box_b .left_container a:hover h2,
.box_b .left_container a:hover .plain_txt {
  opacity:0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  zoom:1;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -ms-transition: .5s ease-out;
  transition: .5s ease-out;
}

.box_b .left_container h2 {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: .1em;
  margin-top: 75px;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -ms-transition: .5s ease-out;
  transition: .5s ease-out;
}

.box_b .left_container .plain_txt {
  color: #fff;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -ms-transition: .5s ease-out;
  transition: .5s ease-out;
}

.box_b .right_container {
  width: 490px;
}

.box_p .left_container {
  width: 520px;
}

.box_p .left_container h2 {
  font-size: 22px;
  font-weight: 400;
  color: #e72f7e;
  line-height: 50px;
  margin-top: 15px;
  text-align: center;
}

.box_p .left_container h2 span {
  font-size: 30px;
  font-weight: 600;
}

.tit_ambassador {
  width: 450px;
  display: block;
  margin: 10px auto 0;
}

.box_p .right_container {
  width: 440px;
}

.ambassador_btn_container a {
  color: #000;
  font-size: 14px;
  margin-left: 25px;
}

.btn_ambassador {
  width: 380px;
  display: block;
  margin: 25px auto;
}

.ambassador_btn_container hr {
  width: 380px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #000;
  margin-left: 25px;
}



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

/*lower*/

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

/*sec01--------------------------------*/

.lower.tokyo #sec01 {
  /*background: url('../img/common/bg_tokyo_pc.png') center top no-repeat;
  background-size: cover;*/
  background: #2696c0 ;
}

.lower.nagoya #sec01 {
  /*background: url('../img/common/bg_aichi_pc.png') center top no-repeat;
  background-size: cover;*/
  background: #931473;
}

.tit_tokyo,
.tit_nagoya {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.lower #sec01 .info_container {
  width: 1020px;
  margin: 0 auto 30px;
  position: relative;
  z-index: 3;
}

.lower #sec01 .info_container .logo {
  display: block;
  margin: 0 auto;
}

.lower #sec01 .lNav {
  width: 900px;
  height: 70px;
  margin: -35px auto 0;
  position: relative;
  z-index: 3;
}

.lower #sec01 .lNav li {
  width: 225px;
  float: left;
}

.lower #sec01 .lNav li a {
  display: block;
  width: 224px;
  height: 48px;
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: .3em;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  background-color: #fff;
}

.lower.tokyo #sec01 .lNav li a {
  color: #2696c0;
  border: 1px solid #2696c0;
}

.lower.nagoya #sec01 .lNav li a {
  color: #e74291;
  border: 1px solid #e74291;
}

.lower #sec01 .lNav li:nth-child(1) a,
.lower #sec01 .lNav li:nth-child(2) a,
.lower #sec01 .lNav li:nth-child(3) a {
  border-right: none;
}

.lower #sec01 .lNav li a span {
  font-weight: normal;
  font-size: 9px;
  font-style: normal;
  letter-spacing: .2em;
  display: block;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -ms-transition: .5s ease-out;
  transition: .5s ease-out;
}

.lower.tokyo #sec01 .lNav li a.active,
.lower.tokyo #sec01 .lNav li a:hover {
  background-color: #2696c0;
  color: #fff;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -ms-transition: .5s ease-out;
  transition: .5s ease-out;
}

.lower.nagoya #sec01 .lNav li a.active,
.lower.nagoya #sec01 .lNav li a:hover {
  background-color: #e74291;
  color: #fff;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -ms-transition: .5s ease-out;
  transition: .5s ease-out;
}

.lower #sec01 .lNav li a:hover span {
  color: #fff;
}

.lower #sec01 .lNav li a.active:hover {
  opacity:0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity:0.6;
  -khtml-opacity: 0.6;
  zoom:1;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -ms-transition: .5s ease-out;
  transition: .5s ease-out;
}

.lower .movie_container.bottom {
  width: 1020px;
  height: 240px;
  background-color: #000;
  text-align: center;
  overflow: hidden;
  margin: 80px auto;
}



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

/*info*/

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

/*sec02--------------------------------*/

.info #sec02 .summary_container {
  width: 100%;
  padding: 10px 0 50px;
  background-color: #fff;
}

.info #sec02 .summary_container th {
  width: 270px;
  padding: 40px 0 0 50px;
  font-weight: bold;
  letter-spacing: .3em;
  vertical-align: top;
}

.info.tokyo #sec02 .summary_container th {
  color: #2696c0;
}

.info.nagoya #sec02 .summary_container th {
  color: #e74291;
}

.info #sec02 .summary_container td {
  width: 650px;
  padding: 40px 50px 0 0;
  font-size: 14px;
  vertical-align: top;
}

.info #sec02 .summary_container td a {
  background: url('../../img/common/btn_icon_09.png') 100% center no-repeat;
  background-size: 22px 16px;
  font-size: 14px;
  color: #000;
  text-decoration: underline;
  padding-right: 30px;
}



/*sec03--------------------------------*/

.info #sec03 .access_container {
  position: relative;
}

.access_img {
  width: 480px;
}

.info #sec03 .access_txt {
  padding-left: 30px;
}

.info #sec03 .access_txt dt {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.info.tokyo #sec03 .access_txt dt {
  color: #2696c0;
  border-bottom: 1px solid #2696c0;
}

.info.nagoya #sec03 .access_txt dt {
  color: #e74291;
  border-bottom: 1px solid #e74291;
}

.info #sec03 .access_txt dd {
  font-size: 14px;
}

.info #sec03 .access_note {
  width: 420px;
  background-color: #f7f7f7;
  padding: 30px;
  position: absolute;
  top: 126px;
  left: 540px;
}

.info #sec03 .access_note dt {
  font-weight: bold;
  padding-bottom: 10px;
}

.info #sec03 .access_note dd {
  font-size: 14px;
}

.info #sec03 .gMap {
  margin-top: 50px;
}



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

/*ticket*/

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

/*sec02--------------------------------*/

.tokyo .ticket_img {
  display: block;
  width: 334px;
  margin: 0 auto;
}

.nagoya .ticket_img {
  display: block;
  width: 312px;
  margin: 0 auto;
}

.ticket_container {
  padding: 50px 0 100px;
}

.ticket .ticket_container .left_container,
.ticket .ticket_container .center_container,
.ticket .ticket_container .right_container {
  width: 340px;
  float: left;
}

.ticket_container_item {
  /*width: 310px;*/
  width: 600px;
  margin: 0 auto 30px;
  border-collapse:collapse;
  border:0px;
  box-sizing: border-box;
}

.ticket_container_item thead th {
  height: 60px;
  vertical-align: middle;
  font-weight: 400;
  color: #fff;
  padding: 0 20px;
}

.ticket_container_item thead th span {
  float: right;
  font-size: 11px;
  font-weight: 300;
}
/*
.ticket .left_container .ticket_container_item thead th {
background-color: #0071bc;
border: 1px solid #0071bc;
}

.ticket .center_container .ticket_container_item thead th {
background-color: #e94e6a;
border: 1px solid #e94e6a;
}

.ticket .right_container .ticket_container_item thead th {
background-color: #fbb03b;
border: 1px solid #fbb03b;
}
*/
.ticket .ticket_container_item thead th {
  background-color: #0071bc;
  border: 1px solid #0071bc;
}
.ticket_container_item tbody {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.ticket_container_item tbody th,
.ticket_container_item tbody td {
  width: 50%;
  height: 50px;
  text-align: center;
  vertical-align: middle;
}

.ticket_container_item tbody th {
  background-color: #eee;
}

.ticket_container_item tbody td {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

/*
.ticket.tokyo .ticket_container_item tbody th:nth-child(odd) {
border-right: 1px solid #ccc;
}

.ticket.tokyo .ticket_container_item tbody td:nth-child(odd) {
border-right: 1px solid #ccc;
}
*/
.ticket.tokyo .ticket_container_item tbody th {
  border-right: 1px solid #ccc;
}

.ticket.tokyo .ticket_container_item tbody td {
  border-right: 1px solid #ccc;
}
.ticket.nagoya .ticket_container_item {
  width: 600px;
}

.ticket.nagoya .ticket_container_item thead th {
  background-color: #e74291;
  border: 1px solid #e74291;
}

.ticket.nagoya .ticket_container_item tbody th,
.ticket.nagoya .ticket_container_item tbody td {
  width: calc(100% / 3);
  height: 50px;
  text-align: center;
  vertical-align: middle;
}

.ticket.nagoya .ticket_container_item tbody th:nth-child(1),
.ticket.nagoya .ticket_container_item tbody th:nth-child(2) {
  border-right: 1px solid #ccc;
}

.ticket.nagoya .ticket_container_item tbody td:nth-child(1),
.ticket.nagoya .ticket_container_item tbody td:nth-child(2) {
  border-right: 1px solid #ccc;
}

.ticket .center_container .note {
  width: 310px;
  margin: 0 auto;
}

.ticket_container_item + .note {
  width: 600px;
  margin: -20px auto 0;
  font-size: 12.5px;
}
.ticket #sec02 .box_w .box_g {
  width: 100%;
}
/*
.ticket #sec02 .box_g .plain_txt {
width: 100%;
text-align: center;
font-size: 18px;
font-weight: 400;
}

.ticket #sec02 .box_g .btn_container {
padding-top: 30px;
}
*/
.ticket_contact {
  /*	margin: 20px 0 0;*/
}
/*until 2017.12.20*/
/*.ticket_contact {
border-bottom: 1px solid #999;
padding-bottom: 60px;
margin: 20px 0 60px;
}*/

.ticket_contact .left_container .box_w {
  width: 420px;
  height: 311px;
  padding-top: 55px;
}

.ticket_contact .right_container .box_w {
  width: 420px;
}

.ticket_contact .box_w .add {
  font-size: 12px!important;
}

.ticket_contact .box_w .tel {
  background: url('../img/common/icon_tel.png') left center no-repeat;
  background-size: 12px auto;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
}

.ticket_contact .box_w .tel span {
  font-size: 11px;
  padding-left: 15px;
}

.ticket_contact .left_container .box_w .tel {
  margin-bottom: 20px;
}
/*
.ticket #sec02 .box_g .box_w .plain_txt {
text-align: left;
font-size: 14px;
}
*/

.box_w .plain_txt {
  text-align: center;
}

.ticket #sec02 .box_w .box_g .plain_txt {
  text-align: left;
  font-size: 14px;
}

.ticket_contact .right_container {
  width: 420px;
  float: right;
}

.plain_txt + .box_w {
  margin-top: 20px;
}

.ticket_app {
  width: 420px;
  border: 4px solid #eee;
  padding: 25px 30px;
  margin: 10px 0 25px;
  font-size: 12px;
  box-sizing: border-box;
}

.box_w .btn_container {
  padding: 15px 0 30px!important;
}

.nagoya .box_w .btn_container a {
  background-color: #e74291!important;
  border: 1px solid #e74291;
  color: #fff!important;
}

.nagoya .box_w .btn_container a:hover {
  background-color: #fff!important;
  border: 1px solid #e74291;
  color: #e74291!important;
}


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

/*player*/

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

/*sec02--------------------------------*/

.player_mens,
.player_ladies {
  width: 100%;
  height: 64px;
  line-height: 64px;
  margin-bottom: 10px;
  cursor: pointer;
}

.player_mens {
  background-color: #e5f7fc;
  color: #00b4e3;
}

.player_ladies {
  background-color: #fceaf0;
  color: #e22e6d;
}

.player_mens span,
.player_ladies span {
  font-size: 20px;
  letter-spacing: .3em;
  padding-left: 60px;
}

.player_mens span:before,
.player_ladies span:before {
  content: '＋';
  font-weight: bold;
  padding-right: 10px;
}

.player_mens.active span:before,
.player_ladies.active span:before {
  content: '－';
}

.archive .player_mens span:before,
.archive .player_ladies span:before {
  display: none;
}

.archive .player_mens.active span:before,
.archive .player_ladies.active span:before {
  display: none;
}

.player_mens_pair,
.player_ladies_pair {
  padding-bottom: 60px;
}

.player_mens_pair_item li,
.player_ladies_pair_item li {
  margin-top: 30px;
  padding: 55px 0;
}

.player_mens_pair_item li.coach,
.player_ladies_pair_item li.coach {
  padding: 15px 0;
}

.coach_pos {
  font-size: 20px;
  font-weight: bold;
}

.player_mens_pair_item li .coach_name {
  font-size: 20px;
  font-weight: bold;
  color: #00b4e3;
  padding-left: 1em;
}

.player_ladies_pair_item li .coach_name {
  font-size: 20px;
  font-weight: bold;
  color: #e22e6d;
  padding-left: 1em;
}

.coach_name {
  font-size: 20px;
  font-weight: bold;
  color: #00b4e3;
  padding-left: 1em;
}

.cach_aff {
  font-size: 14px;
}

.player_mens_pair_item li {
  border: 8px solid #e5f7fc;
  background-color: #fff;
}

.player_ladies_pair_item li {
  border: 8px solid #fceaf0;
  background-color: #fff;
}

.player_mens_pair_item .left_container,
.player_mens_pair_item .right_container,
.player_ladies_pair_item .left_container,
.player_ladies_pair_item .right_container {
  padding: 0 45px;
}

.player_mens_pair_item .left_container.border {
  border-right: 1px solid #00b4e3;
}

.player_mens_pair_item .right_container.border {
  border-left: 1px solid #00b4e3;
}

.player_ladies_pair_item .left_container.border {
  border-right: 1px solid #e22e6d;
}

.player_ladies_pair_item .right_container.border {
  border-left: 1px solid #e22e6d;
}

.player_box {
  width: 460px;
}

.player_box img {
  width: 160px;
  float: left;
}

.player_box .player_name {
  width: 260px;
  float: right;
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
  padding-top: 55px;
}

.leader_box .player_name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
}

.player_mens_pair_item .leader_box .player_name {
  color: #00b4e3;
}
.player_ladies_pair_item .leader_box .player_name {
  color: #e22e6d;
}
.leader_box .player_name .role{
  color:#150201;
}
.leader_box .player_name .belong{
  color:#150201;
  font-size: 18px;
  font-weight: 300;
  line-height: 1em;
}

.player_mens_pair_item .player_box .player_name {
  color: #00b4e3;
}

.player_ladies_pair_item .player_box .player_name {
  color: #e22e6d;
}

.player_box .player_name span {
  font-size: 12px;
  font-weight: 300;
  line-height: 1em;
  display: block;
  padding-top: 15px;
}

.player_prof {
  width: 410px;
  margin-top: 40px;
  padding: 40px;
}

.player_mens_pair_item .player_prof {
  background-color: #e5f7fc;
}

.player_ladies_pair_item .player_prof {
  background-color: #fceaf0;
}

.player_prof th {
  width: 100px;
  padding-bottom: 5px;
  color: #00b4e3;
  letter-spacing: .3em;
  vertical-align: top;
}

.player_mens_pair_item .player_prof th {
  color: #00b4e3;
}

.player_ladies_pair_item .player_prof th {
  color: #e22e6d;
}

.player_prof td {
  padding-top: 1px;
  padding-bottom: 5px;
  font-size: 14px;
  vertical-align: top;
}

.game .player_container {
  background-color: #fff;
}


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

/*game/archive*/

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

/*sec02--------------------------------*/

.game #sec03 .container_inner {
  padding-top: 20px;
}

.game #sec03 .box_b {
  margin-bottom: 50px;
}

.game_img {
  display: block;
  margin: 60px auto 0;
}

.gameNav_container {
  width: 500px;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: center;
}

.gameNav {
  display: inline-block;
}

.gameNav b {
  font-weight: normal;
}

.gameNav a {
  text-align: center;
  font-size: 14px;
  letter-spacing: .3em;
  color: #000;
  padding: 0 .6em 0 1em;
}

.tokyo .gameNav a:hover {
  color: #2696c0;
}

.nagoya .gameNav a:hover {
  color: #e74291;
}

.btn_archive {
  margin: -50px auto 80px;
}

.archive .player_mens,
.archive .player_ladies {
  cursor: auto;
}

.archive .player_mens {
  color: #2696c0;
  font-weight: 700;
  background-color: #f0f8e9;
}
.archive .player_ladies {
  color: #e74291;
  font-weight: 700;
  background-color: #fdecf4;
}

.archive .player_mens span:before,
.archive .player_ladies span:before {
  display: none;
}

.archive .player_mens.active span:before,
.archive .player_ladies.active span:before {
  display: none;
}

.archive .caption_mens,
.archive .caption_ladies {
  width: 865px;
  height: 46px;
  margin: 50px auto 20px;
  padding: 0 0 0 30px;
  border-left: 5px solid #000;
  font-size: 26px;
  font-weight: 700;
}

.archive_img {
  display: block;
  margin: 40px auto 10px;
}



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

/*cominngsoon*/

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

.comingsoon_container {
  width: 1020px;
  height: 300px;
  margin: 0 auto;
  background-color: #eee;
}

.cominngsoon_txt {
  width: 1020px;
  height: 300px;
  color: #ccc;
  font-size: 22px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

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

/*cup_close*/

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

.cup_close{
  background: #eee;
  margin: 0 auto;
  display:  table;
  width:  100%;
  height: 200px;
  /*position: absolute;*/
  padding-top: 90px;
}
.cup_close_text{
  color: #000;
  font-size: 18px;
  text-align: center;
  line-height:  2.0;
  display:  table-cell;
  vertical-align:  middle;
  font-weight: 700;
}
.cup_close_subtext{
  font-size: 12px;
  font-weight: 400;
}
