@charset "UTF-8";
/**
 * Base
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* The global structure of an HTML document
-------------------------------------------------- */
html {
  line-height: 1;
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Sans Unicode", "Lucida Grande", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  color: #333333;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  font-size: 160%;
}

@media only screen and (max-width: 910px) {
  body {
    min-width: 320px;
    max-width: 100%;
  }
}

/* address */
address {
  font-style: normal;
}

/* Links
-------------------------------------------------- */
/* anchor */
a {
  color: #1A0DAB;
  text-decoration: underline;
}

a:link {
  color: #1A0DAB;
  text-decoration: underline;
}

a:visited {
  color: #660099;
}

a:hover {
  color: #1A0DAB;
  text-decoration: none;
}

a:active {
  color: #1A0DAB;
  text-decoration: underline;
}

/* Text
-------------------------------------------------- */
/* emphasis */
/* quotations */
/* superscript, subscript */
/* Objects, Images, and Applets
-------------------------------------------------- */
/* img */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* map */
/* Alignment, font styles, and horizontal rules
-------------------------------------------------- */
/* horizon */
/* Frames
-------------------------------------------------- */
/* inline frame */
/* Forms
-------------------------------------------------- */
input[type="text"],
input[type="password"],
textarea {
  max-width: 100% !important;
}

@media only screen and (max-width: 910px) {
  input[type="text"],
  input[type="password"],
  textarea {
    font-size: 16px;
  }
}

textarea {
  overflow: auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Sans Unicode", "Lucida Grande", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
}

/**
 * Layout
 */
.l_wrapper {
  position: relative;
  word-wrap: break-word;
  margin: 0 auto;
  padding: 0;
}

.l_wrapper.is_fixed {
  position: fixed;
}

.l_main {
  position: relative;
  margin: 0 auto;
}

.l_main:before, .l_main:after {
  content: "";
  display: table;
}

.l_main:after {
  clear: both;
}

/* header
-------------------------------------------------- */
.l_header {
  width: 200px;
  position: fixed;
  padding: 0;
  z-index: 120;
  top: 98px;
  left: 0px;
  background-image: url("../img/header/bg_menu.png");
  background-repeat: repeat;
}

@media only screen and (max-width: 910px) {
  .l_header {
    left: auto;
    right: -200px;
    -webkit-transition: all, 0.5s, ease-out;
    -moz-transition: all, 0.5s, ease-out;
    transition: all, 0.5s, ease-out;
  }
}

.l_header.is_navopen {
  display: block;
  top: 98px;
  right: 0px;
}

.l_inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.as_ticket {
  width: 160px;
  display: block;
  position: fixed;
  bottom: -35px;
  right: 10px;
  z-index: 1;
  opacity: 0.7;
  -webkit-transition: all, 0.5s, ease-out;
  -moz-transition: all, 0.5s, ease-out;
  transition: all, 0.5s, ease-out;
}

@media only screen and (max-width: 910px) {
  .as_ticket {
    width: 100px;
    bottom: -22px;
  }
}

.as_ticket:hover {
  bottom: 10px;
  opacity: 1;
}

@media only screen and (max-width: 910px) {
  .as_ticket:hover {
    bottom: -22px;
    opacity: 0.7;
  }
}

/* nav */
.l_header .gnav .gnav_list {
  padding: 25px 0px;
  margin: 0px;
}

.l_header .gnav .gnav_list li {
  display: block;
}

.l_header .gnav .gnav_list li a {
  position: relative;
  display: block;
  height: 42px;
  line-height: 42px;
  padding-left: 39px;
}

.l_header .gnav .gnav_list li a img {
  display: inline-block;
  vertical-align: middle;
}

.l_header .gnav .gnav_list li a:after {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  background-color: #919191;
  left: 17px;
  top: 17px;
}

.l_header .gnav .gnav_list li.is_current a:after {
  background-color: #FFC600;
}

/* contents
-------------------------------------------------- */
.pdT10 {
  display: block;
  padding-top: 10px;
}

@media only screen and (max-width: 640px) {
  .pc_only {
    display: none;
  }
}

.mgB60 {
  margin-bottom: 60px;
}

.decoration_line {
  width: 156px;
  height: 10px;
  background-image: url("../img/common/decoration_line.png");
}

.emergency {
  width: 100%;
  background-color: #000;
  text-align: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.emergency span {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  border: 2px solid red;
  padding: 15px 30px;
  font-weight: bold;
}

.l_contents {
  color: #fff;
  font-weight: normal;
}

.l_section {
  background-color: #000;
  padding: 60px 0px;
}
.l_sectionsaleshop {
  padding: 60px 0px;
  border: none;
}

.l_section#hero {
  padding: 0px;
}

.l_section#news {
  border-top: 5px solid #BA3300;
  border-bottom: 5px solid #BA3300;
}

.l_section#news .l_inner {
  max-width: 860px;
  padding-left: 20px;
  padding-right: 20px;
}

.l_section#pv {
  border-top: 5px solid #BA3300;
  border-bottom: 5px solid #BA3300;
}

.l_section#about {
  background-image: url("../img/about/bg_section.png");
  -moz-background-size: auto 100%;
       background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}

@media only screen and (max-width: 910px) {
  .l_section#about {
    background-position: -500px 0px;
  }
}

.l_section#howtoget {
  background-image: url("../img/howtoget/bg_section.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  border-top: 5px solid #BA3300;
  text-align: center;
}

.l_section#howtoget .l_inner {
  padding-right: 20px;
  padding-left: 20px;
}

.l_section#place {
  background-image: url("../img/place/bg_section.jpg");
  -moz-background-size: cover;
       background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 0px;
}

.l_section#place .l_inner {
  padding: 60px 0px;
  background-color: rgba(0, 0, 0, 0.72);
}

.l_section#place .l_inner h2 span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #B83300;
  font-weight: bold;
}

.l_section#beer {
  background-image: url("../img/beer/bg_section.png");
  background-position: center center;
  text-align: center;
  padding: 0px;
  border-top: 5px solid #BA3300;
}

.l_section#beer .l_inner {
  max-width: 900px;
  padding: 35px 0px 60px 0px;
}

.l_section#beer .l_inner h2 span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.l_section#food {
  background-image: url("../img/food/bg_section.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  border-top: 5px solid #BA3300;
}

.l_section#food .l_inner {
  max-width: 960px;
  padding: 35px 30px 60px 30px;
}

.l_section#stage {
  border-top: 5px solid #BA3300;
  background-image: url("../img/stage/bg_section.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}

.l_section#stage .l_inner {
  max-width: 740px;
  padding-left: 20px;
  padding-right: 20px;
}

.l_section .l_inner h2 {
  margin: 0px 0px 1.2em 0px;
  padding: 0px;
  display: block;
  text-align: center;
  color: #ffffff;
}

