@charset "UTF-8";
.ttlWrap {
  width: 100%;
  background-color: #e70000;
}
@media screen and (max-width: 960px) {
  .ttlWrap {
    height: auto;
    padding: 0 5%;
  }
}
.ttlWrap .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 960px) {
  .ttlWrap .inner {
    padding: 20px 0;
  }
}
.ttlWrap .inner .ttlBox p, .ttlWrap .inner .ttlBox h1 {
  color: #fff;
}
.ttlWrap .inner .ttlBox p, .ttlWrap .inner .ttlBox h1 {
  font-weight: bold;
}
.ttlWrap .inner .ttlBox p {
  margin-bottom: 3px;
  font-size: 28px;
}
@media screen and (max-width: 960px) {
  .ttlWrap .inner .ttlBox p {
    font-size: 20px;
  }
}
.ttlWrap .inner .ttlBox h1 {
  font-size: 35px;
}
@media screen and (max-width: 960px) {
  .ttlWrap .inner .ttlBox h1 {
    font-size: 25px;
  }
}
.ttlWrap .inner .logo {
  display: block;
  width: 90px;
}
.ttlWrap .inner .logo a:hover {
  opacity: 0.7;
}

.topBack_box {
  width: 100%;
  max-width: 990px;
  margin: 20px auto 50px;
}
.topBack_box a {
  font-weight: bold;
}
.topBack_box a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  .topBack_box {
    padding: 0 5%;
    margin: 20px auto 40px;
  }
}

section {
  max-width: 840px;
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
  /*.deadline {
  	background: url("../../index/images/meat_bg.png") no-repeat center center;
  	background-size: 800px;
  	max-width: 800px;
  	margin: 0 auto;
  	width: 100%;
  	height: 500px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	@include break {
  		background-size: 100%;
  		height: 250px;
  	}
  }*/
}
@media screen and (max-width: 960px) {
  section {
    padding: 0 5%;
  }
}
section .deadline {
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  section .deadline {
    margin-bottom: 60px;
  }
}
section .shop_stop img {
  width: 60%;
  margin-bottom: 10%;
}
@media screen and (max-width: 960px) {
  section .shop_stop img {
    width: 100%;
    margin-bottom: 12%;
  }
}
section .contents_box {
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  section .contents_box {
    margin-bottom: 50px;
  }
}
section .contents_box .dead_line {
  display: inline-block;
  position: relative;
  padding: 5px;
  border: solid 1px #000;
  padding: 20px 50px;
}
@media screen and (max-width: 960px) {
  section .contents_box .dead_line {
    padding: 15px 50px;
  }
}
section .contents_box .dead_line:before {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
  border: 3px solid #000; /* 外枠のスタイル */
  z-index: -1;
}
section .contents_box .dead_line img {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}
section .contents_box .ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  section .contents_box .ttl {
    margin-bottom: 40px;
  }
}
section .contents_box .txt {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  section .contents_box .txt {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
section .contents_box .nth2 {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  section .contents_box .nth2 {
    margin-top: 30px;
  }
}
section .contents_box .nth2 span {
  font-weight: bold;
  /*text-decoration: line-through 3px;
  text-decoration-color: #e70000; */
}
section .contents_box p {
  font-size: 15px;
  margin-top: -30px;
  margin-bottom: 20px;
}
section .contents_box .exhibit_btn_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  section .contents_box .exhibit_btn_box {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  section .contents_box .exhibit_btn_box .exhibit_btn {
    margin-bottom: 20px;
  }
}
section .contents_box .exhibit_btn_box .exhibit_btn a:hover {
  opacity: 0.7;
}
section .contents_box .exhibit_btn_box .exhibit_btn p {
  margin: 20px 0 0;
}
@media screen and (max-width: 960px) {
  section .contents_box .exhibit_btn_box .exhibit_btn p {
    margin: 15px 0 0;
  }
}
section .contents_box .exhibit_btn_box .exhibit_btn p a {
  text-decoration: underline;
}
section .contents_box .exhibit_btn_box .exhibit_btn p a:hover {
  text-decoration: none;
}
section .contents_box .sponsor_btn_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  section .contents_box .sponsor_btn_box {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  section .contents_box .sponsor_btn_box .sponsor_btn {
    margin-bottom: 20px;
  }
}
section .contents_box .sponsor_btn_box .sponsor_btn a:hover {
  opacity: 0.7;
}
section .contents_box .sponsor_btn_box .sponsor_btn p {
  margin: 20px 0 0;
}
@media screen and (max-width: 960px) {
  section .contents_box .sponsor_btn_box .sponsor_btn p {
    margin: 15px 0 0;
  }
}
section .contents_box .sponsor_btn_box .sponsor_btn p a {
  text-decoration: underline;
}
section .contents_box .sponsor_btn_box .sponsor_btn p a:hover {
  text-decoration: none;
}/*# sourceMappingURL=layout.css.map */