@charset "utf-8";

:root {
  --font-family: YakuHanJPs, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Helvetica Neue', Arial, Meiryo, sans-serif;
  --font-YakuHanJP: YakuHanJP, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}

/*Reset*/
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}
ul{list-style:none}
button,input,select,textarea{margin:0}html{box-sizing:border-box}
*,*:before,*:after{box-sizing:inherit}
img,embed,object,video{height:auto;max-width:100%}
iframe{border:0}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0;text-align:left;font-weight: 500;}

/* iOSでのデフォルトスタイルをリセット */
button,input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* ---- Webフォント ---- */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/common/fonts/notosansjp/NotoSansJP-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/common/fonts/notosansjp/NotoSansJP-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/common/fonts/notosansjp/NotoSansJP-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'YakuHanJPs';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/common/fonts/yakuhanjps/YakuHanJPs-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'YakuHanJPs';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/common/fonts/yakuhanjps/YakuHanJPs-Bold.woff2') format('woff2');
}

/* Webフォント */
@font-face {
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/common/fonts/yakuhanjp/YakuHanJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/common/fonts/yakuhanjp/YakuHanJP-Bold.woff2") format("woff2");
}
/* End Webフォント */

/*Default*/
html {
  font-size: 62.5%;
}

body {
  font-family: var(--font-family);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  background: #FFF;
  color: #000;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
body.scroll-stop {
  height: 100vh;
  overflow: hidden;
}

.debug {
  z-index: 300052 !important;
}

a {
  color: #000;
  text-decoration: none;
}
@media (any-hover: hover) {
  a:is(:hover, :focus-visible) {
    color: #000;
    text-decoration: none;
  }
}

/*Utility*/
.block {
  margin-bottom: 2.4rem;
  overflow: hidden;
  clear: both;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.space-around {
  justify-content: space-around;
}
.flex.center {
  justify-content: center;
}
.flex.space-between {
  justify-content: space-between;
}
.bold {
  font-weight: 700;
}
.clearfix {
  clear: both;
}
.clear:after, .clearfix:after, .block:after, .box::after {
  content: " ";
  display: table;
  clear: both;
}

.icon-author-default {
  background-color: #00B7B5;
  background-image: url(/common/images/bungeishunju/common/icon-author-default.png);
}

.icon-label {
  color: rgba(0,0,0,0);
}

/* 引用ツイート */
#twitter-share-btn {
  width: 80px;
  height: 40px;
  font-size: 1.25rem;
  background-color: #1DA1F2;
  cursor: pointer;
  border-radius: .25em;
  border: none;
  margin: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  transition: all .3s ease-in-out;
  -webkit-animation: a .3s;
  animation: a .3s;
}
#twitter-share-btn:hover {
  transform: scale(1.05);
}
#twitter-share-btn span {
  pointer-events: none;
}
#twitter-share-btn span svg {
  width: 28px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
@keyframes a{
0%{
  transform: translateY(30px);
  opacity: 0;
}
  80%{
  transform: translateY(0);
  opacity: 1;
}
}
.p-event-none {
  pointer-events: none;
}

.piano-logout-container{
  display: none;
}
