@charset "UTF-8";
/* PUNK THIS TOWN site CSS (common.css) */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Muli:400,700);
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: #000;
}

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;
  background: #000;
}

html, body {
  width: 100%;
  height: auto;
  color: #000;
  min-width: 320px;
  letter-spacing: -.1px;
  font-size: 12px;
  line-height: 1.6;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}

table {
  letter-spacing: .5px;
}

.no_pc {
  display: inline;
}

.no_sp {
  display: none;
}

.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: 90%;
  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%;
}
header .head_left_sp .logo {
  position: relative;
  width: 100px;
  margin: 10px 0 3px;
  display: inline-block;
}
header .head_left_sp .sp_date {
  width: 135px;
  display: inline-block;
  margin-left: -5px;
  margin-top: 12px;
}
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: 14px 0 0;
  padding: 13px 0 0;
  width: 33px;
  height: 32px;
  float: right;
}

.menu_button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #e60012;
  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 {
  background-color: #fff100;
}

.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_pc {
  display: none;
}

#nav_sp {
  display: block;
}

.nav_top {
  margin-top: 5px;
}
.nav_top li a, .nav_top li span {
  letter-spacing: -.3px;
  display: block;
  margin-bottom: 2px;
  padding: 4px 0;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
}
.nav_top li a .fa-chevron-right, .nav_top li span .fa-chevron-right {
  float: right;
  line-height: 24px;
  margin-right: 5px;
}
.nav_top li a img, .nav_top li span img {
  height: 32px;
}
.nav_top li span {
  opacity: .3;
}

/*-----------------------------------------------------------------
  SNS
------------------------------------------------------------------*/
.sns {
  margin-top: 10px;
  padding-bottom: 5px;
  width: 100%;
  text-align: center;
}
.sns ul {
    /*
    .twitter{
      a{
        color: #55acee;
      }
    }
    .facebook{
      a{
        color: #315096;
      }
    }
    .youtube{
      a{
        color: #cd201f;

      }
    }
    */
}
.sns ul li {
  display: inline-block;
  width: 50px;
}
.sns ul li a {
  font-size: 28px;
  font-size: 2.33333rem;
  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
============================================ */
.parallax-window {
  background: transparent;
}

#content_area {
  width: 100%;
}

footer {
  padding: 30px 0;
  color: #fff;
}
footer .footer_sns {
  border-top: 1px solid #868686;
  border-bottom: 1px solid #868686;
  padding: 10px 0;
  margin: 0 0 40px;
}
footer .footer_sns ul {
  text-align: center;
  height: 21px;
}
footer .footer_sns ul .list_item {
  display: inline-block;
  width: 90px;
  margin: 0;
}
footer .footer_sns ul .list_item .fb-share-button {
  top: -5px;
}
footer .credit li {
  font-size: 12px;
  font-size: 1rem;
  text-align: center;
  margin: 10px 0;
}
footer .link {
  margin: 40px 0;
  text-align: center;
}
footer .link li {
  text-align: center;
  margin: 5px;
  display: inline-block;
}
footer .link li a img, footer .link li span img {
  width: 105px;
}
footer .copyright {
  font-size: 12px;
  font-size: 1rem;
  letter-spacing: 1px;
  margin: 30px 0 0;
  text-align: center;
}

