@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.0/font/bootstrap-icons.css");

* {
  background-repeat: no-repeat;
}

*:not(input[type="radio"], div, p, span) {
  border-radius: 0;
}

html {
  font-size: 16px;
}

body {
  background-color: #F4F4F4;
  font-family: NotoSansCJKjp;
  color: #1D1D1F;
  overflow-x: hidden;
}

h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

a {
  color: #1D1D1F;
}

a:hover {
  color: #555555;
}

p {
  margin: 0;
}

main {
  background-color: #F4F4F4;
}

/*
 * margin
 */
.mt8 {
  margin-top: 8px;
}

.mt16 {
  margin-top: 16px;
}

.mt32 {
  margin-top: 32px;
}

.mt48 {
  margin-top: 48px;
}

.mt64 {
  margin-top: 64px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb48 {
  margin-top: 48px;
}

.mb64 {
  margin-bottom: 64px;
}

.ml8 {
  margin-left: 8px;
}

.ml16 {
  margin-left: 16px;
}

.ml32 {
  margin-left: 32px;
}

.ml48 {
  margin-left: 48px;
}

.ml64 {
  margin-left: 64px;
}

/*****
  フォントファミリー
 *****/
.font-serif {
  font-family: serif;
}

/* Pragmatica */
.pragmatica-200 {
  font-family: pragmatica-extended, sans-serif;
  font-weight: 200;
  font-style: normal;
}

.pragmatica-400 {
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pragmatica-700 {
  font-family: pragmatica, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* VLD V7 */
.vldv7-300 {
  font-family: vdl-v7mincho, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.vldv7-700 {
  font-family: vdl-v7mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* Noto Sans CJK JP */
.noto-sans-400 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-700 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.noto-sans-900 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* バックグラウンドカラー */
.bg-aishou {
  background-color: #f57412;
}

.bg-weekly {
  background-color: #d61111;
}

.bg-future {
  background-color: #119e8e;
}

.bg-business {
  background-color: #000000;
}

.bg-horo {
  background-color: #244691;
}

.bg-setting {
  background-color: #0379ae;
}

.outline-title {
  line-height: 80%;
  color: transparent;
  -webkit-text-stroke: 1px white;
  font-size: 2rem;
  text-align: center;
  font-family: pragmatica, sans-serif;
  font-weight: 700;
  font-style: normal;
}

q {
  font-style: italic;
}

.base-container {
  overflow-x: hidden;
}

.container {
  max-width: 992px;
  padding: 0px 0px;
}

.wrapper {
  background-color: #FFFFFF;
  /* padding-top: 32px;
  padding-bottom: 32px; */
}

.content {
  padding: 24px 24px;
}

.form-wrapper {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 32px;
  padding-bottom: 32px;
}

.banner-content {
  max-width: 800px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.headding-wrapper {
  background-color: #555555;
}

.headding-title {
  padding: 16px 24px;
  color: white;
}

.btn {
  font-size: 14px;
}

.caption {
  font-size: 14px;
}

/*
 * ページコンテンツ上部のラベル
 */
.header .col {
  padding: 0;
}

.top-header {
  max-width: 992px;

}

.logout-btn {
  border-color: #E1E1E1;
  width: 160px;
  font-size: 0.8rem;
  color: #222222;
  font-weight: bold;
}

.header_menu {
  background-color: #E1E1E1;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_contents {
  max-width: 992px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.header_user {
  display: flex;
  align-items: center;
}

.header_email {
  font-size: 0.9rem;
}

.header_action {
  display: flex;
  align-items: center;
}

.header_user-edit-btn {
  width: 124px;
  font-size: 0.9rem;
  border: none;
  background-color: white;
  font-size: 0.8rem;
  color: #244691;
}

.header_user-edit-btn:hover {
  color: white;
  background-color: #244691;
}

.header_subscription-btn {
  /* width: 180px; */
  background-color: #D61111;
  border: none;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 24px !important;
}

.header_subscription-btn:hover {
  color: white;
  background-color: #b20f0f;
}

.header_horo-btn {
  width: 172px;
  background-color: #244691;
  border: none;
  color: white;
  border-radius: 24px !important;
}

.header_horo-btn:hover {
  color: white;
  background-color: #1a3265;
}

/*
 * ページコンテンツ上部のメニュー
 */
.header-menu_wrap {
  height: 90px;
  max-width: 992px;
  width: 100%;
}

.header-menu {}

.header-menu a {
  color: white;
  text-decoration: none;
  line-height: 50px;
  font-size: 0.9rem;
  display: block;
  text-align: center;
}

.header-menu_subscription {
  display: flex;
  background-color: #3D3D3D;
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 1;
}

.header-menu_subscription :not(:first-child) {
  border-left: white 1px solid;
}

.header-menu_subscription * {
  flex: 1;
}

.header-menu_horo {
  display: flex;
  background-color: #244691;
  justify-content: center;
  border-left: white 1px solid;
  padding: 20px 60px;
}

.header-menu_horo :not(:first-child) {
  border-left: white 1px solid;
}

.header-menu_subscription_button {
  background-color: #3D3D3D;
}

.header-menu_horo_button {
  background-color: #244691;
}



.footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 48px;
  font-size: 14px;
}

.footer-content {
  padding: 8px;
}

.footer-content a {
  text-decoration: none;
}

/* 共通マスク */
.not-paid-uranai-result {
  height: 800px;
  overflow: hidden;
}

/* サブスクリプションマスク */
.uranai-result {
  position: relative;
}

.subscription-mask {
  background: linear-gradient(rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
  position: absolute;
  top: 0;
  left: 0;
}

.mask-subscription-wrap {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  height: 100%;
  max-height: 500px;
}

.mask-subscription-text {
  color: white;
  font-size: 16px;
}

.mask-subscription-btn {
  width: 276px;
  height: 54px;
  background-color: #D61111;
  border: none;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 24px !important;
  font-size: 16px;
}

/* ホロスコープ */

.horo-image-wrap {
  max-width: 600px;
  width: 100%;
  margin: auto;
}

/* ホロスコープマスク */
.horoscope-result {
  position: relative;
  min-height: 400px;
}

.horoscope-mask {
  background: linear-gradient(rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
  position: absolute;
  top: 0;
  left: 0;
}

.mask-horoscope-wrap {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  height: 100%;
  max-height: 800px;
}

.mask-horoscope-text {
  color: white;
  font-size: 16px;
}

.mask-horoscope-btn {
  width: 276px;
  height: 54px;
  background-color: #FFFF00;
  border: none;
  color: black;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 24px !important;
  font-size: 16px;
}

/*
* トップページ
*/
/* ナビゲーション */
.nav-colored {
  animation: header-fade 0.5s forwards;
}

@keyframes header-fade {
  0% {
    background-color: transparent;
  }

  100% {
    background-color: white;
  }
}


/** メインビジュアル **/
.main-visual {
  position: relative;
  top: -75px;
}

.main-visual__wrapper {
  position: relative;
}

.swiper {
  width: 100vw;
  height: auto;
}

.main-visual__image {
  position: relative;
  z-index: 0;
}

.main-visual__description__origin {
  position: relative;
  text-align: center;
  width: 40vw;
  height: 40vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -30vw 0 0 0.5rem;
  z-index: 99;
}

.main-visual__description__origin p,
.main-visual__description__origin h2 {
  margin-bottom: 0;
}

.main-visual__description__origin h2 {
  font-size: 1.7rem;
}

.main-visual__description__origin .text-sub {
  font-size: 1rem;
}

.main-visual__cta {
  margin-top: 5rem;
}

.main-visual__cta p {
  margin-bottom: 0;
}

.cta__regist {
  border-bottom: black 4px solid !important;
}

img.premium-pr {
  position: relative;
  top: -55px;
}

.main-visual__cta__button {
  width: 75%;
}

/** メインコンテンツ **/

.content-block {
  text-align: justify;
}

/* 細密占星術とは */

.about {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* voices */
.voice {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.voices__image {
  height: 60vw;
}

/* 現在過去未来 */
.time {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.cta {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.time__visual-sp {
  background-image: url("/resources/images/index/presentpastfuture.jpeg");
  background-size: cover;
  background-position: 0 center;
  margin-bottom: 1rem;
  padding: 100px 0;
}

/* 無料会員登録 */

/* plans */
.plans {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("/resources/images/index/premiummember.jpg");
  background-size: auto 45%;
  background-position: center 0;
  background-color: rgba(0, 0, 0, 1);
}

.plans__card>div {
  margin-top: 1.5rem;
  height: calc(100% - 1.5rem);
}

.plans__line-through {
  color: #dc3545;
  background-color: #dc3545;
  max-width: 200px;
  height: 3px !important;
  margin: auto;
  margin-top: -30px;
  opacity: 1;
}

/* サブスクリプション */
.subscription {
  background: #E4E4E4;
}

.subscription-title-outline {
  width: 100%;
}

.subscription-title {
  font-size: 38px;
}

.subscription-price {
  max-width: 400px;
  width: 80%;
}

.subscription-contents-title {
  font-size: 20px;
}

.subscription-features {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: white;
}

.subscription-features-title {
  font-weight: 500;
}

.subscription-line-through {
  color: #dc3545;
  background-color: #dc3545;
  max-width: 400px;
  height: 3px !important;
  margin: auto;
  margin-top: -55px;
  opacity: 1;
}

.slider__visual {
  position: relative;
  height: 240px;
  background-image: url("/resources/images/features-image-1.jpg");
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
}

.slider__visual>* {
  z-index: 99;
}

.title__subscription {
  font-size: 0.5rem;
}

#company {
  background-color: white !important;
}

/*
 * ホロスコープ
 */
.horoscope {
  background: #E4E4E4;
}

.horoscope-title-outline {
  width: 100%;
}

.horoscope-title {
  font-size: 38px;
}

.horoscope-price {
  max-width: 400px;
  width: 80%;
}

.horoscope-contents {
  max-width: 800px;
  width: 100%;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}

/*
 * ホロスコープとは
 */
.about-horoscope {
  padding-top: 48px;
  padding-bottom: 64px;
  background: #F7F9FA;
}

.about-horoscope-row {
  flex-direction: column;
}

.horoscope-sample {
  max-width: 400px;
  width: 100%;
}

.buy-horoscope {
  width: 80%;
  max-width: 600px;
}


/*
 * Blog
 */
.blog-links {
  padding-bottom: 48px;
}

.blog-links-title-outline {
  width: 50%;
  max-width: 450px;
}

.blog-links-row {
  flex-direction: column;
}

.blog-links-col {
  margin-top: 16px;
}

.blog-link-button {
  border-color: #E4E4E4;
  color: #1D1D1F;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

/*
 * 商品メニュー
 */
.bottom.products {
  background-color: #d8d3cc;
}

.products a {
  text-decoration: none;
  color: inherit;
}

/*** 商品単独 ***/
.product {
  position: relative;
  height: 270px;
  background-image: url("/resources/images/product-label.png");
  background-repeat: no-repeat;
  background-size: 10rem 4rem;
}

.priced {
  position: absolute;
  left: 0.6rem;
  top: 0.3rem;
  font-size: 1.5rem;
}

/*
 * 占いトップページ
 */
.headline-fortune {
  font-size: 30px;
  font-weight: 500;
}

.second-headline-fortune {
  font-size: 24px;
  font-weight: 500;
}

/*
 * 運営会社
 */
.company-content {
  padding-top: 64px;
  padding-bottom: 64px;
}

.company-title {
  font-size: 24px;
}

/** デスクトップ **/
@media screen and (min-width: 768px) {

  .outline-title-white {
    font-size: 10vw;
    text-align: start;
    line-height: 80%;
    color: transparent;
    -webkit-text-stroke: 1px white;
    text-align: center;
    font-family: pragmatica, sans-serif;
    font-weight: 700;
    font-style: normal;
  }

  /*
   * トップページ
   */
  /** メインビジュアル **/
  .main-visual__wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .swiper {
    width: 100%;
    height: auto;
  }

  .main-visual__description__origin {
    width: 200px;
    height: 200px;
    margin: -9rem 1rem 0 auto;
    font-size: 13pt;
  }

  .main-visual__cta {
    margin-top: 3rem;
  }

  .main-visual__cta__button {
    width: 50%;
  }

  /* 細密占星術とは */
  /* horoscope */
  /* voices */
  .voices__image {
    width: 50vw;
    height: 100%;
  }

  /* 現在過去未来 */
  .time {
    background-image: url("/resources/images/index/presentpastfuture.jpeg");

    background-size: 40vw auto;
    background-position: 0 center;
  }

  /* 無料会員登録 */
  /* 有料会員になる */
  /* plans */
  .plans {
    background-size: cover;
  }

  /* features */
  .swiper-button-prev.swiper-custom-button {
    margin-left: 22.5vw;
  }

  .swiper-button-next.swiper-custom-button {
    margin-right: 22.5vw;
  }

  .slider__visual {
    height: 360px;
  }

  @keyframes slider-fade {
    from {
      opacity: 1;
    }

    to {
      opacity: 0;
    }
  }

  /*
  * ホロスコープとは
  */
  .about-horoscope-row {
    flex-direction: row;
  }

  /*
  * Blog
  */
  .blog-links-row {
    margin-top: 32px;
    flex-direction: row;
  }

  .blog-links-col {
    margin-top: 0px;
  }
}

@media screen and (max-width: 992px) {
  .form-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content {
    padding: 24px 24px;
  }

  .plans__line-through {
    max-width: 160px;
    margin-top: -25px;
  }

  .footer {
    flex-direction: column;
  }
}