@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}

/* メインコンテナ */
.site-container {
  background-color: #231271;
  display: grid;
  justify-items: center;
  align-items: start;
}

.main-wrapper {
  background-color: #231271;
  position: relative;
}

/* ヒーローセクション */
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 3vw 3vh;
}

.text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.hero-subtitle {
  position: relative;
  text-shadow: 0px 4px 10px #000000cc;
  font-family: serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
}

.hero-title {
  margin-top: 1vh;
  text-shadow: 0px 4px 10px #000000;
  font-family: serif;
  font-weight: 700;
  color: transparent;
  font-size: 26px;
  position: relative;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.text-normal {
  color: #ffffff;
}

.text-highlight {
  color: #ff93a8;
  font-size: 30px;
}

.text-highlight-pink {
  color: #ff93a8;
}

.decoration-bottom {
  width: 100%;
}

.decoration-elements {
  position: relative;
}

.hero-image {
  object-fit: cover;
}


.hero-description {
  margin: 3vh 0;
  text-align: center;
  font-family: serif;
}

.hero-description span {
  font-weight: 600;
  color: #ffffff;
  line-height: 28px;
}

.description-break {
  letter-spacing: 0;
}

.brand-name-large {
  font-size: 28px;
}

.brand-name-o {
  font-size: 28px;
  letter-spacing: 0;
}

.brand-name-small {
  font-size: 22px;
  letter-spacing: 0;
}

.button-group-hero {
  display: flex;
  align-items: center;
  gap: 3vw;
  padding: 0 3vw;
}
.button-group-hero button {
  flex: 1;
  background: transparent;
  border: 0;
}

.btn-text {
  font-weight: 500;
  color: #231271;
  font-size: 24px;
  text-align: center;
  letter-spacing: 2.40px;
  line-height: normal;
}
.btn-content .btn-text {
  font-weight: bold;
  font-family: sans-serif;
}

.btn-register-large .btn-text,
.btn-register-bottom .btn-text {
  position: relative;
  width: fit-content;
  font-family: serif;
  font-weight: 500;
  color: #231271;
  font-size: 24px;
  text-align: center;
  letter-spacing: 2.40px;
  line-height: normal;
}

.btn-bg-pink {
  background-color: #ffaed5;
  border-radius: 60px;
  box-shadow: 0px 5px 0px #ab6d8b;
}

.btn-text-wrapper {
  position: relative;
  width: 104px;
  height: 36px;
}

/* ログイン特典セクション */
.login-benefit-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  left: 0;
}

.section-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 0px 22px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-top: 1vh;
}

.heading-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0px 0px 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.heading-login-benefit {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 21px;
  position: relative;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}
.heading-login-benefit .small{
  font-size: 18px;
}

.decoration-wrapper {
  width: 100%;
  height: auto;
}

.image-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 15px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.login-benefit-image {
  position: relative;
  background-image: url(./img/rectangle-3-3.png);
  background-size: cover;
  background-position: 50% 50%;
}

.text-container-wrapper {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.login-benefit-text {
  font-family: serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  margin: 1vh 4vw 2.5vh;
}

.btn-free-fortune {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8vw;
}

.btn-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* メッセージセクション */
.message-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 4vh 0;
}

/* 動画コンテナ */
.video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* 動画アニメーション */
.video-animation {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* 動画オーバーレイ画像 */
.video-overlay {
  position: absolute;
  bottom: -60px;
  left: -34px;
  width: 50vw; /* タブレット・PC用: 画面横幅の4割 */
  max-width: 300px;
  min-width: 260px;
  height: auto;
  z-index: 1;
  pointer-events: none; /* クリックを動画に透過 */
}

.message-background-image {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 375px;
  background-image: url(./img/rectangle-3-2.png);
  background-size: cover;
  background-position: 50% 50%;
}

.message-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  padding: 1vh 1vh;
}

.message-decoration-left,
.message-decoration-right {
  position: relative;
  width: 360px;
  flex: 0 0 auto;
}

.message-text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.message-text {
  position: relative;
  font-family: serif;
  font-weight: 600;
  color: transparent;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  margin: 2vh 0;
}

.message-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.message-description {
  position: relative;
  align-self: stretch;
  width: 100%;
}

.message-description-text {
  font-family: serif;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 28px;
}

/* 占いフォームセクション */
.fortune-form-section {
  margin: 1vh 4vw;
}

.form-container {
  background: #ffffffcc;
  border-radius: 35px;
}

.form-background {
  width: 80vw;
  background-color: #ffffffcc;
  border-radius: 35px;
  top: 0;
}

.form-header-content {
  position: relative;
}

.form-decoration-elements {
  position: relative;
}

.form-deco-bg {
  margin: 1vh 0vw;
  padding-top: 1vh;
}

.form-title-wrapper {
}

.form-title {
  color: #997025;
  font-size: 32px;
  text-align: center;
  letter-spacing: 6.40px;
  line-height: normal;
}

.form-description {
  padding: 1vh 8vw;
}

.form-description .form-description-text {
  font-family: sans-serif;
  color: #000000;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.dropdown-label-wrapper .dropdown-label {
  font-family: sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.dropdown-selector {
  padding: 4vh 8vw;
  position: relative;
  display: inline-block;
  width: 100%;
}
#fortune_selector {
  border: 1px solid #000;
  padding: 18px 40px 18px 18px;
  font-size: 18px;
  line-height: 18px;
  border-radius: 10px;
  background: transparent;
  font-family: sans-serif;
  color: #808080;
  font-weight: bold;
  appearance: none;
  width: 100%;
}

.selector {
  position: relative;
}

.dropdown-selector .selector::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #000;
}

.dropdown-placeholder-wrapper {
}

.dropdown-placeholder {
  color: #00000080;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.dropdown-arrow {
  position: relative;
  width: 10px;
  height: 10px;
}

.dropdown-arrow-icon {
  aspect-ratio: 1;
}

.dropdown-border {
  border-radius: 10px;
  border: 1px solid;
  border-color: #000000;
}

.btn-icon-fortune {
  height: 33px;
  width: auto;
}
.btn-form-submit {
  all: unset;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 60px;
  display: flex;
  width: 100%;
  padding: 0 0 4vh;
}

.btn-form-submit .btn-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 17px 40px;
  position: relative;
  background-color: #ffd000;
  border-radius: 60px;
  box-shadow: 0px 5px 0px #897001;
}

/* 会員登録ボタン（大） */
.btn-register-large {
  align-items: center;
  border: 0;
  background: transparent;
  margin: 3vh 4vw;
}

/* 特徴セクション */
.feature-section {
  padding: 0 0 2vh;
}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 0px 22px;
  position: relative;
  flex: 0 0 auto;
}

.heading-container {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.heading-subtitle {
  position: relative;
  color: #231271;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.heading-feature {
  color: #231271;
  font-size: 32px;
  position: relative;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.feature-cards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}

.feature-card {
  gap: 12px;
  display: flex;
  align-items: flex-end;
  padding: 9px 10px;
  position: relative;
  background-color: #f3eaff;
  border-radius: 11px;
}

.card-image {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 110px;
  height: 110px;
}

.card-image-1 {
  background-image: url(./img/rectangle-8-6.png);
}

.card-image-2 {
  background-image: url(./img/rectangle-8-2.png);
}

.card-image-3 {
  background-image: url(./img/image.png);
}

.card-image-4 {
  margin-top: -3661.22px;
  margin-left: -557.50px;
  background-image: url(./img/rectangle-8-3.png);
}

.card-content {
  height: 113px;
  position: relative;
  width: 241px;
}

.card-heading {
  position: relative;
  width: 240px;
  height: 39px;
  left: 1px;
}

.card-text {
  font-weight: 700;
  color: #896f00;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
}

/* 区切り画像・セクション画像 */
.divider-image {
  background-image: url(./img/rectangle-3.png);
  background-size: cover;
  background-position: 50% 50%;
}

.section-image {
}

/* スピリチュアルセクション */
.spiritual-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 21px 0px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.9) 100%
  );
}

.heading-spiritual {
  font-weight: 600;
  color: #231271;
  font-size: 24px;
  position: relative;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.spiritual-cards {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.spiritual-card {
  display: flex;
  align-items: flex-end;
  padding: 9px 10px;
  position: relative;
  background-color: #f3eaff;
  border-radius: 11px;
}

.spiritual-image-1 {
  background-image: url(./img/rectangle-8-4.png);
}

.spiritual-image-2 {
  background-image: url(./img/rectangle-8.png);
}

.card-image-wrapper {
  background-color: #506acc;
  border-radius: 10px;
  position: relative;
  width: 110px;
  height: 110px;
}

.card-image-content {
  width: 110px;
  height: 110px;
  object-fit: cover;
}

.card-content-spiritual {
  display: flex;
  flex-direction: column;
  height: 118px;
  align-items: center;
  gap: 8px;
  padding: 10px 0px 0px;
  margin-top: -4.00px;
  margin-right: -11.00px;
  position: relative;
  width: 241px;
}

.spiritual-title-wrapper,
.spiritual-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.spiritual-title {
  position: relative;
  width: 220px;
  margin-top: -1.00px;
  font-family: "M PLUS 1p-Bold", Helvetica;
  font-weight: 700;
  color: #896f00;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
}

.spiritual-text {
  position: relative;
  width: 220px;
  height: 57px;
  margin-top: -1.00px;
  font-family: "M PLUS 1p-Bold", Helvetica;
  font-weight: 700;
  color: #231271;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
}

/* 下部の会員登録ボタン */
.btn-register-bottom {
  all: unset;
  box-sizing: border-box;
  justify-content: center;
  gap: 3px;
  padding: 17px;
  display: flex;
  height: 60px;
  align-items: center;
  box-shadow: 0px 5px 0px #897001;
}

.login-benefit-section.membership-benefit {
  /* margin-top: 3vh; */
  background: #ffffffcc;
}
.login-benefit-section.membership-benefit .heading-login-benefit {
  color: #000;
}
.membership-benefit {
  padding: 8px 12px;
}
.membership-benefit li {
  display: flex;
  gap: 16px;
  margin: 0 0 16px;
}
.membership-benefit li img {
  width: 34%;
  height: 100%;
  background: #fff;
}
.membership-benefit li p {
  line-height: 1.6;
  color: #000;
}
.menu-appeal-section > img {
  display: block;
  margin: 5% 5% 0;
  width: 90%;
  border-radius: 16px;
}
.new-feature-section {
  background: #fff;
  margin: 5% 5% 0;
  width: 90%;
  border-radius: 16px;
  padding: 40px 24px;
}
.new-feature-section p {
  color: #000;
  line-height: 1.6;
  margin: 0 0 24px;
}
.new-feature-section p span {
  display: block;
  margin: 0 0 16px;
  text-align: center;
}
.new-feature-section p span b {
  font-size: 18px;
  font-weight: bold;
}
.new-feature-section p .middle {
  background: linear-gradient(transparent 50%, #ffd000 50%);
  display: inline;
  padding: 0 0 2px;
}
.new-feature-section a {
  display: block;
  width: 70%;
  text-align: center;
  margin: auto;
  padding: 17px 24px;
  position: relative;
  background-color: #ffd000;
  border-radius: 60px;
  box-shadow: 0px 5px 0px #897001;
  font-weight: bold;
  letter-spacing: 0.03em;
  font-size: 18px;
  color: var(--site_color-1);
}
.campaign-section {
  margin: 40px 0;
  text-align: center;
}
.campaign-section p {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 4px;
}
.campaign-section .title {
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 0 3em;
  font-size: 18px;
}
.campaign-section .title::before,
.campaign-section .title::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 45%;
  width: 42px;
  height: 2px;
  background-color: #fff;
}
.campaign-section .title::before {
  left: 0;
}
.campaign-section .title::after {
  right: 0;
}
.campaign-section .site {
  margin-bottom: 16px;
}
.overlay-box {
  position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  pointer-events: all;
  z-index: 2;
}

.site-logo-under-text{
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 2rem;
  margin: -30px 0 20px;
}
.site-logo-under-text span{
  color: #ffd000;
}

.btn-description{
  margin: 0vh 0 3vh;
  text-align: center;
  font-family: serif;
}

.btn-description2 {
  margin: 3vh 0;
  text-align: center;
  font-family: serif;
}

.card-section{
  background-image: url(../../img/index/card_back.png);
  padding-top: 55px;
  padding-bottom: 30px;
}

.card-list {
  width: 90%;
  margin: 0 auto;
}

.card {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  height: 94px;
}

.card img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 10px;
}

.card-text {
  font-size: 20px;
  color: #333;
  width: 100%;
  padding: 0 4vw;
}