
html {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  line-height: 1.4;
  letter-spacing: 0.012em;
  color: #231815;
}

a {
  transition: all 0.3s ease-in-out;
}

.Oswald {
  font-family: 'Oswald', sans-serif !important;
  letter-spacing: 3px;
}

a:hover {
  opacity: 0.7;
}

.en_site .ja{
  display: none!important;
}
.en,
.en a,
.en span{
  font-family: 'Oswald', sans-serif!important;
}
/* .en_site .en{
  display: block!important;
} */
/* .en{
	display: none;
} */



/* ==========================================================================
事前登録
============================================================================== */
p.pre_registration a,
div.pre_registration h2 {
  background: rgb(218, 28, 92);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(218, 28, 92, 1) 0%, rgba(158, 31, 99, 1) 50%, rgba(142, 12, 65, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(218, 28, 92, 1) 0%, rgba(158, 31, 99, 1) 50%, rgba(142, 12, 65, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(218, 28, 92, 1) 0%, rgba(158, 31, 99, 1) 50%, rgba(142, 12, 65, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da1c5c', endColorstr='#8e0c41', GradientType=1);
  /* IE6-9 */
  display: inline-block;
  padding: 13px 75px;
  box-sizing: border-box;
  position: relative;
  border-radius: 25px;
  font-size: 18px;
  display: block;
}

p.pre_registration a::after {
  content: "";
  position: absolute;
  top: 42%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  display: inline-block;
  right: 10%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

p.pre_registration.session_end a {
  pointer-events: none;
  opacity: 0.7;
  cursor: default;
}

p.pre_registration.session_end a::after {
  display: none;
}

.pre-btn.session_end span {
  pointer-events: none;
  opacity: 0.7;
  cursor: default;
}

/* ==========================================================================
Header
============================================================================== */
header {
  /* clear: both;
  overflow: hidden; */
  width: 100%;
  position: fixed;
  padding: 0 0 0 0;
  z-index: 999;
  /* background: rgba(0, 0, 0, 0.5); */
  background: #F7F7F7;
  box-shadow: 0 0 5px #ccc;
  left: 0;
  top: 0;
  width: 100%;
}

/* header.ver_03{
	min-height: 146px;
} */
.header_wrap {
  max-width: 1400px;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: end;
  /*Android4.3*/
  -moz-box-pack: end;
  /*Firefox21*/
  -ms-flex-pack: end;
  /*IE10*/
  -webkit-justify-content: flex-end;
  /*PC-Safari,iOS8.4*/
  justify-content: flex-end;
  /* justify-content: flex-start\9; */
  /* IE10以下 */
  -webkit-box-align: center;
  /*Android4.3*/
  -moz-box-align: center;
  /*Firefox21*/
  -ms-flex-align: center;
  /*IE10*/
  -webkit-align-items: center;
  /*PC-Safari,iOS8.4*/
  align-items: center;
}

/* @media all and (-ms-high-contrast: none) {
  .header_wrap {
    justify-content: flex-start;
  }
} */

.header_wrap.type_logo_twoLine {
  margin: 41px auto 42px auto;
}

#header {
  max-width: 1400px;
  /* margin: 20px auto; */
  /* padding: 0 10px; */
  box-sizing: border-box;
  margin: auto;
  padding: 20px 0;
}

header.ver_03 #header {
  min-height: 56px;
}

#header .header_left {
  width: 56%;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  /*Android4.3*/
  -moz-box-align: center;
  /*Firefox21*/
  -ms-flex-align: center;
  /*IE10*/
  -webkit-align-items: center;
  /*PC-Safari,iOS8.4*/
  align-items: center;
}

#header h1.logo {
  /* width: 351px; */
  width: auto!important;
}

#header h1.logo img{
  height: 50px;
  width: auto;
}

/* header.ver_03 h1.logo{
	min-height: 56px;
} */
#header .home_wrap {
  border-left: 1px solid #D1D3D4;
  padding-left: 15px;
  margin-left: 15px;
}

#header p.home_date {
  font-family: 'Oswald', sans-serif !important;
  letter-spacing: 1px;
  font-size: 20px;
}

#header p.home_date span.week {
  font-size: 12px;
}

#header p.home_date span.small {
  font-size: 14px;
}

#header p.home {
  width: 70px;
  margin-top: 0;
}

#header p.home_date span.home_venue {
  display: table;
  text-align: left;
  font-size: 16px;
  margin-bottom: 5px;
}

#header p.home_date span.home_venue.type2 {
  /* border: 1px solid #fff; */
}

.other_venues_wrap {
  margin-left: 40px;
}

