@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  /* vscode警告回避のため追加 */
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
       appearance: button;
  /* vscode警告回避のため追加 */
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  appearance: none;
  /* vscode警告回避のため追加 */
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.5s 0s ease;
}
a:hover {
  opacity: 0.7;
}

button {
  transition: opacity 0.5s 0s ease;
}
button:hover {
  opacity: 0.7;
}

select {
  color: #333;
  -moz-text-align-last: center;
       text-align-last: center; /* Safariに対する追加のスタイル */
}

p {
  letter-spacing: 0.05em;
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

li {
  list-style: none;
}

[id] {
  scroll-margin-top: 88px;
}
@media screen and (max-width: 767px) {
  [id] {
    scroll-margin-top: 50px;
  }
}

.c-free {
  margin-top: 14px;
}
.c-free__arrow {
  height: 30px;
  width: 30px;
  margin: 0 auto;
}
.c-free__btn {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.c-footer {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 720px) {
  .c-footer {
    left: 0;
    transform: none;
  }
}
.c-footer__content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 100px;
  padding-bottom: 20px;
}
.c-footer__content-home {
  background: rgb(19, 38, 92);
  background: linear-gradient(180deg, rgb(19, 38, 92) 0%, rgba(252, 252, 252, 0) 84%);
  pointer-events: auto;
}
.c-footer__content-menu {
  background: rgb(19, 38, 92);
  background: linear-gradient(180deg, rgb(19, 38, 92) 0%, rgba(252, 252, 252, 0) 84%);
  pointer-events: auto;
}
.c-footer__gnav {
  display: none; /* デフォルトでは非表示 */
  background-color: #55419A;
  transform: translateY(150%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  overflow: scroll;
}
.c-footer__gnav.is-active {
  display: block; /* ドロワーメニューがアクティブのときだけ表示 */
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}
.c-footer__gnav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.c-footer__gnav-item {
  font-size: 1rem;
  padding: 10px;
  text-align: center;
  border: 1px solid #000;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
}
.c-footer__gnav-item a {
  text-decoration: underline;
}

.c-entry {
  background-color: #38324d;
}
.c-entry__header {
  padding: 47px 35px 0;
}
.c-entry__body {
  background: url(../img/entry/registration_bg.png) no-repeat center center/cover;
  min-height: 100vh; /* 画面の高さいっぱいに背景画像を表示する */
  max-width: 640px;
  margin: 0 auto;
}
.c-entry__card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  padding: 0 10px;
}
.c-entry__free {
  margin-top: 50px;
}
.c-entry__question-title {
  display: block;
  height: 1.6rem;
  margin-top: 30px;
  text-align: center;
}
.c-entry__question-title img {
  height: 100%;
}
.c-entry__question-title04 {
  height: 1.4rem;
}

/* ここから時間差フェードインアニメーション */
/* 0.5秒間かけてフェードイン */
.fadeIn500ms {
  animation-name: fadeIn;
  animation-delay: 500ms;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0;
}

/* 0.7秒間かけてフェードイン */
.fadeIn700ms {
  animation-name: fadeIn;
  animation-delay: 700ms;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0;
}

/* 1.2秒間かけてフェードイン */
.fadeIn1200ms {
  animation-name: fadeIn;
  animation-delay: 1200ms;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0;
}

/* 1.5秒間かけてフェードイン */
.fadeIn1500ms {
  animation-name: fadeIn;
  animation-delay: 1500ms;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0;
}

@keyframes fadeIn {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.c-btn {
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
}
.c-btn__btn {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.c-btn__link {
  width: 50%;
}
.c-btn__link-06 {
  width: 70%;
}
.c-btn__back {
  width: 30%;
}

input[type=text] {
  font-size: 1.125rem; /* フォントサイズ */
  padding: 0.5em; /* テキスト周りの余白 */
  background-clip: padding-box;
  width: 100%;
  height: 100%;
}

.c-head {
  background-color: #dddddd;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  text-align: center;
  font-size: 0.9375rem;
}

.c-list__link {
  height: 100%;
  display: block;
}
.c-list__container {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
}
.c-list__item {
  position: relative;
  margin-top: 20px;
}
.c-list__item:first-child {
  margin-top: 10px;
}
.c-list__item::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
}
.c-list__item-picture {
  aspect-ratio: 1/1;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-list__item-text {
  width: 70%;
}
.c-list__text-title {
  font-weight: bold;
}
.c-list__text-text {
  margin-top: 5px;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .c-list__text-text {
    font-size: 0.875rem;
  }
}
.c-list__item-arrow {
  width: 15px;
  height: 15px;
}

.c-explanation {
  margin-top: 30px;
}
.c-explanation__text {
  font-weight: bold;
}

.c-point {
  margin-top: 20px;
  border: 1px solid #38324d;
}
.c-point__title {
  background-color: #38324d;
  color: #fff;
  padding: 5px 30px;
  position: relative;
}
.c-point__title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #a283c9;
  border-bottom: 0;
  top: 11px;
  left: 5px;
}
.c-point__select {
  padding: 5px 10px;
  height: 50px;
  font-size: 0.9375rem;
}

.c-link {
  margin-top: 30px;
  display: block;
}

.c-caution {
  font-size: 0.875rem;
  margin-top: 10px;
  color: red;
}

.c-error {
  background-color: rgba(255, 0, 0, 0.4);
  border-radius: 10px;
}

.c-error-message {
  color: red;
}

.c-card__link {
  display: block;
  height: 100%;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-card__link {
    width: 100%;
  }
}
.c-card__link + .c-card__link {
  margin-top: 5px;
}

.c-card {
  max-width: 640px;
  margin: auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background-color: #fff;
  box-shadow: 11px 19px 40px -7px #ccc7c7;
  border: 1px solid #333;
  padding: 10px;
  gap: 10px;
  border-radius: 10px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.c-card__img {
  border: 1px solid #333;
  overflow: hidden;
  z-index: 1;
  position: relative;
  width: 100px;
  height: 100px;
}
.c-card__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  transition: transform 0.8s;
}

@media screen and (min-width: 769px) {
  .c-card:hover > a > figure > img {
    transform: scale(1.2);
    transition: transform 0.8s;
  }
}
.c-card__body {
  width: 70%;
}

.c-card__namber {
  font-size: 0.75rem;
}

.c-card__title {
  margin-top: 5px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-card__title {
    font-size: 1.25rem;
  }
}

.c-card__txt {
  margin-top: 5px;
  font-size: 1.125rem;
  font-weight: normal;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .c-card__txt {
    font-size: 1rem;
  }
}

.l-top-header {
  background-color: #0f0a1f;
}
.l-top-header img {
  width: 100%;
}

.l-myHeader {
  position: relative;
  top: 0;
  left: 50%;
  max-width: 640px;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-myHeader {
    width: 100%;
  }
}

.l-myprofile__header {
  background-color: #38324d;
  padding: 5px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  z-index: 12;
}
.l-myprofile__header-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.l-myprofile__header-title {
  font-size: 1.125rem;
}
@media screen and (max-width: 369px) {
  .l-myprofile__header-title {
    font-size: 0.9375rem;
  }
}
.l-myprofile__header-btn {
  border: 1px solid #fff;
}
.l-myprofile__header-btn-link {
  padding: 7px 10px;
  width: 100%;
  display: inline-block;
}

.l-wrapper {
  max-width: 720px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    padding: 0 20px;
  }
}

.l-wrap {
  max-width: 720px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-wrap {
    padding: 0 10px;
  }
}

.l-main {
  overflow: hidden;
  background-color: #0f0a1f;
}

.l-section {
  padding-top: 128px;
  padding-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.js-fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.js-fadein--delay1 {
  transition-delay: 0.6s;
}
.js-fadein--delay2 {
  transition-delay: 1.2s;
}
.js-fadein.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.l-footer {
  width: 100%;
  height: 95px;
  background-color: #131313;
}

.l-buttonMenu {
  width: 100%;
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  background-color: #333;
  box-shadow: 0px -2px 6px 0px rgba(102, 102, 102, 0.25);
}
.l-buttonMenu__inner {
  height: 84px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .l-buttonMenu__inner {
    height: 70px;
  }
}
.l-buttonMenu::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #333;
}
.l-buttonMenu__link {
  display: grid;
  justify-items: center;
  align-items: center;
  grid-template-rows: 1fr auto;
  align-items: end;
  padding-bottom: 10px;
}
.top-about {
  padding-top: 17px;
  background: url(../img/top/about_bg.png) no-repeat center center/cover;
}
.top-about__firstFree {
  margin-top: 24px;
}
.top-about__text01 {
  margin-top: 5px;
}
.top-about__text02 {
  margin: 46px auto 0;
  width: 80%;
}

.top-about02 {
  margin-top: 30px;
}
.top-about02__body {
  text-align: center;
}

.top-reviews {
  background: url(../img/top/reviews_bg.png) no-repeat center center/cover;
  padding-bottom: 48px;
}
.top-reviews__body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
}
.top-reviews__text02 {
  margin-top: 32px;
  width: 70%;
}
.top-reviews__review {
  background: url(../img/top/user_bg.png) no-repeat center center/cover;
  padding: 32px 6% 40px;
  border-radius: 50px;
  margin-top: 48px;
}
.top-reviews__review-user01 {
  margin-top: 15px;
}
.top-reviews__review-user02 {
  margin-top: 10px;
}
.top-reviews__review-user03 {
  margin-top: 14px;
}

