@charset "UTF-8";

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background-color: #fff;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

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

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

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

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

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

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

/* ==========================================================================
   variables
========================================================================== */
/* ==========================================================================
   function
========================================================================== */
/* ==========================================================================
   mixin
========================================================================== */
/* --------------------------------------------------------------------------
  media query (SP（小）→ PC（大）の順に適用)
-------------------------------------------------------------------------- */
/**/
/* ==========================================================================
   base
========================================================================== */
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  color: #2F1766;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.857;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.857;
  }
}

/* ==========================================================================
   foundation
========================================================================== */
/* ==========================================================================
   utility
========================================================================== */
/* ---------------------------------------------------------------------------
  show/hide
  --------------------------------------------------------------------------- */
.u-show-mobile {
  display: initial;
}

@media screen and (min-width: 768px) {
  .u-show-mobile {
    display: none;
  }
}

.u-show-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-show-desktop {
    display: initial;
  }
}

/* ---------------------------------------------------------------------------
  flex
--------------------------------------------------------------------------- */
/* flex */
.u-flex {
  display: flex;
}

.u-flex--pc {
  display: flex;
}

@media screen and (min-width: 768px) {
  .u-flex--pc {
    display: block;
  }
}

.u-flex--wrap.u-flex,
.u-flex--wrap.u-flex--pc {
  flex-wrap: wrap;
}

.u-flex--justify-between.u-flex,
.u-flex--justify-between.u-flex--pc {
  justify-content: space-between;
}

.u-flex--justify-center.u-flex,
.u-flex--justify-center.u-flex--pc {
  justify-content: center;
}

.u-flex--flexd-rowr.u-flex,
.u-flex--flexd-rowr.u-flex--pc {
  flex-direction: row-reverse;
}

.u-flex--align-end.u-flex,
.u-flex--align-end.u-flex--pc {
  align-items: flex-end;
}

.u-flex--align-center.u-flex,
.u-flex--align-center.u-flex--pc {
  align-items: center;
}

/* ---------------------------------------------------------------------------
  color
--------------------------------------------------------------------------- */
.u-text-pink {
  color: #EB6FBB;
}

.u-text-red {
  color: #CC0000;
}

/* ==========================================================================
   component
========================================================================== */
.c-body {
  /* display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh; */
}

img.c-img100w {
  width: 100%;
}

/* --------------------------------------------------------------------------
  container
-------------------------------------------------------------------------- */
.c-container {
  max-width: inherit;
  padding: 0 5.3333333333vw;
}

@media screen and (min-width: 768px) {
  .c-container {
    max-width: 1240px;
    padding: 0 20px;
  }
}

.c-container {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

/* --------------------------------------------------------------------------
  c-section
-------------------------------------------------------------------------- */
.c-section--hidden,
.c-section {
  padding: 3em 0 5em;
  text-align: center;
}

.c-section--hidden {
  overflow: hidden;
}

/* --------------------------------------------------------------------------
  link button
-------------------------------------------------------------------------- */
.c-hover {
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  .c-hover:hover {
    opacity: 0.8;
  }
}

.c-button--glass,
.c-button--plus,
.c-button {
  display: block;
  position: relative;
  z-index: 0;
  width: 68%;
  margin: 0 auto;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.c-button--glass span,
.c-button--plus span,
.c-button span {
  display: inline-block;
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 0.75em 0;
}

.c-button--glass span::after,
.c-button--plus span::after,
.c-button span::after {
  content: "";
  position: absolute;
  right: 9%;
  top: 50%;
  transform: translateY(-50%);
  width: 2.6666666667vw;
  height: 2.6666666667vw;
}

@media screen and (min-width: 768px) {

  .c-button--glass span::after,
  .c-button--plus span::after,
  .c-button span::after {
    width: 10px;
    height: 10px;
  }
}

.c-button--glass::before,
.c-button--plus::before,
.c-button::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-width: 0.2666666667vw;
  border-color: #000;
  border-style: solid;
  background-color: #fff;
}

@media screen and (min-width: 768px) {

  .c-button--glass::before,
  .c-button--plus::before,
  .c-button::before {
    border-width: 1px;
  }
}

.c-button--glass::after,
.c-button--plus::after,
.c-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.6vw;
  right: -1.6vw;
  z-index: -2;
  width: 100%;
  height: 100%;
  border-width: 0.2666666667vw;
  border-color: #000;
  border-style: solid;
  background-color: #E1F950;
}

@media screen and (min-width: 768px) {

  .c-button--glass::after,
  .c-button--plus::after,
  .c-button::after {
    top: 9px;
    right: -9px;
    border-width: 1px;
  }
}

.c-button--plus span::after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/icon/plus_bk.svg);
}

.c-button--glass span::after {
  width: 2.9333333333vw;
  height: 2.9333333333vw;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/icon/glass_bk.svg);
}

@media screen and (min-width: 768px) {
  .c-button--glass span::after {
    width: 12px;
    height: 12px;
  }
}

.c-button--blank-red,
.c-button--blank {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 5% 0;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  border-width: 0.2666666667vw;
  border-style: solid;
  border-radius: 100px;
}

@media screen and (min-width: 768px) {

  .c-button--blank-red,
  .c-button--blank {
    border-width: 1px;
  }
}

