@charset "UTF-8";
/*
Theme Name: 登石麻恭子の香りとめぐる、星の道
Version: 1.0.0
Author: FELISSIMO
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* ################# Font ################# */
body {
  min-width: auto;
  color: #333;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.1s 0s linear;
  transition: opacity 0.1s 0s linear;
}
body.is-loaded {
  opacity: 1;
}
body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 960px;
  }
}

/* ################# EasyReset ################# */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ul, ol, dl, dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}
a:focus {
  outline: none;
}

button {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
}

/* -----------------------------------------------------------------------
## セクションまではいかない小さめなパーツのスタイル ##############################
----------------------------------------------------------------------- */
/*! パンくずリスト ################# */
.c-breadcrumbs {
  width: calc(670 / 750 * 100vw);
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .c-breadcrumbs {
    width: 100%;
    max-width: 1000px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
  }
}

.c-breadcrumbs__item {
  display: inline;
  font-size: calc(24 / 750 * 100vw);
}
.c-breadcrumbs__item:nth-child(n+2)::before {
  margin: 0 calc(4 / 750 * 100vw);
  content: "＞";
}
@media screen and (min-width: 769px) {
  .c-breadcrumbs__item {
    font-size: 0.75rem;
    color: #404040;
  }
  .c-breadcrumbs__item a {
    color: inherit;
  }
  .c-breadcrumbs__item a:hover {
    text-decoration: underline;
  }
  .c-breadcrumbs__item:nth-child(n+2)::before {
    margin: 0 2px;
  }
}

/*! ハンバーガーボタン ################# */
.c-hamburger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: calc(100 / 750 * 100vw);
  height: calc(100 / 750 * 100vw);
  cursor: pointer;
}
.c-hamburger::before, .c-hamburger::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(60 / 750 * 100vw);
  height: calc(4 / 750 * 100vw);
  margin: auto;
  background: #000;
  content: "";
}
.c-hamburger::before {
  -webkit-transform: translate(0, calc(-30 / 750 * 100vw));
          transform: translate(0, calc(-30 / 750 * 100vw));
  -webkit-box-shadow: 0 calc(14 / 750 * 100vw) 0 rgb(0, 0, 0);
          box-shadow: 0 calc(14 / 750 * 100vw) 0 rgb(0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.1s 0.1s linear, -webkit-transform 0.2s 0s ease;
  transition: -webkit-box-shadow 0.1s 0.1s linear, -webkit-transform 0.2s 0s ease;
  transition: box-shadow 0.1s 0.1s linear, transform 0.2s 0s ease;
  transition: box-shadow 0.1s 0.1s linear, transform 0.2s 0s ease, -webkit-box-shadow 0.1s 0.1s linear, -webkit-transform 0.2s 0s ease;
}
.c-hamburger::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.2s 0s ease;
  transition: -webkit-transform 0.2s 0s ease;
  transition: transform 0.2s 0s ease;
  transition: transform 0.2s 0s ease, -webkit-transform 0.2s 0s ease;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1em;
  line-height: 1;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: calc(20 / 750 * 100vw);
  font-weight: bold;
  -webkit-transform: translate(0, calc(30 / 750 * 100vw));
          transform: translate(0, calc(30 / 750 * 100vw));
}
.c-hamburger [src*="text_menu.svg"] {
  width: calc(57 / 750 * 100vw);
  margin: 0 auto;
}
.c-hamburger [src*="text_close.svg"] {
  display: none;
  width: calc(60 / 750 * 100vw);
  margin: 0 auto;
}
.c-hamburger.is-open::before {
  -webkit-transform: translate(0, calc(-14 / 750 * 100vw)) rotate(45deg);
          transform: translate(0, calc(-14 / 750 * 100vw)) rotate(45deg);
  -webkit-box-shadow: 0 7px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 7px 0 rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.1s 0s linear, -webkit-transform 0.2s 0.1s ease;
  transition: -webkit-box-shadow 0.1s 0s linear, -webkit-transform 0.2s 0.1s ease;
  transition: box-shadow 0.1s 0s linear, transform 0.2s 0.1s ease;
  transition: box-shadow 0.1s 0s linear, transform 0.2s 0.1s ease, -webkit-box-shadow 0.1s 0s linear, -webkit-transform 0.2s 0.1s ease;
}
.c-hamburger.is-open::after {
  -webkit-transform: translate(0, calc(-14 / 750 * 100vw)) rotate(-45deg);
          transform: translate(0, calc(-14 / 750 * 100vw)) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s 0.1s ease;
  transition: -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
}
.c-hamburger.is-open [src*="text_menu.svg"] {
  display: none;
}
.c-hamburger.is-open [src*="text_close.svg"] {
  display: block;
}
@media screen and (min-width: 769px) {
  .c-hamburger {
    display: none;
  }
}

