@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ==========================================================
  テキストシャドウ
========================================================== */
/* ===================================================================
CSS information
 file name  :top.css
 style info :トップのスタイル
=================================================================== */
/* ==========================================================
    VISUAL
  ========================================================== */
#topVisual {
  width: 100%;
  background: url(../img/top/bg_visual_pc.jpg) no-repeat center top;
  background-size: cover;
}
#topVisual .inner {
  position: relative;
}
@media screen and (min-width: 751px) {
  #topVisual .inner {
    width: 1146px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 751px) {
  #topVisual .inner p.bnrDlc {
    position: absolute;
    bottom: 0px;
    right: 24px;
  }
}

/* ==========================================================
    TOPICS
  ========================================================== */
#topics {
  width: 100%;
}
#topics a {
  color: #0072ff;
  border-bottom: solid 1px #0072ff;
}
@media screen and (min-width: 751px) {
  #topics {
    margin: 0 auto 60px;
    background: url(../img/top/bg_topics.jpg) repeat-x 0 0;
  }
}
@media screen and (max-width: 750px) {
  #topics {
    margin: 0 auto 6% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}
@media screen and (min-width: 751px) {
  #topics .inner {
    width: 1160px;
    height: 86px;
    margin: 0 auto;
    background: url(../img/top/bg_topics_inner_pc.jpg) no-repeat 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  #topics .inner {
    background: url(../img/top/bg_topics_inner_sp.jpg) no-repeat 0 0;
    background-size: 100%;
    padding-bottom: 3.6%;
  }
}
#topics .inner h1 {
  font-weight: bolder;
  color: #fce899;
  text-shadow: -1px 3px 0 #49120d, 0 3px 0 #49120d, 0 4px 0 #49120d, 0 4px 1px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 4px rgba(0, 0, 0, 0.2), #49120d 2px 0px, #49120d -2px 0px, #49120d 0px -2px, #49120d 0px 2px, #49120d 2px 2px, #49120d -2px 2px, #49120d 2px -2px, #49120d -2px -2px, #49120d 1px 2px, #49120d -1px 2px, #49120d 1px -2px, #49120d -1px -2px, #49120d 2px 1px, #49120d -2px 1px, #49120d 2px -1px, #49120d -2px -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 751px) {
  #topics .inner h1 {
    font-size: 21px;
    float: left;
    width: 186px;
    padding: 16px 20px 20px;
    margin-right: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 750px) {
  #topics .inner h1 {
    font-size: 3.6vw;
    width: 100%;
    padding: 2.2vw 2vw 1.2vw 5vw;
  }
}
#topics .inner div.ticker {
  font-family: "Kosugi Maru", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  letter-spacing: -0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  #topics .inner div.ticker {
    width: 940px;
  }
}
@media screen and (max-width: 750px) {
  #topics .inner div.ticker {
    width: 100%;
    padding-top: 3.4%;
  }
}
#topics .inner div.ticker ul {
  height: 1.9em;
}
@media screen and (max-width: 750px) {
  #topics .inner div.ticker ul {
    padding: 0% 2%;
    font-size: 3.4vw;
  }
}
#topics .inner div.ticker ul li {
  float: left;
  display: inline;
  clear: both;
  text-align: left;
  list-style-type: none;
  position: relative;
  line-height: 1.6em;
  margin-bottom: -1.6em;
}
#topics .inner div.ticker ul li dl {
  white-space: nowrap;
}
#topics .inner div.ticker ul li dl dt {
  display: inline;
}
@media screen and (min-width: 751px) {
  #topics .inner div.ticker ul li dl dt {
    margin-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  #topics .inner div.ticker ul li dl dt {
    margin-right: 1%;
  }
}
#topics .inner div.ticker ul li dl dd {
  display: inline;
}
@media screen and (min-width: 751px) {
  #topics .inner p {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
#topics .inner p a {
  color: #fff;
  font-weight: bold;
  background: #af1017;
  border-radius: 100px;
  padding: 2px 0px 4px;
  border: solid 2px #850409;
  position: relative;
}
@media screen and (min-width: 751px) {
  #topics .inner p a {
    width: 130px;
    padding: 2px 0px 4px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 750px) {
  #topics .inner p a {
    font-size: 3.2vw;
    width: 8em;
    padding-bottom: 0.8vw;
    text-align: center;
    position: absolute;
    top: 1.6vw;
    right: 1vw;
  }
}
#topics .inner p a:after {
  content: "";
  border: 0px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 751px) {
  #topics .inner p a:after {
    width: 6px;
    height: 6px;
    right: 10px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 750px) {
  #topics .inner p a:after {
    width: 1.2vw;
    height: 1.2vw;
    right: 2vw;
    margin-top: -1vw;
  }
}

/* ==========================================================
    CONTENT
  ========================================================== */