.c-button--blank-red::after,
.c-button--blank::after {
  content: "";
  position: absolute;
  right: 9%;
  top: 50%;
  transform: translateY(-50%);
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {

  .c-button--blank-red::after,
  .c-button--blank::after {
    width: 10px;
    height: 10px;
  }
}

.c-button--blank {
  color: #000;
  border-color: #000;
  background-color: #fff;
}

.c-button--blank::after {
  background-image: url(../img/common/icon/blank_bk.svg);
}

.c-button--blank-red {
  color: #fff;
  border-color: #CC0000;
  background-color: #CC0000;
}

.c-button--blank-red::after {
  background-image: url(../img/common/icon/blank_wt.svg);
}

/* --------------------------------------------------------------------------
  font
-------------------------------------------------------------------------- */
.c-font-amatic--bold,
.c-font-amatic {
  font-family: "Amatic SC", cursive;
}

.c-font-amatic--bold {
  font-weight: 700;
}

/* --------------------------------------------------------------------------
  c-header
-------------------------------------------------------------------------- */
.c-header .c-header__title--en {
  -webkit-text-stroke: 0.2666666667vw #00EAFF;
  text-stroke: 0.2666666667vw #00EAFF;
}

@media screen and (min-width: 768px) {
  .c-header .c-header__title--en {
    -webkit-text-stroke: 1px #00EAFF;
    text-stroke: 1px #00EAFF;
  }
}

.c-header--white .c-header__title--en {
  -webkit-text-stroke: 0.2666666667vw #FFF;
  text-stroke: 0.2666666667vw #FFF;
}

@media screen and (min-width: 768px) {
  .c-header--white .c-header__title--en {
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 1px #FFF;
  }
}

.c-header,
.c-header--white {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 3em;
  padding: 0.15em 0;
  text-align: center;
}

@media screen and (min-width: 768px) {

  .c-header,
  .c-header--white {
    overflow: visible;
  }
}

.c-header .c-header__title--jp,
.c-header--white .c-header__title--jp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {

  .c-header .c-header__title--jp,
  .c-header--white .c-header__title--jp {
    font-size: 22px;
  }
}

.c-header .c-header__title--en,
.c-header--white .c-header__title--en {
  transform: rotate(-4deg);
  color: rgba(0, 0, 0, 0);
  font-family: "Amatic SC", cursive;
  font-size: 21.3333333333vw;
  font-weight: 400;
  line-height: 0.9;
}

@media screen and (min-width: 768px) {

  .c-header .c-header__title--en,
  .c-header--white .c-header__title--en {
    font-size: min(10vw, 110px);
  }
}

/* --------------------------------------------------------------------------
  c-nav
-------------------------------------------------------------------------- */
.c-nav-lists-title {
  transform: rotate(-7.3deg);
  color: rgba(0, 0, 0, 0);
  font-family: "Amatic SC", cursive;
  font-size: 3.75em;
  font-weight: 700;
  -webkit-text-stroke: 1px #00BECA;
  text-stroke: 1px #00BECA;
  text-align: center;
}

.c-nav-lists .c-nav-list {
  padding: 1em 0;
  line-height: 1.437;
  border-bottom-color: #D2D2D2;
  border-bottom-width: 0.2666666667vw;
  border-bottom-style: solid;
}

@media screen and (min-width: 768px) {
  .c-nav-lists .c-nav-list {
    border-bottom-width: 1px;
  }
}

.c-nav-lists .c-nav-list:nth-of-type(1) {
  border-top-color: #D2D2D2;
  border-top-width: 0.2666666667vw;
  border-top-style: solid;
}

@media screen and (min-width: 768px) {
  .c-nav-lists .c-nav-list:nth-of-type(1) {
    border-top-width: 1px;
  }
}

.c-nav-lists a {
  font-weight: 700;
  color: #5B1D65;
}

/* --------------------------------------------------------------------------
  c-copyright
-------------------------------------------------------------------------- */
.c-copyright {
  color: #000;
  font-size: 2.6666666667vw;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-copyright {
    font-size: 10px;
  }
}

/* ==========================================================================
   modal
========================================================================== */
/* content => comic */
.c-modal--comic .c-modal__header {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
  max-width: 500px;
  width: 95%;
}

@media screen and (min-width: 768px) {
  .c-modal--comic .c-modal__header {
    max-width: 480px;
  }
}

.c-modal--comic .c-modal__scroll {
  overflow-y: auto;
  width: 100%;
  max-height: 100vh;
}

.c-modal--comic .c-modal__container {
  position: relative;
  width: 100%;
  max-width: 700px;
  height: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 768px) {
  .c-modal--comic .c-modal__container {
    max-width: 500px;
  }
}

.c-modal--comic .c-modal__content {
  padding: 5em 0;
}

.c-modal--comic .c-modal__inner {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.c-modal--comic .c-modal__inner>p {
  margin-bottom: 2em;
}

/* content => default */
.c-modal--default .c-modal__header {
  right: 1em;
}

.c-modal--default .c-modal__container {
  position: relative;
  width: 90%;
  max-width: 700px;
  max-height: 100vh;
  font-size: 4.2666666667vw;
  background-color: #fff;
  border-radius: 2.6666666667vw;
}

@media screen and (min-width: 768px) {
  .c-modal--default .c-modal__container {
    max-width: 500px;
    font-size: 1.6rem;
    border-radius: 10px;
  }
}

.c-modal--default .c-modal__content {
  color: rgba(0, 0, 0, 0.8);
}

.c-modal--default .c-modal__inner {
  overflow-y: auto;
  max-height: 100vh;
  padding: 1.5em 1.25em;
}

@media screen and (min-width: 768px) {
  .c-modal--default .c-modal__inner {
    padding: 1.5em 4em 2em;
  }
}

/* open close */
.c-modal {
  display: none;
}

.c-modal.is-open {
  display: block;
}

/**************************\
  Basic Modal Styles
\**************************/
.c-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.c-modal__header {
  position: fixed;
  top: 1em;
  z-index: 1;
}

.c-modal__close {
  background: transparent;
  border: 0;
  width: 12vw;
}

@media screen and (min-width: 768px) {
  .c-modal__close {
    width: 45px;
  }
}

/* 中身 */
.c-modal__content {
  font-weight: 700;
  line-height: 1.4;
}

.c-modal__maintitle--10em,
.c-modal__maintitle--5em,
.c-modal__maintitle--4em {
  padding-bottom: 0.4em;
  font-size: 5.8666666667vw;
  text-align: center;
}

@media screen and (min-width: 768px) {

  .c-modal__maintitle--10em,
  .c-modal__maintitle--5em,
  .c-modal__maintitle--4em {
    font-size: 22px;
  }
}

.c-modal__maintitle--10em span,
.c-modal__maintitle--5em span,
.c-modal__maintitle--4em span {
  display: inline-block;
  padding-bottom: 0.6em;
  background-size: 100% auto;
  background-position: 0 100%;
  background-repeat: no-repeat;
}

.c-modal__maintitle--4em span {
  background-image: url(../img/recommend/line_4em.svg);
}

.c-modal__maintitle--5em span {
  background-image: url(../img/recommend/line_5em.svg);
}

.c-modal__maintitle--10em span {
  background-image: url(../img/recommend/line_6em.svg);
}

.c-modal__card .c-modal__card--card {
  width: 25.6vw;
}

@media screen and (min-width: 768px) {
  .c-modal__card .c-modal__card--card {
    width: 96px;
  }
}

.c-modal__card .c-modal__card--cards {
  width: 30%;
}

.c-modal__card .c-modal__card--title {
  width: 58%;
  margin-left: 4%;
}

.c-modal__card .c-modal__card--title img {
  vertical-align: middle;
}

.c-modal__title {
  padding: 0.75em 0;
  font-size: 4.8vw;
}

@media screen and (min-width: 768px) {
  .c-modal__title {
    font-size: 1.8rem;
  }
}

.c-modal__title dd {
  font-size: 4.2666666667vw;
}

@media screen and (min-width: 768px) {
  .c-modal__title dd {
    font-size: 1.6rem;
  }
}

.c-modal__titleline {
  font-size: 4.8vw;
}

@media screen and (min-width: 768px) {
  .c-modal__titleline {
    font-size: 1.8rem;
  }
}

.c-modal__titleline span {
  background: linear-gradient(transparent 60%, #E1F950 60%);
}

.c-modal__lists {
  text-align: left;
  font-size: 3.7333333333vw;
}

@media screen and (min-width: 768px) {
  .c-modal__lists {
    font-size: 1.4rem;
  }
}

.c-modal__lists li {
  display: flex;
  align-items: center;
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .c-modal__lists li {
    min-height: 2em;
  }
}

.c-modal__lists li p.c-modal__lists--icon {
  position: relative;
  width: 4em;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .c-modal__lists li p.c-modal__lists--icon {
    width: 5em;
  }
}

.c-modal__lists li p.c-modal__lists--text {
  flex: 1 1;
}

.c-modal__lists li img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 58%;
}

.c-modal__link {
  padding-top: 1em;
}

@media screen and (min-width: 768px) {
  .c-modal__link {
    padding-top: 1.25em;
  }
}

.c-modal__link li {
  padding-bottom: 0.75em;
}

.c-modal__link li:nth-last-of-type(1) {
  padding-bottom: 0;
}

/**************************\
   Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .c-modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .c-modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .c-modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .c-modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .c-modal__container,
.micromodal-slide .c-modal__overlay {
  will-change: transform;
}

/* ==========================================================================
   slide
========================================================================== */
.splide {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide .splide__arrow {
  display: none;
}

.splide .splide__slide.splide__slide--clone {
  display: none;
}

.splide.is-overflow .splide__arrow {
  display: block;
}

.splide.is-overflow .splide__slide.splide__slide--clone {
  display: block;
}

.splide__track {
  overflow: visible;
}

.splide__pagination {
  bottom: -9%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0 2%;
  pointer-events: auto;
}

.splide__pagination .splide__pagination__page {
  display: inline-block;
  position: relative;
  transition: transform 0.2s linear;
  width: 1.6vw;
  height: 1.6vw;
  margin: 0;
  padding: 0;
  border-width: 0.2666666667vw;
  border-color: #bababa;
  border-style: solid;
  border-radius: 100%;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .splide__pagination .splide__pagination__page {
    width: 6px;
    height: 6px;
    border-width: 1px;
  }
}

.splide__pagination .splide__pagination__page.is-active {
  transform: scale(1.9);
  border-color: rgba(0, 0, 0, 0);
  background-color: #5B1D65;
}

.splide__arrow {
  cursor: pointer;
  opacity: 0.7;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
}

.splide__arrow.splide__arrow--prev {
  left: 10%;
}

.splide__arrow.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow.splide__arrow--next {
  right: 10%;
}

.splide__arrow svg {
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   layout
========================================================================== */
/* ==========================================================================
   header
========================================================================== */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 17.4vw;
}

@media screen and (min-width: 768px) {
  .l-header {
    height: 60px;
  }
}

.l-header-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.l-header-logo {
  width: 39%;
  margin-left: 5%;
}

@media screen and (min-width: 768px) {
  .l-header-logo {
    width: 175px;
  }
}

/* --------------------------------------------------------------------------
  l-header-nav
-------------------------------------------------------------------------- */
.l-header-nav-logo {
  width: 60%;
  margin: 13% auto;
}

@media screen and (min-width: 768px) {
  .l-header-nav-logo {
    width: 164px;
  }
}

.l-header-nav-logo img {
  width: 100%;
}

.l-header-nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: auto;
  padding: 15% 15% 18%;
  background-color: rgba(255, 255, 255, 0.9);
  /* 上書き */
}

.l-header-nav .c-nav-lists-title {
  margin-bottom: 3%;
}

.l-header-nav .c-nav-list {
  padding: 1.5em 0;
  text-align: center;
}

.l-header-nav .c-nav-list:nth-of-type(1) {
  border-top: none;
}

.l-header-nav .c-nav-list:nth-last-of-type(1) {
  border-bottom: none;
}

.l-header-nav {
  transition: transform 0.3s;
}

.l-header-nav.is-init {
  pointer-events: none;
  transform: translateY(-100%);
}

.l-header-nav.is-init.is-active {
  pointer-events: auto;
  transform: translateY(0);
}

/* --------------------------------------------------------------------------
  l-header-button
-------------------------------------------------------------------------- */
.l-header-button span,
.l-header-button::after,
.l-header-button::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 55%;
  height: 0.5333333333vw;
}

@media screen and (min-width: 768px) {

  .l-header-button span,
  .l-header-button::after,
  .l-header-button::before {
    height: 2px;
  }
}

.l-header-button {
  position: absolute;
  top: 30%;
  right: 5%;
  z-index: 10;
  width: 12vw;
  height: 12vw;
  border-color: #fff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 768px) {
  .l-header-button {
    width: 45px;
    height: 45px;
    border-width: 2px;
  }
}

.l-header-button::before {
  content: "";
  background-color: #fff;
  display: block;
  top: 30%;
}

.l-header-button::after {
  content: "";
  background-color: #fff;
  display: block;
  top: 70%;
}

.l-header-button span {
  background-color: #fff;
  top: 50%;
}

.l-header-button.is-active {
  border-color: #a1a1a1;
}

.l-header-button.is-active::before {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  background-color: #a1a1a1;
}

.l-header-button.is-active::after {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  background-color: #a1a1a1;
}

.l-header-button.is-active span {
  opacity: 0;
  background-color: #a1a1a1;
}

/* --------------------------------------------------------------------------
  l-header-rmenu => pc only
-------------------------------------------------------------------------- */
.l-header-rmenu {
  /* 上書き */
}

@media screen and (min-width: 768px) {
  .l-header-rmenu {
    position: absolute;
    right: 48px;
    top: 50%;
    transform: translateY(-50%);
    width: 245px;
    height: auto;
    font-size: 1.6rem;
    padding: 63px 32px 39px;
  }

  .l-header-rmenu::after {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: -2;
    width: 100%;
    height: 100%;
    border: 1px #000 solid;
    background-color: #E1F950;
  }

  .l-header-rmenu::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 1px #000 solid;
    background-color: #fff;
  }
}