/* ============================================
 Media Queries
============================================ */
@media screen and (min-width: 768px) {
  .no_pc {
    display: none;
  }

  .no_sp {
    display: inline;
  }

  .wrapper {
    position: relative;
    width: 720px;
    margin: 0 auto;
  }

  /* ============================================
   header
  ============================================ */
  header {
    height: auto;
    position: relative;
    padding: 0;
    background: transparent;
    border-bottom: none;
  }
  header .head_wrapper {
    padding: 45px 0 45px;
  }
  header .head_left {
    text-align: left;
    float: none;
    height: 100%;
    display: block;
    width: 100%;
  }
  header .head_left_sp {
    display: none;
  }
  header .logo {
    position: relative;
    text-align: center;
    vertical-align: middle;
  }
  header .logo a {
    display: block;
    position: relative;
  }
  header #logo {
    width: 600px;
  }
  header .date {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 130px;
    margin-top: 15px;
  }

  .pc_date {
    position: absolute;
    top: -32px;
    left: 60px;
  }
  .pc_date p {
    text-shadow: 1px 1px 3px #000,1px 1px 3px #000;
    color: yellow;
    font-size: 13px;
    font-size: 1.08333rem;
  }
  .pc_date p span {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 0 5px;
    line-height: 20px;
    margin-right: 5px;
  }

  .fixed {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: fixed;
    top: 0px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.8) !important;
  }
  .fixed .sns {
    display: none;
    float: none;
    position: absolute;
    margin-top: 0;
    right: -70px;
    top: -9px;
  }
  .fixed .sns .youtube {
    display: none;
  }

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

  /*-----------------------------------------------------------------
    gloval navi
  ------------------------------------------------------------------*/
  #nav_pc {
    display: block;
  }

  #nav_sp {
    display: none;
  }

  .dropdown_nav {
    overflow: visible;
    margin: 0 auto;
    width: 100%;
    background: #e60012;
    max-height: none !important;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
  }
  .dropdown_nav .wrapper {
    padding: 10px 0;
    position: static;
  }

  .nav_top {
    text-align: left;
    float: none;
    margin-top: 0;
    width: 105%;
  }
  .nav_top:before, .nav_top:after {
    content: "";
    display: table;
  }
  .nav_top:after {
    clear: both;
  }
  .nav_top ul {
    margin: 0;
  }
  .nav_top li {
    float: left;
    margin-left: 7px;
  }
  .nav_top li a, .nav_top li span {
    font-size: 14px;
    font-size: 1.16667rem;
    color: #fff100;
    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;
    /*
    &::after {
      content: '';
      position: absolute;
      bottom: 2px;
      left: 0;
      width: 0;
      height: 2px;
      opacity: 0;
      background-color: $subColor;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
    }
    */
  }
  .nav_top li a:hover, .nav_top li span:hover {
    color: #ff3e3e;
    /*
    &::after {
      opacity: 1;
      display: block;
      width: 100%;
    }
    */
  }
  .nav_top li a .fa-chevron-right, .nav_top li span .fa-chevron-right {
    display: none;
  }
  .nav_top li a img, .nav_top li span img {
    height: 24px;
  }
  .nav_top .top {
    margin-left: 0;
  }

  /*-----------------------------------------------------------------
    SNS
  ------------------------------------------------------------------*/
  .sns {
    position: absolute;
    margin-top: 0;
    right: 50%;
    width: 117px;
    top: 0px;
    margin-right: -360px;
    text-align: right;
  }
  .sns ul {
    margin-right: 0;
    /*
    .twitter{
      background: #55acee;
      a{
        color: #fff;
      }
    }
    .facebook{
      background: #315096;
      a{
        color: #fff;
        top: 1px;
        position: relative;
      }
    }
    .youtube{
      background: #cd201f;
      a{
        color: #fff;
      }
    }
    */
  }
  .sns ul li {
    text-align: center;
    width: 45px;
    height: 45px;
    background: #000;
  }
  .sns ul li a {
    font-size: 28px;
    font-size: 2.33333rem;
    color: #fff;
  }

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

  footer {
    padding: 50px 0 60px;
  }
  footer .footer_sns {
    padding: 20px 0;
    margin: 0 auto 50px;
    max-width: 700px;
  }
  footer .footer_sns ul {
    text-align: center;
    height: 21px;
  }
  footer .footer_sns ul .list_item {
    display: inline-block;
    width: 90px;
    margin: 0 5px;
  }
  footer .credit li {
    font-size: 14px;
    font-size: 1.16667rem;
    text-align: center;
    margin: 10px 0;
  }
  footer .link {
    margin: 40px 0;
    text-align: center;
  }
  footer .link li {
    max-width: 150px;
    text-align: center;
    margin: 0 5px;
    display: inline-block;
  }
  footer .link li a img, footer .link li span img {
    width: 150px;
  }
  footer .copyright {
    font-size: 14px;
    font-size: 1.16667rem;
    letter-spacing: 1px;
    margin: 50px 0 0;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper {
    position: relative;
    width: 960px;
    margin: 0 auto;
  }

  /* ============================================
 header
============================================ */
  header {
    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: 40px 0 50px;
  }
  header #logo {
    width: 900px;
  }
  header .date {
    width: 180px;
  }
  header .pc_date {
    position: absolute;
    top: -9px;
    left: 30px;
  }
  header .pc_date p {
    color: yellow;
    font-size: 13px;
    font-size: 1.08333rem;
  }
  header .pc_date p span {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 0 5px;
    line-height: 20px;
    margin-right: 5px;
  }

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

  .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;
  }
  .nav_top li {
    float: left;
    margin-left: 10px;
  }
  .nav_top li a, .nav_top li span {
    font-size: 14px;
    font-size: 1.16667rem;
    color: #fff100;
    position: relative;
    display: block;
    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:hover, .nav_top li span:hover {
    color: #ff3e3e;
  }
  .nav_top li a .fa-chevron-right, .nav_top li span .fa-chevron-right {
    display: none;
  }
  .nav_top li a img, .nav_top li span img {
    height: 32px;
  }

  /*-----------------------------------------------------------------
SNS
------------------------------------------------------------------*/
  .sns {
    width: 128px;
    margin-right: -480px;
  }
  .sns ul li {
    margin-left: 2px;
  }

  #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);
  }
}
@media screen and (max-width: 320px) {
  header .head_left_sp .sp_date {
    display: none;
  }
}

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