.l_section .l_inner h2 span {
  padding: 5px 0px 0px 0px;
  font-size: 15px;
  font-size: 1.5rem;
}

.l_section .l_inner .btn_center {
  text-align: center;
}

#sale {
  background-color: #000;
  padding: 60px 0px;
  background-image: url("../img/sale/bg_section.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  // border-bottom: 5px solid #BA3300;
  text-align: center;
}

#sale .l_inner {
  max-width: 720px;
}

/* ------------------------------------------
| Hero
------------------------------------------ */
.l_hero {
  position: relative;
  background-color: #000;
}

.l_hero #main_slide {
  z-index: -1;
  height: 640px;
  overflow: hidden;
}

.l_hero #main_slide .caroufredsel_wrapper {
  width: 100% !important;
}

.l_hero #main_slide ul {
  margin: 0px !important;
  padding: 0px !important;
}

.l_hero #main_slide ul li {
  margin: 0px !important;
  padding: 0px !important;
  display: block;
}

.l_hero #main_slide ul li img {
  height: 640px !important;
  width: auto;
  max-width: auto;
  max-width: initial;
  vertical-align: top;
}

.l_hero .site_title {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 640px;
  z-index: 100;
}

@media only screen and (max-width: 640px) {
  .l_hero .site_title {
    height: auto;
  }
}

.l_hero .site_title .site_info {
  max-width: 510px;
  padding: 98px 40px 0px 40px;
  margin: 0px auto;
  text-align: center;
}

@media only screen and (max-width: 910px) {
  .l_hero .site_title .site_info {
    padding-top: 23px;
  }
}

.l_hero .site_title .site_info h1 {
  padding: 0px;
  margin: 0px;
  width: 100%;
  position: relative;
}

.l_hero .site_title .site_info h1:after {
  padding-top: 100%;
}

.l_hero .site_title .sp_nav_btn {
  display: none;
  max-width: 510px;
  height: 60px;
  margin: 0px auto;
  padding: 15px 40px 0px 40px;
  text-align: right;
}

.l_hero .site_title .sp_nav_btn:before, .l_hero .site_title .sp_nav_btn:after {
  content: "";
  display: table;
}

.l_hero .site_title .sp_nav_btn:after {
  clear: both;
}

@media only screen and (max-width: 910px) {
  .l_hero .site_title .sp_nav_btn {
    display: block;
  }
}

.l_hero .site_title .sp_nav_btn .l_inner {
  width: 60px;
  height: 60px;
  float: right;
  -webkit-transition: all, 0.5s, ease-out;
  -moz-transition: all, 0.5s, ease-out;
  transition: all, 0.5s, ease-out;
}

@media only screen and (max-width: 910px) {
  .l_hero .site_title .sp_nav_btn .l_inner.is_following {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0px;
    top: 0px;
  }
}

.l_hero .site_title .sp_nav_btn .h_btn {
  width: 60px;
  height: 60px;
  background-image: url("../img/header/bg_menu.png");
  background-repeat: repeat;
  cursor: pointer;
  padding: 10px 10px 0px 10px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l_hero .site_title .sp_nav_btn .h_btn span {
  position: absolute;
  left: 9px;
  display: block;
  width: 42px;
  height: 3px;
  background-color: #F1B83D;
  margin-bottom: 6px;
  -webkit-transition: all, 0.5s, ease-out;
  -moz-transition: all, 0.5s, ease-out;
  transition: all, 0.5s, ease-out;
}

.l_hero .site_title .sp_nav_btn .h_btn img {
  position: absolute;
  line-height: 16px;
  top: 42px;
  left: 8px;
  width: 44px;
  vertical-align: top;
}

.l_hero .site_title .sp_nav_btn .h_btn .menu01 {
  top: 10px;
}

.l_hero .site_title .sp_nav_btn .h_btn .menu02 {
  top: 20px;
}

.l_hero .site_title .sp_nav_btn .h_btn .menu03 {
  top: 30px;
}

.l_hero .site_title .sp_nav_btn .h_btn .menuclick1 {
  top: 21px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}

.l_hero .site_title .sp_nav_btn .h_btn .menuclick2 {
  left: -40px;
  opacity: 0;
}

.l_hero .site_title .sp_nav_btn .h_btn .menuclick3 {
  top: 21px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}

.l_hero .site_title .sp_nav_btn .h_btn .menuclick4 {
  left: -40px;
  opacity: 0;
}

/*------------------------------------------
| News
------------------------------------------*/
#news .l_inner dl dd a {
  color: #fff;
}

#news .l_inner .enter_news {
  text-align: center;
  max-width: 700px;
  border: 3px solid #fff;
  margin: 0px auto 30px auto;
  padding: 25px 25px 10px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
  #news .l_inner .enter_news {
    text-align: left;
  }
}

#news .l_inner .enter_news h3 {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

/*------------------------------------------
| about
------------------------------------------*/
#about {
  padding: 0px;
}

#about .l_inner {
  padding: 60px 20px;
  background-color: rgba(0, 0, 0, 0.3);
}

#about .l_inner .decoration_line {
  margin: 27px auto;
}

#about .l_inner .btn_center .btn, #about .l_inner .btn_center input[type="submit"] {
  width: 430px;
  padding-left: 0px;
  padding-right: 0px;
}

#about .l_inner .btn_center .btn:first-child, #about .l_inner .btn_center input[type="submit"]:first-child {
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  #about .l_inner .btn_center .btn, #about .l_inner .btn_center input[type="submit"] {
    width: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    line-height: 1.3em;
  }
}

#about .l_inner .btn_center .btn.flyer, #about .l_inner .btn_center input.flyer[type="submit"] {
  margin-top: 20px;
  max-width: 438px;
}

#about .l_inner .sns_share {
  max-width: 566px;
  margin: 0px auto;
  padding: 10px 0px 0px 0px;
  letter-spacing: -.40em;
}

#about .l_inner .sns_share li {
  margin: 0px;
  padding: 0px;
  width: 33.33%;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

@media only screen and (max-width: 640px) {
  #about .l_inner .sns_share li {
    padding: 0px 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#about .l_inner .sns_share li .sns_image {
  vertical-align: top;
  margin-bottom: 10px;
}

/*------------------------------------------
| how to get
------------------------------------------*/
#howtoget .l_inner .coin_set_box {
  width: 100%;
  max-width: 620px;
  margin: 0px auto 17px auto;
}

#howtoget .l_inner .coin_set_box:before, #howtoget .l_inner .coin_set_box:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 2.744%;
}

#howtoget .l_inner .coin_set_box:before {
  background-image: url("../img/howtoget/bg_box_top.png");
  -moz-background-size: 100% auto;
       background-size: 100% auto;
  background-repeat: no-repeat;
}

#howtoget .l_inner .coin_set_box:after {
  background-image: url("../img/howtoget/bg_box_bottom.png");
  -moz-background-size: 100% auto;
       background-size: 100% auto;
  background-repeat: no-repeat;
}