.l-header-rmenu .c-nav-lists-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-54px) translateX(-50%) rotate(-7.3deg);
}

/* ==========================================================================
   footer
========================================================================== */
.l-footer {
  height: auto;
  padding: 1.25em 0;
  background-color: #fff;
}

/* ==========================================================================
   main
========================================================================== */
.l-main {
  background-color: #fff;
}

.l-main__contents {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
}

/* ==========================================================================
   layout
========================================================================== */
/* ==========================================================================
   animation
========================================================================== */
.p-anm-origin--left {
  transform-origin: left;
}

.p-anm-origin--right {
  transform-origin: right;
}

/* */
.p-anm-fuwa--00 {
  animation: fuwafuwa 10s linear infinite forwards;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 20px) scale(1.05);
  }

  25% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(0, -20px) scale(0.95);
  }

  75% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(0, 20px) scale(1.05);
  }
}

.p-anm-fuwa--01 {
  animation: fuwafuwa1 4.5s linear infinite forwards;
}

@keyframes fuwafuwa1 {
  0% {
    transform: translate(0, -10px) scale(1.02);
  }

  25% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(0, 10px) scale(0.98);
  }

  75% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(0, -10px) scale(1.02);
  }
}

.p-anm-fuwa--02 {
  animation: fuwafuwa2 5s linear infinite forwards;
}

@keyframes fuwafuwa2 {
  0% {
    transform: translate(0, 10px) scale(1.02);
  }

  25% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(0, -10px) scale(0.98);
  }

  75% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(0, 10px) scale(1.02);
  }
}

.p-anm-fuwa--03 {
  animation: fuwafuwa3 6s linear infinite forwards;
}

@keyframes fuwafuwa3 {
  0% {
    transform: translate(0, -10px) scale(0.98);
  }

  25% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(0, 10px) scale(1.02);
  }

  75% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(0, -10px) scale(0.98);
  }
}

/* scroll */
.p-anm-move-scroll::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: movescroll 2s linear infinite;
}

@keyframes movescroll {
  0% {
    transform: translateY(-100%);
  }

  50% {
    transform: translateY(0);
  }

  51% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(100%);
  }
}

/* ==========================================================================
   index
========================================================================== */
.p-top-happy-logo,
.p-top-happy-illust .p-illust--item05,
.p-top-happy-illust .p-illust--item04,
.p-top-happy-illust .p-illust--item03,
.p-top-happy-illust .p-illust--item02,
.p-top-happy-illust .p-illust--item01,
.p-top-happy-illust .p-illust--chara03,
.p-top-happy-illust .p-illust--chara04,
.p-top-happy-illust .p-illust--chara02,
.p-top-happy-illust .p-illust--chara01,
.p-top-sns-illust .p-illust--item02,
.p-top-sns-illust .p-illust--item01,
.p-top-sim__point,
.p-top-hero-illust .p-illust--item13,
.p-top-hero-illust .p-illust--item12,
.p-top-hero-illust .p-illust--item11,
.p-top-hero-illust .p-illust--item10,
.p-top-hero-illust .p-illust--item09,
.p-top-hero-illust .p-illust--item08,
.p-top-hero-illust .p-illust--item07,
.p-top-hero-illust .p-illust--item06,
.p-top-hero-illust .p-illust--item05,
.p-top-hero-illust .p-illust--item04,
.p-top-hero-illust .p-illust--item03,
.p-top-hero-illust .p-illust--item02,
.p-top-hero-illust .p-illust--item01,
.p-top-hero-illust .p-illust--chara04,
.p-top-hero-illust .p-illust--chara03,
.p-top-hero-illust .p-illust--chara02,
.p-top-hero-illust .p-illust--chara01 {
  position: absolute;
  pointer-events: none;
}

/* --------------------------------------------------------------------------
  p-top-content
-------------------------------------------------------------------------- */
.p-top-content {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-top-content {
    position: relative;
    width: min(490px, 50%);
    margin-right: 335px;
  }
}

