@charset "UTF-8";

body {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*----------------------------------------
 main_img
-----------------------------------------*/
#main_img {
  position: relative;
}

#main_img p {
  background: #000;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  padding: 6px 0;
  text-align: center;
  z-index: 1;
}

#main_img h2 {
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  #main_img p {
    top: 0;
    bottom: auto;
  }
  #main_img p img {
    width: auto;
  }
}

/*----------------------------------------
 original-goods
-----------------------------------------*/
.original-goods {
  background: url(../img/bg_howtoplay.png) no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 40px 0;
}

.goods-detail {
  background: #fff8e1;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  padding: 25px 20px;
  position: relative;
  width: 87%;
  width: calc(100% - 47px);
  margin: 0 auto;
}

.goods_box {
  margin: 0 0 40px;
}

.goods_box:last-child {
  margin-bottom: 0;
}

.goods_box .text_area {
  margin: 0 0 20px;
}

.catch-txt {
  color: #9b782f;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px;
  text-align: left;
}

.goods_box .ttlh3 {
  background: url(../img/bg_imgh01.png) left bottom repeat-y;
  -webkit-background-size: 10px;
  background-size: 10px;
  color: #885e00;
  font-size: 20px;
  padding-left: 25px;
  margin-bottom: 20px;
}

.goods_box .ttlh3 span {
  color: #000000;
  font-size: 16px;
}

.goods_box .text_area p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 1em;
}

.goods_box .text_area p:last-child {
  margin-bottom: 0;
}

.notes_txt li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

.goods_box .copyright {
  display: inline-block;
  font-size: 10px;
  margin-top: 20px;
}

.goods_box .img_area {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .original-goods {
    padding: 60px 0 100px;
  }
  .goods-detail {
    width: 1024px;
    padding: 80px 0;
    margin: 0 auto;
  }
  .goods_box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 838px;
    padding: 0 1.464%;
    margin: 0 auto 100px;
  }
  .goods_box .text_area {
    width: 52.599%;
    margin: 0 2.475% 0 0;
  }
  .goods_box .text_area.w100p {
    width: 100%;
    margin: 0;
  }
  .goods_box .ttlh3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .catch-txt {
    font-size: 26px;
    margin-bottom: 60px;
    text-align: center;
  }
  .goods_box .notes_txt + .ttlh3 {
    margin-top: 50px;
  }
  .goods_box .ttlh3 span {
    font-size: 23px;
  }
  .goods_box .text_area p {
    font-size: 20px;
  }
  .notes_txt:last-child {
    margin-bottom: 0;
  }
  .notes_txt li {
    font-size: 14px;
  }
  .goods_box .img_area {
    width: 44.925%;
    margin-right: 0;
  }
  .goods_box .img_area img {
    max-width: 100%;
  }
}

.aside-area {
  background: #ede6ca;
  padding: 30px 0;
}
.c-aside {
  width: 87%;
  width: calc(100% - 47px);
  margin: 0 auto;
}
.c-aside .c-aside_img {
  width: 63.23%;
  margin: 0 auto 20px;
}
.c-aside .btn_area {
  margin: 0 0 0 -10px;
}
.c-aside .btn_area p {
  display: inline-block;
  vertical-align: top;
  width: 28.66%;
  margin: 20px 0 0 10px;
}
.c-aside .btn_area p:nth-child(1) {
  width: 41.65%;
}
.c-aside .c-aside_txt .btn_area p {
  display: inline-block;
  vertical-align: top;
}
.c-aside .c-aside_txt .btn_area p a {
  display: block;
}
@media screen and (min-width: 768px) {
  .aside-area {
    padding: 60px 0;
  }
  .c-aside {
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
  }
  .c-aside .c-aside_img {
    width: 495px;
    float: left;
    text-align: right;
    margin: 0;
  }
  .c-aside .c-aside_txt {
    width: 495px;
    float: right;
  }
  .c-aside .c-aside_txt .notes_txt {
    margin-top: 10px;
  }
  .c-aside .c-aside_txt .notes_txt p {
    font-size: 12px;
  }
  .c-aside .c-aside_txt .btn_area {
    width: 500px;
    margin: 15px 0 0 -10px;
  }
  .c-aside .c-aside_txt .btn_area p {
    width: 170px;
    margin: 25px 0 0 10px;
  }
  .c-aside .c-aside_txt .btn_area p:nth-child(1) {
    width: 247px;
  }
}

