@charset "utf-8";

@media screen and (max-width: 640px) {

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

　　スマホ画面 共通設定

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


/*  全体 共通設定
---------------------------------------------*/

body {
  font-size: 1.6em;
}
	
.mediaPC { display:none !important; }	
.mediaSP { display:block !important; }	

body.no-scroll {
  overflow-y: hidden;
}

/*  画像 共通設定
-------------------------- */

/* スマホ用画像 */

.imgSP,
img.imgSP {
  display: inline;
}

p.imgSP,
div.imgSP {
  display: block;
}

.imgPC {
  display: none;
}

.brSP {
	display:block;
}

.brSPNone {
	display:none;
}
	
/*  youtube レスポンシブ 設定
-------------------------- */
.youtuBox {
    position: relative;
    padding-bottom: 56.25%;
	text-align:left;
    height: 0;
}

.youtuBox iframe {
	display:inline-block;
    position: absolute;
    top: 0;
	right:0;
    width:100%;
	height:100%;
}


/*  アイコン　設定
-------------------------- */

/* -- 矢印白文字 -- */

.btnArwWhite:before {
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  background: none;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  content: "";
}


/* 　コンテナー　レイアウト設定
---------------------------------------------*/

#container {
  padding-top: 50px;
}

.boxInner,
#header .boxInner {
  width: 100%;
}


/* 　ヘッダー 共通設定
---------------------------------------------*/

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  border-top: 6px solid #0081b6;
  border-bottom: 1px solid #0081B6;
  background: #fff;
  width: 100%;
}

#header {
  height: 70px !important;
}

#header > .boxInner {
  height: 54px !important;
}

/* ------ サイトロゴ ------ */

#header #ttlSiteLogo {
  position: static !important;
  top: auto;
  left: auto;
  margin-left: 0;
  padding-top: 8px;
  text-align: left;
}

#header #ttlSiteLogo a {
  background-image: url(../img/common/header/ttl-logo-smp.png);
  background-size: 100%;
  width: 220px;
  margin: 0 auto;
}

/* ------ グローバルナビ ------ */

#header #boxGlobalNav .imgSP .btnOpen {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 10px 20px;
  cursor: pointer;
}

#header #boxGlobalNav .imgSP .btnOpen img {
  width: 32px;
}

#header #boxGlobalNav .imgSP .btnClose {
  background: #0081b6;
  padding: 8px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

#header #boxGlobalNav .imgSP .btnClose:before {
  position: relative;
  content: "\25B2";
  padding: 0 7px 0 0;
}

#header #boxGlobalNav .imgSP dd {
  transition: all 0.4s;
  opacity: 1;
  position: absolute;
  top: 54px;
  left: 0;
  z-index: 100;
  width: 100%;
  font-weight: bold;
  font-size: 0.8em;
  text-shadow: none;
  letter-spacing: 0;
  overflow-y: scroll;
  height: 600px;
}

#header #boxGlobalNav .imgSP dd > ul > li {
  float: none;
  border-bottom: 1px solid #0f1b6e !important;
  background: none;
  width: auto;
  height: auto;
  padding: 0;
}

#header #boxGlobalNav .imgSP dd > ul >  li a {
  position: relative;
  transition: all 0.4s ease;
  display: block;
  background: #fff;
  padding: 10px 13px !important;
  text-align: left;
}

#header #boxGlobalNav .imgSP dd > ul > li > a span {
  background: none;
  width: 100% !important;
  height: auto;
  text-indent: inherit;
  overflow: auto;
  white-space: inherit;
  color: #0f1b6e;
}

#header #boxGlobalNav .imgSP dd > ul > li > a span:before {
  position: relative;
  top: 8px;
  float: left;
  border-radius: 10px;
  background: #0f1b6e;
  width: 8px;
  height: 8px;
  margin: 0 10px 0 0;
  content: "";
}

#header #boxGlobalNav .imgSP dd > ul > li > a:after {
  position: relative;
  float: right;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  border-top: 1px solid #0f1b6e;
  border-right: 1px solid #0f1b6e;
  width: 12px;
  height: 12px;
  margin-top: 6px;
}

