/* CSS Document */
body {
  position: relative;
  background: url("../img/bg_titane.webp") no-repeat center center/cover;
  /*
  &::before{
  	content: "";
  	width: 100vw;
  	height: 100vh;
  	position: fixed;
  	top: 0px;
  	right: 0px;
  	background:
  		radial-gradient(circle at bottom, $white, transparent 20%),
  		linear-gradient(to top, #2f2f3b 0%, transparent 70%),
  		linear-gradient(to bottom, transparent, rgba($white, 0.4) 70%),
  		$blue;
  		animation: bg 30s infinite
  	;
  }
  	*/
}
body #app {
  position: relative;
  z-index: 2;
}

@keyframes bg {
  0%, 100% {
    background-color: #2c3046;
  }
  25% {
    background-color: #423331;
  }
  50% {
    background-color: #403e47;
  }
  75% {
    background-color: #201a1e;
  }
}
#titaneWrapper sup {
  font-size: 80%;
  vertical-align: middle;
  position: relative;
  top: -0.5em;
}
#titaneWrapper .mv {
  margin-bottom: 50px;
}
#titaneWrapper .mv img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #titaneWrapper .dataWrapper {
    max-width: 500px;
    margin: 0 auto;
  }
}
#titaneWrapper .topTxt {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #titaneWrapper .topTxt {
    text-align: left;
    font-size: 15px;
  }
}
#titaneWrapper .topTxt p:not(:last-child) {
  margin-bottom: 30px;
}
#titaneWrapper .topTxt p strong {
  font-size: 18px;
  color: #19223f;
}
#titaneWrapper .topTxt .logo_120 {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 20px;
  padding: 20px;
  background: #19223f;
  border-radius: 10px;
}
#titaneWrapper .topTxt .logo_120 img {
  width: 100%;
  max-width: 150px;
}
@media screen and (max-width: 576px) {
  #titaneWrapper .topTxt .logo_120 {
    max-width: 130px;
  }
}
#titaneWrapper .boxLR {
  display: flex;
  gap: 20px;
}
#titaneWrapper .boxLR:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #titaneWrapper .boxLR {
    flex-direction: column;
    align-items: center;
  }
}
#titaneWrapper .boxLR > * {
  padding: 20px;
  margin: 0;
  border-radius: 5px;
  flex: 1;
  color: #FFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  #titaneWrapper .boxLR > * {
    width: 100%;
    text-align: center;
  }
}
#titaneWrapper .boxLR > *.saxophone {
  background: radial-gradient(#daa167, #ac6073);
}
#titaneWrapper .boxLR > *.clarinet {
  background: radial-gradient(#2e4a8d, #453f6c);
}
#titaneWrapper .boxLR > * dt {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #CCC;
  font-size: 18px;
}
#titaneWrapper .boxLR > * dt span.imgBox {
  margin-bottom: 15px;
  display: block;
}
#titaneWrapper .boxLR > * dt span.imgBox img {
  width: 100%;
  border-radius: 4px;
}
#titaneWrapper .boxLR > * dd:not(:last-child) {
  margin-bottom: 20px;
}
#titaneWrapper .boxLR > * dd .model {
  margin-bottom: 5px;
  font-weight: 700;
}
#titaneWrapper .boxLR > * dd ul {
  list-style: none;
}
#titaneWrapper .boxLR > * dd.price > * {
  display: inline-block;
}
#titaneWrapper .boxLR > * dd.price .txt_01 {
  margin-right: 5px;
  font-size: 14px;
}
#titaneWrapper .boxLR > * dd.price strong {
  font-size: 24px;
}
#titaneWrapper .boxLR > * dd.price .txt_02 {
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */