﻿/* 各種リセット */
* {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
  margin: 0px;
  padding: 0px 0px;
  font-size: 0;
}


/* 文字周り効果 */

.red {
  color: #ff0000;
}

.Yellow {
  color: #f7ff0bee;
}


.white {
  color: #ffffff;
}

.small {
  font-size: 9pt;
}

.normal {
  font-size: 11pt;
}


.dekai1 {
  font-size: 18pt;
}

.dekai2 {
  font-size: 21pt;
}

.s_small {
  font-size: 4pt;
}

.big {
  font-size: 16pt;
  background: #ffffff;
  border-radius: 5px;
  padding: 5 10;
}


.large {
  font-size: 14pt;
}

.kadomaru {
  border-radius: 15px;
}


.iframe {
}

@media screen and (max-width: 976px) {
  .iframe-wrapper {
    position: relative;
    width: 100%;
    padding: calc(315 / 560 * 100%) 0 0;
  }

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

img {
  max-width: 100%;
  height: auto;
}

/* 本体設定 */
/* 背景はこちらで変更すること */

BODY {
  font-family: "Kosugi Maru", "Meiryo UI", "メイリオ", "Yu Gothic",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック",
    "ＭＳ ゴシック", sans-serif;
  width: 100%;
  text-align: center;
  overflow-x: hidden;
  background-image: url(../image/bg_image.jpg);
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  background-color: #000000;
  font-feature-settings: "palt";
}

.wf-hannari {
}

/* メインメニュー */

.twitter {
  position: relative;
  z-index: 1010;
  top: 40;
  right: 10;
}

/* 大きな枠組み */
.main_body {
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.block_body {
  position: relative;
  text-align: center;
  background-color: rgba(255, 255, 255);
}

.block_main {
  max-width: 1080px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
}

/* ショッピングガイド */
.shopping_body {
  position: relative;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.shopping_main {
  max-width: 1280px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: rgb(255, 255, 255);
  border-radius: 10px; 
  padding: 10px 5px;
}

.shopping_main p {
  content: "\A";
  white-space: pre-line;
  font-size: 15px;
  color: #000000;
  line-height: 150%;
  letter-spacing: 0.5px;
  text-align: center;
  margin-top: 0; /* 上詰めのために追加 */
  padding-top: 0; /* 上詰めのために追加 */
}

.shopping_main li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  vertical-align: top; /* 追加 */
}

.sukima_body {
  position: relative;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
}

.sukima_main {
  max-width: 480px;
  width: 100%;
  height: 38px;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.sukima_box {
  position: relative;
  overflow: hidden;
  text-align: left;
}

.official li {
  padding: 5px;
  display: inline-block;
  margin: 5px;
}



#sale_btn_tsuhan2 {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 1em;
  width: 125px;
  text-decoration: none;
  color: #000000;
  background: #ffffff;
  border-radius: 10px;
  transition: 0.4s;
  box-shadow: 2px 2px 4px gray;
  border: 1px solid #000;
  margin: 2px;
}

#sale_btn_tsuhan2:hover {
  background: #689bfc;
  color: white;
}




/* トップ系 */

.top_body {
  position: relative;
  text-align: center;
  background-image: url(../image/title.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  aspect-ratio: 16 / 9; /* アスペクト比を16:9に指定 */ 
}

.top_body2 {
  position: relative;
  text-align: center;
  background-color: rgba(255, 255, 255);
  width: 100%;
}

.top_body3 {
  position: relative;
  text-align: center;
  width: 100%;
  background-color: rgba(255, 255, 255);
}

.top_body4 {
  position: relative;
  text-align: center;
  width: 100%;
  background-color: rgba(255, 255, 255);
      display: none;
}


/* トップ系 */

.top_main {
  position: relative;
  max-width: 1280px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 100%;
}

.top_box {
  position: ;
  padding: 0px;
  width: 100%;
  top:auto

}

.top00 {
  position: absolute;
  display:  block;   
  z-index: 56;
  top: 0px; 
  left: 50%; /* 水平方向の中央に配置 */
  transform: translateX(-50%); /* 要素の幅の半分だけ左にずらして中央揃え */
}

.top11 {
  position: absolute;
  display:  block;   
  z-index: 51;
  top: 100px; 
  left: 0px; 
}

.top12 {
  position: absolute;
  display:  block;   
  z-index: 52;
  top: 100px; 
  left: 50%; /* 2つ目は中央 */
  transform: translateX(-50%); /* 中央揃え */

}


.top13 {
  position: absolute;
  display:  block;   
  z-index: 53;
  top: 100px; 
  right: 0px; 
}


.top05 {
  position: absolute;
  display:  block;   
  z-index: 55;
  bottom:30;
  left: 50%; /* 水平方向の中央に配置 */
  transform: translateX(-50%); /* 要素の幅の半分だけ左にずらして中央揃え */
}


/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.tokuten_main {
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: rgb(0, 0, 0);
}

.koushin_main {
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}

.koushin_box {
  position: relative;
  text-align: center;
  padding: 0px;
}

.koushin01 {
  width: 100%;
  max-width: 1024px;
  min-height: 150px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px 5px;
}

.koushin01 li {
  border: 1px solid #4a4a4a;
  vertical-align: top; 
  width: 150px;
  min-height: 150px;
  display: inline-block;
  list-style: none;
  margin: 5px;
  padding: 5px 5px;
  border-radius: 15px;
  background-color: #ffffff;
}

.koushin01 li a{
  display: block; 
}

.koushin01 p {
  content: "\A";
  white-space: pre-line;
  font-size: 11px;
  color: #000000;
  line-height: 120%;
  letter-spacing: 0.8px;
}



.koushin {
  font-size: 16px;
}

.koushin p {
  font-size: 12px;
}

.top02 {
  position: relative;
  width: 100%;
}

.top02 li {
  display: inline-block;
}

.top02 img {
  width: 100%;
}

/*フッター */

.fut_body {
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  height: 250px;
  bottom: 0;
  width: 100%;
}

.fut_main {
  max-width: 1024px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px;
}

.fut_box {
  padding: 0px;
  color: #ffffff;
  height: 100%;
}

.futbox_item {
  padding: 0px;
  color: #fff;
  position: relative;
}

.copy {
  font-size: 9pt;
}

.banner {
  position: absolute;
  bottom: 10;
  right: 10;
}

/* アペンド */

.ap_main {
}

.ap_box1 {
  position: relative;
}

.ap_box2 {
  position: absolute;
  bottom: 0;
}

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

.dl_body {
  position: relative;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
}

.dl_main {
  max-width: 1080px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: rgb(255, 255, 255);
}

.dl_main p {
  content: "\A";
  white-space: pre-line;
  color: #000000;
  line-height: 150%;
  letter-spacing: 0.8px;
  text-align: center;
}

/* スペック周り */

.spec_body {
  position: relative;
  background-color: rgb(255, 255, 255);
}

.spec_main {
  max-width: 1024px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.spec_box {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.box_item {
  padding: 0px;
  color: #fff;
  border-radius: 5px;
}

.box_item:nth-child(1) {
  width: 490px;
}

.box_item:nth-child(2) {
  width: 490px;
}

table.spec_table {
  font-size: 9pt;
  color: #000000;
  line-height: 1.5;
  height: 320px;
}

td.spec_main {
  width: 100px;

  text-align: center;
  border: 1px solid #4a4a4a;
}

td.spec_sub {
  width: 520px;
  text-align: left;
  border: 1px solid #ffffff;
}


/* 左ボックス */

#hidden-position1 {
  display: none;
}

#hidden-position2 {
  display: none;
  position: fixed;
  z-index: 98;
  top: 350;
  left: 0;
  margin: auto;
}

.hidden_box {
  padding: 0;
  margin: 0;
  text-align: center;
}

.hidden_box li {
  display: inline-block;
  padding: 0 0;
  text-align: center;
}

/* 右ボックス */


#hidden-position3 {
  display: none;
  position: fixed;
  z-index: 97;
  top: 350;
  right: 0;
  margin: auto;
}

.hidden_box2 {
  padding: 0;
  margin: 0;
  text-align: center;
}

.hidden_box2 li {
  display: inline-block;
  padding: 0;
  margin: 10 0;
  text-align: center;
}


/* 下ボックス */

#hidden-position4 {
  position: fixed;
  z-index: 98;
  bottom: 0;

  left: 0;
  right: 0;
  margin: auto;
}

