@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: #FEDBC1;
}
body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../images/prize/bg.jpg) center no-repeat;
  background-size:cover;
  opacity: 0.4;
}
#feature{position: relative; padding: 0 0 80px;}

#title{
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding:80px 0;
  font-size: 32px;
  margin: 0 auto;
}
#title dt{text-align: center;}

#title dd{
display: flex;
    justify-content: space-between;
}
#title dd .ph{
  display: inline-block;
  width:30%;
  line-height: 0;
}
#title dd .ph img{
  width: 100%;
  background: no-repeat center;
  background-image: none;
  background-size: auto;
  background-size: contain;
  background-image: url(../images/prize/jacket_01.jpg);
}
#title dd .ph.jkA img{
  background-image: url(../images/prize/jacket_01.jpg);
}
#title dd .ph.jkB img{
  background-image: url(../images/prize/jacket_02.jpg);
}
#title dd .ph.jkN img{
  background-image: url(../images/prize/jacket_03.jpg);
}


#title dd .ph span{
  font-size: 14px;
  line-height: 1;
  padding: 5px 0 0;
  display: inherit;
  letter-spacing: 2px;
}
#title h1{
  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{
  width: 85%;
  margin: 0 auto 40px;
    background: rgb(255,128,79);
    background: -webkit-linear-gradient(45deg, rgba(255,128,79,1) 0%,rgba(254,178,142,1) 100%);
    background: linear-gradient(45deg, rgba(255,128,79,1) 0%,rgba(254,178,142,1) 100%);
  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{
    color: #FFF;
    box-shadow: 0 10px 50px 0px rgba(0,0,0,0.5);
    background: rgb(228,117,73);
    background: -webkit-linear-gradient(45deg, rgba(228,117,73,0.8) 0%,rgba(254,178,142,0.7) 100%);
    background: linear-gradient(45deg, rgba(228,117,73,0.8) 0%,rgba(254,178,142,0.7) 100%);
}
#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;
font-weight:bold;
}
#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: #FF804F;
    padding: 0 0 40px;
}
h4{
  text-align: center;
  font-weight: bold;
  margin: 0 auto 30px;
  color: rgb(152, 75, 154);
  border: 2px solid;
  width: 440px;
  border-radius: 50px;
  font-size: 25px;
  padding: 5px 0;
  box-sizing: border-box;
}

#presentInfo .presentList > li{
padding: 40px;
    margin: 0 0 60px;
    color: #fff;
    text-align: center;
    background: rgb(255,128,79);
    background: -webkit-linear-gradient(45deg, rgba(255,128,79,1) 0%,rgba(254,178,142,1) 100%);
    background: linear-gradient(45deg, rgba(255,128,79,1) 0%,rgba(254,178,142,1) 100%);
}

}
#presentInfo .presentList > li > div{
  background: rgba(255,255,255,0.1);
  padding: 50px;
  margin: 0 0 30px;
}
#presentInfo .presentList > li h4{
  margin-bottom: 20px;
  color: #fff;
}
#presentInfo .presentList > li .ph{
  width: 55%;
  margin: 0 auto;
}
.presentname{
    text-align: center;
    font-size: 35px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 0;
}
.num{
  display: inline-block;
  background: #fff;
  color: rgb(152, 75, 154);
  font-weight: bold;
  font-size: 14px;
  padding: 0 20px 2px;
  border-radius: 50px;
  margin: 0 0 15px;
}
.imgCap{
  padding: 5px 0 0;
  font-size: 11px;
}
#presentInfo .presentList > li .sml{
  font-size: 20px;
  display: inherit;
  padding: 0 0 2px;
}
#presentInfo .presentList > li .notice li {
    font-size: 13px;
    text-align: left;
}

#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(152, 75, 154);
  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 td .notice{
	display: block;
    font-size: 12px;
    padding: 10px 0 0;
}
table.date tr.day{
  padding: 0 0 15px;
  border-bottom:1px solid;
}

.entryBox{
    padding: 40px;
    color: #fff;
background: rgb(255,128,79);
    background: -webkit-linear-gradient(45deg, rgba(255,128,79,1) 0%,rgba(254,178,142,1) 100%);
    background: linear-gradient(45deg, rgba(255,128,79,1) 0%,rgba(254,178,142,1) 100%);
}
}
.entryLead{
  font-size: 18px;
  padding: 0 0 20px;
  text-align: center;
  letter-spacing: 1px;
}
.entryLead p{
  padding:0 0 10px;
}

.btnEntry{text-align: center;}
#presentA .btnEntry {
  padding: 0 0 55px;
  margin: 0 0 60px;
  border-bottom: 1px solid rgb(152, 75, 154);
}
.btnEntry a{
    display: inline-block;
    min-width: 250px;
    width: 340px;
    margin: 0 0 60px;
    padding: 12px 0;
    background: rgb(255,128,79);
    background: -webkit-linear-gradient(45deg, rgba(255,128,79,1) 0%,rgba(254,178,142,1) 100%);
    background: linear-gradient(45deg, rgba(255,128,79,1) 0%,rgba(254,178,142,1) 100%);
    border-radius: 50px;
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.btnEntry a.noEntry{
	background: #CCC;
    font-size: 14px;
    pointer-events: none;
}
.btnEntry a.sub{
  margin:0 0 30px;
  padding: 10px 0;
  color:#fff;
  background:transparent;
  border:1px solid ;
}
.btnEntry span{
  padding: 0 0 60px;
  display: inherit;
  font-weight: bold;
  letter-spacing: 2px;
}


@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;
  }
  
  #title dd .ph.jkN{

  }
  
  #feature > section{
    width: 960px;
    padding: 60px;
    margin: 0 auto 100px;
    box-sizing: border-box;
  }
  
  #title{
    width: 1000px;
  }
  #title dd .ph.jkB{

  }
  .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){
  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 0 25px; 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 .titLead {
    width: 95%;
    margin: 0 auto 25px;
  }
  #title dd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	}
  #title dd .ph{
    width: 45%;
    padding: 0 0 15px;
  }
  #title dd .ph span {
    padding: 3px 0 0;
    font-size: 12px;
  }
  #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: 100%;
    font-size: 14px;
    padding: 3px 0;
    margin: 0 auto 10px;
  }
  
  #presentInfo .presentList > li {
    padding:20px 15px;
    margin: 0 0 30px;
  }
  #presentInfo .presentList > li > div{
    padding:20px 15px;
    margin: 0 0 10px;
  }
  .presentname{
    font-size: 18px;
    padding: 0 0 5px;
  }
  #presentInfo .presentList > li .ph {
    width: 65%;
    margin: 0 auto 6px;
  }
  .num{
    margin: 0 0 15px;
    font-size: 13px;
    padding: 0 20px 1px;
  }
  .imgCap{
    line-height: 1.3;
    text-align:left;
  }
  #presentInfo .presentList > li h4 { margin-bottom: 10px; }
  #presentInfo .presentList > li .sml{font-size: 13px;}
  .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 td .notice{
    display: block;
    font-size: 12px;
    padding: 10px 0 0 14px;
    text-indent: -14px;
	}
  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; }
  
  .entryBox{
    padding: 15px 15px 20px;
  }
  .entryLead{
    padding: 0 0 10px;
    font-size: 14px;
    text-align: left;
  }
  .entryBox .notice li{
    letter-spacing: 0;
  }
  .btnEntry a{
    min-width: 100%;
    width: 100%;
    margin: 0 0 40px;
  }
	.btnEntry a.noEntry{
		background: #CCC;
	    font-size: 10px;
	    pointer-events: none;
	}
  .btnEntry a.sub {
    margin: 0 0 10px;
  }
  
  .btnEntry span{padding: 0 0 40px;}
  
  #presentA .btnEntry {
    padding: 0 0 15px;
    margin: 0 0 30px;
  }
  
}