.other_venues_wrap ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.other_venues_wrap ul li {
  /* transform: skewX(-15deg); */
  margin-right: 12px;
}

.other_venues_wrap ul li a {
  display: block;
  font-family: 'Oswald', sans-serif !important;
  text-align: center;
  transform: skewX(-15deg);
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
  font-size: 16px;
  padding: 5px 15px;
}
.other_venues_wrap ul li p{
  transform: skewX(15deg);
}

.other_venues_wrap ul li a p.venues_name {
  margin-bottom: 5px;
}
.other_venues_wrap ul li a p.venues_date span{
  font-size: 12px;
}

@media only screen and (max-width:736px) {
  #header {
    padding: 0 10px;
    margin: 10px 0;
  }

  #header .header_left {
    width: 55%;
  }

  header.ver_03 {
    min-height: inherit;
  }

  header.ver_03 #header {
    min-height: inherit;
  }

  #header h1.logo {
    width: 180px;
  }

  #header h1.logo a {
    display: block;
  }

  #header h1.logo img{
    height: auto;
  }

  #header .home_wrap {
    display: block;
    text-align: left;
    margin-top: 5px;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    /* border-top: 1px solid #D1D3D4; */
  }

  #header p.home {
    width: 60px;
    margin-top: 10px;
  }

  #header p.home_date {
    font-size: 14px;
  }

  #header p.home_date span.week {
    font-size: 10px;
  }

  #header p.home_date span.small {
    font-size: 10px;
  }

  #header p.home_date span.home_venue {
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
  }
  .other_venues_wrap{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    margin: auto;
  }
  .other_venues_wrap ul{
    width: 100%;
  }
  .other_venues_wrap ul li{
    width: 100%;
    margin: 0;
    background: rgba(255, 255, 255, 0.8);
    display: block;
  }
  /* .other_venues_wrap.two ul li{
    width:49.9%;
  } */
  .other_venues_wrap ul li a {
    font-size: 12px;
    transform: none;
    width: 100%;
  }
  .other_venues_wrap ul li p{
    transform: none;
  }
}

/* .small_bannerarea li img{
  width: 70%;
} */

@media only screen and (max-width:736px){
  .small_bannerarea li{
    height: auto!important;
  }
  .small_bannerarea li img{
    width: 100%;
  }
}

ul#nav {
  /* float: right; */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  /*Android4.3*/
  -moz-box-align: center;
  /*Firefox21*/
  -ms-flex-align: center;
  /*IE10*/
  -webkit-align-items: center;
  /*PC-Safari,iOS8.4*/
  align-items: center;
}

ul#nav li {
  /* float: left; */
  /* margin-left: 30px; */
}

ul#nav li.preregistration {
  margin: 0 20px;
}

ul#nav li h2.pre-btn {
  /* background: linear-gradient(135deg, #DA1C5C, #8E0C41);
	width: 160px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding: 7px 0;
	letter-spacing: 1px;
	cursor: pointer;
	position: relative; */
}

ul#nav li h2.pre-btn span {
  position: relative;
  background: linear-gradient(135deg, #DA1C5C, #8E0C41);
  background: #DA1C5C;
  width: 160px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  padding: 10px 0;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  display: block;
}

ul#nav li h2.pre-btn span:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  /* -webkit-transform: rotate(90deg);
  transform: rotate(90deg); */
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  top: 50%;
  transform: translate(0, -50%)rotate(45deg);
  -moz-transform: translate(0, -50%)rotate(45deg);
  -webkit-transform: translate(0, -50%)rotate(45deg);
  line-height: 1;
}

ul#nav li h2.pre-btn.session_end a {
  pointer-events: none;
  cursor: default;
}

ul#nav li h2.pre-btn.session_end a span {
  opacity: 0.7;
  pointer-events: none;
}

ul#nav li h2.pre-btn.session_end span:after {
  display: none;
}

ul#nav li h2.dpdown span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  /* -webkit-transform: rotate(135deg);
  transform: rotate(135deg); */
  top: 45%;
  transform: translate(0, -50%) rotate(135deg);
  -moz-transform: translate(0, -50% rotate(135deg));
  -webkit-transform: translate(0, -50% rotate(135deg));
  /* -webkit-transform: rotate(90deg);
  transform: rotate(90deg); */
}

.acc {
  text-align: left;
}

ul#nav li a {
  transition: all 0.3s ease-in-out;
  display: block;
}

