@charset "utf-8";
/* CSS Document */
html {
  overflow-y: scroll;
  height: 100%;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  background: linear-gradient(#09182c, #081629);
  width: 100%;
  height: 100%;
}
#Main {
  position: relative;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  min-width: 950px;
  max-width: 1400px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#Header {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  min-width: 950px;
  max-width: 1360px;
  width: 100%;
  height: 520px;
  background-color: #3f3f3f;
  color: #fff;
	
}

#Header2 {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  min-width: 950px;
  max-width: 1360px;
  width: 100%;
  height: 280px;
  background-color: #3f3f3f;
  color: #fff;
}

#Header2 p {
  padding:20px;
padding-left: 40px;
}


.HeaderFont1 {
  font-size: 35px;
  font-weight: bold;
  padding-left: 20px;
  padding-top: 15px;
}
.HeaderFont2 {
  margin-top: -50px;
  padding: 20px;
}
#BoxBase {
  width: 440px;
  height: 355px;
  background: linear-gradient(#2f2e39, #2f2e39);
  float: left;
  margin: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#PostData {
  position: absolute;
  margin-top: -342px;
  margin-left: 192px;
}
#BoxBase table {
  table-layout: fixed;
  width: 240px;
  border-collapse: collapse;
}
#BoxBase table tr {
  border-bottom: solid 1px #2f2e39;
  height: 15px;
}
#BoxBase table tr:last-child {
  border-bottom: none;
}
#BoxBase table th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 0px 0;
}
#BoxBase table td {
  font-size: 12px;
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
//  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#CustomImg {
  position: relative;
  width: 170px;
  height: 329px;
  margin: 12px;
  border: solid 1px #000000;
  background-image: url(SubShotNoImage.png);
  background-size: 170px 96px;
  background-repeat: no-repeat;
  background-position: bottom;
}

#VersionData {
  position: absolute;
  margin-left:330px;
  margin-top:217px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  z-index: 2;
}

#DownloadBt {
  position: absolute;
  margin-top: -115px;
  margin-left: 192px;
}
#TweetBt {
  position: absolute;
  margin-top: -120px;
  margin-left: 374px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#TweetBt:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
#DeleteInput {
  color: #CCCCCC;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  margin-top: -40px;
  margin-left: 192px;
  width: 200px;
  float: left;
}
input.hoge {
  width: 120px;
}
.submit_btn {
  position: absolute;
  margin-top: -45px;
  margin-left: 406px;
  border: 0px;
  width: 25px;
  height: 25px;
  background: url(gomi.png) left top no-repeat;
  text-indent: -9999px;
}
.submit_btn:hover {
  cursor: pointer;
}
.btn-square-pop {
  font-size: 20px;
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535; /*背景色*/
  border-bottom: solid 2px #d27d00; /*少し濃い目の色に*/
  border-radius: 40px; /*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  width: 160px;
  height: 45px;
  text-align: center;
  line-height: 46px;
  margin-top: -3px;
}
.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
#GetCustomBG {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.85));
}
.is-hidden {
  display: none;
}
#GetCustomBox {
  position: fixed;
  z-index: 100;
  top: 40%;
  left: 35%;
  margin-right: -75%;
  transform: translate(-75%, -75%);
	transform: scale(1.5, 1.5);
}
.CloseBt {
  position: absolute;
  background-image: url(close.png);
  background-position: center center;
  background-size: 70px 70px;
  border: 0px;
  width: 70px;
  height: 70px;
  left: 50%;
  margin-top: -70px;
  margin-left: 200px;
  transition-duration: 0.3s; /*変化に掛かる時間*/
  text-indent: -9999px;
}
.CloseBt:hover {
  background-image: url(close2.png);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); /*画像の拡大率*/
  cursor: pointer;
}
#PageList {
  margin-top: 0px;
  margin-bottom: 70px;
  position: relative;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  min-width: 950px;
  width: 1270px;
  height: 50px;
  text-align: center;
  //float: left;
  //list-style: none;
  //display: flex;
  //justify-content: center ;
  //.btn-square-pop: wrap;
}
.btn--orange, a.btn--orange {
	width:  30px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 12px 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.2rem;
  margin-left: 6px;
  color: #fff;
  border: 2px solid #eb6100;
}
.btn--orange_Page, a.btn--orange_Page {
	width:  30px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 12px 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.2rem;
  margin-left: 6px;
  border: 2px solid #eb6100;
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover, a.btn--orange:hover {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 12px 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.2rem;
  margin-left: 6px;
  color: #fff;
  background: #f56500;
}
#footer {
  margin-top: 70px;
  margin-bottom: 30px;
  position: relative;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  min-width: 950px;
  width: 1270px;
  height: 50px;
  text-align: center;
  font-size: 18px;
  color: #FFF;
}
.shiny-btn3 {
  display: block;
  position: absolute;
  width: 350px; /*ボタンの幅*/
  height: 100px;
  padding-top: 28px;
  //padding: 10px 0;
  //margin: 30px auto;
  margin-left: 50px;
  margin-top: -20px;
  background-color: #ed4545; /*ボタンの色*/
  box-shadow: 0 3px 0 0 rgba(198, 39, 39, 1); /*影の色(rgbaの値を変更)*/
  border-radius: 5px;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}
