@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
iframe {
  margin: 0;
}

h1,
h2,
h3,
h4,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  margin: 0;
  clear: both;
  overflow: visible;
  border-top-width: 1px;
  color: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}


img,
embed,
iframe {
  vertical-align: bottom;
}

button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

button,
[type=button] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled {
  cursor: default;
}

select:disabled {
  opacity: inherit;
}

textarea {
  overflow: auto;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: 700;
  text-align: left;
}

html {
  height: 100%;
  line-height: 1.5;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #fff;
  color: #333;
  font-family: "Inter", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
main {
  width: 100%;
  max-width: 576px;
  margin: 0 auto;
}

img,
video {
  max-width: 100%;
  height: auto;
}

a {
  display: inline-block;
  height: 100%;
}

a:hover img {
  -webkit-transition: all 0.4s;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.4s;
}

a,
label,
input,
button {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*--------------------------------------*
 * object
 *--------------------------------------*/
/*-------------------
 * components
-------------------*/

.c-close_btn {
  z-index: 1060;
  position: absolute;
  top: -14px;
  right: -8px;
  width: 40px;
  height: 40px;
  border: 1px solid black;
  border-radius: 50%;
  background-color: white;
  color: black;
  font-size: 32px;
  line-height: 32px;
  font-family: "Inter";
  text-align: center;
  cursor: pointer;
}

.c-footer {
  z-index: 1040;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #000;
}

.c-footer__menuItems {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}

.c-footer__Item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 68px;
  margin: 3px 0px 3px 1px;
  padding: 4px 4px;
  color: #c3c3c3;
  font-weight: 500;
  font-size: 12px;
  font-family: "Zen Maru Gothic", serif;
}
.c-footer__Item a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  text-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
}
.c-footer__Item img {
  width: 54px;
  height: 54px;
}
.c-footer__Item .center {
  width: 50px;
}
.c-footer__Item div {
  text-wrap: nowrap;
}

.c-footer__menuBtn {
  display: block;
}
.c-footer__menuBtn .none {
  display: none;
}

.c-footer__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  padding: 5px;
}
.c-footer__container img {
  width: 163px;
}
.c-footer__container span {
  color: #fff;
  font-size: 10px;
}

.c-header {
  z-index: 1000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 56px;
  padding-right: 0;
  padding-left: 0;
  background: rgb(0, 0, 0);
  font-family: "M PLUS 1p", sans-serif;
}

.c-header__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  width: 100%;
  padding: 5px 16px;
}

.c-header__mypageWrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  width: 35%;
}

.c-header__mypageIcon {
  display: block;
  width: 38px;
}
.c-header__mypageIcon img {
  border-radius: 19px;
}

.c-header__mypageText {
  margin-left: 8px;
  padding-top: 0;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
}

.c-header__mypageAccount {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  font-size: 12px;
  line-height: 1;
}

.c-header__levelArea {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
  margin-top: 1px;
  font-weight: 600;
}

.levelLabel {
  margin-top: 2px;
  font-size: 12px;
  line-height: 110%;
}
.levelLabel .upper {
  letter-spacing: 1px;
}

.levelNumber {
  margin-top: 2px;
  margin-left: 4px;
  font-size: 14px;
  line-height: 100%;
}

.c-header__statusGauge1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
          justify-content: space-between;
  width: 180px;
  height: 18px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: auto;
  border-radius: 10px;
  background: #fff;
}
.c-header__statusGauge1 .info img {
  width: 20px;
}

.c-header__statusGauge1::before {
  display: inline-block;
  width: 20px;
  height: 19px;
  margin-top: -1px;
  margin-left: -5px;
  background-image: url(../img/common/header/mama-coin.png);
  background-size: contain;
  content: "";
  vertical-align: middle;
}

.c-header__statusGauge1Wrap {
  -webkit-transform: initial;
      -ms-transform: initial;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
          align-items: center;
          justify-content: space-between;
  width: 100%;
  max-width: 180px;
  padding: 0 5px;
          transform: initial;
}

.c-header__statusGauge1Text {
  margin-right: 10px;
  color: #000;
  font-weight: 700;
  font-size: 11px;
}

.c-header__statusGauge1Num {
  color: #000;
  font-weight: 700;
  font-size: 12px;
}

.c-header__statusBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 6px 0 0 0;
}
.c-header__statusBar img {
  width: 18px;
  height: 18px;
}

.c-header__statusBarFlex {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
}

.c-header__statusBarFlex:nth-of-type(1) {
  margin-left: 4px;
}

.c-header__statusBarWrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  width: 162px;
  height: 16px;
  margin: 0 auto;
  padding: 2px 0px;
  border: none;
  border-radius: 8px;
  background-color: #a69e9e;
}

.c-header__statusBarBar {
  -webkit-transition: 300ms;
  height: 16px;
  border-radius: 8px;
  transition: 300ms;
}

.c-header__statusBarTitle {
  z-index: 300;
  position: absolute;
  left: 25px;
  margin-right: 3px;
  padding: 1px;
  color: #ffffff;
  font-weight: 800;
  font-size: 11px;
  line-height: 1;
  font-family: "Zen Maru Gothic";
  white-space: nowrap;
}

.c-header__statusGauge2Num {
  z-index: 310;
  position: absolute;
  right: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}

.barStamina {
  position: relative;
  width: 35%;
  background-color: #10a716;
}

.hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hint img {
  width: 24px;
  height: 24px;
}

.c-header-only-logo {
  z-index: 1000;
  width: 100%;
  height: 56px;
  padding: 5px 50px;
  background: rgba(0, 0, 0, 0.8);
}

/* モーダル */
.c-modal-back {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  z-index: 1055;
  position: absolute;
  top: 0;
  left: 0;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.c-modal {
  position: absolute;
  width: 88%;
  pointer-events: auto;
}

.c-modal__change {
  -webkit-transition: opacity 0.3s;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

/* モーダル出現後のスタイル */
body.open {
  z-index: 1050;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  overflow-y: hidden;
  pointer-events: none;
}

body.open::before {
  z-index: 1049;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  content: "";
  opacity: 0.7;
}

.c-modal-back.open {
  visibility: inherit;
  opacity: 1;
}

.c-modal__change.open {
  visibility: inherit;
  opacity: 1;
}
.c-modal__change.open.normal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  padding: 24px 8px 24px 8px;
  border: 1px solid black;
  border-radius: 20px;
  background-color: #fff;
  background-color: white;
  color: #000;
  font-size: 16px;
}

.c-modal__btnWrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}
.c-modal__btnWrap.margin {
  margin-top: 20px;
}

.c-modal__btn {
  -webkit-box-shadow: 0px 2.8px 2.8px rgba(0, 0, 0, 0.25);
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  min-width: 100px;
  min-height: 28px;
  padding: 10px;
  border-radius: 6px;
          box-shadow: 0px 2.8px 2.8px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  font-weight: 700;
  font-size: 16px;
  line-height: 12px;
  line-height: 13px;
}

.c-modal__btn--red {
  background: #fe0c0c;
  color: #fff;
}

.is-tab--show {
  display: block !important;
}

.c-pagenation__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-pagenation {
  padding: 2px 4px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}
.c-pagenation.current {
  color: #402407;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

.c-pagenation__link {
  width: 100%;
}

.first_area,
.last_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.first_area .prev,
.last_area .prev {
  padding: 0 0 0 30px;
}
.first_area .next,
.last_area .next {
  padding: 0 30px 0 0;
}

.pagination_area {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 100%;
  font-family: "M PLUS 1p", system-ui;
}

/* ローディングアニメーション */

/* Loading テキスト */

/* 1番目のアニメーションの場合 */

/* ローディング要素のアニメーション内容 */
@-webkit-keyframes spinner1_1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spinner1_1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* Loading テキストのアニメーション内容 */
@-webkit-keyframes spinner_loading_text {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
    opacity: 1;
  }
}
@keyframes spinner_loading_text {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
    opacity: 1;
  }
}
.c-scroll-bar__wrap {
  padding-right: 18px;
  overflow-y: auto;
}
.c-scroll-bar__wrap::-webkit-scrollbar {
  width: 8px;
}
.c-scroll-bar__wrap::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #f4a50b;
}
.c-scroll-bar__wrap::-webkit-scrollbar-track {
  border-radius: 20px;
  background-clip: padding-box;
  background-color: #a69e9e;
}

.c-tab__items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
}

.c-tab__item:hover {
  cursor: pointer;
}

.c-tab__contents {
  padding: 20px;
}

.c-tab__content {
  display: none;
}

.c-tab__content.show {
  display: block;
}

/*-------------------
 * project
-------------------*/
.p-login {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
  max-width: initial;
  background-color: #000;
  font-family: "M PLUS 1p", sans-serif;
}
.p-login .contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: start;
  width: 100%;
  height: 100vh;
  background-image: url(../img/lp/bg.png);
  background-position: center;
  background-size: cover;
}
.p-login .contents .logo {
  width: 330px;
  margin: 20px;
}
.p-login .contents .btnBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  margin: 0 10px;
  padding: 10px 20px;
  gap: 10px;
}
.p-login .contents .btnBox .lineBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  width: 300px;
  height: 38px;
  padding: 5px;
  border-radius: 4px;
  background-color: #06c755;
  font-weight: 600;
}
.p-login .contents .btnBox .lineBtn img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.p-login .contents .btnBox .lineBtn span {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 90%;
}
.p-login .contents .loginBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  min-width: 315px;
  max-width: calc(100% - 60px);
  margin: 0 30px;
  padding: 20px 30px;
  gap: 10px;
  border-radius: 15px;
  background-color: #fff;
  font-weight: 600;
}
.p-login .contents .loginBox p {
  font-size: 10px;
}
.p-login .contents .loginBox .inputArea .inputrow span {
  margin-right: 10px;
  color: #000;
}
.p-login .contents .loginBox .inputArea .inputrow input.email {
  max-width: 197px;
  border-bottom: 1px solid #000;
}
.p-login .contents .loginBox .inputArea .inputrow input.email::-webkit-input-placeholder {
  color: #ddd;
}
.p-login .contents .loginBox .inputArea .inputrow input.email::-moz-placeholder {
  color: #ddd;
}
.p-login .contents .loginBox .inputArea .inputrow input.email:-ms-input-placeholder {
  color: #ddd;
}
.p-login .contents .loginBox .inputArea .inputrow input.email::-ms-input-placeholder {
  color: #ddd;
}
.p-login .contents .loginBox .inputArea .inputrow input.email::placeholder {
  color: #ddd;
}
.p-login .contents .loginBox .inputArea p {
  font-size: 12px;
}
.p-login .contents .loginBox .description {
  text-align: center;
}
.p-login .contents .loginBox.afterSending {
  padding: 20px 10px;
  font-size: 12px;
  text-align: center;
}
.p-login .contents .contentsBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 10px;
          flex-direction: column;
          align-items: center;
  margin: 10px;
  padding: 20px;
  border-radius: 15px;
  background-color: #464f48;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.5rem;
  text-align: center;
}
.p-login .contents .contentsBox .agreeBox {
  font-size: 12px;
  text-align: left;
}
.p-login .contents .contentsBox .agreeBox a {
  color: #80bfe3;
  text-decoration: underline;
}
.p-login .contents .start {
  margin: 20px;
  padding: 5px 20px;
  border-radius: 10px;
  background-color: #ff0909;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.p-login .contents .start.disabled {
  background-color: #686766;
}
.p-login .contents .start.onerow {
  margin: 0px;
}
.p-login .contents span {
  color: #fff;
}
.p-login .contents span a {
  text-decoration: underline;
}
.p-login .c-modal-back .p-cookie {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
  max-width: initial;
}
.p-login .c-modal-back .p-cookie table {
  border-collapse: collapse;
}
.p-login .c-modal-back .p-cookie thead,
.p-login .c-modal-back .p-cookie th,
.p-login .c-modal-back .p-cookie tr,
.p-login .c-modal-back .p-cookie td {
  border-width: 1px !important; /* 確実に適用させる */
}
.p-login .c-modal-back .p-cookie .contentsBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 10px;
          flex-direction: column;
  margin: 10px;
  padding: 10px;
  border-radius: 15px;
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-family: "M PLUS 1p", sans-serif;
}
.p-login .c-modal-back .p-cookie .contentsBox h1 {
  font-size: 15px;
  text-align: center;
}
.p-login .c-modal-back .p-cookie .contentsBox h2 {
  margin-top: 10px;
  font-size: 13px;
}
.p-login .c-modal-back .p-cookie .contentsBox h3 {
  font-size: 13px;
}
.p-login .c-modal-back .p-cookie .contentsBox p {
  font-size: 12px;
  line-height: 20px;
}
.p-login .c-modal-back .p-cookie .contentsBox ol {
  padding-left: 20px;
  list-style: decimal;
}
.p-login .c-modal-back .p-cookie .contentsBox ul {
  padding-left: 5px;
  list-style: disc;
  list-style-position: inside;
}
.p-login .c-modal-back .p-cookie .contentsBox .contentsBox_content {
  font-size: 10px;
}
.p-login .c-modal-back .p-cookie .contentsBox .red {
  color: #ff0909;
}
.p-login .c-modal-back .p-cookie .contentsBox .start {
  padding: 5px 20px;
  border-radius: 20px;
  background-color: #ff0909;
}
.p-login .c-modal-back .p-cookie .contentsBox .contact {
  padding: 5px 20px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
}
.p-login .c-modal-back .p-cookie .contentsBox .shop {
  background-color: #686766;
  color: #fff;
}
.p-login .c-modal-back .p-cookie .contentsBox .apply {
  background-color: #ef780a;
  color: #fff;
}
.p-login .c-modal-back .p-cookie .contentsBox.qr {
  margin: 25px;
  background-color: #686766;
}
.p-login .c-modal-back .p-cookie .contentsBox.qr p {
  font-size: 13px;
  line-height: 1.5rem;
  text-align: center;
}
.p-login .c-modal-back .p-cookie .contentsBox.qr img {
  width: 116px;
}

