@charset 'UTF-8';

html{
  /*overflow: hidden;*/
}
body{
  background-color: #f0e9e5;
  position: relative;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
body.is-fixed{
  position: fixed;
}


.wrap{
  opacity: 0;
  transition: 0.8s ease;
}
.wrap.is-show{
  opacity: 1;
}


.pageHome{
  background: #a07523;
}

.pageComment{
  background: #f4f1f2 url(../img/common/bg_paper1.jpg) center top repeat-y;
  background-size: 100%;
}

.pageIntro{
  font-family: 'Noto serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, "Times New Roman", serif;
  background: #fbf6e8;
}

.pageAbout{
  background: #f8f1c1;
  font-family: 'Noto serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS PMincho", Georgia, Times, "Times New Roman", serif;
}

.pageCastStaff{
  background: #f8f1c1;
}

.pageCastStaff:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../img/chart/bg_chart.jpg) center top no-repeat;
  background-size:cover;
}

.pageCast{
  background: #93927f;
}

.pageCast:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../img/about/bg_1.png) center top no-repeat;
  background-size:cover;
}

.pageMap{
  background: #ffcc00;
}

.pageMap:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../img/map/bg_map.jpg) center top no-repeat;
  background-size:cover;
}



.loading{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  /* background: #dfddd3 url(../../img/preloader.svg) center center no-repeat; */
  background: 
    url(../img/common/loading_sp.gif) center center no-repeat,
    url(../../img/common/bg_credit.jpg) center center no-repeat;
  background-size: 100% auto,cover;
}

div.gLine{
  width: 100%;
  height: 1px:
  margin: 0;
  padding: 2px;
  background: url(../img/common/line_gold.png) center center repeat-x;
}



/*  --------------------------------
        header（下層ページ）
  --------------------------------*/
#header{
	display: block;
  position: fixed;
	width: 100%;
  height: 50px;
  top: 0;
	padding: 0;
	text-align: center;
  z-index: 5;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
}

.head-animation {
  transform: translateY(-100%);
}

.headbg{
  background: #f9f0cc url(../img/common/bg_header.jpg) center bottom no-repeat;
  background-size: 100% 100%;
}


#header p.headerLogo{
	display: block;
	width: 135px;
  height: 45px;
	margin: 0 auto;
}

#header p.openmenuBtn{
  position:absolute;
  top: 3px;
  right: 4px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#header p.openmenuBtn img{
	display: block;
  width: 100%;
}



/*  --------------------------------
        footer
  --------------------------------*/
footer{
	display: block;
	width: 100%;
	padding: 15px 24px 9px 24px;
	text-align: center;
  background: #a07523 url(../img/common/bg_footer.jpg) center center;
  background-size: 100% 100%;
}

footer p.copyright{
	display: block;
	width: 50%;
	max-width:220px;
	margin: 12px auto 0 auto;
}

/*----------topへ戻る------------*/
.gotopBox{
  width: 100%;
  position: relative;
  padding: 0;
}

.goTop{
	display: block;
	width: 46%;
	max-width: 200px;
  height: auto;
  max-height: 171px;
	padding: 40px 30px 20px 40px;
	margin: 0 auto;
	text-align: center;
}

.goTop img{
	display: block;
	width: 100%;
}

/*  ---------------------------------------------------
       navigation
  ---------------------------------------------------*/