#comics-nazo #cboxLoadedContent {
  background: #eb811d;
}

#comics-nazo #cboxLoadedContent #mdl-close {
  background: none;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 17px;
  height: 17px;
  cursor: pointer;
}

#comics-nazo #cboxLoadedContent #mdl-close::before,
#comics-nazo #cboxLoadedContent #mdl-close::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 21px;
  margin: auto;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#comics-nazo #cboxLoadedContent #mdl-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#comics-nazo #cboxLoadedContent .c-modal_txt p {
  color: #fff;
  font-size: 15px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #comics-nazo #cboxLoadedContent #mdl-close {
    top: 20px;
    right: 20px;
    width: 34px;
    height: 34px;
  }

  #comics-nazo #cboxLoadedContent #mdl-close::before,
  #comics-nazo #cboxLoadedContent #mdl-close::after {
    width: 4px;
    height: 42px;
  }

  #comics-nazo #cboxLoadedContent .c-modal_txt p {
    font-size: 30px;
  }
}


/*----------------------------------------
 minerva
-----------------------------------------*/
.goods-detail + .goods-detail{
  margin-top: 30px;
}
.goods-detail .q-box{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.goods-detail .q-box + .q-box{
  margin-top: 30px;
}

.goods-detail .q-box dl{
  width: 100%;
  margin-top: 15px;
}
.goods-detail .q-box dl dt{
  font-size: 16px;
  margin-bottom: 5px;
  color: #885e00;
}
.goods-detail .q-box dl dd{
  background: #eb811d;
  border-radius: 5px;
  padding: 14px 10px;
  box-shadow: 0px 4px 0px #aa5300;
}
.goods-detail .q-box form input[type="text"] {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  font-size: 12px;
  padding: 7px 10px;
  margin-bottom: 10px;
  border: 1px solid #c1c1c1;
  -webkit-box-shadow: 1px 2px 1px inset #a8a59e;
  box-shadow: 1px 2px 1px inset #a8a59e;
  box-sizing: border-box;
  display: block;
}
.goods-detail .q-box form button {
  display: block;
  background: #ffd475;
  -webkit-box-shadow: 0 3px 0 #d49f2a;
  box-shadow: 0 3px 0 #d49f2a;
  width: 100%;
  font-size: 15px;
  padding: 5px 0;
  border: none;
}
.goods-detail .q-box .q-hint {
  position: relative;
  background: url(../img/icon_01.png) no-repeat 0 center;
  display: inline-block;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  color: #000;
  padding: 3px 0 3px 25px;
  margin: 10px 0 0;
}
.goods-detail .q-box .q-hint:after,
.goods-detail .a-box .a-hint:after{
  content: "";
  background: url(../img/icon_02.png) no-repeat 0 center;
  -webkit-background-size: 12px 10px;
  background-size: 12px 10px;
  position: absolute;
  top: 8px;
  right: -15px;
  width: 12px;
  height: 10px;
}
.goods-detail.minerva h2{
  text-align: center;
  margin-bottom: 10px;
}
.goods-detail .a-box{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.goods-detail.minerva .a-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.goods-detail.minerva .a-box .a-area{
  margin: 15px 0 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.goods-detail.minerva .a-img.a-img_01 {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.goods-detail .a-box + .a-box{
  margin-top: 30px;
}

.goods-detail .a-box .a-area{
  width: 100%;
  margin-bottom: 15px;
}
.goods-detail .a-box .a-area > div{
  background: #feeb59;
  border-radius: 5px;
  padding: 14px 10px;
  box-shadow: 0px 4px 0px #ab9926;
}
.goods-detail.minerva .a-box .a-btn{
  width: 100%;
  margin: 0 auto;
}
.goods-detail.minerva .a-box .a-btn a{
  display: block;
  background: #9a6000;
  -webkit-box-shadow: 0 5px 0 #563600;
  box-shadow: 0 5px 0 #563600;
  box-sizing: border-box;
  width: 100%;
  font-size: 15px;
  padding: 5px 0;
  margin: 0;
  color: #fff;
  text-align: center;
}
.goods-detail.minerva .a-box .q-hint {
  position: relative;
  background: url(../img/icon_03.png) no-repeat 0 center;
  display: inline-block;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  color: #000;
  padding: 3px 0 3px 25px;
  margin: 10px 0 0;
}
.goods-detail.minerva .a-box .q-hint:after {
  content: "";
  background: url(../img/icon_02.png) no-repeat 0 center;
  -webkit-background-size: 12px 10px;
  background-size: 12px 10px;
  position: absolute;
  top: 8px;
  right: -15px;
  width: 12px;
  height: 10px;
}

@media screen and (min-width: 768px) {
  .goods-detail + .goods-detail{
    margin-top: 100px;
  }
  .goods-detail .q-box{
    display: table;
    width: 840px;
    margin: 0 auto;
    padding: 0;
  }
  .goods-detail .q-box + .q-box{
    margin-top: 60px;
  }
  .goods-detail .q-box .q-img,
  .goods-detail .q-box dl{
    display: table-cell;
    vertical-align: top;
  }
  .goods-detail .q-box dl{
    width: 640px;
    padding-left: 25px;
  }
  .goods-detail .q-box dl dt{
    font-size: 42px;
    margin-bottom: 5px;
    color: #885e00;
  }
  .goods-detail .q-box dl dd{
    background: #eb811d;
    border-radius: 10px;
    padding: 28px 0;
    box-shadow: 0px 4px 0px #aa5300;
  }
  .goods-detail .q-box form div {
    width: 570px;
    margin: 0 auto 5px;
    overflow: hidden;
  }
  .goods-detail .q-box form div:after {
    content: "";
    display: block;
    clear: both;
  }
  .goods-detail .q-box form input[type="text"] {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 410px;
    float: left;
    font-size: 22px;
    padding: 10px;
    margin: 0;
    border: 3px solid #c1c1c1;
    -webkit-box-shadow: 1px 2px 1px inset #a8a59e;
    box-shadow: 1px 2px 1px inset #a8a59e;
    box-sizing: border-box;
    display: block;
  }
  .goods-detail .q-box form button {
    display: block;
    background: #ffd475;
    -webkit-box-shadow: 0 5px 0 #d49f2a;
    box-shadow: 0 5px 0 #d49f2a;
    width: 152px;
    float: right;
    font-size: 24px;
    padding: 10px;
    margin: 0;
    border: none;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
  }
  .goods-detail .q-box form button:hover {
    opacity: 0.7;
  }
  .goods-detail .q-box .q-hint {
    position: relative;
    background: url(../img/icon_01.png) no-repeat 0 center;
    display: inline-block;
    -webkit-background-size: 41px 41px;
    background-size: 41px 41px;
    color: #000;
    font-size: 24px;
    padding: 5px 0 5px 45px;
    margin: 0 0 0 38px;
  }
  .goods-detail .q-box .q-hint:after{
    content: "";
    background: url(../img/icon_02.png) no-repeat 0 center;
    position: absolute;
    top: 13px;
    right: -27px;
    width: 23px;
    height: 21px;
  }
  .goods-detail.minerva h2{
    text-align: center;
    margin-bottom: 15px;
  }
  .goods-detail .a-box{
    display: table;
    width: 840px;
    margin: 0 auto;
    padding: 0;
  }
  .goods-detail .a-box + .a-box{
    margin-top: 60px;
  }
  .goods-detail .a-box .a-img,
  .goods-detail .a-box .a-area{
    display: table-cell;
    vertical-align: top;
  }
  .goods-detail .a-box .a-area{
    width: 580px;
    padding-right: 25px;
  }
  .goods-detail .a-box .a-area > div{
    background: #feeb59;
    border-radius: 10px;
    padding: 28px 0;
    box-shadow: 0px 4px 0px #ab9926;
  }
  .goods-detail.minerva .a-box .a-btn{
    width: 505px;
    margin: 0 auto 10px;
  }
  .goods-detail.minerva .a-box .a-btn a{
    display: block;
    background: #9a6000;
    -webkit-box-shadow: 0 5px 0 #563600;
    box-shadow: 0 5px 0 #563600;
    box-sizing: border-box;
    width: 505px;
    font-size: 24px;
    padding: 10px;
    margin: 0;
    color: #fff;
    text-align: center;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
  }
  .goods-detail.minerva .a-box .q-hint {
    position: relative;
    background: url(../img/icon_03.png) no-repeat 0 center;
    display: inline-block;
    -webkit-background-size: 41px 41px;
    background-size: 41px 41px;
    color: #000;
    font-size: 24px;
    padding: 5px 0 5px 45px;
    margin: 0 0 0 38px;
  }
  .goods-detail.minerva .a-box .q-hint:after {
    content: "";
    background: url(../img/icon_02.png) no-repeat 0 center;
    position: absolute;
    top: 13px;
    right: -27px;
    width: 23px;
    height: 21px;
  }
  .goods-detail.minerva .a-box {
    display: table;
  }
  .goods-detail.minerva .a-box .a-area{
    margin: 0;
    vertical-align: bottom;
  }
  .goods-detail.minerva .a-img.a-img_01 {
    width: auto;
    vertical-align: bottom;
  }
}
#cboxLoadedContent {
  background: #eb811d;
}
#cboxLoadedContent .c-modal {
  padding: 0 10px;
}
#cboxLoadedContent #mdl-close {
  background: none;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
#cboxLoadedContent #mdl-close::before,
#cboxLoadedContent #mdl-close::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 21px;
  margin: auto;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cboxLoadedContent #mdl-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#cboxLoadedContent h2 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin: 10px 0 50px;
}
#cboxLoadedContent .c-modal_txt p {
  color: #fff;
  font-size: 15px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #cboxLoadedContent .c-modal {
    padding: 0 20px;
  }
  #cboxLoadedContent #mdl-close {
    top: 20px;
    right: 20px;
    width: 34px;
    height: 34px;
  }
  #cboxLoadedContent #mdl-close::before,
  #cboxLoadedContent #mdl-close::after {
    width: 4px;
    height: 42px;
  }
  #cboxLoadedContent h2 {
    font-size: 60px;
    margin: 20px 0 100px;
  }
  #cboxLoadedContent .c-modal_txt p {
    font-size: 30px;
  }
}
/*----------------------------------------
  s-howtoplay
-----------------------------------------*/
.s-howtoplay {
  background: url(../img/bg_howtoplay.png) no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 40px 0 62px;
}
.s-howtoplay.s-correct,
.s-howtoplay.s-incorrect {
  background-image: url(../img/bg_howtoplay_02.png);
}
.s-howtoplay h2 {
  text-align: center;
  width: 71.875%;
  margin: 0 auto 15px;
}
.c-howtoplay {
  background: #fff8e1;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  padding: 25px 45px;
  position: relative;
  overflow: hidden;
  width: 87%;
  width: calc(100% - 47px);
  margin: 0 auto;
}
.c-howtoplay img {
  display: none;
}

