@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&family=Play:wght@400;700&display=swap');

body {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  margin: 0;
  font-size: 110%;
  font-family: 'Noto Sans JP', serif;
  -webkit-text-size-adjust: 100%; /* アイフォンで文字サイズ固定 */
  min-width: auto;
  letter-spacing: 0.18em; /* 文字間 */
  line-height: 120%; /* 行の高さ */
}

.text_responsive { /* 文字自動縮小 */
  line-height: 130%; /* 行の高さ */
}

/****************************************インデックス*****************************************/

.page_index {
  position: relative;
  margin: 100px auto 100px auto;
  height: auto;
  max-width: 768px;
}

.estop_index { /*ブランドＴＯＰに戻る*/
  position: relative;
  margin: 0px auto 50px auto;
  color: #ffffff;
}

.img_size_logo{ /* ロゴ画像 */
  position: relative;
  margin: 30px 0px 0px auto;
}

.yes_no{ /*はい、いいえボタン位置*/
  position: relative;
  top: 0px;
  left: 0px;
}

.button_yes { /*はいボタン*/
  background-color: rgba(121, 0, 0,0.8);
  width: 80px;
  text-align: center;
  padding: 10px 40px 10px 40px;
  margin: 25px 10px 25px 10px;
  display: inline-block;
  transition: .3s;
}

.button_yes:hover {
  background-color: rgba(0, 0, 0,0.8);
  color: #fdf959;
  text-shadow: 1px 1px 10px rgba(255, 0, 0, 0.8),-1px 1px 10px rgba(255, 0, 0, 0.8),1px -1px 10px rgba(255, 0, 0, 0.8),1px -1px 10px rgba(255, 0, 0, 0.8); /*横・縦・ぼかし・色*/
  box-shadow: 1px 1px 8px rgba(255, 0, 0, 0.5),-1px 1px 8px rgba(255, 0, 0, 0.5),1px -1px 8px rgba(255, 0, 0, 0.5),1px -1px 8px rgba(255, 0, 0, 0.5); /*横・縦・ぼかし・色*/
}

.button_no { /*いいえボタン*/
  background-color: rgba(29, 32, 139,0.8);
  width: 80px;
  text-align: center;
  padding: 10px 40px 10px 40px;
  margin: 25px 10px 25px 10px;
  display: inline-block;
  transition: .3s;
}

.button_no:hover {
  background-color: rgba(0, 0, 0,0.8);
  color: #ffffff;
  text-shadow: 1px 1px 10px rgba(255, 0, 0, 0.8),-1px 1px 10px rgba(255, 0, 0, 0.8),1px -1px 10px rgba(255, 0, 0, 0.8),1px -1px 10px rgba(255, 0, 0, 0.8); /*横・縦・ぼかし・色*/
  box-shadow: 1px 1px 8px rgba(255, 0, 0, 0.5),-1px 1px 8px rgba(255, 0, 0, 0.5),1px -1px 8px rgba(255, 0, 0, 0.5),1px -1px 8px rgba(255, 0, 0, 0.5); /*横・縦・ぼかし・色*/
}

.button_no_copy { /*NOコピーボタン*/
  background-color: rgba(133, 116, 35,0.8);
  width: auto;
  text-align: center;
  padding: 10px 40px 10px 40px;
  margin: 5px 0px 5px 0px;
  display: inline-block;
  transition: .6s;
}

.button_no_copy:hover {
  background-color: rgba(0, 0, 0,0.8);
  color: #ffffff;
  text-shadow: 1px 1px 10px rgba(255, 0, 0, 0.8),-1px 1px 10px rgba(255, 0, 0, 0.8),1px -1px 10px rgba(255, 0, 0, 0.8),1px -1px 10px rgba(255, 0, 0, 0.8); /*横・縦・ぼかし・色*/
  box-shadow: 1px 1px 8px rgba(255, 0, 0, 0.5),-1px 1px 8px rgba(255, 0, 0, 0.5),1px -1px 8px rgba(255, 0, 0, 0.5),1px -1px 8px rgba(255, 0, 0, 0.5); /*横・縦・ぼかし・色*/
}

.no_copy{ /*NOコピーボタン位置*/
  position: relative;
  top: 20px;
}

/*********************************************全体********************************************/

html,body{ /*iPad・iPhone右側余白対策用1（HTML側のMETA name="viewport"〜でサイト横幅指定）*/
  width: 100%;
}

#wrapper { /*iPad・iPhone右側余白対策用2*/
  overflow: hidden;
}

/*---------------------------------------------------------*/

img {
  image-rendering: -webkit-optimize-contrast;
}

a { /*リンク文字 */
  color: #ffffff;
  text-decoration: none;
}

a:link { /*クリックしていないリンク文字 */
  color: #ffffff;
}

a:visited { /*クリックしたリンク文字 */
  color: #ffffff;
}

a:hover { /*マウスON*/
  color: #ff5a00;
  text-shadow: 1px 1px 8px rgba(255, 250, 141, 1.0),-1px 1px 8px rgba(255, 250, 141, 1.0),1px -1px 8px rgba(255, 250, 141, 1.0),1px -1px 8px rgba(255, 250, 141, 1.0); /*横・縦・ぼかし・色*/
  transition: .2s;
}

/*---------------------------------------------------------*/

rt { /*ルビ*/
  position: relative;
  letter-spacing: 0.1em; /* 文字間 */
  font-size: 55%;
}

/*---------------------------------------------------------*/

h1{
  position: relative;
  margin: 0px auto;
  display: inline-block;
  font-size: 150%;
  color: #ffffff;
  text-shadow: 1px 1px 20px rgba(255, 0, 0, 0.8),-1px 1px 20px rgba(255, 0, 0, 0.8),1px -1px 20px rgba(255, 0, 0, 0.8),1px -1px 20px rgba(255, 0, 0, 0.8); /*横・縦・ぼかし・色*/
  font-weight: 700;
}

h2{
  position: relative;
  margin: 0px auto;
  display: inline-block;
  font-size: 150%;
  color: #ffffff;
  text-shadow: 1px 1px 20px rgba(255, 0, 0, 0.8),-1px 1px 20px rgba(255, 0, 0, 0.8),1px -1px 20px rgba(255, 0, 0, 0.8),1px -1px 20px rgba(255, 0, 0, 0.8); /*横・縦・ぼかし・色*/
  font-weight: 700;
}

h3{
  font-size: 160%;
  width: 100%;
  padding: 0.6rem 0rem;
  border-top: 3px solid #b9b483;
  border-bottom: 3px solid #89825b;
  background-color: rgba(0,0,0,0.8);
  color: #eae7a6;
  font-weight: 800;
  line-height: 120%; /* 行の高さ */
}

h3.content{
  font-size: 140%;
  width: 100%;
  padding: 0.4rem 0rem;
  margin: 3rem 0rem;
  border-top: 3px solid #b9b483;
  border-bottom: 3px solid #89825b;
  background-color: rgba(0,0,0,0.8);
  color: #eae7a6;
  font-weight: 800;
  line-height: 120%; /* 行の高さ */
}

h4 {
  position: relative;
  margin: 0px auto;
  display: inline-block;
  font-size: 180%;
  width: 100%;
  padding: 1em 0em;
  vertical-align: middle;
  text-shadow: 1px 1px 20px rgba(255, 0, 0, 0.8),-1px 1px 20px rgba(255, 0, 0, 0.8),1px -1px 20px rgba(255, 0, 0, 0.8),1px -1px 20px rgba(255, 0, 0, 0.8); /*横・縦・ぼかし・色*/
  font-weight: 700;
  line-height: 120%; /* 行の高さ */
}

h5 {
  position: relative;
  margin: 20px auto 20px auto;
  padding: 1em 0em;
  font-size: 150%;
  line-height: 140%; /* 行の高さ */
  text-align: center;
}

/*---------------------------------------------------------*/

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.letter_80 {
  position: relative;
  margin: 10px auto 20px auto;
  font-size: 80%;
  line-height: 130%; /* 行の高さ */
}

.letter_120 {
  font-size: 120%;
  line-height: 140%; /* 行の高さ */
}

.letter_130 {
  font-size: 130%;
  line-height: 130%; /* 行の高さ */
}

.letter_140 {
  font-size: 140%;
  line-height: 140%; /* 行の高さ */
}

.letter_150 {
  font-size: 150%;
  line-height: 150%; /* 行の高さ */
}

.letter_160 {
  font-size: 160%;
  line-height: 160%; /* 行の高さ */
}

.letter_180 {
  font-size: 180%;
  line-height: 130%; /* 行の高さ */
}

.color_yellow1 {
  color: #eae7a6;
  font-weight: 700;
  border-bottom: 3px double rgba(234, 231, 166, 0.3);
}

.color_yellow2 {
  color: #fdf959;
  font-weight: 700;
}

.color_yellow3 {
  color: #fdf959;
  font-weight: 700;
  text-shadow: 1px 1px 10px rgba(255, 0, 0, 0.8),-1px 1px 10px rgba(255, 0, 0, 0.8),1px -1px 10px rgba(255, 0, 0, 0.8),1px -1px 10px rgba(255, 0, 0, 0.8); /*横・縦・ぼかし・色*/
}

.color_pink1 {
  color: #fa3dae;
  font-weight: 900;
}

.color_red {
  color: #ff0000;
  font-weight: 900;
}

