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

/* ------------------------------
フォント指定
------------------------------ */

body {
font-family: 'Helvetica','Noto Sans JP','Hiragino Kaku Gothic Pro','Meiryo',sans-serif;
}
input {
font-family: 'Helvetica','Noto Sans JP','Hiragino Kaku Gothic Pro','Meiryo',sans-serif;
}
textarea {
font-family: 'Helvetica','Noto Sans JP','Hiragino Kaku Gothic Pro','Meiryo',sans-serif;
}

/* ------------------------------
Clearfix
------------------------------ */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ------------------------------
Loading
------------------------------ */

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 200;
}
 
#loader-bg #loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  text-align: center;
  color: #fff;
  z-index: 300;
  opacity: 0;
}

#loader-bg #loader img{
	width: 90px;
	height: 95px;
	animation: vertical 1s ease-in-out infinite alternate;
}

/* ------------------------------
サイト共通
------------------------------ */
html,body{
    width: 100%;
	-webkit-text-size-adjust: 100%;

}

#wrapper{
	position: relative;
    width: 100%;
    min-width: 1148px;
    max-width: 1920px;
    margin: 0 auto;
	overflow: hidden;
}

body#top.modal_open #wrapper{
  pointer-events: none;
  transition: all .2s ease-out;
  -webkit-filter: blur(10px);
     -moz-filter: blur(10px);
      -ms-filter: blur(10px);
          filter: blur(10px);
}

body#about.open #wrapper{
  pointer-events: none;
  transition: all .2s ease-out;
  -webkit-filter: blur(10px);
     -moz-filter: blur(10px);
      -ms-filter: blur(10px);
          filter: blur(10px);
}

html{
}
    
body{
	background:#7e555f;
}

canvas{
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
}

h1,h2,h3{
	text-indent:-10000px;
	overflow:hidden;
}

h3{
}

h2{
    position: relative;
    margin: 0 auto 30px;
}

a{
color:#a18f8b;
}

a:hover{
color:#ec6d7b;
}

a:hover{
}

strong{
	font-weight:bold;
    color:#e8437e;
}

div#contents{
}

div.inside{
	width:1060px;
	margin:0 auto;
	position:relative;	
}

p{
	line-height: 160%;
}

.small{
    font-size: 26px;
    margin-left: 6px;
}

@keyframes vertical {
    0% { transform:translateY(-15px); }
  100% { transform:translateY(  0px); }
}

@keyframes vertical2 {
    0% { transform:translateY(-8px); }
  100% { transform:translateY(  0px); }
}

body.sub_contents_bg{
  background-image: url(../images/common/body_bg.png?20200605);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #fff;
}

div#sub_inside_contents{
	padding: 148px 0 60px;
	position: relative;
}

/* ------------------------------
ANIMATION
------------------------------ */
.slide_animation{
	width: 0px;
}

.top_opacity_animation{
	top: 50px;
	opacity: 0;
}

.opacity_animation{
	opacity: 0;
}

/* ------------------------------
MODAL
------------------------------ */
#modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(256, 256, 256, 0.9);
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity .2s ease-out;
  pointer-events: none;
	z-index: 50;
}

#modal p.notice{
	text-indent:-10000px;
	overflow:hidden;
	width: 628px;
	height: 291px;
	margin: 0 auto 30px;
	position: relative;
    background: url(../images/modal/notice.png);
}

#modal div.notice_bt{
	width: 438px;
	height: 65px;
	position: relative;
}

#modal div.notice_bt a{
	display: block;
	text-indent:-10000px;
	overflow:hidden;
	width: 190px;
	height: 65px;
	pointer-events: auto;
}

#modal div.notice_bt a.modal_yes_bt{
    background: url(../images/modal/yes_bt.png);
	float: left;
}

#modal div.notice_bt a.modal_no_bt{
    background: url(../images/modal/no_bt.png);
	float: right;
}

#modal div.container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

/* ------------------------------
HEADER
------------------------------ */

#header{
	width: 100%;
	height: 71px;
    background: url(../images/common/menu_bg.png) repeat-x;
	position: fixed;
	z-index: 150;
}


#header ul#menu{
	margin: 0 auto;
	width: 1030px;
	list-style: none;
    display:flex;
	justify-content: center;
	height: 126px;
	position: relative;
}

#header ul#menu li{
    background-image: url(../images/common/menu.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 43px;
	top: 15px;
	position: relative;
	margin: 0 18px;
}

#header ul#menu li a{
	height: 43px;
	display: block;
	text-indent:-10000px;
	overflow:hidden;
}

#header ul#menu li#m_top{
width:43px;
background-position: 0 -15px;
}

#header ul#menu li#m_about{
width:93px;
background-position: -89px -15px;
}

#header ul#menu li#m_story{
width:69px;
background-position: -227px -15px;
}

#header ul#menu li#m_character{
width:108px;
background-position: -342px -15px;
}

#header ul#menu li#m_gallery{
width:81px;
background-position: -495px -15px;
}

#header ul#menu li#m_special{
width:79px;
background-position: -622px -15px;
}

#header ul#menu li#m_spec{
width:50px;
background-position: -745px -15px;
}

#header ul#menu li#m_shop{
width:184px;
background-position: -846px 0;
top: 0px;
height: 126px;
}

#header ul#menu li#m_shop a{
height: 126px;
}


/* ------------------------------
TOP
------------------------------ */

