﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lora");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond");
@import url("https://fonts.googleapis.com/css?family=Pinyon+Script");
/*==========================================
	RESET
	*box-sizeing : box-borderを使用
	 IE7以下はbox-container用のcssを追記
==========================================*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

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

audio:not([controls]) {
  display: none;
  height: 0; }

html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%; }

*,
*:before,
*:after {
  box-sizing: inherit; }

/*Font Size
html 62.5% =10px相当 = 1em
EX: 16px相当 = 1.6em に上書き
-----------------------------------------*/
body {
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: center;
  color: #333;
  font-size: 1.4em;
  line-height: 1.8;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif; 

}

p {
  line-height: 1.6; }

p, pre, address, cite {
  margin: 0;
  font-size: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal; }

abbr[title] {
  border-bottom: 1px dotted; }

em, b, strong {
  font-weight: bold; }

small {
  font-size: 85%; }

hr {
  box-sizing: content-box;
  height: 0; }

sub,
sup {
  font-size: 0.78em;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

a {
  color: #007F99;
  background-color: inherit; }

a:link {
  text-decoration: underline; }

a:visited {
  text-decoration: underline; }

a:hover {
  color: #007F99;
  text-decoration: none; }

a:active {
  text-decoration: underline; }

ol {
  margin: 0 0 0 1.5em;
  padding: 0; }

dl {
  list-style-position: inside;
  list-style: none;
  margin: 0;
  padding: 0; }

dt, dd {
  margin: 0;
  padding: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

li li, li li li, li p, li pre, li dt, li dd, dd li, dd p, dd pre, dd dt, dd dd {
  font-size: 100%;
  line-height: inherit; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

address {
  font-style: normal; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

th, td {
  line-height: 1.5;
  font-size: 100%; }

img {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  /*baseline*/ }

audio, canvas {
  display: inline-block; }

embed, iframe, object, video {
  margin-bottom: 1.6em;
  max-width: 100%;
  vertical-align: middle; }

p > embed, p > iframe, p > object, p > video {
  margin-bottom: 0; }

/*==========================================

	レスポンシブ用 layout
	
==========================================*/
@-ms-viewport {
  width: device-width; }
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*
フォントサイズ再指定
-------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4em; } }
/*
コンテンツ幅設定
-------------------------------------------*/
.container,
.container-fluid {
  text-align: left; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

/*固定幅設定*/
@media screen and (min-width: 1230px) {
  .container {
    width: 1230px; } }
/*
row
----------------------------------------- */
.row {
  margin-left: -15px;
  margin-right: -15px; }

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

.row:before,
.row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

/*
column
----------------------------------------- */
.col-sm-1, .col-md-1, .col-lg-1, .col-sm-2, .col-md-2, .col lg-2, .col-sm-3, .col-md-3, .col-lg-3, .col-sm-4, .col-md-4, .col-lg-4, .col-sm-5, .col-md-5, .col-lg-5, .col-sm-6, .col-md-6, .col-lg-6, .col-sm-7, .col-md-7, .col-lg-7, .col-sm-8, .col-md-8, .col-lg-8, .col-sm-9, .col-md-9, .col-lg-9, .col-sm-10, .col-md-10, .col-lg-10, .col-sm-11, .col-md-11, .col-lg-11, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: left; }

.col-lg-12 {
  width: 100%; }

.col-lg-11 {
  width: 91.66666667%; }

.col-lg-10 {
  width: 83.33333333%; }

.col-lg-9 {
  width: 75%; }

.col-lg-8 {
  width: 66.66666667%; }

.col-lg-7 {
  width: 58.33333333%; }

.col-lg-6 {
  width: 50%; }

.col-lg-5 {
  width: 41.66666667%; }

.col-lg-4 {
  width: 33.33333333%; }

.col-lg-3 {
  width: 25%; }

.col-lg-2 {
  width: 16.66666667%; }

.col-lg-1 {
  width: 8.33333333%; }

.col-lg-pull-12 {
  right: 100%; }

.col-lg-pull-11 {
  right: 91.66666667%; }

.col-lg-pull-10 {
  right: 83.33333333%; }

.col-lg-pull-9 {
  right: 75%; }

.col-lg-pull-8 {
  right: 66.66666667%; }

.col-lg-pull-7 {
  right: 58.33333333%; }

.col-lg-pull-6 {
  right: 50%; }

.col-lg-pull-5 {
  right: 41.66666667%; }

.col-lg-pull-4 {
  right: 33.33333333%; }

.col-lg-pull-3 {
  right: 25%; }

.col-lg-pull-2 {
  right: 16.66666667%; }

.col-lg-pull-1 {
  right: 8.33333333%; }

.col-lg-pull-0 {
  right: auto; }

.col-lg-push-12 {
  left: 100%; }

.col-lg-push-11 {
  left: 91.66666667%; }

.col-lg-push-10 {
  left: 83.33333333%; }

.col-lg-push-9 {
  left: 75%; }

.col-lg-push-8 {
  left: 66.66666667%; }

.col-lg-push-7 {
  left: 58.33333333%; }

.col-lg-push-6 {
  left: 50%; }

.col-lg-push-5 {
  left: 41.66666667%; }

.col-lg-push-4 {
  left: 33.33333333%; }

.col-lg-push-3 {
  left: 25%; }

.col-lg-push-2 {
  left: 16.66666667%; }

.col-lg-push-1 {
  left: 8.33333333%; }

.col-lg-push-0 {
  left: auto; }

.col-lg-offset-12 {
  margin-left: 100%; }

.col-lg-offset-11 {
  margin-left: 91.66666667%; }

.col-lg-offset-10 {
  margin-left: 83.33333333%; }

.col-lg-offset-9 {
  margin-left: 75%; }

.col-lg-offset-8 {
  margin-left: 66.66666667%; }

.col-lg-offset-7 {
  margin-left: 58.33333333%; }

.col-lg-offset-6 {
  margin-left: 50%; }

.col-lg-offset-5 {
  margin-left: 41.66666667%; }

.col-lg-offset-4 {
  margin-left: 33.33333333%; }

.col-lg-offset-3 {
  margin-left: 25%; }

.col-lg-offset-2 {
  margin-left: 16.66666667%; }

.col-lg-offset-1 {
  margin-left: 8.33333333%; }

.col-lg-offset-0 {
  margin-left: 0; }

@media screen and (max-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media screen and (max-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media screen and (max-width: 640px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left; }

  .col-xs-12 {
    width: 100%; }

  .col-xs-11 {
    width: 91.66666667%; }

  .col-xs-10 {
    width: 83.33333333%; }

  .col-xs-9 {
    width: 75%; }

  .col-xs-8 {
    width: 66.66666667%; }

  .col-xs-7 {
    width: 58.33333333%; }

  .col-xs-6 {
    width: 50%; }

  .col-xs-5 {
    width: 41.66666667%; }

  .col-xs-4 {
    width: 33.33333333%; }

  .col-xs-3 {
    width: 25%; }

  .col-xs-2 {
    width: 16.66666667%; }

  .col-xs-1 {
    width: 8.33333333%; }

  .col-xs-pull-12 {
    right: 100%; }

  .col-xs-pull-11 {
    right: 91.66666667%; }

  .col-xs-pull-10 {
    right: 83.33333333%; }

  .col-xs-pull-9 {
    right: 75%; }

  .col-xs-pull-8 {
    right: 66.66666667%; }

  .col-xs-pull-7 {
    right: 58.33333333%; }

  .col-xs-pull-6 {
    right: 50%; }

  .col-xs-pull-5 {
    right: 41.66666667%; }

  .col-xs-pull-4 {
    right: 33.33333333%; }

  .col-xs-pull-3 {
    right: 25%; }

  .col-xs-pull-2 {
    right: 16.66666667%; }

  .col-xs-pull-1 {
    right: 8.33333333%; }

  .col-xs-pull-0 {
    right: auto; }

  .col-xs-push-12 {
    left: 100%; }

  .col-xs-push-11 {
    left: 91.66666667%; }

  .col-xs-push-10 {
    left: 83.33333333%; }

  .col-xs-push-9 {
    left: 75%; }

  .col-xs-push-8 {
    left: 66.66666667%; }

  .col-xs-push-7 {
    left: 58.33333333%; }

  .col-xs-push-6 {
    left: 50%; }

  .col-xs-push-5 {
    left: 41.66666667%; }

  .col-xs-push-4 {
    left: 33.33333333%; }

  .col-xs-push-3 {
    left: 25%; }

  .col-xs-push-2 {
    left: 16.66666667%; }

  .col-xs-push-1 {
    left: 8.33333333%; }

  .col-xs-push-0 {
    left: auto; }

  .col-xs-offset-12 {
    margin-left: 100%; }

  .col-xs-offset-11 {
    margin-left: 91.66666667%; }

  .col-xs-offset-10 {
    margin-left: 83.33333333%; }

  .col-xs-offset-9 {
    margin-left: 75%; }

  .col-xs-offset-8 {
    margin-left: 66.66666667%; }

  .col-xs-offset-7 {
    margin-left: 58.33333333%; }

  .col-xs-offset-6 {
    margin-left: 50%; }

  .col-xs-offset-5 {
    margin-left: 41.66666667%; }

  .col-xs-offset-4 {
    margin-left: 33.33333333%; }

  .col-xs-offset-3 {
    margin-left: 25%; }

  .col-xs-offset-2 {
    margin-left: 16.66666667%; }

  .col-xs-offset-1 {
    margin-left: 8.33333333%; }

  .col-xs-offset-0 {
    margin-left: 0; } }
/*BreakPointごとの表示非表示切り替え
-------------------------------------------------- */
@media screen and (max-width: 640px) {
  .block-xs {
    display: block !important;
    line-height: inherit; } }
@media screen and (min-width: 641px) and (max-width: 768px) {
  .block-sm {
    display: block !important;
    line-height: inherit; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .block-md {
    display: block !important;
    line-height: inherit; } }
@media screen and (min-width: 1025px) {
  .block-lg {
    display: block !important;
    line-height: inherit; } }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 640px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; }

  .visible-xs-block {
    display: block !important; }

  .visible-xs-inline {
    display: inline !important; }

  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 641px) and (max-width: 768px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; }

  .visible-sm-block {
    display: block !important; }

  .visible-sm-inline {
    display: inline !important; }

  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 769px) and (max-width: 1024px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; }

  .visible-md-block {
    display: block !important; }

  .visible-md-inline {
    display: inline !important; }

  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1025px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; }

  .visible-lg-block {
    display: block !important; }

  .visible-lg-inline {
    display: inline !important; }

  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 640px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 641px) and (max-width: 768px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 769px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1025px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
/*
BASE
---------------------------------*/
/* main-container
---------------------------------*/
.main-container {
  background-color: #fff;
  position: relative;
  padding-top: 40px;
  padding-bottom: 35px; }

@media screen and (max-width: 768px) {
  .main-container {
    padding-top: 25px;
    padding-bottom: 20px; } }
/* gnavPC/SM共通
---------------------------------*/
.gnav li a {
  display: block;
  position: relative; }
.gnav li a:before {
  font-family: 'rt-ladies-library';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.5em;
  font-size: 34px; }
.gnav li a:hover:before {
  color: #fff; }
.gnav #gnav-home a:before {
  content: "\f015";
  font-size: 26px; }
.gnav #gnav-outline a:before {
  content: "\e903"; }
