@charset "UTF-8";
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  max-height: 999999px;
}
body {line-height: 1;}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-size: 100%;
  font-weight: normal;
  overflow: hidden;
  line-height: 140%;
}
ol, ul , li {list-style: none;}

blockquote {quotes: none;}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th{font-weight: normal;}

a img {border: none;}

a {
  text-decoration: none;
  outline: none;
}

img{vertical-align: bottom;}

.clearfix {width:100%; margin: 0;}
.clearfix:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  }
     
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  }





/*----------------------------------------
	value
----------------------------------------*/



.mtop30 { margin-top: min(2.34vw, 30px); }/*/1280*/
.mtop50 { margin-top: min(4vw, 50px); }
.mtop100 { margin-top: min(7.8125vw, 100px); }

.f18 { font-size: min(1.67vw, 18px); }
.f23 { font-size: min(2.1vw, 23px); }





.indent {
  padding-left :1em;
  text-indent: -1em;
}

.list-indent li {
  padding-left: 1em;
  text-indent: -1em;
}

.list-indent li:not(:first-child) {
  margin-top: 5px;
}


p , li {
  line-height: 160%;
}

a {
  transition : all 0.3s ease 0s;
}

a:hover {
	opacity: 0.7;
}

ul, ol {
  list-style: none;
}


.center {
  text-align: center;
}

.pc-none {
  display: none;
}


.sp-none {
  display: block;
}

@media screen and (max-width: 768px) {
/*
.mtop20 { margin-top: min(2.6vw, 20px); }
.mtop25 { margin-top: min(3.26vw, 25px); }
.mtop30 { margin-top: min(4vw, 30px); }
.mtop40 { margin-top: min(5.2vw, 40px); }
.mtop50 { margin-top: min(6.5vw, 50px); }
.mtop65 { margin-top: min(8.5vw, 65px); }
.mtop70 { margin-top: min(9.1vw, 70px); }
.mtop80 { margin-top: min(10.4vw, 80px); }


.mbtm10 { margin-bottom: min(1.3vw, 10px); }
.mbtm20 { margin-bottom: min(1.85vw, 20px); }
.mbtm30 { margin-bottom: min(2.8vw, 30px); }
.mbtm40 { margin-bottom: min(3.7vw, 40px); }
.mbtm50 { margin-bottom: min(4.63vw, 50px); }
.mbtm70 { margin-bottom: min(6.48vw, 70px); }

.ptop50 { padding-top: min(6.5vw, 50px); }

.pbtm50 { padding-bottom: min(6.5vw, 50px); }


.f18 { font-size: clamp(13px, 2.343vw, 18px); }
.f23 { font-size: clamp(13px, 3vw, 23px); }

*/








  .pc-none {
    display: block;
  }
  
  .sp-none {
    display: none;
  }  
  
}

/*----------------------------------------
	レイアウト
----------------------------------------*/
/* Base styles */
:root {


}



html {
    scroll-behavior: smooth;
}

body {
  font-family: "Arial", "メイリオ" , 'Oswald', sans-serif;
  background-color: #020108;
  color: #fff;
  line-height: 1.6;
  font-size: clamp(13px, 1.4vw, 18px);
}





.kv {
	width: 100%;
  vertical-align: bottom;
}



/* Header styles */
.header {
  background: url("images/kv.jpg") no-repeat;
  background-size: cover;
  background-position: bottom; 
  height: 100vh;
  min-height: 500px;
  max-width: 2180px;
  margin: auto;
  position: relative;
  text-align: center;
  padding-top: clamp(40px, 6.5vw, 50px);
}


.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(32.6vw, 250px);/*/768*/
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  pointer-events: none;
  z-index: 1;
}

.header img {
  position: relative; /* グラデーションより上に配置 */
  z-index: 2;
}

.tekken-logo {

  width: min(90vw, 800px);
}

img.beblock-logo {
  position: absolute;
  bottom: clamp(30px, 6.5vw, 50px);/*/768*/
  right: min(8vw, 100px);/*/1280*/
  width: clamp(120px, 26vw, 200px);
}

main {
  width: min(90vw, 1140px);
  margin: auto;
}

h1 {
  text-align: center;
  font-size: clamp(19px, 5vw, 64px);/*/1280*/
  font-weight: bold;
  margin-top: min(9.1vw, 100px);/*/768*/
}


.event-info {
  /*background-color: rgba(39, 39, 42, 0.5);*/
  padding: min(4vw, 50px);/*/1280*/
  margin-top: min(9.1vw, 100px);/*/768*/
  border: 1px solid rgba(39, 39, 42, 1);  
}



h2 {
  text-align: center;
  font-size: clamp(19px, 5vw, 46px);/*/1280*/
  font-weight: bold;
  border-bottom: 1px solid rgba(39, 39, 42, 1);
  padding-bottom: min(1.3vw, 10px);/*/768*/
  margin-bottom: clamp(30px, 6.5vw, 50px);/*/768*/
}