/* --------------------------------------------------------------------------
  p-top-lcontent , p-top-rcontent
-------------------------------------------------------------------------- */
.p-top-content--back {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-top-content--back {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-top-lcontent {
    flex: 1 1;
    width: 100%;
    height: 100vh;
    margin-right: min(490px, 50%);
    background-image: url(../img/common/lmenu_bg@2x.png);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 1024px) {
  .p-top-lcontent {
    background-position: 100% 50%;
  }
}

.p-top-rcontent {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-top-rcontent {
    display: block;
    position: relative;
    width: 335px;
    height: 100vh;
    background-image: url(../img/common/rmenu_bg@2x.png);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

/* 共通 */
.p-top-subtexts {
  padding-bottom: 2em;
  font-weight: 700;
}

.p-top-notes--11px {
  font-size: 2.9333333333vw;
}

@media screen and (min-width: 768px) {
  .p-top-notes--11px {
    font-size: 1.1rem;
  }
}

/* --------------------------------------------------------------------------
  p-top-scroll
-------------------------------------------------------------------------- */
.p-top-scroll {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  color: #fff;
  font-size: 2.9333333333vw;
}

@media screen and (min-width: 768px) {
  .p-top-scroll {
    font-size: 1.1rem;
  }
}

.p-top-scroll .p-top-hero-scroll-line {
  position: relative;
  overflow: hidden;
  width: 0.2666666667vw;
  height: 9.6vw;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0);
}

@media screen and (min-width: 768px) {
  .p-top-scroll .p-top-hero-scroll-line {
    width: 1px;
    height: 36px;
  }
}

/* --------------------------------------------------------------------------
  p-top-hero
-------------------------------------------------------------------------- */
.p-top-hero {
  position: relative;
  color: #fff;
  background-color: #00BFCB;
}

.p-top-hero-text__top {
  position: absolute;
  left: 11%;
  bottom: 18.5%;
  transform: translateY(-47%);
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 2.5;
}

@media screen and (min-width: 768px) {
  .p-top-hero-text__top {
    font-size: 1.6rem;
  }
}

.p-top-hero-text__hash {
  position: absolute;
  left: 0%;
  bottom: 12.5%;
  width: 100%;
  color: #00BFCB;
  font-size: 5.8666666667vw;
  font-weight: 700;
  line-height: 1.55;
}

@media screen and (min-width: 768px) {
  .p-top-hero-text__hash {
    font-size: 2.2rem;
  }
}

.p-top-hero-text__hash span {
  white-space: nowrap;
  display: inline-block;
  padding-top: 1%;
  padding-bottom: 1%;
  background-color: #fff;
}

.p-top-hero-text__hash span.p-top-hero-text__hash--01 {
  padding-left: 11%;
  padding-right: 4%;
}

.p-top-hero-text__hash span.p-top-hero-text__hash--02 {
  transform: translateY(-2%);
  padding-left: 14%;
  padding-right: 1%;
}

.p-top-hero-logo {
  position: absolute;
  left: 50%;
  top: 18.8%;
  transform: translateX(-50%);
  width: 67%;
}

.p-top-hero-illust .p-illust--chara01 {
  left: 0;
  top: 4.5%;
  width: 54%;
}

.p-top-hero-illust .p-illust--chara02 {
  right: 0;
  top: 11%;
  width: 38%;
}

.p-top-hero-illust .p-illust--chara03 {
  left: 0;
  top: 34.8%;
  width: 63%;
}

.p-top-hero-illust .p-illust--chara04 {
  right: 0;
  top: 39.4%;
  width: 53%;
}

.p-top-hero-illust .p-illust--item01 {
  right: 38%;
  top: 4%;
  width: 16%;
}

.p-top-hero-illust .p-illust--item02 {
  right: 9%;
  top: 4.5%;
  width: 22%;
}

.p-top-hero-illust .p-illust--item03 {
  right: 22%;
  top: 10.5%;
  width: 21%;
}

.p-top-hero-illust .p-illust--item04 {
  left: 0;
  top: 33%;
  width: 21%;
}

.p-top-hero-illust .p-illust--item05 {
  transform: scale(-1, 1);
  right: 30.5%;
  top: 58.2%;
  width: 33%;
}

.p-top-hero-illust .p-illust--item06 {
  right: 0;
  top: 42.3%;
  width: 34%;
}

.p-top-hero-illust .p-illust--item07 {
  left: 9%;
  top: 57.9%;
  width: 22%;
}

.p-top-hero-illust .p-illust--item08 {
  right: 2.2%;
  top: 56.5%;
  width: 25.5%;
}

.p-top-hero-illust .p-illust--item09 {
  left: 0;
  top: 74.6%;
  width: 9.7%;
}

.p-top-hero-illust .p-illust--item10 {
  right: 5%;
  top: 75.5%;
  width: 29.5%;
}

.p-top-hero-illust .p-illust--item11 {
  transform: scale(-1, 1);
  left: 4%;
  top: 88%;
  width: 22%;
}

.p-top-hero-illust .p-illust--item12 {
  left: 13.5%;
  top: 90.3%;
  width: 41%;
}

.p-top-hero-illust .p-illust--item13 {
  right: 1%;
  top: 89%;
  width: 40%;
}

/* --------------------------------------------------------------------------
  p-top-campaign
-------------------------------------------------------------------------- */
.p-top-campaign {
  background-color: #fff;
}

/* slide */
.p-top-campaign .splide__arrow {
  top: 31%;
}

@media screen and (min-width: 768px) {
  .p-top-campaign .splide__arrow {
    top: 37%;
  }
}

.splide {
  padding: 0 10%;
}

.splide .p-slide-campaign__text {
  padding-top: 5%;
  font-size: 3.4666666667vw;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .splide .p-slide-campaign__text {
    font-size: 1.3rem;
  }
}

.splide .p-slide-campaign__banner img {
  width: 84%;
}

.splide.is-overflow {
  padding: 0;
}

.splide.is-overflow .splide__list.p-slide-campaign .splide__slide.is-active .p-slide-campaign__banner {
  transform: scale(1);
}

.splide.is-overflow .splide__list.p-slide-campaign .splide__slide.is-active .p-slide-campaign__banner img {
  width: 100%;
}

.splide.is-overflow .splide__list.p-slide-campaign .splide__slide.is-active .p-slide-campaign__text {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.splide.is-overflow .splide__list.p-slide-campaign .splide__slide .p-slide-campaign__banner {
  transform: scale(0.8);
  transition: transform 0.6s;
}

.splide.is-overflow .splide__list.p-slide-campaign .splide__slide .p-slide-campaign__banner img {
  width: 100%;
  border-radius: 10px;
}

.splide.is-overflow .splide__list.p-slide-campaign .splide__slide .p-slide-campaign__text {
  transition: all 0.4s;
  opacity: 0;
  height: 0;
  visibility: hidden;
}

/* --------------------------------------------------------------------------
  p-top-story
-------------------------------------------------------------------------- */
/* 上書き */
.p-top-story .c-header {
  margin-bottom: 1em;
}

.p-top-story {
  background-image: url(../img/story/bg@2x.png);
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #F5DFFF;
}

.p-top-story .p-btn-wrap {
  padding-top: 2em;
}

.p-top-story-header {
  padding-bottom: 5%;
  font-weight: 700;
}

.p-top-story-header .p-top-story-header__title {
  font-size: 5.8666666667vw;
}

@media screen and (min-width: 768px) {
  .p-top-story-header .p-top-story-header__title {
    font-size: 2.2rem;
  }
}

.p-top-story__content {
  padding-top: 7%;
}

/* slide */
.p-top-story .splide__pagination {
  display: none;
}

.p-top-story .splide__arrow {
  top: 50%;
  transform: translateY(-50%);
}

.splide__list.p-slide-story .splide__slide.p-slide-story__01 .p-slide-story__circle {
  background-color: #F775C5;
}

.splide__list.p-slide-story .splide__slide.p-slide-story__02 .p-slide-story__circle {
  background-color: #FF772C;
}

.splide__list.p-slide-story .splide__slide.p-slide-story__03 .p-slide-story__circle {
  background-color: #7856C5;
}

.splide__list.p-slide-story .splide__slide.p-slide-story__03 .p-slide-story__circle .p-slide-story__chara {
  transform: translateX(-60%);
}

.splide__list.p-slide-story .splide__slide .p-slide-story__inner {
  position: relative;
  transform: translateY(-9%);
  width: 90%;
  margin: 0 auto;
}

.splide__list.p-slide-story .splide__slide .p-slide-story__chara {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 68.2666666667vw;
}

@media screen and (min-width: 768px) {
  .splide__list.p-slide-story .splide__slide .p-slide-story__chara {
    width: 100%;
  }
}

.splide__list.p-slide-story .splide__slide .p-slide-story__circle {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 65.0666666667vw;
  aspect-ratio: 1/1;
  margin: 0 auto;
  font-size: 3.2vw;
  font-weight: 700;
  border-radius: 100%;
}

@media screen and (min-width: 768px) {
  .splide__list.p-slide-story .splide__slide .p-slide-story__circle {
    width: 90%;
    font-size: 1.5rem;
  }
}

.splide__list.p-slide-story .splide__slide .p-slide-story__circle .p-slide-story__chara {
  position: absolute;
  top: -22%;
  left: 50%;
  transform: translateX(-50%);
  width: 66.1333333333vw;
}

@media screen and (min-width: 768px) {
  .splide__list.p-slide-story .splide__slide .p-slide-story__circle .p-slide-story__chara {
    width: 100%;
  }
}

.splide__list.p-slide-story .splide__slide .p-slide-story__circle p {
  padding-bottom: 2em;
  color: #fff;
  line-height: 1.666;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .splide__list.p-slide-story .splide__slide .p-slide-story__circle p {
    padding-bottom: 2.75em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .splide__list.p-slide-story .splide__slide .p-slide-story__circle p {
    padding-bottom: 1.75em;
  }
}

.splide__list.p-slide-story .splide__slide .p-slide-story__circle p span {
  color: #E1F950;
}

/* --------------------------------------------------------------------------
  p-top-sim
-------------------------------------------------------------------------- */
/* 上書き */
.p-top-sim .c-header--white {
  margin-bottom: 1.25em;
}

.p-top-sim .p-top-subtexts {
  padding-bottom: 1em;
}

.p-top-sim {
  padding-bottom: 10%;
  background-image: url(../img/sim/bg@2x.png);
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #00DCEA;
}

.p-top-sim .p-btn-wrap {
  width: 80%;
  margin: 0 auto;
  font-size: 3.2vw;
}

@media screen and (min-width: 768px) {
  .p-top-sim .p-btn-wrap {
    font-size: 1.2rem;
  }
}

.p-top-sim__content {
  position: relative;
}

.p-top-sim__point {
  left: 0;
  top: -11%;
  width: 22%;
}

@media screen and (min-width: 768px) {
  .p-top-sim__point {
    top: -74px;
  }
}

.p-top-sim__arrow {
  width: 9.8666666667vw;
  margin: 0 auto;
  padding-top: 1em;
}

@media screen and (min-width: 768px) {
  .p-top-sim__arrow {
    width: 37px;
  }
}

.p-top-sim__input {
  font-size: 13.3333333333vw;
  font-weight: 700;
  text-shadow: 0.5333333333vw 0.5333333333vw 0px rgb(255, 255, 255);
}

@media screen and (min-width: 768px) {
  .p-top-sim__input {
    font-size: 5rem;
    text-shadow: 2px 2px 0px rgb(255, 255, 255);
  }
}

.p-top-sim__input .p-top-sim__input--yen {
  transform: translateY(16%);
  font-size: 0.6em;
}

.p-top-sim__input input {
  -webkit-appearance: none;
  width: 40%;
  padding: 0;
  line-height: 1;
  border-width: 1.0666666667vw;
  border-color: #000;
  border-style: solid;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .p-top-sim__input input {
    border-width: 4px;
  }
}

.p-top-sim__input input[type=number]::-webkit-outer-spin-button,
.p-top-sim__input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.p-top-sim__input input[type=number] {
  -moz-appearance: textfield;
}

.p-top-sim__result {
  padding: 0.25em 0 0.5em;
  font-size: 8.8vw;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0.5333333333vw 0.5333333333vw 0px rgb(255, 255, 255);
}

@media screen and (min-width: 768px) {
  .p-top-sim__result {
    font-size: 3.3rem;
    text-shadow: 2px 2px 0px rgb(255, 255, 255);
  }
}

.p-top-sim__result .p-top-sim-result__result {
  color: #EB6FBB;
  font-size: 13.3333333333vw;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .p-top-sim__result .p-top-sim-result__result {
    font-size: 5rem;
  }
}

.p-top-sim__result .p-top-sim-result__lasttext {
  padding-top: 0.05em;
}

.p-top-sim__result .p-top-sim-result__under {
  display: inline-block;
}

.p-top-sim__result .p-top-sim-result__under>span {
  position: relative;
  z-index: 1;
}

.p-top-sim__result .p-top-sim-result__under::after {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  transform: translateY(-0.25em);
  width: 100%;
  height: 2.6666666667vw;
  background-color: #E1F950;
}

@media screen and (min-width: 768px) {
  .p-top-sim__result .p-top-sim-result__under::after {
    height: 10px;
  }
}

.p-top-sim__notes {
  padding-top: 1.5em;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-top-sim__notes {
    padding-top: 2em;
  }
}

/* --------------------------------------------------------------------------
  p-top-recommend
-------------------------------------------------------------------------- */
/* 上書き */
.p-top-recommend .c-header {
  margin-bottom: 1em;
}

.p-top-recommend {
  background-color: #fff;
}

/* slide */
.p-top-recommend .splide__pagination {
  bottom: 14%;
}

@media screen and (min-width: 768px) {
  .p-top-recommend .splide__pagination {
    bottom: 12%;
  }
}

.p-top-recommend .splide__arrow {
  top: 27%;
}

.p-top-recommend .splide__arrow.splide__arrow--prev {
  left: 6%;
}

.p-top-recommend .splide__arrow.splide__arrow--next {
  right: 6%;
}

.splide__list.p-slide-recommend .splide__slide.is-active .p-slide-recommend__banner {
  opacity: 1;
}

.splide__list.p-slide-recommend .splide__slide.p-slide-recommend__01 .p-slide-recommend__circle {
  background-color: #FF9DD9;
}

.splide__list.p-slide-recommend .splide__slide.p-slide-recommend__02 .p-slide-recommend__circle {
  background-color: #E1F950;
}

.splide__list.p-slide-recommend .splide__slide.p-slide-recommend__03 .p-slide-recommend__circle {
  background-color: #FFA20A;
}

.splide__list.p-slide-recommend .splide__slide.p-slide-recommend__04 .p-slide-recommend__circle {
  background-color: #D7C6FF;
}

.splide__list.p-slide-recommend .splide__slide .p-slide-recommend__banner {
  transition: opacity 0.4s;
  opacity: 0;
  width: 100%;
  padding: 8% 0 20%;
}

@media screen and (min-width: 768px) {
  .splide__list.p-slide-recommend .splide__slide .p-slide-recommend__banner {
    padding: 9% 0 19%;
  }
}

.splide__list.p-slide-recommend .splide__slide .p-slide-recommend__circle {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 76.2666666667vw;
  aspect-ratio: 1/1;
  margin: 0 auto;
  font-size: 3.2vw;
  border-radius: 100%;
}

@media screen and (min-width: 768px) {
  .splide__list.p-slide-recommend .splide__slide .p-slide-recommend__circle {
    width: 90%;
    font-size: 1.3rem;
  }
}

.splide__list.p-slide-recommend .splide__slide .p-slide-recommend__circle .p-slide-recommend__point {
  position: absolute;
  top: -7%;
  right: -9%;
  z-index: 1;
  width: 27.7333333333vw;
}

@media screen and (min-width: 768px) {
  .splide__list.p-slide-recommend .splide__slide .p-slide-recommend__circle .p-slide-recommend__point {
    width: 104px;
  }
}

.splide__list.p-slide-recommend .splide__slide .p-slide-recommend__circle .p-slide-recommend__card {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 60.2666666667vw;
}

@media screen and (min-width: 768px) {
  .splide__list.p-slide-recommend .splide__slide .p-slide-recommend__circle .p-slide-recommend__card {
    width: 80%;
  }
}

.splide__list.p-slide-recommend .splide__slide .p-slide-recommend__circle .p-slide-recommend__card img {
  transform: rotate(-8.49deg);
}

.splide__list.p-slide-recommend .splide__slide .p-slide-recommend__circle .p-slide-recommend__cards p {
  position: absolute;
  width: 31.4666666667vw;
}

@media screen and (min-width: 768px) {
  .splide__list.p-slide-recommend .splide__slide .p-slide-recommend__circle .p-slide-recommend__cards p {
    width: 42%;
  }
}

.splide__list.p-slide-recommend .splide__slide .p-slide-recommend__circle .p-slide-recommend__cards p:nth-of-type(1) {
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.splide__list.p-slide-recommend .splide__slide .p-slide-recommend__circle .p-slide-recommend__cards p:nth-of-type(2) {
  bottom: 29%;
  left: 6%;
}

.splide__list.p-slide-recommend .splide__slide .p-slide-recommend__circle .p-slide-recommend__cards p:nth-of-type(3) {
  bottom: 29%;
  right: 6%;
}

.splide__list.p-slide-recommend .splide__slide .p-slide-recommend__circle p {
  padding-bottom: 3%;
  font-size: 6.9333333333vw;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .splide__list.p-slide-recommend .splide__slide .p-slide-recommend__circle p {
    font-size: 2.6rem;
  }
}

.splide__list.p-slide-recommend .splide__slide .p-slide-recommend__circle p span {
  display: block;
  font-size: 4.2666666667vw;
}

@media screen and (min-width: 768px) {
  .splide__list.p-slide-recommend .splide__slide .p-slide-recommend__circle p span {
    font-size: 1.6rem;
  }
}

.splide__list.p-slide-recommend .splide__slide .p-slide-recommend__circle p.p-slide-recommend__credit {
  position: absolute;
  bottom: 26%;
  right: 16%;
  font-size: 2.9995vw;
}

@media screen and (min-width: 768px) {
  .splide__list.p-slide-recommend .splide__slide .p-slide-recommend__circle p.p-slide-recommend__credit {
    font-size: 1rem;
  }
}

.splide__list.p-slide-recommend .splide__slide .p-slide-recommend__circle p.p-slide-recommend__caption {
  position: absolute;
  bottom: 19%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.125vw;
}

@media screen and (min-width: 768px) {
  .splide__list.p-slide-recommend .splide__slide .p-slide-recommend__circle p.p-slide-recommend__caption {
    font-size: 1rem;
  }
}

/* --------------------------------------------------------------------------
  p-top-tokuyakuten
-------------------------------------------------------------------------- */
/* 上書き */
.p-top-tokuyakuten .c-header {
  margin-bottom: 1em;
}

/* p-top-tokuyakuten */
.p-top-tokuyakuten {
  padding-top: 2.5em;
  padding-bottom: 1em;
  background-image: url(../img/tokuyakuten/bg@2x.png);
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #E1F950;
}

.p-top-tokuyakuten__inner--03,
.p-top-tokuyakuten__inner--02,
.p-top-tokuyakuten__inner--01 {
  position: relative;
  z-index: 0;
  width: 96%;
  margin: 0 auto 17%;
}

.p-top-tokuyakuten__inner--03::before,
.p-top-tokuyakuten__inner--02::before,
.p-top-tokuyakuten__inner--01::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-width: 0.2666666667vw;
  border-color: #000;
  border-style: solid;
  background-color: #fff;
}

@media screen and (min-width: 768px) {

  .p-top-tokuyakuten__inner--03::before,
  .p-top-tokuyakuten__inner--02::before,
  .p-top-tokuyakuten__inner--01::before {
    border-width: 1px;
  }
}

.p-top-tokuyakuten__inner--03::after,
.p-top-tokuyakuten__inner--02::after,
.p-top-tokuyakuten__inner--01::after {
  content: "";
  display: block;
  position: absolute;
  top: 2.4vw;
  right: -2.4vw;
  z-index: -2;
  width: 100%;
  height: 100%;
  border-width: 0.2666666667vw;
  border-color: #000;
  border-style: solid;
  background-color: #000;
}

@media screen and (min-width: 768px) {

  .p-top-tokuyakuten__inner--03::after,
  .p-top-tokuyakuten__inner--02::after,
  .p-top-tokuyakuten__inner--01::after {
    top: 9px;
    right: -9px;
    border-width: 1px;
  }
}

.p-top-tokuyakuten__inner--03 .p-top-tokuyakuten__point,
.p-top-tokuyakuten__inner--02 .p-top-tokuyakuten__point,
.p-top-tokuyakuten__inner--01 .p-top-tokuyakuten__point {
  position: absolute;
  top: -12vw;
  width: 29.6vw;
}

@media screen and (min-width: 768px) {

  .p-top-tokuyakuten__inner--03 .p-top-tokuyakuten__point,
  .p-top-tokuyakuten__inner--02 .p-top-tokuyakuten__point,
  .p-top-tokuyakuten__inner--01 .p-top-tokuyakuten__point {
    top: -50px;
    width: 112px;
  }
}

.p-top-tokuyakuten__inner--03 .p-top-tokuyakuten__chara,
.p-top-tokuyakuten__inner--02 .p-top-tokuyakuten__chara,
.p-top-tokuyakuten__inner--01 .p-top-tokuyakuten__chara {
  pointer-events: none;
  position: absolute;
  width: 24vw;
}

@media screen and (min-width: 768px) {

  .p-top-tokuyakuten__inner--03 .p-top-tokuyakuten__chara,
  .p-top-tokuyakuten__inner--02 .p-top-tokuyakuten__chara,
  .p-top-tokuyakuten__inner--01 .p-top-tokuyakuten__chara {
    width: 113px;
  }
}

.p-top-tokuyakuten__inner--03 .p-top-tokuyakuten__subtitle,
.p-top-tokuyakuten__inner--02 .p-top-tokuyakuten__subtitle,
.p-top-tokuyakuten__inner--01 .p-top-tokuyakuten__subtitle {
  padding-bottom: 3%;
  font-weight: 700;
}

.p-top-tokuyakuten__inner--03 .p-top-tokuyakuten__inner-block,
.p-top-tokuyakuten__inner--02 .p-top-tokuyakuten__inner-block,
.p-top-tokuyakuten__inner--01 .p-top-tokuyakuten__inner-block {
  padding: 7% 6% 10%;
  line-height: 1.571;
}

.p-top-tokuyakuten__inner--03 .p-top-tokuyakuten__notes,
.p-top-tokuyakuten__inner--02 .p-top-tokuyakuten__notes,
.p-top-tokuyakuten__inner--01 .p-top-tokuyakuten__notes {
  padding: 1.25em 0 1em;
  font-weight: 700;
}

.p-top-tokuyakuten__inner--03 .p-top-tokuyakuten__btn,
.p-top-tokuyakuten__inner--02 .p-top-tokuyakuten__btn,
.p-top-tokuyakuten__inner--01 .p-top-tokuyakuten__btn {
  margin-top: 1%;
}

.p-top-tokuyakuten__inner--01 .p-top-tokuyakuten__point {
  left: -9%;
}

@media screen and (min-width: 768px) {
  .p-top-tokuyakuten__inner--01 .p-top-tokuyakuten__point {
    left: -29px;
  }
}

.p-top-tokuyakuten__inner--01 .p-top-tokuyakuten__chara {
  right: -9%;
  top: -10%;
}

@media screen and (min-width: 768px) {
  .p-top-tokuyakuten__inner--01 .p-top-tokuyakuten__chara {
    right: -29px;
  }
}

.p-top-tokuyakuten__inner--02 .p-top-tokuyakuten__point {
  right: -9%;
}

@media screen and (min-width: 768px) {
  .p-top-tokuyakuten__inner--02 .p-top-tokuyakuten__point {
    right: -29px;
  }
}

.p-top-tokuyakuten__inner--02 .p-top-tokuyakuten__chara {
  left: -9%;
  top: -12.8vw;
}

@media screen and (min-width: 768px) {
  .p-top-tokuyakuten__inner--02 .p-top-tokuyakuten__chara {
    left: -29px;
    top: -68px;
  }
}

.p-top-tokuyakuten__inner--03 .p-top-tokuyakuten__point {
  left: -9%;
}

@media screen and (min-width: 768px) {
  .p-top-tokuyakuten__inner--03 .p-top-tokuyakuten__point {
    left: -29px;
  }
}

.p-top-tokuyakuten__inner--03 .p-top-tokuyakuten__chara {
  right: -9%;
  top: -17%;
}

@media screen and (min-width: 768px) {
  .p-top-tokuyakuten__inner--03 .p-top-tokuyakuten__chara {
    right: -29px;
    top: -18%;
  }
}

.p-top-tokuyakuten__inner--02 .p-top-tokuyakuten__chara--esp {
  left: auto;
  right: -9%;
  top: auto;
  bottom: -17%;
}

@media screen and (min-width: 768px) {
  .p-top-tokuyakuten__inner--02 .p-top-tokuyakuten__chara--esp {
    left: auto;
    right: -29px;
    top: auto;
    bottom: -18%;
  }
}

.p-top-tokuyakuten__logos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 84%;
  margin: 0 auto;
}

.p-top-tokuyakuten__logos li {
  width: 46%;
}

.p-top-tokuyakuten__uses li {
  width: 30%;
  margin: 0 0 5%;
}

.p-top-tokuyakuten__uses li.p-top-tokuyakuten__uses-custom {
  margin-right: 5%;
}

.p-top-tokuyakuten__mileage {
  width: 78%;
  margin: 2% auto 0;
}

.p-top-tokuyakuten__youtube {
  position: relative;
  z-index: 1;
  padding: 6% 0;
}

.p-top-tokuyakuten__youtube p {
  padding-bottom: 3%;
  font-size: 3.2vw;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-top-tokuyakuten__youtube p {
    font-size: 1.2rem;
  }
}

.p-top-tokuyakuten__youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

/* details */
.p-top-tokuyakuten-summary {
  display: block;
  /* 矢印アイコンを非表示に */
  cursor: pointer;
  /* カーソルの形状をポインターに */
}

.p-top-tokuyakuten-summary::-webkit-details-marker {
  display: none;
}

.p-top-tokuyakuten-content {
  overflow: hidden;
}

.p-top-tokuyakuten-content h3 {
  padding-top: 2em;
  padding-bottom: 0.5em;
  color: #5B1D65;
  font-size: 5.8666666667vw;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-top-tokuyakuten-content h3 {
    font-size: 22px;
  }
}

.p-top-tokuyakuten-content__inner {
  position: relative;
}

.p-top-tokuyakuten-content__inner .p-btn-wrap {
  padding: 1em 0;
}

.p-top-tokuyakuten-content__inner--service {
  font-size: 3.4666666667vw;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-top-tokuyakuten-content__inner--service {
    font-size: 13px;
  }
}

.p-top-tokuyakuten-content__inner--service .p-top-tokuyakuten__50w li {
  width: 48%;
}

.p-top-tokuyakuten__lists .p-top-tokuyakuten__list {
  padding-bottom: 8%;
}

.p-top-tokuyakuten__lists .p-top-tokuyakuten__list:nth-last-of-type(1) {
  padding-bottom: 0;
}

.p-top-tokuyakuten__lists .p-top-tokuyakuten__list dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75em 0;
  color: #fff;
  font-weight: 700;
  background-color: #7856C5;
}

.p-top-tokuyakuten__lists .p-top-tokuyakuten__list dt span {
  display: inline-block;
  padding-left: 0.5em;
}

.p-top-tokuyakuten__lists .p-top-tokuyakuten__list dt span.p-dt-span-short {
  font-size: 0.75em;
}

.p-top-tokuyakuten__lists .p-top-tokuyakuten__list dt.p-dt-nostyle {
  padding-top: 1em;
  padding-bottom: 0;
  color: #5B1D65;
  background-color: rgba(0, 0, 0, 0);
  font-size: 4.2666666667vw;
}

@media screen and (min-width: 768px) {
  .p-top-tokuyakuten__lists .p-top-tokuyakuten__list dt.p-dt-nostyle {
    font-size: 1.6rem;
  }
}

.p-top-tokuyakuten__lists .p-top-tokuyakuten__list ul.p-top-tokuyakuten__50w li {
  width: 48%;
}

.p-top-tokuyakuten__lists .p-top-tokuyakuten__list ul li {
  padding-top: 0.75em;
}

.p-top-tokuyakuten__lists .p-top-tokuyakuten__list a {
  display: block;
  position: relative;
  width: 100%;
  padding: 1em 2em 1em 1em;
  font-weight: 700;
  color: #000;
  text-align: left;
  border-color: #DADADA;
  border-style: solid;
  border-width: 0.2666666667vw;
  background-color: #F4F4F4;
}

@media screen and (min-width: 768px) {
  .p-top-tokuyakuten__lists .p-top-tokuyakuten__list a {
    border-width: 1px;
  }
}

.p-top-tokuyakuten__lists .p-top-tokuyakuten__list a::after {
  content: "";
  position: absolute;
  right: 2.6666666667vw;
  top: 50%;
  transform: translateY(-50%);
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/icon/blank_bk.svg);
}

@media screen and (min-width: 768px) {
  .p-top-tokuyakuten__lists .p-top-tokuyakuten__list a::after {
    right: 9%;
    width: 10px;
    height: 10px;
  }
}

/*  */
.c-button--plus span.p-move_open {
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 0;
}

.c-button--plus span.p-move_open::after {
  display: none;
}

.c-button--plus span.p-move_close {
  opacity: 1;
  visibility: visible;
}

/* アコーディオンが開いた時のスタイル */
details[open] .p-top-tokuyakuten-summary {
  color: red;
}

details[open] .p-move_open {
  display: block;
  opacity: 1;
  visibility: visible;
  padding: 0.75em 0;
}

details[open] .p-move_open::before {
  content: "";
  position: absolute;
  right: 9%;
  top: 50%;
  transform: translateY(-50%);
  width: 2.6666666667vw;
  height: 0.5333333333vw;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/icon/minus_bk.svg);
}

@media screen and (min-width: 768px) {
  details[open] .p-move_open::before {
    width: 10px;
    height: 2px;
  }
}

details[open] .p-move_close {
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 0 !important;
}

/* --------------------------------------------------------------------------
  p-top-sns
-------------------------------------------------------------------------- */
/* 上書き */
.p-top-sns .c-header {
  margin-bottom: 1em;
}

.p-top-sns {
  position: relative;
  padding-top: 4em;
  background-color: #fff;
}

.p-top-sns__inner {
  overflow: hidden;
  height: 100%;
  padding: 0.2666666667vw;
}

@media screen and (min-width: 768px) {
  .p-top-sns__inner {
    padding: 1px;
  }
}

.p-top-sns__inner .p-top-sns__inner--scroll {
  overflow: auto;
  width: 100%;
  height: 100%;
}

.p-top-sns__content {
  position: relative;
  z-index: 0;
  width: 90%;
  height: 106.6666666667vw;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-top-sns__content {
    height: 500px;
  }
}

.p-top-sns__content::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-width: 0.2666666667vw;
  border-color: #000;
  border-style: solid;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-top-sns__content::before {
    border-width: 1px;
  }
}

