@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: 'Apercu';
  src: url("../fonts/apercu_bold_pro.woff2") format("woff2"), url("../fonts/apercu_bold_pro.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* style */
html {
  background: #1a1a1a; }

body {
  font-family: 'Montserrat','游ゴシック体',YuGothic,'游ゴシック Medium','Yu Gothic Medium','游ゴシック','Yu Gothic','Roboto','Droid Sans',sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-weight: bold;
  width: 100%;
  min-width: 960px;
  opacity: 0;
  transition: all .6s .6s; }
body.visible {
  opacity: 1; }
@media (max-width: 768px) {
  body {
    min-width: 100%;
    letter-spacing: 0.05em; } }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  word-break: break-all; }

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

@media (max-width: 768px) {
  .pc {
    display: none; } }

.tab, .sp {
  display: none; }
@media (max-width: 768px) {
  .tab, .sp {
    display: block; } }

.scrollIn {
  opacity: 0;
  transform: translate(0, 30px); }

.fadeInAnime {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity .4s, transform .2s; }

.gold {
  color: #ff0 !important; }

section {
  position: relative;
  z-index: 10; }

#header {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #1a1a1a;
  z-index: 1; }
@media (max-width: 768px) {
  #header {
    height: auto;
    position: relative; } }
#header .first_view {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/first_view_pc.png) center center no-repeat;
  background-size: 75%;
  text-indent: -9999px; }
#header .tour_list_nav {
  width: 50%;
  min-width: 500px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: right; }
@media (max-width: 768px) {
  #header .tour_list_nav {
    width: 100%;
    min-width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 14%;
    letter-spacing: normal; } }
#header .tour_list_nav .tour_list_pc {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
#header .tour_list_nav .tour_list_pc li {
  padding: 25px 5px 25px 15px; }
#header .tour_list_nav .tour_list_pc li a {
  display: block;
  opacity: 0;
  -moz-transform: translate(-20%, 0);
  -ms-transform: translate(-20%, 0);
  -webkit-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  transition: opacity .4s, transform .6s; }
#header .tour_list_nav .tour_list_pc li a img {
  opacity: 0; }
#header .tour_list_nav .tour_list_pc li a.visible {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
#header .tour_list_nav .tour_list_pc li a.tour_a {
  background: url(../img/header_live_nav_a_pc_sprite.png) 0 0 no-repeat;
  background-size: auto 100%; }
#header .tour_list_nav .tour_list_pc li a.tour_a:hover {
  background-position: right 0; }
#header .tour_list_nav .tour_list_pc li a.tour_b {
  background: url(../img/header_live_nav_b_pc_sprite.png) 0 0 no-repeat;
  background-size: auto 100%; }
#header .tour_list_nav .tour_list_pc li a.tour_b:hover {
  background-position: right 0; }
@media (max-width: 768px) {
  #header .tour_list_nav .tour_list_pc {
    display: none; } }
#header .tour_list_nav .site_title {
  height: 100%;
  max-height: 100%;
  width: auto;
  display: inline-block;
  opacity: 0;
  transform: translate(0, -10%);
  transition: opacity .4s, transform .6s; }
#header .tour_list_nav .site_title.visible {
  opacity: 1;
  transform: translate(0, 0); }
@media (max-width: 768px) {
  #header .tour_list_nav .site_title {
    width: 100%;
    height: auto;
    opacity: 1;
    transform: translate(0, 0);
    margin: 20% 0 15%; } }
#header .tour_list_nav .tour_list {
  padding-right: 6%; }
#header .tour_list_nav .tour_list dt {
  font-family: 'Apercu','游ゴシック体',YuGothic,'游ゴシック Medium','Yu Gothic Medium','游ゴシック','Yu Gothic','Roboto','Droid Sans',sans-serif;
  color: #3366ff;
  line-height: 1em;
  font-size: 10px;
  margin-bottom: 20px; }
#header .tour_list_nav .tour_list dd {
  margin-bottom: 9.3%; }
#header .tour_list_nav .tour_list dd:hover {
  background-position: right 0; }
#header .tour_list_nav .tour_list dd a {
  display: inline-block;
  position: relative; }
#header .tour_list_nav .tour_list dd a.tour_a {
  width: 42.5%;
  height: auto; }
#header .tour_list_nav .tour_list dd a.tour_b {
  width: 45%;
  height: auto; }
#header .top_anchor {
  width: 290px;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: width .6s;
  overflow: hidden; }
