@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

*::before,
*::after {
  box-sizing: border-box;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  vertical-align: top;
  background: transparent;
  border: 0;
  outline: 0;
}

article,
aside,
canvas,
main,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
picture,
img {
  display: block;
}

address,
caption,
h1,
h2,
h3,
h4,
h5,
h6,
th,
dt {
  font-size: 100%;
  font-style: normal;
  font-weight: inherit;
}

dd,
dl,
dt,
li,
ol,
ul {
  list-style-position: outside;
  list-style-type: none;
}

table,
td,
th {
  vertical-align: top;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}

ins {
  text-decoration: none;
}

ins,
mark {
  color: #000000;
  background-color: #ffff99;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #000000;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border-top: 1px solid #cccccc;
}

img {
  height: auto;
  vertical-align: top;
  border: 0;
}

svg {
  display: inline;
  vertical-align: top;
}

br {
  letter-spacing: 0;
}

button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
}

input,
select,
textarea,
button {
  vertical-align: middle;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

select {
  font-size: 100%;
  background-color: #ffffff;
  border: 1px solid #809db9;
}

button,
input,
textarea {
  box-sizing: border-box;
}

textarea {
  resize: vertical;
  border-radius: 0;
}

button {
  color: currentColor;
  background: transparent;
  border: 0;
  border-radius: 0;
}

input[type=date],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  box-sizing: border-box;
  padding: 2px;
  font-size: 100%;
  background: #ffffff;
  border: 1px solid #809db9;
}

input[type=number] {
  text-align: right;
}

input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
  background: #ffffff;
  border: 1px solid #ef7a00;
}

button,
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}

input[type=email],
input[type=tel],
input[type=text] {
  border-radius: 0;
}

input[type=image] {
  vertical-align: top;
}

input[type="submit"],
input[type="button"] {
  border: none;
  border-radius: 0;
}

input[type="submit"]:-webkit-search-decoration,
input[type="button"]:-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

input:disabled {
  cursor: default;
  opacity: 0.5;
}

small {
  vertical-align: baseline;
}

html {
  overflow-y: visible;
}

body {
  min-width: 960px;
	/*
  font-weight: 700;
  line-height: 2;
  color: #0a0e10;
  text-align: left;
  letter-spacing: 0.01em;
  background: #ffffff;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
	*/
}

#Wrapper_mh {
  font-weight: 700;
  line-height: 2;
  color: #0a0e10;
  text-align: left;
  letter-spacing: 0.01em;
  /*background: #ffffff;*/
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
}

/* IE10以上 */
/* stylelint-disable */

a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  display: inline;
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

a,
span {
  font-weight: inherit;
}

.is-IE * {
  min-height: 0%;
}

@keyframes common-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes common-rotation-xs {
  0% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}

@keyframes common-rotation-s {
  0% {
    transform: rotate(-6deg);
  }
  100% {
    transform: rotate(6deg);
  }
}

@keyframes common-rotation-m {
  0% {
    transform: rotate(-12deg);
  }
  100% {
    transform: rotate(12deg);
  }
}

@keyframes common-floating {
  0%,
  100% {
    transform: translate3d(0, -2rem, 0);
  }
  50% {
    transform: translate3d(0, 2rem, 0);
  }
}

@keyframes common-floating-m {
  0%,
  100% {
    transform: translate3d(0, -1.4rem, 0);
  }
  50% {
    transform: translate3d(0, 1.4rem, 0);
  }
}

@keyframes common-floating-s {
  0%,
  100% {
    transform: translate3d(0, -0.9rem, 0);
  }
  50% {
    transform: translate3d(0, 0.9rem, 0);
  }
}

@keyframes common-floating-xs {
  0%,
  100% {
    transform: translate3d(0, -0.5rem, 0);
  }
  50% {
    transform: translate3d(0, 0.5rem, 0);
  }
}

@keyframes common-floating-x {
  0%,
  100% {
    transform: translate3d(-1rem, 0, 0);
  }
  50% {
    transform: translate3d(1rem, 0, 0);
  }
}

@keyframes common-floating--sp {
  0%,
  100% {
    transform: translate3d(0, -1.4rem, 0);
  }
  50% {
    transform: translate3d(0, 1.4rem, 0);
  }
}

@keyframes common-floating-m--sp {
  0%,
  100% {
    transform: translate3d(0, -0.98rem, 0);
  }
  50% {
    transform: translate3d(0, 0.98rem, 0);
  }
}

@keyframes common-floating-s--sp {
  0%,
  100% {
    transform: translate3d(0, -0.63rem, 0);
  }
  50% {
    transform: translate3d(0, 0.63rem, 0);
  }
}