ul#nav li a:hover {
  opacity: 0.7 !important;
}

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

  /* ul#nav {
    flex-direction: row;
    flex-wrap: nowrap;
  } */
  /* ul#nav li h2.pre-btn {
    padding: 5px 0;
    font-size: 12px;
    position: absolute;
    top: 15px;
    right: 10px;
  } */
  ul#nav li.preregistration {
    margin: 0 0 0 auto;
  }

  ul#nav li h2.pre-btn span {
    position: relative;
    width: auto;
    padding: 8px 30px 8px 20px;
  }

  ul#nav li h2.pre-btn:after {
    right: 10px;
    top: 6px;
    font-size: 10px;
  }
}

ul#nav li h2.pre-btn.active:after {
  top: 5px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

ul#nav li h2.pre-btn+div,
.sitemap h2.pre-btn+div,
div.pre_registration h2.pre-btn+div {
  display: none;
  width: 160px;
  background: #00030A;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
}

.sitemap h2.pre-btn {
  font-size: 14px;
  font-weight: normal;
}

div.pre_registration h2.pre-btn+div {
  width: 100%;
  left: 0;
}

ul#nav li h2.pre-btn+div a {
  display: block;
  color: #FFF;
  font-family: 'Oswald', sans-serif !important;
  margin: 10px 0 0 0;
  transition: all 0.3s ease-in-out;
}

ul#nav li h2.pre-btn+div a:hover {
  opacity: 0.7;
}

ul#nav li.mypage img, p.mypage img {
  float: left;
  width: 25px;
  margin: 0 10px 0 0;
}

ul#nav li.mypage a, p.mypage a {
  color: #414042;
  margin: 0 0 0 0;
  font-family: 'Oswald', sans-serif !important;
  display: block;
  font-size: 14px;
  letter-spacing: normal;
  font-weight: bold;
}

ul#nav li.mypage a span, p.mypage a span {
  display: inline-block;
  padding-top: 5px;
}

p.mypage a span {
  padding-top: 7px;
}

p.mypage {
  margin-top: 5px;
}

/* p.mypage a{
  clear: both;
  overflow: hidden;
} */
@media only screen and (max-width:736px) {
  ul#nav li h2.pre-btn+div {
    margin: 20px 0 0 0;
    right: 0;
    top: 30px;
  }

  ul#nav li.mypage {
    position: absolute;
    top: 15px;
    right: 140px;
    text-align: center;
    margin-left: 0;
  }

  ul#nav li.mypage img {
    float: none;
    width: 20px;
    margin: 0;
  }

  /* ul#nav li.mypage {
	top: 10px;
} */
  ul#nav li.mypage a span {
    display: block;
    font-size: 10px;
    position: relative;
    top: -3px;
  }

  /* ul#nav li h2.pre-btn + div {
 margin: 20px 0 0 0;
} */
}

/* for buttons */
.langbuttons-wrap {
  margin: 5px 10px 5px 0;
}

.langbuttons {
  font-size: 11px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.langbuttons a {
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #FFF;
  font-family: 'Oswald', sans-serif !important;
  font-size: 13px;
  display: inline-block;
}

/* when the button is pushed */
.langbuttons a.on {
  color: #435960 !important;
  background: #FFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  font-weight: bold;
}

ul#nav li ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

ul#nav li.sns ul li:first-child {
  margin-right: 10px;
}

ul#nav li.sns img {
  width: 30px;
}


/* イベントサムネイル */
.sp-thumbnails_wrap.type2 {
  /* border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; */
  position: relative;
  margin-bottom: 1px;
  border-top: 1px solid #D1D3D4;
}

/* .sp-thumbnails_wrap.type2::before {
	position: absolute;
	width: 100%;
	background: #CCC;
	height: 1px;
	content: "";
	top: 0;
} */
/* .sp-thumbnails_wrap.type2:after {
	position: absolute;
	width: 100%;
	background: #CCC;
	height: 1px;
	content: "";
	bottom: 0;
	z-index: -1;
} */
.sp-thumbnails_wrap.type2 .sp-thumbnails>ul {
  max-width: 1400px;
  margin: auto;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  /*Android4.3*/
  -moz-box-pack: center;
  /*Firefox21*/
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-justify-content: center;
  /*PC-Safari,iOS8.4*/
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  /*Android4.3*/
  -moz-box-align: center;
  /*Firefox21*/
  -ms-flex-align: center;
  /*IE10*/
  -webkit-align-items: center;
  /*PC-Safari,iOS8.4*/
  align-items: center;
}

.sp-thumbnails_wrap.type2 .sp-thumbnails li {
  list-style: none;
  position: relative;
  margin: 0 10px;
}