.form_text {
  color: #0000EE;
  text-decoration: underline;
}

.p-loginBonus {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
  max-width: initial;
  background-color: #000;
  font-family: "M PLUS 1p", sans-serif;
}
.p-loginBonus .contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  background-image: url(../img/common/snack-street-bg.png);
  background-position: center;
  background-size: cover;
}
.p-loginBonus .contents .attention {
  width: 100%;
  margin: 12px 0;
  background-color: rgba(217, 217, 217, 0.7);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.p-loginBonus .contents .snackBuilding {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  margin: 10px 20px 60px 20px;
  padding: 5px;
  background-color: #a69e9e;
}
.p-loginBonus .contents .snackBuilding .sign {
  margin: 5px 10px;
}
.p-loginBonus .contents .snackBuilding .floor {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 33% 33% 33%;
  margin: 0 10px;
}
.p-loginBonus .contents .snackBuilding .floor img {
  width: 100px;
}
.p-loginBonus .contents .box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  margin: 15px;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  font-weight: 600;
}
.p-loginBonus .contents .box h1 {
  font-size: 28px;
  text-align: center;
}
.p-loginBonus .contents .box .bonusInfo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin: 20px;
}
.p-loginBonus .contents .box .bonusInfo .cardArea {
  width: 100%;
  min-width: 160px;
}
.p-loginBonus .contents .box .bonusInfo .p-albumCardDetail__main {
  width: 90%;
}
.p-loginBonus .contents .box .bonusInfo .p-albumCardDetail__imgWrap {
  padding: 12px 15px;
}
.p-loginBonus .contents .box .bonusInfo .p-albumCardDetail__imgWrap img {
  -webkit-box-shadow: initial;
          box-shadow: initial;
}
.p-loginBonus .contents .box .bonusInfo .coinBonus {
  position: relative;
  width: 90%;
}
.p-loginBonus .contents .box .bonusInfo .coinBonus img {
  position: absolute;
  bottom: 40px;
}
.p-loginBonus .contents .box .bonusInfo .coinBonus span {
  text-wrap: nowrap;
  text-stroke: 2px #fff;
  position: absolute;
  right: 10px;
  bottom: 20px;
  -webkit-text-stroke: 2px #fff;
  font-weight: 800;
  font-size: 40px;
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: -5px;
}
.p-loginBonus .contents .next {
  margin: 30px;
  padding: 5px 60px;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  font-weight: 600;
}

.p-userRegistration {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
  max-width: initial;
  background-color: #000;
  font-family: "M PLUS 1p", sans-serif;
}
.p-userRegistration .contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: start;
  width: 100%;
  height: 100vh;
  background-image: url(../img/common/bg.png);
  background-position: center;
  background-size: cover;
}
.p-userRegistration .contents .logo {
  width: 330px;
  margin: 20px;
}
.p-userRegistration .contents .contentsBox {
  margin: 30px;
  color: #fff;
  text-align: center;
}
.p-userRegistration .contents .contentsBox .inputName {
  width: 300px;
  margin: 20px;
  padding: 10px;
  border-radius: 6px;
  background-color: #fff;
  color: #000;
  text-align: left;
}
.p-userRegistration .contents .contentsBox.explain p {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 12px;
  text-align: left;
}
.p-userRegistration .contents .contentsBox.explain p .point {
  color: #f2e910;
}
.p-userRegistration .contents .contentsBox.explain img {
  margin-bottom: 16px;
}
.p-userRegistration .contents .next {
  padding: 5px 60px;
  border-radius: 10px;
  background-color: #686766;
  color: #fff;
  font-weight: 600;
}
.p-userRegistration .contents .next.on {
  background-color: #ff0909;
}
.p-userRegistration .contents .gotoTop {
  padding: 5px 60px;
  border-radius: 10px;
  background-color: #ff0909;
  color: #fff;
  font-weight: 600;
}

.p-index {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  height: 100vh;
  overflow: hidden;
}

.p-index__bg {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
  position: relative;
          flex: 1 1 auto;
  height: 100vh;
  padding-top: 53px;
  overflow-y: scroll;
  background: url(../img/common/snack-street-bg.png) no-repeat center center/cover;
}

.p-index__notificatonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: fixed;
  top: 93px;
  left: -10px;
  width: 80px;
  height: 40px;
  margin-left: 10px;
  padding: 5px;
  border-radius: 0 10px 10px 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.p-index__notificatonWrap ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  width: 100%;
}
.p-index__notificatonWrap ul li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          justify-content: center;
  width: 50%;
  padding: 0 4px;
}
.p-index__notificatonWrap ul li a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 100%;
}
.p-index__notificatonWrap ul li.unread::after {
  position: absolute;
  top: -2px;
  right: 1px;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #c30505;
  content: " ";
}
.p-index__notificatonWrap ul li .info_text {
  text-wrap: nowrap;
  position: absolute;
  bottom: -11px;
  width: 100%;
  padding: 0 3px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  font-family: "Zen Maru Gothic", serif;
}
.p-index__notificatonWrap li + li {
  border-left: 2px solid #9d9d9d;
}
.p-index__notificatonWrap img {
  width: 23px;
}

@-webkit-keyframes slider-1 {
  /* 非表示状態からフェードインを開始する */
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); /* ズームのための指定 */
    opacity: 0;
  }
  /* フェードインを完了し完全表示する */
  4.16% {
    opacity: 1;
  }
  /* ここまで完全表示を維持したらフェードアウトを開始する */
  33.33% {
    opacity: 1;
  }
  /* フェードアウトを完了し非表示にする */
  61.66% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); /* ズームのための指定 */
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slider-1 {
  /* 非表示状態からフェードインを開始する */
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); /* ズームのための指定 */
    opacity: 0;
  }
  /* フェードインを完了し完全表示する */
  4.16% {
    opacity: 1;
  }
  /* ここまで完全表示を維持したらフェードアウトを開始する */
  33.33% {
    opacity: 1;
  }
  /* フェードアウトを完了し非表示にする */
  61.66% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); /* ズームのための指定 */
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.p-indexSimple {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
  font-weight: 400;
  font-family: "Zen Maru Gothic", serif;
}
.p-indexSimple .p-index__bg {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
  position: absolute;
          flex: 1 1 auto;
  width: 100%;
  height: 100vh;
  padding-top: 53px;
  overflow-y: scroll;
  background: url(../img/common/snack-street-bg.png) repeat-y center center/cover;
  background-color: rgba(0, 0, 0, 0.3);
}
.p-indexSimple .p-index__notificatonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: fixed;
  top: 78px;
  left: calc(100dvw - 80px);
  width: 90px;
  height: 40px;
  margin-left: 10px;
  padding: 5px;
  border-radius: 0 10px 10px 0;
  background-color: rgba(255, 255, 255, 0);
}
.p-indexSimple .p-index__notificatonWrap ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  width: 100%;
}
.p-indexSimple .p-index__notificatonWrap ul li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          justify-content: center;
  width: 58%;
  padding: 0 2px;
}
.p-indexSimple .p-index__notificatonWrap ul li.unread::after {
  position: absolute;
  top: -2px;
  right: 1px;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #c30505;
  content: " ";
}
.p-indexSimple .p-index__notificatonWrap img {
  width: 42px;
}
.p-indexSimple .p-index__notificatonWrap li + li {
  border-left: none;
}

/* 表示切り替えのスタイル */
.inactive {
  display: none !important;
}

.active {
  display: block;
}

@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("/asset/font/MPLUS1p-Bold.ttf") format("truetype");
  font-family: "MPlus1p-Bold";
}
/* モーダル 体力回復専用 */
.powerUp {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
}
.powerUp.none {
  display: none;
}

.c-pwup-modal-back {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  z-index: 1055;
  position: absolute;
  top: 0;
  left: 0;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.c-pwup-modal {
  position: absolute;
  width: 88%;
  font-family: "MPlus1p-Bold", sans-serif;
  pointer-events: auto;
}

.c-pwup-modal-back.open {
  visibility: inherit;
  opacity: 1;
}

.c-pwup-modal__pop-body {
  padding: 24px 36px;
  font-weight: 800;
  font-size: 13px;
  font-family: "MPlus1p-Bold", sans-serif;
  text-align: center;
}
.c-pwup-modal__pop-body .text {
  margin-bottom: 13px;
}
.c-pwup-modal__pop-body .error {
  height: 24px;
  margin: 10px 0;
  color: #fe0c0c;
}

.c-pwup-modal__pop-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
}

.c-pwup-modal__pop-btnWrap {
  -ms-flex-wrap: wrap;
  -ms-flex-pack: distribute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
      flex-wrap: wrap;
      justify-content: space-around;
}
.c-pwup-modal__pop-btnWrap.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          justify-content: center;
}
.c-pwup-modal__pop-btnWrap.full {
  width: 100%;
}
.c-pwup-modal__pop-btnWrap.half {
  width: 50%;
}

.c-pwup-modal__btn {
  width: 45%;
  height: 30px;
  border-radius: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
}
.c-pwup-modal__btn.red {
  background: #fe0c0c;
  color: #fff;
}
.c-pwup-modal__btn.white {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
.c-pwup-modal__btn.gray {
  border: 1px solid #000;
  background: #d9d9d9;
  color: #000;
}
.c-pwup-modal__btn.none::after {
  content: "-";
}

.c-mypage {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  height: 100vh;
  overflow: hidden;
  font-family: "MPlus1p-Bold";
}

.c-mypage__bg {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
  position: relative;
          flex: 1 1 auto;
  height: 100dvh;
  padding-top: 55px;
  overflow-y: scroll;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 217, 217, 0.44)), to(rgba(217, 217, 217, 0.44))), url(../img/common/snack-quest-bg.png) no-repeat center center/cover;
  background: -webkit-linear-gradient(rgba(217, 217, 217, 0.44), rgba(217, 217, 217, 0.44)), url(../img/common/snack-quest-bg.png) no-repeat center center/cover;
  background: linear-gradient(rgba(217, 217, 217, 0.44), rgba(217, 217, 217, 0.44)), url(../img/common/snack-quest-bg.png) no-repeat center center/cover;
}
.c-mypage__bg.edit {
  background: url(../img/common/snack-quest-bg.png) no-repeat center center/cover;
}
.c-mypage__bg.edit::before {
  z-index: 100;
  position: absolute;
  width: 100%;
  height: calc(100% - 55px);
  background-color: rgba(217, 217, 217, 0.44);
  content: "";
}

.c-mypageTitle {
  position: relative;
  aspect-ratio: 320/54;
  width: 100%;
  margin-inline: auto;
  background: url(../img/mypage/mypage-title.png) no-repeat center center/cover;
}
.c-mypage__shadow {
  -webkit-box-shadow: 0px 8px 8px #280356;
  z-index: 100;
  position: relative;
          box-shadow: 0px 8px 8px #280356;
}

.c-mypageTitle__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
          align-items: center;
          justify-content: space-between;
  padding: 8px 9px 18px 11px;
}

.c-mypageTitle__btnReturn {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  width: 16%;
  margin: auto 0;
  opacity: 0;
}

