@charset "utf-8";

.delighter{
  opacity: 0;
  transform: translatey(10%);
  transition: all 1s ease-out;
}
.delighter.started {
  opacity: 1;
  transform: none;
}

/* dummy */
.ph{
  position: relative;
  line-height: 0;
}
.ph::before{
    position: absolute;
    top: 0;
    left: 0;
    content: url("../image/blank.gif");
    width: 100%;
    height: 100%;
}

body{
  background: #ffa700;
}
body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../image/bg_4th.jpg) center no-repeat;
  background-size:cover;
  opacity: 0.4;
}
#feature{position: relative; padding: 0 0 80px;}

#title{
  position: relative;
  text-align: left;
  color: #fff;
  font-weight: bold;
  padding:100px 0 80px;
  font-size: 32px;
  margin: 0 auto;
}
#title dt{text-align: center;}
#title h1{
  padding: 40px 0 0;
  font-size: 33px;
  font-family: YakuHanJP,'Montserrat', sans-serif;
  line-height: 1.5;
  text-shadow:1px 2px 6px rgba(0,0,0,0.5);
  -webkit-text-shadow:1px 2px 6px rgba(0,0,0,0.5);
}
#title h1 i{
  font-size: 0.7em;
}
#title h1 span{
  font-size: 63px;
  display: inherit;
}
#title .titSub{
  letter-spacing: 2px;
  padding: 0 0 20px;
  text-shadow:1px 2px 6px rgba(0,0,0,0.5);
  -webkit-text-shadow:1px 2px 6px rgba(0,0,0,0.5);
}
#title .titLead{
  color:#ffa90b;
  background: #fff;
  border-radius: 50px;
  box-shadow:0px 1px 8px 1px rgba(0,0,0,0.35);
  -webkit-box-shadow:0px 1px 8px 1px rgba(0,0,0,0.35);
}
#feature > section{
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 50px 0px rgba(0,0,0,0.5);
}

#feature > section#leadTop{
  background: linear-gradient(135deg, rgb(0, 155, 255) 0%,rgb(218, 228, 160) 100%);
  box-shadow: 0 10px 50px 0px rgba(0,0,0,0.5);
}
#leadTop::before {
  content: '';
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("../image/bg_4th.jpg");
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
}
#leadTop{color:#fff;font-size:18px;}
#leadTop .lead{padding: 0 0 20px;}
#leadTop .lead p{padding: 0 0 10px;}
#leadTop .lead span.indent{
  display: inherit;
  font-size: 14px;
  line-height: 1.3;
  text-indent: -1em;
  padding: 5px 0 0 1em;
}
.notice li{
  font-size: 14px;
  line-height: 1.3;
  text-indent: -1em;
  padding: 5px 0 0 1em;
}

h3{
  font-size: 35px;
  text-align: center;
  letter-spacing: 5px;
  color: rgb(255, 119, 0);
  padding: 0 0 40px;
}
h4{
  text-align: center;
  font-weight: bold;
  margin: 0 auto 30px;
  color: rgb(255, 119, 0);
  border: 2px solid;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  font-size: 25px;
  padding: 15px 0 0;
  box-sizing: border-box;
}

#presentInfo .presentList > li{
  padding:40px;
  margin:0 0 60px;
  color:#fff;
  text-align: center;
  background:rgba(255,119,0,1);
  background: -webkit-linear-gradient(-45deg, rgba(255,119,0,1) 0%,rgba(255,182,48,1) 99%);
  background: linear-gradient(135deg, rgba(255,119,0,1) 0%,rgba(255,182,48,1) 99%);
}
#presentInfo .presentList > li h4{
  margin-bottom: 20px;
  color: #fff;
}
.presentname{
  text-align: center;
  font-size: 33px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0 0 15px;
}
.num{
  display: inline-block;
  background: #fff;
  color: rgb(255, 119, 0);
  font-weight: bold;
  font-size: 14px;
  padding: 0 20px 2px;
  border-radius: 50px;
  margin: 0 0 35px;
}
#presentInfo .presentList > li .sml{
  font-size: 20px;
  display: inherit;
  padding: 0 0 2px;
}

#presentEntry .tit{
  font-weight: bold;
  padding: 0 0 7px;
  text-align: center;
  font-size: 18px;
}

