@charset "UTF-8";
::-moz-selection {
  background-color: #333;
  color: #fff;
}
::selection {
  background-color: #333;
  color: #fff;
}

input,
button,
textarea {
  outline: none;
}

input:focus,
textarea:focus {
  background: #f7f7f7;
}

.tb,
.sp {
  display: none;
}

body {
  background: url("../img/bg.jpg") repeat 0 0;
}

h1 {
  text-align: center;
  margin: 30px 0;
}

a:hover {
  opacity: 0.7;
}

.box_line {
  background: none;
}

.box_line:before {
  content: "";
  display: block;
  position: fixed;
  top: 320px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("../img/bg_line.png") center top no-repeat;
}
.tac{
	text-align: center;
}

header {
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 50;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

header ul {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header ul li {
  padding: 0 90px;
}

header ul li a:hover {
  opacity: 1;
}

.img_lead {
 padding-top: 100px;
	/*position: relative;*/
  text-align: center;
	background: url("../img/special_2/BG_spbox.png") repeat-x;	
	background-position: 0px 100px;
	
}

.mv {
 padding-top: 20px;
  position: relative;
}

.mv .box_dot {
  z-index: -2;
  position: absolute;
  left: 0;
  top: 100px;
  text-align: center;
  width: 100%;
}

.mv .box_img {
  z-index: 30;
  text-align: center;
  position: relative;
}

.mv .catch_anime {
  position: absolute;
  right: calc(50% - 430px);
  top: 30px;
  z-index: 40;
}

.mv .catch_anime img {
  width: 100%;
}

#bnr ul {
  width: 920px;
  margin: 25px auto;
}

#bnr ul li {
  margin-bottom: 15px;
}

#bnr .youtube {
  width: 920px;
  margin: 25px auto;
}

#bnr .youtube iframe {
  width: 920px;
  height: 520px;
}

.line {
  text-align: center;
  background: url("../img/line.png") repeat-x;
  height: 31px;
  margin: auto;
}

#tw .ttl {
  margin: 50px 0;
  text-align: center;
}

#tw .tl {
  width: 920px;
  margin: 15px auto;
}

#story {
  text-align: center;
}

#story .ttl {
  margin: 50px 0;
  text-align: center;
}

#story .img img {
  width: 920px;
}

#story .ttl_s {
  margin: 40px 0;
}

#story .text_story {
  position: relative;
}

#story .text_story .box_dot {
  z-index: -2;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
}

#story .text_story .box_text {
  z-index: 30;
  text-align: center;
}

footer {
  margin-top: 120px;
  color: #231916;
  padding: 40px;
  background: #a79dba;
  text-align: center;
}

footer .logo_elmo {
  margin-bottom: 15px;
}

footer .copy {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 5px;
}

#character {
  padding-top: 150px;
}

#character .ttl {
  text-align: center;
}

#character .box_chara ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-around;
 max-width: 990px;
  margin: 50px auto;
}

#character .box_chara ul li {
  width: 300px;
  margin-bottom: 45px;
}

.comics .box_line:before {
  top: 200px;
  left: 90px;
}

#comics {
  padding-top: 150px;
}

#comics .ttl {
  text-align: center;
  margin-bottom: 50px;
}

#comics .box_comics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1080px;
  margin: 0 auto 50px;
}

#comics .box_comics .box_cover {
  position: relative;
  width: 580px;
}

#comics .box_comics .box_cover .box_dot {
  z-index: -2;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
}

#comics .box_comics .box_cover .box_dot img {
  width: 580px;
}

#comics .box_comics .box_cover .box_img img {
  width: 580px;
}

#comics .box_comics .box_cover .box_text {
  z-index: 30;
  text-align: center;
}

#comics .box_comics .box_info {
  width: 500px;
}

#comics .box_comics .box_info h3 {
  font-size: 36px;
  letter-spacing: 7px;
  text-align: center;
  margin-top: 25px;
}

#comics .box_comics .box_info h4 {
  font-size: 24px;
  letter-spacing: 7px;
  text-align: center;
  margin-top: 25px;
}

#comics .box_comics .box_info .img_lead {
  padding-top: 40px;
  text-align: center;
}

#comics .box_comics .img_new {
  width: 160px;
  position: absolute;
  left: -20px;
  top: -50px;
}

#comics .box_comics .img_new img {
  width: 100%;
}

#comics .box_comics .text_info {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 3px;
  margin-left: 40px;
  margin-top: 45px;
}