/*
@media only screen and (max-width: 767px){
  #top #top_contents{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 72.9%;
    background-color: #fff;
    background-image: url(../image/responsive-img02.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

/* pc　768px以上 */
/*
@media only screen and (min-width: 768px), print {
  #top #top_contents{
    width: 100%;
    height: 1190px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/top/top_bg.png);
    background-repeat: no-repeat;
	background-position: 50% 50%;
  }
}
*/

/* pc　1520px以上 */
#top #top_contents{
    width: 100%;
    height: 1190px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/top/top_bg.jpg);
    background-repeat: no-repeat;
	background-position: 50% 50%;
	overflow: hidden;
	position: relative;
}

@media (max-width: 1520px) {
#top #top_contents{
    width: 100%;
	  height: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 61.9791666667%;
    background-image: url(../images/top/top_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
}

}

/* pc　1520px以上 */
  #top #header_img{
    width: 100%;
    height: 1190px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/top/top_ch.png);
    background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	opacity: 0;
	z-index: 100;
	top: -20px;
	overflow: hidden;
  }

/* pc　1920px - 1520px以上 */
@media (max-width: 1520px) {
	#top #header_img{
    width: 100%;
	  height: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 61.9791666667%;
    background-image: url(../images/top/top_ch2.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
	overflow: hidden;
}

}

/*
#sakura_bg{
    width: 100%;
    height: 1190px;
    margin-left: auto;
    margin-right: auto;
	position: absolute;
	z-index: 10;
	overflow: hidden
}

@media (max-width: 1520px) {
	#sakura_bg{
	display: none;
	opacity: 0;
	}
}

*/

#sakura_bg{
	z-index: 10;
	overflow: hidden
}


#top h1{
	width: 802px;
	height: 510px;
	margin: 0 auto;
	position: relative;
    background: url(../images/top/top_logo.png);
	top: 656px;
	opacity: 0;
	z-index: 100;
}

#top h2{
	width: 583px;
	height: 208px;
	margin: 0 auto;
	position: relative;
    background: url(../images/top/top_date.png);
    left: 200px;
    top: 48px;
	opacity: 0;
	animation: vertical 1s ease-in-out infinite alternate;
	  z-index: 100;
}

@media (max-width: 1520px) {
	#top h1,#top h2{
		display: none;
	}
}

#top #main_contents{
	background: #fff;
	padding: 20px 0 50px;
	position: relative;
	z-index: 10;
}

#top #banner_contents{
    background: url(../images/top/top_info_bg.png) bottom no-repeat;
	position: relative;
	z-index: 10;
	max-height: 1458px;
}

#top ul#banner{
	display: flex;
	height:auto;
	width: 1060px;
	justify-content:space-between;
	flex-wrap: wrap;
	margin: 0 0 30px;
}

#top ul#banner li{
	width: 100%;
	height: auto;
	margin: 0px 0px 10px;  
}

#top ul#banner li.banner_contents_sp{
	width: 1060px;
	height: 750px;
}

#top ul#banner li.banner_contents_sp2{
	width: 1060px;
	height: 602px;
}

#top ul#banner li.banner_contents_l{
	width: 1060px;
	height: 180px;
}

#top ul#banner li.banner_contents_s{
	width: 340px;
	height: 150px;
}

#top ul#banner a{
	display: block;
	text-indent:-10000px;
	overflow:hidden;
	height: auto;
}

#top ul#banner img{
	width: 100%;
	display: block;
}


#top #movie{
    background: url(../images/top/top_movie_bg.png) top center;
	position: relative;
	max-height: 562px;
	width: 100%;
	height: 492px;
	margin: 0 0 50px;
	padding: 50px 0 20px;
}

#top #movie h3.movie_title{
	width: 276px;
	height: 56px;
	margin: 0 auto 35px;
	position: relative;
    background: url(../images/top/movie_contents.png);
}

#top #movie a.movie_item{
	width: 694px;
	height: 296px;
	margin: 0 auto 30px;
	position: relative;
    background: url(../images/top/movie_item.png);
	display: block;
	text-indent:-10000px;
	overflow:hidden;
}

#top #movie h4.movie_text{
	width: 314px;
	height: 44px;
	margin: 0 auto 10px;
	position: relative;
    background: url(../images/top/movie_text.png);
	text-indent:-10000px;
	overflow:hidden;
}

#top div.information{
	width: 498px;
	float: left;
	position: relative;
}


#top div.twitter{
	width: 498px;
	float: right;
	position: relative;
}

#top h3.info_title{
	width: 498px;
	height: 63px;
	margin: 0 auto;
	position: relative;
    background: url(../images/top/info_contents.png) bottom;
}

#top h3.twitter_title{
	width: 498px;
	height: 63px;
	margin: 0 auto;
	position: relative;
    background: url(../images/top/twitter_contents.png) no-repeat bottom;
}

div.information dl{
    display: block;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}

div.information dt{
	width: 115px;
    padding-top: 15px;
    color: #ff89a3;
    font-size: 12px;
    font-weight: bold;
	line-height: 24px;
	padding-left: 15px;
	letter-spacing: 0.1em;
}

div.information dd{
	width: 368px;
    padding-top: 15px;
    color: #3d1716;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}


/* ------------------------------
STORY
------------------------------ */


/* ------------------------------
MOVIE
------------------------------ */


/* ------------------------------
FOOTER
------------------------------ */

#footer{
	background:#7e555f;
	padding:50px 0 20px;
	position: relative;
	z-index: 10;
}

#footer div.footer_menu{
	display: flex;
	height:auto;
	width: 704px;
	top: 33px;
    position: relative;
}

#footer div.footer_menu li{
	color: #fff;
	font-size: 70%;
	display: block;
	list-style: none;
	margin: 0 10px;
}

#footer div.footer_menu li a{
	color: #fff;
	display: block;
	text-decoration: none;
}

#footer div.footer_menu li a:hover{
	color: #e5b5c0;
}

#footer p.footer_logo{
    background:url(../images/common/footer_logo.png) no-repeat;
	width:145px;
	height:52px;
	text-indent:-10000px;
	overflow:hidden;
	display:block;
	margin:0 auto 10px;
	top: -10px;
	position: relative;
}

#footer div.footer_right{
	float: right;
	width: 346px;
	position: relative;
}

#footer p.footer_logo a{
	width:145px;
	height:52px;
	display: block;
	float: right;
	position: relative;
}

#footer #footer_text{
	width:168px;
	float: left;
}

#footer p.copy{
	color:#fff;
	font-size: 76%;
	margin:0 auto 15px;
	position: relative;
	letter-spacing: 0.1em;
}

/* ------------------------------
ABOUT_OP
------------------------------ */

#about #op {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(256, 256, 256, 0.8);
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity .2s ease-out;
  pointer-events: none;
	z-index: 50;
}

#about #op2 {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(256, 256, 256, 1);
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .2s ease-out;
  pointer-events: none;
	z-index: 50;
}

#about #op p#op_text1{
	text-indent:-10000px;
	overflow:hidden;
	width: 536px;
	height: 62px;
	position: absolute;
    background: url(../images/about/op01.png);
	opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

#about #op p#op_text2{
	text-indent:-10000px;
	overflow:hidden;
	width: 240px;
	height: 60px;
	position: absolute;
    background: url(../images/about/op02.png);
	opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);

}

#about #op p#op_text3{
	text-indent:-10000px;
	overflow:hidden;
	width: 244px;
	height: 54px;
	position: absolute;
    background: url(../images/about/op03.png);
	opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

#about #op p#op_text4{
	text-indent:-10000px;
	overflow:hidden;
	width: 268px;
	height: 107px;
	position: absolute;
    background: url(../images/about/op04.png);
	opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);

}

#about #op p#op_text5{
	text-indent:-10000px;
	overflow:hidden;
	width: 872px;
	height: 62px;
	position: absolute;
    background: url(../images/about/op05.png);
	opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}



/* ------------------------------
ABOUT
------------------------------ */

#about h2{
	width: 276px;
	height: 76px;
	margin: 0 auto 80px;
	position: relative;
    background: url(../images/about/about_title.png);
}

#about p.about_text01{
	width: 910px;
	height: 353px;
	margin: 0 auto 80px;
	position: relative;
    background: url(../images/about/about_text01.png);
	text-indent:-10000px;
	overflow:hidden;
}

#about div.about_border{
	width: 532px;
	height: 46px;
    background: url(../images/about/about_border.png);
	margin: 0 auto 80px;
	position: relative;
}

#about p.about_text02{
	width: 944px;
	height: 568px;
	margin: 0 auto 120px;
	position: relative;
    background: url(../images/about/about_text02.png);
	text-indent:-10000px;
	overflow:hidden;
}

/* ------------------------------
STORY
------------------------------ */

#story h2{
	height: 76px;
	margin: 0 auto 80px;
	position: relative;
    background: url(../images/story/story_title.png);
}

#story h3{
	width: 656px;
	height: 99px;
	margin: 0 0 40px;
	position: relative;
}

#story div.story_contents{
	margin: 0 auto 60px;
	position: relative;
}

#story div.story_contents a.st_bt{
	width: 88px;
	height: 84px;
	position:absolute;
    background: url(../images/story/sound_bt.png);
	display: block;
	text-indent:-10000px;
	overflow:hidden;
	left: 450px;
    z-index: 10;
    top: 6px;
}

#story div.story_contents p.st_text{
	position: relative;
	text-indent:-10000px;
	overflow:hidden;
	margin: 0 0 10px;
}

#story div.story_inside{
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

#story div#st1{
    background-image: url(../images/story/story_bg01.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 27.1875%;
	width: 100%;
}

#story div#st1 h3{
    background: url(../images/story/story_contents01.png);
}

#story div#st1 p.st_text{
    background: url(../images/story/story_text01.png);
	width: 643px;
	height: 106px;
}

#story div#st2{
    background-image: url(../images/story/story_bg02.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 27.1875%;
	width: 100%;
}

#story div#st2 h3{
    background: url(../images/story/story_contents02.png);
}

#story div#st2 p.st_text{
    background: url(../images/story/story_text02.png);
	width: 566px;
	height: 105px;
}

#story div#st3{
    background-image: url(../images/story/story_bg03.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 27.1875%;
	width: 100%;
}

#story div#st3 h3{
    background: url(../images/story/story_contents03.png);
}

#story div#st3 p.st_text{
    background: url(../images/story/story_text03.png);
	width: 684px;
	height: 105px;
}

#story div#st4{
    background-image: url(../images/story/story_bg04.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 27.1875%;
	width: 100%;
}

#story div#st4 h3{
    background: url(../images/story/story_contents04.png);
}

#story div#st4 p.st_text{
    background: url(../images/story/story_text04.png);
	width: 618px;
	height: 106px;
}

#story div#st5{
    background-image: url(../images/story/story_bg05.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 27.1875%;
	width: 100%;

}