.gnav #gnav-course a:before {
  content: "\e904"; }
.gnav #gnav-tickets a:before {
  content: "\e905";
  margin-left: -0.8em; }
.gnav #gnav-access a:before {
  content: "\e906"; }
.gnav #gnav-tv a:before {
  content: "\e907"; }
.gnav #gnav-gallery a:before {
  content: "\f071"; }
.gnav #gnav-player a:before {
  content: "\f0c0"; }
.gnav #gnav-playback a:before {
  content: "\f091"; }

/* 共通site-header
---------------------------------*/
#site-header {
  background-color: #fff; }

.site-header-container {
  display: table;
  width: 100%;
  table-layout: fixed; }

.site-header-container .site-brand-area,
.site-header-container .gnav-pc {
  display: table-cell;
  vertical-align: top; }

.site-brand-area {
  width: 25%;
  /*width: 30.5%;*/ }

.brand-name {
  margin-top: 10px; }

.site-header-container .gnav-pc {
 width: 55%; 
 /*width: 69.5%;*/ }

.site-brand-area .brand-name {
  padding-right: 10px; }

.site-brand-area .brand-name img {
  max-width: 100%;
  height: auto; }
.sp{
	display: block;
}

@media screen and (max-width: 980px) {
  .site-brand-area {
    width: 20.5%; }

  .site-brand-area .brand-name {
    margin-top: 25px; }

  .site-header-container .gnav-pc {
    width: 79.5%; } }

@media screen and (max-width: 768px) {
  #site-header .site-header-container .gnav-pc {
    display: none; } }
/* PC用 .gnav-pc
---------------------------------*/
.gnav-pc {
  position: relative;
  background-color: #fff; }
  .gnav-pc ul {
    list-style: none;
    overflow: hidden;
    border-left: 1px solid #ccc;
    width: 100%;
	/*margin-left: 160px;*/
    /*margin-left: 50px;*/}
  .gnav-pc li a:before {
    top: 16px;
    color: #C19605; }
  .gnav-pc li {
    border-right: 1px solid #ccc;
    /*width: 11%;*/
    width: 13.42925659472422%;
    text-align: center;
    float: left; }
    .gnav-pc li a {
      text-decoration: none;
      height: 90px; }
    .gnav-pc li a:hover {
      background-color: #C19605;
      opacity: 0.9;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .gnav-pc li a:hover span {
        color: #fff; }
    .gnav-pc li span {
      display: block;
      height: 25px;
      width: 70px;
      position: absolute;
      bottom: 7px;
      left: 50%;
      margin-left: -35px;
      color: #333;
      background-position: left top;
      background-repeat: no-repeat;
      line-height: 3;
      font-size: 11px; }
  .gnav-pc li.current a {
    background-color: #C19605; }
    .gnav-pc li.current a span {
      background-position: bottom;
      color: #fff; }
  .gnav-pc li.current a:hover {
    -webkit-transition: none;
    transition: none;
    opacity: 1; }
  .gnav-pc li.current a:before {
    color: #fff; }
  .gnav-pc li#gnav-home {
    width: 5.875299760191846%;
     }
    .gnav-pc li#gnav-home a:before {
      top: 26px; }
  .gnav-pc li#gnav-access a:before {
    margin-left: -0.6em; }
  .gnav-pc li#gnav-tv a:before {
    margin-left: -0.6em; }
  .gnav-pc li#gnav-gallery a span {
    line-height: 1.2; }
  .gnav-pc li#gnav-playback a span {
    line-height: 1.2; }
  .gnav-pc .func-home-sm {
    display: none; }

body#home li#gnav-home {
  background-color: #C19605; }
  body#home li#gnav-home a {
    color: #fff !important; }
    body#home li#gnav-home a:before {
      color: inherit; }
    body#home li#gnav-home a span {
      color: inherit; }

@media screen and (max-width: 1230px) {
  #site-header .container {
    padding-right: 0;
    padding-left: 0; } }
/* スマホ用 site-header
---------------------------------*/
#menu-sm {
  display: none; }

@media screen and (max-width: 768px) {
.sp{
	display: none;
}
  #site-header {
    height: 60px;
    overflow: hidden; }
    #site-header #func-menu-sm {
      display: block;
      width: 60px;
      height: 60px;
      position: absolute;
      right: 0;
      top: 0; }
      #site-header #func-menu-sm a {
        display: block;
        position: relative;
        width: 60px;
        height: 60px;
        text-decoration: none;
        color: #333; }
      #site-header #func-menu-sm a:before {
        font-family: 'rt-ladies-library';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        position: absolute;
        top: 9px;
        left: 50%;
        margin-left: -0.5em;
        color: #333;
        font-size: 27px;
        content: "\e900"; }
      #site-header #func-menu-sm span {
        position: absolute;
        display: block;
        width: 60px;
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
        bottom: 7px;
        font-family: Garamond, "Times New Roman", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        line-height: 1.0; }
    #site-header .site-brand-area {
      width: 100%; }
      #site-header .site-brand-area .brand-name {
        width: 280px;
        margin-top: 3px;
        margin-left: 5px;
        vertical-align: middle; } }
@media screen and (max-width: 640px) {
  #site-header .site-brand-area .brand-name {
    width: 240px;
    margin-top: 7px; }
.sp{
	display: none;
}}
.mac #site-header #func-menu-sm span {
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif; }

/*スマホ用メニュー
---------------------------------*/
.func-home-sm {
  clear: both;
  margin-top: 1em; }
  .func-home-sm a {
    display: block;
    text-align: center;
    background-color: #fff;
    padding: 0.7em 0.5em;
    color: #095E30;
    font-family: 'Lora', serif;
    text-decoration: none; }
    .func-home-sm a:hover {
      opacity: 0.9; }

.func-close-sm {
  position: relative;
  height: 50px; }
  .func-close-sm a {
    display: block;
    position: absolute;
    right: 0;
    width: 60px;
    height: 50px; }
  .func-close-sm a:before {
    font-family: 'rt-ladies-library';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    position: absolute;
    top: 5px;
    right: 50%;
    margin-right: -0.5em;
    color: #fff;
    font-size: 30px;
    content: "\e901"; }

.gnav-sm ul {
  list-style: none; }
.gnav-sm li#gnav-home {
  display: none; }
.gnav-sm li {
  font-size: 16px; }
  .gnav-sm li br.pc {
    display: none; }
  .gnav-sm li a {
    color: #fff;
    text-decoration: none;
    padding: 0.7em 0.5em 0.7em 40px; }
    .gnav-sm li a:hover {
      text-decoration: underline; }
  .gnav-sm li a:before {
    color: #fff;
    font-size: 22px;
    left: 15px;
    top: 50%;
    margin-top: -0.5em; }

/*#site-footer-banner
---------------------------------*/
#site-footer-banner {
  background-color: #eee;
  padding: 15px 0 7.5px; }
  #site-footer-banner * {
    box-sizing: border-box; }
  #site-footer-banner ul {
    margin-left: -7.5px;
    margin-right: -7.5px;
    list-style: none;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      #site-footer-banner ul {
        flex-wrap: wrap; } }
  #site-footer-banner li {
    padding: 0 7.5px 7.5px; }
    #site-footer-banner li img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 768px) {
      #site-footer-banner li {
        flex-basis: 50%; } }
  #site-footer-banner a:hover {
    opacity: 0.8; }

/*#site-footer
---------------------------------*/
#site-footer {
  background-color: #C19605;
  padding: 1em 0;
  width: 100%;
  overflow: hidden;

}
  #site-footer .container {
    position: relative; }
  #site-footer .social {
    position: absolute;
    left: 15px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px; }
  #site-footer .fb_iframe_widget {
    vertical-align: top;
    line-height: 1.0;
    display: block;
    float: left;
    margin-right: 10px; }
  #site-footer .twitter-share-button {
    display: block;
    float: left; }
  #site-footer .logo {
    width: 132px;
    display: inline-block;
    background-image: url(../images/footer-logo.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 132px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    float: right; }
    #site-footer .logo a {
      display: block;
      height: 22.4px;
      width: 100%; }
  #site-footer .copy {
    clear: both;
    text-align: right;
    text-transform: uppercase;
    font-size: 0.750em;
    color: #fff; }

@media screen and (max-width: 768px) {
  #site-footer .social {
    width: 200px;
    margin: 0 auto;
    padding-left: 15px;
    text-align: center;
    position: relative;
    left: auto; }
  #site-footer .logo {
    display: block;
    float: none;
    margin: 0 auto; }
  #site-footer .copy {
    text-align: center; } }
/* #cat-titie
---------------------------------*/
#cat-titie {
  position: relative;
  text-align: center;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #E5E5E5;
  height: 300px;
  color: #fff; }
  @media screen and (max-width: 1300px) {
    #cat-titie {
      padding-top: 23%;
      height: auto; } }
  #cat-titie .cat-title-en,
  #cat-titie .cat-title-jp {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center; }
  #cat-titie .cat-title-en {
    font-family: 'EB Garamond', serif;
    font-size: 60px;
    top: 80px; }
    @media screen and (max-width: 1300px) {
      #cat-titie .cat-title-en {
        font-size: 4.6vw;
        top: 24%; } }
    @media screen and (max-width: 768px) {
      #cat-titie .cat-title-en {
        font-size: 5.4vw;
        top: 20%; } }
    @media screen and (max-width: 640px) {
      #cat-titie .cat-title-en {
        font-size: 7vw;
        top: 15%; } }
  #cat-titie .cat-title-jp {
    font-family: Garamond, "Times New Roman", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    top: 160px; }
    @media screen and (max-width: 1300px) {
      #cat-titie .cat-title-jp {
        font-size: 1.8vw;
        top: 52%; } }
    @media screen and (max-width: 768px) {
      #cat-titie .cat-title-jp {
        font-size: 2.8vw;
        top: 56%; } }

.mac #cat-titie .cat-title-jp {
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif; }

#cat-outline #cat-titie {
  background-image: url(../../outline/images/cat-title-bg.jpg); }

#cat-course #cat-titie {
  background-image: url(../../course/images/cat-title-bg.jpg); }

#cat-course #cat-titie2 {
  background:#C19605;
}

#cat-tickets #cat-titie {
  background-image: url(../../tickets/images/cat-title-bg.jpg); }

#cat-access #cat-titie {
  background-image: url(../../access/images/cat-title-bg.jpg); }

#cat-gallery #cat-titie {
  background-image: url(../../gallery/images/cat-title-bg.jpg); }

#cat-player #cat-titie {
  background-image: url(../../player/images/cat-title-bg.jpg); }

#cat-playback #cat-titie {
  background-image: url(../../playback/images/cat-title-bg.jpg); }

#cat-tv #cat-titie {
  background-image: url(../../tv/images/cat-title-bg.jpg); }

#cat-news #cat-titie {
  background-image: url(../../news/images/cat-title-bg.jpg); }

#cat-news2 #cat-titie {
  display: block;
  clear: both;
  padding: 30px 15px;
  background-image: none;
  background-color: #D15A78;
  height: auto !important;
  position: relative; }
  @media screen and (max-width: 768px) {
    #cat-news2 #cat-titie {
      padding-top: 15px;
      padding-bottom: 15px; } }
  #cat-news2 #cat-titie .cat-title-jp {
    position: relative;
    top: auto;
    margin-top: 0em !important;
    font-size: 2.5em;
    line-height: 1.3;
    font-family: Garamond, "Times New Roman", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    @media screen and (max-width: 768px) {
      #cat-news2 #cat-titie .cat-title-jp {
        font-size: 1.5em; } }
    #cat-news2 #cat-titie .cat-title-jp small {
      font-size: 0.75em; }


#fnav {
  display: none;
  border-top: 1px solid #ddd; }
  @media screen and (max-width: 768px) {
    #fnav {
      display: block; } }
  #fnav li {
    border-bottom: 1px solid #ddd;
    text-align: left; }
    #fnav li a {
      display: block;
      padding: 0.8em 15px;
      background-color: #fff;
      color: #333;
      position: relative;
      text-decoration: none; }
      #fnav li a:hover {
        background-color: #C19605;
        color: #fff; }
        #fnav li a:hover:after {
          color: #fff; }
      #fnav li a:after {
        position: absolute;
        display: block;
        right: 10px;
        font-size: 1.5em;
        top: 50%;
        line-height: 1.0;
        margin-top: -0.5em;
        font-family: 'rt-ladies-library';
        content: "\f105";
        color: #C19605; }

#home #fnav {
  display: none; }
  @media screen and (max-width: 768px) {
    #home #fnav {
      display: none; } }

#cat-outline #fnav-outline a,
#cat-course #fnav-course a,
#cat-tickets #fnav-tickets a,
#cat-access #fnav-access a,
#cat-tv #fnav-tv a,
#cat-gallery #fnav-gallery a,
#cat-playback #fnav-playback a {
  background-color: #C19605;
  color: #fff; }
  #cat-outline #fnav-outline a:after,
  #cat-course #fnav-course a:after,
  #cat-tickets #fnav-tickets a:after,
  #cat-access #fnav-access a:after,
  #cat-tv #fnav-tv a:after,
  #cat-gallery #fnav-gallery a:after,
  #cat-playback #fnav-playback a:after {
    color: #fff; }

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

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

/*
clearfix
-----------------------------*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/*
font-family
----------------------------------------- */
.font-family-serif {
  font-family: Garamond, "Times New Roman", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.mac .font-family-serif {
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif; }

/*
font size
----------------------------------------- */
/* Base font size PC=14px */
.font-size-10 {
  font-size: 0.750em; }

.font-size-12 {
  font-size: 0.875em; }

.font-size-14 {
  font-size: 1em; }

.font-size-16 {
  font-size: 1.143em; }

.font-size-18 {
  font-size: 1.286em; }

.font-size-20 {
  font-size: 1.429em; }

.font-size-22 {
  font-size: 1.571em; }

.font-size-24 {
  font-size: 1.714em; }

.font-size-26 {
  font-size: 1.857em; }

.font-size-28 {
  font-size: 2.000em; }

.font-size-30 {
  font-size: 2.143em; }

@media screen and (max-width: 768px) {
  .font-size-22 {
    font-size: 1.429em !important; }

  .font-size-24 {
    font-size: 1.429em !important; }

  .font-size-26 {
    font-size: 1.429em !important; }

  .font-size-28 {
    font-size: 1.429em !important; }

  .font-size-30 {
    font-size: 1.429em !important; } }
/*
line-height
----------------------------------------- */
.line-height-12 {
  line-height: 1.2 !important; }

.line-height-14 {
  line-height: 1.4 !important; }

.line-height-16 {
  line-height: 1.6 !important; }

.line-height-18 {
  line-height: 1.8 !important; }

.line-height-20 {
  line-height: 2 !important; }

/*
color
----------------------------------------- */
.font-color-blue {
  color: #1F97D8; }

.font-color-green {
  color: #075E30; }

.font-color-pink {
  color: #D22C59; }

.font-color-rose {
  color: #D22C59; }

.font-color-gray {
  color: #777777; }

.font-color-orange {
  color: #FF5926; }

.font-color-red {
  color: red; }

.font-color-white {
  color: #fff; }

/*
font transform
-----------------------------*/
.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

/*
font weight
-----------------------------*/
.bold {
  font-weight: bold; }

.normal {
  font-weight: normal; }

/*
text align
-----------------------------*/
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media screen and (max-width: 768px) {
  .text-left-sm {
    text-align: left !important; } }
@media screen and (max-width: 640px) {
  .text-left-xs {
    text-align: left !important; } }
/*
box align
-----------------------------*/
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

/*
img
----------------------------------------- */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-max {
  width: 100%;
  height: auto; }

.img-max-width {
  max-width: 100%;
  height: auto; }

/*
margin
----------------------------------------- */
.mT10 {
  margin-top: 0.7em !important; }

.mL10 {
  margin-left: 10px !important; }

.mR10 {
  margin-right: 10px !important; }

.mB10 {
  margin-bottom: 0.7em !important; }

.mT15 {
  margin-top: 1.1em !important; }

.mL15 {
  margin-left: 15px !important; }

.mR15 {
  margin-right: 15px !important; }

.mB15 {
  margin-bottom: 1.1em !important; }

.mT20 {
  margin-top: 1.4em !important; }

.mL20 {
  margin-left: 20px !important; }

.mR20 {
  margin-right: 20px !important; }

.mB20 {
  margin-bottom: 1.4em !important; }

.mT30 {
  margin-top: 2.1em !important; }

.mL30 {
  margin-left: 30px !important; }

.mR30 {
  margin-right: 30px !important; }

.mB30 {
  margin-bottom: 2.1em !important; }

.mT40 {
  margin-top: 2.9em !important; }

.mL40 {
  margin-left: 40px !important; }

.mR40 {
  margin-right: 40px !important; }

.mB40 {
  margin-bottom: 2.9em !important; }

.mA10 {
  margin: 0.7em 10px !important; }

.mA15 {
  margin: 1.1em 15px !important; }

.mA20 {
  margin: 1.43em 20px !important; }

.mT-10 {
  margin-top: -0.7em; }

.mT-15 {
  margin-top: -1.1em; }

.mT-20 {
  margin-top: -1.4em; }

@media screen and (max-width: 640px) {
  .mT20 {
    margin-top: 15px !important; }

  .mT30 {
    margin-top: 18px !important; }

  .mB30 {
    margin-bottom: 18px !important; }

  .mT40 {
    margin-top: 20px !important; }

  .mB40 {
    margin-bottom: 20px !important; }

  /*スマホだけのマージン*/
  .mB10-sm {
    margin-bottom: 0.7em !important; }

  .mT10-sm {
    margin-top: 0.7em !important; }

  .mB15-sm {
    margin-bottom: 1.1em !important; }

  .mT15-sm {
    margin-top: 1.1em !important; }

  .mB20-sm {
    margin-bottom: 1.4em !important; }

  .mT20-sm {
    margin-top: 1.4em !important; } }
@media screen and (min-width: 1025px) {
  /*PCだけのマージン*/
  .mB10-pc {
    margin-bottom: 0.7em !important; }

  .mT10-pc {
    margin-top: 0.7em !important; }

  .mB15-pc {
    margin-bottom: 1.1em !important; }

  .mT15-pc {
    margin-top: 1.1em !important; }

  .mB20-pc {
    margin-bottom: 1.4em !important; }

  .mT20-pc {
    margin-top: 1.4em !important; }

  .mB30-pc {
    margin-bottom: 2.1em !important; }

  .mT30-pc {
    margin-top: 2.1em !important; } }
/*
padding
----------------------------------------- */
.pT10 {
  padding-top: 10px !important; }

.pL10 {
  padding-left: 10px !important; }

.pR10 {
  padding-right: 10px !important; }

.pB10 {
  padding-bottom: 10px !important; }

.pT15 {
  padding-top: 15px !important; }

.pL15 {
  padding-left: 15px !important; }

.pR15 {
  padding-right: 15px !important; }

.pB15 {
  padding-bottom: 15px !important; }

.pT20 {
  padding-top: 20px !important; }

.pL20 {
  padding-left: 20px !important; }

.pR20 {
  padding-right: 20px !important; }

.pB20 {
  padding-bottom: 20px !important; }

.pA5 {
  padding: 5px !important; }

.pA10 {
  padding: 10px !important; }

.pA15 {
  padding: 15px !important; }

.pA20 {
  padding: 20px !important; }

.pA30 {
  padding: 30px !important; }

/*
title
----------------------------------------- */
.ti {
  clear: both; }

/*
list
------------------------------------------ */
.list-dot {
  margin-left: 15px; }

.list-dot:before,
.list-dot:after {
  content: " ";
  display: table; }

.list-dot:after {
  clear: both; }

.list-dot li {
  text-indent: -15px; }

.list-dot li:before {
  content: "・";
  text-indent: -15px; }

.list-kome {
  margin-left: 15px;
  list-style: none; }

.list-kome:before,
.list-kome:after {
  content: "";
  display: table; }

.list-kome:after {
  clear: both; }

.list-kome li {
  text-indent: -15px;
  border: none; }

.list-kome li:before {
  content: "※";
  text-indent: -15px; }

/*
table
------------------------------------------ */
table.table-com {
  margin-top: 1px;
  width: 100%;
  border-top: 1px solid #ccc; }
  table.table-com a {
    color: #333; }
  table.table-com th, table.table-com td {
    line-height: 1.4;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ccc; }
  table.table-com th {
    background-color: #E4F1EA; }
  table.table-com td {
    border-right: 1px solid #ccc;
    background-color: #fff; }
  table.table-com td.colored {
    background-color: #eee;
    border-right: none; }
    table.table-com td.colored .btn {
      min-width: auto; }

@media screen and (max-width: 768px) {
  table.table-com th, table.table-com td {
    text-align: left;
    padding: 10px 0.5em;
    font-size: 12px; } }
/*
DL List
------------------------------------------ */
.dl-com dl {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: -1px;
  clear: both; }
  .dl-com dl dt, .dl-com dl dd {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.6;
    padding: 0.8em; }
  .dl-com dl dt {
    width: 25%;
    text-align: center;
    word-break: break-word; }
  .dl-com dl dd {
    text-align: left;
    border-left: 1px solid #ccc; }

.dl-com-blue dl dt {
  background-color: #E4F1EA;
  border-left: none; }

@media screen and (max-width: 768px) {
  .dl-com dl dt {
    width: 30%; } }
/*
buttons
----------------------------------------- */
a.btn,
.btn {
  display: inline-block;
  line-height: 1.1;
  position: relative;
  text-decoration: none;
  background-color: #004573;
  color: #fff;
  padding: 0.9em 3em 0.9em 1.5em;
  min-width: 250px; }

.btn-color-gray-out {
  background-color: #A8A8A8 !important; }

.btn.fr-external-link:before,
.btn.fr-arrow-circle-right:before {
  font-family: 'rt-ladies-library';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.5em;
  color: #fff;
  font-size: 1.125em; }

.btn.fr-external-link:before {
  content: "\f08e"; }

.btn.fr-arrow-circle-right:before {
  content: "\f138"; }

.btn:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.btn.btn-color-gray-out:hover {
  opacity: 1 !important; }

.btn-text-center {
  text-align: center; }

.btn-text-right {
  text-align: right; }

.btn-text-left {
  text-align: left; }

@media screen and (max-width: 768px) {
  a.btn,
  .btn {
    min-width: auto; } }
/*
bg-color
----------------------------------------- */
.bg-color-pink {
  background-color: #FEE7EC; }

.bg-color-pale-pink {
  background-color: #fbedf0; }

.bg-color-light-pink {
  background-color: #f7dae0; }

.bg-color-gray {
  background-color: #EEEEEE; }

.bg-color-green {
  background-color: #E4F1EA; }

/*
border
----------------------------------------- */
/*style*/
.border-style-solid {
  border:1px solid; }

.border-style-dot {
  border-style: dotted; }

.border-style-dash {
  border-style: dashed; }

/*color*/
.border-color-blue {
  border-color: #A0D8EF; }

.border-color-gray {
  border-color: #ccc; }

/*width*/
.border-wiz-1 {
  border-width: 1px !important; }

.border-wiz-2 {
  border-width: 2px !important; }

/*border*/
.border-bottom {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-width: 1px;
  padding-bottom: 0.5em; }

.border-top {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top-width: 1px;
  padding-top: 0.5em; }

.border-left {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left-width: 1px;
  padding-left: 0.5em; }

.border-right {
  border-top: none;
  border-left: none;
  border-bottom: none;
  border-right-width: 1px;
  padding-right: 0.5em; }

.border-all {
  border-width: 1px; }

/*
title
----------------------------------------- */
.ti {
  clear: both; }

.ti i {
  vertical-align: -10%; }

.ti-lvl1-01 {
  background-color: #0E6B38;
  color: #fff;
  text-align: center;
  font-size: 2.143em;
  line-height: 1.1;
  padding: 0.6em 0.5em;
  margin-bottom: 30px; }

.ti-lvl2-01 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #0E6B38;
  text-align: left;
  font-size: 1.571em;
  line-height: 1.2;
  padding: 0.6em 0.5em;
  margin-bottom: 20px; }

.ti-lvl2-01 .icon {
  color: #0E6B38; }

.ti-lvl2-02 {
  background-color: #0E6B38;
  color: #fff;
  text-align: center;
  font-size: 1.571em;
  line-height: 1.2;
  padding: 0.6em 0.5em;
  margin-bottom: 20px; }

.ti span {
  font-family: Garamond, "Times New Roman", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.mac .ti span {
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif; }

@media screen and (max-width: 768px) {
  .ti-lvl1-01 {
    margin-bottom: 15px;
    font-size: 1.429em; }

  .ti-lvl2-01 {
    margin-bottom: 15px;
    font-size: 1.286em; } }
/*
noscript
---------------------------------*/
#noscriptWrap {
  width: 100%;
  text-align: center;
  z-index: 0; }

#noscriptIn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35%;
  width: 70%;
  padding: 20px;
  background: #A8A8A8;
  z-index: 3; }

/*
scrollup
----------------------------------------- */
#scrollUp {
  display: block;
  right: 10px;
  bottom: 70px;
  width: 60px;
  height: 60px;
  background: url(../images/scrollup.png) left top no-repeat;
  background-size: 60px;
  text-indent: -9999em;
  outline: none;
  opacity: 0.8; }

#scrollUp:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

@media screen and (max-width: 768px) {
  #scrollUp {
    width: 50px;
    height: 50px;
    background-size: 50px;
    right: auto;
    left: 10px;
    bottom: 37px; } }
/*googlemap
----------------------------------------- */
.gmap-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden; }

.gmap-wrap iframe,
.gmap-wrap object,
.gmap-wrap embed {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%; }

/*embed-responsive
----------------------------------------- */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

/*
breadcrumb
----------------------------------------- */
.breadcrumb {
  clear: both;
  margin: 0 0 35px 0; }
  .breadcrumb li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block; }
    .breadcrumb li a {
      color: #0085CA; }

.breadcrumb li + li:before {
  content: ">";
  /*font-family: FontAwesome;*/
  padding: 0 5px; }

/*--------------------------------
index専用
---------------------------------*/
#home .main-container {
  padding-top: 0px; }
#home .main-container-in {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    #home .main-container-in {
      margin-top: 15px; } }
  #home .main-container-in #main,
  #home .main-container-in .side {
    display: table-cell;
    vertical-align: top; }
  #home .main-container-in .side {
    width: 500px;
    padding-left: 20px; }
    @media screen and (max-width: 768px) {
      #home .main-container-in .side {
        display: none !important; } }
    #home .main-container-in .side .fb-page {
      width: 480px !important; }
#home #sec-main-slide {
  position: relative; }
#home .slide-animation-01,
#home .slide-animation-02 {
  display: none; }

#home .main-slide img {
  width: 100%;
  height: auto; }
#home .main-slide .pc {
  display: block; }
  @media screen and (max-width: 768px) {
    #home .main-slide .pc {
      display: none; } }
#home .main-slide .sp {
  display: none; }
  @media screen and (max-width: 768px) {
    #home .main-slide .sp {
      display: block; } }

#home .main-slide-footer {
  position: absolute;
  bottom: 0;
  z-index: 100;
  left: 0;
  right: 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    #home .main-slide-footer {
      bottom: -1%; } }
  #home .main-slide-footer .btn-scroll {
    display: block;
    width: 6.1%;
    max-width: 80px;
    margin: 0 auto;
    transition: all .2s; }
    @media screen and (max-width: 768px) {
      #home .main-slide-footer .btn-scroll {
        width: 14%; } }
    #home .main-slide-footer .btn-scroll img {
      width: 100%;
      height: auto; }
    #home .main-slide-footer .btn-scroll:hover {
      opacity: .8;
      transition: all .2s; }

#home .main-slide-content .main-slide-logo {
  position: absolute;
  left: 0;
  right: 0;
  /*bottom: 5%;*/
  bottom: 2%;
  width: 100%;
  text-align: center; }
  #home .main-slide-content .main-slide-logo img {
    display: inline-block;
    height: auto;
		/*
    width: 30%;
    */
		/*width: 50%;
		max-width: 580px;*/
        
        width: 100%;
		/*max-width: 700px;*/
        max-width: 600px; }
    @media screen and (max-width: 768px) {
      #home .main-slide-content .main-slide-logo img {
        /*width: 80%;*/
        /*width: 90%;*/
        width: 100%; } }


#home .main-slide-content .main-slide-thanks {
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  width: 100%; }
  #home .main-slide-content .main-slide-thanks img {
    display: inline-block;
    max-width: 720px;
    width: 50%;
    height: auto; }
    @media screen and (max-width: 768px) {
      #home .main-slide-content .main-slide-thanks img {
        width: 80%; } }


#home .main-slide-content .main-slide-finish {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  width: 100%; }
  #home .main-slide-content .main-slide-finish img {
    display: inline-block;
    max-width: 720px;
    width: 50%;
    height: auto; }
    @media screen and (max-width: 768px) {
      #home .main-slide-content .main-slide-finish img {
        width: 80%; } }


#home .main-slide-content .main-slide-players {
  position: absolute;
  left: 0;
  right: 0;
  /*top: 3%;*/
  top: 1%;
  width: 100%; }
  #home .main-slide-content .main-slide-players img {
    display: inline-block;
    max-width: 840px;
    /*width: 48%;*/
    /*width: 40%;*/
    /*width: 38%;*/
    width: 32%;
    height: auto; }
    @media screen and (max-width: 768px) {
      #home .main-slide-content .main-slide-players {
		/*top: 12%;*/
        top: 2%; }
      #home .main-slide-content .main-slide-players img {
		/*top: 20%;*/
        /*width: 100%;*/
        /*width: 90%;*/
        width: 85%; } }

#home #main-banner {
  background-color: #fbedf0;
  padding-top: 40px;
  padding-bottom: 30px; }
  @media screen and (max-width: 768px) {
    #home #main-banner {
      padding-top: 5%;
      padding-bottom: 20px; } }
  @media screen and (max-width: 1400px) {
    #home #main-banner .main-banner-in {
      padding-right: 30px;
      padding-left: 30px; } }
  @media screen and (max-width: 768px) {
    #home #main-banner .main-banner-in {
      padding-right: 0;
      padding-left: 0; } }
  @media screen and (max-width: 768px) {
    #home #main-banner .container {
      padding-left: 0px;
      padding-right: 0px; } }
  #home #main-banner li {
    padding: 0 5px; }
    @media screen and (max-width: 768px) {
      #home #main-banner li {
        padding: 0 10px; } }
    #home #main-banner li a:hover {
      opacity: 0.8;
      transition: .2s; }
    #home #main-banner li img {
      width: 100%;
      height: auto; }
  #home #main-banner .slick-track .slick-active {
    width: 50%; }
  #home #main-banner .slick-prev:hover:before,
  #home #main-banner .slick-prev:focus:before,
  #home #main-banner .slick-next:hover:before,
  #home #main-banner .slick-next:focus:before {
    opacity: .7; }
  #home #main-banner .slick-prev:before,
  #home #main-banner .slick-next:before {
    font-family: 'rt-ladies-library';
    color: #b2576d;
    opacity: 1;
    font-size: 15px;
    background-repeat: no-repeat;
    width: 19px;
    height: 38px;
    display: block;
    background-size: contain; }
  #home #main-banner .slick-prev:before,
  #home #main-banner [dir='rtl'] .slick-next:before {
    content: "";
    background-image: url(../../images/arrow-thin-left.png); }
  #home #main-banner [dir='rtl'] .slick-prev:before,
  #home #main-banner .slick-next:before {
    content: "";
    background-image: url(../../images/arrow-thin-right.png); }
  #home #main-banner .slick-dots {
    bottom: -30px; }
  #home #main-banner .slick-dots .slick-active button:before {
    background-color: #C19605; }
  #home #main-banner .slick-dots li button:before,
  #home #main-banner .slick-dots li button,
  #home #main-banner .slick-dots li {
    width: 15px;
    height: 15px; }
  #home #main-banner .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 7.5px;
    background-color: #fff;
    content: '';
    opacity: 1;
    color: black; }

/* countdown
----------------------------*/
#home .contdown-container {
  position: relative; }
#home #countdown {
  /*background-color: rgba(193,150,5,1);*/
  background-color: rgba(220, 105, 129, 0.75);
  z-index: 10000;
  color: #fff;
  text-align: center; }
  #home #countdown #header_cowntdown_in,
  #home #countdown #header_cowntdown_in2 {
    font-family: 'Lora', serif;
    line-height: 1.1;
    font-size: 52px; }
  #home #countdown .day {
    line-height: 1.2;
    font-family: 'Lora', serif;
    font-size: 22px; }
#home .countdown-sm {
  display: none;
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    #home .countdown-sm {
      display: block; }
      #home .countdown-sm #countdown {
        padding: 5px 0; }
        #home .countdown-sm #countdown div {
          display: inline-block;
          vertical-align: middle; }
      #home .countdown-sm #header_cowntdown_txt2 {
        font-size: 1.286em; } }
@media screen and (max-width: 768px) {
  #home .countdown-pc {
    display: none; } }
#home .countdown-pc #countdown {
  position: absolute;
  z-index: 1000;
  right: 15px;
  top: 20px;
  width: 140px;
  padding: 17px 0; }
#home .countdown-pc #header_cowntdown_txt {
  width: 108px;
  margin: 0 auto;
  margin-bottom: 5px; }
  #home .countdown-pc #header_cowntdown_txt img {
    width: 100%;
    height: auto; }

/*#sec-news
----------------------------*/
#home #sec-news {
  padding-right: 15px; }
  #home #sec-news .ti-news {
    color: #095E30;
    border-bottom: 1px solid #008742;
    margin-bottom: 10px; }
    #home #sec-news .ti-news strong {
      font-family: 'EB Garamond', serif;
      font-size: 1.625em; }
    #home #sec-news .ti-news small {
      display: inline-block;
      margin-left: 1em;
      font-size: 0.875em;
      font-family: Garamond, "Times New Roman", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  #home #sec-news ul {
    list-style: none; }
    #home #sec-news ul li {
      display: table;
      table-layout: fixed;
      width: 100%;
      line-height: 1.4;
      border-bottom: 1px solid #DDDDDD;
      padding: 0.9em 0; }
      #home #sec-news ul li a:after {
        font-family: 'rt-ladies-library';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -0.5em;
        color: #8BC0A2;
        font-size: 18px;
        content: "\f105"; }
      #home #sec-news ul li a {
        /*display: block;*/
        text-decoration: underline;
        color: #333; }
        #home #sec-news ul li a:hover {
          text-decoration: none; }
      #home #sec-news ul li span {
        display: table-cell;
        vertical-align: middle; }
        #home #sec-news ul li span.date {
          width: 7em;
          color: #333; }
        #home #sec-news ul li span.title {
          position: relative;
          padding-right: 10px; }

.mac #home #sec-news .ti-news small {
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif; }

@media screen and (max-width: 1229px) {
  #home .main-container.container {
    padding-right: 15px;
    padding-left: 15px; } }
@media screen and (max-width: 1040px) {
  #home .main-container-in .side {
    width: 40%; }

  #home .main-container-in .side .fb-page {
    width: 100% !important; } }
@media screen and (max-width: 768px) {
  #home .main-container-in {
    width: 100%;
    display: block; }
    #home .main-container-in #main,
    #home .main-container-in .side {
      display: block;
      vertical-align: top; }
    #home .main-container-in .side {
      margin-top: 15px;
      width: 100%;
      padding-left: 0px;
      text-align: center; } }
