*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  list-style: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
dd {
  margin: 0;
}

/* ==========================================================================
   Base styles
   ========================================================================== */

html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 2.7em 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}

/* ==========================================================================
   Custom base styles
   ========================================================================== */
body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 18px;
  line-height: 1.75;
  color: #333;
  letter-spacing: 0.05em;
}

/*
// 個別要素
*/

p {
  padding: 3px 0;
}
a {
  color: #d77600;
}
a:hover {
  text-decoration: none;
}

.twitter-share-button {
  vertical-align: bottom;
}

.header {
  overflow: hidden;
  background: #ff1fa8;
  padding-left: 12px;
}

.header__logo {
  float: left;
  margin-bottom: 0;
}

.header__access {
  text-align: center;
  float: right;
  height: 100%;
  border-left: 1px solid #000;
}
.header__access > a {
  display: block;
  padding: 12px 20px;
}
.header__access > a:hover {
  background: #991265;
}

.unit {
  padding: 45px 50px;
}

.unut-top {
  padding: 45px 0;
}
.unit__inner {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 678px) {
  .unit {
    padding: 50px 30px;
  }
  .unit-top {
    padding: 50px 0;
  }
}

.footer {
  color: #fff;
  text-align: center;
  background: #000;
}

.pagetop {
  margin-top: 40px;
}
.pagetop > a {
  color: #000;
  width: 30px;
  background: #fff;
  border: 4px solid #000;
  margin: 0 auto;
  padding: 22px 17px 18px;
}
.pagetop--footer {
  margin-top: 0;
  margin-bottom: 40px;
}

.pagetop--footer > a:hover {
  background: #d77600;
}

.menuBtn {
  display: block;
  position: fixed;
  top: 80px;
  cursor: pointer;
}

.primaryH {
  font-size: 150%;
  text-align: center;
  margin-bottom: 35px;
}

