@charset "UTF-8";
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS. */
html {
  line-height: 1.15;
  /* 1 */
      -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-. */
article,
aside,
footer,
header,
nav,
section {
  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: .67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE. */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8. */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */
hr {
  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
 * ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-. */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-. */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-. */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE. */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari. */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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: .35em .75em .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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-. */
[type="checkbox"],
[type="radio"] {
  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 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
/**
 * 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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox. */
details,
menu {
  display: block;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-. */
canvas {
  display: inline-block;
}

.graphHidden{
    /* display: none !important; */
    height: 0 !important;
}


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

/* Hidden
 * ========================================================================== */
/**
 * Add the correct display in IE 10-. */
html {
  font-family: sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
  color: #333;
}

a {
  color: #9b2833;
  text-decoration: none;
}

.section {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.section table {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.kaiunreki-diagram-siries:after,
.kaiunreki-menu__list:after,
.kaiunreki-premium-menu__list:after,
.kaze-month-list:after {
  content: "";
  display: block;
  clear: both;
}

.kaiunreki-type-d .kaiunreki-heading {
  background: #2ca9e1;
}
.kaiunreki-type-d .kaiunreki-heading:before,
.kaiunreki-type-d .kaiunreki-heading:after {
  border-top-color: #2a8eba;
}

.kaiunreki-type-d .kaiunreki-explanation__details h4,
.kaiunreki-type-d .kaiunreki-fortune__details h4,
.kaiunreki-type-d .kaiunreki-personality__details h3,
.kaiunreki-type-d .kaiunreki-kaze__year h3,
.kaiunreki-type-d .kaiunreki-kaze__month h3,
.kaiunreki-type-d .kaiunreki-toggle-heading,
.kaiunreki-type-d .kaiunreki-karte__details h3,
.kaiunreki-karte__details .kaiunreki-type-d h3,
.kaiunreki-type-d .kaiunreki-kaze__details > h3 {
  color: #26769a;
  background: #dff2fa;
  box-shadow: inset 0 0 0 2px #dff2fa, inset 0 0 0 3px white;
}

.kaiunreki-type-d .kaiunreki-toggle-heading:before,
.kaiunreki-type-d .kaiunreki-karte__details h3:before,
.kaiunreki-karte__details .kaiunreki-type-d h3:before,
.kaiunreki-type-d .kaiunreki-kaze__details > h3:before {
  border-color: #26769a;
}

.kaiunreki-type-n .kaiunreki-heading {
  background: #f8b500;
}
.kaiunreki-type-n .kaiunreki-heading:before,
.kaiunreki-type-n .kaiunreki-heading:after {
  border-top-color: #c49410;
}

.kaiunreki-type-n .kaiunreki-explanation__details h4,
.kaiunreki-type-n .kaiunreki-fortune__details h4,
.kaiunreki-type-n .kaiunreki-personality__details h3,
.kaiunreki-type-n .kaiunreki-kaze__year h3,
.kaiunreki-type-n .kaiunreki-kaze__month h3,
.kaiunreki-type-n .kaiunreki-toggle-heading,
.kaiunreki-type-n .kaiunreki-karte__details h3,
.kaiunreki-karte__details .kaiunreki-type-n h3,
.kaiunreki-type-n .kaiunreki-kaze__details > h3 {
  color: #9f770d;
  background: #ffdb79;
  box-shadow: inset 0 0 0 2px #ffdb79, inset 0 0 0 3px white;
}

.kaiunreki-type-n .kaiunreki-toggle-heading:before,
.kaiunreki-type-n .kaiunreki-karte__details h3:before,
.kaiunreki-karte__details .kaiunreki-type-n h3:before,
.kaiunreki-type-n .kaiunreki-kaze__details > h3:before {
  border-color: #9f770d;
}

.kaiunreki-type-a .kaiunreki-heading {
  background: #eb6ea5;
}
.kaiunreki-type-a .kaiunreki-heading:before,
.kaiunreki-type-a .kaiunreki-heading:after {
  border-top-color: #d5518b;
}

.kaiunreki-type-a .kaiunreki-explanation__details h4,
.kaiunreki-type-a .kaiunreki-fortune__details h4,
.kaiunreki-type-a .kaiunreki-personality__details h3,
.kaiunreki-type-a .kaiunreki-kaze__year h3,
.kaiunreki-type-a .kaiunreki-kaze__month h3,
.kaiunreki-type-a .kaiunreki-toggle-heading,
.kaiunreki-type-a .kaiunreki-karte__details h3,
.kaiunreki-karte__details .kaiunreki-type-a h3,
.kaiunreki-type-a .kaiunreki-kaze__details > h3 {
  color: #d03d7d;
  background: #fadeeb;
  box-shadow: inset 0 0 0 2px #fadeeb, inset 0 0 0 3px white;
}

.kaiunreki-type-a .kaiunreki-toggle-heading:before,
.kaiunreki-type-a .kaiunreki-karte__details h3:before,
.kaiunreki-karte__details .kaiunreki-type-a h3:before,
.kaiunreki-type-a .kaiunreki-kaze__details > h3:before {
  border-color: #d03d7d;
}

.kaiunreki-heading {
  position: relative;
  display: block;
  margin: 0 auto 25px;
  padding: 5px 0;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.4;
  background-color: #ddd;
  color: white;
  text-align: center;
}
.kaiunreki-heading:before {
  position: absolute;
  bottom: -20px;
  right: left;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 30px;
  border-color: #ccc transparent transparent transparent;
}
.kaiunreki-heading:after {
  position: absolute;
  bottom: -20px;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 0;
  border-color: #ccc transparent transparent transparent;
}

.kaiunreki-button {
  display: block;
  height: 42px;
  padding: 9px 0;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
  background-color: #c9c9c9;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: rgba(84, 84, 84, .3) 0 3px 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  cursor: pointer;
}
.kaiunreki-button.is-current {
  background: #fb8f00;
}
.kaiunreki-button--primary {
  background: #fb8f00;
}
.kaiunreki-button--premium {
  background: #30c799;
}
.kaiunreki-button--disabled {
  color: #c9c9c9;
  background: #f9f9f9;
  border: solid 1px #c9c9c9;
  box-shadow: none;
}
.kaiunreki-button--excute {
  background: #ff4475;
  height: 52px;
  padding: 11px 0;
  font-size: 20px;
  font-size: 2.0rem;
}
.kaiunreki-button--premium-excute {
  background: #30c799;
  height: 52px;
  padding: 11px 0;
  font-size: 20px;
  font-size: 2.0rem;
}
.kaiunreki-button--strength {
  background: #318de3;
  height: 52px;
  padding: 11px 0;
  font-size: 20px;
  font-size: 2.0rem;
}
.kaiunreki-button--affinity {
  background: #58A81D;
  height: 52px;
  padding: 11px 0;
  font-size: 20px;
  font-size: 2.0rem;
}
.kaiunreki-button--excute-border {
  color: #ff4475;
  background: white;
  border: solid 2px #ff4475;
  height: 52px;
  padding: 9px 0;
  font-size: 20px;
  font-size: 2.0rem;
}
.kaiunreki-button--border {
  color: #fb8f00;
  background: white;
  box-shadow: inset 0 0 0 2px #fb8f00, rgba(84, 84, 84, .3) 0 3px 4px;
}
.kaiunreki-button--signout {
  color: #aaa;
  background: white;
  box-shadow: inset 0 0 0 2px #aaa, rgba(84, 84, 84, .3) 0 3px 4px;
}

.kaiunreki-toggle-heading,
.kaiunreki-karte__details h3,
.kaiunreki-kaze__details > h3 {
  position: relative;
  display: block;
  padding: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
  background: #c9c9c9;
  text-align: center;
  box-shadow: inset 0 0 0 2px #c9c9c9, inset 0 0 0 3px white;
}
.kaiunreki-toggle-heading:before,
.kaiunreki-karte__details h3:before,
.kaiunreki-kaze__details > h3:before {
  position: absolute;
  top: 50%;
  right: 13px;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 1px #a9a9a9;
  border-bottom: solid 1px #a9a9a9;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}
.kaiunreki-toggle-heading.is-current:before,
.kaiunreki-karte__details h3.is-current:before,
.kaiunreki-kaze__details > h3.is-current:before {
  -webkit-transform: translateY(-50%) rotate(225deg);
      -ms-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}
.kaiunreki-toggle-heading.kaiunreki-toggle-heading--disabled,
.kaiunreki-karte__details h3.kaiunreki-toggle-heading--disabled,
.kaiunreki-kaze__details > h3.kaiunreki-toggle-heading--disabled {
  color: white;
  background: #c9c9c9;
  box-shadow: inset 0 0 0 2px #c9c9c9, inset 0 0 0 3px white;
}
.kaiunreki-toggle-heading.kaiunreki-toggle-heading--disabled:before,
.kaiunreki-karte__details h3.kaiunreki-toggle-heading--disabled:before,
.kaiunreki-kaze__details > h3.kaiunreki-toggle-heading--disabled:before {
  border-color: #a9a9a9;
}

.kaiunreki-radio input[type=radio] {
  display: none;
}
.kaiunreki-radio input[type=radio]:checked + label:after {
  content: "";
}

.kaiunreki-radio label {
  position: relative;
  height: 38px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 7px .25em 7px 2em;
  box-sizing: border-box;
}
.kaiunreki-radio label:before {
  position: absolute;
  top: 50%;
  left: 3px;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border: solid 1px #a9a9a9;
  border-radius: 11px;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.kaiunreki-radio label:after {
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 11px;
  box-sizing: border-box;
  background: #fb8f00;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.kaiunreki-select {
  position: relative;
  display: inline-block;
  border-radius: 4px;
  background: white;
  box-shadow: inset 0 0 0 1px #a9a9a9, rgba(84, 84, 84, .3) 0 3px 4px;
}
.kaiunreki-select:before {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 1px #a9a9a9;
  border-bottom: solid 1px #a9a9a9;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.kaiunreki-select select {
  position: relative;
  display: block;
  height: 42px;
  padding: 9px .8em 9px .4em;
  box-sizing: border-box;
  border-radius: 4px;
  border: solid 1px #999;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  background: none;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  cursor: pointer;
}

.kaiunreki-input {
  display: inline-block;
  height: 34px;
  padding: 2px 0 2px 6px;
  border: solid 1px #a9a9a9;
  border-radius: 4px;
  box-sizing: border-box;
  background: white;
}

.kaiunreki-hr {
  margin: 20px 15px;
  border: none;
  padding-top: 1px;
  background: rgba(0, 0, 0, .1);
  box-shadow: none;
}
.kaiunreki-hr--full {
  margin: 20px 0;
}

.wrapper {
  overflow: hidden;
}

.main {
  max-width: 750px;
  margin: 0 auto;
}
.main:after {
  content: "";
  display: block;
  max-width: 750px;
  margin: 20px 15px;
  border: none;
  padding-top: 1px;
  background: rgba(0, 0, 0, .1);
  box-shadow: none;
}

.kaiunreki-footer__menu {
  margin: 20px 0;
}

.kaiunreki-footer__copyright {
  margin: 20px 0 0;
  padding: 10px 0;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  background: #f9f9f9;
}

.footer-menu {
  padding: 0;
  list-style: none;
  text-align: center;
}
.footer-menu__item {
  display: inline-block;
  margin: 3px 6px;
  font-size: 12px;
  font-size: 1.2rem;
}
.footer-menu__item a {
  color: #333;
}
.footer-menu__item a:hover {
  text-decoration: underline;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: auto;
  height: 60px;
  padding: 0 15px;
  background-color: white;
  box-shadow: 0 1px rgba(0, 0, 0, .1);
}
.header__inner-wrapper {
  position: relative;
  width: 100%;
  max-width: 980px;
  height: inherit;
  margin: 0 auto;
}
.header__logo {
  display: inline;
}
.header__logo a {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__hamburger {
  display: inline;
}
.header__navigation {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navigation {
  display: table;
}
.navigation__item {
  display: table-cell;
  font-size: 15px;
  font-size: 1.5rem;
}
.navigation__item.is-current span:before {
  width: 100%;
}
.navigation__item a {
  display: block;
  height: 100%;
  padding: 0 10px;
}
.navigation__item span {
  position: relative;
  display: block;
}
.navigation__item span:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: black;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}
.navigation__item span:hover:before {
  width: 100%;
}
.navigation__children {
  display: none;
}

.kaiunreki-membership-level {
  position: relative;
  margin: 0;
  padding: 2px 0;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .1);
}
.kaiunreki-membership-level--premium {
  color: white;
  background: -webkit-linear-gradient(left, #bf8c2e, #fdec9f, #bf8c2e);
  background: linear-gradient(to right, #bf8c2e, #fdec9f, #bf8c2e);
}
.kaiunreki-membership-level--basic {
  color: white;
  background: -webkit-linear-gradient(left, #ab8fff, #7dbbff, #ab8fff);
  background: linear-gradient(to right, #ab8fff, #7dbbff, #ab8fff);
}
.kaiunreki-membership-level--standard {
  color: rgba(0, 0, 0, .35);
  background: -webkit-linear-gradient(left, #a8b8c9, #ebeef3, #a8b8c9);
  background: linear-gradient(to right, #a8b8c9, #ebeef3, #a8b8c9);
}
.kaiunreki-membership-level:before,
.kaiunreki-membership-level:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, .15);
}
.kaiunreki-membership-level:before {
  top: 1px;
}
.kaiunreki-membership-level:after {
  bottom: 1px;
}

.kaiunreki-key-visual {
  margin: 0;
}
.kaiunreki-key-visual img {
  display: block;
  width: 100%;
}

.kaiunreki-home {
  margin: 15px 0 30px;
  padding: 0 15px;
}
.kaiunreki-home__howto {
  margin: 15px 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
.kaiunreki-home__birthday {
  margin: 15px auto 30px;
}
.kaiunreki-home__sex {
  margin: 30px auto 30px;
}
.kaiunreki-home__button .kaiunreki-button {
  width: 100%;
  margin: 0 auto;
}

.kaiunreki-birthday {
  display: table;
  padding: 0;
  list-style: none;
}
.kaiunreki-birthday__item {
  display: table-cell;
  padding: 0 3px;
}
.kaiunreki-birthday__item:first-child {
  padding-left: 0;
}
.kaiunreki-birthday__item:last-child {
  padding-right: 0;
}

.kaiunreki_born_time_box{
	font-size:1.6rem;
	text-align:center;
}

.kaiunreki-sex {
  display: table;
  padding: 0;
  list-style: none;
}
.kaiunreki-sex__item {
  display: table-cell;
  padding: 0 8px;
}
.kaiunreki-sex__item:first-child {
  padding-left: 0;
}
.kaiunreki-sex__item:last-child {
  padding-right: 0;
}

.kaiunreki-outline {
  position: relative;
  margin: 20px 0;
  padding: 10px 15px 15px;
  background: url(../img/outline-pattern.png) 0 0 repeat;
  background-size: 120px 120px;
}
.kaiunreki-outline:before {
  content: "";
  display: block;
  margin: 0 -15px;
  padding-top: 141%;
  background: url(../img/outline-image.png) center bottom no-repeat;
  background-size: cover;
}
.kaiunreki-outline__heading {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: 0;
  font-size: 20px;
  font-size: 2.0rem;
  color: #6f5009;
  text-align: center;
}
.kaiunreki-outline__description {
  position: relative;
  margin-top: 20px;
  padding: 15px;
  max-height: 14em;
  border: solid 1px #cfc2a5;
  font-size: 16px;
  font-size: 1.6rem;
  background: white;
  overflow: hidden;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}
.kaiunreki-outline__description.is-active {
  max-height: 500em;
}
.kaiunreki-outline__description.is-active .kaiunreki-outline__button {
  display: none;
}
.kaiunreki-outline__description p:first-child {
  margin-top: 0;
}
.kaiunreki-outline__button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 50px 10px 10px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white 50%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 50%);
}
.kaiunreki-outline__button .kaiunreki-button {
  max-width: 320px;
  margin: 0 auto;
  background: white;
  box-shadow: inset 0 0 0 1px #ff4475;
  color: #ff4475;
}

.kaiunreki-shugoshin {
  padding: 0 15px;
}
.kaiunreki-shugoshin__heading {
  text-indent: .5em;
}
.kaiunreki-shugoshin__sub-heading {
  margin: 0 auto 0;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
}
.kaiunreki-shugoshin__soshitsu-code {
  margin: 0 auto 5px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
.kaiunreki-shugoshin__row {
  display: table;
  width: 100%;
  margin: 20px 0 0;
}
.kaiunreki-shugoshin__column {
  display: table-cell;
  vertical-align: middle;
}
.kaiunreki-shugoshin__column--image {
  width: 48%;
  padding-right: 15px;
}
.kaiunreki-shugoshin__column---description {
  width: 52%;
}
.kaiunreki-shugoshin__image {
  margin: 0;
}
.kaiunreki-shugoshin__image img {
  width: 100%;
}
.kaiunreki-shugoshin__description {
  padding-top: 10px;
}
.kaiunreki-shugoshin__description p {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.kaiunreki-shugoshin__button {
  margin: 20px 0 0;
}
.kaiunreki-shugoshin__birthday {
  margin: 20px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}

.kaiunreki-sub-content {
  margin: 20px 0;
  padding: 0 15px;
}
.kaiunreki-sub-content__heading {
  margin: 20px 0 15px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.kaiunreki-sub-content__subheading {
  margin: 6px 0 0;
}
.kaiunreki-sub-content__r-c-p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.kaiunreki-sub-content__r-c-p h3 {
  padding: 8px;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
  background: #84bf54;
  text-align: center;
  box-shadow: inset 0 0 0 2px #84bf54, inset 0 0 0 3px white;
}
.kaiunreki-sub-content__r-c-p h4 {
  margin: 16px 0;
  color: #84bf54;
  text-align: center;
}
.kaiunreki-sub-content__r-c-p p {
  margin: 16px 0;
}
.kaiunreki-sub-content__r-c-p p b {
  color: #a00959;
}
.kaiunreki-sub-content__r-c-p p img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.kaiunreki-sub-content__r-c-p .type-sai {
  color: #1870b6;
  font-weight: bold;
}
.kaiunreki-sub-content__r-c-p .type-takara {
  color: #f19725;
  font-weight: bold;
}
.kaiunreki-sub-content__r-c-p .type-ten {
  color: #e30a20;
  font-weight: bold;
}
.kaiunreki-sub-content__r-c-p .icon-rock {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../img/icon-rock.svg) center center no-repeat;
  background-size: auto 18px;
  vertical-align: text-bottom;
}
.kaiunreki-sub-content__r-c-p .icon-scissors {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../img/icon-scissors.svg) center center no-repeat;
  background-size: auto 21px;
  vertical-align: text-bottom;
}
.kaiunreki-sub-content__r-c-p .icon-paper {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../img/icon-paper.svg) center center no-repeat;
  background-size: auto 21px;
  vertical-align: text-bottom;
}
.kaiunreki-sub-content__diagram {
  margin: 0;
  padding: 15px 0 0;
}
.kaiunreki-sub-content__diagram img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.kaiunreki-sub-content__spilit-soul {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.kaiunreki-sub-content-block {
  display: none;
}

.kaiunreki-sub-content-menu {
  list-style: none;
  padding: 0;
}
.kaiunreki-sub-content-menu__item + .kaiunreki-sub-content-menu__item {
  margin-top: 6px;
}

.kaiunreki-diagram-siries {
  margin: 15px -3px 0;
  padding: 0;
  list-style: none;
}
.kaiunreki-diagram-siries__item {
  float: left;
  display: block;
  padding: 4px 4px;
  box-sizing: border-box;
  overflow: hidden;
  width: 25%;
}
.kaiunreki-diagram-siries__item:nth-child(n+5) {
  margin-top: 1px;
}
.kaiunreki-diagram-siries__item.is-current {
  background-color: #f8efe5;
  border-radius: 4px;
}
.kaiunreki-diagram-siries__image {
  display: block;
  height: 0;
  padding-top: 111%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.kaiunreki-menu {
  margin: 20px 0;
  padding: 0 15px;
}
.kaiunreki-menu__list {
  padding: 0 6px 0 0;
  list-style: none;
}
.kaiunreki-menu__item {
  width: 50%;
  float: left;
}
.kaiunreki-menu__item:nth-child(even) {
  position: relative;
  right: -6px;
}
.kaiunreki-menu__item:nth-child(odd) {
  clear: left;
}
.kaiunreki-menu__item:nth-child(n+3) {
  margin-top: 6px;
}

.kaiunreki-section {
  display: none;
  margin: 20px 0;
  padding: 0 15px;
}
.kaiunreki-section.is-active {
  display: block;
}
.kaiunreki-section__download-text {
  margin: 20px 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.kaiunreki-section__download-pdf {
  max-width: 360px;
  margin: 10px auto 0;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
}
.kaiunreki-section__download-pdf img {
  max-width: 100%;
}
.kaiunreki-section__download-pdf a:after {
  content: "鑑定結果をダウンロード";
  display: inline-block;
  padding-left: 20px;
  background: url(../img/icon-download.png) 0 center no-repeat;
  background-size: 16px 16px;
  color: #fe4d6d;
  text-decoration: underline;
}

.kaiunreki-explanation__name,
.kaiunreki-fortune__name {
  margin: 0 auto 0;
  font-size: 25px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}

.kaiunreki-explanation__kana,
.kaiunreki-fortune__kana {
  margin: 0 auto 0;
  font-size: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

.kaiunreki-explanation__feature,
.kaiunreki-fortune__feature {
  margin: 20px auto 5px;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

.kaiunreki-explanation__details h4,
.kaiunreki-explanation__details h5,
.kaiunreki-explanation__details p,
.kaiunreki-explanation__details ul,
.kaiunreki-fortune__details h4,
.kaiunreki-fortune__details h5,
.kaiunreki-fortune__details p,
.kaiunreki-fortune__details ul {
  margin: 1.8em 0;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.8;
}

.kaiunreki-explanation__details h4,
.kaiunreki-fortune__details h4 {
  padding: 4px;
  background: #c9c9c9;
  color: white;
  text-align: center;
  box-shadow: inset 0 0 0 2px #c9c9c9, inset 0 0 0 3px white;
}

.kaiunreki-explanation__details h5,
.kaiunreki-fortune__details h5 {
  text-align: center;
}

.kaiunreki-explanation__details ul,
.kaiunreki-fortune__details ul {
  padding-left: 1.8em;
}

.kaiunreki-explanation__movie,
.kaiunreki-fortune__movie {
  position: relative;
  width: 100%;
  height: 0;
  margin: 25px 0;
  padding-top: 56.25%;
}
.kaiunreki-explanation__movie iframe,
.kaiunreki-fortune__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kaiunreki-personality__soshitsu-code {
  margin: 0;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}

.kaiunreki-personality__details h3,
.kaiunreki-personality__details p,
.kaiunreki-personality__details ul {
  margin: 1.8em 0;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.8;
}

.kaiunreki-personality__details h3 {
  padding: 4px;
  background: #c9c9c9;
  color: white;
  text-align: center;
  box-shadow: inset 0 0 0 2px #c9c9c9, inset 0 0 0 3px white;
}

.kaiunreki-personality__details h5 {
  text-align: center;
}

.kaiunreki-personality__details ul {
  padding-left: 1.8em;
}

.kaiunreki-oracle {
  font-size: 25px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fe4d6d;
  padding: 5px 0;
  font-weight: bold;
}

.kaiunreki-fortune {
  position: relative;
  width: 355px;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.kaiunreki-fortune__panel {
  background: gray;
  position: absolute;
  top: -20px;
  left: -15px;
  right: -15px;
  bottom: -20px;
  background: url(../img/top-sky.jpg) center center no-repeat;
  background-size: cover;
}
.kaiunreki-fortune__main-title {
  position: relative;
  top: 10px;
}
.kaiunreki-fortune__main-title img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.kaiunreki-fortune__title-container {
  height: 28px;
  margin: 20px 0 10px;
}
.kaiunreki-fortune__title {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 23px;
  line-height: 1.2em;
  color: #6a2c07;
  text-align: center;
}
.kaiunreki-fortune__title--title-2 {
  font-size: 27px;
  letter-spacing: .6em;
  text-indent: .6em;
  opacity: 0;
}
.kaiunreki-fortune__container {
  position: relative;
  z-index: 999;
  height: 0;
  padding-top: 100%;
  margin-top: 40px;
}
.kaiunreki-fortune__type-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}
.kaiunreki-fortune__type-item {
  display: inline;
}
.kaiunreki-fortune__type-button {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 72px;
  height: 72px;
  border: none;
  border-radius: 36px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  text-indent: -999em;
  overflow: hidden;
  background-image: url(https://d28fxbcrn9q4x6.cloudfront.net/img/type.png);
  background-repeat: no-repeat;
  background-size: 75px 600px;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}
.kaiunreki-fortune__type-button.current {
  -webkit-transform: scale(1.8);
          -ms-transform: scale(1.8);
      transform: scale(1.8);
}
.kaiunreki-fortune__type-button--type-01 {
  top: 12.4%;
  left: 50%;
  margin: -36px auto auto -36px;
  background-position: 0 0;
}
.kaiunreki-fortune__type-button--type-02 {
  top: 23.8%;
  right: 23.8%;
  margin: -36px -36px auto auto;
  background-position: 0 -75px;
}
.kaiunreki-fortune__type-button--type-03 {
  right: 12.4%;
  top: 50%;
  margin: -36px -36px auto auto;
  background-position: 0 -150px;
}
.kaiunreki-fortune__type-button--type-04 {
  bottom: 23.8%;
  right: 23.8%;
  margin: auto -36px -36px auto;
  background-position: 0 -225px;
}
.kaiunreki-fortune__type-button--type-05 {
  bottom: 12.4%;
  left: 50%;
  margin: auto auto -36px -36px;
  background-position: 0 -300px;
}
.kaiunreki-fortune__type-button--type-06 {
  bottom: 23.8%;
  left: 23.8%;
  margin: auto auto -36px -36px;
  background-position: 0 -375px;
}
.kaiunreki-fortune__type-button--type-07 {
  left: 12.4%;
  top: 50%;
  margin: -36px auto auto -36px;
  background-position: 0 -450px;
}
.kaiunreki-fortune__type-button--type-08 {
  top: 23.8%;
  left: 23.8%;
  margin: -36px auto auto -36px;
  background-position: 0 -525px;
}
.kaiunreki-fortune__card-list {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21.4%;
  margin: -15.333% auto auto -10.7%;
  padding: 0;
  list-style: none;
}
.kaiunreki-fortune__card-item {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 3px;
  opacity: 0;
}
.kaiunreki-fortune__card-item:first-child {
  opacity: 1;
}
.kaiunreki-fortune__card-item img {
  border-radius: 3px;
  display: block;
  width: 100%;
}

.kaiunreki-fortune-subtitle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  margin: 0;
  font-size: 19px;
  line-height: 1.2em;
  color: #6a2c07;
  text-align: center;
  opacity: 0;
}

.selected-card {
  -webkit-transition: .6s;
          transition: .6s;
}

.selected-card-container {
  -webkit-perspective: 1000;
          perspective: 1000;
}

.selected-card img {
  border-radius: 10px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .35);
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.selected-card-front {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: white;
}
.selected-card-front img {
  display: none;
}

.selected-card-flipped {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background: red;
}
.selected-card-flipped img {
  display: none;
  border: solid 5px white;
}

.selected-card:hover {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flip-container {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -35.82% 0 0 -25%;
  -webkit-perspective: 1000;
          perspective: 1000;
  width: 50%;
  opacity: 0;
}

.flipper.active {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flipper-front,
.flipper-back {
  width: 100%;
}

.flipper-front img,
.flipper-back img {
  display: block;
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .35);
}

.flipper {
  -webkit-transition: .8s;
          transition: .8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
}

.flipper-front,
.flipper-back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.flipper-front {
  z-index: 2;
}

.flipper-back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.flipper-back img {
  border: solid 4px white;
}

.finish-screen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  background: white;
}

.result-title {
  margin: 20px auto 0;
}

.result-article {
  *zoom: 1;
}
.result-article:before {
  display: table;
  table-layout: fixed;
  content: "";
}
.result-article:after {
  display: table;
  table-layout: fixed;
  content: "";
  clear: both;
}

.result-article-caption {
  margin: 20px auto;
  font-size: 19px;
  line-height: 1.2em;
  color: #6a2c07;
  text-align: center;
  font-weight: bold;
}

.result-image-container {
  max-width: 375px;
  padding: 0 15px;
  margin: 25px auto;
}

.result-image-container-img img {
  display: block;
  width: 100%;
  border: solid 3px #6a2c07;
  box-sizing: border-box;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .35);
}

.result-image-container-guest-title {
  margin: 20px auto 6px;
  font-size: 19px;
  line-height: 1.2em;
  color: #6a2c07;
  text-align: center;
  font-weight: bold;
}

.result-image-container-guest-subtitle {
  margin: 6px auto 20px;
  font-size: 16px;
  line-height: 1.2em;
  color: #6a2c07;
  text-align: center;
}

.result-image-container-nav {
  margin: 20px auto;
  padding: 0;
  list-style: none;
}

.result-image-container-share-fb {
  margin: 10px 3.125%;
}
.result-image-container-share-fb a {
  display: block;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  height: 54px;
  border-radius: 5px;
  font-size: 21px;
  line-height: 54px;
  color: white;
  background: #3b579d;
  font-weight: bold;
  cursor: pointer;
}
.result-image-container-share-fb a:hover {
  background: #4261b0;
}
.result-image-container-share-fb a img {
  position: relative;
  top: 8px;
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  vartical-align: baseline;
}

.result-image-container-share-tw {
  margin: 10px 3.125%;
}
.result-image-container-share-tw a {
  display: block;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  height: 54px;
  border-radius: 5px;
  font-size: 21px;
  line-height: 54px;
  color: white;
  background: #1da1f2;
  font-weight: bold;
  cursor: pointer;
}
.result-image-container-share-tw a:hover {
  background: #35abf3;
}
.result-image-container-share-tw a img {
  position: relative;
  top: 8px;
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  vartical-align: baseline;
}

.result-image-container-fortune {
  margin: 10px 3.125%;
}
.result-image-container-fortune a {
  display: block;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  height: 54px;
  border-radius: 5px;
  font-size: 21px;
  line-height: 54px;
  color: white;
  background: #3b579d;
  font-weight: bold;
}
.result-image-container-fortune a:hover {
  background: #4261b0;
}
.result-image-container-fortune a img {
  position: relative;
  top: 8px;
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  vartical-align: baseline;
}

.result-image-container-top {
  margin: 10px 3.125%;
}
.result-image-container-top a {
  display: block;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  height: 44px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 44px;
  color: white;
  background: #9a013e;
}
.result-image-container-top a:hover {
  background: #b30148;
}

.result-card:before {
  content: "◆・◆・◆";
  display: block;
  margin: 30px 0;
  font-size: 12px;
  color: #6a2c07;
  text-align: center;
  opacity: .3;
}

.result-card-outline {
  margin: 20px 0 18px;
  font-size: 23px;
  line-height: 1.2em;
  color: #6a2c07;
  text-align: center;
}

.result-card-oracle {
  display: block;
}

.result-card-spirit＿meaning {
  display: block;
  text-indent: -.5em;
}

.result-card-image {
  margin: 10px auto;
  max-width: 275px;
  padding: 0 10px;
  box-sizing: border-box;
}
.result-card-image img {
  display: block;
  width: 100%;
  border: solid 4px white;
  border-radius: 20px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .35);
}

.result-card-title {
  height: 50px;
  margin: 18px -5px 18px;
  font-size: 16px;
  line-height: 50px;
  color: #6a2c07;
  background: url(https://d28fxbcrn9q4x6.cloudfront.net/img/result-subtitle-back.png) center 0 no-repeat;
  background-size: contain;
  text-align: center;
}

.result-card-explanation {
  max-width: 275px;
  margin: 18px auto 20px;
  font-size: 17px;
  line-height: 27px;
  color: #6a2c07;
}

.result-share {
  width: 275px;
  margin: 45px auto 38px;
  list-style: none;
  padding: 0;
}

.result-share-auth {
  margin: 20px 0 20px;
}
.result-share-auth a {
  height: 50px;
  padding: 4px 0;
  border-radius: 5px;
  font-size: 17px;
  line-height: 21px;
  color: white;
  background: #9a013e;
}

.result-share-top {
  margin: 38px 0 0;
}
.result-share-top a {
  width: 200px;
  height: 40px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 38px;
  border: solid 1px #6a2c07;
  border-radius: 5px;
  color: #6a2c07;
}
.result-share-top a:hover {
  background: rgba(106, 44, 7, .05);
}

.result-share a {
  display: block;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}

.result-youtube-wrapper {
  width: auto;
  margin: 38px auto 0;
}

.result-youtube {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.result-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.todays-annunciation {
  margin-top: 60px;
}

.todays-annunciation__container {
  overflow: hidden;
  zoom: 1;
  margin-top: 22px;
}

.todays-annunciation__description {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 40px;
}
.todays-annunciation__description h4 {
  font-size: 18px;
  margin: 20px 0 20px;
  padding: 3px 4px;
  color: white;
  background: #ff8ba0;
  text-align: left;
}
.todays-annunciation__description h5 {
  margin: 1em 0;
  font-size: 18px;
  line-height: 1.5;
  font-family: sans-serif !important;
}
.todays-annunciation__description p {
  font-size: 18px;
  line-height: 1.5;
}
.todays-annunciation__description p + p {
  margin-top: 1em;
}
.todays-annunciation__description ul {
  list-style: disc;
  padding-left: 1.4em;
  font-size: 18px;
  line-height: 1.5;
}

.todays-annunciation__image {
  float: left;
  width: 40%;
  padding-right: 15px;
  box-sizing: border-box;
}
.todays-annunciation__image img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.todays-annunciation__spirit {
  margin-left: 40%;
  margin-bottom: 5px;
  font-size: 14px;
}

.todays-annunciation__response {
  margin-left: 40%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 12.5px;
}

.todays-annunciation__expiration {
  margin-left: 40%;
  font-size: 12.5px;
}

.spinner-panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(255, 255, 255, .7);
  z-index: 999;
}
.spinner-panel .spinner-container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.spinner-panel .spinner {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  background: url(https://s3-ap-northeast-1.amazonaws.com/shinto-oracle-assets/img/spinner.gif) 0 0 no-repeat;
  background-size: contain;
  opacity: .7;
}
.spinner-panel .ad {
  width: 300px;
  height: 250px;
  margin: 20px auto 0;
  background: #f6f6f6;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .35);
}
.spinner-panel .ad img {
  display: block;
  width: 100%;
}

.kaiunreki-premium-section {
  display: none;
  padding: 0 15px;
}
.kaiunreki-premium-section.is-active {
  display: block;
}

.kaiunreki-premium-menu {
  margin: 20px 0;
  padding: 0 15px;
}
.kaiunreki-premium-menu__list {
  padding: 0 6px 0 0;
  list-style: none;
}
.kaiunreki-premium-menu__item {
  width: 50%;
  float: left;
}
.kaiunreki-premium-menu__item:nth-child(even) {
  position: relative;
  right: -6px;
}
.kaiunreki-premium-menu__item:nth-child(odd) {
  clear: left;
}
.kaiunreki-premium-menu__item:nth-child(n+3) {
  margin-top: 6px;
}

.kaiunreki-karte {
  margin: 20px 0;
}
.kaiunreki-karte__name {
  margin: 0 auto 0;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
.kaiunreki-karte__kana {
  margin: 0 auto 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.kaiunreki-karte__soshitsu-code {
  margin: 1em 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.kaiunreki-karte__details h2 {
  display: none;
}
.kaiunreki-karte__details h3 {
  margin: 0 0 10px;
  padding: 8px 30px 8px 12px;
  text-align: left;
}
.kaiunreki-karte__details h3 + div {
  display: none;
}
.kaiunreki-karte__details h3.is-active:before {
  -webkit-transform: translateY(-50%) rotate(225deg);
      -ms-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}
.kaiunreki-karte__details p {
  margin: 1.6em 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.kaiunreki-karte__details div {
  padding: 10px 0 20px;
}
.kaiunreki-karte__details div *:first-child {
  margin-top: 0;
}
.kaiunreki-karte__details div *:last-child {
  margin-bottom: 0;
}
.kaiunreki-karte__details div h4,
.kaiunreki-karte__details div h5,
.kaiunreki-karte__details div p,
.kaiunreki-karte__details div ul {
  margin: 1.6em 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.kaiunreki-karte__details div h4 {
  margin-bottom: .8em;
  color: #9b2833;
}
.kaiunreki-karte__details div h4 + p,
.kaiunreki-karte__details div h4 + ul {
  margin-top: .8em;
}
.kaiunreki-karte__details div ul {
  padding-left: 1.8em;
  list-style: none;
}
.kaiunreki-karte__details div ul li {
  position: relative;
}
.kaiunreki-karte__details div ul li + li {
  margin-top: .6em;
}
.kaiunreki-karte__details div ul li:before {
  position: absolute;
  top: 5.5px;
  left: -21px;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(../img/icon-list-item.svg) center center no-repeat;
  background-size: contain;
}
.kaiunreki-karte__details div ol {
  display: table;
  padding-left: 0;
  list-style: none;
}
.kaiunreki-karte__details div ol li {
  display: table-row;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
.kaiunreki-karte__details div ol li + li:before {
  content: "↓";
  display: block;
}
.kaiunreki-karte__details div dl {
  overflow: hidden;
}
.kaiunreki-karte__details div dt {
  float: left;
  clear: left;
  width: 1em;
  font-size: 18px;
  font-size: 1.8rem;
}
.kaiunreki-karte__details div dd {
  float: left;
  width: 40px;
  margin: 0 0 10px;
}
.kaiunreki-karte__details div dd:last-child {
  margin-bottom: 0;
}
.kaiunreki-karte__details div p:first-of-type:not(:last-of-type) {
  margin-top: 0;
  padding: .8em 1em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  background: #f6f6f6;
  box-shadow: inset 0 0 0 2px #f3f3f3, inset 0 0 0 3px white;
}
.kaiunreki-karte__details div p.keyword {
  padding: .8em 1em;
  border: solid 1px #d2d2d2;
}
.kaiunreki-karte__details div b {
  color: #9b2833;
}
.kaiunreki-karte__details div .icon-paper {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 6px;
  background: url(../img/icon-paper.svg) center center no-repeat;
  background-size: auto 28px;
  vertical-align: middle;
}
.kaiunreki-karte__details div .icon-scissors {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 6px;
  background: url(../img/icon-scissors.svg) center center no-repeat;
  background-size: auto 28px;
  vertical-align: middle;
}
.kaiunreki-karte__details div .icon-rock {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 6px;
  background: url(../img/icon-rock.svg) center center no-repeat;
  background-size: auto 20px;
  vertical-align: middle;
}

.kaiunreki-kaze {
  margin: 20px 0;
}
.kaiunreki-kaze__title--month {
  margin-bottom: 40px;
}
.kaiunreki-kaze__type-code {
  margin: 0 auto 0;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
.kaiunreki-kaze__year h3,
.kaiunreki-kaze__year p,
.kaiunreki-kaze__year ul {
  margin: 1.8em 0;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.8;
}
.kaiunreki-kaze__year h4 {
  margin: 1em 0;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
.kaiunreki-kaze__year h3 {
  padding: 4px;
  background: #c9c9c9;
  color: white;
  text-align: center;
  box-shadow: inset 0 0 0 2px #c9c9c9, inset 0 0 0 3px white;
}
.kaiunreki-kaze__month h3 {
  margin: 1.8em 0;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.8;
}
.kaiunreki-kaze__month h3 {
  padding: 4px;
  background: #c9c9c9;
  color: white;
  text-align: center;
  box-shadow: inset 0 0 0 2px #c9c9c9, inset 0 0 0 3px white;
}
.kaiunreki-kaze__month .kaiunreki-button {
  height: 36px;
  padding: 6px 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
}
.kaiunreki-kaze__month .kaiunreki-button.is-active {
  position: relative;
  overflow: visible;
}
.kaiunreki-kaze__month .kaiunreki-button.is-active:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fb8f00 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.kaiunreki-kaze__details > h3 {
  margin: 0 0 10px;
  padding: 8px 30px 8px 12px;
  text-align: left;
}
.kaiunreki-kaze__details > h3 + div {
  display: none;
}
.kaiunreki-kaze__details > h3.is-active:before {
  -webkit-transform: translateY(-50%) rotate(225deg);
      -ms-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}
.kaiunreki-kaze__details div {
  padding: 15px 0 20px;
}
.kaiunreki-kaze__details div h3:first-of-type {
  display: none;
}
.kaiunreki-kaze__details div h4:first-of-type {
  margin-top: 0;
  font-size: 2.0em;
  text-align: center;
  color: #9b2833;
}
.kaiunreki-kaze__details div h4:first-of-type small {
  display: block;
  margin-top: .5em;
  font-size: 15px;
  font-size: 1.5rem;
  color: #333;
  text-align: center;
}
.kaiunreki-kaze__details div *:last-child {
  margin-bottom: 0;
}
.kaiunreki-kaze__details div h4,
.kaiunreki-kaze__details div h5,
.kaiunreki-kaze__details div p,
.kaiunreki-kaze__details div ul {
  margin: 1.6em 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.kaiunreki-kaze__details div h3 {
  margin: 1.6em 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  color: #9b2833;
}
.kaiunreki-kaze__details div ul {
  padding-left: 1.8em;
  list-style: none;
}
.kaiunreki-kaze__details div ul li {
  position: relative;
}
.kaiunreki-kaze__details div ul li + li {
  margin-top: .6em;
}
.kaiunreki-kaze__details div ul li:before {
  position: absolute;
  top: 5.5px;
  left: -21px;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(../img/icon-list-item.svg) center center no-repeat;
  background-size: contain;
}

.kaze-month-list {
  padding: 0;
  list-style: none;
}
.kaze-month-list__item {
  float: left;
  display: block;
  padding: 0 3px;
  box-sizing: border-box;
  width: 33.333%;
}
.kaze-month-list__item:nth-of-type(n+4) {
  margin-top: 6px;
}
.kaze-month-list__item:nth-of-type(3n+4) {
  clear: left;
}

.month-kaze-description {
  clear: both;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 10;
}
.month-kaze-description__inner {
  padding: 15px;
  border: solid 1px #f6f6f6;
}
.month-kaze-description__inner h3:first-child {
  margin-top: 0;
}
.month-kaze-description__inner h4:first-of-type {
  margin-top: 0;
  font-size: 2.0em;
  text-align: center;
  color: #9b2833;
}
.month-kaze-description__inner h4:first-of-type small {
  display: block;
  margin-top: .5em;
  font-size: 15px;
  font-size: 1.5rem;
  color: #333;
  text-align: center;
}
.month-kaze-description__inner *:last-child {
  margin-bottom: 0;
}
.month-kaze-description__inner h4,
.month-kaze-description__inner h5,
.month-kaze-description__inner p,
.month-kaze-description__inner ul {
  margin: 1.6em 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.month-kaze-description__inner h3 {
  margin: 1.6em 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  color: #9b2833;
}
.month-kaze-description__inner ul {
  padding-left: 1.8em;
  list-style: none;
}
.month-kaze-description__inner ul li {
  position: relative;
}
.month-kaze-description__inner ul li + li {
  margin-top: .6em;
}
.month-kaze-description__inner ul li:before {
  position: absolute;
  top: 5.5px;
  left: -21px;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(../img/icon-list-item.svg) center center no-repeat;
  background-size: contain;
}

.kaiunreki-header {
  height: 60px;
  background: #ff4475;
}
.kaiunreki-header__inner {
  position: relative;
  max-width: 750px;
  height: inherit;
  margin: 0 auto;
}
.kaiunreki-header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 215px;
  height: 45px;
  margin: 0 auto;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.kaiunreki-header__logo a {
  display: block;
  width: inherit;
  height: inherit;
  text-indent: -99em;
  overflow: hidden;
  background: url(../img/shinto-logo.png) center center no-repeat;
  background-size: contain;
}
.kaiunreki-header__signin {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 45px;
  height: 45px;
  margin: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ccc;
}
.kaiunreki-header__member-menu {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 45px;
  height: 45px;
  margin: 0;
  border-radius: 50% 50%;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.kaiunreki-header__member-menu a {
  display: block;
  width: inherit;
  height: inherit;
  background: #ccc;
}
.kaiunreki-header__member-menu a img {
  display: block;
  width: 100%;
  height: auto;
}

.kaiunreki-top {
  margin: 20px 0;
  padding: 0 15px;
}
.kaiunreki-top__title {
  margin: 20px -15px;
  padding: 8px 0;
  font-size: 17px;
  font-size: 1.7rem;
  color: white;
  background: #ff4475;
  text-align: center;
  font-weight: bold;
}
.kaiunreki-top__title small {
  display: inline-block;
  margin-left: 4px;
  font-size: 14px;
  font-size: 1.4rem;
}
.kaiunreki-top__list {
  max-width: 400px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.kaiunreki-top__item {
  margin: 0;
}
.kaiunreki-top__item + .kaiunreki-top__item {
  margin-top: 6px;
}
.kaiunreki-top__item img {
  display: block;
  width: 100%;
}

.kaiunreki-bottom {
  margin: 20px 0;
  padding: 0 15px;
}
.kaiunreki-bottom__button {
  max-width: 400px;
  margin: 0 auto 20px;
}
.kaiunreki-bottom__banner {
  max-width: 400px;
  margin: 20px auto 0;
}
.kaiunreki-bottom__banner img {
  display: block;
  max-width: 100%;
}

.kaiunreki-content {
  margin: 20px auto 60px;
  padding: 0 15px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5em;
}
.kaiunreki-content h2 {
  text-align: center;
}
.kaiunreki-content p {
  margin: 1em 0;
}
.kaiunreki-content table {
  margin: 1em 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5em;
}
.kaiunreki-content hr {
  margin: 20px 0;
  border: none;
  padding-top: 1px;
  background: rgba(0, 0, 0, .1);
  box-shadow: none;
}
.kaiunreki-content input[type="text"],
.kaiunreki-content input[type="email"],
.kaiunreki-content input[type="password"] {
  width: 100%;
  height: 42px;
  margin: 0;
  padding: 0 0 0 6px;
  border: solid 1px #888;
  box-sizing: border-box;
}
.kaiunreki-content textarea {
  width: 100%;
  height: 8em;
  margin: 0;
  padding: 0 0 0 6px;
  border: solid 1px #888;
  box-sizing: border-box;
}
.kaiunreki-content:not(.confirm) .form-require th:after {
  content: "必須";
  display: inline-block;
  margin-left: 6px;
  padding: 0 .8em;
  border-radius: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  vertical-align: middle;
  color: white;
  background: #ff4475;
}
.kaiunreki-content .kaiunreki-button {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
.kaiunreki-content .error {
  color: #ff4475;
}

.kaiunreki-form__attention {
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
}
.kaiunreki-form__attention li {
  margin: .3em 0;
}
.kaiunreki-form__attention li:before {
  content: "※";
}

.kaiunreki-form__rows {
  display: table;
  padding: 0;
  list-style: none;
}

.kaiunreki-form__item {
  display: table-cell;
  position: relative;
}
.kaiunreki-form__item--last_name {
  padding-left: 1.5em;
}
.kaiunreki-form__item--first_name {
  padding-left: 1.5em;
}
.kaiunreki-form__item label {
  position: absolute;
  left: .25em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.kaiunreki-friends {
  margin: 15px 0 15px;
  padding: 0 15px;
}
.kaiunreki-friends__header {
  margin: 20px 0 15px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.kaiunreki-friends__success {
  margin: 15px 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  color: #30c799;
}
.kaiunreki-friends__combi-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
  padding-right: 6px;
}
.kaiunreki-friends__combi-buttons > * {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.kaiunreki-friends__combi-buttons > *:nth-child(even) {
  position: relative;
  right: -6px;
}

.kaiunreki-friend-groups {
  list-style: none;
  padding: 0;
}
.kaiunreki-friend-groups__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.kaiunreki-friend-groups__item + .kaiunreki-friend-groups__item {
  margin-top: 5px;
}

.kaiunreki-friend-groups__item span{
	font-size:16px;
	padding:5px;
	    height: 34px;
    line-height: 34px;
}

button.kaiunreki-friend-groups__button{
	background: #fb8f00;
	height:34px;
	line-height:34px;
	padding:0px 15px;
	flex-grow:0;
}button.kaiunreki-friend-groups__button::after{
	content:"このグループを削除";
}
@media only screen and (max-width: 415px){
	button.kaiunreki-friend-groups__button{
		height:34px;
		width:34px;
		line-height:34px;
		padding:0px;
		text-align:center;
	}button.kaiunreki-friend-groups__button::after{
		content:"×";
	}

.kaiunreki-friend-groups__item span{
	display:none;
}


}

.kaiunreki-friend-groups_plese_save{
	background:rgba(223,51,54,1.00);
	color:#fff;
	text-align:center;
	padding:5px 0px;
	opacity:0;
	transition:opacity 0.5s ease-in-out;
	font-size:1.2rem;
}

.kaiunreki-friend-groups_plese_save.show{
	opacity:1;
}
.kaiunreki-friend-groups__input {
	flex-grow:1;
}
.kaiunreki-friends__combi-addline>button{
	margin:auto;
}


@media (max-width: 600px){
  .header{
    height: 48px;
  }
  .navigation{
    display: none;
  }
}
@media (min-width: 601px){
  .header__hamburger{
    display: none;
  }
}
@media only screen and (min-width: 415px){
  .kaiunreki-outline{
    background-size: 240px 240px;
  }
  .kaiunreki-outline:before{
    padding-top: 40%;
    background-image: url(../img/outline-image-pc.png);
    background-size: contain;
  }
  .kaiunreki-outline__heading{
    top: 15px;
  }
  .kaiunreki-content{
    width: 520px;
  }
  .kaiunreki-content h2{
    margin: 2.5em 0;
  }
  .kaiunreki-content table{
    width: 100%;
    border-collapse: collapse;
    border-top: solid 1px rgba(0, 0, 0, .1);
  }
  .kaiunreki-content th{
    padding: .8em .8em .8em .4em;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    white-space: nowrap;
    text-align: left;
  }
  .kaiunreki-content td{
    padding: .8em .4em .8em .8em;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
  }
}
@media only screen and (max-width: 414px){
  .kaiunreki-diagram-siries__item{
    width: 25%;
  }
  .kaiunreki-diagram-siries__item:nth-child(n+5){
    margin-top: 1px;
  }
  .kaiunreki-diagram-siries__item:nth-child(4n+5){
    clear: left;
  }
  .kaiunreki-content table,
  .kaiunreki-content tbody,
  .kaiunreki-content tr{
    display: inline;
  }
  .kaiunreki-content th{
    display: block;
    text-align: left;
  }
  .kaiunreki-content td{
    display: block;
    margin: 1em 0;
    padding-left: 1em;
    min-height: 1.5em;
  }
}
@media only screen and (max-width: 359px){
  .kaiunreki-menu__item--premium .kaiunreki-button{
    font-size: 1.45rem;
  }
}
@media only screen and (max-width: 360px){
  .kaze-month-list__item{
    font-size: 1.35rem;
  }
}


.kaiunreki-friends table {
  margin: 1em 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5em;
}



  .kaiunreki-friends table{
    width: 100%;
    border-collapse: collapse;
    border-top: solid 1px rgba(0, 0, 0, .1);
  }


  .kaiunreki-friends th{
    padding: .8em .8em .8em .4em;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    white-space: nowrap;
    text-align: left;
  }

  .kaiunreki-friends td{
    padding: .8em .4em .8em .8em;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
  }


@media only screen and (max-width: 414px){
  .kaiunreki-friends table,
  .kaiunreki-friends tbody,
  .kaiunreki-friends tr{
    display: inline;
  }

  .kaiunreki-friends th{
    display: block;
    text-align: left;
  }

  .kaiunreki-friends td{
    display: block;
    margin: 1em 0;
    padding-left: 1em;
    min-height: 1.5em;
  }
}

.kaiunreki-friends-list>div{
	text-align:center;
}
/*
.kaiunreki-friends-list>div>p:nth-of-type(1){
	font-size:1.6rem;
}
.kaiunreki-friends-list>div>p:nth-of-type(2){
	font-size:1.6rem;
}
*/
.kaiunreki-friends-list>div>p:nth-of-type(1){
	font-size:1.2rem;
	font-weight:bold;
	display: none;
}

.kaiunreki-friends-list>table{
	max-width:520px;
	width:100%;
	margin: 10px auto 30px;
	border-collapse: collapse;
	font-size: 1.5rem;
	    border-top: solid 1px rgba(0, 0, 0, .1);
}


.kaiunreki-friends-list td {
    padding: .8em .8em .8em .8em;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
}



.kaiunreki-friends-list>table td:nth-of-type(1) {
	text-align:left;
}
.kaiunreki-friends-list>table td:nth-of-type(1) > a {
  position: relative;
  display: block;
	height: 48px;
	padding-left: 58px;
	color: #333;
}
.kaiunreki-friends-list>table td:nth-of-type(1) > a .icon {
  position: absolute;
  top: 0;
  left: 2px;
  display: block;
  width: 48px;
  height: 48px;
}
.kaiunreki-friends-list>table td:nth-of-type(1) > a .icon img {
  height: 48px;
  width: auto;
}
.kaiunreki-friends-list>table td:nth-of-type(1) > a .name {
  display: block;
  width: auto;
  padding-top: 4px;
}
/*
.kaiunreki-friends-list >table td:nth-of-type(1) > a::before{
	content:"";
	display:table-cell;
	background:#ff4475 url(../img/icon/iconmonstr-arrow-1.svg) no-repeat;
	background-size:18px 18px;
	background-position:50% 50%;
	border-radius:4px;
	width:22px;
	height:22px;
	vertical-align: middle;
	margin-right:6px;
}
*/
.kaiunreki-friends-list>table td:nth-of-type(1) > a > span {
	display:table-cell;
	line-height: 1.4;
	vertical-align: top;
}
.kaiunreki-friends-list .gender_f,
.kaiunreki-friends-list .gender_m{
	text-indent:-9999px;
	height:22px;
	width:22px;
	display:inline-block;
	background-size:22px 22px;
	background-position:center;
	background-repeat:no-repeat;
	vertical-align: middle;
	margin-right:4px;
}
.kaiunreki-friends-list .gender_f{
	background-image:url(../img/icon/iconmonstr-f.svg);
}
.kaiunreki-friends-list .gender_m{
	background-image:url(../img/icon/iconmonstr-m.svg);
}


.kaiunreki-friends-list>table td:nth-of-type(2){
  width: 66px;
	text-align:right;
	line-height:22px;
}.kaiunreki-friends-list>table td:nth-of-type(2)>*{
	display:inline-block;
	height:28px;
	width:28px;
	vertical-align:middle;
	border-radius:4px;
}
.kaiunreki-friends-list>table td:nth-of-type(2)>a{
	display:inline-block;
	background:#fb8f00 url(../img/icon/iconmonstr-pen-1.svg) no-repeat;
	background-size:18px 18px;
	background-position:50% 50%;
	margin-right:5px;
}
/*
@media only screen and (max-width: 414px){
  .kaiunreki-friends-list>table td:nth-of-type(1)>a>span:nth-of-type(2){
  	display:none;
  }
}
*/

.kaiunreki-friends-list>table td:nth-of-type(2)>button{
	  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
        background-color: #fb8f00;
		line-height:22px;
		text-align:center;
		color:#fff;
		border-radius:4px;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
		font-weight:bold;
}

.kaiunreki-friends-list .nomenber{
	text-align:center;
	font-size:1.2rem;
	font-weight:bold;
}

.kaiunreki-friend-menu{
	margin:20px 0;
}.kaiunreki-friend-menu>p{
    padding: 8px 0;
    font-size: 17px;
    font-size: 1.7rem;
    color: white;
    background: #ff4475;
    text-align: center;
    font-weight: bold;
}
.kaiunreki-friend-menu>ul{
	display:flex;
}.kaiunreki-friend-menu>ul>li{
	list-style:none;
	flex-basis: 33%;
	text-align:center;

}
/*
.kaiunreki-friend-menu>ul>li>a{
	height:22px;
	line-height:22px;
	font-size:1.4rem;
	color:#333;
}.kaiunreki-friend-menu>ul>li>a::after{
    content: "";
    display: inline-block;
    background: #ff4475 url(../img/icon/iconmonstr-arrow-1.svg) no-repeat;
    background-size: 18px 18px;
    background-position: 50% 50%;
    border-radius: 4px;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-left: 10px;
}
*/
.kaiunreki-friend-menu>ul {
  padding: 0 15px;
}
.kaiunreki-friend-menu>ul>li + li{
  margin-left: 10px;
}

@media only screen and (max-width: 520px){
	.kaiunreki-friend-menu>ul{
		display:block;
		padding: 0;
	}

  .kaiunreki-friend-menu>ul {
    padding: 0 15px;
  }
  .kaiunreki-friend-menu>ul>li + li{
    margin-left: auto;
    margin-top: 10px;
  }
/*
	.kaiunreki-friend-menu>ul>li{
		text-align:left;
		margin-bottom:5px;
	}.kaiunreki-friend-menu>ul>li>a::after{
		display:none;
	}
	.kaiunreki-friend-menu>ul>li>a::before{
		content: "";
		display: inline-block;
		background: #ff4475 url(../img/icon/iconmonstr-arrow-1.svg) no-repeat;
		background-size: 18px 18px;
		background-position: 50% 50%;
		border-radius: 4px;
		width: 18px;
		height: 18px;
		vertical-align: middle;
		margin-right: 8px;
	}
*/
}

/**********結果一覧表示***********/
.result_all_tbl{
	width:100%;
	border-collapse:collapse;
	background: url(../img/circle.png) no-repeat center center;
	background-size: 86%, auto
}
.result_all_tbl td{
	width:33%;
	text-align:center;
/* 	padding:10px 0px; */
	box-sizing: boreder-box;
	padding: 3px;
}
.result_all_tbl td:first-child{
  padding-left: 0;
  padding-right: 6px;
}
.result_all_tbl td:last-child{
  padding-left: 6px;
  padding-right: 0;
}
.result_all_tbl td span{
	display:block;
	background:#ff4475;
	font-size:1.6rem;
	color:#fff;
	padding: 2px 0;
/* 	width:80%; */
/* 	margin:10px auto; */
  margin: 0;
}
.result_all_tbl img{
/* 	width:80%; */
  width:91%;
  margin: 3px 0 4px 9%;
}

.kaiunreki-another-god-list{
	display:flex;
	width:100%;
	justify-content: space-between;
	margin-top:30px;
}

.kaiunreki-another-god-list > a{
	display:block;
	width:25%;
	padding:0px 5px;
	box-sizing:border-box;
}

@media only screen and (max-width: 520px){
	.kaiunreki-another-god-list{
	 display:block;
	}
	.kaiunreki-another-god-list::after{
		display:block;
		content:"";
		clear:both;
	}
	.kaiunreki-another-god-list > a{
  	width:50%;
  	float:left;
		margin-bottom:20px;
		box-sizing: border-box;

	}
	.kaiunreki-another-god-list > a:nth-child(odd){
  	padding-left: 15px;
	}
	.kaiunreki-another-god-list > a:nth-child(even){
  	padding-right: 15px;
	}
}
.kaiunreki-another-god-list > a>span{
	display:block;
    background: #ff4475;
    font-size: 1.6rem;
    color: #fff;
    width: 100%;
    padding: 2px 0;
	text-align:center;
}

.kaiunreki-another-god-list > a >img{
	margin-top:5px;
	width:91%;
	margin: 5px 0 0 9%;
}

.kaiunreki-another-god-list .kaiunreki-button--disabled img{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

/* 八百万の神大図鑑 */
.zukan-content .zukan-header {
  padding: 30px 70px;
  box-sizing: border-box;
}


.zukan-content .zukan-header .archive-title {
  font-size: 32px;
  margin: 0;
  text-align: center;
}


.yaoyorozu_topMovie,
.fluid-width-video-wrapper {
  width: 97%;
  margin: 0 auto 20px;
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
}

.yaoyorozu_topMovie iframe,
.fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.zukan-content .zukan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 97%;
  margin: 0 auto;
  padding: 10px;
  background: url(../img/outline-pattern.png) 0 0 repeat;
  box-sizing: border-box;
}

.zukan-content .zukan-list .post-wrap {
  width: 32.334%;
  box-sizing: border-box;
  padding: 0 15px 8px;
  margin-top: 10px;
  vertical-align: top;
  background-color: #fff;
}

.zukan-content .zukan-list .post-wrap:nth-child(-n+3) {
  margin-top: 0;
}

.zukan-content .zukan-list .post-wrap header .entry-title {
  padding: 6px;
  border-bottom: double #E2DFC8;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.zukan-content .zukan-list .post-wrap header .entry-title a ruby rt {
  letter-spacing: -0.2em;
}

.zukan-content .zukan-list .post-wrap .entry-post-thumbnail img {
  width: 100%;
}

.zukan-content #content {
  font-size: 120%;
}

.zukan-content #content p {
  margin: 0 0 24px;
  line-height: 1.7;
  text-align: left;
  font-size: 1.5rem;
}

.zukan-content h3 {
  font-size: 1.8rem;
  line-height: 1.8;
}

.zukan-cover,
.zukan-content {
  width: 97%;
  margin: 0 auto;
}

.zukan-cover .cover-content .post-title {
    margin-top: 10%;
    border-top: #d7b67d solid 1px;
    border-bottom: #d7b67d solid 1px;
    padding: 13px 0 10px 0;
    color: #240707!important;
}

@media only screen and (max-width: 520px){
  .zukan-content .zukan-list .post-wrap header .entry-title {
    padding: 0;
  }

  .zukan-content .zukan-list .post-wrap header .entry-title a {
    font-size: 1.8rem;
  }

  .zukan-content .zukan-list .post-wrap {
    padding: 0 5px 3px;
  }

  .zukan-content .zukan-header .archive-title {
    font-size: 2.2rem;
  }
}

.universe-home__universe-title {
  width: 100%;
  max-width: 420px;
  margin: 32px auto!important;
  padding: 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  background: #a0cdf7;
  font-weight: bold;
}
.universe-home__universe-title.universe-home__universe-title--target {
  background: #b2e58c;
}

.universe-birthday {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  list-style: none;
}
.universe-birthday__item {
  display: block;
  padding: 0 3px;
}
.universe-birthday__item:first-child {
  padding-left: 0;
}
.universe-birthday__item:last-child {
  padding-right: 0;
}