@keyframes common-floating-xs--sp {
  0%,
  100% {
    transform: translate3d(0, -0.35rem, 0);
  }
  50% {
    transform: translate3d(0, 0.35rem, 0);
  }
}

@keyframes common-floating-x--sp {
  0%,
  100% {
    transform: translate3d(-0.7rem, 0, 0);
  }
  50% {
    transform: translate3d(0.7rem, 0, 0);
  }
}

.header_mh {
  position: relative;
  background: #ffffff url(../images/cmn/cmn_line.png) center bottom repeat-x;
  background-size: auto 1px;
  z-index: 100;
}

.header_nav_mh {
  display: flex;
}

.footer_mh {
  position: relative;
  padding-top: 100px;
  z-index: 0;
}

#Footer_fca ul {
  border-top: none;
}

.container_mh {
  position: relative;
  z-index: 10;
}

.l-wrapper_mh {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.l-contents_mh {
  width: 100%;
  text-align: left;
  background: url(../images/illust/cmn_bg_pink_pc.jpg) repeat-y center top #ffd1ea;
  background-size: 100% auto;
  overflow-anchor: none;
}

.l-contents_mh * {
  box-sizing: content-box;
}

.l-inner_mh {
  position: relative;
  margin: 0 auto;
}

:root {
  --contentHeight: calc(100vh - 32px - 163px);
  --firstViewHeight: 100vh;
}

body {
  background-repeat: repeat;
  background-position: 50% 0;
}

.l-wrapper_mh {
  overflow: visible;
}

.footer_mh {
  z-index: 1000;
  background-color: #ffffff;
  background-image: url("../images/cmn/cmn_line.png");
  background-repeat: repeat-x;
  background-position: 50% 0;
  background-size: auto 1px;
  transform: translate3d(0, 0, 0);
}

.footer_mh #Footer_fca {
  padding: 0;
}

.footer_mh #Footer_fca ul {
  padding-top: 0;
}

