@charset "utf-8";
/* CSS Document */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Vollkorn:400,700,900');
@import url('https://fonts.googleapis.com/css?family=PT+Serif');
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);


/* Web Fonts */
  @font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 100;
    src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.woff) format('woff');
    font-display: swap;
  }
  @font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 200;
    src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.woff) format('woff');
    font-display: swap;
  }
  @font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff) format('woff');
    font-display: swap;
   }
  @font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 500;
    src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff) format('woff');
    font-display: swap;
   }
  @font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 600;
    src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.woff) format('woff');
    font-display: swap;
   }
  @font-face {
     font-family: 'Noto Serif Japanese';
     font-style: normal;
     font-weight: 700;
    src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff) format('woff');
    font-display: swap;
   }
  @font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 900;
    src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.woff) format('woff');
    font-display: swap;
   }


  @font-face {
    font-family: 'CFAnachy';
    font-style: normal;
    src: url(fonts/CFA/CFAnarchy-Regular.woff) format('woff');
    font-display: swap;
    }


/* =============================================================================
   clearfix
   ========================================================================== */
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE/Mac */
.clearfix{
	display: inline-table;
	zoom: 1;
}
/* Hide from IE/Mac, apply to IE/Win \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

.clear {
	clear: both;
	display: block;
}


/* =============================================================================
   デザイン基本
   ========================================================================== */
   
html,body{
   min-width:1100px;
}

html{
  height: 100%;
  min-width:1100px;
}


body{
	background-color:rgba(0,0,0,1.00);
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  
  position: relative;
  overflow: hidden;
  overflow-x: auto;

  width: 100%;
  margin: 0;
  background-size:cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}



ul, ol, dl {
	list-style-type: none;
}

h1,h2,h3,h4,h5,p,ol,ul,li,dl,dt,dd{
	margin:0;
	padding:0;
}

p{
	padding-top:10px;
}

img {
   vertical-align:bottom
}


/* -----------------------------------------
   テキスト選択色
   -----------------------------------------*/

::selection {
	background: #830D0D;
}
::-moz-selection {
	background: #830D0D;
}


/* -----------------------------------------
   区切り指定
   -----------------------------------------*/

.ne span{
  display:inline-block;
}


/* -----------------------------------------
   文字下げ
   -----------------------------------------*/

.sage{
    padding-left: 1em; 
    text-indent: -1em; 
}

.sage1_5{
    padding-left: 1.5em; 
    text-indent: -1.5em; 
}

.sage2{
    padding-left: 2em; 
    text-indent: -2em; 
}

.sage3{
    padding-left: 3em; 
    text-indent: -3em; 
}

.sage4{
    padding-left: 3em; 
    text-indent: -3em; 
}

.ev_sage{
    padding-left: 1em; 
    text-indent: -1em;
    margin-bottom: 7px;
}

/* -----------------------------------------
   下空け
   -----------------------------------------*/

.mb07{
  margin-bottom: 7px;
}

.mb10{
  margin-bottom: 10px;
}

.mb15{
  margin-bottom: 15px;
}

.mb20{
  margin-bottom: 20px;
}

.mb30{
  margin-bottom: 30px;
}

.mb40{
  margin-bottom: 40px;
}

.mb50{
  margin-bottom: 50px;
}

/* -----------------------------------------
   上空け
   -----------------------------------------*/

.mt07{
  margin-top: 7px;
}

.mt10{
  margin-top: 10px;
}

.mt15{
  margin-top: 15px;
}

.mt20{
  margin-top: 20px;
}

.mt30{
  margin-top: 30px;
}

.mt40{
  margin-top: 40px;
}

.mt50{
  margin-top: 50px;
}

/* -----------------------------------------
   左空け
   -----------------------------------------*/

.ml10{
  margin-left: 10px;
}

.ml15{
  margin-left: 15px;
}

 
/* -----------------------------------------
   テーブル指定
   -----------------------------------------*/

table{
  line-height: 1.4;
}

table th{
  font-weight: normal;
  text-align: left;
}

table th.nobr{
  white-space:nowrap;
}

table td th{
  vertical-align: text-top;
}

table td{
  margin-bottom: 5px;
}


/* -----------------------------------------
   インデックス
   -----------------------------------------*/

h1{
  background-color: rgba(136,16,16,1.00);
  border-left: rgba(0,0,0,1.00) 7px solid;
  padding: 5px 10px 5px 10px;
  color: rgba(255,255,255,1.00);
  font-size: 140%;
  font-weight: 900;
}

h2{
  border-bottom: rgba(171,0,0,1.00) 2px solid;
  font-size: 130%;
  font-weight: 900;
  background-image: url(../images/tmp/h_parts/h_bg02.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 28px;
  padding-left: 35px;
  text-align: left;
  line-height: 1.4;
  padding-bottom: 4px;
}

h3{
  border-bottom: rgba(171,0,0,1.00) 1px solid;
  font-size: 120%;
  font-weight: 900;
  background-image: url(../images/tmp/h_parts/h_bg01.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 5px 10px 5px 25px;
  line-height: 1.6;
}

h4{
  color: rgba(171,0,0,1.00);
  font-size: 120%;
  line-height: 1.4;
}

h5{
  font-size: 110%;
  border: rgba(0,0,0,1.00) 1px dotted;
  border-left: rgba(198,0,47,1.00) 5px solid;
  padding: 5px 10px 5px 10px;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.4;
  background-color: rgba(172,172,172,1.00);
}

h6{
  border-bottom: rgba(171,0,0,1.00) 2px solid;
  font-size: 110%;
  font-weight: 900;
  background-image: url(../images/tmp/h_parts/h_bg02.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 28px;
  padding-left: 35px;
  text-align: left;
  line-height: 1.4;
  padding-bottom: 4px;}


.index_07{
  padding: 5px 10px 5px 10px;
  background-color: rgba(171,0,0,1.00);
  color: rgba(255,255,255,1.00);
  font-size: 100%;
  font-weight: 600;
}


.index_08{
  font-size: 110%;
  border-bottom: rgba(0,0,0,1.00) 2px dotted;
  border-left: rgba(171,98,115,1.00) 5px solid;
  padding: 5px 10px 5px 10px;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.4;
  background-color: rgba(207,206,206,1.00);
}


/* -----------------------------------------
   区切りバー
   -----------------------------------------*/
 
 .bar01{
   border-bottom: rgba(0,0,0,1.00) 1px solid;
 }
 
 .bar02{
   border-bottom: rgba(0,0,0,1.00) 2px dotted;
 }
 
  .bar03{
   border-bottom: rgba(91,91,91,1.00) 1px dotted;
 }
   
/* -----------------------------------------
   Awaysome
   -----------------------------------------*/

i{
  padding-right: 5px;
}

/* -----------------------------------------
   フォントサイズ
   -----------------------------------------*/

.fsize50{
	font-size:50%;
}

.fsize60{
	font-size:60%;
}

.fsize70{
	font-size:70%;
}

.fsize80{
	font-size:80%;
}

.fsize90{
	font-size:90%;
}

.fsize95{
	font-size:95%;
}

.fsize100{
	font-size:100%;
}

.fsize110{
	font-size:110%;
}

.fsize120{
	font-size:120%;
}

.fsize130{
	font-size:130%;
}

.fsize140{
	font-size:140%;
}

/* -----------------------------------------
   フォントカラー
   -----------------------------------------*/

.txt_red1{
	color:#C6002F;
}

.txt_red2{
	color:#CC5F7D;
}

.txt_pink1{
	color:#F30;
}

.txt_pink2{
	color:#E50065;
}

.txt_pink3{
	color:rgba(255,133,172,1.00);
}

.txt_pink4{
	color:rgba(244,204,207,1.00);
}

.txt_blue1{
	color:#03F;
}

.txt_blue2{
	color:#09F;
}

.txt_green1{
	color:#396;
}

.txt_green2{
	color:#00A6A3;
}

.txt_green3{
	color:#7FBF39;
}

.txt_gray1{
	color:#999;
}

.txt_Purple1{
	color:#90C;
}

.txt_orange1{
	color:#F60;
}

.txt_yellow{
	color:rgba(245,236,153,1.00);
}

.txt_brown{
  color: rgba(223,174,91,1.00);
}



.txt_info_glay{
  background-color: rgba(82,82,82,1.00);
  color: rgba(255,255,255,1.00);
  font-weight: 600;
  padding: 2px 10px;
  margin: 10px 0 10px 0;
}


/* -----------------------------------------
   イメージサイズ
   -----------------------------------------*/

.img_100 img{
  width: 100%;
  height: auto;
}


/* -----------------------------------------
   イメージ寄せ
   -----------------------------------------*/

.img_left{
  float: left;
  margin: auto 15px 20px auto;
}

/* -----------------------------------------
   リンクマウスオーバー
   -----------------------------------------*/

.ms_over a:hover{
  opacity: 0.7 ;
}


/* -----------------------------------------
   TOPへ戻る
   -----------------------------------------*/

#back-top {
    position: fixed;
    bottom: 3%;
    right: 50px;
	z-index:100;
}
#back-top span {
    width: 100px;
    height: 100px;
    display: block;
}

/* -----------------------------------------
   YouTubeエンベット
   -----------------------------------------*/

.y_video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.y_video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/* -----------------------------------------
   ＰＣ・スマホ表示切り替え
   -----------------------------------------*/

.style_pc{
  display: block;
}

.style_mobile{
  display: none;
}

#mobileHeader{
	display:none;
}


/* =============================================================================
   背景枠01
   ========================================================================== */

.crossfade {
  background-image: url(../images/news_tmp/bg_001.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size:100% auto;
  background-attachment: fixed;
  z-index: 10;
}

.crossfade canvas{
  background-attachment: fixed;
}

.bg_wrap01{
  position: relative;
  overflow: hidden;
  background-image: url(../images/news_tmp/bg_002.png);
  height: 100%;
  z-index: 20;
}


/* =============================================================================
   メイン枠 
   ========================================================================== */

.main_header{
  position: relative;
  width: 870px;
  height: 131px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

  .main_header .logo{
    float: left;
    width: 500px;
    height: 131px;
  }
  
  .main_header .pagetitle{
    position: absolute;
    width: 358px;
    height: 98px;
    left: 510px;
    margin-top: 20px;
  }


.main_wrap{
  position: relative;
  overflow: hidden;
  width: 1100px;
  margin: auto;
  margin-top: 20px;
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.main_left{
  position: relative;
  overflow: hidden;
  float: left;
  width: 220px;
}

.main_right{
  position: relative;
  overflow: hidden;
  float: right;
  width: 800px;
  margin-right: 80px;
}

.main_center{
  position: relative;
  overflow: hidden;
  width: 950px;
  margin: auto
}


.back_page{
  position: absolute;
  right:0;
  top: 270px;
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  z-index: 50;
  text-shadow: 
    black 2px 0px 0px, black -2px 0px 0px,
    black 0px -2px 0px, black 0px 2px 0px,
    black 2px 2px 0px, black -2px 2px 0px,
    black 2px -2px 0px, black -2px -2px 0px,
    black 1px 2px 0px, black -1px 2px 0px,
    black 1px -2px 0px, black -1px -2px 0px,
    black 2px 1px 0px, black -2px 1px 0px,
    black 2px -1px 0px, black -2px -1px 0px,
    black 1px 1px 0px, black -1px 1px 0px,
    black 1px -1px 0px, black -1px -1px 0px;
}

  .back_page a{
    font-size: 180%;
    color: rgba(192,192,192,1.00);
    text-decoration: none;
  }
  
   .back_page a:hover{
     color: rgba(171,0,0,1.00) !important;
   }
   
   .back_page a:visited{
    color: rgba(192,192,192,1.00);
   }

.b_back_top{
	position:relative;
	overflow:hidden;
}

  .b_back_top a{
    display:block;
    width: 190px;
    padding: 15px 0 15px 0;
    color: rgba(255,255,255,1.00) !important;
    text-decoration: none;
    font-family: 'Noto Serif JP', serif;
    background-color: rgba(0,0,0,1.00);
    border: rgba(172,0,0,1.00) 1px solid;
    border-radius: 15px;
    font-size: 120%;
    margin-left: 10px;
    text-align: center;
    font-weight: 900;
  }
  
  .b_back_top a:hover{
		background-color:rgba(171,0,0,1.00);
  }

.main_box01{
  position: relative;
  overflow: hidden;
  border: rgba(172,0,0,1.00) 1px solid;
  border-radius: 15px;
  margin-bottom: 45px;
}

  .main_box01 a{
    font-weight: 900;
    color: rgba(171,0,0,1.00);
    text-decoration: underline;
  }
  
  .main_box01 a:hover{
    background-color: rgba(171,0,0,1.00);
    color: rgba(255,255,255,1.00) !important;
    text-decoration: none;
  }
  
  .main_box01 a:visited{
    color: rgba(171,0,0,1.00);
  }

.main_box01 .header{
  background-color: rgba(0,0,0,1.00);
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center; 
}

.main_box01 .head_left{
  width: 128px;
  height: 72px;
  background-image: url(../images/news_tmp/bg_day.png);
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px;
}

.main_box01 .head_right{
  width: 600px;
}


.main_box01 .head_left2{
  width: 220px;
  height: 72px;
  background-image: url(../images/package/bg_day.png);
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px;
}

.main_box01 .head_left3{
  width: 1px;
  height: 72px;
  margin: 10px 0 10px 0;
}


.main_box01 .head_right2{
  width: 550px;
}


.main_box01 .head_right3{
  width: 740px;
}


  .head_right .title{
    /*font-family: 'Noto Serif JP', serif;*/
    color: rgba(224,0,39,1.00);
    font-size: 150%;
    letter-spacing: 1.2px;
    line-height: 1.4;
    font-weight: 600;
  }


  .head_right2 .title{
    /*font-family: 'Noto Serif JP', serif;*/
    color: rgba(224,0,39,1.00);
    font-size: 150%;
    letter-spacing: 1.2px;
    line-height: 1.4;
    font-weight: 600;
  }

  .head_right3 .title{
    /*font-family: 'Noto Serif JP', serif;*/
    color: rgba(224,0,39,1.00);
    font-size: 150%;
    letter-spacing: 1.2px;
    line-height: 1.4;
    font-weight: 600;
  }


  
.main_box01 .content{
  background-color: rgba(255,255,255,0.70);
  padding: 30px;
  font-size: 90%;
  line-height: 2.0;
}

.main_box01 .content2{
  background-color: rgba(255,255,255,0.70);
  padding: 30px 50px 30px 50px;
  font-size: 90%;
  line-height: 2.0;
}


.copy{
  width: 800px;
  margin: auto;
  color: rgba(255,255,255,1.00);
  font-size: 90%;
  margin-top: 10px;
  margin-bottom: 100px;
  text-align: center;
}

/* =============================================================================
   Flex 
   ========================================================================== */
   
.flex_wrapper{
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.flex_wrapper2{
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.flex_box_18{
  width: 18%;
}
.flex_box_20{
  width: 20%;
}


.flex_box_28{
  position: relative;
  overflow: hidden;
  width: 28%;
}

.flex_box_pac28{
  position: relative;
  overflow: hidden;
  width: 24%;
}


.flex_box_30{
  width: 30%;
}

.flex_box_32{
  width: 32%;
}

.flex_box_38{
  width: 38%;
}
.flex_box_40{
  width: 40%;
}


.flex_box_48{
  position: relative;
  overflow: hidden;
  width: 48%;
}
.flex_box_50{
  width: 50%;
}


.flex_box_58{
  width: 58%;
}
.flex_box_60{
  width: 60%;
}


.flex_box_68{
  width: 68%;
}
.flex_box_70{
  width: 70%;
}


.flex_box_78{
  width: 80%;
}
.flex_box_78{
  width: 80%;
}

.flex_box_78{
  width: 100%;
}

.flex_box_pv{
  width: 75%;
}

.flex_box_pv .title{
  background-color: rgba(172,0,0,1.00);
  color: rgba(255,255,255,1.00);
  font-weight: 900;
  text-align: center;
}

/* =============================================================================
   コンテンツ
   ========================================================================== */

.contents_head{
  width: 100%;
  height: 110px;
  background-image: url(../images/tmp/bg/bg_01_head.png);
  background-position: center;
  background-repeat: no-repeat;
}

.contents_foot{
  width: 100%;
  height: 110px;
  background-image: url(../images/tmp/bg/bg_01_footer.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -2px;
}

.contents_wrapper{
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: auto;
  background-image: url(../images/tmp/bg/bg_01_inner.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


.contents_head2{
  width: 100%;
  height: 110px;
  background-image: url(../images/tmp/bg/bg_02_head.png);
  background-position: center;
  background-repeat: no-repeat;
}

.contents_foot2{
  width: 100%;
  height: 110px;
  background-image: url(../images/tmp/bg/bg_02_footer.png);
  background-position: center;
  background-repeat: no-repeat;
}

.contents_wrapper2{
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: auto;
  background-image: url(../images/tmp/bg/bg_02_inner.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}




.contents_inner{
  position: relative;
  overflow: hidden;
  width: 1100px;
  margin: auto;
}

/* =============================================================================
   グローバルメニュー
   ========================================================================== */

.menu{
  width: 100%;
}

.menu_wrap{
  width: 1000px;
  height: 60px;
  margin: auto;
  margin-top: 20px;
}

.menu_wrap li{
  float: left;
  font-family: 'CFAnachy';
  font-size: 160%;
  padding: 5px 15px 10px 15px;
  text-shadow: 
    black 2px 0px 0px, black -2px 0px 0px,
    black 0px -2px 0px, black 0px 2px 0px,
    black 2px 2px 0px, black -2px 2px 0px,
    black 2px -2px 0px, black -2px -2px 0px,
    black 1px 2px 0px, black -1px 2px 0px,
    black 1px -2px 0px, black -1px -2px 0px,
    black 2px 1px 0px, black -2px 1px 0px,
    black 2px -1px 0px, black -2px -1px 0px,
    black 1px 1px 0px, black -1px 1px 0px,
    black 1px -1px 0px, black -1px -1px 0px;
}

.menu_wrap li a{
  color: rgba(192,192,192,1.00);
  text-decoration: none;
  font-weight: normal;
}

.menu_wrap li a:hover{
  color: rgba(171,0,0,1.00) !important;
  text-shadow: 
    white 2px 0px 0px, white -2px 0px 0px,
    white 0px -2px 0px, white 0px 2px 0px,
    white 2px 2px 0px, white -2px 2px 0px,
    white 2px -2px 0px, white -2px -2px 0px,
    white 1px 2px 0px, white -1px 2px 0px,
    white 1px -2px 0px, white -1px -2px 0px,
    white 2px 1px 0px, white -2px 1px 0px,
    white 2px -1px 0px, white -2px -1px 0px,
    white 1px 1px 0px, white -1px 1px 0px,
    white 1px -1px 0px, white -1px -1px 0px;}

.menu_wrap li a:visited{
  color: rgba(192,192,192,1.00);
}

.menu_wrap2{
  width: 800px;
  height: 50px;
  margin: auto;
  margin-top: 10px;
}

.menu_wrap2 li{
  float: left;
}

  .menu_wrap2 li img{
    height: 35px;
    width: auto;
  }



.menu_logo{
  position: absolute;
  height: 30px;
  top: 20px;
  left: 10px;
}

.menu_logo img{
  height: 100%;
  width: auto;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1100px;
    z-index: 200;
    background-color: rgba(0,0,0,1.00);
}


	.menu_on{
		background-image:url(../images/menu/pc/mebu_bg_on.png);
		background-position: top left;
		background-repeat: no-repeat;
	}

.menu-fix{
    position: fixed;
    top: -95px;
    left: 0;
    width: 100%;
    min-width: 1100px;
    transition: .5s;
    background-color: rgba(0,0,0,1.00);
  z-index: 500;
}

.menu-fix.show{
  top: 0;
  border-bottom: rgba(1,79,123,1.00) 2px solid;
}


/* ---------------------------------------------------------------------------
   ページャー
   ---------------------------------------------------------------------------*/

.page {
}

.page-elm {
	overflow:hidden;
}

.pager {
	clear:both;
	margin:30px 0;
	text-align:center;
}

.pager span {
	margin:5px;
	padding:5px 8px;
	color:#FFFFFF;
	background:rgba(0,0,0,1.00);
	border:rgba(171,0,0,1.00) 1px solid;
}
.pager span:hover {
	cursor:pointer;
	background:rgba(171,0,0,1.00);
	color:rgba(255,255,255,1.00);
}

.pager span.current {
	color:#fff;
	background:rgba(171,0,0,1.00);
}
.pager span.current:hover {
	cursor:default;
}

.pager span.invalid {
	display:none;
}
.pager span.invalid:hover {
	cursor:default;
}

.pager span.ellipsis {
	color:#000;
	background:none;
	border:none;
}
.pager span.ellipsis:hover {
	cursor:default;
}

.pager span.first,
.pager span.last,
.pager span.prev,
.pager span.next {
	background:rgba(0,0,0,1.00);
	border:rgba(255,255,255,1.00) 1px solid;
	color:rgba(255,255,255,1.00);
}

.pager span.first:hover,
.pager span.last:hover,
.pager span.prev:hover,
.pager span.next:hover {
	color:#fff;
	background:rgba(171,0,0,1.00);
}

.pageNum {
	margin:30px 0;
	text-align:center;
}


/* ----------------------------*/


.pageFilter{
  width: 100%;
  margin: auto;
}

.pageFilter li{
  float: left;
	padding-bottom:10px;
  padding: 10px 15px 10px 15px;
  margin-right: 10px;
  border: rgba(223,174,91,1.00) 1px solid;
  background-color: rgba(255,255,255,1.00);
  border-radius: 10px;
}

	.pageFilter a{
		color:rgba(0,0,0,1.00) !important;
		text-decoration:none;
	}

	.pageFilter .selected a{
    color:rgba(255,255,255,1.00) !important;
	  font-weight:900;
	}
  
	.pageFilter .selected {

    background-color: rgba(237,152,176,1.00);
	}
	
	.pageFilter a.visited{
		color:rgba(0,0,0,1.00);
		text-decoration:none;
  }



/* ==========================================================================
   記事フィルター
   ========================================================================== */

.filter_wrapper{
  position: relative;
  overflow: hidden;
  width: 100%;
}

.filter_wrapper a{
  display: block;
}

.filter_wrapper .list{
  display: block;
  float: left;
  margin-right: 15px;
  line-height: 1.8;
  font-weight: 400;
  padding: 3px 10px 3px 10px;
  background-color: rgba(255,255,255,1.00);
  border: rgba(155,155,155,1.00) 1px solid;
}

.filter_wrapper .list a{
  color: rgba(124,124,122,1.00);
  text-decoration: none;
}
.filter_wrapper .list a:visited{
  color: rgba(124,124,122,1.00);
  text-decoration: none;
}



/* =============================================================================
   ニュース
   ========================================================================== */

.newsFilter li{
   margin-bottom: 10px;
}

	.newsFilter a{
    font-family: 'Noto Serif JP', serif;
    display:block;
    width: 180px;
    padding: 10px 0 10px 10px;
    color: rgba(255,255,255,1.00) !important;
    text-decoration: none;
    background-color: rgba(0,0,0,1.00);
    border: rgba(172,0,0,1.00) 1px solid;
    border-radius: 15px;
    font-size: 100%;
    margin-left: 10px;
    font-weight: 900;
	}


	.newsFilter .selected a {
		background-color:rgba(171,0,0,1.00);
	}
	
	.newsFilter li a.visited{
    color: rgba(255,255,255,1.00) !important;
    background-color: rgba(0,0,0,1.00);
    text-decoration:none;
	}

 
 .news_day{
   width: 120px;
   color: rgba(0,0,0,1.00);
   text-align: center;
   font-size: 200%;
   font-weight: 900;
   line-height: 1;
   margin-top: 10px;
 }
   
 .news_year{
   width: 120px;
   color: rgba(0,0,0,1.00);
   text-align: center;
   font-size: 100%;
   font-weight: 900;
 }  
   

 .package_day{
   width: 200px;
   color: rgba(0,0,0,1.00);
   text-align: center;
   font-size: 200%;
   font-weight: 900;
   line-height: 1;
   margin-top: 10px;
 }
   
 .package_year{
   width: 200px;
   color: rgba(0,0,0,1.00);
   text-align: center;
   font-size: 100%;
   font-weight: 900;
 }  


.package_new{
  position: absolute;
  background-color: rgba(238,0,0,1.00);
  color: rgba(255,255,255,1.00);
  font-weight: 600;
  font-size: 80%;
  top: 0;
  left: 0;
  padding: 0 5px;
}

.package_new2{
  position: absolute;
  background-color: rgba(238,0,0,1.00);
  color: rgba(255,255,255,1.00);
  font-weight: 600;
  font-size: 100%;
  top: 0;
  right: 0;
  padding: 0 5px;
}


/* =============================================================================
   オンエア
   ========================================================================== */


.onair_wrapper{
	font-size:16px;
	line-height:2.5;
	text-align:center;
	font-weight:600;
  color: rgba(255,255,255,1.00);
}


.onair_wrapper2{
	font-size:16px;
	line-height:2.5;
	text-align:center;
	margin-bottom:400px;
	font-weight:600;
}


.onair_name_inner{
	position:relative;
	width:100%;
   display: -webkit-flex; /* Safari */
  	display: flex;
  	-webkit-flex-direction: row; /* Safari */
  	flex-direction:         row;
  	-webkit-align-items: baseline; /* Safari */
  	align-items:         baseline;
}

.onair_title{
	width: 100%;
	font-family: 'Vollkorn', serif;
	font-size:28px;
	letter-spacing: 7px;
	font-weight:700;
	text-align: center;

}

	.onair_title img{
		vertical-align:baseline;
	}

.onair_title_en{
	width:22px;
	font-size:100%;
	font-weight:700;
	text-align:center;
}


.onair_box_inner{
  width: 850px;
  margin: auto;
  line-height: 1.6;
}

.onair_box01{
  float: left;
  text-align: left;
  width: 40%;
	font-size: 200%;
	letter-spacing:5px;
  color: rgba(0,0,0,1.00);
	font-family: 'Noto Serif Japanese', sans-serif;
	font-weight: 900;
  border-bottom: rgba(0,0,0,1.00) 1px solid;
  text-shadow:
    1px 1px 1px rgba(197,197,197,1.00), -1px 1px 1px rgba(197,197,197,1.00),
    1px -1px 1px rgba(197,197,197,1.00), -1px -1px 1px rgba(197,197,197,1.00);
}

  .onair_box01 a{
    color: rgba(0,0,0,1.00);
    text-decoration: none;
    border-bottom: rgba(22,71,148,1.00) 2px dotted;
  }
  
  .onair_box01 a:hover{
    color: rgba(255,255,255,1.00) !important;
    background-color: rgba(22,71,148,1.00);
  }
  
  .onair_box01 a:visited{
    color: rgba(0,0,0,1.00);
  }


.onair_box01_brk{
  float: left;
  text-align: left;
  width: 40%;
}

.onair_box02{
	float: left;
  text-align: left;
  width: 60%;
	font-size: 200%;
	margin-bottom: 40px;
	letter-spacing:3px;
	font-family: 'Noto Serif Japanese', sans-serif;
	font-weight: 600;
  border-bottom: rgba(255,255,255,1.00) 1px solid;
  text-shadow:
    black 1px 1px 2px, black -1px 1px 2px,
    black 1px -1px 2px, black -1px -1px 2px;
}

  .onair_box02_02{
	float: left;
  text-align: left;
  width: 60%;
	font-size: 200%;
	margin-bottom: 10px;
	letter-spacing:3px;
	font-family: 'Noto Serif Japanese', sans-serif;
	font-weight: 600;
  border-bottom: rgba(255,255,255,1.00) 1px solid;
  text-shadow:
    black 1px 1px 2px, black -1px 1px 2px,
    black 1px -1px 2px, black -1px -1px 2px;
  }

.onair_box02_2{
	text-align: center;
	font-size: 120%;
	margin-bottom: 30px;
	letter-spacing:2px;
	font-family: 'Noto Serif Japanese', sans-serif;
	font-weight: 600;
}

.onair_box02_brk{
  float: left;
  text-align: center;
  width: 60%;
  font-weight: 400;
  font-size: 80%;
  margin-bottom: 40px;
  text-shadow:
    black 1px 1px 2px, black -1px 1px 2px,
    black 1px -1px 2px, black -1px -1px 2px;
}

.onair_box03{
	text-align: center;
	font-size: 200%;
	letter-spacing:5px;
	color:rgba(36,152,211,1.00);
	margin-bottom: 30px;
	font-family: 'Noto Serif Japanese';
	font-weight:900;
  line-height: 1.2;
  /*text-shadow:
    white 1px 1px 2px, white -1px 1px 2px,
    white 1px -1px 2px, white -1px -1px 2px;*/
}





.onair_box04{
  float: left;
  text-align: left;
  width: 50%;
	font-size: 180%;
	letter-spacing:3px;
  color: rgba(0,0,0,1.00);
	font-family: 'Noto Serif Japanese', sans-serif;
	font-weight: 900;
  border-bottom: rgba(0,0,0,1.00) 1px solid;
}

  .onair_box04 a{
    color: rgba(0,0,0,1.00);
    text-decoration: none;
   text-shadow:
    1px 1px 1px rgba(197,197,197,1.00), -1px 1px 1px rgba(197,197,197,1.00),
    1px -1px 1px rgba(197,197,197,1.00), -1px -1px 1px rgba(197,197,197,1.00);
 }
  
  .onair_box04 a:hover{
    color: rgba(171,0,0,1.00) !important;
    text-decoration: none;
    text-shadow:
    black 1px 1px 2px, black -1px 1px 2px,
    black 1px -1px 2px, black -1px -1px 2px;
}
  
  .onair_box04 a:visited{
    color: rgba(0,0,0,1.00);
    text-decoration: none;
   text-shadow:
    1px 1px 1px rgba(197,197,197,1.00), -1px 1px 1px rgba(197,197,197,1.00),
    1px -1px 1px rgba(197,197,197,1.00), -1px -1px 1px rgba(197,197,197,1.00);
  }


.onair_box05{
	float: left;
  text-align: left;
  width: 50%;
	font-size: 180%;
	margin-bottom: 40px;
	letter-spacing:3px;
	font-family: 'Noto Serif Japanese', sans-serif;
	font-weight: 600;
  border-bottom: rgba(255,255,255,1.00) 1px solid;
  text-shadow:
    black 1px 1px 2px, black -1px 1px 2px,
    black 1px -1px 2px, black -1px -1px 2px;
}




.onair_box06{
	text-align: center;
	font-size: 200%;
	letter-spacing:5px;
	color:rgba(255,255,255,1.00);
	margin-bottom: 30px;
	font-family: 'Noto Serif Japanese';
	font-weight:900;
  line-height: 1.2;
  /*text-shadow:
    white 1px 1px 2px, white -1px 1px 2px,
    white 1px -1px 2px, white -1px -1px 2px;*/
}

.onair_box06_02{
	text-align: center;
	font-size: 140%;
	letter-spacing:5px;
	color:rgba(255,255,255,1.00);
	margin-bottom: 30px;
  margin-top: 50px;
	font-family: 'Noto Serif Japanese';
	font-weight:900;
  line-height: 1.2;
  /*text-shadow:
    white 1px 1px 2px, white -1px 1px 2px,
    white 1px -1px 2px, white -1px -1px 2px;*/
}

.onair_box07{
	text-align: center;
	font-size: 280%;
	letter-spacing:5px;
	color:rgba(36,152,211,1.00);
	margin-bottom: 30px;
	font-family: 'Noto Serif Japanese';
	font-weight:900;
  line-height: 1.2;
  /*text-shadow:
    white 1px 1px 2px, white -1px 1px 2px,
    white 1px -1px 2px, white -1px -1px 2px;*/
}



.onair_box08{
  float: left;
  text-align: left;
  width: 50%;
	font-size: 160%;
	letter-spacing:3px;
  color: rgba(0,0,0,1.00);
	font-family: 'Noto Serif Japanese', sans-serif;
	font-weight: 900;
  border-bottom: rgba(0,0,0,1.00) 1px solid;
  text-shadow:
    1px 1px 1px rgba(197,197,197,1.00), -1px 1px 1px rgba(197,197,197,1.00),
    1px -1px 1px rgba(197,197,197,1.00), -1px -1px 1px rgba(197,197,197,1.00);
}

.onair_box09{
	float: left;
  text-align: left;
  width: 50%;
	font-size: 160%;
	margin-bottom: 20px;
	letter-spacing:3px;
	font-family: 'Noto Serif Japanese', sans-serif;
	font-weight: 900;
  border-bottom: rgba(255,255,255,1.00) 1px solid;
  text-shadow:
    black 1px 1px 2px, black -1px 1px 2px,
    black 1px -1px 2px, black -1px -1px 2px;
}

.onair_box10{
	float: right;
  text-align: left;
  width: 50%;
	font-size: 160%;
	margin-bottom: 20px;
	letter-spacing:3px;
	font-family: 'Noto Serif Japanese', sans-serif;
	font-weight: 600;
  border-bottom: rgba(255,255,255,1.00) 1px solid;
  text-shadow:
    black 1px 1px 2px, black -1px 1px 2px,
    black 1px -1px 2px, black -1px -1px 2px;
}

.onair_box09 a{
  color: rgba(255,255,255,1.00);
  text-decoration: none;
}

.onair_box09 a:hover{

}


.onair_box11{
  text-align:center;
  width: 90%;
  margin: auto;
	font-size: 180%;
  margin-bottom: 15px;
	letter-spacing:3px;
	font-family: 'Noto Serif Japanese', sans-serif;
  border-bottom: rgba(130,130,130,1.00) 1px solid;
  color: rgba(237,237,237,1.00);
  text-shadow:
    black 1px 1px 2px, black -1px 1px 2px,
    black 1px -1px 2px, black -1px -1px 2px;
}


.onair_box12{
  width: 800px;
  margin: auto;
	text-align: center;
	font-size: 210%;
	letter-spacing:5px;
	color:rgba(171,0,0,1.00);
	margin-bottom: 50px;
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;	font-weight:900;
  line-height: 1.2;
  border: rgba(171,0,0,1.00) 4px solid;
  border-radius: 20px;
  padding: 20px 0 20px 0;
  background-color: rgba(0,0,0,0.40);
text-shadow: 
    rgba(255,255,255,0.60) 2px 0px 0px, rgba(255,255,255,0.60) -2px 0px 0px,
    rgba(255,255,255,0.60) 0px -2px 0px, rgba(255,255,255,0.60) 0px 2px 0px,
    rgba(255,255,255,0.60) 2px 2px 0px, rgba(255,255,255,0.60) -2px 2px 0px,
    rgba(255,255,255,0.60) 2px -2px 0px, rgba(255,255,255,0.60) -2px -2px 0px,
    rgba(255,255,255,0.60) 1px 2px 0px, rgba(255,255,255,0.60) -1px 2px 0px,
    rgba(255,255,255,0.60) 1px -2px 0px, rgba(255,255,255,0.60) -1px -2px 0px,
    rgba(255,255,255,0.60) 2px 1px 0px, rgba(255,255,255,0.60) -2px 1px 0px,
    rgba(255,255,255,0.60) 2px -1px 0px, rgba(255,255,255,0.60) -2px -1px 0px,
    rgba(255,255,255,0.60) 1px 1px 0px, rgba(255,255,255,0.60) -1px 1px 0px,
    rgba(255,255,255,0.60) 1px -1px 0px, rgba(255,255,255,0.60) -1px -1px 0px; 
}



.odm_wrapper{
  width: 90%;
  margin: auto;
  margin-bottom: 40px;
}

.odm_waku{
  border: rgba(136,136,136,1.00) 1px solid;
  border-radius: 10px;
  padding: 10px 0 10px 0px;
  margin-bottom: 12px;
	font-family: 'Noto Serif Japanese', sans-serif;
  font-size: 120%;
  background-color: rgba(10,10,10,0.20);
  text-shadow:
    black 1px 1px 2px, black -1px 1px 2px,
    black 1px -1px 2px, black -1px -1px 2px;
}


.odm_waku a{
  color: rgba(224,224,224,1.00);
	font-family: 'Noto Serif Japanese', sans-serif;
	font-weight: 900;
  text-decoration: none;
  text-shadow:
    black 1px 1px 2px, black -1px 1px 2px,
    black 1px -1px 2px, black -1px -1px 2px;
}

.odm_waku a:hover{
  color: rgba(171,0,0,1.00) !important;
}

.odm_waku a:visited{
  color: rgba(224,224,224,1.00);
  text-decoration: none;
}

.ondemand_wrapper{
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ondemand_box01{
  width: 48%;
  border: rgba(188,188,188,1.00) 1px solid;
  margin-bottom: 5px;
  padding-top: 10px;
}

.onair_caution{
  padding: 50px 0 20px 0;
  font-size: 90%;
	font-family: 'Noto Serif Japanese', sans-serif;
	font-weight: 600;
}


.onair_caution2{
  padding: 20px 0 50px 0;
  font-size: 110%;
	font-family: 'Noto Serif Japanese', sans-serif;
	font-weight: 600;
}

/* =============================================================================
   キャラクター
   ========================================================================== */

.chara_wrapper{
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: auto;
  background-image: url(../images/chara/bg_01.png);
  background-position: center top;
  background-repeat: no-repeat;
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.chara_pic{
  position: relative;
  overflow: hidden;
  width: 1100px;
  height: 916px;
  margin: auto;
}

.chara_menu{
  position: relative;
  overflow: hidden;
  width: 1100px;
  margin: auto;
  margin-bottom: 50px;
}

.chara_menu li{
  float: left;
  padding: 10px;
}


/* =============================================================================
   イントロ
   ========================================================================== */

.intro_wrapper{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 916px;
  margin: auto;
  background-image:url(../images/intro/p_001.png);
  background-position: center top;
  background-repeat: no-repeat;
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* =============================================================================
   スタッフ
   ========================================================================== */

.staff_wrapper{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 916px;
  margin: auto;
  background-image:url(../images/staff/bg_staff.png);
  background-position: center top;
  background-repeat: no-repeat;
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.staff_content{
  width: 1100px;
  margin: auto;
}

.staff_box01{
  float: left;
  width: 500px;
  margin-top: 120px;
  margin-left: 70px;
}

.staff_box02{
  float: left;
  width: 500px;
  margin-top: 120px;
  margin-left: 30px;
}



/* =============================================================================
   ストーリー
   ========================================================================== */


.story_wrapper{
	font-size:100%;
	line-height:2.5;
	text-align:left;
	font-weight:600;
  color: rgba(255,255,255,1.00);
}

.story_wrapper{
  width: 1000px;
  margin: auto;
}

.story_bamen_wrapper{
  position: relative;
  display: flex;
}

.story_bamen_box01{
  width: 60%;
}

.story_bamen_box02{
  width: 40%;
  margin-left: 1%;
}


.story_staff_wrap{
  width: 92%;
  margin: auto;
  font-size: 90%;
  line-height: 1.4;
  color: rgba(255,255,255,1.00);
  margin-bottom: 15px;
  font-weight: 400;
}

.story_arasuji{
  width: 95%;
  margin: 20px auto 20px 0px;
  padding: 15px;
	font-weight: 400;
  background-color: rgba(0,0,0,0.50);
}



/* =============================================================================
   スペシャル
   ========================================================================== */

.special_wrapper{
  width: 1000px;
  margin: auto;
  margin-bottom: 50px;
}

.sp_index01{
  margin-bottom: 15px;
}

.sp_title{
  padding: 8px 10px 8px 10px;
  background-color: rgba(0,0,0,1.00);
  font-weight: 600;
  color: rgba(255,255,255,1.00);
  font-size: 90%;
}

.sp_hover{
  display: block;
  background-color: rgba(255,255,255,1.00);
}

.sp_hover :hover{
  opacity: 0.8;
  transition: all .5s ease;
}

.sp_box_border{
  border: rgba(164,0,0,1.00) 2px solid;
}



.modal_special_txt01{
  font-size: 110%;
  color: rgba(255,255,255,1.00);
  padding-left: 20px;
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}



.flex_sp_wrapper{
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

 .sp_icon_day{
   width: 200px;
   color: rgba(0,0,0,1.00);
   text-align: center;
   font-size: 200%;
   font-weight: 900;
   line-height: 1;
   margin-top: 16px;
 }
 
 .sp_b01{
   width: 100%;
   margin-bottom: 15px;
   margin-top: 5px;
 }
 
 .sp_b01 img{
   width: 100%;
   height: auto;
 }
 
 .sp_b01 a:hover{
   background-color:transparent !important;
 }
 
.flex_box_sp24{
  width: 24%;
}

.sp_b02{
  width: 400px;
  margin: 50px auto auto auto;
}

.sp_b02 img{
  width: 100%;
  height: auto;
}

 .sp_b02 a:hover{
   background-color:transparent !important;
 }



.sp_comment_wrapper{
  position:relative;
	display: flex;
	flex-wrap: wrap;
}

.sp_comment_box01{
  width: 20%;
}

  .sp_comment_box01 img{
    width: 100%;
    height: auto;
  }

.sp_comment_box02{
  width: 80%;
}

.sp_comment_txt01{
  width: 95%;
  font-size: 100%;
  margin: auto;
  margin-bottom: 40px;
  line-height: 1.8;
}

.sp_comment_q{
  border-bottom: rgba(171,0,0,1.00) 1px solid;
  font-size: 110%;
  font-weight: 900;
  background-image: url(../images/tmp/h_parts/h_bg01.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 5px 10px 5px 25px;
  line-height: 1.4;
}

.sp_comment_name{
  width: 350px;
  margin-bottom: 20px;
}
  .sp_comment_name img{
    width: 100%;
    height: auto;
  }

/* =============================================================================
   パッケージ
   ========================================================================== */

.modal_wrap{
  position: relative;
  width: 750px;
  margin: auto;
  font-weight: 600;
  line-height: 2.0;
  color: rgba(255,255,255,1.00);
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }

.modal_w{
  position: relative;
}

.modal_package_txt01{
  font-size: 120%;
  color: rgba(255,255,255,1.00);
  padding-left: 20px;
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.modal_package_txt02{
  font-size: 140%;
  color: rgba(171,0,0,1.00);
  padding-left: 20px;
  font-weight: 900;
  text-shadow: 
    white 2px 0px 0px, white -2px 0px 0px,
    white 0px -2px 0px, white 0px 2px 0px,
    white 2px 2px 0px, white -2px 2px 0px,
    white 2px -2px 0px, white -2px -2px 0px,
    white 1px 2px 0px, white -1px 2px 0px,
    white 1px -2px 0px, white -1px -2px 0px,
    white 2px 1px 0px, white -2px 1px 0px,
    white 2px -1px 0px, white -2px -1px 0px,
    white 1px 1px 0px, white -1px 1px 0px,
    white 1px -1px 0px, white -1px -1px 0px;
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.package_tokuten_index01{
color: rgba(171,0,0,1.00);
font-size: 180%;
font-weight: 900;
margin-bottom: 15px;
line-height: 1.4;
}

.package_tokuten_shop{
  border: rgba(171,0,0,1.00) 1px solid;
  font-size: 110%;
  font-weight: 900;
  background-color: rgba(0,0,0,1.00);
  background-image: url(../images/tmp/h_parts/h_bg01.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 5px 10px 5px 25px;
  line-height: 1.6;
  color: rgba(255,255,255,1.00);
}

.package_tokuten_link_wrap{
  margin-left: 20px;
}

.package_tokuten_link{
  float: left;
  margin-right: 10px;
}

.modal_wrap a{
  color: rgba(255,255,255,1.00);
}

.modal_wrap a:hover{
  background-color: rgba(171,0,0,1.00);
  color: rgba(255,255,255,1.00);
}

.modal_wrap a:visited{
  color: rgba(255,255,255,1.00);
}

.open_modal{
  color: rgba(171,0,0,1.00);
  text-decoration: underline;
  cursor: pointer;
}

.open_modal:hover{
  background-color: rgba(171,0,0,1.00);
  color: rgba(255,255,255,1.00);
  text-decoration: none;
}


.p_toku_box01{
  float: left;
}


/* =============================================================================
   スペシャル
   ========================================================================== */

.main_box01 .head_special{
  width: 860px;
}

.main_box01 .head_special .title{
    color: rgba(224,0,39,1.00);
    font-size: 160%;
    letter-spacing: 1.2px;
    line-height: 1.4;
    font-weight: 600;
}


/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
   スマホ版
   〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */

@media screen and (max-width: 480px) {


/* ==========================================================================
   デザイン基本
   ========================================================================== */

html,body{
	min-width:100%;
	max-width:100%;
}


img{
	width:100%;
	height:auto;
}


/* -----------------------------------------
   ＰＣ・スマホ表示切り替え
   -----------------------------------------*/

.style_pc{
  display: none;
}

.style_mobile{
  display: block;
}

#mobileHeader{
	display:block;
	position:relative;
	width:100%;
	height:50px;
}

/* -----------------------------------------
   テーブル指定
   -----------------------------------------*/

table td, table th {
  display: block;
  width: 100%;
}



table.w50 td, table.w50 th {
  display: block;
  width: 100%;
}


.td50_bold{
  font-weight: bold;
}

/* -----------------------------------------
   イメージ寄せ
   -----------------------------------------*/

.img_left{
  float: none;
  width: 90%;
  margin: auto;
}
  .img_left img{
    width: 100%;
    height: auto;
  }

/* -----------------------------------------
   インデックス
   -----------------------------------------*/

h1{
  font-size: 110%;
  line-height: 1.4;
  padding: 10px 5px 15px 5px;
}

h2{
  font-size: 120%;
  font-weight: 900;
  background-size: 24px;
  line-height: 1.4;
  padding-left: 25px;
  padding-bottom: 5px;
}

h3{
  border-bottom: rgba(171,0,0,1.00) 1px solid;
  font-size: 120%;
  font-weight: 900;
  background-size:auto;
}

h4{
  color: rgba(172,0,0,1.00);
  font-size: 110%;
  line-height: 1.2;
}

h5{
  font-size: 100%;
}

h6{
}



/* -----------------------------------------
   テーブル指定（th下部に罫線を入れて表示）
   -----------------------------------------*/

.tbl2{
  width: 100%;
  margin-top: 10px;
}

.tbl2 td, .tbl2 th {
  display: block;
  width: 100%;
}

.tbl2 th{
  border-bottom: rgba(112,120,142,1.00) 1px dotted;
  font-weight: bold;
}




/* =============================================================================
   Flex 
   ========================================================================== */
   
.flex_wrapper{
  display:block;
}

.flex_wrapper2{
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.flex_box_pac28{
  width: 48%;
}



.flex_box_18{
  width: 100%;
}
.flex_box_20{
  width: 100%;
}

.flex_box_24{
  width: 95%;
  margin: auto;
}

.flex_box_28{
  width: 100%;
}

.flex_box_30{
  width: 100%;
}

.flex_box_32{
  width: 98%;
}


.flex_box_38{
  width: 100%;
}
.flex_box_40{
  width: 100%;
}


.flex_box_48{
  width: 98%;
}
.flex_box_50{
  width: 100%;
}


.flex_box_58{
  width: 100%;
}
.flex_box_60{
  width: 100%;
}


.flex_box_68{
  width: 100%;
}
.flex_box_70{
  width: 100%;
}


.flex_box_78{
  width: 100%;
}
.flex_box_78{
  width: 100%;
}


.flex_box_pv{
  width: 100%;
}


.w_80p{
  width: 80%;
  margin: auto;
}

/* ==========================================================================
   記事フィルター
   ========================================================================== */

.filter_serect_wrapper .list{
  display: block;
  float: left;
  width: 15%;
  font-size: 90%;
  line-height: 1.8;
  margin-bottom: 10px;
  margin-right: 2%;
  text-align: center;
}

.filter_serect_wrapper .list a{
}
.filter_serect_wrapper .list a:visited{
}

.selected{
}




/* =============================================================================
   メイン枠 
   ========================================================================== */

.crossfade{
  background-image: url(../images/news_tmp/bg_003.jpg);
}
.main_header{
  position: relative;
  overflow: hidden;
  width: 100%;
  height:auto;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 31px;
}

  .main_header .logo{
    float:none;
    width: 70%;
    height: auto;
    margin: auto;
  }
  
  .main_header .logo img{
    width: 100%;
    height: auto;
  }
  
  .main_header .pagetitle{
    position: relative;
    left: -15px;;
    width: 60%;
    height:auto;
    margin-top: 15px;
  }
  
  .main_header .pagetitle  img{
    width: 100%;
    height: auto;
  }


.main_wrap{
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: auto;
}

.main_left{
  position: relative;
  overflow: hidden;
  float:none;
  width: 95%;
  margin: auto;
  margin-bottom: 20px;
}

.main_right{
  position: relative;
  overflow: hidden;
  float:none;
  width: 95%;
  margin: auto;
}

.main_center{
  position: relative;
  overflow: hidden;
  width: 95%;
  margin: auto
}

.b_back_top a{
  position: relative;
  width: auto;
  padding: 5px 0 5px 0;
  font-size: 120%;
  margin: auto;

  text-align: center;
  font-weight: 900;
}

.main_box01{
  position: relative;
  overflow: hidden;
  border: rgba(172,0,0,1.00) 1px solid;
  border-radius: 15px;
  margin-bottom: 45px;
}

.main_box01 .header{
  background-color: rgba(0,0,0,1.00);
  padding: 10px;
  display:block;
}

.main_box01 .head_left{
  width: 140px;
  height: 33px;
  background-image: url(../images/news_tmp/bg_day_mobile.png);
  background-position: center;
  background-repeat: no-repeat;
  margin: 5px 0 5px 0;
  display: flex;
}

.main_box01 .head_left2{
  width: 200px;
  height: 33px;
  background-image: url(../images/package/bg_day_mobile.png);
  background-position: center;
  background-repeat: no-repeat;
  margin: 5px 0 5px 0;
  display: flex;
}

.main_box01 .head_left3{
  display: none;
}

.main_box01 .head_right{
  width: 100%;
}

.main_box01 .head_right2{
  width: 100%;
}

.main_box01 .head_right3{
  width: 100%;
}

  .head_right .title{
    color: rgba(224,0,39,1.00);
    font-size: 110%;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 1.4;
  }

  .head_right2 .title{
    color: rgba(224,0,39,1.00);
    font-size: 110%;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 1.4;
  }

  .head_right3 .title{
    color: rgba(224,0,39,1.00);
    font-size: 110%;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 1.4;
    padding: 10px;
  }
.main_box01 .content{
  padding: 30px 20px 30px 20px;
  font-size: 90%;
  line-height: 2.0;
}


.main_box01 .content2{
  padding: 30px;
}


.copy{
  width: 90%;
  margin: auto;
  font-size: 70%;
  margin-top: 100px;
  margin-bottom: 100px;
}


/* =============================================================================
   グローバルメニュー
   ========================================================================== */
   
.menu_wrap{
  display: none;
}

.menu_wrap li{
}


/* =============================================================================
   コンテンツ
   ========================================================================== */

.contents_wrapper{
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: auto;
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.contents_inner{
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: auto;
}
/* =============================================================================
   ニュース
   ========================================================================== */
 
 .newsFilter li{
   margin-bottom: 10px;
   float: left;
}

	.newsFilter a{
    font-family: 'Noto Serif JP', serif;
    display:block;
    width:auto;
    padding: 5px 10px 5px 10px;
    color: rgba(255,255,255,1.00) !important;
    text-decoration: none;
    background-color: rgba(0,0,0,1.00);
    border: rgba(172,0,0,1.00) 1px solid;
    border-radius: 15px;
    font-size: 90%;
    margin-left: 5px;
    font-weight: 900;
	}


	.newsFilter li .selected {
		background-color:rgba(171,0,0,1.00);
	}
	
	.newsFilter li a.visited{
    color: rgba(255,255,255,1.00) !important;
    background-color: rgba(0,0,0,1.00);
    text-decoration:none;
	}

.news_day{
   width: 110px;
   color: rgba(0,0,0,1.00);
   text-align:right;
   font-size: 110%;
   font-weight: 900;
   line-height: 1;
   margin-top: 10px;
   margin-right: 10px;
 }
   
 .news_year{
   width: 120px;
   color: rgba(0,0,0,1.00);
   text-align:left;
   font-size: 90%;
   font-weight: 900;
   margin-top: 8px;
 }  



/* =============================================================================
   オンエア
   ========================================================================== */


.onair_wrapper{
	width: 95%;
	margin: auto;
	font-size:14px;
	line-height:1.4;
	text-align:center;
	margin-bottom:0px;
	font-weight:600;
}


.onair_wrapper2{
	font-size:14px;
	line-height:1.4;
	text-align:center;
	margin-bottom:400px;
	font-weight:600;
}


.onair_name_inner{
	position:relative;
	width:100%;
  	display: -webkit-flex; /* Safari */
  	display: flex;
  	-webkit-flex-direction: row; /* Safari */
  	flex-direction:         row;
  	-webkit-align-items: baseline; /* Safari */
  	align-items:         baseline;
}

.onair_title{
	width: 100%;
	font-family: 'Vollkorn', serif;
	font-size:18px;
	letter-spacing: 3px;
	font-weight:700;
	text-align: center;

}

	.onair_title img{
		vertical-align:baseline;
	}

.onair_box_inner{
  width: 100%;
  margin: auto;
  line-height: 1.6;
}

.onair_box01{
  float: none;
	text-align: center;
	font-size: 140%;
	letter-spacing:3px;
	font-family: 'Noto Serif Japanese', sans-serif;
	font-weight: 900;
  width: 100%;
  border-bottom: none;
}

.onair_box01_brk{
  display: none;
  float:none;
  text-align: left;
  width: 100%;
}

.onair_box02{
  float: none;
	text-align: center;
	font-size: 140%;
	margin-bottom: 50px;
	letter-spacing:3px;
	font-family: 'Noto Serif Japanese', sans-serif;
	font-weight: 600;
  width: 100%;
  border-bottom: none;
}


  .onair_box02_02{
  float: none;
	text-align: center;
	font-size: 140%;
	margin-bottom: 10px;
	letter-spacing:3px;
	font-family: 'Noto Serif Japanese', sans-serif;
	font-weight: 600;
  width: 100%;
  border-bottom: none;
  }

.onair_box02_2{
	text-align: center;
	font-size: 120%;
	margin-bottom: 30px;
	letter-spacing:2px;
	font-family: 'Noto Serif Japanese', sans-serif;
	font-weight: 600;
}

.onair_box02_brk{
  float:none;
  text-align: center;
  width: 100%;
}



.onair_box03{
	text-align: center;
	font-size: 180%;
	letter-spacing:5px;
	margin-bottom: 40px;
	font-family: 'Noto Serif Japanese';
}


.onair_box04{
  float: none;
	text-align: center;
	font-size: 140%;
	letter-spacing:3px;
	font-family: 'Noto Serif Japanese', sans-serif;
	font-weight: 900;
  width: 100%;
  border-bottom: none;
}


  .onair_box04 a{
    color: rgba(255,255,255,1.00);
    text-decoration: none;
    text-shadow:
    black 1px 1px 2px, black -1px 1px 2px,
    black 1px -1px 2px, black -1px -1px 2px;
 }
  
  .onair_box04 a:hover{
    color: rgba(171,0,0,1.00) !important;
    text-decoration: none;
    text-shadow:
    black 1px 1px 2px, black -1px 1px 2px,
    black 1px -1px 2px, black -1px -1px 2px;
}
  
  .onair_box04 a:visited{
    color: rgba(255,255,255,1.00);
    text-decoration: none;
    text-shadow:
    black 1px 1px 2px, black -1px 1px 2px,
    black 1px -1px 2px, black -1px -1px 2px;
  }





.onair_box05{
  float: none;
	text-align: center;
	font-size: 140%;
	margin-bottom: 0px;
	letter-spacing:3px;
	font-family: 'Noto Serif Japanese', sans-serif;
	font-weight: 600;
  width: 100%;
  border-bottom: none;
  color: rgba(237,237,237,1.00);
}



.onair_box06{
	text-align: center;
	font-size: 140%;
	letter-spacing:5px;
	margin-bottom: 30px;
	font-family: 'Noto Serif Japanese';
}

.onair_box06_02{
  font-size: 130%;
	letter-spacing:1px;
  font-weight: 600;
}

.onair_box07{
	text-align: center;
	font-size: 180%;
	letter-spacing:5px;
	margin-bottom: 20px;
	font-family: 'Noto Serif Japanese';
}


.onair_box11{
  font-size: 140%;
  padding-bottom: 10px;
}

.onair_box12{
  width: 95%;
  font-size: 130%;
  line-height: 1.4;
}

.odm_waku{
  width: 99%;
  border: rgba(136,136,136,1.00) 1px solid;
  border-radius: 10px;
  padding: 10px 0 10px 0px;
  margin-bottom: 12px;
	font-family: 'Noto Serif Japanese', sans-serif;
  font-size: 120%;
  background-color: rgba(10,10,10,0.20);
  text-shadow:
    black 1px 1px 2px, black -1px 1px 2px,
    black 1px -1px 2px, black -1px -1px 2px;

}

.odm_amazon{
  width: 99%;
  border: rgba(136,136,136,1.00) 1px solid;
  border-radius: 10px;
  padding: 10px 0 10px 0px;
  margin-bottom: 12px;
  background-color: rgba(10,10,10,0.20);
}


.ondemand_wrapper{
  position: relative;
  overflow: hidden;
  display:block;
}

.ondemand_box01{
  width: 90%;
  margin: auto;
  border:none;
  margin-bottom: 5px;
  padding-top: 10px;
}

.onair_caution{
  width: 90%;
  margin: auto;
  text-align: left;
}


/* =============================================================================
   キャラクター
   ========================================================================== */

.chara_wrapper_m{
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: auto;
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.chara_pic_m{
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: auto;
}

.chara_menu{
  width: 95%;
  margin: auto;
}

.chara_menu li{
  width: 45%;
  float: left;
  padding: 2%;
}

.chara_menu li img{
  width: 100%;
  height: auto;
}

/* =============================================================================
   イントロ
   ========================================================================== */

.intro_wrapper_m{
  position: relative;
  overflow: hidden;
  width: 100%;
  height:auto;
  margin: auto;
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.intro_wrapper_m img{
  width: 100%;
  height: auto;
}

/* =============================================================================
   スタッフ
   ========================================================================== */

.staff_content{
  width: 90%;
  margin: auto;
}

.staff_box01{
  float:none;
  width: 100%;
  margin: auto;
}

.staff_box02{
  float:none;
  width: 100%;
  margin: auto;
  margin-top: 10px;
}


/* ---------------------------------------------------------------------------
   ストーリー
   ---------------------------------------------------------------------------*/


.story-box h2{
	background-image:url(../images/tmp/h_parts/h_bg01.png);
	background-position: top left;
	background-repeat: no-repeat;
  background-size: auto;
	padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 10px;
	font-size: 120%;
	font-weight: 900;
	color: rgba(255,255,255,1.00);
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	margin-bottom: 15px;
  line-height: 1.4
}


.story_wrapper{
  width: 95%;
  margin: auto;
}

.story_bamen_wrapper{
  position: relative;
  display:block;
}


.story_bamen_box01{
  width: 100%;
}

.story_bamen_box02{
  width: 100%;
}




.back_page{
  position: absolute;
  right:20px;
  top: 80px;
  font-weight: 900;
  font-size: 80%;

}




.story_staff_wrap{
  width: 100%;
  margin: auto;
  font-size: 90%;
  line-height: 1.4;
  color: rgba(255,255,255,1.00);
  margin-bottom: 15px;
  font-weight: 400;
}

.story_arasuji{
  width:auto;
  margin: auto;
	font-weight: 400;
  padding: 15px 3% 15px 3%;
}


/* ---------------------------------------------------------------------------
   スペシャル
   ---------------------------------------------------------------------------*/

.special_wrapper{
  width: 90%;
  margin: auto;
  margin-bottom: 50px;
}


.sp_index01{
  width: 80%;
}


.modal_special_txt01{
  font-size: 100%;
  padding-left: 0;
  line-height: 1.6;
}


.sp_icon_day{
  float: left;
   width: 100px;
   color: rgba(0,0,0,1.00);
   text-align:right;
   font-size: 110%;
   font-weight: 900;
   line-height: 1;
   margin-top: 8px;
   margin-right: 10px;
 }
   

 .sp_b01{
   width: 100%;
   margin-bottom: 15px;
   margin-top: 5px;
 }
 
 .sp_b01 img{
   width: 100%;
   height: auto;
 }
 
 .sp_b01 a:hover{
   background-color:transparent !important;
 }
 
 .flex_sp_wrapper{
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex_box_sp24{
  width: 48%;
} 

.sp_b02{
  width: 80%;
  margin: 30px auto auto auto;
}

/* ---------------------------------------------------------------------------
   パッケージ
   ---------------------------------------------------------------------------*/


.modal_wrap{
  position: relative;
  width: 100%;
  margin: auto;
  margin-top: 50px;
  font-family: "Rounded Mplus 1c";
  font-weight: 600;
  line-height: 1.4;
  font-size: 90%;
  color: rgba(255,255,255,1.00);
}

.modal_w{
  position: relative;
}

.modal_package_txt01{
  font-size: 100%;
  color: rgba(255,255,255,1.00);
  padding-left: 20px;
}

.package_day{
  float: left;
   width: 100px;
   color: rgba(0,0,0,1.00);
   text-align:right;
   font-size: 110%;
   font-weight: 900;
   line-height: 1;
   margin-top: 10px;
   margin-right: 10px;
 }
   
 .package_year{
   float: left;
  width: 50px;
   color: rgba(0,0,0,1.00);
   text-align:left;
   font-size: 90%;
   font-weight: 900;
   margin-top: 8px;
 }  

.package_tokuten_index01{
font-size: 140%;
font-weight: 900;
margin-bottom: 15px;
line-height: 1.4;
}


.p_toku_box01{
  float:none;
  margin-bottom: 10px;
}

/* =============================================================================
   スペシャル
   ========================================================================== */

.main_box01 .head_special{
  width: 100%;
}

.main_box01 .head_special .title{
    color: rgba(224,0,39,1.00);
    font-size: 120%;
    letter-spacing: 1.2px;
    line-height: 1.4;
    font-weight: 600;
    padding: 5px;
}



.sp_comment_wrapper{
  position:relative;
	display:block;
}

.sp_comment_box01{
  width: 40%;
  margin: auto;
}

  .sp_comment_box01 img{
    width: 100%;
    height: auto;
  }

.sp_comment_box02{
  width: 100%;
}

.sp_comment_txt01{
  width: 95%;
  font-size: 100%;
  margin: auto;
  margin-bottom: 40px;
  line-height: 1.8;
}


/* -----------------------------------------
   TOPへ戻る
   -----------------------------------------*/

#back-top {
  display: none;
}


}