#header #boxGlobalNav .imgSP dd > ul > li > a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #ecf7fb !important;
}

/* 閉じた時 */
#header #boxGlobalNav .imgSP .boxMenu {
  height: 0;
  opacity: 0;
  z-index: -200;
}

#header #boxGlobalNav .imgSP .boxMenu li,
#header #boxGlobalNav .imgSP .boxMenu li a,
#header #boxGlobalNav .imgSP .boxMenu .btnClose {
  display: none;
}

#header #boxGlobalNav .imgSP .boxSNS {
  background-color: #FFFFFF;
  padding-top: 18px;
  padding-bottom: 18px;
}
  
#header #boxGlobalNav .imgSP .boxSNS > ul > li {
  margin-left: 20px;
}

/* スクロールナビ */
#header #boxGlobalNav #boxScrollNav {
  display: none !important;
}

/* tiget */
#header #headTigetSp {
    background-color:#FFF;
}
	
#header #headTigetSp a {
	display:block;
	position:relative;
	padding:10px 0;
    background-color:#368080;
}
	
#header #headTigetSp a::before {
	display:block;
	content:"▶︎";
	position:absolute;
	top:50%;
	left:5%;
	color:#FFF;
	transform:translateY(-50%);
}

/*  コンテンツ 共通設定
---------------------------------------------*/

#content,
#project {
  display: block;
  padding-bottom: 0;
  line-height: 2.4em;
  font-size: 0.8em;
}

#content img {
  max-width: 100%;
  max-height: 100%;
}

#division,
#main {
  margin-bottom: 60px;
  padding: 10px;
}

#division:before {
  display: none;
}

#division #main,
#main {
  width: 100%;
  margin-right: 0;
}

#division #main {
  padding: 0;
}


/* -------- パンくず -------- */

.boxBreadcrumb {
  display: none;
}

/* -------- メインタイトル -------- */

#maintitle,
.boxMainTitle {
  margin-bottom: 0;
  padding: 20px 10px 10px;
}

#maintitle .ttlMain,
.boxMainTitle .ttlMain {
  margin-bottom: 14px;
  /*font-size: 1.3em;*/
  font-size:160%;
  line-height:1.4em;
}
	
.ttlMain > span {
  font-size:65%;
  line-height:1.3em;
}

.boxTicketBtn p.pcbtn {
	display:none!important;	
}

.boxTicketBtn p.spbtn {
	display:block!important;
}
  
/*チケット完売*/
p.spbtnSoldout {
  background: #ccc;
  color:#fff;
  padding:4px 15px 4px 10px;
  border-radius: 2px;
}

  p.pcbtnSoldout {display: none!important;}
  
/* -------- アコーディオン・メニュー -------- */

.boxAcc .btnAcc {
  display: block;
  border: 3px solid #0081b6;
  background: #0f1b6e;
  margin-bottom: 10px;
  cursor: pointer;
}

.boxAcc .boxAccCont {
  display: none;
  padding: 0 10px 30px 10px;
}

/* -- アコーディオン・ボタン箇所 -- */

.boxAcc .btnAcc {
  position: relative;
  background: #0081b6;
  padding: 8px 45px 8px 10px;
  color: #fff;
  font-size: 1.15em;
  cursor: pointer;
}

/* -- [＋] ボタン　-- */

.boxAcc .btnAcc .icnAcc {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  overflow: hidden;
  width: 24px;
  height: 24px;
  margin: -12px 0 0;
}

.boxAcc .btnAcc .icnAcc img {
  height: 52px;
  max-height: 52px !important;
}

/* -- [－]ボタン -- */

.boxAcc .btnAcc.on .icnAcc img {
  margin: -28px 0 0;
}

/* -------- バナー 50/50 -------- */
.twoBnr {}

.twoBnr li {
	box-sizing:border-box;
	float:none;
	width:100%;
}

.twoBnr li:last-child{
	border-top:none;
	border-left:1px solid #00b0ec;
}
	
.oneBnr li {
	box-sizing:border-box;
	width:100%;
}

.severalBnr {
  row-gap: 12px;
}

.severalBnr li:nth-child(even) {
  border-left: 1px solid #0f1b6e;
}

/*  サイド 共通設定
---------------------------------------------*/

