@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : oainfo.css
Description : みどころ
===================================================================== */
.sec_ttl {
  width: 100%;
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6rem;
}

.sec_ttl::before {
  content: "";
  display: block;
  width: 7.2rem;
  padding-top: 4.5rem;
  margin: 0 auto 2rem;
  background: url(../images/common/img_ttl.png) no-repeat center/contain;
}

.sec_cont {
  background: #fff;
  border: solid 2px #aa160e;
  padding: 6rem 5rem;
}

.oainfo_wrap {
  position: relative;
  background: url(../images/common/bg_gray.jpg) repeat center/calc(300/750 *100%) auto;
  padding: 8rem 0 10rem;
}

.oainfo_wrap::before, .oainfo_wrap::after {
  content: "";
  background: url(../images/common/img_deco.png) no-repeat center/contain;
  display: block;
  position: absolute;
  z-index: 0;
}

.oainfo_wrap::before {
  width: calc(280/750 *100vw);
  padding-top: calc(280/750 *100vw);
  top: 0;
  left: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.oainfo_wrap::after {
  width: calc(496/750 *100vw);
  padding-top: calc(496/750 *100vw);
  bottom: 0;
  right: 0;
}

.red {
	color: #aa160e;
	font-weight: bold;
	font-size: 2.5rem;
}

@media screen and (min-width: 768px) {
  .sec_cont {
    padding: 8rem 11rem;
  }
  .oainfo_wrap {
    padding: 8rem 0 16rem;
    background-size: calc(300/1200 *100%) auto;
  }
  .oainfo_wrap::before {
    width: calc(280/1200 *100%);
    padding-top: calc(280/1200 *100%);
  }
  .oainfo_wrap::after {
    width: calc(496/1200 *100%);
    padding-top: calc(496/1200 *100%);
  }
}

@media screen and (min-width: 1200px) {
  .oainfo_wrap {
    background-size: 300px auto;
  }
  .oainfo_wrap::before {
    width: 280px;
    padding-top: 280px;
  }
  .oainfo_wrap::after {
    width: 496px;
    padding-top: 496px;
  }
}

/* =====================================================================
    oainfo
======================================================================*/
#oainfo {
  padding: 0 0 10rem;
  position: relative;
  z-index: 3;
}

#oainfo .inner .sec_cont p {
  margin-bottom: 4rem;
}

#oainfo .inner .sec_cont p:last-of-type {
  margin-bottom: 0;
}

#oainfo .inner .sec_cont .img_col2 img {
  margin-bottom: 4rem;
}

#oainfo .inner .sec_cont .img_col2 img:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #oainfo .inner .sec_cont .img_col1 img {
    width: 90%;
    margin: 0 auto;
  }
  #oainfo .inner .sec_cont .img_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #oainfo .inner .sec_cont .img_col2 img {
    width: 45%;
    margin: 0 2.5%;
    margin-bottom: 0;
  }
  #oainfo .inner .sec_cont .img_col2 img:last-of-type {
    margin-bottom: 0;
  }
}

/* =====================================================================
    cast
======================================================================*/
#cast {
  position: relative;
  z-index: 4;
}

#cast .cast_list li dl dt {
  color: #aa160e;
  font-weight: 700;
  margin-bottom: 1em;
}
#cast .cast_list li dl dd {
line-height: 2;
}

#cast .cast_list li dl dt::before {
  content: "●";
  display: inline-block;
  margin-right: 0.2em;
}

#cast .cast_list li:not(:last-child) {
  margin-bottom: 5rem;
}
#cast .inner .sec_cont p {
  margin-bottom: 4rem;
}

#cast .inner .sec_cont p:last-of-type {
  margin-bottom: 0;
}

#cast .inner .sec_cont .img_col2 img {
  margin-bottom: 4rem;
}

#cast .inner .sec_cont .img_col2 img:last-of-type {
  margin-bottom: 0;
}
.competition_img img{
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #cast .cast_list li {
    display: flex;
    align-items: flex-start;
  }
  #cast .cast_list li dl{
    width: 50%;
  }
  #cast .cast_list li img{
    width: 50%;
    margin-left: 3rem;
  }
  #cast .inner .sec_cont .img_col1 img {
    width: 90%;
    margin: 0 auto;
  }
  #cast .inner .sec_cont .img_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #cast .inner .sec_cont .img_col2 img {
    width: 45%;
    margin: 0 2.5%;
    margin-bottom: 0;
  }
  #cast .inner .sec_cont .img_col2 img:last-of-type {
    margin-bottom: 0;
  }
  .competition_text{
    width: 100% !important;
  }
  .competition_img img{
    width: 100% !important;
  }
}

/*# sourceMappingURL=oainfo.css.map */