@media (max-width: 768px) {
  #header .top_anchor {
    width: 38%;
    position: absolute;
    top: 65%; } }
@media (max-width: 480px) {
  #header .top_anchor {
    top: 63%; } }
#header .top_anchor.shrink {
  width: 193px; }
@media (max-width: 768px) {
  #header .top_anchor.shrink {
    width: 38%; } }
#header .top_anchor a {
  display: block; }
#header .top_anchor a:hover {
  opacity: .7; }
#header .top_anchor:after {
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  height: 100%;
  opacity: 0;
  top: 0;
  right: 0;
  -moz-transform: rotate(-43deg);
  -ms-transform: rotate(-43deg);
  -webkit-transform: rotate(-43deg);
  transform: rotate(-43deg);
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right; }

.wrap {
  width: 100%;
  min-width: 1000px; }
@media (max-width: 768px) {
  .wrap {
    min-width: 100%; } }
.wrap .content {
  width: 50%;
  min-width: 500px;
  margin-left: 50%;
  background: #333;
  overflow: hidden; }
@media (max-width: 768px) {
  .wrap .content {
    width: 100%;
    min-width: 100%;
    margin-left: 0; } }
.wrap .content#introduction {
  margin-top: 100vh;
  padding: 125px 0 100px; }
@media (max-width: 768px) {
  .wrap .content#introduction {
    margin: 0;
    padding: 45px 20% 75px 6%; } }
.wrap .content#introduction .intro_txt {
  width: 300px;
  margin-right: 55px;
  font-size: 19px;
  line-height: 1.8em;
  float: right;
  position: relative; }
@media (max-width: 768px) {
  .wrap .content#introduction .intro_txt {
    width: 100%;
    margin: 0; } }
@media (max-width: 480px) {
  .wrap .content#introduction .intro_txt {
    font-size: 13px; } }
.wrap .content#introduction .intro_txt .sec_title {
  font-family: 'Apercu','游ゴシック体',YuGothic,'游ゴシック Medium','Yu Gothic Medium','游ゴシック','Yu Gothic','Roboto','Droid Sans',sans-serif;
  color: #3366ff;
  font-size: 20px;
  line-height: 1em;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  position: absolute;
  top: -50px;
  left: -34px; }
@media (max-width: 768px) {
  .wrap .content#introduction .intro_txt .sec_title {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 18px; } }
@media (max-width: 480px) {
  .wrap .content#introduction .intro_txt .sec_title {
    font-size: 10px; } }
.wrap .content.tour_sec {
  padding: 110px 55px 110px 35px; }
@media (max-width: 768px) {
  .wrap .content.tour_sec {
    padding: 90px 7.3% 30px; } }
.wrap .content.tour_sec .sec_title {
  text-align: right;
  margin-bottom: 50px; }
.wrap .content.tour_sec .sec_title:before {
  content: "";
  display: block;
  width: 15px;
  height: 85px;
  background: #3366ff;
  position: absolute;
  top: 0;
  right: 55px; }
@media (max-width: 768px) {
  .wrap .content.tour_sec .sec_title:before {
    width: 12px;
    height: 70px;
    right: 7.3%; } }
.wrap .content.tour_sec .sec_title img {
  width: 262px;
  height: auto; }
@media (max-width: 768px) {
  .wrap .content.tour_sec .sec_title img {
    width: 220px; } }
.wrap .content.tour_sec .live_list {
  padding-bottom: 20px; }
@media (max-width: 768px) {
  .wrap .content.tour_sec .live_list {
    padding-bottom: 10px; } }
.wrap .content.tour_sec .live_list li {
  margin-bottom: 40px; }
@media (max-width: 768px) {
  .wrap .content.tour_sec .live_list li {
    margin-bottom: 35px; } }
