@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=IBM+Plex+Sans+JP:wght@400;500;600&family=Shippori+Mincho:wght@400;500;600&display=swap');
/*
==================================================
【PC】上ナビタイプ 目次
==================================================
basic - 共通基本設定
header - ヘッダー
nav - メインナビゲーション
home - トップページ用
news - ニュースページ用
subnav - サブナビページ用
schedule-calendar - スケジュールカレンダー
schedule-chart - スケジュール星取表
401,404,406 - エラーページ
footer - フッター
clearfix - クリアフィックス設定
rollover - 画像ロールオーバー設定
==================================================
*/
/* =============================================== */
/* basic - 共通基本設定 */
/* ----------------------------------------------- */
/* 画像のプリント禁止 */
/*@media print{
  img{display:none !important;}
}*/
/* リセット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: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  background-color: #e1f1f2;
  color: #333;
}
a:link {
  text-decoration: underline;
  color: #c00;
}
a:visited {
  text-decoration: underline;
  color: #c00;
}
a:active {
  text-decoration: underline;
  color: #c00;
}
a:hover {
  text-decoration: none;
  color: #c00;
  transition: 0.25s;
}
/* 画像関連 */
figure {
  margin: 0;
  padding: 0;
}
figcaption {
  font-size: 80%;
  text-align: center;
  margin: 0;
  padding: 0 0 5px 0;
  color: #666;
}
img {
  border: none;
  vertical-align: bottom;
}
figure img {
  max-width: 100%;
  height: auto;
  width /***/ : auto; /* 親要素の100% */
}
.image-container {}
.movie-container {}
.music-container {}
/* 配置 */
.left {
  float: left;
  margin: 0 10px 10px 0;
}
.center {
  float: none;
  margin: 0 0 10px 0;
}
.right {
  float: right;
  margin: 0 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: 1px #999 dotted;
}
.dashed {
  border-top: 1px #999 dashed;
}
.double {
  border-top: 3px #999 double;
}
/* ページレイアウト */
#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #4e5645;
}
#contents {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  clear: both;
  background-image: url("/replacement/bgContentsBottom2.png"), url("/replacement/bg02B.png"), url("/replacement/bgGreen01.jpg");
  background-position: bottom center, center 100px, top center;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  min-height: 1240px;
}
@media(min-width:1980px) {
  #contents {
    background-size: contain, auto, auto;
  }
}
#home-1 #contents {
  background-image: none, none, url("/replacement/bgGreen01.jpg");
}
#main-box {
  width: 900px;
  margin: 0 auto;
  padding: 50px;
  background-image: url("/replacement/bgWhite01.jpg");
  background-repeat: repeat;
}
#home-1 #main-box {
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: none;
}
#side-box {
  display: none;
}
/* メインコンテンツ部分(main-box内) */
.contents-title {
  width: 1000px;
  text-align: center;
  margin: 0 auto 40px;
  padding: 60px 0 40px 0.2em;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fae800;
  font-size: 50px;
  letter-spacing: 0.2em;
  background-image: none, url("/replacement/contentsTitle.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  line-height: 1.3;
  display: none;
}
.contents-title span {
  font-weight: 500;
  font-family: "IBM Plex Sans JP", sans-serif;
  display: block;
  font-size: 16px;
  color: #fbf7c7;
  letter-spacing: 2px;
}
#news-2 #titleNews {
  display: block;
}
#free-format-3 #titleIntro {
  display: block;
}
#free-format-4 #titleCast {
  display: block;
}
#free-format-5 #titleTicket {
  display: block;
}
#head {
  display: none;
}
article {
  margin: 0 auto;
  padding: 20px 0 20px 0;
  clear: both;
}
.subhead {
  font-size: 130%;
  padding: 42px 15px 40px;
  margin: 0 0 15px;
  clear: both;
  background-image: url("/replacement/subheadTop.png"), url("/replacement/subheadBottom.png");
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  text-align: center;
}
.packs {
  margin: 0;
  padding: 0 0 0 15px;
  width: calc(100% - 15px);
}
.column {
  margin: 0;
  padding: 0 15px 0 0;
  float: left;
  max-width: 870px;
}
/* バナー・ツイッター枠など(side-box内) */
.banner {
  width: 260px;
  margin: 0 auto 10px;
  padding: 0;
}
.twitter {
  margin: 0 auto 10px;
  background: #000;
}
/* ページトップ */
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  line-height: 1;
  z-index: 99;
}
#pagetop a {
  text-decoration: none;
  color: #000;
  text-align: center;
  display: block;
  opacity: 0.9;
  transition: all .3s ease;
  font-size: 56px;
}
#pagetop a:hover {
  text-decoration: none;
  opacity: .5;
}
/* =============================================== */
/* header - ヘッダー */
/* ----------------------------------------------- */
/* ヘッダー大枠 */
header {
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: url("/replacement/bgYellow01.jpg");
  background-position: top center;
  background-repeat: repeat;
  box-shadow: 0 4px 5px rgb(0 0 0 / 50%);
  position: relative;
  z-index: 9999;
}
/* ヘッダー内部 */
#header-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
/* 左部分(サイトタイトル) */
#header-left {
  display: none;
}
/* 右部分(用途に合わせて会員メニュー・SNSボタンなど) */
#header-right {
  display: none;
}
/* =============================================== */
/* nav - メインナビゲーション */
/* ----------------------------------------------- */
/* ナビ全体枠 */
nav {
  clear: both;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
}
/* 第一階層 */
#main-menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#main-menu::after {
  display: block;
  clear: both;
  content: '';
}
#main-menu li {
  position: relative;
  font-size: 125%;
  text-align: center;
  white-space: nowrap;
  padding: 10px 1em;
  display: inline-block;
}
#main-menu li a {
  display: inline-block;
  color: #000;
  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;
  color: #c00;
}
/* 第二階層 */
#main-menu .sub-menu {
  position: absolute;
  top: 100%;
}
#main-menu .sub-menu li {
  float: none;
  margin: 0;
  padding: 0;
}
#main-menu .sub-menu li a {
  display: block;
  padding: 1em 1.5em;
  font-size: 80%;
  font-weight: normal;
  text-align: left;
  background: #000;
}
#main-menu .sub-menu li a:link {
  text-decoration: none;
}
#main-menu .sub-menu li a:visited {
  text-decoration: none;
}
#main-menu .sub-menu li a:active {
  text-decoration: none;
}
#main-menu .sub-menu li a:hover {
  text-decoration: none;
  background: #666;
}
/* 第二階層のフェード設定 */
.sub-menu {
  visibility: hidden;
  opacity: 0;
  transition: .1s ease-in-out;
  transform: translateY(-20px);
}
#main-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
/* =============================================== */
/* home - トップページ用 */
/* ----------------------------------------------- */
/* メインビジュアル */
#main-visual {
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: url("/replacement/bgContentsBottom2.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: center;
}
@media(min-width:1980px) {
  #main-visual {
    background-size: contain;
  }
}
#main-visual img {
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
}
#visual-caption {
  margin: 2px 0 10px;
  padding: 0;
  font-size: 80%;
  text-align: center;
}
/* ニュースフィード（main-box内） */
#news-feed-index {
  margin: 0;
  padding: 15px 0 0;
  background-image: url("/replacement/bgYellow01.jpg");
  background-position: top center;
  background-repeat: repeat;
}
#news-feed-index ul {
  margin: 25px auto 0;
  width: 900px;
  padding: 120px 50px 0 50px;
  background-image: url("/replacement/feedTitle.png");
  background-position: top left;
  background-repeat: no-repeat;
}
#news-feed-index ul li{
  border-bottom: 1px dashed #000;
}
#news-feed-index h2 {
  font-size: 100%;
  margin: 0;
  padding: 15px 0;
  clear: both;
  font-weight: 500;
}
#news-feed-index span {
  display: inline-block;
  background-color: #000;
  color: #ffef10;
  padding: 5px 10px;
  margin-right: 10px
}
#news-feed-index h2 a:link {
  text-decoration: none;
  color: #000;
}
#news-feed-index h2 a:visited {
  text-decoration: none;
  color: #000;
}
#news-feed-index h2 a:active {
  text-decoration: none;
  color: #000;
}
#news-feed-index h2 a:hover {
  text-decoration: underline;
  color: #c00;
}
.thumbnail {
  width: 80px;
  float: left;
  padding: 5px 10px 5px 0;
}
.news-txt {
  padding: 5px 0 5px 0;
  font-size: 80%;
}
/* 先行バナー */
#paragraph-11 {
  height: 0;
  margin: 0;
  padding: 0;
}
.bannerSenko {
  position: fixed;
  top: 22px;
  right: 8px;
  z-index: 9999;
  padding: 10px 5px;
  font-size: 13px;
}
.bannerSenko span {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
a.btn_17 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  margin: auto;
  color: #fff;
  background: #c00;
  transition: 0.3s ease-in-out;
  padding: 15px 20px;
}
a.btn_17::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #000;
  transition: 0.2s;
}
a.btn_17:hover {
  background: #fff;
  color: #c00;
}
a.btn_17:hover::before {
  top: 0;
  left: 0;
}
/* =============================================== */
/* news - ニュースページ用 */
/* ----------------------------------------------- */
.news-page article {
  margin: 0 auto;
  padding: 20px 0 60px 0;
  clear: both;
}
.news-page .subhead {
  font-size: 100%;
}
/* 記事タイトル部分（subhead内） */
.date {
  font-size: 120%;
  display: block;
  color: #4e5645;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align: right;
  padding: 0 0 40px;
}
.headline a:link {
  text-decoration: none;
  color: #000;
}
.headline a:visited {
  text-decoration: none;
  color: #000;
}
.headline a:active {
  text-decoration: none;
  color: #000;
}
.headline a:hover {
  text-decoration: none;
  color: #c00;
}
/* 記事内カテゴリー */
.article-category {
  display: none;
}
/* プレビュー・ネクスト */
#pager {
  text-align: center;
  clear: both;
  margin: 30px 0;
  padding: 0;
}
#pager li {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 200%;
}
#pager li a:link {
  text-decoration: none;
  color: #4e5645;
  padding: 0;
  margin: 0 1em;
}
#pager li a:visited {
  text-decoration: none;
  color: #4e5645;
}
#pager li a:active {
  text-decoration: none;
  color: #4e5645;
}
#pager li a:hover {
  text-decoration: none;
  color: #676e62;
}
.disabled {
  display: none;
}
/* 最新記事・カテゴリー・アーカイブのリスト（side-box内） */
#new-entry {
  margin: 0 0 10px;
}
#category {
  margin: 0 0 10px;
}
#archive {
  margin: 0 0 10px;
}
.home-page #new-entry {
  display: none;
}
h4 {
  background: #000;
  color: #fff;
  font-size: 80%;
  padding: 3px 10px;
  margin: 0;
  border-radius: 0 8px 0 0;
}
.side-list {
  font-size: 80%;
  margin: 0 0 10px;
}
.side-list li {
  padding: 1em;
  margin: 0 10px;
  background: url('/imagesPC/allow01.gif') no-repeat 0 15px;
  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: #e81c4f;
}
/* =============================================== */
/* intro - イントロページ */
/* ----------------------------------------------- */
.empha01 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 160%;
  letter-spacing: 0.1em;
}
.marker {
  background-image: repeating-linear-gradient(-45deg, #f1e107 0, #fcf69f 2px, transparent 2px, transparent 4px);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.5em;
}
/* =============================================== */
/* caststaff - キャストスタッフページ */
/* ----------------------------------------------- */
.actor {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 210%;
  letter-spacing: 0.1em;
  text-align: center;
}
.accordion-item {
  margin-inline: auto;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.accordion-title {
  color: #000;
  cursor: pointer;
  font-size: 1em;
  padding: 7px;
  background-color: #f1e300;
  margin: 8px auto 20px;
  text-align: center;
  width: 230px;
  border: 2px solid #000;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 600;
  border-radius: 50px;
}
.accordion-content {
  display: none;
  padding: 0 0 50px;
}
.accordion-content p {}
/* タイトルの背景色 */
.accordion-item:nth-of-type(1) .accordion-title {}
.accordion-item:nth-of-type(2) .accordion-title {}
.accordion-item:nth-of-type(3) .accordion-title {}
/* コンテンツボックスの枠線 */
.accordion-item:nth-of-type(1) .accordion-content {}
.accordion-item:nth-of-type(2) .accordion-content {}
.accordion-item:nth-of-type(3) .accordion-content {}
/* 矢印 */
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 2px #000;
  border-top: solid 2px #000;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 30%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
.message {
  position: relative;
  display: inline-block;
  margin: 0.5em auto;
  padding: 20px 25px;
  min-width: 100%;
  max-width: 100%;
  font-weight: 400;
  font-size: 100%;
  text-align: left;
  background: #fff;
  border: solid 3px #fff;
  box-sizing: border-box;
  color: #333;
  line-height: 1.6;
  border-radius: 6px;
}
.message:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #fff;
  z-index: 1;
}
.profile {
  font-weight: 400;
  font-size: 0.85em;
  text-align: left;
  padding: 10px;
  line-height: 1.5;
}
.staff {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 180%;
  letter-spacing: 0.1em;
  text-align: center;
}
.staff span {
  font-size: 50%;
  font-weight: 400;
  display: block;
}
.staffList01 {
  text-align: center;
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 0;
}
.staffList01 li {
  display: inline-block;
  padding: 0.5em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4;
}
.job {
  font-size: 75%;
  font-weight: 400;
}
/* =============================================== */
/* schedule & ticket - 公演概要ページ */
/* ----------------------------------------------- */
.dateTxt {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 1.6em;
}
span.large {
  font-size: 160%;
}
.venueTxt {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 1.6em;
}
.linkBtn {
  text-align: center;
  padding: 0 0 0 15px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
}
.linkBtn a:link {
  text-decoration: none;
  background-color: #f1e300;
  padding: 4px 0.75em 2px;
  margin: 0 auto;
  line-height: 0;
  font-size: 0.4em;
  position: relative;
  top: -5px;
  border: 1px solid #000;
  color: #000;
}
.linkBtn a:visited {
  text-decoration: none;
  background-color: #f1e300;
  border: 1px solid #000;
  color: #000;
}
.linkBtn a:active {
  text-decoration: none;
  background-color: #f1e300;
  border: 1px solid #000;
  color: #000;
}
.linkBtn a:hover {
  text-decoration: none;
  background-color: #000;
  border: 1px solid #000;
  color: #f1e300;
}
/* sche - 星取表 */
#scheBox {
  width: 100%;
  margin: 0 auto 15px;
  border: solid 3px #a7a094;
  border-collapse: collapse;
}
#scheBox th {
  border: solid 1px #a7a094;
  background-color: #4e5645;
  height: auto;
  font-size: 85%;
  font-weight: 500;
  padding: 10px 0;
  line-height: 1;
  color: #e0e5db;
}
#scheBox th.month {
  width: 18%;
}
#scheBox td {
  border: solid 1px #a7a094;
  text-align: center;
  color: #c00;
  font-size: 1.4em;
}
/* チケット */
.playguideList {
  list-style: none;
  padding: 0 0 15px 0;
  font-size: 90%;
}
.playguideList li {
  padding: 15px 0;
  border-top: 1px dotted #999;
}
.playguideList li:first-child {
  border-top: none;
}
.purchase {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 70%;
  text-align: center;
  font-weight: 400;
}
.purchase span {
  display: block;
}
.senkoBox {
  border: 1px solid #c00;
  margin: 30px auto;
  padding: 0;
  text-align: center;
}
.senkoBox h6 {
  text-align: center;
  font-weight: 400;
  line-height: 1;
  font-size: 1em;
  margin: 0 0 20px;
  padding: 0;
  position: relative;
  top: -0.5em;
}
.senkoBox h6 span {
  color: #c00;
  padding: 5px 1em;
  border: 1px solid #c00;
  background-color: #feeded;
}
.senkoBox .purchase a:link {
  display: block;
  position: relative;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  margin: 5px 1em;
  transition: all 0.3s;
  font-weight: 400;
  border-radius: 100px;
  font-size: 100%;
  color: #fff;
  background: #c00;
  border: 1px solid #c00;
}
.senkoBox .purchase a:visited {
  text-decoration: none;
  color: #fff;
  background: #c00;
  border: 1px solid #c00;
}
.senkoBox .purchase a:active {
  text-decoration: none;
  color: #fff;
  background: #c00;
  border: 1px solid #c00;
}
.senkoBox .purchase a:hover {
  text-decoration: none;
  color: #c00;
  background: #feeded;
  border: 1px solid #c00;
}
.cautionList01 {
  padding: 0 2% 40px 5%;
  margin: 0 auto;
  list-style: disc;
  list-style-position: outside;
  font-size: 85%;
  width: 93%;
  max-width: 500px;
}
.cautionList01 li {}
.ippanBox {
  border: 1px solid #4e5645;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.ippanBox h6 {
  text-align: center;
  font-weight: 400;
  line-height: 1;
  font-size: 1em;
  margin: 0 0 20px;
  padding: 0;
  position: relative;
  top: -0.5em;
}
.ippanBox h6 span {
  color: #f9ec08;
  background-color: #4e5645;
  padding: 5px 1em;
  border: 1px solid #4e5645;
}
.ippanBox .purchase a:link {
  display: block;
  position: relative;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  margin: 5px 1em;
  transition: all 0.3s;
  font-weight: 400;
  border-radius: 100px;
  font-size: 100%;
  color: #f9ec08;
  background: #4e5645;
  border: 1px solid #4e5645;
}
.ippanBox .purchase a:visited {
  text-decoration: none;
  color: #f9ec08;
  background: #4e5645;
  border: 1px solid #4e5645;
}
.ippanBox .purchase a:active {
  text-decoration: none;
  color: #f9ec08;
  background: #4e5645;
  border: 1px solid #4e5645;
}
.ippanBox .purchase a:hover {
  text-decoration: none;
  color: #4e5645;
  background: #f9ec08;
  border: 1px solid #4e5645;
}
/* =============================================== */
/* 401,404,406 - エラーページ */
/* ----------------------------------------------- */
.error-page .column {
  margin: 0;
  padding: 0 15px 50px 0;
}
.error-page .pack p {
  padding: 30px 0 0;
  text-align: center;
}
/* =============================================== */
/* footer - フッター */
/* ----------------------------------------------- */
/* フッター大枠 */
footer {
  width: 100%;
  margin: 0;
  padding: 30px 0 50px;
  clear: both;
  color: #fff;
  background: #faf7e1;
  background-image: url("/replacement/bgYellow01.jpg");
  background-position: top center;
  background-repeat: repeat;
}
/* フッターメニュー */
#footer-menu {
  display: none;
}
/* フッター内部 */
#footer-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  clear: both;
}
/* 左部分(用途に合わせてバナー等) */
#footer-left {
  width: 250px;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 20px;
}
/* 中央部分(コピーライト等) */
#footer-center {
  width: 500px;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 20px;
}
#footer-center p {
  text-align: center;
  font-size: 90%;
  color: #000;
}
/* 右部分(mincへのリンク等) */
#footer-right {
  width: 250px;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 20px;
}
#footer-right p {
  text-align: right;
  margin: 0;
  padding: 105px 0 0;
  font-size: 70%;
}
#footer-right p a:link {
  text-decoration: none;
  color: #000;
}
#footer-right p a:visited {
  text-decoration: none;
  color: #000;
}
#footer-right p a:active {
  text-decoration: none;
  color: #000;
}
#footer-right p a:hover {
  text-decoration: underline;
  color: #000;
}
/* SNSボタン */
.snsBtn {
  padding: 15px 0;
  text-align: center;
}
.snsBtn li {
  font-size: 46px;
  font-weight: 400;
  padding: 0 10px;
  display: inline-block;
}
.snsBtn a:link {
  text-decoration: none;
  display: block;
  color: #000;
}
.snsBtn a:visited {
  text-decoration: none;
  color: #000;
}
.snsBtn a:active {
  text-decoration: none;
  color: #000;
}
.snsBtn a:hover {
  text-decoration: none;
  color: #c00;
}

.projectLogo{
  width: 100%;
  background-color: #e1f1f2;
  text-align: center;
  padding: 30px 0;
  margin: 0;
}
.projectLogo img{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
/* =============================================== */
/* 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);
}