.hidden_box3 {
  padding: 8;
  text-align: center;
}


.hidden_box3 li {
  display: none;
  padding: 5 5;
  text-align: center;
}




.hidden_box3 li {
  display: none;
  padding: 5 5;
  text-align: center;
}

/* 消える系購入ボタン */


#sale_btn1 {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 0.8em;
  width: 200px;
  text-decoration: none;
  color: #433112;
  background: #ffffff;
  border-radius: 5px;
  transition: 0.4s;
  letter-spacing: 2px;
  box-shadow: 2px 2px 4px gray;
  border: 1px solid #000;
}


#sale_btn1:hover {
  background: #689bfc;
  color: white;
}


#sale_btn_large {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 1.2em;
  width: 600px;
  text-decoration: none;
  color: #433112;
  background: #ffffff;
  border-radius: 10px;
  transition: 0.4s;
  letter-spacing: 2px;
  box-shadow: 2px 2px 4px gray;
  border: 1px solid #000;
}

#sale_btn_large:hover {
  background: #689bfc;
  color: white;
}

#sale_btn_tweet {
  position: relative;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  padding: 1.2em;
  width: 70px;
  text-decoration: none;
  color: #433112;
  background: #ffffff;
  border-radius: 5px;
  transition: 0.4s;
  letter-spacing: 2px;
  box-shadow: 2px 2px 4px gray;
  border: 1px solid #000;
}