#comics .box_comics .box_link {
  margin-left: 40px;
  margin-top: 45px;
}

#comics .box_comics .box_link li {
  margin-bottom: 10px;
}

#comics .line {
  margin-bottom: 50px;
}

.special .line {
  margin-top: 25px;
}

.special .box_line:before {
  left: 88px;
}

#special .box_boximg {
  position: relative;
  width: 1080px;
  margin: auto;
}

#special .box_boximg .box_dot {
  z-index: -2;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
}

#special .box_boximg .box_dot img {
  width: 1080px;
}

#special .box_boximg .box_img img {
  width: 1080px;
  z-index: 10;
}

#special .box_info {
  width: 635px;
  position: relative;
  margin: -110px auto 0;
  z-index: 30;
}

#special .box_info h2 {
  font-size: 30px;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 30px;
}

#special .box_info .text_info {
  font-size: 24px;
  letter-spacing: 5px;
  text-align: right;
  line-height: 2rem;
}

#special .box_info .text_list {
  margin-top: 30px;
}

#special .box_info .text_list li {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 2.2rem;
}

#special .box_info .text_list li:nth-child(odd):before {
  content: "◆";
  color: #46bed9;
}

#special .box_info .text_list li:nth-child(even):before {
  content: "◆";
  color: #e95581;
}

#special .box_link {
  text-align: center;
  margin-top: 50px;
}

#special .box_cd {
  width: 660px;
  margin: 50px auto;
}

#special .box_cd .text_cd {
  margin-top: 50px;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 2.2rem;
  font-weight: bold;
}

#special .box_cd .box_cast {
  text-align: center;
  margin-top: 50px;
}

#special .box_cd .box_cast ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 660px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#special .box_cd .box_cast ul li {
  margin-right: 30px;
  width: 200px;
  margin-top: 40px;
}

#special .box_cd .box_cast ul li:nth-of-type(3) {
  margin-right: 0;
}

#special .box_cd .box_cast ul li:nth-of-type(5) {
  margin-right: 0;
}

#special .box_cd .box_cast ul li .text_cast {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.9rem;
  font-weight: bold;
  margin-top: 10px;
}

#special .box_comic {
  width: 100%;
  max-width: 750px;
  margin: 70px auto;
}

#special .box_comic img {
  width: 100%;
}

/*event*/
#event .box_boximg {
  position: relative;
  width: 1080px;
  margin: auto;
}

#event .box_boximg .box_dot {
  z-index: -2;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
}

#event .box_boximg .box_dot img {
  width: 1080px;
}

#event .box_boximg .box_img img {
  width: 1080px;	
  z-index: 10;
}

#event .box_info {
  width: 660px;
  position: relative;
  margin: -210px auto 0;
  z-index: 30;
}

#event .box_info h2 {
  font-size: 30px;
  letter-spacing: 5px;
  text-align: center;
	margin-top: 100px;
  margin-bottom: 30px;
}

#event .box_info .text_info {
  font-size: 23px;
  letter-spacing: 4px;
  text-align: left;
  line-height: 2rem;
	margin-top: 60px;
	font-weight: bold;
}

#event .box_info .text_list {
  margin-top: 60px;
}

#event .box_info .text_list li {
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 2px;
  line-height: 2.2rem;
}

#event .box_shop {
  width: 660px;
  position: relative;
  margin: 0px auto 0;
  z-index: 30;
}

#event .box_shop h2 {
  font-size: 30px;
  letter-spacing: 5px;
  text-align: center;
	margin-top: 60px;

}

#event .box_shop .text_info {
  font-size: 23px;
  letter-spacing: 4px;
  text-align: left;
  line-height: 2rem;
	margin-top: 60px;
	font-weight: bold;
}

#event .box_shop .text_list {
  margin-top: 60px;
}

#event .box_shop .text_list li {
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 2px;
  line-height: 2.2rem;
}

#event .box_shop .text_note{
	font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.9rem;
  font-weight: normal;
  margin-top: 10px;
	color: #e95581;	
}

#event .box_link {
  text-align: center;
  margin-top: 50px;
}


#event .box_info .ohagi img{
	display: block;
	margin-left:auto;
	margin-right: auto;
	padding-top: 60px;	
}

#event span.pink{
	color: #e95581;
}

#event span.blue{
	color: #46bed9;
}

#event .box_detail {
  width: 660px;
  margin: 60px auto;
}

#event .box_detail .text_cd {
  margin-top: 50px;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 2.2rem;
  font-weight: bold;
}
#event .box_detail h2 {
  text-align: center;
	margin-top: 60px;
}