#division #side {
  display: none;
}

.ticket_btn > a {
  background-image: none;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  position: fixed;
  bottom: 0;
  left: 0;
  top: auto;
  color: #fff;
  padding: 0.8em 2em 0.8em 2em;
  border-radius: 0;
}

.ticket_btn > a::before {
  content: "";
  background-image: url("/festa/commonfiles/img/common/icon/ico_ticket.png");
  display: inline-block;
  padding-right: 0.5em;
  width: 2.2em;
  height: 2em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  top: 0.4em;
}

html .ticket_btn { opacity: 1; }
html.is-scrollEnd .ticket_btn {
  opacity: 0;
  transition: display 2s linear;
}

/*  フッター 共通設定
---------------------------------------------*/

#footer {
  position: inherit;
  left: inherit;
  bottom: inherit;
  height: auto;
  font-size: 0.8em;
}

/* ---------- フッター上部 ---------- */

#footer #footerTop .boxInner {
  padding: 0;
}

#footer #footerTop #btnPageTop {
  margin-left: 0 !important;
  right: 10px !important;
  bottom: 10px !important;
  width: 35px;
  height: 35px;
}

#footer #footerTop #btnPageTop img {
  width: 100%;
  height: 100%;
}

#footer #footerTop #btnPageTop.fxd {
}

#footer #footerTop #btnPageTop.btm {
  position: static;
  top: -55px !important;
  left: 50% !important;
  margin-left: -18px !important;
}

#footer #footerTop .boxCateNav {
  overflow: hidden;
  margin: 0;
  height: auto;
}

#footer #footerTop .boxCateNav ul {
  display: block;
  width: 101%;
}

#footer #footerTop .boxCateNav li {
  display:inline-block;
  vertical-align: top;
  border-top: 1px solid #036eb8;
  border-right: 1px solid #036eb8 !important;
  width: 50%;
  height: auto;
  margin-left: -5px;
  padding: 0;
  text-align: left;
  border-left:none;
}

    #footer #footerTop .boxCateNav li:last-child {
        border-left: 1px solid #036eb8 !important;
    }

#footer #footerTop .boxCateNav li.imgSP {
  display: inline-block;
}

#footer #footerTop .boxCateNav li span {
  padding: 1px 0 1px 21px;
}
	
#footer #footerTop .boxCateNav li a {
  display:block;
  background-position: 10px 16px;
  background-size: 14px 14px;
  padding: 14px 20px;
  margin-left:2em;
  text-indent:-2em;
  font-size: 0.8em;
}

#footer #footerTop .boxSiteNav {
  border-top: 1px solid #036eb8;
  height: auto;
  margin-bottom: 0;
  padding: 15px 15px 5px 15px;
  font-size: 0.75em;
}

#footer #footerTop .boxSiteNav ul {

}


/* ---------- フッター下部 ---------- */

#footer #footerBtm {
  border-top: 1px solid #036eb8;
  background: none;
}

#footer #footerBtm .boxInner {
  padding: 10px 10px 15px;
  letter-spacing: 0;
}

#footer #footerBtm .boxInfo {
  margin-bottom: 10px;
  text-align: center;
}

#footer #footerBtm .boxInfo .txtInfo {
  line-height: 26px;
  font-weight: normal;
  font-size: 0.75em;
  margin-left:0px;
}

#footer #footerBtm .boxInfo .txtInfo img {
 /* height: 10px;*/
}

#footer #footerBtm .boxInfo .txtCopyright {
  display: none;
}

#footer #footerBtm .boxLogo {
  position: static;
  top: auto;
  right: auto;
  margin-bottom: 0;
  text-align: center;
}

#footer #footerBtm .boxLogo img {
  height: 30px;
}

#footer #footerBtm .boxSNS li img {
  height: 16px;
}

#footer #footerBtm .txtCopyright.imgSP {
  display: block;
  background: #0081B6;
  padding: 10px 10px 12px;
  font-weight: normal;
  font-size: 0.65em;
  color: #fff;
}

#footer .boxInfo dl { width:100%;}
#footer .boxInfo dt { width: 10%;}
#footer .boxInfo dd { width: 90%;}


}