.event-info dl {
  display: flex;
  align-items: baseline;
}

.event-info dt {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 10px;
  width: clamp(80px, 8.6vw, 110px);
}

.event-info dt::after {
  content: " ";
  display: inline-block;
  background: #e4002b;
  height: clamp(15px, 2.34vw, 30px);
  width: 4px;
  position: absolute;
  left: 0;
}

.event-info dd {
  flex: 1;
}



h3 {
  font-size: clamp(18px, 3.64vw, 28px);/*/768*/
  font-weight: bold;
  border-bottom: 1px solid #fff;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 7px 25px;
  margin:clamp(50px, 7.8vw, 100px) 0 clamp(20px, 3.125vw, 40px);
  line-height: 100%;
}

h3::before {
  content: " ";
  display: inline-block;
  background: #e4002b;
  height: 12px;
  width: 12px;
  position: absolute;
  left: 0;
}

.merchandise-info img {
  max-width: 100%;
}




@media (max-width: 768px) {
  img.beblock-logo {
    position: absolute;
    bottom: clamp(30px, 6.5vw, 50px);/*/768*/
    right: 0;
    left: 0;
    margin: auto;
    width: clamp(120px, 26vw, 200px);
  }

}



/*----------------------------------------
	Goods List
----------------------------------------*/

.goods-list table {
    width: 100%;

}

.goods-list thead {
  background: #af0525;

}





.goods-list th {
  text-align: left;
  padding: 10px 15px;  
}

.goods-list th:last-child {
  text-align: right;
  min-width: 100px;
}

.goods-list th span {
  font-size: clamp(10px, 1.2vw, 15px);
}

.goods-list td {
  padding: 10px 15px;
  border-bottom: 1px solid #27272a;
}

.goods-list td:last-child {
  text-align: right;
}



.goods-list tbody tr:nth-child(even) {
  background-color: rgba(39, 39, 42, 0.5);
}

.goods-list tbody tr:nth-child(odd) {
  background-color: rgba(24, 24, 27, 0.5);
}

.goods-list tbody tr:hover {
  background-color: rgba(39, 39, 42, 0.8);
}








.slider-box {
  margin: min(6.5vw, 50px) 0;
}


.slider-item {/*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 100%;
  margin: 0 auto;
}

.slider-item img {
  width:100%;/*スライダー内の画像を横幅100%に*/
  height:auto;
}


.slider-item .slick-slide {
    margin:0 0.5px;
}

/*矢印の設定*/

.slider-item .slick-prev {/*戻る矢印の位置と形状*/
  position: absolute;
  top: 50%;
  cursor: pointer;
  outline: none;
  left: -2.5%;
  background: rgba(172,1,39,0.55);
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 9;
}

.slider-item .slick-next {/*次へ矢印の位置と形状*/
  position: absolute;
  top: 50%;
  cursor: pointer;
  outline: none;
  right: -2.5%;
  background: rgba(172,1,39,0.55);
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
}


.slider-item .slick-prev::after {
  position: absolute;/*絶対配置にする*/
  content: "";    
  border-top: 1px solid #fff;/*矢印の色*/
  border-right: 1px solid #fff;/*矢印の色*/
  height: 10px;
  width: 10px;
  transform: rotate(-135deg);
  top: 50%;
  margin-top: -6px;
  left: 18px;      
}


.slider-item .slick-next::after {
  position: absolute;
  content: "";    
  border-top: 1px solid #fff;/*矢印の色*/
  border-right: 1px solid #fff;/*矢印の色*/
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -6px;
  right: 18px;    
} 

.slider-item .slick-prev:hover ,
.slider-item .slick-next:hover {
  opacity: 0.7;
}


.slider-item .slick-track {
  width: 100%;
}

@media (max-width: 768px) {
  .slider-item .slick-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }

  .slider-item .slick-next {/*次へ矢印の位置と形状*/
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }


  .slider-item .slick-prev::after {
    height: 7px;
    width: 7px;
    margin-top: -4px;
    left: 13px;      
  }


  .slider-item .slick-next::after {
    height: 7px;
    width: 7px;
    margin-top: -4px;
    right: 13px;    
  } 

}


/*----------------------------------------
	footer
----------------------------------------*/
footer {
  margin-top: min(13VW, 100px);
}

.copyright {
  text-align: center;
  border-top: 1px solid #27272a;
  color: #cecece;
  padding: 10px;
}

.expo {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 5%;
}

.expo-logo {
  width: clamp(124px, 26.875vw, 344px)
}

.expo ul {
  display: flex;
  align-items: center;
}

.expo ul li:nth-child(2) {
  margin: 0 15px;
}

.expo ul li img {
  height: clamp(24px, 3.125vw, 40px);
}