/*! シェアボタン  ################# */
.c-shareList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-shareList dt {
  -ms-flex-preferred-size: calc(130 / 750 * 100vw);
      flex-basis: calc(130 / 750 * 100vw);
  max-width: calc(130 / 750 * 100vw);
  margin: 0 calc(25 / 750 * 100vw);
}
.c-shareList dd {
  -ms-flex-preferred-size: calc(60 / 750 * 100vw);
      flex-basis: calc(60 / 750 * 100vw);
  max-width: calc(60 / 750 * 100vw);
  height: calc(60 / 750 * 100vw);
  margin: 0 calc(25 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .c-shareList dt {
    -ms-flex-preferred-size: 92px;
        flex-basis: 92px;
    max-width: 92px;
    margin: 0 27px;
  }
  .c-shareList dd {
    -ms-flex-preferred-size: 42px;
        flex-basis: 42px;
    max-width: 42px;
    height: 42px;
    margin: 0 15px;
  }
  .c-shareList .c-shareList--line {
    display: none;
  }
  .c-shareList a {
    display: block;
    -webkit-transition: opacity 0.2s 0s linear;
    transition: opacity 0.2s 0s linear;
    will-change: opacity;
  }
  .c-shareList a:hover {
    opacity: 0.7;
  }
}

/*! ボタン ################# */
.c-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  height: calc(120 / 750 * 100vw);
  min-height: calc(120 / 750 * 100vw);
  padding: calc(10 / 750 * 100vw);
  letter-spacing: 0.04em;
  font-size: calc(36 / 750 * 100vw);
  font-family: "A1明朝", "A1 Mincho", serif;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 calc(10 / 750 * 100vw) #f1f1f1;
          box-shadow: inset 0 0 0 calc(10 / 750 * 100vw) #f1f1f1;
}
.c-button::before {
  position: absolute;
  bottom: calc(-5 / 750 * 100vw);
  right: calc(-5 / 750 * 100vw);
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ccc)), -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ccc));
  background-image: linear-gradient(to bottom, #fff 0%, #fff 100%), linear-gradient(to bottom, #ccc 0%, #ccc 100%), linear-gradient(to bottom, #ccc 0%, #ccc 100%);
  background-repeat: no-repeat;
  background-position: right bottom, right 0, 0 bottom;
  background-size: calc(5 / 750 * 100vw) calc(5 / 750 * 100vw), 1px 100%, 100% 1px;
  pointer-events: none;
  content: "";
}
.c-button.is-arrow-right::after {
  position: absolute;
  bottom: calc(25 / 750 * 100vw);
  right: calc(25 / 750 * 100vw);
  width: calc(38 / 750 * 100vw);
  height: calc(8 / 750 * 100vw);
  background-image: url("assets/images/arrow_right.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: calc(38 / 750 * 100vw) auto;
  content: "";
}
.c-button.is-arrow-left::after {
  position: absolute;
  bottom: calc(25 / 750 * 100vw);
  right: calc(25 / 750 * 100vw);
  width: calc(38 / 750 * 100vw);
  height: calc(8 / 750 * 100vw);
  background-image: url("assets/images/arrow_left.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: calc(38 / 750 * 100vw) auto;
  content: "";
}
.c-button.is-arrow-bottom::after {
  position: absolute;
  bottom: calc(25 / 750 * 100vw);
  right: calc(25 / 750 * 100vw);
  width: calc(8 / 750 * 100vw);
  height: calc(38 / 750 * 100vw);
  background-image: url("assets/images/arrow_bottom.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto calc(38 / 750 * 100vw);
  content: "";
}
@media screen and (min-width: 769px) {
  .c-button {
    height: 80px;
    min-height: 80px;
    padding: 9px;
    -webkit-box-shadow: inset 0 0 0 9px #f1f1f1;
            box-shadow: inset 0 0 0 9px #f1f1f1;
    font-size: 1.75rem;
    -webkit-transition: opacity 0.2s 0s linear;
    transition: opacity 0.2s 0s linear;
  }
  .c-button::before {
    bottom: -5px;
    right: -5px;
    background-size: 5px 5px, 1px 100%, 100% 1px;
  }
  .c-button:hover {
    opacity: 0.7;
    will-change: opacity;
  }
  .c-button.is-arrow-right::after {
    bottom: 15px;
    right: 20px;
    width: 38px;
    height: 7px;
    background-size: 38px auto;
    -webkit-transition: -webkit-transform 0.2s 0s ease-out;
    transition: -webkit-transform 0.2s 0s ease-out;
    transition: transform 0.2s 0s ease-out;
    transition: transform 0.2s 0s ease-out, -webkit-transform 0.2s 0s ease-out;
    will-change: transform;
  }
  .c-button.is-arrow-right:hover::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .c-button.is-arrow-left::after {
    bottom: 15px;
    right: 20px;
    width: 38px;
    height: 7px;
    background-size: 38px auto;
    -webkit-transition: -webkit-transform 0.2s 0s ease-out;
    transition: -webkit-transform 0.2s 0s ease-out;
    transition: transform 0.2s 0s ease-out;
    transition: transform 0.2s 0s ease-out, -webkit-transform 0.2s 0s ease-out;
    will-change: transform;
  }
  .c-button.is-arrow-left:hover::after {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  .c-button.is-arrow-bottom::after {
    bottom: 15px;
    right: 23px;
    width: 7px;
    height: 38px;
    background-size: auto 38px;
    -webkit-transition: -webkit-transform 0.2s 0s ease-out;
    transition: -webkit-transform 0.2s 0s ease-out;
    transition: transform 0.2s 0s ease-out;
    transition: transform 0.2s 0s ease-out, -webkit-transform 0.2s 0s ease-out;
    will-change: transform;
  }
  .c-button.is-arrow-bottom:hover::after {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

/*! ページトップへ戻る ################# */
.c-pagetop {
  position: fixed;
  bottom: calc(30 / 750 * 100vw);
  right: calc(30 / 750 * 100vw);
  width: calc(54 / 750 * 100vw);
  height: calc(81 / 750 * 100vw);
}
.c-pagetop::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(98 / 750 * 100vw);
  height: calc(153 / 750 * 100vw);
  z-index: 1;
  background-image: url("assets/images/bg_pagetop_sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  content: "";
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.2s 0s linear;
  transition: opacity 0.2s 0s linear;
}
.c-pagetop:hover::after {
  opacity: 1;
}
.c-pagetop img {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .c-pagetop {
    bottom: 60px;
    right: 60px;
    width: 81px;
    height: 59px;
  }
  .c-pagetop::after {
    width: 141px;
    height: 155px;
    background-image: url("assets/images/bg_pagetop_pc.png");
  }
}

/*! -----------------------------------------------------------------------
## 見出し ##################################################
----------------------------------------------------------------------- */
/*! サイトタイトル（トップ） ################# */
.c-siteTitle {
  position: relative;
  padding: calc(130 / 750 * 100vw) 0 calc(85 / 750 * 100vw);
}
.c-siteTitle::before, .c-siteTitle::after {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  content: "";
}
.c-siteTitle::before {
  bottom: calc(-45 / 750 * 100vw);
  left: calc(0 / 750 * 100vw);
  width: calc(180 / 750 * 100vw);
  height: calc(152 / 750 * 100vw);
  background-image: url("assets/images/deco_kv01.png");
}
.c-siteTitle::after {
  bottom: calc(-50 / 750 * 100vw);
  right: calc(0 / 750 * 100vw);
  width: calc(158 / 750 * 100vw);
  height: calc(146 / 750 * 100vw);
  background-image: url("assets/images/deco_kv02.png");
}
.c-siteTitle img {
  width: calc(624 / 750 * 100vw);
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .c-siteTitle {
    padding: 140px 0 85px;
  }
  .c-siteTitle::before, .c-siteTitle::after {
    display: none;
  }
  .c-siteTitle img {
    width: 850px;
    margin: 0 auto;
  }
}

/*! サイトタイトル（下層） ################# */
.is-under .c-siteTitle {
  padding: calc(75 / 750 * 100vw) 0 calc(95 / 750 * 100vw);
}
.is-under .c-siteTitle::before, .is-under .c-siteTitle::after {
  display: none;
}
.is-under .c-siteTitle img {
  width: calc(574 / 750 * 100vw);
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .is-under .c-siteTitle {
    padding: 60px 0 105px;
  }
  .is-under .c-siteTitle img {
    width: 680px;
  }
}

/*! ページタイトル ################# */
.c-pageTitle {
  padding-top: calc(95 / 750 * 100vw);
  margin-bottom: calc(10 / 750 * 100vw);
  background-image: url("assets/images/bg_page_title.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: calc(80 / 750 * 100vw) auto;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: calc(28 / 750 * 100vw);
  font-family: "A1明朝", "A1 Mincho", serif;
  font-weight: normal;
}
.c-pageTitle img {
  height: calc(46 / 750 * 100vw);
  margin: 0 auto calc(14 / 750 * 100vw);
}
.c-pageTitle::after {
  display: block;
  width: 1px;
  height: calc(40 / 750 * 100vw);
  margin: calc(20 / 750 * 100vw) auto 0;
  background-color: #d0d4df;
  content: "";
}
@media screen and (min-width: 769px) {
  .c-pageTitle {
    padding-top: 70px;
    margin-bottom: 10px;
    background-size: 54px auto;
    font-size: 1.5rem;
  }
  .c-pageTitle img {
    height: 30px;
    margin: 0 auto 13px;
  }
  .c-pageTitle::after {
    height: 40px;
    margin-top: 20px;
  }
}

/*! 星座別一覧タイトル ################# */
.c-horoscopeTitle {
  margin-bottom: calc(10 / 750 * 100vw);
  padding-top: calc(68 / 750 * 100vw);
  background-image: url("assets/images/bg_12horoscope_sp.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: calc(516 / 750 * 100vw) auto;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: calc(28 / 750 * 100vw);
  font-family: "A1明朝", "A1 Mincho", serif;
  font-weight: normal;
}
.c-horoscopeTitle img {
  height: calc(44 / 750 * 100vw);
  margin: 0 auto calc(20 / 750 * 100vw);
}
.c-horoscopeTitle::after {
  display: block;
  width: 1px;
  height: calc(40 / 750 * 100vw);
  margin: calc(10 / 750 * 100vw) auto 0;
  background-color: #d0d4df;
  content: "";
}
@media screen and (min-width: 769px) {
  .c-horoscopeTitle {
    margin-bottom: 17px;
    padding-top: 45px;
    background-image: url("assets/images/bg_12horoscope_pc.png");
    background-size: auto;
    font-size: 1.5rem;
  }
  .c-horoscopeTitle img {
    height: 28px;
    margin: 0 auto 10px;
  }
  .c-horoscopeTitle::after {
    height: 40px;
    margin-top: 20px;
  }
}

/*! おすすめ特集タイトル ################# */
.c-featuresTitle {
  margin-bottom: calc(20 / 750 * 100vw);
  padding-top: calc(54 / 750 * 100vw);
  background-image: url("assets/images/bg_features_sp.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: calc(750 / 750 * 100vw) auto;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: calc(28 / 750 * 100vw);
  font-family: "A1明朝", "A1 Mincho", serif;
  font-weight: normal;
}
.c-featuresTitle img {
  height: calc(44 / 750 * 100vw);
  margin: 0 auto calc(20 / 750 * 100vw);
}
.c-featuresTitle::after {
  display: block;
  width: 1px;
  height: calc(40 / 750 * 100vw);
  margin: calc(20 / 750 * 100vw) auto 0;
  background-color: #d0d4df;
  content: "";
}
@media screen and (min-width: 769px) {
  .c-featuresTitle {
    padding-top: 35px;
    margin-bottom: 20px;
    background-image: url("assets/images/bg_features_pc.png");
    background-size: auto;
    font-size: 1.5rem;
  }
  .c-featuresTitle img {
    height: 30px;
    margin: 0 auto 15px;
  }
  .c-featuresTitle::after {
    height: 40px;
    margin-top: 15px;
  }
}

/*! 日付 ################# */
.c-listPeriod {
  line-height: 1;
  text-align: center;
  font-size: calc(40 / 750 * 100vw);
  font-family: "A1明朝", "A1 Mincho", serif;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .c-listPeriod {
    font-size: 2.25rem;
  }
}
.c-listPeriod span {
  font-size: calc(26 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .c-listPeriod span {
    font-size: 1.625rem;
  }
}

/*! -----------------------------------------------------------------------
## 星座情報 ##################################################
----------------------------------------------------------------------- */
.c-zodiacMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(670 / 750 * 100vw);
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .c-zodiacMedia {
    width: 900px;
  }
}

.c-zodiacMedia__info {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding-left: calc(45 / 750 * 100vw);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-zodiacMedia__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding: 0;
    text-align: right;
  }
}

.c-zodiacMedia__name {
  display: block;
  line-height: 1.1538461538;
  margin-bottom: calc(5 / 750 * 100vw);
  font-size: calc(26 / 750 * 100vw);
}
.c-zodiacMedia__name img {
  width: auto;
  height: calc(52 / 750 * 100vw);
  margin: 0 auto calc(20 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .c-zodiacMedia__name {
    line-height: 1.2;
    margin-bottom: 0;
    text-align: center;
    font-size: 1.25rem;
  }
  .c-zodiacMedia__name img {
    height: 52px;
    margin-bottom: 20px;
  }
}

.c-zodiacMedia__birthday {
  display: block;
  line-height: 1.2727272727;
  font-size: calc(22 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .c-zodiacMedia__birthday {
    line-height: 1.625;
    font-size: 1rem;
  }
}

.c-zodiacMedia__image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding-right: calc(40 / 750 * 100vw);
}
.c-zodiacMedia__image img {
  width: calc(280 / 750 * 100vw);
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .c-zodiacMedia__image {
    padding: 0 0 0 20px;
  }
  .c-zodiacMedia__image img {
    width: 245px;
    margin: 0;
  }
}

/*! -----------------------------------------------------------------------
## ページネーション ##################################################
----------------------------------------------------------------------- */
.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-paginationList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pagination__prev,
.c-pagination__next {
  width: calc(60 / 750 * 100vw);
  height: calc(60 / 750 * 100vw);
  opacity: 0;
}
.c-pagination__prev::before,
.c-pagination__next::before {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(14 / 750 * 100vw) auto;
  content: "";
}
.c-pagination__prev[href],
.c-pagination__next[href] {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .c-pagination__prev,
  .c-pagination__next {
    width: 36px;
    height: 36px;
  }
  .c-pagination__prev::before,
  .c-pagination__next::before {
    background-size: 9px auto;
  }
}

.c-pagination__prev {
  -webkit-transition: opacity 0.2s 0s linear;
  transition: opacity 0.2s 0s linear;
}
.c-pagination__prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2022%22%20width%3D%2214%22%20height%3D%2222%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.4%2018.57a.7.7%200%200%200-.22-.52l-6.48-6.5a.64.64%200%200%201-.22-.5c0-.23.07-.4.22-.5l6.48-6.51a.7.7%200%200%200%20.21-.52.7.7%200%200%200-.21-.51L11.3%201.14a.7.7%200%200%200-.52-.22.7.7%200%200%200-.51.21L.88%2010.54c-.14.12-.21.28-.21.5%200%20.22.07.38.21.51l9.38%209.4a.7.7%200%200%200%20.52.23.7.7%200%200%200%20.52-.22l1.87-1.87a.7.7%200%200%200%20.21-.52Z%22%2F%3E%3C%2Fsvg%3E");
}
.c-pagination__prev[href]:hover {
  opacity: 0.25;
}

.c-pagination__next {
  -webkit-transition: opacity 0.2s 0s linear;
  transition: opacity 0.2s 0s linear;
}
.c-pagination__next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2022%22%20width%3D%2214%22%20height%3D%2222%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M.7%203.52c0%20.2.07.37.21.52l6.48%206.5c.15.13.22.3.22.5%200%20.23-.07.4-.22.51l-6.48%206.5a.7.7%200%200%200-.21.52c0%20.2.07.37.21.52l1.88%201.87a.7.7%200%200%200%20.51.21.7.7%200%200%200%20.52-.21l9.38-9.41c.15-.11.22-.28.22-.5%200-.21-.07-.38-.22-.5L3.82%201.12A.7.7%200%200%200%203.3.92a.7.7%200%200%200-.51.21L.9%203.01a.7.7%200%200%200-.21.51Z%22%2F%3E%3C%2Fsvg%3E");
}
.c-pagination__next[href]:hover {
  opacity: 0.25;
}

.c-pagination__num {
  margin: 0 calc(10 / 750 * 100vw);
}
.c-pagination__num a, .c-pagination__num.is-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(60 / 750 * 100vw);
  height: calc(60 / 750 * 100vw);
  line-height: 1;
  border-radius: 1000px;
  font-size: calc(34 / 750 * 100vw);
  -webkit-transition: background-color 0.2s 0s linear;
  transition: background-color 0.2s 0s linear;
}
.c-pagination__num.is-current a {
  background-color: #999;
  color: #fff;
}
.c-pagination__num.is-current a:hover {
  background-color: #999;
}
.c-pagination__num a:hover {
  background-color: #efefef;
}
@media screen and (min-width: 769px) {
  .c-pagination__num {
    margin: 0 12px;
  }
  .c-pagination__num a, .c-pagination__num.is-dots {
    width: 36px;
    height: 36px;
    font-size: 1.25rem;
  }
}

/*! -----------------------------------------------------------------------
## リンクボタン ##################################################
----------------------------------------------------------------------- */
.c-linkButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(40 / 750 * 100vw);
  padding: calc(80 / 750 * 100vw) calc(52 / 750 * 100vw) 0;
}
.c-linkButtons .c-button {
  width: 100%;
  font-size: calc(32 / 750 * 100vw);
  background-color: #fff;
}
.c-linkButtons .c-button::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfaf7), to(#fbfaf7)), -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ccc)), -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ccc));
  background-image: linear-gradient(to bottom, #fbfaf7 0%, #fbfaf7 100%), linear-gradient(to bottom, #ccc 0%, #ccc 100%), linear-gradient(to bottom, #ccc 0%, #ccc 100%);
}
.c-linkButtons .c-button.is-weekly {
  -webkit-box-shadow: inset 0 0 0 calc(10 / 750 * 100vw) #e9eef8;
          box-shadow: inset 0 0 0 calc(10 / 750 * 100vw) #e9eef8;
}
.c-linkButtons .c-button.is-yearly {
  -webkit-box-shadow: inset 0 0 0 calc(10 / 750 * 100vw) #e9f8f4;
          box-shadow: inset 0 0 0 calc(10 / 750 * 100vw) #e9f8f4;
}
.c-linkButtons .c-button.is-halfyearly {
  -webkit-box-shadow: inset 0 0 0 calc(10 / 750 * 100vw) #e9f8f4;
          box-shadow: inset 0 0 0 calc(10 / 750 * 100vw) #e9f8f4;
}
.c-linkButtons .c-button.is-top {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: url("assets/images/btn_back_to_top.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-linkButtons .c-button.is-top img {
  width: calc(460 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .c-linkButtons {
    width: 892px;
    gap: 40px;
    margin: 40px auto 0;
    padding: 20px 0 0;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
  }
  .c-linkButtons .c-button {
    width: 400px;
    margin: auto;
    font-size: 1.25rem;
  }
  .c-linkButtons .c-button.is-weekly {
    -webkit-box-shadow: inset 0 0 0 6px #e9eef8;
            box-shadow: inset 0 0 0 6px #e9eef8;
  }
  .c-linkButtons .c-button.is-yearly {
    -webkit-box-shadow: inset 0 0 0 6px #e9f8f4;
            box-shadow: inset 0 0 0 6px #e9f8f4;
  }
  .c-linkButtons .c-button.is-halfyearly {
    -webkit-box-shadow: inset 0 0 0 6px #e9f8f4;
            box-shadow: inset 0 0 0 6px #e9f8f4;
  }
  .c-linkButtons .c-button.is-top img {
    width: 308px;
  }
}

.c-linkButtons__item {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-linkButtons__item {
    max-width: 400px;
  }
}
.c-linkButtons__item.is-top {
  max-width: none;
}

/*! -----------------------------------------------------------------------
## モーダル ##################################################
----------------------------------------------------------------------- */
.c-modal__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999993;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.c-modal {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999994;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.c-modal__inner {
  position: relative;
  max-height: 85vh;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: calc(40 / 750 * 100vw) 0 0;
}
@media screen and (min-width: 769px) {
  .c-modal__inner {
    padding: 30px 0 0;
  }
}

.c-modal__viewport {
  width: calc(710 / 750 * 100vw);
  max-height: 85vh;
  overflow: auto;
  pointer-events: all;
}
@media screen and (min-width: 769px) {
  .c-modal__viewport {
    width: 920px;
    height: 85vh;
    max-height: 1130px;
  }
}

.c-modal__contents {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: calc(120 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .c-modal__contents {
    padding: 110px 0 75px;
  }
}

.c-modal__closeBtn {
  cursor: pointer;
}
.c-modal__closeBtn[data-position=top] {
  position: absolute;
  top: 0;
  right: calc(10 / 750 * 100vw);
  width: calc(116 / 750 * 100vw);
  height: calc(20 / 750 * 100vw);
  text-indent: -999em;
  pointer-events: all;
}
@media screen and (min-width: 769px) {
  .c-modal__closeBtn[data-position=top] {
    right: 5px;
    width: 82px;
    height: 14px;
  }
}

/*! -----------------------------------------------------------------------
## 下層ページおすすめのアロマ・ハーブ #########################################
----------------------------------------------------------------------- */
.c-aroma {
  position: relative;
  padding: calc(80 / 750 * 100vw) calc(40 / 750 * 100vw) calc(70 / 750 * 100vw);
  background-color: #fcfaf6;
  border-left: calc(20 / 750 * 100vw) solid #fff;
  border-right: calc(20 / 750 * 100vw) solid #fff;
}
.c-aroma img {
  position: absolute;
  top: calc(-90 / 750 * 100vw);
  left: 0;
  right: 0;
  width: auto;
  height: calc(170 / 750 * 100vw);
  margin: auto;
  content: "";
}
.c-aroma h2 {
  line-height: 1.25;
  text-align: center;
  font-weight: normal;
  font-size: calc(40 / 750 * 100vw);
  font-family: "A1明朝", "A1 Mincho", serif;
}
.c-aroma p {
  position: relative;
  max-width: 660px;
  line-height: 1.6;
  margin: calc(35 / 750 * 100vw) auto 0;
  text-align: center;
  font-size: calc(30 / 750 * 100vw);
  font-family: "A1明朝", "A1 Mincho", serif;
}
.c-aroma p::after {
  display: none;
}
@media screen and (min-width: 769px) {
  .c-aroma {
    position: relative;
    padding: 63px 0 45px;
    border-left-width: 20px;
    border-right-width: 20px;
  }
  .c-aroma img {
    position: absolute;
    top: -76px;
    height: 141px;
  }
  .c-aroma h2 {
    line-height: 1.4666666667;
    margin: 13px 0;
    padding: 0;
    font-size: 1.875rem;
  }
  .c-aroma p {
    line-height: 1.7;
    margin: 23px auto;
    font-size: 1.1rem;
  }
}

.c-aroma__zodiac {
  display: block;
  line-height: 1.5625;
  text-align: center;
  color: #000;
  font-size: calc(32 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .c-aroma__zodiac {
    line-height: 1.8333333333;
    font-size: 1.5rem;
  }
}

.c-aroma__title {
  display: block;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-aroma__title {
    line-height: 1.2666666667;
    font-size: 1.875rem;
  }
}

/*! -----------------------------------------------------------------------
## 星座別リスト ##################################################
----------------------------------------------------------------------- */
.c-12horoscope {
  padding: 0 calc(40 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .c-12horoscope {
    padding: 0;
  }
}

/* 共通 ################# */
.c-zodiacList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: calc(10 / 750 * 100vw) auto 0;
}
.c-zodiacList li {
  position: relative;
}
.c-zodiacList li::before {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.c-zodiacList li a {
  display: block;
}
@media screen and (min-width: 769px) {
  .c-zodiacList {
    margin-top: 20px;
  }
  .c-zodiacList li a {
    height: 100%;
    will-change: opacity;
    -webkit-transition: opacity 0.2s 0s linear;
    transition: opacity 0.2s 0s linear;
  }
  .c-zodiacList li a:hover {
    opacity: 0.7;
  }
}

/* トップページ用 ################# */
.is-top .c-zodiacList li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
.is-top .c-zodiacList li a {
  padding: calc(50 / 750 * 100vw) calc(40 / 750 * 100vw);
}
.is-top .c-zodiacList li:nth-child(odd)::before {
  top: calc(-55.5 / 750 * 100vw);
  right: calc(-55.5 / 750 * 100vw);
  width: calc(111 / 750 * 100vw);
  height: calc(111 / 750 * 100vw);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20111%20111%22%20width%3D%22111%22%20height%3D%22111%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23CFCFCF%22%20d%3D%22M55%2061h1v50h-1V61ZM55%200h1v50h-1V0ZM61%2055h50v1H61v-1ZM0%2055h50v1H0v-1Z%22%2F%3E%3C%2Fsvg%3E");
}
.is-top .c-zodiacList li:nth-child(1)::before {
  display: none;
}
@media screen and (min-width: 769px) {
  .is-top .c-zodiacList {
    width: 870px;
  }
  .is-top .c-zodiacList li {
    -ms-flex-preferred-size: 290px;
        flex-basis: 290px;
    max-width: 290px;
    height: 320px;
  }
  .is-top .c-zodiacList li a {
    padding: 40px 10px;
  }
  .is-top .c-zodiacList li:nth-child(n+3)::before {
    top: -29px;
    right: -29px;
    width: 57px;
    height: 57px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2067%2067%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23cfcfcf%22%20d%3D%22M33%2037h1v30h-1V37ZM33%200h1v30h-1V0ZM37%2033h30v1H37v-1ZM0%2033h30v1H0v-1Z%22%2F%3E%3C%2Fsvg%3E");
  }
  .is-top .c-zodiacList li:nth-child(1)::before, .is-top .c-zodiacList li:nth-child(2)::before, .is-top .c-zodiacList li:nth-child(3n)::before {
    display: none;
  }
}

/* 下層ページ用 ################# */
.is-archive .c-zodiacList,
.is-single .c-zodiacList {
  margin-top: calc(23 / 750 * 100vw);
}
.is-archive .c-zodiacList li,
.is-single .c-zodiacList li {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  max-width: 33.33%;
}
.is-archive .c-zodiacList li a,
.is-single .c-zodiacList li a {
  padding: calc(35 / 750 * 100vw) 0 calc(45 / 750 * 100vw);
}
.is-archive .c-zodiacList li:nth-child(n+4)::before,
.is-single .c-zodiacList li:nth-child(n+4)::before {
  top: calc(-55.5 / 750 * 100vw);
  right: calc(-55.5 / 750 * 100vw);
  width: calc(111 / 750 * 100vw);
  height: calc(111 / 750 * 100vw);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20111%20111%22%20width%3D%22111%22%20height%3D%22111%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23CFCFCF%22%20d%3D%22M55%2061h1v50h-1V61ZM55%200h1v50h-1V0ZM61%2055h50v1H61v-1ZM0%2055h50v1H0v-1Z%22%2F%3E%3C%2Fsvg%3E");
}
.is-archive .c-zodiacList li:nth-child(3n)::before,
.is-single .c-zodiacList li:nth-child(3n)::before {
  display: none;
}
@media screen and (min-width: 769px) {
  .is-archive .c-zodiacList,
  .is-single .c-zodiacList {
    width: 960px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .is-archive .c-zodiacList li,
  .is-single .c-zodiacList li {
    -ms-flex-preferred-size: 155px;
        flex-basis: 155px;
    max-width: 155px;
  }
  .is-archive .c-zodiacList li::before,
  .is-single .c-zodiacList li::before {
    display: none;
  }
  .is-archive .c-zodiacList li a,
  .is-single .c-zodiacList li a {
    padding: 0 0 20px 0;
  }
  .is-archive .c-zodiacList li:nth-child(n+7) a,
  .is-single .c-zodiacList li:nth-child(n+7) a {
    padding: 40px 0 20px 0;
  }
  .is-archive .c-zodiacList li:nth-child(n+7)::before,
  .is-single .c-zodiacList li:nth-child(n+7)::before {
    display: block;
    top: -29px;
    right: -18px;
    width: 39px;
    height: 67px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2039%2067%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23CFCFCF%22%20d%3D%22M19%2037h1v30h-1V37ZM19%200h1v30h-1V0ZM23%2033h16v1H23v-1ZM0%2033h16v1H0v-1Z%22%2F%3E%3C%2Fsvg%3E");
  }
  .is-archive .c-zodiacList li:last-child::before,
  .is-single .c-zodiacList li:last-child::before {
    display: none;
  }
}

.is-top .c-zodiacList__image {
  width: calc(242 / 750 * 100vw);
  margin: 0 auto calc(16 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .is-top .c-zodiacList__image {
    width: 195px;
    margin-bottom: 10px;
  }
}

.is-archive .c-zodiacList__image,
.is-single .c-zodiacList__image {
  width: calc(190 / 750 * 100vw);
  margin: 0 auto calc(20 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .is-archive .c-zodiacList__image,
  .is-single .c-zodiacList__image {
    width: 140px;
    margin-bottom: 5px;
  }
}

.c-zodiacList__nameImage {
  width: auto;
  height: calc(36 / 750 * 100vw);
  margin: 0 auto calc(8 / 750 * 100vw);
}
.is-archive .c-zodiacList__nameImage, .is-single .c-zodiacList__nameImage {
  margin: 0 auto calc(13 / 750 * 100vw);
}

@media screen and (min-width: 769px) {
  .c-zodiacList__nameImage {
    height: 30px;
    margin-bottom: 5px;
  }
  .is-archive .c-zodiacList__nameImage, .is-single .c-zodiacList__nameImage {
    height: 21px;
    margin-bottom: 5px;
  }
}

.c-zodiacList__name {
  display: block;
  line-height: 1.1538461538;
  margin-bottom: calc(6 / 750 * 100vw);
  text-align: center;
  font-size: calc(26 / 750 * 100vw);
}
.is-archive .c-zodiacList__name, .is-single .c-zodiacList__name {
  margin-bottom: calc(10 / 750 * 100vw);
}

@media screen and (min-width: 769px) {
  .c-zodiacList__name {
    line-height: 1.5;
    margin-bottom: 2px;
    font-size: 1rem;
  }
  .is-archive .c-zodiacList__name, .is-single .c-zodiacList__name {
    margin-bottom: 3px;
  }
}

.c-zodiacList__birthday {
  display: block;
  line-height: 1;
  text-align: center;
  font-size: calc(22 / 750 * 100vw);
}
.c-zodiacList__birthday .u-spbr {
  display: none;
}
.is-archive .c-zodiacList__birthday .u-spbr, .is-single .c-zodiacList__birthday .u-spbr {
  display: inline;
}

@media screen and (min-width: 769px) {
  .c-zodiacList__birthday {
    font-size: 0.875rem;
  }
  .is-archive .c-zodiacList__birthday .u-spbr, .is-single .c-zodiacList__birthday .u-spbr {
    display: none;
  }
  .is-archive .c-zodiacList__birthday, .is-single .c-zodiacList__birthday {
    font-size: 0.75rem;
  }
}

/*! -----------------------------------------------------------------------
## プロフィール ##################################################
----------------------------------------------------------------------- */
.c-profile {
  width: calc(696 / 750 * 100vw);
  margin: calc(60 / 750 * 100vw) auto 0;
  padding: calc(60 / 750 * 100vw);
  border-style: solid;
  border-image-slice: 55 55 55 55;
  border-image-width: calc(55 / 750 * 100vw) calc(55 / 750 * 100vw) calc(55 / 750 * 100vw) calc(55 / 750 * 100vw);
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: repeat repeat;
  border-image-source: url("assets/images/bd_profile_sp.png");
}
@media screen and (min-width: 769px) {
  .c-profile {
    width: 976px;
    margin-top: 54px;
    padding: 50px 95px;
    border-image-slice: 40 40 40 40;
    border-image-width: 40px 40px 40px 40px;
    border-image-source: url("assets/images/bd_profile_pc.png");
  }
}

.c-profile__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "A1明朝", "A1 Mincho", serif;
}
@media screen and (min-width: 769px) {
  .c-profile__name {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-profile__name--kanji {
  font-size: calc(42 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .c-profile__name--kanji {
    font-size: 1.75rem;
  }
}

.c-profile__name--roman {
  border-left: 1px solid #000;
  margin-left: calc(40 / 750 * 100vw);
  padding-left: calc(30 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .c-profile__name--roman {
    margin-left: 30px;
    padding-left: 23px;
    font-size: 1rem;
  }
}

.c-profile__text {
  line-height: 1.75;
  margin-top: calc(30 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .c-profile__text {
    line-height: 1.875;
    margin-top: 20px;
    font-size: 1rem;
  }
}

.c-profile__link {
  line-height: 1.75;
  margin-top: calc(20 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
}
.c-profile__link span, .c-profile__link a {
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .c-profile__link {
    line-height: 1.875;
    margin-top: 15px;
    font-size: 1rem;
  }
  .c-profile__link a {
    text-decoration: underline;
  }
  .c-profile__link a:hover {
    text-decoration: none;
  }
}

/*! -----------------------------------------------------------------------
## おすすめの占い特集 ##################################################
----------------------------------------------------------------------- */
.c-featureBanner__item {
  padding: 0 calc(25 / 750 * 100vw);
}
.c-featureBanner a {
  position: relative;
  display: block;
}
.c-featureBanner__image {
  position: relative;
  display: block;
}
.c-featureBanner__image::before {
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ccc)), -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ccc));
  background-image: linear-gradient(to bottom, #fff 0%, #fff 100%), linear-gradient(to bottom, #ccc 0%, #ccc 100%), linear-gradient(to bottom, #ccc 0%, #ccc 100%);
  background-repeat: no-repeat;
  background-position: right bottom, right 0, 0 bottom;
  background-size: 3px 3px, 1px 100%, 100% 1px;
  pointer-events: none;
  content: "";
}
.c-featureBanner__text {
  line-height: 1.75;
  margin-top: calc(24 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .c-featureBanner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 960px;
    margin: 0 auto;
  }
  .c-featureBanner__item {
    max-width: 300px;
    width: calc((100% - 60px) / 3);
    margin-bottom: 36px;
    padding: 0;
  }
  .c-featureBanner__item:nth-child(n+2) {
    margin-left: 30px;
  }
  .c-featureBanner__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-featureBanner a {
    -webkit-transition: opacity 0.2s 0s linear;
    transition: opacity 0.2s 0s linear;
    will-change: opacit;
  }
  .c-featureBanner a[href]:hover {
    opacity: 0.7;
  }
  .c-featureBanner__text {
    line-height: 1.7142857143;
    margin-top: 28px;
    font-size: 0.875rem;
  }
}
.c-featureBanner .slick-slide {
  padding-bottom: calc(8 / 750 * 100vw);
}
.c-featureBanner .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 2;
  width: calc(80 / 750 * 100vw);
  height: calc(80 / 750 * 100vw);
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(19 / 750 * 100vw) auto;
  border-radius: 1000px;
  text-indent: -999em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
}
.c-featureBanner .slick-prev {
  left: calc(37 / 750 * 100vw);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019%2033%22%20width%3D%2219%22%20height%3D%2233%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M.75%2018.14%2014.9%2031.73c1.04%201.04%202.05%201.04%203.03%200%20.45-.46.68-1%20.68-1.61a1.9%201.9%200%200%200-.68-1.52l-12.5-12%2012.5-12.02c1.04-1.04%201.04-2.08%200-3.12a2.11%202.11%200%200%200-1.57-.59c-.58%200-1.07.2-1.46.59L.75%2015.02c-.46.46-.69.98-.69%201.56%200%20.59.23%201.1.69%201.57Z%22%2F%3E%3C%2Fsvg%3E");
}
.c-featureBanner .slick-next {
  right: calc(37 / 750 * 100vw);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019%2033%22%20width%3D%2219%22%20height%3D%2233%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M18.25%2014.86%204.1%201.28C3.05.24%202.04.24%201.06%201.28c-.45.46-.68%201-.68%201.61%200%20.62.23%201.12.68%201.52l12.5%2012-12.5%2012.02c-1.04%201.04-1.04%202.08%200%203.12.4.4.92.59%201.57.59.58%200%201.07-.2%201.46-.59l14.16-13.57c.46-.46.68-.98.68-1.56%200-.59-.22-1.1-.68-1.57Z%22%2F%3E%3C%2Fsvg%3E");
}
.c-featureBanner .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc(60 / 750 * 100vw);
}
.c-featureBanner .slick-dots button {
  display: block;
  width: calc(20 / 750 * 100vw);
  height: calc(20 / 750 * 100vw);
  margin: 0 calc(15 / 750 * 100vw);
  padding: 0;
  background-color: #f1f1f1;
  border-radius: 1000px;
  overflow: hidden;
  text-indent: -999em;
}
.c-featureBanner .slick-active button {
  background-color: #283167;
}

/*! -----------------------------------------------------------------------
## おすすめの特集 ##################################################
----------------------------------------------------------------------- */
.c-featureOtherBanner {
  margin-top: calc(55 / 750 * 100vw);
}
.c-featureOtherBanner a {
  position: relative;
  display: block;
}
.c-featureOtherBanner__image {
  position: relative;
  display: block;
}
.c-featureOtherBanner__text {
  line-height: 1.75;
  padding: calc(16 / 750 * 100vw) calc(40 / 750 * 100vw) calc(52 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .c-featureOtherBanner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .c-featureOtherBanner__item {
    width: calc((100% - 146px) / 3);
    margin-bottom: 40px;
    border-radius: 5px;
  }
  .c-featureOtherBanner__item:nth-child(n+2) {
    margin-left: 73px;
  }
  .c-featureOtherBanner__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-featureOtherBanner__text {
    line-height: 1.7142857143;
    padding: 24px 0 0;
    font-size: 0.875rem;
  }
  .c-featureOtherBanner a {
    display: block;
    -webkit-transition: opacity 0.2s 0s linear;
    transition: opacity 0.2s 0s linear;
    will-change: opacit;
  }
  .c-featureOtherBanner a[href]:hover {
    opacity: 0.7;
  }
}

/*! -----------------------------------------------------------------------
## 記事コンテンツ部分のコンポーネント ###########################################
----------------------------------------------------------------------- */
.c-article h1, .c-article h2, .c-article h3, .c-article h4, .c-article h5, .c-article h6 {
  line-height: 1.25;
  margin: calc(20 / 750 * 100vw) 0;
  padding: 0 calc(60 / 750 * 100vw);
  color: #283167;
  text-align: center;
  font-weight: normal;
  font-size: calc(40 / 750 * 100vw);
  font-family: "A1明朝", "A1 Mincho", serif;
}
@media screen and (min-width: 769px) {
  .c-article h1, .c-article h2, .c-article h3, .c-article h4, .c-article h5, .c-article h6 {
    line-height: 1.4666666667;
    margin: 13px 0;
    padding: 0;
    font-size: 1.875rem;
  }
}
.c-article p {
  position: relative;
  max-width: 660px;
  line-height: 1.75;
  margin: calc(20 / 750 * 100vw) auto 0;
  padding: 0 calc(60 / 750 * 100vw) calc(120 / 750 * 100vw);
  font-size: calc(28 / 750 * 100vw);
}
.c-article p::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  pointer-events: none;
}
.c-article p a {
  text-decoration: underline;
}
.c-article p a:hover {
  text-decoration: none;
}
.c-article p:nth-of-type(odd)::after {
  height: calc(97 / 750 * 100vw);
  background-image: url("assets/images/bg_paragraph01_sp.png");
  background-size: calc(600 / 750 * 100vw) auto;
}
.c-article p:nth-of-type(even)::after {
  bottom: calc(28 / 750 * 100vw);
  height: calc(72 / 750 * 100vw);
  background-image: url("assets/images/bg_paragraph02_sp.png");
  background-size: calc(446 / 750 * 100vw) auto;
}
@media screen and (min-width: 769px) {
  .c-article p {
    line-height: 2.4285714286;
    margin: 13px auto;
    padding: 0 0 70px;
    font-size: 1.1rem;
  }
  .c-article p:nth-of-type(odd)::after {
    top: -200px;
    height: 280px;
    margin: auto;
    background-image: url("assets/images/bg_paragraph01_pc.png");
    background-size: auto;
  }
  .c-article p:nth-of-type(even)::after {
    top: -145px;
    bottom: auto;
    height: 149px;
    background-image: url("assets/images/bg_paragraph02_pc.png");
    background-size: auto;
  }
}
@media screen and (min-width: 769px) {
  .c-article {
    padding: 0 20px;
  }
}

.is-single .c-article p:nth-of-type(odd)::after {
  bottom: calc(8 / 750 * 100vw);
  height: calc(97 / 750 * 100vw);
  background-image: url("assets/images/bg_paragraph03_sp.png");
  background-size: calc(338 / 750 * 100vw) auto;
}
.is-single .c-article p:nth-of-type(even)::after {
  bottom: calc(8 / 750 * 100vw);
  height: calc(72 / 750 * 100vw);
  background-image: url("assets/images/bg_paragraph04_sp.png");
  background-size: calc(376 / 750 * 100vw) auto;
}
.is-single .c-article p:last-of-type {
  padding-bottom: calc(150 / 750 * 100vw);
}
.is-single .c-article p:last-of-type::after {
  display: none;
}
@media screen and (min-width: 769px) {
  .is-single .c-article p {
    margin: 0 auto;
    padding: 0 0 45px;
  }
  .is-single .c-article p:nth-of-type(odd)::after {
    top: -40px;
    bottom: auto;
    left: 50%;
    right: 0;
    width: 1200px;
    height: 195px;
    margin: auto;
    background-image: url("assets/images/bg_paragraph03_pc.png");
    background-position: center 0;
    background-size: 1200px auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .is-single .c-article p:nth-of-type(even)::after {
    top: auto;
    bottom: -30px;
    left: 50%;
    right: 0;
    width: 1200px;
    height: 265px;
    margin: auto;
    background-image: url("assets/images/bg_paragraph04_pc.png");
    background-position: center 0;
    background-size: 1200px auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .is-single .c-article p:last-of-type {
    padding-bottom: 130px;
  }
}

/*! -----------------------------------------------------------------------
## Main Contents ##################################################
----------------------------------------------------------------------- */
.l-mainContents {
  position: relative;
  overflow: hidden;
  background-image: url("assets/images/bg_kv_sp.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% auto;
}
@media screen and (min-width: 769px) {
  .l-mainContents {
    background-image: url("assets/images/bg_kv02_pc.png");
    background-size: auto 656px;
  }
  .l-mainContents::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 656px;
    background-image: url("assets/images/bg_deco02_pc.png");
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: auto 656px;
    pointer-events: none;
    content: "";
  }
}
@media screen and (min-width: 1300px) {
  .l-mainContents {
    background-image: url("assets/images/bg_kv01_pc.png");
  }
  .l-mainContents::before {
    background-image: url("assets/images/bg_deco01_pc.png");
  }
}
.l-mainContents.is-under {
  background-image: url("assets/images/bg_kv_under_sp.png");
}
@media screen and (min-width: 769px) {
  .l-mainContents.is-under {
    background-image: url("assets/images/bg_kv_under_pc.png");
    background-size: auto 308px;
  }
  .l-mainContents.is-under::before {
    height: 277px;
    background-image: url("assets/images/bg_deco01_under_pc.png");
    background-size: auto 277px;
  }
}
@media screen and (min-width: 1300px) {
  .l-mainContents.is-under::before {
    background-image: url("assets/images/bg_deco02_under_pc.png");
    background-size: auto 277px;
  }
}

/*! -----------------------------------------------------------------------
## Header ##################################################
----------------------------------------------------------------------- */
.l-header {
  position: relative;
  z-index: 100;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100 / 750 * 100vw);
  padding: 0 calc(15 / 750 * 100vw) 0 calc(25 / 750 * 100vw);
  border-bottom: 1px solid #9398b3;
}
@media screen and (min-width: 769px) {
  .l-header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 960px;
    height: 44px;
    margin: 0 auto;
    padding: 0 20px;
    border: 0;
  }
}

.l-header__logo {
  width: calc(134 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .l-header__logo {
    width: 92px;
  }
}

/*! GlobalNavi  ################# */
.l-globalNavi {
  font-size: calc(20 / 750 * 100vw);
}
.l-globalNavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-globalNavi li a {
  position: relative;
  display: block;
  padding: calc(20 / 750 * 100vw) calc(5 / 750 * 100vw) calc(12 / 750 * 100vw);
  text-align: center;
  letter-spacing: 0.1em;
}
.l-globalNavi li:nth-child(n+2) {
  margin-left: calc(15 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .l-globalNavi {
    padding-top: 10px;
    font-size: 0.875rem;
  }
  .l-globalNavi li a {
    display: inline-block;
    padding: 0;
  }
  .l-globalNavi li a:hover {
    text-decoration: underline;
  }
  .l-globalNavi li:nth-child(n+2) {
    margin-left: 20px;
  }
  .l-globalNavi li:nth-child(n+2) a::before {
    display: none;
  }
}

/*! -----------------------------------------------------------------------
## Footer ##################################################
----------------------------------------------------------------------- */
.l-footer {
  margin-top: calc(80 / 750 * 100vw);
}
.l-footer .c-features {
  margin-top: calc(84 / 750 * 100vw);
  margin-bottom: calc(100 / 750 * 100vw);
}
.l-footer .c-features__others {
  padding-top: calc(65 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .l-footer {
    margin-top: 60px;
  }
  .l-footer .c-features {
    margin-top: 80px;
    margin-bottom: 60px;
    padding: 0 20px;
  }
  .l-footer .c-features__others {
    padding-top: 48px;
  }
}

.l-footer__featureBtn {
  width: calc(670 / 750 * 100vw);
  height: calc(240 / 750 * 100vw);
  line-height: 0.75;
  margin: calc(60 / 750 * 100vw) auto 0;
  background-image: url("assets/images/bg_feature_felissimo_btn_sp.png");
  background-repeat: no-repeat;
  background-position: center calc(34 / 750 * 100vw);
  background-size: calc(608 / 750 * 100vw) auto;
  -webkit-box-shadow: inset 0 0 0 calc(14 / 750 * 100vw) #f1f1f1;
          box-shadow: inset 0 0 0 calc(14 / 750 * 100vw) #f1f1f1;
}
.l-footer__featureBtn > span {
  display: inline-block;
  text-align: center;
  font-size: calc(32 / 750 * 100vw);
}
.l-footer__featureBtn img {
  width: calc(406 / 750 * 100vw);
  margin: auto;
}
@media screen and (min-width: 769px) {
  .l-footer__featureBtn {
    max-width: 960px;
    width: 100%;
    height: 160px;
    margin: 20px auto 0;
    background-image: url("assets/images/bg_feature_felissimo_btn_pc.png");
    background-position: center 24px;
    background-size: 570px auto;
    -webkit-box-shadow: inset 0 0 0 10px #f1f1f1;
            box-shadow: inset 0 0 0 10px #f1f1f1;
  }
  .l-footer__featureBtn span {
    font-size: 1.8rem;
    font-family: "A1明朝 B JIS2004 AP", "A1 Mincho B JIS2004 AP", serif;
  }
  .l-footer__featureBtn img {
    width: 406px;
    height: 29px;
  }
}

.l-footer__guideBtn {
  width: calc(600 / 750 * 100vw);
  margin: calc(65 / 750 * 100vw) auto 0;
}
@media screen and (min-width: 769px) {
  .l-footer__guideBtn {
    width: 500px;
    margin-top: 65px;
  }
}

/*-----------------------------------------------------
Footer_fca
-------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #Footer_fca {
    display: block;
    line-height: 1.4em;
    margin-top: calc(25 / 750 * 100vw);
    border-top: 1px solid #cccccc;
    text-align: center;
    font-size: calc(24 / 750 * 100vw);
    font-family: Arial, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  }
  #Footer_fca ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: calc(28 / 750 * 100vw) calc(130 / 750 * 100vw);
    text-align: center;
    font-size: calc(24 / 750 * 100vw);
  }
  #Footer_fca ul li {
    display: inline;
    padding: calc(8 / 750 * 100vw) 0 calc(10 / 750 * 100vw);
  }
  #Footer_fca ul li:nth-child(n+2) a {
    border-left: 1px solid #cccccc;
  }
  #Footer_fca ul li:nth-child(4) a {
    border-left: none;
  }
  #Footer_fca ul li a {
    display: block;
    padding: 0 calc(10 / 750 * 100vw);
    outline: none;
    overflow: hidden;
    cursor: pointer;
    color: #999;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #Footer_fca .logo_fca {
    height: 31px;
    margin: 0 0 calc(16 / 750 * 100vw) 0;
    text-align: center;
    background-image: url("https://www.suruga-ya.click/fws/common/images/global/logo.svg");
    background-repeat: no-repeat;
    background-size: 90px auto;
    background-position: center;
    overflow: hidden;
    text-indent: -9999px;
  }
  #Footer_fca .copy_fca {
    margin-top: calc(45 / 750 * 100vw);
    padding: 0 0 calc(40 / 750 * 100vw);
    font-family: Arial, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui";
  }
}
@media screen and (min-width: 769px) {
  #Footer_fca {
    width: 100%;
    margin-top: 20px;
    padding: 0 0 57px 0;
    overflow: hidden;
    color: #000;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  }
  #Footer_fca ul {
    width: 100%;
    clear: both;
    padding: 25px 0 14px 0;
    text-align: center;
    border-top: 1px solid #cccccc;
  }
  #Footer_fca ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #Footer_fca li {
    padding: 10px 0;
    line-height: 1;
    font-size: 0.6875rem;
  }
  #Footer_fca li:first-child a {
    border-left: 1px solid #ccc;
  }
  #Footer_fca li a {
    padding: 0 15px;
    border-right: 1px solid #ccc;
    color: #999;
  }
  #Footer_fca li a:hover {
    text-decoration: underline;
  }
  #Footer_fca p.logo_fca {
    width: 90px;
    margin: 0 auto 10px;
  }
  #Footer_fca p.logo_fca a {
    width: 90px;
    height: 31px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url("https://www.suruga-ya.click/fws/common/images/global/logo.svg");
    background-size: contain;
  }
  #Footer_fca p.copy_fca {
    width: 100%;
    line-height: 2.25;
    margin-top: 14px;
    text-align: center;
    letter-spacing: 0.04em;
    font-size: 0.8125rem;
    font-family: Helvetica, Arial, sans-serif;
  }
  #Footer_fca p.copy_fca a:hover {
    color: #fff;
    background-color: #ff3366;
  }
}
/* -----------------------------------------------------------------------
## ナビゲーション ##################################################
----------------------------------------------------------------------- */
.p-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(655 / 750 * 100vw);
  margin-inline: auto;
  gap: calc(35 / 750 * 100vw);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: calc(70 / 750 * 100vw);
}
.p-navi li {
  width: calc(50% - 17.5 / 750 * 100vw);
  min-width: calc(150 / 750 * 100vw);
  line-height: 1.3333333333;
  text-align: center;
}
.p-navi li img {
  height: calc(23 / 750 * 100vw);
  margin-bottom: calc(20 / 750 * 100vw);
}
.p-navi .c-button {
  width: 100%;
  height: calc(150 / 750 * 100vw);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  letter-spacing: 0.08em;
  font-size: calc(22 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .p-navi {
    width: 655px;
    -ms-grid-columns: 310px 35px 310px;
    grid-template-columns: 310px 310px;
    gap: 35px;
    margin: 0 auto 55px;
  }
  .p-navi li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 310px;
    min-width: auto;
  }
  .p-navi li img {
    height: 22px;
    margin-bottom: 20px;
  }
  .p-navi li:last-child img {
    margin-bottom: 16px;
  }
  .p-navi .c-button {
    height: 150px;
    padding-top: 15px;
    font-size: 1.375rem;
  }
}

.p-navi__year {
  background-image: url("assets/images/top/bg_year.png");
  -webkit-box-shadow: inset 0 0 0 calc(12 / 750 * 100vw) #f2f3f7;
          box-shadow: inset 0 0 0 calc(12 / 750 * 100vw) #f2f3f7;
}
@media screen and (min-width: 769px) {
  .p-navi__year {
    -webkit-box-shadow: inset 0 0 0 8px #f2f3f7;
            box-shadow: inset 0 0 0 8px #f2f3f7;
  }
}

.p-navi__halfyear {
  background-image: url("assets/images/top/bg_half_year.png");
  -webkit-box-shadow: inset 0 0 0 calc(12 / 750 * 100vw) #f2f3f7;
          box-shadow: inset 0 0 0 calc(12 / 750 * 100vw) #f2f3f7;
}
@media screen and (min-width: 769px) {
  .p-navi__halfyear {
    -webkit-box-shadow: inset 0 0 0 8px #f2f3f7;
            box-shadow: inset 0 0 0 8px #f2f3f7;
  }
}

.p-navi__horoscope {
  background-image: url("assets/images/top/bg_horoscope.png");
  -webkit-box-shadow: inset 0 0 0 calc(12 / 750 * 100vw) #f2f3f7;
          box-shadow: inset 0 0 0 calc(12 / 750 * 100vw) #f2f3f7;
}
@media screen and (min-width: 769px) {
  .p-navi__horoscope {
    -webkit-box-shadow: inset 0 0 0 8px #f2f3f7;
            box-shadow: inset 0 0 0 8px #f2f3f7;
  }
}

.p-navi__about {
  background-image: url("assets/images/top/bg_about_sp.png");
  background-position: 0 0;
  background-size: cover;
  -webkit-box-shadow: inset 0 0 0 calc(12 / 750 * 100vw) #f9f8f4;
          box-shadow: inset 0 0 0 calc(12 / 750 * 100vw) #f9f8f4;
}
@media screen and (min-width: 769px) {
  .p-navi__about {
    -webkit-box-shadow: inset 0 0 0 8px #f9f8f4;
            box-shadow: inset 0 0 0 8px #f9f8f4;
  }
}

.p-about {
  background-image: url("assets/images/top/bg_modal_sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p-about {
    background-image: url("assets/images/top/bg_modal_pc.png");
  }
}

.p-about__title {
  margin-bottom: calc(70 / 750 * 100vw);
  text-align: center;
  font-size: calc(40 / 750 * 100vw);
  font-weight: normal;
  font-family: "A1明朝", "A1 Mincho", serif;
}
.p-about__title img {
  width: calc(120 / 750 * 100vw);
  height: calc(24 / 750 * 100vw);
  margin: 0 auto calc(20 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .p-about__title {
    margin-bottom: 50px;
    letter-spacing: 0.08em;
    font-size: 1.75rem;
  }
  .p-about__title img {
    width: 96px;
    height: 19px;
    margin: 0 auto 15px;
  }
}

.p-about__text {
  line-height: 2.5454545455;
  text-align: center;
  font-size: calc(28 / 750 * 100vw);
  font-family: "A1明朝", "A1 Mincho", serif;
}
.p-about__text + .p-about__text {
  margin-top: calc(55 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .p-about__text {
    line-height: 2.125;
    letter-spacing: 0.08em;
    font-size: 1.2rem;
  }
  .p-about__text + .p-about__text {
    margin-top: 35px;
  }
}

.is-top .c-article {
  margin-top: calc(90 / 750 * 100vw);
  padding-bottom: calc(20 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .is-top .c-article {
    margin-top: 70px;
    padding-bottom: 0;
  }
}
.is-top .c-12horoscope {
  margin-top: calc(140 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .is-top .c-12horoscope {
    margin-top: 105px;
  }
}

/* -----------------------------------------------------------------------
## 記事一覧 ##################################################
----------------------------------------------------------------------- */
.p-postList {
  position: relative;
  overflow: hidden;
  margin: calc(65 / 750 * 100vw) auto 0;
  padding: 8px 0 calc(72 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .p-postList {
    margin-top: 28px;
    padding-bottom: 50px;
  }
}

.p-postList__item {
  position: relative;
  margin: 0 auto;
  padding: 0 calc(40 / 750 * 100vw);
}
.p-postList__item::before, .p-postList__item::after {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  content: "";
}
.p-postList__item a {
  position: relative;
  display: block;
  padding: calc(55 / 750 * 100vw) calc(20 / 750 * 100vw) calc(45 / 750 * 100vw);
  border-top: 1px solid #cfcfcf;
}
.p-postList__item a::before, .p-postList__item a::after {
  position: absolute;
  left: 0;
  right: 0;
  width: 7px;
  height: 17px;
  margin: auto;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cfcfcf), color-stop(42%, #cfcfcf), color-stop(42%, transparent), to(transparent));
  background-image: linear-gradient(to bottom, #cfcfcf 0%, #cfcfcf 42%, transparent 42%, transparent 100%);
  background-repeat: repeat-y;
  background-position: center 0;
  background-size: 1px 12px;
}
.p-postList__item a::before {
  top: -9px;
  content: "";
}
.p-postList__item:nth-child(1)::before {
  bottom: calc(-44 / 750 * 100vw);
  right: calc(25 / 750 * 100vw);
  width: calc(93 / 750 * 100vw);
  height: calc(86 / 750 * 100vw);
  background-image: url(assets/images/bg_list_deco01_sp.png);
}
.p-postList__item:nth-child(3)::before {
  bottom: calc(-32 / 750 * 100vw);
  left: calc(10 / 750 * 100vw);
  width: calc(68 / 750 * 100vw);
  height: calc(55 / 750 * 100vw);
  background-image: url(assets/images/bg_list_deco03_sp.png);
}
.p-postList__item:nth-child(5)::before {
  bottom: calc(-70 / 750 * 100vw);
  right: calc(8 / 750 * 100vw);
  width: calc(115 / 750 * 100vw);
  height: calc(151 / 750 * 100vw);
  background-image: url(assets/images/bg_list_deco05_sp.png);
}
.p-postList__item:nth-child(7)::before {
  bottom: calc(-22 / 750 * 100vw);
  left: 0;
  width: calc(60 / 750 * 100vw);
  height: calc(86 / 750 * 100vw);
  background-image: url(assets/images/bg_list_deco07_sp.png);
}
.p-postList__item:nth-child(9)::before {
  bottom: calc(-54 / 750 * 100vw);
  right: calc(16 / 750 * 100vw);
  width: calc(90 / 750 * 100vw);
  height: calc(107 / 750 * 100vw);
  background-image: url(assets/images/bg_list_deco09_sp.png);
}
.p-postList__item:nth-child(10)::before {
  bottom: calc(-68 / 750 * 100vw);
  right: 0;
  width: calc(122 / 750 * 100vw);
  height: calc(175 / 750 * 100vw);
  background-image: url(assets/images/bg_list_deco10_sp.png);
}
.p-postList__item:last-child a:last-child {
  border-bottom: 1px solid #cfcfcf;
}
.p-postList__item:last-child a:last-child::after {
  bottom: -9px;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-postList__item {
    width: 900px;
    padding: 0;
  }
  .p-postList__item a {
    padding: 50px 50px 45px;
  }
  .p-postList__item a:hover .p-postList__description {
    text-decoration: underline;
  }
  .p-postList__item:nth-child(1)::before {
    top: -155px;
    left: 65px;
    bottom: auto;
    right: auto;
    width: 102px;
    height: 83px;
    background-image: url(assets/images/bg_list_deco01_pc.png);
  }
  .p-postList__item:nth-child(2)::before {
    top: 115px;
    left: -190px;
    bottom: auto;
    left: auto;
    width: 93px;
    height: 86px;
    background-image: url(assets/images/bg_list_deco02_pc.png);
  }
  .p-postList__item:nth-child(3)::before {
    top: 60px;
    bottom: auto;
    left: -220px;
    width: 152px;
    height: 151px;
    background-image: url(assets/images/bg_list_deco03_pc.png);
  }
  .p-postList__item:nth-child(4)::before {
    top: 100px;
    bottom: auto;
    left: -140px;
    width: 120px;
    height: 130px;
    background-image: url(assets/images/bg_list_deco04a_pc.png);
  }
  .p-postList__item:nth-child(4)::after {
    top: 10px;
    bottom: auto;
    right: -180px;
    width: 140px;
    height: 138px;
    background-image: url(assets/images/bg_list_deco04b_pc.png);
  }
  .p-postList__item:nth-child(5)::before {
    display: none;
  }
  .p-postList__item:nth-child(6)::before {
    top: 20px;
    right: -225px;
    bottom: auto;
    left: auto;
    width: 115px;
    height: 151px;
    background-image: url(assets/images/bg_list_deco06_pc.png);
  }
  .p-postList__item:nth-child(7)::before {
    bottom: 0px;
    left: -150px;
    width: 78px;
    height: 78px;
    background-image: url(assets/images/bg_list_deco07_pc.png);
  }
  .p-postList__item:nth-child(8)::before {
    top: 40px;
    bottom: auto;
    left: auto;
    right: -205px;
    width: 76px;
    height: 63px;
    background-image: url(assets/images/bg_list_deco08_pc.png);
  }
  .p-postList__item:nth-child(9)::before {
    bottom: -55px;
    right: -100px;
    width: 90px;
    height: 107px;
    background-image: url(assets/images/bg_list_deco09_pc.png);
  }
  .p-postList__item:nth-child(10)::before {
    bottom: -40px;
    right: -230px;
    width: 160px;
    height: 175px;
    background-image: url(assets/images/bg_list_deco10_pc.png);
  }
}

.p-postList__period {
  line-height: 1;
  text-align: center;
  font-size: calc(35 / 750 * 100vw);
  font-family: "A1明朝", "A1 Mincho", serif;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-postList__period {
    font-size: 1.75rem;
  }
}

.p-postList__title {
  line-height: 1.6666666667;
  margin: calc(30 / 750 * 100vw) 0 0;
  color: #283167;
  font-weight: normal;
  font-size: calc(30 / 750 * 100vw);
  font-family: "A1明朝", "A1 Mincho", serif;
}
@media screen and (min-width: 769px) {
  .p-postList__title {
    line-height: 1.25;
    margin: 33px 0 0;
    padding: 0;
    font-size: 1.5rem;
  }
}

.p-postList__description {
  position: relative;
  line-height: 1.75;
  margin: calc(10 / 750 * 100vw) 0 0;
  font-size: calc(24 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .p-postList__description {
    line-height: 1.875;
    margin: 10px 0 0;
    font-size: 1rem;
  }
}

/* -----------------------------------------------------------------------
## コンポーネント間のマージン ##################################################
----------------------------------------------------------------------- */
.is-archive .c-pagination {
  margin: 0 0 calc(100 / 750 * 100vw);
}
.is-archive .c-12horoscope {
  margin-top: calc(110 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .is-archive .c-pagination {
    margin: 0;
  }
  .is-archive .c-12horoscope {
    margin-top: 105px;
  }
}

/* -----------------------------------------------------------------------
## 記事詳細 ##################################################
----------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
## コンポーネント間のマージン ##################################################
----------------------------------------------------------------------- */
.is-single .c-zodiacMedia {
  margin-top: calc(30 / 750 * 100vw);
}
.is-single .c-article {
  max-width: 700px;
  margin-top: calc(65 / 750 * 100vw);
}
.is-single .c-linkButtons {
  padding: calc(60 / 750 * 100vw) calc(70 / 750 * 100vw) calc(30 / 750 * 100vw);
}
.is-single .c-12horoscope {
  margin-top: calc(50 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .is-single .c-zodiacMedia {
    margin-top: 30px;
  }
  .is-single .c-article {
    margin: 60px auto 0;
  }
  .is-single .c-linkButtons {
    padding: 50px 0 0;
  }
  .is-single .c-12horoscope {
    margin-top: 70px;
  }
}

/* -----------------------------------------------------------------------
## 404ページ ##################################################
----------------------------------------------------------------------- */
.error404 .c-article p {
  max-width: 660px;
  padding-bottom: calc(30 / 750 * 100vw);
  background-image: none;
}
.error404 .c-article p::after {
  display: none;
}
.error404 .c-article .c-button {
  width: 100%;
  margin-top: calc(60 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .error404 .c-article p {
    margin: auto;
    padding-bottom: 35px;
    background-image: none;
  }
  .error404 .c-article p::after {
    display: none;
  }
  .error404 .c-article .c-button {
    width: 400px;
    margin: 30px auto 0;
    font-size: 1.25rem;
  }
}

.u-spbr {
  display: inline;
}

.u-pcbr {
  display: none;
}

.u-spInline {
  display: inline;
}

.u-pcInline {
  display: none;
}

.u-spBlock {
  display: block;
}

.u-pcBlock {
  display: none;
}

@media screen and (min-width: 769px) {
  .u-spbr {
    display: none;
  }
  .u-pcbr {
    display: inline;
  }
  .u-spInline {
    display: none;
  }
  .u-pcInline {
    display: inline;
  }
  .u-spBlock {
    display: none;
  }
  .u-pcBlock {
    display: block;
  }
}
