@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.
 */
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text&family=Gravitas+One&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic:wght@500;700&display=swap");
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; }

.lp_footer_links, .lp_therapist_box_tags, .lp_worries_box_list, .lp_nav_wrap, .login_help ul, .order_info_list, .mypage_links_home, .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: #cbf0c6;
  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: 40px 1%;
  padding-bottom: 50px;
  padding-top: 20px; }
  .subbody_search {
    margin-top: 10px; }
  .subbody_details {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 140px; }
  .subbody_nobottom {
    margin-bottom: 0;
    padding-bottom: 0; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.order_btn a, .order_btn input, .order_btn button {
  font-size: 13px;
  background-color: #399E55;
  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: #399E55;
  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 {
        width: 100%;
        -webkit-appearance: none;
        border-radius: 5px;
        background-color: #399E55;
        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 #06b0be;
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #fff;
  color: #06b0be; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
#video_container video {
  position: absolute;
  top: 3%;
  left: 5vw;
  width: 20vw;
  height: 20vw;
  border-radius: 100%;
  border: solid 2px #fff;
  background-color: #000;
  z-index: 1;
  box-shadow: 0px 0px 6px 3px rgba(25, 24, 25, 0.25);
  object-fit: cover; }
  #video_container video:nth-child(1) {
    transform: scale(-1, 1); }
  #video_container video:nth-child(2) {
    left: 28vw; }
  #video_container video:nth-child(3) {
    left: 50.5vw; }
  #video_container video:nth-child(4) {
    left: 73.5vw; }
  #video_container video.mainView {
    border-radius: 0;
    border: none;
    z-index: 0;
    position: fixed;
    height: 100%;
    width: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
    #video_container video.mainView:nth-child(1) {
      transform: translateX(-50%) scale(-1, 1); }

.video_start_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.9);
  z-index: 2000; }

.video_start {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 100px;
  background-image: url(/assets/video_play-20ea8ef252bdd963a1266b0c2304ab56a4d4449a9ad1492ea44f1c333a372696.svg);
  background-size: 30%;
  background-position: 31px center;
  background-repeat: no-repeat;
  background-color: #06b0be;
  box-shadow: 0px 0px 10px 0px #06b0be;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  border: none;
  font-size: 0;
  color: transparent;
  z-index: 1;
  z-index: 2001; }

.video_end {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
  background-image: url(/assets/video_end-dc2251401701d44061817af8c910bf61cc42c39e33d862c3a0fb90dd1dac42fe.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #b94141;
  box-shadow: 0px 0px 10px 0px #9c3838;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  border: none;
  font-size: 0;
  color: transparent;
  z-index: 1; }

.video_start {
  position: fixed; }

.video_controller {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 8% 90px 8%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 80%);
  display: flex; }

.video_bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 8% 80px 8%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 90%);
  text-align: center;
  z-index: 10; }

