@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
/*
==================================================
【SP】タイプ1 目次
==================================================
basic - 共通基本設定
header - ヘッダー
nav - メインナビゲーション
home - トップページ用
news - ニュースページ用
free&subnav - フリーフォーマット&サブナビページ用
footer - フッター
clearfix - クリアフィックス設定
rollover - 画像ロールオーバー設定
member - 会員ページ用
==================================================
*/
/* =============================================== */
/* basic - 共通基本設定 */
/* ----------------------------------------------- */
/* 画像のプリント禁止 */
@media print {}
/* リセットcss */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}
html, h1, h2, h3, h4, dl, dt, dd, ul, li, p, img {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
/* ボディ */
body {
  font-family: 'Open Sans', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #333;
  -webkit-text-size-adjust: 100%;
}
a:link {
  text-decoration: underline;
  color: #333;
}
a:visited {
  text-decoration: underline;
  color: #333;
}
a:active {
  text-decoration: underline;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #76c4f4;
}
/* 画像関連 */
figure {
  margin: 0;
  padding: 0;
}
figcaption {
  font-size: 75%;
  text-align: center;
  margin: 0;
  padding: 2px 0 5px 0;
  color: #666;
}
img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}
figure img {
  max-width: 100%;
  height: auto;
  width :auto;
}
.image-container {}
.movie-container {}
.music-container {}
/* 配置 */
.left {
  float: left;
  margin: 5px 10px 10px 0;
}
.center {
  float: none;
  margin: 5px 0 10px 0;
}
.right {
  float: right;
  margin: 5px 0 10px 10px;
}
figure.left {
  text-align: left;
  margin: 5px 10px 10px 0;
}
figure.center {
  text-align: center;
  margin: 5px 0 10px 0;
}
figure.right {
  text-align: right;
  margin: 5px 0 10px 10px;
}
/* 罫線 */
hr {
  height: 0;
  margin: 15px 0;
  padding: 0;
  border: 0;
  width: 100%;
}
.solid {
  border-top: 1px #999 solid;
}
.dotted {
  border-top: 2px #999 dotted;
}
.dashed {
  border-top: 2px #999 dashed;
}
.double {
  border-top: 3px #999 double;
}
small {
  font-size: 1.1rem;
  line-height: 1.3;
}
medium {
  font-size: 1.6rem;
  line-height: 1.3;
}
large {
  font-size: 1.8rem;
  line-height: 1.3;
}
.small {
  font-size: 1.1rem;
  line-height: 1.3;
}
.medium {
  font-size: 1.6rem;
  line-height: 1.3;
}
.large {
  font-size: 1.8rem;
  line-height: 1.1;
}