#sale_btn_tweet:hover {
  background: #689bfc;
  color: white;
}





/* ここに注目 */

.future_body {
  position: relative;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.future_main {
  max-width: 1000px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
}

/* ここに注目ここまで */

.check_body {
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
}

.check_main {
  max-width: 1200px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.check_box li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
}


/* キャラクター */

.char_body {
  position: relative;
  text-align: center;
  background-image: url(../image/char.jpg);
  background-position: center top;
  background-size: cover;
  ;
}

.char_main {
  max-width: 1100px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}


.char_box li {
  display: inline-block;
  vertical-align: top;
  padding: 0 15;
}

.char_child01 {
  position: relative;

}

.char_child01 p {
  position: absolute;
  color: white;
  top: 60;
  left: -20
}





.cha_box01 {
  position: relative;
  text-align: right;
  max-width: 1024px;
  width: 100%;
  color: #ffffff;
  border: inset 1px #000000;
}

.cha_box01p01 {
  position: absolute;
  top: 0;
  left: 100;
  right: 0;
}


.char_child02 {
  text-align: center;
}

.syoukaibun {
  text-align: left;
  content: "\A";
  white-space: pre-line;
  font-size: 14px;
  color: #000000;
  line-height: 150%;
  letter-spacing: 0.8px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 0 0 5;
  border-radius: 5px;
}


.cha_box02 p {
  content: "\A";
  white-space: pre-line;
  font-size: 17px;
  color: #ffffff;
  line-height: 150%;
  letter-spacing: 0.8px;
  background: rgba(0, 0, 0, 0.70);
}


.cha_box03 p {
  content: "\A";
  white-space: pre-line;
  font-size: 17px;
  color: #ffffff;
  line-height: 150%;
  letter-spacing: 0.8px;
  background: rgba(0, 0, 0, 0.70);
}


.button {
  display: inline-block;
  border-radius: 5%;
  font-size: 13pt;
  text-align: center;
  cursor: pointer;
  padding: 20px 10px;
  background: #3e0025;
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
  box-shadow: 3px 3px 1px #343434;
  border: 0px solid #000066;
  margin: 4px;
  width: 90px;
  font-weight: bold;
}

.button:hover {
  box-shadow: none;
  color: #3e0025;
  background: #ffffff;
}


/* サンプルボイスセット１ */

.sample_voice {
  max-width: 540px;
  position: relative;
  display: inline-block;
  border-radius: 5px;
  padding: 4 0;
  text-align: left;
}


.sample_voice p {
  content: "\A";
  white-space: pre-line;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0.8px;
  background-color: rgb(255, 255, 255);
}

.sample_voice li {
  float: left;
  padding: 0px;
  margin: 2px;
}

/* ボイス再生ボタン設定 */

.button2 {
  width: 70px;
  padding: 10 5;
  display: inline-block;
  border: 2px solid #090000;
  border-radius: 5px;
    text-decoration: none;
  text-align: center;
    -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
   font-weight: bold;
  margin: 2;

}

.button2:hover {
  -webkit-animation: bounce 2s ease-in-out;
  animation: bounce 2s ease-in-out;
}

@-webkit-keyframes bounce {
  5% {
      -webkit-transform: scale(1.1, .8);
  }

  10% {
      -webkit-transform: scale(.8, 1.1) translateY(-5px);
  }

  15% {
      -webkit-transform: scale(1, 1);
  }
}

@keyframes bounce {
  5% {
      transform: scale(1.1, .8);
  }

  10% {
      transform: scale(.8, 1.1) translateY(-5px);
  }

  15% {
      transform: scale(1, 1);
  }
}

.button3 {
  display: inline-block;
  padding: 10 10;
  border: 2px solid #090000;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  font-weight: bold;
  margin: 2 0 0 2;
}

.button3:hover {
  -webkit-animation: bounce 2s ease-in-out;
  animation: bounce 2s ease-in-out;
}

@-webkit-keyframes bounce {
  5% {
      -webkit-transform: scale(1.1, .8);
  }

  10% {
      -webkit-transform: scale(.8, 1.1) translateY(-5px);
  }

  15% {
      -webkit-transform: scale(1, 1);
  }
}

@keyframes bounce {
  5% {
      transform: scale(1.1, .8);
  }

  10% {
      transform: scale(.8, 1.1) translateY(-5px);
  }

  15% {
      transform: scale(1, 1);
  }
}



/* サンプルボイスセット３ */


.cv_bth {
  position: relative;

  font-size: 11pt;
  width: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background: #ff61fd;
  border-radius: 10px;
  height: 30px;

  margin-top: 4px;
  margin-right: 5px;
  margin-left: 5px;

  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.cv_bth a {
  display: block;
}

.cv_bth:hover {
  background: #f9f9f9;
  color: #ff61fd;
}



/* ギャラリー */

.gallery_body {
  position: relative;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
}

.gallery_main {

  max-width: 1200px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 0;
}

.gallery_main li {
  display: inline-block;
  list-style: none;
  margin: 0px;
  padding: 5px 5px;
  
}



.gallery_main2 {
  background-color: rgba(45, 45, 45, 0.82);
  max-width: 1024px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 0;
}

.gallery_main2 li {
  display: inline-block;
  list-style: none;
  margin: 10px;
  padding: 20px 5px;
}

.gallery_main3 {
  background-color: rgba(255, 251, 251, 0.82);
  max-width: 1024px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 0;
}

.gallery_main3 li {
  display: inline-block;
  list-style: none;
  margin: 10px;
  padding: 20px 5px;
}



.gallery_child {
  text-align: center;
}

.gallery_child p {
  vertical-align: top; 
  text-align: left;
  content: "\A";
  white-space: pre-line;
  font-size: 13px;
  color: #000000;
  line-height: 105%;
  letter-spacing: 0.9px;
  background: rgba(0, 0, 0, 0);
 
}


.button4 {
  font-size: 9px;
  padding: 4;
  display: inline-block;
  background-color: #000;
  border-radius: 5px;
    text-decoration: none;
  text-align: center;
    -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
   font-weight: bold;
  margin: 0 0 0 0;
  line-height: 90%;
  color: #ffffff;
}

.button4:hover {
  -webkit-animation: bounce 2s ease-in-out;
  animation: bounce 2s ease-in-out;
}

.count_body {
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.count_main li {
  display: inline-block;
  list-style: none;
  margin: 10px 5px;
  padding: 10px 10px;
  font-size: 18px;
}

.ev_box {
  overflow: hidden;
  position: relative;
  border-radius: 10px; /* ちょっとだけ角丸 */
}

.ev_box .caption {
  font-size: 16px;
  color: #fff;
  padding-top: 5px;
}

.ev_box .mask {
  width: 100%;
  height: 10%;
  position: absolute;
  bottom: 0;
  /* 枠の上に置いて表示させない */
  left: 0;
  background-color: rgba(48, 0, 20, 0.9);
}



.gallery_main2 {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 1024px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 0;
}

.gallery_main2 li {
  display: inline-block;
  list-style: none;
  margin: 10px;
  padding: 20px 5px;
}


.gallery_child {
  text-align: center;
}

.gallery_child p {
  vertical-align: top; 
  text-align: left;
  content: "\A";
  white-space: pre-line;
  font-size: 13px;
  color: #000000;
  line-height: 120%;
  letter-spacing: 0.9px;
  background: rgba(0, 0, 0, 0);
 
}



/* MOVIE */

#video {
  top: 0;
  width: 100%;
  height: 100%;
  background: #000; /*背景を黒で表示*/
}

/* story */


.story_body {
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../image/story.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 0;
  padding: 0 0;
}

.story_main {
  max-width: 1024px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;

}

.story_box li {
  display: inline-block;

}

.story_main p {
  content: "\A";
  white-space: pre-line;
  font-size: 15px;
  color: #000000;
  line-height: 180%;
  letter-spacing: 0.8px;
  text-align: right;

}

.under {
  background: linear-gradient(transparent 0, #ffffff 0);
}

.browser_game {
  position: relative;

}

.browser_game_bth {
  position: absolute;
  bottom: 10;
  left: 0;
  right: 0;
  margin: auto;
}



.movie_box {
  /*親div*/
  position: relative;
  width: 100%;
  background-color: aqua;
}

/* お持ち帰り */

.download_body {
  text-align: center;
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
}

#download_box {
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;

}

.download_btn {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.7em 3em;
  text-decoration: none;
  color: #000000;
  background: #eaeaea;
  border-radius: 10px;
  transition: 0.4s;
}

.download_btn:hover {
  background: #000000;
  color: #ffffff;
}

/* 仕切りメニュー */

.menu_bar_body {
  position: relative;
  text-align: center;
  background-color: rgb(46, 35, 35);
}

.menu_bar_main {
  max-width: 1024px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 16pt;
  color: #fffdfd;
  padding: 22;
  letter-spacing: 0.5em;
}

.menu_bar_short_main {
  width: 70%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 13pt;
  color: #ffffff;
  padding: 20 10;
  background-color:#1f79ff;
  border-radius: 10px;
}


/* デモブロック */

.demo_pc {
  display: block;
}

.demo_mobile {
  display: none;
}

/* 購入ブロック */

.sale_body {
  position: relative;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.44);
}

.sale_main {
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
}

.sale_main p {
  content: "\A";
  white-space: pre-line;
  font-size: 16px;
  color: #ffffff;
  line-height: 150%;
  letter-spacing: 0.8px;
}

.sale_main li {
  display: inline-block;
  padding: 20 20;
}

#sale_btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 0.9em;
  width: 450px;
  text-decoration: none;
  color: #2e0e00;
  background: #ffffff;
  border-radius: 50px;
  transition: 0.4s;
  border: inset 1px #000000;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .5);
}