#presentA{padding: 20px 0 0;}
.titPresent{margin: 0 auto 30px;}
.titPresent h4{margin: 0;}
.titPresent tr th, .titPresent tr td{
  vertical-align: middle;
}
.titPresent tr td{
  padding: 0 0 0 20px;
  color: rgb(255, 119, 0);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
.titPresent tr td .sml{font-size: 18px;}
table.date{
  color:#000;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 1.3;
  border: 1px solid;
  padding: 10px;
  width: 100%;
  margin: 0 0 40px;
}
table.date tr{
  margin: 15px;
  display: block;
}
table.date tr th{
  padding: 0 0 0 10px;
  border-right: 1px solid;
  width: 120px;
  vertical-align: middle;
}
table.date tr td{
  padding: 0 0 0 30px;
}
table.date tr td{
  padding: 10px 0 10px 30px;
}
table.date tr.day{
  padding: 0 0 15px;
  border-bottom:1px solid;
}

.btnEntry{text-align: center;}
#presentA .btnEntry {
  padding: 0 0 55px;
  margin: 0 0 60px;
  border-bottom: 1px solid rgb(255, 182, 48);
}
.btnEntry a{
  display: inline-block;
  min-width: 250px;
  width: 340px;
  margin: 0 15px 10px;
  padding: 12px 0;
  background:rgba(255,119,0,1);
  background: -webkit-linear-gradient(-45deg, rgba(255,119,0,1) 0%,rgba(255,182,48,1) 99%);
  background: linear-gradient(135deg, rgba(255,119,0,1) 0%,rgba(255,182,48,1) 99%);
  border-radius: 50px;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.btnEntry span{
  padding: 0 0 15px;
  display: inherit;
  font-weight: bold;
  letter-spacing: 2px;
}
.btnEntry a.end{
  pointer-events: none;
  position: relative;
  background: #fff;
}
.btnEntry a.end::before{
  content: "7月29日（月）幕張メッセ\A受付終了しました";
  white-space: pre;
  display: block;
  position: absolute;
  width: 100%;
  background: #999;
  height: 100%;
  top: 0;
  border-radius: 50px;
  padding: 11px 0 0;
  box-sizing: border-box;
  text-align: center;
}
.btnEntry a.end.osaka::before{
  content: "7月31日（水）インテックス大阪\A受付終了しました";
}


@media screen and (min-width: 960px){
  body {
    font-family:  YakuHanJP, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "メイリオ", 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
  
  #feature > section{
    width: 960px;
    padding: 60px;
    margin: 0 auto 100px;
    box-sizing: border-box;
  }
  
  #title{
    width: 1000px;
  }
  #title dt, #title dd{display:inline-block;}
  #title dt{float: right;}
  #title dd{
    display: inline-block;
    line-height: 0;
    width: 400px;
    box-shadow: 0 10px 30px -10px rgba(0,0,0,0.4);
  }
  
  .btnEntry a:hover{
    box-shadow:0px 1px 8px 1px rgba(0,0,0,0.35);
    -webkit-box-shadow:0px 1px 8px 1px rgba(0,0,0,0.35);
  }
  
}

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

  .pc{display:none;}

  body {
  	font-family: YakuHanJP,  -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",'Arial', sans-serif;
  	font-size: 13px;
  	line-height: 1.8;
  	letter-spacing: 0.03em;
  }
  
  #feature{padding: 0 5% 230px;}
  
  #title{padding: 0; font-size: 19px;}
  #title h1 {
    padding: 25px 0 0;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 1px;
  }
  #title h1 span { font-size: 36px; }
  #title .titSub{padding: 0 0 12px;}
  #title dd{
    padding: 25px 0 30px;
    width: 80%;
    margin: 0 auto;
  }
  #title dd p.ph{
    box-shadow:0px 1px 8px 1px rgba(0,0,0,0.35);
    -webkit-box-shadow:0px 1px 8px 1px rgba(0,0,0,0.35);
  }
  
  #feature > section, #feature > section#leadTop{
    padding:15px 18px 18px;
    margin: 0 0 50px;
    box-shadow: 0 4px 10px 0px rgba(0,0,0,0.3);
  }
  #leadTop { font-size: 15px;}
  
  h3 {
    font-size: 24px;
    padding: 0 0 10px;
    letter-spacing: 2px;
  }
  h4{
    width: 60px;
    height: 60px;
    font-size: 20px;
    padding: 8px 0 0;
    margin: 0 auto 10px;
  }
  
  #presentInfo .presentList > li {
    padding:20px 15px;
    margin: 0 0 30px;
  }
  .presentname{font-size: 18px;}
  .num{
    margin: 0 0 15px;
    font-size: 13px;
    padding: 0 20px 1px;
  }
  #presentInfo .presentList > li h4 { margin-bottom: 10px; }
  #presentInfo .presentList > li .sml{font-size: 13px;}
  #presentInfo .notice li{
    font-size: 13px;
    text-align: left;
  }
  #presentEntry .tit {
    padding: 0 0 5px;
    font-size: 15px;
    letter-spacing: 0;
  }

  table.date {
    margin: 0 0 30px;
    width: 100%;
    font-size: 14px;
  }
  table.date tr {
    margin: 8px 12px;
  }
  table.date tr th{
    display: block;
    border:none;
    text-align: center;
    padding:3px 0 8px;
    width: 100%;
    font-weight: bold;
  }
  table.date tr td {
    padding: 6px 0 0;
    padding: 2px 0 0;
    line-height: 1.3;
  }
  table.date tr.day {
    padding: 0 0 12px;
    border-bottom: 1px solid;
    margin-bottom: 10px;
  }
  
  .titPresent { margin: 0 auto 18px;}
  .titPresent tr td{padding: 0 0 0 10px; font-size: 18px;}
  .titPresent tr td .sml { font-size: 13px; }
  
  .btnEntry a{
    min-width: 100%;
    width: 100%;
    margin: 0 0 20px;
  }
  .btnEntry a.end::before{
    padding: 12px 0 0;
  }
  .btnEntry span{padding:0 0 20px;}
  
  #presentA .btnEntry {
    padding: 0 0 15px;
    margin: 0 0 30px;
  }
  
}