@charset "utf-8";

/* てんネコ　CSS */
body {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  background-color:#ffedf6 ;
  background-image: url(../images/haikei.png);
}

html {
  font-size: 62.5%;
}

h1 {
  font-family: 'Kiwi Maru', serif;
}

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1rem;
}

p {
  font-size: 1.5rem;
}

.start {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  
  z-index: 9000;
}
.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 500px;
}

/* header image{
} */



.curtain{
  position: relative;
}

.curtain_left{
  position: absolute;
  
}

.curtain_right{
  position: absolute;
  right: 0;
}

.wrapper {
  width: 600px;
  margin: auto;
  background-color: #fff;
}

.video-wrap {
  width: 100%;
  margin: auto;
}

video {
  width: 100%;
}

.title {
  text-align: center;
}

.title p {
  color: #ffa4e7;
}

.title h1{
  font-size: 2.5rem;
  color: #ffa4e7;
  text-shadow: 3px 3px 3px #cecece;
}


.time {
  background: linear-gradient(-225deg, #ffd4f6 10%, #ffa4e7  56%, #ffd4f6 100%);
  width: 300px;
  margin: 20px auto;
  border-radius: 10px;
}

.time p {
  text-align: center;
  color: #fff;
}

.info {
  width: 600px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info img{ 
  width: 150px;
  height: auto;
  padding: 20px;
  transition: all .5s ease 0s;
}

.info :hover {
  cursor: pointer;
	transform: scale(1.1);
}

.news {
  background-color: #fff;
  width: 600px;
  height: auto;
  margin: auto;
  padding: 10px 0;
}

.news p {
  margin-left: 40px;
  color: #666;
}

.news .btn {
  width: 20%;
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: .5em .75em;
  color: #fff;
  background: #ffd4f6;
  border-radius: 30px;
  text-align: center;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.news a:hover {
  opacity: 0.8;
  transition: all .5s ease 0s;
}
.banner {
  background-color: #fff;
  width: 100%;
  margin: auto;
}

.banner a:hover {
  opacity: 0.8;
  transition: all .5s ease 0s;
}

.character {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
}

.character img {
  position: relative;
  width: 185px;
  height: auto;
}

footer {
  background-color: #ffd4f6;
  width: 100%;
  margin: auto;
  padding-top: 10px;
}

footer .copy {
  text-align: center
}

.footer_wrap {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 10px;
  width: 600px;
  display: flex;
}

.foot_nav {
  width: 50%;
  height: 65px;
  margin: auto;
  text-align: center;
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 10px 0px 0px;
}

.foot_nav img {
  width: 80%;
}

.foot_nav a {
  font-size: 0.8rem;
  color: #666;
  text-decoration: none;
}

.foot_nav a:hover {
  color: #fff;
}

.foot {
  width: 50%;
  margin: auto;
  height: 65px;
  padding: 0px 0px 0px 10px;
}

.foot h2 {
  color: #ffa4e7;
  text-shadow: 3px 3px 3px #ffffff;
  font-family: 'Kiwi Maru', serif;
  font-size: 1.7rem;
}

.foot p {
  color: #ffa4e7;
  text-shadow: 3px 3px 3px #ffffff;
  font-family: 'Kiwi Maru', serif;
  font-size: 1.4rem;
}

.copy {
  color: #fff;
  padding: 10px;
}


/* profile */

.top a {
  text-decoration: none;
  font-family: 'Kiwi Maru', serif;
  color: #666;
}

.top a:hover {
  opacity: 0.8;
  transition: all .5s ease 0s;
}

.top p {
  color: #666;
}

.top {
  font-family: 'Kiwi Maru', serif;
  color: #666;
}

.profile_info{
  text-align: center;
}

.profile_info h1 {
  color: #ffa4e7;
  text-shadow: 3px 3px 3px #cecece;
  font-size: 2.5rem;
  font-weight: 700;
}

.profile_info p {
  color: #ffa4e7;
  font-family: 'Kiwi Maru', serif;
}

.profile_info .btn {
  width: 20%;
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: .5em .75em;
  color: #fff;
  background: #ffa4e7;
  border-radius: 30px;
  text-align: center;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}

.profile_info a {
  font-family: 'Kiwi Maru', serif;
  font-size: 1rem;
}

.profile_info a:hover {
  opacity: 0.8;
  transition: all .5s ease 0s;
}

.profile {
  display: flex;
  flex-wrap: wrap;
  align-content: space-evenly;
  justify-content: space-evenly;
  width: 600px;
  height: 1000px;
}

.cast {
  width: 30%;
  position: relative;
  text-align: center;
}

.cast img {
  width: 100%;
}

.cast a {
  text-decoration: none;
}

.cast a:hover {
  opacity: 0.8;
  transition: all .5s ease 0s;
}

.cast p {
  font-size: 2rem;
  font-weight: 800;
  color: #ffa4e7;
  position: absolute;
  bottom: 5px;
  margin: auto;
  font-family: 'Kiwi Maru', serif;
  margin-left: 10px;
}

/* menu */

.wrapper2 {
  width: 600px;
  margin: auto;
  margin-bottom: 40px;
}

.menu_info{
  text-align: center;
  margin: auto;
  margin-top: 40px;
  padding: 20px;
  background-color: #fff;
  width: 40%;
  border-radius: 6px;
}

.menu_info h1 {
  color: #ffa4e7;
  text-shadow: 3px 3px 3px #cecece;
  font-size: 2.5rem;
  font-weight: 700;
}


.menu_info p {
  color: #ffa4e7;
  font-family: 'Kiwi Maru', serif;
  margin-bottom: 10px;
}

.menu {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  width: 600px;
}

.list_photo {
  background: linear-gradient(-225deg, #fab7d0 10%, #ffbce9 56%, #ffbacf 100%);
  width: 48%;
  position: relative;
  text-align: center;
  box-shadow: 3px 3px 3px #cecece;
  border-radius: 6px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.list_photo img {
  width: 100%;
  border-radius: 3% 3% 0% 0%;
}

.list_photo h2 {
  color: #fff;
  padding: 20px;
  font-family: 'Kiwi Maru', serif;
}

.list_photo p {
  color: #fff;
  padding: 10px;
  text-align: end;
  font-family: 'Kiwi Maru', serif;
}

.list {
  background: linear-gradient(-225deg, #fab7d0 10%, #ffbce9 56%, #ffbacf 100%);
  width: 100%;
  box-shadow: 3px 3px 3px #cecece;
  align-items: center;
  margin: 10px 0 10px 0;
  border-radius: 6px;
}

.list h2 {
  color: #fff;
  padding: 10px;
  float: left;
  font-family: 'Kiwi Maru', serif;
}

.list p {
  color: #fff;
  padding: 10px;
  float: right;
  font-family: 'Kiwi Maru', serif;
}