.nav{
  position: fixed;
  z-index: 19;
  top:0;
  left:0;
  width: 100vw;
  height: 100vh;
  background: #e2ddd4 url(../img/common/bg_navi.jpg) center top no-repeat;
  background-size: cover;
  padding: 40px 37px 20px 37px;
  display: none;
  overflow-y: scroll;
}
.navClose{
  position: fixed;
  top: 3px;
  right: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.navList ul{
	width:100%;
	border-top: 1px solid #362e2b;
}
.navList li{
	width:100%;
	height: auto;
  padding: 2px 5px;
	border-bottom: 1px solid #362e2b;
	text-align: center;
}
.navList li a{
	display: block;
	width:100%;
}
.navList img{
	width:100%;
  height: auto;
	max-width: 420px;
}

.navList li.sns{
	width:100%;
	border: none;
	text-align: center;
}

.navList li.sns dl{
  margin: 15px 24px 5px 24px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.navList li.sns dt{
  position: absolute;
  bottom: 0;
  width: 1px;
}
.navList li.sns dd{
  padding: 0 4px;
  width: 60px;
  height: auto;
}

.navList li.sns dd img{
	display: block;
  width: 100%;
}

.navList li.sml{
	width:50%;
	border-bottom: none;
	/*border-top: 1px solid #362e2b;*/
	text-align: center;
  margin: 20px auto 0 auto;
}

.navList li.sml img.home{
	width:100%;
	max-width: 210px;
}

/*  ---------------------------------------------------
        HOME　メインビジュアル
  ---------------------------------------------------*/
.homeBox{
  width: 100%;
  position: relative;
  z-index: 2;
}

.homeBox .mainPos img{
  background: url(../img/home/main.jpg) center top no-repeat;
  background-size: 100% auto;
}

.homeBox img{
  width: 100%;
}

.homeBox .homeMvTit{
  display:block;
  width: 60%;
  left: 20%;
  top: 3%;
  position: absolute;
  opacity: 0;
  transform: scale(1.3);
}

.homeBox .txt_abe{
  display:block;
  width: 8.5%;
  left: 5%;
  top: 4%;
  position: absolute;
  opacity: 0;
}

.homeBox .txt_uchiiri{
  display:block;
  width: 24%;
  left: 38%;
  bottom: -4%;
  position: absolute;
  opacity: 0;
  transform: scale(1.2);
}

.homeBox .date{
  display:block;
  width: 22%;
  right: 2%;
  bottom: -3%;
  position: absolute;
  opacity: 0;
}


/*  ---------------------------------------------------
        HOME　メイン下〜navi上まで
  ---------------------------------------------------*/
.homeBox2{
  width: 100%;
  position: relative;
  padding: 0 0 10px 0;
  margin: 0;
  background: url(../img/common/bg_gold.jpg) center top no-repeat;
  background-size: 100% auto;
}

/*---------告知バナー（オフィシャル）--------*/

.homeBox2 ul.official_Bnr{
  display: block;
  width:90%;
  margin: 0 auto 20px auto;
  padding: 20px 0 0 0;
  position: relative;
}
.homeBox2 ul.official_Bnr li{
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}

.homeBox2 ul.official_Bnr li a{
  display: block;
  width: 100%;
  height: 100%;
}

.homeBox2 img{
  width:100%;
}

/*  --------------------------------
        trailer
  --------------------------------*/
.trailerBox{
	width: 90%;
  padding: 5px 0 30px 0;
  margin: 0 auto;
}
#player{
	width:100%;
	margin:0 auto;
	position:relative;
	padding-bottom: 56.25%;
	padding-top:20px;
	height:0;
	overflow:hidden;
}

#player iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.trailerBox ul.movieNav{
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:8px 0 5px 0;
	text-align:center;
	position:relative;
  font-family: 'Noto serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro",  Georgia, Times, "Times New Roman", serif;
}

.trailerBox ul.movieNav li{
	display:inline-block;
	width:46%;
	/*max-width:272px;*/
	height:auto;
	margin:0 2px 3px 2px;
	text-align:center;
	font-size: 0.96em;
	position:relative;
}

.trailerBox ul.movieNav li a{
	width:100%;
	height:auto;
	display: block;
	cursor: pointer;
	padding:3px;
	font-weight:700;
	color:#fff;
	background: #826d40 url(../../img/trailer/bg_button.jpg) center center no-repeat;
  background-size: 100% 100%;
	border: #e4c6a5 1px solid;
}

.trailerBox ul.movieNav li.active a{
	background-color:#f7c1da;
	color:#000;
	cursor: default;
	border: #fff 1px solid;
  background: #f5cc4d url(../../img/trailer/bg_active.jpg) center center no-repeat;
  background-size: 100% 100%;

}


