@charset "UTF-8";
/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0;
}

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  * overflow-x: hidden;
  _overflow: auto;
}

html, body {
  width: 100%;
  min-height: 100%;
}

body {
  font-family: "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", meirio, sans-serif;
  font-size: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #020518;
  letter-spacing: 1px;
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  select,
  textarea,
  input[type='url'],
  input[type='text'],
  input[type='date'],
  input[type='tel'],
  input[type='email'],
  input[type='submit'] {
    -webkit-appearance: none;
  }
}
#wrap span.link,
#wrap a:visited,
#wrap a:link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s, background-image 0.3s, border-color 0.3s, box-shadow 0.3s, transform 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s, background-image 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}

@media only screen and (min-width: 769px) {
  a:hover {
    color: #00a8ff;
    text-decoration: none;
  }

  img.grow {
    -webkit-transition: 200ms ease;
    -moz-transition: 200ms ease;
    -ms-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease;
  }

  img.grow:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700;
}

p {
  line-height: 1.6;
}

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
.snBlock ol,
.snBlock ul,
.snBlock li,
#wrap ol,
#wrap ul,
#wrap li {
  list-style: none;
  zoom: 1;
  overflow: hidden;
}

.snBlock dl, .snBlock dt, .snBlock dd,
#wrap dl, #wrap dt, #wrap dd {
  zoom: 1;
  overflow: hidden;
}

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

dl, dt, dd {
  zoom: 1;
  overflow: hidden;
}

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none;
}

input, textarea, select, label {
  font-size: 100%;
  font-family: "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", meirio, sans-serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  input, textarea, select {
    font-size: 1.6rem;
    box-sizing: border-box;
  }
}
button {
  font-family: "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", meirio, sans-serif;
}

label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

legend {
  display: none;
}

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  border: none;
  vertical-align: middle;
}

object {
  vertical-align: middle;
  outline: none;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 100%;
}

i {
  font-style: normal;
}

u {
  text-decoration: none;
}

abbr, acronym {
  border: none;
  font-variant: normal;
}

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal;
}

sup {
  font-size: 1em;
  vertical-align: text-top;
}

sub {
  font-size: 1em;
  vertical-align: text-bottom;
}

hr {
  display: none;
}

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none;
}

.key {
  color: #1cc8f3;
}

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative;
}

@media only screen and (min-width: 769px) {
  #footer {
    padding-bottom: 138px;
  }
}
@media only screen and (max-width: 768px) {
  #footer {
    padding-bottom: 48px;
  }
}
/* --------------------------------------
		102 header
-------------------------------------- */
header#header {
  width: 100%;
  text-align: center;
}

/* --------------------------------------------------
	009.snBlock
-------------------------------------------------- */
.snBlock .inner .qrArea ul li:nth-of-type(2) a {
  background: #EB68A3;
}

.snBlock .inner .qrArea ul li:nth-of-type(1) a {
  background: #26863B;
}

.mediaArea {
  background: #fff;
  overflow: hidden;
  zoom: 1;
}

#media-contact {
  clear: both;
}