#howtoget .l_inner .coin_set_box .c_inner {
  margin-top: -1px;
  padding: 10px 30px 0px 30px;
  background-image: url("../img/howtoget/bg_box_middle.png");
  -moz-background-size: 100% auto;
       background-size: 100% auto;
  background-repeat: repeat-y;
}

#howtoget .l_inner .coin_set_box .c_inner h3 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0px;
}

#howtoget .l_inner .coin_set_box .c_inner .coin_prise {
  display: block;
  max-width: 280px;
  text-align: left;
  margin: 0px auto;
  font-weight: bold;
  position: relative;
  font-size: 25px;
  font-size: 2.5rem;
}

#howtoget .l_inner .coin_set_box .c_inner .coin_prise.center {
  text-align: center;
}

#howtoget .l_inner .coin_set_box .c_inner .coin_prise .small_text {
  font-size: 17px;
  font-size: 1.7rem;
}

#howtoget .l_inner .coin_set_box .c_inner .coin_prise .prise {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
}

#howtoget .l_inner .caution {
  color: #F1D73F;
  font-weight: bold;
  margin-bottom: 40px;
}

#howtoget .l_inner .coin_list {
  margin: 0px;
  padding: 18px 0px 0px 0px;
  letter-spacing: -.40em;
}

#howtoget .l_inner .coin_list li {
  letter-spacing: normal;
  list-style: none;
  display: inline-block;
  padding: 0px 3px;
}

#howtoget .l_inner .coin_img {
  position: relative;
  display: inline-block;
  width: 49px;
  height: 49px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-image: url("../img/howtoget/coin.png");
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
       transform-style: preserve-3d;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

#howtoget .l_inner .coin_img.yellow {
  background-color: #CAA535;
}

#howtoget .l_inner .coin_img.blue {
  background-color: #3b5ec3;
}

#howtoget .l_inner .coin_img.green {
  background-color: #5ba160;
}

#howtoget .l_inner .coin_img.red {
  background-color: #c15339;
}

#howtoget .l_inner .coin_img.rotate {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

/*------------------------------------------
| sale
------------------------------------------*/
#sale .l_inner {
  font-weight: bold;
}

#sale .l_inner h3 .title_decoration {
  display: inline-block;
  position: relative;
  font-size: 26px;
  font-size: 2.6rem;
}

#sale .l_inner h3 .title_decoration:before, #sale .l_inner h3 .title_decoration:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  width: 122px;
  height: 26px;
  background-image: url("../img/sale/title_decoration.png");
  background-repeat: no-repeat;
}

@media only screen and (max-width: 640px) {
  #sale .l_inner h3 .title_decoration:before, #sale .l_inner h3 .title_decoration:after {
    display: none;
  }
}

#sale .l_inner h3 .title_decoration:before {
  left: -142px;
}

#sale .l_inner h3 .title_decoration:after {
  right: -142px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

#sale .l_inner .coin_description {
  border-top: 4px solid #DADADA;
  border-bottom: 2px solid #DADADA;
  padding: 3px 0px;
  margin-bottom: 30px;
}

#sale .l_inner .coin_description .cd_inner {
  border-bottom: 4px solid #DADADA;
  border-top: 2px solid #DADADA;
  padding: 10px 0px 30px 0px;
}

@media only screen and (max-width: 640px) {
  #sale .l_inner .coin_description .cd_inner {
    padding: 10px 20px 30px 20px;
  }
}

#sale .l_inner h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

#sale .l_inner .decoration_line {
  margin: 30px auto;
}

.sale_place {
  margin: 0px;
  padding: 0px;
  display: block;
  text-align: left;
  border-top: 1px solid white;
}

.sale_place li {
  display: block;
  list-style: none;
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
}

.sale_place li .open_btn {
  position: absolute;
  display: block;
  padding: 4px 8px;
  border: 1px solid #fff;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all, 0.5s, ease-out;
  -moz-transition: all, 0.5s, ease-out;
  transition: all, 0.5s, ease-out;
}

.sale_place li .open_btn:after {
  content: "詳細はこちら";
}

.sale_place li .open_btn:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.sale_place li .shop_name {
  padding: 10px 140px 10px 10px;
  border-bottom: 1px solid white;
  font-size: 24px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 640px) {
  .sale_place li .shop_name {
    font-size: 20px;
    font-size: 2rem;
  }
}

.sale_place li dl {
  -webkit-transition: all, 0.5s, ease-out;
  -moz-transition: all, 0.5s, ease-out;
  transition: all, 0.5s, ease-out;
  display: none;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid white;
}

.sale_place li dl:before, .sale_place li dl:after {
  content: "";
  display: table;
}

.sale_place li dl:after {
  clear: both;
}

.sale_place li dl dt {
  padding: 20px 0px 0px 10px;
  float: left;
}

@media only screen and (max-width: 640px) {
  .sale_place li dl dt {
    padding: 30px 0px 0px 10px;
    float: none;
  }
}

.sale_place li dl dd {
  margin: 0px;
  padding: 20px 0px 0px 10em;
}

@media only screen and (max-width: 640px) {
  .sale_place li dl dd {
    padding: 10px 20px 0px 20px;
  }
}

.sale_place li dl dd a {
  color: #fff;
}

.sale_place li .food_pic {
  display: none;
}

.sale_place li.is_show .shop_name {
  border-bottom: none;
}

.sale_place li.is_show .open_btn:after {
  content: "閉じる";
}

.sale_place li.is_show dl {
  display: block;
}

.sale_place li.is_show .food_pic {
  display: block;
}

#food .sale_place dl {
  border-bottom: none;
}

#food .sale_place .food_pic {
  border-bottom: 1px solid #fff;
  letter-spacing: -.40em;
  padding: 10px;
}

#food .sale_place .food_pic .thumb_list {
  vertical-align: top;
  letter-spacing: normal;
  display: inline-block;
  width: 200px;
  padding: 0px 10px 10px 0px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 640px) {
  #food .sale_place .food_pic .thumb_list {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #food .sale_place .food_pic .thumb_list:nth-child(2n) {
    padding: 0px 0px 10px 10px;
  }
}

#food .sale_place .food_pic .thumb_list .food_thumb {
  -moz-background-size: cover;
       background-size: cover;
  background-position: center center;
  pointer: cursor;
}

#food .sale_place .food_pic .thumb_list .food_thumb:after {
  content: "";
  display: block;
  padding-top: 60%;
}

#food .sale_place .food_pic .thumb_list.fo .food_thumb:hover {
  opacity: 0.7;
}

/*------------------------------------------
| event place
------------------------------------------*/
#place .l_inner .map_infomation {
  font-size: 18px;
  font-size: 1.8rem;
}

#place .l_inner .gmap {
  margin: 0px auto 25px auto;
  max-width: 550px;
  max-height: 200px;
}