.primaryH--highlight {
  color: #d77600;
}
.smallH {
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (min-width: 678px) {
  .primaryH {
    margin-bottom: 35px;
  }
}

.wrapper {
  margin: 0 auto;
}

.footer__contact__h {
  font-size: 135%;
  margin-bottom: 15px;
}

.footer__contact {
  margin-bottom: 40px;
}

.footer__contact-content {
  margin-bottom: 40px;
}

.footer__contact-title {
  font-weight: 600;
  font-size: 105%;
}

.footer__obj {
  margin-bottom: 40px;
}

.footer__obj img {
  max-width: 170px;
}

.footer__credit {
  font-size: 70%;
}

.menu__logo {
  text-align: center;
  margin: 20px 0;
}
.menu__list__item > a {
  text-decoration: none;
}
.footer__contact-button {
  max-width: 320px;
  margin: 0 auto;
}

.unit--kikikomi {
  background: #fffe00;
  margin-top: -1px;
}

.unit--inspection {
  background: #ff1fa8;
  margin-top: -1px;
}
.unit--outline {
  background: #000;
  margin-top: -1px;
}

.unit__tag {
  margin-bottom: 24px;
}

.generalBtn {
  text-align: center;
  margin-bottom: 20px;
}

.wH {
  color: #fff;
  font-size: 150%;
  text-align: center;
  margin-bottom: 10px;
}

.unit__section {
  margin-bottom: 30px;
}

.child__navList__item--kikikomi {
  background: #fffe00;
  pointer-events: none;
}

.child__navList__item--inspection {
  background: #ff1fa8;
}

.child__navList__item--escaoe {
  background: #00b6ff;
}

.child__navList__item--dayTic {
  background: #000;
}
.child__navList__item:hover {
  background: #fff;
}

.child__navList {
  text-align: center;
  display: table;
  max-width: 750px;
  table-layout: fixed;
  margin-right: auto;
  margin-left: auto;
}

.child__navList__item {
  display: table-cell;
}

.child__mainH {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.footer__descr {
  font-size: 80%;
}

.visual--child__img {
  display: none;
}
.visual--child__img--sd {
  display: inline;
}
@media screen and (min-width: 678px) {
  .visual__pcInner__above {
    background: #6d1e06;
  }
  .visual__pcInner__below {
    background: #000;
  }
  .visual--child__img--sd {
    display: none;
  }
  .visual--child__img--pc {
    display: block;
  }
}

.child__nav {
  width: 100%;
  background: #000;
}

.header__inner {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.top__yt {
  text-align: center;
  width: 520px;
  height: 294px;
}
@media screen and (min-width: 678px) {
  .top__yt {
    width: 750px;
    height: 411px;
  }
}

.encloseSec {
  background: #fff;
  margin-bottom: 20px;
  padding: 30px;
}

.section {
  margin: 64px 0;
}
@media screen and (min-width: 678px) {
  .encloseSec {
    padding: 35px;
  }
}

.access__map {
  width: 100%;
  height: 400px;
}
.access__open__seg {
  margin-bottom: 35px;
}
.access__open__seg > h4 {
  margin-bottom: 5px;
}

.ticket__frame__item {
  padding: 4% 3%;
}

.ticket__frame__item a {
  color: #333333;
}

.pagetop {
  text-align: center;
}

.unit--wanted {
  text-align: center;
  background: #fffe00;
}

.area-w {
  background-color: #fff;
  padding: 30px;
}

.socials--2clm {
  width: 240px;
  overflow: hidden;
  margin: 0 auto;
}
.socials--2clm__tw {
  float: left;
}

.socials--2clm__fblike {
  float: right;
}

.leadArea__banner {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 40px;
}
.leadArea__banner > a:hover {
  opacity: 0.8;
  transition: 0.15s;
}

.header--answer {
  background-color: #fff;
  padding-left: 0;
}

.btn--blk {
  font-size: 130%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #1f1f1f;
  display: block;
  width: 90%;
  max-width: 580px;
  margin: 0 auto;
  padding: 30px 20px;
}
a.btn--blk {
  color: #fff;
  text-decoration: none;
}
.btn--wht {
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  display: block;
  width: 90%;
  max-width: 580px;
  cursor: pointer;
  margin: 0 auto;
  padding: 30px 20px;
}
.btn--wht:hover {
  background-color: #d67600;
  transition: 0.2s;
}
.btn--bl {
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #008cc0;
  display: block;
  width: 90%;
  max-width: 580px;
  cursor: pointer;
  margin: 0 auto;
  padding: 30px 20px;
}
.btn--bl:hover {
  background-color: #fff;
  color: #008cc0;
  transition: 0.2s;
}
a.btn--wht {
  color: #1f1f1f;
  text-decoration: none;
}

.unit--blk {
  background-color: #1f1f1f;
}
.unit--blk p {
  color: #fff;
}

.answer__inputArea1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 580px;
  margin: 0 auto 40px;
}

.answer__inputArea1__ans {
  margin-right: 20px;
}

.answer__inputArea1__input {
  font-size: 150%;
  font-weight: bold;
  overflow: hidden;
  width: 90%;
  max-width: 580px;
  margin: 0 auto 30px;
}
.answer__inputArea1__input > input {
  font-size: 120%;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
}

.ansArea {
  overflow: hidden;
  margin-bottom: 35px;
}

.link--blk {
  color: #1f1f1f;
  font-size: 120%;
  font-weight: bold;
}

.link--blkWrap {
  text-align: center;
}

.answer__safe {
  text-align: center;
  padding: 0 22px;
  margin-bottom: 30px;
}

.linesUnit {
  margin-bottom: 47px;
  padding: 0 11px;
}

.linesUnit__img {
  text-align: center;
  margin-bottom: 13px;
}

.unit--answer p {
  font-size: 138%;
  font-weight: bold;
}

.wBack {
  border-radius: 2px;
  background-color: #fff;
  padding: 47px 35px 40px;
}

.answerInputWtap select {
  /*
    font-size: 130%;
    font-family: "fontAwesome";
    content: "\f0d7";
*/
  background: url(../answer/images/caret.png) right 10px center no-repeat;
}
.answerInputWtap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  font-size: 145%;
  font-weight: bold;
  border-radius: 0;
  border: 3px solid #1f1f1f;
  margin: 0 4px;
  padding: 6px 62px 6px 6px;
}
.btn--rd {
  font-size: 130%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #c90915;
  display: block;
  width: 90%;
  max-width: 580px;
  margin: 0 auto;
  padding: 30px 20px;
}
.btn--rd:hover {
  background-color: #1f1f1f;
  transition: 0.2s;
}
.selectsWrap {
  /*    font-size: 130%;*/
  margin: 12px 0;
}

.answer__correct {
  text-align: center;
  margin-bottom: 30px;
}

.share__items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
  padding: 0 40px;
}
.share__item--tw {
}
.share__item--tw:after {
 content: '𝕏';
    font-family: unset;
    font-weight: bold;
  background-color: #000000;
}
.share__item--fb {
}
.share__item--fb:after {
  font-family: "fontAwesome";
  content: "\f230";
  background-color: #3c5998;
}

.share__item {
  color: #fff;
  text-decoration: none;
  font-size: 290%;
  /*
    width: 150px;
    height: 150px;
*/
  display: block;
}
.share__item:after {
  display: block;
  line-height: 1;
  padding: 60px;
}
.answer__end {
  text-align: center;
  margin-bottom: 120px;
}

.btn--ending {
  text-align: center;
  cursor: pointer;
  margin-bottom: 40px;
}

.header__logo--answer > img {
  display: block;
  padding: 0 20px;
}

.header__home {
  text-align: center;
  float: right;
  height: 100%;
  border-left: 1px solid #000;
}
.header__home > a {
  display: block;
  padding: 0 20px;
}

.answerInputWtap {
  font-weight: bold;
  font-size: 130%;
}

.unit--answer .unit__inner {
  max-width: 620px;
}
.answer__heading {
  font-size: 180%;
  text-align: center;
}
.answer__heading--2 {
  color: #fff;
}

.answer__stepH--kikikomi {
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  margin-bottom: 23px;
  padding: 20px;
}
.answer__stepH--blk {
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  background-color: #cad800;
  margin-bottom: 23px;
  padding: 20px;
}
.hintList {
  margin-bottom: 60px;
}
.hintList__term {
  font-size: 140%;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
  padding: 21px 66px 21px 22px;
}
.hintList__desc {
  font-size: 135%;
  display: none;
  margin-bottom: 30px;
}
.unit--blk .hintList__term {
  color: #fff;
  border: 1px solid #fff;
}
.unit--blk .hintList__desc {
  color: #fff;
}
.unit--kikikomi .hintList__term {
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
}
.unit--kikikomi .hintList__desc {
  color: #1f1f1f;
}

.unit--blk .hintList__term:after {
  /*
    font-family: "fontAwesome";
    font-size: 120%;
    content: "\f107";
*/
  content: "";
  background-size: 36px 19px;
  width: 36px;
  height: 19px;
  background: url(../answer/images/angle-blk.png) right center no-repeat;
  position: absolute;
  transform: rotate(0);
  transition: 0.35s;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.unit--kikikomi .hintList__term:after {
  /*
    font-family: "fontAwesome";
    font-size: 120%;
    content: "\f107";
*/
  content: "";
  background-size: 36px 19px;
  width: 36px;
  height: 19px;
  background: url(../answer/images/angle-kikikomi.png) right center no-repeat;
  position: absolute;
  transform: rotate(0);
  transition: 0.35s;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hintList__term.isShow:after {
  transform: rotate(180deg);
  transition: 0.35s;
}

.videoWrap {
  text-align: center;
  display: none;
  position: absolute;
}
.endingMov {
  width: 100%;
  margin-top: 30px;
}
.endingWrap {
  position: relative;
  height: 540px;
  margin-bottom: 70px;
}

#endingBtn {
  text-align: center;
  position: absolute;
  width: 100%;
}
.questionnaire__list__term {
  font-weight: bold;
  margin-bottom: 11px;
}
.questionnaire__list__desc {
  margin-bottom: 50px;
}

.answer__input2 {
  width: 100%;
  padding: 10px;
}

.qSelectWtap select {
  /*
    background: url(../answer/images/caret.png) right 10px center no-repeat #fff;
    background-size: 14px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #1f1f1f;
    margin: 0 4px;
    padding: 6px 62px 6px 6px;
*/
  font-size: 130%;
}
.questionnaire__otherwiseH {
  margin: 20px 0 7px;
}

.conanBanner {
  display: block;
  width: 90%;
  margin: 20px auto 0;
}
.conanBanner:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.tag-venue {
  max-width: 320px;
  width: 100%;
  border-radius: 20px;
  text-align: center;
  display: flex;
  font-size: 90%;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.tag-venue li {
  padding: 8px 16px;
}

.tag-venue li:first-child {
  background-color: rgba(255, 255, 255, 0.8);
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.tag-venue li:last-child {
  background-color: #ffffff;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.tag-venue--kikikomi {
  color: #000000;
}

.tag-venue--escape {
  color: #00b6ff;
}

.tag-venue--inspection {
  color: #ff1fa8;
}
