@charset "UTF-8";
@keyframes hidden_element {
  0% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
html, body, h1, h2, h3, h4, header, nav, footer, section, ul, ol, dl, li, dt, dd, p, div, span, img, a, form, table, tr, th, td, label {
  margin: 0;
  padding: 0;
  border: 0;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-size: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  vertical-align: baseline;
  box-sizing: border-box;
  word-wrap: break-word;
}

html {
  font-size: 62.5%;
  color: #000000;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  height: 100%;
  position: relative;
}

body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -ms-content-zooming: none;
  overscroll-behavior-y: contain;
  position: relative;
  background-color: #F7F8FC;
}

body {
  --main-color: #FF6B4A;
  --main-color-rgb: 255, 107, 74;
  --main-color-filter: invert(67%) sepia(69%) saturate(4355%) hue-rotate(329deg) brightness(100%) contrast(102%);
  --active-color: var(--main-color);
  --grad-start-color1: #F8945A;
  --grad-end-color1: #F66F6F;
  --grad-center-color1: #F78066;
  --type-bg-color1: #FAF8F5;
  --type-bg-color2: #F5F1ED;
  --type-bg-color3: #EBE3DC;
  --type-border-color1: #F5F1ED;
  --outline-color1: var(--main-color);
  --button-color1: var(--main-color);
}

body.type-study {
  --main-color: #1CAE81;
  --main-color-rgb: 28, 174, 129;
  --main-color-filter: invert(48%) sepia(95%) saturate(354%) hue-rotate(111deg) brightness(95%) contrast(92%);
  --active-color: var(--main-color);
  --grad-start-color1: #34BB4B;
  --grad-end-color1: #21A497;
  --grad-center-color1: #23A790;
  --type-bg-color1: #F5F7F6;
  --type-bg-color2: #EDF2EF;
  --type-bg-color3: #DDE9E7;
  --type-border-color1: #EDF2EF;
  --outline-color1: var(--main-color);
  --button-color1: var(--main-color);
}

li {
  list-style-type: none;
}

a {
  color: #000000;
}

a,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

input[type=text], textarea, select, button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  box-sizing: border-box;
}

::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