.c-mypageTitle__btnEdit {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  width: 11%;
  margin: auto 0;
  opacity: 0;
}

.c-mypageTitle__btnReturn img {
  width: 32px;
}

.c-mypage__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-flow: column;
          align-items: center;
  padding: 20px 16px 72px 16px;
  gap: 12px;
}

.c-mypage__userInfoWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
  padding-left: 8px;
  color: #000;
}
.c-mypage__userInfoWrap .c-mypage__userInfo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          justify-content: center;
  width: 100%;
}
.c-mypage__userInfoWrap .c-mypage__userInfo .c-mypage__avatarWrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-flow: column;
          align-items: center;
          justify-content: center;
  width: 60px;
}
.c-mypage__userInfoWrap .c-mypage__userInfo .c-mypage__avatarWrap .c-mypage__avatar {
  -webkit-box-align: end;
      -ms-flex-align: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-end;
          justify-content: center;
  width: 68px;
  height: 68px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
}
.c-mypage__userInfoWrap .c-mypage__userInfo .c-mypage__avatarWrap .c-mypage__avatar img {
  width: 100%;
  height: 100%;
}
.c-mypage__userInfoWrap .c-mypage__userInfo .c-mypage__avatarWrap .c-mypage__avatar.none {
  background-image: url("../../asset/img/mypage/savatar_no_image.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.c-mypage__userInfoWrap .c-mypage__userInfo .c-mypage__data {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: calc(100% - 68px);
  padding-left: 7%;
  gap: 3px;
}
.c-mypage__userInfoWrap .c-mypage__userInfo .c-mypage__data .c-mypage__data-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: row;
          justify-content: space-between;
  padding-right: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
.c-mypage__userInfoWrap .c-mypage__userInfo .c-mypage__data .c-mypage__level--detail {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: row;
  gap: 4px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
.c-mypage__userInfoWrap .c-mypage__userInfo .c-mypage__data .c-mypage__level--barWrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  width: 95%;
  height: 5px;
  padding: 6.5px 0;
  border: 1px solid #fff;
  border-radius: 45px;
  border-radius: 45px;
  background-color: #d2c0c0;
}
.c-mypage__userInfoWrap .c-mypage__userInfo .c-mypage__data .c-mypage__level--barWrap .c-mypage__level--bar {
  -webkit-transition: 300ms;
  height: 14px;
  border-radius: 10px;
  transition: 300ms;
}
.c-mypage__userInfoWrap .c-mypage__userInfo .c-mypage__data .c-mypage__level--barWrap .c-mypage__level--bar.xp {
  width: 45%;
  border: 1px solid #fff;
  border-radius: 45px;
  border-radius: 45px;
  background-color: #0a9def;
}
.c-mypage__userInfoWrap .c-mypage__cp {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: row;
          justify-content: space-between;
  margin-top: 8px;
  padding-right: 5%;
  padding-left: 10px;
}
.c-mypage__userInfoWrap .c-mypage__cp p {
  width: 65%;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
}
.c-mypage__userInfoWrap .c-mypage__cp .c-mypage__btn {
  text-wrap: nowrap;
  margin-top: -2px;
}

.c-mypage__mamaCard {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #000;
}
.c-mypage__mamaCard .c-mypage__mamaCard--cardWrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          justify-content: center;
  width: 100%;
  padding: 12px 0;
  gap: 5%;
}
.c-mypage__mamaCard .c-mypage__mamaCard--card {
  position: relative;
  width: 26%;
}
.c-mypage__mamaCard .c-mypage__mamaCard--card.unset {
  margin-top: 1px;
}
.c-mypage__mamaCard .c-mypage__mamaCard--card.unset::after {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #d2c0c0;
  content: "未設定";
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
}
.c-mypage__mamaCard .c-mypage__mamaCard--card .c-mypage__mamaCard--cardImg {
  -webkit-transition: all 0.3s;
  -o-object-fit: cover;
  position: absolute;
  top: 4.8%;
  left: 7.2%;
  width: 84.7%;
  height: 91%;
     object-fit: cover;
  transition: all 0.3s;
}

.c-mypage__favSnack {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
  color: #000;
}
.c-mypage__favSnack .c-mypage__favSnack--list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
  width: 100%;
  padding: 12px 0;
  gap: 6px;
}
.c-mypage__favSnack .c-mypage__favSnack--list .c-mypage__favSnack--item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between;
  padding: 0 10px;
}
.c-mypage__favSnack .c-mypage__favSnack--list .c-mypage__btn {
  height: 20px;
  padding: 0px 10px;
  line-height: 20px;
}
.c-mypage__favSnack .c-mypage__favSnack--detail {
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
}

.c-mypage--subtitle {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
}

.c-mypage__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 16px;
  padding: 0px 14px;
  border-radius: 12.375px;
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.c-mypage__btn.orange {
  border-radius: 4px;
  background: #ff9900;
  color: #fff;
}
.c-mypage__btn.red {
  background: #fe0c0c;
  color: #fff;
}
.c-mypage__btn.white {
  border: 1px solid #000;
  border-radius: 30px;
  background: #fff;
  color: #000;
}
.c-mypage__btn.gray {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  background: #ababab;
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 11px;
}
.c-mypage__btn.none::after {
  content: "-";
}

.c-mypage__bg.edit .c-mypageTitle {
  z-index: 200;
  background: url(../img/mypage/mypage-edit-title.png) no-repeat center center/cover;
}
.c-mypage__bg.edit .c-mypage-edit__avatar .c-mypage-edit__input-file {
  display: none;
}
.c-mypage__bg.edit .c-mypage-edit__avatar::after {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
  z-index: 210;
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  width: 52%;
          transform: translate(-50%, -50%);
  background: url(../img/mypage/add-avatar.svg) no-repeat center;
  background-size: contain;
  content: "";
}
.c-mypage__bg.edit .c-mypage__name {
  position: relative;
  width: 60%;
}
.c-mypage__bg.edit .c-mypage__name .c-mypage-edit__name {
  z-index: 210;
  z-index: 210;
  position: absolute;
  position: absolute;
  bottom: 25%;
  aspect-ratio: 1/1;
  width: 20px;
  margin-left: 2%;
  background: url(../img/mypage/edit.png) no-repeat center;
  background-size: contain;
  content: "";
}
.c-mypage__bg.edit .c-mypage-edit__favSnack-btn {
  z-index: 210;
  position: relative;
  aspect-ratio: 1/1;
  width: 8%;
  border-radius: 50%;
  background-color: #fff;
}
.c-mypage__bg.edit .c-mypage-edit__favSnack-btn.minus {
  margin-right: 5%;
}
.c-mypage__bg.edit .c-mypage-edit__favSnack-btn.minus::after {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68%;
  height: 15%;
          transform: translate(-50%, -50%);
  background: url(../img/mypage/favCard-minus.svg) no-repeat center;
  background-size: 100% 100%;
  content: "";
}
.c-mypage__bg.edit .c-mypage-edit__favSnack-btn.plus {
  width: 7.5%;
  margin: 16px auto 0 auto;
}
.c-mypage__bg.edit .c-mypage-edit__favSnack-btn.plus::after {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  width: 69%;
          transform: translate(-50%, -50%);
  background: url(../img/mypage/favCard-plus.svg) no-repeat center;
  background-size: contain;
  content: "";
}

.c-mypage-edit__mamaCard {
  -webkit-transform: translate(-50%, -46%);
      -ms-transform: translate(-50%, -46%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 210;
  position: absolute;
  top: 50%;
  left: 50%;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  width: 86%;
  height: 70%;
  gap: 4%;
          transform: translate(-50%, -46%);
  border-radius: 14px;
  background-color: #fff;
}
.c-mypage-edit__mamaCard p {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.c-mypage-edit__mamaCard .c-mypage__btn {
  text-wrap: nowrap;
  height: auto;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
}

/* モーダル */

.c-mypage__copy {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 86%;
  height: 154px;
  border-radius: 10px;
  background: #f5f5f5;
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #482c00;
  font-weight: bold;
  font-size: 16px;
}
.c-mypage__copy.fadeout {
  opacity: 0;
}

.c-mypage-edit__pop:has(.c-mypage-edit__pop-body) {
  height: 37%;
}

.c-mypage-edit__pop {
  width: 85%;
  background-color: #fff;
}
.c-mypage-edit__pop .c-mypage-edit__pop-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 80%;
  min-width: 240px;
  margin: 18px 0 24px 0;
  padding: 0 12px;
  gap: 24px;
}
.c-mypage-edit__pop .c-mypage-edit__pop-body .c-mypage-edit__pop-title {
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.c-mypage-edit__pop .c-mypage-edit__pop-body input {
  width: 100%;
  height: 100%;
  padding: 0 12px;
  border: 1px solid #000;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
}
.c-mypage-edit__pop .c-mypage-edit__pop-btnWrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  width: 100%;
}
.c-mypage-edit__pop .c-mypage-edit__pop-btnWrap .c-mypage__btn {
  width: 47%;
  height: 30px;
  border-radius: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
}

.c-mypage-edit__pop:has(.p-favSauna__pop) {
  height: 66%;
}

.p-favSnack__pop {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
  width: 90%;
  height: 100%;
  color: #000;
}
.p-favSnack__pop .p-favSnack___title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
.p-favSnack__pop .p-snackShopList__tabsWrap {
  padding: 20px;
}

.c-mypage-edit__pop:has(.p-iconUpload__pop) {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  border: none !important;
  border-radius: 0% !important;
  background: #fff !important;
}

.p-iconUpload__pop {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(20, 1, 1, 0.67) !important;
}
.p-iconUpload__pop #upload-image {
  aspect-ratio: 1/1;
  width: 90%;
  border-radius: 50%;
  background-color: #fff;
}
.p-iconUpload__pop .btnArea {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  padding: 30px;
  gap: 20px;
}
.p-iconUpload__pop .btnArea .cancel {
  width: 100px;
  padding: 5px;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  text-align: center;
}
.p-iconUpload__pop .btnArea .ok {
  width: 100px;
  padding: 5px;
  border-radius: 4px;
  background-color: #ff0909;
  color: #fff;
  text-align: center;
}

.c-copy-modal__pop-body {
  padding: 24px 36px;
  font-weight: 800;
  font-size: 13px;
  font-family: "MPlus1p-Bold", sans-serif;
  text-align: center;
}
.c-copy-modal__pop-body .text {
  margin-bottom: 13px;
}

.c-copy-modal__pop-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
}

.c-copy-modal__pop-btnWrap {
  -ms-flex-wrap: wrap;
  -ms-flex-pack: distribute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
      flex-wrap: wrap;
      justify-content: space-around;
}

.c-copy-modal__btn {
  width: 45%;
  height: 30px;
  border-radius: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
}
.c-copy-modal__btn.gray {
  border: 1px solid #000;
  background: #d9d9d9;
  color: #000;
}

.p-mamaCardArchive {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  height: 100vh;
  overflow: hidden;
}

.p-mamaCardArchive__bg {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex: 1 1 auto;
          flex-direction: column;
          justify-content: start;
  padding-top: 56px;
  background: url(../img/common/snack-quest-bg.png) no-repeat center center/cover;
}