.video_bar_link {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
  background-color: #cc4a4a;
  padding: 7px 20px 7px 50px;
  border-radius: 5px;
  background-image: url(/assets/video_visual_on-67454aac3937d6063f603d9afc258a79c41197c9417ac5b4f015eb5e3390e955.svg);
  background-size: 18px;
  background-position: 17px center;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 10px 0px #cc4a4a; }

.video_visual, .video_audio {
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  font-size: 0;
  color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px; }

.video_visual {
  background-image: url(/assets/video_visual_on-67454aac3937d6063f603d9afc258a79c41197c9417ac5b4f015eb5e3390e955.svg);
  background-size: 75%; }
  .video_visual.video_visual_off {
    background-image: url(/assets/video_visual_off-ebf30b90fc769352d5c6910f1d0709b333f63f9ab3bf6284f61940177bb43993.svg); }

.video_audio {
  background-image: url(/assets/video_voice_on-d8101be101743c1e72961ec472f488096b8d48e3d81cc3e4a7ba273952717692.svg);
  background-size: 50%; }
  .video_audio.video_audio_off {
    background-image: url(/assets/video_voice_off-ccbf1ae1c51ae631d9c138490efbc721a92a87bbf2b32c7ec54872add584b064.svg);
    background-size: 90%; }

.video_counter {
  margin-right: auto;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .05em;
  background-image: url(/assets/video_time-07fdf892a13e73fddc588188a4a21f818455ce1619f7dc03e0ca136b95067b53.svg);
  background-size: 13px;
  padding: 0 0 0 20px;
  background-repeat: no-repeat;
  line-height: 1;
  margin-top: 6px; }

.video_counter--threshold-met {
  color: #cc4a4a; }

.video_user {
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background-color: #333; }

.video_user_list {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }
  .video_user_list video {
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  .video_user_01 .video_user_list {
    width: 100%;
    height: 100%; }
  .video_user_02 .video_user_list {
    width: 100%;
    height: 50%; }
  .video_user_list .video_user_03, .video_user_04 .video_user_list {
    width: 50%;
    height: 50%; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.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: #399E55;
    border: 1px solid #399E55;
    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: #399E55;
        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: #399E55;
      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; }
    .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-cfb8e1fa835f1cb3dd9df27ac0a1f5502b4687847106be2f6b46f97ccfc67eb0.png);
      background-size: 60%;
      background-color: transparent;
      border: none; }
    .message_entry_btn_gift {
      width: 42px;
      height: 29px;
      background-image: url(/assets/message_icon_gift-725925e8505814a52479fd6c69e52eb0e3e4e153345bfe518a26db0f5679c561.png);
      background-size: 44%;
      background-color: transparent;
      border: none; }
    .message_entry_btn_date {
      width: 32px;
      height: 29px;
      background-image: url(/assets/message_icon_date-f48f6d0839ff5c45f05cb65e5e6d4ea9964c906d1a6354fbe979a0b74e738ab6.png);
      background-size: 56%;
      background-color: transparent;
      border: none; }
    .message_entry_btn_video {
      width: 30px;
      height: 29px;
      background-image: url(/assets/message_icon_video-4300bac6a6e27f8eee8656eb99ff101046625bb1f8850f17e134d4688aeabc5f.png);
      background-size: 61%;
      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-7cd08a73323b82c729a71d023052b67505b46ed501f7abf26569b0939a80d016.png);
      background-size: 30%; }
    .nav_list-home.nav_list-active a {
      background-image: url(/assets/nav_icon_home_active-b0325a3c30dd640427e9cd2f3acb3aa8c48fd695411514947c7a9f3715718dca.png);
      color: #399E55; }
    .nav_list-message a {
      background-image: url(/assets/nav_icon_message-28751ff6311e3826463b8cdfb57eee4688d944a3787c353e14f0f257efbdc8c2.png);
      background-size: 28%;
      background-position: center 31% !important; }
    .nav_list-message.nav_list-active a {
      background-image: url(/assets/nav_icon_message_active-f156455a852b01c7c470417b5e1bee5e9ce40afbf723d17592c1b82099ebd7e3.png);
      color: #399E55; }
    .nav_list-search a {
      background-image: url(/assets/nav_icon_search-cec63ce93f10414fddd2a919c26bd62bf77768ceebbc4d2b2f4b3db823e906d6.png);
      background-size: 30%; }
    .nav_list-search.nav_list-active a {
      background-image: url(/assets/nav_icon_search_active-2292d9fa7ad4300d1b921ce9ade08c761ac8926eadaa45e26dc1efccbe1315f0.png);
      color: #399E55; }
    .nav_list-tweet a {
      background-image: url(/assets/nav_icon_tweet-a26234a995ff4076cc6489432f744e1e9fb6bd9e55790522adf75a21c29e05cd.png);
      background-size: 25%;
      background-position: center 30% !important; }
    .nav_list-tweet.nav_list-active a {
      background-image: url(/assets/nav_icon_tweet_active-6b9555c43e5e23e25bf6510b205b55371dd754115bd6c1ef13c4a7282a1b0ea2.png);
      color: #399E55; }
    .nav_list-mypage a {
      background-image: url(/assets/nav_icon_mypage-d5dbf4a491c95171a577bb5c4d95d1542aecda159b5f2c05a09c6cabcd684d14.png);
      background-size: 24%; }
    .nav_list-mypage.nav_list-active a {
      background-image: url(/assets/nav_icon_mypage_active-4f9dc686967b68b6331011f04e44ed42120671dd9404799ac2019ef56d6fe1e2.png);
      color: #399E55; }
    .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: #399E55;
    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: #399E55;
      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 #399E55; }
    .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(57, 158, 85, 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: #399E55; }
  .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-ead51723b0c06fa3f9df70564a52d1d9437ab9ea20ec92a3833a46df164e20d3.png), url(/assets/history_title_bg_02-7008415f33ae8b9d3c31ec3e03873c8b5f31f25df0020c1b6fb5178a39747bdb.png);
      background-position: left center, right center;
      background-size: 11%;
      background-repeat: no-repeat; }
    .history_title_main {
      font-family: 'Montserrat', sans-serif;
      color: #399E55;
      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 #399E55; }
    .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: #399E55; }
  .history_tag li {
    float: left;
    margin: 2px 8px 4px 0;
    background-color: #399E55;
    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: #399E55;
  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: #399E55;
      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 #399E55; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.thanks {
  background-color: #399E55;
  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: #399E55;
      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 #399E55; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.subheader {
  width: 100%;
  height: 60px;
  position: relative;
  background-color: #399E55;
  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: #399E55;
    font-weight: bold;
    background-image: url(/assets/search_icon_details-ed5a187ac7b78ea0dca62d6a12cac84879d0078229f521578fe1ae5506c84df9.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-bottom: 80px;
  margin-right: 0 !important;
  margin-left: 0 !important; }
  .subbody_has_branch {
    padding-top: 100px; }
  .subbody.chat_room_div {
    margin-top: 90px; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.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: 20px;
  position: relative;
  color: #333;
  text-decoration: none;
  display: block;
  font-weight: bold; }
  .subbox_title {
    color: #399E55;
    font-size: 14px;
    margin: 15px 0 10px 0; }
  .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: #399E55;
  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 #399E55;
  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: #399E55; }

.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: #399E55;
    color: #fff;
    border-color: #399E55; }

.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 #399E55;
      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 #06afbe 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: #399E55;
    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: #399E55;
  border: 1px solid #399E55;
  border-radius: 5px;
  color: #fff;
  padding: 5% 0;
  margin-right: 4%;
  display: block;
  width: 100%;
  font-size: 13px;
  margin-top: 15px; }

.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(57, 158, 85, 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-6f11f8c884e0585918f0fe827a263db7fab66b10c7c82eb35d5132bec8f4d632.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 #399E55;
      color: #399E55;
      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(57, 158, 85, 0.2); }
    .details_face_list_box_active {
      border-color: #399E55; }
      .details_face_list_box_active:after {
        opacity: 1; }
    .details_face_list_box_add {
      background-color: #399E55;
      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: #399E55;
    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: #399E55;
    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; }
  .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; }

.message_tab {
  margin: 20px 0 15px 0;
  display: flex;
  width: 100%;
  font-size: 10px; }
  .message_tab_btn {
    border: solid 2px #399E55;
    width: 50%;
    background-color: #fff;
    padding: 8px 0;
    text-align: center;
    color: #399E55 !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: #399E55;
      color: #fff !important; }

.message_search input {
  border: none;
  padding: 10px 10px 10px 40px;
  font-size: 12px;
  border-radius: 5px;
  width: 100%;
  background-image: url(/assets/message_icon_search-a225cbe2e33b208153865be4bb11e00e3bd658715006cebb98223161de652d0a.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 5%; }

.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: #399E55;
    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: #399E55;
      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 #399E55;
        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: #399E55;
  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 #399E55;
  border-bottom: 3px solid #399E55;
  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,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjQ2NyAyMy4zMTZMMTIgMTcuODI4TDQuNTMzMDEgMjMuMzE2TDcuNDAwMDEgMTQuNDUzTC0wLjA2Mjk4ODMgOS4wMDAwMUg5LjE1MTAxTDEyIDAuMTIyMDA5TDE0Ljg0OSA5LjAwMDAxSDI0LjA2MkwxNi42IDE0LjQ1M0wxOS40NjcgMjMuMzE2WiIgZmlsbD0iI0IyQjJCMiIvPgo8L3N2Zz4K");
  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,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjQ2NyAyMy4zMTZMMTIgMTcuODI4TDQuNTMzMDEgMjMuMzE2TDcuNDAwMDEgMTQuNDUzTC0wLjA2Mjk4ODMgOS4wMDAwMUg5LjE1MTAxTDEyIDAuMTIyMDA5TDE0Ljg0OSA5LjAwMDAxSDI0LjA2MkwxNi42IDE0LjQ1M0wxOS40NjcgMjMuMzE2WiIgZmlsbD0iIzM5OUU1NSIvPgo8L3N2Zz4K");
    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: #399E55; }
  .profile_point_btn {
    text-align: center;
    margin-top: -20px; }
    .profile_point_btn a {
      display: inline-block;
      background-color: #399E55;
      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: #399E55;
    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: #399E55;
        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-28751ff6311e3826463b8cdfb57eee4688d944a3787c353e14f0f257efbdc8c2.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-6f11f8c884e0585918f0fe827a263db7fab66b10c7c82eb35d5132bec8f4d632.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: #399E55; }
    .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: #399E55;
    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 #399E55;
    border-bottom: 3px solid #399E55;
    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: #06afbe 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: #399E55;
  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 #399E55;
  width: 100%;
  background-color: #fff;
  color: #399E55;
  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-cf662735ad760f78e8162300e55630f09aac02e691e871096fc4bdb55a423cae.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: #399E55;
    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: #399E55;
    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: #399E55; }

.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: #399E55;
      border-color: #399E55; }
  .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; }

.footer_link {
  padding: 5% 5% 100px 5%;
  background-color: #399E55;
  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: #399E55;
  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 #399E55;
  width: 100%;
  background-color: #fff;
  color: #399E55;
  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: #06b0be;
    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: #06b0be;
    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 #399E55;
    border-bottom: solid 2px #399E55;
    border-left: solid 2px #399E55;
    width: 50%;
    background-color: #fff;
    padding: 8px 0;
    text-align: center;
    color: #399E55 !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 #399E55; }
    .ranking_tab_btn_active {
      background-color: #399E55;
      color: #fff !important; }
  .ranking_tab_nomargin {
    margin-top: 15px; }

.ranking_prefectures {
  margin: 15px 5%;
  background-color: #399E55 !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 #399E55 transparent;
    position: absolute;
    right: 23%;
    top: -10px; }
  .ranking_prefectures_wrap {
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 13px;
    border-radius: 5px;
    background: #399E55;
    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: #399E55;
  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 #06afbe transparent;
    left: 50%;
    transform: translateX(-50%);
    top: -5px; }

.sticker_buy {
  background-color: #1e532d;
  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: 13px; }

.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: #399E55; }
    .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: #399E55; }

.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: #399E55;
  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: #06b0be;
  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; }

.coupon_list {
  display: flex;
  justify-content: space-between;
  border-bottom: dotted 1px #ccc; }
  .coupon_list:last-child {
    border-bottom: none; }
  .coupon_list_icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #ccc;
    background-size: cover;
    background-position: center; }
  .coupon_list_name {
    position: relative;
    padding: 25px 0 25px 53px; }
  .coupon_list_point {
    position: relative;
    padding: 25px 60px 25px 0; }
    .coupon_list_point span {
      background-color: #666;
      padding: 3px 10px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      color: #fff;
      font-size: 10px;
      border-radius: 100px; }
      .coupon_list_point span.coupon_list_point_get {
        background-color: #399E55; }

.coupon_get {
  margin-top: 30px;
  font-size: 15px;
  text-align: center;
  position: relative; }
  .coupon_get_wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-weight: bold; }
  .coupon_get_text {
    margin: 14px 0;
    line-height: 1.8; }
  .coupon_get_btn {
    text-align: center; }
    .coupon_get_btn a {
      display: inline-block;
      background-color: #fff;
      border-radius: 20px;
      color: #bca676;
      text-decoration: none;
      padding: 5px 30px;
      font-size: 13px; }

.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: #06b0be;
    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: #06b0be; }
    .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_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 #06b0be;
    color: #06b0be;
    padding: 6px 0;
    text-align: center;
    width: 30px;
    text-decoration: none;
    font-size: 12px;
    background-color: #fff; }
    .store_nav_box_active {
      background-color: #06b0be;
      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 #06b0be;
    color: #06b0be;
    padding: 0;
    text-align: center;
    font-size: 12px;
    background-color: #fff; }
  nav.pagination .prev, nav.pagination .next {
    display: none; }
  nav.pagination .current {
    background-color: #06b0be;
    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: #06b0be; }

.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.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: #399E55;
    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: #399E55;
  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: #399E55;
  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: #399E55;
  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: #399E55; }

.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: #06b0be;
  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; }

#display_register-credit-card-form, .credit-card-button {
  display: block;
  border: solid 1px #399E55;
  width: 100%;
  background-color: #fff;
  color: #399E55;
  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: #06b0be;
  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%); }

.subbody {
  margin-bottom: 15px; }

.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: #06b0be;
  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: #399E55;
  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: #06b0be;
    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 #06afbe; }
    .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 #06b0be;
      color: #06b0be;
      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: #06b0be;
    border: solid 2px #06b0be;
    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: #06b0be !important;
  padding: 5px 10px;
  border: solid 1px #06b0be; }

.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 {
  color: #17b5c2; }

.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; }

.subbody, .details_header_ph, .message_list, .nav_list, .wave_wrap, .wave_title, .wave_text, .wave_link, .welcome_title, .welcome_read, .welcome_link, .step-forward-link, .message_entry_wrap,
.search_title, .order_btn a, .order_btn input, .tingle-modal-box, .subbox, .search_details_wrap, .subbox_inner,
.message_wrap,
.subheader_inner,
.order_btn,
.message_wrap_title,
.login,
.search_more, .search_tabs, .tab-list {
  max-width: 420px;
  margin-left: auto !important;
  margin-right: auto !important; }

.search_wrap .subbox.subbox--fixed-bottom-modal {
  bottom: 0; }

.subheader_inner {
  position: relative;
  height: 100%;
  padding: 1px 0; }

.subbody_wider {
  max-width: none; }

.sticker_price:after {
  border-color: transparent transparent #399E55 transparent; }

.call_name a {
  text-decoration: none; }

body.body_login {
  background-image: none;
  background-color: #CBF0C6; }

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

.search_content_schedule_wrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center; }

.search_content_schedule input {
  background-color: #F5F5F5;
  padding: 5px 10px;
  border-radius: 100px;
  border: none; }

.wave_title img {
  width: 63%; }

.wave_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10; }
  .wave_wrap .wave_banner, .wave_wrap .wave_title, .wave_wrap .wave_text {
    position: static; }

.welcome {
  background-image: url(/assets/lp/background_top_01-8e3a8e55f24825e5017c788732fdb8abb27f3e03ee5a025a18deaedf609b302a.svg);
  background-position: top -1px center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 10%;
  padding-bottom: 20px; }

.footer_link {
  background-image: none;
  margin-top: -1px;
  padding-top: 1px; }

.list {
  margin-top: 0; }

.error-messages {
  color: #ff004d; }

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

.login_logo {
  margin-bottom: 30px; }

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

.login_help ul {
  padding-left: -10%;
  font-size: 12px; }
  .login_help ul a {
    color: #399E55;
    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; }
  .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: #F25C1B;
  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; }

.login_form_id input, .login_form_pass input, .login_form_enter input {
  padding: 15px 15px; }

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

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

.nav::after {
  all: unset; }

.nav .nav_list {
  justify-content: space-around; }

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

.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); }
  .subheader:after {
    display: none; }
  .subheader .subheader_bell {
    width: 20px;
    height: 20px;
    z-index: 5;
    background-image: url(/images/icon_bell.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 5px; }
  .subheader .subheader_setting {
    width: 28px;
    height: 28px;
    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--conversation .subheader_image {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  object-fit: cover;
  object-position: center; }

.subheader--conversation .subheader_title {
  position: absolute;
  left: calc(50px + 50px);
  padding-left: 0; }

.subheader_title {
  color: #19191B;
  text-align: left;
  padding-left: 50px;
  font-weight: normal;
  padding-left: 20px; }
  .subheader_link + .subheader_title {
    padding-left: 50px; }
  .subheader_title .subheader_subtitle {
    font-size: 14px;
    color: #818181;
    margin-left: 10px; }
  .subheader_title a {
    color: inherit;
    text-decoration: none; }

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

.subbox {
  box-shadow: none;
  border-radius: 0;
  margin: 14px 0;
  font-weight: normal; }
  .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--fixed-bottom {
    margin: 0;
    padding: 10px 20px;
    position: fixed;
    z-index: 1030;
    bottom: 90px;
    display: block;
    left: 0;
    right: 0;
    width: 100%; }
    .subbox.subbox--fixed-bottom .form_box--no-margin {
      margin: 0; }
  .subbox.subbox--fixed-bottom-modal {
    bottom: 14px; }
    .subbox.subbox--fixed-bottom-modal .search_submit {
      display: flex;
      column-gap: 10px; }
      .subbox.subbox--fixed-bottom-modal .search_submit button[type="reset"], .subbox.subbox--fixed-bottom-modal .search_submit input {
        display: inline-block;
        padding: 15px;
        border-radius: 8px; }
      .subbox.subbox--fixed-bottom-modal .search_submit input {
        margin: 0;
        width: auto;
        flex-grow: 1; }
      .subbox.subbox--fixed-bottom-modal .search_submit button[type="reset"] {
        background-color: #B2B2B2;
        border: 1px solid #B2B2B2;
        color: white; }
  .subbox.subbox--fixed-bottom-user-signup {
    bottom: 10px; }
  .subbox.subbox--no-top-margin {
    margin-top: 0; }
  .subbox.subbox_payment {
    padding-top: 16px;
    padding-bottom: 16px;
    margin: 8px 0; }
  .subbox.subbox_blocking {
    padding: 0; }
  .subbox.subbox--edit-profile .subbox_title, .subbox.subbox--edit-meeting-preferences .subbox_title, .subbox.subbox--bank-account .subbox_title, .subbox.subbox--video-order-modal .subbox_title, .subbox.subbox--history-detail-modal .subbox_title, .subbox.subbox--edit-email .subbox_title {
    font-size: 16px; }
    .subbox.subbox--edit-profile .subbox_title .optional_mark, .subbox.subbox--edit-meeting-preferences .subbox_title .optional_mark, .subbox.subbox--bank-account .subbox_title .optional_mark, .subbox.subbox--video-order-modal .subbox_title .optional_mark, .subbox.subbox--history-detail-modal .subbox_title .optional_mark, .subbox.subbox--edit-email .subbox_title .optional_mark {
      font-size: 13px;
      color: #818181;
      margin-left: 6px; }
  .subbox.subbox--edit-profile .form_input, .subbox.subbox--edit-meeting-preferences .form_input, .subbox.subbox--bank-account .form_input, .subbox.subbox--video-order-modal .form_input, .subbox.subbox--history-detail-modal .form_input, .subbox.subbox--edit-email .form_input {
    border-radius: 4px;
    color: #19191B; }
  .subbox.subbox--edit-meeting-preferences .order_list:last-child {
    margin-bottom: 0; }
  .subbox.subbox--bank-account .subbox_title .required_mark {
    font-size: 13px;
    color: #818181;
    margin-left: 6px; }
    .subbox.subbox--bank-account .subbox_title .required_mark .asterisk {
      font-size: 16px;
      color: #399E55;
      margin-left: 6px; }
  .subbox.subbox--edit-email.subbox--fixed-bottom {
    padding: 16px 20px; }
  .subbox.subbox--edit-email .subbox_title {
    font-weight: normal; }
  .subbox.subbox--edit-email .form_input--current-email {
    border: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold; }
  .subbox.subbox--edit-email .form_submit_info {
    color: #19191B;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 16px;
    text-align: center; }
  .subbox.subbox--no-bg {
    background-color: transparent; }
  .subbox.subbox--profile-search .order_list {
    margin-bottom: 0; }

.subbox_title {
  color: #19191B; }
  .subbox_title .subbox_required {
    color: #399E55;
    font-size: large; }

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

.message_tweet_name {
  position: relative;
  font-size: 14px !important;
  font-weight: normal;
  color: #19191B;
  width: calc(100% - (50px - 13px)); }
  .message_tweet_name span {
    font-size: 13px; }

.message_tweet_time {
  color: #818181;
  font-size: 12px !important; }

.message_tweet {
  border-bottom-width: 0; }
  .message_tweet .likeButton .likeButton_count {
    color: #818181; }
  .message_tweet .post_picture {
    border-radius: 8px;
    width: calc(100% - (50px - 13px)); }
  .message_tweet .message_tweet_text {
    font-size: 14px !important;
    display: block;
    width: calc(100% - (50px - 13px)); }

.message_list--post {
  column-gap: 16px;
  border-bottom-width: 0px !important; }
  .message_list--post::after {
    content: "";
    height: 1px;
    background-color: #F5F5F5;
    width: calc(100% - (20px * 2));
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%); }
  .message_list--post .message_face_content .message_face {
    width: 55px;
    height: 55px; }

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

.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: #399E55;
      line-height: 1.5;
      color: #fff; }

.form_pic_btn {
  width: 25px;
  height: 30px;
  background-image: url(/assets/icon_pic-36ee6a6706239cafaa708433da3ba5321b2aa8f4c339de8d37778eb05aa76f85.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;
  margin: 0; }

.profile_face_list_box {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  flex-shrink: 0;
  margin: 0; }
  .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: 21px 0; }
  .profile_wrap.profile_wrap_details {
    margin-top: 0;
    margin-bottom: 30px; }
    .profile_wrap.profile_wrap_details .profile_face {
      width: 130px;
      height: 130px; }
      .profile_wrap.profile_wrap_details .profile_face .profile_face_link {
        width: 32px;
        height: 32px;
        background-image: url(/assets/icon_plus-233d0a264e995e1955ecc0c5946b8c5ba099df88839ea45971a16bdedc6ff857.svg); }

.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_face_list {
  justify-content: start;
  flex-wrap: nowrap;
  column-gap: 10px;
  margin-top: 0; }

.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; }

.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: 10px;
      padding: 40px 10px 25px 10px;
      display: block;
      background-size: auto 30px;
      background-position: center top;
      background-repeat: no-repeat;
      color: #19191B;
      text-decoration: none;
      font-weight: normal; }
      .mypage_links_home li a.mypage_links-profile {
        background-image: url(/assets/icon_profile-3c33e93ced966d9fc42e9a94872dff7bfcef699479e725e7a29de9f1d3c20f6c.svg); }
      .mypage_links_home li a.mypage_links-history {
        background-image: url(/assets/icon_history-b1fcaaf4ab06b61c0e3736b5a0a83537333ec811c5e0bac6d6fbdbe2fd94f9b7.svg); }
      .mypage_links_home li a.mypage_links-payment {
        background-image: url(/assets/icon_payment-934ba638249822895f7c8f82f5e264ad17878904e84c1dad3e456d052b6cba44.svg); }
      .mypage_links_home li a.mypage_links-point {
        background-image: url(/assets/icon_point-0ee1b4bf81acd88dcff505f14dbb897db82d9b6585bfc39c01df1b76acc2d221.svg); }
      .mypage_links_home li a.mypage_links-help {
        background-image: url(/assets/icon_help-20cfa92d8e797e5804694b7a482e77bdf618f661300cfe40284def639b04e81d.svg); }
      .mypage_links_home li a.mypage_links-friends {
        background-image: url(/assets/icon_friends-9e9a41b2a2a7da52e06ae64ba26a16f417e7178b502b9304e180af6503d82648.svg); }
      .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/icon_logout-603e34f9164f39affdc3b1970345ddca8d841499d44f4f0d264a42095a749635.svg); }
  .mypage_links_home:after {
    display: block;
    content: '';
    width: 33%; }

.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;
  margin-top: 0;
  margin-bottom: 20px;
  color: #19191B; }
  .form_attribute_title .form_attribute_title_info {
    font-size: 12px;
    font-weight: normal; }

.form_attribute_wrap {
  display: flex;
  column-gap: 15px;
  align-items: center;
  border-bottom: 1px solid #EEE;
  padding-bottom: 17px;
  margin-bottom: 16px; }
  .form_attribute_wrap.form_attribute_wrap_toggle {
    justify-content: space-between; }
  .form_attribute_wrap .subbox_title {
    white-space: nowrap;
    font-weight: normal;
    margin: 0; }
  .form_attribute_wrap .form_box {
    width: 100%;
    margin: 0; }
    .form_attribute_wrap .form_box .form_input {
      text-align: right;
      border: none;
      padding: 0;
      font-size: 14px; }
      .form_attribute_wrap .form_box .form_input--green-text {
        color: #399E55; }
    .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;
    padding-bottom: 0;
    margin-bottom: 0; }

.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(/images/icon_foot.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 {
    display: block;
    padding: 8px 5px;
    text-align: center;
    background-color: #F25C1B;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    text-decoration: none;
    border: none;
    width: 100%; }

.form_input, .form_design select, .form_design input, .order_coupon_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 {
  margin: 40px 0; }
  .history_wrap .history_text {
    font-size: 13px;
    color: #818181; }
  .history_wrap .history_point {
    font-size: 32px;
    font-weight: normal;
    color: #19191B; }
  .history_wrap .history_detail {
    font-size: 13px; }

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

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

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

.history_nav_prev {
  padding-left: 30px; }

.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;
  font-size: 14px; }

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

.footmark_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  border-bottom: 1px solid #F5F5F5; }
  .footmark_block:last-child {
    border-bottom: 0; }
  .footmark_block .footmark_block_wrap {
    display: flex;
    align-items: center; }
    .footmark_block .footmark_block_wrap .footmark_name_icon {
      padding-top: 0; }
      .footmark_block .footmark_block_wrap .footmark_name_icon span {
        width: 42px;
        height: 42px; }
    .footmark_block .footmark_block_wrap .footmark_name_main {
      padding-left: 16px; }
      .footmark_block .footmark_block_wrap .footmark_name_main .footmark_name_from {
        font-size: 16px;
        margin: 0; }

.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;
  padding-left: unset; }
  .list_content_name:after, .list_content_name:before {
    display: none; }

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

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

.profile_main {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px; }
  .profile_main .profile_main_name {
    font-weight: bold;
    font-size: 18px;
    color: #399E55; }
  .profile_main .profile_main_status span {
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px; }

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

.profile_content_sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .profile_content_sub .profile_content .list_content_name {
    font-size: 14px;
    font-weight: normal; }

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

.profile_details {
  margin: 40px 0 0 0; }
  .profile_details .subbox_title {
    font-size: 16px; }
  .profile_details .details_text {
    font-size: 14px;
    color: #19191B; }
  .profile_details div:last-child, .profile_details table:last-child {
    margin-bottom: 0; }
  .profile_details .details_list tr th, .profile_details .details_list tr td {
    font-size: 14px;
    padding: 16px 0; }
  .profile_details .details_list tr th {
    color: #818181;
    font-weight: normal; }
  .profile_details .details_list tr td {
    color: #19191B; }

.message_search input {
  background-image: url(/assets/nav_icon_search-cec63ce93f10414fddd2a919c26bd62bf77768ceebbc4d2b2f4b3db823e906d6.png);
  background-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 8px; }

.message_nav {
  padding: 12px 20px 25px 20px; }

.message_tab {
  width: auto; }
  .message_tab .message_tab_btn {
    width: auto;
    border: none;
    margin-right: 0px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: normal;
    padding: 6px 15px;
    background-color: transparent;
    color: #B2B2B2 !important; }
    .message_tab .message_tab_btn.message_tab_btn_active {
      background-color: #399E55;
      color: #fff !important; }

.message_wrap {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px; }
  .message_wrap--last-messages {
    margin-bottom: 100px; }
  .message_wrap.message_wrap_short {
    padding-bottom: 4%; }
  .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_face {
    width: 50px;
    height: 50px; }
  .message_wrap .message_content {
    width: calc(100% - 120px);
    border-bottom: none; }
    .message_wrap .message_content .message_content_name {
      font-size: 15px;
      font-weight: normal;
      color: #19191B; }
    .message_wrap .message_content .message_content_text {
      color: #818181; }
  .message_wrap .message_content_data {
    width: 30px;
    position: relative; }
    .message_wrap .message_content_data .label.label-warning.message-unread-counter {
      background-color: #399E55;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-weight: bold;
      height: 24px;
      width: 24px;
      padding: 0; }
  .message_wrap .message_content_time {
    font-size: 11px;
    color: #818181; }

@media (min-width: 576px) {
  .message_wrap {
    padding-top: 17.25px;
    padding-bottom: 40.25px; }
    .message_wrap.message_wrap_short {
      padding-bottom: 23px; } }

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

.chat_room_div {
  padding-left: 10px;
  padding-right: 10px; }
  .chat_room_div .message_date {
    color: #818181; }
  .chat_room_div .message_inner_box {
    margin-left: 3%;
    border: none;
    border-radius: 6px;
    color: #19191B; }
    .chat_room_div .message_inner_box:before {
      display: none; }
  .chat_room_div .message_inner_read_by_partner span, .chat_room_div .message_inner_date span {
    color: #b2b2b2; }

.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: rgba(38, 22, 15, 0.15);
  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: #cbf0c6; }
  .search_details .search_details_wrap {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cbf0c6; }
    .search_details .search_details_wrap:after {
      display: none; }
  .search_details .search_wrap {
    margin: 0;
    height: auto;
    display: block;
    padding-bottom: 144px; }
    .search_details .search_wrap form {
      padding: 0; }
  .search_details .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; }
    .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--financial-history-modal, .modal_wrap--share-modal, .modal_wrap--review-modal, .modal_wrap--medical-record-modal, .modal_wrap--register-credit-card-modal {
    background-color: #cbf0c6; }
  .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; }
    .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: 22% !important;
    margin: 10px 0; }
    .sticker_list li a {
      display: block;
      color: #19191B; }
  .sticker_list .sticker_list_content {
    text-align: center; }

.order_subtotal, .order_discount, .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: #399E55; }

.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(/images/icon_select.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: #F25C1B; }

.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: #F25C1B;
  background-image: url(/images/icon_check.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: #F25C1B; }

.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 {
  padding: 0 20px; }
  .order_btn a, .order_btn input, .order_btn button {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto; }
  .order_btn--video-order-modal {
    padding: 0; }
    .order_btn--video-order-modal input[type="submit"], .order_btn--video-order-modal .cancel-button {
      margin: 0;
      width: 100%;
      font-weight: normal; }
    .order_btn--video-order-modal .cancel-button {
      margin-top: 10px;
      color: #399E55;
      background-color: white;
      border: 1px solid white; }

.modal_inner form {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px; }
  .modal_inner form.individual-video-order-modal-form, .modal_inner form.financial-history-modal-form, .modal_inner form.review-form, .modal_inner form.medical-record-form, .modal_inner form.register-credit-card-form, .modal_inner form.order-request-modal-form {
    padding: 0; }

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

.list_box {
  width: 165px;
  margin: 0 6px; }
  .list_box .list_box_ph {
    height: 200px;
    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 30px;
    background-image: url(/assets/icon_ranking-23fdc344fb696f1e3327b1eb7bb458ef52128b7b9e9d454cad9faf5400b250a5.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 12px; }
    .list_box .list_label--no-icon {
      padding: 4px 10px 3px;
      background-image: unset;
      background-repeat: unset;
      background-position: unset;
      background-size: 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; }

.meetings_titles_main {
  padding: 30px 20px 16px 20px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  color: #19191B; }
  .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;
  margin-top: 0;
  padding-top: 16px; }

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

.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: 15px;
  padding: 10px 16px;
  background-color: transparent;
  color: #B2B2B2 !important; }
  .search_tabs .tab-list-item.is-btn-active {
    background-color: #399E55;
    color: #fff !important; }

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

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

.order_list .order_check label {
  border-radius: 40px;
  border: solid 1px #B2B2B2;
  color: #818181; }

.order_list .order_check_input:checked + label {
  background: #399E55;
  border: solid 1px #399E55;
  color: white; }

.order_list--cast-levels {
  flex-wrap: nowrap;
  flex-direction: column; }
  .order_list--cast-levels .order_check label {
    display: block; }

.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: #399E55; }
  .search_content_age .noUi-handle {
    background-color: #399E55;
    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; }

.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: transparent; }

.mail_login_button .login_or_signup_with_sns_button {
  padding: 10px;
  margin: 0;
  box-shadow: none;
  background-color: #399E55;
  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; }

.login_morelinks {
  margin-top: 15px;
  font-size: 12px;
  text-align: center; }
  .login_morelinks a {
    color: #19191B;
    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_list {
  margin-bottom: 40px; }

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

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

#order-form {
  padding-bottom: 100px; }

.profile_likebtns button {
  font-size: 13px;
  background-color: #399E55;
  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; }

.profile_likebtns {
  background-color: #fff;
  padding: 10px 20px;
  display: block;
  position: fixed;
  bottom: 90px;
  left: 0;
  right: 0;
  z-index: 1030; }
  .profile_likebtns a, .profile_likebtns form, .profile_likebtns button {
    position: unset;
    margin: 0;
    width: 100%;
    z-index: unset; }

.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: #399E55; }

.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 button {
  overflow: hidden;
  position: relative;
  right: unset;
  top: unset; }
  .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: 6px;
  font-size: 14px;
  background-color: #cbf0c6;
  color: #19191B; }
  .message_system.message_system span p {
    margin: 0; }

.message_inner_box.sticker_chat_box {
  background: none; }

.message_entry {
  box-shadow: 0px 2px 6px 0px rgba(17, 18, 17, 0.5); }
  .message_entry .message_entry_right {
    align-items: center; }
    .message_entry .message_entry_right .message_entry_btn {
      margin-right: 10px; }
    .message_entry .message_entry_right .message_entry_btn:last-child {
      margin-right: 0; }
    .message_entry .message_entry_right .message_entry_btn_snippet {
      background-image: url(/assets/message_icon_snippet-3215b8039775cb07295189b1cf4cc7d5a7757b1c1cfd0c9d9d1fe5a868a9d76b.svg);
      background-color: transparent;
      border: none; }
    .message_entry .message_entry_right .btn_action_upload, .message_entry .message_entry_right .btn_action_gift, .message_entry .message_entry_right .btn_action_video, .message_entry .message_entry_right .btn_action_snippet {
      width: 25px;
      height: 25px;
      background-size: contain; }

@media (min-width: 576px) {
  .message_entry {
    padding: 17.25px 28.75px; } }

.message_entry form .btb.btn-primary {
  background-color: #399E55;
  border: 1px solid #399E55;
  border-radius: 7px;
  padding: 2%;
  margin-right: 14px;
  display: block;
  width: 28px;
  font-size: 0;
  height: 28px;
  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); }

#new_cast_container .list_box .list_content .list_content_name {
  font-size: 12px;
  font-weight: normal; }
  #new_cast_container .list_box .list_content .list_content_name .list_content_age {
    padding-left: 4px; }

#new_cast_container .list_box .list_content .list_content_comment {
  font-size: 11px !important; }

#new_cast_container .list_box .list_content .list_content_points {
  font-size: 12px;
  font-weight: bold; }
  #new_cast_container .list_box .list_content .list_content_points span {
    font-size: 9px;
    font-weight: normal; }

.search_cast .list_box .list_content .list_content_name {
  font-size: 13px;
  font-weight: normal; }
  .search_cast .list_box .list_content .list_content_name .list_content_age {
    padding-left: 4px; }

.search_cast .list_box .list_content .list_content_comment {
  font-size: 11px !important; }

.search_cast .list_box .list_content .list_content_points {
  font-size: 12px; }
  .search_cast .list_box .list_content .list_content_points span {
    font-size: 10px; }

.favorite.active:after {
  background-color: #399E55; }

.subbody--with-bottom-spacing {
  padding-bottom: 130px; }

.subbody--share-modal {
  padding: 24px 20px !important; }

.subbody--user-signup {
  padding-bottom: 60px; }

.green_check {
  display: inline-block; }
  .green_check input[type="radio"] {
    display: none; }
  .green_check input + label {
    display: inline-block;
    min-width: 120px;
    padding: 16px !important;
    margin: 0 !important;
    border: 1px solid #B2B2B2;
    border-radius: 8px;
    font-size: 15px;
    color: #818181;
    text-align: center; }
    .green_check input + label::before, .green_check input + label::after {
      all: unset !important; }
  .green_check input:checked + label {
    background-color: #399E55;
    color: white; }

.point_list tr th, .point_list tr td {
  font-size: 14px;
  padding: 16px 0; }

.point_list tr th {
  color: #818181;
  font-weight: normal; }

.point_list tr td {
  color: #19191B; }

.point_list tr.highlight th {
  color: #19191B; }

.point_list tr.highlight td {
  font-size: 18px;
  font-weight: bold; }

.subbody--profile {
  padding-bottom: 130px; }

.message_room_cast_select_btn {
  background-color: #399E55;
  color: #f5f5f5;
  padding: 9px;
  margin-top: 8px;
  border: 0;
  border-radius: 29px;
  box-shadow: none;
  font-size: 12px; }

.body--post-list .lightbox .lb-image {
  border-width: 0px; }

.body--post-list .lb-dataContainer {
  margin-top: 23px; }

.body--post-list .lb-data .lb-close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url(/assets/lightbox/close-post-85ad3a981d2e0a17d814eacb4ba0c173d417c5f8aeddeb85e5e26ae20da72b45.png) center center no-repeat; }

.tingle-modal-box .modal-confirm--financial-history-modal {
  width: 100%;
  margin: 0;
  padding: 15px 0;
  border: 1px solid #399E55; }

.confirmation-modal .tingle-modal-box {
  background-color: transparent; }
  .confirmation-modal .tingle-modal-box .tingle-modal-box__content {
    padding: 0; }

.confirmation-modal .modal_wrap {
  margin: 0;
  background-color: transparent; }
  .confirmation-modal .modal_wrap h1 {
    font-size: 18px;
    margin: 0;
    padding-top: 24px;
    padding-bottom: 20px;
    background-color: white;
    border-bottom: 1px solid #F5F5F5;
    border-radius: 16px 16px 0px 0px; }
    .confirmation-modal .modal_wrap h1::after {
      all: unset; }
  .confirmation-modal .modal_wrap .confirm-button {
    display: block;
    padding-top: 20px;
    padding-bottom: 24px;
    text-align: center;
    font-size: 16px;
    background-color: white;
    color: #399E55;
    text-decoration: none;
    border-radius: 0px 0px 16px 16px; }
  .confirmation-modal .modal_wrap .cancel-button {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding: 16px 0px;
    text-align: center;
    font-size: 16px;
    background-color: white;
    color: #818181;
    border: 0;
    border-radius: 16px; }

.meeting-request-acceptance-modal .tingle-modal-box {
  background-color: transparent; }
  .meeting-request-acceptance-modal .tingle-modal-box .tingle-modal-box__content {
    padding: 0; }

.meeting-request-acceptance-modal .modal_inner {
  padding: 24px;
  border-radius: 16px;
  background-color: white; }
  .meeting-request-acceptance-modal .modal_inner .accept-button, .meeting-request-acceptance-modal .modal_inner .refuse-button {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 16px 40px;
    border: 0;
    border-radius: 8px;
    text-align: center;
    text-decoration: none; }
  .meeting-request-acceptance-modal .modal_inner .accept-button {
    background-color: #399E55;
    color: white; }
  .meeting-request-acceptance-modal .modal_inner .refuse-button {
    background-color: #F5F5F5;
    color: #818181;
    margin-top: 16px; }

.after-sign-up-modal .tingle-modal-box {
  background-color: transparent; }
  .after-sign-up-modal .tingle-modal-box .tingle-modal-box__content {
    padding: 0; }

.after-sign-up-modal .modal_inner {
  padding: 24px;
  border-radius: 16px;
  background-color: white; }
  .after-sign-up-modal .modal_inner h1 {
    font-size: 18px;
    margin: 0; }
    .after-sign-up-modal .modal_inner h1::after {
      all: unset; }
  .after-sign-up-modal .modal_inner .ok-button {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 16px 40px;
    margin: 20px 0px;
    border: 0;
    border-radius: 8px;
    text-align: center;
    background-color: #399E55;
    color: white; }
    .after-sign-up-modal .modal_inner .ok-button + p {
      margin: 0;
      font-size: 13px;
      color: #818181;
      text-align: center; }

@media (max-width: 540px) {
  .confirmation-modal .tingle-modal-box {
    position: relative;
    top: 50% !important;
    transform: translateY(-50%); } }

@media (max-width: 540px) {
  .meeting-request-acceptance-modal .tingle-modal-box {
    position: relative;
    top: 50% !important;
    transform: translateY(-50%); } }

@media (max-width: 540px) {
  .after-sign-up-modal .tingle-modal-box {
    position: relative;
    top: 50% !important;
    transform: translateY(-50%); } }

.history_details--meeting {
  display: flex;
  align-items: center;
  column-gap: 16px; }
  .history_details--meeting .history_details_misc {
    font-size: 14px;
    color: #818181; }

.history_details--review {
  display: flex;
  align-items: center;
  column-gap: 16px; }
  .history_details--review .history_details_misc .history_details_question {
    font-size: 13px;
    color: #818181; }
  .history_details--review .history_details_misc .history_details_name {
    all: unset;
    font-size: 18px;
    color: #19191B; }

.history_details_list {
  margin-top: 0; }
  .history_details_list tr th, .history_details_list tr td {
    border-bottom: 1px solid #EEE;
    color: #19191B; }
  .history_details_list tr th.history_details_list_subtotal {
    font-size: 16px;
    font-weight: normal; }
    .history_details_list tr th.history_details_list_subtotal + td {
      font-size: 18px;
      font-weight: bold; }

.inviter-box {
  margin-top: 32px;
  text-align: center; }
  .inviter-box svg {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
  .inviter-box__title {
    font-size: 16px;
    text-align: center;
    color: #19191B; }
  .inviter-box__inviter-code {
    padding: 16px 24px;
    background-color: white;
    border-radius: 8px;
    border: 1px solid #B2B2B2;
    box-shadow: 0px 2px 6px 0px rgba(17, 18, 17, 0.1);
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    column-gap: 10px; }
    .inviter-box__inviter-code button {
      width: 18px;
      height: 18px;
      padding: 0;
      background-color: transparent;
      border: 0; }
    .inviter-box__inviter-code input {
      font-size: 16px;
      border: 0;
      background-color: transparent; }
  .inviter-box__inviter-code-info, .inviter-box__other-method-info {
    font-size: 12px;
    text-align: center; }
  .inviter-box__inviter-code-info {
    color: #818181; }
  .inviter-box__other-method-info {
    color: #19191B; }

.message-snippet-modal .tingle-modal-box {
  background: transparent; }

.message-snippet-modal .modal_wrap {
  background-color: transparent; }

.message-snippet-modal .modal_inner {
  height: 100vh;
  overflow-y: unset;
  -webkit-overflow-scrolling: touch; }

.message-snippet-modal .tab-list {
  column-gap: 20px;
  background-color: white; }
  .message-snippet-modal .tab-list .tab-list-item {
    font-size: 15px;
    padding: 10px 16px;
    background-color: #D1D3D9;
    color: white !important; }
    .message-snippet-modal .tab-list .tab-list-item.is-btn-active {
      background-color: #399E55; }

.message-snippet-modal .message-snippet-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  column-gap: 10px;
  row-gap: 20px; }
  .message-snippet-modal .message-snippet-list .message-snippet-list-item .message-snippet-container {
    width: 100%;
    border-radius: 8px;
    background-color: #CBF0C6;
    color: #19191B;
    font-size: 11px;
    padding: 10px; }

.message-snippet-modal .editable-message-snippet-list .editable-message-snippet-list-item .editable-message-snippet-container .message-snippet-preview .slot {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-bottom: 2px solid #399E55;
  color: #399E55; }
  .message-snippet-modal .editable-message-snippet-list .editable-message-snippet-list-item .editable-message-snippet-container .message-snippet-preview .slot:focus {
    border-bottom: 2px dotted #399E55; }

.message-snippet-modal .editable-message-snippet-list .editable-message-snippet-list-item .editable-message-snippet-container .message-snippet-slot-inputs .slot-input-container {
  display: none;
  column-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  background-color: white;
  border-radius: 8px;
  padding: 10px; }
  .message-snippet-modal .editable-message-snippet-list .editable-message-snippet-list-item .editable-message-snippet-container .message-snippet-slot-inputs .slot-input-container label {
    flex-basis: max-content;
    flex-shrink: 0; }
  .message-snippet-modal .editable-message-snippet-list .editable-message-snippet-list-item .editable-message-snippet-container .message-snippet-slot-inputs .slot-input-container .slot-input {
    flex-basis: auto;
    flex-shrink: 1;
    flex-grow: 1;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background-color: transparent;
    min-height: 1em; }
    .message-snippet-modal .editable-message-snippet-list .editable-message-snippet-list-item .editable-message-snippet-container .message-snippet-slot-inputs .slot-input-container .slot-input--date {
      padding-right: 1em;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiMxOTE5MUIiIGhlaWdodD0iMTYiIHdpZHRoPSIxNCIgdmlld0JveD0iMCAwIDQ0OCA1MTIiPjwhLS0hRm9udCBBd2Vzb21lIEZyZWUgNi41LjEgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UvZnJlZSBDb3B5cmlnaHQgMjAyMyBGb250aWNvbnMsIEluYy4tLT48cGF0aCBkPSJNMTUyIDI0YzAtMTMuMy0xMC43LTI0LTI0LTI0cy0yNCAxMC43LTI0IDI0VjY0SDY0QzI4LjcgNjQgMCA5Mi43IDAgMTI4djE2IDQ4VjQ0OGMwIDM1LjMgMjguNyA2NCA2NCA2NEgzODRjMzUuMyAwIDY0LTI4LjcgNjQtNjRWMTkyIDE0NCAxMjhjMC0zNS4zLTI4LjctNjQtNjQtNjRIMzQ0VjI0YzAtMTMuMy0xMC43LTI0LTI0LTI0cy0yNCAxMC43LTI0IDI0VjY0SDE1MlYyNHpNNDggMTkySDQwMFY0NDhjMCA4LjgtNy4yIDE2LTE2IDE2SDY0Yy04LjggMC0xNi03LjItMTYtMTZWMTkyeiIvPjwvc3ZnPg==");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: right; }
  .message-snippet-modal .editable-message-snippet-list .editable-message-snippet-list-item .editable-message-snippet-container .message-snippet-slot-inputs .slot-input-container--show {
    display: flex;
    margin-top: 10px; }

.message-snippet-modal .editable-message-snippet-list .editable-message-snippet-list-item .editable-message-snippet-container .message-snippet-send {
  display: none;
  width: 100%;
  padding: 10px;
  background-color: #399E55;
  color: white;
  border: 0;
  border-radius: 29px; }
  .message-snippet-modal .editable-message-snippet-list .editable-message-snippet-list-item .editable-message-snippet-container .message-snippet-send--show {
    display: block;
    margin-top: 10px; }

.fieldset-review {
  margin: 0;
  padding: 0;
  border: 0; }

.star-rating {
  margin-top: 16px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjQ2NyAyMy4zMTZMMTIgMTcuODI4TDQuNTMzMDEgMjMuMzE2TDcuNDAwMDEgMTQuNDUzTC0wLjA2Mjk4ODMgOS4wMDAwMUg5LjE1MTAxTDEyIDAuMTIyMDA5TDE0Ljg0OSA5LjAwMDAxSDI0LjA2MkwxNi42IDE0LjQ1M0wxOS40NjcgMjMuMzE2WiIgZmlsbD0iI0IyQjJCMiIvPgo8L3N2Zz4K");
  width: 120px;
  height: 24px; }
  .star-rating i {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjQ2NyAyMy4zMTZMMTIgMTcuODI4TDQuNTMzMDEgMjMuMzE2TDcuNDAwMDEgMTQuNDUzTC0wLjA2Mjk4ODMgOS4wMDAwMUg5LjE1MTAxTDEyIDAuMTIyMDA5TDE0Ljg0OSA5LjAwMDAxSDI0LjA2MkwxNi42IDE0LjQ1M0wxOS40NjcgMjMuMzE2WiIgZmlsbD0iIzM5OUU1NSIvPgo8L3N2Zz4K");
    width: 24px;
    height: 24px; }

.review_text_box, .medical-record-text-box {
  margin-top: 16px; }
  .review_text_box textarea, .medical-record-text-box textarea {
    height: 133px;
    border: 1px solid #F5F5F5;
    border-radius: 4px;
    padding: 14px;
    resize: vertical; }

.medical-record-text-box textarea {
  width: 100%;
  height: 200px; }

.details_points_list--review h4 {
  margin: 0 0 20px 0;
  font-size: 18px; }

.details_review_list {
  column-gap: 4px;
  row-gap: 20px; }
  .details_review_list .details_review_box {
    margin: 0;
    flex-basis: calc((100% - (4px * 3)) / 4); }
    .details_review_list .details_review_box .review_sticker {
      border-radius: 8px;
      background-color: #F5F5F5;
      background-position: center;
      background-size: 95%;
      border: 4px solid #F5F5F5; }
    .details_review_list .details_review_box input:checked + label.review_sticker {
      background-color: #cbf0c6;
      border: 4px solid #399E55; }
    .details_review_list .details_review_box .details_points_price {
      margin-top: 5px; }

.modal_wrap .modal_wrap_header.modal_wrap_header--review-modal, .modal_wrap .modal_wrap_header.modal_wrap_header--medical-record-modal, .modal_wrap .modal_wrap_header.modal_wrap_header--register-credit-card-modal {
  text-align: center;
  padding: 20px; }
  .modal_wrap .modal_wrap_header.modal_wrap_header--review-modal .modal-close, .modal_wrap .modal_wrap_header.modal_wrap_header--medical-record-modal .modal-close, .modal_wrap .modal_wrap_header.modal_wrap_header--register-credit-card-modal .modal-close {
    background-image: url(/assets/icon_close-ddae20967f6081f0462d965d8d2cf7d984e803335dfd35622da3c96bbd7a3f95.svg); }
    .modal_wrap .modal_wrap_header.modal_wrap_header--review-modal .modal-close::after, .modal_wrap .modal_wrap_header.modal_wrap_header--medical-record-modal .modal-close::after, .modal_wrap .modal_wrap_header.modal_wrap_header--register-credit-card-modal .modal-close::after {
      border: 0; }

.service_messages_main {
  color: #399E55; }

.service_messages_link a {
  border-color: #399E55;
  color: #399E55; }

.questionnaire-container {
  min-height: calc(100vh - (16px * 2));
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 16px;
  margin: 16px; }

@media (min-width: 576px) {
  .questionnaire-container {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto; } }

.progress-bar-container .progress-bar-background {
  display: block;
  width: 100%;
  height: 24px;
  background-color: #B2B2B2;
  border-radius: 4px; }
  .progress-bar-container .progress-bar-background .progress-bar {
    display: inline-block;
    height: 24px;
    width: 0%;
    background-color: #399E55;
    border-radius: 4px; }

.questions-container {
  background-color: white;
  border-radius: 8px; }

.question-container {
  display: none;
  width: 100%;
  background-color: white;
  border-radius: 8px;
  color: #19191B;
  padding: 32px 16px;
  font-size: 16px; }
  .question-container .question-text {
    display: block;
    font-size: 18px; }
  .question-container .question-answer--select {
    background-color: white;
    padding: 8px 12px;
    border: 1px solid #B2B2B2;
    border-radius: 8px;
    outline-width: 0px; }
    .question-container .question-answer--select:focus {
      border: 1px solid #399E55;
      box-shadow: 0 0 0 4px rgba(57, 158, 85, 0.25); }
  .question-container .question-answer-container--radio .question-answer, .question-container .question-answer-container--checkbox .question-answer {
    display: none; }
  .question-container .question-answer-container--radio .question-answer-label, .question-container .question-answer-container--checkbox .question-answer-label {
    display: block;
    padding: 8px 12px;
    border: 1px solid #B2B2B2;
    border-radius: 8px;
    background-color: white;
    color: #818181; }
  .question-container .question-answer-container--radio .question-answer:checked + .question-answer-label, .question-container .question-answer-container--checkbox .question-answer:checked + .question-answer-label {
    border: 1px solid #399E55;
    background-color: #399E55;
    color: white; }
  .question-container .question-answers-container--checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
    .question-container .question-answers-container--checkbox .question-answer-container--checkbox .question-answer-label {
      border: 1px solid #B2B2B2;
      background-color: #B2B2B2;
      color: white; }
  .question-container .question-answers-container--real-checkbox {
    display: flex;
    flex-direction: column;
    row-gap: 8px; }
    .question-container .question-answers-container--real-checkbox .question-answer-container--checkbox {
      display: flex;
      gap: 8px;
      align-items: center; }
      .question-container .question-answers-container--real-checkbox .question-answer-container--checkbox .question-answer {
        appearance: none;
        display: block;
        width: 1em;
        height: 1em;
        padding: 12px;
        border: 1px solid #B2B2B2;
        border-radius: 4px;
        background-color: white; }
        .question-container .question-answers-container--real-checkbox .question-answer-container--checkbox .question-answer:checked {
          border: 1px solid #399E55;
          background-color: #399E55;
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain; }
      .question-container .question-answers-container--real-checkbox .question-answer-container--checkbox .question-answer-label {
        flex-grow: 1;
        border: unset;
        border-radius: unset;
        background: unset; }
      .question-container .question-answers-container--real-checkbox .question-answer-container--checkbox .question-answer:checked + .question-answer-label {
        border: unset;
        background-color: unset;
        color: #818181; }
  .question-container .question-answers-container--radio-button {
    display: flex;
    flex-direction: column;
    row-gap: 8px; }
  .question-container .question-answers-container--yes-or-no {
    display: flex;
    flex-direction: row;
    column-gap: 8px; }
    .question-container .question-answers-container--yes-or-no .question-answer-container--radio {
      flex-basis: 50%;
      flex-grow: 0;
      flex-shrink: 0; }
      .question-container .question-answers-container--yes-or-no .question-answer-container--radio .question-answer-label {
        border: 1px solid #B2B2B2;
        background-color: #B2B2B2;
        color: white;
        text-align: center; }
  .question-container .question-answer--input-number, .question-container .question-answer--input-date, .question-container .question-answer--textarea {
    background-color: white;
    padding: 8px 12px;
    font-size: 16px !important;
    border-radius: 8px;
    border: 1px solid #B2B2B2; }
    .question-container .question-answer--input-number:focus, .question-container .question-answer--input-date:focus, .question-container .question-answer--textarea:focus {
      border: 1px solid #399E55;
      box-shadow: 0 0 0 4px rgba(57, 158, 85, 0.25); }
  .question-container .question-answer--textarea {
    min-height: 4em;
    resize: vertical; }
  .question-container .question-navigation {
    margin-top: 32px;
    display: flex;
    column-gap: 8px; }
    .question-container .question-navigation .previous-question, .question-container .question-navigation .next-question, .question-container .question-navigation .submit-questionnaire {
      padding: 10px 14px;
      flex: 1 0 auto;
      border-radius: 32px; }
      .question-container .question-navigation .previous-question:disabled, .question-container .question-navigation .next-question:disabled, .question-container .question-navigation .submit-questionnaire:disabled {
        border: 1px solid #cfcfcf;
        color: #777; }
    .question-container .question-navigation .previous-question {
      background-color: white;
      color: #399E55;
      border: 1px solid #399E55; }
      .question-container .question-navigation .previous-question:focus {
        background-color: #399E55;
        color: white; }
    .question-container .question-navigation .next-question, .question-container .question-navigation .submit-questionnaire {
      background-color: #399E55;
      color: white;
      border: 1px solid #399E55; }

.question-container--active {
  display: flex;
  flex-direction: column;
  row-gap: 16px; }

.sub-question-container .question-text {
  font-size: 16px;
  margin-bottom: 8px; }

#not-suitable-for-urgent-mental-illness, #check-with-your-health-care-provider {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 16px;
  margin: 16px; }
  #not-suitable-for-urgent-mental-illness .message-container, #check-with-your-health-care-provider .message-container {
    background-color: white;
    padding: 16px;
    border-radius: 16px; }
    #not-suitable-for-urgent-mental-illness .message-container p, #check-with-your-health-care-provider .message-container p {
      color: #19191B;
      font-size: 16px;
      margin: 8px 0px; }
    #not-suitable-for-urgent-mental-illness .message-container .back-to-home-link, #check-with-your-health-care-provider .message-container .back-to-home-link {
      display: block;
      padding: 8px 16px;
      margin-top: 16px;
      border-radius: 8px;
      background-color: #399E55;
      color: white;
      font-size: 14px;
      text-decoration: none;
      text-align: center; }

.verify-email-page .verify-email-instruction {
  font-size: 24px;
  color: #19191B;
  margin: 0 0 20px; }

.verify-email-page .email-verification-code-inputs-container {
  display: flex;
  column-gap: 12px; }
  .verify-email-page .email-verification-code-inputs-container .email-verification-code-input {
    display: inline-block;
    flex-basis: calc((100% - (12px * (6 - 1))) / 6);
    min-width: 0;
    padding: 14px;
    background-color: white;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    font-size: 16px;
    text-align: center; }
    .verify-email-page .email-verification-code-inputs-container .email-verification-code-input::-webkit-outer-spin-button, .verify-email-page .email-verification-code-inputs-container .email-verification-code-input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .verify-email-page .email-verification-code-inputs-container .email-verification-code-input[type=number] {
      appearance: textfield;
      -moz-appearance: textfield; }

.verify-email-page .resend-email-container {
  padding: 16px 0;
  text-align: center; }
  .verify-email-page .resend-email-container .resend-email-text {
    color: #19191B;
    font-size: 12px;
    margin: 0; }
  .verify-email-page .resend-email-container .resend-email-submit {
    font-size: inherit;
    background: transparent;
    border: 0;
    padding: 0;
    margin-left: 8px;
    color: #399E55; }

.schedule-calendar-container .datepicker-inline {
  width: 100%; }

.schedule-calendar-container .datepicker table {
  width: 100%; }

.schedule-calendar-container .datepicker td, .schedule-calendar-container .datepicker th {
  width: auto; }

.schedule-calendar-container .datepicker table tr td.day--with-schedules {
  position: relative; }
  .schedule-calendar-container .datepicker table tr td.day--with-schedules::after {
    content: '';
    position: absolute;
    top: 4px;
    right: 5px;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: red;
    font-size: 3px; }

.schedule-calendar-container--profile, .schedule-calendar-container--message-snippet, .schedule-calendar-container--individual-video-order {
  margin-bottom: 16px; }
  .schedule-calendar-container--profile .datepicker-inline, .schedule-calendar-container--message-snippet .datepicker-inline, .schedule-calendar-container--individual-video-order .datepicker-inline {
    border: 1px solid #B2B2B2; }

.schedule-calendar-container--message-snippet, .schedule-calendar-container--individual-video-order {
  font-size: 11px; }

.schedule-entry-form-group-container {
  display: none; }
  .schedule-entry-form-group-container--show {
    display: block; }
  .schedule-entry-form-group-container .schedule-entry-form-container {
    display: flex;
    column-gap: 5px;
    margin-bottom: 10px; }
    .schedule-entry-form-group-container .schedule-entry-form-container .schedule-entry-form-starting-at {
      flex-grow: 1;
      padding: 10px;
      color: #19191B; }
    .schedule-entry-form-group-container .schedule-entry-form-container .remove-schedule-entry-form {
      flex-shrink: 0;
      padding: 10px;
      border: 1px solid #F5D5D5;
      border-radius: 10px;
      background-color: white;
      color: #9E3939; }
  .schedule-entry-form-group-container .schedule-entry-form-target {
    display: none; }
  .schedule-entry-form-group-container .add-new-schedule-entry-form {
    width: 100%;
    padding: 10px;
    border: 1px solid #D5F5D5;
    border-radius: 10px;
    background-color: white;
    color: #399E55; }

.schedule-entry-group-container {
  display: none; }
  .schedule-entry-group-container--show {
    display: block; }
  .schedule-entry-group-container .schedule-entry-date {
    font-size: 14px;
    font-weight: normal;
    color: #19191B;
    margin: 0 0 4px; }
  .schedule-entry-group-container .schedule-entry-starting-at {
    display: inline-block;
    padding: 7px 20px;
    margin: 3px 7px 3px 0px;
    background-color: white;
    border: 1px solid #399E55;
    border-radius: 40px;
    text-decoration: none;
    color: #399E55;
    font-size: 13px; }
    .schedule-entry-group-container .schedule-entry-starting-at:focus {
      background-color: #399E55;
      color: white; }
  .schedule-entry-group-container--message-snippet, .schedule-entry-group-container--individual-video-order {
    margin-bottom: 16px; }
    .schedule-entry-group-container--message-snippet .schedule-entry-date, .schedule-entry-group-container--individual-video-order .schedule-entry-date {
      font-size: 12px; }
    .schedule-entry-group-container--message-snippet .schedule-entry-starting-at-container, .schedule-entry-group-container--individual-video-order .schedule-entry-starting-at-container {
      display: inline-block; }
      .schedule-entry-group-container--message-snippet .schedule-entry-starting-at-container .schedule-entry-starting-at-input, .schedule-entry-group-container--individual-video-order .schedule-entry-starting-at-container .schedule-entry-starting-at-input {
        display: none; }
      .schedule-entry-group-container--message-snippet .schedule-entry-starting-at-container label, .schedule-entry-group-container--individual-video-order .schedule-entry-starting-at-container label {
        display: inline-block;
        padding: 7px 20px;
        margin: 3px 7px 3px 0px;
        background-color: white;
        border: 1px solid #399E55;
        border-radius: 40px;
        text-decoration: none;
        color: #399E55;
        font-size: 13px;
        font-size: 11px; }
      .schedule-entry-group-container--message-snippet .schedule-entry-starting-at-container .schedule-entry-starting-at-input:checked + label, .schedule-entry-group-container--individual-video-order .schedule-entry-starting-at-container .schedule-entry-starting-at-input:checked + label {
        background-color: #399E55;
        color: white; }
  .schedule-entry-group-container--individual-video-order {
    padding: 0;
    border: none; }

#medical-records.profile_details .medical-record-container .medical-record-meeting-date, #medical-records.profile_details .medical-record-container .medical-record-cast-name {
  font-weight: bold;
  margin: 0 0 8px; }

#medical-records.profile_details .medical-record-container .medical-record-detail {
  margin-top: 16px;
  background-color: white;
  border: 1px solid #B2B2B2;
  padding: 8px 8px 46px;
  border-radius: 4px;
  position: relative;
  height: 200px;
  overflow-y: hidden; }
  #medical-records.profile_details .medical-record-container .medical-record-detail .detail-full-height-toggler {
    display: none; }
  #medical-records.profile_details .medical-record-container .medical-record-detail .detail-full-height-toggler + label {
    display: block;
    max-height: 30px;
    padding: 7px 20px;
    font-size: 11px;
    background-color: transparent;
    border: 1px solid #399E55;
    border-radius: 40px;
    color: #399E55;
    position: absolute;
    right: 8px;
    bottom: 8px; }
  #medical-records.profile_details .medical-record-container .medical-record-detail .detail-full-height-toggler:checked + label {
    background-color: #399E55;
    color: #F5F5F5; }
  #medical-records.profile_details .medical-record-container .medical-record-detail--full-height {
    height: auto; }

#medical-records.profile_details nav.pagination {
  margin-top: 16px; }

nav.pagination .page, nav.pagination .first, nav.pagination .last {
  border: solid 1px #399E55;
  border-radius: 4px;
  color: #399E55; }

nav.pagination .current {
  background-color: #399E55;
  color: white; }

nav.pagination a {
  color: #399E55; }

.profile_review_box {
  padding: 0; }
  .profile_review_box h2 {
    margin: 0;
    padding: 35px 20px 10px; }
  .profile_review_box .pagination {
    padding: 0 20px 20px; }
  .profile_review_box .review-container {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center; }
    .profile_review_box .review-container.hidden {
      background-color: #ddd; }
    .profile_review_box .review-container .star-rating {
      margin-top: 0;
      margin-bottom: 4px; }
      .profile_review_box .review-container .star-rating input:hover + i {
        opacity: 0; }
      .profile_review_box .review-container .star-rating input:checked:hover + i {
        opacity: 1; }
    .profile_review_box .review-container .review-reviewer {
      display: flex;
      gap: 10px;
      font-weight: bold;
      margin-bottom: 5px; }
    .profile_review_box .review-container .review-action {
      height: fit-content; }
      .profile_review_box .review-container .review-action a {
        text-decoration: none; }
  .profile_review_box .review-container:last-of-type {
    border-bottom-width: 0; }

.all_reviews .search_wrap {
  background-color: #fff; }

.inviter-box__inviter-code button {
  width: 5%; }

.inviter-box__inviter-code input {
  width: 95%; }

body #axes_registerd_card_area label, body #axes_new_card_area label, body #axes_token_card_info_area label {
  font-size: 16px; }

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"] {
  border-color: #F5F5F5;
  border-radius: 4px; }

body #axes_registerd_card_area select#axes_token_card_expires_month, body #axes_registerd_card_area select#axes_token_card_expires_year, body #axes_new_card_area select#axes_token_card_expires_month, body #axes_new_card_area select#axes_token_card_expires_year, body #axes_token_card_info_area select#axes_token_card_expires_month, body #axes_token_card_info_area select#axes_token_card_expires_year {
  background-color: #fff;
  border: solid 1px #F5F5F5;
  border-radius: 4px;
  padding: 15px;
  line-height: 1.5; }

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

body #register-credit-card-form #register_button {
  background-color: #399E55;
  color: white;
  margin-top: 0; }

#display_register-credit-card-form {
  background-color: #399E55;
  color: white; }

.tingle-modal-box {
  position: unset;
  top: unset !important;
  right: unset;
  bottom: unset !important;
  left: unset; }

#video_container video.secondaryView--1 {
  left: 8%; }

#video_container video.secondaryView--2 {
  left: 28vw; }

#video_container video.secondaryView--3 {
  left: 50.5vw; }

#video_container video.secondaryView--4 {
  left: 73.5vw; }

@media (min-width: 576px) {
  #video_container video {
    max-width: 200px;
    max-height: 200px; }
    #video_container video.mainView {
      width: 100%;
      max-width: 100%;
      max-height: 100%; } }

.chat-meeting-info-container {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: #399E55; }
  .chat-meeting-info-container .chat-meeting-info {
    max-width: 420px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 24px;
    display: flex;
    column-gap: 24px;
    align-items: center; }
  .chat-meeting-info-container .scheduled-meeting-link {
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    flex-grow: 1;
    display: inline-block;
    padding: 10px 20px; }
    .chat-meeting-info-container .scheduled-meeting-link::after {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 7px;
      border-color: transparent transparent transparent white;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }

.search_tabs .list_content .list_label {
  display: none; }

.search_tabs #new_cast_container .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px; }

@media (min-width: 840px) {
  .search_tabs {
    width: 840px;
    max-width: none;
    margin-left: auto !important;
    margin-right: auto !important; }
    .search_tabs .subbody {
      max-width: none; }
    .search_tabs .list_box_order {
      width: 49%;
      display: flex;
      align-items: center; }
    .search_tabs .list_box_ph {
      width: 140px;
      height: 140px; }
      .search_tabs .list_box_ph .list_label {
        display: none; }
    .search_tabs .list_content {
      width: calc(100% - 140px);
      padding-left: 20px; }
      .search_tabs .list_content .list_label {
        display: block;
        position: static;
        border-radius: 5px; } }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }

.loader-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background-color: #cbf0c6; }
  .loader-overlay .loader-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

#customer-sign-up-form #axes_token_card_info_area input#axes_token_card_number, #customer-sign-up-form #axes_token_card_info_area input#axes_token_card_name, #customer-sign-up-form #axes_token_card_info_area select#axes_token_card_expires_month, #customer-sign-up-form #axes_token_card_info_area select#axes_token_card_expires_year {
  border-radius: 10px; }
  #customer-sign-up-form #axes_token_card_info_area input#axes_token_card_number.axes_token_input_error, #customer-sign-up-form #axes_token_card_info_area input#axes_token_card_name.axes_token_input_error, #customer-sign-up-form #axes_token_card_info_area select#axes_token_card_expires_month.axes_token_input_error, #customer-sign-up-form #axes_token_card_info_area select#axes_token_card_expires_year.axes_token_input_error {
    background-color: white; }

#customer-sign-up-form #axes_token_card_info_area label[for="axes_token_card_number"], #customer-sign-up-form #axes_token_card_info_area label[for="axes_token_card_expires_month"], #customer-sign-up-form #axes_token_card_info_area label[for="axes_token_card_name"] {
  color: #19191B;
  font-size: 14px;
  margin: 15px 0 10px 0; }
  #customer-sign-up-form #axes_token_card_info_area label[for="axes_token_card_number"]::after, #customer-sign-up-form #axes_token_card_info_area label[for="axes_token_card_expires_month"]::after, #customer-sign-up-form #axes_token_card_info_area label[for="axes_token_card_name"]::after {
    content: '*';
    color: #399E55;
    font-size: large;
    display: inline-block; }

.video-open-conversation {
  position: fixed;
  top: 3%;
  right: 8%;
  font-size: 13px;
  text-decoration: none;
  padding: 8px 12px;
  background-color: #06b0be;
  box-shadow: 0px 0px 10px 0px #047780;
  color: white;
  border-radius: 4px; }
  .video-open-conversation:hover {
    color: white; }
  .video-open-conversation img {
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    vertical-align: middle; }

.search_more {
  max-width: 420px;
  margin: 0 auto;
  padding: 10px 20px 20px;
  background-color: transparent; }
  .search_more .search-more-or-else-container {
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .search_more .search-more-or-else-container .search_more_btn {
      border: 1px solid #B2B2B2; }
    .search_more .search-more-or-else-container .login-with-different-account-button {
      display: inline-block;
      padding: 10px;
      background-color: #399E55;
      color: white;
      font-size: 14px;
      text-decoration: none;
      text-align: center;
      flex: 0 0 calc((100% - 10px) / 2);
      border-radius: 8px; }
    .search_more .search-more-or-else-container .take-questionnaire-again-button {
      display: inline-block;
      padding: 10px;
      background-color: #b2b2b2;
      color: white;
      font-size: 14px;
      text-decoration: none;
      text-align: center;
      flex: 0 0 calc((100% - 10px) / 2);
      border-radius: 8px; }

.search_box {
  overflow-y: auto; }

.video_bar {
  z-index: 999; }

.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose > .uppy-Dashboard-inner {
  margin: 0; }

.details_header_ph {
  background-position: center; }

.medical-questionnaire-answer-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  row-gap: 8px; }
  .medical-questionnaire-answer-list .medical-questionnaire-answer-list-item::marker {
    color: #19191B; }
  .medical-questionnaire-answer-list .medical-questionnaire-answer-list-item .questionnaire-answer-question, .medical-questionnaire-answer-list .medical-questionnaire-answer-list-item .questionnaire-answer-answer {
    margin-top: 0;
    margin-bottom: 0; }
  .medical-questionnaire-answer-list .medical-questionnaire-answer-list-item .questionnaire-answer-question {
    color: #19191B; }
  .medical-questionnaire-answer-list .medical-questionnaire-answer-list-item .questionnaire-answer-answer {
    color: #818181; }

.scheduled-meeting-group-container {
  display: none; }
  .scheduled-meeting-group-container--show {
    display: block; }
  .scheduled-meeting-group-container .scheduled-meetings-list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1em;
    display: flex;
    flex-direction: column;
    row-gap: 8px; }

.login .sign-up-link {
  background-color: #399E55;
  border-radius: 5px;
  color: white;
  display: block;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none; }

.login .sign-up-login-separator {
  height: 1px;
  border-width: 0;
  background-color: black;
  margin-top: 25px;
  margin-bottom: 25px; }

.lp_first_order_15 {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 16px; }

.lp_first_order_15::before {
  content: "";
  width: 15px;
  height: 2px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: var(--base-green-dark); }

.lp_first_order_15::after {
  content: "";
  width: 15px;
  height: 2px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: var(--base-green-dark); }

.lp_flow_box_read {
  color: #666666; }

.lp_nav_list.lp_nav_list_not_signin a {
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 400; }

.has-finished-trial-meeting-badge {
  background-color: #399E55;
  color: white;
  font-size: 80%;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  display: inline-block; }

.picture_menu_modal .form_submit {
  display: block;
  text-align: center;
  text-decoration: none; }
  .picture_menu_modal .form_submit:hover {
    color: white; }

.modal_inner.meeting_request form {
  padding: 0; }
  .modal_inner.meeting_request form .form_box {
    margin: 0; }
  .modal_inner.meeting_request form .form_input {
    font-size: 13px;
    border-end-end-radius: 0;
    border-end-start-radius: 0; }
  .modal_inner.meeting_request form .form_submit.modal-confirm {
    border-start-start-radius: 0;
    border-start-end-radius: 0;
    margin-top: 0; }

.video-thumbnail, .video-preview {
  width: 100%;
  height: 100%;
  object-fit: cover; }
  .video-thumbnail, .video-thumbnail .video-preview, .video-preview, .video-preview .video-preview {
    max-height: 350px;
    margin-bottom: 20px; }

.play-button {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  cursor: pointer;
  z-index: 10; }
  .play-button--preview {
    display: block; }
  .play-button--icon {
    display: block;
    width: 25px;
    height: 25px;
    font-size: 14px; }

#form_loading {
  margin-top: 20px;
  margin-bottom: 0; }
  #form_loading img {
    display: block;
    width: 50px;
    margin-right: auto;
    margin-left: auto; }

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

.lp_footer_links, .lp_therapist_box_tags, .lp_worries_box_list, .lp_nav_wrap, .nav_list, .history_tag, .order_confirm_list ul, .mypage_links, .store_box_ph_list .slick-dots, .mypage_links_home, .order_info_list, .login_help ul {
  list-style: none;
  margin: 0;
  padding: 0; }

:root {
  --base-background-dark: #CBF0C6;
  --base-background-light: #E2F7DF;
  --base-gray-dark: #737373;
  --base-green-dark: #349320;
  --base-blue: #78AFBD;
  --btn-shadow: #83BD77; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.lp {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  color: var(--base-green-dark); }
  .lp img {
    max-width: 100%; }
  .lp_read {
    font-size: 16px;
    line-height: 2;
    word-break: auto-phrase; }
    .lp_read_center {
      text-align: center; }
  .lp_title {
    text-align: center;
    color: var(--base-green-dark);
    font-weight: normal; }
    .lp_title_main {
      display: block;
      font-size: 64px;
      font-size: clamp(0px, 6.4vw, 64px);
      font-family: 'DM Serif Text', serif; }
    .lp_title_sub {
      display: block;
      font-size: 24px;
      font-size: clamp(0px, 2.3vw, 24px);
      font-family: 'Zen Maru Gothic', serif;
      letter-spacing: .1em;
      margin-top: -.5em; }
  .lp_subtitle {
    text-align: center; }
    .lp_subtitle span {
      display: inline-block;
      padding: 0 25px;
      font-size: 23px;
      font-size: clamp(0px, 2.3vw, 23px);
      font-family: 'Zen Maru Gothic', serif;
      color: var(--base-green-dark);
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url(/assets/lp/title_wrap_left-115d25158ed9a442335f8c33d12e295544361df485bed90cb48051455f25b63e.svg), url(/assets/lp/title_wrap_right-90dcf152b09fb05eb90f14e123f42e2ac29b7cd8c85ff93a35b1e96e71d86116.svg);
      background-position: left center, right center;
      font-weight: normal; }
  .lp_btn {
    display: inline-block;
    padding: 6px 22px;
    box-shadow: 2px 3px 0 var(--btn-shadow);
    /* 影の太さ・色 */
    border-radius: 15px;
    background-color: #fff;
    color: var(--base-green-dark);
    cursor: pointer;
    text-decoration: none;
    font-size: 21px;
    font-family: 'Zen Maru Gothic', serif !important; }
    .lp_btn:hover {
      box-shadow: none;
      transform: translateY(5px);
      color: var(--base-green-dark); }
  .lp_inner {
    max-width: 1300px;
    padding: 0 6%;
    margin: 0 auto; }
    .lp_inner_narrow {
      max-width: 1200px; }
  .lp_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    background: var(--base-background-dark);
    background: linear-gradient(180deg, #cbf0c6 70%, rgba(203, 240, 198, 0) 100%); }
    .lp_header_logo {
      width: 50%;
      max-width: 190px;
      margin: 0;
      line-height: 0; }
      .lp_header_logo img {
        width: 80%;
        height: auto; }
  .lp_nav_wrap {
    display: flex; }
  .lp_nav_list a {
    font-size: 15px;
    font-family: 'Gravitas One', serif;
    color: var(--base-gray-dark);
    text-decoration: none;
    padding: 8px 18px; }
    .lp_nav_list a:hover {
      color: var(--base-green-dark); }
  .lp_nav_list_signin {
    margin-left: 10px; }
    .lp_nav_list_signin a {
      border: solid 1px var(--base-gray-dark);
      border-radius: 10px; }
      .lp_nav_list_signin a:hover {
        background-color: var(--base-green-dark);
        border-color: var(--base-green-dark);
        color: var(--base-background-dark); }
  .lp_nav_list_media {
    display: none; }
    .lp_nav_list_media a {
      display: flex;
      padding: 0;
      height: 50px;
      width: 50px;
      align-items: center;
      justify-content: center; }
      .lp_nav_list_media a img {
        width: 80%; }
  .lp_hero {
    padding-top: 120px; }
    .lp_hero_wrap {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .lp_hero_title {
      margin: 0 0 2em 0; }
    .lp_hero_first {
      width: 45%; }
      .lp_hero_first_inner {
        padding: 0 5%; }
    .lp_hero_second {
      width: 50%; }
      .lp_hero_second svg {
        width: 100%;
        height: auto; }
      .lp_hero_second #hero_ph_future {
        animation: 3s lp_fluffy_y  ease-in-out infinite alternate-reverse; }
      .lp_hero_second #hero_ph_anger {
        animation: 3s lp_fluffy_x  ease-in-out infinite alternate-reverse; }
      .lp_hero_second #hero_ph_family {
        animation: 2.5s lp_fluffy_y  ease-in-out infinite alternate-reverse; }
      .lp_hero_second #hero_ph_negative {
        animation: 2.5s lp_fluffy_x  ease-in-out infinite alternate-reverse; }
      .lp_hero_second #hero_ph_body {
        animation: 3.5s lp_fluffy_y  ease-in-out infinite alternate-reverse; }
      .lp_hero_second #hero_ph_hate {
        animation: 3.5s lp_fluffy_x  ease-in-out infinite alternate-reverse; }
      .lp_hero_second #hero_ph_lonely {
        animation: 3s lp_fluffy_y  ease-in-out infinite alternate-reverse; }
      .lp_hero_second #hero_ph_dis {
        animation: 3s lp_fluffy_x  ease-in-out infinite alternate-reverse; }
      .lp_hero_second #hero_ph_social {
        animation: 2.5s lp_fluffy_y  ease-in-out infinite alternate-reverse; }
      .lp_hero_second #hero_ph_money {
        animation: 2.5s lp_fluffy_x  ease-in-out infinite alternate-reverse; }
      .lp_hero_second #hero_ph_love {
        animation: 3s lp_fluffy_y  ease-in-out infinite alternate-reverse; }
      .lp_hero_second #hero_ph_circle_01 {
        animation: 2.5s lp_fluffy_y  ease-in-out infinite alternate-reverse; }
      .lp_hero_second #hero_ph_circle_02 {
        animation: 3s lp_fluffy_x  ease-in-out infinite alternate-reverse; }
      .lp_hero_second #hero_ph_circle_03 {
        animation: 3s lp_fluffy_y  ease-in-out infinite alternate-reverse; }
    .lp_hero_read {
      font-family: 'Zen Maru Gothic', serif;
      font-size: 22px;
      font-size: clamp(0px, 2.3vw, 28px);
      color: var(--base-green-dark); }
    .lp_hero_btns {
      display: flex;
      align-items: center;
      margin-top: 3vw; }
      .lp_hero_btns a {
        font-family: 'DM Serif Text', serif;
        white-space: nowrap;
        padding: 0px 19px;
        font-size: 33px;
        font-size: clamp(0px, 3vw, 33px); }
      .lp_hero_btns_title {
        width: 50%;
        padding-right: 20px; }
      .lp_hero_btns_btm {
        width: 50%; }
      .lp_hero_btns_sp {
        display: none; }
  .lp_worries {
    background-image: url(/assets/lp/background_top_01-8e3a8e55f24825e5017c788732fdb8abb27f3e03ee5a025a18deaedf609b302a.svg);
    background-position: top -1px center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 3%;
    padding-bottom: 5%;
    background-color: var(--base-background-light); }
    .lp_worries_title {
      color: #fff;
      font-family: 'Zen Maru Gothic', serif;
      font-emphasize: before;
      padding: 50px 0 40px 0;
      background-image: url(/assets/lp/background_title_01-1ddf0b17a7425ecd2d8ac74e970ac6a99b7965ef31a88ee7d6e0a7f774fbb845.svg);
      background-size: contain;
      text-align: center;
      background-repeat: no-repeat;
      background-position: center;
      font-size: 24px;
      font-size: clamp(0px, 2vw, 24px); }
    .lp_worries_wrap {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    .lp_worries_box {
      width: 48%;
      margin: 25px 0; }
      .lp_worries_box_icon {
        text-align: center; }
        .lp_worries_box_icon img {
          width: 40px; }
      .lp_worries_box_title {
        border-radius: 10px;
        text-align: center;
        padding: 5px 0;
        font-size: 18px;
        font-family: 'Zen Maru Gothic', serif;
        font-weight: bold;
        background-color: var(--base-blue);
        color: #fff; }
      .lp_worries_box_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .lp_worries_box_list li {
          width: 48%;
          background-color: #fff;
          padding: 5px 0;
          text-align: center;
          font-size: 14px;
          font-family: 'Zen Maru Gothic', serif;
          border-radius: 100px;
          margin: 5px 0;
          color: var(--base-blue); }
  .lp_about {
    background-image: url(/assets/lp/background_top_02-b4b16370cc93be127f5ec4c0074340134efa854d4c9a5e50eacd707563a53a6b.svg);
    background-position: top -1px center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -10%;
    padding-top: 15%;
    padding-bottom: 5%;
    background-color: var(--base-background-dark); }
    .lp_about_wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      margin-left: auto;
      margin-right: auto;
      max-width: 900px; }
    .lp_about_first {
      width: 45%; }
    .lp_about_second {
      width: 49%; }
      .lp_about_second img {
        width: 80%; }
    .lp_about_subtitle {
      margin: 40px 0 30px 0; }
    .lp_about_read {
      margin-top: 30px; }
  .lp_feature {
    background-image: url(/assets/lp/background_top_03-8349c94b6310ecbc31a8e1ca16c16d8750ff15fbdd9913aea29a42d4ac62c05f.svg);
    background-position: top -1px center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 9%;
    padding-bottom: 5%;
    background-color: var(--base-background-light); }
    .lp_feature_list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 50px; }
    .lp_feature_box {
      width: 30%; }
    .lp_feature_ph {
      text-align: center; }
      .lp_feature_ph img {
        width: 30%; }
    .lp_feature_read {
      font-size: 15px; }
  .lp_flow {
    background-image: url(/assets/lp/background_top_04-791d84b81038e058b869360816a90277336c2239c058011fc51e8875a898a7cb.svg);
    background-position: top -1px center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 9%;
    padding-bottom: 5%;
    background-color: var(--base-background-dark); }
    .lp_flow_list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: flex-start; }
    .lp_flow_box {
      position: relative; }
      .lp_flow_box_ph {
        position: relative; }
      .lp_flow_box_read {
        position: absolute;
        font-size: clamp(0px, 1.2vw, 14px);
        z-index: 1; }
        .lp_flow_box_read p {
          margin: 0; }
    .lp_flow_box_01 {
      width: 48%; }
      .lp_flow_box_01 .lp_flow_box_read {
        width: 38%;
        left: 13%;
        top: 34%; }
    .lp_flow_box_02 {
      width: 48%;
      margin-top: 7%; }
      .lp_flow_box_02 .lp_flow_box_read {
        width: 38%;
        left: 12%;
        top: 40%; }
    .lp_flow_box_03 {
      width: 50%;
      margin-top: -5%; }
      .lp_flow_box_03 .lp_flow_box_read {
        width: 38%;
        left: 8%;
        top: 34%; }
    .lp_flow_box_04 {
      width: 46%; }
      .lp_flow_box_04 .lp_flow_box_read {
        width: 40%;
        right: 5%;
        top: 37%; }
    .lp_flow_btn {
      text-align: center;
      margin-top: 60px; }
  .lp_price {
    background-image: url(/assets/lp/background_top_05-8349c94b6310ecbc31a8e1ca16c16d8750ff15fbdd9913aea29a42d4ac62c05f.svg);
    background-position: top -1px center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 9%;
    padding-bottom: 5%;
    background-color: var(--base-background-light); }
    .lp_price_read {
      margin: 40px 0; }
    .lp_price_list {
      max-width: 850px;
      margin: 0 auto; }
    .lp_price_box {
      margin: 30px 0;
      position: relative;
      padding-top: 20px; }
    .lp_price_main {
      width: 300px;
      text-align: center;
      border-radius: 10px;
      color: #fff;
      position: absolute;
      left: 0;
      top: 0;
      font-weight: bold;
      padding: 7px 0 10px 0;
      font-family: 'Zen Maru Gothic', serif; }
    .lp_price_sub {
      width: calc(100% - 270px);
      margin-left: auto;
      background-color: #fff;
      padding: 10px 50px 10px 60px;
      border-radius: 10px;
      color: #666666;
      font-size: 15px;
      word-break: auto-phrase; }
    .lp_price_title {
      font-size: 24px;
      margin: 0; }
    .lp_price_prices {
      font-size: 17px; }
    .lp_price_box_01 .lp_price_main {
      background-color: #FBB3B2; }
    .lp_price_box_01 .lp_price_sub {
      box-shadow: 4px 5px 0 #FBB3B2; }
    .lp_price_box_02 .lp_price_main {
      background-color: #78AFBD; }
    .lp_price_box_02 .lp_price_sub {
      box-shadow: 4px 5px 0 #78AFBD; }
    .lp_price_box_03 .lp_price_main {
      background-color: #6BBA5C; }
    .lp_price_box_03 .lp_price_sub {
      box-shadow: 4px 5px 0 #6BBA5C; }
  .lp_therapist {
    background-image: url(/assets/lp/background_top_06-be9b9ba9c50c9e03de7685a98b6ae0a1dfcdd0c184b4be6fae33192ab858f9f9.svg);
    background-position: top -1px center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 9%;
    padding-bottom: 2%;
    background-color: var(--base-background-dark); }
    .lp_therapist_read {
      word-break: normal;
      padding: 0 30px;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url(/assets/lp/title_wrap_left-115d25158ed9a442335f8c33d12e295544361df485bed90cb48051455f25b63e.svg), url(/assets/lp/title_wrap_right-90dcf152b09fb05eb90f14e123f42e2ac29b7cd8c85ff93a35b1e96e71d86116.svg);
      background-position: left center, right center;
      margin: 40px 0; }
    .lp_therapist_list {
      margin: 20px auto;
      max-width: 750px; }
    .lp_therapist_box {
      margin: 60px 0;
      line-height: 1.5; }
      .lp_therapist_box_wrap {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between; }
      .lp_therapist_box_ph {
        width: 30%; }
      .lp_therapist_box_content {
        width: 65%; }
      .lp_therapist_box_names {
        font-family: 'Zen Maru Gothic', serif;
        display: flex;
        align-items: center; }
      .lp_therapist_box_name {
        font-size: 26px;
        margin: 0 20px 0 0;
        white-space: nowrap; }
      .lp_therapist_box_job {
        font-size: 14px; }
      .lp_therapist_box_tags {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        margin-top: 20px; }
        .lp_therapist_box_tags li {
          text-align: center;
          width: 24%;
          margin: 5px 3px;
          color: #fff;
          font-size: 12px;
          padding: 4px 0;
          border-radius: 100px; }
      .lp_therapist_box_message_long {
        height: 233px;
        overflow-y: hidden;
        position: relative; }
      .lp_therapist_box_message_more {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 50px 0 0 0;
        text-align: center;
        font-weight: bold;
        background: #cbf0c6;
        background: linear-gradient(180deg, rgba(203, 240, 198, 0) 0%, #cbf0c6 60%);
        cursor: pointer;
        font-size: 14px;
        font-emphasize: before; }
        .lp_therapist_box_message_more span {
          display: inline-block;
          padding-top: 15px;
          background-color: var(--base-green-dark);
          color: var(--base-green-dark);
          border-top: solid 1px var(--base-green-dark);
          background-color: #cbf0c6;
          line-height: 1; }
  .lp_reviews {
    background-image: url(/assets/lp/background_top_07-426fa2a108c7b018718547145ae7ab67f1a8bbbe69d2f7132b646cd0fb473c1a.svg);
    background-position: top -1px center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 9%;
    padding-bottom: 1px;
    background-color: var(--base-background-light); }
    .lp_reviews_list {
      margin: 80px auto 40px auto;
      max-width: 750px; }
    .lp_reviews_box {
      display: flex;
      justify-content: space-between;
      margin: 30px 0; }
    .lp_reviews_ph {
      width: 20%; }
    .lp_reviews_message {
      width: 77%; }
    .lp_reviews_message {
      word-break: normal; }
      .lp_reviews_message p {
        margin: 0; }
  .lp_faq {
    background-image: url(/assets/lp/background_top_08-ecf42b9e53610b7161220344d41f98cf6cc33498cecf32d3a7d58b82408226f7.svg);
    background-position: top -1px center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 5%;
    padding-bottom: 1%;
    background-color: #fff; }
    .lp_faq_list {
      margin: 40px auto;
      max-width: 750px; }
    .lp_faq_box {
      border-bottom: solid 2px var(--base-green-dark); }
    .lp_faq_title {
      font-size: 18px;
      font-family: 'Zen Maru Gothic', serif;
      margin: 0;
      padding: 20px 40px 20px 0;
      cursor: pointer;
      position: relative; }
      .lp_faq_title:after {
        display: block;
        content: '';
        width: 20px;
        height: 2px;
        background-color: var(--base-green-dark);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
      .lp_faq_title:before {
        display: block;
        content: '';
        width: 2px;
        height: 20px;
        background-color: var(--base-green-dark);
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 1;
        transition: all, .3s; }
        .lp_faq_box_open .lp_faq_title:before {
          opacity: 0; }
    .lp_faq_message {
      padding-bottom: 20px;
      line-height: 2;
      color: #8C8C8C;
      font-size: 14px;
      display: none; }
      .lp_faq_message p {
        margin-bottom: 0; }
        .lp_faq_message p:first-child {
          margin-top: 0; }
  .lp_footer {
    background-color: #fff;
    padding: 20px 30px; }
    .lp_footer_wrap {
      margin-top: 50px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      font-size: 14px;
      align-items: center; }
    .lp_footer_links {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .lp_footer_links li {
        margin-right: 20px; }
      .lp_footer_links a {
        text-decoration: none;
        color: var(--base-green-dark); }
  .lp .read-more {
    position: relative; }
    .lp .read-more.active .read-more-inner:after {
      display: none; }
    .lp .read-more .read-more-inner {
      position: relative;
      max-height: 200px;
      /* 開く前に見せたい高さを指定 */
      margin-bottom: 0;
      overflow: hidden;
      transition: max-height 1s; }
      .lp .read-more .read-more-inner::after {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(203, 240, 198, 0.9) 50%, rgba(203, 240, 198, 0.9) 0, #cbf0c6);
        content: ''; }
    .lp .read-more label {
      display: flex;
      align-items: center;
      gap: 0 4px;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      color: #1997b7;
      font-size: .8em; }
      .lp .read-more label:hover {
        color: #c7511f;
        text-decoration: underline;
        cursor: pointer; }
      .lp .read-more label::after {
        display: inline-block;
        width: 10px;
        height: 5px;
        background-color: #1997b7;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        content: ''; }
    .lp .read-more input {
      display: none; }
  .lp_media {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 1%; }
    .lp_media_wrap {
      display: flex;
      justify-content: center;
      gap: 10px; }
      .lp_media_wrap img {
        width: 40px; }
    .lp_media--fixed {
      position: fixed;
      right: 0;
      top: 50%;
      width: 50px;
      z-index: 101;
      padding: 5px;
      border-start-start-radius: 10px;
      border-end-start-radius: 10px;
      transform: translateY(-50%);
      transition: transform 0.3s ease, opacity 0.3s ease;
      background-color: transparent; }
      .lp_media--fixed .lp_media_wrap {
        display: flex;
        flex-direction: column; }
        .lp_media--fixed .lp_media_wrap img {
          width: unset; }
    .lp_media.hide {
      transform: translateY(-50%) translateX(100%);
      opacity: 0;
      pointer-events: none; }
    .lp_media_list {
      display: flex;
      flex-wrap: wrap;
      gap: 32px 16px;
      margin-top: 40px;
      margin-bottom: 80px; }
    .lp_media_box {
      display: flex;
      flex-direction: column;
      align-items: center;
      color: var(--base-gray-dark);
      text-align: center;
      flex: 1 0 calc((100% / 3) - (16px * 2)); }
      .lp_media_box_body {
        flex: 1 1 auto; }
      .lp_media_box_image {
        height: 100px;
        width: auto; }
      .lp_media_box_title {
        font-weight: bold;
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 25px; }
      .lp_media_box_description {
        font-size: 15px;
        margin-top: 25px;
        margin-bottom: 25px; }
      .lp_media_box_link {
        display: inline-block;
        font-size: 15px;
        text-transform: uppercase;
        text-decoration: none;
        color: white;
        background-color: var(--base-green-dark);
        padding: 6px 18px;
        border-radius: 8px; }
        .lp_media_box_link:hover {
          color: white; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.hreader_wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100px; }

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all .7s; }
  .fadein.active {
    opacity: 1;
    transform: translate(0, 0); }

@media only screen and (max-width: 970px) {
  .lp_worries_box_list li {
    font-size: 13px;
    width: 49%; }
  .lp_reviews_list {
    margin: 60px 0 40px 0; } }

@media only screen and (max-width: 940px) {
  .lp_about_first {
    width: 100%; }
  .lp_about_second {
    text-align: center;
    width: 100%; }
    .lp_about_second img {
      width: 60%;
      max-width: 300px; }
  .lp_media--fixed {
    width: 50px; } }

@media only screen and (max-width: 850px) {
  .lp_nav_list {
    display: none; }
    .lp_nav_list_signin {
      display: flex;
      align-items: center;
      margin-left: 0; }
    .lp_nav_list_media {
      display: flex;
      align-items: center; }
  .lp_worries_box_list li {
    width: 100%; }
  .lp_media--fixed {
    display: none; } }

@media only screen and (max-width: 800px) {
  .lp_worries_title {
    font-size: clamp(0px, 2.8vw, 24px); }
  .lp_flow_box {
    width: 100%;
    max-width: 500px;
    margin: 0 auto; }
    .lp_flow_box_read {
      font-size: clamp(0px, 2.5vw, 14px); }
  .lp_flow_box_03 {
    margin-top: 15px;
    margin-bottom: 15px; }
  .lp_footer_wrap {
    margin-top: 50px;
    display: block; }
  .lp_footer_links {
    justify-content: center; }
    .lp_footer_links li {
      margin: 5px 10px; }
  .lp_footer_copy {
    text-align: center; } }

@media only screen and (max-width: 730px) {
  .lp_therapist_read {
    background-image: url(/assets/lp/sp_title_wrap_left-d7bfcaca4805895a40779061f19278a2ccda95ec9a22e10aea65248eaac02d63.svg), url(/assets/lp/sp_title_wrap_right-4fcff3a6763fa6dda08d9eff3d7f9daecdef5c5f6e82eb6a1cddccc6d18c9624.svg);
    margin: 30px 0;
    padding: 0 44px; } }

@media only screen and (max-width: 690px) {
  .lp_price_box {
    padding-top: 68px; }
  .lp_price_sub {
    width: 90%; } }

@keyframes lp_fluffy_y {
  0%, 100% {
    transform: translateY(0) translateX(0.5%); }
  50% {
    transform: translateY(1%) translateX(0%); } }

@keyframes lp_fluffy_x {
  0%, 100% {
    transform: translateX(0) translateY(0.5%); }
  50% {
    transform: translateX(1%) translateY(0%); } }

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
  .lp_title_main {
    font-size: 35px; }
  .lp_title_sub {
    font-size: 15px;
    margin-top: 0.1em; }
  .lp_subtitle span {
    font-size: 17px; }
  .lp_read {
    font-size: 15px;
    word-break: normal; }
  .lp_hero {
    padding-top: 100px; }
    .lp_hero_title {
      text-align: center;
      margin-bottom: 1em; }
      .lp_hero_title img {
        width: 74%; }
    .lp_hero_wrap {
      display: block; }
    .lp_hero_first {
      width: 100%; }
    .lp_hero_second {
      width: 100%;
      margin-top: 13px;
      text-align: center; }
      .lp_hero_second img {
        width: 90%; }
    .lp_hero_read {
      margin: 0;
      text-align: center;
      font-size: 4.5vw; }
    .lp_hero_btns {
      justify-content: space-between;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 2.5vw;
      margin-top: 2vw; }
      .lp_hero_btns a {
        font-size: 6.5vw; }
      .lp_hero_btns_pc {
        display: none; }
      .lp_hero_btns_sp {
        display: flex; }
  .lp_nav_list_signin a {
    font-size: 3.5vw; }
  .lp_worries_title {
    font-size: 4.5vw;
    background-size: auto 100%;
    padding: 37px 0 27px 0;
    background-image: url(/assets/lp/sp_background_title_01-78b2ee0818933858a85f79dc30e2568709a35d9ccd2b112b0bb134cebd1dd536.svg); }
  .lp_worries_box {
    margin: 9px 0; }
    .lp_worries_box_list li {
      font-size: 11px;
      margin: 3px 0; }
    .lp_worries_box_title {
      font-size: 11px;
      margin: 7px 0; }
    .lp_worries_box_icon img {
      height: 30px;
      width: auto; }
  .lp_feature_list {
    margin-top: 30px; }
  .lp_feature_box {
    margin: 10px 0;
    width: 100%; }
  .lp_flow_list {
    margin-left: -2%;
    margin-right: -2%; }
  .lp_flow_btn {
    text-align: center;
    margin-top: 30px; }
    .lp_flow_btn .lp_btn {
      font-size: 16px; }
  .lp_about_subtitle {
    margin: 22px 0 30px 0; }
  .lp_price_read {
    margin: 30px 0;
    text-align: left; }
    .lp_price_read br {
      display: none; }
  .lp_price_box {
    padding-top: 57px; }
  .lp_price_sub {
    padding: 18px 20px 10px 29px;
    font-size: 14px;
    width: 95%;
    word-break: normal; }
  .lp_price_title {
    font-size: 20px; }
  .lp_therapist_box_wrap {
    display: block; }
  .lp_therapist_box_ph {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
    .lp_therapist_box_ph img {
      width: 50%; }
  .lp_therapist_box_content {
    width: 100%; }
  .lp_therapist_box_tags li {
    width: 48%; }
  .lp_reviews_list {
    margin: 40px 0 20px 0; }
  .lp_reviews_box {
    display: block; }
  .lp_reviews_ph {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
    .lp_reviews_ph img {
      width: 50%; }
  .lp_reviews_message {
    width: 100%; }
  .lp_faq_list {
    margin-top: 20px; }
  .lp_faq_title {
    font-size: 16px; }
  .lp_faq_message {
    line-height: 1.5; }
  .lp_header_logo img {
    width: 60%; }
  .lp_media_box {
    flex-basis: 100%; } }

@media only screen and (max-width: 690px) {
  .lp_header_logo {
    width: 30%; }
    .lp_header_logo img {
      width: 100%; } }