.sp-thumbnails_wrap.type2 .sp-thumbnails li.training_link a{
  /* background: rgb(43,182,115);
  background: -moz-linear-gradient(-45deg,  rgba(43,182,115,1) 0%, rgba(220,20,60,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(43,182,115,1) 0%,rgba(220,20,60,1) 100%);
  background: linear-gradient(135deg,  rgba(43,182,115,.4) 0%,rgba(220,20,60,.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bb673', endColorstr='#dc143c',GradientType=1 );  */
  /* background: rgb(43,182,115);
  background: -webkit-linear-gradient(bottom left, rgba(43,182,115,1) 0%, rgba(0,167,157,1) 50%, rgba(220,20,60,1) 100%);
  background: -o-linear-gradient(bottom left, rgba(43,182,115,1) 0%, rgba(0,167,157,1) 50%, rgba(220,20,60,1) 100%);
  background: linear-gradient(to top right, rgba(43,182,115,.4) 0%, rgba(0,167,157,.4) 30%, rgba(220,20,60,.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bb673', endColorstr='#dc143c',GradientType=1 ); */

  /* background: rgb(43,182,115);
  background: -moz-linear-gradient(-45deg,  rgba(43,182,115,1) 0%, rgba(0,167,157,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(43,182,115,1) 0%,rgba(0,167,157,1) 100%);
  background: linear-gradient(135deg,  rgba(43,182,115,.5) 0%,rgba(0,167,157,.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bb673', endColorstr='#00a79d',GradientType=1 );  */

/* 暫定 */
/* background: rgb(43,182,115);
background: -moz-linear-gradient(-45deg,  rgba(43,182,115,1) 0%, rgba(0,167,157,1) 25%, rgba(43,182,115,1) 75%, rgba(0,167,157,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(43,182,115,1) 0%,rgba(0,167,157,1) 25%,rgba(43,182,115,1) 75%,rgba(0,167,157,1) 100%);
background: linear-gradient(135deg, rgba(231, 222, 42, 0.5) 0%, rgba(43,182,115,.4) 35%,rgba(0,167,157,.4) 65%, rgba(231, 222, 42, 0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bb673', endColorstr='#00a79d',GradientType=1 ); */

/* background: rgb(43,182,115);
background: -moz-linear-gradient(-45deg,  rgba(43,182,115,1) 0%, rgba(0,167,157,1) 25%, rgba(43,182,115,1) 75%, rgba(0,167,157,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(43,182,115,1) 0%,rgba(0,167,157,1) 25%,rgba(43,182,115,1) 75%,rgba(0,167,157,1) 100%);
background: linear-gradient(135deg, rgba(43,182,115,.6) 10%, rgba(231, 222, 42, 0.4) 50%, rgba(0,167,157,.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bb673', endColorstr='#00a79d',GradientType=1 ); */

/* background: rgb(43,182,115);
background: -moz-linear-gradient(-45deg,  rgba(43,182,115,1) 0%, rgba(0,167,157,1) 25%, rgba(43,182,115,1) 75%, rgba(0,167,157,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(43,182,115,1) 0%,rgba(0,167,157,1) 25%,rgba(43,182,115,1) 75%,rgba(0,167,157,1) 100%);
background: linear-gradient(135deg, rgba(43,182,115,.6) 0, rgba(231, 222, 42, .3) 50%, rgba(0,167,157,.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bb673', endColorstr='#00a79d',GradientType=1 ); */

  /* #00a79d */
  /* background: #2bb673; */
  color: #2bb673;
  text-shadow: 0 0 15px rgba(0, 167, 157, 0.8);
  background: rgb(43, 182, 115) url(/common/event/2019/fall/img/secd/img_main.jpg) 90% 15% no-repeat;
  /* background-size: cover; */
  box-shadow: 0 0 30px rgba(43, 182, 115, 0.8);
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  font-size: 19px;
}

.sp-thumbnails_wrap.type2 .sp-thumbnails li a {
  letter-spacing: normal;
  line-height: 1.2;
  font-size: 16px;
  padding: 15px 20px;
  display: block;
  position: relative;
  z-index: auto;
  color: #000;
}

.sp-thumbnails_wrap.type2 .sp-thumbnails li .dropdown_menu_child{
  position: absolute;
  display: none;
  background: rgba(255, 255, 255, 0.8);
  text-align: left;
  font-family: 'Oswald', sans-serif;
  padding: 0 15px;
}
.sp-thumbnails_wrap.type2 .sp-thumbnails li .dropdown_menu_child li a{
  padding: 0!important;
  margin-bottom: 10px;
}
.sp-thumbnails_wrap.type2 .sp-thumbnails li .dropdown_menu_child li:last-child{
  margin-bottom: 0;
}

