@charset "UTF-8"

html {
  font-size: 100%;
}

body {
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size 0.9rem;
  margin: 0;
  color: #33210c;
}

p {
  line-height: 1.5;
}
 
a {
  text-decoration: none;
  color: rgb(2, 94, 40);
}

a:hover {
  color: rgb(0, 113, 47);
}

img {
  max-width: 100%;
}

ul {
  text-align: left;
}

li {
  list-style:none;
  line-height: 1.6;
}

hr {
  border: 1px solid rgba(255, 255, 255, 0.192);
  margin: 10px;
}

main {
  
  background:url('../img/');
  background-attachment: fixed;
  /* background-image: linear-gradient(90deg, rgba(253, 219, 146, 1), rgba(209, 253, 254, 1)); */
  /* background-image: linear-gradient(90deg, rgb(253, 211, 121), rgb(172, 252, 253)); */
  width:100%;
  overflow:hidden;

  background: linear-gradient(93deg,#389be2,#87d2d6,#92ff0d);
  background-size: 180% 180%;
  animation: gradient-animation 8s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.wrapper {
  margin: 0 auto 100px auto;
  padding:2% 2%;
  text-align: center;
}


/*==================================================
エフェクトフェード
===================================*/
.effect-fade {
  opacity : 0;
  transform : translate(300px,0);
  transition : all 500ms;
  }
  
  .effect-fade.effect-scroll {
  opacity : 1;
  transform : translate(0, 0);
  }


/*==================================================
ふわっ
===================================*/
.box{
  width: 100%;
  padding: 20px;
  margin:5px 20px 20px 5px;
  box-sizing:border-box;
}
/* fadeUp */
.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateX(200px);
    }
    to {
      opacity: 1;
    transform: translateX(0);
    }
  }
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/ 
  .fadeUpTrigger{
      opacity: 0;
  }




  

/*------------------------
コンテンツ
------------------------*/
section {
  max-width:900px;
  background:url('../img/');
  background: #DCD6C7;
  border-top:2px solid rgb(104, 61, 1);
  border:2px solid rgb(104, 61, 1);
}

.content {
  position: relative;
  max-width: 700px;
 
  margin: 0 auto;
  margin-bottom: 40px;
}
.contentmenu {
  padding: 1rem 1rem calc(0.5rem + 10px);
  background: #F5DB68;
  color: #4A3022;
  font-size:2.2rem;
  text-align:center;
  font-weight:bold;
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  position: absolute;
top: -50px;
left:10px;

}

.contentmenu:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #4A3022;
}


.box1 {
  border: 1px solid #4A3022;
  text-align: left;
  padding: 8px;
  margin: 0 auto;
  margin-bottom: 8px;
  max-width: 600px;
}



/*------------------------
文字
------------------------*/
h1 {
  font-size:2rem;
  text-align:center;
  line-height:1.3em;
  font-weight:bold;
  border-image-slice: 1;
  color: rgb(217, 130, 0);
  text-shadow: #31190D 2px 0, #31190D -2px 0, #31190D 0 -2px, #31190D 0 2px, #31190D 2px 2px, #31190D -2px 2px, #31190D 2px -2px, #31190D -2px -2px, #31190D 1px 2px, #31190D -1px 2px, #31190D 1px -2px, #31190D -1px -2px, #31190D 2px 1px, #31190D -2px 1px, #31190D 2px -1px, #31190D -2px -1px;

}

h2 {
  font-size: 1.3rem;
    position: relative;
    padding: 0.3rem;
    margin: 0rem;
    background-color: #4A3022;
    letter-spacing: 0.1rem;
    color: rgb(255, 255, 255);
  }
  
h3 {
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  color: #6c4626;
  background-color: #ffee8e; 
  padding: 0 20px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
}

h4 {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-weight: bolder;
  color: #31190D;
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  margin-left: 10px;
}

/* h5 {
  color: #4A3022;
  font-weight: bolder;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0rem 1rem;
  margin: 0.3rem;
  letter-spacing: 1.2;
} */

h5 {
  color: #4A3022;
  font-size: 1.2rem;
  padding: 0rem 1rem;
  margin: 0.3rem;
  letter-spacing: 1.2;
  display: inline-block;
  font-weight:bold;
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}


h6 {
  color: #4A3022;
  font-weight: bolder;
  font-size: 1.1rem;
  letter-spacing: 1.2;
  display: inline-block;
  padding: 0rem 1rem;
  margin: 0.1rem;
  padding-top: 5px;
}