#sale_btn:hover {
  background: #535353;
  color: white;
}


#sale_btn00 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 2em 4em;
  width: 100px;
  text-decoration: none;
  color: #2e0e00;
  background: #ffffff;
  border-radius: 5px;
  transition: 0.4s;
  border: inset 1px #000000;
}

#sale_btn00:hover {
  background: #535353;
  color: white;
}

#koushin_btn {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 1.2em;
  width: 400px;
  text-decoration: none;
  color: #2e0e00;
  background: #ffffff;
  border-radius: 50px;
  transition: 0.4s;
  border: inset 1px #000000;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .5);
}

#koushin_btn:hover {
  background: #535353;
  color: white;
}


.tsuhan_title_01 {
  font-size: 12pt;
  width: 90%;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #000000;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}

.tsuhan_box {
  width: 550px;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  margin: 5px;
  padding: 10;
 }


.tsuhan_box li {
  display: inline-block;
  vertical-align: top;
  padding: 10;
}


.tsuhan_box2 {
  max-width: 1180px;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  margin: 5px;
  padding: 10;
 }


.tsuhan_box2 li {
  display: inline-block;
  vertical-align: top;
  padding: 10;
}


#sale_btn_tsuhan3 {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 1em;
  width: 400px;
  text-decoration: none;
  color: #000000;
  background: #ffffff;
  border-radius: 10px;
  transition: 0.4s;
  box-shadow: 2px 2px 4px gray;
  border: 1px solid #000;
  margin: 2px;
}

