@import url('https://fonts.googleapis.com/css2?family=New+Tegomin&family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Hina+Mincho&display=swap');

body {
  background-color: #000000;
  color: #000000;
  text-align: center;
  margin: 0;
  font-size: 100%;
  font-family: 'Shippori Mincho B1', serif;
  -webkit-text-size-adjust: 100%; /* アイフォンで文字サイズ固定 */
  letter-spacing: 0.1em; /* 文字間 */
  line-height: 140%; /* 行の高さ */
}

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

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: #ffffff;
  text-decoration: none;
}

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

rt { /*ルビ*/
  position: relative;
  margin: 0px auto -5px auto;
  font-size: 60%;
  letter-spacing: 0em; /* 文字間 */
}

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

h2 {
  padding: 1rem 2rem;
  background-color: rgba(190,152,63,1);
  color: #000000;
}

h3{
  position: relative;
  margin: 50px auto 20px auto;
  line-height: 120%; /* 行の高さ */
  padding: 15px 0px;
  border-top: 1px solid rgba(190,152,63,1);
  border-bottom: 1px solid rgba(190,152,63,1);
  color: #b98300;
  width: 100%;
  vertical-align: middle;
}

h4{
  position: relative;
  margin: 10px auto 20px auto;
  line-height: 120%; /* 行の高さ */
  padding: 10px 0px;
  border-top: 1px solid rgba(190,152,63,1);
  border-bottom: 1px solid rgba(190,152,63,1);
  color: #b98300;
  width: 100%;
  vertical-align: middle;
}

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

p.font_smb4 {/*WEBフォント指定*/
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 400;
}

p.font_smb5 {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 500;
}

p.font_smb6 {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
}

p.font_smb7 {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 700;
}

p.font_smb8 {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 800;
}

p.font_nt {
  font-family: 'New Tegomin', serif;
}

p.font_hm {
  font-family: 'Hina Mincho', serif;
}

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

.text_center { /*縦書き*/
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: inline-block;
  text-align: left;
}

.text_left {
  text-align: left;
}

.letter_80 {
  position: relative;
  margin: -5px auto 0px auto;
  font-size: 80%;
  line-height: 110%;
}

.letter_85 {
  position: relative;
  margin: -5px auto 0px auto;
  font-size: 85%;
  line-height: 120%;
}

.letter_110 {
  font-size: 110%;
  line-height: 110%;
}

.letter_120 {
  font-size: 120%;
  line-height: 120%;
}

.letter_130 {
  font-size: 130%;
  line-height: 130%;
  padding: 10px;
}

.letter_140 {
  font-size: 140%;
  line-height: 140%;
}

.letter_150 {
  font-size: 150%;
  line-height: 130%;
}

.letter_160 {
  font-size: 160%;
  line-height: 150%;
}

.letter_180 {
  font-size: 180%;
  line-height: 150%;
}

.color_red {
  color: #ea2d31;
}

.color_blue {
  color: #0263d9;
}

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

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; /*ボタン左から並べる*/
}

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

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

.br_pc {
  display: block;
}

.br_sp {
  display: none;
}

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