#story div#st5 h3{
    background: url(../images/story/story_contents05.png);
}

#story div#st5 p.st_text{
    background: url(../images/story/story_text05.png);
	width: 579px;
	height: 105px;
}

#story div#st6{
    background-image: url(../images/story/story_bg06.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 27.1875%;
	width: 100%;
}

#story div#st6 h3{
    background: url(../images/story/story_contents06.png);
}

#story div#st6 p.st_text{
    background: url(../images/story/story_text06.png);
	width: 715px;
	height: 106px;
}

#story div#st7{
    background-image: url(../images/story/story_bg07.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 27.1875%;
	width: 100%;
}

#story div#st7 h3{
    background: url(../images/story/story_contents07.png);
}

#story div#st7 p.st_text{
    background: url(../images/story/story_text07.png);
	width: 621px;
	height: 105px;
}

/* ------------------------------
CHARACTER
------------------------------ */

#character h2{
	height: 212px;
	margin: 0 auto 80px;
	position: relative;
    background: url(../images/character/character_title.png);
	z-index: 10;
}

#character ul#ch_menu{
	display: flex;
	height:auto;
	width: 1060px;
	justify-content:center;
	flex-wrap: wrap;
	margin: -190px auto 150px;
	z-index: 100;
	position: relative;
}

#character ul#ch_menu li{
	width: 72px;
	height: 72px;
	position: relative;
	display: block;
	margin: 0 5px 0px;
	text-indent:-10000px;
	overflow:hidden;
	filter: drop-shadow( 0 2px 8px rgba(71,71,71,0.1));
    background-image: url(../images/character/ch_menu.png);
}

#character ul#ch_menu li a{
	display: block;
	width: 72px;
	height: 72px;
}

#character ul#ch_menu li#m_ch01{
	background-position: 0 0;
}

#character ul#ch_menu li#m_ch02{
	background-position: -82px 0;
}

#character ul#ch_menu li#m_ch03{
	background-position: -164px 0;
}

#character ul#ch_menu li#m_ch04{
	background-position: -246px 0;
}

#character ul#ch_menu li#m_ch05{
	background-position: -328px 0;
}

#character ul#ch_menu li#m_ch06{
	background-position: -410px 0;
}

#character ul#ch_menu li#m_ch07{
	background-position: -492px 0;
}

#character ul#ch_menu li#m_ch08{
	background-position: -574px 0;
}

#character ul#ch_menu li#m_ch09{
	background-position: -656px 0;
}

#character ul#ch_menu li#m_ch10{
	background-position: -738px 0;
}

#character ul#ch_menu li#m_ch11{
	background-position: -820px 0;
}

#character ul#ch_menu li#m_ch12{
	background-position: -902px 0;
}

#character div.ch_img{
	position: absolute;
	opacity: 0;
	background-position:0 0;
	background-repeat:no-repeat;
}

#character div.ch_border{
    background: url(../images/character/border.png);
	width: 480px;
	height: 9px;
	position: relative;
	margin: 0 0 40px
}

#character h3.ch_name{
	margin: 0 0 50px;
	position: relative;
	opacity: 0;
}

#character p.ch_prof{
	text-indent:-10000px;
	overflow:hidden;
	margin: 0 0 60px 15px;
	opacity: 0;
	position: relative;
	z-index: 10;
}

#character h4.cos_topics{
	text-indent:-10000px;
	overflow:hidden;
	margin: 0 0 30px;
	position: relative;
    background: url(../images/character/costume_topics.png) no-repeat;
	width: 77px;
	height: 23px;
    left: 205px;
}

#character div.ch_inside_contents{
	z-index: 50;
	position: relative;
}

div.ch_contents{
	min-height: 1040px;
}

#character ul#cos_list{
	display: flex;
	height:auto;
	width: 480px;
	justify-content:center;
	margin: 0 0 50px;
}

#character ul#cos_list li{
	width: 180px;
	height: 50px;
	position: relative;
	display: block;
	margin: 0 15px 0px;
	text-indent:-10000px;
	overflow:hidden;
}

#character ul#cos_list li a{
	width: 180px;
	height: 50px;
	position: relative;
	display: block;
}

#character ul#cos_list li#cos_bt1{
    background: url(../images/character/uniform_bt.png);
}

#character ul#cos_list li#cos_bt1:hover{
	background-position: 0 -50px;
}

#character ul#cos_list li#cos_bt2{
    background: url(../images/character/magic_bt.png);
}

#character ul#cos_list li#cos_bt2:hover{
	background-position: 0 -50px;
}

#character div.ch_story_contents{
	margin: 0 0 40px;
	position: relative;
	padding-left: 15px;
	width: 450px;
}

#character div.ch_story_contents p.ch_story{
	color: #681d2c;
	font-size: 108%;
	margin: 0 0 20px;
	line-height: 200%;
}

#character div#ch01 h3.ch_name{
    background: url(../images/character/ch01_name.png);
	width: 494px;
	height: 202px;
}

#character div#ch01 p.ch_prof{
    background: url(../images/character/ch01_prof.png);
	width: 366px;
	height: 342px;
}

#character div#ch01 div.ch_img{
    background-image:url(../images/character/ch01a.png);
	width: 925px;
	height: 1393px;
	left: 182px;
	margin-top: -215px;
}

#character div#ch02 h3.ch_name{
    background: url(../images/character/ch02_name.png);
	width: 498px;
	height: 201px;
}

