@charset "utf-8";
/*-------------
operapark:contents.css
-------------*/

#maincontents {
  overflow: hidden;
}

.special h3 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  background-image: none;
  color: #A42611;
  font-size: 16px;
  font-weight: normal;
  margin-top: 20px;
}
.special h3:before {
  position: absolute;
  top: calc(120% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #A42611;
}
.special h3 span {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  background: #fff;
}
.special h3 span b {
  font-size: 22px;
}
.special ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  margin: 60px auto 0;
}
.special ul li {
  -webkit-box-shadow: 2px 2px 7px 0 rgba(0,0,0,.1);
  box-shadow: 2px 2px 7px 0 rgba(0,0,0,.1);
  position: relative;
}
.special ul li a {
  overflow: hidden;
  width: 100%;
  color: #666;
}
.special li.new:before {
  content: "NEW";
  position: absolute;
  top:-25px;
  left:-25px;
  width: 50px;
	height: 50px;
	border-radius: 50%;
  color: #fff;
  background: linear-gradient(#feaa2f, #e36703);
  text-align: center;
  line-height: 50px;
  font-size: 12px;
  font-weight: 800;
  z-index:10;
}
.special .event ul {
  width: 830px;
}
.special .event li {
  width: 250px;
  margin-bottom: 40px;
  margin-right: 40px;
}
.special .event li:nth-child(3n) {
  margin-right: 0;
}
.special .event li span {
  display: inline-block;
}
.special .event li .eventphoto {
  width: 250px;
  height: 354px;  
  position: relative;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  align-items: center;
  justify-content: center;
 } 
.special .event li .eventphoto:before {
  background:rgba(238,238,238,0.9);
  content: '';
  position: absolute;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px; 
  z-index:1;
}
.special .event li img {
  object-fit: contain;
  max-width: 250px;
  max-height: 354px;
  transition-duration: 0.3s;	
  z-index:5;
}
.special .event li img:hover, .special .shopinfo li img:hover {
  transform: scale(1.1);
	transition-duration: 0.3s;	
}
.special .event li .evttl {
  padding: 10px;
}
.special .pdf  {
  margin-bottom: 80px;
  font-weight: 800;
}
.special .pdf a {
  display: block;
  margin: 0 auto;
  color: #666;
  padding: 15px 20px;
  width:790px;
  text-decoration: none;
  text-align: center;
  position: relative;
  border: 2px solid #A42611;
  background: #ffeaea;
}
.special .pdf a:before,.special .pdf a:after{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -7px;
  right: -7px;
  background: #A42611;
  transition: all .5s ease;
}
.special .pdf a:before{
  width: 100%;
  height: 2px;
}
 .special .pdf a:after{
  width: 2px;
  height: 100%;
}
.special .pdf a:hover:before{
  width: 0;
}
.special .pdf a:hover:after{
  height: 0;
}
.special .pdf span:before {
  content: "PDF";
  color: #fff;
  background: linear-gradient(#e07779, #A42611);
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  padding: 5px 10px;
  margin-right: 5px;
}

.special .pdf2  {
  margin-bottom: 80px;
  font-weight: 800;
}
.special .pdf2 a {
  display: block;
  margin: 0 auto;
  color: #666;
  padding: 15px 20px;
  width:790px;
  text-decoration: none;
  text-align: center;
  border: 2px solid #A42611;
  background: #ffeaea;
  -webkit-box-shadow: 4px 4px 0 #A42611;
  box-shadow: 4px 4px 0 #A42611;
}
.special .pdf2 a:hover {
  -webkit-box-shadow: -4px -4px 0 #A42611;
  box-shadow: -4px -4px 0 #A42611;
}
.special .pdf2 span:before {
  content: "PDF";
  color: #fff;
  background: linear-gradient(#e07779, #A42611);
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  padding: 5px 10px;
  margin-right: 5px;
}

.special .shopinfo ul {
  width: 855px;
}
.special .shopinfo li {
  width: 260px;
  margin-bottom: 40px;
  margin-right: 35px;
}
.special .shopinfo li:nth-child(3n) {
  margin-right: 0;
}
.special .shopinfo li span {
  display: inline-block;
}
.special .shopinfo li .shopphoto {
  width: 260px;
  height: 260px;  
  position: relative;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  align-items: center;
  justify-content: center;
 } 
.special .shopinfo li .shopphoto:before {
  background:rgba(238,238,238,0.9);
  content: '';
  position: absolute;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px; 
  z-index:1;
}
.special .shopinfo li img {
  object-fit: contain;
  max-width: 260px;
  max-height: 260px;
  transition-duration: 0.3s;	
  z-index:10;
}
.special .shopinfo li .date {
  font-size: 12px;
  padding: 10px 10px 0;
}
.special .shopinfo li .shopname {
  font-weight: 800;
  color: #A42611;
  margin: 0 10px;
}
.special .shopinfo li .shopttl {
  margin: 0 10px 10px;
}
.special .shopinfo li .shopttl span {
  display: inline;
  background:linear-gradient(transparent 60%, #ffd1d1 60%) ;
}



