@charset "UTF-8";

/* Global */

@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url('https://fonts.googleapis.com/css?family=Heebo');

* {
  margin: 0;
  border: none;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  background-repeat: no-repeat;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "sans-serif";
  text-align: left;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizeLegibility;
}

a:visited,
a:link,
a:active {
  text-decoration: none;
}

pre,
code,
address,
caption,
th,
figcaption {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

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

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

audio,
canvas,
video,
progress {
  display: inline-block;
  vertical-align: baseline;
}

button {
  font: inherit;
  vertical-align: middle;
}

li {
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-size: 10px;
  color: #000;
}

.news-img, .news-title, .news-body,
button,
a {
  transition: opacity 0.2s;
}

.news-img:hover, .news-title:hover, .news-body:hover,
button:hover,
a:hover {
  opacity: 0.5;
}

a.disable:hover {
  opacity: 1;
}



/* Common */

body {
  background-image: url('../img/visual-bg.png');
  background-position: top right;
}

@media(max-width: 1400px) {
  body {
    background-image: url('../img/visual-bg-s.png');
  }
}

@media(max-width: 516px) {
  body {
    background-size: auto 320px;
  }
}


a {
  color: #000;
}

img {
  vertical-align: bottom;
}

.nopc,
.nopcse {
  display: none;
}

@media(max-width: 768px) {
  .nopctb {
    display: block;
  }
}

@media(max-width: 516px) {
  .nopc {
    display: block;
  }
  
  .nosp {
    display: none;
  }
}

@media(max-width: 320px) {
  .nopcse {
    display: block;
  }
}



/* Header */

header {
  position: relative;
  height: 210px;
  margin: 0 auto;
}

#header-inside {
  display: table;
  width: 100%;
  padding: 40px 40px 0 40px;
}

#header1 {
  display: table-cell;
  vertical-align: top;
}

#header-inside {
  display: table;
  width: 100%;
  height: 50px;
}

#header1 h1 {
  display: table-cell;
  width: 370px;
  vertical-align: top;
}

#header1 h1 img {
  width: auto;
  height: 50px;
}

#header1 #copy {
  display: table-cell;
  width: 200px;
  vertical-align: top;
}

#header1 #copy img {
  width: auto;
  height: 100%;
  max-height: 50px;
}

#header1 #kddi {
  display: table-cell;
  width: 140px;
  vertical-align: top;
}

#header1 #kddi img {
  width: 100px;
  height: auto;
}

#header1 #header-date {
  display: table-cell;
  width: 240px;
  vertical-align: top;
}

#header1 #header-date img {
  width: 180px;
  height: auto;
}

#date-m {
  display: none;
}

#kddi-s {
  display: none;
}

#header1 #lang {
  display: table-cell;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.6px;
  text-align: left;
  color: #b0b0b0;
}

#header1 #lang a {
  font-size: 2rem;
  font-weight: 700;
  color: #b0b0b0;
}

#header1 #lang a:hover {
  opacity: 1;
  color: #000 !important;
}

#header1 #lang a#active {
  color: #000;
}

#header2 {
  display: table-cell;
  width: 418px;
  vertical-align: top;
}

#header2 img {
  width: auto;
  height: 140px;
}

nav {
  display: inline-table;
  height: 90px;
}

nav a {
  display: table-cell;
  padding-right: 30px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  vertical-align: bottom;
}

nav a#active {
  color: #ff0000;
}

nav a.disabled {
  opacity: 0.5;
  cursor: default;
}

#date-s {
  display: none;
}

@media(max-width: 1400px) {
  header {
    height: 140px;
  }
  
  #header-inside {
    padding: 40px 20px 0 20px;
  }
  
  #header2 {
    display: none;
  }
  
  #lang {
    display: none !important;
  }
  
  nav {
    display: none;
  }
}

@media(max-width: 1024px) {
  #date-l {
    display: none;
  }
  
  #date-m {
    display: block;
    width: 92px !important;
    height: auto;
  }
}

@media(max-width: 890px) {
  header {
    height: 240px;
  }

  #header1 #kddi {
    display: none;
  }
  
  #date-m {
    display: none;
  }
  
  #date-s {
    display: inline-block;
    width: 360px;
    padding-top: 30px;
  }
  
  #date-s img {
    width: 260px;
    height: auto;
  }

  #header1 #kddi-s {
    display: inline-block;
    padding-top: 30px;
    vertical-align: top;
  }

  #header1 #kddi-s img {
    width: 100px;
    height: auto;
  }
  
}

@media(max-width: 768px) {
  header {
    height: 205px;
  }
  
  #header1 h1 {
    display: inline-block;
    width: 300px;
    height: 40px;
  }
  
  #header1 h1 img {
    height: 40px;
  }

  #header1 #copy {
    display: inline-block;
    width: 160px;
    height: 40px;
  }

  #date-s {
    display: inline-block;
    width: 295px;
    padding-top: 30px;
  }
  
  #date-s img {
    width: 210px;
    height: auto;
  }
}

@media(max-width: 580px) {
  header {
    height: 150px;
  }
  
  #header-inside {
    padding: 20px 10px 0 10px;
  }
  
  #header1 h1 {
    width: 220px;
    height: 32px;
  }
  
  #header1 h1 img {
    height: 32px !important;
  }

  #header1 #copy {
    width: 120px;
    height: 32px;
  }
  
  #header1 #copy img {
    height: 32px;
  }
  
  #header1 #kddi-s {
    height: 32px;
    padding-top: 20px;
  }
  
  #header1 #kddi-s img {
    height: 24px;
  }
  
  #date-s {
    display: inline-block;
    width: 200px;
    padding-top: 20px;
  }
  
  #date-s img {
    width: 170px;
    height: auto;
  }
}

@media(max-width: 414px) {
  header {
    height: 120px;
  }
  
  #header-inside {
    padding: 20px 10px 0 10px;
  }
  
  #header1 h1 {
    width: 170px;
    height: 24px;
  }
  
  #header1 h1 img {
    height: 24px !important;
  }

  #header1 #copy {
    width: 110px;
    height: 24px;
  }
  
  #header1 #copy img {
    height: 24px;
  }
  
  #header1 #kddi-s {
    height: 32px;
    padding-top: 20px;
  }
  
  #header1 #kddi-s img {
    height: 22px;
  }
  
  #date-s {
    display: inline-block;
    width: 144px;
    padding-top: 20px;
  }
  
  #date-s img {
    width: 124px;
    height: auto;
  }
}



/* Menu SP */

#menu-sp {
  display: none;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 2;
  width: 76px;
  vertical-align: top !important;
}

#menu-inside {
  position: relative;
  width: 76px;
}

