html,
body,
h1,
h2,
h3,
h4,
ul,
li,
ol,
p {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

html,
body {
  font-family: 'Hammersmith One', sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  height: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'palt';
  -webkit-text-size-adjust: 100%;
  letter-spacing: 1px;
  min-height: 100%;
}

body {
  background-color: #d70c18;
}
.top_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: calc(100vh - 250px);
}
.logo-top {
  max-width: 720px;
  margin: auto;
}
.top_header {
  margin: 16% auto 0 auto;
  text-align: center;
}
.top_button {
  display: flex;
  justify-content: center;
  color: #88bbc9;
  gap: 24px;
  letter-spacing: 0;
}

.linkButton {
  cursor: pointer;
}
.hidden {
  display: none;
  padding-left: 16px;
}

.when_pc {
  display: block;
}

.when_sp {
  display: none;
}

a {
  color: #88bbc9;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

a:hover {
  color: #ee87b4;
}

a.hoge {
  transition-property: all;
  color: rgba(255, 255, 255, 0.7);
}

a.hoge:hover {
  color: #0b2e6e;
  background: -webkit-linear-gradient(0deg, #fff, #2c3a5f, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}

img {
  width: 100%;
  height: auto;
}

.top_header div {
  border: 1px #ccc solid;
  padding: 2px 16px;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 8px;
}

/*TORSO*/
body.torso {
  background: none;
  background-color: #211f1f;
  font-family: YakuHanMP, 'Lora', 'Noto Serif JP', serif;
}

.sns {
  margin: 16px 0 0 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
  letter-spacing: 1px;
}

.torso .wrapper {
  padding: 24px;
  color: #efefef;
}

.torso header {
  position: fixed;
  top: 24px;
  left: 24px;
}
.logo {
  max-width: 100px;
  mix-blend-mode: multiply;
}
.profile {
  max-width: 720px;
  margin: auto;
  font-size: 14px;
  line-height: 2;
}

.profile-text {
  margin-top: 12px;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.live-wrap {
  border-top: 1px #888 solid;
  max-width: 720px;
  margin: 80px auto 0 auto;
  padding-top: 8px;
}
.live-wrap h2,
.live-wrap p {
  margin-bottom: 16px;
  line-height: 1.7;
}

.release-wrap {
  max-width: 820px;
  margin: 80px auto 0 auto;
}

.release-item {
  display: flex;
  padding: 42px 0 0 0;
  border-top: #ccc dotted 1px;
}

.release-item-l {
  margin-right: 42px;
  max-width: 45%;
}
.release-item-r {
  line-height: 1.5;
}
.num {
  margin-left: 2rem;
}
.num li {
  list-style: decimal;
}
.stockist {
  font-size: 11px;
  line-height: 1.5;
}
.credit {
  margin-top: 24px;
  font-size: 13px;
}
.summary {
  font-size: 14px;
  line-height: 2;
}

.buy_btn {
  padding: 4px;
  text-align: center;
  max-width: auto;
  margin: 10px auto;
  background-color: #3474ad;
  display: block;
}

.buy_btn a {
  height: 100%;
  width: 100%;
  display: block;
  color: #fff;
  font-size: 12px;
  padding: 4px;
}

.buy_btn a:hover {
  color: #fff;
}

@media all and (max-width: 768px) {
  .wrapper {
    flex-wrap: wrap;
  }
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25% !important;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin-top: 24px;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 420px;
}

@media all and (max-width: 768px) {
  .jacke-image {
    width: 100%;
  }
}
@media all and (max-width: 640px) {
  .release-item {
    flex-direction: column;
  }
  .profile {
    margin-top: 64px;
  }
  .torso header {
    display: flex;
    width: calc(100% - 48px);
  }
  .sns {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 auto;
    flex-direction: row;
    font-size: 12px;
  }
  .logo {
    max-width: 72px;
  }
  .profile-text h2 {
    font-size: 16px;
    line-height: 1.6;
  }
  .release-item-l {
    margin: 0 0 16px 0;
    max-width: 100%;
  }
}