.p-top-sns__content::after {
  content: "";
  display: block;
  position: absolute;
  top: 3%;
  right: -3%;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .p-top-sns__content::after {
    border-width: 1px;
  }
}

.p-top-sns-illust .p-illust--item01 {
  left: 0;
  top: -6%;
  width: 39%;
}

.p-top-sns-illust .p-illust--item02 {
  right: 0;
  top: 5%;
  width: 23%;
}

/* --------------------------------------------------------------------------
  p-top-happy
-------------------------------------------------------------------------- */
.p-top-happy {
  position: relative;
  padding: 0;
}

.p-top-happy__content {
  position: absolute;
  top: 4%;
  left: 0;
  width: 100%;
}

.p-top-happy-illust .p-illust--chara01 {
  z-index: 1;
  left: 2%;
  top: 46%;
  width: 72%;
}

.p-top-happy-illust .p-illust--chara02 {
  left: 14%;
  top: 24.5%;
  width: 58%;
}

.p-top-happy-illust .p-illust--chara03 {
  right: 15%;
  top: 32%;
  width: 35%;
}

.p-top-happy-illust .p-illust--chara04 {
  right: 21.8%;
  top: 56.8%;
  width: 30.95%;
}

.p-top-happy-illust .p-illust--item01 {
  right: 1%;
  top: 37.7%;
  width: 16%;
}