.red{color:#ea4651;}
/* ページレイアウト */
#wrapper {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
#contents {
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both;
}
#main-box {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
}
/* メインコンテンツ部分（main-box内) */
#contents-title {
  display: none;
  width: auto;
  max-width: 150px;
  font-size: 1.6rem;
  text-align: center;
  border: 3px solid #000;
  padding: 0.1rem 0.2rem;
  margin: 2rem auto 1.2rem;
  background: #fff;
  animation-name: fadex_left;
  animation-duration: 3s;
  animation-delays: 6s;
}
#head {
  font-size: 110%;
  text-align: center;
  background: #666;
  color: #fff;
  margin: -2px 0 0;
  padding: 10px;
  clear: both;
}
article {
  margin: 0 auto;
  padding: 20px 0;
  clear: both;
}
.subhead {
  font-size: 1.2rem;
  padding: 8px 20px;
  margin: 10px 0 15px;
  clear: both;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  background: #fff;
}
.packs {
  margin: 0;
  padding: 10px 12px 10px 12px;
}
.column {
  margin: 0 15px 0 0;
  padding: 0;
  float: left;
}
/* ページトップ */
#pagetop {
  z-index: 10000;
  position: fixed;
  bottom: 100px;
  right: 1%;
  animation: fuwafuwa 3s linear infinite;
  margin: 1rem 0 !important;
}
.note {
  color: #333;
  margin: 2em 0;
  font-weight: 500;
  border: solid 1px #333;
  padding: 0.3em 1em 2em 1em;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, .1);
}
.sen {
  font-weight: 500;
  background-color: #fff;
  background-image:
    linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #646464 100%);
  background-size: 100% 2em;
  line-height: 2em;
  padding: 2em 1em 0.2em 1em;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0)
  }
  33.3% {
    transform: translateY(-15px)
  }
  66.6% {
    transform: translateY(0)
  }
  100% {
    transform: translateY(0)
  }
}
/* =============================================== */
/* header - ヘッダー */
/* ----------------------------------------------- */
header {
  width: 100%;
  margin: 0;
  padding: 0;
  background: url('../imagesSP/headerbg.jpg') no-repeat center top;
}
#home-1 header {
  display: none;
}
#site-caption {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  text-align: center;
}
.home-page #site-caption {
  display: none;
}
#home-1 .index_mc .moimg {
  animation: spin 1.5s linear 5;
  transform-origin: center center;
}
.moimg {
  height: 350px;
  height: 329px;
  line-height: 329px;
  text-align: center;
  transition: 0.5s;
  transform: rotateZ(0deg);
}
.moimg:hover {
  transform: rotateZ(360deg);
}
@keyframes spin {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg)
  }
}
#site-title {
  float: right;
  width: 182px;
  margin: -3px 10px 0 0;
  text-align: right;
  animation-name: fadey2;
  animation-duration: 4s;
  animation-delays: 6s;
}
.home-page #site-title {
  display: none;
}
@keyframes fadey2 {
  0% {
    opacity: 0;
    transform: translateY(-100px)
  }
  80% {
    opacity: 0;
    transform: translateY(-100px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 4500ms;
  animation-delay: 4500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
    transform: rotate3d(0, 0, 1, 10deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -7deg);
    transform: rotate3d(0, 0, 1, -7deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
    transform: rotate3d(0, 0, 1, 10deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -7deg);
    transform: rotate3d(0, 0, 1, -7deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing2 {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing2;
  animation-name: swing2;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes swing2 {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 4deg);
    transform: rotate3d(0, 0, 1, 4deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -4deg);
    transform: rotate3d(0, 0, 1, -4deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing2 {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 4deg);
    transform: rotate3d(0, 0, 1, 4deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -4deg);
    transform: rotate3d(0, 0, 1, -4deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing3 {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing3;
  animation-name: swing3;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes swing3 {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 2deg);
    transform: rotate3d(0, 0, 1, 2deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -2deg);
    transform: rotate3d(0, 0, 1, -2deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 1deg);
    transform: rotate3d(0, 0, 1, 1deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -1deg);
    transform: rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing3 {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 2deg);
    transform: rotate3d(0, 0, 1, 2deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -2deg);
    transform: rotate3d(0, 0, 1, -2deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 1deg);
    transform: rotate3d(0, 0, 1, 1deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -1deg);
    transform: rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes burabura {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* =============================================== */
/* home - トップページ用 */
/* ----------------------------------------------- */
/* メインビジュアル */
#home-1 {
  margin: 0;
  padding: 0;
  position: relative;
}
#home-1 #main-box {
  width: 100%;
  margin: 0;
  padding: 0;
}
#home-1 #main-visual {
  width: 640px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  animation-duration: 3s;
  animation-delays: 3s;
  animation-name: blurfadein;
}
@keyframes blurfadein {
  0% {
    opacity: 0;
    filter: blur(30px);
  }
  30% {
    opacity: 0;
    filter: blur(30px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.index_logo {
  margin: 0;
  z-index: 999;
  position: absolute;
  width: 640px;
  height: 905px;
  padding: 0;
  animation-name: fadelogo;
  animation-duration: 4s;
  animation-delays: 6s;
}
@keyframes fadelogo {
  0% {
    opacity: 0;
    transform: translateY(100px)
  }
  50% {
    opacity: 0;
    transform: translateY(100px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
.fixed-bottom {
  position: fixed;
  bottom: 15px;
  left: 10%;
  height: 65px; background: url(../imagesSP/footerbg.jpg) no-repeat center center;
  animation-duration: 5s;
  animation-delays: 10s;
  animation-name: fadey;
  text-align: center;
  display: block;
  padding-top: 18px;
  font-size: 1.6rem;
  z-index: 999999;
  border: 1px solid #666;
  width: 80%;
  border-radius: 8px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .4);
  font-weight: 600;
}
.fixed-bottom a:link {
  text-decoration: none;
  color: #000;
  display: block;
}
.fixed-bottom a:visited {
  text-decoration: none;
  color: #000;
}
.fixed-bottom a:active {
  text-decoration: none;
  color: #000;
}
.fixed-bottom a:hover {
  text-decoration: none;
  color: #fff;
}
@keyframes fadey {
  0% {
    opacity: 0;
    transform: translateY(100px)
  }
  80% {
    opacity: 0;
    transform: translateY(100px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
/* ニュースフィード（main-box内） */

.side-list{
  font-size:0.8rem;
  margin: 0 ;
}

.side-list li{
  padding: 0px 15px 5px;
  margin: 0 3px;
  background: url('../../imagesPC/allow01.gif') no-repeat 0 5px;
  border-bottom: 1px dotted #999;
  font-weight: 400;
}
.side-list li a:link{text-decoration: none; color: #333;}
.side-list li a:visited{text-decoration: none; color: #333;}
.side-list li a:active{text-decoration: none; color: #333;}
.side-list li a:hover{text-decoration: none; color: #76c4f4;}


#news-feed-index {
  margin: 0 15px 15px;
  padding: 90px 20px 8px;
  background: url('../imagesSP/newsfeedbg2.png') no-repeat top left;
  border-bottom: 3px solid #000;
}
#news-feed-index li {
  clear: both;
  border-top: 1px dotted #666;
  padding: 0.5em 0;
}
#news-feed-index li:first-child {
  border-top: none;
}
#news-feed-index h2 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0;
  padding: 5px 0 10px;
}
.thumbnail {
  width: 160px;
  float: left;
  padding: 5px 15px 5px 0;
  background: transparent;
}
.news-txt {
  padding: 0 0 5px 0;
}

.btn-index {font-size: 1.6rem;width: 92%;
  display: inline-block;margin:0 auto;text-align: center;
  padding: 1em 1em;
  text-decoration: none;
  background: #c8e9f9;
  /*border-left: solid 10px #c8e9f9;左線*/
  color: #ff7c5c;/*文字色*/
  font-weight: bold;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn-index:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}


/* 記事内カテゴリー */
.article-category {
  clear: both;
  font-size: 1.2rem;
  text-align: left;
  padding: 0.5rem;
  margin: 0;
}
.article-category a:link {
  text-decoration: none;
  color: #000;
  padding: 0 0 0 70px;
  background: url('../imagesSP/allow-category.png') no-repeat left;
}
.article-category a:visited {
  text-decoration: none;
  color: #000;
}
.article-category a:active {
  text-decoration: none;
  color: #000;
}
.article-category a:hover {
  text-decoration: none;
  color: #63c0ab;
}
/* プレビュー・ネクスト */
#pager {
  text-align: center;
  clear: both;
  margin: 40px 0;
  padding: 0;
}
#pager li {
  display: inline;
  margin: 0;
  font-size: 90%;
  font-weight: bold;
}
#pager li a:link {
  text-decoration: none;
  color: #666;
  background: #ddd;
  padding: 10px 15px;
  margin: 0 1em;border-radius: 10px;
}
#pager li a:visited {
  text-decoration: none;
  color: #666;
}
#pager li a:active {
  text-decoration: none;
  color: #666;
}
#pager li a:hover {
  text-decoration: none;
  color: #63c0ab;
  background: #d3d3d3;
}
.disabled {
  display: none;
}
/* カテゴリー・アーカイブのリスト */
#category {
  padding: 0 1%;
  margin: 0 0 30px;
  width: 48%;
  float: left;
}
#archive {
  padding: 0 1%;
  margin: 0 0 30px;
  width: 48%;
  float: right;
}
h4 {
  margin-top: 6rem;
  color: #000;
  font-size: 1.2rem;
  padding: 4px 15px;
}
.side-list {
  font-size: 90%;
  margin: 5px 0;
}
.side-list li {
  margin: 0 0.7rem;
  padding: 0.2rem;
  line-height: 1.4;
}
.side-list li a:link {
  text-decoration: none;
  color: #666;
}
.side-list li a:visited {
  text-decoration: none;
  color: #666;
}
.side-list li a:active {
  text-decoration: none;
  color: #666;
}
.side-list li a:hover {
  text-decoration: none;
  color: #f00;
}
/* =============================================== */
/* free&subnav - フリーフォーマット&サブナビページ用 */
/* ----------------------------------------------- */
/* サブナビページ用のタブ */
.tab {
  width: 100%;
  margin: 20px auto;
  padding: 0;
  font-size: 110%;
  font-weight: 600;
  clear: both;
  text-align: center;
  display: table;
  table-layout: fixed;
}
.tab li {
  margin: 0 5px;
  background: #eee;
  display: table-cell;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.tab li a:link {
  text-decoration: none;
  color: #333;
  padding: 0.5em;
  display: block;
}
.tab li a:visited {
  text-decoration: none;
  color: #333;
}
.tab li a:active {
  text-decoration: none;
  color: #333;
}
.tab li a:hover {
  text-decoration: none;
  color: #63c0ab;
}
.tab .active {
  color: #63c0ab;
  background: #fedde5;
  padding: 1em;
  position: relative;
}
#tab-top .active:before {
  content: "";
  position: absolute;
  bottom: -60px;
  border: 30px solid transparent;
  border-top: 30px solid #fedde5;
  left: 50%;
  margin-left: -30px;
}
#tab-bottom .active:before {
  content: "";
  position: absolute;
  top: -50px;
  border: 30px solid transparent;
  border-bottom: 30px solid #fedde5;
  left: 50%;
  margin-left: -30px;
}
/* introducition */
/* ----------------------------------------------- */
#free-format-3 #contents-title, #free-format-4 #contents-title {
  display: none;
}
.marker_p {
  font-weight: 600;
  background: linear-gradient(transparent 60%, #faadd3 60%);
}
.marker_y {
  font-weight: 600;
  background: linear-gradient(transparent 60%, #fef486 60%);
}
.marker_b {
  font-weight: 600;
  background: linear-gradient(transparent 60%, #05e3fd 60%);
}
/* story */
/* ----------------------------------------------- */
#free-format-4 {}
/* cast */
/* ----------------------------------------------- */
#free-format-5 {}

article#paragraph-3 {
  margin: 0 auto;
  padding: 20px 0 0;
  clear: both;
}
article#paragraph-10 {
  margin: 0 auto;
  padding: 0px 0 0;
  clear: both;
}


/* staff */
/* ----------------------------------------------- */
#free-format-6 {}
/* ticket */
/* ----------------------------------------------- */
#free-format-7 #main-box small {
  font-size: 1.3rem;
}
#free-format-7 #main-box medium {
  font-size: 1.8rem;
}
#free-format-7 #main-box {
  margin: 2rem auto;
  line-height: 1.8;
  padding: 0;
  text-align: center;
}
#free-format-7 #main-box .packs {
  border: 1px solid #000;
  margin: 0.5rem;
  padding: 20px 5px 30px 20px;
  text-align: left;
}
#free-format-7 #main-box #paragraph-5 .packs {
  border: none;
  margin: 0;
  padding: 20px 5px 30px 20px;
  text-align: left;
}
#free-format-7 #main-box .ticket_midashi {
  width: 90%;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0.3rem 0.8rem 0.2rem;
  margin: 20px 0 15px;
  clear: both;
  border-left: 25px solid #faadd3;
  border-bottom: 2px solid #faadd3;
  border-top: 1px solid #faadd3;
  border-right: 1px solid #faadd3;

}
#free-format-7 #main-box .ticket_ {
  width: 90%;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0.3rem 0.8rem 0.2rem;
  margin: 20px 0 15px;
  clear: both;
  border-left: 25px solid #999;
  border-bottom: 2px solid #999;
  border-top: 1px solid #999;
  border-right: 1px solid #999;

}
.btn-ticket {width: 94%;
  position: relative;
  display: inline-block;
  padding: 1rem 0.8rem;
  margin: 0.8rem 0 0;
  text-decoration: none;
  color: #FFF;
  background: #fd9535; /*背景色*/
  border-bottom: solid 2px #d27d00; /*少し濃い目の色に*/
  border-radius: 4px; /*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}
.btn-ticket:link {
  color: #FFF;
  text-decoration: none;
}
.btn-ticket:visited {
  color: #FFF;
  text-decoration: none;
}
.btn-ticket:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}



/* =============================================== */
/* おすすめ */
/* ----------------------------------------------- */

#free-format-9 #main-box .packs{border-top:14px solid #eee;border-left:14px solid #eee;
  margin: 0 0 0 20px;
  padding: 30px;
  width : calc(100% - 30px) ;
width: 85%;
}

