@charset "UTF-8";
/* ===================================================================
  CSS information
   file name  :layout.css
   style info :単独_リリースページのスタイル
  =================================================================== */
/*
  BASE
  =================================================================== */
img {
  width: 100%;
}

.mb5 {
  margin-bottom: 5px;
}

.mb20 {
  margin-bottom: 20px;
}

.ano {
  font-size: 12px;
  text-align: right;
}

section .inner h4 {
  padding: 8px 20px 28px;
}

section .inner h4 .sTxt {
  font-size: 24px;
}

section .inner .caption {
  font-size: 20px;
  text-align: left;
  margin: 60px auto;
  letter-spacing: 0.02em;
}

section .inner .caption em {
  font-size: 10px;
}

section .inner #releaseBox {
  width: 1040px;
  margin: 0 auto;
}

section .inner #releaseBox .bw {
  border: solid 2px #fff;
  box-sizing: border-box;
}

section .inner #releaseBox .bb {
  border: solid 3px #813711;
  box-sizing: border-box;
}

section .inner #releaseBox h5 {
  font-size: 30px;
  border-radius: 10px;
  text-align: center;
  background: #cb9500;
  width: 100%;
  padding: 5px;
  margin-bottom: 25px;
  -webkit-box-shadow: -1px 4px 0 #000, 0 3px 0 #000, 0 4px 0 #000, 0 5px 0 #000, 0 6px 0 #000, 0 7px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15), #000 2px 0px, #000 -2px 0px, #000 0px -2px, #000 0px 2px, #000 2px 2px, #000 -2px 2px, #000 2px -2px, #000 -2px -2px, #000 1px 2px, #000 -1px 2px, #000 1px -2px, #000 -1px -2px, #000 2px 1px, #000 -2px 1px, #000 2px -1px, #000 -2px -1px;
          box-shadow: -1px 4px 0 #000, 0 3px 0 #000, 0 4px 0 #000, 0 5px 0 #000, 0 6px 0 #000, 0 7px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15), #000 2px 0px, #000 -2px 0px, #000 0px -2px, #000 0px 2px, #000 2px 2px, #000 -2px 2px, #000 2px -2px, #000 -2px -2px, #000 1px 2px, #000 -1px 2px, #000 1px -2px, #000 -1px -2px, #000 2px 1px, #000 -2px 1px, #000 2px -1px, #000 -2px -1px;
}

section .inner #releaseBox h5 span {
  font-family: "FOT-ユールカ Std UB", "ヒラギノ角ゴ Pro W3";
  font-weight: bold;
  color: #3f2007;
  border-radius: 8px;
  border: 1px dashed #3f2007;
  display: block;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

section .inner #releaseBox .wrapBox {
  border-radius: 10px;
  border: 3px solid #472609;
  background: url(../../../images/movie/bg_li.gif) center repeat;
  padding: 30px 30px 10px;
  margin-bottom: 4%;
}

section .inner #releaseBox .tBox {
  margin-bottom: 3%;
  background: #fff;
  border-radius: 10px;
  padding: 3%;
}

section .inner #releaseBox .tBox .read {
  float: left;
  width: 48%;
}

section .inner #releaseBox .tBox .read p {
  line-height: 1.8;
  font-size: 18px;
  margin-bottom: 20px;
}

section .inner #releaseBox .tBox figure {
  float: right;
  width: 49%;
}

section .inner #releaseBox .mBox {
  margin-bottom: 6%;
}

section .inner #releaseBox .mBox p {
  float: left;
  width: 60%;
  line-height: 1.8;
}

section .inner #releaseBox .mBox figure {
  float: right;
  width: 40%;
  margin-top: 20px;
}

section .inner #releaseBox .box dl {
  margin-bottom: 20px;
}

section .inner #releaseBox .box dl dt {
  font-size: 26px;
  font-family: "FOT-ユールカ Std UB", "ヒラギノ角ゴ Pro W3";
  color: #ffd625;
  line-height: 1.6;
  margin-bottom: 10px;
  text-shadow: #000 3px 0px, #000 -3px 0px, #000 0px -3px, #000 0px 3px, #000 3px 3px, #000 -3px 3px, #000 3px -3px, #000 -3px -3px, #000 2px 3px, #000 -2px 3px, #000 2px -3px, #000 -2px -3px, #000 3px 2px, #000 -3px 2px, #000 3px -2px, #000 -3px -2px;
}

section .inner #releaseBox .box dl dd {
  font-size: 18px;
  text-align: center;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