.menu {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 1000;
  width: 76px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.menu-inside {
  position: relative;
  width: 76px;
  height: 90px;
  cursor: pointer;
}

.menu-inside span {
  position: absolute;
  left: 27px;
  width: 36px;
  height: 4px;
  border-radius: 1px;
  background-color: #000;
}

.menu-inside span {
  transition: all 0.4s ease-out;
  background-color: #000;
}

.menu-inside span:nth-child(1) {
  top: 47px;
}

.menu-inside span:nth-child(2) {
  top: 62px;
}

.menu-inside.active span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
	background-color: #fff;
}

.menu-inside.active span:last-of-type {
	transform: translateY(-5px) rotate(45deg);
	background-color: #fff;
}

@media(max-width: 1400px) {
  #menu-sp {
    display: block;
  }
}

@media(max-width: 680px) {
  #menu-sp {
    right: 5px;
  }
  
  .menu-inside span:nth-child(1) {
    top: 37px;
  }
  
  .menu-inside span:nth-child(2) {
    top: 52px;
  }
}

@media(max-width: 580px) {
  .menu-inside span {
    width: 30px;
  }
  
  #menu-sp {
    right: 0px;
  }
  
  .menu-inside span:nth-child(1) {
    top: 26px;
  }
  
  .menu-inside span:nth-child(2) {
    top: 39px;
  }

  .menu-inside.active span:nth-of-type(1) {
  	transform: translateY(8px) rotate(-45deg);
  }
  
  .menu-inside.active span:last-of-type {
  	transform: translateY(-5px) rotate(45deg);
  }
}

/*
@media(max-width: 440px) {
  #menu-sp {
    width: 65px;
    right: 0px;
  }
  
  #menu-inside {
    width: 65px;
  }
  
  .menu {
    width: 65px;
  }
  
  .menu-inside {
    width: 65px;
  }
  
  .menu-inside span:nth-child(1) {
    top: 18px;
  }
  
  .menu-inside span:nth-child(2) {
    top: 28px;
  }

  .menu-inside.active span:nth-of-type(1) {
  	transform: translateY(5px) rotate(-45deg);
  }
  
  .menu-inside.active span:last-of-type {
  	transform: translateY(-5px) rotate(45deg);
  }
}
*/



/* Sub Menu SP */

#sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #000;
}

#sub-menu-header {
  display: table;
  width: 100%;
  height: 50px;
  background-color: #000;
}

#sub-menu-header h1 {
  display: table-cell;
  width: 370px;
  vertical-align: middle;
}

#sub-menu-header h1 img {
  width: auto;
  height: 50px;
}

#sub-menu-header #copy {
  display: table-cell;
  width: 200px;
  vertical-align: middle;
}

#sub-menu-header #copy img {
  width: auto;
  height: 100%;
  max-height: 50px;
}

#sub-menu-header #kddi {
  display: table-cell;
  vertical-align: middle;
}

#sub-menu-header #kddi img {
  width: 92px;
  height: auto;
}

@media(max-width: 1400px) {
  #sub-menu-header {
    padding: 40px 20px;
  }
}

@media(max-width: 768px) {
  #sub-menu-header h1 {
    width: 270px;
    height: 40px;
  }
  
  #sub-menu-header h1 img {
    height: 40px !important;
  }

  #sub-menu-header #copy {
    width: 160px;
    height: 40px;
  }
}

@media(max-width: 680px) {
  #sub-menu-header {
    padding: 30px 20px;
  }
  
  #sub-menu-header h1 {
    width: 230px;
    height: 34px;
  }
  
  #sub-menu-header h1 img {
    height: 34px !important;
  }

  #sub-menu-header #copy {
    width: 140px;
    height: 34px;
  }
}

@media(max-width: 580px) {
  #sub-menu-header {
    padding: 20px 10px;
  }
  
  #sub-menu-header h1 {
    width: 230px !important;
    height: 32px;
  }
  
  #sub-menu-header h1 img {
    height: 32px !important;
  }

  #sub-menu-header #copy {
    width: auto !important;
    height: 32px;
  }
  
  #sub-menu-header #copy img {
    height: 32px !important;
  }

  #sub-menu-header #kddi {
    display: none;
    height: 32px;
  }
  
  #sub-menu-header #kddi img {
    height: 24px;
  }
}

@media(max-width: 414px) {
  #sub-menu-header {
    padding: 20px 10px;
  }

  #sub-menu-header h1 {
    width: 170px !important;
    height: 24px;
  }
  
  #sub-menu-header h1 img {
    height: 24px !important;
  }
  
  #sub-menu-header #copy {
    width: auto !important;
    height: 24px;
  }

  #sub-menu-header #copy img {
    height: 24px !important;
  }
  
  #sub-menu-header #kddi {
    width: auto;
    height: 24px;
  }

  #sub-menu-header #kddi img {
    height: 16px;
  }

/*
  #sub-menu-header {
    padding: 20px 10px 20px 10px;
  }

  #sub-menu-header #copy img {
    height: 24px !important;
  }
*/
  
}

@media(max-width: 360px) {
  #sub-menu-header h1 {
    width: 132px;
    height: 18px;
  }
  
/*
  #sub-menu-header h1 img {
    height: 18px !important;
  }
  
  #sub-menu-header #copy {
    width: 45px !important;
    height: 18px;
  }
  
  #sub-menu-header #copy img {
    height: 18px !important;
  }
  
  #sub-menu-header #kddi {
    height: 16px;
  }

  #sub-menu-header #kddi img {
    height: 13px;
  }
*/
}

#lang-sp {
  display: table;
  width: 100%;
  height: 64px;
  margin-bottom: 1px;
  background-color: #333;
}

#lang-sp a {
  display: table-cell;
  width: 45%;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-align: center;
  vertical-align: middle;
  color: #b0b0b0;
}

#lang-sp a:hover {
  opacity: 1;
  color: #000 !important;
}

#lang-sp a#active {
  color: #fff;
}

#lang-sp div {
  display: table-cell;
  width: 10%;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-align: center;
  vertical-align: middle;
  color: #b0b0b0;
}

.menu-sp {
  display: table;
  width: 100%;
  height: 64px;
  margin-bottom: 1px;
  background-color: #1a1a1a;
}

.menu-sp.null {
  cursor: default;
}

.menu-sp.disabled {
  opacity: 0.5;
  cursor: default;
}

.menu-sp span {
  display: table-cell;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  vertical-align: middle;
  color: #fff;
}

.menu-sp span:nth-child(1) {
  padding-left: 40px;
}

.menu-sp.sub {
  background-color: #333;
}

.menu-sp.sub span:nth-child(1) {
  color: #b0b0b0;
}

.menu-sp span:nth-child(2) {
  width: 48px;
}

.menu-sp.active span {
  color: #f00000 !important;
}

#sns-sp {
  width: 100%;
  padding-top: 60px;
}

#sns-sp #sns > a {
  color: #fff;
}




/* Fes Menu */

#fes-menu {
  width: 100%;
  padding: 0 40px;
  background-color: #000;
  text-align: center;
}

#fes-menu-inside {
  display: inline-table;
  width: 100%;
  max-width: 1680px;
  height: 100px;
  border: 10px solid #000;
  border-left: none;
  border-right: none;
}

#fes-menu-inside > div,
#fes-menu-inside > a {
  display: table-cell;
  vertical-align: middle;
}

#fes-menu-title {
  width: 310px;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #fff;
}

#fes-menu-nav a {
  padding-right: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #b0b0b0;
}

#fes-menu-nav a.disabled {
  opacity: 0.5;
  cursor: default;
}

#fes-menu-nav a.active {
  color: #f00000;
}

#fes-menu-buy {
  width: 416px;
  background-color: #f00000;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

#fes-menu-nav-sub {
  display: none;
}

@media(max-width: 1330px) {
  #fes-menu {
    padding: 0 20px;
  }
  
  #fes-menu-title {
    width: auto;
  }
  
  #fes-menu-nav {
    display: none !important;
  }
  
  #fes-menu-nav-sub {
    display: block;
    background-color: #333;
    text-align: center;
  }
  
  #fes-menu-nav-sub-inside {
    display: inline-table;
    background-color: #333;
  }
  
  #fes-menu-nav-sub-inside a {
    display: table-cell;
    padding: 15px;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    color: #b0b0b0;
  }
}

@media(max-width: 800px) {
  #fes-menu-title {
    width: 50%;
  }

  #fes-menu-buy {
    width: 50%;
  }
}

@media(max-width: 680px) {
  #fes-menu-inside {
    height: 80px;
  }
  
  #fes-menu-title {
    font-size: 3rem;
  }

  #fes-menu-buy {
    font-size: 2rem;
  }

  #fes-menu-nav-sub-inside a {
    padding: 15px;
    font-size: 1.6rem;
  }
}

@media(max-width: 516px) {
  #fes-menu-inside {
    height: 60px;
  }
  
  #fes-menu-title {
    font-size: 2rem;
  }

  #fes-menu-buy {
    font-size: 1.4rem;
  }

  #fes-menu-nav-sub-inside a {
    padding: 10px;
    font-size: 1.4rem;
  }
}

@media(max-width: 440px) {
  #fes-menu {
    padding: 0 10px;
  }

  #fes-menu-nav-sub-inside a {
    padding: 10px;
    font-size: 1.2rem;
  }
}

@media(max-width: 360px) {
  #fes-menu-inside {
    height: 50px;
  }
  
  #fes-menu-title {
    font-size: 1.6rem;
  }

  #fes-menu-buy {
    font-size: 1.2rem;
  }

  #fes-menu-nav-sub-inside a {
    padding: 10px 7px;
  }
}

/* Contents */

#contents {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}

h2 {
  padding: 60px 40px 60px 40px;
  font-size: 5rem;
  font-weight: 500;
}

h2#nobottom {
  padding-bottom: 0;
}

h2.notop {
  padding-top: 0;
}

h2.cnt {
  text-align: center;
}

@media(max-width: 1400px) {
  h2 {
    padding: 40px 20px 60px 20px;
  }
}

@media(max-width: 768px) {
  h2 {
    padding: 30px 20px 40px 20px;
    font-size: 3.2rem;
  }
}

@media(max-width: 440px) {
  h2 {
    padding: 20px 10px 25px 10px;
    font-size: 3.2rem;
  }
}

h3 {
  padding: 0 40px 24px 40px;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

h3.cnt {
  padding: 0 0 40px 0;
  text-align: center;
}

h3.margintop {
  margin-top: 30px;
}

@media(max-width: 1400px) {
  h3 {
    padding: 0 20px 24px 20px;
  }
}

@media(max-width: 768px) {
  h3 {
    padding: 0 20px 20px 20px;
    font-size: 2.4rem;
  }
}

@media(max-width: 440px) {
  h3 {
    padding: 0 10px 15px 10px;
    font-size: 2.4rem;
  }
}

.noflex {
  padding: 0 40px;
}

@media(max-width: 1400px) {
  .noflex {
    padding: 0 20px;
  }
}

@media(max-width: 440px) {
  .noflex {
    padding: 0 10px;
  }
}



/* Footer */

footer {
  width: 100%;
  padding: 120px 0;
}

#mailregist {
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
}

#mailregist form {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

#mailregist-frame {
  display: inline-table;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

#mailregist-frame > div {
  display: table-cell;
  vertical-align: top;
}

#mailregist-frame > div:nth-child(1) {
  padding-right: 10px;
}

#mailregist-frame > div:nth-child(1) input {
  width: 100%;
  height: 40px;
  border: 1px solid #000;
  padding: 5px 15px;
  font-size: 1.6rem;
}

#mailregist-frame > div:nth-child(2) input {
  width: 100%;
  height: 40px;
  border: 1px solid #000;
  padding: 5px 15px;
  background-color: #000;
  font-size: 1.6rem;
  color: #fff;
}

#sns {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 296px;
  margin: 0 auto 60px auto;
}

#sns > a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 3rem;
}

#copyright {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}



/* Top */

#main-visual {
  width: 100%;
  padding: 60px 40px 50px 40px;
}

#main-visual.top {
  padding-bottom: 80px;
}

#main-visual-frame {
  position: relative;
  width: 100%;
  height: 500px;
  padding: 10px;
}

.top #main-visual-frame {
  height: auto;
}

#kazari1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  border: 1px solid #000;
  border-right: none;
  border-bottom: none;
}

#kazari2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
  border: 1px solid #000;
  border-top: none;
  border-left: none;
}

#visual-frame {
  display: table;
  width: 100%;
  height: 100%;
  background-size: cover;
}

#main-logo {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#main-logo img {
  width: 100%;
  height: auto;
  transition: opacity 0.4s;
}

#main-logo-s {
  display: none;
}

#main-visual.video,
#main-visual.video #main-visual-frame {
  height: auto;
}

#main-visual.video #visual-frame {
  background-color: transparent !important;
}

#youtube-frame {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 0px;
}

#youtube-frame iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media(max-width: 1400px) {
  #main-visual {
    padding: 40px 20px 50px 20px;
  }
  
  #main-visual-frame {
    height: 400px;
  }
}

@media(max-width: 516px) {
  #main-visual {
    padding: 30px 20px 40px 20px;
  }
  
  #main-visual-frame {
    height: 300px;
  }

  #main-logo-l {
    display: none;
  }

  #main-logo-s {
    display: block;
  }
}

@media(max-width: 440px) {
  #main-visual {
    padding: 20px 10px 40px 10px;
  }
  
  #main-visual-frame {
    height: 280px;
  }

  #kazari1 {
    width: 40px;
    height: 40px;
  }
  
  #kazari2 {
    width: 40px;
    height: 40px;
  }
}

@media(max-width: 360px) {
  #main-visual {
    padding: 15px 10px 30px 10px;
  }
  
  .top #main-visual-frame {
    height: 380px;
  }

  #kazari1 {
    width: 30px;
    height: 30px;
  }
  
  #kazari2 {
    width: 30px;
    height: 30px;
  }
}



/* Top About */

#top-about {
  width: 100%;
  padding: 0 40px 60px 40px;
}

#top-about * {
  font-family: "Noto Sans JP";
}

#top-about #notice {
  display: block;
  margin-bottom: 40px;
  padding: 15px;
  background-color: #f00000;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 3.4rem;
  text-align: center;
  color: #fff;
}

#top-about #title {
  margin-bottom: 40px;
  font-size: 4rem;
  font-weight: 100;
  line-height: 6rem;
  text-align: center;
}

#top-about #copy {
  margin-bottom: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.8rem;
  text-align: center;
}

#top-about #body {
  margin-bottom: 40px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.6rem;
  text-align: center;
}

@media(max-width: 516px) {
  #top-about #notice {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 2rem;
    line-height: 3rem;
  }
  
  #top-about {
    padding: 0 20px 40px 20px;
  }
  
  #top-about #title {
    margin-bottom: 20px;
    font-size: 3rem;
    line-height: 5rem;
  }
  
  #top-about #copy {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 3.2rem;
  }
  
  #top-about #body {
    margin-bottom: 20px;
    font-size: 1.3rem;
    line-height: 2.5rem;
    text-align: left;
  }
}



/* Top Projects */

#top-projects {
  width: 100%;
  margin-bottom: 60px;
  padding: 60px 30px 60px 30px;
  background-color: #f8f8f8;
}

#top-projects h2 {
  margin-bottom: 30px;
  font-size: 5rem;
  font-weight: 700;
  font-family: "Heebo";
  text-align: center;
}

#top-projects-inside {
}

#top-projects-frame {
  display: flex;
  flex-wrap: wrap;
}

.top-projects {
  width: 25%;
  border: 10px solid transparent;
}

.top-projects .img {
  height: 210px;
  background-size: cover;
}

.top-projects h3 {
  margin-top: 20px;
  padding: 0;
  font-size: 2.8rem;
  font-weight: 100;
  line-height: 3.2rem;
}

.top-projects .date {
  margin-top: 20px;
}

.top-projects .date a {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.4rem !important;
  text-decoration: underline;
}

.top-projects .body {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

@media(max-width: 1024px) {
  .top-projects {
    width: 50%;
  }
}

@media(max-width: 516px) {
  #top-projects {
    margin-bottom: 40px;
    padding: 40px 20px 40px 20px;
  }
  
  #top-projects h2 {
    margin-bottom: 20px;
    font-size: 3rem;
  }

  .top-projects {
    width: 100%;
  }

  .top-projects h3 {
    margin-top: 20px;
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .top-projects .date {
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.6rem;
  }
  
  .top-projects .body {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

#timetable {
  width: 100%;
  margin-bottom: 60px;
  padding: 60px 30px 0 30px;
}

#timetable h2 {
  margin-bottom: 30px;
  font-size: 5rem;
  font-weight: 700;
  font-family: "Heebo";
  text-align: center;
}

#timetable-main {
  display: flex;
  flex-wrap: wrap;
}

#timetable-main > div {
  width: 33.333%;
  border: solid 10px #fff;
}

#timetable-main > div img {
  width: 100%;
  height: auto;
}

#timetable-main-sp {
  display: none;
}

@media(max-width: 1024px) {
  #timetable-main > div {
    width: 50%;
  }
}

@media(max-width: 516px) {
  #tiemtable {
    margin-bottom: 40px;
    padding: 40px 20px 40px 20px;
  }
  
  #timetable h2 {
    margin-bottom: 20px;
    font-size: 3rem;
  }

  #timetable-main {
    display: none;
  }

  #timetable-main-sp {
    display: block;
    width: 100%;
  }

  #timetable-main-sp img {
    width: 100%;
    height: auto;
  }

  .flickity-button,
  .flickity-button:hover {
    background-color: transparent;
  }
  
  .flickity-button-icon {
    opacity: 0.3;
    fill: #fff;
  }
}


/* News */

.news-frame,
#news-frame {
  width: 100%;
  padding: 0 30px;
}

.news-list,
#news-list {
  display: flex;
  flex-wrap: wrap;
  flex-justify: space-around;
  width: 100%; 
}

.news {
  width: 25%;
  padding: 0 10px;
}

.news-img {
  width: 100%;
  height: 210px;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center top;
}

.news-title {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weigth: 700;
  line-height: 2.6rem;
}

.news-body {
  margin-bottom: 40px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.6rem;
  word-wrap: break-word;
}

@media(max-width: 1400px) {
  .news-frame,
  #news-frame {
    width: 100%;
    padding: 0 10px;
  }
}

@media(max-width: 768px) {
  .news-frame,
  #news-frame {
    width: 100%;
  }

  .news {
    width: 50%;
  }

  .news-title {
    margin-bottom: 5px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  
  .news-body {
    margin-bottom: 30px;
  }
}

@media(max-width: 516px) {
 .news-frame,
  #news-frame {
    width: 100%;
    padding: 0 13px;
  }

  .news {
    padding: 0 3px;
  }

  .news-img {
    height: 100px;
    margin-bottom: 10px;
  }

  .news-body {
    margin-bottom: 15px;
  }
}

/* News Single */

#news-single-frame {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

#news-single h3 {
  padding: 0 0 40px 0;
  font-size: 5rem;
  font-weight: 500;
}

@media(max-width: 768px) {
  #news-single h3 {
    padding: 0 0 40px 0;
    font-size: 3.2rem;
  }
}

@media(max-width: 440px) {
  #news-single h3 {
    padding: 0 0 25px 0;
    font-size: 3.2rem;
    text-align: center;
  }
}

#news-single-body {
  margin-bottom: 120px;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

#news-single-body p {
  margin-bottom: 1.6rem;
}

#news-single-body b,
#news-single-body strong {
  font-weight: 700;
}

#news-single-body img {
  width: 100%;
  height: auto;
  margin-bottom; 1.6rem;
}

#news-single-body iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
}

/* News Pager */

.pager {
  width: 100%;
  padding: 0 20px;
}

@media(max-width: 440px) {
  .pager {
    padding: 0 10px;
  }
}

.pager-inside {
  display: table;
  width: 100%;
  max-width: 800px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.pager-inside.bottom {
  margin-bottom: 0;
}

.pager-inside > a,
.pager-inside > div {
  display: table-cell;
  vertical-align: middle;
}

.pager-inside > a {
  width: 49%;
  border: 1px solid #6a6a6a;
  padding: 0 20px;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}

.pager-inside > a.disable {
  color: #ccc;
  cursor: default;
}

.pager-inside > a:last-of-type {
  text-align: right;
}

.pager-inside > div {
  width: 2%;
}



/* Projects */

#projects {
  width: 100%;
  padding: 0 35px;
  
}

#projects-section-title {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 5px;
  font-size: 1.6rem;
  font-weigth: 780;
}

.projects-list-top,
.projects-list-top-en {
  width: 100%;
  overflow: scroll;
}

#projects-list {
  display: flex;
  flex-wrap: wrap;
  flex-justify: space-around;
  width: 100%;
  min-width: 950px;
}

.projects {
  display: table;
  width: 20%;
  border: 5px solid #fff;
  background-color: #b9b9b9;
}

.projects-text {
  display: table-cell;
  padding: 10px;
}

.projects-title {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.projects-date {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
}

.projects-venue {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.4rem;
}

.projects-kazari {
  display: table-cell;
  width: 10px;
  padding: 10px;
  vertical-align: bottom;
}

.projects-kazari div {
  width: 16px;
  height: 16px;
  border: 8px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
}

@media(max-width: 1400px) {
  #projects {
    padding: 0 15px;
  }
}

@media(max-width: 516px) {
  #projects-section-title {
    margin-top: 20px;
  }
  
  .projects-title {
    margin-bottom: 2px;
  }
}



/* Projects Single */

#projects-single-frame {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

#projects-single-frame {
  width: 100%;
  max-width: 800px;
}

#projects-single h3 {
  padding: 0 0 40px 0;
  font-size: 5rem;
  font-weight: 500;
}

@media(max-width: 768px) {
  #projects-single h3 {
    padding: 0 0 40px 0;
    font-size: 3.2rem;
  }
}

@media(max-width: 440px) {
  #projects-single h3 {
    padding: 0 0 25px 0;
    font-size: 3.2rem;
    text-align: center;
  }
}

#projects-single-outline {
  display: table;
  width: 100%;
  margin-bottom: 60px;
}

#projects-single-outline > div {
  display: table-cell;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.6rem;
  vertical-align: top;
}

#projects-single-outline > div:nth-child(1) {
  display: table-cell;
  width: 100px;
}

#projects-single-link {
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-bottom: 60px;
}

#projects-single-link > a {
  width: 50%;
  padding: 20px 0;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}

#projects-single-link > a sup {
  font-size: 1.4rem;
}

#projects-single-link > a:nth-child(odd) {
  border-right: 5px solid #fff;
  background-color: #f00000;
  color: #fff;
}

#projects-single-link > a:nth-child(even) {
  border-left: 5px solid #fff;
  background-color: #000;
  color: #b0b0b0;
}

#projects-single-detail {
  margin-bottom: 60px;
  font-size: 1.4rem;
  line-height: 2.6rem;
}

#projects-single-detail h3 {
  margin-bottom: 0;
  font-size: 1.6rem !important;
  line-height: 2.8rem !important;
}

#projects-single-detail b,
#projects-single-detail strong {
  font-weight: 700;
}

@media(max-width: 516px) {
  #projects-single-outline {
    margin-bottom: 40px;
  }
  
  #projects-single-link {
    margin-bottom: 40px;
  }
  
  #projects-single-link > a {
    padding: 15px 0;
    font-size: 2rem;
  }
  
  #projects-single-profile-main {
    margin-bottom: 40px;
  }
}



/* About */

#main-visual.about {
  height: auto;
}

#main-visual.about #main-visual-frame {
  height: 800px;
}

#main-visual.about #visual-frame {
  background-image: url('../about/img/about-main-visual.jpg');
  background-position: center center;
}

@media(max-width: 1440px) {
  #main-visual.about #main-visual-frame {
    height: 700px;
  }
}

@media(max-width: 1280px) {
  #main-visual.about #main-visual-frame {
    height: 600px;
  }
}

@media(max-width: 1050px) {
  #main-visual.about #main-visual-frame {
    height: 540px;
  }
}

@media(max-width: 768px) {
  #main-visual.about #main-visual-frame {
    height: 420px;
  }
}

@media(max-width: 440px) {
  #main-visual.about #main-visual-frame {
    height: 280px;
  }
}

#about-text {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

#about-text strong {
  font-size: 1.8rem;
  font-weight: bold;
}

#about-table {
  display: table;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

#about-table > div {
  display: table-row;
}

#about-table > div > div:nth-child(1) {
  display: table-cell;
  width: 200px;
  font-weight: 700;
  padding-bottom: 30px;
  vertical-align: top;
}

#about-table > div > div:nth-child(2) {
  display: table-cell;
  padding-bottom: 30px;
  vertical-align: top;
}

@media(max-width: 768px) {
  #about-table > div > div:nth-child(1) {
    width: 150px;
  }
}

@media(max-width: 516px) {
  #about-table {
    display: block;
  }

  #about-table > div {
    display: block;
  }

  #about-table > div > div:nth-child(1) {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }

  #about-table > div > div:nth-child(2) {
    display: block;
    width: 100%;
  }
}



/* Press */

#press {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

#press h3 {
  padding: 0 0 50px 0;
}

#press-lead {
  width: 100%;
  margin-bottom: 60px;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

#press-lead strong {
  font-weight: 600;
}

#press-lead a {
  text-decoration: underline;
}

#press-lead a.button {
  display: inline-block;
  padding: 10px 15px;
  background-color: #333;
  text-decoration: none;
  color: #fff;
}

#contact-lead {
  width: 100%;
  margin-bottom: 60px;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

#contact-lead.alert {
  font-weight: bold;
  color: #f00000;
}

#contact-form {
  width: 100%;
  max-width: 800px;
}

#contact-form label {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: 500;
}

#contact-form label {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weigth: 700;
}

#contact-form > div {
  width: 100%;
  margin-bottom: 10px;
}

#contact-form input {
  width: 100%;
  border: 1px solid #6a6a6a;
  margin-bottom: 15px;
  padding: 15px;
  font-size: 1.6rem;
}

#contact-form textarea {
  width: 100%;
  height: 180px;
  border: 1px solid #6a6a6a;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 1.6rem;
}

#contact-submit {
  width: 100%;
  text-align: center;
}

#contact-form button {
  width: 390px;
  padding: 26px 0;
  background-color: #000;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

#captcha {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.g-recaptcha {
  display: inline-block;
}

@media(max-width: 768px) {
  #press h3 {
    padding: 0 0 30px 0;
    text-align: center;
  }
  
  #press-lead {
    width: 100%;
    margin-bottom: 60px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  
  #contact-lead {
    width: 100%;
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

@media(max-width: 516px) {
  #contact-form textarea {
    margin-bottom: 30px;
  }
  
  #contact-form button {
    width: 100%;
    padding: 15px 0;
    background-color: #000;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
}



/* Info */

#main-visual.info #main-visual-frame {
  height: 800px;
}

#main-visual.info #visual-frame {
  background-image: url('../info/img/info-main-visual.jpg');
  background-position: center center;
}

#map {
  width: 100%;
  padding: 0 40px 60px 40px;
}

#map-inside {
  width: 100%;
  max-width: 1680px;
  height: 600px;
  background-color: #000;
}

#map iframe {
  width: 100%;
}

#info {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px 60px 40px;d
}

#info p {
  margin-bottom: 100px;
  font-size: 1.4rem;
  line-height: 2.6rem;
}

#info p.q {
  margin-bottom: 2rem;
  padding: 10px;
}

#info p.a {
  margin-bottom: 3rem;
  padding: 10px;
  background-color: #b0b0b0;
}

@media(max-width: 1440px) {
  #map {
    padding: 0 20px 60px 20px;
  }
  
  #info {
    padding: 0 20px 60px 20px;
  }
}

@media(max-width: 440px) {
  #main-visual.info #main-visual-frame {
    height: 400px;
  }

  #map {
    padding: 0 10px 30px 10px;
  }
  
  #info {
    padding: 0 10px 30px 10px;
  }

  #info p {
    margin-bottom: 60px;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}



/* Tickets */

#tickets {
  width: 100%;
  padding: 0 40px;
}

.tickets {
  display: table;
  width: 100%;
  max-width: 1680px;
  height: 250px;
  margin-bottom: 20px;
  background-color: #f8f8f8;
}

.tickets.small {
  width: 150px;
  height: 80px;
  margin: 0 auto 60px auto;
}

.tickets.hakosuko {
  display: table;
  width: 100%;
  max-width: 500px;
  height: 200px;
  margin: 0 auto;
}

#tickets h3.ja {
  font-weight: 600;
}

.tickets.hakosuko > div {
  display: table-cell;
  text-align: center;
}

.tickets.hakosuko img {
  width: auto;
  height: 100%;
  max-height: 190px;
}

.tickets-note {
  margin-bottom: 30px;
  font-size: 1.4rem;
  text-align: center;
}

.tickets.passport {
  background-color: #b0b0b0;
}

.tickets.day {
  background-color: #b9b9b9;
}

.tickets > div {
  display: table-cell;
  vertical-align: middle;
}

.tickets-price p {
  width: 430px;
  padding-left: 40px;
  border-right: 2px solid #fff;
  font-size: 7rem;
  font-weight: 300;
}

.tickets.passport .tickets-price p {
  color: #fff;
}

.tickets-price p strong {
  font-weight: 600;
}

.tickets-date-title {
  width: 180px;
  padding-left: 40px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
}

.tickets.passport .tickets-date-title {
  color: #fff;
}

.tickets-date {
  width: 410px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
}

.tickets.passport .tickets-date {
  color: #fff;
}

.tickets-link {
  width: 670px;
}

.tickets-link-table {
  display: table;
  width: 100%;
}

.tickets-link-row {
  display: table-row;
}

.tickets-link-cell1,
.tickets-link-cell2 {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
}

.tickets-link-cell1 img,
.tickets-link-cell2 img {
  width: auto;
  height: 50px;
}

.tickets-link-cell2 img {
  margin: 0 15px;
}

.tickets-link-row1 > div {
  border-bottom: 10px solid #f8f8f8;
}

.tickets.passport .tickets-link-row1 > div {
  border-bottom-color: #b0b0b0;
}

.tickets.day .tickets-link-row1 > div {
  border-bottom-color: #b9b9b9;
}

.tickets-link-cell1 {
  padding-right: 20px;
  font-size: 3rem;
  font-weight: 500;
  text-align: right;
}

.tickets-link-cell2 {
  background-color: #f00000;
  text-align: center;
}

.tickets-sp {
  display: none;
}

#tickets-other {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

#tickets-other a {
  display: block;
  width: 25%;
  padding: 20px;
  border: 10px solid #fff;
  background-color: #f00000;
  text-align: center;
}

@media(max-width: 640px) {
  #tickets-other a {
    width: 50%;
  }
}

@media(max-width: 1440px) {
  #tickets {
    padding: 0 20px;
  }
  
  .tickets {
    height: 200px;
  }
  
  .tickets-price p {
    width: 380px;
    font-size: 6rem;
  }

  .tickets-link-cell1 {
    font-size: 2.6rem;
  }
  
  .tickets-link-cell1 img,
  .tickets-link-cell2 img {
    width: auto;
    height: 40px;
  }
}

@media(max-width: 1290px) {
  .tickets {
    height: 180px;
  }
  
  .tickets-price p {
    width: 350px;
    font-size: 5rem;
  }

  .tickets-link-cell1 {
    font-size: 2.2rem;
  }
  
  .tickets-link-cell1 img,
  .tickets-link-cell2 img {
    width: auto;
    height: 30px;
  }
}