.wrap .content.tour_sec .live_list li .live_date {
  font-size: 24px;
  line-height: 1em;
  color: #3366ff; }
@media (max-width: 480px) {
  .wrap .content.tour_sec .live_list li .live_date {
    font-size: 20px; } }
.wrap .content.tour_sec .live_list li .live_place {
  font-size: 20px;
  line-height: 1em;
  padding: 10px 0; }
@media (max-width: 480px) {
  .wrap .content.tour_sec .live_list li .live_place {
    font-size: 17px; } }
.wrap .content.tour_sec .live_list li .live_time {
  font-size: 13px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.05em; }
@media (max-width: 480px) {
  .wrap .content.tour_sec .live_list li .live_time {
    font-size: 11px; } }
.wrap .content.tour_sec .live_place_map {
  display: inline-block;
  position: absolute;
  top: 218px;
  right: 55px;
  text-align: center; }
@media (max-width: 768px) {
  .wrap .content.tour_sec .live_place_map {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    margin-top: 18px; } }
.wrap .content.tour_sec .live_place_map a {
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url(../img/tour_map_icon.png) 0 0 no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  margin-bottom: 10px;
  transition: all .1s; }
.wrap .content.tour_sec .live_place_map a:hover {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }
@media (max-width: 768px) {
  .wrap .content.tour_sec .live_place_map a {
    width: 26px;
    height: 26px; } }
.wrap .content.tour_sec .live_place_map .txt {
  font-size: 11px;
  line-height: 1.45em; }
@media (max-width: 768px) {
  .wrap .content.tour_sec .live_place_map .txt {
    font-size: 10px; } }
.wrap .content.tour_sec .tickets_info {
  border: 1px solid #888;
  border-radius: 17px;
  text-align: center;
  padding: 0 0 15px; }
@media (max-width: 480px) {
  .wrap .content.tour_sec .tickets_info {
    padding: 0 0 5px; } }
.wrap .content.tour_sec .tickets_info .tour_ticket_title {
  display: inline-block;
  width: 204px;
  height: 64px;
  background: url(../img/tour_ticket_title.png) 0 0 no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  margin-bottom: 10px; }
@media (max-width: 768px) {
  .wrap .content.tour_sec .tickets_info .tour_ticket_title {
    width: 120px;
    height: 38px; } }
.wrap .content.tour_sec .tickets_info .ticket_detail {
  text-align: left;
  margin: 30px 30px 55px; }
@media (max-width: 480px) {
  .wrap .content.tour_sec .tickets_info .ticket_detail {
    margin: 20px 20px 30px; } }
.wrap .content.tour_sec .tickets_info .ticket_detail dt {
  font-size: 20px;
  line-height: 1.4em;
  color: #3366ff;
  margin-bottom: .5em; }
@media (max-width: 480px) {
  .wrap .content.tour_sec .tickets_info .ticket_detail dt {
    font-size: 15px; } }
.wrap .content.tour_sec .tickets_info .ticket_detail dt .small {
  color: #fff;
  font-size: 13px;
  -moz-transform: translate(1em, -0.2em);
  -ms-transform: translate(1em, -0.2em);
  -webkit-transform: translate(1em, -0.2em);
  transform: translate(1em, -0.2em);
  display: inline-block; }
@media (max-width: 480px) {
  .wrap .content.tour_sec .tickets_info .ticket_detail dt .small {
    font-size: 10px;
    -moz-transform: translate(0, -0.2em);
    -ms-transform: translate(0, -0.2em);
    -webkit-transform: translate(0, -0.2em);
    transform: translate(0, -0.2em); } }
.wrap .content.tour_sec .tickets_info .ticket_detail dd {
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 1.2em; }
@media (max-width: 480px) {
  .wrap .content.tour_sec .tickets_info .ticket_detail dd {
    font-size: 13px; } }
.wrap .content.tour_sec .tickets_info .ticket_detail dd .small {
  font-size: 13px;
  line-height: 1.5em;
  display: inline-block;
  margin-top: .6em; }
@media (max-width: 480px) {
  .wrap .content.tour_sec .tickets_info .ticket_detail dd .small {
    font-size: 10px; } }
.wrap .content.tour_sec .tickets_info .link_btn li {
  text-align: center;
  margin-bottom: 30px; }
@media (max-width: 480px) {
  .wrap .content.tour_sec .tickets_info .link_btn li {
    margin-bottom: 14px; } }
.wrap .content.tour_sec .tickets_info .link_btn li a {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  font-size: 18px;
  line-height: 53px;
  color: #fff;
  text-decoration: none;
  background: #000;
  border-radius: 27px; }
.wrap .content.tour_sec .tickets_info .link_btn li a:hover {
  background: #3366ff; }
@media (max-width: 480px) {
  .wrap .content.tour_sec .tickets_info .link_btn li a {
    font-size: 13px;
    line-height: 32px;
    letter-spacing: -.05em;
    width: 90%;
    max-width: 280px; } }
@media (max-width: 320px) {
  .wrap .content.tour_sec .tickets_info .link_btn li a {
    font-size: 12px;
    line-height: 30px;
    width: 95%; } }
.wrap .content.tour_sec .tickets_info.bros_tour .link_btn {
  margin: 30px auto 0; }
.wrap .content.tour_sec .tickets_info.bros_tour .oshiraseshimasu img {
  width: 100%;
  max-width: 324px; }
@media (max-width: 480px) {
  .wrap .content.tour_sec .tickets_info.bros_tour .oshiraseshimasu img {
    max-width: 85%; } }
.wrap .content.tour_sec#tour_a {
  background: #222; }
.wrap .content.tour_sec#tour_b .live_time {
  display: none; }
.wrap .content#fanclub {
  background: #fff;
  color: #000;
  padding: 120px 0 30px;
  text-align: center; }