#place .l_inner .gmap:after {
  content: "";
  display: block;
  padding-top: 35%;
}

/*------------------------------------------
| Belgian Beer
------------------------------------------*/
#beer .l_inner .weight_bold.text_center {
  padding-right: 30px;
  padding-left: 30px;
}

#beer .l_inner .beer_list {
  margin: 0px;
  padding: 0px;
  letter-spacing: -.40em;
}

#beer .l_inner .beer_list .popup {
  margin: 0px;
  vertical-align: top;
  letter-spacing: normal;
  display: inline-block;
  position: relative;
  padding: 25px;
  -webkit-transition: all, 0.5s, ease-out;
  -moz-transition: all, 0.5s, ease-out;
  transition: all, 0.5s, ease-out;
}

@media only screen and (max-width: 640px) {
  #beer .l_inner .beer_list .popup {
    width: 50%;
    max-width: 220px;
    padding: 25px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#beer .l_inner .beer_list .popup:hover {
  opacity: 0.8;
}

#beer .l_inner .beer_list .popup.popup {
  cursor: pointer;
}

#beer .l_inner .beer_list .popup h3 {
  margin: 0px;
  padding: 0px;
}

#beer .l_inner .beer_list .popup:after {
  position: absolute;
  content: "Click!";
  top: 25px;
  right: 25px;
  display: inline-block;
  background-color: #B20000;
  color: #fff;
  padding: 3px 7px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.4);
       box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.4);
}

#beer .l_inner .detail_box {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 10000;
  overflow-y: scroll;
  letter-spacing: normal;
  background-image: url("../img/beer/bg_section.png");
  background-position: center center;
}

#beer .l_inner .detail_box.is_show {
  display: block;
}

#beer .l_inner .detail_box.is_hidden {
  display: none;
}

#beer .l_inner .detail_box .detail_inner {
  width: auto;
  max-width: 840px;
  margin: 0px auto;
  padding: 60px 20px;
  height: auto;
}

#beer .l_inner .detail_box .detail_inner:before, #beer .l_inner .detail_box .detail_inner:after {
  content: "";
  display: table;
}

#beer .l_inner .detail_box .detail_inner:after {
  clear: both;
}

#beer .l_inner .detail_box .detail_inner .beer_image {
  width: 46%;
  height: 100%;
  float: left;
}

@media only screen and (max-width: 640px) {
  #beer .l_inner .detail_box .detail_inner .beer_image {
    width: auto;
    max-width: 320px;
    float: none;
    margin: 0px auto 20px auto;
  }
}

#beer .l_inner .detail_box .detail_inner .beer_info {
  width: 50%;
  float: right;
}

@media only screen and (max-width: 640px) {
  #beer .l_inner .detail_box .detail_inner .beer_info {
    width: auto;
    max-width: 320px;
    float: none;
    margin: 0px auto;
    text-align: left;
  }
}

#beer .l_inner .detail_box .detail_inner .beer_info .beer_name {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}

#beer .l_inner .detail_box .detail_inner .beer_info .beer_en {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#beer .l_inner .detail_box .detail_inner .beer_info .beer_offer {
  margin-bottom: 20px;
  padding: 10px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}

#beer .l_inner .detail_box .detail_inner .beer_info p {
  padding-bottom: 20px;
}

#beer .l_inner .detail_box .detail_inner .beer_info p.secret {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: bold;
  margin-top: 40px;
  padding: 20px 0px;
  font-size: 20px;
  font-size: 2rem;
}

#beer .l_inner .detail_box .graph {
  margin: 0px auto;
  width: 100%;
  max-width: 320px;
  border: none;
}

#beer .l_inner .detail_box .graph tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}

#beer .l_inner .detail_box .graph tr th, #beer .l_inner .detail_box .graph tr td {
  border: none;
  padding: 6px 18px;
  font-size: 18px;
  font-size: 1.8rem;
}

#beer .l_inner .detail_box .graph tr th {
  background: none;
}

#beer .l_inner .detail_box .graph tr td {
  color: #EFBA36;
}

#beer .l_inner .detail_box .graph tr td span {
  color: #fff;
  opacity: 0.3;
}

.close_btn {
  position: fixed;
  top: 5px;
  right: 5px;
  display: block;
  cursor: pointer;
}

.close_btn:hover {
  opacity: 0.8;
}

.close_btn:after {
  content: "CLOSE";
  display: block;
  font-weight: bold;
  color: #EFBA36;
  font-size: 12px;
  font-size: 1.2rem;
}

.close_btn .close_line {
  position: relative;
  width: 44px;
  height: 44px;
  background-color: rgba(239, 186, 54, 0.8);
}

.close_btn .close_line:before, .close_btn .close_line:after {
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  left: 0px;
  width: 44px;
  height: 3px;
  background-color: #333;
}

.close_btn .close_line:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.close_btn .close_line:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

/*------------------------------------------
| Food menu
------------------------------------------*/
#food .l_inner .food_list {
  margin: 0px;
  padding-bottom: 1px;
  margin: 40px 0px 80px 0px;
  letter-spacing: -.40em;
  text-align: left;
  position: relative;
}

@media only screen and (max-width: 640px) {
  #food .l_inner .food_list {
    margin: 40px 0px 40px 0px;
  }
}

#food .l_inner .food_list .regulation_now {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

#food .l_inner .food_list .regulation_now .rn_inner {
  width: 100%;
  height: 100%;
  position: relative;
}

#food .l_inner .food_list .regulation_now .rn_text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0px;
  text-align: center;
  letter-spacing: normal;
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  margin-top: -20px;
  font-weight: bold;
  -webkit-text-shadow: 1px 1px 1px black;
  text-shadow: 1px 1px 1px black;
}

#food .l_inner .popup {
  width: 25%;
  margin: 0px;
  vertical-align: top;
  letter-spacing: normal;
  display: inline-block;
  position: relative;
  -webkit-transition: all, 0.5s, ease-out;
  -moz-transition: all, 0.5s, ease-out;
  transition: all, 0.5s, ease-out;
  /* when shows click */
}

@media only screen and (max-width: 640px) {
  #food .l_inner .popup {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#food .l_inner .popup > .food_image {
  display: block;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center center;
}

#food .l_inner .popup > .food_image:after {
  content: "";
  display: block;
  padding-top: 66%;
}

#food .l_inner .popup h3 {
  margin: 0px;
  padding: 0px;
}

#food .l_inner .popup.popup {
  cursor: pointer;
}

#food .l_inner .popup.popup:hover {
  opacity: 0.85;
}

#food .l_inner .popup:after {
  position: absolute;
  content: "Click!";
  top: 0px;
  right: 0px;
  display: inline-block;
  background-color: #B20000;
  color: #fff;
  padding: 3px 7px;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
       box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}

#food .l_inner .detail_box {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 10000;
  overflow-y: scroll;
  background-image: url("../img/beer/bg_section.png");
  background-position: center center;
  text-align: center;
  letter-spacing: normal;
}

#food .l_inner .detail_box.is_show {
  display: block;
}

#food .l_inner .detail_box.is_hidden {
  display: none;
}

#food .l_inner .detail_box .detail_inner {
  width: auto;
  max-width: 840px;
  margin: 0px auto;
  padding: 60px 20px;
  height: auto;
}

#food .l_inner .detail_box .detail_inner:before, #food .l_inner .detail_box .detail_inner:after {
  content: "";
  display: table;
}

#food .l_inner .detail_box .detail_inner:after {
  clear: both;
}

#food .l_inner .detail_box .detail_inner .food_image {
  max-width: 400px;
  height: 100%;
  margin: 0px auto;
  padding-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  #food .l_inner .detail_box .detail_inner .food_image {
    width: auto;
    max-width: 320px;
    margin: 0px auto 20px auto;
  }
}

#food .l_inner .detail_box .detail_inner .food_name {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 20px;
}

#food .l_inner .detail_box .detail_inner .food_booth {
  font-size: 24px;
  font-size: 2.4rem;
  vertical-align: middle;
}

#food .l_inner .detail_box .detail_inner .food_booth:before {
  content: "提供ブース：";
  font-size: 18px;
  font-size: 1.8rem;
}

/*------------------------------------------
| stage
------------------------------------------*/
#stage .l_inner .decoration_line {
  margin: 45px auto;
}

#stage .l_inner .player_info {
  padding-bottom: 25px;
}

#stage .l_inner .icon {
  border: 1px solid #fff;
  display: inline-block;
  width: 114px;
  height: 26px;
  line-height: 26px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#stage .l_inner .icon.white {
  border: none;
  background-color: #fff;
  color: #000;
}

#stage .l_inner .player_info .box:first-child {
  width: 52.71%;
}

@media only screen and (max-width: 640px) {
  #stage .l_inner .player_info .box:first-child {
    width: 100%;
    max-width: 350px;
    margin: 0px auto;
    float: none;
  }
}

#stage .l_inner .player_info .box:first-child + * {
  width: 47.29%;
  float: right;
}

@media only screen and (max-width: 640px) {
  #stage .l_inner .player_info .box:first-child + * {
    width: 100%;
    max-width: 350px;
    margin: 0px auto;
    float: none;
  }
}

#stage .l_inner .player_info .box h3 {
  font-size: 35px;
  font-size: 3.5rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 60px;
}

#stage .l_inner .player_info .box h3 img {
  display: inline-block;
  vertical-align: middle;
}

#stage .l_inner .player_info .box h3.eishin {
  font-size: 28px;
  font-size: 2.8rem;
}

#stage .l_inner .player_detail {
  display: none;
}

#stage .l_inner .player_detail.is_show {
  display: block;
}

@media only screen and (max-width: 640px) {
  #stage .l_inner .player_detail {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 640px) {
  #stage .l_inner .artist_btn .btn, #stage .l_inner .artist_btn input[type="submit"] {
    width: 100%;
    max-width: 350px;
  }
}

#stage .l_inner .artist_btn .btn:first-child, #stage .l_inner .artist_btn input[type="submit"]:first-child {
  margin: 0px 15px 10px 0px;
}

#stage .l_inner .artist_btn .btn:first-child:before, #stage .l_inner .artist_btn input[type="submit"]:first-child:before {
  content: "詳細を見る";
}

@media only screen and (max-width: 640px) {
  #stage .l_inner .artist_btn .btn:first-child, #stage .l_inner .artist_btn input[type="submit"]:first-child {
    margin: 0px 0px 10px 0px;
  }
}

#stage .l_inner .artist_btn .btn:first-child + *, #stage .l_inner .artist_btn input[type="submit"]:first-child + * {
  margin-bottom: 10px;
}

#stage .l_inner .artist_btn .btn.text_close:first-child:before, #stage .l_inner .artist_btn input.text_close[type="submit"]:first-child:before {
  content: "詳細を閉じる";
}

#stage .l_inner .datetime {
  margin: 0px;
  padding: 15px 0px 0px 0px;
}

#stage .l_inner .datetime li {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 15px 0px;
  line-height: 26px;
}

@media only screen and (max-width: 640px) {
  #stage .l_inner .datetime li {
    padding: 0px 0px 20px 0px;
  }
}

@media only screen and (max-width: 640px) {
  #stage .l_inner .datetime li.spnos {
    padding: 0px 0px 5px 0px;
  }
}

#stage .l_inner .datetime li img {
  margin-right: 10px;
}

@media only screen and (max-width: 640px) {
  #stage .l_inner .datetime li img {
    margin-bottom: 8px;
    display: block;
  }
}

#stage .l_inner .datetime li img,
#stage .l_inner .datetime li span {
  vertical-align: middle;
  font-size: 26px;
  font-size: 2.6rem;
}

#stage .l_inner .datetime li img p,
#stage .l_inner .datetime li span p {
  display: inline-block;
  margin: 0px;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: bottom;
}

@media only screen and (max-width: 640px) {
  #stage .l_inner .datetime li.sameday {
    padding-bottom: 20px;
  }
}

#stage .l_inner .datetime li.sameday:before {
  content: "";
  display: inline-block;
  width: 131px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

@media only screen and (max-width: 640px) {
  #stage .l_inner .datetime li.sameday:before {
    display: none;
  }
}

/*------------------------------------------
| pv
------------------------------------------*/
.l_section#pv{
    background-image: url("../img/pv/bg_section.jpg");
  -moz-background-size: cover;
       background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 0px;
}
.l_section#pv .l_inner {
    padding: 60px 20px;
    background-color: rgba(8, 58, 94, 0.5);
    max-width: auto;
    max-width: initil;
}
.l_section#pv .l_inner .horizontal{
  max-width: 860px;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}
.pvimg {
  text-decoration: underline;
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 100%;
  height: auto;
}

/* sidebar
-------------------------------------------------- */
/* footer
-------------------------------------------------- */
.l_footer {
  position: relative;
  background: #666;
  color: #FFF;
  text-align: center;
  background-image: url("../img/footer/bg.png");
  background-position: center center;
}

.l_footer .l_inner {
  padding: 35px 20px;
  margin: 0px auto;
  background-color: rgba(0, 0, 0, 0.1);
}

.l_footer .relation {
  margin: 0px;
  padding: 0px;
}

.l_footer .relation li {
  margin: 0px;
  padding: 0px 0px 60px 0px;
  list-style: none;
}

.l_footer .relation li span {
  display: block;
  padding: 0px 0px 10px 0px;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

.l_footer .relation li .company .link span {
  text-decoration: underline;
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}

.l_footer .relation li .company .link:hover span {
  text-decoration: none;
}

.l_footer .btn, .l_footer input[type="submit"] {
  margin: 25px 0px 0px 0px;
  padding: 0px;
  width: 270px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.l_footer .decoration_line {
  margin: 0px auto 20px auto;
}

/**
 * Module
 */
/* accordions
-------------------------------------------------- */
.accordion_trigger {
  cursor: pointer;
}

/* state */
.is_accordion_active {
  display: block;
}

.is_accordion_hidden.accordion_content {
  display: none;
}

/* alerts
-------------------------------------------------- */
.alert {
  margin-bottom: 20px;
  padding: 15px 20px;
  border-width: 1px;
  border-style: solid;
}

.alert > p {
  margin-bottom: 0;
}

.alert_heading:first-child {
  margin-top: 0;
}

.alert.alert_success {
  border: #a0d468;
  background-color: #b9df90;
  color: #3c763d;
}

.alert.alert_info {
  border: #4fc1e9;
  background-color: #7CD1EF;
  color: #31708f;
}

.alert.alert_warning {
  border: #ffce54;
  background-color: #ffdd87;
  color: #8a6d3b;
}

.alert.alert_error {
  border: #ed5565;
  background-color: #F2838F;
  color: #A94442;
}

/* buttons
-------------------------------------------------- */
/* default */
.btn, input[type="submit"] {
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  padding: 1em 2em;
  cursor: pointer;
  line-height: 1;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}

.btn:link, input[type="submit"]:link {
  color: #fff;
  text-decoration: none;
}

.btn:visited, input[type="submit"]:visited {
  color: #fff;
}

.btn:hover, input[type="submit"]:hover {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-text-shadow: 1px 1px 1px #000;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
}

.btn_primary {
  background-color: #2196F3;
  border-color: #2196F3;
  color: #FFFFFF;
}

.btn_primary:link, .btn_primary:visited {
  color: #FFFFFF;
}

.btn_primary:hover {
  background-color: #39a1f4;
  color: #FFFFFF;
}

.btn_success {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #FFFFFF;
}

.btn_success:link, .btn_success:visited {
  color: #FFFFFF;
}

.btn_success:hover {
  background-color: #5cb860;
  color: #FFFFFF;
}

.btn_info {
  background-color: #03A9F4;
  border-color: #03A9F4;
  color: #FFFFFF;
}

.btn_info:link, .btn_info:visited {
  color: #FFFFFF;
}

.btn_info:hover {
  background-color: #14b4fc;
  color: #FFFFFF;
}

.btn_warning {
  background-color: #FF9800;
  border-color: #FF9800;
  color: #FFFFFF;
}

.btn_warning:link, .btn_warning:visited {
  color: #FFFFFF;
}

.btn_warning:hover {
  background-color: #ffa21a;
  color: #FFFFFF;
}

.btn_error {
  background-color: #F44336;
  border-color: #F44336;
  color: #FFFFFF;
}

.btn_error:link, .btn_error:visited {
  color: #FFFFFF;
}

.btn_error:hover {
  background-color: #f55a4e;
  color: #FFFFFF;
}

/* block */
.btn.btn_block, input.btn_block[type="submit"] {
  display: block;
}

/* disabled */
.btn.is_btn_disabled, input.is_btn_disabled[type="submit"] {
  opacity: 0.5;
  cursor: default;
}

.btn.is_btn_disabled:hover, input.is_btn_disabled[type="submit"]:hover {
  background-color: #DDDDDD;
}

/* forms
-------------------------------------------------- */
/* text, textarea */
input[type="text"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  border: 1px solid #CCCCCC;
}

/* btn */
/* block */
input.block, input.is_block,
select.block,
select.is_block,
textarea.block,
textarea.is_block {
  display: block;
  width: 100%;
}

input.is_error,
select.is_error,
textarea.is_error {
  border-color: #EFB9C3;
  background-color: #FFC6CA;
}

input.is_error:focus,
select.is_error:focus,
textarea.is_error:focus {
  background-color: #FFFFFF;
}

/* custom select */
.custom_select {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid #CCCCCC;
}

.custom_select:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  display: block;
  width: image-width("../img/icons/icon_arrow_down.png");
  height: image-height("../img/icons/icon_arrow_down.png");
  margin: auto;
  background: url("../img/icons/icon_arrow_down.png") no-repeat 0 0;
}

.custom_select select {
  width: 130%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 0;
  margin: 0;
  padding: .5em 40px .5em 20px;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  outline: 0;
}

/* inline form */
form .inline_form {
  width: 100%;
  display: table;
}

form .inline_form_text,
form .inline_form_btn {
  display: table-cell;
  vertical-align: middle;
}

form .inline_form_text {
  width: 100%;
  padding-right: 5px;
}

form .inline_form_text > input[type="text"] {
  width: 100%;
  height: 44px;
}

form .inline_form_btn {
  white-space: nowrap;
}

form .inline_form_btn > input[type="submit"] {
  height: 44px;
}

/* required */
form .required,
form .label_required,
form .optional,
form .label_optional {
  font-size: 68.75%;
  margin: 0 5px;
}

form .required,
form .label_required {
  border-color: #FF3300;
  background-color: #FF3300;
  color: #FFFFFF;
}

form .optional,
form .label_optional {
  border-color: #65abd0;
  background-color: #65abd0;
  color: #FFFFFF;
}

/* agreement */
form .agreement {
  margin: 0 0 1em;
  padding: 10px;
  background-color: #EFEFEF;
}

form .agreement > .article {
  overflow-y: scroll;
  background-color: #FFFFFF;
  height: 10em;
  padding: 10px;
}

/* table */
/* icons
-------------------------------------------------- */
/* extension */
a.pdf:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/icons/pdf_small.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 5px;
}

/* images
-------------------------------------------------- */
/* align */
img.alignleft {
  float: left;
  margin-right: 10px;
}

img.alignright {
  float: right;
  margin-left: 10px;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* hover */
a:hover img,
a:hover input[type="image"] {
  opacity: 0.7;
}

a:hover img[src$="_off.png"],
a:hover img[src$="_on.png"],
a:hover input[src$="_off.png"],
a:hover input[src$="_on.png"] {
  opacity: 1;
}

input[type="image"]:hover {
  opacity: 0.7;
}

input[src$="_off.png"] {
  opacity: 1;
}

/* pict */
p.pict2 {
  float: left;
  padding-right: 10px;
}

p.pict3 {
  float: right;
  padding-left: 10px;
}

p.pict6 {
  text-align: center;
}

/* labels
-------------------------------------------------- */
.label {
  display: inline-block;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin-right: 5px;
  padding: 0 0.5em;
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
  background-color: #FFFFFF;
  color: #333333;
}

/* variation */
.label.label_primary {
  border-color: #2196F3;
  background-color: #2196F3;
  color: #FFFFFF;
}

.label.label_success {
  border-color: #4CAF50;
  background-color: #4CAF50;
  color: #FFFFFF;
}

.label.label_info {
  border-color: #03A9F4;
  background-color: #03A9F4;
  color: #FFFFFF;
}

.label.label_warning {
  border-color: #FF9800;
  background-color: #FF9800;
  color: #FFFFFF;
}

.label.label_error {
  border-color: #F44336;
  background-color: #F44336;
  color: #FFFFFF;
}

/* lists
-------------------------------------------------- */
ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul ul,
ol ul {
  list-style: circle;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

.list > li {
  float: none;
}

/* gallery */
ul.gallery {
  list-style: none;
  clear: both;
  padding-left: 0;
}

ul.gallery:before, ul.gallery:after {
  content: "";
  display: table;
}

ul.gallery:after {
  clear: both;
}

ul.gallery > li {
  float: left;
  margin-right: 10px;
}

/* definition lists */
dl dt {
  font-weight: bold;
}

dl.horizontal {
  margin: 0px;
  padding: 0px;
}

dl.horizontal:before, dl.horizontal:after {
  content: "";
  display: table;
}

dl.horizontal:after {
  clear: both;
}

dl.horizontal dt {
  float: left;
  width: 9em;
  display: block;
  position: relative;
  margin: 0px;
  padding: 1.2em 0px;
}

@media only screen and (max-width: 640px) {
  dl.horizontal dt {
    float: none;
    padding: 1.2em 0px 0.5em 0px;
  }
}

dl.horizontal dt .icon_new {
  position: absolute;
  top: 1.2em;
  left: 130px;
  background-color: #b20000;
  padding: 0px 5px;
}

dl.horizontal dt p {
  padding: 0px;
  margin: 0px;
}

dl.horizontal dd {
  margin: 0px;
  padding: 1.2em 0px 1.2em 15em;
  display: block;
  border-bottom: 1px dashed #333333;
}
dl.whitedd dd{
  border-bottom: 1px dashed #999999;  
}

@media only screen and (max-width: 640px) {
  dl.horizontal dd {
    padding: 0.5em 0px 1.2em 0px;
  }
}

.tableview {
  margin: 0 0 1em;
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tableview .tableview_heading {
  padding: .5em 20px;
  background-color: #EFEFEF;
}

.tableview .tableview_heading:first-child {
  margin: 0;
}

.tableview .tableview_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tableview .tableview_item {
  border-top: 1px solid #DDDDDD;
}

.tableview .tableview_item a,
.tableview .tableview_item label {
  display: block;
}

/* entry list */
.entry_list {
  padding-left: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.entry_item {
  list-style: none;
  border-bottom: 1px dashed #DDDDDD;
}

.entry_item .entry_date,
.entry_item .entry_title {
  display: table-cell;
  padding-bottom: .75em;
}

@media only screen and (max-width: 910px) {
  .entry_item .entry_date,
  .entry_item .entry_title {
    display: block;
  }
}

.entry_item .entry_date {
  color: #333333;
  white-space: nowrap;
  padding-right: 1em;
  padding-top: .75em;
}

.entry_item .entry_title {
  width: 100%;
}

.entry_item .title_text {
  margin-bottom: 0;
}

.entry_item .entry_title {
  text-decoration: underline;
}

.entry_item a {
  text-decoration: none;
}

.entry_item a:hover .entry_title {
  text-decoration: none;
}

.event_status {
  width: 8em;
  text-align: center;
}

/* medias
-------------------------------------------------- */
.media {
  margin-bottom: 1em;
}

.media:before, .media:after {
  content: "";
  display: table;
}

.media:after {
  clear: both;
}

.media_image {
  float: left;
  margin-right: 15px;
}

.media_content {
  overflow: hidden;
}

.media_reverse .media_image {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}

.cols_box:before, .cols_box:after {
  content: "";
  display: table;
}

.cols_box:after {
  clear: both;
}

.cols_box .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.cols_box.cols_two .box {
  width: 50%;
  float: left;
}

/* pagers
-------------------------------------------------- */
.pager ul,
.pager .pager_list {
  list-style: none;
}

.pager ul > li,
.pager ul .pager_item,
.pager .pager_list > li,
.pager .pager_list .pager_item {
  display: inline-block;
}

/* current page */
.is_pager_active,
.is_pager_current {
  font-weight: bold;
}

.pager {
  margin: 1em 0;
}

.pager ul,
.pager .pager_list {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  text-align: center;
}

.pager ul li,
.pager ul .pager_item,
.pager .pager_list li,
.pager .pager_list .pager_item {
  margin: 0 5px;
  padding: 3px 0 3px;
  background: none;
  vertical-align: middle;
}

.pager ul li a,
.pager ul .pager_item a,
.pager .pager_list li a,
.pager .pager_list .pager_item a {
  display: inline-block;
  padding: 3px 8px;
  border-width: 1px;
  border-style: solid;
}

.pager ul li a:link, .pager ul li a:hover,
.pager ul .pager_item a:link,
.pager ul .pager_item a:hover,
.pager .pager_list li a:link,
.pager .pager_list li a:hover,
.pager .pager_list .pager_item a:link,
.pager .pager_list .pager_item a:hover {
  text-decoration: none;
}

.pager ul li.prev,
.pager .pager_list li.prev {
  float: left;
  margin-left: 0;
}

.pager ul li.next,
.pager .pager_list li.next {
  float: right;
  margin-right: 0;
}

.pager p.page {
  text-align: center;
}

.pager ul li a,
.pager ul .pager_item a,
.pager .pager_list li a,
.pager .pager_list .pager_item a {
  border-color: #333333;
  background-color: #FFFFFF;
  color: #333333;
}

.pager ul li a:link,
.pager ul .pager_item a:link,
.pager .pager_list li a:link,
.pager .pager_list .pager_item a:link {
  color: #333333;
}

.pager ul li a:hover,
.pager ul .pager_item a:hover,
.pager .pager_list li a:hover,
.pager .pager_list .pager_item a:hover {
  border-color: #333333;
  background-color: #333333;
  color: #FFFFFF;
}

/* panels
-------------------------------------------------- */
.panel {
  margin-bottom: 20px;
}

.panel_heading {
  background-color: #EEEEEE;
  padding: 10px 20px;
  margin-bottom: 0;
}

.panel_content {
  padding: 10px 20px;
  border: 1px solid #EEEEEE;
}

.panel_content > p:last-child {
  margin-bottom: 0;
}

/* progresses
-------------------------------------------------- */
.progress {
  margin-bottom: 20px;
  background-color: #EEEEEE;
  overflow: hidden;
}

.progress_bar {
  background-color: #333;
  color: #FFFFFF;
  text-align: center;
}

.progress_bar_success {
  background-color: #b9df90;
}

/* tables
-------------------------------------------------- */
/* table */
table {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  border-spacing: 1;
}

table caption {
  text-align: center;
  margin: 0;
}

table caption.left {
  text-align: left;
}

table caption.right {
  text-align: right;
}

table tr th,
table tr td {
  padding: 0.5em 10px;
  border: 1px solid #CCCCCC;
  text-align: left;
}

table tr th {
  font-weight: normal;
  background: #EFEFEF;
}

table thead tr th,
table tr.col th {
  border: 1px solid #CCCCCC;
  color: #333333;
  font-weight: bold;
}

/* vertical align */
table .top th,
table .top td {
  vertical-align: top;
}

table .middle th,
table .middle td {
  vertical-align: middle;
}

table .bottom th,
table .bottom td {
  vertical-align: bottom;
}

/* full */
table.table_full {
  width: 100%;
}

/* without border */
table.noborder,
table[border="0"] {
  border: none;
}

table.noborder tr th, table.noborder tr td,
table[border="0"] tr th,
table[border="0"] tr td {
  border: none;
  background: none;
}

/* calendar */
table caption span.thismonth {
  font-size: 200%;
  font-weight: bold;
  padding: 0 20px;
}

table .holiday,
table .sunday {
  background: #FFF0EC;
}

table .saturday {
  background: #E3F3F8;
}

table.calendar {
  width: 100%;
}

table.calendar td {
  width: 14.28571%;
}

table.calendar .sat {
  color: #007dd8;
}

table.calendar .sun {
  color: #dd1d00;
}

table.calendar .calendar_content p {
  margin: 0;
}

/* responsive calendar */
@media only screen and (max-width: 910px) {
  table.calendar_responsive thead {
    display: none;
  }
  table.calendar_responsive tr, table.calendar_responsive th, table.calendar_responsive td {
    display: block;
    width: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.calendar_responsive .calendar_date,
  table.calendar_responsive .calendar_content {
    display: table-cell;
  }
  table.calendar_responsive td.sun .calendar_date:after {
    content: "日";
  }
  table.calendar_responsive td.mon .calendar_date:after {
    content: "月";
  }
  table.calendar_responsive td.tue .calendar_date:after {
    content: "火";
  }
  table.calendar_responsive td.wed .calendar_date:after {
    content: "水";
  }
  table.calendar_responsive td.thu .calendar_date:after {
    content: "木";
  }
  table.calendar_responsive td.fri .calendar_date:after {
    content: "金";
  }
  table.calendar_responsive td.sat .calendar_date:after {
    content: "土";
  }
}

@media only screen and (max-width: 910px) {
  table.calendar_responsive .is_calendar_empty {
    display: none;
  }
}

/* tabs
-------------------------------------------------- */
.tab_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tab_list > li {
  float: left;
  margin: 10px 0 0;
  padding: 0;
}

.tab_content {
  clear: both;
}

/* active */
.is_tab_active {
  display: block;
}

/* vertical */
.tab_vertical .tab_list {
  float: left;
}

.tab_vertical .tab_list > li {
  float: none;
}

.tab_vertical .tab_content {
  clear: none;
}

.tab_list:before, .tab_list:after,
.tab_vertical:before,
.tab_vertical:after {
  content: "";
  display: table;
}

.tab_list:after,
.tab_vertical:after {
  clear: both;
}

/* custom */
.tab_list {
  border-bottom: 1px solid #CCCCCC;
}

.tab_list > li {
  margin-bottom: -1px;
}

.tab_list a {
  display: block;
  margin-right: 5px;
  padding: 5px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  background-color: #F6F6F6;
  text-decoration: none;
}

.tab_content {
  padding: 5px 10px;
}

/* active */
.tab_list .is_tab_active > a {
  border-bottom-width: 1px;
  border-bottom-color: #FFFFFF;
  background-color: #FFFFFF;
}

/* vertical */
.tab_vertical .tab_list {
  border-bottom: none;
  border-right: 1px solid #CCCCCC;
}

.tab_vertical .tab_list > li {
  margin-right: -1px;
  margin-bottom: 0;
}

.tab_vertical .tab_list a {
  margin: 0 0 5px;
}

.tab_vertical .tab_content {
  overflow: hidden;
}

/* vertical - active */
.tab_vertical .tab_list .is_tab_active > a {
  border-right-color: #FFFFFF;
  border-bottom-color: #CCCCCC;
}

/* topic path
-------------------------------------------------- */
.topic_path .topic_path_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.topic_path .topic_path_list li {
  margin: 0 0 15px;
  display: inline-block;
}

.topic_path .topic_path_list li:after {
  content: '>';
  margin: 0 3px 0 8px;
}

.topic_path .topic_path_list li.is_current:after {
  content: none;
}

/* typography
-------------------------------------------------- */
.weight_bold {
  font-weight: bold;
}

.text_center {
  text-align: center;
}

.yellow_text {
  color: #F1D73F;
}

.green_text {
  color: #3EBDFF;
}

/* headings */
.h1, .section h1 {
  margin: 1.5em 0 0.5em;
  padding: 0;
  color: #333333;
  font-weight: bold;
  font-size: 200%;
}

.h2, .section h2 {
  margin: 1.5em 0 0.5em;
  padding: 0;
  color: #333333;
  font-weight: bold;
  font-size: 150%;
}

.h3, .section h3 {
  margin: 1.5em 0 0.5em;
  padding: 0;
  color: #333333;
  font-weight: bold;
  font-size: 125%;
}

.h4, .section h4 {
  margin: 1.5em 0 0.5em;
  padding: 0;
  color: #333333;
  font-weight: bold;
  font-size: 112.5%;
}

.h5, .section h5 {
  margin: 1.5em 0 0.5em;
  padding: 0;
  color: #333333;
  font-weight: bold;
  font-size: 100%;
}

.h6, .section h6 {
  margin: 1.5em 0 0.5em;
  padding: 0;
  color: #333333;
  font-weight: bold;
  font-size: 87.5%;
}

/* section text margin style */
p,
blockquote,
table,
dl,
ul,
ol,
pre {
  margin: 0 0 1em;
}

/* text-align */
.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/* font style */
span.important {
  color: #ff0000;
}

span.large {
  font-size: 120%;
}

span.small {
  font-size: 84%;
}

/* utilities
-------------------------------------------------- */
/* float */
.pull_left,
.float_left {
  float: left;
}

.pull_right,
.float_right {
  float: right;
}

/* clear */
.clear {
  clear: both;
}

.clear_left {
  clear: left;
}

.clear_right {
  clear: right;
}

/* clearfix */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* white space */
.nowrap {
  white-space: nowrap;
}

.caseofsp {
  display: none;
}

@media only screen and (max-width: 640px) {
  .caseofsp {
    display: block;
  }
}

/**
 * State
 */
.is_hidden {
  display: none;
}

.is_show {
  display: block;
}

.is_block {
  display: block;
}
