@charset "UTF-8";
/* Default */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.history_tag:after {
  clear: both;
  content: "";
  display: block; }

.login_help ul, .order_info_list, .mypage_links_home, .profile_desc .profile_desc_spec, .profile_information, .store_box_ph_list .slick-dots, .mypage_links, .order_confirm_list ul, .history_tag, .nav_list {
  list-style: none;
  margin: 0;
  padding: 0; }

/* Adjust if you needed */
html, body {
  font-size: 62.5%; }

body {
  background: white;
  color: #333333;
  font-family: Helvetica, Arial, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  line-height: 1.5; }

::selection {
  color: white;
  background: deepskyblue; }

a {
  color: deepskyblue;
  text-decoration: underline;
  cursor: pointer;
  transition: all .3s; }
  a:hover {
    color: #66d9ff;
    text-decoration: none; }
  a:focus {
    outline: none; }

a:focus, *:focus {
  outline: none; }

@media print {
  * html body {
    zoom: .7; } }

* {
  box-sizing: border-box; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.subbody {
  margin: 60px 1%;
  padding-bottom: 50px; }
  .subbody_search {
    margin-top: 10px; }
  .subbody_details {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 140px; }
  .subbody_nobottom {
    margin-bottom: 0;
    padding-bottom: 0; }
  .subbody_notop {
    padding-top: 0;
    margin-top: 0; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.order_btn a, .order_btn input, .order_btn button {
  font-size: 13px;
  background-color: #fd2c73;
  border: none;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  border-radius: 5px;
  font-weight: bold;
  display: block;
  position: fixed;
  bottom: 80px;
  width: 98%;
  text-decoration: none; }

.order_btn_nofix a, .order_btn_nofix input, .order_btn_nofix button {
  position: static; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose > .uppy-Dashboard-inner {
  overflow: visible !important; }

/* [ Sample ] */
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
body.body_login {
  background-color: #fd2c73;
  background-image: url(/assets/wave_bg-a12b3667a8b3cdc4c7e452cd0cb2d37d95453f5c94f27d47c93af17845238344.png);
  background-size: cover; }

.inner {
  padding: 3% 5%; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.login {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  transform: translateY(-50%); }
  .login_logo {
    text-align: center; }
    .login_logo img {
      width: 40%;
      height: auto; }
  .login_form {
    font-size: 13px;
    margin-top: 30px; }
    .login_form_id {
      margin: 10px 0; }
      .login_form_id input {
        width: 100%;
        -webkit-appearance: none;
        border-radius: 5px;
        background-color: #fff;
        border: none;
        padding: 10px 15px;
        color: #000; }
    .login_form_pass {
      margin: 10px 0; }
      .login_form_pass input {
        width: 100%;
        -webkit-appearance: none;
        border-radius: 5px;
        background-color: #fff;
        border: none;
        padding: 10px 15px; }
    .login_form_enter {
      margin: 10px 0 0 0; }
      .login_form_enter input, .login_form_enter button {
        width: 100%;
        -webkit-appearance: none;
        border-radius: 5px;
        background-color: #fd2c73;
        border: none;
        padding: 15px;
        color: #fff; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.btn-block {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.43);
  padding: 6px 10px 6px 25px;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  right: 15px;
  top: -42px;
  border-radius: 500px;
  background-image: url(/assets/mypage_icon_blocked_w-78e78372b0390a63aaed84fda970e3da1846da78590b4dfc43e9f96f8597e24e.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 10px;
  line-height: 1; }

.btn-release {
  display: inline-block;
  background-color: #1bb29d;
  padding: 6px 10px 6px 25px;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  border-radius: 500px;
  background-image: url(/assets/mypage_icon_release_w-36a7a9ea7cefb423342014f5c53cd1e0d53a6939fdebc50db7ce072af7378cc9.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 10px;
  line-height: 1; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.read {
  font-size: 13px;
  margin: 20px 5%;
  border: solid 2px #fd2c73;
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #fff;
  color: #fd2c73; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.message_entry {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0px 6px 16px 0px rgba(17, 18, 17, 0.5);
  background-color: #fff;
  padding: 3% 5%; }
  .message_entry form .btb.btn-primary {
    background-color: #fd2c73;
    border: 1px solid #fd2c73;
    border-radius: 7px;
    padding: 2%;
    margin-right: 4%;
    display: block;
    width: 29px;
    font-size: 0;
    height: 29px;
    color: transparent;
    background-image: url(/assets/message_icon_send-8871cedfbe004dc5ef1d702759e90f9da190d0c98b5c0091cf20106b26c2cae6.png);
    background-repeat: no-repeat;
    background-size: 54%;
    background-position: center; }
    .message_entry form .btb.btn-primary.loading {
      background-image: url(/assets/spinner-3ea031206cbd6511adda7062228633b8540fd13524b7f2e344718ce51131e285.svg); }
  .message_entry_phrase {
    margin-top: 10px;
    display: none; }
    .message_entry_phrase_toggle {
      text-align: center; }
      .message_entry_phrase_toggle span {
        background-color: #fd2c73;
        padding: 4px 14px;
        text-align: center;
        display: inline-block;
        margin: 5px 0 0 0;
        border-radius: 50px;
        color: #fff;
        font-size: 10px; }
    .message_entry_phrase_btn {
      background-color: #fd2c73;
      padding: 10px 0;
      text-align: center;
      display: block;
      margin: 5px 0;
      border-radius: 50px;
      color: #fff;
      font-size: 11px; }
  .message_entry_box {
    display: flex;
    width: 100%;
    justify-content: space-between; }
  .message_entry_input {
    width: 80%; }
    .message_entry_input input, .message_entry_input textarea {
      background-color: #eee;
      padding: 10px 20px;
      border-radius: 20px;
      border: none;
      width: 100%;
      font-size: 11px;
      height: 33px;
      color: #2b2e38;
      transition: all, .3s; }
  .message_entry_right {
    display: flex;
    align-items: center; }
    .active .message_entry_right .btn_action_gift {
      display: none; }
    .active .message_entry_right .btn_action_date {
      display: none; }
  .message_entry_btn {
    background-repeat: no-repeat;
    background-position: center; }
    .message_entry_btn_ph {
      width: 34px;
      height: 29px;
      background-image: url(/assets/message_icon_ph-7f57130e443104464cf26c1b0eb729c789634fa8a8ad2f29c8cfbd8d81efe0c5.png);
      background-size: 56%;
      background-color: transparent;
      border: none; }
    .message_entry_btn_gift {
      width: 42px;
      height: 29px;
      background-image: url(/assets/message_icon_gift-277529a875f73180c33a4c2d7f2d9dd8cb9e55d94a682b2072ae77b4acb06b71.png);
      background-size: 44%;
      background-color: transparent;
      border: none; }
    .message_entry_btn_date {
      width: 32px;
      height: 29px;
      background-image: url(/assets/message_icon_date-96bc8b9385cb8e6117ba273f62ced54d4c5529a18ad0a6a0bcb9bfe79f80a614.png);
      background-size: 56%;
      background-color: transparent;
      border: none; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.nav {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0px 6px 16px 0px rgba(17, 18, 17, 0.5);
  background-color: #fff; }
  .nav:after {
    display: block;
    content: "";
    width: 70px;
    height: 70px;
    z-index: 1;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/assets/nav_bg-2a3e7132d6e12d83d6a38ef0705c2203126a708267d765f9fd2307818626442c.png);
    background-repeat: no-repeat;
    background-size: contain; }
  .nav_list {
    position: relative;
    z-index: 2;
    display: flex; }
    .nav_list li {
      width: 20%;
      text-align: center; }
      .nav_list li a {
        color: #b2b2b2;
        font-size: 10px;
        font-weight: bold;
        text-decoration: none;
        padding: 40px 0 10px 0;
        display: block;
        background-repeat: no-repeat;
        background-position: center 26%;
        position: relative; }
    .nav_list_badge {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 15px;
      height: 15px;
      line-height: 1;
      background-color: #c31717;
      border-radius: 15px; }
      .nav_list_badge span {
        color: #fff;
        font-size: 9px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    .nav_list-home a {
      background-image: url(/assets/nav_icon_home-890170a0d362929eeb6a79633a1a96b1a9a00423f0d1071560395abd135f9179.png);
      background-size: 30%; }
    .nav_list-home.nav_list-active a {
      background-image: url(/assets/nav_icon_home_active-f94b8eae8dd1885194c25ee1107d0933f8e64521e037c3c3ad49ed5b773f1717.png);
      color: #fd2c73; }
    .nav_list-message a {
      background-image: url(/assets/nav_icon_message-95b2871a8479987be80d0007b5fa30798b741e95de836aeca1e06a646fb34a28.png);
      background-size: 28%;
      background-position: center 31% !important; }
    .nav_list-message.nav_list-active a {
      background-image: url(/assets/nav_icon_message_active-5a64b8b5f55648ce087bcff2a4880e31519472d4ccca7a98224e25e3cd5c8de7.png);
      color: #fd2c73; }
    .nav_list-search a {
      background-image: url(/assets/nav_icon_search-f996e5c4111a461ceb0935ce811980b18282c9b2f6eaaeed568d2bd462bc18ca.png);
      background-size: 30%; }
    .nav_list-search.nav_list-active a {
      background-image: url(/assets/nav_icon_search_active-82a608b7defeb55fdb413c25ca2d4c30e2fbdb603da03f5f364d8c23c3c1367b.png);
      color: #fd2c73; }
    .nav_list-tweet a {
      background-image: url(/assets/nav_icon_tweet-0ab1a728a22f41fa80af0bd90460bc8ce21be01edc9bb533fcda478e05e12785.png);
      background-size: 25%;
      background-position: center 30% !important; }
    .nav_list-tweet.nav_list-active a {
      background-image: url(/assets/nav_icon_tweet_active-b62e864940fc66c95feda452e19ca9cec3c2055c98fd8a7a78c8909656ac7df5.png);
      color: #fd2c73; }
    .nav_list-mypage a {
      background-image: url(/assets/nav_icon_mypage-89d8e0387cdfa609c177dba71c34e6cdeabdba4bc5db72f19b15262ef6d6d1aa.png);
      background-size: 24%; }
    .nav_list-mypage.nav_list-active a {
      background-image: url(/assets/nav_icon_mypage_active-f4429cd2b69756524e491de397a2e009ec11fcc69e6b026100f1c231cb29fc1b.png);
      color: #fd2c73; }
    .nav_list-restricted a {
      background-image: url(/assets/nav_icon_restricted-903f30ebb37bc6a530d70b760995eafebbffb05c8647e10f092d45525b690792.png);
      background-size: 24%; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.wave {
  width: 100%;
  height: 467px;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0); }
  .wave:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(/assets/wave_bg-a12b3667a8b3cdc4c7e452cd0cb2d37d95453f5c94f27d47c93af17845238344.png);
    background-size: cover;
    z-index: 4; }
  .wave_body {
    opacity: .4;
    position: absolute;
    top: 3%;
    left: 50%;
    background: #fd2c73;
    width: 850px;
    height: 850px;
    margin-left: -425px;
    margin-top: -425px;
    transform-origin: 50% 48%;
    border-radius: 43%;
    animation: drift 6000ms infinite linear;
    z-index: 3; }
    .wave_body-three {
      animation: drift 8000ms infinite linear; }
    .wave_body-two {
      animation: drift 10000ms infinite linear;
      opacity: .1; }
  .wave_banner {
    z-index: 5;
    position: absolute;
    left: 20px;
    top: 5%;
    right: 5%; }
    .wave_banner img {
      width: 100%;
      height: auto; }
  .wave_title {
    z-index: 5;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 30px 0; }
    .wave_title img {
      width: 120px;
      height: auto; }
  .wave_text {
    z-index: 5;
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: 240px;
    left: 0;
    right: 0;
    font-weight: bold;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.5; }
  .wave_link {
    z-index: 5;
    font-size: 13px;
    color: #fff;
    position: absolute;
    bottom: 108px;
    left: 15%;
    right: 15%; }
    .wave_link a {
      display: block;
      text-decoration: none;
      color: #fd2c73;
      letter-spacing: .1em;
      text-align: center;
      background-color: #fff;
      border-radius: 10px;
      padding: 10px 0;
      font-weight: bold;
      position: relative; }
      .wave_link a:after {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 5px;
        border-color: transparent transparent transparent #fd2c73; }
    .wave_link:before {
      position: absolute;
      display: inline-block;
      top: -1px;
      left: -1px;
      width: 100%;
      height: 100%;
      content: "";
      border: 1px solid #fff;
      border-radius: 10px;
      animation: circleBorder 1.5s infinite; }

@keyframes circleBorder {
  0% {
    opacity: 1;
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    transform: scale(1.06, 1.4); } }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.list {
  margin-top: -80px; }
  .list_wait {
    width: 60px;
    height: 60px;
    border-top-right-radius: 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-image: url(/assets/list_wait-2a9451ea4a1cd9d2b7c185a57f3f54cc80542ffca976287c930a83e13692ab3a.png);
    background-size: cover; }
  .list_nomargin {
    margin-top: 0; }
    .list_nomargin .list_box_ph {
      height: 300px; }
  .list .slick-track {
    padding-bottom: 10px; }
  .list_box {
    width: 250px;
    margin: 0 10px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 5px 5px 0px rgba(17, 18, 17, 0.05);
    display: block;
    text-decoration: none;
    color: #333; }
    .list_box_ph {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      height: 300px;
      background-size: cover;
      background-position: top center; }
    .list_box_order {
      width: 49.5%;
      margin: 0 0 5px 0; }
      .list_box_order .list_box_ph {
        height: 330px; }
      .list_box_order .list_label {
        font-size: 10px;
        padding: 1px 6px; }
      .list_box_order .list_content_name {
        font-size: 11px; }
      .list_box_order label {
        display: block;
        position: relative; }
        .list_box_order label:after {
          transition: all,.3s;
          opacity: 0;
          display: block;
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          background-color: rgba(253, 44, 115, 0.7);
          border-radius: 10px;
          z-index: 1; }
        .list_box_order label:before {
          transition: all,.3s;
          opacity: 0;
          display: block;
          content: "";
          position: absolute;
          left: 50%;
          top: 50%;
          z-index: 2;
          color: #fff;
          font-size: 13px;
          width: 10px;
          height: 20px;
          border-right: solid 3px #fff;
          border-bottom: solid 3px #fff;
          transform: translate(-50%, -50%) rotate(36deg); }
      .list_box_order input {
        display: none; }
        .list_box_order input:checked + label:after {
          opacity: 1; }
        .list_box_order input:checked + label:before {
          opacity: 1; }
  .list_label {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 2px 15px;
    border-radius: 5px;
    background-color: #e6b324;
    color: #fff;
    font-size: 12px;
    letter-spacing: .1em;
    font-weight: bold; }
    .list_label-standard {
      background-color: #fd2c73; }
  .list_content {
    padding: 15px 20px; }
    .list_content_name {
      font-size: 13px;
      font-weight: bold;
      margin: 5px 0;
      position: relative;
      padding-left: 20px; }
      .list_content_name:after {
        position: absolute;
        left: 0;
        top: 3px;
        display: block;
        content: "";
        width: 11px;
        height: 11px;
        border-radius: 11px;
        background-color: #ccc; }
        .list_box_order .list_content_name:after {
          top: 1px; }
      .list_content_name:before {
        z-index: 1;
        position: absolute;
        top: 6px;
        left: -4px;
        width: 17px;
        height: 2px;
        transform: rotate(45deg);
        display: block;
        content: "";
        border: solid 1px #fff;
        border-radius: 11px;
        background-color: #ccc; }
        .list_box_order .list_content_name:before {
          top: 4px;
          width: 15px;
          left: -3px; }
      .list_content_name.list_content_active:after {
        background-color: #0ec357; }
      .list_content_name.list_content_active:before {
        display: none; }
    .list_content_age {
      font-weight: normal;
      padding-left: 10px; }
    .list_content_comment {
      margin: 5px 0;
      font-size: 12px !important;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .list_content_credit .nocredit {
      position: static; }
    .list_content_price {
      border-top: dotted 1px #ccc;
      margin-top: 10px;
      padding-top: 10px;
      margin: 0;
      text-align: center;
      font-size: 13px;
      font-weight: bold; }
      .list_content_price span {
        margin-left: 5px;
        font-size: 11px; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.share {
  margin: 20px 3%; }
  .share_banner img {
    width: 100%;
    height: auto; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.history {
  margin: 40px 5%; }
  .history_detail {
    font-size: 11px; }
  .history_title {
    text-align: center;
    margin-bottom: 40px; }
    .history_title_wrap {
      display: inline-block;
      padding-left: 45px;
      padding-right: 45px;
      background-image: url(/assets/history_title_bg_01-c64ff95e5bb25dda95631cb8b95cb7a727374e975b340b0f67644d64459505e6.png), url(/assets/history_title_bg_02-8dd5d01601bcb3990b86136c0ba4fd5bb5c04181e321d76f19ba4f405966bd6d.png);
      background-position: left center, right center;
      background-size: 11%;
      background-repeat: no-repeat; }
    .history_title_main {
      font-family: 'Montserrat', sans-serif;
      color: #fd2c73;
      font-weight: bold;
      display: block;
      font-size: 30px;
      letter-spacing: .05em; }
    .history_title_sub {
      font-size: 12px;
      font-weight: bold;
      color: #8b8b8b;
      display: block;
      letter-spacing: .1em; }
  .history_box {
    margin: 15px 0;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 5px 5px 0px rgba(17, 18, 17, 0.05);
    padding: 20px;
    position: relative;
    color: #333;
    text-decoration: none;
    display: block;
    font-weight: bold; }
    .history_box:after {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 0 4px 5px;
      border-color: transparent transparent transparent #fd2c73; }
    .history_box_nolink:after {
      display: none; }
  .history_date {
    color: #8b8b8b;
    font-size: 11px;
    letter-spacing: .1em; }
  .history_name {
    font-size: 16px;
    margin: 5px 0 0 0;
    letter-spacing: .1em;
    color: #fd2c73; }
  .history_tag li {
    float: left;
    margin: 2px 8px 4px 0;
    background-color: #fd2c73;
    color: #fff;
    padding: 3px 15px;
    border-radius: 20px; }
  .history_wrap {
    text-align: center;
    margin: 20px 0; }
  .history_text {
    font-size: 14px;
    margin-bottom: 0; }
  .history_point {
    font-weight: bold;
    font-size: 30px;
    margin: 0; }
  .history_detail {
    color: #777; }
  .history_about {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #333; }
    .history_about_date {
      color: #777; }
    .history_about_title {
      font-size: 16px;
      font-weight: bold;
      margin-top: 3px; }
    .history_about_point {
      font-size: 20px;
      font-weight: bold;
      margin-top: 5px; }
      .history_about_point-red {
        color: #c31717; }
  .history_receipt {
    text-align: center;
    color: #333;
    border-top: solid 1px #ccc;
    padding-top: 15px;
    margin-top: 15px;
    display: block;
    text-decoration: none; }
  .history_details_name {
    display: table; }
    .history_details_name_icon {
      width: 50px;
      height: 50px;
      border-radius: 50px;
      background-position: center;
      background-size: cover;
      display: table-cell; }
    .history_details_name_main {
      vertical-align: middle;
      font-weight: bold;
      font-size: 14px;
      display: table-cell;
      padding-left: 15px; }
  .history_details_list {
    border-collapse: collapse;
    margin-top: 20px;
    width: 100%; }
    .history_details_list tr th, .history_details_list tr td {
      font-size: 14px;
      padding: 15px 0;
      border-bottom: solid 1px #ccc; }
    .history_details_list tr th {
      font-weight: normal;
      text-align: left; }
      .history_details_list tr th.history_details_list_subtotal {
        font-weight: bold; }
    .history_details_list tr td {
      text-align: right; }
    .history_details_list tr:last-child th, .history_details_list tr:last-child td {
      border-bottom: none; }
    .history_details_list_total {
      margin-top: 0; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.welcome {
  padding-bottom: 10%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
  background-color: #fd2c73;
  background-image: url(/assets/wave_bg-a12b3667a8b3cdc4c7e452cd0cb2d37d95453f5c94f27d47c93af17845238344.png);
  background-size: cover; }
  .welcome_title {
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
    letter-spacing: .1em; }
  .welcome_read {
    font-size: 13px;
    color: #fff;
    letter-spacing: .1em;
    text-align: justify; }
  .welcome_link {
    margin: 20px 10% 0 10%; }
    .welcome_link a {
      font-size: 14px;
      display: block;
      text-decoration: none;
      color: #fd2c73;
      letter-spacing: .1em;
      text-align: center;
      background-color: #fff;
      border-radius: 10px;
      padding: 13px 0;
      font-weight: bold;
      position: relative; }
      .welcome_link a:after {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 5px;
        border-color: transparent transparent transparent #fd2c73; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.thanks {
  background-color: #fd2c73;
  background-image: url(/assets/wave_bg-a12b3667a8b3cdc4c7e452cd0cb2d37d95453f5c94f27d47c93af17845238344.png);
  background-size: cover;
  height: 100vh; }
  .thanks_wrap {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 50%;
    transform: translateY(-50%); }
  .thanks_title {
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
    letter-spacing: .1em; }
  .thanks_read {
    margin: 30px 0;
    font-size: 13px;
    color: #fff;
    letter-spacing: .1em;
    text-align: justify; }
  .thanks_link {
    margin: 30px 10% 0 10%; }
    .thanks_link a {
      font-size: 14px;
      display: block;
      text-decoration: none;
      color: #fd2c73;
      letter-spacing: .1em;
      text-align: center;
      background-color: #fff;
      border-radius: 10px;
      padding: 13px 0;
      font-weight: bold;
      position: relative; }
      .thanks_link a:after {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 5px;
        border-color: transparent transparent transparent #fd2c73; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.subheader {
  width: 100%;
  height: 60px;
  position: relative;
  background-color: #fd2c73;
  padding: 5px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 6; }
  .subheader:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(/assets/wave_bg-a12b3667a8b3cdc4c7e452cd0cb2d37d95453f5c94f27d47c93af17845238344.png);
    background-size: cover;
    z-index: 4; }
  .subheader_title {
    color: #fff;
    text-align: center;
    margin-top: 16px;
    font-size: 14px !important; }
  .subheader_link {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    width: 60px; }
    .subheader_link:after {
      display: block;
      content: "";
      z-index: 6;
      position: absolute;
      width: 10px;
      height: 10px;
      border-left: solid 2px #fff;
      border-top: solid 2px #fff;
      left: 20px;
      top: 50%;
      transform: translateY(-50%) rotate(-45deg);
      font-size: 0;
      color: transparent; }
  .subheader_btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 6px 10px 6px 30px;
    font-size: 10px;
    border-radius: 100px;
    z-index: 5;
    color: #fd2c73;
    font-weight: bold;
    background-image: url(/assets/search_icon_details-47228093852ae0e73517f18ff223ec24a9569d0d7f661f8b0bcd9ffd6726c7a3.png);
    background-size: 11%;
    background-position: 11px center;
    background-repeat: no-repeat; }
  .subheader_tweet {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    z-index: 5;
    background-image: url(/assets/tweet_icon_entry-cf09322d230fad5f63099bbfa27135140618c324d13ab324407bc7cf8c17d3a3.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .subheader_friends {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    z-index: 5;
    background-image: url(/assets/icon_add_friends-e576cf1905c3a39815772c8ffe5b6f3e63c608280c084a00598717f84461ea10.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .subheader_select {
    overflow: hidden;
    text-align: center;
    position: absolute;
    right: 10px;
    font-size: 13px;
    top: 19px;
    border-radius: 2px;
    background: #ffffff;
    width: 79px;
    z-index: 10; }
    .subheader_select::before {
      position: absolute;
      top: 0.7em;
      right: 0.9em;
      width: 0;
      height: 0;
      padding: 0;
      content: '';
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #666666;
      pointer-events: none; }
    .subheader_select select {
      padding: 5px 10px;
      color: #666666;
      width: 100%;
      padding-right: 1em;
      cursor: pointer;
      text-indent: 0.01px;
      text-overflow: ellipsis;
      border: none;
      outline: none;
      background: transparent;
      background-image: none;
      box-shadow: none;
      -webkit-appearance: none;
      appearance: none; }
      .subheader_select select::-ms-expand {
        display: none; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.subbody {
  margin-right: 0 !important;
  margin-left: 0 !important; }
  .subbody_has_branch {
    padding-top: 100px; }
  .subbody.chat_room_div {
    margin-top: 90px; }
  .subbody_favorite {
    margin-top: 60px; }
    .subbody_favorite .password_text {
      margin: 0px;
      padding: 20px; }
      .subbody_favorite .password_text p {
        margin: 0; }
    .subbody_favorite .search_cast {
      padding: 20px; }
    .subbody_favorite .list_box_order .list_content_name:before, .subbody_favorite .list_box_order .list_content_name:after {
      display: none; }
    .subbody_favorite .list_content_name {
      padding-left: 0; }
    .subbody_favorite .list_box_order .list_label {
      font-size: 13px; }
    .subbody_favorite .list_box:before {
      opacity: 0;
      background-color: rgba(51, 51, 51, 0.7);
      display: block;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      transition: all, .3s; }
    .subbody_favorite svg {
      transition: all, .3s;
      fill: #fff;
      position: absolute;
      z-index: 2;
      top: 50%;
      left: 50%;
      width: 100px;
      height: 100px;
      opacity: 0;
      transform: translateX(-50%) scale(0); }
      .subbody_favorite svg .particleLayer, .subbody_favorite svg .explosion {
        display: none; }
    .subbody_favorite .list_box.active:before {
      opacity: 1;
      border-radius: 10px; }
    .subbody_favorite .list_box.active .list_content:before {
      opacity: 1; }
    .subbody_favorite .list_box.active svg {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1); }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.branch_wrap {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  padding: 13px 0 16px 0;
  text-align: center;
  background-color: #0599a5;
  font-size: 13px; }
  .branch_wrap .subheader_select {
    position: relative;
    margin: 10px auto 0 auto;
    top: 0;
    z-index: 5;
    right: 0;
    width: 60%; }
  .branch_wrap:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(/assets/wave_bg-a12b3667a8b3cdc4c7e452cd0cb2d37d95453f5c94f27d47c93af17845238344.png);
    background-size: cover;
    z-index: 4; }

.branch_title {
  color: #fff; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.subbox {
  font-size: 13px;
  margin: 25px 0;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 5px 5px 0px rgba(17, 18, 17, 0.05);
  padding: 24px 20px;
  position: relative;
  color: #333;
  text-decoration: none;
  display: block;
  font-weight: bold; }
  .subbox_title {
    color: #fd2c73;
    font-size: 16px;
    margin: 0 0 16px; }
  .subbox_nopadding {
    padding-top: 5px;
    padding-bottom: 5px; }
  .subbox_payment {
    margin: 8px 0;
    padding-top: 15px;
    padding-bottom: 15px; }
    .subbox_payment:first-child {
      margin-top: 25px; }
  .subbox_tab {
    display: none;
    padding-top: 5px;
    padding-bottom: 5px; }
    .subbox_tab_active {
      display: block; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.order_btn {
  display: block; }
  .order_btn a, .order_btn button {
    bottom: 90px;
    z-index: 1; }

.order_date {
  display: block;
  margin-top: 10px; }

.order_first {
  font-size: 12px;
  line-height: 1.7;
  border-bottom: solid 1px #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: normal; }
  .order_first .subbox_title {
    margin-bottom: 5px; }
  .order_first p {
    margin: 8px 0 0 0; }
  .order_first:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }

.order_comment {
  border: solid 1px #ccc;
  padding: 15px;
  font-size: 12px;
  width: 100%;
  height: 150px;
  border-radius: 5px;
  appearance: none; }

.order_select {
  overflow: hidden;
  text-align: center;
  position: absolute;
  right: 10px;
  font-size: 13px;
  top: 19px;
  border-radius: 2px;
  background: #fd2c73;
  width: 75px; }
  .order_select::before {
    position: absolute;
    top: 1em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    pointer-events: none; }
  .order_select select {
    padding: 9px 12px;
    color: #fff;
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none; }
    .order_select select::-ms-expand {
      display: none; }

.order_list {
  display: flex;
  flex-wrap: wrap; }

.order_cast {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.order_attention {
  margin: 30px 0 30px 0;
  border: solid 2px #fd2c73;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px; }
  .order_attention_list {
    margin: 0;
    font-size: 12px;
    padding-left: 20px;
    line-height: 1.7; }
    .order_attention_list strong {
      color: #fd2c73; }

.order_check label {
  font-size: 13px;
  padding: 7px 20px;
  border: solid 1px #8a8a8a;
  color: #8a8a8a;
  display: inline-block;
  border-radius: 5px;
  margin: 3px 7px 3px 0; }

.order_check_input {
  opacity: 0;
  width: 0px;
  height: 0px;
  display: inline;
  display: none; }
  .order_check_input:checked + label {
    background: #fd2c73;
    color: #fff;
    border-color: #fd2c73; }

.order_check_class {
  display: block;
  width: 100%; }
  .order_check_class label {
    display: block;
    width: 100%;
    position: relative;
    padding: 9px 12px; }
  .order_check_class_price {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%); }

.order_count {
  font-size: 12px;
  position: relative; }
  .order_count_wrap {
    display: inline-block;
    position: relative; }
    .order_count_wrap:after {
      position: absolute;
      bottom: 5px;
      right: 0.9em;
      width: 0;
      height: 0;
      padding: 0;
      content: '';
      display: block;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #fd2c73;
      pointer-events: none; }
    .order_count_wrap:before {
      position: absolute;
      top: 5px;
      right: 0.9em;
      padding: 0;
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 3px 4px 3px;
      border-color: transparent transparent #fd2c73 transparent;
      pointer-events: none; }
  .order_count_input {
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    width: 40px;
    font-size: 20px;
    color: #fd2c73;
    font-weight: bold;
    display: inline-block;
    padding-left: 5px;
    position: relative;
    border-radius: 5px; }
    .order_count_input option {
      display: inline-block; }

.order_confirm_link {
  display: block;
  text-decoration: none;
  color: #333;
  position: relative; }

.order_confirm_list {
  font-size: 13px; }
  .order_confirm_list ul li {
    padding: 3px 0 8px 10%;
    background-repeat: no-repeat;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 13px; }
    .order_confirm_list ul li:last-child {
      border-bottom: none;
      padding-bottom: 0; }
  .order_confirm_list_time {
    background-image: url(/assets/order_icon_time-65654f1c5364373321ab27a60d52ddebd00750b911fa4861d3b30567c03d14a7.png);
    background-size: 5%;
    background-position: left 17%; }
  .order_confirm_list_period {
    background-image: url(/assets/order_icon_period-e31b2e71583c95cccf2e91fe1da02ea5a1cf97a6ec40711813d4824e6237b8a4.png);
    background-size: 4.5%;
    background-position: left 17%; }
  .order_confirm_list_place {
    background-image: url(/assets/order_icon_place-b94179bfec6b71090434b56722e58ed548b21d7d69e6a02d0543c814cf6e3635.png);
    background-size: 4.4%;
    background-position: left 17%; }
  .order_confirm_list_cast {
    background-image: url(/assets/order_icon_cast-89069503dea282d22e6079f2c70805361f43d02c4626f4a120a519aad99fa8e0.png);
    background-size: 4.8%;
    background-position: left 17%; }

.order_confirm_cast {
  font-size: 12px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 15px 0;
  margin: 15px 0 0 0;
  display: flex;
  justify-content: space-between; }
  .order_confirm_cast_title {
    margin: 0;
    padding: 5px 0; }
  .order_confirm_cast_count {
    margin: 0;
    padding: 5px 0; }
  .order_confirm_cast_face {
    margin: 0;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-size: cover;
    background-position: center;
    display: block;
    margin-right: 20px; }

.order_confirm_price {
  font-size: 12px;
  border-bottom: solid 1px #ccc;
  padding: 20px 0 5px 0; }
  .order_confirm_price:last-child {
    border-bottom: none; }
  .order_confirm_price_wrap {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 30px; }
  .order_confirm_price_text {
    font-size: 11px;
    font-weight: normal; }

.order_confirm_call {
  font-size: 12px; }
  .order_confirm_call_check {
    margin: 10px 0; }
  .order_confirm_call_text {
    font-size: 11px;
    font-weight: normal; }

.order_review_box {
  display: flex;
  border-top: solid 1px #ccc;
  margin-top: 20px;
  padding-top: 20px; }

.order_review_face {
  width: 20%;
  margin: 0;
  height: 0;
  padding-top: 20%;
  border-radius: 100px;
  background-size: cover;
  background-position: center;
  display: block; }

.order_review_contents {
  width: 60%;
  padding-left: 15px;
  font-size: 12px;
  padding-top: 1%; }

.order_review_name {
  margin-bottom: 5px; }

.order_review_family {
  padding-top: 1%;
  margin-left: auto;
  width: 20%;
  text-align: center; }
  .order_review_family_text {
    margin-bottom: 2px;
    font-size: 2.5vw; }
  .order_review_family .checkbox {
    margin-left: 24%; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.search_submit input {
  background-color: #fd2c73;
  border: 1px solid #fd2c73;
  border-radius: 5px;
  color: #fff;
  padding: 5% 0;
  display: block;
  width: 100%;
  font-size: 13px; }

.search_title {
  margin-top: 73px; }
  .search_title .history_title {
    margin-bottom: 30px; }

.search_cast {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.search_details {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(253, 44, 115, 0.8); }
  .search_details_wrap {
    background-color: #fff;
    top: 3%;
    right: 5%;
    bottom: 3%;
    left: 5%;
    border-radius: 5px;
    position: absolute; }
    .search_details_wrap:after {
      display: block;
      content: "";
      background-color: #fff;
      height: 43px;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      z-index: 10;
      border-radius: 5px; }
  .search_details_close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 15px;
    height: 15px;
    background-image: url(/assets/search_icon_close-d3a029c8754940ead837fe496cd55846ee1bd22e4c5f32980dd900f15bf37733.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 20; }

.search_box {
  height: 100%;
  padding: 1px 0;
  overflow-y: scroll; }

.search_wrap {
  margin: 15% auto;
  display: table;
  height: 70%; }
  .search_wrap form {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px; }

.search_content {
  margin: 10px 0;
  display: table-row; }
  .search_content input[type="text"] {
    overflow: hidden;
    padding: 7px 20px 7px 10px;
    position: relative;
    font-size: 13px;
    border-radius: 5px;
    background: #ffffff;
    width: 100%;
    border: solid 1px #ccc; }
  .search_content input[type="number"] {
    overflow: hidden;
    padding: 7px 20px 7px 10px;
    position: relative;
    font-size: 13px;
    border-radius: 5px;
    background: #ffffff;
    width: 60%;
    border: solid 1px #ccc; }
  .search_content select.number_select {
    overflow: hidden;
    text-align: right;
    position: relative;
    font-size: 13px;
    border-radius: 5px;
    background: #ffffff;
    width: 35%;
    border: solid 1px #ccc;
    padding: 3px 20px 4px 10px; }
  .search_content_label {
    display: table-cell;
    color: #06b0be;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 15px 10px 15px;
    white-space: nowrap;
    vertical-align: middle; }
  .search_content_input {
    display: table-cell;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 0;
    vertical-align: middle; }
  .search_content_age {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px; }

.search_select {
  overflow: hidden;
  text-align: center;
  position: relative;
  padding-left: 10px;
  font-size: 13px;
  border-radius: 5px;
  background: #ffffff;
  width: 100%;
  border: solid 1px #ccc; }
  .search_select::before {
    position: absolute;
    top: 0.7em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #666666;
    pointer-events: none;
    z-index: 0; }
  .search_select select {
    padding: 5px 0;
    color: #666666;
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1; }
    .search_select select::-ms-expand {
      display: none; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.details_points {
  overflow-x: scroll;
  width: 100%; }
  .details_points_list {
    margin: 10px 0 0 0;
    text-align: center;
    white-space: nowrap; }
    .details_points_list_box {
      display: inline-block;
      width: 18%;
      margin: 1% 2%;
      position: relative; }
      .details_points_list_box img {
        width: 100%;
        height: auto; }
    .details_points_list_count {
      position: absolute;
      right: 0;
      top: 0;
      background-color: #fff;
      border: solid 2px #fd2c73;
      color: #fd2c73;
      border-radius: 50px;
      font-size: 10px;
      padding: 2px 5px;
      font-weight: bold; }
      .details_points_list_count span {
        font-size: 8px; }
  .details_points_price {
    font-size: 12px; }

.details_face_list {
  display: flex;
  justify-content: center;
  margin: 10px 0 0 0;
  flex-wrap: wrap; }
  .details_face_list_box {
    border-radius: 100px;
    background-size: cover;
    background-position: center;
    display: block;
    margin: 0;
    width: 60px;
    height: 60px;
    margin: 10px 5px 0 5px;
    border: solid 5px #fff;
    transition: all, .3s;
    position: relative; }
    .details_face_list_box:after {
      transition: all, .3s;
      opacity: 0;
      display: block;
      content: "";
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      width: 50px;
      height: 50px;
      border-radius: 50px;
      background-color: rgba(253, 44, 115, 0.2); }
    .details_face_list_box_active {
      border-color: #fd2c73; }
      .details_face_list_box_active:after {
        opacity: 1; }
    .details_face_list_box_add {
      background-color: #fd2c73;
      position: relative; }
      .details_face_list_box_add:after {
        display: block;
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 20px;
        height: 4px;
        background-color: #fff; }
      .details_face_list_box_add:before {
        display: block;
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 4px;
        height: 20px;
        background-color: #fff; }

.details_header {
  background-color: #fff; }
  .details_header_ph {
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative; }
    .details_header_ph .list_content {
      padding: 0;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding-left: 5%;
      padding-right: 5%;
      padding-bottom: 5%;
      padding-top: 10%;
      color: #fff;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }
  .details_header_wrap {
    text-align: center;
    padding: 4% 5%; }
  .details_header_price {
    font-size: 16px;
    font-weight: bold; }
  .details_header_time {
    font-size: 10px;
    color: #ccc; }

.details_text {
  font-weight: normal; }

.details_list {
  border-collapse: collapse;
  width: 100%; }
  .details_list tr th {
    text-align: left;
    font-size: 12px;
    padding: 10px 0;
    border-top: solid 1px #eee; }
  .details_list tr td {
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    color: #888;
    padding: 10px 0;
    border-top: solid 1px #eee; }
  .details_list tr:first-child th, .details_list tr:first-child td {
    border-top: none; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.message_unread {
  text-align: center;
  position: relative; }
  .message_unread span {
    background-color: #eff0f2;
    color: #fd2c73;
    padding: 5px 20px;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    z-index: 1; }
  .message_unread:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fd2c73;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0; }

.message_system {
  margin: 40px 0; }
  .message_system span {
    background-color: #bfbfbf;
    color: #fff;
    text-align: center;
    padding: 3px 15px;
    border-radius: 100px;
    display: block;
    font-size: 11px; }

.message_tweet .likeButton {
  position: absolute;
  top: -14px;
  right: -13px;
  z-index: 999; }
  .message_tweet .likeButton_count {
    font-size: 12px;
    position: absolute;
    right: 45px;
    top: 16px;
    font-weight: bold; }

.message_tweet_name {
  font-size: 13px !important; }

.message_tweet_text {
  font-size: 13px !important;
  word-break: break-word; }

.message_tab {
  margin: 20px 0 15px 0;
  display: flex;
  width: 100%;
  font-size: 10px; }
  .message_tab_btn {
    border: solid 2px #fd2c73;
    width: 50%;
    background-color: #fff;
    padding: 8px 0;
    text-align: center;
    color: #fd2c73 !important;
    font-weight: bold;
    text-decoration: none; }
    .message_tab_btn:first-child {
      border-radius: 5px 0 0 5px;
      border-right-width: 1px; }
    .message_tab_btn:last-child {
      border-radius: 0 5px 5px 0;
      border-left-width: 1px; }
    .message_tab_btn_active {
      background-color: #fd2c73;
      color: #fff !important; }

.message_search input {
  border: none;
  padding: 10px 10px 10px 40px;
  font-size: 14px;
  border-radius: 8px;
  width: 100%;
  background-image: url(/assets/message_icon_search-a225cbe2e33b208153865be4bb11e00e3bd658715006cebb98223161de652d0a.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 15px;
  background-color: #fff;
  display: block; }

.message_wrap {
  background-color: #fff;
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 3% 5% 7% 5%; }
  .message_wrap_margin {
    margin-top: 60px; }

.message_face {
  width: 20%;
  margin: 0;
  height: 0;
  padding-top: 20%;
  border-radius: 100px;
  background-size: cover;
  background-position: center;
  display: block;
  margin: 0; }

.message_content {
  width: 75%;
  border-bottom: solid 1px #eee;
  padding-bottom: 20px; }
  .message_content_time {
    text-align: right;
    font-size: 10px;
    color: #fd2c73;
    margin: -2px 0 0 0; }
  .message_content_name {
    font-weight: bold;
    font-size: 13px;
    margin: 0; }
  .message_content_text {
    font-size: 13px;
    color: #888;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 5px 0 0 0; }

.message_tweet {
  width: 75%;
  border-bottom: solid 1px #eee;
  padding-bottom: 20px;
  position: relative; }
  .message_tweet_time {
    font-size: 10px;
    color: #888;
    margin: 2px 0 10px 0; }
  .message_tweet_name {
    font-weight: bold;
    font-size: 12px;
    margin: 0; }
    .message_tweet_name span {
      margin-left: 5px;
      font-size: 11px; }
  .message_tweet_text {
    font-size: 11px;
    margin-bottom: 0; }

.message_list {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #333;
  padding-top: 15px;
  padding-right: 20px; }
  .message_list:last-child .message_content, .message_list:last-child .message_tweet {
    border-bottom: none;
    padding-bottom: 0; }

.message_date {
  margin: 20px 0;
  font-size: 10px;
  text-align: center;
  letter-spacing: .05em;
  color: #aaa; }

.message_inner {
  width: 100%;
  display: flex;
  margin: 20px 0; }
  .message_inner_from {
    flex-direction: row-reverse; }
    .message_inner_from .message_inner_box {
      margin-right: 5%;
      margin-left: 0;
      background-color: #fd2c73;
      color: #fff; }
      .message_inner_from .message_inner_box:after {
        display: none; }
      .message_inner_from .message_inner_box:before {
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 10px;
        border-color: transparent transparent transparent #fd2c73;
        position: absolute;
        right: -10px;
        top: 10px; }
    .message_inner_from .message_inner_date {
      margin-right: 2%;
      margin-left: 0; }
      .message_inner_from .message_inner_date span {
        right: 0;
        left: auto; }
  .message_inner_face {
    width: 10%;
    margin: 0;
    height: 0;
    padding-top: 10%;
    border-radius: 100px;
    background-size: cover;
    background-position: center;
    display: block; }
  .message_inner_box {
    margin-left: 5%;
    width: 60%;
    font-size: 12px;
    background-color: #fff;
    padding: 1px 17px;
    border-radius: 5px;
    position: relative; }
    .message_inner_box:after {
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 10px 5px 0;
      border-color: transparent #ffffff transparent transparent;
      position: absolute;
      left: -10px;
      top: 10px; }
  .message_inner_date {
    position: relative;
    margin-left: 2%; }
    .message_inner_date span {
      position: absolute;
      left: 0;
      bottom: 0;
      font-size: 10px;
      color: #aaa; }
  .message_inner.ignored {
    background-color: #a9b4a8; }
  .message_inner_read_by_partner {
    position: relative;
    margin-left: 2%; }
    .message_inner_read_by_partner > span {
      position: absolute;
      left: -38px;
      bottom: 14px;
      font-size: 10px;
      color: #aaa; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 32px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer; }
  .radio:after, .checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #bbb;
    border-radius: 6px;
    content: ''; }

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fd2c73;
  content: '';
  opacity: 0; }
  input[type=radio]:checked + .radio:before {
    opacity: 1; }

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #fd2c73;
  border-bottom: 3px solid #fd2c73;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  input[type=checkbox]:checked + .checkbox:before {
    opacity: 1; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: 125px;
  height: 25px;
  overflow: hidden;
  position: relative;
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=");
  background-size: contain; }
  .star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    width: 25px;
    z-index: 1;
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=");
    background-size: contain; }
  .star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative; }
    .star-rating input:hover + i, .star-rating input:checked + i {
      opacity: 1; }
  .star-rating i ~ i {
    width: 50px; }
    .star-rating i ~ i ~ i {
      width: 75px; }
      .star-rating i ~ i ~ i ~ i {
        width: 100px; }
        .star-rating i ~ i ~ i ~ i ~ i {
          width: 125px; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.star_review {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: 85px;
  height: 17px;
  overflow: hidden;
  position: relative;
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=");
  background-size: contain; }
  .star_review i {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    height: 17px;
    width: 17px;
    z-index: 1;
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=");
    background-size: contain; }
  .star_review i ~ i {
    width: 34px; }
    .star_review i ~ i ~ i {
      width: 51px; }
      .star_review i ~ i ~ i ~ i {
        width: 68px; }
        .star_review i ~ i ~ i ~ i ~ i {
          width: 85px; }

.profile_wrap {
  margin: 40px 0; }

.profile_point {
  text-align: center;
  margin: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #fd2c73; }
  .profile_point_btn {
    text-align: center;
    margin-top: 20px; }
    .profile_point_btn a {
      display: inline-block;
      background-color: #fd2c73;
      border-radius: 20px;
      color: #fff;
      text-decoration: none;
      padding: 5px 30px;
      font-size: 13px; }

.profile_face {
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 200px;
  margin: 0 auto;
  position: relative;
  background-size: cover;
  background-position: center;
  display: block;
  text-decoration: none; }
  .profile_face_link {
    width: 30px;
    height: 30px;
    background-color: #fd2c73;
    border-radius: 30px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-image: url(/assets/details_icon-2d96063da8312c7d41d634cf55b4e2f0fb1300bfcc2c78c9d823cb83ff706ece.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%; }
  .profile_face_list {
    display: flex;
    justify-content: center;
    margin: 10px 0 0 0;
    flex-wrap: wrap; }
    .profile_face_list_box {
      border-radius: 100px;
      background-size: cover;
      background-position: center;
      display: block;
      width: 60px;
      height: 60px;
      margin: 10px 5px 0 5px; }
      .profile_face_list_box_add {
        background-color: #fd2c73;
        position: relative; }
        .profile_face_list_box_add:after {
          display: block;
          content: "";
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          width: 20px;
          height: 4px;
          background-color: #fff; }
        .profile_face_list_box_add:before {
          display: block;
          content: "";
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          width: 4px;
          height: 20px;
          background-color: #fff; }

.profile_name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0; }

.mypage_links li {
  border-bottom: solid 1px #ccc; }
  .mypage_links li a {
    color: #333;
    display: block;
    padding: 20px 20px 20px 40px;
    text-decoration: none;
    position: relative;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 20px;
    font-weight: normal; }
    .mypage_links li a:after {
      display: block;
      position: absolute;
      top: 50%;
      right: 15px;
      width: 0;
      height: 0;
      transform: translateY(-50%);
      border-width: 4px 0 4px 5px;
      border-style: solid;
      border-color: transparent transparent transparent #333;
      content: ""; }
  .mypage_links li:last-child {
    border-bottom: none; }

.mypage_links-profile {
  background-image: url(/assets/mypage_icon_profile-7de561bb1cd8e05aae8806b2e19c513cda1ecf7b0b6bacb89e847c92c9a6facb.png); }

.mypage_links-intro_message {
  background-image: url(/assets/nav_icon_message-95b2871a8479987be80d0007b5fa30798b741e95de836aeca1e06a646fb34a28.png); }

.mypage_links-history {
  background-image: url(/assets/mypage_icon_history-9d4587b80b3a5a250c57dbc8900932879947b466d29010536d2756eb21d08dce.png); }

.mypage_links-payment {
  background-image: url(/assets/mypage_icon_payment-a72a34e7b5ce9bd14338f1238aec2034539bf3349e8b680cd86c867cbcdf1750.png); }

.mypage_links-point {
  background-image: url(/assets/mypage_icon_point-958331869f8ff832ef967c67f2ff1cce64a78ec2f39076e97d26de187de684b0.png); }

.mypage_links-help {
  background-image: url(/assets/mypage_icon_help-ab661b21c01f77f32c3cb2c0da0d4a6ef5eec22c9871eb13d61ad9044dcac8b9.png); }

.mypage_links-faq {
  background-image: url(/assets/mypage_icon_faq-addbbbc7ac93fba218706f2f1c07ea8122f99c25cd612f90ab28eede555dc89d.png); }

.mypage_links-other {
  background-image: url(/assets/mypage_icon_other-4df6a012164afa34afb98afaf614143e06af42f06c2c2f0a6b4f7c8f37eb88ae.png); }

.mypage_links-blockings {
  background-image: url(/assets/mypage_icon_blocked-d31f5b158d763d4136d9007c6702c4e0b39ea19bf53d1979a24fd1eb43b741de.png); }

.mypage_links-logout {
  background-image: url(/assets/search_icon_close-d3a029c8754940ead837fe496cd55846ee1bd22e4c5f32980dd900f15bf37733.png); }

.mypage_links-ranking {
  background-image: url(/assets/order_icon_ranking-2fd0f6b311a172059ee870b3be093fe51b4d8b1619d45e02bb95786ee9e0fe33.png);
  background-size: 16px !important;
  background-position: 7px center !important; }

.mypage_links-settings {
  background-image: url(/assets/order_icon_time-65654f1c5364373321ab27a60d52ddebd00750b911fa4861d3b30567c03d14a7.png); }

.mypage_links-restricted {
  background-image: url(/assets/nav_icon_restricted-903f30ebb37bc6a530d70b760995eafebbffb05c8647e10f092d45525b690792.png); }

.mypage_links-places {
  background-image: url(/assets/order_icon_place-b94179bfec6b71090434b56722e58ed548b21d7d69e6a02d0543c814cf6e3635.png); }

.mypage_links-q {
  background-image: url(/assets/mypage_icon_faq-addbbbc7ac93fba218706f2f1c07ea8122f99c25cd612f90ab28eede555dc89d.png); }
  .mypage_links-q:after {
    transform: translateY(-50%) rotate(90deg) !important;
    transition: all, .3s; }
  .mypage_links-q.active:after {
    transform: translateY(-50%) rotate(-90deg) !important; }

.mypage_links-noicon {
  padding-left: 0 !important; }

.mypage_faq_content {
  display: none; }
  .mypage_faq_content p {
    font-weight: normal; }
    .mypage_faq_content p:first-child {
      margin-top: 0; }

.form_date {
  display: inline; }

.form_unit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  display: block; }

.form_design {
  position: relative; }
  .form_design_inline {
    display: inline-block;
    margin-left: 10px; }
  .form_design::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #8a8a8a;
    pointer-events: none; }
  .form_design select, .form_design input {
    padding: 5px 30px 5px 10px;
    color: #8a8a8a;
    width: 100%;
    display: block;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: #fff;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border: solid 1px #8a8a8a; }
    .form_design select::-ms-expand, .form_design input::-ms-expand {
      display: none; }

.form_box {
  margin: 10px 0;
  position: relative; }
  .form_box input[type=radio], .form_box input[type=checkbox] {
    display: none; }
  .form_box .radio, .form_box .checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0 20px 8px 0;
    padding: 0 0 0 31px;
    border-radius: 8px;
    vertical-align: middle;
    cursor: pointer; }
    .form_box .radio:hover:after, .form_box .checkbox:hover:after {
      border-color: #fd2c73; }
    .form_box .radio:after, .form_box .checkbox:after {
      -webkit-transition: border-color 0.2s linear;
      transition: border-color 0.2s linear;
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      margin-top: -10px;
      width: 16px;
      height: 16px;
      border: 2px solid #bbb;
      border-radius: 6px;
      content: ''; }
  .form_box .radio:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fd2c73;
    content: '';
    opacity: 0; }
    input[type=radio]:checked + .form_box .radio:before {
      opacity: 1; }
  .form_box .checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 21px;
    display: block;
    margin-top: -7px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #fd2c73;
    border-bottom: 3px solid #fd2c73;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    input[type=checkbox]:checked + .form_box .checkbox:before {
      opacity: 1; }

.form_input {
  width: 100%;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 10px;
  padding: 15px;
  line-height: 1.5;
  position: relative;
  appearance: none;
  -webkit-appearance: none; }
  .form_input_point:after {
    display: block;
    content: "ポイント";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    font-weight: normal; }
  .form_input.is-invalid {
    border-color: red; }

.form_select select {
  width: 100%;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 10px;
  padding: 15px;
  line-height: 1.5;
  position: relative;
  appearance: none;
  text-align: right;
  color: #000; }

.form_select:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #fd2c73 transparent transparent transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%); }

.form_textarea {
  width: 100%;
  height: 100px;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 10px;
  padding: 15px;
  line-height: 1.5;
  color: #000; }

.form_submit {
  -webkit-appearance: none;
  width: 100%;
  background-color: #fd2c73;
  color: #fff;
  border-radius: 10px;
  padding: 15px;
  line-height: 1.5;
  border: none;
  margin-top: 20px;
  font-size: 13px; }
  .form_submit_red {
    background-color: #c31717;
    margin-top: 0; }

.form_link {
  display: block;
  border: solid 1px #fd2c73;
  width: 100%;
  background-color: #fff;
  color: #fd2c73;
  border-radius: 10px;
  padding: 15px;
  line-height: 1.5;
  margin-top: 20px;
  text-align: center;
  text-decoration: none; }

.flash_box {
  padding: 10px 15px;
  border: solid 1px;
  border-radius: 5px;
  font-size: 13px;
  margin: 15px 0;
  position: relative; }
  .flash_box-red {
    background-color: #F2DEDD;
    border-color: #BC6B6A;
    color: #BC6B6A; }
    .flash_box-red .flash_close:after, .flash_box-red .flash_close:before {
      background-color: #BC6B6A; }
  .flash_box-blue {
    background-color: #DAECF7;
    border-color: #5D8FA9;
    color: #5D8FA9; }
    .flash_box-blue .flash_close:after, .flash_box-blue .flash_close:before {
      background-color: #5D8FA9; }
  .flash_box-green {
    background-color: #DFF0D8;
    border-color: #669564;
    color: #669564; }
    .flash_box-green .flash_close:after, .flash_box-green .flash_close:before {
      background-color: #669564; }
  .flash_box-yellow {
    background-color: #FBF8E3;
    border-color: #A59066;
    color: #A59066; }
    .flash_box-yellow .flash_close:after, .flash_box-yellow .flash_close:before {
      background-color: #A59066; }

.flash_close {
  width: 20px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  transform: rotate(45deg); }
  .flash_close:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 2px; }
  .flash_close:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 12px; }

.payment_added {
  background-position: left center;
  background-size: 50px;
  background-repeat: no-repeat;
  padding-left: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative; }
  .payment_added:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/assets/payment_icon_added-98746d0aab647ce4294588c46fc199781ca5e8bb2bf40795852bbf66d21877e0.png); }
  .payment_added_amex {
    background-image: url(/assets/payment_icon_amex-029bc088db59025c7c592e776dd28a21a3169f5df08c5864732db1914c1ea308.png); }
  .payment_added_diners {
    background-image: url(/assets/payment_icon_diners-ed5f2999322fb8c30147dc964383f4093be7a836c7ced674704c383e9968c650.png); }
  .payment_added_jcb {
    background-image: url(/assets/payment_icon_jcb-ca96dac2467f397122909a942fbd412fcdf91f342ce81dd66539636c50b2187a.png); }
  .payment_added_master {
    background-image: url(/assets/payment_icon_master-2909ba412d158c83daf1d97e05b94f561cbfc9aa9480f5fa9a71d6b0dc73a156.png); }
  .payment_added_visa {
    background-image: url(/assets/payment_icon_visa-e960643ca1c72a336faa496d397b564894d500e7c44d64eea9f7df6a67d890ff.png); }
  .payment_added_nopadding {
    padding-left: 10px; }

.payment_link {
  margin: 25px 0; }
  .payment_link a {
    display: block;
    position: relative;
    padding: 13px 0;
    border-radius: 10px;
    background-color: #fd2c73;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .1em;
    text-align: center;
    text-decoration: none; }
    .payment_link a:after {
      display: block;
      position: absolute;
      top: 50%;
      right: 15px;
      width: 0;
      height: 0;
      transform: translateY(-50%);
      border-width: 4px 0 4px 5px;
      border-style: solid;
      border-color: transparent transparent transparent #fff;
      content: ""; }

.payment_point {
  background-position: left center;
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  background-image: url(/assets/mypage_icon_point-958331869f8ff832ef967c67f2ff1cce64a78ec2f39076e97d26de187de684b0.png);
  display: flex;
  justify-content: space-between; }
  .payment_point_main {
    font-size: 14px;
    padding: 5px 0; }
  .payment_point_btn a {
    background-color: #fd2c73;
    display: block;
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 13px;
    width: 90px;
    text-align: center; }

.terms_title {
  margin-top: 30px;
  color: #fd2c73; }

.call_nav {
  background-color: #fff;
  padding: 80px 5% 20px 5%;
  display: flex;
  justify-content: space-between; }
  .call_nav a {
    width: 48%;
    display: block;
    text-decoration: none;
    border-bottom: solid 2px #ccc;
    color: #666;
    text-align: center;
    padding-bottom: 5px;
    font-size: 13px; }
    .call_nav a.call_nav_btn_active {
      color: #fd2c73;
      border-color: #fd2c73; }
  .call_nav_nomargin {
    padding-top: 30px;
    background-color: transparent; }

.call_name {
  display: table; }
  .call_name_icon {
    display: table-cell; }
    .call_name_icon span {
      display: block;
      width: 60px;
      height: 60px;
      border-radius: 60px;
      background-position: center;
      background-size: cover; }
  .call_name_main {
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    display: table-cell;
    padding-left: 15px; }
    .call_name_main span {
      display: block;
      font-size: 12px;
      color: #777;
      font-weight: normal; }

.call_date {
  border-top: solid 1px #ccc;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 14px; }

.call_tag {
  margin-top: 5px; }
  .call_tag li {
    font-size: 10px; }

.call_about {
  border-top: solid 1px #ccc;
  margin-top: 20px;
  padding-top: 20px;
  display: flex; }
  .call_about_box {
    margin-right: 20px; }
  .call_about_title {
    font-size: 10px;
    color: #ccc;
    margin: 0; }
  .call_about_text {
    font-size: 15px;
    margin: 5px 0 0 0; }

.call_link {
  margin: 20px 0 0 0; }
  .call_link a {
    padding: 6px 0; }

.call_remodal .remodal-confirm {
  width: 100%;
  border-radius: 500px;
  font-size: 12px; }

.call_remodal_time {
  margin: 15px 0;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #ccc; }
  .call_remodal_time select {
    border: solid 1px #ccc; }

.call_end {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px; }
  .call_end span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 25px;
    border: solid 1px #000;
    white-space: nowrap; }

.point_list {
  border-collapse: collapse;
  margin-top: 0;
  width: 100%; }
  .point_list tr th, .point_list tr td {
    font-size: 14px;
    padding: 15px 0;
    border-bottom: solid 1px #ccc; }
  .point_list tr th {
    font-weight: normal;
    text-align: left; }
    .point_list tr th.history_details_list_subtotal {
      font-weight: bold; }
  .point_list tr td {
    text-align: right; }
  .point_list tr:last-child th, .point_list tr:last-child td {
    border-bottom: none; }
  .point_list_total {
    margin-top: 0; }
  .point_list input {
    border: solid 1px #ccc;
    display: inline-block; }

.footmark_full {
  width: 100%; }

.footmark_name {
  display: table;
  margin-top: 15px;
  padding-top: 15px;
  border-top: solid 1px #ccc; }
  .footmark_name:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none; }
  .footmark_name_icon {
    display: table-cell; }
    .footmark_name_icon span {
      display: block;
      width: 60px;
      height: 60px;
      border-radius: 60px;
      background-position: center;
      background-size: cover; }
  .footmark_name_main {
    vertical-align: middle;
    display: table-cell;
    padding-left: 15px;
    font-weight: normal; }
  .footmark_name_release {
    text-align: right;
    vertical-align: middle;
    display: table-cell;
    padding-left: 15px;
    font-weight: normal; }
  .footmark_name_date {
    font-size: 12px;
    color: #777; }
  .footmark_name_from {
    font-size: 13px; }

.post_picture {
  max-width: 100%;
  height: auto !important;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  pointer-events: none; }

.footer_link {
  padding: 5% 5% 100px 5%;
  background-color: #fd2c73;
  text-align: center;
  background-image: url(/assets/wave_bg-a12b3667a8b3cdc4c7e452cd0cb2d37d95453f5c94f27d47c93af17845238344.png);
  background-size: cover; }
  .footer_link a {
    font-size: 13px;
    display: block;
    margin: 5px 0;
    color: #fff;
    text-decoration: none; }

body #axes_registerd_card_area label, body #axes_new_card_area label, body #axes_token_card_info_area label {
  color: #fd2c73;
  font-size: 13px;
  margin: 15px 0 10px 0; }

body #axes_registerd_card_area input[type="text"], body #axes_registerd_card_area input[type="tel"], body #axes_new_card_area input[type="text"], body #axes_new_card_area input[type="tel"], body #axes_token_card_info_area input[type="text"], body #axes_token_card_info_area input[type="tel"] {
  width: 100%;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 10px;
  padding: 15px;
  line-height: 1.5;
  position: relative; }

body #axes_registerd_card_area input.axes_token_input_error, body #axes_registerd_card_area select.axes_token_input_error, body #axes_new_card_area input.axes_token_input_error, body #axes_new_card_area select.axes_token_input_error, body #axes_token_card_info_area input.axes_token_input_error, body #axes_token_card_info_area select.axes_token_input_error {
  background-color: #fcfaeb; }

body #register-credit-card-form button {
  display: block;
  border: solid 1px #fd2c73;
  width: 100%;
  background-color: #fff;
  color: #fd2c73;
  border-radius: 10px;
  padding: 15px;
  line-height: 1.5;
  margin-top: 20px;
  text-align: center;
  text-decoration: none; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.chat_userlist {
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  background-color: #ddd;
  border-bottom: solid 1px #c6c6c6;
  z-index: 3000;
  padding: 7px 5%; }
  .chat_userlist_inner {
    white-space: nowrap;
    line-height: 1;
    overflow-x: auto;
    padding-right: 20px; }
    .box_category_cast_meeting .chat_userlist_inner {
      margin-right: 86px; }
  .chat_userlist_more {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    width: 60px;
    background: #dddddd;
    background: linear-gradient(90deg, rgba(221, 221, 221, 0) 0%, #dddddd 60%); }
    .chat_userlist_more:after {
      display: block;
      content: "";
      z-index: 6;
      position: absolute;
      width: 5px;
      height: 5px;
      border-left: solid 2px #333;
      border-top: solid 2px #333;
      right: 20px;
      top: 50%;
      transform: translateY(-50%) rotate(135deg);
      font-size: 0;
      color: transparent; }
    .box_category_cast_meeting .chat_userlist_more {
      right: 86px; }
  .chat_userlist_btn {
    font-size: 13px;
    background-color: #fd2c73;
    border: none;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    display: block;
    position: absolute;
    right: 20px;
    top: 8px;
    text-decoration: none; }
  .chat_userlist_face {
    display: inline-block;
    width: 34px;
    margin: 0 5px 0 0;
    height: 0;
    padding-top: 34px;
    border-radius: 100px;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    position: relative; }
    .chat_userlist_face_large {
      width: 15%;
      padding-top: 15%; }
  .chat_userlist_details {
    margin-bottom: 20px; }
    .chat_userlist_details_box {
      display: flex;
      text-decoration: none;
      color: #333;
      padding: 7px 0;
      border-bottom: dotted 1px #c5c5c5; }
      .chat_userlist_details_box:last-child {
        border-bottom: none; }
  .chat_userlist_name {
    margin: 0 10px;
    font-weight: bold;
    font-size: 13px;
    padding-top: 11px; }
  .chat_userlist_age {
    font-size: 12px;
    padding-top: 12px; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.invite_box {
  margin: 30px 0;
  border: 1px solid #432332;
  border-radius: 10px;
  padding: 20px 10%;
  position: relative; }
  .invite_box_finish:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 8px;
    background-color: #020202;
    z-index: 10; }
  .invite_box_finish:before {
    display: block;
    text-align: center;
    z-index: 11;
    content: '締め切りました';
    color: #fff;
    font-size: 30px;
    position: absolute;
    left: 0%;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); }

.invite_time {
  font-size: 18px;
  background-color: #231815;
  padding: 5px 0;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 10px; }

.invite_name {
  display: flex;
  margin: 0 0 20px 0;
  align-items: center; }
  .invite_name_icon {
    padding-right: 20px; }
    .invite_name_icon img {
      width: 50px;
      height: 50px;
      object-fit: cover;
      border-radius: 100%;
      border: solid 2px #E95513; }
  .invite_name_main {
    color: #231815;
    font-size: 15px; }
  .invite_name_sub {
    font-size: 11px; }
  .invite_name_rank {
    padding-left: 25px; }
    .invite_name_rank img {
      width: 40px;
      height: auto; }

.invite_text {
  font-size: 13px; }

.invite_ph {
  margin: 20px 0; }

.invite_btn {
  display: inline-block;
  padding: 10px;
  width: 70%;
  border-radius: 100px;
  color: #231815;
  text-decoration: none;
  font-size: 13px;
  background-color: #DCDCDC; }
  .invite_btn_wrap {
    text-align: center;
    margin: 20px 0 0 0; }

.invite_delete {
  position: absolute;
  right: 8%;
  bottom: 5.5%;
  width: 8%; }

.invite_message {
  padding: 10px 0;
  font-size: 16px;
  color: #989898;
  border-bottom: 1px solid #DBDBDB; }
  .invite_message p {
    margin: 0; }

.invite_form_title {
  font-size: 15px;
  margin: 15px 0 5px 0; }

.invite_form_select {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  width: 100%;
  height: 50px; }
  .invite_form_select::before {
    position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    pointer-events: none;
    width: 8px;
    height: 8px;
    border-right: solid 2px #3B3B43;
    border-bottom: solid 2px #3B3B43;
    transform: translateY(-54%) rotate(45deg); }
  .invite_form_select .select {
    width: 100%;
    height: 100%;
    text-align: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #DCDCDC;
    border: none;
    padding: 0 20px;
    font-size: 16px;
    cursor: pointer; }
    .invite_form_select .select::-ms-expand {
      display: none; }

.invite_form_textarea {
  border-radius: 10px;
  background-color: #DCDCDC;
  border: none;
  padding: 0 20px;
  font-size: 16px !important;
  width: 100%;
  height: 100px;
  padding: 20px; }

.invite_form_file .upload-label {
  display: block;
  height: 100px;
  background-image: url(/assets/icon_file-a457618336c1870d9f32254993bea6f4b64b417d5b66386ee52dfae4734d2553.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center; }

.invite_form_file input {
  display: none; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.review_box {
  margin: 20px 0;
  border-bottom: dotted 1px #ddd;
  padding-bottom: 10px; }
  .review_box:last-child {
    border-bottom: 0; }

.review_rating {
  display: flex; }
  .review_rating_star {
    margin-right: 10px; }
  .review_rating_point {
    font-size: 13px;
    line-height: 1.6; }
  .review_rating_date {
    margin-left: auto;
    font-size: 11px;
    color: #c5c5c5; }
  .review_rating_text p {
    margin: 6px 0;
    font-weight: normal; }

.review_more {
  display: none;
  border-top: dotted 1px #ddd;
  margin-top: -10px; }
  .review_more_btn {
    display: block;
    font-size: 13px;
    margin-top: -10px;
    background-color: #fd2c73;
    border: none;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.ranking_select {
  position: absolute;
  right: 20px;
  top: 40%;
  transform: translateY(-50%);
  overflow: hidden;
  text-align: center;
  padding-left: 10px;
  font-size: 13px;
  border-radius: 5px;
  background: #ffffff;
  width: 20%;
  border: solid 1px #ccc;
  padding-right: 20px; }
  .ranking_select::before {
    position: absolute;
    top: 0.7em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #666666;
    pointer-events: none; }
  .ranking_select select {
    font-size: 12px;
    padding: 5px 0;
    color: #666666;
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none; }
    .ranking_select select::-ms-expand {
      display: none; }

.ranking_tab {
  margin: 50px 5% 15px 5%;
  display: flex;
  width: 90%;
  font-size: 10px; }
  .ranking_tab_btn {
    border-top: solid 2px #fd2c73;
    border-bottom: solid 2px #fd2c73;
    border-left: solid 2px #fd2c73;
    width: 50%;
    background-color: #fff;
    padding: 8px 0;
    text-align: center;
    color: #fd2c73 !important;
    font-weight: bold;
    text-decoration: none; }
    .ranking_tab_btn:first-child {
      border-radius: 5px 0 0 5px; }
    .ranking_tab_btn:last-child {
      border-radius: 0 5px 5px 0;
      border-right: solid 2px #fd2c73; }
    .ranking_tab_btn_active {
      background-color: #fd2c73;
      color: #fff !important; }
  .ranking_tab_nomargin {
    margin-top: 15px; }

.ranking_prefectures {
  margin: 15px 5%;
  background-color: #fd2c73 !important;
  border-radius: 5px;
  position: relative; }
  .ranking_prefectures:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #fd2c73 transparent;
    position: absolute;
    right: 23%;
    top: -10px; }
  .ranking_prefectures_wrap {
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 13px;
    border-radius: 5px;
    background: #fd2c73;
    width: 100%;
    z-index: 10; }
    .ranking_prefectures_wrap::before {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 1.5em;
      width: 0;
      height: 0;
      padding: 0;
      content: '';
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #fff;
      pointer-events: none; }
    .ranking_prefectures_wrap select {
      padding: 12px 23px;
      color: #fff;
      width: 100%;
      cursor: pointer;
      text-indent: 0.01px;
      text-overflow: ellipsis;
      border: none;
      outline: none;
      background: transparent;
      background-image: none;
      box-shadow: none;
      -webkit-appearance: none;
      appearance: none; }
      .ranking_prefectures_wrap select::-ms-expand {
        display: none; }

.ranking_face {
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 200px;
  margin: 0 auto;
  position: relative;
  background-size: cover;
  background-position: center;
  display: block;
  text-decoration: none;
  margin-top: 40px;
  margin-bottom: 10px; }

.ranking_first_no {
  text-align: center; }
  .ranking_first_no span {
    display: inline-block;
    border-radius: 20px;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: bold;
    background-color: #e6b324;
    color: #fff;
    margin: 5px 0; }

.ranking_first_name {
  font-size: 18px;
  font-weight: bold;
  text-align: center; }

.ranking_first_age {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-left: 10px; }

.ranking_list_box {
  padding: 1px 10px;
  border-radius: 10px;
  margin: 15px 5%;
  background-color: #f8fafb;
  border-radius: 10px;
  box-shadow: 0px 5px 5px 0px rgba(17, 18, 17, 0.05);
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  color: #333;
  display: flex; }

.ranking_list_no {
  width: 55px;
  position: relative; }
  .ranking_list_no span {
    display: inline-block;
    border-radius: 20px;
    padding: 3px 0;
    font-size: 12px;
    font-weight: bold;
    background-color: #e6b324;
    color: #fff;
    margin: 5px 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    text-align: center; }
  .ranking_list_no_outside span {
    background-color: #ccc; }

.ranking_list_face {
  width: 95px; }
  .ranking_list_face_inner {
    width: 80px;
    height: 80px;
    margin: 0; }

.ranking_list_profile {
  width: calc(100% - 150px);
  position: relative; }
  .ranking_list_profile_inner {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    font-size: 13px;
    font-weight: bold; }

.ranking_list_age {
  font-size: 11px; }

.sticker_list {
  display: flex;
  flex-wrap: wrap; }
  .sticker_list li {
    width: 30% !important;
    margin: 1.5%; }
    .sticker_list li a {
      display: block;
      text-decoration: none;
      text-align: center; }

.sticker_price {
  background-color: #fd2c73;
  padding: 10px 7px 7px 7px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative; }
  .sticker_price:after {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fd2c73 transparent;
    left: 50%;
    transform: translateX(-50%);
    top: -5px; }

.sticker_buy {
  background-color: #c10243;
  padding: 2px 0;
  border-radius: 5px;
  font-size: 10px;
  margin-top: 5px; }

.sticker_info_title {
  display: block;
  font-size: 12px; }

.sticker_info_price {
  display: block;
  font-size: 13px; }

.line_login_button {
  display: block;
  margin-top: 25px;
  text-decoration: none;
  background-color: #13bf00;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  width: 100%;
  text-align: center; }
  .line_login_button .login_or_signup_with_sns_button {
    display: inline-block;
    padding: 10px;
    margin: 0;
    box-shadow: none;
    background-color: transparent;
    background-image: url(/assets/login_line-5cb30d985f4b138acbf2ae87bfc65400801ea7d1ca1c8de0a6649fdd4305f262.png);
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
    width: auto;
    background-position: left center;
    white-space: nowrap;
    font-weight: bold; }

#wrapper input, #wrapper textarea {
  font-size: 14px; }

.toggle-switch {
  position: relative;
  width: 50px;
  height: 25px; }
  .toggle-switch-center {
    margin: auto; }
  .toggle-switch input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer; }
  .toggle-switch label {
    width: 50px;
    height: 25px;
    background: #ccc;
    position: relative;
    display: inline-block;
    border-radius: 46px;
    transition: 0.4s;
    box-sizing: border-box; }
    .toggle-switch label:after {
      content: '';
      position: absolute;
      width: 25px;
      height: 25px;
      border-radius: 100%;
      left: 0;
      top: 0;
      z-index: 2;
      background: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      transition: 0.4s; }
  .toggle-switch input:checked + label {
    background-color: #fd2c73; }
    .toggle-switch input:checked + label:after {
      left: 25px; }

.tingle-modal {
  z-index: 10000; }

.tingle-modal-box {
  top: 9% !important;
  bottom: 3% !important; }
  .body_order .tingle-modal-box {
    top: 26% !important;
    bottom: 26% !important; }

.inviter-box {
  font-size: 13px; }

.remodal-wrapper h1, .tingle-modal-box h1 {
  margin-bottom: 30px;
  font-size: 15px;
  text-align: center; }
  .remodal-wrapper h1:after, .tingle-modal-box h1:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    margin: 10px auto;
    background-color: #fd2c73; }

.remodal-wrapper .tingle-modal-box__content, .tingle-modal-box .tingle-modal-box__content {
  overflow: visible;
  height: 100%; }

.remodal-wrapper .modal_inner, .tingle-modal-box .modal_inner {
  height: 100%;
  overflow-y: scroll; }
  .remodal-wrapper .modal_inner h2, .tingle-modal-box .modal_inner h2 {
    font-size: 13px; }

.remodal-wrapper .modal-close, .tingle-modal-box .modal-close {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  top: -40px;
  border: none;
  background-color: transparent;
  display: block;
  background-image: url(/assets/search_icon_close_w-88e5b9883cd8bab842a4f0dec326d42f2ec7f7c3ac38a10dbfae59ba5bc05b72.png);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1; }

.remodal-wrapper .modal-confirm, .tingle-modal-box .modal-confirm {
  display: block;
  margin: 15px 0;
  border-radius: 5px;
  padding: 10px;
  background-color: #fd2c73;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none; }
  .remodal-wrapper .modal-confirm.btn-warning, .tingle-modal-box .modal-confirm.btn-warning {
    background-color: #e57373; }

.friend_box {
  display: flex;
  text-decoration: none;
  color: #333;
  padding-top: 15px;
  padding-right: 20px; }
  .friend_box:last-child .friend_content, .friend_box:last-child .friend_add, .friend_box:last-child .friend_status {
    border-bottom: none;
    padding-bottom: 0; }

.friend_content {
  width: 57%;
  border-bottom: solid 1px #eee;
  padding-top: 8px;
  padding-bottom: 10px;
  position: relative; }
  .friend_content_time {
    font-size: 10px;
    color: #888;
    margin: 2px 0 10px 0; }
  .friend_content_name {
    font-weight: bold;
    font-size: 14px;
    margin: 0; }
    .friend_content_name span {
      margin-left: 5px;
      font-size: 11px; }
  .friend_content_text {
    font-size: 11px;
    margin-bottom: 0; }

.friend_face {
  width: 20%;
  margin: 0;
  height: 0;
  padding-top: 20%;
  border-radius: 100px;
  background-size: cover;
  background-position: center;
  display: block;
  margin: 0;
  margin-right: 5%; }

.friend_add {
  width: 18%;
  border-bottom: solid 1px #eee;
  padding-top: 10px;
  text-align: center; }

.friend_status {
  width: 18%;
  border-bottom: solid 1px #eee;
  padding-top: 17px;
  font-size: 12px;
  text-align: center; }

.friend_btn_add {
  display: block;
  background-color: #fd2c73;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  padding: 5px 0;
  font-size: 13px;
  text-align: center; }

.friend_title {
  margin-bottom: 25px; }

.tingle-modal-box {
  position: fixed;
  left: 5%;
  right: 5%;
  top: 20%;
  bottom: 20%;
  animation: none !important; }

.uppy-Root {
  z-index: 10000 !important; }
  .uppy-Root .uppy-Dashboard-overlay {
    z-index: 10001 !important; }
  .uppy-Root .uppy-Dashboard-inner {
    z-index: 10002 !important; }
  .subbox .uppy-Root {
    z-index: 1 !important; }
    .subbox .uppy-Root .uppy-Dashboard-overlay {
      z-index: 2 !important; }
    .subbox .uppy-Root .uppy-Dashboard-inner {
      z-index: 3 !important; }

.uppy-Root .uppy-Dashboard-inner {
  min-width: 0 !important; }

.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose > .uppy-Dashboard-inner {
  height: 300px !important;
  min-height: 300px !important; }

@keyframes drift {
  from {
    transform: rotate(0deg); }
  from {
    transform: rotate(360deg); } }

.store_select {
  position: relative;
  width: 32%;
  top: auto;
  right: auto; }
  .store_select select {
    height: 31px; }

.store_btn {
  width: 15%; }
  .store_btn input {
    background-color: #fd2c73;
    padding: 9px 12px;
    color: #fff;
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 2px; }

.store_search {
  margin-top: 20px;
  display: flex;
  justify-content: space-between; }

.store_box {
  font-size: 13px;
  margin: 25px 0;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 5px 5px 0px rgba(17, 18, 17, 0.05);
  position: relative;
  color: #333;
  text-decoration: none;
  display: block;
  font-weight: bold; }
  .store_box_ph {
    width: 100%;
    height: 200px !important;
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 0 0; }
    .store_box_ph_list .slick-dots {
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      display: flex; }
      .store_box_ph_list .slick-dots button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: transparent;
        font-size: 0;
        color: #fff;
        text-align: center;
        width: 6px;
        height: 6px;
        border-radius: 6px;
        background-color: #fff;
        margin: 0 3px; }
      .store_box_ph_list .slick-dots .slick-active button {
        background-color: #fd2c73; }
    .store_box_ph_list .slick-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
      background-color: transparent;
      border: none;
      cursor: pointer;
      outline: none;
      padding: 0;
      appearance: none;
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: rgba(0, 0, 0, 0.8);
      color: transparent;
      font-size: 0;
      color: #fff;
      text-align: center; }
      .store_box_ph_list .slick-arrow.slick-prev {
        left: 10px; }
        .store_box_ph_list .slick-arrow.slick-prev:after {
          display: block;
          content: "";
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 2.5px 4px 2.5px 0;
          border-color: transparent #ffffff transparent transparent; }
      .store_box_ph_list .slick-arrow.slick-next {
        right: 10px; }
        .store_box_ph_list .slick-arrow.slick-next:after {
          display: block;
          content: "";
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 2.5px 0 2.5px 4px;
          border-color: transparent transparent transparent #ffffff; }
  .store_box_wrap {
    padding: 20px; }
  .store_box_title {
    font-size: 16px; }
  .store_box_category {
    color: #888; }
  .store_box_url {
    word-break: break-all; }
  .store_box_data {
    margin-top: 20px;
    background-color: #f9f8f8;
    padding: 10px 10px 0 10px;
    border-radius: 2px; }
    .store_box_data table tr th, .store_box_data table tr td {
      font-size: 13px;
      text-align: left;
      padding-bottom: 10px;
      vertical-align: top; }
    .store_box_data table tr th {
      white-space: nowrap;
      padding-right: 10px; }
    .store_box_data.meeting_detail {
      background-color: #fff; }
      .store_box_data.meeting_detail table {
        width: 100%; }
        .store_box_data.meeting_detail table td {
          text-align: right; }
  .store_box_text {
    max-height: 72px;
    overflow-y: auto; }

.store_nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .store_nav_box {
    margin: 5px;
    border: solid 1px #fd2c73;
    color: #fd2c73;
    padding: 6px 0;
    text-align: center;
    width: 30px;
    text-decoration: none;
    font-size: 12px;
    background-color: #fff; }
    .store_nav_box_active {
      background-color: #fd2c73;
      color: #fff; }

nav.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  nav.pagination .page, nav.pagination .first, nav.pagination .last {
    margin: 5px;
    border: solid 1px #fd2c73;
    color: #fd2c73;
    padding: 0;
    text-align: center;
    font-size: 12px;
    background-color: #fff; }
  nav.pagination .prev, nav.pagination .next {
    display: none; }
  nav.pagination .current {
    background-color: #fd2c73;
    color: #fff; }
  nav.pagination .page.current, nav.pagination .page.gap {
    width: 32px;
    height: 32px;
    padding: 6px 0; }
  nav.pagination a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    padding: 6px 0;
    margin: 0;
    color: #fd2c73; }

.order_count_wrap {
  width: calc(100% - 30px); }

.order_less {
  display: flex;
  margin: 20px 0;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #eee;
  align-items: center; }
  .order_less .order_less_text {
    margin-left: 20px; }

.message_tweet_who {
  display: flex;
  justify-content: flex-end;
  font-size: 9px;
  color: #8a8a8a;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 20px; }

.message_tweet_who_title {
  padding-top: 2px;
  white-space: nowrap;
  margin-right: 5px; }

.message_tweet_who_more {
  letter-spacing: -.5em;
  padding-top: 2px;
  margin-left: 10px;
  white-space: nowrap; }

.message_tweet_who_list {
  display: flex;
  flex-wrap: wrap; }
  .message_tweet_who_list a {
    width: 15px;
    border-radius: 15px;
    height: 15px;
    margin: 0 0 5px 5px;
    background-size: cover;
    padding-top: 0; }

.chat_userlist_details {
  margin-bottom: 0 !important; }

.tingle-modal-box {
  border-radius: 10px; }

.post_delete_btn {
  font-size: 10px !important;
  margin-left: 10px;
  padding: 3px 3px 1px 3px !important; }

.nocredit {
  position: absolute;
  right: 4px;
  top: 4px;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 5px 5px 23px;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  border-radius: 500px;
  background-image: url(/assets/icn_no_credit-ccc285f2974e40431a0b84ac6eb787619568f6d46e165d6ca2a21a4ca0f0cb9c.png);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 11px;
  line-height: 1; }
  .nocredit:after {
    display: block;
    content: '未承認ユーザー'; }
  .nocredit_notext {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 9px 9px;
    right: -3px;
    top: 0px;
    display: block;
    background-position: center;
    background-size: 10px; }
    .nocredit_notext:after {
      display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.likeButton {
  cursor: pointer; }
  .likeButton .border {
    fill: white; }
  .likeButton .explosion {
    transform-origin: 250px 250px;
    transform: scale(0.02);
    stroke: #dd4688;
    fill: none;
    opacity: 0;
    stroke-width: 1;
    transform-origin: 250px 250px; }
  .likeButton .particleLayer {
    opacity: 0; }
    .likeButton .particleLayer circle {
      opacity: 0;
      transform-origin: 250px 250px; }
  .likeButton .heart {
    fill: rgba(6, 6, 6, 0.24);
    transform: scale(0.8);
    transform-origin: 250px 250px; }
    .likeButton .heart.active {
      fill: #E2264D;
      transform: scale(1, 1) translate(0%, 0%); }
  .likeButton.clicked .explosion {
    animation: explosionAnime 800ms;
    animation-fill-mode: forwards; }
  .likeButton.clicked .heart {
    animation: heartAnime 800ms;
    animation-fill-mode: forwards; }
  .likeButton.clicked .particleLayer {
    animation: particleLayerAnime 800ms;
    animation-fill-mode: forwards; }
    .likeButton.clicked .particleLayer circle:nth-child(1) {
      animation: particleAnimate1 800ms;
      animation-fill-mode: forwards; }
    .likeButton.clicked .particleLayer circle:nth-child(2) {
      animation: particleAnimate2 800ms;
      animation-fill-mode: forwards; }
    .likeButton.clicked .particleLayer circle:nth-child(3) {
      animation: particleAnimate3 800ms;
      animation-fill-mode: forwards; }
    .likeButton.clicked .particleLayer circle:nth-child(4) {
      animation: particleAnimate4 800ms;
      animation-fill-mode: forwards; }
    .likeButton.clicked .particleLayer circle:nth-child(5) {
      animation: particleAnimate5 800ms;
      animation-fill-mode: forwards; }
    .likeButton.clicked .particleLayer circle:nth-child(6) {
      animation: particleAnimate6 800ms;
      animation-fill-mode: forwards; }
    .likeButton.clicked .particleLayer circle:nth-child(7) {
      animation: particleAnimate7 800ms;
      animation-fill-mode: forwards; }
    .likeButton.clicked .particleLayer circle:nth-child(8) {
      animation: particleAnimate8 800ms;
      animation-fill-mode: forwards; }
    .likeButton.clicked .particleLayer circle:nth-child(9) {
      animation: particleAnimate9 800ms;
      animation-fill-mode: forwards; }
    .likeButton.clicked .particleLayer circle:nth-child(10) {
      animation: particleAnimate10 800ms;
      animation-fill-mode: forwards; }
    .likeButton.clicked .particleLayer circle:nth-child(11) {
      animation: particleAnimate11 800ms;
      animation-fill-mode: forwards; }
    .likeButton.clicked .particleLayer circle:nth-child(12) {
      animation: particleAnimate12 800ms;
      animation-fill-mode: forwards; }
    .likeButton.clicked .particleLayer circle:nth-child(13) {
      animation: particleAnimate13 800ms;
      animation-fill-mode: forwards; }
    .likeButton.clicked .particleLayer circle:nth-child(14) {
      animation: particleAnimate14 800ms;
      animation-fill-mode: forwards; }

@keyframes explosionAnime {
  0% {
    opacity: 0;
    transform: scale(0.01); }
  1% {
    opacity: 1;
    transform: scale(0.01); }
  5% {
    stroke-width: 200; }
  20% {
    stroke-width: 300; }
  50% {
    stroke: #cc8ef5;
    transform: scale(1.1);
    stroke-width: 1; }
  50.1% {
    stroke-width: 0; }
  100% {
    stroke: #cc8ef5;
    transform: scale(1.1);
    stroke-width: 0; } }

@keyframes particleLayerAnime {
  0% {
    transform: translate(0, 0);
    opacity: 0; }
  30% {
    opacity: 0; }
  31% {
    opacity: 1; }
  60% {
    transform: translate(0, 0); }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate(0, -20px); } }

@keyframes particleAnimate1 {
  0% {
    transform: translate(0, 0); }
  30% {
    opacity: 1;
    transform: translate(0, 0); }
  80% {
    transform: translate(-16px, -59px); }
  90% {
    transform: translate(-16px, -59px); }
  100% {
    opacity: 1;
    transform: translate(-16px, -59px); } }

@keyframes particleAnimate2 {
  0% {
    transform: translate(0, 0); }
  30% {
    opacity: 1;
    transform: translate(0, 0); }
  80% {
    transform: translate(41px, 43px); }
  90% {
    transform: translate(41px, 43px); }
  100% {
    opacity: 1;
    transform: translate(41px, 43px); } }

@keyframes particleAnimate3 {
  0% {
    transform: translate(0, 0); }
  30% {
    opacity: 1;
    transform: translate(0, 0); }
  80% {
    transform: translate(50px, -48px); }
  90% {
    transform: translate(50px, -48px); }
  100% {
    opacity: 1;
    transform: translate(50px, -48px); } }

@keyframes particleAnimate4 {
  0% {
    transform: translate(0, 0); }
  30% {
    opacity: 1;
    transform: translate(0, 0); }
  80% {
    transform: translate(-39px, 36px); }
  90% {
    transform: translate(-39px, 36px); }
  100% {
    opacity: 1;
    transform: translate(-39px, 36px); } }

@keyframes particleAnimate5 {
  0% {
    transform: translate(0, 0); }
  30% {
    opacity: 1;
    transform: translate(0, 0); }
  80% {
    transform: translate(-39px, 32px); }
  90% {
    transform: translate(-39px, 32px); }
  100% {
    opacity: 1;
    transform: translate(-39px, 32px); } }

@keyframes particleAnimate6 {
  0% {
    transform: translate(0, 0); }
  30% {
    opacity: 1;
    transform: translate(0, 0); }
  80% {
    transform: translate(48px, 6px); }
  90% {
    transform: translate(48px, 6px); }
  100% {
    opacity: 1;
    transform: translate(48px, 6px); } }

@keyframes particleAnimate7 {
  0% {
    transform: translate(0, 0); }
  30% {
    opacity: 1;
    transform: translate(0, 0); }
  80% {
    transform: translate(-69px, -36px); }
  90% {
    transform: translate(-69px, -36px); }
  100% {
    opacity: 1;
    transform: translate(-69px, -36px); } }

@keyframes particleAnimate8 {
  0% {
    transform: translate(0, 0); }
  30% {
    opacity: 1;
    transform: translate(0, 0); }
  80% {
    transform: translate(-12px, -52px); }
  90% {
    transform: translate(-12px, -52px); }
  100% {
    opacity: 1;
    transform: translate(-12px, -52px); } }

@keyframes particleAnimate9 {
  0% {
    transform: translate(0, 0); }
  30% {
    opacity: 1;
    transform: translate(0, 0); }
  80% {
    transform: translate(-43px, -21px); }
  90% {
    transform: translate(-43px, -21px); }
  100% {
    opacity: 1;
    transform: translate(-43px, -21px); } }

@keyframes particleAnimate10 {
  0% {
    transform: translate(0, 0); }
  30% {
    opacity: 1;
    transform: translate(0, 0); }
  80% {
    transform: translate(-10px, 47px); }
  90% {
    transform: translate(-10px, 47px); }
  100% {
    opacity: 1;
    transform: translate(-10px, 47px); } }

@keyframes particleAnimate11 {
  0% {
    transform: translate(0, 0); }
  30% {
    opacity: 1;
    transform: translate(0, 0); }
  80% {
    transform: translate(66px, -9px); }
  90% {
    transform: translate(66px, -9px); }
  100% {
    opacity: 1;
    transform: translate(66px, -9px); } }

@keyframes particleAnimate12 {
  0% {
    transform: translate(0, 0); }
  30% {
    opacity: 1;
    transform: translate(0, 0); }
  80% {
    transform: translate(40px, -45px); }
  90% {
    transform: translate(40px, -45px); }
  100% {
    opacity: 1;
    transform: translate(40px, -45px); } }

@keyframes particleAnimate13 {
  0% {
    transform: translate(0, 0); }
  30% {
    opacity: 1;
    transform: translate(0, 0); }
  80% {
    transform: translate(29px, 24px); }
  90% {
    transform: translate(29px, 24px); }
  100% {
    opacity: 1;
    transform: translate(29px, 24px); } }

@keyframes particleAnimate14 {
  0% {
    transform: translate(0, 0); }
  30% {
    opacity: 1;
    transform: translate(0, 0); }
  80% {
    transform: translate(-10px, 50px); }
  90% {
    transform: translate(-10px, 50px); }
  100% {
    opacity: 1;
    transform: translate(-10px, 50px); } }

@keyframes heartAnime {
  0% {
    transform: scale(0);
    fill: #E2264D; }
  39% {
    transform: scale(0); }
  60% {
    transform: scale(1.2, 1.2); }
  70% {
    transform: scale(1, 1) translate(0%, -10%); }
  75% {
    transform: scale(1.1, 0.9) translate(0%, 5%); }
  80% {
    transform: scale(0.95, 1.05) translate(0%, -3%); }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    fill: #E2264D; } }

/*! nouislider - 13.1.1 - 2/14/2019 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #3FB8AF; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

.noUi-target[disabled],
.noUi-handle[disabled],
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

img {
  width: 100%; }

.list_content {
  padding: 15px 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(to top, #000, transparent);
  color: #fff; }

p.list_content_comment {
  font-size: 10px; }

.history_nav {
  margin-top: 30px; }
  .history_nav a {
    color: #fd2c73;
    text-decoration: none;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    line-height: 1; }

.history_nav_next {
  float: right;
  padding-right: 30px; }

#more_link {
  margin-top: 40px;
  font-size: 13px;
  background-color: #fd2c73;
  border: none;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  border-radius: 5px;
  width: 100%;
  font-weight: bold;
  display: block; }

.select_btn a {
  font-size: 13px;
  background-color: #36be5c;
  border: none;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  border-radius: 5px;
  font-weight: bold;
  display: block; }

.sticker_remodal ul {
  text-align: center;
  display: flex;
  flex-wrap: wrap; }
  .sticker_remodal ul li {
    width: 24%; }

.nav_list, .history_tag, .sticker_remodal ul, .sticker_list, .order_confirm_list ul, .mypage_links {
  list-style: none;
  margin: 0;
  padding: 0; }

.message_list {
  position: relative; }

.label.label-warning.message-unread-counter {
  background: #c31717;
  color: #fff;
  display: block;
  padding: 0 5px;
  overflow: hidden;
  font-size: 9px;
  border-radius: 50%;
  position: absolute;
  top: 34px;
  right: 0; }

.btn-warning {
  background: red; }

.mgb-30 {
  margin-bottom: 30px; }

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  font-size: 16px; }

.post_delete_btn {
  padding: 3px;
  font-size: 12px;
  background: red;
  color: #fff;
  text-decoration: none;
  border-radius: 5px; }

.message_system.message_system span {
  max-width: 80%;
  border-radius: 20px;
  margin: 0 auto;
  background-color: #fd2c73;
  padding: 10px 15px;
  line-height: 180%;
  font-size: 14px;
  text-align: left; }

p.system_message_time {
  font-size: 12px;
  text-align: center;
  color: #aaa; }

div.message_date {
  font-size: 12px; }

h1.subheader_title {
  font-size: 14px; }

div.message_inner_box {
  max-width: 60%;
  min-width: 10%;
  width: auto;
  font-size: 14px;
  border: 1px solid #a29078; }

.message_inner_box, .message_inner_box a {
  word-wrap: break-word; }

.message_face.system_message_face {
  background-size: 180%; }

.message_system h4 {
  display: none; }

.message_inner_box:after {
  display: none !important;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px; }

.message_inner_box.sticker_chat_box {
  width: 80%;
  text-align: center;
  background-image: url(/assets/sticker_bg-c1c35ce810a01fd49d9cf359194ef1a73a18da1f9b5635f4d5077339334b1fb4.gif);
  background-position: center; }

a.signup_without_sns_button, a.login_or_signup_with_sns_button {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  background-color: #3BAF75;
  border-radius: 4px;
  color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(128, 128, 128, 0.7);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
  font-size: 12px;
  width: 100%;
  padding: 10px; }

.cast_select_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.message_room_cast_select_btn {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(128, 128, 128, 0.7); }

pre {
  display: none; }

.btn {
  width: 100%;
  display: inline-block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  margin: 10px auto;
  border-radius: 5px; }

.btn-primary {
  background-color: #fd2c73;
  color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(128, 128, 128, 0.7); }

.selected_cast:before {
  content: "";
  font-size: 2rem;
  position: absolute;
  width: 100%;
  height: 100%;
  filter: brightness(75%);
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  color: #fff; }

.selected_cast:after {
  content: "選択中";
  font-size: 2rem;
  letter-spacing: 3px;
  color: #fff;
  position: absolute;
  z-index: 1100;
  padding: 10px 20px;
  border: 2px solid #fff;
  top: 40%;
  left: 9%;
  transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  text-align: center;
  width: 60%; }

.message_system a {
  color: #fff; }

.message_system .form_link {
  color: #fd2c73; }

.nav {
  z-index: 3000; }

.subheader {
  z-index: 3000; }

.review_text_box {
  width: 100%;
  margin-top: 10px; }

.review_text_box textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px; }

.fs13 {
  font-size: 13px; }

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

.payment_image_box img {
  width: 20px;
  margin-right: 10px; }

.hide_box {
  display: none; }

.scroll-end {
  text-align: center;
  font-size: 30px;
  font-weight: bold; }

.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose > .uppy-Dashboard-inner {
  height: 420px;
  margin: 80px auto;
  overflow: auto; }

.share_page h2 {
  text-align: center;
  font-size: 20px; }

.share_page .share_text {
  text-align: center;
  font-size: 14px;
  color: #777; }

.modal_inner .subbody {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }

.modal_inner .subbox {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0; }

.button-confirm {
  display: block;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  padding: 13px 0;
  border-radius: 10px;
  background-color: #fd2c73;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  text-decoration: none; }

[data-modal-id] {
  display: none; }

.small_box {
  height: 300px;
  overflow: auto; }

.agreement_box_title {
  font-size: 13px;
  text-align: center;
  margin-top: 3rem; }

.form_submit:disabled {
  background-color: #cfcfcf;
  color: #777;
  border: 1px solid #333;
  font-weight: bold; }

.credit-card-button {
  display: block;
  border: solid 1px #fd2c73;
  width: 100%;
  background-color: #fff;
  color: #fd2c73;
  border-radius: 10px;
  padding: 15px;
  line-height: 1.5;
  margin-top: 20px;
  text-align: center;
  text-decoration: none; }

.tingle-modal-box {
  position: relative;
  width: 90%; }

.order_count_input {
  width: 100%;
  font-size: 18px; }

.box_category_cast_private .chat_userlist_inner, .box_category_cast_private .chat_userlist_more {
  margin-right: 86px; }

#custom_area_name {
  padding: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
  border-radius: 5px; }

textarea#message-new-content {
  max-height: 50vh; }

.sms_verification_code {
  width: 250px;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 10px;
  padding: 15px;
  line-height: 1.5;
  position: relative;
  appearance: none;
  -webkit-appearance: none; }

.with_entry .friend_content {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.edit_times {
  display: flex;
  align-items: center;
  justify-content: space-around; }

.edit_number {
  padding: 1%;
  font-size: 1.4rem;
  width: 20%; }

.flex_inner_btn {
  background-color: #fd2c73;
  font-size: 13px;
  color: #fff;
  padding: 5px 10px;
  border: none;
  border-radius: 5px; }

.inline_badge {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  line-height: 1;
  background-color: #c31717;
  border-radius: 15px; }
  .inline_badge span {
    color: #fff;
    font-size: 9px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.message_wrap {
  margin-top: 15px; }

.message_wrap_margin {
  margin-top: 60px; }

.subheader_ranking_btn {
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 6px 10px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 100px;
  z-index: 5;
  color: #fd2c73;
  text-decoration: none; }

.subheader_links_btn {
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
  color: #fff;
  font-size: 7px;
  text-align: center;
  font-weight: bold;
  z-index: 5; }

.subheader_links_icon {
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 25px auto;
  padding-top: 25px;
  margin-bottom: 2px; }

.subheader_links_icon_ashiato {
  background-image: url(/assets/icon_ashiato-605f48a31905190121d256b1ffc5342e196d4aaec0405894ddf8db0b11936560.png); }

.list_box_order .list_box_ph {
  height: 190px; }

.mail_login_button {
  display: block;
  margin-top: 25px;
  text-decoration: none;
  background-color: #364d5e;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  width: 100%;
  text-align: center; }

.mail_login_button .login_or_signup_with_sns_button {
  display: inline-block;
  padding: 10px;
  margin: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 20px;
  width: auto;
  background-position: left center;
  white-space: nowrap;
  font-weight: bold; }

.error-text {
  color: red;
  font-weight: bold; }

#pending_info img {
  display: block;
  width: 50px;
  margin: 40px auto 50px; }

.profile_likebtns form {
  width: 98%;
  margin: 0 1%;
  position: fixed;
  bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1; }

.profile_likebtns button {
  width: 100%;
  margin: 0 1%;
  padding: 10px 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border: none;
  border-radius: 5px;
  background: #fd2c73;
  cursor: pointer; }

.profile_likebtns button[name="with_intro_message"] {
  background: #b0be06; }

.inline-spinner:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  filter: invert(100%);
  margin-right: 5px;
  background-image: url(/assets/spinner-3ea031206cbd6511adda7062228633b8540fd13524b7f2e344718ce51131e285.svg);
  background-size: contain; }

.service_messages {
  list-style: none;
  padding-left: 0; }
  .service_messages_main {
    margin: 20px 0 18px 0;
    font-size: 16px;
    color: #fd2c73;
    text-align: center; }
  .service_messages_list {
    border-bottom: solid 1px #eee;
    padding: 20px 0;
    position: relative; }
    .service_messages_list:first-child {
      padding-top: 0; }
    .service_messages_list:last-child {
      border-bottom: none;
      padding-bottom: 0; }
  .service_messages_wrap {
    align-items: flex-end;
    display: center; }
  .service_messages_unread {
    margin-right: 5px;
    background-color: #c30f0f;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 10px; }
  .service_messages_date {
    font-size: 12px !important;
    color: #888;
    letter-spacing: .03em; }
  .service_messages_title {
    margin: 5px 0 10px 0;
    font-size: 15px !important; }
  .service_messages_comment {
    font-weight: normal;
    padding-right: 20px;
    position: relative; }
    .service_messages_comment p {
      font-size: 13px !important;
      margin: 0;
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .service_messages_comment:after {
      display: block;
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 8px;
      border-color: transparent transparent transparent #fd2c73; }
    .tingle-modal-box .service_messages_comment {
      padding-right: 0; }
      .tingle-modal-box .service_messages_comment p {
        overflow: auto;
        -webkit-line-clamp: inherit; }
      .tingle-modal-box .service_messages_comment:after {
        display: none; }
  .service_messages_link {
    margin: 20px 0; }
    .service_messages_link a {
      margin-top: 10px;
      display: block;
      text-align: center;
      border: solid 1px #fd2c73;
      color: #fd2c73;
      padding: 9px 0;
      text-decoration: none; }

.tingle-modal {
  padding: 5px 0 !important; }

.tingle-modal-box {
  top: 2% !important;
  bottom: 2% !important; }

.favorite {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 36px;
  height: 36px;
  margin: 5px; }
  .favorite:before {
    font-size: 20px;
    content: "★";
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 0;
    line-height: 1;
    z-index: 2;
    transition: all 400ms;
    color: #999; }
  .favorite:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #eee;
    transition: all 400ms;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .favorite.active:before {
    color: #fff; }
  .favorite.active:after {
    background-color: #f7ca10;
    animation-name: fadeInAnime;
    animation-duration: .2s;
    animation-timing-function: ease; }

@keyframes fadeInAnime {
  0% {
    width: 100%;
    height: 100%; }
  20% {
    width: 10%;
    height: 10%; }
  50% {
    width: 150%;
    height: 150%; }
  100% {
    width: 100%;
    height: 100%; } }

.favorite.no-touch:before,
.cast_attendance_header .favorite:before {
  color: #d0d0d0; }

.favorite.favorite-small {
  width: 20px;
  height: 20px; }
  .favorite.favorite-small:before {
    color: #fff;
    font-size: 11px; }

html {
  scroll-padding-top: 60px; }

.strike-through {
  text-decoration: line-through; }

#coupon_validation_invalid {
  color: red; }

#coupon_validation_already_used {
  color: red; }

#coupon_validation_valid {
  color: green; }

.order_coupon_form {
  position: relative; }

.order_coupon_input {
  width: 100%;
  font-size: 13px;
  border: solid 1px #8a8a8a;
  display: inline-block;
  border-radius: 5px;
  padding: 10px 70px 10px 10px; }

.order_coupon_status {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none; }

.order_coupon_spinner {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none; }

.order_coupon_explanation {
  display: none;
  margin-top: 8px;
  background-size: auto auto;
  background-color: #28b9c5;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, #06b0be 4px, #06b0be 7px);
  color: #fff;
  padding: 10px 10px;
  border-radius: 5px;
  text-align: center;
  position: relative; }
  .order_coupon_explanation:after {
    display: block;
    content: attr(data-badge-text);
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    background-color: #fff;
    color: #fd2c73;
    border: solid 2px #fd2c73;
    border-radius: 100px;
    padding: 2px 10px; }
  .order_coupon_explanation.invalid {
    background-color: #c52828;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, #353101 4px, #353101 7px); }
    .order_coupon_explanation.invalid:after {
      color: #c52828;
      border: solid 2px #c52828; }

#update_memo_form textarea {
  width: 100%;
  padding: 5px 10px;
  border: solid 1px #ccc; }

.subbox_title_small {
  font-size: 12px;
  display: block; }

.memo_button {
  position: absolute;
  top: 39px;
  right: 20px;
  text-decoration: none;
  color: #fd2c73 !important;
  padding: 5px 10px;
  border: solid 1px #fd2c73; }

.list_box_order .list_box_ph {
  height: 300px; }

.schedule_entries {
  display: flex;
  flex-wrap: wrap; }

.schedule_entry {
  width: 31%;
  background: #17b5c2;
  margin: 1%;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  text-decoration: none; }
  .schedule_entry[href='javascript:void(0)'] {
    cursor: initial; }

.schedule_entry_status_mark {
  margin: 11px 0 5px 0;
  font-size: 20px; }

.schedule_entry_date span {
  display: inline-block;
  padding: 1px 9px;
  border-radius: 5px;
  background-color: #fff;
  color: #17b5c2; }

.schedule_entry_edit_row {
  font-size: 20px; }

.schedule_entry_edit_status input {
  display: none; }

.schedule_entry_edit_status label {
  margin-left: 5px;
  color: lightgray; }

.schedule_entry_edit_status input:checked + label .mark_yes {
  color: #FD0303; }

.schedule_entry_edit_status input:checked + label .mark_maybe {
  color: #53BC7D; }

.mypage_links-schedule {
  background-image: url(/assets/order_icon_time-65654f1c5364373321ab27a60d52ddebd00750b911fa4861d3b30567c03d14a7.png); }

.schedule_entry_edit_row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.schedule_entry_edit_date_row {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.schedule_entry_edit_date {
  color: #17b5c2;
  font-size: 15px; }

.schedule_entry_edit_timespan {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.schedule_entry_edit_timespan_select_text {
  font-size: 10px; }

.search_content_padding {
  padding-top: 20px; }

.search_content_schedule {
  margin-bottom: 8px; }

.search_content_exclude input[type="checkbox"] {
  margin-right: 5px; }

.mypage_level_box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px; }

.mypage_level_tag {
  width: 100px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  margin-left: 10px; }

.order_customer_level_indicator {
  color: #FFFFFF;
  padding: 2px 5px;
  border-radius: 5px;
  font-weight: normal; }

.review_sticker {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-size: 50px 50px;
  background-position: -2px -2px;
  background-repeat: no-repeat;
  padding: 2px; }

input:checked + label.review_sticker {
  border: red 2px solid; }

.review_btn {
  padding-bottom: 80px; }

.details_review_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.details_review_box {
  width: 50%;
  margin: 15px 0; }
  .details_review_box .review_sticker {
    height: 70px;
    width: 70px;
    background-size: 70px 70px; }

.details_reviews {
  margin: 0 10px;
  width: calc(100% - 20px);
  padding-bottom: 10px;
  /* スクロールバーの形を設定する */
  /* スクロールバーの色を設定する */ }
  .details_reviews::-webkit-scrollbar {
    width: 10px;
    height: 10px; }
  .details_reviews::-webkit-scrollbar-thumb {
    border-radius: 0.25rem; }
  .details_reviews::-webkit-scrollbar-thumb {
    --bg-opacity: 1;
    background-color: black; }
  .details_reviews .details_points_list_box {
    width: 22%; }
  .details_reviews .details_points_price {
    white-space: normal; }

.wave_text, .meetings_titles_main span {
  background: linear-gradient(45deg, #f5b28d, #ef629e, #9ee3f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

body.body_login {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url(/assets/login_bg-f8581ae34a9643ca1f8852ae2642b1079c86d86b1c23cf0bfe40dabf4dd7930b.png); }

body.body_gray {
  background-color: #F5F5F5; }

.error-messages {
  color: #ff004d; }

.error-message_title {
  padding-left: 20px;
  position: relative; }
  .error-message_title:after {
    display: block;
    content: '';
    background-image: url(/assets/error-fc48d39a3f656a73f22776e97dce4ded7fcc490efcf1d3d9d19a874662c71707.png);
    width: 13px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 2px; }

.login_logo {
  margin-bottom: 30px; }
  .login_logo img {
    width: 80%; }

.login_help p {
  font-size: 12px; }

.login_help ul {
  padding-left: -10%;
  font-size: 12px; }
  .login_help ul a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s; }
  .login_help ul a:hover {
    color: #66d9ff;
    text-decoration: none; }

.line_login_button {
  background-color: #02C755;
  padding: 3px 0;
  border-radius: 8px; }
  .line_login_button .login_or_signup_with_sns_button {
    font-size: 15px;
    font-weight: normal;
    text-shadow: none;
    display: block;
    background-size: 25px;
    background-position: 20px center; }

.sign_up_for_email_address {
  padding: 10px;
  margin: 0;
  box-shadow: none;
  background-color: #fd2c73;
  background-image: url(/assets/icon_signup-7c1698358e8bc8d7d19e5b164e85d1d71484de73f9bb01d2504a86a60dbc8907.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  width: auto;
  white-space: nowrap;
  font-size: 15px;
  font-weight: normal;
  text-shadow: none;
  display: block;
  background-size: 19px;
  background-position: 23px center;
  color: white;
  text-align: center;
  text-decoration: none; }

.verification_method_button {
  width: 100% !important;
  color: white;
  border: transparent; }

.login_form_id input, .login_form_pass input {
  padding: 15px 15px;
  border-radius: 8px;
  font-size: 15px !important; }

.login_form_enter input, .login_form_enter button {
  background: linear-gradient(45deg, #f5b28d, #ef629e, #9ee3f6); }

.login_or {
  position: relative;
  text-align: center;
  margin: 25px 0; }
  .login_or span {
    background-color: transparent;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    z-index: 1; }
  .login_or:after, .login_or:before {
    display: block;
    content: '';
    background-color: #fff;
    width: 32%;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .login_or:after {
    right: 0; }
  .login_or:before {
    left: 0; }

.login_restoration {
  margin: 20px 0;
  color: #19191B;
  display: block;
  text-decoration: none; }

.nav_list-home a {
  background-size: 27%; }

.nav_list-search a {
  background-size: 23%;
  background-position: center 30% !important; }

.nav_list-message a {
  background-size: 23%;
  background-position: center 28% !important; }

.nav_list-tweet a {
  background-size: 23%; }

.nav_list-mypage a {
  background-size: 19%;
  background-position: center 30% !important; }

.subheader {
  background-color: #fff;
  box-shadow: 0px 2px 6px rgba(17, 18, 17, 0.05);
  display: flex;
  align-items: center; }
  .subheader:after {
    display: none; }
  .subheader .subheader_bell {
    width: 20px;
    height: 20px;
    z-index: 5;
    background-image: url(/assets/icon_bell-43de1e73d97609c083f08ed2090ad5340b300021d7972a6c65ff5e986d66951e.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 5px; }
  .subheader .subheader_setting {
    width: 20px;
    height: 20px;
    z-index: 5;
    background-image: url(/assets/icon_setting-e4f200249557c80b33bc57778fd0ce12610254653fa1d479c7550dcf50fd99ed.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 5px; }
  .subheader.subheader_nobg {
    background-color: transparent;
    box-shadow: none; }

.subheader_title {
  color: #19191B;
  text-align: left;
  padding-left: 50px;
  font-weight: normal;
  padding-left: 20px;
  font-size: 18px !important; }
  .subheader_link + .subheader_title {
    padding-left: 50px; }

.subheader_link:after {
  border-left: solid 3px #B2B2B2;
  border-top: solid 3px #B2B2B2;
  width: 8px;
  height: 8px; }

.subheader_nobg .subheader_link::after {
  left: 23px; }

.subheader_nobg .subheader_link::before {
  background-color: #fff;
  position: absolute;
  display: block;
  content: "";
  width: 35px;
  height: 35px;
  left: 10px;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%); }

.subbox {
  box-shadow: none;
  border-radius: 0;
  margin: 0 0 8px;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px; }
  .subbox.subbox_nomargin {
    margin-top: 0; }
  .subbox.subbox_border {
    border-top: 1px solid #F5F5F5; }
  .subbox .subbox_nopadding {
    padding-top: 0;
    padding-bottom: 0; }
  .subbox.subbox_profile {
    margin-top: -10px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px; }
  .subbox.subbox_foomark {
    padding-top: 12px; }
  .subbox.subbox_first {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
  .subbox.subbox_last:nth-last-child(2) {
    margin-bottom: 18px; }
  .subbox.subbox_button {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    height: 100px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 0;
    display: flex;
    gap: 20px; }
    .subbox.subbox_button button, .subbox.subbox_button a {
      font-weight: bold; }

.subbox_title {
  color: #19191B;
  margin: 15px 0 10px 0;
  display: flex;
  align-items: center; }
  .subbox_title.subbox_title_pricing {
    font-weight: normal; }

.form_submit {
  background: linear-gradient(45deg, #f5b28d, #ef629e, #9ee3f6); }

.form_box {
  margin: 0;
  width: 100%; }
  .form_box .form_submit {
    margin: 0px; }
  .form_box .btn_primary {
    color: #fff;
    border: unset;
    background: linear-gradient(45deg, #f5b28d, #ef629e, #9ee3f6); }
  .form_box .btn_secondary {
    color: #fff;
    border: unset;
    background-color: #59DAE0; }

.btn_tweet {
  position: fixed;
  right: 20px;
  bottom: 77px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: #fd2c73;
  background-image: url(/assets/icon_tweet-a5849e6d7d3fa662c3456f4da81eaed5576ca7bb40039a3fb4ad070f14c3c573.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px; }

.message_tweet_name {
  position: relative;
  z-index: 1; }

.post_delete_btn {
  color: #B2B2B2;
  border: solid 1px #B2B2B2;
  padding: 3px 6px !important;
  border-radius: 5px;
  background-color: #fff; }

.subheader_link_close {
  background-image: url(/assets/icon_close-ddae20967f6081f0462d965d8d2cf7d984e803335dfd35622da3c96bbd7a3f95.svg);
  background-size: 32%;
  background-position: center;
  background-repeat: no-repeat; }
  .subheader_link_close:after {
    display: none; }
  .subheader_link_close:before {
    display: none; }

.subheader_btns {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%); }

.form_content {
  background-color: #fff; }
  .form_content .form_textarea {
    border-radius: 0;
    border: none;
    font-size: 13px;
    height: 200px; }
  .form_content #post_content {
    height: 150px; }

.subheader_btns {
  display: flex; }
  .subheader_btns input, .subheader_btns a {
    margin-left: 10px;
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 100px;
    border: none;
    display: inline-block; }
    .subheader_btns input.subheader_btns_boeder, .subheader_btns a.subheader_btns_boeder {
      border: solid 1px #B2B2B2;
      color: #B2B2B2;
      text-decoration: none; }
    .subheader_btns input.subheader_btns_submit, .subheader_btns a.subheader_btns_submit {
      background-color: #fd2c73;
      color: #fff; }

.form_pic_btn {
  width: 25px;
  height: 30px;
  background-image: url(/assets/icon_pic-a5ad08448c24751a023081b689ec652244fcc6be1db45eed92fa72c26e40f94c.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block; }

.form_pic_area {
  display: none; }

.uppy-Dashboard-inner {
  height: 300px !important;
  min-height: 300px !important; }

.profile_face {
  width: 70px;
  height: 70px; }

.profile_face_wrap {
  overflow-x: scroll; }

.profile_face_list_box {
  width: 80px;
  height: 80px;
  border-radius: 8px; }
  .profile_face_list_box.profile_face_list_box_add {
    border: 1px dashed #B2B2B2;
    background-color: transparent; }
    .profile_face_list_box.profile_face_list_box_add:after {
      background-color: #B2B2B2;
      width: 16px;
      height: 3px; }
    .profile_face_list_box.profile_face_list_box_add:before {
      background-color: #B2B2B2;
      width: 3px;
      height: 16px; }

.profile_face_link {
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 0; }

.profile_wrap {
  margin: 0;
  padding: 20px 0; }
  .profile_wrap.profile_wrap_details {
    margin-top: 0;
    margin-bottom: 30px; }
    .profile_wrap.profile_wrap_details .profile_face {
      width: 150px;
      height: 150px; }

.profile_info {
  display: flex;
  justify-content: center;
  margin-top: 15px; }
  .profile_info .profile_info_box {
    margin: 0 10px;
    text-align: center; }
  .profile_info .profile_info_title {
    font-size: 11px;
    color: #B2B2B2;
    margin-bottom: 5px; }
  .profile_info .profile_info_status {
    font-size: 18px;
    color: #19191B; }
  .profile_info .mypage_level_tag {
    margin-left: 0;
    font-size: 14px;
    padding: 1px 15px;
    display: inline-block;
    width: auto; }

.profile_information {
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 30px; }
  .profile_information li {
    margin-bottom: 5px;
    text-align: right; }
    .profile_information li span {
      background-color: rgba(0, 0, 0, 0.6);
      color: #fff;
      padding: 4px 10px 3px 23px;
      display: inline-block; }
  .profile_information .profile_information_list span {
    background-size: 10px;
    background-position: 8px center;
    background-repeat: no-repeat; }
  .profile_information .profile_information_list.profile_information_list-place span {
    background-image: url(/assets/icon_place-white-fce60bb43ce1aff8e30f0bdb62c5588218cbb86f4b04babdbc3eebe6f26511be.png); }
  .profile_information .profile_information_list.profile_information_list-time span {
    background-image: url(/assets/icon_time-white-66f0e9c24b23d40afaba6ee26a8642db3d36477151d6203894931cf490d86ace.png); }

.profile_desc {
  position: relative;
  display: flex;
  justify-content: space-between; }
  .profile_desc .profile_desc_spec {
    font-size: 10px; }
    .profile_desc .profile_desc_spec li {
      margin-top: 5px; }
      .profile_desc .profile_desc_spec li span {
        display: inline-block;
        padding: 3px 10px 2px 10px;
        background-color: #FD0303;
        border-radius: 5px;
        color: #fff; }

.profile_face_list {
  justify-content: start; }

.mypage_links li {
  margin: 10px 0;
  border: none; }
  .mypage_links li a {
    background-color: #fff;
    padding: 17px 20px;
    display: block;
    font-size: 13px;
    background-image: none !important; }
    .mypage_links li a:after {
      border-right: solid 2px #B2B2B2;
      border-top: solid 2px #B2B2B2;
      border-bottom: none;
      border-left: none;
      transform: translateY(-50%) rotate(45deg) !important;
      width: 6px;
      height: 6px;
      background-color: transparent;
      right: 20px; }
    .mypage_links li a.mypage_links-q.active:after {
      transform: translateY(-50%) rotate(315deg) !important; }

.mypage_links_faq li {
  background-color: #fff;
  margin: 10px 0;
  border-radius: 13px; }
  .mypage_links_faq li a {
    background-color: transparent; }
  .mypage_links_faq li:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.mypage_faq_content {
  padding: 5px 20px;
  font-size: 13px; }

.mypage_links_home {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0 0 0; }
  .mypage_links_home li {
    width: 33.3%;
    text-align: center; }
    .mypage_links_home li a {
      margin-top: 0;
      padding: 77px 10px 18px 10px;
      display: block;
      background-size: auto 68px;
      background-position: center top;
      background-repeat: no-repeat;
      color: #000;
      text-decoration: none;
      font-weight: normal; }
      .mypage_links_home li a.mypage_links-profile {
        background-image: url(/assets/mypage_icons_setting-dda07be0d1e783d4db5dc3b7eda74c3d0ebf1f3c3f1241310e567b1b334d1334.png); }
      .mypage_links_home li a.mypage_links-history {
        background-image: url(/assets/mypage_icons_history-6996af2e2e528241f52c9fe0ac38dafdb01f7dfd2e0ed54c0d8ca5d71760a332.png); }
      .mypage_links_home li a.mypage_links-foot {
        background-image: url(/assets/mypage_icons_foot-6230f9dc0ecaec9dd24770b4a380aca35d7c7199e38e4837922dccd60d7c1d6b.png); }
      .mypage_links_home li a.mypage_links-fav {
        background-image: url(/assets/mypage_icons_fav-5f238d6e22c37c895cea566493c775238f85021e32f80a8a32184561701656e1.png); }
      .mypage_links_home li a.mypage_links-payment {
        background-image: url(/assets/mypage_icons_payment-0169cd4e8bf723ba8d42bca119aa832b6b4cb9799fc169b469d33bd9082335bc.png); }
      .mypage_links_home li a.mypage_links-point {
        background-image: url(/assets/mypage_icons_point-d7866b2b8d0c7fd4e3a9e06124b995b92dfe2f86ab4abed17052d46988b9ff2b.png); }
      .mypage_links_home li a.mypage_links-help {
        background-image: url(/assets/mypage_icons_help-25ef9074ff0be2da387f85689440076c66e7fb5373e3d144d2c74d1114140499.png); }
      .mypage_links_home li a.mypage_links-friends {
        background-image: url(/assets/mypage_icons_friends-db8fdeebe648bb5a2fc8e141b506e7880b157953eba627963fb251ef90ab993d.png); }
      .mypage_links_home li a.mypage_links-blockings {
        background-image: url(/assets/icon_blockings-fc8d343cc6093e09bc7e357dd454227f087939ee8a3b2c8edd6ced638856c928.svg); }
      .mypage_links_home li a.mypage_links-logout {
        background-image: url(/assets/mypage_icons_close-94ade85c70d898bbfb88b7495b0a5e1560205f0f6350fc2265fdf17efe30a8a9.png); }
      .mypage_links_home li a.mypage_links-tutorial {
        background-image: url(/assets/mypage_icons_video-42975273a929dc7cd11d3d6a93ff888d121aa144310eda1455f735ccb4e02fb0.png); }
      .mypage_links_home li a.mypage_links-schedule {
        background-image: url(/assets/mypage_icons_schedule-8ed7e3221a585f951e7bd6de37306c5c1322aec5dbdc7cf460cc3e4d145b97ea.png); }
  .mypage_links_home:after {
    display: block;
    content: '';
    width: 33%; }
  .mypage_links_home.for_tutorial {
    padding: 0;
    justify-content: center; }
    .mypage_links_home.for_tutorial:after {
      display: none; }

.setting_box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #EEEEEE;
  padding: 20px 0; }
  .setting_box:first-child {
    padding-top: 0; }
  .setting_box:last-child {
    border-bottom: none;
    padding-bottom: 0; }

.setting_wrap_name {
  padding-right: 20px; }
  .setting_wrap_name span {
    font-size: 11px;
    color: #818181;
    display: block;
    margin-top: 5px; }

.form_submit_nomargin {
  margin-top: 0; }

.form_attribute_title {
  font-size: 16px; }

.form_attribute_wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EEE; }
  .form_attribute_wrap.form_attribute_wrap_toggle {
    justify-content: space-between; }
  .form_attribute_wrap .subbox_title {
    white-space: nowrap;
    padding-right: 15px;
    font-weight: normal; }
  .form_attribute_wrap .form_box {
    width: 100%; }
    .form_attribute_wrap .form_box .form_input {
      text-align: right;
      border: none; }
    .form_attribute_wrap .form_box .form_select:invalid {
      color: #ccc; }
    .form_attribute_wrap .form_box .toggle-switch {
      display: inline-block; }
  .form_attribute_wrap:last-child {
    border-bottom: none; }

.subbox_attributes_1 .subbox_title {
  display: none; }

.toggle-switch label {
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #B2B2B2; }
  .toggle-switch label:after {
    width: 30px;
    height: 30px;
    top: -6px;
    background-color: #F5F5F5; }

.footmark_name {
  display: flex;
  padding: 14px 20px 20px 30px;
  background-image: url(/assets/icon_foot-6f855332d49fdbdad4781f7999ac6d5b725251108436ffa15e9f4b978b433fbe.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
  border-bottom: 1px solid #F5F5F5;
  border-top: none;
  margin-top: 0; }
  .footmark_name:first-child {
    padding-top: 20px; }
  .footmark_name:last-child {
    border-bottom: none;
    padding-bottom: 20px; }
  .footmark_name.footmark_name-nopadding {
    padding: 0;
    background-image: none;
    width: 100%; }
    .footmark_name.footmark_name-nopadding .footmark_name_main {
      width: calc(100% - 70px); }

.footmark_name_icon {
  padding-top: 17px; }

.footmark_name_date {
  text-align: right;
  font-size: 11px;
  color: #818181; }

.footmark_name_info {
  font-size: 11px;
  color: #818181; }

.footmark_name_from {
  margin: 5px 0; }

.footmark_name_comment {
  font-size: 13px;
  color: #818181; }

.footmark_name_btn {
  margin-top: 20px; }
  .footmark_name_btn a, .footmark_name_btn button, .footmark_name_btn input[type="submit"] {
    display: block;
    padding: 8px 5px;
    text-align: center;
    background: linear-gradient(45deg, #f5b28d, #ef629e, #9ee3f6);
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    text-decoration: none;
    border: none;
    width: 100%; }

.form_input, .form_design select, .form_design input {
  border: 1px solid #F5F5F5;
  border-radius: 10px;
  padding: 15px; }

.form_design select, .form_design input {
  color: #19191B;
  font-size: 13px;
  font-weight: normal; }

.form_textarea {
  border: 1px solid #F5F5F5;
  border-radius: 10px;
  padding: 15px; }

.history_wrap {
  padding: 40px 0; }

.history_used {
  text-align: center;
  margin: 10px 0;
  color: #818181;
  font-size: 13px; }

.history_contents_wrap, .history_contents {
  border-radius: 13px;
  background-color: #fff; }

.history_wrap .history_text-expired {
  color: red;
  font-weight: bold; }

.history_wrap .order_btn a {
  width: fit-content;
  margin: 0 auto;
  padding: 15px 50px; }

.history_contents {
  background-color: #fff;
  border-bottom: 1px solid #F5F5F5;
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .history_contents .history_about {
    width: 100%; }
    .history_contents .history_about .history_about_point {
      text-align: right; }
    .history_contents .history_about .history_about_date {
      font-size: 13px; }
    .history_contents .history_about.with_button {
      width: calc(100% - 90px); }
    .history_contents .history_about .history_about_expired {
      font-size: 13px;
      color: #777;
      font-weight: normal; }
  .history_contents .history_receipt {
    width: 70px;
    text-align: center;
    margin-top: 0;
    padding: 10px 10px;
    border: 1px solid #B2B2B2;
    border-radius: 100px;
    font-size: 12px; }
  .history_contents:last-child {
    border-bottom: none; }

.history_about_subtitle {
  font-weight: bold;
  font-size: 14px; }

.card-inputs {
  margin-top: 30px; }

#axes_token_card_expires_month_suffix, #axes_token_card_expires_year_suffix {
  margin-right: 8px;
  margin-left: 8px; }

body #axes_registerd_card_area label, body #axes_new_card_area label, body #axes_token_card_info_area label {
  color: #19191B;
  margin-top: 30px;
  font-weight: bold; }

.payment_point_btn a {
  border-radius: 100px;
  background: linear-gradient(45deg, #f5b28d, #ef629e, #9ee3f6); }

.payment_point {
  font-weight: bold;
  background-image: url(/assets/icon_point-0ee1b4bf81acd88dcff505f14dbb897db82d9b6585bfc39c01df1b76acc2d221.svg); }

.footmark_block {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.footmark_block_btn {
  font-size: 14px;
  color: #B2B2B2;
  text-decoration: none; }

.details_face_list {
  position: absolute;
  left: 10px;
  bottom: 26px; }

.details_face_list_box {
  border-radius: 4px;
  border: none; }
  .details_face_list_box:after {
    display: none; }

.list_content_name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.list_content_name.list_content_active:after {
  background-color: #5EB1BF; }

.favorite {
  top: -20px; }
  .favorite:before {
    color: #fff; }
  .favorite:after {
    background-color: #B2B2B2; }
  .favorite.active:after {
    background-color: #FD0303; }

.profile_main {
  display: flex; }
  .profile_main .profile_main_name {
    font-weight: bold;
    font-size: 18px;
    color: #fd2c73; }
  .profile_main .profile_main_status {
    margin-left: 15px; }
    .profile_main .profile_main_status span {
      color: #fff;
      padding: 5px 10px;
      border-radius: 5px;
      font-size: 12px;
      padding: 4px 10px 3px 30px;
      background-image: url(/assets/icon_ranking-23fdc344fb696f1e3327b1eb7bb458ef52128b7b9e9d454cad9faf5400b250a5.svg);
      background-repeat: no-repeat;
      background-position: 10px center;
      background-size: 12px; }

.getinfo {
  background-image: url(/assets/icon_info-red-74597294fd4d9875ec97c7372ba36686ce4f7484064ee231029e140c8f214217.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 10px; }

.profile_comment {
  margin: 5px 0;
  font-size: 12px;
  color: #818181; }

.profile_content_sub {
  display: flex;
  justify-content: space-between; }

.profile_content_card {
  margin: 0;
  font-size: 18px;
  color: #19191B; }
  .profile_content_card span {
    font-size: 10px;
    color: #818181; }

.profile_details {
  margin: 20px 0 0 0; }

.message_nav {
  padding: 0; }
  .message_nav .message_search {
    padding: 20px 20px 8px; }
    .message_nav .message_search input {
      border: solid 1px #ddd;
      background-image: url(/assets/nav_icon_search-f996e5c4111a461ceb0935ce811980b18282c9b2f6eaaeed568d2bd462bc18ca.png);
      background-size: 15px;
      padding-top: 15px;
      padding-bottom: 15px;
      line-height: 1.5; }
  .message_nav .message_tab {
    padding: 20px;
    margin: 0; }

.message_tab {
  width: auto; }
  .message_tab .message_tab_btn {
    position: relative;
    width: auto;
    border: none;
    margin-right: 0px;
    border-radius: 100px;
    font-size: 13px;
    padding: 6px 15px;
    background-color: transparent;
    color: #B2B2B2 !important; }
    .message_tab .message_tab_btn.message_tab_btn_active {
      background-color: #000;
      color: #fff !important; }
    .message_tab .message_tab_btn .nav_list_badge {
      right: -3px;
      top: -3px; }

.message_face {
  width: 60px;
  height: 60px; }

.message_wrap {
  padding-left: 0;
  padding-right: 0;
  margin: 8px 0 0;
  border-radius: 13px; }
  .message_wrap.post_wrap {
    margin: 0 0 90px; }
  .message_wrap:last-of-type {
    margin: 8px 0 90px; }
  .message_wrap .message_list {
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #F5F5F5; }
    .message_wrap .message_list:last-child {
      border-bottom: none; }
    .message_wrap .message_list a {
      text-decoration: none; }
  .message_wrap .message_face {
    width: 60px;
    height: 60px; }
    .message_wrap .message_face.message_face_who {
      background-color: white;
      width: 30px;
      height: 30px;
      position: relative;
      outline: 2px solid #fff;
      border-radius: 100%; }
      .message_wrap .message_face.message_face_who:not(:first-child) {
        margin-left: -10px; }
  .message_wrap .message_content {
    width: calc(100% - 120px);
    border-bottom: none;
    color: #333; }
  .message_wrap .message_content_data {
    width: 30px;
    position: relative; }
    .message_wrap .message_content_data .label.label-warning.message-unread-counter {
      background-color: #fd2c73; }
  .message_wrap .message_content_time {
    font-size: 11px;
    color: #818181; }

.message_wrap_title {
  font-size: 14px;
  font-weight: bold;
  margin: 3px 0;
  padding-left: 20px; }

.chat_room_div {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px; }
  .chat_room_div .message_inner_box {
    margin-left: 3%;
    border: none; }
    .chat_room_div .message_inner_box:before {
      display: none; }

.message_inner_to .message_inner_box {
  border-top-left-radius: 0; }

.message_inner_from .message_inner_box {
  border-top-right-radius: 0;
  margin-right: 0;
  background-color: #fff;
  color: #19191B; }

.message_inner_from .message_inner_face {
  display: none; }

.message_entry form .btb.btn-primary {
  box-shadow: none; }

.tingle-modal-box {
  top: 5% !important; }

.search_details {
  background-color: #fff; }
  .search_details .search_details_wrap {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; }
    .search_details .search_details_wrap:after {
      display: none; }
  .search_details .search_wrap {
    margin: 0;
    height: auto;
    display: block;
    height: calc(100vh - 60px);
    overflow-y: auto; }
    .search_details .search_wrap.with_submit {
      height: calc(100vh - 160px); }
    .search_details .search_wrap form {
      padding: 0; }
  .search_details .modal_wrap_header {
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px 20px 20px 50px;
    background-color: #fff;
    box-shadow: 0px 2px 6px rgba(17, 18, 17, 0.05);
    font-size: 18px; }
    .search_details .modal_wrap_header .modal-close {
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
      background-image: none;
      background-color: transparent;
      border: none; }
      .search_details .modal_wrap_header .modal-close:after {
        display: block;
        content: "";
        z-index: 6;
        position: absolute;
        border-left: solid 3px #B2B2B2;
        border-top: solid 3px #B2B2B2;
        width: 8px;
        height: 8px;
        left: 5px;
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        font-size: 0;
        color: transparent; }

.modal_wrap {
  margin: -3rem -3rem;
  background-color: #F5F5F5; }
  .modal_wrap .modal_wrap_header {
    position: relative;
    padding: 20px 20px 20px 50px;
    background-color: #fff;
    box-shadow: 0px 2px 6px rgba(17, 18, 17, 0.05);
    font-size: 14px; }
    .modal_wrap .modal_wrap_header .modal-close {
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
      background-image: none; }
      .modal_wrap .modal_wrap_header .modal-close:after {
        display: block;
        content: "";
        z-index: 6;
        position: absolute;
        border-left: solid 3px #B2B2B2;
        border-top: solid 3px #B2B2B2;
        width: 8px;
        height: 8px;
        left: 5px;
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        font-size: 0;
        color: transparent; }
  .modal_wrap .modal_wrap_content {
    background-color: #fff; }
  .modal_wrap .tab-list {
    display: flex;
    padding: 20px; }
  .modal_wrap .tab-list-item {
    width: auto;
    border: none;
    margin-right: 0px;
    border-radius: 100px;
    font-size: 13px;
    padding: 6px 15px;
    background-color: transparent;
    color: #B2B2B2 !important;
    line-height: 1.5; }
    .modal_wrap .tab-list-item.is-btn-active {
      background-color: #000;
      color: #fff !important; }
  .modal_wrap .tab-contents {
    display: none;
    padding: 20px; }
  .modal_wrap .is-contents-active {
    display: block; }
  .modal_wrap .subbox {
    margin: 14px 0; }

.sticker_list {
  justify-content: space-between; }
  .sticker_list li {
    width: 33% !important;
    margin: 10px 0; }
    .sticker_list li a {
      display: block;
      color: #19191B; }
  .sticker_list .sticker_list_content {
    text-align: center; }

.order_subtotal, .order_total {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin: 10px 0; }

.order_total_sub {
  font-size: 16px; }

.order_total_main {
  font-size: 18px;
  font-weight: bold; }

.order_info_title {
  font-size: 16px;
  color: #fd2c73; }

.order_info_list li {
  margin: 5px 0;
  font-size: 12px;
  color: #818181; }

.select_area {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #818181;
  border: solid 1px #818181;
  padding: 7px 20px 7px 15px;
  font-size: 13px;
  border-radius: 100px;
  background-image: url(/assets/icon_select-eeac072d33d3f17bc15c09ea5602ffbca020ba9e0426628fcd4016b1e1e1c2dc.svg);
  background-repeat: no-repeat;
  background-position: right 11px center;
  background-size: 9px; }
  .select_area option[selected][disabled] {
    display: none; }

.order_check label {
  border-radius: 100px; }

.modal_meeting {
  margin: -3rem -3rem;
  background-color: #fff;
  border-radius: 20px; }

.modal_meeting_content {
  padding: 20px; }

.modal_meeting_btn {
  padding: 20px;
  border-top: 1px solid #F5F5F5; }

.meetings_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .meetings_list .meetings_list_box {
    position: relative;
    padding: 29px 17px 13px 13px;
    background: #F5F5F5;
    width: 49%;
    font-size: 15px;
    margin: 5px 0; }
    .meetings_list .meetings_list_box:after {
      display: block;
      position: absolute;
      left: 10px;
      top: 10px;
      font-size: 11px;
      color: #333333; }
    .meetings_list .meetings_list_box-when:after {
      content: 'いつ'; }
    .meetings_list .meetings_list_box-time:after {
      content: '利用時間'; }
    .meetings_list .meetings_list_box-person:after {
      content: 'セラピスト人数'; }
    .meetings_list .meetings_list_box-class:after {
      content: 'セラピストクラス'; }
    .meetings_list .meetings_list_box-where {
      width: 100%; }
      .meetings_list .meetings_list_box-where:after {
        content: 'どこで'; }

.modal_meeting_text {
  margin: 20px 0;
  font-size: 13px;
  color: #818181; }
  .modal_meeting_text span {
    color: #fd2c73; }

.modal_meeting_title {
  font-size: 18px;
  font-weight: bold; }

.modal_meeting_check, .modal_meeting_class {
  margin: 20px 0; }

.modal_meeting_check input[type="radio"] {
  opacity: 0;
  width: 0px;
  height: 0px;
  display: inline;
  display: none; }

.modal_meeting_check label {
  display: block;
  margin: 15px 0;
  padding-left: 36px;
  position: relative;
  font-size: 18px;
  border: none; }

.modal_meeting_check input[type="radio"]:checked + label {
  background: transparent;
  color: #fd2c73;
  background-image: url(/assets/icon_check-5a255700ed4980b15df44130f13be347020c125a755c11971742dbd24c476802.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 17px; }

.modal_meeting_class input[type="radio"] {
  opacity: 0;
  width: 0px;
  height: 0px;
  display: inline;
  display: none; }

.modal_meeting_class label {
  display: block;
  margin: 15px 0;
  position: relative;
  font-size: 13px;
  color: #19191B;
  border: 1px solid #F5F5F5;
  padding: 15px 20px; }

.modal_meeting_class input[type="radio"]:checked + label {
  background: linear-gradient(0deg, rgba(242, 92, 27, 0.18), rgba(242, 92, 27, 0.18)), #FFFFFF;
  color: #19191B;
  border: 1px solid transparent; }

.order_date {
  display: none;
  padding-left: 29px; }

.order_confirm_list ul li {
  padding-left: 0;
  background-image: none;
  display: flex;
  justify-content: space-between; }

.order_confirm_list_title {
  color: #818181; }

#total_price {
  margin-bottom: 0;
  padding: 0; }

.order_confirm_price {
  padding: 0; }

.order_confirm_price_text {
  color: #818181; }

.order_confirm_price_title {
  font-size: 16px;
  color: #fd2c73; }

.meeting_list_set {
  display: flex;
  flex-wrap: wrap;
  position: relative; }

.meeting_list_set_edit {
  position: absolute;
  right: 0;
  top: -33px; }
  .meeting_list_set_edit a {
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    padding-right: 17px;
    background-image: url(/assets/icon_edit-80d09786795b37ca1f72e58d22d9402fc28cd3a729530a217dd3b48d90679824.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px; }

.meeting_list_set_box {
  margin-right: 10px;
  color: #26160F;
  font-size: 12px;
  background: rgba(38, 22, 15, 0.1);
  padding: 5px 15px;
  border-radius: 100px; }

.order_btn {
  margin: 10px 0;
  width: 100%; }
  .order_btn a, .order_btn input, .order_btn button {
    margin-left: auto;
    margin-right: auto;
    position: unset;
    margin-top: 10px; }
    .order_btn a:disabled, .order_btn a.disabled, .order_btn input:disabled, .order_btn input.disabled, .order_btn button:disabled, .order_btn button.disabled {
      background-color: #ccc; }
    .order_btn a.secondary_btn, .order_btn input.secondary_btn, .order_btn button.secondary_btn {
      background-color: #777; }
  .order_btn .order_btn_multi {
    display: flex;
    gap: 10px; }
    .order_btn .order_btn_multi a, .order_btn .order_btn_multi input, .order_btn .order_btn_multi button {
      width: 100%; }
      .order_btn .order_btn_multi a.secondary_btn, .order_btn .order_btn_multi input.secondary_btn, .order_btn .order_btn_multi button.secondary_btn {
        background-color: #777; }
  .order_btn span {
    font-weight: bold; }

.modal_inner form {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px; }

.modal_receipt .form_input {
  border-color: #999;
  background-color: #f1f1f1; }

.subbox_pricing .list_label:after, .list_box .list_label:after, .profile_main .profile_main_status span:after {
  display: block;
  content: '';
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background: linear-gradient(60deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 54%);
  position: absolute; }

#display_register-credit-card-form {
  display: block;
  border: solid 1px #fd2c73;
  width: 100%;
  background-color: #fff;
  color: #fd2c73;
  border-radius: 10px;
  padding: 15px;
  line-height: 1.5;
  margin-top: 20px;
  text-align: center;
  text-decoration: none; }

.list_box {
  width: 165px;
  margin: 0 6px;
  border: solid 1px #ddd; }
  .list_box .list_box_ph {
    height: 160px;
    position: relative;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    .list_box .list_box_ph .favorite {
      width: 25px;
      height: 25px;
      top: 4px; }
      .list_box .list_box_ph .favorite:before {
        font-size: 16px; }
  .list_box .list_content {
    position: static;
    background-image: none;
    color: #19191B;
    padding: 9px 15px; }
  .list_box .list_label {
    left: 0;
    bottom: 0;
    top: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    font-size: 10px;
    padding: 4px 10px 3px 23px;
    background-image: url(/assets/icon_ranking-23fdc344fb696f1e3327b1eb7bb458ef52128b7b9e9d454cad9faf5400b250a5.svg);
    background-repeat: no-repeat;
    background-position: 7px center;
    background-size: 10px;
    letter-spacing: 0; }
    .list_box .list_label.for_customer {
      background-image: unset;
      left: unset;
      right: 0;
      border-radius: 5px 0;
      padding: 4px 23px 3px 10px; }
      .list_box .list_label.for_customer::after {
        background: unset; }
  .list_box .list_content_comment {
    color: #818181; }
  .list_box .list_content_points {
    font-size: 13px;
    margin: 5px 0 0 0; }
    .list_box .list_content_points span {
      font-size: 10px;
      color: #818181; }
  .list_box .list_box_time {
    position: absolute;
    left: 0;
    top: 14px;
    background-color: #000;
    padding: 2px 10px;
    color: #fff; }

.list_next {
  position: absolute;
  left: 8px;
  top: 8px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 21px;
  font-size: 10px; }

.list_place {
  position: absolute;
  left: 8px;
  bottom: 28px;
  display: flex;
  flex-wrap: wrap; }
  .list_place.list_place_nolevel {
    bottom: 8px; }
  .list_place span {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 21px;
    margin-right: 7px;
    font-size: 10px; }

.list_point {
  position: absolute;
  right: 6px;
  bottom: 6px;
  background-color: #FFC52E;
  border-radius: 10px;
  padding: 1px 10px;
  color: #fff;
  font-size: 14px; }

.meetings_titles_main {
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  position: relative; }
  .meetings_titles_main.meetings_titles_main_nopadding {
    padding-bottom: 0; }
  .meetings_titles_main .meeting_list_set_edit {
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-weight: normal; }

.banner {
  margin: 20px 20px 10px 20px; }
  .banner img {
    width: 100%;
    height: auto; }

.list_box_order {
  width: 48%;
  margin: 0 0 15px 0; }

.subbody_search {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.subbody.subbody_fullmargin {
  margin: 60px 0 90px;
  padding: 0; }

.subbody.subbody_fullpadding {
  padding: 60px 0 90px;
  margin: 0; }

.subbody.with_submit {
  padding-bottom: 100px; }

.subbody.subbody_details {
  margin: 0;
  padding-bottom: 100px; }

.subbody.session {
  padding: 0;
  height: calc(100vh - 150px);
  overflow-y: auto; }

.search_more {
  padding: 20px 20px 8px 20px; }
  .search_more .search_more_btn {
    background-image: url(/assets/nav_icon_search-f996e5c4111a461ceb0935ce811980b18282c9b2f6eaaeed568d2bd462bc18ca.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 15px center;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px 10px 15px 40px;
    color: #818181;
    display: block;
    font-size: 14px;
    border: solid 1px #ddd; }

.search_tabs .tab-list {
  display: flex;
  padding: 20px; }

.search_tabs .tab-list-item {
  width: auto;
  border: none;
  margin-right: 0px;
  border-radius: 100px;
  font-size: 12px;
  padding: 6px 15px;
  background-color: transparent;
  color: #B2B2B2 !important;
  line-height: 1.5; }
  .search_tabs .tab-list-item.is-btn-active {
    background-color: #000;
    color: #fff !important; }

.search_tabs .tab-contents {
  display: none; }

.search_tabs .is-contents-active {
  display: block; }

.order_list .order_check_input:checked + label {
  background: #333333;
  border: solid 1px #e9e7e7;
  color: #ffffff; }

.search_content_age {
  width: 100%;
  padding-bottom: 50px;
  padding-top: 20px; }
  .search_content_age .noUi-horizontal {
    height: 4px; }
  .search_content_age .noUi-connect {
    background-color: #fd2c73; }
  .search_content_age .noUi-handle {
    background-color: #fd2c73;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: none;
    box-shadow: none;
    top: -8px; }
    .search_content_age .noUi-handle:before, .search_content_age .noUi-handle:after {
      display: none; }
  .search_content_age .noUi-tooltip {
    top: 130%;
    bottom: auto;
    border: none; }
  .search_content_age .noUi-target {
    box-shadow: none;
    background-color: #B2B2B2;
    border: none; }

.input_entry input {
  border: none;
  background-color: #F5F5F5;
  border-radius: 100px;
  border: solid 1px #ddd; }

.taiki_btn {
  position: fixed;
  right: 8px;
  bottom: 76px;
  font-size: 0;
  color: transparent;
  width: 80px;
  height: 80px;
  background-image: url(/assets/order_stand-576c14c80f14533151f97e4f8de239804cf593321ed2cfbb22c95ece245d5935.png);
  background-repeat: no-repeat;
  background-size: cover; }
  .taiki_btn.taiki_btn_active {
    background-image: url(/assets/order_active-068d5e0fa8fc0200aaec6c169f65ba18a5f1140b20a50b5aafa288c930f09c08.png); }

.mail_login_button {
  margin-top: 10px;
  background-color: #fd2c73;
  padding: 3px 0;
  border-radius: 8px; }
  .mail_login_button.white-box {
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 25px;
    padding: 15px;
    font-size: 14px;
    color: #000; }

.mail_login_button .login_or_signup_with_sns_button {
  padding: 10px;
  margin: 0;
  box-shadow: none;
  background-color: #fd2c73;
  background-image: url(/assets/icon_signup-7c1698358e8bc8d7d19e5b164e85d1d71484de73f9bb01d2504a86a60dbc8907.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  width: auto;
  white-space: nowrap;
  font-size: 15px;
  font-weight: normal;
  text-shadow: none;
  display: block;
  background-size: 19px;
  background-position: 23px center;
  border-radius: 8px; }

.login_restoration {
  color: #fff; }

.login_morelinks {
  margin-top: 15px;
  font-size: 12px;
  text-align: center; }
  .login_morelinks a {
    color: #fff;
    display: block;
    margin: 10px 0;
    text-decoration: none; }

.list_box_order .list_content_name:after, .list_content_name:after {
  top: 4.5px;
  width: 9px;
  height: 9px; }

.list_box_order .list_content_name:before, .list_content_name:before {
  top: 7.5px;
  width: 11px;
  left: -2px; }

.order_check label {
  border-radius: 10px; }

.order_check_class_main {
  font-weight: bold;
  color: #19191B !important; }

.order_check_class_price {
  position: static;
  transform: translateY(0); }

.order_check_class_price {
  font-size: 14px; }

.order_check_class_price_small {
  font-size: 11px; }

.modal_meeting_class label {
  color: #818181; }

.modal_meeting_class input[type="radio"]:checked + label {
  color: #19191B; }

.details_list {
  margin-bottom: 40px; }

.order_btn.order_btn-static {
  margin-top: 20px;
  padding: 0; }

.order_btn .step-forward-link-static {
  position: static;
  width: 100%; }

.profile_likebtns button {
  font-size: 13px;
  background-color: #fd2c73;
  border: none;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  border-radius: 5px;
  font-weight: bold;
  display: block;
  position: fixed;
  bottom: 90px;
  width: calc(100% - 40px);
  text-decoration: none;
  margin: 0;
  left: 20px; }

.login_help ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 25px; }
  .login_help ul a {
    font-size: 10px;
    padding: 5px 10px;
    color: #777; }

.password_text {
  font-size: 13px;
  margin: 40px 0; }

.password_title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 -11px 0; }

.message_unread span {
  background-color: #F5F5F5; }

.btn-block {
  top: 50%;
  transform: translateY(-50%); }

.meeting_btn_box {
  position: fixed;
  right: -10px;
  top: 71px;
  z-index: 10; }
  .meeting_btn_box button {
    overflow: hidden;
    white-space: nowrap;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    padding: 0;
    justify-content: center; }
    .meeting_btn_box button:before {
      content: '';
      /*絶対配置でキラッと光るの位置を決める*/
      position: absolute;
      top: 0;
      left: -75%;
      /*キラッと光る形状*/
      width: 50%;
      height: 100%;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      transform: skewX(-25deg);
      animation: shine 3s infinite; }

@keyframes shine {
  70% {
    left: -75%; }
  100% {
    left: 125%; } }

.message_system {
  margin: 13px 0; }

.message_system.message_system span {
  border-radius: 10px;
  font-size: 13px; }
  .message_system.message_system span p {
    margin: 0; }

.message_inner_box.sticker_chat_box {
  background: none; }

.message_entry form .btb.btn-primary {
  background-color: transparent;
  border: none;
  border-radius: 7px;
  padding: 2%;
  margin-right: 10%;
  display: block;
  width: 25px;
  font-size: 0;
  height: 25px;
  color: transparent;
  background-image: url(/assets/icon_send-aeca1586d9a1686d8e3bbd68b7eac80640e2bed4dd0f613769a26dcfab78fe37.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center; }

.toast-info {
  background-color: #fd2c73; }

.subheader_title_message {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #191918; }
  .subheader_title_message:hover {
    color: #191918; }

.form_link.link_default {
  background-color: #fd2c73;
  color: white; }

.info-required {
  color: #fd2c73; }

.form_box.date_box {
  display: flex;
  align-items: center;
  gap: 5px; }
  .form_box.date_box .form_select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #818181;
    padding-right: 25px;
    background-image: url(/assets/icon_select-eeac072d33d3f17bc15c09ea5602ffbca020ba9e0426628fcd4016b1e1e1c2dc.svg);
    background-repeat: no-repeat;
    background-position: right 11px center;
    background-size: 9px; }
  .form_box.date_box span {
    font-size: 16px; }
    .form_box.date_box span:not(:last-child) {
      margin-right: 10px; }

.otp_input_container {
  display: flex;
  gap: 10px; }
  .otp_input_container .form_input {
    text-align: center;
    font-size: 24px !important; }

.otp_resend {
  margin-top: 15px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 50px; }
  .otp_resend a {
    text-decoration: none;
    color: #fd2c73; }

.subbox_schedule {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0; }

.schedule_entry_edit_row {
  padding: 20px;
  margin: 0; }
  .schedule_entry_edit_row.outdated {
    background-color: #f0f0f0; }
  .schedule_entry_edit_row.show {
    padding: 16px 0; }
  .schedule_entry_edit_row .schedule_entry_edit_date {
    color: #818181; }
  .schedule_entry_edit_row .schedule_entry_edit_status {
    display: flex;
    gap: 15px;
    align-items: center; }
    .schedule_entry_edit_row .schedule_entry_edit_status .schedule_entry_edit_time {
      font-size: 15px;
      font-weight: bold; }
      .schedule_entry_edit_row .schedule_entry_edit_status .schedule_entry_edit_time span {
        margin-left: 20px; }

.details_header {
  position: relative; }

.details_header_ph {
  background-position: top center;
  height: 500px;
  position: relative; }

#picture_container {
  position: absolute;
  width: 100%;
  bottom: 26px;
  padding: 0 10px;
  z-index: 1; }
  #picture_container .details_face_list_box {
    height: 60px; }

.schedule_date {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 25px;
  font-size: large;
  padding: 20px 0; }
  .schedule_date a {
    color: #333; }

.modal_schedule_field {
  font-weight: bold;
  text-align: right;
  margin-top: 16px;
  font-size: 15px;
  display: block; }
  .modal_schedule_field span {
    text-decoration: none;
    color: #000; }
    .modal_schedule_field span i {
      margin-left: 10px; }

.schedule_entry_edit_time .mark_yes, .entry-schedule .mark_yes {
  color: #FD0303; }

.schedule_entry_edit_time .mark_maybe, .entry-schedule .mark_maybe {
  color: #53BC7D; }

.simple-calendar nav {
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #19191B;
  font-size: 14px;
  width: 100%;
  gap: 15px; }
  .simple-calendar nav a {
    color: #19191B; }

.simple-calendar table {
  border-top: 0px; }
  .simple-calendar table th {
    border-bottom: 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    text-align: center; }

.simple-calendar .day {
  text-align: center;
  font-size: 16px;
  height: 110px; }
  .simple-calendar .day:hover {
    background-color: #fd2c73;
    color: #fff; }
    .simple-calendar .day:hover .entry-schedule .mark_maybe, .simple-calendar .day:hover .entry-schedule .mark_yes, .simple-calendar .day:hover .entry-schedule .mark_no {
      color: #fff; }

.simple-calendar .today {
  background-color: #eee; }

.simple-calendar .past, .simple-calendar .future.prev-month, .simple-calendar .future.next-month {
  color: #ddd;
  background-color: #fff; }
  .simple-calendar .past .entry-schedule, .simple-calendar .future.prev-month .entry-schedule, .simple-calendar .future.next-month .entry-schedule {
    color: #000;
    opacity: 0.25; }

.simple-calendar .today, .simple-calendar .future.current-month {
  font-weight: bold; }

.simple-calendar .entry-schedule {
  font-size: 10px;
  margin-top: 10px;
  display: flex;
  flex-direction: column; }

.subbody_title {
  color: #848484;
  font-size: 18px;
  padding: 20px 20px 10px;
  margin: 0 0; }

.subbox_subtitle {
  color: #848484;
  font-size: 13px;
  padding: 20px 20px 0;
  margin: 0 0; }

.subbox_select {
  font-weight: bold !important; }

.store_box {
  position: relative; }
  .store_box .store_box_ph {
    border-radius: 10px;
    height: 250px !important; }
  .store_box .store_box_detail {
    position: absolute;
    bottom: 0;
    border-radius: 0 0 10px 10px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    color: white; }
    .store_box .store_box_detail .store_box_category {
      color: white; }

.preview_field {
  display: flex;
  justify-content: space-between;
  font-size: 14px; }
  .preview_field .switch-value {
    color: #fd2c73;
    font-weight: bold; }

details > summary {
  list-style: none; }

details summary::-webkit-details-marker {
  display: none; }

details summary::after {
  font-family: 'FontAwesome';
  font-size: 10px;
  content: '\f078'; }

details[open] summary:after {
  font-family: 'FontAwesome';
  font-size: 10px;
  content: '\f077'; }

details.time-selection summary {
  cursor: pointer;
  font-size: 14px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: solid 1px lightgray; }

.collapse_content {
  margin: 0 10px;
  padding: 10px 0;
  font-size: 14px;
  border-bottom: solid 1px lightgray;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .collapse_content:last-child {
    margin-bottom: 20px; }
  .collapse_content .select_button {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none; }
    .collapse_content .select_button span {
      color: #333; }
    .collapse_content .select_button .first {
      border: solid 1px #fd2c73;
      color: #fd2c73;
      padding: 5px 8px;
      border-radius: 3px; }
    .collapse_content .select_button div:not(.first) {
      background-color: #fd2c73;
      color: #fff;
      padding: 5px 8px;
      border-radius: 3px; }

.timeline {
  position: relative;
  display: flex;
  padding: 0px; }
  .timeline li {
    list-style: none;
    width: 33.33%;
    position: relative;
    text-align: center;
    font-size: 12px;
    color: #777;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px; }
    .timeline li:before {
      content: "";
      border-radius: 50%;
      display: block;
      line-height: 25px;
      margin: 0 auto;
      background: #ddd;
      color: #000;
      cursor: pointer;
      position: relative;
      z-index: 1; }
    .timeline li:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: grey;
      top: calc(25px / 2);
      left: -50%;
      z-index: 0; }
    .timeline li:first-child:after {
      content: none; }
    .timeline li.active-tl {
      color: #333;
      font-weight: bold; }
      .timeline li.active-tl:after {
        background: #fd2c73; }
    .timeline li.active-tl:before {
      background: #fd2c73;
      color: #F1F1F1;
      font-family: 'FontAwesome';
      font-size: 15px;
      width: 25px;
      height: 25px;
      content: '\f00c'; }
    .timeline li:not(.active-tl)::before {
      width: 10px;
      height: 10px;
      margin: calc(15px/2) auto; }

.meeting_tabs .tab-list {
  padding: 20px 20px 0;
  justify-content: center;
  gap: 15px; }
  .meeting_tabs .tab-list .tab-list-item {
    color: #fd2c73 !important;
    border: 1px solid #fd2c73;
    background-color: #fff; }
    .meeting_tabs .tab-list .tab-list-item.is-btn-active {
      color: #fff !important;
      background-color: #fd2c73; }

.subbody_meeting .subbox {
  margin: 20px;
  border-radius: 8px; }

.subbody_meeting .subbox_meeting:hover {
  color: #333; }

.subbody_meeting .subbox_meeting .details_header_ph {
  height: 380px;
  border-radius: 8px; }

.subbody_meeting .subbox_meeting .store_box_data {
  background-color: #fff;
  padding: 0; }

.point_label {
  color: #fd2c73 !important;
  font-weight: bold !important;
  font-size: small !important; }

.cancel_meeting {
  padding: 20px;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #777;
  text-align: center;
  text-decoration: none; }

button.message_entry_phrase_btn {
  font-size: 14px;
  padding: 10px 12px;
  margin: 10px 0;
  font-weight: bold;
  line-height: unset;
  border: unset;
  width: 100%; }

.modal_message_snippet form {
  padding-bottom: unset; }

.multiple_value {
  display: block;
  width: 100%;
  text-align: right; }

.select2.select2-attribute {
  position: absolute;
  top: 0;
  opacity: 0; }

.select2-container {
  z-index: 9999; }

.select2-dropdown {
  font-size: 13px;
  text-align: end; }

.subbox_pricing .list_label {
  position: relative;
  top: 0;
  left: 0;
  width: fit-content;
  border-radius: 5px;
  font-size: 10px;
  padding: 4px 10px 3px 23px;
  background-image: url(/assets/icon_ranking-23fdc344fb696f1e3327b1eb7bb458ef52128b7b9e9d454cad9faf5400b250a5.svg);
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 10px;
  letter-spacing: 0; }

.subbox_pricing .schedule_list {
  padding-bottom: 10px; }
  .subbox_pricing .schedule_list .schedule_entry_edit_date {
    font-weight: bold;
    width: 50%; }
    .subbox_pricing .schedule_list .schedule_entry_edit_date small {
      font-weight: normal; }

.form_box.form_price {
  width: 40%;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 15px;
  font-weight: bold; }
  .form_box.form_price input {
    text-align: right;
    background-color: #FAF7F7;
    border-color: #B2B2B2; }

.form_box.form_time {
  width: 40%; }
  .form_box.form_time select {
    font-size: 15px;
    color: #818181;
    appearance: auto;
    border-color: #CFD9E0; }

.point_list {
  margin-bottom: 30px; }

.wave {
  height: 480px; }

.wave_link:before {
  border: 1px solid #fd2c73; }

.wave_link a {
  color: #fff;
  background: linear-gradient(45deg, #f5b28d, #ef629e, #9ee3f6); }
  .wave_link a:after {
    border-color: transparent transparent transparent #fff; }

.wave_body {
  display: none !important; }

.sticker_price {
  background: linear-gradient(45deg, #f5b28d, #ef629e, #9ee3f6); }
  .sticker_price:after {
    border-color: transparent transparent #e129b9 transparent; }

.footer_link {
  background-color: #fff; }
  .footer_link a {
    color: #fd2c73; }

.finish_time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  margin: 25px 0; }
  .finish_time span {
    font-size: 16px;
    padding: 0 10px; }
  .finish_time h2 {
    margin: 0; }
  .finish_time small {
    font-size: 16px;
    text-align: center;
    width: 100%; }

.radio-group input[type="radio"] {
  display: none;
  /* Hide radio buttons */ }

.radio-group label {
  display: block;
  cursor: pointer;
  font-weight: normal;
  font-size: 18px; }

.radio-group input[type="radio"]:checked + span {
  font-weight: bold;
  /* Make text bold when selected */ }

.meeting_conv_badge {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 25px;
  height: 25px;
  line-height: 1;
  background-color: #c31717;
  border-radius: 15px; }
  .meeting_conv_badge span {
    color: #fff;
    font-size: 9px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.ashiato {
  margin-bottom: 100px; }

.meeting_fail {
  border: solid #F73B37 2px;
  padding: 10px;
  text-align: center;
  color: #F73B37;
  margin: 20px; }

.latest_notice_box {
  gap: 10px;
  width: 100%;
  color: #fff;
  display: flex;
  font-size: 13px;
  padding: 8px 10px;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
  justify-content: space-between;
  background: linear-gradient(45deg, #f5b28d, #ef629e, #9ee3f6); }
  .latest_notice_box .latest_notice_badge {
    display: flex;
    color: #F73B37;
    padding: 1px 3px;
    width: fit-content;
    white-space: nowrap;
    align-items: center;
    background-color: #fff; }
  .latest_notice_box .latest_notice_date {
    padding-left: 5px;
    border-left: 1px solid; }

.banner_carousel .owl-stage {
  margin-bottom: 10px; }

.banner_carousel .owl-item {
  font-size: 13px;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3); }

.banner_carousel .owl-dots .owl-dot span {
  margin: 4px;
  width: 7px;
  height: 7px; }

.nav.for_instructor .nav_list li {
  width: 25%; }

.nav.for_instructor::after {
  display: none; }

.tg-backdrop {
  z-index: 9999; }

.tg-dialog {
  z-index: 9999 !important; }

.general-tour #tg-dialog-next-btn {
  position: absolute;
  background: transparent;
  top: 15px;
  right: 15px;
  border: 0;
  padding: 0;
  color: #333;
  font-weight: bolder;
  font-size: 18px; }

.general-tour .tg-dialog-title {
  font-size: 16px !important;
  color: #E73074; }

.general-tour .tg-dialog-body {
  padding: 5px 25px 25px;
  font-size: 12px; }
  .general-tour .tg-dialog-body b {
    font-size: 14px; }

.general-tour .tg-dialog-footer {
  padding: 0; }

.user-tour {
  max-width: unset !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  border-radius: 0; }
  .user-tour .tg-dialog-title {
    margin-right: unset !important;
    margin-left: auto; }
    .user-tour .tg-dialog-title .cus-tour-close {
      font-size: 16px;
      text-decoration: none; }
  .user-tour .tg-dialog-body {
    overflow-y: auto;
    height: 100%; }
    .user-tour .tg-dialog-body .cus-tour-title {
      text-align: center;
      font-size: 18px;
      font-weight: bold; }
    .user-tour .tg-dialog-body .cus-tour-img {
      padding: 5% 10%;
      text-align: center; }
    .user-tour .tg-dialog-body .cus-tour-text {
      font-size: 16px;
      font-weight: bold; }
    .user-tour .tg-dialog-body .cus-tour-sub {
      font-size: 14px; }
  .user-tour .tg-dialog-footer {
    flex-direction: column;
    gap: 25px; }
    .user-tour .tg-dialog-footer .tg-dot-active {
      background: #F13240 !important; }
    .user-tour .tg-dialog-footer #tg-dialog-next-btn {
      width: 100%;
      color: #fff;
      padding: 15px;
      font-size: 18px;
      font-weight: bold;
      border-radius: 10px;
      background: linear-gradient(45deg, #f5b28d, #ef629e, #9ee3f6); }

.login_title {
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: bold; }

.side_buttons {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 9.99px;
  z-index: 9999; }
  .side_buttons a {
    font-size: 13px;
    color: white;
    text-decoration: none;
    writing-mode: vertical-rl;
    font-weight: bold;
    padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    letter-spacing: 1px; }
  .side_buttons_identity {
    background-color: #F27285; }
  .side_buttons_line {
    background-color: #33CC33; }
  .side_buttons_training {
    background-color: #BF8FBF; }

.expires_credit_wrap {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1.5px solid #000;
  padding: 10px 0; }
  .expires_credit_wrap:last-of-type {
    margin: 0 0 30px; }

.video-container {
  position: relative;
  display: inline-block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: 100%;
  border: 1px solid #ddd; }

.video-thumbnail {
  width: 100%;
  height: 100%; }

.video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  cursor: pointer; }

.text-red {
  color: #F73B37; }

.default_checkbox {
  display: flex;
  gap: 10px;
  align-items: center; }
  .default_checkbox .default_label {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #333; }

.loading-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center; }
  .loading-overlay .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.type_wrapper {
  margin-top: 75px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 30px 15px 25px;
  text-align: center; }
  .type_wrapper .type_title {
    font-size: 24px; }
  .type_wrapper .type_subtitle {
    font-size: 14px; }
  .type_wrapper .type_text {
    font-size: 12px;
    font-weight: bold; }
    .type_wrapper .type_text--alert {
      color: #F73B37; }
  .type_wrapper .type_option {
    margin: 23px 0 47px;
    display: flex;
    justify-content: center;
    gap: 40px; }
    .type_wrapper .type_option a {
      width: 120px;
      height: 64px;
      padding: 22px;
      font-size: 16px;
      color: #fff;
      font-weight: bold;
      text-align: center;
      border-radius: 4px;
      text-decoration: none;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }
    .type_wrapper .type_option__cast {
      background-color: #FF5F8D; }
    .type_wrapper .type_option__guest {
      background-color: #59C9DF; }
  .type_wrapper .type_login_button {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: solid 1px #000;
    margin: 10px auto 0;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    border-radius: 25px; }

.app_service_btn {
  background-color: #E52D81;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  text-align: center;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  width: fit-content;
  margin: 10px auto; }

.form_box a.form_submit {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold; }

.search_box .multiple_value {
  padding: 15px;
  color: #000; }

.search_box .select2-attribute {
  width: 100% !important;
  height: 100% !important; }

.form_schedule {
  text-align: center;
  border: unset;
  border-radius: unset;
  border-bottom: dashed 2px #ddd; }