.top-satisfaction {
  background: url(../img/top/satisfaction_bg.png) no-repeat center center/cover;
}
.top-satisfaction__body {
  position: relative;
}
.top-satisfaction__body::before, .top-satisfaction__body::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
}
.top-satisfaction__body::before {
  background: url(../img/top/satisfaction_frame01.png) no-repeat center center/contain;
  top: 0;
  left: 0;
}
.top-satisfaction__body::after {
  background: url(../img/top/satisfaction_frame02.png) no-repeat center center/contain;
  bottom: 0;
  left: 0;
}
.top-satisfaction__title {
  padding-top: 15%;
}
.top-satisfaction__body-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.top-satisfaction__body-content-star01 {
  width: 90%;
  padding-bottom: 10px;
}
.top-satisfaction__body-content-star02 {
  margin-top: 10px;
  width: 80%;
}
.top-satisfaction__body-content-star03 {
  margin-top: 10px;
}
.top-satisfaction__text {
  margin-top: 30px;
  padding-bottom: 15%;
}

.top-entry {
  padding-top: 48px;
  padding-bottom: 100px;
  background: url(../img/top/entry_bg.png) no-repeat center center/cover;
}
.top-entry__body {
  margin-top: 40px;
}
.top-entry__body-text01 {
  margin-top: 52px;
}
.top-entry__body-text02 {
  margin-top: 30px;
}