.wrap .content#fanclub .sec_title {
  text-align: center;
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 25px; }
@media (max-width: 768px) {
  .wrap .content#fanclub .sec_title {
    font-size: 15px;
    margin-bottom: 3px; } }
.wrap .content#fanclub .sec_title:before {
  content: "";
  display: block;
  width: 160px;
  height: 108px;
  background: url(../img/fanclub_bros_logo.png) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 50px; }
@media (max-width: 768px) {
  .wrap .content#fanclub .sec_title:before {
    width: 84px;
    height: 56px;
    margin: 0 auto 15px; } }
.wrap .content#fanclub .fanclub_desc {
  width: 440px;
  font-size: 13px;
  line-height: 1.75em;
  text-align: left;
  margin: 20px auto 30px; }
.wrap .content#fanclub .fanclub_desc small {
  font-size: 11px; }
@media (max-width: 480px) {
  .wrap .content#fanclub .fanclub_desc small {
    display: inline-block;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top; } }
@media (max-width: 768px) {
  .wrap .content#fanclub .fanclub_desc {
    width: 90%;
    margin: 18px auto 20px;
    letter-spacing: 0; } }
@media (max-width: 480px) {
  .wrap .content#fanclub .fanclub_desc {
    font-size: 10px; } }
.wrap .content#fanclub .fanclub_point {
  letter-spacing: -.4em; }
@media (max-width: 480px) {
  .wrap .content#fanclub .fanclub_point {
    width: 220px;
    margin: 0 auto; } }
.wrap .content#fanclub .fanclub_point li {
  display: inline-block;
  letter-spacing: normal;
  width: 110px;
  height: 110px;
  font-size: 14px;
  line-height: 1.4em;
  position: relative; }
@media (max-width: 768px) {
  .wrap .content#fanclub .fanclub_point li {
    font-size: 12px;
    width: 100px;
    height: 100px; } }
.wrap .content#fanclub .fanclub_point li span {
  display: inline-block;
  position: relative;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1; }
.wrap .content#fanclub .fanclub_point li:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: #ccc;
  border-radius: 50%;
  z-index: 0; }
@media (max-width: 768px) {
  .wrap .content#fanclub .fanclub_point li:after {
    width: 75px;
    height: 75px;
    top: 12px;
    left: 12px; } }
.wrap .content#fanclub .fanclub_link {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  line-height: 44px;
  text-decoration: none;
  background: #000;
  padding: 0 60px;
  border-radius: 22px;
  margin-bottom: 120px; }
.wrap .content#fanclub .fanclub_link:hover {
  background: #3366ff; }
@media (max-width: 768px) {
  .wrap .content#fanclub .fanclub_link {
    font-size: 13px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 12%;
    margin-bottom: 0; } }
.wrap .content#fanclub.tab {
  position: relative;
  background: #888;
  padding: calc(100vw / 13.5); }
.wrap .content#fanclub.tab:before, .wrap .content#fanclub.tab:after {
  content: "OFFICIAL FAN CLUB BROS.";
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 11px;
  font-family: 'Apercu','Roboto','Droid Sans',sans-serif;
  letter-spacing: .05em;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: 6em; }
.wrap .content#fanclub.tab:before {
  left: 5%;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }
.wrap .content#fanclub.tab:after {
  right: 5%;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }
.wrap .content#fanclub.tab .inner {
  padding: 20px 0 22px;
  background: rgba(255, 255, 255, 0.9);
  position: relative; }
.wrap .pagetop {
  display: block;
  width: 54px;
  height: 30px;
  background: url(../img/pagetop.png) 0 0 no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  margin: 0 auto; }
.wrap .pagetop:hover {
  opacity: .7; }
.wrap #tab_footer .banner {
  margin: 65px auto 45px;
  width: 100%;
  max-width: 300px; }
.wrap #tab_footer .banner li:first-child {
  margin-bottom: 40px; }
.wrap #tab_footer .pagetop {
  background: url(../img/pagetop_w.png) 0 0 no-repeat;
  background-size: 100% 100%; }

