/* screen - menu-contents */

/* .menu-contents {
  align-items: center;
  display: flex;
  gap: 10px;
  height: 800px;
  position: relative;
  width: 375px;
} */

.menu-contents {
  /* 全体設定 ------- */
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -100%;
  /* 変更ポイント */
  /* left: 0; */
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  /* -------------------------------------- */
  /* 個別調整 */
  background-color: #00206a;
  /* gap: 10px; */
}
.no-scroll {
  position: fixed;
}

.menu-contents .menu1::-webkit-scrollbar {
  display: none;
  width: 0;
}

.menu-contents .menu1 {
  align-items: flex-start;
  align-self: stretch;
  background-color: #00206a;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  overflow: scroll;
  position: relative;
}

.menu-contents .back-button-meu {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 15px 186.94px 9.19px;
  position: relative;
  width: 100%;
  cursor: pointer;
}

.menu-contents .symbol-1 {
  color: var(--wwwapplecomwhite);
  font-family: var(--font-family-font_awesome_5_free-solid);
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 38px;
  margin-left: -12.94px;
  margin-right: -12.94px;
  margin-top: -1px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.menu-contents .meu-link-container {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 19px 19px 30px;
  position: relative;
  width: 100%;
}

.menu-contents .mnu-link-index {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 6px 97.5px 6px 110.5px;
  position: relative;
  width: 100%;
}

.menu-contents .wap-logo-whitepng {
  cursor: pointer;
  flex: 0 0 auto;
  margin-left: -12.5px;
  margin-right: -12.5px;
  max-width: 362px;
  position: relative;
}

.menu-contents .menu-link-row {
  align-items: flex-start;
  align-self: stretch;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--silver);
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  padding: 6px 6px 10px 0px;
  position: relative;
  width: 100%;
}

.menu-contents .arrow {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 9.5px;
}

.menu-contents .symbol {
  letter-spacing: 0;
  line-height: 26.6px;
  margin-right: -0.5px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.menu-contents .menulink {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

.menu-contents .link {
  align-self: stretch;
  cursor: pointer;
  letter-spacing: 0;
  line-height: 29px;
  margin-top: -1px;
  position: relative;
}

.menu-contents .text {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 10px;
  position: relative;
}

.menu-contents .text-2 {
  align-self: stretch;
  cursor: pointer;
  letter-spacing: 0;
  line-height: 10px;
  position: relative;
}