a.button{color:#ffffff;}

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

.button01 { /*ボタン*/
  background-color: rgba(190,152,63,1);
  color: #ffffff;
  border: 3px solid #e0cea3;
  font-size: 110%;
  border-radius: 50px; /*角丸*/
  font-weight: 500;
  width: auto;
  text-align: center;
  padding: 15px 25px 15px 25px;
  margin: 25px 0px 25px 0px;
  display: inline-block;
  transition: .2s;
}

.button01:hover{
  background-color: rgba(217, 194, 142,1);
  border: 3px solid #f0e8d5;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8),0 0 5px rgba(255, 255, 255, 0.8), 0 0 5px rgba(255, 255, 255, 0.8),0 0 5px rgba(252, 252, 252, 0.8);
}

.button_ { /*ボタン不可*/
  background-color: rgba(0, 0, 0,0.3);
  color: #f1f1f1;
  font-size: 110%;
  border-radius: 50px; /*角丸*/
  font-weight: 500;
  width: auto;
  text-align: center;
  padding: 15px 25px 15px 25px;
  margin: 25px 0px 25px 0px;
  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: #ffea28; }
.material-icons.red { color: #ea2d31; }

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

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

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

.dlspec{ /*情報_位置*/
  position: relative;
  margin: 30px auto 0px auto;
  max-width: 100%;
}

.dtspec{ /*情報_文字_項目*/
  position: relative;
  background-color: rgba(190,152,63,0.3);
  color: #000000;
  padding: 3px;
  text-align: left;
  font-size: 100%;
  line-height: 120%; /* 行の高さ */
  width: 100%;
  float: left; 
  clear: left;
}

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

.ddspec a:link {/*クリックしていないリンク文字*/
  text-decoration: none;
}

.ddspec a:visited {/*クリックしたリンク文字*/
  text-decoration: none;
}

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

* {/*HTML内の全ての要素に以下スタイルを適用*/
  box-sizing: border-box;
}

.img_size { /*自動収縮＿その他*/
  position: relative;
  height: auto;
  width: 70%;
}

.img_size_bt { /*自動収縮＿バナー*/
  position: relative;
  height: auto;
  width: 100%;
}

.sp_br1 {
display: inline-block;
}

/******************************************左エリア*******************************************/

/*.left-area-parts {
  display: none !important;
}

/******************************************右エリア*******************************************/


.right-logo { /*ロゴ位置*/
  display: none !important;
}

.right-area-parts {
  display: none !important;
}

/******************************************中央エリア*******************************************/

.page_center {
  position: relative;
  margin: 0px auto 0px auto;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  background: url(./img/deluxe-edition/pattern_pc_right.webp)repeat top;
  border-top: 8px solid #be983f;
  border-right: 8px solid #be983f;
  border-left: 8px solid #be983f;
}

.center-logo-position { /*ロゴ*/
  position: relative;
  margin: 0px auto 0px auto;
  margin-top: -300px;
  margin-bottom: 10px;
}

.center-logo { /*ロゴ*/
  position: relative;
  height: auto;
  width: 35%;
}

.center-info01-position { /*発売日*/
  position: relative;
  margin: 0px auto 0px auto;
  margin-bottom: 80px;
}

.center-info01 { /*発売日*/
  position: relative;
  height: auto;
  width: 90%;
}

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

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

a.menu{
  color: #b98300;
  text-shadow: 2px 2px 10px #ffffff,-2px 2px 10px #ffffff,2px -2px 10px #ffffff,-2px -2px 10px #ffffff; /*横・縦・ぼかし・色*/
  display: block;/*リンク範囲横いっぱい*/
  padding: 5px 5px;
  line-height: 110%;
  font-size: 110%;
}

a.menu:hover{
  color:#ffffff;
  text-shadow: 2px 2px 10px #f2cf64,-2px 2px 10px #f2cf64,2px -2px 10px #f2cf64,-2px -2px 10px #f2cf64; /*横・縦・ぼかし・色*/
  transition: .2s;
  }

a.menu_off{
  color:rgba(0, 0, 0, 0.3);
  padding: 5px 5px;
  line-height: 110%;
  font-size: 110%;
  display: block;/*リンク範囲横いっぱい*/
}

.menu_sub { /*小文字*/
  position: relative;
  margin: -5px auto 0px auto;
  font-size: 70%;
  line-height: 120%; /* 行の高さ */
}

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

a.set_menu{
  color: #000000;
}

a.set_menu:hover{
  color:#ea2d31;
  text-shadow: 2px 2px 10px #fee158,-2px 2px 10px #fee158,2px -2px	10px #fee158,-2px -2px 10px #fee158; /*横・縦・ぼかし・色*/
  transition: .2s;
  }

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

.frame_text{ /*囲み枠*/
  position: relative;
  padding: 50px 30px 0px 30px;
  display: inline-block;
  width: auto;
  height: 590px;
}

.frame_text::before,
.frame_text::after {
  position: absolute; 
  content: ''; 
  width: 100px;/*横線長さ*/
  height: 150px;/*縦線長さ*/
}

.frame_text::before {
  top: 0; 
  right: 0; 
  border-top: 6px double rgba(190,152,63,1); 
  border-right: 6px double rgba(190,152,63,1); 
}

.frame_text::after {
  bottom: 0; 
  left: 0; 
  border-bottom: 6px double rgba(190,152,63,1); 
  border-left: 6px double rgba(190,152,63,1); 
}

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

.point_text_1{ /*文字囲み1*/
  position: relative;
  padding: 5px 10px;
  background-color: rgba(190,152,63,1);
  color: #ffffff;
  border-radius: 20px; /*角丸*/
  width: auto;
  margin: 0px auto 0px auto;
  font-size: 140%;
}

.point_text_2{ /*文字囲み2*/
  position: relative;
  padding: 0px 15px;
  background-color: rgba(190,152,63,1);
  color: #ffffff;
  border-radius: 20px; /*角丸*/
  text-align: left;
  width: auto;
  margin: -10px auto -12px auto;
  font-size: 80%;
  float: left; 
  clear: left;
}

.intr_text{ /*各紹介文*/
  position: relative;
  padding: 20px 20px;
  background-color: rgba(190,152,63,0.2);
  border-radius: 20px; /*角丸*/
  text-align: left;
  width: 100%;
  line-height: 130%; /* 行の高さ */
}

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

.slide_arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 45px;
}
.prev_arrow {
  left: -30px;
}
.next_arrow {
  right: -30px;
}

.img_size_05 { /*短編ADV TOP画像*/
  position: relative;
  margin: 0px auto 0px auto;
  height: auto;
  width: 100%;
}

.sp_chara_hontai1 { /*立ち絵*/
  position: relative;
  margin: 0px 0px 0px 0px;
  left: 0px;
  height: auto;
  width: auto;
}

.slider {
  margin: 10px auto 0;
  max-width: 475px;
  width: 80%;
}

.slider_img img {
  height: auto;
  width: 100%;
}

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

.chara_part_words { /*キャラセリフ*/
  position: relative;
  margin: 0px 0px 0px 0px;
  display: inline-block;
}

.chara_words { /*セリフ*/
  position: relative;
  margin: 30px 0px 0px 0px;
  font-size: 4vw;
  color: #000000;
  line-height: 130%; /* 行の高さ */
}

.chara_part_name1 { /*名前・CV*/
  position: relative;
  margin: 0px 0px 20px 0px;
  left: 0px;
}

.chara_name { /*キャラ名前*/
  position: relative;
  margin: 0px 0px 20px 0px;
  font-size: 300%;
  white-space: nowrap;
  line-height: 80%; /* 行の高さ */
}

.cv { /*CV*/
  font-size: 140%;
}

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

.chara_part_prof1 { /*キャラ紹介文*/
  position: relative;
  margin: 0px 0px 0px 0px;
  left: 0px;
  display: inline-block;
  line-height: 140%;
  height: auto;
  width: auto;
  text-align: left;
}

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

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

.gallery_size {
  height: auto;
  width: 45%;
}

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

.footer {
  display: table;
  width: 100%;
  height: 200px;
  background-color: #be983f;
}

.estop { /*ブランドＴＯＰに戻る*/
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
}

/*****************************店舗特典*****************************/

.shop-bonus_area{
  position: relative;
  margin: 0px auto 20px auto;
  padding: 20px 20px;
  background-color: rgba(249, 226, 70,0.1);
  border: 3px solid #be983f;
  border-radius: 20px; /*角丸*/
  width: 100%;
}

/*****************************リスト*****************************/

.shop_list {
  position: relative;
  margin: 30px auto 0px auto;
  padding: 0; /*ボタン中央へ*/
}

.shop_list table { /*大枠*/
  width: 100%;
  border: 3px solid #be983f;
  border-collapse: collapse;
  vertical-align: middle;
}

.shop_list td { /*表＆区切り線*/
  background-color: rgba(255,255,255,0.3);
  border: 1px dashed rgba(190,152,63,1);
  text-align: center;
}

.shop_list a { /*表＆区切り線*/
  color: #b98300;
  text-shadow: 2px 2px 10px #ffffff,-2px 2px 10px #ffffff,2px -2px 10px #ffffff,-2px -2px 10px #ffffff; /*横・縦・ぼかし・色*/
  display: block;/*リンク範囲横いっぱい*/
  padding: 5px 5px;
  line-height: 200%;
  font-size: 110%;
}

.shop_list a:hover { /*表＆区切り線*/
  color:#ffffff;
  text-shadow: 2px 2px 10px #f2cf64,-2px 2px 10px #f2cf64,2px -2px 10px #f2cf64,-2px -2px 10px #f2cf64; /*横・縦・ぼかし・色*/
  transition: .2s;
  }

/********************************** ハンバーガーメニュー **********************************/

.humburger_menu { /*ボタン*/
  position: fixed;
  top: 0px;
  right: 0px;
  width: 70px;
  height: 70px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 22px; /*三ボタンの位置*/
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  background: rgba(190,152,63,1);
  text-align: center;
}

.humburger_menu_wrapper {
  margin-bottom: 5px;
  width: 40px;
  display: inline-block;
}

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

.humburger_menu_text {
  font-size: 20px;
  letter-spacing: 0.1em;
}
 
.js_humburgerOpen .humburger_menu_text.humburger_menu_text__menu {
  display: none;
}
 
.humburger_menu_text.humburger_menu_text__close {
  display: none;
}
 
.js_humburgerOpen .humburger_menu_text.humburger_menu_text__close {
  display: block;
}

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

.humburger_menu span.humburger_menu_bar { /*三*/
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 3px;
  background: #fff;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.humburger_menu span.humburger_menu_bar:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen .humburger_menu span.humburger_menu_bar { /*×*/
  background: #fff;
}

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

.js_humburgerOpen .humburger_menu span.humburger_menu_bar.top { /*／傾き*/
  -webkit-transform: translateY(13px) rotate(-45deg);
  -ms-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
}

.js_humburgerOpen .humburger_menu span.humburger_menu_bar.middle { /*中央ライン消去*/
  opacity: 0;
}

.js_humburgerOpen .humburger_menu span.humburger_menu_bar.bottom { /*＼傾き*/
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.humburger_menuButton.humburger_menuButton__close {
  top: 2%;
  right: 2%;
}

.humburger_menuButton__close span.humburger_menu_bar {
  display: block;
  width: 20px;
  margin: 0 auto;
  height: 4px;
  background: #000;
}

.humburger_menuButton__close span.humburger_menu_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

.humburger_menuButton__close span.humburger_menu_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

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

.navi { /*メニュー*/
  position: fixed;
  right: 0;
  height: 100%;
  background-color: rgba(255,255,255,0.9);
  width: 0;
  z-index: 3;
  padding-top: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  overflow-y: scroll;
/*display: flex;
  align-items: center; メニュー中央寄せ*/
}

.js_humburgerOpen .navi { /*メニュー下地の幅*/
  width: 40%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.8);
}

.navi_menu { /*メニュー項目*/
  margin: 10px 20px;
  font-size: 3.5vw;
  white-space: nowrap;
  font-weight: 400;
  line-height: 100%; /* 行の高さ */
  text-align: left;
}

.navi_menu.op_innerLink {
  cursor: pointer;
}

/****************************************************************************************************************/
@media screen and (min-width: 768px) {/* ウィンドウサイズが左数値以上で適用されます */
/****************************************************************************************************************/

.flex_area{
  display: flex;
  position: absolute;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.flex_area::before {
  content: "";
  display: block;
  padding-top: 100%; /* 比率を指定 */
}

/******************************************左エリア*******************************************/

.page_left {
  position: relative;
  margin: 0px auto 0px auto;
  overflow: hidden;
  height: auto;
  width: 100%;
  background: url(./img/deluxe-edition/main_visual_pc_a.webp)no-repeat top;
  background-size: cover;
  background-position-x: 32%;
  background-attachment: fixed;/*スクロールしても背景画像を固定*/
}

/******************************************右エリア*******************************************/

.page_right {
  position: relative;
  margin: 0px auto 0px auto;
  overflow: hidden;
  height: auto;
  width: 100%;
  background: url(./img/deluxe-edition/pattern_pc_right.webp)repeat top;
  background-attachment: fixed;/*スクロールしても背景画像を固定*/
}

.right-logo { /*ロゴ位置*/
  display: block !important; /*表示*/
  position: relative;
  margin: 0px auto 0px auto;
  top: 0px;
  right: 0px;
  width: 170px; 
  position: fixed;/*スクロールしても位置固定*/
}

.img_size_pclogo { /*自動収縮＿ロゴ*/
  position: absolute;
  height: auto;
  width: 8vw;
}

.right-area-parts { /*メニュー位置*/
  display: block !important; /*表示*/
  position: relative;
  margin: 0px auto 0px auto;
  bottom: 30px;
  position: fixed;/*スクロールしても位置固定*/
  text-decoration: none;
  width: 220px; 
  text-align: left;
}

a.menu{
  line-height: 130%;
  font-size: 130%;
}

a.menu_off{
  line-height: 130%;
  font-size: 130%;
}

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

.menu_pc li { /*メニューボタン*/
  white-space: nowrap;
}

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

/******************************************中央エリア*******************************************/

.page_center {
  background: url(./img/deluxe-edition/)repeat top;
  background-color: rgba(255, 255, 255,0.8);
  border-top: 0px solid #be983f;
}

.main_bg00 { /*背景*/
  position: relative;
  margin: 0px auto 0px auto;
  overflow: hidden;
  max-width: 768px;
  background: url(./img/deluxe-edition/main_visual_pc_a.webp)no-repeat top;
  background-size: cover;
  background-position-x: 32%;
  background-attachment: fixed;/*スクロールしても背景画像を固定*/
  box-shadow: 0 0 20px rgba(117, 94, 38,1);
  z-index: 98;
}

.center-logo { /*ロゴ位置*/
  width: 200px;
  height: 474px;
}


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

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

.chara_words { /*セリフ*/
  font-size: 130%;
}

/*****************************店舗特典*****************************/

.shop-bonus_area{
  background-color: rgba(253, 255, 255,0.7);
}

/*---------------------------------------------------------*/
}

/****************************************************************************************************************/
@media screen and (min-width: 1024px) {/* ウィンドウサイズが左数値以上で適用されます */
/****************************************************************************************************************/

/******************************************右エリア*******************************************/

.right-logo { /*ロゴ位置*/
  margin-right: 4vw;
  width: 10%; 
}

/*---------------------------------------------------------*/
}


