/*------------------------------------
/assets/css/style2.cssで使用できます。
-------------------------------------*/
@charset "utf-8";

@charset "utf-8";

.play-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 16px;
  background: #ffffff;
  color: #202124;
  font-family: sans-serif;
}
.play-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.play-icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  margin-right: 16px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
  flex-shrink: 0;
}
.play-info {
  flex: 1;
  overflow: hidden;
}
.play-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.play-dev {
  font-size: 13px;
  color: #01875f;
  font-weight: bold;
  margin-bottom: 2px;
}
.play-ads {
  font-size: 11px;
  color: #5f6368;
}
.play-stats {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 24px;
}
.play-stat {
  text-align: center;
}
.play-stat-val {
  font-size: 14px;
  font-weight: bold;
}
.play-stat-lbl {
  font-size: 11px;
  color: #5f6368;
  margin-top: 4px;
}
.play-divider {
  width: 1px;
  height: 24px;
  background: #e8eaed;
}
.play-actions {
  text-align: center;
  margin-bottom: 24px;
}
.play-btn {
  width: 85%;
  max-width: 320px;
  margin: 0 auto;
  padding: 12px;
  border-radius: 24px;
  border: none;
  font-weight: bold;
  font-size: 14px;
  box-sizing: border-box;
}
.play-btn-install {
  background: #01875f;
  color: #ffffff;
}
.play-btn-open {
  background: #e8f0fe;
  color: #1a73e8;
}
.install-loader {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(26,115,232,0.2);
  border-top: 2px solid #1a73e8;
  border-radius: 50%;
  margin-left: 8px;
  vertical-align: middle;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  100% { transform: rotate(360deg); }
}
.play-desc {
  font-size: 13px;
  color: #5f6368;
  line-height: 1.6;
  margin-bottom: 24px;
  word-break: break-all;
}
.play-desc-title {
  font-size: 15px;
  font-weight: bold;
  color: #202124;
  margin-bottom: 8px;
}
.play-steps {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 16px;
}
.play-steps-title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 12px;
}
.play-step {
  font-size: 12px;
  color: #3c4043;
  margin-bottom: 8px;
  padding-left: 1.2em;
  text-indent: -1.2em;
}