#event .box_detail .text_note{
	font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.9rem;
  font-weight: normal;
  margin-top: 10px;
	color: #e95581;	
}

#event .box_detail .text_shop{
	font-size: 23px;
	letter-spacing: 2px;
  line-height: 1.9rem;
  font-weight: bold;
  margin-top: 60px;
	text-align: center;
}

#event .box_detail .text_shopdetail{
	font-size: 23px;
	letter-spacing: 2px;
  line-height: 1.9rem;
  font-weight: bold;
  margin-top: 40px;
	margin-bottom: 0px;
	text-align: center;
}

#event .box_detail .pink{
	color: #e95581;	
	font-size: 18px;
	margin-right: 10px;
}

#event .box_detail .ohagi img{
	display: block;
	margin-left:auto;
	margin-right: auto;
	padding-top: 60px;	
}

#event span.through{
	text-decoration: line-through;
}

/*goods_3rd*/
#goods_list{
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

#goods_list .item ul{
  padding: 30px 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#goods_list .item ul li{
  padding: 30px 0;
}

#goods_list .item ul li img{
  max-width: 450px;
}

#goods_list .item ul li .btn_buy{
  padding: 20px 0;
}

#goods_list .item_text{
  letter-spacing: 0.15em;
}

#goods_list .item ul li h3{
  font-size: 24px;
  line-height: 30px;
}

#goods_list .item ul li .price{
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
}
#goods_list .item ul li .goods_text{
  font-size: 18px;
  line-height: 30px;
}

#goods_list .online img{
  max-width: 100%;
}

#goods_list .online ul li{
  padding-bottom: 60px;
}

#goods_list .shop .h3_shop{
  padding: 30px 0 60px;
}

#goods_list .shop .shop_animate{
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 30px;
}

#goods_list .shop p{
  font-size: 30px;
  line-height: 40px;
}

#goods_list .shop p a{
  color: #e95581;
}

#goods_list .shop .shop_text{
  padding-bottom: 20px;
}

#goods_list .list{
  padding:60px 0 70px;
}

/*special/001*/
#special_001 .main_img{
  padding-top: 140px;
}

#special_001 .main_img img{
  max-width: 100%;
}

#special_001{
  max-width:1080px;
  text-align: center;
  margin: 0 auto;
}

#special_001 .spcial_info{
  padding: 40px 0 70px;
}

#special_001 .spcial_info img{
  max-width: 100%;
}

#special_001 .spcial_info h2{
  padding-bottom: 20px;
}

#special_001 .text_info{
  padding-bottom: 60px;
}

#special_001 .btn_pdf{
  padding: 80px 0 60px;
}

#special_001 .text_info ul li{
  font-size: 24px;
  font-weight: bold;
  letter-spacing:2px;
  line-height: 2rem;
  padding-bottom: 20px;
}

#special_001 .spcial_info ul li span{
  font-size: 18px;
}

 #special_001 .shoplist ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  margin: 0 120px;
}

#special_001 .shoplist ul li{
  width: 234px;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 40px;
  letter-spacing: 1px;
}

#special_001 .shoplist .txt{
  font-size: 18px;
  color: #e95581;
  letter-spacing: 1px;
  line-height: 1.5rem;
}

#camp_02 img{
	width: 1080px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#notice {
  padding-top: 150px;
}

#notice .text_area{
	width: 1040px;
	background-color: #ffffff;
	filter :drop-shadow(0px 3px 7px rgba(0,0,0,0.1));
	margin-right: auto;
	margin-left: auto;
}

#notice .text_area img{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#notice .text_area img.tape{
	position: relative;
	top: -35px;
}

#notice h2{
	text-align: center;
	font-size: 30px;
	letter-spacing: 2px;
	padding-top:30px;
	margin-bottom: 60px;	
}

#notice .text_area .box_notice{
	display: block;
	text-align: center;	
}

#notice .text_area .box_notice p{
	font-size: 20px;
  letter-spacing: 2px;
  text-align: left;
	display: inline-block;
  line-height: 2.2rem;
	font-weight: bold;
	margin-bottom: 60px;
	width: 67%;
}

#notice .text_area .box_notice .text_note{
	font-size: 14px;
	color: #e95581;
}

#notice .text_area .box_notice a{
	color: #e95581;
}

#notice .text_area .box_notice a:hover{
	text-decoration: underline;
}

#notice img.sorry{
	padding-bottom: 60px;
}

/*# sourceMappingURL=style.css.map */