.prom-about {
  background: url(../img/promotion/promotion_bg.png) no-repeat top center/cover;
}
.prom-about__body {
  margin-top: 40px;
}
.prom-about__tarot {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.prom-about__free {
  margin-top: 30px;
}
.prom-about__free-text {
  width: 80%;
  margin: 0 auto 30px;
}

.prom-how {
  margin-top: 30px;
}
.prom-how__body {
  margin-top: 18px;
}
.prom-how__body-img {
  padding: 0 30px;
}
.prom-how__body-text {
  margin-top: 27px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .prom-how__body-text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.prom-how__body-text img:not(:first-of-type) {
  margin-top: 39px;
}

.prom-use {
  background: url(../img/promotion/prom-use-bg.png) no-repeat center center/cover;
  padding-top: 48px;
  padding-bottom: 100px;
}
.prom-use__list {
  margin-top: 32px;
}
.prom-use__step:not(:first-of-type) {
  margin-top: 24px;
}
.prom-use__text {
  margin-top: 50px;
  margin-bottom: 10px;
}

.entry-question {
  margin-top: 50px;
}
.entry-question__title {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.entry-question__gender {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  padding-bottom: 100px;
  width: 80%;
}
.entry-question__birthday {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  padding-bottom: 50px;
}
.entry-question__birthday span {
  padding-right: 6px;
}
.entry-question__birthday-year {
  width: 110px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  background-clip: padding-box;
  margin: 1em 0; /* 前後の余白 */
  text-align: center;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
  height: 30px;
  border-radius: 10px;
}
.entry-question__birthday-month {
  width: 60px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  background-clip: padding-box;
  margin: 1em 0; /* 前後の余白 */
  text-align: center;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
  height: 30px;
  border-radius: 10px;
}
.entry-question__birthday-day {
  width: 60px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  background-clip: padding-box;
  margin: 1em 0; /* 前後の余白 */
  text-align: center;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
  height: 30px;
  border-radius: 10px;
}
.entry-question__marriage {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0;
  padding-bottom: 50px;
  width: 80%;
}
.entry-question__marriage-content {
  width: 40%;
}
.entry-question__marriage-link {
  display: inline-block;
  height: 100%;
}
.entry-question__region {
  margin-top: 40px;
  text-align: center;
  padding-bottom: 50px;
}
.entry-question__region-select {
  font-family: "Noto Serif JP", serif;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 23%, rgba(255, 255, 255, 0) 100%);
  background-clip: padding-box;
  border-radius: 30px;
  padding: 5px 10px;
  height: 60px;
  text-align: center;
  width: 50%;
}
.entry-question__nickname {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  margin-top: 40px;
}

#nickname {
  width: 80%;
  text-align: left;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  color: #fff;
  text-align: center;
}

.mytop {
  margin-top: 2rem;
}
.mytop__body {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  gap: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mytop__body {
    gap: 10px;
  }
}
.mytop__body-picture {
  min-width: 120px;
  max-width: 320px;
  width: 30%;
  aspect-ratio: 1/1;
  border: 1px solid #DBE2F5;
}
.mytop__body-profile {
  width: 60%;
}
.mytop__body-name {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  background-color: #38324d;
  border-radius: 3px;
  border: 1px solid #38324d;
}
@media screen and (max-width: 767px) {
  .mytop__body-name {
    margin-bottom: 10px;
  }
}
.mytop__body-profile-dis {
  padding: 0.7em 10px;
}
.mytop__body-userName {
  width: 100%;
  padding-left: 5px;
}
.mytop__body-id {
  display: flex;
  align-items: center;
  border: 1px solid #38324d;
  border-radius: 3px;
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .mytop__body-id {
    margin-bottom: 10px;
  }
}
.mytop__body-id-dis {
  padding: 0.7em 10px;
  background-color: #38324d;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media screen and (max-width: 767px) {
  .mytop__body-id-dis {
    font-size: 0.75rem;
  }
}
.mytop__body-id-userId {
  width: 100%;
  padding-left: 5px;
}
.mytop__body-point {
  display: flex;
  align-items: center;
  border: 1px solid #38324d;
  border-radius: 3px;
}
.mytop__body-point-dis {
  padding: 0.7em 10px;
  background-color: #38324d;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .mytop__body-point-dis {
    font-size: 0.75rem;
  }
}
.mytop__body-id-userPoint {
  padding-left: 3px;
  width: 100%;
}
.mytop__btn {
  margin: 20px auto;
  width: 97%;
}
.mytop__btn-dialog {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
@media screen and (max-width: 767px) {
  .mytop__btn-dialog {
    width: 100%;
  }
}
.mytop__btn-dialog-close {
  font-size: 0.875rem;
  padding: 5px;
  border: 2px solid #333;
  background-color: #a1a1a1;
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.mytop__use {
  margin-top: 26px;
}
.mytop__use-header {
  display: block;
  height: 100%;
}
.mytop__use-use {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.mytop__consultation {
  margin-top: 26px;
}
.mytop__consultation-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  background-color: #38324d;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mytop__consultation-title {
    justify-content: left;
  }
}
.mytop__consultation-title-h2 {
  padding-left: 10px;
  font-size: 1.125rem;
}
.mytop__consultation-pickUp {
  border: 1px solid #38324d;
  margin-top: 16px;
}
.mytop__consultation-pickUp-title {
  background-color: #38324d;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 5px 0;
}
.mytop__consultation-pickUp-picture {
  height: 185px;
  width: 185px;
  margin: 10px auto 5px;
  aspect-ratio: 1/1;
  border: 1px solid #DBE2F5;
}
.mytop__consultation-pickUp-teacher {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mytop__consultation-pickUp-teacher {
    font-size: 0.875rem;
  }
}
.mytop__consultation-pickUp-btn {
  width: 98%;
  margin: 10px auto;
}
.mytop__consultation-pickUp-btn-link {
  height: auto;
  display: inline-block;
  cursor: pointer;
}
.mytop__select {
  margin-top: 40px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .mytop__select {
    margin-bottom: 130px;
  }
}
.mytop__select-title {
  font-size: 1.125rem;
  text-align: center;
  background-color: #6b95bc;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  padding: 5px 0;
}
.mytop__select-title-sub {
  font-size: 0.875rem;
  display: block;
  margin-top: -3px;
}

#userName {
  color: #fff;
}