/*---------公式SNSアイコン--------*/
.homeBox2 dl{
  margin: -5px 24px 5px 24px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.homeBox2 dt{
  position: absolute;
  bottom: 0;
  width: 1px;
}
.homeBox2 dd{
  padding: 0 4px;
  width: 60px;
  height: auto;
}

.homeBox2 dd img{
	display: block;
  width: 100%;
}

/*  ---------------------------------------------------
       HOME　ページ下目次
  ---------------------------------------------------*/
.homeNav{
  width: 100%;
  position: relative;
	padding: 20px 12.5% 10px 12.5%;
  background: #e2ddd4 url(../img/home/bg_navi.jpg) center top no-repeat;
  background-size: 100%;
	text-align: center;
}
.homeNav ul{
	width:100%;
	border-top: 1px solid #362e2b;
}
.homeNav li{
	width:100%;
	border-bottom: 1px solid #362e2b;
	text-align: center;
}
.homeNav li a{
	display: block;
	width:100%;
}
.homeNav img{
	width:100%;
	max-width: 420px;
}

/*  ---------------------------------------------------
        HOME　クレジット以下
  ---------------------------------------------------*/
.homeBox3{
  width: 100%;
  position: relative;
  padding: 0;
  background: #fbf2cf url(../img/home/bg_credit.jpg) center top no-repeat;
  background-size:100% 100%;
}

/*---------shareBox------------*/
.shareBox{
	display: block;
	width: 100%;
	padding:0 30px 40px 30px;
}
.shareBox dl{
  margin-top: 5px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.shareBox dl dt{
  position: absolute;
  bottom: 0;
  width: 140px;
}
.shareBox dl dd{
  padding: 0 5px 10px 5px;
  width: 56px;
}

/*---------タイアップバナーなど------------*/
.bnrBox2{
	display: flex;
	width: 100%;
	padding: 0 10px;
  align-items: center;
  justify-content: center;
}
.bnrBox2 p{
  display: block;
  width: 44%;
  height: auto;
  margin: 0 5px 10px 0;
}

.bnrBox2 p img{
  display: block;
  width: 100%;
}

/*  ---------------------------------------------------
       comment
  ---------------------------------------------------*/
.commentBox{
  width: 100%;
  padding-top: 66px;
}
.commentBox h1{
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
  padding: 10px 0 0 0;
  text-align: center;
}
.commentBox h3 img{
  width: 100%;
}
.commentBox h4{
  text-align: center;
  margin-bottom: 20px;
}

.commentBox h4 img{
  display:block;
  margin: 0 auto;
  height:34px;
}

.commentBox h4.name2 img{
  display:block;
  margin: 0 auto;
  height:33px;
}

.commentBox .txt2{
  overflow: hidden;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: -0.02rem;
  margin-bottom: 60px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.commentBox .commentBoxInner{
  padding: 10px 20px 20px;
}
.commentBox .copyright{
  text-align: center;
}


.commentList{
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.commentList.is-center{
  justify-content: center;
}
.commentListItem{
  width: calc(50% - 24px);
  margin: 0 12px 50px;
  text-align: center;
}

/*----↓ kamon 笹野さん横家紋表示----*/
.commentListItem div.kamon{
 background: url(../img/common/kamon.png) center center no-repeat;
  background-size: auto 100%;
}
.commentListItem div.kamon img{
  width: 100%;  
  height: auto;
  min-height: 50px;
  max-height: 64px;
  padding: 2px;
}


.commentListItem.js-modal{
  cursor: pointer;
}
.commentListItem.js-modal:hover{
  opacity: .7;
}

.commentListImg{
  margin-bottom: 8px;
  border: 1px solid #af8e33;
}
.commentListImg img{
  width: 100%;
  height: auto;
}

.commentListName img{
  height: 30px;
}
.commentListName2{
  margin-top: 5px;
}
.commentListName2 img{
  height: 30px;
}
.commentListName2.is-noruby{
  margin-top: 15px;
}
.commentListName2.is-noruby img{
  height: 20px;
}
.commentListName2.is-secret{
  margin-top: 13px;
}
.commentListName2.is-secret.is-noruby{
  margin-top: 24px;
}
.commentListTxt{
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  color: #0a3c9e;
}
.commentListTxt2{
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  color: #792c5f;
  margin-bottom: 20px;
}

/*  ---------------------------------------------------
         modal (commentなど）
  ---------------------------------------------------*/
.modal{
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  align-items: flex-start;
  background: url(../../img/common/bg_modal.jpg) center center no-repeat;
  background-size: cover;
  display: none;
  padding: 20px;
  overflow-y: scroll;
}
.modal.is-show{
  display: flex;
  animation:fade-in .6s;
  animation-fill-mode:forwards;
}


.modalBt{
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.modalBt img{
  width: 100%;
  height: auto;
}
.modalInner{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: auto;
  padding:40px 0 20px 0;
}
.modalImg{
  width: 54%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
.modalImg img{
  width: 100%;
}
.modalTxtBox{
}
.modalName{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.modalName span{
  margin-right: 10px;
}
.modalTxt{
  /*font-size: 13px;*/
  text-align: justify;
  max-height: 160px;
  overflow-y: auto;
}

.modalTxt2{
  /*font-size: 14px;*/
  text-align: justify;
  max-height: 400px;
  overflow-y: auto;
}


@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-Out {
  0% {
    opacity: 1;
    z-index: 2;
  }
  100% {
    z-index: 0;
    opacity: 0;
  }
}




/*  ---------------------------------------------------
       Introduction
  ---------------------------------------------------*/
.introBox{
  width: 100%;
  padding-top: 49px;
}

.introBox img{width: 100%;}

.intro01{
  display: block;
  width: 100%;
  height: auto;
  background: url(../img/intro/bg1.jpg) center top no-repeat;
  background-size: 100%;
  margin: 0;
  padding: 12% 0 0 0;
  position: relative;
}

.intro01 h1{
  display: block;
  width: 60%;
  margin: 8% auto 4% auto;
}

.int_txt1{
  display: block;
  width: 90%;
  margin: 0 auto 6% auto;
  text-align: justify;
  color: #72431c;
}

.intro02{
  display: block;
  line-height: 0;
}

.photo1{
  background: url(../img/intro/photo1.jpg) center top no-repeat;
  background-size: 100% 100%;
  margin: 0;
}

.photo2{
  background: url(../img/intro/photo2.jpg) center top no-repeat;
  background-size: 100% 100%;
  margin: 0;
}

.photo3{
  background: url(../img/intro/photo3.jpg) center top no-repeat;
  background-size: 100% 100%;
  margin: 0;
}

.photo4{
  background: url(../img/intro/photo4.jpg) center top no-repeat;
  background-size: 100% 100%;
  margin: 0;
}

.photo5{
  background: url(../img/intro/photo5.jpg) center top no-repeat;
  background-size: 100% 100%;
  margin: 0;
}

.int_copy{
  background: url(../img/intro/bg2.jpg) center top no-repeat;
  background-size: 100% 100%;
  margin: 0;
}

.intro03{
  display: block;
  width: 100%;
  height: auto;
  background: url(../img/intro/bg3.jpg) center top no-repeat;
  background-size: 100% auto;
  margin: 0;
}
.intro03 div.intro_flag{
  display: block;
  width: 100%;
  height: auto;
  background: url(../img/intro/flag.png) center bottom no-repeat;
  background-size: 100% auto;
  padding-bottom: 10%;
}

@media screen and (min-width:530px) { 
  .intro03 div.intro_flag{
  display: block;
  width: 100%;
  height: auto;
  background: url(../img/intro/flag.png) center bottom no-repeat;
  background-size: 56% auto;
  padding-bottom: 10%;
  }
}

/*  ---------------------------------------------------
       作品情報・物語（about.html）
  ---------------------------------------------------*/
.aboutBox_1{
  display: block;
  width: 100%;
  padding: 49px 0 0 0;
  margin: 0;
  font: 0;
  line-height: 0;
  background: #888363;
  position: relative;
}
.aboutBox_1 img.aboutPhoto_1{
  display: block;
  width: 100%;
  height: auto;
  top: 49px;
  left: 0;
  padding: 0;
  background: url(../img/about/photo1.jpg) center bottom no-repeat;
  background-size: 100%;
  position: absolute;
}
.aboutBox_1 img{
  width: 100%;
}
.aboutBox_1 p.lead01{
  width: 100%;
  height: auto;
  position: relative;
}

.aboutBox_1 p.lead02{
  width: 100%;
  height: auto;
  margin: -2% 0 0 0;
  position: relative;
}

.aboutBox_story{
  width: 100%;
  padding: 0 0 5% 0;
  background: #888572 url(../img/about/bg_1.png) center top no-repeat;
  background-size: 100% auto;
  position: relative;
}

.aboutBox_story2{
  width: 100%;
  padding: 0 0 10% 0;
  background: #000;
  position: relative;
}

.storyTxtBox{
  width: 90%;
  margin: 0 auto;
  text-align: justify;
  color: #fff;
	font-weight:500;
}
/*---ストーリー横スクロール部分----*/
.aboutBox_story3{
  width: 100%;
  padding: 0;
  background: #a57000 url(../img/about/story_bgGold.jpg) left top no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.aboutBox_story3Inner{
  width: 100%;
  height: 469px;
  overflow: hidden;
}
.aboutBox_story3Scroll{
  height: 499px;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.aboutBox_story3Scroll img{
  max-width: 2016px;
  height: 469px;
}

.aboutBox_story3 div.scroll_Info{
  display: flex;
  justify-content: center;
  align-items: center;
  width:80%;
  margin: 0 auto;
}

.scroll_Info div.goLeft{
  display: flex;
  width: 20%;
  margin: 0 3%;
}

.scroll_Info div.goRight{
  display: flex;
  width: 20%;
  margin: 0 3%;
}

.scroll_Info div.photo_abe{
}

.photo_abe img{
  margin-top:-25px;
  padding: 0 15px;
  position: relative;
  z-index: 3;
}

/*  ---------------------------------------------------
       人物相関図
  ---------------------------------------------------*/
.chartBox{
  width: 100%;
  padding-top: 49px;
}

.soukanzu{
  width: 100%;
  padding: 8% 4% 0 4%;
  background: url(../img/chart/bg_chart.jpg) center top no-repeat;
  background-size: 100% 100%;
}

.chart_bg{
  background: url(../../img/about/chart_photo.png) center top no-repeat;
  background-size: 100%;
}

.pinchout{
  width: 50%;
  margin: 0 auto;
  padding: 0;
}

/*  ---------------------------------------------------
       staff
  ---------------------------------------------------*/

.staffBox{
  width: 90%;
  margin: 0 auto;
  padding-top: 80px;
  text-align: center;
}

.staffBox img{
  width: 100%;
}

.staffBox p{
  display: block;
  width: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-word;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
}

.staffBox div.staffComment{
  width: 100%;
  height: auto;
  padding: 5px 15px 20px 15px;
  margin-bottom: 30px;
  background: rgba(236,221,159,0.6);
  border-radius: 10px;
  border: 2px dotted #ac6a00;
}
.staffBox div.staffComment p{
  color: #644400;
}


/*  ---------------------------------------------------
       cast（下層ページ）
  ---------------------------------------------------*/

.castBox{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}

.castBox img{
  width: 100%;
}

.castBox p{
  display: block;
  width: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-word;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
}

.castBox div.pageNav{
  display: flex;
  justify-content:space-between;
  align-items: center;
  padding-top: 10px;
}

.pageNavList{
  display: block;
  width: 30%;
  height: auto;
  min-height: 20px;
  max-width: 44px;
}

.pageNavList2{
  display: block;
  width: 30%;
  height: auto;
  min-height: 20px;
  max-width: 140px;
}

.pageNavList a{
  display: block;
  width: 100%;
  height: 100%;
}

.pageNavList2 a{
  display: block;
  width: 100%;
  height: 100%;
}

.castName{
  display: block;
  width: 100%; 
  text-align: left;
  margin-bottom: 10px;
}

.castName img{
  display: block;
  width: 100%; 
  max-width: 600px;
  text-align: left;
}

.scene3{
  background: url(../img/cast/scene3.jpg) center top no-repeat;
  background-size: 100%;
}

.scene4{
  background: url(../img/cast/scene4.jpg) center top no-repeat;
  background-size: 100%;
}

.castp16{
  background: url(../img/cast/cast16.png) center top no-repeat;
  background-size: 100%;
}

.castp4{
  background: url(../img/cast/cast4.png) center top no-repeat;
  background-size: 100%;
}

/*  ---------------------------------------------------
       cast（一覧ページ）
  ---------------------------------------------------*/
.castList{
  display: flex;
  width: 100%;
  height: auto;
  margin: 0 0 50px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cbtn_l{
  width: 100%;
  height: auto;
  position: relative;
}

.castList li{
  margin-bottom: 8px;
}

.castList li a.btn{
  display:block;
  position: absolute;
  width: 100%; 
  height: auto;
  left: 0;
  top: 0;
}

.cbtn_m{
  width: 49.4%;
  position: relative;
}

.cbtn_s{
  width: 32.6%;
  position: relative;
}

/*  ---------------------------------------------------
       MAP
  ---------------------------------------------------*/

.mapBox{
  width: 100%;
  margin: 0 auto 50px auto;
  text-align: center;
  padding-top: 50px;
}

.mapBox img{ width: 100%; }

.maptext{
  width: 90%;
  margin: 0 auto;
  padding: 0;
}

.maptext div.comment{
  margin-bottom: 40px;
}

.mapimg{
  width: 100%;
  margin: 0 0 10% 0;
  text-align: center;
}





/* 1601px 以降
============================================================================================================== 
============================================================================================================== */

/*@media all and (min-width: 1601px) {


body:after{
  width: 2.125%;
}

}
*/

/*  img保存
--------------------------------------*/
img {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

/*  print (artbank)
--------------------------------------*/
img {
	pointer-events: none;
}


* {
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chrome */
	-ms-user-select: none; /* IE */
}

@media print {
    * {
		display: none;
		opacity: 0;
		background: #fff;
	}

	body {
		display: none;
	}

	img {
		display: none;
		opacity: 0;
		background: #fff;
 	}
}
