.visual {
    text-align: center;
    background: #000;
}
.visual__main {
    width: 750px;
}

.visual--child {
    text-align: center;
    background: #000;
    position: relative;
}

.leadArea {
    text-align: center;
    color: #fff;
    background: #000;
    margin-top: -1px;
}
.leadArea--above {
    text-align: center;
    padding-top: 60px;
}

.leadArea__txt1 {
}
.leadArea__txt2 {
    margin-bottom: 50px;
    padding: 0 24px;
}


.top__aboutConan {
    color: #fff;
    background: #ff6da4;
}

.top__aboutReald {
        color: #fff;
        background: #00a6e8;
}


.top__aboutConan__img {
    text-align: center;
    margin-bottom: 25px;
}
.top__aboutConan__img p {
    font-size: 90%;
}
.top__aboutConan__img img {
    width: 200px;
    padding-bottom: 7px;
}


.ticket__frame {
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    position: relative;
    border: 1px solid  #000;
    margin-bottom: 40px;
}

.ticket-button {
    width: 100%;
    margin-bottom: 24px;
}

.ticket__frame__primaryH {
    color: #fff;
    border-bottom: 1px solid #000;
    margin-bottom: 0;
    padding: 10px 0;
}

.ticket__frame__subH {
    border-bottom: 1px solid #000;
    margin-bottom: 0;
    padding: 10px 0;
}

.ticket__frame__tbl {
    text-align: center;
    display: table;
    width: 100%;
    border-bottom: 1px solid #000;
}
.ticket__frame__tbl:last-child {
    border-bottom: none;
}

.ticket__frame__tblcl {
    display: table-cell;
    width: 50%;
    padding: 10px;
}
.ticket__frame__tblcl:first-child {
    border-right: 1px solid #000;   
}

.ticket__frame__q {
    position: absolute;
    right: 10px;
    top: 11px;
}
.ticket__frame__q > a {
    color: #000;   
}
.ticket__frame__q > a:hover {
    color: #fff;   
}

.unit--escape {
    background: #00b6ff;
}
.unit--goods {
    background-color: #d77600;
}

.leadArea__linkList {
    overflow: hidden;
    margin-bottom: 40px;
}

.leadArea__linkList__item {
    text-align: center;
    width: 30%;
    float: left;
    margin-right: 5%;
}
.leadArea__linkList__item:hover {
    background: #fff !important;    
}
.leadArea__linkList__item:last-child {
    margin-right: 0;   
}

.leadArea__linkList__item--kikikomi {
    background: #ff0;
}

.leadArea__linkList__escape {
    background: #00b6ff;
}

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

.top-event {
}

.top-event__lead {
    max-height: 70px;
}

.top-event__tag {
max-height: 180px;
}

.top-event__btn {
    max-width: 240px;
    margin: 24px auto 0;

}

.top-event__btn li {
    margin-bottom: 16px;
}

.top-event__item {
padding: 40px 16px;
height: 600px;
max-width: 400px;
width: 100%;
}

.top-event__item-kikikomi {
    background-color: #FFFF00;
}

.top-event__item-inspection {
    background-color: #FF1FA8;
}

.top-event__item-escape {
    background-color: #00B6FF;
}

.top-event__item__venue {
    margin-bottom: 24px;
}

.unit--dayTic {
    background: #000;
}

.dayTicWrap {
    background: #000;
    padding: 30px 0;
}
.dayTic__cs {
    color: #fff;
    font-size: 180%;
    font-weight: bold;
    text-align: center;
    margin: 30px 0;
}
.unit--inspection--dayTic {
    color: #ff1fa7;
}
.unit--escape--dayTic {
    color: #00b6ff;
}