.p-mamaCardArchive__inner {
  width: min(100%, 366px);
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

.p-mamaCardArchive__title {
  position: relative;
  margin-bottom: 5px;
}

.p-mamaCardArchive__title img {
  -webkit-box-shadow: 0px 8px 8px 0px rgba(40, 3, 86, 0.8);
          box-shadow: 0px 8px 8px 0px rgba(40, 3, 86, 0.8);
}

.p-mamaCardArchive__btnReturn {
  -webkit-clip-path: polygon(0 0, 100% 0, 66% 106%, 0% 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 65/31;
  width: 23%;
  height: 100%;
  padding-left: 11px;
  background-color: transparent;
  color: #fff;
          clip-path: polygon(0 0, 100% 0, 66% 106%, 0% 100%);
}

.p-mamaCardArchive__lists {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: grid;
  grid-template-columns: 96px 96px 96px;
          column-gap: 10px;
  row-gap: 4px;
          justify-content: center;
  margin-top: 5px;
  overflow-y: scroll;
}

.p-mamaCardArchive__mycardFrameWrap {
  -webkit-transition: all ease 0.3s;
  position: relative;
  width: 100%;
  transition: all ease 0.3s;
}

.p-mamaCardArchive__mycardFrameWrap > img {
  z-index: 2;
  position: relative;
}

.p-mamaCardArchive__mycardPostWrap {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.3s;
  display: block;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  left: 50%;
  aspect-ratio: 63/91;
  width: min(100%, 84px);
  height: auto;
          transform: translate(-50%, -50%);
  transition: all ease 0.3s;
}

.p-mamaCardArchive__mycardPostImg {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.p-mamaCardArchive__ribbon {
  display: none;
  z-index: 100;
  position: absolute;
  top: 2px;
  right: 0;
  width: 25px;
  height: 21px;
  background: url(../img/mama-card/mama-card-archive/favorite.png) no-repeat center center/cover;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-mamaCardArchive__ribbon.visible {
  display: inline-block;
}

.p-mamaCardArchive__mycardPostWrap::after {
  -webkit-transition: all 0.3s ease;
  display: block;
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  border: 3px solid transparent;
  content: "";
  transition: all 0.3s ease;
}

.p-mamaCardArchive__mycardPostWrap.js-linkFocus::after {
  aspect-ratio: 63/92;
  width: min(100%, 86px);
}

.p-mamaCardArchive__mycardPostWrap.blueBorder::after {
  border: 3px solid #009fe8;
}

.p-examination {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
}
.p-examination.bg {
  min-height: 100vh;
  min-height: 100dvh;
  background: url(../img/examination/bg.png) repeat center center/cover;
}
.p-examination section {
  width: 90%;
  margin: 0px 22px 36px 22px;
  font-size: 16px;
  font-family: "Zen Maru Gothic", serif;
}
.p-examination h2 {
  margin: 20px;
  color: #000;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 1rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  text-align: center;
}
.p-examination h3 {
  margin: 20px 0;
  color: #000;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.p-examination .result {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  margin-top: 40px;
  margin-bottom: 10px;
}
.p-examination .result .resultBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 300px;
  margin: 10px;
  padding: 15px;
  border-radius: 30px;
  background-color: #fff;
  font-size: 24px;
  font-family: "Zen Maru Gothic", serif;
}
.p-examination .result .resultBox .resultText {
  margin: 10px;
  font-weight: 800;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.p-examination .result .resultBox .resultText.ok {
  color: #0a9def;
}
.p-examination .result .resultBox .resultText.ng {
  color: #ef0a18;
}
.p-examination .shopInfo {
  width: 100%;
  margin: 0;
  padding: 0 20px;
  background-color: #ddd;
}
.p-examination .shopInfo.published {
  background-color: initial;
}
.p-examination .shopInfo div {
  margin-bottom: 16px;
}
.p-examination .shopInfo .qrArea {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
}
.p-examination .shopInfo .qrArea h3 {
  width: 100%;
  text-align: left;
}
.p-examination .shopInfo .qrArea .qr {
  width: 180px;
  margin: 16px;
}
.p-examination .shopInfo .sampleCardArea {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.p-examination .shopInfo .sampleCardArea .cardBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.p-examination .shopInfo .sampleCardArea .cardBox .cardSample {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 50%;
}
.p-examination .shopInfo .sampleCardArea .cardBox .cardSample h4 {
  margin: 5px;
  font-weight: 600;
  font-size: 16px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  text-decoration: underline;
}
.p-examination .shopInfo .sampleCardArea .cardBox .cardSample .p-mamaCardDetail__main {
  width: 100%;
  padding: 3px;
}
.p-examination .shopInfo .sampleCardArea .cardBox .cardSample .p-mamaCardDetail__imgWrap {
  position: absolute;
  bottom: 0px;
  height: 99%;
  margin-bottom: 0px !important;
  padding: 1px;
  overflow-y: hidden;
}
.p-examination .shopInfo .sampleCardArea .cardBox .cardSample .p-mamaCardDetail__img {
  -webkit-box-shadow: 0px 15px 15px 0px rgba(40, 3, 86, 0.8);
  z-index: 0;
  position: relative;
  margin-bottom: -5px;
  padding: 5%;
  padding-bottom: 0px;
  background: initial;
          box-shadow: 0px 15px 15px 0px rgba(40, 3, 86, 0.8);
}
.p-examination .shopInfo .sampleCardArea .cardBox .cardSample .p-mamaCardDetail__img img {
  margin-bottom: -1px;
  overflow: hidden;
}
.p-examination .shopInfo .sampleCardArea .cardBox .cardSample .p-mamaCardDetail__img::after {
  z-index: 2;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  aspect-ratio: 157/233;
  width: 100%;
  background: url(../img/mama-card/mama_card_detail/mama_frame.png) no-repeat top center/contain;
  content: "";
}
.p-examination .shopInfo .sampleCardArea .cardBox .cardSample .p-albumCardDetail__main {
  width: 101%;
  margin-top: 2px;
}
.p-examination .shopInfo .sampleCardArea .cardBox .cardSample .p-albumCardDetail__img {
  z-index: 0;
  position: relative;
  margin-bottom: -5px;
}
.p-examination .couponInfo.noCoupon {
  display: none;
}
.p-examination .editProfile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
          align-items: center;
}
.p-examination .editProfile h3 {
  width: 100%;
  text-align: left;
}
.p-examination .editProfile .length {
  position: absolute;
  top: 18px;
  right: 5px;
  font-weight: 600;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.p-examination .editProfile textarea {
  width: 100%;
  height: 180px;
  margin-bottom: 16px;
  padding: 10px;
  border-radius: 6px;
  background-color: #fff;
  text-align: left;
}
.p-examination .buttonArea {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-bottom: 16px;
}
.p-examination .buttonArea .publish {
  width: 200px;
  padding: 5px;
  border: 3px solid #fff;
  border-radius: 20px;
  background-color: #ff0909;
  color: #fff;
  text-align: center;
}
.p-examination .buttonArea .readmanual {
  width: 250px;
  margin-bottom: 16px;
  padding: 5px;
  border: 3px solid #fff;
  border-radius: 20px;
  background-color: #09b224;
  color: #fff;
  text-align: center;
}
.p-examination .buttonArea .contact {
  width: 280px;
  margin-bottom: 16px;
  padding: 5px;
  border: 3px solid #000;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  text-align: center;
}
.p-examination .buttonArea .updateProfile {
  width: 250px;
  margin-bottom: 16px;
  padding: 5px;
  border: 3px solid #fff;
  border-radius: 20px;
  background-color: #0f159b;
  color: #fff;
  text-align: center;
}
.p-examination .buttonArea a {
  text-decoration: underline;
}
.p-examination footer {
  height: 10px;
  margin-top: 20px;
  background-color: #4e0d9e;
}

.p-tutorial {
  position: relative;
}

.p-tutorial-area {
  display: none;
}

.p-tutorial .p-tutorial-area {
  display: block;
  z-index: 1055;
  font-family: "M PLUS 1p", sans-serif;
}

.p-tutorial-wrap {
  z-index: 1050;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

.p-tutorial-wrap::before {
  z-index: 1049;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  content: "";
  opacity: 0.7;
  pointer-events: none;
}

.p-tutorial-area:has(.p-tutorial-body) {
  position: absolute;
  top: 0;
}

.p-tutorial-body {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2000;
  position: fixed;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.p-tutorial-body .p-tutorial-content {
  position: relative;
  width: 88%;
  height: 80%;
  padding: 20px 20px 20px 20px;
  border-radius: 20px;
  background-color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.p-tutorial-body .p-tutorial-title {
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 16px;
}
.p-tutorial-body .p-tutorial-textWrap {
  height: 100%;
}
.p-tutorial-body .p-tutorial-textWrap .p-tutorial-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2rem;
  text-align: left;
  overflow-wrap: break-word;
}
.p-tutorial-body .p-tutorial-textWrap .p-tutorial-imgWrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  padding: 10px 0;
}

/* モーダル */
.p-notification-modal-back {
  visibility: hidden;
  z-index: 1050;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.p-notification-modal {
  width: 88%;
  height: 78%;
  font-family: "M PLUS 1p", sans-serif;
}

.p-notification-modal__title {
  -webkit-text-decoration-line: underline;
  margin-bottom: 6px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
          text-decoration-line: underline;
}
.p-notification-modal__title span {
  height: 22px;
  color: #fff;
  font-weight: bolder;
}

.p-notification-modal__bellIcon {
  width: 19.5px;
  height: 25px;
}

.p-notification-modal__body {
  width: 100%;
  height: calc(100% - 20px);
  padding: 0 8px 8px 8px;
}

.p-notification-modal__detail {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-flow: column;
  width: 100%;
  height: 92%;
  margin: 0 auto;
  padding-left: 24px;
}

.p-notification-modal__detail-contentSub {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
  margin-right: 8px;
  margin-bottom: 4px;
}
.p-notification-modal__detail-contentSub .p-notification-modal__date {
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
}

.p-notification-modal__detail-contentMain {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
  margin-bottom: 16px;
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 30px;
}
.p-notification-modal__detail-contentMain .p-notification-modal__detail-title {
  -webkit-text-decoration-line: underline;
  text-align: center;
          text-decoration-line: underline;
}
.p-notification-modal__detail-contentMain .p-notification-modal__detail-text {
  line-height: 30px;
}

.p-notification-modal__page-nation {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: row;
          justify-content: space-between;
  padding: 0 14px;
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 30px;
  text-align: center;
}
.p-notification-modal__page-nation .p-notification-modal__page-number {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: row;
          justify-content: space-between;
  gap: 5px;
}
.p-notification-modal__page-nation .p-notification-modal__page-number .current {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.p-notification-modal__page-nation .p-notification-modal__paging {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: row;
          justify-content: space-between;
  width: 21%;
}

.p-notification-modal__list {
  height: 80%;
  padding: 0 4px;
  overflow-y: auto;
}

.p-notification-modal__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-flow: column;
  padding: 4px 8px 0 8px;
}
.p-notification-modal__content:last-child {
  padding-bottom: 8px;
}
.p-notification-modal__content:last-child .p-notification-modal__contentMain {
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.6);
}
.p-notification-modal__content hr {
  width: 100%;
  height: 1.5px;
  margin-bottom: 12px;
  border: none;
  background-color: #000;
  opacity: 0.5;
}

.p-notification-modal__contentSub {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  margin-right: 8px;
  margin-bottom: 4px;
}
.p-notification-modal__contentSub .p-notification-modal__date {
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
}

.p-notification-modal__contentMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 16px;
}

.p-notification-modal__text {
  width: 80%;
  padding: 0 16px 0 6px;
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.p-notification-modal__text--less-width {
  width: 80%;
}

.p-notification-modal__detailBtnWrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.p-notification-modal__detailBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
      flex-shrink: 0;
          align-items: center;
          justify-content: center;
  width: 65px;
  width: 42px;
  height: 28px;
  height: 22px;
  border-radius: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  line-height: 18px;
}
.p-notification-modal__detailBtn.unread::after {
  -webkit-box-shadow: 0 0 0 2.5px #fff;
  position: absolute;
  top: -5px;
  right: -3px;
  width: 10px;
  height: 10px;
  border: solid 6px #c30505;
  border-radius: 50%;
  background: #c30505;
          box-shadow: 0 0 0 2.5px #fff;
  content: "";
}
.p-notification-modal__detailBtn.blue {
  background: #0a9def;
  color: #000;
}

/* お知らせステッカー */
.p-notification-modal__sticker {
  width: 64px;
  border: 2px #fff solid;
  border-radius: 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
}
.p-notification-modal__sticker.blue {
  background-color: #009fe8;
}
.p-notification-modal__sticker.orange {
  background-color: #ff9900;
}
.p-notification-modal__sticker.red {
  background-color: #fe0c0c;
  color: #fff;
}

/* チェックボックス */

/* 閉じる・戻るボタン */
.p-notification-modal__btnWrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 16%;
  margin-right: auto;
  margin-left: auto;
}

.p-notification-modal__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  height: 30px;
  padding: 0 16px;
  border-radius: 8px;
  background: #a69e9e;
  font-weight: 700;
  font-weight: 700;
  font-size: 16px;
  line-height: 12px;
  line-height: 13px;
}

.p-notification-modal__btn--red {
  background: #c30505;
  color: #402407;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

/* モーダル出現後のスタイル */
.p-notification-modal-back.open {
  visibility: inherit;
  opacity: 1;
}

/* モーダル表示アニメーション */
.p-notification-modal.open {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.p-profile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  padding: 24px 8px 24px 8px;
  border: 1px solid black;
  border-radius: 20px;
  background-color: white;
  color: #71084e;
  font-weight: 700;
  font-size: 16px;
  font-family: "Zen Maru Gothic", serif;
}

.p-profile_name {
  margin: 26px auto;
  font-size: 32px;
}

.p-profile_bio {
  text-align: center;
}

.p-profile_url {
  margin-top: 26px;
  margin-bottom: 12px;
}

.p-miniGame {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  height: 100vh;
  overflow: hidden;
}

.p-miniGame__bg {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
          justify-content: start;
  height: calc(100% - 68px);
  padding-top: 56px;
  background: url(../img/common/snack-quest-bg.png) no-repeat center center/cover;
  font-family: "MPlus1p-Bold";
}

.p-miniGameTitle {
  position: relative;
  aspect-ratio: 320/54;
  width: 100%;
  margin-inline: auto;
  background: url(../img/mini-game/mini_game_title.png) no-repeat center center/cover;
}

.p-miniGameTitle__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
          align-items: center;
  padding: 8px 9px 19.5px 11px;
}

.p-miniGameTitle__btnReturn {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  width: 20%;
  margin: auto 0;
  opacity: 0;
}

.p-miniGameTitle__btnReturn img {
  width: 32px;
}

.p-miniGame__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.p-miniGame__result {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
  width: 100%;
  gap: 12px;
}
.p-miniGame__result .p-miniGame__result-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 70%;
  padding-right: 2px;
  padding-bottom: 19%;
  gap: 16px;
  color: white;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.p-miniGame__result .p-miniGame__result-left .p-miniGame__result-iconWrap {
  position: relative;
  padding-bottom: 45%;
}
.p-miniGame__result .p-miniGame__result-left .p-miniGame__result-iconWrap .p-miniGame__result-icon {
  z-index: 500;
  position: absolute;
  top: 0;
  left: 0;
}
.p-miniGame__result .p-miniGame__result-left .p-miniGame__result-iconWrap .p-miniGame__result-icon.blink {
  -webkit-animation: blink-fast 0.4s linear infinite;
  z-index: 510;
          animation: blink-fast 0.4s linear infinite;
}
@-webkit-keyframes blink-fast {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}
@keyframes blink-fast {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}
.p-miniGame__result .p-miniGame__result-left:has(.p-miniGame__result-text) {
  padding-bottom: 0;
}
.p-miniGame__result .p-miniGame__result-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 30%;
  padding-bottom: 20%;
  gap: 22px;
}
.p-miniGame__result .p-miniGame__result-right span {
  display: block;
  color: white;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.p-miniGame__cover {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  position: absolute;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 64%;
  gap: 32px;
  background: rgba(217, 217, 217, 0.85);
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  font-family: "MPlus1p-Bold";
}
.p-miniGame__cover .p-miniGame__cover-text {
  text-align: center;
}

.p-miniGame__rule {
  position: absolute;
  top: 36%;
  color: white;
  font-weight: 700;
  font-size: 17px;
  line-height: 28px;
  font-family: "MPlus1p-Bold";
  text-shadow: -1px -1px 0 #978908, 1px -1px 0 #978908, -1px 1px 0 #978908, 1px 1px 0 #978908;
}

.p-miniGame__icons-all {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  gap: 8px;
}
.p-miniGame__icons-all .p-miniGame__icon {
  width: calc((100% - 16px) / 3);
}

.p-miniGame__icon {
  -webkit-box-shadow: 0px 8px 8px 4px rgba(20, 1, 1, 0.81);
  border-radius: 24%;
          box-shadow: 0px 8px 8px 4px rgba(20, 1, 1, 0.81);
}

.p-mamaCardDtail {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  height: 100vh;
  overflow: hidden;
}

.p-mamaCardDtail__bg {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex: 1 1 auto;
          flex-direction: column;
          justify-content: start;
  padding-top: 56px;
  background: url(../img/common/snack-quest-bg.png) no-repeat center center/cover;
}

.p-mamaCardDtail__inner {
  width: min(100%, 366px);
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

.p-mamaCardDetail__title {
  position: relative;
  margin-bottom: 26px;
}

.p-mamaCardDetail__title img {
  -webkit-box-shadow: 0px 8px 8px 0px rgba(40, 3, 86, 0.8);
          box-shadow: 0px 8px 8px 0px rgba(40, 3, 86, 0.8);
}

.p-mamaCardDetail__btnReturn {
  -webkit-clip-path: polygon(0 0, 100% 0, 66% 106%, 0% 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 65/31;
  width: 23%;
  height: 100%;
  padding-left: 11px;
  background-color: transparent;
  color: #fff;
          clip-path: polygon(0 0, 100% 0, 66% 106%, 0% 100%);
}

.p-mamaCardDetail__levelsWrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
}

.p-mamaCardDetail__levelsTxt {
  width: 150px;
  margin-right: 7px;
  color: #fff;
  font-weight: 800;
  font-size: 36px;
  font-family: "MPlus1p-Bold";
}

.p-mamaCardDetail__levelsTxt img {
  vertical-align: baseline;
}

.p-mamaCardDetail__levels {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
}

.p-mamaCardDetail__level {
  width: 45px;
  height: 48px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-mamaCardDetail__level.full {
  background-image: url(../img/mama-card/mama_card_detail/level_full.png);
}

.p-mamaCardDetail__level.half {
  background-image: url(../img/mama-card/mama_card_detail/level_half.png);
}

.p-mamaCardDetail__level.empty {
  background-image: url(../img/mama-card/mama_card_detail/level_empty.png);
}

.p-mamaCardDetail__flex {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 5px;
}

.p-mamaCardDetail__main {
  width: 63%;
}

.p-mamaCardDetail__menuWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 32%;
}

.p-mamaCardDetail__img {
  -webkit-box-shadow: 0px 8px 8px 0px #280356;
  z-index: 2;
  position: relative;
  aspect-ratio: 180/242;
  width: 180px;
  width: 100%;
  padding: 12px 15px;
  background: url(../img/mama-card/mama_card_detail/mama_frame.png) no-repeat center center/cover;
          box-shadow: 0px 8px 8px 0px #280356;
}
.p-mamaCardDetail__img img.card {
  position: relative;
  top: 0px;
  left: -2px;
  width: calc(100% + 4px);
  max-width: calc(100% + 4px);
  max-height: 275px;
}

.p-mamaCardDetail__img .p-mamaCardDetail__imgFavorite {
  display: none;
}

.p-mamaCardDetail__img.favorite .p-mamaCardDetail__imgFavorite {
  display: inline-block;
}

.p-mamaCardDetail__imgFavorite {
  z-index: 10;
  position: absolute;
  top: 2px;
  right: 6px;
  width: 40px;
}

.p-mamaCardDetail__txt {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 12px;
  left: 50%;
  width: calc(100% - 27px);
  padding: 7px 3px;
          transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6784313725);
  color: #fff;
}

.p-mamaCardDetail__shop,
.p-mamaCardDetail__mamaName {
  font-weight: 700;
  line-height: 1.5;
  font-family: "M PLUS 1p", system-ui;
  text-align: center;
}

.p-mamaCardDetail__shop {
  padding: 0 20px;
  font-size: 10px;
}

.p-mamaCardDetail__mamaName {
  font-size: 14px;
}

.p-mamaCardDetail__menuItems {
  padding: 7px;
  border: 1px solid #858699;
  background: -webkit-radial-gradient(50% 50%, 50% 50%, #464f48 0%, #000000 100%);
  background: radial-gradient(50% 50% at 50% 50%, #464f48 0%, #000000 100%);
}

.p-mamaCardDetail__menuItem:not(:last-child) {
  margin-bottom: 7px;
}

.p-mamaCardDetail__menuItemLink {
  display: block;
}

.p-mamaCardDetail__menuItemLink.favorite-unregister .registerImg,
.p-mamaCardDetail__menuItemLink.favorite-unregister .registerMax {
  display: none;
}

.p-mamaCardDetail__menuItemLink.favorite-max .unregisterImg {
  display: block;
}

.p-mamaCardDetail__menuItemLink.favorite-max .registerImg,
.p-mamaCardDetail__menuItemLink.favorite-max .unregisterImg {
  display: none;
}

.p-mamaCardDetail__menuItemLink.favorite-max .registerMax {
  display: block;
}

.p-mamaCardDetail__menuItemLink .unTopRegisterImg {
  display: none;
}

.p-mamaCardDetail__menuItemLink.level-open .topRegisterImg {
  display: none;
}

.p-mamaCardDetail__menuItemLink.level-open .unTopRegisterImg {
  display: none;
}

.p-mamaCardDetail__menuItemLink.top-unRegister .topRegisterImg {
  display: none;
}

.p-mamaCardDetail__menuItemLink.top-unRegister .unTopRegisterImg {
  display: block;
}

.p-mamaCardDetail__menuItemLink .level3Img {
  display: none;
}

.p-mamaCardDetail__menuItemLink.level-open .profileImg {
  display: none;
}

.p-mamaCardDetail__menuItemLink.level-open .level3Img {
  display: block;
}

.heartBox {
  position: relative;
  padding-right: 3px;
  padding-bottom: 2px;
}
.heartBox .frame {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 45px;
  height: 45px;
  background-image: url(../img/mama-card/mama_card_detail/level_empty.png);
  background-size: cover;
  vertical-align: middle;
}
.heartBox .heartGauge {
  -webkit-box-align: end;
      -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 4px;
  left: 0px;
          align-items: flex-end;
  height: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.heartBox .heartGauge.per10 {
  height: 15px;
}
.heartBox .heartGauge.per20 {
  height: 18px;
}
.heartBox .heartGauge.per30 {
  height: 21px;
}
.heartBox .heartGauge.per40 {
  height: 24px;
}
.heartBox .heartGauge.per50 {
  height: 27px;
}
.heartBox .heartGauge.per60 {
  height: 30px;
}
.heartBox .heartGauge.per70 {
  height: 33px;
}
.heartBox .heartGauge.per80 {
  height: 34px;
}
.heartBox .heartGauge.per90 {
  height: 35px;
}
.heartBox .heartGauge.per100 {
  height: 42px;
}

.heart {
  position: relative; /* 基準位置とする */
  width: 40px; /* 正方形を作る */
  height: 40px; /* 正方形を作る */
}

.heart::before,
.heart::after {
  display: block; /* ブロック要素にする */
  position: absolute; /* 相対位置に指定 */
  width: 50%; /* ハートの丸い部分の大きさにかかわる */
  height: 80%; /* ハートの高さにかかわる */
  border-radius: 25px 25px 0 0; /* ハートの半円を生成 */
  background: #f60286; /* ハートの色 */
  content: ""; /* 疑似要素に必須 */
}

.heart::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
  left: 14%; /* 左からの位置を指定 */
          transform: rotate(-45deg); /* 左に回転 */
}

.heart::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
  right: 14%; /* 右からの位置を指定 */
          transform: rotate(45deg); /* 右に回転 */
}

.p-albumCardDetail {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  height: 100vh;
  overflow: hidden;
}

.p-albumCardDetail__bg {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex: 1 1 auto;
          flex-direction: column;
          justify-content: start;
  padding-top: 56px;
  background: url(../img/common/snack-quest-bg.png) no-repeat center center/cover;
}

.p-albumCardDetail__inner {
  width: min(100%, 366px);
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

.p-albumCardDetail__title {
  position: relative;
  margin-bottom: 26px;
}

.p-albumCardDetail__title img {
  -webkit-box-shadow: 0px 8px 8px 0px rgba(40, 3, 86, 0.8);
          box-shadow: 0px 8px 8px 0px rgba(40, 3, 86, 0.8);
}

.p-albumCardDetail__btnReturn {
  -webkit-clip-path: polygon(0 0, 100% 0, 66% 106%, 0% 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 65/31;
  width: 23%;
  height: 100%;
  padding-left: 11px;
  background-color: transparent;
  color: #fff;
          clip-path: polygon(0 0, 100% 0, 66% 106%, 0% 100%);
}

.p-albumCardDetail__numberOfCopies {
  margin-bottom: 23px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33333;
  font-family: "M PLUS 1p", sans-serif;
  text-align: center;
}

.p-albumCardDetail__flex {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 5px;
}

.p-albumCardDetail__main {
  width: 63%;
}

.p-albumCardDetail__menuWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 32%;
}

.p-albumCardDetail__img {
  z-index: 0;
  position: relative;
}

.p-albumCardDetail__imgWrap {
  padding: 12px 15px;
}

.p-albumCardDetail__imgWrap img {
  -webkit-box-shadow: 0px 15px 15px 0px rgba(40, 3, 86, 0.8);
          box-shadow: 0px 15px 15px 0px rgba(40, 3, 86, 0.8);
}

.p-albumCardDetail__img::after {
  z-index: 2;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  aspect-ratio: 180/242;
  width: 180px;
  width: 100%;
  background: url(../img/album_card_detail/album_card_frame.png) no-repeat center center/contain;
  content: "";
}

.p-albumCardDetail__text {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: calc(100% - 30px);
  padding: 7px 23px;
          transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6784313725);
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.p-albumCardDetail__img .p-albumCardDetail__discount {
  display: none;
}

.p-albumCardDetail__img.discount .p-albumCardDetail__discount {
  display: inline-block;
}

.p-albumCardDetail__discount {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: 27px;
  margin-top: 21px;
  margin-right: 27px;
}

.p-albumCardDetail__menuItems {
  padding: 7px;
  border: 1px solid #858699;
  background: -webkit-radial-gradient(50% 50%, 50% 50%, #464f48 0%, #000000 100%);
  background: radial-gradient(50% 50% at 50% 50%, #464f48 0%, #000000 100%);
}

.p-albumCardDetail__menuItem:not(:last-child) {
  margin-bottom: 7px;
}

.p-albumCardDetail__menuItemLink {
  display: block;
}

.p-other {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  height: 100vh;
  overflow: hidden;
}

.other_bg {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
          justify-content: start;
  height: calc(100% - 68px);
  padding-top: 56px;
  background: url(../img/common/snack-quest-bg.png) no-repeat center center/cover;
  font-family: "MPlus1p-Bold";
}

.other_Title {
  position: relative;
  aspect-ratio: 320/54;
  width: 100%;
  margin-inline: auto;
  background: url(../img/other/other_title.png) no-repeat center center/contain;
}

.otherList__container {
  margin: 30px;
  padding: 30px;
  border-radius: 30px;
  background-color: #D9D9D9;
}
.otherList__container .otherList__lists {
  font-weight: bold;
  text-align: center;
}
.otherList__container .otherList__lists .otherList__list {
  margin: 10px;
  border: solid 1px #000;
  border-radius: 5px;
  background-color: #fff;
}
.otherList__container .otherList__lists .otherList__list a {
  width: 100%;
  padding: 5px 0;
}

.p-other__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
          align-items: center;
  padding: 8px 5px 15px 5px;
}

.p-other__btnReturn {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  width: 20%;
  margin: auto 0;
  opacity: 0;
}

.p-other__btnReturn img {
  width: 32px;
}

.c-modal__logout {
  padding-top: 40px !important;
  font-weight: bold;
  text-align: center;
}
.c-modal__logout p {
  font-size: 20px;
}
.c-modal__logout .c-modal__logout__btnbox .c-modal__logout__btn {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  padding: 35px 0;
  font-size: 13px;
}
.c-modal__logout .c-modal__logout__btnbox .c-modal__logout__btn-cancel {
  padding: 5px 10px;
  border: solid 1px #000;
  border-radius: 10px;
}
.c-modal__logout .c-modal__logout__btnbox .c-modal__logout__btn-logout {
  padding: 5px 10px;
  border: solid 1px #FE0C0C;
  border-radius: 10px;
  background-color: #FE0C0C;
  color: #fff;
}

.p-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  height: 100vh;
  overflow: hidden;
}

.link_bg {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
          justify-content: start;
  height: calc(100% - 68px);
  padding-top: 56px;
  background: url(../img/common/snack-quest-bg.png) no-repeat center center/cover;
  font-family: "MPlus1p-Bold";
}
.link_bg .link_Title {
  position: relative;
  aspect-ratio: 320/54;
  width: 100%;
  margin-inline: auto;
  background: url(../img/other/link_title.png) no-repeat center center/contain;
}
.link_bg .link_Title .p-link__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
          align-items: center;
  padding: 8px 5px 15px 5px;
}
.link_bg .link_Title .p-link__wrap .p-link__btnReturn {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  width: 20%;
  margin: auto 0;
  opacity: 0;
}
.link_bg .link_Title .p-link__wrap .p-link__btnReturn img {
  width: 32px;
}
.link_bg .link__container {
  height: 395px;
  margin: 30px;
  padding: 30px;
  border-radius: 30px;
  background-color: #D9D9D9;
}
.link_bg .link__container .link__lists {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
.link_bg .link__container .link__lists .link__list {
  margin: 10px;
  border: solid 1px #000;
  border-radius: 5px;
  background-color: #fff;
}
.link_bg .link__container .link__lists .link__list a {
  width: 100%;
  padding: 5px 0;
}

/* モーダル */

.p-list-modal {
  width: 88%;
  height: 78%;
  font-family: "M PLUS 1p", sans-serif;
}

.p-list-modal__title {
  -webkit-text-decoration-line: none;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
          text-decoration-line: none;
}
.p-list-modal__title span {
  height: 22px;
  color: #fff;
  font-weight: bolder;
}

.p-list-modal__body {
  height: calc(100% - 20px);
  padding: 0 8px 8px 8px;
}

.p-list-modal__list {
  height: 80%;
  padding: 0 4px;
  overflow-y: auto;
}
.p-list-modal__list .p-list-modal__form_text {
  margin: 8px 8px 20px;
  padding: 5px 0;
  border: solid 1px #000;
  border-radius: 5px;
  background-color: #D9D9D9;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}

.p-list-modal__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-flow: column;
  margin: 8px 8px 15px;
  padding: 8px;
  border: solid 1px #000;
}
.p-list-modal__content:first-child {
  padding-top: 0;
}
.p-list-modal__content .question {
  color: #0F0C9F;
  font-weight: bold;
  font-size: 14px;
}
.p-list-modal__content .answer {
  color: #FF0909;
  font-weight: bold;
  font-size: 14px;
}
.p-list-modal__content .question:before {
  display: inline-block;
  margin-right: 20px;
  content: "Q";
  color: #0F0C9F;
  font-weight: bold;
  font-size: 18px;
  vertical-align: top;
}
.p-list-modal__content .answer::before {
  display: inline-block;
  margin-right: 20px;
  content: "A";
  color: #FF0909;
  font-weight: bold;
  font-size: 18px;
}
.p-list-modal__content .question, .p-list-modal__content .answer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* チェックボックス */

/* 閉じる・戻るボタン */
.p-list-modal__btnWrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 16%;
  margin-right: auto;
  margin-left: auto;
}

/* モーダル出現後のスタイル */

/* モーダル表示アニメーション */
.p-list-modal.open {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.p-personal_information-modal {
  width: 88%;
  height: 78%;
  font-family: "M PLUS 1p", sans-serif;
}

.p-personal_information-modal__title {
  -webkit-text-decoration-line: none;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
          text-decoration-line: none;
}

.p-personal_information-modal__body {
  height: calc(100% - 20px);
  padding: 0 8px 8px 8px;
}

.p-personal_information-modal__list {
  width: 220px;
  height: 80%;
  padding: 0 4px;
  overflow-y: auto;
}
.p-personal_information-modal__list p {
  font-weight: bold;
  font-size: 15px;
  line-height: 30px;
}

/* 閉じる・戻るボタン */
.p-personal_information-modal__btnWrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 16%;
  margin-right: auto;
  margin-left: auto;
}

/* モーダル出現後のスタイル */

/* モーダル表示アニメーション */
.p-personal_information-modal.open {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.p-camerause-modal {
  width: 88%;
  font-family: "M PLUS 1p", sans-serif;
}

.p-camerause-modal__title {
  -webkit-text-decoration-line: none;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
          text-decoration-line: none;
}

.p-camerause-modal__body {
  height: calc(100% - 20px);
  margin: 20px 0;
  padding: 0 8px 8px 8px;
}

.p-camerause-modal__list {
  height: 80%;
  padding: 0 4px;
  overflow-y: auto;
}
.p-camerause-modal__list p {
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
}

/* 閉じる・戻るボタン */
.p-camerause-modal__btnWrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 16%;
  margin-right: auto;
  margin-left: auto;
}

/* モーダル出現後のスタイル */

/* モーダル表示アニメーション */
.p-camerause-modal.open {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.c-modal__cancel_membership {
  padding: 40px 0 0 0 !important;
  font-weight: bold;
  text-align: center;
}
.c-modal__cancel_membership p {
  font-size: 20px;
}
.c-modal__cancel_membership .c-modal__cancel_membership__btnbox .c-modal__cancel_membership__text {
  margin-top: 20px;
  color: #FF0909;
}
.c-modal__cancel_membership .c-modal__cancel_membership__btnbox .c-modal__cancel_membership__btn {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  padding: 25px 0;
  font-size: 13px;
}
.c-modal__cancel_membership .c-modal__cancel_membership__btnbox .c-modal__cancel_membership__btn-cancel {
  padding: 5px 35px;
  border: solid 1px #000;
  border-radius: 10px;
}
.c-modal__cancel_membership .c-modal__cancel_membership__btnbox .c-modal__cancel_membership__btn-cancel_membership {
  padding: 5px 35px;
  border: solid 1px #FE0C0C;
  border-radius: 10px;
  background-color: #FE0C0C;
  color: #fff;
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.c-modal-back .p-privacy {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
  max-width: initial;
}
.c-modal-back .p-privacy table {
  border-collapse: collapse;
}
.c-modal-back .p-privacy thead, .c-modal-back .p-privacy th, .c-modal-back .p-privacy tr, .c-modal-back .p-privacy td {
  border-width: 1px !important; /* 確実に適用させる */
}
.c-modal-back .p-privacy .contentsBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 10px;
          flex-direction: column;
  margin: 10px;
  border-radius: 15px;
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-family: "M PLUS 1p", sans-serif;
}
.c-modal-back .p-privacy .contentsBox h1 {
  font-size: 15px;
  text-align: center;
}
.c-modal-back .p-privacy .contentsBox h2 {
  margin-top: 10px;
  font-size: 13px;
}
.c-modal-back .p-privacy .contentsBox h3 {
  font-size: 13px;
}
.c-modal-back .p-privacy .contentsBox p {
  font-size: 12px;
  line-height: 20px;
}
.c-modal-back .p-privacy .contentsBox ol {
  padding-left: 20px;
  list-style: decimal;
}
.c-modal-back .p-privacy .contentsBox ul {
  padding-left: 5px;
  list-style: disc;
  list-style-position: inside;
}
.c-modal-back .p-privacy .contentsBox .contentsBox_content {
  font-size: 10px;
}
.c-modal-back .p-privacy .contentsBox .red {
  color: #ff0909;
}
.c-modal-back .p-privacy .contentsBox .start {
  padding: 5px 20px;
  border-radius: 20px;
  background-color: #ff0909;
}
.c-modal-back .p-privacy .contentsBox .contact {
  padding: 5px 20px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
}
.c-modal-back .p-privacy .contentsBox .shop {
  background-color: #686766;
  color: #fff;
}
.c-modal-back .p-privacy .contentsBox .apply {
  background-color: #ef780a;
  color: #fff;
}
.c-modal-back .p-privacy .contentsBox.qr {
  margin: 25px;
  background-color: #686766;
}
.c-modal-back .p-privacy .contentsBox.qr p {
  font-size: 13px;
  line-height: 1.5rem;
  text-align: center;
}
.c-modal-back .p-privacy .contentsBox.qr img {
  width: 116px;
}

.c-modal-back .p-terms {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
  max-width: initial;
  background-color: #fff;
}
.c-modal-back .p-terms .contentsBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 10px;
          flex-direction: column;
  margin: 10px;
  padding: 10px;
  border-radius: 15px;
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-family: "M PLUS 1p", sans-serif;
}
.c-modal-back .p-terms .contentsBox h1 {
  font-size: 15px;
  text-align: center;
}
.c-modal-back .p-terms .contentsBox h2 {
  margin-top: 10px;
  font-size: 13px;
}
.c-modal-back .p-terms .contentsBox h3 {
  font-size: 13px;
}
.c-modal-back .p-terms .contentsBox p {
  font-size: 12px;
  line-height: 20px;
}
.c-modal-back .p-terms .contentsBox ol {
  padding-left: 20px;
  list-style: decimal;
}
.c-modal-back .p-terms .contentsBox .contentsBox_content {
  font-size: 10px;
}
.c-modal-back .p-terms .contentsBox .start {
  padding: 5px 20px;
  border-radius: 20px;
  background-color: #ff0909;
}
.c-modal-back .p-terms .contentsBox .contact {
  padding: 5px 20px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
}
.c-modal-back .p-terms .contentsBox .shop {
  background-color: #686766;
  color: #fff;
}
.c-modal-back .p-terms .contentsBox .apply {
  background-color: #ef780a;
  color: #fff;
}
.c-modal-back .p-terms .contentsBox.qr {
  margin: 25px;
  background-color: #686766;
}
.c-modal-back .p-terms .contentsBox.qr p {
  font-size: 13px;
  line-height: 1.5rem;
  text-align: center;
}
.c-modal-back .p-terms .contentsBox.qr img {
  width: 116px;
}

.form_text {
  color: #0000EE;
  text-decoration: underline;
}

.p-albumCardlist {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  height: 100vh;
  overflow: hidden;
}

.p-albumCardlist__bg {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex: 1 1 auto;
          flex-direction: column;
          justify-content: start;
  padding-top: 56px;
  background: url(../img/common/snack-quest-bg.png) no-repeat center center/cover;
}

.p-albumCardlist__inner {
  width: min(100%, 366px);
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

.p-albumCardlist__title {
  position: relative;
  margin-bottom: 5px;
}

.p-albumCardlist__btnReturn {
  -webkit-clip-path: polygon(0 0, 100% 0, 66% 106%, 0% 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 65/31;
  width: 23%;
  height: 100%;
  padding-left: 11px;
  background-color: transparent;
  color: #fff;
          clip-path: polygon(0 0, 100% 0, 66% 106%, 0% 100%);
}

.p-albumCardlist__lists {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-columns: 92px 92px 92px;
          column-gap: 13px;
          justify-content: center;
  padding-bottom: 15px;
  overflow-y: scroll;
  gap: 10px;
}

.p-albumCardlist__mycardFrameWrap {
  -webkit-transition: all ease 0.3s;
  z-index: 0;
  position: relative;
  aspect-ratio: 71/105;
  width: 100%;
  transition: all ease 0.3s;
}

.p-albumCardlist__discount {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
}

.p-albumCardlist__mycardFrameWrap .p-albumCardlist__discount {
  display: none;
}

.p-albumCardlist__mycardFrameWrap.discount .p-albumCardlist__discount {
  display: block;
}

.p-albumCardlist__mycardPostWrap {
  -webkit-transition: all ease 0.3s;
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px 6px 8px;
  padding: 5px;
  transition: all ease 0.3s;
}

.p-albumCardlist__mycardPostWrap::before {
  display: inline-block;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  background: url(../img/album_card_list/album_card_list_frame.png) no-repeat center center/contain;
  content: "";
}

.p-albumCardlist__mycardPostImg {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.js-linkFocus::after {
  -webkit-transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
  display: block;
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
          transform: translate(-50%, -50%);
  border: 3px solid transparent;
  content: "";
  transition: all 0.3s ease;
}

.p-albumCardlist__mycardPostWrap.js-linkFocus::after {
  aspect-ratio: 68/106;
  width: min(100%, 77px);
}

.js-linkFocus.blueBorder::after {
  border: 3px solid #009fe8;
}

.p-albumCardShopInfo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  height: 100vh;
  overflow: hidden;
}

.p-albumCardShopInfo__bg {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex: 1 1 auto;
          flex-direction: column;
          justify-content: start;
  padding-top: 56px;
  background: url(../img/common/snack-quest-bg.png) no-repeat center center/cover;
}

.p-albumCardShopInfo__inner {
  width: min(100%, 366px);
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

.p-albumCardShopInfo__text {
  padding: 12px;
  background: rgba(217, 217, 217, 0.6392156863);
  font-weight: 700;
  font-family: Mplus;
  text-align: center;
}

.p-albumCardShopInfo__discountInfoTitle,
.p-albumCardShopInfo__shopInfoTitle {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.p-albumCardShopInfo__discountInfoDesc {
  font-size: 12px;
  line-height: 1.66666;
  letter-spacing: 0.02em;
}

.u-margin-bottom10 {
  margin-bottom: 10px;
}

.u-red {
  color: #ff0909;
}

.p-albumCardShopInfo__btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: min(163px, 100%);
  height: auto;
  margin-inline: auto;
  padding: 7px;
  border-radius: 10px;
  background: #ff0909;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-family: "M PLUS 1p", sans-serif;
}

.p-albumCardShopInfo__modal {
  margin-bottom: 40px;
}

.p-albumCardShopInfo__discountInfo {
  margin-bottom: 18px;
}

.p-albumCardShopInfo__shopInfoshop {
  font-size: 16px;
}

.p-albumCardShopInfo__shopInfoDesc {
  font-size: 16px;
}

.p-albumCardShopInfo__shopInfoDesc a {
  display: inline-block;
}

.p-albumCardShopInfo__map {
  aspect-ratio: 183/56;
  width: min(100%, 400px);
  margin-top: 13px;
  margin-inline: auto;
  padding: 0 10px;
}

.p-albumCardShopInfo__map iframe {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.p-albumCardShopInfo__shop {
  position: relative;
  width: min(100%, 118px);
  margin-bottom: 14px;
  margin-inline: auto;
  padding: 10px;
}

.p-albumCardShopInfo__shop::before {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/album_card_shop_info/album_card_popup_frame.png) no-repeat center center/contain;
  content: "";
}

.p-albumCardShopInfo__shopDesc {
  color: #000000;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  font-family: "M PLUS 1p", sans-serif;
  text-align: center;
}

.p-snackShopList {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  height: 100vh;
  overflow: hidden;
}

.p-snackShopList__bg {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex: 1 1 auto;
          flex-direction: column;
          justify-content: start;
  padding-top: 56px;
  background: url(../img/common/snack-quest-bg.png) no-repeat center center/cover;
}

.p-snackShopList__inner {
  width: min(100%, 366px);
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

.p-snackShopList__title {
  position: relative;
  margin-bottom: 5px;
}

.p-snackShopList__btnReturn {
  -webkit-clip-path: polygon(0 0, 100% 0, 66% 106%, 0% 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 65/31;
  width: 23%;
  height: 100%;
  padding-left: 11px;
  background-color: transparent;
  color: #fff;
          clip-path: polygon(0 0, 100% 0, 66% 106%, 0% 100%);
}

.p-snackShopList__content {
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-radius: 20px;
  background-color: #fff;
}

.p-snackShopList__tabs {
  row-gap: 20px;
}

.p-snackShopList__tabsWrap {
  padding: 10px 46px;
}

.p-snackShopList__tab {
  -webkit-transition: all 0.3s;
  padding: 0 6px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  font-family: "M PLUS 1p", sans-serif;
  text-align: center;
  transition: all 0.3s;
}

.p-snackShopList__tab:not(:first-child) {
  border-left: solid 2px #000;
}

.p-snackShopList__tab.active {
  color: #c41212;
}

.p-snackShopList__itemsWrap {
  height: 43vh;
}

.p-snackShopList__item:not(:last-child) {
  margin-bottom: 5px;
}

.p-snackShopList__itemLink {
  width: 100%;
  padding: 6px;
  border: solid 1px #000;
  border-radius: 5px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  font-family: "M PLUS 1p", sans-serif;
  text-align: center;
}

.p-snackShopDetail {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  height: 100vh;
  overflow: hidden;
}

.p-snackShopDetail__bg {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex: 1 1 auto;
          flex-direction: column;
          justify-content: start;
  padding-top: 56px;
  background: url(../img/common/snack-quest-bg.png) no-repeat center center/cover;
}

.p-snackShopDetail__inner {
  width: min(100%, 366px);
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

.p-snackShopDetail__title {
  position: relative;
  margin-bottom: 30px;
}

.p-snackShopDetail__text {
  padding: 26px 12px;
  background: rgba(217, 217, 217, 0.6392156863);
  font-weight: 700;
  font-family: "M PLUS 1p", sans-serif;
  text-align: center;
}


.p-snackShopDetail__shopInfoTitle {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.p-snackShopDetail__map {
  aspect-ratio: 183/87;
  width: min(100%, 400px);
  margin-top: 13px;
  margin-inline: auto;
  padding: 0 10px;
}

.p-snackShopDetail__map iframe {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.c-modal .p-qrAttention {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  padding: 20px;
  font-weight: 600;
  font-family: "M PLUS 1p", sans-serif;
}
.c-modal .p-qrAttention h2 {
  margin-bottom: 16px;
  font-size: 16px;
}
.c-modal .p-qrAttention p {
  font-size: 12px;
}
.c-modal .p-qrAttention .btnArea {
  margin: 30px;
}
.c-modal .p-qrAttention .btnArea .btnOK {
  padding: 5px 30px;
  border-radius: 10px;
  background-color: #ff0909;
  color: #fff;
}

.p-qrReader {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  height: 100vh;
  overflow: hidden;
}

.p-qrReader__bg {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1 1 auto;
          flex-direction: column;
          justify-content: start;
  padding-top: 56px;
  background: url(../img/common/snack-room-bg.png) no-repeat center center/cover;
}

.p-qrReader__inner {
  position: fixed;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  color: #000;
}
.p-qrReader__inner .guide__upper {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-pack: distribute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
          align-items: center;
      justify-content: space-around;
  width: 100%;
  height: 60px;
  padding: 5px 20px;
  gap: 10px;
  background-color: #af1efb;
  font-weight: 600;
  font-size: 13px;
}
.p-qrReader__inner .guide__upper img {
  width: 70px;
  margin-right: 50px;
}
.p-qrReader__inner .guide__lower {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 68px;
          align-items: center;
  height: 80px;
  padding: 15px;
  gap: 15px;
  background-color: #10a716;
  font-weight: 600;
  font-size: 16px;
}
.p-qrReader__inner .guide__lower img {
  width: 30px;
}
.p-qrReader__inner .video_area {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  height: calc(100vh - 264px);
  margin-top: 60px;
  background-color: #ccc;
}

.p-event {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
  font-weight: 400;
  font-family: "Zen Maru Gothic", serif;
}
.p-event .p-event__bg {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
  position: absolute;
          flex: 1 1 auto;
  width: 100%;
  height: 100vh;
  padding-top: 53px;
  overflow-y: scroll;
  background-color: #000;
}

.c-event__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
          align-items: center;
  min-height: 400px;
  font-family: "M PLUS 1p", sans-serif;
}
.c-event__container .p-mamaCardDetail__main {
  width: 70%;
}
.c-event__container .p-mamaCardDetail__img {
  -webkit-box-shadow: initial;
          box-shadow: initial;
}
.c-event__container .p-albumCardDetail__main {
  width: 70%;
  height: 319px;
}
.c-event__container .p-albumCardDetail__imgWrap {
  padding: 5px 15px;
}
.c-event__container .p-albumCardDetail__text {
  bottom: 35px;
  font-size: 12px;
}
.c-event__container .p-albumCardDetail__imgWrap img {
  -webkit-box-shadow: initial;
          box-shadow: initial;
}
.c-event__container .eventTextArea {
  z-index: 200;
  position: absolute;
  bottom: 150px;
  width: 100%;
}
.c-event__container .eventTextArea.small {
  width: 80% !important;
}
.c-event__container .closeBtn {
  position: absolute;
  bottom: 0;
}

.c-modal.c-modal__levelup {
  width: 100% !important;
}

.c-levelUp__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
  height: 100dvh;
  padding: 30px;
  overflow-y: hidden;
  background: url(../img/common/levelup-bg.png) no-repeat center center/cover;
  font-family: "M PLUS 1p", sans-serif;
}
.c-levelUp__container .p-mamaCardDetail__main {
  width: 63%;
  margin-top: -40px;
}
.c-levelUp__container .p-mamaCardDetail__img {
  -webkit-box-shadow: initial;
  padding: 10px 13px;
          box-shadow: initial;
}
.c-levelUp__container .c-modal__btnWrap.margin {
  margin-top: 2px;
}

.c-levelUp__text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 40px;
  font-family: "M PLUS 1p", sans-serif;
  text-shadow: 1px 1px 2px #000;
}

.p-lp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
  max-width: initial;
  background-color: #000;
}
.p-lp .contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: start;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background-image: url(../img/lp/bg.png);
  background-position: center;
  background-size: cover;
}
.p-lp .contents .logo {
  width: 250px;
  margin: 5px 20px;
}
.p-lp .contents .mv {
  width: 100%;
}
.p-lp .contents .contentsBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 6px;
          flex-direction: column;
          align-items: center;
  margin: 5px;
  padding: 5px 20px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-family: "M PLUS 1p", sans-serif;
}
.p-lp .contents .contentsBox .newsArea {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  margin: 5px 0;
  padding: 10px;
  border-radius: 10px;
  background-color: #222a35;
}
.p-lp .contents .contentsBox .notice {
  margin: 5px;
}
.p-lp .contents .contentsBox .notice .news {
  height: 60px;
  padding-right: 10px;
  overflow-y: scroll;
}
.p-lp .contents .contentsBox .notice .news li {
  padding-bottom: 5px;
  border-bottom: dotted 2px #cecccd;
  font-size: 12px;
  list-style: none;
}
.p-lp .contents .contentsBox .notice .news .date {
  margin-right: 10px;
}
.p-lp .contents .contentsBox .notice p {
  color: #ff0909;
}
.p-lp .contents .contentsBox h1 {
  font-size: 15px;
}
.p-lp .contents .contentsBox h2 {
  font-size: 13px;
}
.p-lp .contents .contentsBox h3 {
  font-size: 13px;
}
.p-lp .contents .contentsBox p {
  font-size: 10px;
  text-align: center;
}
.p-lp .contents .contentsBox .start {
  padding: 5px 50px;
  border-radius: 20px;
  background-color: #ff0909;
}
.p-lp .contents .contentsBox .contact {
  padding: 5px 20px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
}
.p-lp .contents .contentsBox .forShop {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
  margin-top: 10px;
  gap: 5px;
}
.p-lp .contents .contentsBox .shop {
  background-color: #686766;
  color: #fff;
}
.p-lp .contents .contentsBox .apply {
  background-color: #ef780a;
  color: #fff;
}
.p-lp .contents .contentsBox.qr {
  margin: 25px;
  background-color: #686766;
}
.p-lp .contents .contentsBox.qr p {
  font-size: 13px;
  line-height: 1.5rem;
  text-align: center;
}
.p-lp .contents .contentsBox.qr img {
  width: 116px;
}

.p-terms {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
  max-width: initial;
  background-color: #000;
}
.p-terms .contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: start;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #2e2930;
}
.p-terms .contents .logo {
  width: 330px;
  margin: 20px;
}
.p-terms .contents .contentsBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 10px;
          flex-direction: column;
  margin: 10px;
  padding: 10px 10px 90px 10px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-family: "M PLUS 1p", sans-serif;
}
.p-terms .contents .contentsBox h1 {
  font-size: 15px;
  text-align: center;
}
.p-terms .contents .contentsBox h2 {
  margin-top: 10px;
  font-size: 13px;
}
.p-terms .contents .contentsBox h3 {
  font-size: 13px;
}
.p-terms .contents .contentsBox p {
  font-size: 10px;
}
.p-terms .contents .contentsBox ol {
  padding-left: 20px;
  list-style: decimal;
}
.p-terms .contents .contentsBox .contentsBox_content {
  font-size: 10px;
}
.p-terms .contents .contentsBox .start {
  padding: 5px 20px;
  border-radius: 20px;
  background-color: #ff0909;
}
.p-terms .contents .contentsBox .contact {
  padding: 5px 20px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
}
.p-terms .contents .contentsBox .shop {
  background-color: #686766;
  color: #fff;
}
.p-terms .contents .contentsBox .apply {
  background-color: #ef780a;
  color: #fff;
}
.p-terms .contents .contentsBox.qr {
  margin: 25px;
  background-color: #686766;
}
.p-terms .contents .contentsBox.qr p {
  font-size: 13px;
  line-height: 1.5rem;
  text-align: center;
}
.p-terms .contents .contentsBox.qr img {
  width: 116px;
}

.p-privacy {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
  max-width: initial;
}
.p-privacy table {
  border-collapse: collapse;
}
.p-privacy thead,
.p-privacy th,
.p-privacy tr,
.p-privacy td {
  border-width: 1px !important; /* 確実に適用させる */
}
.p-privacy a {
  color: #80bfe3;
}
.p-privacy .contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: start;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #2e2930;
}
.p-privacy .contents .logo {
  width: 330px;
  margin: 20px;
}
.p-privacy .contents .contentsBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 10px;
          flex-direction: column;
  margin: 10px;
  padding: 10px 10px 90px 10px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-family: "M PLUS 1p", sans-serif;
}
.p-privacy .contents .contentsBox h1 {
  font-size: 15px;
  text-align: center;
}
.p-privacy .contents .contentsBox h2 {
  margin-top: 10px;
  font-size: 13px;
}
.p-privacy .contents .contentsBox h3 {
  font-size: 13px;
}
.p-privacy .contents .contentsBox p {
  font-size: 10px;
}
.p-privacy .contents .contentsBox ol {
  padding-left: 20px;
  list-style: decimal;
}
.p-privacy .contents .contentsBox ul {
  padding-left: 5px;
  list-style: disc;
  list-style-position: inside;
}
.p-privacy .contents .contentsBox .contentsBox_content {
  font-size: 10px;
}
.p-privacy .contents .contentsBox .red {
  color: #ff0909;
}
.p-privacy .contents .contentsBox .start {
  padding: 5px 20px;
  border-radius: 20px;
  background-color: #ff0909;
}
.p-privacy .contents .contentsBox .contact {
  padding: 5px 20px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
}
.p-privacy .contents .contentsBox .shop {
  background-color: #686766;
  color: #fff;
}
.p-privacy .contents .contentsBox .apply {
  background-color: #ef780a;
  color: #fff;
}
.p-privacy .contents .contentsBox.qr {
  margin: 25px;
  background-color: #686766;
}
.p-privacy .contents .contentsBox.qr p {
  font-size: 13px;
  line-height: 1.5rem;
  text-align: center;
}
.p-privacy .contents .contentsBox.qr img {
  width: 116px;
}

.form_text {
  color: #0000ee;
  text-decoration: underline;
}

.p-cookie_policy {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
  max-width: initial;
  background-color: #000;
}
.p-cookie_policy .contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: start;
  width: 100%;
  min-height: 100dvh;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #2e2930;
}
.p-cookie_policy .contents .logo {
  width: 330px;
  margin: 20px;
}
.p-cookie_policy .contents .contentsBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 10px;
          flex-direction: column;
  margin: 10px;
  padding: 10px 10px 30px 10px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-family: "M PLUS 1p", sans-serif;
}
.p-cookie_policy .contents .contentsBox h1 {
  font-size: 15px;
  text-align: center;
}
.p-cookie_policy .contents .contentsBox h2 {
  margin-top: 10px;
  font-size: 13px;
}
.p-cookie_policy .contents .contentsBox h3 {
  font-size: 13px;
}
.p-cookie_policy .contents .contentsBox p {
  font-size: 10px;
}
.p-cookie_policy .contents .contentsBox ul {
  padding-left: 20px;
  list-style: disc;
}
.p-cookie_policy .contents .contentsBox .contentsBox_content {
  font-size: 10px;
}

