@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ===================================================================
CSS information
 file name  :update.css
 style info :更新データのスタイル
=================================================================== */
/* ==========================================================
    UPDATE
  ========================================================== */
@media screen and (min-width: 751px) {
  .pcNone {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  #update .inner #updateArea {
    width: 1070px;
    margin: 0 auto 60px;
    padding: 40px 80px;
    border: 3px solid #472609;
    border-radius: 10px;
    background: url("../images/shared/bg_li.gif") repeat 0 0;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea {
    font-size: 3.4vw;
    width: 100%;
    margin: 0% auto 6%;
    padding: 3% 3% 5%;
  }
}
#update .inner #updateArea p.read {
  text-align: center;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea p.read {
    font-size: 22px;
  }
}
#update .inner #updateArea #updateBox {
  border-radius: 10px;
  margin: 30px auto;
  padding-bottom: 30px;
  background: #fff url("../images/guide/update/bg_update.png") repeat 0 0;
}
#update .inner #updateArea #updateBox .tit {
  font-weight: bolder;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  background: url("../images/guide/update/bg_check.gif") repeat 0 0;
  margin: 0 auto;
  text-shadow: -1px 4px 0 #000, 0 3px 0 #000, 0 4px 0 #000, 0 5px 0 #000, 0 6px 0 #000, #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;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea #updateBox .tit {
    font-size: 36px;
    padding: 6px 0px;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea #updateBox .tit {
    font-size: 4.6vw;
    padding: 2% 0%;
  }
}
#update .inner #updateArea #updateBox .tit em {
  font-weight: bolder;
  color: #ffd625;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea #updateBox ul {
    font-size: 22px;
    padding: 30px 60px;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea #updateBox ul {
    padding: 3%;
  }
}
#update .inner #updateArea #updateBox ul li {
  padding-left: 1em;
  line-height: 1.4;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea #updateBox ul li {
    text-indent: -1.5em;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea #updateBox ul li {
    text-indent: -1.2em;
    margin-bottom: 2%;
  }
}
#update .inner #updateArea #updateBox ul li:before {
  content: "●";
  color: #bfbfbf;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea #updateBox ul li:before {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea #updateBox ul li:before {
    font-size: 4vw;
  }
}
#update .inner #updateArea #updateBox ul li em {
  color: #e50000;
}
#update .inner #updateArea #updateBox ul li span a {
  color: #32200f;
  display: block;
  width: 9em;
  border-radius: 100px;
  border: solid 2px #813711;
  text-indent: 1em;
  text-align: left;
  background: #fff url(../images/shared/arrow_btn.png) no-repeat 94% center;
  background-size: 9px;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea #updateBox ul li span a {
    font-size: 18px;
    float: right;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea #updateBox ul li span a {
    margin: 4% auto 0%;
  }
}
#update .inner #updateArea #updateBox .anoTxt {
  font-family: "Kosugi Maru", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  margin: 0 auto;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea #updateBox .anoTxt {
    width: 800px;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea #updateBox .anoTxt {
    width: 90%;
    font-size: 3vw;
  }
}
#update .inner #updateArea .commonBox {
  background: #fff url(../images/powerup/07/bg_pink.png) repeat 0 0;
  border-radius: 10px;
  padding: 20px;
  border: 4px solid #7d3c17;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea .commonBox {
    width: 800px;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea .commonBox {
    width: 94%;
    margin: 0 auto 4%;
    border: 4px solid #ffd626;
  }
}
#update .inner #updateArea .commonBox h4 {
  width: 100%;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea .commonBox h4 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea .commonBox h4 {
    font-size: 4.8vw;
    margin-bottom: 2%;
  }
}
#update .inner #updateArea .archive {
  border: none !important;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea .archive {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea .archive {
    width: 100%;
    margin-bottom: 3%;
  }
}
#update .inner #updateArea .archive h5 {
  font-weight: bolder;
  width: 100%;
  background: url(../images/guide/system/bg_check_gray.gif) center repeat;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  text-align: center;
  text-shadow: -1px 4px 0 #000, 0 3px 0 #000, 0 4px 0 #000, 0 5px 0 #000, 0 6px 0 #000, #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;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea .archive h5 {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea .archive h5 {
    font-size: 4vw;
    padding: 2% 0%;
  }
}
#update .inner #updateArea .archive p {
  font-family: "Kosugi Maru", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea .archive p {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea .archive p {
    font-size: 2.6vw;
    margin-bottom: 2%;
  }
}
#update .inner #updateArea .archive ul {
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  border: solid 4px #535353;
  line-height: 1.4;
  border-top: none;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea .archive ul {
    padding: 10px 40px 30px !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea .archive ul {
    padding: 2% 4% 4% !important;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea .archive ul:last-child {
    padding: 2% 4% 10% !important;
  }
}
#update .inner #updateArea .archive ul:last-of-type {
  margin-bottom: 0;
}
#update .inner #updateArea .archive ul li {
  padding-left: 1em;
  position: relative;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea .archive ul li {
    font-size: 22px;
    text-indent: -1em;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea .archive ul li {
    text-indent: -0.9em;
    margin-bottom: 2%;
  }
}
#update .inner #updateArea .archive ul li:before {
  content: "●";
  color: #bfbfbf;
  font-size: 24px;
  position: relative;
}
#update .inner #updateArea .archive ul li em {
  color: #e50000;
}
#update .inner #updateArea .archive ul li span {
  font-family: "Kosugi Maru", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
