@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background: #fff;
	font-size: 16px;
	line-height: 1.6;
}
h1 {margin: 0;}
h2 {margin: 0;}
h3 {margin: 0;}
h4 {margin: 0;}
h5 {margin: 0;}
img {
	height: auto;
}

.an_scl{ opacity: 0; }

/*------------------------
    テキスト装飾
--------------------------*/
.txt-midashi {
	padding-top: 10px;
	color: #ec9898;
	font-size: 22px;
	line-height: 1.6;
	font-weight: 400;
	font-family: century-gothic, sans-serif;
}
.txt-coming {
	padding-top: 30px;
	color: #000;
	font-size: 28px;
	line-height: 1.6;
	font-weight: 400;
	font-family: century-gothic, sans-serif;
}
.txt-small {
	font-size: 13px;
	line-height: 1.3;
}
.txt-normal {
	font-size: 16px;
	line-height: 1.6;
}
.txt-price {
	font-size: 22px;
	line-height: 1.6;
	font-weight: 600;
}
.txt-subject {
	font-size: 22px;
	line-height: 1.6;
	font-weight: 600;
}

/*------------------------
    コンテンツ
--------------------------*/

.midashi  {
	margin-top: 70px;
	margin-left: auto;
    margin-right: auto;
	width: 1150px;
	text-align: left;
}
.midashi img  {
	width: 100%;
}

.cbox {
    padding: 0px;
	margin-top: 30px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 100px;
	width: 980px;
	text-align: center;
}
.cbox p {
    padding-top: 15px;
}
.cbox img  {
	width: 100%;
}

.cbox-second {
    padding: 0px;
	margin-top: 30px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 100px;
	width: 980px;
	text-align: left;
}
.cbox-second p {
    padding-top: 15px;
}
.cbox-second img  {
	width: 100%;
}
.ticket-img{
	float: left;
	width: 250px;
	margin-top: 20px;
	margin-right: 20px;
}
.ticket-img img{
	width: 100%;
	padding-bottom: 10px;
}

.insta{
	float: left;
	width: 470px;
}
.insta img{
	width: 100%;
	margin-top: 20px;
}

.twitter{
	width: 470px;
	float: right;
}