@media(max-width: 1163px) {
  .tickets {
    height: 150px;
  }
  
  .tickets-price p {
    width: 280px;
    font-size: 4rem;
  }

  .tickets-date-title {
    padding-left: 30px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  
  .tickets-date {
    width: 330px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  
  .tickets-link-cell1 {
    padding: 15px 10px;
    font-size: 1.8rem;
  }
  
  .tickets-link-cell2 {
    padding: 15px 0;
  }
  
  .tickets-link-cell1 img,
  .tickets-link-cell2 img {
    width: auto;
    height: 26px;
  }

  .tickets-link-cell2 img {
    margin: 0 10px;
  }
}

@media(max-width: 980px) {
  .tickets {
    height: 130px;
  }
  
  .tickets-price p {
    width: 230px;
    font-size: 3.3rem;
  }

  .tickets-date-title {
    padding-left: 20px;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  
  .tickets-date {
    width: 340px;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  
  .tickets-link-cell1 {
    font-size: 1.6rem;
  }
  
  .tickets-link-cell2 {
    padding: 10px 0;
  }
  
  .tickets-link-cell1 img,
  .tickets-link-cell2 img {
    width: auto;
    height: 24px;
  }

  .tickets-link-cell2 img {
    margin: 0 8px;
  }
}

@media(max-width: 768px) {
  .tickets {
    height: auto;
    margin-bottom: 0;
    padding: 30px
  }
  
  .tickets-price {
    width: 200px;
  }
  
  .tickets-price p {
    padding-left: 0;
  }
  
  .tickets-date-title {
    width: 100px;
    padding: 0 0 0 10px;
  }
  
  .tickets-link {
    display: none !important;
  }
  
  .tickets-sp {
    display: block;
    width: 100%;
    padding: 0 5px 5px 5px;
    background-color: #f8f8f8;
  }

  .tickets-sp.passport {
    background-color: #b0b0b0;
  }
  
  .tickets-sp.day {
    background-color: #b9b9b9;
  }
  
  .tickets-sp-button {
    display: table;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #000;
    background-color: #f00000;
  }
  
  .tickets-sp-button.tickets-sp-button-open {
    border-bottom: none;
  }
  
  .tickets-sp-button.tickets-sp-button-close {
    background-color: #000;
  }
  
  .tickets-sp-button > div {
    display: table-cell;
    font-size: 3rem;
    font-weight: 500;
    vertical-align: middle;
    color: #fff;
  }
  
  .tickets-sp-menu {
    display: none;
    border-bottom: 9px solid #000;
  }
  
  .tickets-sp-button.tickets-sp-button-close {
    display: none;
  }
  
  .tickets-sp-button.tickets-sp-button-close > div {
    color: #b0b0b0;
  }
  
  .tickets-sp-button > div:nth-child(1) {
    text-align: center;
  }

  .tickets-sp-button > div:last-of-type {
    width: 8%;
  }
  
  .tickets-sp-button.tickets-sp-button-link1 img {
    height: 45px;
    margin-top: 5px;
  }

  .tickets-sp-button.tickets-sp-button-link2 img {
    height: 50px;
  }

  .tickets-sp-button.tickets-sp-button-link2 > div:nth-child(1) {
    width: 46%;
    padding-right: 30px;
    text-align: right;
  }

  .tickets-sp-button.tickets-sp-button-link2 > div:nth-child(2) {
    width: 46%;
    padding-left: 30px;
    text-align: left;
  }
}

@media(max-width: 516px) {
  .tickets-price {
    display: block !important;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .tickets-price p {
    border: none;
    font-size: 5rem;
  }
  
  .tickets-date-title {
    display: inline-block !important;
    width: 100px;
    border-left: 2px solid #fff;
    padding: 0 0 0 10px;
  }
  
  .tickets-date {
    display: inline-block !important;
    width: auto;
    padding: 0 0 0 10px;
  }
  
  .tickets-sp-button {
    height: 70px;
  }
  
  .tickets-sp-button > div {
    font-size: 2rem;
  }

  .tickets-sp-button.tickets-sp-button-link1 img {
    height: 35px;
    margin-top: 7px;
  }

  .tickets-sp-button.tickets-sp-button-link2 img {
    height: 35px;
  }
}

@media(max-width: 440px) {
  #tickets {
    padding: 0 10px;
  }
}



/* Partners */

.partners-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.partners-list div,
.partners-list a {
  display: block;
  width: 25%;
  height: 143px;
  text-align: center;
}

.partners-list div.long {
  width: 50%;
}

.partners-list a img {
  width: 140px;
  height: auto;
}

.partners-list .long img {
  width: 290px;
  height: auto;
}

@media(max-width: 1024px) {
  .partners-list a {
    width: 33.333%;
  }

  .partners-list div.long {
    width: 66.666%;
  }
}

@media(max-width: 768px) {
  .partners-list a {
    width: 50%;
  }

  .partners-list div.long {
    width: 100%;
  }
}

@media(max-width: 516px) {
}



/* Artists */

#main-visual.artists {
  height: auto;
}

#main-visual.artists #main-visual-frame {
  height: 800px;
}

#main-visual.artists #visual-frame {
  background-position: center center;
}

#artists {
  width: 100%;
  margin-bottom: 40px;
  padding: 0 40px;
}

.artists-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.artists-list a {
  display: block;
  position: relative;
  width: 25%;
  height: 300px;
  background-color: #000;
  text-align: center;
}

.artists-list a:hover {
  opacity: 1;
}

.artists-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center center;
}

.artists-hovered {
  display: none;
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 40%;
  background-color: rgba(0,0,0,0.8);
}

.artists-name {
  padding: 20px;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
  color: #fff;
}

.artists-kazari {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  border: 5px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
}

@media(max-width: 1440px) {
  #artists {
    padding: 0 20px;
  }
}

@media(max-width: 1024px) {
  .artists-list a {
    width: 33.333%;
  }
}

@media(max-width: 768px) {
  .artists-list a {
    width: 50%;
  }
}

@media(max-width: 516px) {
  .partners-list a img {
    width: 50%;
  }
}

@media(max-width: 440px) {
  #artists {
    padding: 0 10px;
  }

  #main-visual.artists #main-visual-frame {
    height: 400px;
  }

  .artists-hovered {
    display: block;
    height: 30%;
  }

  .artists-name {
    padding: 5px;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}

@media(max-width: 375px) {
  .artists-list a,
  .artists-img {
    height: 180px;
  }
  
  #main-visual.artists #main-visual-frame {
    height: 360px;
  }

  .artists-hovered {
    display: block;
    height: 30%;
  }

  .artists-name {
  }
}

@media(max-width: 320px) {
  #main-visual.artists #main-visual-frame {
    height: 300px;
  }

  .artists-list a,
  .artists-img {
    height: 150px;
  }
}



/* Artists Single */

#artists-single-frame {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

#artists-single-frame {
  width: 100%;
  max-width: 800px;
}

#artists-single h3 {
  padding: 0 0 40px 0;
  font-size: 5rem;
  font-weight: 500;
}

@media(max-width: 768px) {
  #artists-single h3 {
    padding: 0 0 40px 0;
    font-size: 3.2rem;
  }
}

@media(max-width: 440px) {
  #artists-single h3 {
    padding: 0 0 25px 0;
    font-size: 3.2rem;
    text-align: center;
  }
}

#artists-single-profile {
  display: table;
  width: 100%;
  margin-bottom: 60px;
}

#artists-single-profile > div {
  display: table-cell;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.6rem;
  vertical-align: top;
}

#artists-single-profile > div:nth-child(1) {
  display: table-cell;
  width: 100px;
}

#artists-single-venue {
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-bottom: 60px;
}

#artists-single-venue > a {
  width: 50%;
  padding: 20px 0;
  background-color: #000;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  color: #b0b0b0;
}

