@import url(font.css);

.no-before:before {
  content: none !important;
}

.no-after:after {
  content: none !important;
}

body::-webkit-scrollbar {
  display: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block
}

*[hidden] {
  display: none
}

body {
  line-height: 1
}

menu,
ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

.title--pageTitle {
  color: #fff;
  line-height: 1.5
}

.title--pageTitle .title--jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800
}

.title--pageTitle .title--en {
  font-family: "PT Sans Narrow", sans-serif;
  display: block;
  font-weight: 700
}

.body--home .b-header {
  padding-top: 14vh
}

.body--home .title--pageTitle .title--jp {
  font-size: 4rem
}

.body--home .title--pageTitle .title--en {
  font-size: 2rem;
  letter-spacing: 2px
}

.body--character .b-header,
.body--situation .b-header,
.body--version .b-header {
  padding-top: 3vh
}

.body--character .title--pageTitle,
.body--situation .title--pageTitle,
.body--version .title--pageTitle {
  line-height: 1.25
}

.body--character .title--pageTitle .title--jp,
.body--situation .title--pageTitle .title--jp,
.body--version .title--pageTitle .title--jp {
  font-size: 3rem
}

.body--character .title--pageTitle .title--en,
.body--situation .title--pageTitle .title--en,
.body--version .title--pageTitle .title--en {
  font-size: 1.5rem;
  letter-spacing: 1px
}

.body--version .b-header {
  padding-top: 8vh
}

.body--bluetooth .b-header {
  padding-top: 5vh
}

.body--bluetooth .title--pageTitle {
  line-height: 1.25;
  margin: 0 10px 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

.body--bluetooth .title--pageTitle .title--jp {
  font-size: 2.5rem
}

.body--bluetooth .title--pageTitle .title--en {
  font-size: 1.3rem;
  letter-spacing: 1px
}

.body--bluetooth .title--pageTitle::before {
  content: "";
  display: block;
  width: 25px;
  height: 35px;
  background: url("../svg/icon_bluetooth.svg") no-repeat left top/contain;
  position: absolute;
  bottom: -3px;
  left: 0
}

:root {
  --base-color: #1b1b1b;
  --base-text-color: #221815;
  --accent-color--cleansui: #df393d;
  --accent-text-color--blue: #3360b8;
  --accent-text-color--gray: #6c757d;
  --accent-text-color--darkgray: #415974;
  --accent-text-color--ashgray: #8098b7;
  --small-body-font: 1.4rem;
  --mobile-body-font: 1.4rem;
  --base-line-height: 1.86;
  --small-line-height: 1.74;
  --mobile-line-height: 1.74;
  --link-base-color: #415974;
  --link-base-color-hover: #336dbb;
  --link-text-animation-duration: color 0.3s;
  --link-background-animation-duration: background-color 0.3s
}

html,
body {
  width: 100%;
  font-size: calc(112.5% + .25vw);
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  line-height: 1.86;
  -webkit-font-smoothing: antialiased
}

body {
  position: relative;
  font-size: 14px;
  height: 100%
}

body.scroll--lock {
  overflow: hidden
}

body h1 {
  font-size: 2.5vw
}

body h2 {
  font-size: 1.4vw;
  font-weight: bold
}

body h3 {
  font-size: 1.2vw
}

body h4 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: .5em;
  line-height: 1.5
}

body h1,
body h2,
body h3,
body h4 {
  font-family: "source-han-sans-japanese", -apple-system, "Lucida Grande", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", meiryo, sans-serif
}

body img {
  max-width: 100%
}

body .l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

body .l-fixed {
  position: fixed
}

body .font--minchou {
  font-family: "a-otf-ryumin-pr6n", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif
}

body a {
  text-decoration: none;
  color: #825303;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body a:hover {
  color: #a1937b
}

.l-main {
  position: relative
}

.l-overlay {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.block--dialog {
  border-radius: 20px
}

.dialog--erorr {
  background-color: #ff6dab;
  padding: 18px 25px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 86%;
  color: #fff
}

.dialog--erorr .b-block__title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 10px;
  margin-left: -5px
}

.dialog--erorr .b-block__text {
  font-size: 1.3rem;
  line-height: 1.65;
  padding-bottom: 18px;
  border-bottom: 1px solid #f8f8f8
}

.dialog--erorr .b-block__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 15px 0 10px
}