#home .sec-pickup {
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    #home .sec-pickup {
      margin-top: 30px; } }
  @media screen and (max-width: 768px) {
    #home .sec-pickup .container {
      padding-right: 0;
      padding-left: 0; } }
  #home .sec-pickup ul {
    display: table;
    width: 100%;
    border-right: 1px solid #ddd; }
    @media screen and (max-width: 768px) {
      #home .sec-pickup ul {
        display: block;
        border-right: none;
        border-top: 1px solid #ddd; } }
    #home .sec-pickup ul li {
      display: table-cell;
      vertical-align: middle;
      width: 33.33%;
      border-left: 1px solid #ddd;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #home .sec-pickup ul li {
          position: relative;
          width: 100%;
          display: block;
          border-left: none;
          border-bottom: 1px solid #ddd; }
          #home .sec-pickup ul li .sec-pickup-item-ic,
          #home .sec-pickup ul li .sec-pickup-item-title {
            display: table-cell;
            vertical-align: middle;
            text-align: left;
            table-layout: fixed; }
          #home .sec-pickup ul li .sec-pickup-item-footer {
            display: none; }
          #home .sec-pickup ul li:after {
            position: absolute;
            display: block;
            content: "";
            right: 10px;
            top: 50%;
            margin-top: -10px;
            line-height: 1.0;
            font-family: 'rt-ladies-library';
            content: "\f138";
            font-size: 20px;
            color: #cccccc; } }
      #home .sec-pickup ul li .sec-pickup-item-liner {
        display: block;
        padding: 0 5%;
        text-decoration: none;
        color: #333;
        transition: all .2s; }
        @media screen and (max-width: 768px) {
          #home .sec-pickup ul li .sec-pickup-item-liner {
            padding: 4% 25px 4% 3.5%;
            display: table;
            width: 100%; }
            #home .sec-pickup ul li .sec-pickup-item-liner:hover {
              background-color: #fbedf0; } }
        #home .sec-pickup ul li .sec-pickup-item-liner:hover {
          opacity: .8;
          transition: all .2s; }
      @media screen and (max-width: 768px) {
        #home .sec-pickup ul li .sec-pickup-item-ic {
          width: 24%;
          padding-right: 3.5%; } }
      #home .sec-pickup ul li .sec-pickup-item-ic img {
        display: inline-block;
        max-width: 110px; }
        @media screen and (max-width: 768px) {
          #home .sec-pickup ul li .sec-pickup-item-ic img {
            max-width: 100%;
            width: 100%;
            height: auto; } }
      @media screen and (max-width: 768px) {
        #home .sec-pickup ul li .sec-pickup-item-title {
          width: 76%; } }
      #home .sec-pickup ul li .sec-pickup-item-title b {
        font-weight: normal;
        font-size: 1.75em;
        padding: 0.5em 0 0.2em;
        display: block; }
        @media screen and (max-width: 768px) {
          #home .sec-pickup ul li .sec-pickup-item-title b {
            padding-bottom: 0;
            padding-top: 0; } }
        @media screen and (max-width: 640px) {
          #home .sec-pickup ul li .sec-pickup-item-title b {
            font-size: 4.6vw; } }
      @media screen and (max-width: 640px) {
        #home .sec-pickup ul li .sec-pickup-item-content {
          font-size: 2.8vw; } }
      #home .sec-pickup ul li .sec-pickup-item-footer {
        margin-top: 1.5em;
        padding-bottom: 1em; }
        #home .sec-pickup ul li .sec-pickup-item-footer .btn {
          max-width: 200px;
          min-width: 200px; }

#home .sec-other-links .container {
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 30px; }
  @media screen and (max-width: 768px) {
    #home .sec-other-links .container {
      padding-top: 20px; } }
#home .sec-other-links .sec-other-links-items {
  overflow: hidden;
  width: 100%; }
  @media screen and (max-width: 768px) {
    #home .sec-other-links .sec-other-links-items {
      display: block; } }
#home .sec-other-links .sec-other-links-item {
  float: left;
  padding: 10px;
  background-color: #fff;
  width: 25%; }
  @media screen and (max-width: 768px) {
    #home .sec-other-links .sec-other-links-item {
      width: 50%;
      float: left;
      padding: 7.5px 7.5px; } }
  #home .sec-other-links .sec-other-links-item:hover a {
    color: #fff; }
    #home .sec-other-links .sec-other-links-item:hover a:before {
      color: #fff; }
  #home .sec-other-links .sec-other-links-item a {
    border: 1px solid #dddddd;
    display: block;
    text-decoration: none;
    padding: 1.5em 15px 1.5em 4em;
    font-size: 1.125em;
    position: relative;
    transition: all .2s;
    color: #333;
    line-height: 1.0; }
    @media screen and (max-width: 640px) {
      #home .sec-other-links .sec-other-links-item a {
        font-size: 3.4vw;
        padding-left: 3em;
        padding-right: 2px; } }
    #home .sec-other-links .sec-other-links-item a:hover {
      background-color: #C19605;
      border-color: #C19605;
      transition: all .2s; }
    #home .sec-other-links .sec-other-links-item a:before {
      position: absolute;
      left: 15px;
      top: 50%;
      margin-top: -0.5em;
      display: block;
      font-size: 2.35em;
      font-family: 'rt-ladies-library';
      line-height: 1.0;
      color: #C19605; }
      @media screen and (max-width: 640px) {
        #home .sec-other-links .sec-other-links-item a:before {
          font-size: 6.6vw;
          left: 7px; } }
    #home .sec-other-links .sec-other-links-item a:after {
      position: absolute;
      display: block;
      content: "";
      right: 10px;
      top: 50%;
      margin-top: -0.5em;
      line-height: 1.0;
      font-family: 'rt-ladies-library';
      content: "\f138";
      font-size: 1em;
      color: #cccccc; }
      @media screen and (max-width: 768px) {
        #home .sec-other-links .sec-other-links-item a:after {
          font-size: 1.125em;
          right: 3px; } }
#home .sec-other-links .sec-other-links-item-course a:before {
  content: "\e904"; }
#home .sec-other-links .sec-other-links-item-tv a:before {
  content: "\e907";
  font-size: 2em; }
  @media screen and (max-width: 640px) {
    #home .sec-other-links .sec-other-links-item-tv a:before {
      font-size: 5.4vw; } }
#home .sec-other-links .sec-other-links-item-gallery a {
  padding-left: 3.25em; }
  @media screen and (max-width: 640px) {
    #home .sec-other-links .sec-other-links-item-gallery a {
      padding-left: 2.4em; } }
#home .sec-other-links .sec-other-links-item-gallery a:before {
  font-size: 2em;
  content: "\f071"; }
  @media screen and (max-width: 640px) {
    #home .sec-other-links .sec-other-links-item-gallery a:before {
      font-size: 5.4vw; } }
@media screen and (max-width: 640px) {
  #home .sec-other-links .sec-other-links-item-playback a {
    padding-left: 2.7em; } }
#home .sec-other-links .sec-other-links-item-playback a:before {
  content: "\f091"; }

.sec-facebook-timeline-sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sec-facebook-timeline-sp {
      display: block;
      padding: 5% 5% 3%; } }

/*=============================
出場選手ページ
===============================*/
/*
list-player
-------------------------------*/
.list-player {
  margin: 10px 0; }
  .list-player ul {
    overflow: hidden; }
  .list-player li {
    background-color: #E4F1EA;
    width: 20.08%;
    float: left;
    padding: 10px 5px;
    text-align: center;
    border: 1px solid #fff;
    margin-left: -1px;
    margin-top: -1px; }

@media screen and (max-width: 768px) {
  .list-player li {
    width: 25%; } }
@media screen and (max-width: 640px) {
  .list-player li {
    width: 50%;
    font-size: 12px;
    padding: 5px; } }