#userId,
#userPoint {
  border: 1px solid #38324d;
}

.myprofile-setting {
  margin-top: 55px;
  margin-bottom: 100px;
}
.myprofile-setting__body-item:not(:first-child) {
  margin-top: 20px;
}
.myprofile-setting__body-item:last-child {
  padding-bottom: 50px;
}
.myprofile-setting__body-title {
  font-size: 1.125rem;
  padding: 10px;
  font-weight: bold;
  position: relative;
}
.myprofile-setting__body-title::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 30px;
  background-color: #38324d;
}
.myprofile-setting__body-content {
  background-color: #dddddd;
  width: 100%;
  height: 50px;
  border-radius: 3px;
  margin-top: 10px;
}
.myprofile-setting__body-content-picture {
  background-color: #ffe8ef;
  width: 100%;
  height: 70px;
  border-radius: 3px;
}
.myprofile-setting__body-content-img {
  border: 1px solid #dddddd;
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.myprofile-setting__body-content-img::before {
  content: "";
  position: absolute;
  background: url(../img/my-profile/icon_camera.png) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  top: 8px;
  left: -36px;
}
.myprofile-setting__body-content-btn {
  width: 100%;
  height: 100%;
}
.myprofile-setting__body-setting-btn {
  text-align: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .myprofile-setting__body-setting-btn {
    padding-bottom: 50px;
  }
}
.myprofile-setting__body-setting-btn-link {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.myBox01 {
  margin-top: 55px;
  padding-bottom: 150px;
}

.mybox02 {
  margin-top: 50px;
  padding-bottom: 150px;
}
.mybox02__chat {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 100px;
}
.mybox02__chat-client-picture {
  width: 50px;
  height: 50px;
  border: 1px solid #333;
  margin-left: auto;
  border-radius: 3px;
}
.mybox02__chat-client-time {
  width: 50%;
  margin: 5px 0 0 auto;
  display: flex;
  justify-content: flex-end;
}
.mybox02__chat-client-message {
  padding: 5px;
  border: 1px solid #38324d;
  background-color: #fff;
  margin-top: 40px;
  position: relative;
  margin-top: 2.5em; /* 追記 */
}
.mybox02__chat-client-message:first-child {
  margin-top: 1.5em; /* 追記 */
}
.mybox02__chat-client-message::before, .mybox02__chat-client-message::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.mybox02__chat-client-message::before {
  top: -35px;
  border-style: solid;
  border-color: transparent transparent #38324d transparent;
  border-width: 2px 0 33px 41px;
  right: 31.1px;
}
.mybox02__chat-client-message::after {
  top: -30px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 0 37px 45px;
  z-index: 10;
  right: 33px;
}
.mybox02__chat-fortune {
  margin-top: 50px;
}
.mybox02__chat-fortune-picture {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #333;
  margin-right: auto;
  border-radius: 3px;
}
.mybox02__chat-fortune-time {
  width: 50%;
  margin: 5px auto 0 0;
  display: flex;
  justify-content: flex-start;
}
.mybox02__chat-fortune-message {
  padding: 5px;
  border: 1px solid #38324d;
  background-color: #fff;
  margin-top: 40px;
  position: relative;
}
.mybox02__chat-fortune-message::before, .mybox02__chat-fortune-message::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.mybox02__chat-fortune-message::before {
  top: -35px;
  border-style: solid;
  border-color: transparent transparent #38324d transparent;
  border-width: 3px 44px 32px 0px;
  left: 31.1px;
}
.mybox02__chat-fortune-message::after {
  top: -29px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 40px 30px 0px;
  z-index: 10;
  left: 33.1px;
}
.mybox02__request {
  margin-top: 40px;
  padding-bottom: 100px;
}
.mybox02__request-title {
  font-size: 1.5rem;
  font-weight: bold;
}
.mybox02__request-request {
  background-color: #dddddd;
  border: 1px solid #a1a1a1;
  border-radius: 5px;
  padding: 5px 7px;
}
.mybox02__request-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.mybox02__request-btn-picture-button {
  width: 100%;
}
.mybox02__request-btn-submit-button {
  width: 100%;
}
.mybox02__chat-message-textarea {
  resize: none; /* 手動リサイズを禁止 */
  min-height: 100px; /* 高さの最小値を指定（任意） */
  width: 100%;
  font-size: 0.8125rem;
}
.mybox02__request-textarea {
  resize: none; /* 手動リサイズを禁止 */
  min-height: 400px; /* 高さの最小値を指定（任意） */
  width: 100%;
  font-size: 0.9375rem;
}

.myPoint {
  margin-top: 55px;
  padding-bottom: 150px;
}
.myPoint__body {
  margin-top: 40px;
}
.myPoint__list {
  max-width: 640px;
  margin: 0 auto;
}
.myPoint__list-link:not(:first-child) {
  display: block;
  margin-top: 20px;
}

.myBit {
  margin-top: 55px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .myBit {
    padding-bottom: 100px;
  }
}
.myBit__list {
  margin-top: 10px;
}
.myBit__explanation-id {
  margin-top: 15px;
  border: 1px solid #38324d;
}
.myBit__explanation-id-title {
  background-color: #38324d;
  color: #fff;
  padding: 5px 30px;
  position: relative;
}
.myBit__explanation-id-title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #a283c9;
  border-bottom: 0;
  top: 11px;
  left: 5px;
}

.myAtm {
  margin-top: 55px;
}
.myAtm__list {
  margin-top: 10px;
}

.myAtm02 {
  margin-top: 55px;
}
.myAtm02__list {
  margin-top: 10px;
}
.myAtm02__explanation {
  margin-top: 20px;
}
.myAtm02__text {
  font-size: 0.875rem;
}
.myAtm02__link {
  margin-top: 26px;
  display: block;
}

.myCredit {
  margin-top: 55px;
}
.myCredit__list {
  margin-top: 10px;
}

.myContact {
  margin-top: 55px;
  padding-bottom: 150px;
}
.myContact__body-text {
  font-size: 0.875rem;
  margin-top: 10px;
}
.myContact__body-list {
  margin-top: 15px;
}
.myContact__body-item:not(:first-child) {
  margin-top: 10px;
}
.myContact__body-item:last-child {
  padding-bottom: 50px;
}
.myContact__body-title {
  font-size: 1.125rem;
  padding: 10px;
  font-weight: bold;
  position: relative;
}
.myContact__body-title::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 30px;
  background-color: #38324d;
}
.myContact__body-content {
  background-color: #dddddd;
  width: 100%;
  height: 50px;
  border-radius: 3px;
  margin-top: 10px;
}
.myContact__body-textarea {
  background-color: #dddddd;
  width: 100%;
  border-radius: 3px;
}
.myContact__body-form {
  resize: none; /* 手動リサイズを禁止 */
  min-height: 520px; /* 高さの最小値を指定（任意） */
  width: 100%;
  font-size: 0.75rem;
  padding: 5px 10px;
  font-size: 1.125rem;
}
.myContact__submit {
  margin-top: 15px;
}

.myRequest {
  margin-top: 55px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .myRequest {
    padding-bottom: 100px;
  }
}
.myRequest__fortune-front {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
  gap: 30px;
}
.myRequest__fortune-front-picture {
  border: 1px solid #333;
  width: 30%;
  height: 120px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.myRequest__fortune-front-btn {
  width: 50%;
}
.myRequest__fortune-front-link {
  display: inline-block;
  height: 100%;
}
.myRequest__form {
  margin-top: 30px;
}
.myRequest__body-title {
  font-size: 1.125rem;
  padding: 10px;
  font-weight: bold;
  position: relative;
}
.myRequest__body-title::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 30px;
  background-color: #38324d;
}
.myRequest__body-textarea {
  background-color: #dddddd;
  width: 100%;
  border-radius: 3px;
}
.myRequest__body-form {
  resize: none; /* 手動リサイズを禁止 */
  min-height: 280px; /* 高さの最小値を指定（任意） */
  width: 100%;
  font-size: 0.75rem;
  padding: 5px 10px;
  font-size: 1.125rem;
}
.myRequest__btn {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordion {
  margin-top: 30px;
}
.accordion .accordion_ttl {
  position: relative;
  font-size: 16px;
  padding: 15px;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  cursor: pointer;
}
.accordion .accordion_ttl:before, .accordion .accordion_ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #333;
  transition: 0.2s ease transform;
}
.accordion .accordion_ttl::before {
  right: 23px;
  transform: translate(0, -50%) rotate(50deg);
}
.accordion .accordion_ttl::after {
  right: 15px;
  transform: translate(0, -50%) rotate(-50deg);
}
.accordion .accordion_ttl.active::before {
  transform: translate(0, -50%) rotate(-50deg);
}
.accordion .accordion_ttl.active::after {
  transform: translate(0, -50%) rotate(50deg);
}
.accordion .accordion_cnt {
  padding: 0 15px;
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease max-height;
  background: #a1a1a1;
}
.accordion .accordion_cnt p {
  margin: 15px 0;
}

