@charset "utf-8";
/*--------------------------------------
  0.Reset
--------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: top;
 background: transparent;
}
sub, sup {
 font-size: 50%;
}
ruby {
 display: inline-table !important;
 text-align: center !important;
 white-space: nowrap !important;
 text-indent: 0 !important;
 margin: 0 !important;
 vertical-align: -21% !important;
 vertical-align: text-bottom !important;
 line-height: 1 !important;
}
ruby > rb, ruby > rbc {
 display: table-row-group !important;
 line-height: 1.2 !important;
}
ruby > rt, ruby > rbc + rtc {
 display: table-header-group !important;
 font-size: 50% !important;
 line-height: 1.2 !important;
 letter-spacing: 0 !important;
}
ruby > rbc + rtc + rtc {
 display: table-footer-group !important;
 font-size: 50% !important;
 line-height: 1 !important;
 letter-spacing: 0 !important;
}
rbc > rb, rtc > rt {
 display: table-cell !important;
 letter-spacing: 0 !important;
}
rp {
 display: none !important;
}
body {
 line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display: block;
}
ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
 content: '';
 content: none;
}
a {
 margin: 0;
 padding: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
 outline: none;
}
del {
 text-decoration: line-through;
}
abbr[title], dfn[title] {
 border-bottom: 1px dotted;
 cursor: help;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
 display: block;
 height: 1px;
 border: 0;
 border-top: 1px solid #cccccc;
 margin: 1em 0;
 padding: 0;
}
input, select {
 vertical-align: middle;
}
img {
 border: none;
 vertical-align: middle;
 max-width: 100%;
 height: auto;
}
* {
 box-sizing: border-box;
}
/*--------------------------------------
  1.Font
--------------------------------------*/
body {
 font-family: "Zen Maru Gothic", serif;
 font-weight: 400;
 font-style: normal;
 line-height: 1;
 position: relative;
 text-align: left;
 color: #333;
 background: #fffff3;
 font-size: 16px;
}
a {
 color: #333;
 text-decoration: underline;
}
body * {
 box-sizing: border-box;
}
/*--------------------------------------
  2.Tools
--------------------------------------*/
.clearfix:after {
 display: block;
 clear: both;
 content: "";
}
* html .clearfix {
 zoom: 1;
}
*:first-child + html .clearfix {
 zoom: 1;
}
.u-mt0 {
 margin-top: 0px !important;
}
.u-mt5 {
 margin-top: 5px !important;
}
.u-mt10 {
 margin-top: 10px !important;
}
.u-mt15 {
 margin-top: 15px !important;
}
.u-mt20 {
 margin-top: 20px !important;
}
.u-mt25 {
 margin-top: 25px !important;
}
.u-mt30 {
 margin-top: 30px !important;
}
.u-mt35 {
 margin-top: 35px !important;
}
.u-mt40 {
 margin-top: 40px !important;
}
.u-mt45 {
 margin-top: 45px !important;
}
.u-mt50 {
 margin-top: 50px !important;
}
.u-mt55 {
 margin-top: 55px !important;
}
.u-mt60 {
 margin-top: 60px !important;
}
.u-mb0 {
 margin-bottom: 0px !important;
}
.u-mb5 {
 margin-bottom: 5px !important;
}
.u-mb10 {
 margin-bottom: 10px !important;
}
.u-mb15 {
 margin-bottom: 15px !important;
}
.u-mb20 {
 margin-bottom: 20px !important;
}
.u-mb25 {
 margin-bottom: 25px !important;
}
.u-mb30 {
 margin-bottom: 30px !important;
}
.u-mb35 {
 margin-bottom: 35px !important;
}
.u-mb40 {
 margin-bottom: 40px !important;
}
.u-mb45 {
 margin-bottom: 45px !important;
}
.u-mb50 {
 margin-bottom: 50px !important;
}
.u-mb55 {
 margin-bottom: 55px !important;
}
.u-mb60 {
 margin-bottom: 60px !important;
}
/*--------------------------------------
  3.Layout
--------------------------------------*/
/* COMMON */
img {
 max-width: 100%;
 height: auto;
}
/* PC */
@media screen and (min-width:768px) {
 .pc {
  display: block;
 }
 .sp {
  display: none;
 }
 br.pc {
  display: inline-block;
 }
}
/* SP */
@media screen and (max-width:767px) {
 .pc {
  display: none;
 }
 .sp {
  display: block;
 }
 br.sp {
  display: inline-block;
 }
 img {
  width: 100%;
  height: auto;
 }
}
/*--------------------------------------
  4.Module
--------------------------------------*/
/*----clearfix----*/
.clearfix:after {
 content: ".";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
 font-size: 0.01em;
}
.clearfix {
 min-height: 1px;
}
* html .clearfix {
 height: 1px; /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
/* PC */
@media screen and (min-width:768px) {
 body {
  background: url("../img/bg.png") repeat center top #fffff3;
  background-size: 1000px auto;
 }
 #histrip {
  height: 100%;
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
  background: url("../img/bg_space.png") no-repeat center top #fffff3;
  background-size: 1000px auto;
 }
 #histrip .contents {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 150px 20px 80px 20px;
 }
 #histrip h1 {
  width: 60%;
  margin: 0 auto 90px auto;
 }
 #histrip .text {
  font-size: 16px;
  line-height: 2;
 }
 #histrip .sttext {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px 0;
 }
 #histrip .note {
  font-size: 16px;
  text-align: center;
 }
 #histrip .btnset {
  width: 540px;
  margin: 20px auto 0 auto;
  display: flex;
  justify-content: space-between;
 }
 #histrip .btn01 {
  width: 40%;
 }
 #histrip .btn02 {
  width: 50%;
 }
 #histrip .btnset a {
  display: block;
  transition: 0.4s;
 }
 #histrip .btnset a:hover {
  transform: scale(1.1);
 }
 #histrip .foot {
  margin: 150px 0 0 0;
  text-align: center;
  font-size: 18px;
 }
 #histrip .contact {
  font-weight: 600;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #333;
 }
 #histrip .mail {
  font-weight: 600;
  padding: 10px 0 0 0;
 }
 #histrip .foot .note {
  margin: 30px 0 0 0;
 }
 #histrip.normalcontents {
  background: none;
 }
 #histrip.normalcontents .contents {
  padding: 60px 20px 80px 20px;
 }
 #histrip.normalcontents h1 {
  width: 40%;
  margin: 0 auto 40px auto;
 }
 #histrip.normalcontents h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 60px 0;
  line-height: 1.5;
 }
 #histrip.normalcontents h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 60px 0 30px 0;
  line-height: 1.5;
 }
 #histrip.normalcontents .text {
  margin: 0 0 30px 0;
 }
 #histrip.normalcontents ol {
  margin: 0 0 60px 0;
  padding: 0 0 0 1.5em;
  line-height: 2;
 }
 #histrip.normalcontents ol li {
  margin: 0 0 15px 0;
 }
 #histrip.normalcontents ol ol {
  margin: 15px 0 15px 0;
  list-style-type: lower-alpha;
 }
}
/* SP */
@media screen and (max-width:767px) {
 body {
  font-size: 16px;
 }
 #histrip {
  background: url("../img/bg_space.png") no-repeat center top #fffff3;
  background-size: 700px auto;
  width: 100%;
  height: 100%;
 }
 #histrip .contents {
  padding: 18% 5% 12% 5%;
 }
 #histrip h1 {
  width: 90%;
  margin: 0 auto 8% auto;
 }
 #histrip .text {
  font-size: 16px;
  line-height: 2;
 }
 #histrip .sttext {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px 0;
 }
 #histrip .note {
  font-size: 16px;
  text-align: center;
 }
 #histrip .btnset {
  width: 90%;
  margin: 8% auto 0 auto;
  display: flex;
  justify-content: space-between;
 }
 #histrip .btn01 {
  width: 40%;
 }
 #histrip .btn02 {
  width: 50%;
 }
 #histrip .foot {
  margin: 15% 0 0 0;
  text-align: center;
  font-size: 18px;
 }
 #histrip .contact {
  font-weight: 600;
  padding: 0 0 2% 0;
  border-bottom: 1px solid #333;
 }
 #histrip .mail {
  font-weight: 600;
  padding: 2% 0 0 0;
 }
 #histrip .foot .note {
  margin: 8% 0 0 0;
 }
 #histrip.normalcontents {
  background: url("../img/bg.png") repeat center top #fffff3;
  background-size: 700px auto;
 }
 #histrip.normalcontents .contents {
  padding: 8% 5% 12% 5%;
 }
 #histrip.normalcontents h1 {
  width: 40%;
  margin: 0 auto 5% auto;
 }
 #histrip.normalcontents h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 8% 0;
  line-height: 1.5;
 }
 #histrip.normalcontents h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 8% 0 5% 0;
  line-height: 1.5;
 }
 #histrip.normalcontents .text {
  margin: 0 0 30px 0;
 }
 #histrip.normalcontents ol {
  margin: 0 0 8%x 0;
  padding: 0 0 0 1.5em;
  line-height: 2;
 }
 #histrip.normalcontents ol li {
  margin: 0 0 3% 0;
 }
 #histrip.normalcontents ol ol {
  margin: 3% 0 3% 0;
  list-style-type: lower-alpha;
 }
}
#histrip .logo {
  position: relative;
  aspect-ratio: 1456 / 1300;
  overflow: hidden;
}
#histrip .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 163%;
  max-width: none;
  height: auto;
  transform: translate(-50%, -50%);
}
#histrip .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#histrip:not(.normalcontents) .logo {
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  #histrip:not(.normalcontents) .logo {
    margin-bottom: 16px;
  }
}
.download-area {
  text-align: center;
  margin: 0 0 48px;
}
.release-status {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 24px;
  background: #744719;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
#histrip .download-area .btnset {
  width: 480px;
  max-width: 100%;
  margin: 16px auto;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: nowrap;
}
#histrip .download-area .btn01,
#histrip .download-area .btn02 {
  width: auto;
  min-width: 0;
  flex: 1 1 0;
}
#histrip .download-area .btn02 {
  /* Balance the badges' areas while preserving their original proportions. */
  flex-grow: 1.11;
}
#histrip .download-area .btnset img {
  display: block;
  width: 100%;
  height: auto;
}
.download-description, .download-note {
  line-height: 1.8;
}
.download-description {
  font-size: 14px;
}
.download-note {
  margin-top: 4px;
  font-size: 12px;
  color: #555;
}

/* β終了ラベル */
.beta-label {
  display: inline-block;
  background: #ddd; /* 終了感のあるグレー */
  color: #555;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 12px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
  animation: fadeIn 1s ease;
}

.beta-text {
  text-decoration: underline;
}

.beta-ended {
  margin-left: 6px;
  color: #c00;
  font-weight: 700;
}

/* リリース待ちメッセージ */
.release-wait {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 24px;
}

/* ボタン配置（無効化） */
.btnset {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.btnset.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.store-waiting {
  opacity: 0.4;
}

/* フェードイン */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}