/*=============================
大会プレイバックページ
===============================*/
/*
table
-------------------------------*/
#cat-playback .table-com th {
  width: 15%; }
#cat-playback .table-com td.name {
  width: 20%; }
#cat-playback .table-com a.btn {
  color: #fff; }

@media screen and (max-width: 768px) {
  #cat-playback .table-com td.colored a.btn {
    width: 50px;
    min-width: 50px;
    padding: 15px 0.5em; }
  #cat-playback .table-com td.colored .btn.fr-external-link:before {
    right: 18px; } }
/*
list-playback
-------------------------------*/
.list-playback {
  overflow: hidden;
  margin-left: -0.666666%;
  margin-right: -0.666666%; }
  .list-playback .playback-wrap {
    width: 23.75%;
    float: left;
    margin: 0 0.6% 40px;
    text-align: center; }
  .list-playback a.btn {
    min-width: auto !important;
    width: 80%;
    text-align: center;
    padding-right: 1.7em; }
  .list-playback dt {
    margin-top: 0.5em; }
  .list-playback .fr-crown {
    color: #B7A352;
    font-size: 20px; }
  .list-playback .year {
    color: #B7A352;
    font-family: 'Pinyon Script', cursive;
    line-height: 1;
    font-size: 32px; }
  .list-playback .name, .list-playback .place {
    font-family: Garamond, "Times New Roman", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .list-playback .name {
    font-size: 1.750em;
    line-height: 1.2; }
  .list-playback .place {
    font-size: 0.857em;
    margin-bottom: 1em; }

.mac .list-playback .name, place {
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif; }

/* 20250205追記（ボタン下揃え） */
.list-playback .playback-wrap dl {
  display: flex;
  flex-direction: column;
  min-height: 100%; /* 高さを均一にする */
}

.list-playback .playback-wrap dd:last-child {
  margin-top: auto; /* 最後の要素（ボタン）を一番下に配置 */
}
/* 20250205追記（ボタン下揃え） */

@media screen and (max-width: 768px) {
  .list-playback {
    margin-left: -0.875%;
    margin-right: -0.875%; }
    .list-playback .playback-wrap {
      width: 31.6%;
      margin: 0 0.8% 30px; }
    .list-playback .year {
      font-size: 24px; }
    .list-playback .name {
      font-size: 1.429em; }
    .list-playback .place {
      margin-bottom: 0.5em; }
    .list-playback a.btn {
      min-width: 100px;
      width: 100%;
      padding-left: 5px;
      padding-right: 15px; } }
@media screen and (max-width: 640px) {
  .list-playback {
    margin-left: -1.66666%;
    margin-right: -1.66666%; }
    .list-playback .playback-wrap {
      width: 46.333%;
      margin: 0 1.6% 20px; }
    .list-playback .year {
      font-size: 24px; }
    .list-playback .name {
      font-size: 1.429em; }
    .list-playback .place {
      margin-bottom: 0.5em; } }
/*=============================
アクセスページ
===============================*/
.dl-schedule {
  display: table;
  table-layout: fixed;
  width: 100%; 
  border-bottom: 1px white solid;
}
  .dl-schedule dd, .dl-schedule dt {
    display: table-cell;
    vertical-align: top;
    background-color: #F1F1F1;
    padding: 0.8em 0.5em;
    text-align: center;
    border-left: 1px solid #fff;
    line-height: 1.4;
      vertical-align: middle;
}
  .dl-schedule dd:first-of-type {
    border-left: none; 
      background-color: #E4F1EA;
}
/*=============================
TV ページ
===============================*/
#cat-course #cat-titie2 {
padding: 20px;
font-size: 2.143em;
font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
font-weight: bold;
color: white;
}
#cat-tv .main-container{
	padding-bottom:100px;
}
/*
IE用
---------------------------------*/
.ie8 .container {
  width: 1000px !important; }

html.ie8,
.ie8 body {
  overflow-x: scroll !important; }

.ie8 #menu-sm {
  display: none !important; }

.ie8 #func-menu-sm,
.ie8 #scrollUp {
  display: none !important; }

.ie8 #site-footer .logo {
  background-image: url(../images/footer-logo-ie.png); }
/*=============================
大会中止
===============================*/
.cancel{
width:100%;
background-color:#004573;
font-size:26px;
padding:10px;
color:#fff;
font-family: Garamond, "Times New Roman", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.cancel a{
display:block;
color:#fff;
text-decoration:none;
}

@media screen and (max-width: 767px) {
.cancel{font-size:16px;}
}
/*=============================
準備中
===============================*/
.junbi{
	text-align: center;
	margin-bottom: 100px;
}

/*=============================
ジャック動画/
===============================*/
.box_message{
	background: #fee7ec;
	margin-bottom: 45px;
	padding: 20px;
	
}

.ba_inner a:hover {
	opacity:0.7;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}

@media screen and (max-width: 768px){
	.box_message{
		padding: 20px 0;
	}
	.box_message .col-lg-7{
		margin-bottom: 15px;
	}
	.ba_inner a{
		width: 100%;
		display: block;
	}
	.ba_inner img{
		width: 100%;
	}
}
.top_bnr{
	margin-bottom: 20px;
}
.top_bnr img{
	width: 100%;
}
.top_bnr a:hover{
	opacity: 0.8 ;
}
/*=============================
30th記念ページ
===============================*/
#anniv .main-container{
    background:url('../../anniversary/images/bk.png') no-repeat;
    background-size:contain;
}
#anniv .container{
    text-align: center;
}
#anniv .main-container .main-container-in .container .sec1 img{
    max-width: 720px;
    width: 80%;
}
#anniv .intro{
    line-height: 2.6;
}
#anniv .container2{
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}
#anniv .container .sec2{

    text-align: left;
}

#anniv .main-container h1{
    position: relative;
}
#anniv .main-container h1::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 50px rgb(187, 172, 119);
}
#anniv h2 {
    font-weight: bold;
    font-size: 20px;
    color: #403e3e;
    margin-top: 3rem;
    background-image: repeating-linear-gradient(45deg, #403e3e 0, white 2px, transparent 2px, transparent 4px);
    background-repeat: no-repeat;
    background-size: 100% 15%;
    background-position: bottom;
}
	@media screen and (max-width: 768px){
		#anniv h1{
			margin-bottom: 30px;
		}
		#anniv h2 {
			margin-top: 1rem;
			font-size: 16px;
		}
		#anniv .main-container{
		    background-size:200%;
			background-position:right 50% top 0%;
		}

	}



/*=============================
ナビゲーション非アクティブ設定
===============================*/
/* 押せないナビ（PC・スマホ共通） */
.gnav li#gnav-tickets a,
.gnav li#gnav-access a,
.gnav li#gnav-tv a,
.gnav li#gnav-gallery a,
.gnav li#gnav-player a {
  pointer-events: none;   /* クリック・タップ無効 */
  cursor: default;
  opacity: 0.4;           /* 全体を薄く */
}

/* hover / active を無効化（SPのタップ対策） */
.gnav li#gnav-tickets a:hover,
.gnav li#gnav-access a:hover,
.gnav li#gnav-tv a:hover,
.gnav li#gnav-gallery a:hover,
.gnav li#gnav-player a:hover,
.gnav li#gnav-tickets a:active,
.gnav li#gnav-access a:active,
.gnav li#gnav-tv a:active,
.gnav li#gnav-gallery a:active,
.gnav li#gnav-player a:active {
  background-color: transparent;
  opacity: 0.4;
}

/* アイコン色 */
.gnav li#gnav-tickets a:before,
.gnav li#gnav-access a:before,
.gnav li#gnav-tv a:before,
.gnav li#gnav-gallery a:before,
.gnav li#gnav-player a:before {
  color: #aaa;
}

/* 文字色 */
.gnav li#gnav-tickets span,
.gnav li#gnav-access span,
.gnav li#gnav-tv span,
.gnav li#gnav-gallery span,
.gnav li#gnav-player span {
  color: #aaa;
}