h7 {
  color: #4A3022;
  background-color: #f6c12f;
  font-weight: bolder;
  font-size: 1rem;
  letter-spacing: 1.2;
  display: inline-block;
  padding: 0.2rem 0.5rem;
  margin-top: 0.5rem;
}
h8 {
  color: #4A3022;

  font-size: 1rem;
  letter-spacing: 1.2;
  display: inline-block;
  padding: 0.2rem;
  margin-top: 0.2rem;
}


.left{
  text-align: left;
  margin-left: 10px;
}





/*------------------------
メインビジュアル
------------------------*/
#mainvisual {
  margin-bottom: 0px;
  margin-top: 60px;
  padding-bottom: 15px;
}

#mainvisual img {
  max-width: 700px;
}

.logo {  
  width: 500px;
  margin-top: 60px;
margin-bottom: -10px;
}
.logo img {  
/* border-radius: 10px; */
}

/*------------------------
コンテンツ中身
------------------------*/
.topmenu {
  display: inline-block;
  width: 200px;
  font-size: 1.3rem;
    position: relative;
    padding-bottom: 0rem;
    margin: 0 auto;
    color          : #31190D; 
    border-bottom:solid 1px #31190D;
    letter-spacing: 0.1rem;

  }
  

.title {
  font-size: 1.4rem;
text-align: center;
  word-break: break-word;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fcfcf1;
  text-shadow    : 
  1px  1px 1px #ffffff,
  -1px  1px 1px fff,
   1px -1px 1px fff,
  -1px -1px 1px fff,
   1px  0px 1px fff,
   0px  1px 1px fff,
  -1px  0px 1px fff,
   0px -1px 1px fff;
}
.topsc {
  display: inline-block;
  width: 500px;
  font-size: 1.2rem;
    position: relative;
    padding: 0.8rem 0rem;
    margin: 0.3rem;
    color: rgb(246, 241, 140);
    text-shadow: #4A3022 2px 0, #4A3022 -2px 0, #4A3022 0 -2px, #4A3022 0 2px, #4A3022 2px 2px, #4A3022 -2px 2px, #4A3022 2px -2px, #4A3022 -2px -2px, #4A3022 1px 2px, #4A3022 -1px 2px, #4A3022 1px -2px, #4A3022 -1px -2px, #4A3022 2px 1px, #4A3022 -2px 1px, #4A3022 2px -1px, #4A3022 -2px -1px;

    letter-spacing: 0.1rem;
  border-image-slice: 1;
  border-bottom:solid 5px #ecff83;
  border-top:solid 3px #ecff83;
  }

#top{
/* padding-top:100px;
margin-top:-100px; */
}
#story,#cast,#staff,#schedule,#ticket,#goods,#access,#contact{
  padding-top:100px;
  margin-top:-100px;
}

.menu {
  border-bottom:solid 3px #6c432e;
  font-size: 1.2rem;
  padding: 0.3rem;
  margin: 0rem;
  background-color: #b2dde1; 
  padding: 10px;
  text-align: left;
}

.menu2 {
  max-width: 600px;
  border:solid 0px #dc9069;
  font-size: 1rem;
  padding: 10px;
  padding-left: 30px;
  margin: 0 auto;
  background-color: #F5DB68; 

  text-align: left;
  border-radius: 10px;
}

.goods h1 {}

.goods h5::before {
  content:"■";
  color:#6ecbf3;
  padding-right: 5px;
}
.goods h5 {
  padding: 0;
  padding-bottom: 5px;
}

.goods img {
  max-width: 700px;
}

.line-y{background:linear-gradient(transparent 60%, #ffee8e 0%);}

.story p {
  color: #31190D;
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  line-height: 1.8;
  letter-spacing: 0.15rem;
}



/* ---------------------
ボックス
---------------------- */
.top-box {
  font-weight: bolder;
  color: #33210c;
  margin: 0em 0;/*前後の余白*/
  padding: 0;
  max-width: 600px;
  background-color: rgb(248, 255, 124);
  border-radius: 20px;
  padding: 10px;
  border: 0px solid #4A3022;
}

.top-box p {
  letter-spacing: 0.2rem;
  padding: 0px;
  font-weight: bolder;
  color: #87d2d6;
  text-shadow: #4A3022 2px 0, #4A3022 -2px 0, #4A3022 0 -2px, #4A3022 0 2px, #4A3022 2px 2px, #4A3022 -2px 2px, #4A3022 2px -2px, #4A3022 -2px -2px, #4A3022 1px 2px, #4A3022 -1px 2px, #4A3022 1px -2px, #4A3022 -1px -2px, #4A3022 2px 1px, #4A3022 -2px 1px, #4A3022 2px -1px, #4A3022 -2px -1px;
}


/*------------------------
リンクボタン
------------------------*/

.btn1 a {

  width: 230px;
  background-color: #d17d00;
  border-radius: 0px;
  padding: 20px;
  border: 2px solid #4A3022;
  font-size: 16px;
  display: block;
  margin: 2px;
  line-height: 5px;
  text-align: center;
  font-weight:bolder;
  color: rgb(246, 241, 140);
  text-shadow: #4A3022 2px 0, #4A3022 -2px 0, #4A3022 0 -2px, #4A3022 0 2px, #4A3022 2px 2px, #4A3022 -2px 2px, #4A3022 2px -2px, #4A3022 -2px -2px, #4A3022 1px 2px, #4A3022 -1px 2px, #4A3022 1px -2px, #4A3022 -1px -2px, #4A3022 2px 1px, #4A3022 -2px 1px, #4A3022 2px -1px, #4A3022 -2px -1px;
  transition: all 0.2s ease-in-out;

}
.btn1 a::before {
  content:"▶︎";

  padding-right: 5px;
}

.btn1 a:hover {
  background-color: #f3e247;
  box-shadow: 1px 1px #d17d00, 2px 2px #ffc46a, 4px 4px #4A3022;
  transform: translateX(-3px);
}

/*------------------------
アニメーションアイコン
------------------------*/

.animation2{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.5s;
}

.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.5s;
  width: 40px;
}

.keyframe1{
  animation-name: anim_v;
}

@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 3px);
  }
}

/*------------------------
テーブル
------------------------*/
table {
	width:600px;
  margin: auto;
	border-collapse:collapse;
  font-size:16px;
	line-height:0.95em;
	font-weight:bold;
  background-color: #00000033;
}

th {
  width:150px;
	padding:20px;
 color: rgb(255, 255, 255);

	text-align:center;
	vertical-align:middle;
	border:1px solid #8a6468;
  color: #e4dfdf;
}
td {
  width:150px;
  padding:10px 8px;
  line-height:1.3em;
	text-align:center;
	border:1px solid #8a6468;
  color: #e4dfdf;
}

/*------------------------
フッター
------------------------*/
#footer {
  font-size:0.8rem;
  padding: 20px 0;
  text-align: center;
  background:url('../img/stardust.png');
  background-color: #87d2d6;
  color: #4A3022;
}


/*------------------------
ページトップへのアイコン
------------------------*/

/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background: #87d2d6;
	border-radius: 0px;
	width: 45px;
	height: 45px;
	color: rgb(255, 255, 255);
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.8rem;
	transition:all 0.3s;
  border: #6c4626 2px solid;
}

#page-top a:hover{
	background: #5baac9;
  transform: scale(1.1, 1.1);
}

#page-top img {
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*上に上がる動き*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*下に下がる動き*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/*右の動き*/
#page-top.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}


/*------------------------
ヘッダー
------------------------*/
header {
  width: 100%;
  position: fixed;
  padding: 0;
  background:url('../img/');
  z-index: 8000;
  height: 50px;
}

#header ul {
  display: flex;
  padding:10px 0;
  justify-content: flex-end;
}
#header li {
  margin-right: 20px;
}

#page-link{

}
/*------------------------
ハンバーガーメニュー
------------------------*/
header {
  z-index: 888;
  display: flex;
  padding: 0 16px;
  width: 100%;
  position: fixed;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  background:url('../img/');
  background-color: #87d2d6d3;
  height: 60px;
}

header h1 {
  margin: 0;
  font-size: 22px;
  line-height: 64px;
}
header li {
  margin-right: 20px;
}



.sp-menu {
  margin-left: auto;
  margin-right: 16px;
}

.sp-menu #open {
  font-size: 32px;
  line-height: 64px;
  cursor: pointer;
  color: #6c4626;
}

.sp-menu #open.hide {
  display: none;
}


.overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color:#87d2d6;
  text-align: center;
  padding: 64px 0px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .6s;
}

.overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.overlay #close {
  z-index: 1000;
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 32px;
  cursor: pointer;
  color: #6c4626;
}

.overlay ul {
  list-style-type: none;
  margin: 0;
  padding: 0;

}

.overlay li {
  margin-top: 0px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .5s, transform .5s;
  padding-bottom: 5px;
  padding: 10px;
  margin-left :auto;
  text-align: center;
  margin: 5px;
  border-image-slice: 1;
  color: #4A3022;
}

.overlay a {
  width: 150px;
  background-color: #F5DB68;
  border-radius: 0px;
  border: 2px solid #4a3022a1;
  font-size: 16px;
  display: block;
  padding: 10px;
  line-height: 5px;
  text-align: center;
  font-weight:bold;
  color: #4A3022;
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  line-height: 1.8;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
}

.overlay a:hover {
  background-color: #DCD6C7;
    box-shadow: 1px 1px #ffe366, 2px 2px #eeff6a, 4px 4px #4a3022a1;
  transform: translateX(-3px);
}



.overlay.show li {
  opacity: 1;
  transform: none;
}

.overlay.show li:nth-child(1) {
  transition-delay: .1s;
}
.overlay.show li:nth-child(2) {
  transition-delay: .2s;
}
.overlay.show li:nth-child(3) {
  transition-delay: .3s;
}
.overlay.show li:nth-child(4) {
  transition-delay: .4s;
}
.overlay.show li:nth-child(5) {
  transition-delay: .5s;
}
.overlay.show li:nth-child(6) {
  transition-delay: .6s;
}
.overlay.show li:nth-child(7) {
  transition-delay: .7s;
}
.overlay.show li:nth-child(8) {
  transition-delay: .8s;
}
.overlay.show li:nth-child(9) {
  transition-delay: .9s;
} 

.pc-menu {
  display: none;
}

@media (min-width: 900px) {
  .pc-menu {
    display: block;
    margin: 0 auto;
    /* margin-left: auto; */
  }

  .pc-menu ul {
    list-style-type: none;
    padding: 0;
    display: flex;
  }

  .pc-menu li {

  }

  .pc-menu a {
    width: 100px;
    background-color: #F5DB68;
    border-radius: 0px;
    padding: 5px;
    border: 2px solid #4a3022a1;
    
    font-size: 16px;
    display: block;
    margin: 2px;
    padding: 12px;
    line-height: 5px;
    text-align: center;
    font-weight:bold;
    color: #4A3022;
    text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
    transition: all 0.2s ease-in-out;
  }

  .pc-menu a:hover {
    background-color: #DCD6C7;
    box-shadow: 1px 1px #ffe366, 2px 2px #eeff6a, 4px 4px #4a3022a1;
    transform: translateX(-3px);
  }

  .sp-menu {
    display: none;
  }
}


/*------------------------
画面遷移
------------------------*/
.start {
  background: #87d2d6;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 70%;
  max-width: 500px;
  font-size: 2rem;

  color:rgb(80, 80, 80);
}


/*------------------------
グーグルマップ
------------------------*/
.ggmap {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  filter:hue-rotate(100deg);
  -webkit-filter:hue-rotate(340deg);
  }
   
  .ggmap iframe,
  .ggmap object,
  .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  }
  

/*------------------------
スマートフォン向けデザイン
------------------------*/

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


@media screen and (max-width: 900px) {
  #mainvisual img {
    width: 100%;
  }

}

@media screen and (max-width: 600px) {
  #menu  {
    width: 100%;
  }

  section {
    width:100%;
    border-right: 0px;
    border-left: 0px;
    }

    section p{
      padding: 10px;
    }

header {
  height: 60px;
}

#header ul {
  justify-content: space-around;
}
#header li {
  margin: 0;
}

#mainvisual img {
  width: 100%;
}

.logo {
  width: 90%;
}

#goods img {
  width: 100%;
}

#kv {
  width: 100%;
}

.left{
  margin-left: 0px;
}

/* キャストページ */
.cast img {
  width: 100px;
}
.flex {
  margin: 10px 0;
}
.flex div{
  margin: 0px;
  padding: 5px;
}

.story p{
  text-align: left;
}


.topsc {
width: 90%;
}

table {width: 100%}
th {
	padding:8px;
}
td {
	padding:10px 2px;
}

.menu2 {
  padding-left: 5px;
  padding-right: 0px;
}

/*  */

}