@keyframes jump_001 {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-100%);
  }
  60% {
    transform: translateY(-100%);
  }
  96% {
    transform: translateY(0);
  }
  98% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fire_001 {
  0% {
    opacity: 0;
    transform: scale(0.5);
    transition-timing-function: ease-out;
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 0.7;
    transform: scale(1, 0.85);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  60% {
    opacity: 0.7;
    transform: scale(0.85);
  }
  70% {
    opacity: 1;
    transform: scale(1);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
    transition-timing-function: ease-out;
  }
}
@keyframes sleep_001 {
  0% {
    opacity: 0;
    transform: scale(0.35) rotate(-30deg);
    transition-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    transform: scale(0.7) translate(-15px, -5px) rotate(0);
  }
  100% {
    opacity: 0;
    transform: scale(0.7) translate(-15px, -5px) rotate(0);
  }
}
@keyframes twinkle_001 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  15% {
    opacity: 0;
    transform: rotateX(0deg) rotateY(0deg);
  }
  20% {
    transform: rotateX(180deg) rotateY(180deg);
  }
  25% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: rotateX(180deg) rotateY(180deg);
  }
  45% {
    transform: rotateX(0deg) rotateY(0deg);
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  65% {
    opacity: 0;
    transform: rotateX(0deg) rotateY(0deg);
  }
  70% {
    transform: rotateX(180deg) rotateY(180deg);
  }
  75% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    transform: rotateX(180deg) rotateY(180deg);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes gloomy_001 {
  0% {
    animation-timing-function: ease-in-out;
    transform: translateY(0px) scaleY(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    transform: translateY(-24px) scaleY(1.8);
  }
  80% {
    opacity: 1;
  }
  100% {
    animation-timing-function: linear;
    transform: translateY(0px) scaleY(1);
    opacity: 0;
  }
}
@keyframes lively_001 {
  0% {
    opacity: 0;
    transform: rotate(-15deg);
    animation-timing-function: linear;
  }
  10% {
    opacity: 1;
  }
  25% {
    transform: rotate(15deg);
    animation-timing-function: linear;
  }
  50% {
    transform: rotate(-15deg);
    animation-timing-function: linear;
  }
  75% {
    transform: rotate(15deg);
    animation-timing-function: linear;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    animation-timing-function: linear;
    transform: rotate(-15deg);
  }
}
@keyframes sweat_001 {
  0% {
    transform: translate(0px, 0px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translate(15px, 15px) rotate(45deg);
    opacity: 0;
  }
}
@keyframes like_001 {
  0% {
    opacity: 1;
    transform: scale(0.9);
  }
  10% {
    opacity: 1;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(0.8);
  }
  100% {
    opacity: 0;
    transform: scale(1) translateY(-10%);
  }
}
.form-block__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-content {
  width: 100%;
}
.form-content__header {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.form-content__body {
  width: 100%;
}
.form-content__label {
  font-size: 1.4rem;
  font-weight: bold;
}
.form-content__text {
  font-size: 1.6rem;
}
.form-content__text.center {
  text-align: center;
}
.form-content .type-required::after {
  content: "*";
  margin-left: 6px;
  color: #DE3B3B;
  font-size: 1.4rem;
}
.form-content .input {
  width: 100%;
  height: 100%;
}
.form-content__count {
  margin-left: auto;
  font-size: 1.2rem;
  font-weight: bold;
}
.form-content__input {
  border: 1px solid #E8EAED;
  border-radius: 4px;
  padding: 0 10px;
  width: 100%;
  height: 44px;
  font-size: 1.6rem;
  color: #000000;
  outline-color: #FF6B4A;
}
.form-content__readonly {
  border: none;
  padding: 0 10px;
  width: 100%;
  height: 44px;
  font-size: 1.6rem;
  color: #000000;
  outline-color: #FF6B4A;
  background-color: transparent;
}
.form-content__textarea {
  border: 1px solid #E8EAED;
  border-radius: 4px;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  color: #000000;
  outline-color: #FF6B4A;
  padding: 10px;
  resize: none;
}
.form-content__user-icon {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.form-content__user-icon .input.file {
  position: absolute;
}
.form-content__user-icon-button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26px;
  height: 26px;
}
.form-content__date {
  display: flex;
  gap: 5px;
  max-width: 340px;
}
.form-content__date-select {
  border: 1px solid #E8EAED;
  border-radius: 4px;
  padding: 0 10px;
  width: 100%;
  height: 44px;
  font-size: 1.6rem;
  color: #000000;
  outline-color: #FF6B4A;
}
.form-content__date-select.year {
  flex-shrink: 0.8;
}
.form-content__radio .radio {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-content__radio-input {
  margin: 0;
  width: 18px;
  height: 18px;
}
.form-content__radio label {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px;
  font-size: 1.6rem;
}
.form-content__file--hidden {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.form-content__hidden {
  display: none;
}
.form-content__image-radio {
  width: 100%;
}
.form-content__image-radio-scroll {
  width: 100%;
  overflow-x: auto;
}
.form-content__image-radio .radio {
  display: flex;
  gap: 0 6px;
}
.form-content__image-radio-label {
  display: block;
  position: relative;
  padding: 5px;
  width: 80px;
  min-width: 80px;
  height: 58px;
  border-radius: 4px;
  background-color: white;
  overflow: hidden;
  cursor: pointer;
}
.form-content__image-radio-label input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.form-content__image-radio-label div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 4px;
}
.form-content__image-radio-label input:checked ~ div {
  border-color: #FF6B4A;
}
.form-content__image-radio-label img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.form-content__thumb {
  display: block;
  position: relative;
  width: 100%;
  height: 97px;
  background-color: white;
}
.form-content__thumb .file {
  position: absolute;
}
.form-content__thumb-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.form-content__thumb-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.form-content__thumb-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  width: 170.72px;
  height: 97px;
  background-color: #EFF1F8;
}
.form-content__thumb-button::after {
  display: block;
  content: "";
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url("/images/icons/camera.svg?3.3.1");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.form-content__thumb-delete {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  visibility: hidden;
  z-index: 10;
}
.form-content__thumb-delete-icon {
  position: relative;
  width: 100%;
  height: 100%;
}
.form-content__thumb-delete-icon::before, .form-content__thumb-delete-icon::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: white;
}
.form-content__thumb-delete-icon::before {
  transform: translate(-50%);
}
.form-content__thumb-delete-icon::after {
  transform: translate(-50%) rotate(90deg);
}
.form-content__thumb-delete-icon::before {
  transform: translate(-50%) rotate(45deg);
}
.form-content__thumb-delete-icon::after {
  transform: translate(-50%) rotate(-45deg);
}
.form-content__thumb.type-save {
  height: 140px;
  background-color: #F7F8FC;
}
.form-content__thumb.type-save .form-content__thumb-button {
  width: 246.4px;
  height: 140px;
  background-color: rgba(255, 107, 74, 0.1);
}
.form-content__thumb.type-save .form-content__thumb-button::after {
  background-color: #FF6B4A;
}
.form-content__submit {
  padding-top: 20px;
  width: 100%;
  gap: 13px;
}
.form-content__submit .type-private {
  background-color: white;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #007DF9;
  width: 120px;
  height: 32px;
}
.form-content__err-message {
  padding: 4px 0;
  color: #E64B53;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .form-content__thumb {
    height: 148px;
  }
  .form-content__thumb-button {
    width: 260.48px;
    height: 148px;
  }
}

.form-content-select {
  position: relative;
  width: 100%;
}
.form-content-select__list {
  border: 1px solid #E8EAED;
  border-radius: 4px;
  padding: 0 10px;
  width: 100%;
  height: 44px;
  font-size: 1.6rem;
  color: #000000;
  outline-color: #FF6B4A;
  display: flex;
  align-items: center;
  position: relative;
  gap: 5px;
  padding: 0 12px;
  background-color: white;
  border: none;
}
.form-content-select__list > div {
  display: flex;
  padding: 2px 6px;
  font-size: 1.2rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  background-color: rgba(211, 215, 218, 0.3);
}
.form-content-select__button {
  position: absolute;
  top: 50%;
  right: 4px;
  border: none;
  padding: 4px 8px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FF6B4A;
  background-color: transparent;
  transform: translateY(-50%);
  cursor: pointer;
}

.form-content-image-select {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 12px;
  width: 100%;
  height: 68px;
  border-radius: 6px;
  background-color: white;
}
.form-content-image-select__label {
  font-size: 1.4rem;
  font-weight: bold;
}
.form-content-image-select__image {
  padding: 5px;
  width: 80px;
  height: calc(100% - 10px);
  border-radius: 6px;
  background-color: #F3F4F9;
}
.form-content-image-select__image:empty {
  background-color: transparent;
}
.form-content-image-select__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-content-image-select__button {
  position: absolute;
  top: 50%;
  right: 4px;
  border: none;
  padding: 4px 8px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FF6B4A;
  background-color: transparent;
  transform: translateY(-50%);
  cursor: pointer;
}

.ui-loader.type-global {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30000;
  background-color: rgba(0, 0, 0, 0.2);
}
.ui-loader.type-global > * {
  filter: brightness(0) invert(1);
}
.ui-loader__area {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  max-width: 100%;
  max-height: 100%;
}
.ui-loader.type-global .ui-loader__area {
  width: 60px;
  height: 60px;
}
.ui-loader .loader,
.ui-loader .loader:after {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.ui-loader .loader {
  margin: 30px auto;
  font-size: 4px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 107, 74, 0.2);
  border-right: 1.1em solid rgba(255, 107, 74, 0.2);
  border-bottom: 1.1em solid rgba(255, 107, 74, 0.2);
  border-left: 1.1em solid #FF6B4A;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loaderOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.ui-loader + .ui-loader {
  display: none;
}

.label-data {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 22px;
}
.label-data__label {
  padding: 0 12px;
  height: 22px;
  line-height: 22px;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 11px;
  background-color: #FF6B4A;
  white-space: nowrap;
}
.label-data__label--text {
  padding: 0;
  color: #666666;
  background-color: transparent;
}
.label-data__data {
  font-size: 1.8rem;
  font-weight: bold;
  white-space: nowrap;
}
.label-data.type-border {
  width: 100%;
}
.label-data.type-border::before, .label-data.type-border::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FF6B4A;
}

.base-container {
  width: 100%;
  height: 100%;
}
.base-container.is-footer {
  padding-bottom: 55px;
}
@media screen and (min-width: 1000px) {
  .base-container.is-footer {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1000px) {
  .global-header ~ .base-container {
    height: calc(100% - 56px);
  }
}

.login-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  background-color: var(--type-bg-color1);
}
.login-container__wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  gap: 10px;
  padding: 20px 17px;
  margin: 0 auto;
  width: 100%;
  max-width: 380px;
}
.login-container__logo {
  margin-bottom: 10px;
  width: 200px;
  cursor: pointer;
}
.login-container__logo img {
  width: 100%;
  height: auto;
}
.login-container__buttons {
  width: 100%;
}
.login-container__buttons .app-button-list {
  list-style: none;
  padding: 0 12px;
}
.login-container__buttons .firebaseui-card-content {
  padding: 0;
}
.login-container__buttons .firebaseui-idp-list {
  margin: 0;
}
.login-container__buttons .app-button-list-item {
  margin-bottom: 15px;
}
.login-container__buttons .app-button-list-item button {
  display: flex;
  font-weight: 500;
  height: auto;
  line-height: normal;
  max-width: 220px;
  min-height: 40px;
  padding: 8px 16px;
  text-align: left;
  width: 100%;
  font-size: 14px;
  overflow: hidden;
  will-change: box-shadow;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
}
.login-container__buttons .app-button-list-item button .app-button-icon {
  display: table-cell;
  vertical-align: middle;
}
.login-container__buttons .app-button-list-item button .app-button-text {
  color: white;
}
.login-container__buttons .app-button-list-item button .app-button-text.google {
  color: #757575;
}
.login-container__buttons .app-button-list-item button,
.login-container__buttons .firebaseui-list-item button {
  border: 1px solid #D3D7DA;
  padding: 8px 10px;
  max-width: 100%;
  min-height: 40px;
  box-shadow: none;
}
.login-container__buttons .app-button-list-item button .app-button-text,
.login-container__buttons .app-button-list-item button .firebaseui-idp-text,
.login-container__buttons .firebaseui-list-item button .app-button-text,
.login-container__buttons .firebaseui-list-item button .firebaseui-idp-text {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.login-container__buttons .sns-button {
  padding: 0 12px;
}
.login-container__buttons .sns-button .discord-button {
  display: flex;
  position: relative;
  width: 100%;
  height: 40px;
  border-radius: 7px;
  margin-bottom: 15px;
  background-color: #7289da;
}
.login-container__buttons .sns-button .discord-button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 40px;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.08);
}
.login-container__buttons .sns-button .discord-button .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 40px;
  height: 100%;
  text-align: center;
}
.login-container__buttons .sns-button .discord-button .icon img {
  width: 100%;
}
.login-container__buttons .sns-button .discord-button .text {
  width: calc(100% - 40px);
  text-align: center;
  color: white;
  line-height: 40px;
  font-size: 1.6rem;
  font-weight: bold;
}
.login-container__buttons .sns-button .line-button {
  display: flex;
  position: relative;
  width: 100%;
  height: 40px;
  border-radius: 7px;
  margin-bottom: 15px;
  background-color: #06C755;
}
.login-container__buttons .sns-button .line-button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 40px;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.08);
}
.login-container__buttons .sns-button .line-button .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 40px;
  height: 100%;
  text-align: center;
}
.login-container__buttons .sns-button .line-button .icon img {
  width: 100%;
}
.login-container__buttons .sns-button .line-button .text {
  width: calc(100% - 40px);
  text-align: center;
  color: white;
  line-height: 40px;
  font-size: 1.6rem;
  font-weight: bold;
}
.login-container .mail-send {
  font-size: 1.4rem;
  text-align: center;
}
.login-container .mail-send-caution {
  margin-top: 20px;
  background-color: #F5F1ED;
  padding: 10px;
  font-size: 1.2rem;
}
.login-container .firebaseui-card-header {
  padding: 24px 12px 0;
}
.login-container .firebaseui-card-content {
  padding: 0 12px;
}
.login-container__loader:not(:empty) {
  padding: 10px 0;
}
.login-container__message {
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
}
.login-container__message-link {
  color: #FF6B4A;
}
.login-container__footer {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}
.login-container .firebaseui-tos {
  line-height: 2rem;
}
.login-container .firebaseui-tos a {
  color: #FF6B4A;
}
.login-container .app-login-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  margin: 0 auto;
  width: 240px;
  height: 52px;
  border-radius: 26px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: opacity 0.2s;
  background-color: #ff6b4a;
}
.login-container .app-login-button p {
  color: white;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .login-container {
    padding-top: 80px;
  }
}

.premium-container-contents {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
#stripe-modal-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 16px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 20000;
  /*モーダル本体に「active」クラス付与した時のスタイル*/
}
#stripe-modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.stripe-modal-body {
  position: relative;
  max-width: 500px;
  width: 100%;
  height: 100%;
}

/*モーダルを閉じるボタンの指定*/
.stripe-modal-close {
  background-color: rgba(0, 0, 0, 0.8);
  width: 32px;
  height: 32px;
  position: absolute;
  transform: translate(-70%, -30%);
  top: 0;
  right: -32px;
  border-radius: 50%;
  z-index: 1000;
}
.stripe-modal-close::before, .stripe-modal-close::after {
  content: "";
  background-color: white;
  width: 2px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 2.5px;
}
.stripe-modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.stripe-modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*モーダル内のコンテンツの指定*/
#stripe-modal-content {
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: left;
  padding: 20px 10px;
  overflow: auto;
}

.wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}