#free-format-9 #main-box .ticket_midashi{ 
  width: 90%;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0.3rem 0.8rem 0.2rem;
  margin: 20px 0 15px;
  clear: both;
  border-left: 25px solid #f6829d;
  border-bottom: 2px solid #f6829d;
  border-top: 1px solid #f6829d;
  border-right: 1px solid #f6829d;

}


#free-format-9 #main-box .ticket_{ 
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0rem 0.5rem 0.2rem;
  margin: 10px 0 10px;
  clear: both;
  border-left: 20px solid #999;
	border-bottom:2px solid #999;border-top:1px solid #999;border-right:1px solid #999;

}

#free-format-9 .marker_p{font-weight: bold;
background: linear-gradient(transparent 60%, #f7fbbf 60%);
}

/* =============================================== */
/* news - ニュースページ用 */
/* ----------------------------------------------- */
/* ニュース一覧ページ */
#news-2 {}

#news-2 article {
  margin: 0 auto;
  padding: 2rem 0 0 0;
  clear: both;
  font-weight: 500;
  font-size: 1.4rem;
  font-family: 'Open Sans', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.75;
}
#news-2 .clip {
  margin: 0 auto -2rem;
  text-align: center;
}
.news-list-page article a:link {
  text-decoration: none;
  color: #000;
}
.news-list-page article a:visited {
  text-decoration: none;
  color: #000;
}
.news-list-page article a:active {
  text-decoration: none;
  color: #000;
}
.news-list-page article a:hover {
  text-decoration: none;
  color: #7fcef1;
}
.news-list-page .subhead {
  padding: 20px 90px 20px 20px;
  margin:0;
  border-top: 1px solid #646464;
  border-bottom: 1px solid #646464;
}
#news-2 #contents {
  margin: 3rem auto;
  padding: 0;
  clear: both;
}
#news-2 #main-box {
  width: 90%;
  border: 1px solid #000;
  border-radius: 10px;
  color: #222;
  margin: 0 auto 3rem;
  font-weight: 500;
  padding: 1rem 1rem 4rem;
  background: url(../imagesPC/pen.png) no-repeat right bottom;
}
#news-2 .column {
  text-align: left;
}
#news-2 #main-box .date {
  font-family: 'Allura', cursive;
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  color: #333;
  text-align: left;
}
.headline {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
}
.headline a:link {
  text-decoration: none;
  color: #333;
}
.headline a:visited {
  text-decoration: none;
  color: #333;
}
.headline a:active {
  text-decoration: none;
  color: #333;
}
.headline a:hover {
  text-decoration: none;
  color: #76c4f4;
}
/*------------------------------
アコーディオン
------------------------------*/
.accordion {
  font-size: 1.8rem;
  width: 95%;
  margin: 0 auto 15px;
  text-align: center;
}
/* チェックボックスを非表示にする */
.accordion-hidden {
  display: none;
}
/* Question部分 */
.accordion-open {
  display: block;
  padding: 0.2rem 0.5rem;
  font-size: 1.6rem;
  background: #fff;
  color: #000;
  border: 3px solid #000;
  width: 95%;
  font-weight: 400;
  cursor: pointer;
  margin: 5px auto;
  text-align: center;
}
/* Answer部分は最初は表示しない */
.accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s; /* 表示速度の設定 */
}
/* チェックボックスにチェックが入ったらAnswer部分を表示 */
.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  font-size: 1.3rem;
  opacity: 1;
  text-align: left;
  padding: 1.5rem;
  line-height: 1.75;
  background: #fff;
}
/* =============================================== */
/* 401,404,406 - エラーページ */
/* ----------------------------------------------- */
/* =============================================== */
/* nav - メインメニュー（ページ下部） */
/* ----------------------------------------------- */
/* ハンバーガーメニューは別ファイル！ */
nav {
  clear: both;
  width: 640px;
  margin: 30px auto 15px;
  padding: 0;
  line-height: 1;
}
#main-menu {
  margin: 0;
  padding: 8px;
  list-style: none;
  /*background: #fff;*/
}
#main-menu::after {
  display: block;
  clear: both;
  content: '';
}
#main-menu li {
  /*float: left;*/
  margin: 10px;
  text-align: center;
}
#main-menu li a {
  display: inline-block;
  padding: 20px 0;
  color: #000;
  font-size: 2rem;
  line-height: 2rem;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
  background: #fff;
  border: 2px solid #000;
}
#main-menu li a:link {
  text-decoration: none;
}
#main-menu li a:visited {
  text-decoration: none;
}
#main-menu li a:active {
  text-decoration: none;
}
#main-menu li a:hover {
  text-decoration: none;
}
#main-menu #main-nav7 a {
  font-size: 1.4rem;
  line-height: 2rem;
}
#main-menu #main-nav8 a {
  font-size: 1.4rem;
  line-height: 2rem;
}
#main-menu #main-nav9 a {
  font-size: 1.4rem;
  line-height: 2rem;
}
/* =============================================== */
/* footer - フッター */
/* ----------------------------------------------- */
/* twitterウィジェットやバナーなど */
aside {
  width: 100%;
  float: right;
  margin: 20px 0 0;
  padding: 0 0 15px;
}
.twitter {
  width: 600px;
  margin: 0 auto 15px;
}
.banner {
  width: 600px;
  text-align: center;
  margin: 0 auto 20px;
  padding: 0;
  clear: both;
}
.banner li {
  width: 600px;
  display: inline;
  margin: 0;
  padding: 5px;
}
/* フッター大枠 */
footer {
  font-size: 1.2rem;
  width: 100%;
  margin: 0 auto;text-align: center;
  padding: 15px 0 100px;
  clear: both;
  background: url('/imagesPC/footerbg.jpg') no-repeat center bottom;
  color: #000;
}
footer a:link {
  text-decoration: none;
  color: #000;
}
footer a:visited {
  text-decoration: none;
  color: #000;
}
footer a:active {
  text-decoration: none;
  color: #000;
}
footer a:hover {
  text-decoration: none;
  color: #000;
}
footer p {
  padding: 0.5rem 1rem 0;
}