/*---------------------------------------------------------*/

#page_top {
  position: fixed;
  right: 10px;
  z-index: 2;
  opacity: 0;
  transform: translateX(80px);
}

#page_top.UpMove{
  animation: UpAnime 0.8s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateX(80px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

#page_top.DownMove{
  animation: DownAnime 0.8s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(80px);
  }
}

.page_top_bt {
  position: relative;
  width: 62px;
  height: 69px;
  margin: 0 auto;
  display:inline-block;
  overflow: hidden;
}
.page_top_bt img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

/*---------------------------------------------------------*/

ul { /*上部隙間消し*/
  float: right;
  margin: 0;
  position: relative;
  right: 0px;
  width: 100%;
}

li { /*リスト「・」非表示*/
  list-style-type: none;
}

.list ul {
  margin: 0; /*ボタン中央へ*/
  padding: 0; /*ボタン中央へ*/
}

.list li {
  list-style-type: none; /*リスト「・」非表示*/
  display: inline-block; /*ボタン左から並べる*/
}

.box{
  position: relative;
  margin: 0px auto 10px auto;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*---------------------------------------------------------*/

.page_title { /*個別ページの上部タイトル*/
  position: relative;
  margin: 120px auto 30px auto;
}

.page {
  position: relative;
  margin: 0px auto 150px auto;
  height: auto;
}

.page_story {
  position: relative;
  margin: 0px auto 100px auto;
  height: auto;
}

.page_dl {
  position: relative;
  margin: 0px auto 100px auto;
  height: auto;
  max-width: 80%;
}

.page_sp {
  position: relative;
  margin: 0px auto 300px auto;
  height: auto;
}

.page_sns_cam {
  position: relative;
  margin: 0px auto 0px auto;
  height: auto;
  max-width: 700px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5),-1px 1px 5px rgba(0, 0, 0, 0.5),1px -1px 5px rgba(0, 0, 0, 0.5),-1px -1px 5px rgba(0, 0, 0, 0.5); /*横・縦・ぼかし・色*/
}

.page_sns_cam_left {
  position: relative;
  margin: 0px auto 0px auto;
  height: auto;
  max-width: 90%;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5),-1px 1px 5px rgba(0, 0, 0, 0.5),1px -1px 5px rgba(0, 0, 0, 0.5),-1px -1px 5px rgba(0, 0, 0, 0.5); /*横・縦・ぼかし・色*/
  text-align: left;
}

.page_text {
  position: relative;
  margin: 0px auto;
  height: auto;
  max-width: 700px;
}

.page_text2 {
  position: relative;
  margin: 0px auto;
  height: auto;
  max-width: 1200px;
}

.br_pc {
  display: block;
}

.br_sp {
  display: none;
}

/*---------------------------------------------------------*/

.img_size_top_part_01 { /*サイズ1*/
  position: relative;
  margin-top: -140px;
  margin-bottom: -40px;
}

.img_size_top_part_02 { /*サイズ1*/
  position: relative;
  margin-bottom: 0px;
}

.img_size_top_content { /*TOPバナーサイズ*/
  position: relative;
  height: 167px;
  width: 408px;
}

.over img {
  height: 100%;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  filter: blur(0px);
  margin-bottom: -2px;
}

.over:hover img {
  height: 100%;
  opacity: 1;
}

.top_ban.over,
.top_ban.over::before {
  transition: .4s;
}

.top_ban.over {
  position: relative;
  z-index: 1;
}

.top_ban.over::before {
  background: inherit;
  content: "";
  display: block;
  height: 167px;
  width: 408px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: -1px;
  z-index: 1;
  opacity: 0;
  mix-blend-mode: color-dodge;/*レイヤー効果*/
}

.top_ban.over:hover::before {
  background: rgba(121, 0, 0,0.9);
  box-shadow: 1px 1px 10px rgba(255, 0, 0, 0.5),-1px 1px 10px rgba(255, 0, 0, 0.5),1px -1px 10px rgba(255, 0, 0, 0.5),1px -1px 10px rgba(255, 0, 0, 0.5); /*横・縦・ぼかし・色*/
  opacity: 1;
}

/*---------------------------------------------------------*/

.scrollbt_area { /*ボタン上下スペース用*/
  margin: 50px 0px 0px 0px;
}

a.button{color:#ffffff;}

a.button:hover{color:#ffffff;}

.button01 { /*ボタン*/
  font-size: 90%;
  background-color: rgba(255, 0, 0,0.8);
  width: auto;
  text-align: center;
  padding: 10px 30px 10px 30px;
  margin: 10px 0px 10px 0px;
  display: inline-block;
  transition: .3s;
}

.button01:hover{
  background-color: rgba(0, 0, 0,0.8);
  color: #fdf959;
  text-shadow: 1px 1px 10px rgba(255, 0, 0, 0.8),-1px 1px 10px rgba(255, 0, 0, 0.8),1px -1px 10px rgba(255, 0, 0, 0.8),1px -1px 10px rgba(255, 0, 0, 0.8); /*横・縦・ぼかし・色*/
  box-shadow: 1px 1px 8px rgba(255, 0, 0, 0.5),-1px 1px 8px rgba(255, 0, 0, 0.5),1px -1px 8px rgba(255, 0, 0, 0.5),1px -1px 8px rgba(255, 0, 0, 0.5); /*横・縦・ぼかし・色*/
}

.button02 { /*ボタン*/
  background-color: rgba(10, 146, 156,0.8);
  border: 1px solid rgba(6, 86, 93,1);
  width: auto;
  text-align: center;
  padding: 12px 22px 12px 22px;
  margin: 0px 0px 30px 0px;
  display: inline-block;
  transition: .6s;
}

.button02:hover{
  background-color: rgba(4, 62, 66,0.8);
  border: 1px solid rgba(11, 150, 162,1);
  color: transparent;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.1),-0px 0px 2px rgba(255, 255, 255, 0.1),0px -0px 2px rgba(255, 255, 255, 0.1),-0px -0px 2px rgba(255, 255, 255, 0.1); /*横・縦・ぼかし・色*/
  transition: .6s;
}

.button_ { /*ボタン不可*/
  font-size: 90%;
  background-color: rgba(100,100,100,0.5);
  width: auto;
  text-align: center;
  padding: 12px 22px 12px 22px;
  margin: 0px 0px 30px 0px;
  color: rgba(255,255,255,0.3);
  display: inline-block;
}

/*---------------------------------------------------------*/

.material-icons {/*マテリアルアイコン指定*/
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  line-height: 1px;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

/* Rules for sizing the icon. */
.material-icons.md-110 { font-size: 110%; }
.material-icons.md-130 { font-size: 130%; }
.material-icons.md-180 { font-size: 180%; }

.material-icons.white { color: #FFFFFF; }
.material-icons.yellow { color: #fdf959; }
.material-icons.red { color: #ff5252; }
.material-icons.black { color: #222222; }

.material-symbols-outlined {/*マテリアルアイコン指定*/
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24 
}

/* Rules for sizing the icon. */
.material-symbols-outlined.md-100 { font-size: 100%; }
.material-symbols-outlined.md-110 { font-size: 110%; }
.material-symbols-outlined.md-130 { font-size: 130%; }
.material-symbols-outlined.md-160 { font-size: 160%; }
.material-symbols-outlined.md-180 { font-size: 180%; }

.material-symbols-outlined.white { color: #FFFFFF; }
.material-symbols-outlined.yellow { color: #ffd800; }
.material-symbols-outlined.red { color: #ff5252; }
.material-icons.black { color: #222222; }

/*---------------------------------------------------------*/

.borderline{
  position: relative;
  margin: 30px auto 30px auto;
  border-bottom: 6px double rgba(234, 231, 166, 0.3);
  width: 90%;
}

.text_space {
  position: relative;
  margin: 50px auto 50px auto;
}

/*---------------------------------------------------------*/

.clear{ 
  clear: both; /*floatクリア*/ 
} 

/*---------------------------------------------------------*/

.dlspec{ /*情報_位置*/
  position: relative;
  margin: 0px 0px 40px 0px;
  line-height: 140%; /* 行の高さ */
  font-size: 90%;
}

.dtspec{ /*情報_文字_項目*/
  color: #eae7a6;
  padding: 0.1em 0em;
  background-image: linear-gradient(90deg, #000000 16%, #ff000066);
  text-align: center;
  font-weight: 400;
  width: 300px;
  float: left; 
  clear: left;
}

.dtspec_cast{ /*情報_キャスト文字_項目*/
  color: #eae7a6;
  padding: 0.1em 0em;
  background-image: linear-gradient(90deg, #000000 16%, #ff000066);
  text-align: center;
  font-weight: 400;
  width: 400px;
  float: left; 
  clear: left;
}

.spec_cast_ { /*ふりがな*/
  font-size: 80%;
}

.ddspec{ /*情報_文字_内容*/
  margin-top: 3px;
  margin-bottom: 8px;
  width: auto;
  text-align: left;
  float: left;
}

.ddspec a {/*クリックしていないリンク文字*/
  color: #ffffff;
  font-weight: 700;
  text-shadow: 1px 1px 10px rgba(100, 87, 251, 0.8),-1px 1px 10px rgba(100, 87, 251, 0.8),1px -1px 10px rgba(100, 87, 251, 0.8),1px -1px 10px rgba(100, 87, 251, 0.8); /*横・縦・ぼかし・色*/
  text-decoration: none;
  transition: .3s;
}

.ddspec a:hover { /*マウスON*/
  color: #fdf959;
  font-weight: 700;
  text-shadow: 1px 1px 10px rgba(255, 0, 0, 0.8),-1px 1px 10px rgba(255, 0, 0, 0.8),1px -1px 10px rgba(255, 0, 0, 0.8),1px -1px 10px rgba(255, 0, 0, 0.8); /*横・縦・ぼかし・色*/
  text-decoration: none;
}

/*---------------------------------------------------------*/

.main_bg01{ /*背景*/
  position: relative;
}

.main_bg01::before { /*PC背景*/
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(./img/bg_pc_01.webp) center/cover no-repeat;
  z-index: -1;
}

/***************************************ヘッダーメニュー**************************************/

a.menu{
  color: #ffffff;
  text-shadow: 1px 1px 5px rgba(255, 0, 0, 0.3),-1px 1px 5px rgba(255, 0, 0, 0.3),1px -1px 5px rgba(255, 0, 0, 0.3),1px -1px 5px rgba(255, 0, 0, 0.3); /*横・縦・ぼかし・色*/
  display: inline-flex;
  align-items: center;
  transition: .3s;
  font-weight: 700;
}

a.menu:hover{
  color: #fdf959;
  text-shadow: 1px 1px 10px rgba(255, 0, 0, 0.8),-1px 1px 10px rgba(255, 0, 0, 0.8),1px -1px 10px rgba(255, 0, 0, 0.8),1px -1px 10px rgba(255, 0, 0, 0.8); /*横・縦・ぼかし・色*/
}

.menu_off{color:rgba(255, 255, 255, 0.5);text-decoration: line-through;}

.header_pc0 { /*TOP用ヘッダー*/
  font-size: 85%;
  display: flex;/*直下の要素が並列*/
  width: 100%;
  height: 90px;
  align-items: center;
  position: fixed;/*スクロールしても位置固定*/
  top: 0px;
  transition: .4s;
  z-index: 98;
  letter-spacing: 0.1em; /* 文字間 */
}

.header_title { /*メニューボタン＠タイトルロゴ*/
  margin-right: auto;
  padding: 0 0 0 10px;
}

.menu_pc { /*メニューボタン*/
  width: auto;
  flex-wrap: wrap; /*要素折り返し*/
}

.menu_pc ul { /*メニューボタン*/
  list-style: none;
  margin: 0;
  display: flex;
}

.menu_pc li { /*メニューボタン*/
  position: relative;
  top: 0px;
  right: 30px;
  padding-left: 15px;
  line-height: 200%; /* 行の高さ */
  white-space: nowrap;
}

.menu_sp { /*モバイルサイトメニュー*/
  display: none;
}

/******************************************フッター*******************************************/

#footer {
  width: 100%;
  height: 140px;
  font-size: 80%;
  bottom: 0;
}

/*---------------------------------------------------------*/

.estop { /*ブランドＴＯＰに戻る*/
  position: relative;
  top: 0px;
  color: #ffffff;
  line-height: 130%; /* 行の高さ */
}

.estop_bt {
  position: relative;
  width: 118px;
  height: 48px;
  margin: 0 auto;
  display:inline-block;
  overflow: hidden;
}

.estop_bt img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.estop_bt:hover img:nth-of-type(2) {
  opacity: 0;
}

/********************************************トップ*******************************************/

.main_visual_pc { /*PCメインビジュアル*/
  display: block !important;
  width : 100%;
  height: auto;
}

.main_visual_sp { /*SPメインビジュアル*/
  display: none !important;
}

/*---------------------------------------------------------*/

.history_box0{ /*履歴*/
  overflow: auto;
  height: 400px;
  position: relative;
  margin: 0px auto 0px auto;
  outline: none;
  text-align: left;
  overflow-x: hidden;
}

.history_box1{ /*履歴*/
  overflow: auto;
  width: 96%;
  height: auto;
  position: relative;
  margin: 10px auto 20px auto;
  outline: none;
  overflow-x: hidden;
  background-image: linear-gradient(90deg, #000000 36%, #ff000066);
  border-color: #820000;
  border-width : 1px;
  border-style : solid;
}

/*---------------------------------------------------------*/

.ddmove{ /*内容*/
  position: relative;
  margin-top: 10px;
  margin-left: 30px;
  margin-bottom: 5px;
  width: auto;
  letter-spacing: 0.1em; /* 文字間 */
  line-height: 140%; /* 行の高さ */
  color: #ffffff;
}

.dlmove{ /*日付*/
  line-height: 120%; /* 行の高さ */
  color: #eae7a6;
}

.dtmove{ /*日付の囲い*/
  position: relative;
  margin: 0px auto 0px auto;
  font-size: 150%;
  text-align: left;
  font-weight: bold;
  padding: 0px 0px;
  width: 94%;
  content: "";
  display: block;
}

.ddmove a { /*リンク文字*/
  color: #ffffff;
  transition: .3s;
  text-decoration: none;
}

.ddmove a:hover { /*マウスON*/
  color: #fdf959;
  text-shadow: 1px 1px 10px rgba(255, 0, 0, 0.8),-1px 1px 10px rgba(255, 0, 0, 0.8),1px -1px 10px rgba(255, 0, 0, 0.8),1px -1px 10px rgba(255, 0, 0, 0.8); /*横・縦・ぼかし・色*/
}

.history_title{ /*ページ*/
  position: relative;
  padding-left: 20px;
  font-size: 80%;
  text-align: left;
  color: #eae7a6;
  background-color: rgba(255, 0, 0, 0.3);
  width: 100%;
  float: left; 
  line-height: 120%; /* 行の高さ */
}

.history_content{ /*ページ内容*/
  position: relative;
  margin-left: 50px;
  font-size: 90%;
  text-align: left;
  width: 94%;
  content: "";
  line-height: 50%; /* 行の高さ */
}

/*---------------------------------------------------------*/

.top_content{ /*コンテンツ枠*/
  position: relative;
  padding: 30px 0 30px 0;	/* 内側の余白 */
}

.post_box{ /*X(旧Twitter)本体*/
  width: 650px;
  height: 500px;
  position: relative;
  margin: 0px auto 150px auto;
  outline: none;
}

/*****************************************世界観・ポイント******************************************/

.world_text {
  position: relative;
  margin: 30px auto 0px auto;
  height: auto;
  width: 720px;
  text-align: left;
}

.point_text {
  position: relative;
  margin: 0px auto 0px auto;
  height: auto;
  width: 720px;
}

/****************************************キャラクター*****************************************/

.chara_select { /*セレクトメニュー*/
  position: relative;
  margin: 20px auto 0px auto;
  padding: 0; /*ボタン中央へ*/
}

.chara_select li {
  display: inline;
  margin: 0px 0px 0px 0px;
}

.chara_select_size1 {
  width: 150px;
  height: 153px;
}

.chara_select_size2 {
  width: 110px;
  height: 126px;
}

/*---------------------------------------------------------*/

.chara_hontai { /*立ち絵*/
  z-index: 95;
  margin: -30px 0px 0px -200px;
  height: auto;
  width: 100%;
}

.chara_hontai2 { /*立ち絵*/
  z-index: 95;
  margin: -30px 0px 0px -200px;
  height: auto;
  width: 100%;
}

.img_size_chara_hontai { /*サイズ*/
  height: 1000px;
  width: 924px;
}

.slide_arrow {
  z-index: 96;
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0px;
  height: 80px;
  width: 80px;
}

.prev_arrow {
  top: -500px;
  left: 180px;
}

.next_arrow {
  top: -500px;
  right: 280px;
}

.slider {
  margin: 0px auto 0;
  max-width: 924px;/*本体サイズ*/
}

.slider_img img {
  height: auto;
  max-width: 924px;/*本体サイズ*/
}

/*---------------------------------------------------------*/

.chara_part_words { /*キャラセリフ*/
  z-index: 97;
  position: relative;
  margin: 0px 0px 0px 0px;
}

.chara_words { /*キャラセリフ*/
  position: relative;
  margin: 30px auto 0px auto;
  font-size: 200%;
  line-height: 130%; /* 行の高さ */
  letter-spacing: 0.08em; /* 文字間 */
  font-weight: 700;
  text-shadow: 1px 1px 15px rgba(198, 166, 15, 0.8),-1px 1px 15px rgba(198, 166, 15, 0.8),1px -1px 15px rgba(198, 166, 15, 0.8),1px -1px 15px rgba(198, 166, 15, 0.8); /*横・縦・ぼかし・色*/
}

/*---------------------------------------------------------*/

.chara_part_name { /*キャラキャッチ・名前・CV*/
  position: relative;
  margin: -950px -600px 0px 0px;
}

.chara_catch1 { /*キャラキャッチ*/
  position: relative;
  display: inline-block;
  margin: 80px 0px 50px 0px;
  font-size: 100%;
  letter-spacing: 0.4em; /* 文字間 */
  font-weight: 400;
  width: 500px;
  background-image: linear-gradient(90deg, #000000 36%, #ff000066);
  padding: 10px 0 10px 0;	/* 内側の余白 */
}

.chara_catch2 { /*キャラキャッチ_ルシウス*/
  position: relative;
  display: inline-block;
  margin: 80px 0px 50px 0px;
  font-size: 100%;
  letter-spacing: 0.4em; /* 文字間 */
  font-weight: 400;
  width: 500px;
  background-image: linear-gradient(90deg, #000000 36%, #ff000066);
  padding: 0px 0 10px 0;	/* 内側の余白 */
}

.chara_name { /*キャラ名前*/
  position: relative;
  margin: 0px 0px 40px 0px;
  white-space: nowrap;
  font-size: 300%;
  line-height: 100%; /* 行の高さ */
  text-shadow: 1px 1px 20px rgba(255, 0, 0, 0.5),-1px 1px 20px rgba(255, 0, 0, 0.5),1px -1px 20px rgba(255, 0, 0, 0.5),-1px -1px 20px rgba(255, 0, 0, 0.5); /*横・縦・ぼかし・色*/
}

.name1 {
  position: relative;
  font-size: 150%;
  white-space: nowrap;
  font-weight: 900;
}

.name2 {
  position: relative;
  font-size: 60%;
  white-space: nowrap;
  font-weight: 700;
}

.cv { /*CV*/
  position: relative;
  margin: 0px 0px 0px 0px;
  font-size: 140%;
  font-weight: 700;
}

.cv_sub { /*ふりがな*/
  font-weight: 400;
  font-size: 90%;
  display: inline;
}

/*---------------------------------------------------------*/

.chara_part_voice { /*キャラボイス*/
  position: relative;
  margin: 50px -600px 150px 0px;
}

.chara_part_prof1 { /*キャラ紹介文*/
  position: relative;
  margin: -100px -600px 0px 0px;
  display: inline-block;
  line-height: 140%;
  height: auto;
  width: 500px;
  text-align: left;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5),-1px 1px 5px rgba(0, 0, 0, 0.5),1px -1px 5px rgba(0, 0, 0, 0.5),-1px -1px 5px rgba(0, 0, 0, 0.5); /*横・縦・ぼかし・色*/
}

.chara_part_prof2 { /*キャラ紹介文_ルシウス*/
  position: relative;
  margin: 0px -600px 200px 0px;
  display: inline-block;
  line-height: 140%;
  height: auto;
  width: 500px;
  text-align: left;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5),-1px 1px 5px rgba(0, 0, 0, 0.5),1px -1px 5px rgba(0, 0, 0, 0.5),-1px -1px 5px rgba(0, 0, 0, 0.5); /*横・縦・ぼかし・色*/
}

.chara_part_prof3 { /*キャラ紹介文_スカーレット・オースティン・レナード*/
  position: relative;
  margin: -100px -600px 150px 0px;
  display: inline-block;
  line-height: 140%;
  height: auto;
  width: 500px;
  text-align: left;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5),-1px 1px 5px rgba(0, 0, 0, 0.5),1px -1px 5px rgba(0, 0, 0, 0.5),-1px -1px 5px rgba(0, 0, 0, 0.5); /*横・縦・ぼかし・色*/
}

.chara_part_prof4 { /*キャラ紹介文_？？？*/
  position: relative;
  margin: 0px -600px 250px 0px;
  display: inline-block;
  line-height: 140%;
  height: auto;
  width: 500px;
  text-align: left;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5),-1px 1px 5px rgba(0, 0, 0, 0.5),1px -1px 5px rgba(0, 0, 0, 0.5),-1px -1px 5px rgba(0, 0, 0, 0.5); /*横・縦・ぼかし・色*/
}

/*---------------------------------------------------------*/

a.sample_voice_button01,a.sample_voice_button02 { /*リンク文字 */
  color: #ffffff;
}

.sample_voice li { /*ボタン左寄せ*/
  position: relative;
  margin: 0px auto 0px auto;
  display: inline-block;
}

.sample_voice_button01 { /*サンプルボイスボタン＠通常*/
  background-color: rgba(23, 86, 230,0.8);
  width: 55px;
  height: 55px;
  line-height: 50px;
  vertical-align: middle;
  display: inline-block;
  transition: .3s;
}

.sample_voice_button01:hover{
  background-color: rgba(14, 50, 135,0.8);
  text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5),-1px 1px 5px rgba(255, 255, 255, 0.5),1px -1px 5px rgba(255, 255, 255, 0.5),-1px -1px 5px rgba(255, 255, 255, 0.5); /*横・縦・ぼかし・色*/
}

.sample_voice_button02 { /*サンプルボイスボタン＠Ｈ*/
  background-color: rgba(202, 0, 33,0.8);
  width: 55px;
  height: 55px;
  line-height: 50px;
  vertical-align: middle;
  display: inline-block;
  transition: .3s;
}

.sample_voice_button02:hover{
  background-color: rgba(108, 0, 19,0.8);
  text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5),-1px 1px 5px rgba(255, 255, 255, 0.5),1px -1px 5px rgba(255, 255, 255, 0.5),-1px -1px 5px rgba(255, 255, 255, 0.5); /*横・縦・ぼかし・色*/
}

.sample_voice_button_off { /*サンプルボイスボタン＠不可*/
  background-color: rgba(0, 0, 0,0.7);
  color: rgba(255, 255, 255,0.2);
  width: 55px;
  height: 55px;
  line-height: 50px;
  vertical-align: middle;
  display: inline-block;
}


/*****************************************ギャラリー******************************************/

.gallery_select { /*セレクトメニュー*/
  position: relative;
  margin: 0px auto 100px auto;
  padding: 0; /*ボタン中央へ*/
}

.gallery_select li {
  display: inline;
  margin: 0px 5px 0px 20px;
}

.gallery_size {
  height: 226px;
  width: 200px;
}

/*****************************************スぺシャル******************************************/

.goods_01_size { /*サントラ特典*/
  width: 230px;
  height: 228px;
}

/****************************************ダウンロード*****************************************/

.move{ /*ムービーレスポンシブ*/
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.move iframe{ /*ムービーレスポンシブ*/
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*****************************DL版 配信情報*****************************/

.dl_title { /*DL配信*/
  position: relative;
  margin: 0px auto;
  display: inline-block;
  font-size: 250%;
  color: #ffffff;
  text-shadow: 1px 1px 20px rgba(255, 0, 0, 0.8),-1px 1px 20px rgba(255, 0, 0, 0.8),1px -1px 20px rgba(255, 0, 0, 0.8),1px -1px 20px rgba(255, 0, 0, 0.8); /*横・縦・ぼかし・色*/
  font-weight: 700;
}

/*****************************特典情報（予約キャンペーン）*****************************/

.shop_list { /* キャンペーン対象店舗 */
  position: relative;
  margin: 30px auto 40px auto;
  padding: 0; /*ボタン中央へ*/
}

.shop_list table { /*キャンペーン対象店舗一覧・大枠*/
  width: 700px;
  /*border: 2px solid #000000;*/
  border-collapse: collapse;
  vertical-align: middle;
  line-height: 160%;
}

.shop_list th { /*キャンペーン対象店舗一覧・見出し＆下ライン*/
  padding: 0.3em 0em;
  font-weight: 700;
  color: #eae7a6;
  background-color: rgba(0, 0, 0, 0.6);
  /*border: 2px solid #000000;*/
}

.shop_list td { /*キャンペーン対象店舗一覧・表＆区切り線*/
  padding: 0.3em 0em;
  background-color: rgba(255, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}


/**********************************関連商品情報**********************************/

.goodsbt_area { /*ボタン上下スペース用*/
  position: relative;
  margin: 50px 0px 0px 0px;
}


.over img {
  height: 100%;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  filter: blur(0px);
  margin-bottom: -2px;
}

.over:hover img {
  height: 100%;
  opacity: 1;
}

.goods_ban.over,
.goods_ban.over::before {
  transition: .4s;
}

.goods_ban.over {
  position: relative;
  z-index: 1;
}

.goods_ban.over::before {
  background: inherit;
  content: "";
  display: block;
  height: 130px;
  width: 297px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: -1px;
  z-index: 1;
  opacity: 0;
  mix-blend-mode: color-dodge;/*レイヤー効果*/
}

.goods_ban.over:hover::before {
  background: rgba(121, 0, 0,0.9);
  box-shadow: 1px 1px 10px rgba(255, 0, 0, 0.5),-1px 1px 10px rgba(255, 0, 0, 0.5),1px -1px 10px rgba(255, 0, 0, 0.5),1px -1px 10px rgba(255, 0, 0, 0.5); /*横・縦・ぼかし・色*/
  opacity: 1;
}

/**********************************特典情報（店舗特典情報）**********************************/

.shopguide_area { /*店舗特典範囲*/
  height: 100%;
}

.shopguide_pic01_size { /*描き下ろし・縦画像*/
  width: 354px;
  height: 500px;
}

.shopguide_pic02_size { /*エスクード・縦画像*/
  width: 354px;
  height: 500px;
}

.shopguide_pic03_size { /*オリジナル・縦画像*/
  width: 343px;
  height: 477px;
}

.shopguide_pic04_size { /*オリジナル・横画像*/
  width: 480px;
  height: 270px;
}

.shopguide_pic02 { /*画像*/
  float: left;
}

.shopguide_text01 { /*テキスト*/
  position: relative;
  top: 0px
}

.shopguide_text02 { /*テキスト*/
  position: relative;
  top: 100px
}