.p-top-happy-illust .p-illust--item02 {
  left: 2%;
  top: 34.5%;
  width: 22%;
}

.p-top-happy-illust .p-illust--item03 {
  right: 4.2%;
  top: 81.1%;
  width: 21%;
}

.p-top-happy-illust .p-illust--item04 {
  left: -6%;
  top: 53%;
  width: 24%;
}

.p-top-happy-illust .p-illust--item05 {
  right: 0;
  top: 52.5%;
  width: 29%;
}

.p-top-happy-logo {
  left: 50%;
  bottom: 7%;
  transform: translateX(-50%);
  width: 37.8666666667vw;
}

@media screen and (min-width: 768px) {
  .p-top-happy-logo {
    width: 142px;
  }
}


.btn__cv__fv {
  position: absolute;
  top: 38%;
  right: 20px;
  z-index: 1;
  text-align: right;
}

.btn__cv__fv img {
  max-width: 35.6%;
}

@media only screen and (max-width: 640px) {
  .btn__cv__fv img {
    max-width: 40%;
  }
}



.p-top-story-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.p-top-story-tab__item {
  position: relative;
  flex: 0 1 50%;
  color: #C1A5FF;
  font-size: 4.266666666666667vw;
  text-align: center;
  border-bottom: 1px solid #2F1766;
}

