@charset "UTF-8";
/* tokyo_rickshaw artist site CSS (common.css) */
input, button, select, textarea {
  vertical-align: middle;
  border-radius: 0;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  outline: 0;
}

fieldset {
  border: none;
}

input, textarea {
  font-size: 1em;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}

ul, ol {
  list-style: none;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

div {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img, a img {
  border: none;
}

table {
  letter-spacing: 1px;
}

iframe {
  border: none;
}

strong {
  font-weight: bold;
}

#content_area a:hover {
  text-decoration: none;
}

/* ============================================
 base
============================================ */
html {
  overflow-y: scroll;
}

html, body {
  width: 100%;
  height: auto;
  color: #000;
  min-width: 320px;
  letter-spacing: -.1px;
  font-size: 12px;
  line-height: 1.6;
  font-family: YuGothic,'游ゴシック',Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ ProN',sans-serif;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

#exterior_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 88%;
  margin: 0 auto;
}
.wrapper:before, .wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}

/* ============================================
 header
============================================ */
header {
  position: fixed;
  padding: 2px 0 0;
  width: 100%;
  z-index: 1000;
  background: #000;
}
header a :hover {
  text-decoration: none !important;
}
header .wrapper {
  padding: 0 0 5px;
}
header .head_left_sp {
  float: left;
  height: 100%;
  width: 200px;
}
header .head_left_sp .logo {
  width: 73px;
  margin: 4px 0;
}
header .head_left {
  display: none;
}
header #logo a :hover {
  text-decoration: none !important;
}

/*-----------------------------------------------------------------
  ハンバーガーメニュー
------------------------------------------------------------------*/
.menu_button, .menu_button span {
  display: inline-block;
  transition: all .3s;
}

.menu_button {
  position: relative;
  margin: 15px 0 0;
  padding: 15px 0 0;
  width: 33px;
  height: 32px;
  float: right;
}

.menu_button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}

.menu_button span:nth-of-type(1) {
  top: 0;
}

.menu_button span:nth-of-type(2) {
  top: 10px;
}

.menu_button span:nth-of-type(3) {
  bottom: 8px;
}

/*-----------  active  ------------*/
.menu_button.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.menu_button.active span:nth-of-type(2) {
  opacity: 0;
}

.menu_button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

/*-----------------------------------------------------------------
  gloval navi
------------------------------------------------------------------*/
.dropdown_nav {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0;
}

.dropdown_nav_open {
  max-height: 1000px;
  opacity: 1;
  z-index: 9999;
  position: relative;
}

.nav_top {
  margin-top: 5px;
}
.nav_top li a {
  font-family: 'Maven Pro',sans-serif;
  font-size: 14px;
  font-size: 1.16667rem;
  font-weight: 900;
  letter-spacing: -.3px;
  display: block;
  margin-bottom: 6px;
  padding: 3px 8px 3px 2em;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  color: #000;
  background: #fff;
}
.nav_top li a .fa-chevron-right {
  float: right;
  line-height: 24px;
  margin-right: 5px;
}

/*-----------------------------------------------------------------
  SNS
------------------------------------------------------------------*/
.sns {
  margin-top: 10px;
  padding-bottom: 5px;
  width: 100%;
  text-align: center;
}
.sns ul li {
  display: inline-block;
  width: 40px;
}
.sns ul li a {
  font-size: 22px;
  font-size: 1.83333rem;
  color: #fff;
}

.sns_pc {
  display: none;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
.sns_pc ul li {
  display: inline-block;
  width: 40px;
}
.sns_pc ul li a {
  font-size: 22px;
  font-size: 1.83333rem;
  color: #000;
}

/* ============================================
 contents
============================================ */
#content_area {
  width: 100%;
}

footer {
  border-top: 3px solid #cf101f;
  text-align: center;
  padding: 15px 0;
  background: #000;
  position: relative;
  margin-top: 80px;
}
footer p {
  color: #fff;
  line-height: 1;
  font-size: 10px;
  font-size: 0.83333rem;
}
footer .sns {
  margin-top: 5px;
  margin-bottom: 15px;
}
footer .list_inline {
  position: absolute;
  top: -51px;
  right: 0;
}
footer .list_inline li {
  display: inline-block;
}
footer .list_inline li a {
  display: block;
  border: solid 2px #000;
  background: #000;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 5px 10px;
}

