@charset "utf-8";
.content {
  padding: 0;
  overflow: hidden;
}
.app {
  padding: 70px 30px 30px;
}
.appInner {
  border: dashed 1px #32acf0;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}
.app__head {
  display: table;
  height: 30px;
  margin-left: -10px;
  margin-bottom: 30px;
  padding: 0 30px 0 40px;
  background: #32acf0;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0.1em;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: skew(-14deg);
          transform: skew(-14deg);
}
.app__head:before {
  font-size: 18px;
  vertical-align: middle;
}
.app__form {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  border-collapse: collapse;
}
.app__form th {
  width: 10em;
  font-weight: normal;
  line-height: 30px;
  vertical-align: top;
}
.app__form td {
  padding-bottom: 10px;
}
.app__form input,
.app__form textarea {
  padding-left: 5px;
  border-radius: 2px;
  border: solid 1px #ccc;
  font-size: 14px;
  box-sizing: border-box;
}
.app__form input {
  height: 30px;
  line-height: 30px;
}
.app__form [name="name"] {
  width: 200px;
}
.app__form [name="mail"] {
  width: 400px;
}
.app__form [name="url"] {
  width: 100%;
}
.app__form [name="question"] {
  width: 100%;
  height: 200px;
  padding-top: 5px;
}
.app__form__action {
  margin-bottom: 70px;
  text-align: center;
}
.app__form__action [type="submit"],
.app__form__action [type="reset"] {
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.app__form__action [type="submit"] {
  width: 100px;
  height: 30px;
  margin-right: 10px;
  border-radius: 2px;
  background: #32acf0;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.1em;
  transition: opacity 150ms linear;
  vertical-align: bottom;
}
.app__form__action [type="submit"]:hover {
  opacity: 0.6;
}
.app__form__action [type="reset"] {
  width: 60px;
  height: 20px;
  border-radius: 2px;
  background: #aaa;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  transition: opacity 150ms linear;
  vertical-align: bottom;
}
.app__form__action [type="reset"]:hover {
  opacity: 0.6;
}
.app__notice {
  list-style: disc outside;
  margin: 0 50px 30px 60px;
  color: #666;
  line-height: 1.4;
}
.app__notice > li + li {
  margin-top: 10px;
}
.confirm {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.confirm__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
}
.confirm__content {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 30px;
  border-radius: 3px;
  background-color: #fff;
  box-sizing: border-box;
  overflow-y: scroll;
}
.confirm__content__head {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.confirm__content table {
  margin: 0 auto 30px;
  border-collapse: collapse;
}
.confirm__content th {
  width: 10em;
  font-weight: normal;
  line-height: 30px;
  text-align: left;
  vertical-align: top;
}
.confirm__content td {
  line-height: 30px;
  text-align: left;
  vertical-align: top;
}
.confirm__content input,
.confirm__content textarea {
  display: none;
}
.confirm__content .error {
  color: #f00;
}
.confirm__content #mform_footer {
  margin-bottom: 15px;
  text-align: center;
}
.confirm__content .back {
  color: #32acf0;
  font-size: 14px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
.confirm__content .back:hover {
  text-decoration: none;
}
.confirm__content .send {
  width: 100px;
  height: 30px;
  margin: 0 auto;
  border-radius: 2px;
  background: #32acf0;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  cursor: pointer;
  transition: opacity 150ms linear;
}
.confirm__content .send:hover {
  opacity: 0.6;
}
.confirm__content .comp {
  margin-bottom: 30px;
  line-height: 1.4;
  text-align: center;
}
.guideForm {
  padding-bottom: 50px;
  text-align: center;
}
.guideForm > a {
  display: inline-block;
  padding: 0 120px;
  border-radius: 3px;
  background-color: #32acf0;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-decoration: none;
  transition: opacity 150ms linear;
}
.guideForm > a:hover {
  opacity: 0.6;
}
.guideForm > a:before {
  margin-right: 0.5em;
}
.special.top {
  padding-bottom: 30px;
}
.special__head {
  margin-bottom: 30px;
  background-color: #fff;
}
.special__head__text {
  display: table;
  height: 30px;
  margin-left: -10px;
  padding: 0 30px 0 40px;
  background: #32acf0;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0.1em;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: skew(-14deg);
          transform: skew(-14deg);
}
.special__navWrap {
  padding: 0 30px;
}
.special__nav {
  margin-left: -10px;
  margin-top: -10px;
}
.special__nav:after {
  content: "";
  display: block;
  clear: both;
}
.special__nav > li {
  float: left;
  padding-left: 10px;
  padding-top: 10px;
  box-sizing: border-box;
}
.special__nav a {
  display: block;
  transition: opacity 150ms linear;
}
.special__nav a:hover {
  opacity: 0.6;
}
.zng__img {
  position: relative;
}
.zng__img img {
  vertical-align: bottom;
}
.zng__img__guideAnswer {
  position: absolute;
  left: 480px;
  top: 192px;
}
.zng__img__guideAnswer a {
  display: block;
  border-radius: 2px;
  border: solid 3px #fff;
  transition: opacity 150ms linear;
  -webkit-animation: GAframe 1s linear infinite alternate;
          animation: GAframe 1s linear infinite alternate;
}
.zng__img__guideAnswer a:hover {
  opacity: 0.6;
}
.answer {
  padding-bottom: 70px;
}
.answer__head {
  margin-bottom: 50px;
}
.answer__content {
  padding: 0 70px;
}
.pager {
  font-size: 14px;
  text-align: right;
}
.pager.top {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
.pager.bottom {
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid 1px #ccc;
}
.pager > li {
  display: inline-block;
  padding: 0 5px;
  color: #32acf0;
  text-decoration: underline;
  cursor: pointer;
}
.pager > li:hover,
.pager > li[data-state="disabled"],
.pager > li[data-state="current"] {
  text-decoration: none;
}
.pager > li[data-state="disabled"] {
  color: #ccc;
  cursor: default;
}
.pager > li[data-state="current"] {
  color: #333;
  font-weight: bold;
  cursor: default;
}
.zngList {
  transition: opacity 0s ease-out, -webkit-transform 0s ease-out;
  transition: opacity 0s ease-out, transform 0s ease-out;
  transition: opacity 0s ease-out, transform 0s ease-out, -webkit-transform 0s ease-out;
}
.releaseDate {
  margin: -35px 0 20px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.zngItem + .zngItem {
  margin-top: 50px;
}
.zngItem + .zngItem--fin {
  margin-top: 150px;
}
.zngItem__header {
  margin-bottom: 30px;
}
.zngItem__header:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("./../../images/special/zannge/person.png") no-repeat;
}
.zngItem__header:after {
  content: "";
  display: inline-block;
  width: 87px;
  height: 57px;
  position: relative;
  top: 17px;
  background: url("./../../images/special/zannge/icon_zannge.png") no-repeat;
}
.zngItem__header__name {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  font-weight: bold;
}
.zngItem__header__name:after {
  content: "さんの";
  display: inline-block;
  padding-left: 5px;
  font-weight: normal;
}
.zngItem__q {
  margin-bottom: 50px;
  margin-left: 50px;
  padding: 10px 15px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.6;
}
.zngItem__a {
  margin-bottom: 10px;
  margin-left: 50px;
  padding: 5px;
  background-color: #fff;
}
.zngItem__a:after {
  content: "";
  display: block;
  clear: both;
}
.zngItem__a__char {
  width: 120px;
  height: 120px;
  position: relative;
}
.zngItem__a__char:before {
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(255,255,255,0.5);
  font-size: 14px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff;
  line-height: 30px;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  text-align: center;
}
.zngItem__a__char:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 10px;
  border: solid 7px transparent;
}
.zngItem__a__text {
  padding: 10px 15px;
  border-radius: 2px;
  line-height: 1.6;
  overflow: hidden;
}
.zngItem__a__text .emphasis {
  padding: 0 3px;
  font-size: 14px;
  font-weight: bold;
}
.meguri .zngItem__a__char {
  float: left;
  margin-right: 30px;
  background-color: #b4b5ff;
  color: #6f75da;
}
.meguri .zngItem__a__char:before {
  content: "めぐり";
}
.meguri .zngItem__a__char:after {
  right: -30px;
  border-right: solid 15px #d9daff;
}
.meguri .zngItem__a__text {
  background-color: #d9daff;
}
.reina .zngItem__a__char {
  float: right;
  margin-left: 30px;
  background-color: #feb2a5;
  color: #c7566d;
}
.reina .zngItem__a__char:before {
  content: "レイナ";
}
.reina .zngItem__a__char:after {
  left: -30px;
  border-left: solid 15px #fed8d2;
}
.reina .zngItem__a__text {
  background-color: #fed8d2;
  text-align: right;
}
.oen__img {
  position: relative;
}
.oen__img > img {
  vertical-align: middle;
}
.oen__howtoList {
  padding: 0 80px 70px;
  background-color: #fff;
}
.oen__howtoList > li + li {
  margin-top: 10px;
}
.oen__howtoList .emphasis {
  color: #f00;
}
.oen__banner {
  padding: 0 70px 0 100px;
  background-color: #fff;
}
.btnFollow {
  display: block;
  width: 240px;
  height: 30px;
  margin-top: 10px;
  border-radius: 2px;
  background-color: #32acf0;
  color: #fff;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  transition: opacity 150ms linear;
}
.btnFollow:hover {
  opacity: 0.6;
}
.btnFollow__account {
  margin-right: 5px;
  font-size: 14px;
}
.btnDld {
  display: block;
  position: absolute;
  top: 246px;
  right: 80px;
  transition: opacity 150ms linear;
}
.btnDld:hover {
  opacity: 0.6;
}
.bnrTab {
  margin-bottom: 10px;
  border-bottom: solid 1px #32acf0;
}
.bnrTab:after {
  content: "";
  display: block;
  clear: both;
}
.bnrTab > li {
  float: left;
  width: 100px;
  height: 30px;
  border-radius: 5px 5px 0 0;
  background-color: #fff;
  color: #32acf0;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: background-color 150ms linear, color 150ms linear;
}
.bnrTab > li:hover,
.bnrTab > li.current {
  background-color: #32acf0;
  color: #fff;
}
.bnrTab > li + li {
  margin-left: 5px;
}
.bnrContent {
  padding-bottom: 30px;
}
.bnrContent > li {
  display: none;
  font-size: 0;
}
.bnrList {
  margin-left: -5px;
  margin-top: -5px;
}
.bnrList:after {
  content: "";
  display: block;
  clear: both;
}
.bnrList > li {
  float: left;
  position: relative;
  margin-left: 5px;
  margin-top: 5px;
  cursor: pointer;
}
.bnrList > li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  transition: opacity 150ms linear;
}
.bnrList > li:hover:after,
.bnrList > .current:after {
  opacity: 0;
}
.bnrCode {
  padding-bottom: 30px;
}
.bnrCode__body {
  padding: 10px 15px;
  background-color: #ddd;
  line-height: 1.2;
}
.genntei {
  position: relative;
}
.genntei__action {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  text-align: center;
}
.genntei__action > a {
  display: inline-block;
  height: 50px;
  padding: 0 15px;
  border-radius: 2px;
  background-color: #32acf0;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: opacity 150ms linear;
}
.genntei__action > a:hover {
  opacity: 0.6;
}
.taiken__head,
.op__head {
  margin-bottom: 10px;
}
.taiken__body,
.op__body {
  padding: 0 50px 50px;
}
.viewSample {
  width: 860px;
  height: 484px;
  position: relative;
  margin-bottom: 10px;
  background-color: #fff;
}
.viewSample > img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 500ms linear;
}
.viewSample--op {
  text-decoration: none;
  cursor: pointer;
}
.viewSample--op:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.viewSample--op:hover:before {
  opacity: 1;
}
.viewSample--op:after {
  font-family: fontAwesome;
  content: "\f04b";
  width: 160px;
  height: 160px;
  font-size: 72px;
  line-height: 160px;
  border-radius: 80px;
  background-color: rgba(255,255,255,0.5);
  border: 1px solid #fff;
  box-shadow: 0 0 7px #32acf0;
  color: #32acf0;
  text-shadow: 0 0 7px #fff;
  text-align: center;
  position: absolute;
  top: 162px;
  left: 350px;
  transition: all 0.3s;
  z-index: 11;
  text-indent: 16px;
}
.viewSample--op:hover:after {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.fileInfo {
  display: table;
  margin-left: auto;
  margin-bottom: 30px;
  font-size: 14px;
}
.fileInfo > dt,
.fileInfo > dd {
  display: table-cell;
}
.fileInfo > dt {
  font-weight: bold;
}
.fileInfo > dt::after {
  content: "\FF1A";
}
.fileInfo > dd + dt {
  padding-left: 50px;
}
.taikenGuide {
  margin-bottom: 100px;
  font-size: 14px;
  line-height: 1.8;
}
.taikenGuide > a {
  display: inline-block;
  margin-left: 30px;
}
.taikenGuide > a::before {
  content: "\300B";
}
.dlLinks {
  border: dashed 1px #32acf0;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}
.dlLinks__head {
  display: table;
  height: 30px;
  margin-left: -10px;
  margin-bottom: 30px;
  padding: 0 30px 0 40px;
  background: #32acf0;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0.1em;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: skew(-14deg);
          transform: skew(-14deg);
}
.dlLinks__head:before {
  font-size: 18px;
  vertical-align: middle;
}
.dlLinks__list {
  padding: 0 100px 10px;
  font-size: 16px;
}
.dlLinks__message {
  padding: 0 100px 30px;
  text-align: right;
}
.dlItem {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: dashed 1px #32acf0;
}
.dlItem__head,
.dlItem__link {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: middle;
}
.dlItem__link {
  text-align: right;
}
.dlItem__link__button {
  display: inline-block;
  height: 30px;
  padding: 0 20px;
  background-color: #ff9e2a;
  color: #fff;
  line-height: 30px;
  text-decoration: none;
  transition: opacity 150ms linear;
}
.dlItem__link__button:hover {
  opacity: 0.6;
}
.cd {
  padding-bottom: 50px;
  background-color: #fff;
}
.cdList > li {
  cursor: pointer;
  transition: opacity 150ms linear;
}
.cdList > li:hover {
  opacity: 0.6;
}
.mvList > li {
  display: none;
}
@-webkit-keyframes GAframe {
  from {
    border-color: #fff;
  }
  to {
    border-color: #ff8271;
  }
}
@keyframes GAframe {
  from {
    border-color: #fff;
  }
  to {
    border-color: #ff8271;
  }
}