#update .inner #updateArea .archive ul li span a {
  color: #32200f;
  display: block;
  width: 9em;
  position: absolute;
  right: 0px;
  border-radius: 100px;
  border: solid 2px #32200f;
  text-indent: 1em;
  text-align: left;
  background: #fff url(../images/shared/arrow_btn.png) no-repeat 94% center;
  background-size: 9px;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea .archive ul li span a {
    font-size: 16px;
    padding: 2px 4px 4px;
    bottom: -4px;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea .archive ul li span a {
    font-size: 2.6vw;
    padding: 1% 1% 1.4%;
    bottom: -60%;
  }
}
#update .inner #updateArea .uketoriBox {
  background: url(../images/shared/bg_column.gif);
  border: none !important;
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea .uketoriBox {
    width: 100%;
  }
}
#update .inner #updateArea .tokuten p {
  font-family: "Kosugi Maru", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  text-align: left;
  line-height: 1.7;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea .tokuten p {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea .tokuten p {
    font-size: 25px;
  }
}
#update .inner #updateArea .tokuten p.read02 {
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea .tokuten p.read02 {
    width: 736px;
    padding: 20px;
    margin: 10px auto 0px;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea .tokuten p.read02 {
    font-size: 3vw;
    padding: 3%;
    margin: 2% auto 0%;
  }
}
#update .inner #updateArea .tokuten figure {
  text-align: center;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea .tokuten figure {
    padding: 20px 0px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea .tokuten figure {
    padding: 4% 0%;
  }
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea .tokuten figure img {
    width: 740px;
    height: 810px;
  }
}
#update .inner #updateArea .tokuten .uketori ul {
  padding: 0px !important;
}
#update .inner #updateArea .tokuten .uketori ul li {
  text-indent: 0em !important;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
}
#update .inner #updateArea .tokuten .uketori ul li:before {
  display: none;
}
#update .inner #updateArea .tokuten .uketori ul li dl dt {
  font-family: "Kosugi Maru", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea .tokuten .uketori ul li dl dt {
    font-size: 18px;
    width: 290px;
    float: left;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea .tokuten .uketori ul li dl dt {
    margin-bottom: 2%;
  }
}
#update .inner #updateArea .tokuten .uketori ul li dl dt span {
  color: #ffd625;
  display: block;
  text-align: center;
  width: 66px;
  line-height: 2.05;
  font-size: 32px;
  background-image: url(../images/guide/system/bg_num.png);
  background-position: left 1px center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#update .inner #updateArea .tokuten .uketori ul li dl dd {
  width: 400px;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea .tokuten .uketori ul li dl dd {
    float: right;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea .tokuten .uketori ul li dl dd {
    margin: 0 auto;
  }
}
#update .inner #updateArea .tokuten .uketori .txtA {
  color: #e50000;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea .tokuten .uketori .txtA {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea .tokuten .uketori .txtA {
    font-size: 2.6vw;
  }
}
#update .inner #updateArea .btn {
  border-radius: 10px;
  text-align: center;
  background-color: #cb9500;
  -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;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea .btn {
    width: 600px;
    margin: 30px auto 0;
    padding: 4px;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea .btn {
    width: 80%;
    margin: 3% auto 0%;
    padding: 0.4%;
  }
}
#update .inner #updateArea .btn a {
  color: #3f2007;
  display: block;
  border-radius: 8px;
  padding: 16px 6px;
  border: 1px dashed #3f2007;
  background: url(../images/movie/arrow_btn.gif) no-repeat;
  background-position: center right 10px;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea .btn a {
    font-size: 22px;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea .btn a {
    font-size: 4vw;
  }
}
#update .inner #updateArea #updateBoxBefore {
  background: #fff;
  border-radius: 10px;
  margin: 30px auto;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea #updateBoxBefore {
    width: 800px;
    padding: 20px 0px;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea #updateBoxBefore {
    padding: 4% 0%;
  }
}
#update .inner #updateArea #updateBoxBefore .innerBox {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea #updateBoxBefore .innerBox {
    width: 800px;
  }
}
#update .inner #updateArea #updateBoxBefore .innerBox .tit {
  color: #ffd625;
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: bolder;
  padding: 6px 0;
  margin: 0 auto 20px auto;
  text-shadow: -1px 4px 0 #000, 0 3px 0 #000, 0 4px 0 #000, 0 5px 0 #000, 0 6px 0 #000, #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;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea #updateBoxBefore .innerBox .tit {
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea #updateBoxBefore .innerBox .tit {
    font-size: 4vw;
  }
}
#update .inner #updateArea #updateBoxBefore .innerBox p {
  font-family: "Kosugi Maru", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea #updateBoxBefore .innerBox p {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea #updateBoxBefore .innerBox p {
    font-size: 3vw;
  }
}
#update .inner #updateArea #updateBoxBefore .innerBox figure {
  padding: 20px 0px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea #updateBoxBefore .innerBox figure {
    width: 70%;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea #updateBoxBefore .innerBox figure {
    width: 90%;
  }
}
#update .inner #updateArea #updateBoxBefore .innerBox .txt16 {
  font-family: "Kosugi Maru", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea #updateBoxBefore .innerBox .txt16 {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #update .inner #updateArea #updateBoxBefore .innerBox .txt16 {
    font-size: 2.4vw;
  }
}
#update .inner #updateArea .lastTxt {
  font-family: "Kosugi Maru", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #update .inner #updateArea .lastTxt {
    font-size: 20px;
  }
}