#page_top.animation-target {
  -webkit-animation: animation 1500ms linear both;
  animation: animation 1500ms linear both;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* ============================================
 Media Queries
============================================ */
@media screen and (min-width: 768px) {
  .wrapper {
    position: relative;
    width: 720px;
    margin: 0 auto;
  }

  /* ============================================
   header
  ============================================ */
  header {
    position: relative;
    padding: 0;
    background: transparent;
  }
  header .head_wrapper {
    padding: 20px 0 0;
  }
  header .head_left {
    text-align: left;
    float: none;
    height: 100%;
    display: block;
    width: 100%;
  }
  header .head_left_sp {
    display: none;
  }
  header .logo {
    text-align: center;
    vertical-align: middle;
    padding-bottom: 15px;
  }
  header .logo img {
    margin-right: 10px;
  }
  header .logo .logo_illust {
    height: 65px;
  }
  header #logo {
    width: 140px;
  }

  .fixed {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: fixed;
    top: 0px;
    height: 51px !important;
    padding-top: 10px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);
  }
  .fixed a {
    color: #fff !important;
  }
  .fixed .sns {
    display: none;
    float: none;
    position: absolute;
    margin-top: 0;
    right: -70px;
    top: -9px;
  }
  .fixed .sns .youtube {
    display: none;
  }
  .fixed .nav_top li a::after {
    background-color: #fff;
  }

  /*-----------------------------------------------------------------
  ハンバーガーメニュー
  ------------------------------------------------------------------*/
  .menu_button, .menu_button span {
    display: none;
  }

  /*-----------------------------------------------------------------
    gloval navi
  ------------------------------------------------------------------*/
  .dropdown_nav {
    height: 34px;
    overflow: visible;
    margin: 0 auto;
    width: 100%;
    max-height: none !important;
  }

  .nav_top {
    text-align: left;
    float: none;
    margin-top: 2px;
    width: 105%;
  }
  .nav_top:before, .nav_top:after {
    content: "";
    display: table;
  }
  .nav_top:after {
    clear: both;
  }
  .nav_top ul {
    margin: 0 0 0 -18px;
  }
  .nav_top li {
    margin: 0 0 0 18px;
    display: inline-block;
  }
  .nav_top li a {
    font-size: 14px;
    font-size: 1.16667rem;
    color: #000;
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: 3px 0 3px;
    line-height: 20px;
    text-align: center;
    background: transparent;
    border-radius: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .nav_top li a::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0;
    height: 2px;
    opacity: 0;
    background-color: #cf101f;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .nav_top li a:hover {
    color: #cf101f;
  }
  .nav_top li a:hover::after {
    opacity: 1;
    display: block;
    width: 100%;
  }
  .nav_top li a .fa-chevron-right {
    display: none;
  }

  /*-----------------------------------------------------------------
    SNS
  ------------------------------------------------------------------*/
  .sns {
    float: right;
    width: auto;
    margin-top: -72px;
  }
  .sns ul {
    margin-right: -2px;
  }
  .sns ul li {
    width: 30px;
    height: 33px;
  }
  .sns ul li a {
    color: #000;
  }

  /* ============================================
  contents
  ============================================ */
  #content_area {
    padding-top: 0;
  }
  #content_area .wrapper {
    background: transparent;
  }

  footer {
    text-align: center;
    padding: 15px 0;
    margin-top: 100px;
  }
  footer p {
    padding-top: 25px;
    font-size: 11px;
    font-size: 0.91667rem;
    color: #fff;
    float: right;
  }
  footer .sns {
    margin-top: 13px;
    margin-bottom: 15px;
    text-align: left;
    float: left;
  }
  footer .sns ul li {
    width: 30px;
    height: 33px;
    text-align: center;
  }
  footer .sns ul li a {
    color: #fff;
  }
  footer .list_inline li a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  footer .list_inline li a:hover {
    background: #fff;
    color: #000;
  }
}
@media screen and (min-width: 960px) {
  .wrapper {
    position: relative;
    width: 900px;
    margin: 0 auto;
  }

  /* ============================================
   header
  ============================================ */
  header {
    position: relative;
    padding: 20px 0 0;
  }
  header .wrapper {
    padding: 0 0 30px;
  }
  header .head_wrapper {
    padding: 0;
  }
  header .head_left {
    text-align: left;
    float: none;
    height: 100%;
    display: block;
    width: 100%;
  }
  header .logo {
    padding-bottom: 20px;
  }
  header .logo .logo_illust {
    height: 80px;
  }
  header #logo {
    width: 160px;
  }

  /*-----------------------------------------------------------------
    gloval navi
  ------------------------------------------------------------------*/
  .dropdown_nav {
    margin: 0 auto;
    width: 100%;
    max-height: none;
    height: 44px;
  }
  .dropdown_nav .wrapper {
    padding: 0 0 15px;
  }

  .nav_top {
    text-align: left;
  }
  .nav_top:before, .nav_top:after {
    content: "";
    display: table;
  }
  .nav_top:after {
    clear: both;
  }
  .nav_top ul {
    margin: 0 0 0 -31px;
  }
  .nav_top li {
    margin: 0 0 0 30.5px;
    display: inline-block;
  }
  .nav_top li a {
    font-size: 16px;
    font-size: 1.33333rem;
    position: relative;
    display: block;
    margin-bottom: 0px;
    padding: 3px 0 3px;
    line-height: 20px;
    border-radius: 0;
  }
  .nav_top li a .fa-chevron-right {
    display: none;
  }
  .nav_top li a::after {
    bottom: 0;
  }

  /*-----------------------------------------------------------------
  SNS
------------------------------------------------------------------*/
  .sns {
    float: right;
    width: auto;
    margin-top: -82px;
  }
  .sns ul {
    margin-right: -2px;
  }
  .sns ul li {
    width: 30px;
    height: 33px;
    margin-left: 5px;
  }
  .sns ul li a {
    color: #000;
    font-size: 25px;
    font-size: 2.08333rem;
  }
  .sns ul li.facebook {
    margin-left: 6px;
  }

  footer .sns ul {
    margin-left: -5px;
  }
  footer .sns ul li {
    width: 30px;
    height: 33px;
    text-align: center;
  }
  footer .sns ul li a {
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper {
    position: relative;
    width: 960px;
    margin: 0 auto;
  }

  /* ============================================
 header
============================================ */
  header {
    position: relative;
    padding: 25px 0 0;
  }
  header .wrapper {
    padding: 0 0 30px;
  }
  header .head_wrapper {
    padding: 0;
  }
  header .head_left {
    text-align: left;
    float: none;
    height: 100%;
    display: block;
    width: 100%;
  }
  header .logo {
    padding-bottom: 30px;
  }
  header #logo {
    width: 180px;
  }

  /*-----------------------------------------------------------------
  gloval navi
------------------------------------------------------------------*/
  .dropdown_nav {
    height: 44px;
    margin: 0 auto;
    width: 100%;
    max-height: none;
  }
  .dropdown_nav .wrapper {
    padding: 0 0 15px;
  }

  .nav_top {
    text-align: left;
    float: left;
    width: 105%;
  }
  .nav_top:before, .nav_top:after {
    content: "";
    display: table;
  }
  .nav_top:after {
    clear: both;
  }
  .nav_top ul {
    margin: 0 0 0 -34.5px;
  }
  .nav_top li {
    margin: 0 0 0 33px;
    display: inline-block;
  }
  .nav_top li a {
    font-size: 17px;
    font-size: 1.41667rem;
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: 3px 0 3px;
    line-height: 20px;
    border-radius: 0;
  }
  .nav_top li a .fa-chevron-right {
    display: none;
  }

  /*-----------------------------------------------------------------
SNS
------------------------------------------------------------------*/
  .sns {
    float: right;
    width: auto;
    margin-top: -93px;
  }
  .sns ul li {
    height: 33px;
    margin-left: 7px;
  }
  .sns ul li a {
    color: #000;
    font-size: 25px;
    font-size: 2.08333rem;
  }
  .sns ul li.facebook {
    margin-left: 5px;
  }

  footer .sns ul {
    margin-left: -7px;
  }

  #page_top {
    position: fixed;
    font-size: 30px;
    font-size: 2.5rem;
    color: #000;
    right: 50%;
    margin-right: -480px;
    bottom: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

/*# sourceMappingURL=common.css.map */