#artists-single-venue > a:nth-child(odd) {
  border-right: 5px solid #fff;
}

#artists-single-venue > a:nth-child(even) {
  border-left: 5px solid #fff;
}

#artists-single-profile-main {
  margin-bottom: 60px;
  font-size: 1.4rem;
  line-height: 2.6rem;
}

#artists-single-profile-main b,
#artists-single-profile-main strong {
  font-weight: 700;
}

#artists-single-youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 30px;
}

#artists-single-youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#artists-single-soundcloud {
  margin-bottom: 30px;
}


#artists-single-link {
  width: 100%;
  padding: 20px 20px 4px 20px;
  background-color: #b0b0b0;
}

#artists-single-link a {
  display: block;
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 500;
}

@media(max-width: 516px) {
  #artists-single-profile {
    margin-bottom: 40px;
  }
  
  #artists-single-venue {
    margin-bottom: 40px;
  }
  
  #artists-single-venue > a {
    padding: 15px 0;
    font-size: 2rem;
  }
  
  #artists-single-profile-main {
    margin-bottom: 40px;
  }
}

/* Program */

#program {
  width: 100%;
  padding: 0 40px;
  overflow-x: scroll;
}

@media(max-width: 1440px) {
  #program {
    padding: 0 20px;
  }
}

@media(max-width: 440px) {
  #program {
    padding: 0 10px;
  }
}

#program-date {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: ;
  margin-bottom: 50px;
}

#program-date a {
  display: table-cell;
  width: 100%;
  padding: 16px 0 14px 0;
  font-size: 3rem;
  font-family: "Heebo";
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
  vertical-align: center;
  background-color: #b9b9b9;
}

#program-date a.active {
  background-color: #000;
  color: #b0b0b0;
}

#program-time {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 120px auto;
}

#program-time div {
  display: table-cell;
  table-layout: fixed;
  border-right: 1px solid #000;
  font-size: 3rem;
  font-weight: 700;
  font-family: "Heebo";
  text-align: center;
  cursor: pointer;
}

#program-time div:last-of-type {
  border: none;
}

#program-time div.active {
  color: #f00000;
}

#program-time div.disable {
  opacity: 0.5;
  cursor: default;
}

#program-timetable-frame.evening,
#program-timetable-frame.night {
  display: none;
}


#program-timetable {
  display: table;
  table-layout: fixed;
}

.program-tt-col {
  display: table-cell;
  width: 300px;
  vertical-align: top;
  border-right: 1px solid #000;
}

.program-tt-col:nth-child(1) {
  width: 220px !important;
}

.program-tt-header {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 70px;
  font-size: 2rem !important;
  font-weight: 700;
  font-family: "Heebo";
  line-height: 2.2rem;
  text-align: center;
}

.program-tt-header div {
  display: table-cell;
  font-size: 2.4rem !important;
  font-weight: 700;
  font-family: "Heebo";
  line-height: 2.8rem;
}

.program-tt-header div:nth-child(1) {
  text-align: right;
}

.program-tt-time {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 70px;
  font-size: 2.4rem !important;
  font-weight: 700;
  font-family: "Heebo";
  text-align: center;
}

.program-tt-time > div {
  display: table-cell;
  font-size: 2.4rem !important;
  font-weight: 700;
  font-family: "Heebo";
  vertical-align: middle;
}

.program-tt-time div:nth-child(1) {
  text-align: right;
}

.program-tt-time > div:nth-child(2) {
  text-align: right;
  vertical-align: top;
}

.program-tt-time > div:nth-child(2) div {
  display: inline-block;
  width: 30px;
  height: 35px;
  border-bottom: 1px solid #000;
}

.program-tt-col.time {
  width; 133px;
}

.program-tt-col.time .program-tt-header {
  width; 133px;
}

.program-tt-header + .program-tt-event {
  margin-top: 35px;
}

/*
.evening .program-tt-header + .program-tt-event {
  margin-top: 70px;
}
*/

.program-tt-event {
  display: block;
  position: relative;
  width: 100%;
  padding: 25px 20px 30px 20px;
  background-color: #000;
  font-size: 2rem !important;
}

.program-tt-event strong {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: "Heebo";
  text-align: center;
  color: #f00000;
}

.program-tt-event em {
  display: block;
  width: 100%;
  font-size: 1.6rem !important;
  font-family: "Heebo";
  font-weight: 600;
  line-height: 2.6rem;
  word-break: break-all;
  text-align: center;
  color: #b0b0b0;
}

.program-tt-event p {
  width: 100%;
  margin-top: 15px;
  font-size: 1.4rem !important;
  font-family: "Heebo";
  line-height: 1.8rem;
  word-break: break-all;
  color: #b0b0b0;
}

.program-tt-event .triangle {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 8px;
  height: 8px;
  border: 8px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
}

#progoram-dl-link {
  width: 100%;
  margin: 60px 0 40px 0;
  text-align: center;
}

#progoram-dl-link a {
  width: 200px;
  padding: 15px 20px;
  background-color: #f00000;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

#progoram-dl-link.black a {
  background-color: #000;
}

#progoram-dl-link a:hover {
  opacity: 0.5;
}

@media(max-width: 1720px) {
  #program-timetable-frame {
    width: 100%;
    overflow: scroll;
  }

  #program-timetable {
    min-width: 1720px;
  }
}


@media(max-width: 1280px) {
  #program-date div {
    padding: 16px 0 14px 0;
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
  
  #program-time {
    margin: 0 auto 90px auto;
  }
  
  #program-time div,
  .program-tt-header,
  .program-tt-header div,
  .program-tt-time > div,
  .program-tt-event {
      font-size: 2.6rem;
  }
}

@media(max-width: 1050px) {
  #program-date div {
    padding: 16px 0 14px 0;
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
  
  #program-time {
    margin: 0 auto 60px auto;
  }
  
  #program-time div,
  .program-tt-header,
  .program-tt-header div,
  .program-tt-time,
  .program-tt-time > div,
  .program-tt-event {
      font-size: 2.4rem;
  }
}

@media(max-width: 440px) {
  .program-tt-col:nth-child(1) {
    width: 90px !important;
  }

  .program-tt-time > div:nth-child(2) div {
    width: 30px;
    height: 25px;
  }
  
  .program-tt-header + .program-tt-event {
    margin-top: 25px;
  }
  
  #program-date a,
  #program-date div {
    padding: 16px 0 14px 0;
    font-size: 2rem;
    line-height: 2.2rem;
  }
  
 #program-time div,
  .program-tt-header,
  .program-tt-header div,
  .program-tt-time,
  .program-tt-time > div,
  .program-tt-event {
      font-size: 2rem !important;
      line-height: 2rem !important;
  }
}