#character div#ch02 p.ch_prof{
    background: url(../images/character/ch02_prof.png);
	width: 368px;
	height: 342px;
}

#character div#ch02 div.ch_img{
    background: url(../images/character/ch02a.png);
	width: 977px;
	height: 1352px;
	left: 218px;
	margin-top: -215px;
}

#character div#ch03 h3.ch_name{
    background: url(../images/character/ch03_name.png);
	width: 466px;
	height: 201px;
}

#character div#ch03 p.ch_prof{
    background: url(../images/character/ch03_prof.png);
	width: 367px;
	height: 342px;
}

#character div#ch03 div.ch_img{
    background: url(../images/character/ch03a.png);
	width: 832px;
	height: 1331px;
	left: 298px;
    margin-top: -113px;
}

#character div#ch04 h3.ch_name{
    background: url(../images/character/ch04_name.png);
	width: 494px;
	height: 202px;
}

#character div#ch04 p.ch_prof{
    background: url(../images/character/ch04_prof.png);
	width: 367px;
	height: 342px;
}

#character div#ch04 div.ch_img{
    background: url(../images/character/ch04a.png);
	width: 778px;
	height: 1314px;
	left: 228px;
    margin-top: -113px;
}

#character div#ch05 h3.ch_name{
    background: url(../images/character/ch05_name.png);
	width: 493px;
	height: 202px;
}

#character div#ch05 p.ch_prof{
    background: url(../images/character/ch05_prof.png);
	width: 367px;
	height: 342px;
}

#character div#ch05 div.ch_img{
    background: url(../images/character/ch05.png);
	width: 381px;
	height: 1246px;
	left: 506px;
	margin-top: -98px;
}

#character div#ch06 h3.ch_name{
    background: url(../images/character/ch06_name.png);
	width: 494px;
	height: 201px;
}

#character div#ch06 p.ch_prof{
    background: url(../images/character/ch06_prof.png);
	width: 386px;
	height: 342px;
}

#character div#ch06 div.ch_img{
    background: url(../images/character/ch06a.png);
	width: 921px;
	height: 1328px;
	left: 263px;
    margin-top: -190px;
}

#character div#ch07 h3.ch_name{
    background: url(../images/character/ch07_name.png);
	width: 440px;
	height: 201px;
}

#character div#ch07 p.ch_prof{
    background: url(../images/character/ch07_prof.png);
	width: 448px;
	height: 267px;
}

#character div#ch07 div.ch_img{
    background: url(../images/character/ch07.png);
	width: 328px;
	height: 1260px;
	left: 506px;
	margin-top: -98px;
}

#character div#ch08 h3.ch_name{
    background: url(../images/character/ch08_name.png);
	width: 493px;
	height: 201px;
}

#character div#ch08 p.ch_prof{
    background: url(../images/character/ch08_prof.png);
	width: 376px;
	height: 209px;
}

#character div#ch08 div.ch_img{
    background: url(../images/character/ch08.png);
	width: 454px;
	height: 1390px;
	left: 506px;
	margin-top: -98px;
}

#character div#ch09 h3.ch_name{
    background: url(../images/character/ch09_name.png);
	width: 494px;
	height: 201px;
}

#character div#ch09 p.ch_prof{
    background: url(../images/character/ch09_prof.png);
	width: 337px;
	height: 209px;
}

#character div#ch09 div.ch_img{
    background: url(../images/character/ch09.png);
	width: 755px;
	height: 1418px;
	left: 506px;
	margin-top: -98px;
}

#character div#ch10 h3.ch_name{
    background: url(../images/character/ch10_name.png);
	width: 514px;
	height: 202px;
}

#character div#ch10 p.ch_prof{
    background: url(../images/character/ch10_prof.png);
	width: 424px;
	height: 342px;
}

#character div#ch10 div.ch_img{
    background: url(../images/character/ch10.png);
	width: 468px;
	height: 1295px;
	left: 506px;
	margin-top: -98px;
}

#character div#ch11 h3.ch_name{
    background: url(../images/character/ch11_name.png);
	width: 500px;
	height: 201px;
}

#character div#ch11 p.ch_prof{
    background: url(../images/character/ch11_prof.png);
	width: 381px;
	height: 342px;
}

#character div#ch11 div.ch_img{
    background: url(../images/character/ch11.png);
	width: 683px;
	height: 1371px;
	left: 308px;
	margin-top: -98px;
}

#character div#ch12 h3.ch_name{
    background: url(../images/character/ch12_name.png);
	width: 480px;
	height: 196px;
}

#character div#ch12 p.ch_prof{
    background: url(../images/character/ch12_prof.png);
	width: 356px;
	height: 209px;
}

#character div#ch12 div.ch_img{
    background: url(../images/character/ch12.png);
	width: 414px;
	height: 414px;
	left: 506px;
	margin-top: 134px;
}

/* ------------------------------
GALLERY
------------------------------ */

#gallery h2{
	height: 76px;
	margin: 0 auto 80px;
	position: relative;
    background: url(../images/gallery/gallery_title.png);
}

#gallery ul.cg_list{
	display: flex;
	height:auto;
	width: 1060px;
	justify-content:space-between;
	flex-wrap: wrap;
	margin: 0 0 30px;
}

#gallery ul.cg_list li.cg_contents{
	width: 256px;
	height: 144px;
	position: relative;
	display: block;
	margin: 0 0 10px;
	opacity: 0;
}

#gallery ul.cg_list li.cg_contents a{
	width: 256px;
	height: 144px;
	display: block;
}