section .inner #releaseBox .box dl dd span {
  color: #ff766b;
  font-family: "FOT-ユールカ Std UB", "ヒラギノ角ゴ Pro W3";
  display: block;
  font-size: 28px;
  text-shadow: #000 3px 0px, #000 -3px 0px, #000 0px -3px, #000 0px 3px, #000 3px 3px, #000 -3px 3px, #000 3px -3px, #000 -3px -3px, #000 2px 3px, #000 -2px 3px, #000 2px -3px, #000 -2px -3px, #000 3px 2px, #000 -3px 2px, #000 3px -2px, #000 -3px -2px;
}

section .inner #releaseBox .box .btn {
  text-align: center;
  border: 3px solid #813711;
  color: #32200f;
  line-height: 1;
  background-color: #fff;
  background-size: 11px;
  width: 220px;
  float: right;
  padding: 16px;
  font-size: 18px;
  margin-top: 20px;
}

section .inner #releaseBox .box .btn span {
  display: inline-block;
  width: 1em;
  background: url(../../../images/shared/arrow_btn.png) center right no-repeat;
  background-size: 10px;
  height: 15px;
}

section .inner #releaseBox .bBox {
  margin-bottom: 6%;
}

section .inner #releaseBox .bBox #mainImg {
  width: 60%;
  margin: 4% auto;
}

section .inner #releaseBox .bBox ul li {
  clear: both;
  margin-bottom: 20px;
}

section .inner #releaseBox .bBox ul li dl {
  float: left;
  width: 60%;
}

section .inner #releaseBox .bBox ul li dl dd {
  text-align: left;
}

section .inner #releaseBox .bBox ul li figure {
  padding-top: 10px;
  float: right;
  width: 38%;
}

table {
  width: 100%;
}

table, th, td {
  border-collapse: collapse;
  border: solid 1px #999;
}

caption {
  text-align: center;
}

th, td {
  padding: 1% 3%;
}

th {
  width: 38px;
  text-align: center;
  background: #efefef;
}

td {
  width: 50px;
}

#mainLogo {
  max-width: 340px;
  margin: 40px auto;
}

/*
　　PCのみ
  =================================================================== */
@media screen and (min-width: 751px) {
  .pcNone {
    display: none;
  }
}


/*
　　SP
  =================================================================== */
@media screen and (max-width: 750px) {
  #mainLogo {
    width: 36%;
    margin: 4% auto;
  }

  section .inner h4 {
    font-size: 4.8vw;
    margin-bottom: 20px;
  }

  section .inner .caption {
    font-size: 4vw;
    margin: 0px auto 60px;
  }

  section .inner #releaseBox h5 {
    font-size: 5vw;
  }

  section .inner #releaseBox h5 span {
    line-height: 1.6;
  }

  section .inner #releaseBox {
    width: 96%;
    margin: 0 auto;
  }

  section .inner #releaseBox .tBox {
    margin-bottom: 6%;
  }

  section .inner #releaseBox .tBox .read {
    float: none;
    width: 100%;
  }

  section .inner #releaseBox .tBox .read p {
    line-height: 1.8;
    font-size: 3.4vw;
  }

  section .inner #releaseBox .tBox .read table {
    margin-bottom: 4%;
  }

  section .inner #releaseBox .tBox .read table th,section .inner #releaseBox .tBox .read table td {
    width: 94%;
    display: block;
    text-align: center;
  }

  section .inner #releaseBox .tBox figure {
    float: none;
    width: 100%;
  }

  section .inner #releaseBox .mBox {
    margin-bottom: 10%;
  }

  section .inner #releaseBox .mBox p {
    float: none;
    width: 100%;
    line-height: 1.8;
    font-size: 3.4vw;
  }

  section .inner #releaseBox .mBox figure {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  section .inner #releaseBox .read {
    font-size: 4vw;
    line-height: 1.714;
  }

  section .inner #releaseBox .box .btn {
    text-align: center;
    border: 3px solid #813711;
    color: #32200f;
    line-height: 1;
    background-color: #fff;
    background-size: 11px;
    width: 40%;
    float: right;
    padding: 16px;
    font-size: 3.4vw;
    margin-top: 20px;
    margin-bottom: 4%;
  }

  section .inner #releaseBox .box dl {
    width: 100%;
  }

  section .inner #releaseBox .box dl dt {
    font-size: 4.4vw;
  }

  section .inner #releaseBox .box dl dd {
    font-size: 3.4vw;
    line-height: 1.6;
  }

  section .inner #releaseBox .box dl dd span {
    font-size: 6vw;
  }

  section .inner #releaseBox .bBox #mainImg {
    width: 80%;
    margin: 4% auto;
  }

  section .inner #releaseBox .bBox ul li dl {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  section .inner #releaseBox .bBox ul li figure {\
    float: none;
    width: 100%;
  }

  .spNone {
    display: none;
  }
}