@keyframes btnHover {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.opening_mh {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  transition: opacity 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75), visibility 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.opening_mh.is-hide {
  visibility: hidden;
  opacity: 0;
}

.opening_mh-logo {
  position: relative;
  flex: 0 0 auto;
}

.opening_mh-logo img {
  display: none;
  width: 100%;
  max-width: none;
}

.is-ie .opening_mh-logo span {
  display: none;
}

.is-ie .opening_mh-logo img {
  display: block;
}

.opening_mh-txt {
  flex: 0 0 auto;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transition: opacity 1500ms 800ms cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 1500ms 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-ready2 .opening_mh-txt {
  opacity: 0;
  transform: translate3d(0, 20%, 0);
}

.opening_mh-btn {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transition: opacity 1500ms 1500ms cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 1500ms 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.opening_mh-btn.is-hide {
  pointer-events: none;
}

.is-ready2 .opening_mh-btn {
  opacity: 0;
}

.kirakira_title_mh {
  position: relative;
  display: block;
}

.kirakira_title_mh::before {
  display: block;
  content: "";
}

.kirakira_title_mh::before {
  padding-top: 45.41176%;
}

.kirakira_title_mh svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#mv_title_mask_rect_mh {
  width: 200%;
  transition: transform 1.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-delay: 0.6s;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.is-ready2 #mv_title_mask_rect_mh {
  transform: translate3d(-200%, 0, 0);
}

.kirakira_body_mh {
  position: absolute;
  top: -10%;
  left: -20%;
  width: 140%;
  height: 120%;
  pointer-events: none;
}

.kirakira_material_s_mh,
.kirakira_material_l_mh {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.kirakira_material_s_mh.is-scale-out,
.kirakira_material_l_mh.is-scale-out {
  animation: kirakira_scale_out 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.kirakira_material_s_mh.is-fade-out,
.kirakira_material_l_mh.is-fade-out {
  animation: kirakira_fade_out 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.kirakira_material_s_mh {
  width: 2.2rem;
  height: 2.6rem;
  background-image: url(../images/illust/star02.png);
}

.kirakira_material_l_mh {
  width: 4.8rem;
  height: 5.4rem;
  background-image: url(../images/illust/star01.png);
}

@keyframes kirakira_scale_out {
  0% {
    opacity: 1;
    transform: scale(0.7);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(0.5) rotate(90deg);
  }
}

@keyframes kirakira_fade_out {
  0%,
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.top_mh {
  position: relative;
  width: 100%;
  transition: height 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
}

.top_mh-curtain {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 800ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.top_mh-curtain::before, .top_mh-curtain::after {
  position: absolute;
  top: 0;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.top_mh-curtain::before {
  left: 0;
  background-position: 100% 0;
  transform: translate3d(-15%, 0, 0);
  transform-origin: 0 0;
}

.top_mh-curtain::after {
  right: 0;
  background-position: 0 0;
  transform: translate3d(15%, 0, 0);
  transform-origin: 100% 0;
}

.top_mh-curtain.is-show {
  opacity: 1;
  transition-delay: 1000ms;
}

.top_mh-curtain.is-show::before, .top_mh-curtain.is-show::after {
  transition-delay: 1000ms;
  transform: translate3d(0, 0, 0);
}

.start_mh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.start_mh-enter .start_mh-illust, .start_mh-enter .start_mh-header, .start_mh-enter .start_mh-btn {
  opacity: 0;
}

.start_mh-enter .start_mh-illust-img-layer-02 {
  transform: scale(0.95);
}

.start_mh-enter .start_mh-illust-img-layer-03 {
  transform: scale(0.85);
}

.start_mh-enter .start_mh-back-img, .start_mh-enter .start_mh-back-txt {
  opacity: 0;
}

.start_mh-enter .start_mh-back-img {
  transform: translate3d(0, 30%, 0);
}

.start_mh-enter .start_mh-back-txt {
  transform: translate3d(0, 20%, 0);
}

.start_mh-enter-active {
  pointer-events: none;
  transition-duration: 4000ms;
}

.start_mh-enter-active .start_mh-illust {
  transition: opacity 1000ms 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.start_mh-enter-active .start_mh-illust-img-layer-02 {
  transition: transform 1700ms 1300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.start_mh-enter-active .start_mh-illust-img-layer-03 {
  transition: transform 1500ms 1500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.start_mh-enter-active .start_mh-btn {
  transition: opacity 200ms 3000ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.start_mh-enter-active .start_mh-back-img {
  transition: opacity 200ms 3000ms cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 800ms 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.start_mh-enter-active .start_mh-back-txt {
  transition: opacity 200ms 3100ms cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 800ms 3100ms cubic-bezier(0.39, 1.48, 0.56, 0.985);
}

.start_mh-leave-to .start_mh-illust {
  filter: brightness(2);
  opacity: 0;
}

.start_mh-leave-to .start_mh-illust-img-04 {
  transform: translate3d(0, -5.20833%, 0);
}

.start_mh-leave-to .start_mh-illust-img-05 {
  transform: translate3d(0, -3.90625%, 0);
}

.start_mh-leave-to .start_mh-illust-img-06 {
  transform: translate3d(0, -5.20833%, 0);
}

.start_mh-leave-to .start_mh-illust-img-07 {
  transform: translate3d(0, -5.20833%, 0);
}

.start_mh-leave-to .start_mh-illust-img-08 {
  transform: translate3d(0, -10.41667%, 0);
}

.start_mh-leave-to .start_mh-illust-img-09 {
  transform: translate3d(0, -6.51042%, 0);
}

.start_mh-leave-to .start_mh-illust-img-10 {
  transform: translate3d(0, -9.11458%, 0);
}

.start_mh-leave-to .start_mh-illust-img-11 {
  transform: translate3d(0, -3.90625%, 0);
}

.start_mh-leave-to .start_mh-illust-img-12 {
  transform: translate3d(0, -10.41667%, 0);
}

.start_mh-leave-to .start_mh-illust-img-13 {
  transform: translate3d(0, -15.625%, 0);
}

.start_mh-leave-to .start_mh-illust-hover, .start_mh-leave-to .start_mh-illust-active {
  opacity: 1;
}

.start_mh-leave-to .start_mh-btn, .start_mh-leave-to .start_mh-back {
  opacity: 0;
}

.start_mh-leave-active {
  pointer-events: none;
  transition-duration: 3000ms;
}

.start_mh-leave-active .start_mh-illust {
  transition: opacity 1600ms 1100ms ease-out, filter 1600ms 1100ms ease-out;
}

.start_mh-leave-active .start_mh-illust-img-04 {
  transition: transform 2025ms 343ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.start_mh-leave-active .start_mh-illust-img-05 {
  transition: transform 2143ms 496ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.start_mh-leave-active .start_mh-illust-img-06, .start_mh-leave-active .start_mh-illust-img-07 {
  transition: transform 1735ms 142ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.start_mh-leave-active .start_mh-illust-img-08 {
  transition: transform 2335ms 199ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.start_mh-leave-active .start_mh-illust-img-09 {
  transition: transform 2214ms 192ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.start_mh-leave-active .start_mh-illust-img-10 {
  transition: transform 2275ms 113ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.start_mh-leave-active .start_mh-illust-img-11 {
  transition: transform 2233ms 194ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.start_mh-leave-active .start_mh-illust-img-12 {
  transition: transform 2139ms 268ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.start_mh-leave-active .start_mh-illust-img-13 {
  transition: transform 2300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.start_mh-leave-active .start_mh-illust-hover, .start_mh-leave-active .start_mh-illust-active {
  transition: opacity 1500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.start_mh-leave-active .start_mh-btn, .start_mh-leave-active .start_mh-back {
  transition: opacity 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.start_mh-illust {
  position: relative;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.start_mh-illust-img, .start_mh-illust-hover, .start_mh-illust-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.start_mh-illust-img::before, .start_mh-illust-hover::before, .start_mh-illust-active::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-top: 56.40648%;
  margin: auto;
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.start_mh-illust-img {
  transform-origin: 50% 100%;
}

.start_mh-illust-img-01::before {
  background-image: url("../images/start_illust_img01.png");
}

.start_mh-illust-img-02 {
  left: calc((169.85295vw - 100%) / 2 * -1);
  width: 169.85295vw;
}

.start_mh-illust-img-02::before {
  padding-top: 33.16017%;
  background-image: url("../images/start_illust_img02_l.png");
}

.start_mh-illust-img-03::before {
  background-image: url("../images/start_illust_img03.png");
}

.start_mh-illust-img-04::before {
  background-image: url("../images/start_illust_img04.png");
}

.start_mh-illust-img-05::before {
  background-image: url("../images/start_illust_img05.png");
}

.start_mh-illust-img-06::before {
  background-image: url("../images/start_illust_img06.png");
}

.start_mh-illust-img-07::before {
  background-image: url("../images/start_illust_img07.png");
}

.start_mh-illust-img-08::before {
  background-image: url("../images/start_illust_img08.png");
}

.start_mh-illust-img-09::before {
  background-image: url("../images/start_illust_img09.png");
}

.start_mh-illust-img-10::before {
  background-image: url("../images/start_illust_img10.png");
}

.start_mh-illust-img-11::before {
  background-image: url("../images/start_illust_img11.png");
}

.start_mh-illust-img-12::before {
  background-image: url("../images/start_illust_img12.png");
}

.start_mh-illust-img-13::before {
  background-image: url("../images/start_illust_img13.png");
}

.start_mh-illust-hover {
  opacity: 0;
  transition: opacity 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.start_mh-illust-hover::before {
  background-image: url("../images/start_illust_hover.png");
}

.start_mh-illust-active {
  opacity: 0;
  transition: opacity 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.start_mh-illust-active::before {
  background-image: url("../images/start_illust_active.png");
}

.start_mh-illust.is-hover .start_mh-illust-hover {
  opacity: 1;
}

.start_mh-back {
  position: absolute;
  z-index: 200;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.start_mh-back-img {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.start_mh-back-txt {
  position: absolute;
  display: block;
  overflow: hidden;
  text-indent: -99989px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.start_mh-btn {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 200;
  margin: auto;
  overflow: hidden;
  text-indent: -9999px;
}

@keyframes crystalFloatingCansell {
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes crystalFloating {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -2%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.result_mh-enter .result_mh-crystal, .result_mh-enter .result_mh-ttl, .result_mh-enter .result_mh-txt {
  filter: brightness(2);
  opacity: 0;
}

.result_mh-enter .result_mh-crystal-star01, .result_mh-enter .result_mh-crystal-star02, .result_mh-enter .result_mh-share, .result_mh-enter .result_mh-profile, .result_mh-enter .result_mh-tarot {
  opacity: 0;
}

.result_mh-enter-active {
  pointer-events: none;
  transition-duration: 3000ms;
}

.result_mh-enter-active .result_mh-crystal {
  transition: opacity 1000ms 200ms ease-out, filter 1000ms 200ms ease-out;
}

.result_mh-enter-active .result_mh-ttl {
  transition: opacity 1000ms 1300ms ease-out, filter 1000ms 1300ms ease-out;
}

.result_mh-enter-active .result_mh-txt {
  transition: opacity 1000ms 1300ms ease-out, filter 1000ms 1300ms ease-out;
}

.result_mh-enter-active .result_mh-crystal-star01, .result_mh-enter-active .result_mh-crystal-star02, .result_mh-enter-active .result_mh-share, .result_mh-enter-active .result_mh-profile, .result_mh-enter-active .result_mh-tarot {
  transition: opacity 500ms 2000ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.result_mh-leave-to {
  opacity: 0;
}

.result_mh-leave-active {
  pointer-events: none;
  transition: opacity 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.result_mh-ttl {
  margin: 0 auto;
}

.result_mh-crystal {
  position: relative;
}

.result_mh-crystal-star01 {
  position: absolute;
  left: 50%;
}

.result_mh-crystal-star02 {
  position: absolute;
  left: 50%;
}

.result_mh-crystal-img img {
  width: 100%;
  max-width: none;
}

.result_mh-txt {
  font-weight: 700;
  line-height: 2;
}

.result_mh-share {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
}

.result_mh-share-btn {
  overflow: hidden;
  text-indent: -9999px;
}

.result_mh-again {
  z-index: 200;
  display: block;
}

.result_mh-again-img {
  position: absolute;
  display: block;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transform: translate3d(0, 0, 0);
}

.result_mh-again-txt {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transform: translate3d(0, 0, 0);
}

.result_mh-back {
  position: absolute;
  z-index: 200;
  overflow: hidden;
}

.result_mh-back-img {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transform: translate3d(0, 0, 0);
}

.result_mh-back-txt {
  position: absolute;
  display: block;
  overflow: hidden;
  text-indent: -99989px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transform: translate3d(0, 0, 0);
}

.result_mh-profile {
  position: relative;
}

.result_mh-profile-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.result_mh-profile-bg-top {
  flex: 0 0 auto;
  width: 100%;
  background-repeat: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.result_mh-profile-bg-repeat {
  flex: 1 1 auto;
  width: 100%;
  background-repeat: 50% 0;
  background-repeat: repeat;
  background-size: 100% auto;
}

.result_mh-profile-bg-bottom {
  flex: 0 0 auto;
  width: 100%;
  background-repeat: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.result_mh-profile-name {
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.result_mh-profile-txt {
  position: relative;
  line-height: 2;
  text-align: justify;
}

.result_mh-tarot a {
  display: block;
}

.result_mh-tarot-img {
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.result_mh-tarot-txt {
  position: relative;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.result_mh-tarot-txt::before, .result_mh-tarot-txt::after {
  display: inline-block;
  content: "";
  background-image: url("../images/result_tarot_txt_bg.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 320px;
  }
	#Wrapper_mh {
		font-size: 15px;
		font-size: 1.5rem;
	}
  .header_mh {
    padding: 0.7rem 1rem;
    line-height: 1.6;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .header_title_mh {
    display: none;
  }
  .header_nav_mh {
    flex-wrap: wrap;
  }
  .header_nav_mh li {
    margin-right: 1.2rem;
  }
  .l-inner_mh {
    max-width: 640px;
    padding: 0 30px;
  }
  html {
    font-size: calc(100vw / 75);
  }
  body {
    background-image: url("../images/body_bg_sp.jpg");
    background-size: 75rem 313.7rem;
  }
  .container_mh {
    min-height: 122.2rem;
  }
  .header_mh {
    padding: 1.4rem 2rem;
    font-size: 2.2rem;
  }
  .header_mh li {
    margin-right: 2.4rem;
  }
  .footer_mh {
    padding: 6rem 0 !important;
  }
  .footer_mh #Footer_fca ul {
    line-height: 3;
  }
  .footer_mh #Footer_fca li,
  .footer_mh #Footer_fca p.copy_fca {
    font-size: 2.4rem;
  }
  .opening_mh {
    height: 122.2rem;
  }
  .opening_mh-logo {
    width: 42.5rem;
  }
  .opening_mh-txt {
    width: 53.1rem;
    height: 30.7rem;
    margin-top: 9rem;
    background-image: url("../images/opening_txt_sp.svg");
  }
  .opening_mh-btn {
    width: 42rem;
    height: 14rem;
    margin-top: 8.7rem;
    background-image: url("../images/opening_btn_sp.png");
  }
  .top_mh-curtain::before, .top_mh-curtain::after {
    width: 25.4rem;
    height: 58.2rem;
  }
  .top_mh-curtain::before {
    background-image: url("../images/top_curtain_left_sp.png");
  }
  .top_mh-curtain::after {
    background-image: url("../images/top_curtain_right_sp.png");
  }
  .start_mh-enter-active .start_mh-header {
    transition: opacity 500ms 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .start_mh-leave-to .start_mh-header {
    filter: brightness(2);
    opacity: 0;
  }
  .start_mh-leave-active .start_mh-header {
    transition: opacity 1600ms 1300ms ease-out, filter 1600ms 1300ms ease-out;
  }
  .start_mh-illust {
    left: 50%;
    width: 183.3rem;
    height: 103.6rem;
    margin: 0 0 18.6rem -91.65rem;
    -webkit-mask-image: url("../images/start_illust_mask_sp.png");
            mask-image: url("../images/start_illust_mask_sp.png");
    -webkit-mask-size: auto 100%;
            mask-size: auto 100%;
    -webkit-mask-position: 50% 0;
            mask-position: 50% 0;
  }
  .start_mh-header {
    display: none;
  }
  .start_mh-back {
    right: 0;
    bottom: 0;
    left: 0;
    width: 50.8rem;
    height: 22.2rem;
    margin: auto;
  }
  .start_mh-back-img {
    width: 17.9rem;
    height: 22.2rem;
    background-image: url("../images/anime_owi_sp.gif");
  }
  .start_mh-back-txt {
    top: 2.7rem;
    right: 0;
    width: 32rem;
    height: 13.7rem;
    background-image: url("../images/start_back_btn_sp.png");
  }
  .start_mh-btn {
    bottom: 25rem;
    width: 51rem;
    height: 15.4rem;
    background-image: url("../images/start_divine_btn_sp.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .result_mh {
    padding: 14rem 0 28rem;
  }
  .result_mh-enter .result_mh-back, .result_mh-enter .result_mh-again {
    opacity: 0;
  }
  .result_mh-enter-active .result_mh-back, .result_mh-enter-active .result_mh-again {
    transition: opacity 500ms 2000ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .result_mh-leave-to .result_mh-back, .result_mh-leave-to .result_mh-again {
    opacity: 0;
  }
  .result_mh-ttl {
    width: 50rem;
  }
  .result_mh-crystal {
    width: 50rem;
    margin: 11.4rem auto 0;
  }
  .result_mh-crystal-star01 {
    top: 0.6rem;
    width: 5.6rem;
    margin-left: 20rem;
  }
  .result_mh-crystal-star02 {
    top: 12.7rem;
    width: 5.6rem;
    margin-left: -27.7rem;
  }
  .result_mh-txt {
    margin: 8rem 6rem;
    font-size: 2.8rem;
    text-align: justify;
  }
  .result_mh-txt br {
    display: none;
  }
  .result_mh-share {
    width: 63rem;
    height: 18.5rem;
    padding-top: 4.1rem;
    margin: 7rem auto 0;
    background-image: url("../images/result_share_bg_sp.png");
  }
  .result_mh-share li {
    margin: 0 1rem;
  }
  .result_mh-share-btn {
    width: 19.6rem;
    height: 14.4rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .result_mh-share-btn[data-share-type="twitter"] {
    background-image: url("../images/result_share_btn01_sp.png");
  }
  .result_mh-share-btn[data-share-type="facebook"] {
    background-image: url("../images/result_share_btn02_sp.png");
  }
  .result_mh-share-btn[data-share-type="line"] {
    background-image: url("../images/result_share_btn03_sp.png");
  }
  .result_mh-again {
    position: relative;
    width: 51rem;
    margin: 8rem auto 0;
  }
  .result_mh-again-img {
    right: 0.4rem;
    bottom: 0.2rem;
    width: 22.9rem;
    height: 14.2rem;
    background-image: url("../images/result_again_img_sp.png");
  }
  .result_mh-again-txt {
    width: 51rem;
    height: 14rem;
    background-image: url("../images/result_again_btn_sp.png");
  }
  .result_mh-back {
    right: 0;
    bottom: 0;
    left: 0;
    width: 50.8rem;
    height: 22.2rem;
    margin: auto;
  }
  .result_mh-back-img {
    width: 17.9rem;
    height: 22.2rem;
    background-image: url("../images/anime_owi_sp.gif");
  }
  .result_mh-back-txt {
    top: 2.7rem;
    right: 0;
    width: 32rem;
    height: 13.7rem;
    background-image: url("../images/start_back_btn_sp.png");
  }
  .result_mh-profile {
    width: 63.8rem;
    padding: 5.6rem 4.5rem;
    margin: 7.6rem auto 0;
  }
  .result_mh-profile-bg-top {
    height: 2rem;
    background-image: url("../images/result_profile_bg_top_sp.png");
  }
  .result_mh-profile-bg-repeat {
    background-image: url("../images/result_profile_bg_repeat_sp.png");
  }
  .result_mh-profile-bg-bottom {
    height: 2rem;
    background-image: url("../images/result_profile_bg_bottom_sp.png");
  }
  .result_mh-profile-name {
    width: 24.6rem;
    height: 2.5rem;
    background-image: url("../images/result_profile_ttl_sp.png");
  }
  .result_mh-profile-txt {
    margin-top: 4.2rem;
    font-size: 2.4rem;
  }
  .result_mh-tarot {
    width: 55.2rem;
    margin: 7.2rem auto 0;
  }
  .result_mh-tarot-img {
    width: 55.2rem;
    height: 20.7rem;
    background-image: url("../images/result_tarot_img_sp.png");
  }
  .result_mh-tarot-txt {
    margin-top: 3rem;
    font-size: 2.8rem;
  }
  .result_mh-tarot-txt::before, .result_mh-tarot-txt::after {
    width: 2.1rem;
    height: 2.5rem;
    margin: 0 2rem;
  }
}

@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
	/*
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }*/
	#Wrapper_mh {
		font-size: 15px;
		font-size: 1.5rem;
	}
  body.body_cursor_none_mh:not(.body_modal_mh) {
    cursor: none;
  }
  body.body_cursor_none_mh:not(.body_modal_mh) a,
  body.body_cursor_none_mh:not(.body_modal_mh) button {
    cursor: none;
  }
  .header_mh {
    display: flex;
    justify-content: flex-end;
    min-width: 960px;
    padding: 0.5rem 2rem;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .header_nav_mh li + li {
    margin-left: 0.7rem;
  }
  .l-inner_mh {
    max-width: 960px;
    padding: 0 20px;
  }
  html {
    font-size: 62.5%;
  }
  body {
    background-image: url("../images/body_bg_pc.jpg");
  }
  .container_mh {
    min-height: var(--contentHeight);
  }
  .footer_mh {
    padding: 3rem 0 !important;
  }
  .is-ie #Footer_fca ul li {
    line-height: normal;
  }
  .opening_mh {
    height: var(--contentHeight);
    min-height: 57.3rem;
  }
  .opening_mh-logo {
    width: 27.4rem;
  }
  .opening_mh-txt {
    width: 62.2rem;
    height: 15.3rem;
    margin-top: 5rem;
    background-image: url("../images/opening_txt_pc.svg");
  }
  .opening_mh-btn {
    width: 22rem;
    height: 6.4rem;
    margin-top: 5rem;
    background-image: url("../images/opening_btn_pc.png");
  }
  .opening_mh-btn:hover {
    animation: btnHover 250ms ease-out both;
  }
  .top_mh.is-show {
    min-height: 57.3rem;
  }
  .top_mh-curtain::before, .top_mh-curtain::after {
    width: 41rem;
    height: 94rem;
  }
  .top_mh-curtain::before {
    background-image: url("../images/top_curtain_left_pc.png");
  }
  .top_mh-curtain::after {
    background-image: url("../images/top_curtain_right_pc.png");
  }
  .start_mh-enter-active .start_mh-header {
    transition: opacity 200ms 3000ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .start_mh-leave-to .start_mh-header {
    opacity: 0;
  }
  .start_mh-leave-active .start_mh-header {
    transition: opacity 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .start_mh-illust {
    height: var(--contentHeight);
    min-height: 57.3rem;
  }
  .start_mh-header {
    position: absolute;
    top: 4rem;
    right: 4rem;
    z-index: 200;
  }
  .start_mh-header-logo {
    width: 24rem;
    height: 7.5rem;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url("../images/logo_min.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .start_mh-back {
    bottom: 0;
    left: 2rem;
    width: 23.3rem;
    height: 22.2rem;
  }
  .start_mh-back-img {
    width: 12.3rem;
    height: 15.3rem;
    background-image: url("../images/anime_owi_pc.gif");
  }
  .start_mh-back-txt {
    top: 2rem;
    right: 2rem;
    width: 16.6rem;
    height: 7.2rem;
    background-image: url("../images/start_back_btn_pc.png");
  }
  .start_mh-back-txt:hover {
    animation: btnHover 250ms ease-out both;
  }
  .start_mh-btn {
    bottom: 2rem;
    width: 29.9rem;
    height: 9rem;
  }
  .start_mh-btn::before, .start_mh-btn::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .start_mh-btn::before {
    background-image: url("../images/start_divine_btn_pc.png");
  }
  .start_mh-btn::after {
    background-image: url("../images/start_divine_btn_pc_on.png");
    opacity: 0;
    transition: opacity 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .start_mh-btn:hover::after {
    opacity: 1;
  }
  .result_mh {
    padding: 9.8rem 0 0;
  }
  .result_mh-enter .result_mh-back-img, .result_mh-enter .result_mh-back-txt, .result_mh-enter .result_mh-again-img, .result_mh-enter .result_mh-again-txt {
    opacity: 0;
  }
  .result_mh-enter .result_mh-back-img, .result_mh-enter .result_mh-again-img {
    transform: translate3d(0, 30%, 0);
  }
  .result_mh-enter .result_mh-back-txt, .result_mh-enter .result_mh-again-txt {
    transform: translate3d(0, 20%, 0);
  }
  .result_mh-enter-active .result_mh-back-img, .result_mh-enter-active .result_mh-again-img {
    transition: opacity 500ms 2000ms cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 800ms 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .result_mh-enter-active .result_mh-back-txt, .result_mh-enter-active .result_mh-again-txt {
    transition: opacity 500ms 2100ms cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 800ms 2100ms cubic-bezier(0.39, 1.48, 0.56, 0.985);
  }
  .result_mh-leave-to .result_mh-back, .result_mh-leave-to .result_mh-again {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  .result_mh-ttl {
    width: 34rem;
  }
  .result_mh-crystal {
    width: 34rem;
    margin: 7.5rem auto 0;
  }
  .result_mh-crystal-star01 {
    top: -2.6rem;
    width: 4.2rem;
    margin-left: 14rem;
  }
  .result_mh-crystal-star02 {
    top: 14.1rem;
    width: 4.2rem;
    margin-left: -20.3rem;
  }
  .result_mh-txt {
    margin-top: 4rem;
    font-size: 1.4rem;
    text-align: center;
  }
  .result_mh-share {
    width: 55rem;
    height: 10rem;
    padding-top: 2.6rem;
    margin: 4rem auto 0;
    background-image: url("../images/result_share_bg_pc.png");
  }
  .result_mh-share li {
    margin: 0 1rem;
  }
  .result_mh-share-btn {
    position: relative;
    width: 17rem;
    height: 7.4rem;
  }
  .result_mh-share-btn::before, .result_mh-share-btn::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    transition: opacity 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .result_mh-share-btn::after {
    opacity: 0;
  }
  .result_mh-share-btn:hover::before {
    opacity: 0;
  }
  .result_mh-share-btn:hover::after {
    opacity: 1;
  }
  .result_mh-share-btn[data-share-type="twitter"]::before {
    background-image: url("../images/result_share_btn01_pc.png");
  }
  .result_mh-share-btn[data-share-type="twitter"]::after {
    background-image: url("../images/result_share_btn01_pc_on.png");
  }
  .result_mh-share-btn[data-share-type="facebook"]::before {
    background-image: url("../images/result_share_btn02_pc.png");
  }
  .result_mh-share-btn[data-share-type="facebook"]::after {
    background-image: url("../images/result_share_btn02_pc_on.png");
  }
  .result_mh-share-btn[data-share-type="line"]::before {
    background-image: url("../images/result_share_btn03_pc.png");
  }
  .result_mh-share-btn[data-share-type="line"]::after {
    background-image: url("../images/result_share_btn03_pc_on.png");
  }
  .result_mh-btns {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 8rem;
  }
  .result_mh-again {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 27.8rem;
    height: 22.2rem;
    overflow: hidden;
  }
  .result_mh-again-img {
    right: -2.5rem;
    bottom: 0;
    width: 26.4rem;
    height: 17.2rem;
    background-image: url("../images/anime_majo_pc.gif");
  }
  .result_mh-again-txt {
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 16.6rem;
    height: 7.2rem;
    background-image: url("../images/result_again_btn_pc.png");
  }
  .result_mh-again-txt:hover {
    animation: btnHover 250ms ease-out both;
  }
  .result_mh-back {
    bottom: 0;
    left: 2rem;
    width: 23.3rem;
    height: 22.2rem;
  }
  .result_mh-back-img {
    width: 12.3rem;
    height: 15.3rem;
    background-image: url("../images/anime_owi_pc.gif");
  }
  .result_mh-back-txt {
    top: 2rem;
    right: 2rem;
    width: 16.6rem;
    height: 7.2rem;
    background-image: url("../images/start_back_btn_pc.png");
  }
  .result_mh-back-txt:hover {
    animation: btnHover 250ms ease-out both;
  }
  .result_mh-profile {
    width: 55.8rem;
    padding: 4.5rem;
    margin: 5.7rem auto 0;
  }
  .result_mh-profile-bg-top {
    height: 2rem;
    background-image: url("../images/result_profile_bg_top_pc.png");
  }
  .result_mh-profile-bg-repeat {
    background-image: url("../images/result_profile_bg_repeat_pc.png");
  }
  .result_mh-profile-bg-bottom {
    height: 2rem;
    background-image: url("../images/result_profile_bg_bottom_pc.png");
  }
  .result_mh-profile-name {
    width: 18.4rem;
    height: 2.1rem;
    background-image: url("../images/result_profile_ttl_pc.png");
  }
  .result_mh-profile-txt {
    margin-top: 2.5rem;
    font-size: 1.4rem;
  }
  .result_mh-tarot {
    width: 40rem;
    margin: 5.4rem auto 0;
  }
  .result_mh-tarot a {
    transition: opacity 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .result_mh-tarot a:hover {
    opacity: 0.6;
  }
  .result_mh-tarot-img {
    width: 40rem;
    height: 15rem;
    background-image: url("../images/result_tarot_img_pc.png");
  }
  .result_mh-tarot-txt {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
  .result_mh-tarot-txt::before, .result_mh-tarot-txt::after {
    width: 1.1rem;
    height: 1.4rem;
    margin: 0 1rem;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #Wrapper_mh {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  #Wrapper_mh {
    font-feature-settings: "pkna";
  }
}

@media screen and (min-width: 960px) {
  .footer_mh {
    padding: 0 4rem;
    padding-top: 100px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 374px) {
  .l-inner_mh {
    padding: 0 15px;
  }
}