#sale_btn_tsuhan3:hover {
  background: #689bfc;
  color: white;
}

#sale_btn_tsuhan4 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 1em;
  width: 500px;
  text-decoration: none;
  color: #ffffff;
  background: #000000;
  border-radius: 10px;
  transition: 0.4s;
  box-shadow: 2px 2px 4px gray;
  border: 1px solid #000;
  margin: 2px;
}

#sale_btn_tsuhan4:hover {
  background: #689bfc;
  color: white;
}


#sale_btn_tsuhan5 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 1em;
  width: 250px;
  height: 50px;
  text-decoration: none;
  color: #ffffff;
  background: #000000;
  border-radius: 10px;
  transition: 0.4s;
  box-shadow: 2px 2px 4px gray;
  border: 1px solid #000;
  margin: 2px;
  letter-spacing: 0.2em;
}

#sale_btn_tsuhan5:hover {
  background: #689bfc;
  color: white;
}


#sale_btn_tsuhan6 {
  display: inline-block;
  font-size: 1.5vw;;
  font-weight: bold;
  padding: 1em;


  width: 850px;
  height: 50px;
  color: #ffffff;
  background: #ff0000;
  border-radius: 10px;
  transition: 0.4s;
  box-shadow: 2px 2px 4px gray;
  border: 1px solid #000;
}