#footer {
  position: fixed;
  top: 0;
  right: -300px;
  height: 100%;
  color: #000;
  background: rgba(255, 255, 255, 0.95);
  z-index: 100;
  font-family: 'Apercu','游ゴシック体',YuGothic,'游ゴシック Medium','Yu Gothic Medium','游ゴシック','Yu Gothic','Roboto','Droid Sans',sans-serif;
  transition: all .3s; }
@media (max-width: 480px) {
  #footer {
    width: 50%;
    right: -50%; } }
@media (max-width: 320px) {
  #footer {
    width: 60%;
    right: -60%; } }
#footer a {
  font-size: 18px;
  color: #000;
  text-decoration: none; }
#footer a span {
  font-size: 14px; }
@media (max-width: 480px) {
  #footer a span {
    font-size: 11px; } }
#footer a:hover {
  color: #3366ff;
  text-decoration: underline; }
@media (max-width: 480px) {
  #footer a {
    font-size: 15px; } }
#footer a.totop {
  display: inline-block;
  margin-bottom: 30px; }
#footer .sub {
  color: #3366ff;
  font-size: 10px;
  margin-bottom: 15px; }
@media (max-width: 480px) {
  #footer .sub {
    margin-bottom: 12px; } }
#footer .tour_list {
  padding-bottom: 90px; }
#footer .tour_list dd {
  margin-bottom: 24px; }
@media (max-width: 480px) {
  #footer .tour_list dd {
    margin-bottom: 20px; } }
@media (max-width: 480px) {
  #footer .tour_list {
    padding-bottom: 15px; } }
#footer .official_link {
  text-align: center;
  padding-bottom: 25px; }
#footer .official_link dd {
  margin-bottom: 15px; }
#footer .official_link dd a {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  background: #000;
  border-radius: 15px; }
#footer .official_link dd a:hover {
  background: #3366ff;
  text-decoration: none; }
@media (max-width: 480px) {
  #footer .official_link dd a {
    font-size: 11px;
    line-height: 23px;
    border-radius: 12px; } }
#footer .sns_link {
  text-align: center;
  letter-spacing: -.4em;
  margin-bottom: 60px; }
@media (max-width: 480px) {
  #footer .sns_link {
    margin-bottom: 40px; } }
#footer .sns_link .sub {
  margin-bottom: 20px;
  letter-spacing: normal; }
@media (max-width: 480px) {
  #footer .sns_link .sub {
    margin-bottom: 10px; } }
#footer .sns_link dd {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 5px; }
@media (max-width: 768px) {
  #footer .sns_link dd {
    margin: 0 6px; } }
#footer .sns_link dd a {
  display: inline-block;
  width: 24px;
  height: 24px; }
#footer .sns_link dd a svg {
  width: 100%;
  height: auto; }
#footer .sns_link dd a:hover path {
  fill: #3366ff; }
@media (max-width: 480px) {
  #footer .sns_link dd a {
    width: 18px;
    height: 18px; } }
#footer .banner {
  width: 192px;
  margin-bottom: 55px; }
#footer .copyright {
  width: 100%;
  height: auto;
  background: url(../img/copyright.png) center 0 no-repeat;
  background-size: 100% auto;
  text-indent: -9999px; }
#footer #nav_btn {
  width: 20px;
  height: 15px;
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 9999;
  transition: .3s;
  cursor: pointer; }
@media (max-width: 768px) {
  #footer #nav_btn {
    right: 12px; } }
#footer #nav_btn span, #footer #nav_btn:before, #footer #nav_btn:after {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  left: 0;
  transition: .2s ease-in-out; }
#footer #nav_btn span {
  top: calc(50% - 1px); }
#footer #nav_btn:before {
  content: '';
  top: 0px; }
#footer #nav_btn:after {
  content: '';
  bottom: 0px; }
#footer.open {
  right: 0; }
#footer.open #nav_btn {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }
#footer.open #nav_btn span, #footer.open #nav_btn:before, #footer.open #nav_btn:after {
  background: #000; }
#footer .inner {
  height: 100%;
  padding: 80px 40px 20px;
  overflow-y: auto;
  position: relative;
  z-index: 1; }
@media (max-width: 480px) {
  #footer .inner {
    padding: 100px 7% 20px; } }
@media (max-width: 320px) {
  #footer .inner {
    padding: 90px 7% 20px; } }
#footer .close_layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
  display: none; }
#footer.open .close_layer {
  display: block; }