@media screen and (min-width: 751px) {
  .mainArea {
    width: 1140px;
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 750px) {
  .mainArea {
    width: 96%;
    margin: 0 auto 6vw;
  }
}
@media screen and (min-width: 751px) {
  .mainArea #pv {
    width: 468px;
  }
}
@media screen and (max-width: 750px) {
  .mainArea #pv {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 751px) {
  .mainArea #nazotoki {
    width: 639px;
  }
}
.mainArea img {
  width: 100%;
}

.voiceActor {
  background: url("../img/top/bg_green.jpg") repeat 0 0;
}
@media screen and (min-width: 751px) {
  .voiceActor {
    padding: 50px 0;
    margin-bottom: 2px !important;
  }
}
@media screen and (max-width: 750px) {
  .voiceActor {
    padding: 6vw;
    margin-bottom: 0.2vw !important;
  }
}
.voiceActor p {
  font-weight: bolder;
  color: #932300;
  text-shadow: #f3ead2 2px 0px, #f3ead2 -2px 0px, #f3ead2 0px -2px, #f3ead2 0px 2px, #f3ead2 2px 2px, #f3ead2 -2px 2px, #f3ead2 2px -2px, #f3ead2 -2px -2px, #f3ead2 1px 2px, #f3ead2 -1px 2px, #f3ead2 1px -2px, #f3ead2 -1px -2px, #f3ead2 2px 1px, #f3ead2 -2px 1px, #f3ead2 2px -1px, #f3ead2 -2px -1px;
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 751px) {
  .voiceActor p {
    width: 820px;
    font-size: 30px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 750px) {
  .voiceActor p {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 751px) {
  .voiceActor p.new:after {
    top: -10px;
    right: 70px;
  }
}
@media screen and (max-width: 750px) {
  .voiceActor p.new:after {
    top: -8vw;
  }
}
.voiceActor .anoTxt {
  color: #5b2720;
  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;
}
@media screen and (min-width: 751px) {
  .voiceActor .anoTxt {
    font-size: 14px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .voiceActor .anoTxt {
    font-size: 2.6vw;
    text-align: left;
    margin-top: 6vw;
  }
}
.voiceActor .anoTxt li {
  padding-left: 1em;
  text-indent: -1em;
}

/* ========================
  「レイトン ミステリージャーニー」が「DX」になって登場!
========================== */
@media screen and (min-width: 751px) {
  .about {
    width: 100%;
    height: 800px;
    background: url("../img/top/bg_about.jpg") repeat center center;
    background-size: 140%;
    text-align: center;
    margin-bottom: 100px !important;
  }
}
@media screen and (min-width: 751px) {
  .about .inner {
    width: 1260px !important;
    height: 800px;
    position: relative;
  }
}
@media screen and (min-width: 751px) {
  .about .inner figure {
    position: absolute;
    bottom: 0;
  }
}

/* ========================
  iOS／Android／ニンテンドー3DS版とのちがい
========================== */
@media screen and (min-width: 751px) {
  .difference .inner h1.new:after {
    right: 90px;
  }
}
@media screen and (min-width: 751px) {
  .difference .inner figure {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 750px) {
  .difference .inner figure {
    margin-bottom: 2%;
  }
}
.difference .inner ul {
  margin: 0 auto;
  text-align: left;
  line-height: 1.4;
}
@media screen and (min-width: 751px) {
  .difference .inner ul {
    font-size: 14px;
    width: 1134px;
  }
}
@media screen and (max-width: 750px) {
  .difference .inner ul {
    font-size: 2.6vw;
    width: 96%;
  }
}
.difference .inner ul li {
  line-height: 1.6;
  padding-left: 2em;
  text-indent: -2em;
}

/* ========================
  有料DLC情報
========================== */
@media screen and (min-width: 751px) {
  #dlc {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  #dlc {
    padding-bottom: 4vw;
  }
}

@media screen and (min-width: 751px) {
  .dlcBox {
    width: 1200px !important;
    margin: 0 auto 100px !important;
    background: #f8f0dc;
    -webkit-box-shadow: 0px 0px 2px 1px #798064, 0px 0px 14px 6px #ede1c4 inset;
            box-shadow: 0px 0px 2px 1px #798064, 0px 0px 14px 6px #ede1c4 inset;
    border-radius: 10px;
    padding-bottom: 40px;
  }
}
.dlcBox .tit_h1 {
  position: relative;
}
@media screen and (min-width: 751px) {
  .dlcBox .tit_h1 {
    width: 1160px;
    margin: 0 auto;
    top: -40px;
  }
}
@media screen and (max-width: 750px) {
  .dlcBox .tit_h1 {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .dlcBox .tit_h1.new:after {
    right: 320px;
  }
}
.dlcBox .normalTxt {
  font-family: "Kosugi Maru", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  letter-spacing: -0.05em;
  color: #5b2720;
  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;
}
@media screen and (min-width: 751px) {
  .dlcBox .normalTxt {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .dlcBox .normalTxt {
    text-align: left;
    width: 96%;
    margin: 0 auto;
    font-size: 3.5vw;
  }
}
.dlcBox .wBox {
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  letter-spacing: -0.05em;
  color: #5b2720;
  background-image: url("../img/powerup/bg_wBox_lt.png"), url("../img/powerup/bg_wBox_rt.png"), url("../img/powerup/bg_wBox_rb.png"), url("../img/powerup/bg_wBox_lb.png");
  background-repeat: no-repeat;
  background-position: left 8px top 8px, right 8px top 8px, bottom 8px right 8px, bottom 8px left 8px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 6px 1px #63583d;
          box-shadow: 0px 0px 6px 1px #63583d;
}
@media screen and (min-width: 751px) {
  .dlcBox .wBox {
    width: 960px;
    padding: 40px 100px;
    margin: 40px auto;
  }
}
@media screen and (max-width: 750px) {
  .dlcBox .wBox {
    width: 96%;
    padding: 6%;
    margin: 4vw auto;
    background-size: 6%;
  }
}
.dlcBox .wBox h2 {
  color: #fddb86;
  background: #701400;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100px;
}
@media screen and (min-width: 751px) {
  .dlcBox .wBox h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .dlcBox .wBox h2 {
    font-size: 4.2vw;
    width: 92%;
    margin: 0 auto;
    margin-bottom: 5%;
    line-height: 1.6;
  }
}
.dlcBox .wBox h2 span {
  width: 100%;
  border: solid 1px #fddb86;
  border-radius: 100px;
}
@media screen and (min-width: 751px) {
  .dlcBox .wBox h2 span {
    height: 46px;
  }
}
@media screen and (max-width: 750px) {
  .dlcBox .wBox h2 span {
    padding: 1% 1% 2%;
  }
}
.dlcBox .wBox p {
  line-height: 1.4;
}
@media screen and (min-width: 751px) {
  .dlcBox .wBox p {
    font-size: 26px;
  }
}
@media screen and (max-width: 750px) {
  .dlcBox .wBox p {
    font-size: 4.6vw;
  }
}
@media screen and (min-width: 751px) {
  .dlcBox figure {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .dlcBox figure {
    margin-bottom: 3vw;
  }
}
.dlcBox .anoTxt {
  font-family: "Kosugi Maru", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  letter-spacing: -0.05em;
  color: #5b2720;
  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;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .dlcBox .anoTxt {
    font-size: 14px;
    width: 960px;
  }
}
@media screen and (max-width: 750px) {
  .dlcBox .anoTxt {
    font-size: 3vw;
    width: 96%;
  }
}

/* ========================
  SNS
========================== */
@media screen and (min-width: 751px) {
  .snsArea {
    background: #1f484e url("../img/top/bg_sns_pc.jpg") no-repeat center top;
    border-top: solid 2px #eddaac;
    border-bottom: solid 2px #eddaac;
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 750px) {
  .snsArea {
    background: #1f484e url("../img/top/bg_sns_sp.jpg") no-repeat center bottom;
    padding: 8vw 6vw 6vw;
    margin-bottom: 6vw !important;
  }
}
@media screen and (min-width: 751px) {
  .snsArea .inner {
    width: 1130px;
  }
}
@media screen and (min-width: 751px) {
  .snsArea .inner .snsBnr {
    width: 600px;
    padding: 60px 0px 50px;
    float: left;
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  .snsArea .inner .snsBnr h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .snsArea .inner .snsBnr h2 {
    margin-bottom: 4%;
  }
}
@media screen and (min-width: 751px) {
  .snsArea .inner .snsBnr ul li:nth-child(1),
.snsArea .inner .snsBnr ul li:nth-child(2) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .snsArea .inner .snsBnr ul {
    width: 80%;
    margin: 0 auto 4% auto;
  }
  .snsArea .inner .snsBnr ul li:nth-child(1),
.snsArea .inner .snsBnr ul li:nth-child(2) {
    margin-bottom: 4%;
  }
}
@media screen and (min-width: 751px) {
  .snsArea .inner .timeline {
    width: 500px;
    float: right;
    padding: 20px 0px;
  }
}
@media screen and (max-width: 750px) {
  .snsArea .inner .timeline {
    width: 90%;
    margin: 0 auto;
  }
}

/* ========================
  特典
========================== */
@media screen and (min-width: 751px) {
  .fBox {
    width: 1100px;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 750px) {
  .fBox {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 751px) {
  .fBox #dl {
    float: left;
  }
}
@media screen and (max-width: 750px) {
  .fBox #dl {
    width: 96%;
    margin: 0 auto 3vw;
  }
}
@media screen and (min-width: 751px) {
  .fBox .dBtn {
    float: right;
  }
}
@media screen and (max-width: 750px) {
  .fBox .dBtn {
    width: 96%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px) {
  .fBox .dBtn p:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .fBox .dBtn p {
    margin-bottom: 3vw;
  }
}