#sale_btn_tsuhan6:hover {
  background: #689bfc;
  color: white;
}



/* ボタン白ぼかし */
.white_on {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.white_on:hover {
  opacity: 0.5;
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
    80% {opacity:0;}
    100% {opacity:1;}
}

@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


/* ボタンポップアニメ */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pop:hover,
.hvr-pop:focus,
.hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.fuwafuwa {
  -webkit-animation: fuwafuwa 1s infinite ease-in-out alternate;
  animation: fuwafuwa 1s infinite ease-in-out alternate;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-2deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(2deg);
  }
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-2deg);
  }

  100% {
    transform: translate(0, 0) rotate(2deg);
  }
}

.borrow {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.pc {
}
.sp {
  display: none !important;
}

/* 購入ボタンリスト */



.tujyou_bottan_A{
  display: inline-block;
  font-size: 18px;
}

#tujyou_bottan_A:hover {
  background: #689bfc;
  color: white;
}

.tujyou_bottan_B{
  display: none;
}

.tujyou_bottan_B li {
  padding: 5;
}

.tujyou_bottan_C{
  display: inline-block;
}


.tujyou_bottan_D{
  display: inline-block;
  font-size: 18px;
}

.tujyou_bottan_E{
  display: none;
}

.tujyou_bottan_E li {
  padding: 5;
}

.tujyou_bottan_F{
  display: inline-block;
}


.menu_bar_main2 {
  max-width: 1024px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 20pt;
  color: #ffffff;
  padding: 5;
}

.sale_box li {
  padding: 5;
}

#sale_btn_tsuhan {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 1.2em;
  width: 450px;
  text-decoration: none;
  color: #433112;
  background: #ffffff;
  border-radius: 10px;
  transition: 0.4s;
  letter-spacing: 2px;
  box-shadow: 2px 2px 4px gray;
  border: 1px solid #000;
}

#sale_btn_tsuhan:hover {
  background: #689bfc;
  color: white;
}



#sale_btn_tsuhan1 {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 1.2em;
  width: 450px;
  text-decoration: none;
  color: #433112;
  background: #f3f3f3;
  border-radius: 10px;
  transition: 0.4s;
  letter-spacing: 2px;
  box-shadow: 2px 2px 4px gray;
  border: 1px solid #000;
}