/* --------------------------------------
		105 other
-------------------------------------- */
@media only screen and (max-width: 768px) {
  .moko {
    position: relative;
    background: #020518;
    color: #fff;
  }
  .moko:before {
    height: 15px;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -7.5px;
    left: 0;
    background: radial-gradient(circle, #020518 70%, transparent 75%);
    background-size: 15px 15px;
  }
}
@media only screen and (min-width: 769px) {
  a.fade img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: 500ms ease;
    -moz-transition: 500ms ease;
    -ms-transition: 500ms ease;
    transition: 500ms ease;
  }

  a.fade:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: 500ms ease;
    -moz-transition: 500ms ease;
    -ms-transition: 500ms ease;
    transition: 500ms ease;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url("/cmp/tokyotower/common/fonts/icomoon.eot?b60gvr");
  src: url("/cmp/tokyotower/common/fonts/icomoon.eot?b60gvr#iefix") format("embedded-opentype"), url("/cmp/tokyotower/common/fonts/icomoon.ttf?b60gvr") format("truetype"), url("/cmp/tokyotower/common/fonts/icomoon.woff?b60gvr") format("woff"), url("/cmp/tokyotower/common/fonts/icomoon.svg?b60gvr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-logo-tt:before {
  content: "\e900";
}

.icon-heart:before {
  content: "\e800";
}

.icon-tt:before {
  content: "\e802";
}

@media only screen and (min-width: 769px) {
  /* --------------------------------------
  		102 header
  -------------------------------------- */
  header#header {
    line-height: 60px;
    background: #fff;
  }
  header#header ul {
    width: 1000px;
    text-align: left;
    margin: 0 auto;
  }

  /* --------------------------------------------------
  	009.snBlock
  -------------------------------------------------- */
  .snBlock {
    width: 100%;
    height: 230px;
    font-size: 143%;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    position: relative;
    clear: both;
    overflow: hidden;
    zoom: 1;
  }
  .snBlock .twitter {
    width: 25%;
    height: 230px;
    background: #1DADEA;
    float: left;
    padding: 30px 0;
  }
  .snBlock .facebook {
    width: 25%;
    height: 230px;
    float: left;
    background: #315295;
    padding: 30px 0;
  }
  .snBlock .facebook .inner .btnArea > div {
    position: relative;
    top: -16px;
  }
  .snBlock .line {
    width: 50%;
    height: 230px;
    float: left;
    padding: 30px;
    background: #34BC26;
  }
  .snBlock .inner .qrArea {
    text-align: center;
    color: #000;
    padding: 10px 5px;
    background: #fff;
    border-radius: 5px;
    margin-top: 14px;
    overflow: hidden;
    zoom: 1;
  }
  .snBlock .inner .qrArea b {
    font-size: 100%;
    color: #00C100;
    text-align: center;
    display: block;
    margin-top: 2px;
  }
  .snBlock .inner .qrArea .btn {
    padding: 5px 30px;
  }
  .snBlock .inner .qrArea ul li {
    width: 50%;
    height: auto;
    float: left;
    padding: 0 15px;
  }
  .snBlock .inner .qrArea ul li a {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 60px;
    border-radius: 5px;
    text-decoration: none;
  }
  .snBlock .btnArea {
    padding: 45px 35px;
    background: #fff;
    border-radius: 5px;
    margin: 15px 30px 0;
  }
}
@media only screen and (max-width: 768px) {
  body {
    background: #020518;
  }

  #wrap {
    overflow: hidden;
  }

  /* --------------------------------------
  		102 header
  -------------------------------------- */
  header#header {
    line-height: 40px;
    background: #fff;
    text-align: center;
  }
  header#header img {
    width: auto;
    height: 30px;
  }

  /* --------------------------------------------------
  	009.snBlock
  -------------------------------------------------- */
  .snBlock {
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  .snBlock .line {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background: #34BC26;
  }
  .snBlock .inner .qrArea {
    text-align: center;
    color: #000;
    background: #fff;
    border-radius: 5px;
    margin: 0 10px;
    overflow: hidden;
    zoom: 1;
  }
  .snBlock .inner .qrArea b {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
  .snBlock .inner .qrArea .btn {
    padding: 10px 20px;
  }
  .snBlock .inner .qrArea .btn ul li {
    width: 50%;
    height: auto;
    float: left;
    padding: 0 10px;
  }
  .snBlock .inner .qrArea .btn ul li a {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 5px;
    text-decoration: none;
  }
  .snBlock .twitter {
    background: #1DADEA;
  }
  .snBlock .twitter .inner {
    text-align: center;
    padding: 10px 0px;
  }
  .snBlock .twitter .btnArea {
    padding: 14px 30% 6px;
  }
  .snBlock .facebook {
    background: #315194;
  }
  .snBlock .facebook .inner {
    color: #fff;
    padding: 10px 0px;
    text-align: center;
  }
  .snBlock .facebook .btnArea {
    padding: 8px 30% 12px;
  }
  .snBlock .inner .btnArea {
    text-align: left;
    background: #fff;
    border-radius: 5px;
    margin: 0 10px;
  }
}
