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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #eff0f2;
  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 {
  font-size: 13px;
  background-color: #c9970f;
  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 {
  position: static !important; }

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

/* [ Sample ] */
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
html {
  height: 100%; }

body {
  background-color: #F2F2F2; }
  body.body_login {
    background-color: #220f09;
    background-image: url(/assets/login_bg-3166e5a0b1a27f07dd5d42ce9af59d51bc1cc1a039ce10d49cc2c59b5ef034e9.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 100%; }

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

.banner_bottom {
  margin-bottom: 20px; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.login {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  transform: translateY(-50%); }
  .login_logo {
    text-align: center;
    margin-bottom: 25%; }
    .login_logo img {
      width: 70%;
      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: rgba(59, 49, 46, 0.9);
        border: none;
        padding: 10px 15px;
        color: #fff; }
    .login_form_pass {
      margin: 10px 0; }
      .login_form_pass input {
        width: 100%;
        -webkit-appearance: none;
        border-radius: 5px;
        background-color: rgba(59, 49, 46, 0.9);
        border: none;
        padding: 10px 15px;
        color: #fff; }
    .login_form_enter {
      margin: 10px 0 0 0; }
      .login_form_enter input {
        font-weight: bold;
        width: 100%;
        -webkit-appearance: none;
        border-radius: 5px;
        background: #c99711;
        background: linear-gradient(135deg, #c99711 0%, #ecb114 100%);
        border: none;
        padding: 11px;
        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; }

.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_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: #181818;
  padding: 3% 5%; }
  .message_entry form .btb.btn-primary {
    background-color: #c9970f;
    border: 1px solid #c9970f;
    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-6867bf43522dd43a49df3789ef9e1ec448f5d2f80a96ff2450c7a57fc59e0650.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: #c9970f;
        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: #c9970f;
      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: #AF8D62;
      padding: 10px 20px;
      border-radius: 20px;
      border: none;
      width: 100%;
      color: #fff;
      font-size: 11px;
      height: 33px;
      color: #2b2e38;
      transition: all, .3s; }
      .message_entry_input input::placeholder, .message_entry_input textarea::placeholder {
        color: #fff; }
  .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-6dee3a66454a20fc7967b73fad242a5445a8829484ee50e6b6c6ab87e3f9ca3d.png);
      background-size: 60%;
      background-color: transparent;
      border: none; }
    .message_entry_btn_gift {
      width: 42px;
      height: 29px;
      background-image: url(/assets/message_icon_gift-e164783a6c0f6f8b99b5504650f5f090f4daabb71c5e40848b717a825b3c97cf.png);
      background-size: 44%;
      background-color: transparent;
      border: none; }
    .message_entry_btn_date {
      width: 35px;
      height: 29px;
      background-image: url(/assets/message_icon_date-d2dbe1643ab39b4c2a8bfe3ab8c511dbda26d670038a47498082c8ab93a47f99.png);
      background-size: 56%;
      background-color: transparent;
      border: none; }
    .message_entry_btn_video {
      width: 30px;
      height: 29px;
      background-image: url(/assets/message_icon_video-3c4e19af6e1cea2aba8ae7974e6323a4b9b84d07434b3cddb90d44f13cdd788f.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: #181818; }
  .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-db0319c827c9b737b3114cedd293675908a88c0eabb117934130d1c8463e6e19.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: #3F3F3F;
        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-f7c3a7af7446443199891665d4acc1556ef633ad3aff4e9325dfc297626a1e6e.png);
      background-size: 30%; }
    .nav_list-home.nav_list-active a {
      background-image: url(/assets/nav_icon_home_active-3f30dce2e1296343408aa3d21092b9321a60c332234661d9327e7926c96db4d5.png);
      color: #c9970f; }
    .nav_list-message a {
      background-image: url(/assets/nav_icon_message_footer-8f2e60af7066ba6073a82511edeb166540936c8362f5fef793cc13adaa7979da.png);
      background-size: 28%;
      background-position: center 31% !important; }
    .nav_list-message.nav_list-active a {
      background-image: url(/assets/nav_icon_message_active-d7341d3d9fc359777809c97408dae3ec99a566d8a6c97b0d535d1374526498dc.png);
      color: #c9970f; }
    .nav_list-search a {
      background-image: url(/assets/nav_icon_search-24f660d0a3d115edcaea82e9e6b0b9bc51d78906854b199080fc0314896e6b0a.png);
      background-size: 30%; }
    .nav_list-search.nav_list-active a {
      background-image: url(/assets/nav_icon_search_active-ac23348f7a492fcb47e2bd34ff4eb00b75ad847f571a63056c0252718645d7c4.png);
      color: #c9970f; }
    .nav_list-tweet a {
      background-image: url(/assets/nav_icon_tweet-fe4776518a077344c025d5a4ca4f33afdb28f6f945a52d76547f17446e07aa66.png);
      background-size: 25%;
      background-position: center 30% !important; }
    .nav_list-tweet.nav_list-active a {
      background-image: url(/assets/nav_icon_tweet_active-c561850de818b238a50af8f0149198fb7ef3b43e0a8d4b9ba9b9e8d2c145300b.png);
      color: #c9970f; }
    .nav_list-mypage a {
      background-image: url(/assets/nav_icon_mypage-ef0ec3511a9cf5102df1ba948148eb8eeb21bcf576054d1ec4daf1f822ee870a.png);
      background-size: 24%; }
    .nav_list-mypage.nav_list-active a {
      background-image: url(/assets/nav_icon_mypage_active-00a01c1eb19de941013afe1a22ef1bc4fef6eb9651f507eb214874d9b1908adf.png);
      color: #c9970f; }
    .nav_list-restricted a {
      background-image: url(/assets/nav_icon_restricted-903f30ebb37bc6a530d70b760995eafebbffb05c8647e10f092d45525b690792.png);
      background-size: 24%; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.wave {
  transform: translate3d(0, 0, 0);
  background-image: url(/assets/home_bg-c5a060ed11d5d1294a5ed7a352547910a9f9112adacbf8349b53abb347e7cc49.png);
  background-size: cover;
  background-position: top center;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 5% 55% 5%; }
  .wave_body {
    opacity: .4;
    position: absolute;
    top: 3%;
    left: 50%;
    background: #c9970f;
    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; }
    .wave_banner img {
      width: 100%;
      height: auto; }
  .wave_title {
    z-index: 5;
    text-align: center;
    margin: 22% 0; }
    .wave_title img {
      width: 60%;
      height: auto; }
  .wave_text {
    z-index: 5;
    font-size: 15px;
    color: #c9970f;
    font-weight: bold;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.5; }
  .wave_link {
    z-index: 5;
    font-size: 13px;
    color: #fff;
    padding-left: 15%;
    padding-right: 15%; }
    .wave_link a {
      display: block;
      text-decoration: none;
      color: #fff;
      letter-spacing: .1em;
      text-align: center;
      background-color: rgba(175, 141, 98, 0.9);
      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 #fff; }
    .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(201, 151, 15, 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: #c9970f; }
  .list_content {
    padding: 15px 20px; }
    .list_content_name {
      font-size: 13px !important;
      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_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;
      color: #fff; }
    .history_title_main {
      font-family: 'Montserrat', sans-serif;
      color: #c9970f;
      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 #c9970f; }
    .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: #c9970f;
    text-decoration: none; }
  .history_tag li {
    float: left;
    margin: 2px 8px 4px 0;
    background-color: #c9970f;
    color: #fff;
    padding: 3px 15px;
    border-radius: 20px; }
  .history_wrap {
    text-align: center;
    margin: 20px 0;
    color: #413832; }
  .history_text {
    font-size: 14px;
    margin-bottom: 0; }
  .history_point {
    font-weight: bold;
    font-size: 30px;
    margin: 0; }
  .history_detail {
    color: #777;
    font-size: 12px; }
  .history_about {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #fff; }
    .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: #fff;
    border-top: solid 1px #514d3e;
    padding-top: 15px;
    margin-top: 15px;
    display: block;
    text-decoration: none; }
  .history_details_name {
    display: table; }
    .history_details_name a {
      color: #fff;
      text-decoration: none; }
    .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: 10%;
  padding-right: 10%;
  padding-top: 5%;
  margin-top: -45%;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, rgba(42, 38, 35, 0) 0%, #2a2623 35%); }
  .welcome_title {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    letter-spacing: .1em;
    padding: 5% 0; }
  .welcome_read {
    font-size: 13px;
    color: #fff;
    letter-spacing: .1em;
    text-align: justify;
    margin: 7% 0 16% 0; }
  .welcome_link {
    margin: 20px 10% 0 10%; }
    .welcome_link a {
      font-size: 14px;
      display: block;
      text-decoration: none;
      color: #fff;
      letter-spacing: .1em;
      text-align: center;
      background-color: #AF8D62;
      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 #fff; }

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

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.subheader {
  width: 100%;
  height: 60px;
  position: relative;
  background-color: #181818;
  padding: 5px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 6; }
  .subheader_title {
    color: #c9970f;
    text-align: center;
    margin-top: 16px;
    font-size: 13px; }
  .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 #c9970f;
      border-top: solid 2px #c9970f;
      left: 20px;
      top: 50%;
      transform: translateY(-50%) rotate(-45deg);
      color: transparent;
      font-size: 0; }
  .subheader_btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #c9970f;
    padding: 6px 10px 6px 30px;
    font-size: 10px;
    border-radius: 100px;
    z-index: 5;
    color: #fff;
    font-weight: bold;
    background-image: url(/assets/search_icon_details-624e9044a8db9d7c52a11ae27db7e03ddd94ade556da9b23025f831822263d39.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; }

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

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.subbody {
  margin: 40px 5%;
  padding-bottom: 50px;
  padding-top: 20px; }
  .subbody_search {
    margin-top: 10px;
    margin-left: 1%;
    margin-right: 1%; }
  .subbody_details {
    margin-top: 0;
    padding-top: 0; }
  .subbody_nobottom {
    margin-bottom: 0;
    padding-bottom: 0; }
  .subbody_favorite {
    margin-top: 60px; }
    .subbody_favorite .list_box_order .list_content_name:before, .subbody_favorite .list_box_order .list_content_name:after {
      display: none; }
    .subbody_favorite .list_content_name {
      padding-left: 0; }
    .subbody_favorite .list_box_order .list_label {
      font-size: 13px; }
    .subbody_favorite .list_content:after {
      transition: all, .3s;
      display: block;
      content: 'タイプ';
      text-align: center;
      color: #fff;
      padding: 3px 0;
      display: block;
      background-color: #c9970f;
      font-size: 13px;
      border-radius: 5px;
      position: relative;
      z-index: 10; }
    .subbody_favorite .list_box_ph:before {
      opacity: 0;
      background-color: rgba(201, 151, 15, 0.7);
      display: block;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: all, .3s; }
    .subbody_favorite svg {
      transition: all, .3s;
      fill: #fff;
      position: absolute;
      z-index: 2;
      top: 100px;
      left: 50%;
      width: 100px;
      height: 100px;
      opacity: 0;
      transform: translateX(-50%) scale(0); }
      .subbody_favorite svg .particleLayer, .subbody_favorite svg .explosion {
        display: none; }
    .subbody_favorite .list_box.active .list_content:after {
      content: '選択済み'; }
    .subbody_favorite .list_box.active .list_content:before {
      opacity: 1; }
    .subbody_favorite .list_box.active .list_box_ph:before {
      opacity: 1;
      border-radius: 10px; }
    .subbody_favorite .list_box.active svg {
      opacity: 1;
      transform: translateX(-50%) scale(1); }

.favorite_btn {
  margin-top: 20px;
  width: 100%; }
  .favorite_btn a {
    display: block;
    width: 100%; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.subbox {
  font-size: 12px;
  margin: 25px 0;
  background-color: #413832;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 5px 5px 0px rgba(17, 18, 17, 0.05);
  padding: 20px;
  position: relative;
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: bold; }
  .subbox h1 {
    font-size: 15px; }
  .subbox_title {
    color: #c9970f;
    font-size: 13px;
    margin: 15px 0 10px 0; }
    .subbox_title:first-child {
      margin-top: 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_select {
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
  background: #AF8D62; }
  .order_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 #fff;
    pointer-events: none; }
  .order_select select, .order_select input {
    padding: 5px 10px;
    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, .order_select input::-ms-expand {
      display: none; }

.order_subtitle {
  margin: 20px 0 10px 0; }

.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 #635506;
  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 #AF8D62;
  background-color: #AF8D62;
  padding: 15px;
  font-size: 12px;
  width: 100%;
  height: 150px;
  border-radius: 5px;
  appearance: none;
  color: #fff; }
  .order_comment::placeholder {
    color: #fff; }

.order_select_absolute {
  position: absolute;
  right: 10px;
  top: 19px;
  width: 75px; }

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

.order_check label {
  font-size: 13px;
  padding: 7px 10px;
  border: solid 1px #fff;
  color: #fff;
  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: #AF8D62;
    color: #fff;
    border-color: #AF8D62; }

.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 #c9970f;
      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 #c9970f transparent;
      pointer-events: none; }
  .order_count_input {
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    -webkit-appearance: button;
    -moz-appearance: button;
    border: none;
    width: auto;
    font-size: 20px;
    color: #AF8D62;
    font-weight: bold;
    display: inline-block;
    padding-left: 5px;
    position: relative;
    border-radius: 5px; }
    .order_count_input option {
      display: inline-block; }

.order_btn a, .order_btn input {
  font-size: 13px;
  background-color: #c9970f;
  border: none;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  border-radius: 5px;
  width: 100%;
  font-weight: bold;
  display: block;
  text-decoration: none; }

.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;
    color: #fff;
    border-bottom: solid 1px #635506;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .order_confirm_list ul li:last-child {
      border-bottom: none;
      padding-bottom: 0; }
  .order_confirm_list_time {
    background-image: url(/assets/order_icon_time-a8684ee84ad37fda21df15b0b5f83e941996bf39cba70aacf58cef7d5db7e9b6.png);
    background-size: 5%;
    background-position: left 17%; }
  .order_confirm_list_period {
    background-image: url(/assets/order_icon_period-a5eafc173b474f44f31bf7ce06f73a9c1b35a6260f6db71837e140abb7058776.png);
    background-size: 4.5%;
    background-position: left 17%; }
  .order_confirm_list_place {
    background-image: url(/assets/order_icon_place-6e06dd271fea9c38549d0de2e1ec89d984d9ed48c9ff102b272400e996013d62.png);
    background-size: 4.4%;
    background-position: left 17%; }
  .order_confirm_list_cast {
    background-image: url(/assets/order_icon_cast-04bf391877eecc910a218ceab6f378a6d5b8a4bd479784747bdc19cb21edd9a7.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%; }

.delay_selection_container .order_check_input:disabled + label {
  opacity: .2; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.search_submit input {
  background-color: #c9970f;
  border: 1px solid #c9970f;
  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(42, 38, 35, 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-1786964fe3f5baa1e31a50cc3ae4b6a6396d4700d8a1dd241763fa72d3bc3fb3.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: #2A2623;
    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%;
  background-color: #AF8D62;
  margin: 10px 0 0 0; }
  .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 #06b0be;
      color: #06b0be;
      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: 0 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 #5e5a56;
    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(201, 151, 15, 0.2); }
    .details_face_list_box_active {
      border-color: #c9970f; }
      .details_face_list_box_active:after {
        opacity: 1; }
    .details_face_list_box_add {
      background-color: #c9970f;
      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: transparent;
  color: #fff; }
  .details_header_ph {
    width: 100%;
    height: 550px;
    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(42, 38, 35, 0) 0%, #2a2623 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 #5e5a56; }
  .details_list tr td {
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    color: #a7a7a7;
    padding: 10px 0;
    border-top: solid 1px #5e5a56; }
  .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: #F2F2F2;
    color: #c9970f;
    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: #c9970f;
    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 #c9970f;
    width: 50%;
    background-color: #fff;
    padding: 8px 0;
    text-align: center;
    color: #c9970f !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: #c9970f;
      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-562a8924515f65a4f4fefd81f3f3b4841aa4b7350a78575f89bd75758162a502.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 5%;
  background-color: #AF8D62;
  color: #fff; }
  .message_search input::placeholder {
    color: #fff; }

.message_wrap {
  margin-top: 19px;
  margin-bottom: 100px;
  padding: 3% 5% 7% 5%; }

.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: 70%;
  border-bottom: solid 1px #3e3f3d;
  padding-bottom: 20px;
  margin-right: 5%;
  color: #2A2623; }
  .message_content_time {
    text-align: right;
    font-size: 10px;
    color: #c9970f;
    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 #5e5a56;
  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: 13px;
    margin-bottom: 0; }

.message_list {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #413832;
  padding-top: 15px;
  font-size: 13px;
  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: #c9970f;
      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 #c9970f;
        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: #413832;
    padding: 1px 15px;
    border-radius: 5px;
    position: relative;
    color: #fff; }
    .message_inner_box:after {
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 10px 5px 0;
      border-color: transparent #413832 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: #c9970f;
  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 #c9970f;
  border-bottom: 3px solid #c9970f;
  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; }

.profile_wrap {
  margin: 40px 0; }

.profile_point {
  text-align: center;
  margin: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #c9970f; }
  .profile_point_btn {
    text-align: center;
    margin-bottom: 30px; }
    .profile_point_btn a {
      display: inline-block;
      background-color: #c9970f;
      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: #c9970f;
    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: #c9970f;
        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;
  color: #413832; }

.mypage_links li {
  border-bottom: solid 1px #515151; }
  .mypage_links li a {
    color: #fff;
    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 #fff;
      content: ""; }
  .mypage_links li:last-child {
    border-bottom: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mypage_links-q {
  background-image: url(/assets/mypage_icon_faq-72cd5e72917a1d06a42671acb9a6a9275474943b5ade37a26b514ced35bf7c1c.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_unit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  display: block; }

.form_date input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #AF8D62;
  border-radius: 10px;
  padding: 10px 15px;
  line-height: 1.5;
  position: relative;
  color: #fff; }

.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: #c9970f; }
    .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: #c9970f;
    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 #c9970f;
    border-bottom: 3px solid #c9970f;
    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: #AF8D62;
  border-radius: 10px;
  padding: 15px;
  line-height: 1.5;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  color: #fff; }
  .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: #c9970f transparent transparent transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%); }

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

.form_submit {
  -webkit-appearance: none;
  width: 100%;
  background-color: #c9970f;
  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 #c9970f;
  width: 100%;
  background-color: #fff;
  color: #c9970f;
  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-faca85e50f59a1d2a15a35eb2d51ca02454c767875130f9a65c898d2afcd176e.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: #c9970f;
    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-909743a087f4a0c36b34082155d47315e826299dc4a7de2c33a8d72ae0fe63e2.png);
  display: flex;
  justify-content: space-between; }
  .payment_point_main {
    font-size: 14px;
    padding: 5px 0; }
  .payment_point_btn button {
    background-color: #c9970f;
    display: block;
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 13px;
    width: 90px;
    text-align: center;
    text-decoration: none; }

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

.call_nav {
  background-color: #fff;
  padding: 5% 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: #c9970f;
      border-color: #c9970f; }
  .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: #AF8D62;
  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: #c9970f;
  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 #c9970f;
  width: 100%;
  background-color: #fff;
  color: #c9970f;
  border-radius: 10px;
  padding: 15px;
  line-height: 1.5;
  margin-top: 20px;
  text-align: center;
  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 #c9970f;
    border-bottom: solid 2px #c9970f;
    border-left: solid 2px #c9970f;
    width: 50%;
    background-color: #fff;
    padding: 8px 0;
    text-align: center;
    color: #c9970f !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 #c9970f; }
    .ranking_tab_btn_active {
      background-color: #c9970f;
      color: #fff !important; }
  .ranking_tab_nomargin {
    margin-top: 15px; }

.ranking_prefectures {
  margin: 15px 5%;
  background-color: #c9970f !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 #c9970f transparent;
    position: absolute;
    right: 23%;
    top: -10px; }
  .ranking_prefectures_wrap {
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 13px;
    border-radius: 5px;
    background: #c9970f;
    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; }
    .box_category_cast_meeting .sticker_list li {
      right: 86px; }
  .sticker_list_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; }
  .sticker_list_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; }
    .sticker_list_face_large {
      width: 15%;
      padding-top: 15%; }

.sticker_price {
  background-color: #c9970f;
  padding: 10px 7px 7px 7px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative; }
  .sticker_price_details {
    margin-bottom: 20px; }
    .sticker_price_details_box {
      display: flex;
      text-decoration: none;
      color: #333;
      padding: 7px 0;
      border-bottom: dotted 1px #c5c5c5; }
      .sticker_price_details_box:last-child {
        border-bottom: none; }
  .sticker_price_name {
    margin: 0 10px;
    font-weight: bold;
    font-size: 13px;
    padding-top: 11px; }
  .sticker_price_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 #c9970f;
    border-bottom: solid 2px #c9970f;
    border-left: solid 2px #c9970f;
    width: 50%;
    background-color: #fff;
    padding: 8px 0;
    text-align: center;
    color: #c9970f !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 #c9970f; }
    .ranking_tab_btn_active {
      background-color: #c9970f;
      color: #fff !important; }
  .ranking_tab_nomargin {
    margin-top: 15px; }

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

.sticker_buy {
  background-color: #6a5008;
  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: #c9970f; }
    .toggle-switch input:checked + label:after {
      left: 25px; }

.tingle-modal {
  z-index: 10000;
  overflow: auto;
  padding-bottom: 100px; }

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

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

.top_wait {
  margin-top: -45%;
  padding-bottom: 45%;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, rgba(42, 38, 35, 0) 0%, #2a2623 35%); }

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

.toggle-switch {
  position: relative;
  width: 50px;
  height: 25px; }
  .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: #c9970f; }
    .toggle-switch input:checked + label:after {
      left: 25px; }

.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: #554941;
  align-items: center; }
  .order_less .order_less_text {
    margin-left: 20px;
    color: #c9970f; }

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

.profile_point_btn_margin {
  margin: 20px 0; }

.other_none {
  display: none; }

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

.likeButton .heart {
  fill: #a7a7a7; }

.get1point {
  display: none;
  position: absolute;
  font-weight: bold;
  z-index: 10;
  top: 15px;
  right: 4%;
  width: 50px;
  font-size: 12px;
  text-align: center;
  color: #d13b51; }

img {
  width: 100%; }

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

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

.history_nav {
  margin-top: 30px;
  margin-bottom: 30px; }
  .history_nav a {
    color: #c9970f;
    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: #c9970f;
  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: 5px;
  margin: 0 auto;
  background-color: #413832;
  padding: 1px 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; }

.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.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);
  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: #c9970f;
  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: #c9970f; }

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

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

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

.noUi-connect {
  background-color: #c9970f !important; }

.details_header_price {
  color: #333; }

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

.check_form_block {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin: 20px 0; }

.form_box .check_form_block input[type=checkbox] {
  display: inline-block;
  margin-left: 10px; }

#display_register-credit-card-form {
  display: block;
  border: solid 1px #c9970f;
  width: 100%;
  background-color: #fff;
  color: #c9970f;
  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; }

.chat_userlist {
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  background-color: #ddd;
  border-bottom: solid 1px #c6c6c6;
  z-index: 3000;
  padding: 7px 5%; }

.box_category_cast_meeting .chat_userlist_inner {
  margin-right: 86px; }

.chat_userlist_inner {
  white-space: nowrap;
  line-height: 1;
  overflow-x: auto;
  padding-right: 20px; }

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

.subbody.chat_room_div {
  margin-top: 90px; }

.box_category_cast_meeting .chat_userlist_more, .box_category_cast_private .chat_userlist_more {
  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; }

.chat_userlist_btn {
  font-size: 13px;
  background-color: #c9970f;
  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_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_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; }

.chat_userlist_face_large {
  width: 15%;
  padding-top: 15%; }

.chat_userlist_name {
  margin: 0 10px;
  font-weight: bold;
  font-size: 13px;
  padding-top: 11px; }

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

.order_count_input {
  width: 100%; }

.night_icon {
  background-color: #e57373;
  padding: 3px 5px;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 12px; }

span.cast_rank_name_span {
  color: #bca676; }

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

#custom_area_name::placeholder {
  color: #ccc; }

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

.text-bold {
  font-weight: bold; }

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

.share_note_text {
  text-align: left;
  font-size: 12px;
  color: #777; }

.cast_invite_label {
  color: hotpink;
  font-weight: bold; }

.cast_invite_copy {
  background-color: pink;
  color: #333; }

.cast_invite_btn {
  background-color: hotpink; }

.guest_invite_label {
  color: royalblue;
  font-weight: bold; }

.guest_invite_copy {
  background-color: lightskyblue;
  color: #333; }

.guest_invite_btn {
  background-color: royalblue; }

.login_page_title {
  margin-top: 0;
  font-size: 18px;
  color: #fff;
  text-align: center; }

.custom_div {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }

.custom_div .remove_button {
  width: 100%;
  padding: 15px;
  font-size: 14px;
  background: red;
  color: #fff;
  text-decoration: none;
  border-radius: 5px; }

.custom_div .form_input {
  margin-right: 5px; }

.sub_price_box {
  max-height: 180px;
  overflow: scroll; }

.sub_price_table {
  width: 100%;
  font-size: 1.1rem;
  border-collapse: collapse;
  text-align: left; }

.sub_price_table tr {
  border-bottom: 1px dotted #ccc; }

.sub_price_table td {
  text-align: right;
  white-space: nowrap; }

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

.border_select {
  border: 1px solid #ccc;
  height: 50px;
  padding: 10px; }

.sub_note_text {
  display: block;
  font-size: 14px;
  color: #333;
  margin: 10px auto; }

.highlight_text {
  font-size: 18px;
  font-weight: bold;
  color: red; }

.custom_div.wrap_div {
  flex-wrap: wrap; }

.custom_label {
  width: 100%;
  margin-bottom: 10px; }

.custom_div .form_input::placeholder {
  color: #efefef; }

.separate_hr {
  margin: 10px 0;
  width: 100%; }

.view_price_box, .unit_text {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 10px 10px 0; }

.unit_text {
  font-size: 20px; }

.sub_price_table th {
  width: 60%; }

.history_title_text {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 28px;
  color: #fff;
  text-shadow: 1px 1px 1px #333; }

.history_title_text small {
  font-size: 88%; }

#new_cast_container {
  background-color: #AF8D62; }

.head_ranking_link {
  display: block;
  width: 40px;
  height: 100%;
  margin-left: 10px;
  background-image: url(/assets/head_ranking_link-814c2602df000706cf21a5a5162db4ee495ccbecec130132b628159f3830aded.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.head_patron_link {
  display: block;
  width: 40px;
  height: 100%;
  margin-left: 60px;
  background-image: url(/assets/head_patron_link-23c5544187f117f13049427a3434b6e1b5790ce47130b5f086ecf9824084e6a8.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: -50px; }

.message_face {
  text-decoration: none; }

.post-customer-rank-icon {
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  transform: scale(0.9); }

.subbox.profile_post_box {
  background: #fff; }

.highlight_container {
  background: #AF8D62;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%; }
  .highlight_container .history_title_text {
    font-size: 18px;
    font-weight: 500; }
  .highlight_container .list_box {
    width: 200px;
    height: 230px; }
  .highlight_container .list_box_ph {
    height: 230px; }
  .highlight_container .list_label {
    font-size: 10px; }
  .highlight_container .list_content_age {
    font-size: 10px; }
  .highlight_container .list_content {
    padding: 3%; }
  .highlight_container .user_highlighting_text {
    font-size: 10px;
    background: transparent;
    color: white;
    border-color: #1b5dab;
    border-width: 2px;
    margin-bottom: 0;
    white-space: pre-wrap; }

.set_price {
  background-color: #AF8D62;
  color: #fff;
  padding: 8px;
  border-radius: 5px; }

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

.charge-note {
  font-size: 12px;
  font-weight: bold; }

.profile_shitei {
  border-radius: 10px;
  margin: 40px 0;
  padding: 10px 3% 20px;
  text-align: center; }
  .profile_shitei .shitei_ttl {
    font-size: 16px;
    color: #c9970f;
    letter-spacing: 0.02em;
    margin: 30px 0 0;
    font-weight: bold; }
  .profile_shitei .shitei_latest {
    font-size: 14px;
    color: #c9970f;
    font-weight: normal;
    margin: 0; }
  .profile_shitei .shitei_list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center; }
  .profile_shitei .shitei_item {
    width: 31%;
    margin: 1%;
    margin-bottom: 15px;
    font-size: 16px;
    color: #999; }
  .profile_shitei .shitei_img {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 80px;
    margin: 0 auto 12px;
    position: relative;
    background-size: cover;
    background-position: center;
    display: block;
    text-decoration: none; }
  .profile_shitei .shitei_name {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    margin: 0; }
  .profile_shitei .shitei_added {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    margin: 0; }
  .profile_shitei .shitei_txt {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.02em; }

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

.call_nav.order_page {
  margin-top: 60px; }

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

.signup_msg {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 30px 0; }

.video {
  width: 90%;
  height: auto;
  margin: 20px auto;
  text-align: center; }
  .video a {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #c9970f; }

.modal_video_wrapper {
  margin: -3rem; }

.modal_inner video {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

.ranking_tokuten_guest {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: royalblue; }

.ranking_tokuten_cast {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: hotpink; }

.call_unavailable {
  filter: brightness(40%); }

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

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

.search_content_padding {
  padding-top: 20px; }

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

.ranking_tokuten_guest span {
  color: #c31717; }

.ranking_tokuten_cast span {
  color: royalblue; }

/* cast/signup */
/* users/signup */
body.cast_signup {
  background-image: url(/assets/cast_signup_bg-26c8e2c7a2994247a1465a1ab57e5f065a2a581ce6dbb7b12a27a881f66f39db.jpg);
  background-position: center top; }

body.guest_signup {
  background-image: url(/assets/guest_signup_bg-7e12a3aac54c3a779353f5be787a18905b88c9bcb248e6ae499ff3df0cc6408f.jpg);
  background-position: center top; }

.signup_inner {
  padding: 60px 5%; }
  .signup_inner .signup_msg {
    font-size: 13px;
    font-weight: normal;
    margin: 20px auto 30%; }

.signup_note {
  font-size: 11px;
  color: #fff;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 40px; }

.guest_signup #new_cast_container {
  background-color: transparent; }

.cast_entry_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }
  .cast_entry_flow li {
    color: #fff;
    width: 46%;
    margin: 20px 2% 0; }

.popup_back {
  display: none;
  width: 80%;
  background: #fff;
  padding: 10px 3%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999; }

.popup_close {
  width: 20px;
  height: 20px;
  background-image: url(/assets/popup_close-8aa54cc0335f914b7f633eac55a1f179bab9d126b8c41cbda30b48055a04eae0.png);
  background-size: contain;
  margin-left: auto;
  margin-right: 0;
  cursor: pointer; }

.popup_logo {
  max-width: 60%;
  margin: 20px auto; }

.popup_title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center; }

.popup_text {
  margin-top: 0;
  font-size: 12px;
  color: #333;
  text-align: center; }

.popup_bg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }

.popup_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 3%; }
  .popup_wrap img {
    width: 35%;
    margin-right: 3%; }
  .popup_wrap .popup_text {
    text-align: left; }

.popup_cast .popup_title {
  font-size: 14px;
  color: #59BFCA; }

/* /users/complete_registration */
.thanks_read h3 {
  text-align: center; }

.thanks_video {
  width: 100%; }
  .thanks_video video {
    display: block;
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }

/* /profiles/search */
.list_content_name.list_content_active .list_content_job {
  margin-left: -20px; }

.list_box_order .list_content_name:after {
  top: 3px; }

.list_box_order .list_content_name:before {
  top: 6px; }

.video {
  line-height: 1.8; }
  .video .text-red {
    color: red; }

.service_messages_main, .service_messages_link a {
  color: #c9970f; }

.service_messages_link a {
  border-color: #c9970f; }

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

.tingle-modal-box__content {
  margin-top: 15px; }

.modal-close {
  margin-top: 10px; }

.customer_level_explanation {
  text-align: center;
  font-size: 18px; }

.customer_rank {
  font-size: 13px;
  margin: 20px 0; }
  .customer_rank p {
    margin: 0; }

.customer_rank_box {
  margin: 5px 8%;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold; }

.customer_point {
  font-size: 13px; }

.customer_point_content {
  margin: 25px 0; }
  .customer_point_content p {
    margin: 2px 0; }

.customer_point_main {
  color: #c9970f;
  font-size: 18px;
  font-weight: bold;
  padding: 3px 20px;
  margin-top: 3px;
  display: inline-block;
  background-color: #fff;
  letter-spacing: .05em;
  border-radius: 5px; }

.customer_rankup {
  background: #413832;
  padding: 10px 20px;
  margin: 0 8% 20px;
  border-radius: 5px;
  color: #c9970f;
  position: relative; }
  .customer_rankup p {
    margin: 2px 0; }
  .customer_rankup:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #413832 transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%); }

.customer_rankup_main {
  font-weight: bold;
  font-size: 16px;
  margin: 0 3px; }

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

.customer_rankup_attention {
  font-size: 11px;
  color: #fff;
  margin-top: 5px; }

.subheader {
  display: flex; }
  .subheader_title {
    margin-left: auto;
    margin-right: auto; }
    .subheader_title a {
      color: #c9970f;
      padding-right: 30px; }
  .subheader_btn-normal {
    background-image: none;
    padding-left: 10px; }

.standby_btn {
  position: fixed;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  background-color: #c9970f;
  box-shadow: 0px 0px 15px -5px #777777;
  text-decoration: none;
  color: #fff;
  font-size: 11px; }
  .standby_btn-active {
    background-color: #7b7b7b; }

.standby_message {
  font-weight: bold;
  font-size: 12px;
  margin-top: 13px;
  margin-bottom: 2px;
  display: block; }
  .standby_message-active {
    margin-top: 20px; }

.standby_title {
  font-weight: bold;
  border-bottom: 1px solid #fff; }

.ranking_first {
  padding: 1px 20px 30px 20px !important;
  border-radius: 10px;
  margin: 15px 5%;
  background-color: #c9970f;
  border-radius: 10px;
  box-shadow: 0px 5px 5px 0px rgba(17, 18, 17, 0.05);
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  color: #fff; }
  .ranking_first .ranking_first_no span {
    background-color: #fff;
    color: #c9970f; }

.ranking_list_box.ranking_list_nox_02 {
  background-color: #666666;
  color: #fff; }
  .ranking_list_box.ranking_list_nox_02 .ranking_list_no span {
    background-color: #fff;
    color: #666666; }

.ranking_list_box.ranking_list_nox_03 {
  background-color: #724222;
  color: #fff; }
  .ranking_list_box.ranking_list_nox_03 .ranking_list_no span {
    background-color: #fff;
    color: #724222; }

.roulette_link {
  position: fixed;
  left: 4%;
  top: 125px;
  z-index: 10;
  background-color: #c9970f;
  padding: 8px 16px 8px 37px;
  color: #fff;
  font-weight: bold;
  border-radius: 500px;
  border: solid 2px #fff;
  text-decoration: none;
  background-image: url(/assets/icon_roulette-824f4d703fef7045be5d24edc2981193ba1e6801b29bc133d841ddc874f77416.png);
  background-size: 20px;
  background-position: 10px center;
  background-repeat: no-repeat; }

.roulette_wrap {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  padding-top: 125px;
  z-index: 10;
  right: 0;
  background-color: rgba(242, 242, 242, 0.9); }

.roulette_box {
  width: 50%;
  line-height: 1; }
  .roulette_box img {
    width: 100%;
    height: auto; }

.subbody.chat_room_div {
  padding-top: 105px; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.roulette {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10; }

.roulette__title {
  z-index: 100;
  position: fixed;
  top: 5vw;
  left: 0;
  width: 100%; }
  .roulette__title img {
    width: 100%;
    height: auto; }

.roulette__lead {
  z-index: 100;
  position: fixed;
  top: 24vw;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  font-family: sans-serif; }

.roulette__select {
  position: absolute;
  top: 33vw;
  left: 0;
  width: 100%; }
  .roulette__select .roulette__select__inner {
    position: relative; }
  .roulette__select .roulette__select__card {
    opacity: 0;
    position: absolute;
    width: 43vw; }
    .roulette__select .roulette__select__card .roulette__select__card__wrap {
      position: relative; }
    .roulette__select .roulette__select__card .roulette__select__card__b {
      position: absolute;
      top: 0;
      left: 0;
      width: 43vw;
      height: 50vw;
      background: linear-gradient(#ffdf89, #bf8c00);
      border-radius: 5px;
      border: 2px solid #fff;
      margin: 0;
      z-index: 2;
      display: flex;
      justify-content: center;
      align-items: center; }
      .roulette__select .roulette__select__card .roulette__select__card__b img {
        width: 40%;
        height: auto; }
    .roulette__select .roulette__select__card .roulette__select__card__f {
      position: absolute;
      top: 0;
      left: 0;
      width: 43vw;
      height: 50vw;
      background: #fff;
      border-radius: 5px;
      border: 2px solid #fff;
      margin: 0;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      filter: brightness(0); }
      .roulette__select .roulette__select__card .roulette__select__card__f dl {
        width: 80%; }
        .roulette__select .roulette__select__card .roulette__select__card__f dl dt img {
          width: 100%;
          height: auto; }
        .roulette__select .roulette__select__card .roulette__select__card__f dl dd {
          text-align: center;
          font-size: 13px;
          font-family: serif;
          color: #432332;
          font-weight: bold;
          line-height: 1;
          margin-bottom: 5px; }
          .roulette__select .roulette__select__card .roulette__select__card__f dl dd span {
            font-size: 20px;
            margin-right: 5px; }
    .roulette__select .roulette__select__card .roulette__select__card__f.on {
      filter: brightness(0.5); }
    .roulette__select .roulette__select__card .roulette__select__card__f.lg {
      filter: brightness(1); }
    .roulette__select .roulette__select__card:nth-child(1) {
      top: 0;
      left: 5vw; }
    .roulette__select .roulette__select__card:nth-child(2) {
      top: 0;
      right: 5vw; }
    .roulette__select .roulette__select__card:nth-child(3) {
      top: 55vw;
      left: 5vw; }
    .roulette__select .roulette__select__card:nth-child(4) {
      top: 55vw;
      right: 5vw; }

@keyframes rb {
  from {
    width: 43vw; }
  to {
    width: 0; } }

@keyframes rf {
  from {
    width: 0; }
  to {
    width: 43vw; } }

.roulette__btn {
  display: none;
  position: fixed;
  bottom: 3%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1000; }
  .roulette__btn ul {
    margin: 0;
    padding: 0; }
    .roulette__btn ul li {
      margin: 6px auto;
      padding: 0; }
  .roulette__btn a {
    display: inline-block;
    font-family: sans-serif;
    width: 80%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    border: 2px solid #fff; }
    .roulette__btn a span {
      display: block;
      padding: 13px 5px; }

.roulette__ok {
  background: linear-gradient(#f53535, #810808); }
  .roulette__ok span {
    background: url(/assets/roulette_start-7cc467112ce387af45a4439d06ab89fa72c517a666732d900762dcfd46dd4a25.svg) no-repeat 95% center; }

.roulette__cancel {
  background: linear-gradient(#837f81, #393839); }
  .roulette__cancel span {
    background: url(/assets/roulette_cancel-60a79633d43f57a5281a73ab6b1a241e9ecca03a0671b2e408feb54f679bb931.svg) no-repeat 95% center; }

.roulette__bg {
  display: none;
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  overflow: hidden; }
  .roulette__bg .roulette__bg__inner {
    position: relative; }
    .roulette__bg .roulette__bg__inner .roulette__bg__item {
      position: absolute;
      top: -80vh;
      left: -75vw;
      width: 250vw;
      height: 250vh;
      background: url(/assets/roulette_circle-7c66f7e01ecd877908d880c4d1039b883385a2101c6ab6768fdd59cbb76afc53.svg) center center;
      background-size: cover; }

.roulette__indication {
  position: fixed;
  border: 2px solid #fff;
  border-radius: 10px;
  top: 5%;
  left: 5%;
  right: 5%;
  bottom: 5%;
  background: rgba(39, 0, 39, 0.9);
  z-index: 1000;
  overflow: auto;
  transition: .6s;
  transform: scale(1.2);
  opacity: 0; }
  .roulette__indication.roulette__indication__on {
    transform: scale(1);
    opacity: 1; }
  .roulette__indication .roulette__indication__inner {
    position: relative;
    padding: 4% 5%; }
    .roulette__indication .roulette__indication__inner h2 {
      color: #fff;
      font-size: 20px;
      text-align: center;
      font-weight: 500;
      margin-bottom: 5%;
      background: url(/assets/roulette_line-91db25c32ea0f26bf8ea0fe4c12e7ac5233e16f01f3ed69156cbe37e12983b45.svg) no-repeat center bottom;
      background-size: 100%;
      padding-bottom: 20px; }
    .roulette__indication .roulette__indication__inner table {
      width: 100%;
      border-collapse: collapse; }
      .roulette__indication .roulette__indication__inner table tr:nth-child(even) {
        background: rgba(0, 0, 0, 0.5); }
      .roulette__indication .roulette__indication__inner table th, .roulette__indication .roulette__indication__inner table td {
        padding: 5px 10px;
        font-size: 16px;
        color: #fff;
        vertical-align: middle; }
      .roulette__indication .roulette__indication__inner table th {
        width: 60px;
        text-align: center; }
        .roulette__indication .roulette__indication__inner table th img {
          width: 100%;
          height: auto;
          vertical-align: bottom; }
      .roulette__indication .roulette__indication__inner table td {
        text-align: right;
        font-weight: bold; }
    .roulette__indication .roulette__indication__inner .roulette__indication__close {
      content: "";
      position: absolute;
      top: 7px;
      right: 5px;
      width: 30px;
      height: 30px;
      border: 2px solid #fff;
      border-radius: 30px;
      background: #000;
      z-index: 10; }
      .roulette__indication .roulette__indication__inner .roulette__indication__close::before, .roulette__indication .roulette__indication__inner .roulette__indication__close::after {
        content: "";
        display: block;
        width: 17px;
        height: 2px;
        background: #fff;
        transform: rotate(45deg);
        transform-origin: 0% 50%;
        position: absolute;
        top: 6px;
        left: 7px; }
      .roulette__indication .roulette__indication__inner .roulette__indication__close::after {
        transform: rotate(-45deg);
        transform-origin: 100% 50%;
        left: auto;
        right: 7px; }

.review_btn {
  margin-bottom: auto; }

.subbox .textred {
  font-size: 13px;
  color: fff;
  text-align: center;
  margin-bottom: -5px; }

.apprentice_info {
  margin-top: 0px;
  font-size: 12px;
  color: #fff;
  font-weight: bolder;
  text-align: center; }

.bank_account_info {
  text-align: center;
  font-size: larger; }

.toggle-text {
  font-size: 12px;
  font-weight: bolder;
  padding: 10px 15px; }

.new_cast_button_container {
  margin-bottom: 8px;
  display: flex;
  justify-content: center; }

.show_all_new_cast_btn {
  margin: 0 auto;
  text-decoration: none;
  background-color: #c9970f;
  padding: 6px 10px 6px 10px;
  font-size: 10px;
  border-radius: 100px;
  z-index: 5;
  color: #fff;
  font-weight: bold; }

h5 {
  font-size: 14px; }

.rate-setting-notes {
  font-size: 14px;
  color: red; }

.fame_settings_link {
  font-size: 20px;
  display: block;
  float: right;
  margin-right: 35px;
  z-index: 100; }

.ranking_list_box.ranking_list_nox_gift {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin-left: 10%;
  background-color: #c9970f;
  color: #fff; }

.fame_settings_link {
  font-size: 10px;
  text-decoration: none; }

.variation_txt {
  margin-top: 10%; }

.review_required {
  color: red !important;
  max-width: 100%;
  padding: 0;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF; }