.access__tag {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.access__tag img {
    height: 150px;
}

.access__button {
    max-width: 320px;
    margin: 0 auto;
    font-size: 85%;
    text-align: center;
}

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

.event__descr {
    text-align: center;
    max-height: 120px;
}

.event__descr img {
    max-height: 120px;
}

.event__tag {
    max-height: 200px;
    margin:0 auto 40px;
    display: block;
}

.event__lead {
    font-size: 120%;
    padding: 0 40px;
    font-weight: 600;
    margin-bottom: 60px;
}




.recommend__ajito {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.recommend__eventInfos {
  text-align: center;
}
.recommend__ajitoLogo {
    display: table-cell;
    vertical-align: middle;
}
.recommend__ajitoInfos {
    display: table-cell;
    vertical-align: middle;
}
.recommend__eventInfos__vis {
  margin-bottom: 30px;
}
.recommend h4 {
    margin-bottom: 0;
}
.recommend__ajitoInfos__item {
    color: #b3b3b3;
    font-weight: bold;
    text-align: center;
    border: 1px solid #b3b3b3;
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 5px 20px;
}

.unit--challenge {
    background-color: #d77600;
    padding-top: 25px;
}

.challenge__txt {
    text-align: center;
    margin-bottom: 45px;
}

.challenge__inputArea {
    overflow: hidden;
    width: 490px;
    margin: 0 auto 40px;
}

.challenge__inputArea__ans {
    float: left;
}

.challenge__inputArea__input {
    float: left;
}
.challenge__inputArea__input > input {
    font-size: 150%;
    font-weight: bold;
    height: 95px;
    width: 364px;
    padding: 0 10px;
}
.challenge__submit {
    text-align: center;
}

button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.challenge__ansArea {
    margin-bottom: 35px;
}

.area-w--challenge {
    max-width: 690px;
    margin: 0 auto 40px;
}

.unit--challenge__header {
    text-align: center;
}

.top__challenge {
    background-color: #d77600;
}

.top__challenge__cont {
    position: relative;
    height: 479px;
    max-width: 100%;
    background: url(../images/top_challenge_bg.png) center center no-repeat;
    -moz-background-size:contain;
    background-size:contain;
    margin: 0 auto;
}

.form__dlist {
    margin-bottom: 50px;
}

.form__term {
    margin-bottom: 20px;
}

.form__descr > input {
    font-size: 150%;
    font-weight: bold;
    height: 84px;
    width: 520px;
    padding: 0 10px;
}１

.form__send {
    border: 0px;
    width: 510px;
    height: 120px;
    background: url(../images/btn-send_def.png) left top no-repeat;
}

.hr--recommend {
    margin: 3.5em 0;
}

.recommend__ajitoInfos__item--website {
    background-color: #21beff;
    border-color: #21beff;
}
.recommend__ajitoInfos__item--website > a {
    color: #fff;
    text-decoration: none;
}

.unit__section--recommend {
    padding: 0 5px;
}

.unit__section--access {
    margin-bottom: 80px;
}

.btn-round1 {
    text-align: center;
    margin-bottom: 15px;
}
.btn-round1 > a {
    color: #d77600;
    font-size: 120%;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 77%;
    border: 3px solid #d77600;
    border-radius: 30px;
    margin: 0 auto;
    padding: 10px 0;
}
.btn-round1 > a:hover {
    color: #fff;
    background-color: #1f1f1f;
    border-color: #1f1f1f;
}

.btn-round2 {
    color: #ffffff;
    text-decoration: none;
    border: solid #ffffff 1px;
    border-radius: 40px;
    padding: 16px;
    display: block;
}

.btn-round2:hover {
    border: solid #d77600 1px;
    color: #d77600;
}

.btn-round3 {
    color: #000000;
    text-decoration: none;
    border: solid #000000 1px;
    border-radius: 40px;
    padding: 16px;
    display: block;
}

.btn-round3:hover {
    border: solid #d77600 1px;
    color: #d77600;
}

.faq__term:hover {
    color: #d77600;
    cursor: pointer;
}
.faq__term {
    font-weight: bold;
    border-top: 1px solid #bebebe;
    margin: 20px 0;
    padding-top: 25px;
}

.faq__descr {
    display: none;
    margin-left: 1.3em;    
}
.faq__descr--last {
    padding-bottom: 30px;
}

.faq__list {
    border-bottom: 1px solid #bebebe;
    margin-bottom: 60px;
}

.pagetop--faq {
    margin-bottom: 75px;
}
.pagetop--faq > a:hover {
    background: #d77600;
}

.floormap__tmb {
    float: left;
    width: 40%;
    margin-right: 4%;
}

.floormap__infos {
    font-size: 110%;
    float: left;
    width: 54%;
}

.floormap__tmb--cs {
    color: #1f1f1f;
    font-family: georgia, serif;
    font-style: italic;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border: 2px solid #1f1f1f;
    padding: 75px 0;
}

.top__challengeLink {
    text-align: center;
    width: 31%;
    float: left;
    margin-right: 3.5%;
}
.top__challengeLink:last-child {
    margin-right: 0;
}

.leadArea__cm__iframe {
    width: 100%;
    max-width: 680px;
    height: 365px;
}


.another_list--pc,
.another_list--sp {
    display: none;
    text-align: center;
}

.unit--wantedEntry h3 {
    font-size: 150%;
    text-align: center;
    margin-bottom: 25px;
}
.unit--wantedEntry h4 {
    font-weight: bold;
    margin-bottom: 0;
}
.another_list--sp__item {
    float: left;
    width: 47%;
    margin-right: 6%;
    margin-bottom: 55px;
}
.another_list--sp__item:nth-child(even) {
    margin-right: 0;
}
.another_list--sp__visual {
    margin-bottom: 13px;
}
.another_list--sp__visual > a {
    display: block;
}

.another_list--pc__item {
    float: left;
    width: 22.7%;
    margin-right: 3%;
}
.another_list--pc__item:last-child {
    margin-right: 0;
}
.another_list--pc__visual {
    margin-bottom: 10px;
}
.another_list--pc__visual > a {
    display: block;
}
.another_list--pc__visual > a:hover {
    outline: 2px solid #fff;
}
.ticket__frame__tblcl100 {
    padding: 10px 15px;
}

.top__news__list {
    font-size: 90%;
    margin-bottom: 45px;
}
.top__news__list > dt {
    color: #d77600;
}

.top__recommend {
    margin-top: 40px;
}

.top__recommend-item {
    display: flex;
    justify-content: space-between;
}

.top__recommend-item li {
    width: 48%;
}

.top__title {
    height: 80px;
    text-align: center;
    display: block;
    margin: 0 auto 24px;
}