.confirmation {
  margin-top: 80px;
}
.confirmation__body {
  border: 1px solid #38324d;
}
.confirmation__body-title {
  background-color: #38324d;
  color: #fff;
  padding: 5px 30px;
  position: relative;
}
.confirmation__body-title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #a283c9;
  border-bottom: 0;
  top: 11px;
  left: 5px;
}
.confirmation__body-point {
  width: 100%;
  height: 50px;
  padding: 5px;
}
.confirmation__answer-yes {
  border: 1px solid #a1a1a1;
  background-color: #dddddd;
  margin: 20px auto 0;
  width: 50%;
  height: 50px;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 1.25rem;
  border-radius: 30px;
}
.confirmation__answer-yes button {
  width: 100%;
}
.confirmation__answer-no {
  font-size: 0.8125rem;
  margin: 20px auto;
  border: 1px solid #333;
  text-align: center;
  border-radius: 30px;
  width: 30%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.confirmation__answer-no a {
  display: block;
  width: 100%;
  padding: 10px;
}

.myNews01 {
  margin-top: 55px;
  padding-bottom: 150px;
}

.myFortune {
  margin-top: 55px;
  padding-bottom: 150px;
}
.myFortune__list {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block;
  }
}

.u-nowrap {
  white-space: nowrap;
}/*# sourceMappingURL=style.css.map */