.c-howtoplay ol li {
  counter-increment:num;
  font-size: 12px;
  margin-top: 10px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.c-howtoplay ol li:first-child {
  margin-top: 0;
}
.c-howtoplay ol li:before {
  content:counter(num) ".";
  color: #885e00;
  font-size: 14px;
  margin-right: 5px;
  vertical-align: middle;
}
.c-howtoplay ol:after {
  content: "";
  counter-reset: num;
  display: block;
}

.c-howtoplay .notes_txt {
  margin-top: 10px;
  padding-left: 17px;
}
.c-howtoplay .notes_txt p {
  line-height: 1.73;
  font-size: 9px;
  margin-top: 15px;
}
.c-howtoplay .notes_txt p:first-child {
  margin-top: 0;
}

.c-correct,
.c-incorrect {
  background: #fff8e1;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  padding: 25px 20px;
  position: relative;
  width: 87%;
  width: calc(100% - 47px);
  margin: 0 auto;
}
.c-correct .c-correct_txt {
  border: 12px solid #ff6a00;
  border-radius: 50%;
  box-sizing: border-box;
  display: table;
  font-size: 30px;
  text-align: center;
  margin: 0 auto 40px;
  width: 98px;
  height: 98px;
  position: relative;
}
.c-correct .c-correct_txt span {
  display: table-cell;
  vertical-align: middle;
  color: #c30000;
}
.c-correct .c-correct_txt:before {
  content: "";
  background: url(../img/cara_02.png) no-repeat 0 0;
  -webkit-background-size: 24px 39px;
  background-size: 24px 39px;
  position: absolute;
  top: 50px;
  left: -22px;
  width: 24px;
  height: 39px;
  z-index: 0;
}
.c-correct .c-correct_txt:after {
  content: "";
  background: url(../img/cara_03.png) no-repeat 0 0;
  -webkit-background-size: 86px 135px;
  background-size: 86px 135px;
  position: absolute;
  top: -20px;
  right: -110px;
  width: 86px;
  height: 135px;
  z-index: 0;
}
@media screen and (max-width: 350px) {
  .c-correct .c-correct_txt:after {
    right: -100px;
    -webkit-background-size: 66px auto;
    background-size: 66px auto;
  }
}
.c-correct p {
  line-height: 1.73;
  font-size: 12px;
}
.c-correct p strong {
  font-weight: normal;
  font-size: 18px;
}
.c-correct .txt_red {
  color: #c30000;
  margin-bottom: 5px;
}
.c-correct .share_btn {
  margin: 15px 0 30px;
  text-align: center;
}
.c-correct .txt_notes {
  text-align: center;
}
.c-correct .txt_notes a {
  color: #39b0ea;
  font-size: 9px;
}

.c-incorrect {
  text-align: center;
  position: relative;
}
.c-incorrect::after {
  content: "";
  background: url(../img/cara_04.png) no-repeat 0 0;
  -webkit-background-size: 44px 206px;
  background-size: 44px 206px;
  position: absolute;
  top: 10px;
  right: 25px;
  width: 44px;
  height: 206px;
  z-index: 0;
}
.c-incorrect .c-incorrect_txt {
  display: table;
  margin: 0 auto 25px;
  width: 108px;
  height: 108px;
  text-align: center;
  position: relative;
}
.c-incorrect .c-incorrect_txt::before,
.c-incorrect .c-incorrect_txt::after {
  content: "";
  background: #2996f3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 18px;
  height: 130px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
}
.c-incorrect .c-incorrect_txt::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-incorrect .c-incorrect_txt span {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  -webkit-text-stroke: 1px #fff;
  z-index: 1;
}
.c-incorrect p {
  font-size: 12px;
  margin-bottom: 12px;
}
.incorrect-hint {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 20px;
}
.c-incorrect #turn_back {
  background: #545454;
  -webkit-box-shadow: 0 3px 0 #292929;
  box-shadow: 0 3px 0 #292929;
  box-sizing: border-box;
  border: none;
  border-radius: 25px;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .s-howtoplay {
    padding: 60px 0 125px;
  }
  .s-howtoplay h2 {
    margin-bottom: 20px;
  }
  .c-howtoplay {
    width: 1024px;
    padding: 50px 90px 25px;
    margin: 0 auto 25px;
  }
  .c-howtoplay ol {
    width: 560px;
  }
  .c-howtoplay ol li {
    font-size: 18px;
    padding-left: 2.0em;
    text-indent: -1.9em;
  }
  .c-howtoplay ol li:before {
    font-size: 24px;
    margin-right: 10px;
  }
  .c-howtoplay img {
    display: inline;
    position: absolute;
    bottom: -50px;
    right: 62px;
    z-index: 0;
  }

  .c-howtoplay .notes_txt {
    width: 525px;
    margin-top: 23px;
    padding-left: 34px;
  }
  .c-howtoplay .notes_txt p {
    font-size: 12px;
    margin-top: 30px;
  }

  .c-correct,
  .c-incorrect {
    width: 1024px;
    padding: 70px 90px 110px;
    margin: 0 auto;
  }
  .c-correct .c-correct_txt {
    border-width: 28px;
    font-size: 60px;
    margin-bottom: 40px;
    width: 236px;
    height: 236px;
  }
  .c-correct .c-correct_txt:before {
    -webkit-background-size: 48px 78px;
    background-size: 48px 78px;
    top: 112px;
    left: -42px;
    width: 48px;
    height: 78px;
  }
  .c-correct .c-correct_txt:after {
    -webkit-background-size: 257px 405px;
    background-size: 257px 405px;
    top: -76px;
    right: -334px;
    width: 257px;
    height: 405px;
  }
  .c-correct p {
    font-size: 24px;
    text-align: center;
  }
  .c-correct p strong {
    font-size: 36px;
  }
  .c-correct .txt_red {
    margin-bottom: 10px;
  }
  .c-correct .share_btn {
    margin: 30px 0 60px;
  }
  .c-correct .txt_notes a {
    font-size: 18px;
  }

  .c-incorrect::after {
    -webkit-background-size: 88px 412px;
    background-size: 88px 412px;
    top: 40px;
    right: 190px;
    width: 88px;
    height: 412px;
  }
  .c-incorrect .c-incorrect_txt {
    margin: 0 auto 50px;
    width: 216px;
    height: 216px;
  }
  .c-incorrect .c-incorrect_txt::before,
  .c-incorrect .c-incorrect_txt::after {
    width: 30px;
    height: 280px;
  }
  .c-incorrect .c-incorrect_txt span {
    font-size: 60px;
    -webkit-text-stroke: 2px #fff;
  }
  .c-incorrect p {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .incorrect-hint {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .c-incorrect #turn_back {
    -webkit-box-shadow: 0 5px 0 #292929;
    box-shadow: 0 5px 0 #292929;
    border-radius: 50px;
    font-size: 24px;
    padding: 20px 0;
    width: 500px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
  }
  .c-incorrect #turn_back:hover {
    opacity: 0.7;
  }
}

/*----------------------------------------
minerva-answer 
-----------------------------------------*/
.minerva-answer {
  padding: 60px 0 40px;
  background: url(../img/bg_howtoplay.png) no-repeat fixed;
  background-size: cover;
}
.minerva-answer .minerva-answer-txt {
  max-width: 116px;
  margin: 0 auto;
}
.minerva-answer h2 {
  opacity: 0;
  max-width: 177px;
  margin: 0 auto 17px;
  -webkit-transition: all .42s ease-in-out .42s;
  transition: all .42s ease-in-out .42s;
}
.minerva-answer .minerva-answer-cara {
  opacity: 0;
  max-width: 165px;
  margin-bottom: 18px;
  -webkit-transition: all .42s ease-in-out .45s;
  transition: all .42s ease-in-out .45s;
}
.minerva-answer-input {
  opacity: 0;
  margin-bottom: 20px;
  -webkit-transition: all .42s ease-in-out .47s;
  transition: all .42s ease-in-out .47s;
}
.minerva-answer .minerva-answer-txt {
  opacity: 0;
  -webkit-transition: all .42s ease-in-out .5s;
  transition: all .42s ease-in-out .5s;
}
.minerva-answer.action h2,
.minerva-answer.action .minerva-answer-cara,
.minerva-answer.action .minerva-answer-input,
.minerva-answer.action .minerva-answer-txt {
  opacity: 1;
}
.minerva-answer.action.action-end h2,
.minerva-answer.action.action-end .minerva-answer-cara,
.minerva-answer.action.action-end .minerva-answer-input,
.minerva-answer.action.action-end .minerva-answer-txt {
  -webkit-transition: none;
  transition: none;
}
.minerva-answer-wrap {
  opacity: 0;
  max-width: 1020px;
  width: calc(100% - 47px);
  padding: 25px 20px;
  margin: 0 auto;
  background: #fff8e1;
  -webkit-box-shadow: 0 1px 5px 0 #999;
  box-shadow: 0 1px 5px 0 #999;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: all ease-in-out .42s;
  transition: all ease-in-out .42s;
}
.minerva-answer.action .minerva-answer-wrap {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.minerva-answer-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 14px 10px;
  background: url(../img/bg_minervaanswer.png) no-repeat top center;
  background-size: cover;
  border-radius: 8px;
  border-bottom: 3px solid #ab9926;
  box-sizing: border-box;
  text-align: center;
}
.minerva-answer-input input[type="text"] {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  max-width: 717px;
  width: 100%;
  font-size: 12px;
  padding: 7px 10px;
  margin: 0 auto;
  border: 1px solid #c1c1c1;
  -webkit-box-shadow: 1px 2px 1px inset #a8a59e;
  box-shadow: 1px 2px 1px inset #a8a59e;
  background: #fff8e1;
  box-sizing: border-box;
  display: block;
}
.minerva-answer-input .minerva-answer-btn-wp {
  position: relative;
  max-width: 717px;
  width: 100%;
  margin: 20px auto 0;
  text-align: left;
}
.minerva-answer-input .q-hint {
  position: relative;
  background: url(../img/icon_03.png) no-repeat 0 center;
  display: inline-block;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  color: #000;
  padding: 3px 0 3px 25px;
  margin: 10px 0 0;
}
.minerva-answer-input .q-hint:after {
  content: "";
  background: url(../img/icon_02.png) no-repeat 0 center;
  -webkit-background-size: 12px 10px;
  background-size: 12px 10px;
  position: absolute;
  top: 8px;
  right: -15px;
  width: 12px;
  height: 10px;
}
.minerva-answer-input button {
  display: block;
  background: #9a6000;
  -webkit-box-shadow: 0 3px 0 #d49f2a;
  box-shadow: 0 3px 0 #d49f2a;
  width: 100%;
  color: #fff;
  font-size: 15px;
  padding: 5px 0;
  margin: 10px auto 0;
  border: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}
@media screen and (min-width: 768px) {
  .minerva-answer h2 {
    max-width: 100%;
  }
  .minerva-answer .minerva-answer-cara {
    max-width: 100%;
  }
  .minerva-answer .minerva-answer-txt {
    max-width: 100%;
  }
  .minerva-answer-input button:hover {
      opacity: 0.7;
  }
  .minerva-answer-input .q-hint {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/icon_03.png) no-repeat 0 center;
    display: inline-block;
    -webkit-background-size: 41px 41px;
    background-size: 41px 41px;
    color: #000;
    font-size: 24px;
    padding: 5px 0 5px 45px;
    margin: 0;
  }
  .minerva-answer-input .q-hint:after {
    content: "";
    background: url(../img/icon_02.png) no-repeat 0 center;
    position: absolute;
    top: 13px;
    right: -27px;
    width: 23px;
    height: 21px;
    margin: 0;
  }
}

body.minerva-page #cboxOverlay {
  background: #000;
}

.mdl-close-minerva {
  background: #545454;
  -webkit-box-shadow: 0 3px 0 #292929;
  box-shadow: 0 3px 0 #292929;
  box-sizing: border-box;
  border: none;
  border-radius: 25px;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mdl-close-minerva {
    -webkit-box-shadow: 0 5px 0 #292929;
    box-shadow: 0 5px 0 #292929;
    border-radius: 50px;
    font-size: 24px;
    padding: 20px 0;
    width: 500px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
  }
  .mdl-close-minerva:hover {
    opacity: 0.7;
  }
}

body.minerva-page .s-howtoplay {
  overflow: hidden;
  padding: 0;
  border-radius: 8px;
}
body.minerva-page .c-correct,
body.minerva-page .c-incorrect {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
body.minerva-page .c-incorrect:after {
  content: none;
}
body.minerva-page .c-correct .c-correct_txt:after {
  content: none;
}
body.minerva-page .c-correct .c-correct_txt:before {
  display: inline-block;
  position: static;
  border-radius: 50%;
  border: 12px solid #ff6a00;
  margin-bottom: 0;
  background: none;
  background: url(../img/cara_05.png) no-repeat top -11px left -9px;
  background-size: 95px auto;
  width: 98px;
  height: 98px;
  vertical-align: middle;
  box-sizing: border-box;
}
body.minerva-page .c-correct .c-correct_txt {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  border: none;
  margin-bottom: 30px;
  font-size: 30px;
  text-align: center;
}
body.minerva-page .c-correct .c-correct_txt span {
  display: inline-block;
  margin: 0 15px;
  line-height: 1;
  vertical-align: middle;
}
body.minerva-page .c-correct .txt_lead {
  display: block;
  max-width: 450px;
  margin: 0 auto 35px;
  text-align: left;
  font-size: 14x;
}
body.minerva-page .c-correct .share_btn {
  max-width: 250px;
  margin: 0 auto 30px;
}

body.minerva-page .c-correct .txt_notes a {
  color: #39b0ea;
  font-size: 12px;
}

body.minerva-page .c-incorrect p {
  margin-bottom: 18px;
}
body.minerva-page .c-incorrect .minerva-hint {
  display: inline-block;
  margin-bottom: 18px;
  color: #39b0ea;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: underline;
}
body.minerva-page#comics-nazo #cboxLoadedContent {
  background: transparent;
}
body.minerva-hint.minerva-page#comics-nazo #cboxLoadedContent {
  background: #eb811d;
}
.q-img.q-img_01 img,
.q-img.q-img_02 img,
.a-img.a-img_01 img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
.conductor_txt {
  margin-top: 1em;
}


@media screen and (min-width: 768px) {
  #wrap-section {
    margin-top: 60px;
  }
  #main_img + #wrap-section {
    margin-top: 0;
  }
  .minerva-answer {
    padding: 50px 0 62px;
  }
  .minerva-answer-wrap {
    padding: 70px 10px;
  }
  .minerva-answer-inner {
    padding: 40px 15px 50px;
    border-bottom: 5px solid #ab9926;
  }
  .minerva-answer-input {
    margin-bottom: 38px;
  }
  .minerva-answer-input input[type="text"] {
    font-size: 22px;
  }
  .minerva-answer-input button {
    -webkit-box-shadow: 0 5px 0 #d49f2a;
    box-shadow: 0 5px 0 #d49f2a;
    width: 152px;
    font-size: 24px;
    padding: 10px;
    margin: 24px auto 0;
  }
  body.minerva-page .c-correct,
  body.minerva-page .c-incorrect {
    padding: 70px 90px 60px;
  }
  body.minerva-page .c-correct .c-correct_txt {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    border: none;
    margin-bottom: 16px;
    font-size: 60px;
    text-align: center;
  }
  body.minerva-page .c-correct .c-correct_txt:before {
    display: inline-block;
    position: static;
    border-radius: 50%;
    border: 14px solid #ff6a00;
    margin-bottom: 0;
    background: none;
    background: url(../img/cara_05.png) no-repeat top -14px left -14px;
    background-size: 120px auto;
    width: 120px;
    height: 120px;
    vertical-align: middle;
    box-sizing: border-box;
  }
  body.minerva-page .c-correct .txt_lead {
    display: block;
    max-width: 450px;
    margin: 0 auto 35px;
    text-align: left;
    font-size: 16px;
    word-break: keep-all;
  }
  body.minerva-page .c-correct .txt_notes a {
    font-size: 18px;
  }
  body.minerva-page .c-correct .share_btn {
    max-width: none;
    margin: 0 0 50px;
  }
  body.minerva-page .c-incorrect p {
    margin-bottom: 36px;
  }
  body.minerva-page .c-incorrect .minerva-hint {
    margin-bottom: 38px;
    font-size: 18px;
  }
  .q-img.q-img_01 img,
  .q-img.q-img_02 img,
  .a-img.a-img_01 img {
    display: block;
    width: 100%;
  }
}


/*----------------------------------------
 モーダル箇所の調整 (ミネルヴァ正解・不正解 画面)
-----------------------------------------*/
@media screen and (max-width: 767px) {
  body.device-sp.minerva-page {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  body.device-sp.minerva-page div#colorbox.minerva-modal {
    top: 50% !important;
    left: 50% !important;
    width: 90% !important;
    height: auto !important;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  body.device-sp.minerva-page div#cboxLoadedContent,
  body.device-sp.minerva-page div#colorbox.minerva-modal #cboxWrapper,
  body.device-sp.minerva-page div#colorbox.minerva-modal #cboxWrapper div#cboxMiddleLeft,
  body.device-sp.minerva-page div#colorbox.minerva-modal #cboxWrapper div#cboxMiddleRight,
  body.device-sp.minerva-page div#colorbox.minerva-modal #cboxWrapper #cboxContent {
    position: static;
    float: none !important;
    width: 100% !important;
    height: auto !important;
  }
}

body.device-sp.minerva-page #cboxLoadedContent{overflow-y:auto !important; -webkit-overflow-scrolling: auto;max-height: 85vh;margin: 10px 0 !important;}