.p-top-story-tab__item.is-active {
  color: #2F1766;
}

.p-top-story-tab__item.is-active::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #2F1766;
}

.p-top-story-tab__item.is-active::after {
  position: absolute;
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 12px;
  height: calc(tan(60deg) * 9px / 2);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #2F1766;
}

@media screen and (min-width: 768px) {
  .p-top-story-tab__item {
    font-size: 1.6rem;
  }
}

.p-top-story-tab-content {
  display: none;
  opacity: 0;
  position: relative;
  z-index: 1;
}

.p-top-story-tab-content.is-active {
  display: block;
  -webkit-animation: fadeIn 2s forwards;
  animation: fadeIn 2s forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=maps/top.css.map */

/* --------------------------------------------------------------------------
  btn
-------------------------------------------------------------------------- */
.btn {
  position: fixed;
  top: 78%;
  right: 58%;
  display: block;
}

@media screen and (max-width: 1400px) {
  .btn {
    display: none;
  }
}

.btn img {
  max-width: 500px;
}

.btn-fixed {
  display: none;
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .btn-fixed {
    max-width: min(490px, 50%);
    margin: 0 auto;
    display: block;
    text-align: center;
    z-index: 100;
  }

  .btn-fixed img {
    max-width: 335px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .btn-fixed {
    max-width: 100%;
  }
}