.shiny-btn3:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}
.shiny-btn3::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn3 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn3 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}


  /* 3カラム: [ラベル][スライダー][値] */
  .adv-row{
    display:grid;
    grid-template-columns: 110px 1fr 170px;
    gap: 12px;
    align-items:center;
    margin: 10px 0;
  }

  .adv-label{
    font-size: 14px;
    opacity: .95;
    white-space: nowrap;
  }

  .adv-value{
    font-size: 13px;
    opacity: .9;
    text-align: right;
    white-space: nowrap;
  }

  /* noUi 見た目（少し低めにして縦を詰める） */
  .noUi-target { border: 0; box-shadow: none; }
  .noUi-base { background: #444; border-radius: 8px; }
  .noUi-connect { background: #eb6100; }
  .noUi-horizontal { height: 8px; }
  .noUi-horizontal .noUi-handle {
    width: 16px; height: 16px;
    right: -8px; top: -5px;
    border-radius: 50%;
  }

  /* 画面が狭い時は縦積みにフォールバック */
  @media (max-width: 720px){
    .adv-row{
      grid-template-columns: 1fr;
      gap: 6px;
    }
    .adv-value{ text-align:left; }
  }


.btn-square-pop2 {
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535; /*背景色*/
  border-bottom: solid 2px #d27d00; /*少し濃い目の色に*/
  border-radius: 40px; /*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  width: 160px;
  height: 45px;
  text-align: center;
  line-height: 46px;
  margin-top: -3px;
}
.btn-square-pop2:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


     .adv-row{ margin: 14px 0; }
      .adv-title{ font-size: 14px; opacity: .95; margin-bottom: 6px; }
      .adv-values{ font-size: 12px; opacity: .85; margin-top: 6px; }
      .noUi-target { border: 0; box-shadow: none; }
      .noUi-base { background: #444; border-radius: 8px; }
      .noUi-connect { background: #eb6100; }
      .noUi-horizontal { height: 10px; }
      .noUi-horizontal .noUi-handle { width: 18px; height: 18px; right: -9px; top: -4px; border-radius: 50%; }
    





/* カップ ツールチップ */
.cup-tooltip-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cup-tooltip-box {
  display: none;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  padding: 8px 12px;
  border-radius: 6px;
  white-space: nowrap;
  border: 1px solid #eb6100;
  z-index: 9999999999999999999;
  pointer-events: none;
}
.cup-tooltip-box::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #eb6100;
}
.cup-tooltip-wrap:hover .cup-tooltip-box {
  display: block;
}

#cup-tooltip-floating {
  display: none;
  position: fixed;
  background: #333;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #eb6100;
  z-index: 999999;
  pointer-events: none;
  white-space: nowrap;
}
#cup-tooltip-floating::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #eb6100;
}