@font-face {
  font-family: "chihaya";
  font-display: swap;
  src: url(https://storage.googleapis.com/note15-assets-ja/fonts/chihaya-sub.woff2?v=1)
      format("woff2"),
    url(https://storage.googleapis.com/note15-assets/fonts/chihaya.ttf)
      format("truetype");
}
@font-face {
  font-family: "anzu";
  font-display: swap;
  src: url(https://storage.googleapis.com/note15-assets-ja/fonts/anzu-sub.woff2?v=1)
      format("woff2"),
    url(https://storage.googleapis.com/note15-assets/fonts/anzu.ttf)
      format("truetype");
}
@font-face {
  font-family: "beautiful";
  font-display: swap;
  src: url(https://storage.googleapis.com/note15-assets-ja/fonts/beautiful-sub.woff2?v=1)
      format("woff2"),
    url(https://storage.googleapis.com/note15-assets/fonts/beautiful.ttf)
      format("truetype");
}
@font-face {
  font-family: "shigotomemogaki";
  font-display: swap;
  src: url(https://storage.googleapis.com/note15-assets-ja/fonts/shigotomemogaki-sub.woff2?v=1)
      format("woff2"),
    url(https://storage.googleapis.com/note15-assets/fonts/shigotomemogaki.ttf)
      format("truetype");
}

.ui {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    HGS明朝E, メイリオ, Meiryo, serif !important;
}

.user-list-item {
  padding: 10px;
  margin: 10px;
  background: #44413f;
  border-radius: 3px;
}

.post-container-wrapper {
  position: relative;
  width: 100%;
}

.post-container-wrapper-deleted {
  opacity: 0.5;
}

.post-container-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%; /* 高さを幅の100%に固定 */
}

.post-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow-y: scroll;
}

.post-container .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.post-container .background-image img {
  display: block;
}
.post-container .background-image source {
  display: block;
}

.post-container .mask {
  position: absolute;
  top: 0;
  left: 0;
}

.content-text-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  margin: 0;
}

.content-text {
  width: 100%;
  min-height: 100%;
  font-size: 4vw;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  justify-content: center; /* 横方向中央揃え */
  color: #fff;
  margin: 0;
  word-break: break-all;
}

.grid-content-text-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  padding: 10px;
}

.grid-content-text {
  width: 100%;
  font-size: 4vw;
  box-sizing: border-box;
  line-height: 1em;
  color: #fff;
  overflow-y: hidden;
  max-height: 3em;
  word-break: break-all;
}

.header-content-text-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  padding: 10px;
}

.header-content-text {
  width: 100%;
  font-size: 4vw;
  box-sizing: border-box;
  line-height: 1em;
  color: #fff;
  overflow-y: hidden;
  max-height: 3em;
  word-break: break-all;
}

.content-text-style-eri {
  font-family: eri;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 1), 0px 0px 3px rgba(0, 0, 0, 1),
    0px 0px 4px rgba(0, 0, 0, 1);
}

.content-text-style-chihaya {
  font-family: chihaya;
  font-size: 4vw;
}

.content-text-style-anzu {
  font-family: anzu;
  font-size: 4vw;
}

.content-text-style-beautiful {
  font-family: beautiful;
  font-size: 6vw;
}

.content-text-style-shigotomemogaki {
  font-family: shigotomemogaki;
  font-size: 10vw;
}

.ui.three.column.padded.grid.sp .content-text-style-chihaya {
  font-size: 3vw;
}
.ui.three.column.padded.grid.sp .content-text-style-anzu {
  font-size: 3vw;
}
.ui.three.column.padded.grid.sp .content-text-style-beautiful {
  font-size: 4vw;
}
.ui.three.column.padded.grid.sp .content-text-style-shigotomemogaki {
  font-size: 6vw;
}
.content-text-style-yuna {
  font-family: yuna;
}

textarea.content-text {
  background-color: transparent;
  vertical-align: middle;
  color: #fff;
}

img.watermark {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 2px;
  width: 18%;
  height: 18%;
  opacity: 0.7;
}

.pusher {
  padding-top: 60px;
}

.ui.inverted.three.item.menu {
}

h2.title-user-name {
  display: block;
  position: absolute;
  bottom: 14px;
  left: 14px;
  font-weight: normal;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}

a.masthead-content {
  display: block;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.4) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.4) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.4) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
}

div.masthead {
  height: 30vw;
}

div.toast-appstore-link {
    position: fixed;
    z-index: 99;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #eee;
    background: linear-gradient(to bottom left,rgba(250, 197, 209, 0.9),rgba(251, 249, 213, 0.9));
    padding: 8px 16px;
    box-sizing: border-box;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
div.toast-appstore-link img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    padding: 10px;
    background: #fff;
    display: block;
    box-sizing: border-box;
    margin: 0 auto 8px auto;
}
div.toast-appstore-link p {
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 10px;
    color: #000;
    text-align: center;
}
div.toast-appstore-link p.title {
    padding: 0 16px;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 4px;
}
div.toast-appstore-link a {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    margin: 4px 32px;
    border-radius: 3px;
    padding: 4px 0;
}
div.toast-appstore-link a.open-appstore-button {
    background-color: #fff;
}
div.toast-appstore-link a.cancel-button {
    color: #666;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  div.masthead {
    height: 240px !important;
  }
  div.ui.container.content-holder {
    margin: 0 !important;
  }
}

@media only screen and (min-width: 767px) {
  .sp {
    display: none !important;
  }
  h2.title-user-name {
    font-size: 24px;
  }
  .grid-content-text {
    font-size: 20px !important;
  }
  .header-content-text {
    font-size: 20px !important;
  }
  .content-text {
    font-size: 20px !important;
  }
  .content-text-style-chihaya {
    font-size: 18px !important;
  }
  .content-text-style-beautiful {
    font-size: 22px !important;
  }
  .content-text-style-shigotomemogaki {
    font-size: 28px !important;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .grid-content-text {
    font-size: 20px !important;
  }
  .header-content-text {
    font-size: 20px !important;
  }
  .content-text {
    font-size: 20px !important;
  }
  .content-text-style-chihaya {
    font-size: 18px !important;
  }
  .content-text-style-beautiful {
    font-size: 22px !important;
  }
  .content-text-style-shigotomemogaki {
    font-size: 28px !important;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
}
@media only screen and (min-width: 1200px) {
}