.cbox-second hr{
	height: 1px;
    background:linear-gradient(to left, #e9f0f4, #f7c8c8);
    border: none;
	width: 98%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 30px;
	margin-bottom: 18px;
}
.cbox-second a:link {
	color:#BC7A7B;
	text-decoration: none;
	outline: none;
}	
.cbox-second a:visited {
	color:#BC7A7B;
	text-decoration: none;
	outline: none;
}
.cbox-second a:hover{
	color:#D1D1D1;
	text-decoration: none;
	outline: none;
}
.cbox-second a:focus {
	color:#D1D1D1;
	text-decoration: none;
	outline: none;
}

/*------------------------
　グッズ　cbox-goods
--------------------------*/
.cbox-goods {
    padding: 0px;
	margin-top: 30px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 100px;
	width: 980px;
	text-align: center;
}
.goods_per{
    width: 100%;
    padding: 0px;
	text-align: center;
    border-left: 4px solid #f8d3d3;
    border-right: 4px solid #e7f0f7;
	display: inline-block ;
}
.goods_per::before,
.goods_per::after{
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(to right, #f8d3d3 0%, #e7f0f7 100%);
}
.goods_per{width: 47%; margin-bottom: 25px; margin-right: 25px; display: inline-block; vertical-align: top; position:relative; }

.goods_img{
	padding: 20px;
}
.goods_txt{
	height: 130px;
	padding: 0 10px 20px;
}
.goods_txt_b{
	height: 130px;
	padding: 0 10px 20px;
}
.goods_name {
  position: relative;
  padding: 0 10px;
  text-align: center;
	font-size: 22px;
	line-height: 1;
	font-weight: 400;
	color: #e1b1b1;
}
.goods_name:before {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background:  linear-gradient(to right, #f8d3d3 0%, #e7f0f7 100%);
}
.goods_name span {
  position: relative;
  padding: 0 0.5em;
  background: #fff;
}



.goods_price {
	padding: 4px 0 0 2px;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 400;
	color: #c7cee2;
}
.cbox-goods img {
	max-width: 100%;
}
.goods_kikaku{
	padding: 10px 0 0 2px;
	font-size: 14px;
	line-height: 1.4;
}
.goods_l_per{
    width: 100%;
    padding: 0px;
	text-align: center;
    border-left: 4px solid #f8d3d3;
    border-right: 4px solid #e7f0f7;
	display: inline-block ;
}
.goods_l_per::before,
.goods_l_per::after{
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(to right, #f8d3d3 0%, #e7f0f7 100%);
}
.goods_l_per{float: left; width: 952px; margin-bottom: 25px; margin-right: 0%; display: inline-block; vertical-align: top; position:relative; }
.txt-small_goods {
	font-size: 12px;
	line-height: 1;
}
/*------------------------
    Gナビ
--------------------------*/

.grandMenu {
	width: 100%;
	height: 60px;
	opacity: 0.9;
	margin-top: -60px;
	background:linear-gradient(to left, #e9f0f4, #f7c8c8);
	z-index: 2;
}
.grandMenu ul {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 90px;
	padding: 0;
	font-family: century-gothic, sans-serif;
	width: 950px;
	font-weight: 400;
	font-style: normal;
}
.grandMenu li {
	font-size: 17px;
	margin: 0;
	line-height: 60px;
	height: 60px;
	list-style: none;
	width: auto;
}
.grandMenu li a {
	color: #000000;
	font-size: 17px;
	text-decoration: none;
	height: 60px;
	width: auto;
	letter-spacing: 0.1em;
}
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	margin-top: 0px;
	opacity: 0.95;
}

/*------------------------
    ハンバーガーメニュー
--------------------------*/

.menu-btn{
	position: fixed;
 	top: 10px;
	right: 10px;
	z-index: 2000;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f7c8c8;
	color: #fff;
	ont-size: 20px;
}

.menu{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background:linear-gradient(to left, #e9f0f4, #f7c8c8);
}
.menu__item{
	width: 100%;
	height: auto;
	padding: .5em 1em;
	text-align: center;
	color: #000;
	box-sizing: border-box;
	font-family: century-gothic, sans-serif;
	font-size: 18px;
	line-height: 32px;
}

/* アニメーション前のメニューの状態 */
.menu{
	transform: translateX(100vw);
	transition: all .3s linear;
}
/* アニメーション後のメニューの状態 */
.menu.is-active{
	transform: translateX(0);
}

@media screen and (min-width: 750px) {
.menu-btn {display: none}
}
/*------------------------
    ボタン
--------------------------*/
.btn {
	text-align: center;
	padding-top: 40px;
}
.btn-open {
  display: inline-block;
  width: 330px;
  height:70px;
  text-align: center;
  background-color: #000000;
  font-size: 18px;
  line-height: 72px;
  color: #FFF;
  border: 1px solid #000000;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0.5;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn-open:hover{
  color: #000000;
}
.btn-open:hover:after{
  height: 500%;
  opacity: 1;
}

.btn-mini {
	padding-top: 10px;
}
.btn-pink {
  display: inline-block;
text-align: center;
  width: 170px;
  height:30px;
  background-color: #fde8e8;
  font-size: 14px;
  line-height: 30px;
  color: #000;
  border: 1px solid #fde8e8;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-pink:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0.5;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn-pink:hover{
  color: #000000;
}
.btn-pink:hover:after{
  height: 500%;
  opacity: 1;
}




/*------------------------
    テーブル
--------------------------*/
#sche{
	width: 900px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
    margin-right: auto;
}
#sche table{
	width: 100%;
	border-collapse: collapse;
	border: solid #CCC;
	border-width: 1px;
}
#sche table tr th,
#sche table tr td{
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
	border: solid #CCC;
	border-width: 1px;
	padding: 10px;
}
#sche table tr th{
	background: #fde8e8;
}
#sche hr{
	height: 1px;
    background-color: #CCC;
    border: none;
	width: 92%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 2px;
	margin-bottom: 5px;
}
/*------------------------
    テーブル サイズ
--------------------------*/
#size{
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
    margin-right: auto;
}
#size table{
	margin: 20px 0;
	width: 100%;
	border-collapse: collapse;
	border: solid #CCC;
	border-width: 1px;
}
#size table tr th,
#size table tr td{
	padding: 0.3em;
	text-align: center;
	vertical-align: middle;
	border: solid #CCC;
	border-width: 1px;
	padding: 10px;
}
#size table tr th{
	background: #fde8e8;
}
#size hr{
	height: 1px;
    background-color: #CCC;
    border: none;
	width: 92%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 2px;
	margin-bottom: 5px;
}





/*------------------------
    ヘッダー
--------------------------*/
header {
	min-width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	height: 800px;
	background: #ffffff url("../img/bg_top_1211.jpg") no-repeat;
	background-size:cover;
	display:block;
	position:relative;
}
@media screen and (min-width: 1400px) {
header {height: 900px;}
}
@media screen and (min-width: 1800px) {
header {height: 100vh;}
}

/*------------------------
    サイトロゴ
--------------------------*/
.siteTitle {
	width: 410px;
	margin-left: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	}
@media screen and (min-width: 1400px) {
.siteTitle {margin-left: 220px; width: 480px;
	}
}
@media screen and (min-width: 1800px) {
.siteTitle {margin-left: 300px; width: 580px;}
}

.siteTitle img {
	width: 100%;
	}




/*------------------------
    テキストリンク
--------------------------*/

.grandMenu a{
  text-decoration: none;
  transition: 0.5s ease 0s;
}
.grandMenu a:hover{
  opacity: 0.2;
}




/*------------------------
    フッター
--------------------------*/

footer {
	margin: 70px auto 20px;
	text-align: center;
	position:relative;
	display: block;
}

footer a {
	transition: 0.5s ease 0s;
}
footer a:hover {
	opacity: 0.4;
}

.copy {
	margin: 10px;
	font-size: 12px;
	color: #777;
}

ul.share-buttons{
  list-style: none;
  padding: 10px;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/*------------------------
    マテリアルアイコン
--------------------------*/

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../font/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../font/MaterialIcons-Regular.woff2) format('woff2'),
    url(../font/MaterialIcons-Regular.woff) format('woff'),
    url(../font/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  
  display: inline-flex;
  vertical-align: middle;
}


/*------------------------
    スマホ対応
--------------------------*/

@media only screen and (max-width: 750px) {
body {
	font-size: 14px;
}
header {
	min-width: 100%;
	width: 100%;
	height: 380px;
	background: #ffffff url(../img/bg_top_1211_sp.jpg) no-repeat;
	background-size:cover;
}
.siteTitle {
	width: 185px;
	margin-left:0px;
	margin-top: 30px 
	position: absolute;
	top: 50%;
	left: 72%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	}

.grandMenu {
	display: none;
}
.midashi  {
	margin-top: 30px;
	width: 100%;
}

.cbox {
    padding: 0px;
	margin-top: 10px;
	margin-bottom: 70px;
	width: 96%;
}
.cbox p {
    padding-top: 10px;
}

.cbox-second {
    padding: 0px;
	margin-top: 10px;
	margin-bottom: 70px;
	width: 96%;
}
.cbox-second p {
    padding-top: 15px;
}
.cbox-second img  {
	width: 100%;
}
.ticket-img{
	float: none;
	width: 96%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.ticket-img img{
	width: 45%;
	padding-right: 10px;
}

.insta{
	float:none;
	width: 100%;
}
.insta img{
	width: 100%;
	margin-top: 20px;
}

.twitter{
	float:none;
	width: 100%;
}

#sche{
	width: 100%;
}
#sche table{
	font-size: 12px;
}

.txt-midashi {
	padding-top: 10px;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
}
.txt-coming {
	font-size: 18px;
}
.txt-small {
	font-size: 12px;
	line-height: 1.1;
}
.txt-normal {
	font-size: 14px;
}
.txt-price {
	font-size: 18px;
}
.txt-subject {
	font-size: 18px;
}
	
	
	
	
	
	
.cbox-goods {
    padding: 0px;
	margin-top: 30px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 100px;
	width: 98%;
	text-align: center;
}
.goods_per{
    width: 100%;
    padding: 0px;
	text-align: center;
    border-left: 3px solid #f8d3d3;
    border-right: 3px solid #e7f0f7;
	display: inline-block ;
}
.goods_per::before,
.goods_per::after{
    content: "";
    display: block;
    height: 3px;
    background: linear-gradient(to right, #f8d3d3 0%, #e7f0f7 100%);
}
.goods_per{width: 47%; margin-bottom: 10px; margin-right: 1%; display: inline-block; vertical-align: top; position:relative; }

.goods_img{
	padding: 5px;
	margin-bottom: 2px;
}
.goods_txt{
	height: 100px;
	padding: 0 5px 10px;
}
.goods_txt_b{
	margin: 0px 0 0 1px;
	height: 118px;
	padding: 0 5px 10px;
}
.goods_kikaku{
	margin: 0px 0 0 2px;
	font-size: 11px;
	line-height: 1.1;
}
.goods_name {
  position: relative;
  padding: 0 15px;
  text-align: center;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	color: #e1b1b1;
}

.goods_name:before {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background:  linear-gradient(to right, #f8d3d3 0%, #e7f0f7 100%);
}

.goods_name span {
  position: relative;
  padding: 0 0.4em;
  background: #fff;
}
.goods_price {
	font-size: 14px;
	line-height: 1.4;
}
.cbox-goods img {
	max-width: 100%;
}
.goods_l_per{
    width: 100%;
    padding: 0px;
	text-align: center;
    border-left: 4px solid #f8d3d3;
    border-right: 4px solid #e7f0f7;
	display: inline-block ;
}
.goods_l_per::before,
.goods_l_per::after{
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(to right, #f8d3d3 0%, #e7f0f7 100%);
}
.goods_l_per{float: none; width: 97%; margin-bottom: 10px; margin-right: 0%; display: inline-block; vertical-align: top; position:relative; }
}
.txt-small_goods {
	font-size: 10px;
	line-height: 1.1;
}
#size{
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
    margin-right: auto;
}
#size table{
	margin: 10px 0;
	width: 100%;
	border-collapse: collapse;
	border: solid #CCC;
	border-width: 1px;
}
#size table tr th,
#size table tr td{
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
	border: solid #CCC;
	border-width: 1px;
	padding: 5px;
}
#size table tr th{
	background: #fde8e8;
}
#size hr{
	height: 1px;
    background-color: #CCC;
    border: none;
	width: 92%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 2px;
	margin-bottom: 5px;
}
}
/*------------------------
    PCスマホ画像切り替え
--------------------------*/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; margin-left: auto; margin-right: auto;}
.sp { display: none !important;  margin-left: auto; margin-right: auto;}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; margin-left: auto; margin-right: auto; }
.sp { display: block !important; margin-left: auto; margin-right: auto; }
}