/* ------------------------------
SPEC
------------------------------ */

#spec h2{
	width: 296px;
	height: 76px;
	margin: 0 auto 50px;
	position: relative;
}

#spec h2.product_topics{
    background: url(../images/spec/product_title.png);
}

#spec h2.staff_topics{
    background: url(../images/spec/staff_title.png);
}

#spec h2.spec_topics{
    background: url(../images/spec/spec_title.png);
}

#spec div.product_contents{
	display: flex;
	height:auto;
	width: 1060px;
	justify-content:center;
	flex-wrap: wrap;
	margin: 0 0 30px;
	align-items: center;
}

#spec div.product_title{
	margin-right: 80px;
}

#spec div.product_title h4{
	font-size: 138%;
	color: #7e3244;
	text-align: center;
}

#spec div.product_text{
}

#spec div.product_text ul{
	border-left: 1px solid #e097a8;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 376px;
}

#spec div.product_text ul li{
	margin: 0 0 30px;
}

#spec div.product_text ul li p{
	color: #7e3244;
	font-size: 113%;
	letter-spacing: 0.05em;
}

#spec div.product_text ul li p.spec_item{
	font-size: 80%;
	color: #f1466c;
	margin: 0 0 5px;
	letter-spacing: 0em;
	font-weight: bold;
}

#spec div.product_text ul li p.spec_notice{
	font-size: 90%;
	margin: 0 0 10px;
	letter-spacing: 0em;
}

#spec div.bonus_contents{
	width: 1040px;
	height: 186px;
	margin: 0 auto 60px;
	position: relative;
	background: url(../images/spec/bonus_bg.png);
}

#spec div.bonus_text{
	width: 680px;
    position: absolute;
    left: 393px;
    top: 36px;
}

#spec div.bonus_text ul{
	margin: 0 0 10px;
}

#spec div.bonus_text ul li{
	color: #f1466c;
	font-size: 113%;
	list-style: disc;
	line-height: 200%;
	font-weight: bold;
}

#spec div.bonus_text p{
	color: #7e3244;
	font-size: 108%;
}

#spec div.product_item{
	display: flex;
	height:auto;
	width: 1060px;
	justify-content:center;
	flex-wrap: wrap;
	margin: 0 0 30px;
}

#spec div.product_item div{
	margin: 0 15px 0;
}

#spec div.product_item div li{
	margin: 0 0 30px;
}

#spec div.product_item div li p{
	color: #7e3244;
	font-size: 113%;
	letter-spacing: 0.05em;
}

#spec div.product_item div li p.spec_item{
	font-size: 80%;
	color: #f1466c;
	margin: 0 0 5px;
	letter-spacing: 0em;
	font-weight: bold;
}

#spec div.product_item div li p.spec_notice{
	font-size: 90%;
	margin: 0 0 10px;
	letter-spacing: 0em;
}


/* ------------------------------
RESERVED
------------------------------ */

#reserved h2{
	width: 526px;
	height: 506px;
	position: relative;
	background: url(../images/reserved/reserved_title.png);
	margin: 0 0 30px;
	opacity: 0;
	top: -20px;
}

#reserved div.reserved_img{
	width: 798px;
	height: 883px;
	position: absolute;
	background: url(../images/reserved/reserved_bg.png);
	top: -103px;
    left: 242px;
	opacity: 0;
}

#reserved div.reserved_sign_img{
	width: 426px;
	height: 464px;
	position: absolute;
	background: url(../images/reserved/reserved_sign_img.png);
	top: 585px;
    left: 604px;
	opacity: 0;
}

#reserved p.reserved_date{
	width: 558px;
	height: 152px;
	position: relative;
	background: url(../images/reserved/reserved_date.png);
	margin: 0 0 30px;
	text-indent:-10000px;
	overflow:hidden;
	opacity: 0;
	top: -20px;
}

#reserved p.reserved_notice{
	margin: -40px 0 40px;
	color: #f1466c;
}

#reserved p.reserved_text01{
	width: 632px;
	height: 298px;
	position: relative;
	background: url(../images/reserved/reserved_text01.png);
	margin: 0 0 60px;
	text-indent:-10000px;
	overflow:hidden;
	opacity: 0;
}

#reserved p.reserved_text02{
	width: 906px;
	height: 246px;
	position: relative;
	background: url(../images/reserved/reserved_text02.png);
	margin: 0 0 60px;
	text-indent:-10000px;
	overflow:hidden;
}

#reserved p.reserved_text03{
	width: 1013px;
	height: 259px;
	position: relative;
	background: url(../images/reserved/reserved_text03.png);
	margin: 0 0 60px;
	text-indent:-10000px;
	overflow:hidden;
}

#reserved h3.reserved_topics01{
	width: 966px;
	height: 121px;
	position: relative;
	background: url(../images/reserved/reserved_topics01.png);
	margin: 0 0 60px;
}

#reserved h3.reserved_topics02{
	width: 966px;
	height: 118px;
	position: relative;
	background: url(../images/reserved/reserved_topics02.png);
	margin: 0 0 60px;
}

#reserved h4{
	text-indent:-10000px;
	overflow:hidden;
}

#reserved h4.period_item01{
	width: 1076px;
	height: 85px;
	position: relative;
	background: url(../images/reserved/reserved_date02.png);
	margin: 0 0 60px;
}

#reserved h4.period_item02{
	width: 1076px;
	height: 85px;
	position: relative;
	background: url(../images/reserved/reserved_date03.png);
	margin: 0 0 60px;
}

#reserved #shop_date td{
    font-size: 86%;
    padding: 4px 8px;
}

#reserved #shop_date table.shop_zone tr{
    background-color: #FFFFFF;
}

#reserved #shop_date table.shop_zone td{
    border: 1px solid #dadada;
    padding: 10px 5px 10px 10px;
    color: #895f5b;
}

#reserved #shop_date table.shop_zone strong{
    color: #895f5b;
}

#reserved #shop_date ul.shop_list{
    background: url(../images/reserved/map_list.png) no-repeat;
    height: 397px;
    width: 438px;
    position: relative;
}

#reserved #shop_date ul.shop_list li {
    width: 438px;
    height: 25px;
    position: relative;
    display: block;
    margin-bottom: 9px;
}

#reserved #shop_date ul.shop_list li a {
    width: 438px;
    height: 25px;
    display: block;
    text-indent: -10000px;
    overflow: hidden;
}

/* ------------------------------
SHOP
------------------------------ */

#shop h2.shop_title{
	width: 858px;
	height: 362px;
	position: relative;
	background: url(../images/shop/shop_title.png);
	margin: 0 auto 30px;
}

#shop h2.new_title{
	width: 464px;
	height: 97px;
	position: relative;
	background: url(../images/shop/new_title.png);
	margin: 120px auto 30px;
}

#shop h2.original_title{
	width: 457px;
	height: 97px;
	position: relative;
	background: url(../images/shop/original_title.png);
	margin: 120px auto 30px;
}

#shop p.shop_catch{
	width: 959px;
	height: 97px;
	position: relative;
	background: url(../images/shop/shop_catch.png);
	margin: 0 auto 30px;
    text-indent: -10000px;
    overflow: hidden;
}

#shop div.shop_border{
	width: 434px;
	height: 42px;
	position: relative;
	background: url(../images/shop/border.png);
	margin: 0 auto 60px;
}

#shop div.shop_contents{
}

#shop h3.shop_topics01{
	width: 1076px;
	height: 85px;
	position: relative;
	background: url(../images/shop/shop_topics01.png);
	margin: 0 auto 30px;
}

#shop h3.shop_topics02{
	width: 1076px;
	height: 85px;
	position: relative;
	background: url(../images/shop/shop_topics02.png);
	margin: 0 auto 30px;
}

#shop h3.shop_topics03{
	width: 1076px;
	height: 85px;
	position: relative;
	background: url(../images/shop/shop_topics03.png);
	margin: 0 auto 30px;
}

#shop p.shop_text01{
	width: 399px;
	height: 307px;
	position: relative;
	background: url(../images/shop/shop_text01.png);
	margin: 0 auto 30px;
    text-indent: -10000px;
    overflow: hidden;
}

#shop p.shop_text02{
	width: 1015px;
	height: 203px;
	position: relative;
	background: url(../images/shop/shop_text02.png);
	margin: 0 auto 30px;
    text-indent: -10000px;
    overflow: hidden;
}

#shop p.shop_text03{
	width: 1025px;
	height: 205px;
	position: relative;
	background: url(../images/shop/shop_text03.png);
	margin: 0 auto 30px;
    text-indent: -10000px;
    overflow: hidden;
}

#shop h3.bonus_topics{
	width: 1046px;
	height: 236px;
	position: relative;
	background: url(../images/shop/shop_bonus.png);
	margin: 0 auto 30px;
}

#shop div.shop_item{
	display: flex;
	height:auto;
	width: 1020px;
	justify-content:space-between;
	flex-wrap: wrap;
	margin: 0 auto 60px;
}

#shop div.shop_item2{
	height:auto;
	width: 1060px;
	margin: 0 auto 60px;
	position: relative;
}

#shop div.shop_item2 img{
	display: block;
	margin: 0 auto;
}

#shop div.shop_n{
	height:640px;
	width: 980px;
	margin: 0 auto 15px;
	position: relative;
}

#shop div.new_contents{
	
}

#shop div.shop_n_s{
	height:700px;
	width: 980px;
	margin: 0 auto 60px;
	position: relative;
	background: url(../images/shop/shop_nitem01.png);
}

#shop div#shop_01n{
	background: url(../images/shop/shop_nitem01.png);
}


#shop div#shop_02n{
	background: url(../images/shop/shop_nitem02.png);
}

#shop div#shop_03n{
	background: url(../images/shop/shop_nitem03.png);
}

#shop div#shop_04n{
	background: url(../images/shop/shop_nitem04.png);
}

#shop div#shop_05n{
	background: url(../images/shop/shop_nitem05.png);
}

#shop div#shop_06n{
	background: url(../images/shop/shop_nitem06.png);
}

#shop div#shop_07n{
	background: url(../images/shop/shop_nitem07.png);
}

#shop div.shop_n_header{
    padding: 12px 0 0 362px;
}

#shop div.shop_n_header p.text{
	padding: 2px 0 0 15px;
    border-left: 2px solid #3d1716;
    color: #3d1716;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;	
}

#shop div.shop_n_header p.text strong{
    color: #3d1716;
}

#shop div.shop_n_header p.text span.item{
	display: block;
}

#shop div.shop_n_header a{
    display: block;
    position: absolute;
    width: 242px;
    height: 44px;
    top: 20px;
    right: 25px;
    background: url(../images/shop/shop_link_bt.png);
	text-indent:-10000px;
	overflow:hidden;
}