.sp-thumbnails_wrap.type2 .sp-thumbnails li.current a {
  position: relative;
  z-index: auto;
  background: rgba(0, 167, 157, 0.5);
  transform: skewX(-15deg);
}

.sp-thumbnails_wrap.type2 .sp-thumbnails li.current a span {
  transform: skewX(15deg);
}

/* .sp-thumbnails_wrap.type2 .sp-thumbnails li.current a::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #00a79d;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
} */
.sp-thumbnails_wrap.type2 .sp-thumbnails ul.sub {
  position: relative;
}

.sp-thumbnails_wrap.type2 .sp-thumbnails ul li.sub ul {
  position: absolute;
  z-index: 2;
  padding: 5px 10px 0 10px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  margin-top: 15px;
  width: 100%;
}

.sp-thumbnails_wrap.type2 .sp-thumbnails ul li.sub ul li {
  float: none;
  margin: 0 !important;
  border: none;
  white-space: nowrap;
  padding: 8px 0;
}

.sp-thumbnails_wrap.type2 .sp-thumbnails ul li.sub ul li a {
  padding: 0 0 5px 0;
  display: block;
  text-align: left;
  font-size: 13px;
  color: #fff;
}

.sp-thumbnails_wrap.type2 .sp-thumbnails ul li.sub ul {
  /* visibility: hidden; */
  opacity: 0;
  transition: .2s ease-in-out;
  transform: translateY(-20px);
}

/* .mainvidual-top ul.sub.submenu {
  visibility: visible!important;
  opacity: 1;
  transform: translateY(0);
} */
/* イベントサムネイル 別バージョン */
/* .sp-thumbnails_wrap{
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.sp-thumbnails{
  max-width: 1400px;
  margin: auto;
  clear: both;
  overflow: hidden;
  width: 100%;
	padding: 0 !important;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Oswald', sans-serif !important;
	font-size: 25px;
	height: 12vh !important;
	border: none;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.sp-thumbnails a{
  letter-spacing: normal;
  line-height: 1.2;
}
.sp-thumbnail{
  width: 100%;
	padding: 0 !important;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Oswald', sans-serif !important;
	font-size: 25px;
	height: 12vh !important;
  line-height: 1.2;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: relative;
  border-right: 1px solid #333;
} */
.sp-thumbnail:first-child {
  border-left: 1px solid #333;
}

.sp-thumbnail-title {
  color: #FFF;
  position: relative;
  flex: 1;
  padding: 0 40px;
}

.sp-selected-thumbnail.event-1:after, .sp-selected-thumbnail.event-2:after, .sp-selected-thumbnail.event-3:after, .sp-selected-thumbnail.event-4:after {
  content: "";
  font-family: 'Oswald', sans-serif !important;
  position: absolute;
  z-index: 1;
  display: block;
  font-size: 70px;
  opacity: 0.8;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: tranlateY(-50%) translateX(-50%);
}

.sp-selected-thumbnail span {
  transition: all 0.3s ease-in-out;
}

.sp-selected-thumbnail:after {
  content: "";
}

.sp-selected-thumbnail.event-1:after {
  background: rgba(0, 157, 133, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  /* top: 95% !important; */
}

.sp-selected-thumbnail.event-2:after {
  background: rgba(0, 102, 187, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  /* top: 95% !important; */
}

.sp-selected-thumbnail.event-3:after {
  background: rgba(227, 219, 16, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  /* top: 95% !important; */
}

.sp-selected-thumbnail.event-4:after {
  background: rgba(241, 84, 45, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  /* top: 95% !important; */
}

.up-coming {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 42px;
  height: 42px;
  border: 2px solid #FFF;
  line-height: 15px !important;
  text-align: center;
  border-radius: 50%;
  font-size: 11px;
  font-style: italic !important;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  /*background:url(../img/slider/up-coming.png) no-repeat top left;
	background-size:40px auto;*/
  color: #FFF;
}

.up-coming p {
  position: relative;
  top: 5px;
  left: -2px;
  line-height: 1.3;
  letter-spacing: normal;
}

.up-coming p span:after {
  background: none !important;
}

.event-1 .up-coming p span {
  color: #00A79D;
  font-weight: bold;
}

.event-2 .up-coming p span {
  color: #27AAE1;
  font-weight: bold;
}

.event-3 .up-coming p span {
  color: #D7DF23;
  font-weight: bold;
}

.event-4 .up-coming p span {
  color: #F7941E;
  font-weight: bold;
}

@media only screen and (max-width:1200px) {
  .up-coming {
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
    border: 2px solid #FFF;
    line-height: 15px !important;
    ;
    text-align: center;
    border-radius: 0;
    font-size: 10px;
    font-style: italic !important;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background: url(../img/slider/up-coming.png) no-repeat top left;
    background-size: 40px auto;
    border: none !important;
    color: #FFF;
  }
}


/* ==========================================================================
  footer
  ========================================================================== */
footer {
  /* background: url(../img/common/footer_bg.png) repeat; */
  padding: 50px 0 0 0;
  /* margin-top: 100px; */
}

footer.no_content {
  background: none;
}

.footer_contents_wrap {
  /* max-width: 1400px; */
  margin: auto;
}

.footer_title {
  font-size: 20px;
  position: relative;
  text-align: center;
  padding: 20px 0 30px 0;
  /* color: #fff; */
}

.footer_title::before {
  content: "";
  background: #00a79d;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: block;
  width: 21px;
  height: 2px;
}

#footer_event_banner_area {
  /* padding-top: 180px;
  margin-top: -180px; */
}

.footer_event_banner {
  padding: 0 0 90px 0;
  max-width: 1400px;
  margin: auto;
}

.footer_event_banner li {
  margin: 0 20px;
  width: 33.3333%;
}

.footer_event_banner li img {
  width: 100%;
}

.footer_event_banner li:last-child {
  margin-right: 0;
}

.footer_event_banner p {
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
  line-height: 1.4;
  /* display: none; */
}

.footer_event_banner_related {
  padding: 100px 20px;
  background: #171A20;
}

.footer_event_banner_related_wrap {
  max-width: 1210px;
  margin: auto;
}

.footer_event_banner_related_slider li {
  padding: 0 15px;
}

.footer_event_banner_related_slider .slide-arrow.prev-arrow, .footer_event_banner_related_slider .slide-arrow.next-arrow {
  top: 55%;
  background: none;
  width: auto;
  height: auto;
  left: -15px;
  /* left: -15px; */
}

.footer_event_banner_related_slider .slide-arrow.next-arrow {
  left: inherit;
  right: -10px;
  /* right: -15px; */
}

.footer_bottom_wrap {
  background: #33353B;
  padding: 60px 0;
}

/* .footer_bottom_wrap.min .footer_bottom {
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.footer_bottom_wrap.min .sitemap {
  max-width: 100%;
}

.footer_bottom_wrap.min .sitemap ul {
  clear: both;
  overflow: hidden;
  width: 100%;
}

.footer_bottom_wrap.min .sitemap ul li {
  min-width: inherit;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
} */
.footer_bottom_wrap.min .sitemap ul li.hav_arrow a::after {
  right: 0;
}

.footer_bottom {
  max-width: 1400px;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
  -webkit-box-align: center;
  /*Android4.3*/
  -moz-box-align: center;
  /*Firefox21*/
  -ms-flex-align: center;
  /*IE10*/
  -webkit-align-items: center;
  /*PC-Safari,iOS8.4*/
  align-items: center;
}

.sitemap {
  max-width: 368.548px;
  /* clear: both;
  overflow: hidden; */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.sitemap ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.sitemap ul li {
  width: 40%;
  margin-right: 10%;
  /* min-width: 112px; */
  position: relative;
  line-height: 1;
  margin-bottom: 25px;
}
.en_site .sitemap{
  max-width: auto;
  width: 400px;
}
.en_site .sitemap ul li{
  /* width: 100%; */
  width: 28%;
}

.en_site .sitemap ul li a{
  display: inline-block;
  padding-right: 20px;
}

.sitemap ul li:last-child,
.sitemap ul li:nth-last-of-type(2) {
  margin-bottom: 0;
}

.sitemap ul li a {
  font-size: 14px;
  letter-spacing: normal;
  position: relative;
  display: block;
  color: #fff;
}

.sitemap ul li.hav_arrow a::after {
  content: "";
  position: absolute;
  top: 30%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  display: inline-block;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sitemap ul li ul li {
  margin: 0 0 15px 10px;
}

.sitemap ul li ul li a {
  font-size: 12px;
}

.sitemap ul.sub {
  position: relative;
}

.sitemap ul li.sub ul {
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  padding: 10px 0;
  width: 100%;
  top: 40px;
  /* visibility: hidden; */
  opacity: 0;
  transition: .2s ease-in-out;
  transform: translateY(-20px);
}

.copy {
  background: #66686c;
  padding: 20px 0;
  text-align: center;
  font-size: 11px;
  letter-spacing: normal;
  font-family: Arial, Helvetica, sans-serif !important;
  color: #fff;
}

.footer_logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  /*Android4.3*/
  -moz-box-align: center;
  /*Firefox21*/
  -ms-flex-align: center;
  /*IE10*/
  -webkit-align-items: center;
  /*PC-Safari,iOS8.4*/
  align-items: center;
}

.footer_logo img {
  width: 103px;
}

.last_time_event_btn {
  margin-right: 40px;
}

.last_time_event_btn a {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  border: 1px solid #fff;
  position: relative;
  padding: 10px 30px 10px 15px;
  display: inline-block;
}

.last_time_event_btn a::before {
  content: "";
  width: 16px;
  height: 100%;
  background: #fff;
  right: 0;
  top: 0;
  position: absolute;
}

.last_time_event_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%)rotate(45deg);
  -moz-transform: translate(0, -50%)rotate(45deg);
  -webkit-transform: translate(0, -50%)rotate(45deg);
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(38, 38, 38, 0.5);
  border-right: 2px solid rgba(38, 38, 38, 0.5);
  display: inline-block;
}

.to_top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  font-size: 77%;
}

.to_top a {
  box-shadow: 0 0 5px #aaa;
  background: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  color: #000;
  padding: 10px;
  line-height: 20px;
  text-align: center;
  text-align: center;
  display: block;
  border-radius: 50%;
  display: block;
  font-size: 20px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-align: center;
}

/* .to_top a img{
	width: 0%;
} */
.to_top a:hover {
  text-decoration: none;
  background: #999;
}

@media only screen and (max-width:736px) {
  footer {
    margin-top: 10px;
    padding: 0;
    margin-bottom: 42px;
  }

  .footer_event_banner {
    padding: 0 0 0 0;
    margin-bottom: 50px;
  }

  .footer_event_banner li {
    margin: 0;
    padding: 0 30px;
  }

  .footer_event_banner p {
    font-size: 12px;
    text-align: center;
  }

  .footer_event_banner .slide-arrow.prev-arrow, .footer_event_banner .slide-arrow.next-arrow {
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 36px;
    height: 36px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    top: 38%;
  }

  .footer_event_banner .slide-arrow.next-arrow {
    left: inherit;
    right: 0;
  }

  .footer_event_banner_related {
    padding: 40px 0;
  }

  .footer_event_banner_related_slider .slide-arrow.prev-arrow, .footer_event_banner_related_slider .slide-arrow.next-arrow {
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 36px;
    height: 36px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    top: 50%;
  }

  .footer_event_banner_related_slider .slide-arrow.next-arrow {
    left: inherit;
    right: 0;
  }

  .footer_bottom {
    display: inherit;
  }

  .footer_bottom_wrap {
    /* margin-top: 60px; */
    padding: 0 0 20px 0;
  }

  .sitemap {
    float: none;
    width: 100%;
    max-width: 100%;
    display: inherit;
    padding-bottom: 100px;
    margin-bottom: 140px;
  }

  .sitemap ul li {
    margin: 0;
    margin: auto;
    width: 50%;
    float: left;
    padding: 13px 0 13px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  .sitemap ul li a {
    font-size: 12px;
    display: block;
  }

  .sitemap ul li.hav_arrow {
    background: rgba(34, 30, 31, 0.3);
  }

  .sitemap ul li.hav_arrow a::after {
    right: 15px;
  }

  .sitemap ul li ul li {
    float: none;
  }

  .sitemap ul li.sub ul {
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 0 5px 10px;
    width: 100%;
    left: 0;
    top: 60px;
  }

  .sitemap ul li ul li {
    margin: 0 0 0 0;
    padding: 0 0 15px 0;
    border: none;
  }

  .footer_logo {
    text-align: center;
    margin-top: 35px;
    text-align: center;
    -webkit-box-pack: center;
    /*Android4.3*/
    -moz-box-pack: center;
    /*Firefox21*/
    -ms-flex-pack: center;
    /*IE10*/
    -webkit-justify-content: center;
    /*PC-Safari,iOS8.4*/
    justify-content: center;
    padding: 0 20px;
  }

  /* .footer_logo p {
    margin-top: 20px;
  } */
  .footer_logo p a {
    font-size: 11px;
  }

  .footer_bottom_wrap.min .sitemap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footer_bottom_wrap.min .sitemap ul li {
    margin-right: 0;
  }

  .footer_bottom_wrap.min .sitemap ul li.hav_arrow a::after {
    right: 15px;
  }
  .last_time_event_btn{
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .last_time_event_btn a{
    display: block;
  }
}

/* パンくず */
.breadcrumb{
  background: #fff;
  padding: 15px 0;
}
.breadcrumb ul{
  padding: 0 35px;
  max-width: 1400px;
  margin: auto;
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
}

.breadcrumb ul li{
  font-size: 14px;
	color: #262626;
}
.breadcrumb ul li a{
  font-size: 14px;
  position: relative;
  padding-right: 20px;
  color: rgba(38, 38, 38, 0.5);
  display: block;
}
.breadcrumb ul li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translate(0, -50%)rotate(45deg);
	-moz-transform: translate(0, -50%)rotate(45deg);
	-webkit-transform: translate(0, -50%)rotate(45deg);
	width: 7px;
	height: 7px;
	border-top: 1px solid rgba(38, 38, 38, 0.5);
	border-right: 1px solid rgba(38, 38, 38, 0.5);
	display: inline-block;
}




#header .InDrawer {
  display: none;
}

.drawer-nav .InHeader {
  display: none;
}

@media (min-width: 736px) {
  #header .InDrawer_sp {
    display: none;
  }

  .drawer-nav .InHeader_sp {
    display: none;
  }
}

a.disabled {
  pointer-events: none;
  /* color: #919090 !important; */
  opacity: 0.5;
}

a.disabled::after {
  border-color: #919090 !important;
}

nav.drawer-nav>ul li a.disabled::after {
  border-color: #919090 !important;
}






/* ==========================================================================
Flex
============================================================================== */
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.flex_wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.start {
  text-align: start!important;
  -webkit-box-pack: start!important;
  /*Android4.3*/
  -moz-box-pack: start!important;
  /*Firefox21*/
  -ms-flex-pack: start!important;
  /*IE10*/
  -webkit-justify-content: flex-start!important;
  /*PC-Safari,iOS8.4*/
  justify-content: flex-start!important;
}

.end {
  text-align: end;
  -webkit-box-pack: end;
  /*Android4.3*/
  -moz-box-pack: end;
  /*Firefox21*/
  -ms-flex-pack: end;
  /*IE10*/
  -webkit-justify-content: flex-end;
  /*PC-Safari,iOS8.4*/
  justify-content: flex-end;
}

.center {
  text-align: center;
  -webkit-box-pack: center;
  /*Android4.3*/
  -moz-box-pack: center;
  /*Firefox21*/
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-justify-content: center;
  /*PC-Safari,iOS8.4*/
  justify-content: center;
}

.space-between {
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
}

.space-around {
  -webkit-box-pack: center;
  /*Android4.3*/
  -moz-box-pack: center;
  /*Firefox21*/
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-justify-content: center;
  /*PC-Safari,iOS8.4*/
  justify-content: space-around;
}

.align_center {
  -webkit-box-align: center;
  /*Android4.3*/
  -moz-box-align: center;
  /*Firefox21*/
  -ms-flex-align: center;
  /*IE10*/
  -webkit-align-items: center;
  /*PC-Safari,iOS8.4*/
  align-items: center;
}

.align_start {
  -webkit-box-align: start;
  /*Android4.3*/
  -moz-box-align: start;
  /*Firefox21*/
  -ms-flex-align: start;
  /*IE10*/
  -webkit-align-items: flex-start;
  /*PC-Safari,iOS8.4*/
  align-items: flex-start;
}

/* WARNING: あとでちゃんと定義 */
.col-9 {
  width: 70% !important;
}

/* 4の場合 */
.col-4 {
  width: 25% !important;
}

/* 3の場合 */
.col-3 {
  width: 33.3333% !important;
}

.col-3-2 {
  width: 30% !important;
}

/* 2の場合 */
.col-2 {
  width: 50% !important;
}

/* 1の場合 */
.col-1 {
  width: 100% !important;
}

/* 4の場合 */
.col-4>* {
  width: 25%;
}

/* 3の場合 */
.col-3>* {
  width: 33.3333%;
}

/* 2の場合 */
.col-2>* {
  width: 50%;
}

/* 4の場合 */
.col-4-vw>* {
  width: 25vw;
}

/* 3の場合 */
.col-3-vw>* {
  width: 33.3333vw;
}

/* 2の場合 */
.col-2-vw>* {
  width: 50vw;
}

@media only screen and (max-width:736px) {
  .flex {
    flex-direction: column;
  }

  .col-4>*, .col-4-vw>*, .col-3>*, .col-3-vw>*, .col-2>*, .col-2-vw>* {
    width: 100%;
  }
}

.mt10{
  margin-top: 10px;
}


/* 締め作業 */
.closed{
  opacity: .5;
  pointer-events: none;
}
.pre-btn.closed{
  opacity: 1;
}
.pre-btn.closed span{
  /* opacity: .5;
  pointer-events: none; */
  position: relative;
}

.pre-btn.closed span::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
  border-radius: 50px;
}

.next_time_preview{
  text-align: center;
  margin:  20px 0 40px 0;
}