/*-------------------
 * utility
-------------------*/

@media screen and (orientation: landscape) and (max-height: 414px) {
  body {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-login .contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-login .contents .logo {
    width: 480px;
  }
  .p-login .c-modal-back .p-cookie .contentsBox h1 {
    font-size: 24px;
  }
  .p-login .c-modal-back .p-cookie .contentsBox h2 {
    font-size: 20px;
  }
  .p-login .c-modal-back .p-cookie .contentsBox h3 {
    font-size: 20px;
  }
  .p-login .c-modal-back .p-cookie .contentsBox p {
    font-size: 18px;
  }
  .p-login .c-modal-back .p-cookie .contentsBox .contentsBox_content {
    font-size: 18px;
  }
  .p-login .c-modal-back .p-cookie .contentsBox .start {
    font-size: 20px;
  }
  .p-login .c-modal-back .p-cookie .contentsBox .contact {
    font-size: 20px;
  }
  .p-login .c-modal-back .p-cookie .contentsBox.qr p {
    font-size: 20px;
  }
  .p-login .c-modal-back .p-cookie .contentsBox.qr img {
    width: 280px;
  }
  .c-modal-back .p-privacy .contentsBox h1 {
    font-size: 24px;
  }
  .c-modal-back .p-privacy .contentsBox h2 {
    font-size: 20px;
  }
  .c-modal-back .p-privacy .contentsBox h3 {
    font-size: 20px;
  }
  .c-modal-back .p-privacy .contentsBox p {
    font-size: 18px;
  }
  .c-modal-back .p-privacy .contentsBox .contentsBox_content {
    font-size: 18px;
  }
  .c-modal-back .p-privacy .contentsBox .start {
    font-size: 20px;
  }
  .c-modal-back .p-privacy .contentsBox .contact {
    font-size: 20px;
  }
  .c-modal-back .p-privacy .contentsBox.qr p {
    font-size: 20px;
  }
  .c-modal-back .p-privacy .contentsBox.qr img {
    width: 280px;
  }
  .c-modal-back .p-terms .contentsBox h1 {
    font-size: 24px;
  }
  .c-modal-back .p-terms .contentsBox h2 {
    font-size: 20px;
  }
  .c-modal-back .p-terms .contentsBox h3 {
    font-size: 20px;
  }
  .c-modal-back .p-terms .contentsBox p {
    font-size: 18px;
  }
  .c-modal-back .p-terms .contentsBox .contentsBox_content {
    font-size: 18px;
  }
  .c-modal-back .p-terms .contentsBox .start {
    font-size: 20px;
  }
  .c-modal-back .p-terms .contentsBox .contact {
    font-size: 20px;
  }
  .c-modal-back .p-terms .contentsBox.qr p {
    font-size: 20px;
  }
  .c-modal-back .p-terms .contentsBox.qr img {
    width: 280px;
  }
  .p-lp .contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-lp .contents .logo {
    width: 480px;
    margin: 10px;
  }
  .p-lp .contents .mv {
    max-width: 780px;
    height: auto;
  }
  .p-lp .contents .contentsBox .notice .news li {
    font-size: 20px;
  }
  .p-lp .contents .contentsBox .notice {
    padding: 20px;
  }
  .p-lp .contents .contentsBox .notice p {
    padding: 20px;
  }
  .p-lp .contents .contentsBox {
    row-gap: 10px;
    margin: 10px;
    margin-bottom: 70px;
    padding: 20px;
  }
  .p-lp .contents .contentsBox h1 {
    font-size: 24px;
  }
  .p-lp .contents .contentsBox h2 {
    font-size: 20px;
  }
  .p-lp .contents .contentsBox h3 {
    font-size: 20px;
  }
  .p-lp .contents .contentsBox p {
    font-size: 18px;
  }
  .p-lp .contents .contentsBox .start {
    font-size: 20px;
  }
  .p-lp .contents .contentsBox .contact {
    font-size: 20px;
  }
  .p-lp .contents .contentsBox.qr p {
    font-size: 20px;
  }
  .p-lp .contents .contentsBox.qr img {
    width: 280px;
  }
  .p-terms .contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-terms .contents .logo {
    width: 480px;
  }
  .p-terms .contents .contentsBox h1 {
    font-size: 24px;
  }
  .p-terms .contents .contentsBox h2 {
    font-size: 20px;
  }
  .p-terms .contents .contentsBox h3 {
    font-size: 20px;
  }
  .p-terms .contents .contentsBox p {
    font-size: 18px;
  }
  .p-terms .contents .contentsBox .contentsBox_content {
    font-size: 18px;
  }
  .p-terms .contents .contentsBox .start {
    font-size: 20px;
  }
  .p-terms .contents .contentsBox .contact {
    font-size: 20px;
  }
  .p-terms .contents .contentsBox.qr p {
    font-size: 20px;
  }
  .p-terms .contents .contentsBox.qr img {
    width: 280px;
  }
  .p-privacy .contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-privacy .contents .logo {
    width: 480px;
  }
  .p-privacy .contents .contentsBox h1 {
    font-size: 24px;
  }
  .p-privacy .contents .contentsBox h2 {
    font-size: 20px;
  }
  .p-privacy .contents .contentsBox h3 {
    font-size: 20px;
  }
  .p-privacy .contents .contentsBox p {
    font-size: 18px;
  }
  .p-privacy .contents .contentsBox .contentsBox_content {
    font-size: 18px;
  }
  .p-privacy .contents .contentsBox .start {
    font-size: 20px;
  }
  .p-privacy .contents .contentsBox .contact {
    font-size: 20px;
  }
  .p-privacy .contents .contentsBox.qr p {
    font-size: 20px;
  }
  .p-privacy .contents .contentsBox.qr img {
    width: 280px;
  }
  .p-cookie_policy .contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-cookie_policy .contents .logo {
    width: 480px;
  }
  .p-cookie_policy .contents .contentsBox h1 {
    font-size: 24px;
  }
  .p-cookie_policy .contents .contentsBox h2 {
    font-size: 20px;
  }
  .p-cookie_policy .contents .contentsBox h3 {
    font-size: 20px;
  }
  .p-cookie_policy .contents .contentsBox p {
    font-size: 18px;
  }
  .p-cookie_policy .contents .contentsBox .contentsBox_content {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */
