@media only screen and (min-width: 769px) {
  /* fixedEntryBtn */
  .fixedEntryBtn {
    width: 100%;
    bottom: 0px;
    right: 0px;
    position: fixed;
    z-index: 1000;
    padding: 15px 0;
  }
  .fixedEntryBtn:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #020518;
    opacity: 0.8;
    content: "";
    z-index: 0;
  }
  .fixedEntryBtn ul {
    overflow: visible !important;
    text-align: center;
  }
  .fixedEntryBtn ul li {
    overflow: visible !important;
    display: inline-block;
    margin: 0 5px;
  }
  .fixedEntryBtn a {
    width: 300px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #020518 !important;
    text-align: center;
    line-height: 1.3;
    background: #1cc8f3;
    border-radius: 10px;
    padding: 15px 0;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .fixedEntryBtn a b {
    font-size: 1.8rem;
  }
  .fixedEntryBtn a span {
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: 30px;
    transform: rotate(10deg);
    color: #fff;
    background: #1cc8f3;
    font-size: 1.2rem;
    padding: 3px 5px;
    border-radius: 8px;
  }
  .fixedEntryBtn a span:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    border-width: 3px 3px;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    bottom: -6px;
  }
  .fixedEntryBtn a small {
    font-weight: 400;
    color: #fff;
    font-size: 2rem;
    line-height: 1.1;
    display: block;
    letter-spacing: 0;
    padding-bottom: 0px;
  }
  .fixedEntryBtn a small:before {
    width: 100%;
    text-align: center;
    content: "\e802";
    font-family: "icomoon";
    font-size: 6rem;
    line-height: 1;
    color: #fff;
    position: absolute;
    left: 0;
    top: -6rem;
    margin-top: 10px;
    font-weight: 400;
  }
  .fixedEntryBtn a:hover {
    color: #020518 !important;
    background: #00a8ff;
  }

  /* main-ttl */
  .main-ttl {
    position: relative;
    z-index: 2;
    padding: 65px 0;
  }
  .main-ttl .soon {
    position: absolute;
    text-align: center;
    display: none;
    left: 50%;
    top: 120px;
    margin-left: 120px;
    color: #fff;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
    padding-bottom: 8px;
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-animation: blink 1s ease-in-out infinite alternate;
    -moz-animation: blink 1s ease-in-out infinite alternate;
    animation: blink 1s ease-in-out infinite alternate;
  }
  @-webkit-keyframes blink {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes blink {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes blink {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .main-ttl .soon span {
    font-size: 2rem;
    line-height: 1;
    display: block;
  }
  .main-ttl .soon i {
    font-size: 2.6rem;
  }
  .main-ttl .soon:before {
    content: "";
    width: 4px;
    height: 60px;
    background: #fff;
    position: absolute;
    left: -40px;
    bottom: -5px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  .main-ttl .soon:after {
    content: "";
    width: 4px;
    height: 60px;
    background: #fff;
    position: absolute;
    right: -40px;
    bottom: -5px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .main-ttl .slick {
    position: absolute;
    width: 100%;
    height: 670px;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .main-ttl .slick div {
    height: 670px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .main-ttl .slick div img {
    display: none;
  }
  .main-ttl .img {
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .main-ttl .img > img {
    display: none;
  }
  .main-ttl .img:after {
    width: 100%;
    content: "";
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .main-ttl .in {
    width: 540px;
    height: 540px;
    text-align: center;
    z-index: 10;
    background-image: -moz-linear-gradient(-90deg, #020518 0%, rgba(38, 2, 45, 0.4) 50%, #020518 100%);
    background-image: -webkit-linear-gradient(-90deg, #020518 0%, rgba(38, 2, 45, 0.4) 50%, #020518 100%);
    background-image: -ms-linear-gradient(-90deg, #020518 0%, rgba(38, 2, 45, 0.4) 50%, #020518 100%);
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgba(27, 181, 222, 0.35);
    padding-top: 30px;
  }
  .main-ttl .in figure {
    font-size: 13rem;
    line-height: 50px;
    letter-spacing: 0;
    color: #1cc8f3;
    margin: 0 auto 10px;
    position: relative;
  }
  .main-ttl .in h1 {
    color: #fff;
    line-height: 1;
  }
  .main-ttl .in h1 .ttl-sub {
    height: 45px;
    display: block;
    margin: 0 auto 5px;
  }
  .main-ttl .in h1 .ttl-main {
    width: 520px;
    height: auto;
    margin: 0 auto;
  }
  .main-ttl .time {
    width: 320px;
    height: 48px;
    position: absolute;
    left: 50%;
    margin-left: -160px;
    bottom: 50%;
    margin-bottom: -140px;
    letter-spacing: 3px;
    font-size: 2.4rem;
    line-height: 48px;
    background: #00a8ff;
    color: #fff;
    text-align: center;
    z-index: 10;
  }
  .main-ttl .time b {
    font-weight: 400;
    font-size: 2.7rem;
  }
  .main-ttl .time:before {
    content: "";
    border-width: 24px 10px;
    border-style: solid;
    border-color: #00a8ff #00a8ff #00a8ff transparent;
    position: absolute;
    left: -20px;
    top: 0;
  }
  .main-ttl .time:after {
    content: "";
    border-width: 24px 10px;
    border-style: solid;
    border-color: #00a8ff transparent #00a8ff #00a8ff;
    position: absolute;
    right: -20px;
    top: 0;
  }
  .main-ttl .text {
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    position: absolute;
    left: 0;
    bottom: 50%;
    margin-bottom: -230px;
    z-index: 10;
  }

  /* section-series*/
  .section-series {
    background: url(/cmp/tokyotower/common/img/bg-border.png) #e0eef2;
    background-size: 40px auto;
    padding: 10px 0;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .section-series header {
    position: relative;
    display: inline-block;
    padding: 0 45px 10px;
    margin-bottom: 5px;
  }
  .section-series header:after, .section-series header:before {
    width: 2px;
    height: 120px;
    background: #1cc8f3;
    opacity: 0.5;
    content: "";
    bottom: 0;
    position: absolute;
  }
  .section-series header:after {
    right: 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .section-series header:before {
    left: 0;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  .section-series header figure {
    font-size: 7rem;
    color: #1cc8f3;
    margin-bottom: -10px;
  }
  .section-series header h2 {
    font-size: 2.6rem;
    line-height: 1.2;
  }
  .section-series header h2 b {
    font-size: 3.8rem;
  }
  .section-series header h2 span {
    font-weight: 400;
  }
  .section-series .section-inner {
    width: 900px;
    height: 510px;
    margin: 25px auto 45px;
    background: #fff;
    position: relative;
  }
  .section-series .section-inner:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -15px;
    left: -15px;
    top: -15px;
    right: -15px;
    background: radial-gradient(circle, #fff 70%, transparent 75%);
    background-size: 30px 30px;
  }
  .section-series .section-inner p {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 2px;
    text-align: center;
    padding: 25px 50px 10px;
  }
  .section-series .section-inner p b {
    font-size: 2.6rem;
  }
  .section-series .section-inner .series-more {
    position: relative;
    overflow: hidden;
  }
  .section-series .section-inner .series-more dl {
    width: 33%;
    float: left;
  }
  .section-series .section-inner .series-more dl:nth-of-type(2) {
    width: 34%;
  }
  .section-series .section-inner .series-more dl dt {
    font-size: 1.8rem;
    line-height: 1.1;
    color: #00a8ff;
  }
  .section-series .section-inner .series-more dl dt b {
    font-size: 3rem;
    position: relative;
    bottom: -1px;
  }
  .section-series .section-inner .series-more dl dd {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .section-series .section-inner .series-more dl dd figure {
    width: 250px;
    margin: 0 auto 10px;
    position: relative;
  }
  .section-series .section-inner .series-more dl dd figure figcaption {
    width: 160px;
    font-size: 1.8rem;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -80px;
    opacity: 0.8;
    background: #1cc8f3;
  }
  .section-series .section-inner .series-more dl dd figure figcaption.soon {
    background: #020518;
  }
  .section-series .section-inner .series-more dl dd figure figcaption.now {
    background: #fff;
    color: #1cc8f3;
  }
  .section-series .section-inner .series-more dl dd figure img {
    width: 100%;
    border-radius: 50%;
    border: 3px solid #e0eef2;
  }

  .container {
    position: relative;
  }

  .container::before {
    background: url(/cmp/tokyotower/common/img/bg-tower.jpg) no-repeat 50% 50%;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 108px;
    content: "";
    z-index: -1;
    box-sizing: content-box;
  }

  /* section-about*/
  .section-about {
    color: #fff;
    padding: 70px 0 100px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .section-about > header {
    position: relative;
    display: inline-block;
    padding: 0 25px 0px;
    margin-bottom: 20px;
  }
  .section-about > header:after, .section-about > header:before {
    width: 100px;
    height: 1px;
    background: #1cc8f3;
    content: "";
    position: absolute;
    bottom: 20px;
  }
  .section-about > header:after {
    right: -90px;
  }
  .section-about > header:before {
    left: -90px;
  }
  .section-about > header span:after, .section-about > header span:before {
    width: 100px;
    height: 1px;
    background: #1cc8f3;
    content: "";
    position: absolute;
    bottom: 26px;
  }
  .section-about > header span:after {
    right: -90px;
  }
  .section-about > header span:before {
    left: -90px;
  }
  .section-about > header h2 {
    font-size: 2.6rem;
    line-height: 1.2;
  }
  .section-about > header h2 b {
    font-size: 4.5rem;
    display: block;
  }
  .section-about > header h2 u {
    font-size: 3rem;
  }
  .section-about > header h2:after, .section-about > header h2:before {
    width: 100px;
    height: 1px;
    background: #1cc8f3;
    content: "";
    position: absolute;
    bottom: 32px;
  }
  .section-about > header h2:after {
    right: -90px;
  }
  .section-about > header h2:before {
    left: -90px;
  }
  .section-about .section-inner {
    width: 990px;
    margin: 0 auto;
  }
  .section-about article {
    width: 330px;
    float: left;
    padding: 20px 15px;
  }
  .section-about article header {
    position: relative;
    padding: 5px 0;
  }
  .section-about article header span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 2rem;
    margin: 0 auto 15px;
    position: relative;
    display: block;
  }
  .section-about article header span:before {
    width: 50px;
    left: 0;
    top: 0;
    color: #00a8ff;
    font-size: 5rem;
    font-family: 'icomoon';
    content: "\e800";
    position: absolute;
    z-index: -1;
  }
  .section-about article header h3 {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.5;
    padding-bottom: 15px;
  }
  .section-about article figure {
    margin-bottom: 18px;
  }
  .section-about article figure img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
  }
  .section-about article p {
    text-align: left;
    font-size: 1.6rem;
  }
  .section-about article p br {
    display: none;
  }

  /* section-outline*/
  .section-outline {
    width: 920px;
    margin: 0px auto 50px;
    color: #fff;
    position: relative;
    clear: both;
  }
  .section-outline header {
    height: 180px;
    width: 180px;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    background: #1cc8f3;
    padding-top: 65px;
    float: left;
  }
  .section-outline header h2 {
    font-size: 3rem;
    line-height: 1.1;
  }
  .section-outline header small {
    color: #020518;
    font-size: 1.1rem;
    display: block;
    font-weight: 700;
  }
  .section-outline .section-inner {
    width: 700px;
    float: right;
    font-size: 1.6rem;
    padding-bottom: 35px;
    padding-top: 25px;
  }
  .section-outline .section-inner dl {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    padding: 20px 15px;
    overflow: visible;
  }
  .section-outline .section-inner dl:nth-last-of-type(1) {
    border: none;
  }
  .section-outline .section-inner dl dt {
    width: 20%;
    float: left;
    font-weight: 700;
    color: #1cc8f3;
  }
  .section-outline .section-inner dl dd {
    width: 80%;
    float: right;
    padding-left: 15px;
    overflow: visible !important;
  }
  .section-outline .section-inner dl dd small {
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .section-outline .section-inner dl dd u {
    border-bottom: 2px dashed #1cc8f3;
  }
  .section-outline .section-inner dl dd i {
    position: relative;
    display: inline-block;
    transform: rotate(15deg);
    font-size: 1.2rem;
    color: #1cc8f3;
    top: -22px;
    left: -25px;
  }
  .section-outline .section-inner dl dd i:after {
    content: "";
    position: absolute;
    right: -10px;
    width: 1px;
    height: 15px;
    top: 5px;
    background: #1cc8f3;
    transform: rotate(35deg);
  }
  .section-outline .section-inner dl dd i:before {
    content: "";
    position: absolute;
    left: -10px;
    width: 1px;
    height: 15px;
    top: 5px;
    background: #1cc8f3;
    transform: rotate(-35deg);
  }
  .section-outline .outline-place {
    width: 720px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 25px 40px;
    border-radius: 10px;
    text-align: center;
    color: #020518;
    clear: both;
    overflow: hidden;
  }
  .section-outline .outline-place h3 {
    font-size: 2rem;
    padding-bottom: 15px;
  }
  .section-outline .outline-place h3 span {
    position: relative;
  }
  .section-outline .outline-place h3 span:before {
    width: 6px;
    height: 6px;
    border: 2px solid #1cc8f3;
    left: -15px;
    top: 50%;
    margin-top: -5px;
    position: absolute;
    content: "";
    border-radius: 50%;
  }
  .section-outline .outline-place h3 span:after {
    width: 6px;
    height: 6px;
    border: 2px solid #1cc8f3;
    right: -15px;
    top: 50%;
    margin-top: -5px;
    position: absolute;
    content: "";
    border-radius: 50%;
  }
  .section-outline .outline-place figure {
    width: 300px;
    float: left;
    padding-bottom: 10px;
    margin-right: 30px;
  }
  .section-outline .outline-place figure img {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    height: auto;
  }
  .section-outline .outline-place .shop-name {
    padding-bottom: 20px;
  }
  .section-outline .outline-place .shop-name p {
    font-size: 3rem;
    line-height: 1.1;
    padding-top: 50px;
  }
  .section-outline .outline-place .shop-name span {
    font-size: 1.2rem;
    color: #00a8ff;
    display: block;
  }
  .section-outline .outline-place > p {
    font-size: 1.4rem;
  }

  /* aside-quiz */
  .aside-quiz {
    position: relative;
    color: #fff;
    padding: 30px;
    margin-bottom: 120px;
  }
  .aside-quiz:before {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: #1cc8f3;
    z-index: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
  }
  .aside-quiz:after {
    border-width: 100px 320px;
    border-style: solid;
    opacity: 0.7;
    border-color: #1cc8f3 transparent transparent;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -320px;
    bottom: -200px;
  }
  .aside-quiz header {
    width: 360px;
    text-align: center;
    background: url(/cmp/tokyotower/common/img/bg-border.png) #1cc8f3;
    border-radius: 5px;
    margin: 0 auto 25px;
    position: relative;
    z-index: 2;
  }
  .aside-quiz header p {
    font-weight: 700;
    line-height: 1;
    font-size: 2rem;
  }
  .aside-quiz header p i {
    font-size: 12rem;
    line-height: 40px;
    position: relative;
    bottom: 15px;
  }
  .aside-quiz header h2 {
    font-size: 3.6rem;
    color: #020518;
    letter-spacing: 5px;
  }
  .aside-quiz .aside-inner {
    width: 500px;
    margin: 0 auto;
    overflow: hidden;
  }
  .aside-quiz dl {
    padding: 45px 10px 15px;
    overflow: visible !important;
    position: relative;
    z-index: 10;
  }
  .aside-quiz dl dt {
    font-size: 1.8rem;
    padding-left: 50px;
    letter-spacing: 0;
    padding-bottom: 5px;
    position: relative;
    overflow: visible !important;
  }
  .aside-quiz dl dt br {
    display: none;
  }
  .aside-quiz dl dt span {
    width: 30px;
    padding-right: 10px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 36px;
    height: 55px;
    position: absolute;
    border-left: 2px solid #00a8ff;
    left: 10px;
    bottom: 0;
  }
  .aside-quiz dl dt span:before {
    border-color: transparent transparent transparent #020518;
    border-width: 18px 30px;
    border-style: solid;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    content: "";
  }
  .aside-quiz dl dd {
    font-size: 1.6rem;
    background: #fff;
    border-radius: 5px;
    padding: 25px 35px 10px;
    color: #020518;
  }
  .aside-quiz dl dd ul {
    text-align: left;
  }
  .aside-quiz dl dd ul li {
    display: inline-block;
    margin: 0 10px;
  }
  .aside-quiz dl dd ul li:before {
    width: 1.4rem;
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: 1rem;
    text-align: center;
    border: 1px solid #020518;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    bottom: 2px;
    margin-right: 3px;
  }
  .aside-quiz dl dd ul li:nth-of-type(1):before {
    content: "1";
  }
  .aside-quiz dl dd ul li:nth-of-type(2):before {
    content: "2";
  }
  .aside-quiz dl dd ul li:nth-of-type(3):before {
    content: "3";
  }

  .check {
    text-align: center;
    font-size: 2.6rem;
    color: #fff;
    line-height: 1.1;
    padding: 15px;
    margin-bottom: 55px;
  }
  .check .in {
    position: relative;
    display: inline-block;
  }
  .check .in b {
    font-size: 4rem;
    display: block;
  }
  .check .in span:after, .check .in span:before {
    width: 25px;
    height: 2px;
    background: #1cc8f3;
    opacity: 0.8;
    content: "";
    position: absolute;
    top: 50%;
  }
  .check .in span:after {
    left: -60px;
  }
  .check .in span:before {
    right: -60px;
  }
  .check .in span span:after, .check .in span span:before {
    top: 0;
  }
  .check .in span span:after {
    left: -50px;
    transform: rotate(45deg);
  }
  .check .in span span:before {
    right: -50px;
    transform: rotate(-45deg);
  }
  .check .in span span span:after, .check .in span span span:before {
    top: auto;
    bottom: 0;
  }
  .check .in span span span:after {
    left: -50px;
    transform: rotate(-45deg);
  }
  .check .in span span span:before {
    right: -50px;
    transform: rotate(45deg);
  }

  /* section-faq */
  .section-faq {
    position: relative;
    background: url(/cmp/tokyotower/common/img/bg-faq.jpg) 50% 50%;
    background-size: cover;
    border-top: 3px solid #1cc8f3;
    padding: 60px 0px;
    position: relative;
  }
  .section-faq > p {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    bottom: 10px;
    left: 0;
    position: absolute;
  }
  .section-faq .section-wrap {
    width: 720px;
    background: rgba(255, 255, 255, 0.8);
    padding: 40px 50px;
    margin: 0 auto;
    border-radius: 10px;
  }
  .section-faq .section-wrap header {
    text-align: center;
    padding-bottom: 35px;
  }
  .section-faq .section-wrap header small {
    font-weight: 700;
    color: #1cc8f3;
    font-size: 4.5rem;
    display: block;
    line-height: 1.2;
  }
  .section-faq .section-wrap header small span {
    font-size: 3rem;
  }
  .section-faq .section-wrap header h2 {
    line-height: 1;
    font-size: 1.5rem;
  }
  .section-faq .section-wrap dl {
    padding-bottom: 35px;
  }
  .section-faq .section-wrap dl dt {
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 6px 0 25px 45px;
    position: relative;
  }
  .section-faq .section-wrap dl dt:before {
    font-size: 2rem;
    width: 32px;
    height: 32px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    content: "Q";
    color: #fff;
    background: #00a8ff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .section-faq .section-wrap dl dt:after {
    border-color: transparent transparent #00a8ff;
    border-style: solid;
    border-width: 6px 5px;
    position: absolute;
    bottom: 0;
    left: 12px;
    content: "";
  }
  .section-faq .section-wrap dl dd {
    border: 1px dashed #00a8ff;
    padding: 25px;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 768px) {
  /* fixedEntryBtn */
  .fixedEntryBtn ul {
    width: 320px;
    height: 100px;
    position: fixed;
    bottom: -40px;
    right: 50%;
    margin-right: -160px;
    z-index: 10000;
    overflow: visible !important;
    text-align: center;
  }
  .fixedEntryBtn ul li {
    width: 100px;
    display: inline-block;
    margin: 0 5px;
    overflow: visible !important;
  }
  .fixedEntryBtn ul li:nth-of-type(2) {
    margin: 0px;
  }
  .fixedEntryBtn ul li a {
    width: 100px;
    height: 100px;
    font-weight: 700;
    font-size: 1.1rem;
    display: block;
    color: #020518 !important;
    text-align: center;
    line-height: 1.1;
    background: #1cc8f3;
    padding-top: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  .fixedEntryBtn ul li a b {
    display: block;
    font-size: 1.2rem;
  }
  .fixedEntryBtn ul li a small {
    font-weight: 400;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.2;
    display: block;
    letter-spacing: 0;
    padding-top: 3px;
  }
  .fixedEntryBtn ul li a span {
    position: absolute;
    left: 50%;
    top: -5px;
    transform: rotate(10deg);
    color: #fff;
    background: #020518;
    font-size: 1rem;
    padding: 2px 5px;
    border-radius: 3px;
  }
  .fixedEntryBtn ul li a span:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    border-width: 3px 3px;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    bottom: -5px;
  }

  /* main-ttl */
  .main-ttl {
    position: relative;
    z-index: 2;
  }
  .main-ttl .soon {
    width: 80px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: 160px;
    text-align: center;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1;
    display: none;
  }
  .main-ttl .soon span {
    font-size: 1.2rem;
    line-height: 1;
    display: block;
  }
  .main-ttl .soon i {
    font-size: 1.8rem;
  }
  .main-ttl .soon:before {
    content: "";
    width: 1px;
    height: 40px;
    background: #fff;
    position: absolute;
    left: -10px;
    bottom: -5px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  .main-ttl .soon:after {
    content: "";
    width: 1px;
    height: 40px;
    background: #fff;
    position: absolute;
    right: -10px;
    bottom: -5px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .main-ttl .slick img {
    width: 100%;
    height: auto;
  }
  .main-ttl .img {
    position: relative;
    z-index: 1;
  }
  .main-ttl .img:after {
    width: 100%;
    content: "";
    height: 70px;
    background-image: -moz-linear-gradient(90deg, #020518 0%, rgba(38, 2, 45, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, #020518 0%, rgba(38, 2, 45, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #020518 0%, rgba(38, 2, 45, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .main-ttl .in {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 10;
  }
  .main-ttl .in figure {
    width: 72px;
    height: 72px;
    font-size: 5.5rem;
    line-height: 72px;
    letter-spacing: 0;
    color: #1cc8f3;
    margin: 0 auto 10px;
    position: relative;
  }
  .main-ttl .in figure:after {
    width: 72px;
    height: 72px;
    opacity: 0.9;
    border-radius: 50%;
    background: #020518;
    position: absolute;
    box-shadow: 0 0 5px 0 rgba(27, 181, 222, 0.35);
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
  }
  .main-ttl .in h1 {
    color: #fff;
    line-height: 1;
  }
  .main-ttl .in h1 .ttl-sub {
    height: 35px;
    display: block;
    margin: 0 auto 5px;
  }
  .main-ttl .in h1 .ttl-main {
    width: 280px;
    height: auto;
    margin: 0 auto 5px;
  }
  .main-ttl .time {
    font-size: 1.6rem;
    line-height: 1;
    background: #00a8ff;
    color: #fff;
    text-align: center;
    padding: 10px 0;
  }
  .main-ttl .time b {
    font-weight: 400;
    font-size: 2.7rem;
  }
  .main-ttl .text {
    font-size: 1.2rem;
    text-align: center;
    padding: 15px 0;
  }

  /* section-series*/
  .section-series {
    background: url(/cmp/tokyotower/common/img/bg-border.png) #e0eef2;
    background-size: 40px auto;
    padding: 10px 0;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .section-series header {
    position: relative;
    display: inline-block;
    padding: 0 25px 10px;
    margin-bottom: 5px;
  }
  .section-series header:after, .section-series header:before {
    width: 2px;
    height: 60px;
    background: #1cc8f3;
    opacity: 0.5;
    content: "";
    bottom: 0;
    position: absolute;
  }
  .section-series header:after {
    right: 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .section-series header:before {
    left: 0;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  .section-series header figure {
    font-size: 4.8rem;
    color: #1cc8f3;
    margin-bottom: -10px;
  }
  .section-series header h2 {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .section-series header h2 b {
    font-size: 2.2rem;
  }
  .section-series header h2 span {
    font-weight: 400;
  }
  .section-series .section-inner p {
    font-size: 1.3rem;
    text-align: center;
    padding: 0 5px;
  }
  .section-series .section-inner .series-more {
    position: relative;
    overflow: hidden;
  }
  .section-series .section-inner .series-more dl {
    width: 33%;
    float: left;
  }
  .section-series .section-inner .series-more dl:nth-of-type(2) {
    width: 34%;
  }
  .section-series .section-inner .series-more dl dt {
    font-size: 1.3rem;
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, 0px 0px 1px #fff, 0px 0px 1.5px #fff, 0px 0px 1.8px #fff, 0px 0px 2px #fff;
  }
  .section-series .section-inner .series-more dl dt b {
    font-size: 2rem;
    position: relative;
    bottom: -1px;
  }
  .section-series .section-inner .series-more dl dd {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.3;
  }
  .section-series .section-inner .series-more dl dd figure {
    width: 95px;
    margin: 0 auto;
    position: relative;
  }
  .section-series .section-inner .series-more dl dd figure figcaption {
    width: 90px;
    font-size: 0.9rem;
    line-height: 20px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    background: #1cc8f3;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -45px;
  }
  .section-series .section-inner .series-more dl dd figure figcaption.soon {
    background: #020518;
  }
  .section-series .section-inner .series-more dl dd figure figcaption.now {
    background: #fff;
    color: #1cc8f3;
  }
  .section-series .section-inner .series-more dl dd figure img {
    width: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
  }

  .container {
    position: relative;
  }

  .container::before {
    background: url(/cmp/tokyotower/common/img/bg-tower.jpg) no-repeat 50% 50%;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 108px;
    content: "";
    z-index: -1;
    box-sizing: content-box;
  }

  /* section-about*/
  .section-about {
    color: #fff;
    padding: 20px 0;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .section-about > header {
    position: relative;
    display: inline-block;
    padding: 0 25px 0px;
    margin-bottom: 15px;
  }
  .section-about > header:after, .section-about > header:before {
    width: 100px;
    height: 1px;
    background: #1cc8f3;
    content: "";
    position: absolute;
    bottom: 10px;
  }
  .section-about > header:after {
    right: -90px;
  }
  .section-about > header:before {
    left: -90px;
  }
  .section-about > header span:after, .section-about > header span:before {
    width: 100px;
    height: 1px;
    background: #1cc8f3;
    content: "";
    position: absolute;
    bottom: 16px;
  }
  .section-about > header span:after {
    right: -90px;
  }
  .section-about > header span:before {
    left: -90px;
  }
  .section-about > header h2 {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .section-about > header h2 b {
    font-size: 3rem;
    display: block;
  }
  .section-about > header h2 u {
    font-size: 2rem;
  }
  .section-about > header h2:after, .section-about > header h2:before {
    width: 100px;
    height: 1px;
    background: #1cc8f3;
    content: "";
    position: absolute;
    bottom: 22px;
  }
  .section-about > header h2:after {
    right: -90px;
  }
  .section-about > header h2:before {
    left: -90px;
  }
  .section-about p {
    font-size: 1.3rem;
    text-align: center;
    padding: 0 15px;
  }
  .section-about article {
    padding: 20px 0;
  }
  .section-about article header {
    position: relative;
    padding: 5px 0;
  }
  .section-about article header:after {
    width: 100%;
    height: 100%;
    content: "";
    background: #020518;
    position: absolute;
    opacity: 0.5;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .section-about article header span {
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1.8rem;
    position: absolute;
    left: 5px;
    top: -20px;
    z-index: 1;
  }
  .section-about article header span:before {
    width: 50px;
    left: 0;
    top: 0;
    color: #00a8ff;
    font-size: 4rem;
    font-family: 'icomoon';
    content: "\e800";
    position: absolute;
    z-index: -1;
  }
  .section-about article header h3 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .section-about article:nth-of-type(2) header span {
    left: auto;
    right: 5px;
  }
  .section-about article figure {
    padding-bottom: 10px;
  }
  .section-about article figure img {
    width: 100%;
    height: auto;
  }
  .section-about article p {
    text-align: center;
    font-size: 1.3rem;
  }

  /* section-outline*/
  .section-outline {
    color: #fff;
    margin: 10px 10px 30px;
  }
  .section-outline header {
    height: 56px;
    width: 112px;
    text-align: center;
    overflow: hidden;
    border-radius: 56px 56px 0 0;
    background: #1cc8f3;
    margin: 0 auto;
    padding-top: 15px;
  }
  .section-outline header h2 {
    font-size: 1.6rem;
    line-height: 1.1;
  }
  .section-outline header small {
    color: #020518;
    font-size: 1.1rem;
    display: block;
    font-weight: 700;
  }
  .section-outline .section-inner {
    border: 1px solid #fff;
    padding: 10px;
    font-size: 1.2rem;
  }
  .section-outline .section-inner dl {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .section-outline .section-inner dl:nth-last-of-type(1) {
    border: none;
  }
  .section-outline .section-inner dl dt {
    font-weight: 700;
    color: #1cc8f3;
  }
  .section-outline .section-inner dl dd small {
    display: inline-block;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .section-outline .section-inner dl dd u {
    border-bottom: 2px dashed #1cc8f3;
    display: inline-block;
  }
  .section-outline .section-inner dl dd i {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    color: #1cc8f3;
    top: 0;
    right: -5px;
  }
  .section-outline .section-inner dl dd i:after {
    content: "";
    position: absolute;
    left: -3px;
    width: 26px;
    height: 1px;
    top: -2px;
    background: #1cc8f3;
    transform: rotate(-15deg);
  }
  .section-outline .section-inner dl dd i:before {
    content: "";
    position: absolute;
    left: -3px;
    width: 26px;
    height: 1px;
    bottom: -2px;
    background: #1cc8f3;
    transform: rotate(15deg);
  }
  .section-outline .outline-place {
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    text-align: center;
    color: #020518;
  }
  .section-outline .outline-place h3 {
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
  .section-outline .outline-place h3 span {
    position: relative;
  }
  .section-outline .outline-place h3 span:before {
    width: 3px;
    height: 3px;
    border: 2px solid #1cc8f3;
    left: -15px;
    top: 50%;
    margin-top: -3px;
    position: absolute;
    content: "";
    border-radius: 50%;
  }
  .section-outline .outline-place h3 span:after {
    width: 3px;
    height: 3px;
    border: 2px solid #1cc8f3;
    right: -15px;
    top: 50%;
    margin-top: -3px;
    position: absolute;
    content: "";
    border-radius: 50%;
  }
  .section-outline .outline-place figure {
    padding-bottom: 10px;
  }
  .section-outline .outline-place figure img {
    width: 100%;
    height: auto;
  }
  .section-outline .outline-place .shop-name p {
    font-size: 2rem;
    line-height: 1.1;
  }
  .section-outline .outline-place .shop-name span {
    font-size: 1rem;
    color: #00a8ff;
    display: block;
  }
  .section-outline .outline-place > p {
    font-size: 1.2rem;
  }

  /* aside-quiz */
  .aside-quiz {
    position: relative;
    color: #fff;
    padding: 10px;
    margin-bottom: 120px;
  }
  .aside-quiz:before {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: #1cc8f3;
    z-index: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
  }
  .aside-quiz:after {
    border-width: 100px 320px;
    border-style: solid;
    opacity: 0.7;
    border-color: #1cc8f3 transparent transparent;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -320px;
    bottom: -200px;
  }
  .aside-quiz header {
    text-align: center;
    background: url(/cmp/tokyotower/common/img/bg-border.png) #1cc8f3;
    border-radius: 5px;
    position: relative;
    z-index: 2;
  }
  .aside-quiz header p {
    font-weight: 700;
    line-height: 1;
    font-size: 1.6rem;
  }
  .aside-quiz header p i {
    font-size: 5rem;
    line-height: 20px;
    position: relative;
    bottom: 5px;
  }
  .aside-quiz header h2 {
    font-size: 2rem;
    color: #020518;
    letter-spacing: 5px;
  }
  .aside-quiz dl {
    padding: 25px 10px 5px;
    overflow: visible !important;
    position: relative;
    z-index: 10;
  }
  .aside-quiz dl dt {
    padding-left: 50px;
    letter-spacing: 0;
    padding-bottom: 5px;
    position: relative;
    overflow: visible !important;
  }
  .aside-quiz dl dt span {
    width: 30px;
    padding-right: 10px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 36px;
    height: 55px;
    position: absolute;
    border-left: 2px solid #00a8ff;
    left: 10px;
    bottom: 0;
  }
  .aside-quiz dl dt span:before {
    border-color: transparent transparent transparent #020518;
    border-width: 18px 30px;
    border-style: solid;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    content: "";
  }
  .aside-quiz dl dd {
    background: #fff;
    border-radius: 5px;
    padding: 15px 15px 10px;
    color: #020518;
  }
  .aside-quiz dl dd ul {
    text-align: left;
  }
  .aside-quiz dl dd ul li {
    font-size: 1.3rem;
    display: inline-block;
  }
  .aside-quiz dl dd ul li:before {
    width: 1.4rem;
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: 1rem;
    text-align: center;
    border: 1px solid #020518;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    bottom: 2px;
    margin-right: 3px;
  }
  .aside-quiz dl dd ul li:nth-of-type(1):before {
    content: "1";
  }
  .aside-quiz dl dd ul li:nth-of-type(2):before {
    content: "2";
  }
  .aside-quiz dl dd ul li:nth-of-type(3):before {
    content: "3";
  }

  .check {
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.1;
    padding: 15px;
    margin-bottom: 25px;
  }
  .check .in {
    position: relative;
    display: inline-block;
  }
  .check .in b {
    font-size: 2rem;
    display: block;
  }
  .check .in span:after, .check .in span:before {
    width: 15px;
    height: 2px;
    background: #1cc8f3;
    opacity: 0.8;
    content: "";
    position: absolute;
    top: 50%;
  }
  .check .in span:after {
    left: -40px;
  }
  .check .in span:before {
    right: -40px;
  }
  .check .in span span:after, .check .in span span:before {
    top: 0;
  }
  .check .in span span:after {
    left: -30px;
    transform: rotate(45deg);
  }
  .check .in span span:before {
    right: -30px;
    transform: rotate(-45deg);
  }
  .check .in span span span:after, .check .in span span span:before {
    top: auto;
    bottom: 0;
  }
  .check .in span span span:after {
    left: -30px;
    transform: rotate(-45deg);
  }
  .check .in span span span:before {
    right: -30px;
    transform: rotate(45deg);
  }

  /* section-faq */
  .section-faq {
    position: relative;
    background: url(/cmp/tokyotower/common/img/bg-faq.jpg) 50% 50%;
    background-size: cover;
    border-top: 3px solid #1cc8f3;
    padding: 10px;
  }
  .section-faq > p {
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 5px;
  }
  .section-faq .section-wrap {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 10px;
  }
  .section-faq .section-wrap header {
    text-align: center;
    padding-bottom: 15px;
  }
  .section-faq .section-wrap header small {
    font-weight: 700;
    color: #1cc8f3;
    font-size: 3rem;
    display: block;
    line-height: 1;
    padding-bottom: 5px;
  }
  .section-faq .section-wrap header small span {
    font-size: 2rem;
  }
  .section-faq .section-wrap header h2 {
    font-weight: 400;
    line-height: 1;
    font-size: 1.2rem;
  }
  .section-faq .section-wrap dl {
    padding-bottom: 15px;
  }
  .section-faq .section-wrap dl dt {
    font-size: 1.3rem;
    line-height: 1.3;
    padding: 5px 0 15px 35px;
    position: relative;
  }
  .section-faq .section-wrap dl dt:before {
    font-size: 1.8rem;
    width: 28px;
    height: 28px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    content: "Q";
    color: #fff;
    background: #00a8ff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .section-faq .section-wrap dl dt:after {
    border-color: transparent transparent #00a8ff;
    border-style: solid;
    border-width: 6px 5px;
    position: absolute;
    bottom: 0;
    left: 10px;
    content: "";
  }
  .section-faq .section-wrap dl dd {
    border: 1px dashed #00a8ff;
    padding: 8px;
    border-radius: 5px;
    font-size: 1.2rem;
  }
}