.dialog--download {
  background: #f8f8fa;
  padding: 30px 25px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 86%
}

.dialog--download .b-block__title,
.dialog--download .b-block__text {
  font-size: 1.6rem;
  text-align: center;
  color: #ff2b7b
}

.dialog--download .b-block__progBar {
  background-color: #f4f4f4;
  border-radius: 4px;
  height: 8px;
  width: 100%;
  margin: 20px 0 15px;
  position: relative;
  overflow: hidden
}

.dialog--download .b-block__progress {
  background-color: #ff2b7b;
  height: 8px;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: absolute
}

@-webkit-keyframes progress {
  0% {
    width: 0
  }

  100% {
    width: 100%
  }
}

@keyframes progress {
  0% {
    width: 0
  }

  100% {
    width: 100%
  }
}

.align--center {
  text-align: center
}

.align--right {
  text-align: right
}

.body--home {
  background: url("../images/bg_home.png") no-repeat top left/contain, -webkit-gradient(linear, left bottom, left top, from(rgb(255, 178, 225)), color-stop(50%, rgb(247, 191, 214)), to(rgb(248, 147, 170)));
  background: url("../images/bg_home.png") no-repeat top left/contain, linear-gradient(0deg, rgb(255, 178, 225) 0%, rgb(247, 191, 214) 50%, rgb(248, 147, 170) 100%)
}

.body--home .b-content {
  margin-left: 6%;
  margin-right: 5.5%;
  margin-top: 10.5%
}

.body--home .block--series {
  background-color: rgba(255, 132, 180, .9);
  border-radius: 15px;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff
}

.body--home .block--series+.b-block {
  margin-top: 5%
}

.body--home .block--series:last-child {
  margin-bottom: 10vh
}

.body--home .block--series .b-block__title {
  font-size: 2.2rem;
  font-size: clamp(2rem, 2vw, 2.2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 2%;
  line-height: 1.55
}

.body--home .block--series .b-block__text.text--description {
  background-color: rgba(255, 157, 180, .8);
  border-radius: 8px;
  padding: 10px 15px 8px;
  margin: 15px 0 15px;
  line-height: 1.55;
  font-size: 1.3rem
}

.body--home .block--series .b-block__list {
  margin-left: 1%
}

.body--home .block--series .b-block__list-item {
  font-size: 1.3rem;
  line-height: 1.5
}

.body--home .block--series .b-block__list-item+.b-block__list-item {
  margin-top: 5px
}

.body--home .block--series .b-block__list-item .b-block__span {
  background-color: #ff74cf;
  border-radius: 30px;
  padding: 4px 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline-block
}

.body--home .block--series .b-block__link {
  border-radius: 40px;
  display: block;
  margin: 8% 2% 0;
  background-color: #fd94bd;
  -webkit-box-shadow: 2px 2px 6px rgba(123, 105, 105, .4);
  box-shadow: 2px 2px 6px rgba(123, 105, 105, .4);
  text-align: center;
  color: #fff;
  padding: 12px 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold
}

.body--home .block--series .b-block__link:active {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  -webkit-box-shadow: 1px 1px 3px rgba(123, 105, 105, .2);
  box-shadow: 1px 1px 3px rgba(123, 105, 105, .2)
}

.body--home .block--series .b-block__link::before {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.body--character .content--body,
.body--situation .content--body,
.body--bluetooth .content--body {
  background-color: #fff;
  border-radius: 0 40px 0 0;
  padding: 30px 15px 5vh 17px;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

.body--character .content--body::before,
.body--situation .content--body::before,
.body--bluetooth .content--body::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -40px;
  left: 0;
  background: url("../svg/corner_content_top.svg") no-repeat left top/contain
}

.body--character .content--body .b-block,
.body--situation .content--body .b-block,
.body--bluetooth .content--body .b-block {
  border-radius: 8px;
  background-color: #f8f8fa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-shadow: 3px 3px 14px rgba(174, 174, 192, .5);
  box-shadow: 3px 3px 14px rgba(174, 174, 192, .5)
}

.body--character .content--body .b-block+.b-block,
.body--situation .content--body .b-block+.b-block,
.body--bluetooth .content--body .b-block+.b-block {
  margin-top: 4%
}

.body--character .content--body .b-block:active,
.body--situation .content--body .b-block:active,
.body--bluetooth .content--body .b-block:active {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  -webkit-box-shadow: 1px 1px 3px rgba(123, 105, 105, .2);
  box-shadow: 1px 1px 3px rgba(123, 105, 105, .2)
}

.body--character,
.body--situation {
  background: url("../images/bg_under.png") no-repeat top left/cover, -webkit-gradient(linear, left bottom, left top, from(rgb(255, 178, 225)), color-stop(50%, rgb(247, 191, 214)), to(rgb(248, 147, 170)));
  background: url("../images/bg_under.png") no-repeat top left/cover, linear-gradient(0deg, rgb(255, 178, 225) 0%, rgb(247, 191, 214) 50%, rgb(248, 147, 170) 100%)
}

.body--character .content--selected,
.body--situation .content--selected {
  padding-top: 2%
}

.body--character .content--selected .b-content__link,
.body--situation .content--selected .b-content__link {
  font-size: 1.2rem;
  color: #fff;
  padding: 0 3px 7px 2%;
  margin-bottom: 6%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.body--character .content--selected .b-content__link::before,
.body--situation .content--selected .b-content__link::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  margin-right: 5px
}

.body--character .content--selected .b-content__link::after,
.body--situation .content--selected .b-content__link::after {
  content: "";
  width: 100%;
  height: 5px;
  background: url("../svg/line_wave.svg") repeat-x left bottom;
  position: absolute;
  bottom: 0;
  left: 0
}

.body--character .content--selected .b-content__list,
.body--situation .content--selected .b-content__list {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.8rem
}

.body--character .content--selected .b-content__list-item:first-child,
.body--situation .content--selected .b-content__list-item:first-child {
  font-size: 1.4rem
}

.body--character .content--body .b-block {
  position: relative;
  padding: 12px 42px 12px 12px;
  -webkit-transition: all .3s;
  transition: all .3s
}

.body--character .content--body .b-block::before {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  background-color: #ff6dab;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.body--character .content--body .b-block__figure {
  background-color: #f2f2f2;
  border-radius: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 78px;
  flex: 0 1 78px;
  height: 78px;
  overflow: hidden;
  margin-right: 5%
}

.body--character .content--body .b-block__figure__images {
  -o-object-fit: contain;
  object-fit: contain
}

.body--character .content--body .b-block__df {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 2px
}

.body--character .content--body .b-block__df-title {
  color: #ff6dab;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 3px
}

.body--character .content--body .b-block__df-text {
  font-size: 1.3rem;
  line-height: 1.55;
  color: #111
}

.body--situation .item--sort {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ff2b7b;
  border-radius: 12px;
  color: #ff2b7b;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 8px 1rem 7px 2rem;
  position: relative
}

.body--situation .b-content__seletwrap {
  position: relative;
  margin: 0 1% 15px 0
}

.body--situation .b-content__seletwrap::before {
  content: "ソート順";
  position: absolute;
  top: 4px;
  right: 12px;
  z-index: 5;
  color: #ff2b7b;
  font-size: 1.4rem
}

.body--situation .content--body {
  padding-top: 20px
}

.body--situation .content--body .b-block {
  position: relative;
  padding: 12px 42px 12px 12px;
  -webkit-transition: all .3s;
  transition: all .3s
}

.body--situation .content--body .b-block__figure {
  border-radius: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 55px;
  flex: 0 1 55px;
  height: 55px;
  overflow: hidden;
  margin-right: 5%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-shadow: 4px 4px 10px rgba(221, 221, 221, .4);
  box-shadow: 4px 4px 10px rgba(221, 221, 221, .4)
}

.body--situation .content--body .b-block__df {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 2px
}

.body--situation .content--body .b-block__df-title {
  color: #ff6dab;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 6px;
  padding-right: 12vw;
  line-height: 1.45
}

.body--situation .content--body .b-block__df-text {
  font-size: 1.3rem;
  line-height: 1.55;
  color: #111
}

.body--situation .content--body .b-block__icon {
  position: absolute;
  top: 13px;
  right: 10px;
  border-radius: 25px;
  font-size: 1.3rem;
  text-align: center;
  padding: 4px 10px;
  line-height: 1
}

.body--situation .block--ownership .b-block__figure {
  background-color: #fff
}

.body--situation .block--ownership .b-block__figure__images {
  padding: 13px 13px 17px 22px
}

.body--situation .block--ownership .b-block__icon {
  background-color: #f4f4f9;
  color: #bbb;
  -webkit-box-shadow: inset 3px 3px 10px rgba(219, 219, 219, .4);
  box-shadow: inset 3px 3px 10px rgba(219, 219, 219, .4)
}

.body--situation .block--unpurchased {
  background-color: #f9f8ef !important
}

.body--situation .block--unpurchased .b-block__figure {
  background-color: #facd37
}

.body--situation .block--unpurchased .b-block__figure__images {
  padding: 12px 16px 22px 18px
}

.body--situation .block--unpurchased .b-block__df-title {
  color: #ffba00
}

.body--situation .block--unpurchased .b-block__icon {
  background-color: #ffba00;
  color: #fff;
  -webkit-box-shadow: inset 3px 3px 10px rgba(152, 88, 0, .4);
  box-shadow: inset 3px 3px 10px rgba(152, 88, 0, .4)
}

.body--bluetooth {
  position: relative;
  background-color: #f0f0f3
}

.body--bluetooth .l-page {
  background: url("../images/bg_under.png") no-repeat top left/cover, -webkit-gradient(linear, left top, left bottom, from(rgb(255, 178, 225)), color-stop(50%, rgb(247, 191, 214)), to(rgb(240, 240, 243)));
  background: url("../images/bg_under.png") no-repeat top left/cover, linear-gradient(180deg, rgb(255, 178, 225) 0%, rgb(247, 191, 214) 50%, rgb(240, 240, 243) 100%)
}

.body--bluetooth .l-main {
  border-radius: 30px 30px 0 0;
  background-color: #f0f0f3;
  padding-bottom: 3%;
  position: relative;
  z-index: 10
}

.body--bluetooth .content--body {
  border-radius: 30px;
  padding-bottom: 10vh
}

.body--bluetooth .content--body::before {
  display: none
}

.body--bluetooth .content--body .b-block {
  position: relative;
  padding: 8px 42px 8px 12px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.body--bluetooth .content--body .b-block+.b-block {
  margin-top: 2%
}

.body--bluetooth .content--body .b-block__figure {
  background-color: #0b3b8d;
  border-radius: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45px;
  flex: 0 1 45px;
  height: 45px;
  overflow: hidden;
  margin-right: 5%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-shadow: 4px 4px 10px rgba(221, 221, 221, .4);
  box-shadow: 4px 4px 10px rgba(221, 221, 221, .4)
}

.body--bluetooth .content--body .b-block__figure__images {
  padding: 8px 15px
}

.body--bluetooth .content--body .b-block__text {
  color: #0b3b8d;
  font-size: 1.6rem
}

.body--bluetooth .content--body .b-block.block--selected {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  -webkit-box-shadow: 1px 1px 3px rgba(123, 105, 105, .2);
  box-shadow: 1px 1px 3px rgba(123, 105, 105, .2);
  background-color: #f9eef2
}

.body--bluetooth .content--body .b-block.block--selected .b-block__figure {
  background-color: #ff2b7b
}

.body--bluetooth .content--body .b-block.block--selected .b-block__text {
  color: #ff2b7b;
  font-weight: bold
}

.body--bluetooth .content--volume {
  padding: 7vh 5% 0
}

.body--bluetooth .content--volume input[type=range] {
  width: 94%;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 8px;
  background-color: #fde2ec;
  -webkit-box-shadow: inset 3px 3px 10px rgba(255, 59, 59, .16);
  box-shadow: inset 3px 3px 10px rgba(255, 59, 59, .16);
  border-radius: 4px
}

.body--bluetooth .content--volume input[type=range]::-webkit-slider-thumb {
  background-color: #ff2b7b;
  appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 30px;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 10px rgba(123, 123, 123, .4);
  box-shadow: 3px 3px 10px rgba(123, 123, 123, .4)
}

.body--bluetooth .content--volume input[type=range]::-moz-range-thumb {
  background-color: #ff2b7b;
  width: 15px;
  height: 30px
}

.body--bluetooth .content--volume .block--range-caption {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a2a2a2
}

.body--bluetooth .content--volume .block--range-caption .text--current {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 2rem;
  font-weight: bold
}

.body--bluetooth .content--volume .block--range-caption .text--curentInt {
  color: #ff2b7b;
  margin-left: 10px
}

.body--bluetooth .content--volume .block--range-caption .text--min,
.body--bluetooth .content--volume .block--range-caption .text--max {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 3rem;
  flex: 0 1 3rem;
  font-size: 1.4rem;
  font-weight: bold
}

.body--play {
  background-color: #f0f0f3
}

.body--play .content--body {
  height: 99vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10%
}

.body--play .b-content__embed {
  height: 60vh;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 15px rgba(174, 174, 192, .4);
  box-shadow: 5px 5px 15px rgba(174, 174, 192, .4)
}

.body--play .b-content__link {
  border-radius: 40px;
  display: block;
  margin: 8% 2% 0;
  background-color: #fd94bd;
  -webkit-box-shadow: 2px 2px 6px rgba(123, 105, 105, .4);
  box-shadow: 2px 2px 6px rgba(123, 105, 105, .4);
  text-align: center;
  color: #fff;
  padding: 12px 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 20%
}

.body--play .b-content__link:active {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  -webkit-box-shadow: 1px 1px 3px rgba(123, 105, 105, .2);
  box-shadow: 1px 1px 3px rgba(123, 105, 105, .2)
}

.body--play .b-content .icon--stop {
  position: relative;
  position: absolute;
  top: 50%;
  left: 20%;
  width: 15px
}

.body--play .b-content .icon--stop::before,
.body--play .b-content .icon--stop::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 5px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.body--play .b-content .icon--stop::before {
  left: 0
}

.body--play .b-content .icon--stop::after {
  right: 0%
}

.body--version {
  background: url("../images/bg_under.png") no-repeat top left/cover, -webkit-gradient(linear, left bottom, left top, from(rgb(255, 178, 225)), color-stop(50%, rgb(247, 191, 214)), to(rgb(248, 147, 170)));
  background: url("../images/bg_under.png") no-repeat top left/cover, linear-gradient(0deg, rgb(255, 178, 225) 0%, rgb(247, 191, 214) 50%, rgb(248, 147, 170) 100%)
}

.body--version .l-page {
  height: 100vh;
  position: relative
}

.body--version .content--body {
  margin: 20vh 5% 0
}

.body--version .b-content__list-item+.b-content__list-item {
  margin-top: 5%
}

.body--version .b-content__link,
.body--version .b-content .b-content__span {
  display: block;
  background-color: #fff;
  color: #ff2b7b;
  text-align: center;
  border-radius: 8px;
  padding: 12px 0;
  -webkit-box-shadow: 4px 4px 12px rgba(174, 174, 192, .2);
  box-shadow: 4px 4px 12px rgba(174, 174, 192, .2)
}

.body--version .b-content__link:active,
.body--version .b-content .b-content__span:active {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  -webkit-box-shadow: 1px 1px 3px rgba(123, 105, 105, .2);
  box-shadow: 1px 1px 3px rgba(123, 105, 105, .2)
}

.body--version .link--button--prev {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  border-radius: 40px;
  background-color: #fd94bd;
  -webkit-box-shadow: 2px 2px 6px rgba(123, 105, 105, .4);
  box-shadow: 2px 2px 6px rgba(123, 105, 105, .4);
  text-align: center;
  color: #fff;
  padding: 12px 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold
}

.body--version .b-content__button {
  position: absolute;
  bottom: 4%;
  width: 100%
}

.block--appVersions {
  background-color: #ff6dab;
  width: 100%;
  bottom: 0;
  z-index: 10
}

.block--appVersions .b-block__df {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  padding: 15px 0
}

.block--appVersions .b-block__df-title {
  font-size: 1.3rem
}

.block--appVersions .b-block__df-version {
  font-size: 1.6rem;
  margin-left: 20px
}

#ifr_download {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 999;
}

/* ロード中の表示 */
#loading-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 1000;
}

/* 再生ボタン (FAB) のスタイル */
.fab-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.fab-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  background-color: #ff6dab;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.fab-button:hover {
  background-color: #ff4d88;
  transform: translateY(-2px);
}

.fab-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* SVGアイコンのスタイル */
.fab-button svg {
  width: 24px;
  height: 24px;
  fill: white;
}

.text-center {
  text-align: center;
}

.text-bold {
  font-weight: bold;
}

.font-color-white {
  color: #ffffff;
}

.font-size-large{
  font-size: 20px;
}