/* 左部 */
#footer-left{
  width:500px;
  margin: 0 auto;
  padding:0.5rem 0 3rem;
 text-align:center;
}



/* shere links */
.share {
  margin: 1rem;
  text-align: left;
}
.share .sh {
  font-size: 1.5rem;
  margin-right: 1rem;
}
.share i {
  font-size: 3rem;
  margin-right: 1rem;
}
.share a, .share a:visited {
  color: #000;
  text-decoration: none;
}
.share a:hover, .share a:focus {
  color: #63c0ab;
  text-decoration: none;
}
.social-links {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 0.8rem;
}
.social-links li {
  width: 80px;
  display: inline-block;
  padding: 0;
  margin: 0 5px 0 3px;
}
/* =============================================== */
/* clearfix - クリアフィックス設定 */
/* ----------------------------------------------- */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
/* =============================================== */
/* rollover - 画像ロールオーバー設定 */
/* ----------------------------------------------- */
a:hover img {
  -moz-opacity: 0.80;
  opacity: 0.80;
  filter: alpha(opacity=80);
}
nav a:hover img {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0)
  }
  33.3% {
    transform: translateY(-15px)
  }
  66.6% {
    transform: translateY(0)
  }
  100% {
    transform: translateY(0)
  }
}
@keyframes bgiLoop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 500px -500px;
  }
}
@keyframes flash_anim {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
@keyframes fadex_left {
  0% {
    opacity: 0;
    transform: translateX(-50px)
  }
  80% {
    opacity: 0;
    transform: translateX(-50px)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
@keyframes fadex_right {
  0% {
    opacity: 0;
    transform: translateX(50px)
  }
  80% {
    opacity: 0;
    transform: translateX(50px)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
/* ----------------------------------------------------------- */
/* Preloader
-------------------------------------------------------------- */
#loader-bg {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999999999;
}
#loader {
  font-family: 'Didact Gothic', sans-serif;
  font-weight: normal;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 71px;
  height: 71px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  color: #999;
  z-index: 9999999999;
}