#sale_btn_tsuhan1:hover {
  background: #689bfc;
  color: white;
}




/* スマホ対応 */

@media screen and (max-width: 600px) {


  BODY {
    background-image: url(../image/bg.jpg);
  }
  
  .menu_bar_main {
    font-size: 15pt;

  }

  .menu_bar_main {
    max-width: 550px;
    width: 100%;
  }
 
  .menu_bar_short_main {
    font-size: 13pt;

  }

  .main_body {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    overflow-x: hidden;
  }

 

  .top11 {
    display: none;
  }

  .top12 {
    display: none;
  }

  .top13 {
    display: none;
  }

  .top05 {
   display: none;
  }

 .top_body {
     display: none;
  }


  .top_body2 {
   display: none;
  }

    .top_body4 {
  display: inline-block;
  }


.small {
  font-size: 9pt;
}


/* 購入ボタン回り */


.hidden_box li {
  display: none;
}

.hidden_box1 li {
  display: none;
}

.hidden_box2 li {
  display: none;
}


.hidden_box3 li {
  display: inline-block;
}

#sale_btn_tsuhan {
  width: 160px;
}

#sale_btn_tsuhan1 {
  width: 160px;
}

#sale_btn_large {
  width: 500px;
}

#sale_btn {
  width: 250px;
  font-size: 12pt;
}



  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

  .cha_box01 {
    background-image: url(../image/character01_s.png);
    height: 850px;
  }

  .cha_box02 {
    background-image: url(../image/character02_s.png);
    height: 850px;
  }

  .cha_box03 {
    background-image: url(../image/chara_03s.png);
    height: 427px;
  }

  .cha_box04 {
    background-image: url(../image/chara_04s.png);
    height: 50px;
  }

  .cha_box01 p {
    font-size: 18px;
    font-feature-settings: "palt";
    letter-spacing: 0.2px;
    line-height: 130%;
    padding: 5px;
  }

  .cha_box02 p {
    font-size: 18px;
    font-feature-settings: "palt";
    letter-spacing: 0.2px;
    line-height: 130%;
    padding: 5px;
  }

  .cha_box03 p {
    font-size: 11px;
    font-feature-settings: "palt";
    white-space: normal;
    letter-spacing: 0.2px;
    line-height: 130%;
    padding: 5px;
  }

  .story_body {
  background-image: url(../image/story_r.jpg);
}


  .story_main {
    max-width: 1024px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    height: 650;
  }
  .story_main p {
    font-size: 13px;
    font-feature-settings: "palt";
  }

  .ev_box2 p {
    font-size: 12px;
    font-feature-settings: "palt";
    padding: 5px;
  }

  .top00 {
    height: 1140px;
  }

  .top01 {
    max-width: 1024px;
    width: 100%;
    text-align: center;
  }

  .cha_box01text p {
    font-size: 14px;
  }

  .cha_box02text p {
    font-size: 14px;
  }

  .demo_pc {
    display: none;
  }

  .demo_mobile {
    display: block;
  }


.top00 {
  display: none;
  }
  
  .top01 {
    display: none;
  }

  #sale_btn_tsuhan4 {
    width: 400px;

  }
  .shopping_main {
    max-width: 500px;
  }

  .shopping_main p {
    content: "\A";
    white-space: pre-line;
    font-size: 11px;
    color: #000000;
    line-height: 150%;
    letter-spacing: 0.5px;
    text-align: center;
  
  }

  .large {
    font-size: 13px;
  }

  .small {
    font-size: 8pt;
  }
  

  .tsuhan_box {
    width: 450px;
   }
  
   .tsuhan_title_01 {
    width: 500px;

  }
  

}

/* 応援バナー */

.banner_body {
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.banner_main {
  max-width: 1024px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.banner_box li {
  display: inline-block;
  vertical-align: top;
}

#banner_body {
  position: relative;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
}

.banner_little {
  margin-bottom: 20px;
}

.ouen_twitter {
  position: relative;
  max-width: 1024px;
  width: 100%;
  padding: 10 0;
}

.ouen_twitter li {
  display: inline-block;
  list-style-type: none;
  margin-left: 10px;
}

#banner_twitterIcons {
  position: relative;
  margin-bottom: 20px;
  max-width: 200px;
}

#banner_twitterheader {
  position: relative;
  margin-bottom: 20px;
  max-width: 600px;
}

#download_600150 {
  position: relative;
  width: 1000px;
  margin-bottom: 20px;
}

.download_380120 {
  position: relative;
  width: 1000px;
}

.download_380120 li {
  display: inline-block;
  list-style-type: none;
  margin-left: 40px;
  vertical-align: top;
}

#banner_box2 {
  position: relative;
  width: 1000px;
}

#banner_box2 li {
  display: inline-block;
  list-style-type: none;
  margin-left: 25px;
  vertical-align: top;
}

#banner_150600 li {
  display: inline-block;
  list-style-type: none;
  margin-left: 20px;
}

textarea {
  resize: both;
  font-size: 8pt;
}

textarea::-webkit-scrollbar {
  width: 15px;
}

/*スクロールバーの背景色・角丸指定*/
textarea::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}

/*スクロールバーの色・角丸指定*/
textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #023c41;
}

.banner_textarea {
  background-color: rgba(7, 2, 137, 0.01);
  color: #ffffff;
  border: none;
  width: 250px;
  height: 50px;
}

.banner_150600_textarea {
  background-color: rgba(7, 2, 137, 0.01);
  width: 150px;
  height: 140px;
  color: #ffffff;
  border: none;
}

.banner_180300_textarea {
  background-color: rgba(7, 2, 137, 0.01);
  width: 180px;
  height: 120px;
  color: #ffffff;
  border: none;
}

.banner_650120textarea {
  background-color: rgba(7, 2, 137, 0.01);
  width: 650px;
  height: 40px;
  color: #ffffff;
  border: none;
}

.banner_380120textarea {
  background-color: rgba(7, 2, 137, 0.01);
  width: 380px;
  height: 60px;
  color: #ffffff;
  border: none;
}

/* 応援バナー見出し */
.banner_title_01 {
  font-size: 8pt;
  width: 180px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #000000;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  margin-bottom: 10px;
}

/* 応援バナー小さい見出し */
.banner_subtitle {
  font-size: 10pt;
  width: 40%;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #ffffff;
  background: rgba(199, 69, 0, 0.65);
  border-radius: 10px;
  margin-bottom: 10px;
}

/* 応援バナー小さい見出し */
.modal_botton {
  font-size: 10pt;
  width: 130px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  margin-bottom: 10px;
  border: 0;
}

.maru {
  display: inline-block;
}

.maru span {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  background: -webkit-linear-gradient(#fe5f95, #ff3f7f);
  background: linear-gradient(#fe5f95, #ff3f7f);
  border: 1px solid #fe3276;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.fluffy2 {
  animation: fluffy2 3s ease infinite;
}

@keyframes fluffy2 {
  0% {
    transform: translateY(0);
  }

  5% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-15px);
  }

  25% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-15px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

.fluffy {
  animation: fluffy1 2s ease infinite;
}

@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }

  5% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-15px);
  }

  25% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-15px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

/* DLテーブル */
.table_type02 {
  width: 100%;
  margin-bottom: 2px;
  border-collapse: separate;
  border-spacing: 6px;
  word-break: break-all;
}

.table_type02 th,
.table_type02 td {
  text-align: center;
  vertical-align: middle;
}

.table_type02 th {
  background-color: rgba(255, 93, 13, 0.5);
  color: #fff;
  width: 15%;
  border-radius: 10px;
}

.table_type02 td {
  border-radius: 10px;
}

.drop-shadow {
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.8));
}

.serifu1 {
  text-shadow: 0 0 1em #ff0, 0 0 1em #ff0, 0 0 0.2em #f80, 0 0 0.5em #f00,
    0 0 0.5em #f00;
}

.serifu2 {
  color: #a2b6ff;
}



@media screen and (min-width: 2000px) {

  
  .top_main {
    max-width: 1280px;
   }

}