#shop div#original_list{
	display: flex;
	height:auto;
	width: 980px;
	justify-content:space-between;
	flex-wrap: wrap;
	margin: 0 auto 30px;
}

#shop div.shop_o{
	width: 480px;
	height:340px;
	margin: 0 auto 15px;
	position: relative;
}

#shop div#shop_01o{
	background: url(../images/shop/shop_oitem01.png);
}

#shop div#shop_02o{
	background: url(../images/shop/shop_oitem02.png);
}

#shop div#shop_03o{
	background: url(../images/shop/shop_oitem03.png);
}

#shop div#shop_04o{
	background: url(../images/shop/shop_oitem04.png);
}

#shop div#shop_05o{
	background: url(../images/shop/shop_oitem05.png);
}

#shop div#shop_06o{
	background: url(../images/shop/shop_oitem06.png);
}

#shop div#shop_07o{
	background: url(../images/shop/shop_oitem07.png);
}

#shop div#shop_08o{
	background: url(../images/shop/shop_oitem08.png);
}

#shop div#shop_09o{
	background: url(../images/shop/shop_oitem09.png);
}

#shop div#shop_10o{
	background: url(../images/shop/shop_oitem10.png);
}

#shop div#shop_11o{
	background: url(../images/shop/shop_oitem11.png);
}

#shop div#shop_12o{
	background: url(../images/shop/shop_oitem12.png);
}

#shop div#shop_13o{
	background: url(../images/shop/shop_oitem13.png);
}

#shop div#shop_14o{
	background: url(../images/shop/shop_oitem14.png);
}

#shop div.shop_o_header{
	padding: 26px 0 0 28px;
}

#shop div.shop_o_header p.text{
    color: #3d1716;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.32px;
    font-weight: bold;
}

#shop div.shop_o_header a{
	display: block;
    position: absolute;
    width: 242px;
    height: 44px;
    top: 10px;
    right: 15px;
    background: url(../images/shop/shop_link_bt.png);
	text-indent:-10000px;
	overflow:hidden;
}

#shop ul.n_shop_link{
	display: flex;
	height:auto;
	width: 980px;
	justify-content:space-between;
	flex-wrap: wrap;
	margin: 0 auto 80px;
}

#shop ul.n_shop_link li{
	margin: 0 6px 0;
	display: block;
}

#shop ul.n_shop_link a.n_shop_bt1{
  display: inline-block;
  padding: 0.8em 1.8em 0.6em;
  font-size: 1.1em;
  color: #fff;
  text-decoration: none;
  border: 1px solid #b01f4f;
  border-radius: 18px;
  transition: 0.3s;
  background: #e24378;
}

#shop ul.n_shop_link a.n_shop_bt1:hover {
  color: #e24378;
  background: #fff;
  border: 1px solid #e24378;
}

#shop ul.n_shop_link a.n_shop_bt2{
  display: inline-block;
  padding: 0.8em 1.8em 0.6em;
  font-size: 1.1em;
  color: #fff;
  text-decoration: none;
  border: 1px solid #9f7312;
  border-radius: 18px;
  transition: 0.3s;
  background: #E3A928;
}

#shop ul.n_shop_link a.n_shop_bt2:hover {
  color: #E3A928;
  background: #fff;
  border: 1px solid #E3A928;
}

#shop ul.n_shop_link a.n_shop_bt3{
  display: inline-block;
  padding: 0.8em 1.8em 0.6em;
  font-size: 1.1em;
  color: #fff;
  text-decoration: none;
  border: 1px solid #0c6d96;
  border-radius: 18px;
  transition: 0.3s;
  background: #2BAFE6;
}

#shop ul.n_shop_link a.n_shop_bt3:hover {
  color: #2BAFE6;
  background: #fff;
  border: 1px solid #2BAFE6;
}

.fas {
  margin-right: 0.4em;
}

/* ------------------------------
SPECIAL
------------------------------ */

#special h2{
	width: 296px;
	height: 76px;
	margin: 0 auto 50px;
	position: relative;
}

#special ul#banner{
	margin: 0 0 80px;
	display: flex;
	height:auto;
	justify-content:space-between;
	flex-wrap: wrap;
}

#special ul#banner li{
	margin: 0 0 10px;
}

#special ul#banner li.banner_contents_l{
	width: 1060px;
	height: 180px;
}

#special ul#banner li.banner_contents_s{
	width: 340px;
	height: 150px;
}

#special ul#movie_list{
    position: relative;
    margin: 0 auto 80px;
    display: flex;
    flex-wrap: wrap;
	width: 1060px;
	justify-content:space-between;
}

#special ul#movie_list li{
    display: block;
    margin: 0 0px 30px;
    position: relative;
    width: 480px;
    height: 270px;
	border: 1px solid #a89291;
}

#special h2.special_topics{
    background: url(../images/special/special_title.png);
}

#special h2.event_topics{
    background: url(../images/special/event_title.png);
}

#special h2.movie_topics{
    background: url(../images/special/movie_title.png);
}

#special div#paper_event{
	position: relative;
	width: 1060px;
	height: 1100px;
    background: url(../images/special/event_img01.png);
	margin: 0 0 50px;
}

#special div#valentine_event{
	position: relative;
	width: 1060px;
	height: 1900px;
    background: url(../images/special/event_img02.png);
	margin: 0 0 50px;
}

#special div#paper_event2{
	position: relative;
	width: 1060px;
	height: 596px;
    background: url(../images/special/event_img03.png);
	margin: 0 0 50px;
}