@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
*,
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
}
* img,
html img,
body img {
  max-width: 100%;
  height: auto;
}
* a:hover,
html a:hover,
body a:hover {
  opacity: 0.8;
}

html.login {
  height: 100%;
}
html.login body {
  height: 100%;
  display: flex;
  background-color: #F8F8FA;
}
html.login body main {
  margin: auto;
  width: 600px;
}
html.login body main .logo a img {
  width: 10rem;
  height: auto;
  display: block;
  margin: 1rem auto 2rem auto;
}
html.login body main .card {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0.5rem;
  padding: 3rem 5rem;
}
html.login body main .card h1 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3rem;
}
html.login body main .card h1 span.sub {
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
  opacity: 0.5;
  margin-top: 0.5rem;
}
html.login body main .card .form-floating {
  margin-bottom: 1.5rem;
  position: relative;
}
html.login body main .card .form-floating:after {
  font-family: "bootstrap-icons";
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  color: black;
  z-index: 100;
}
html.login body main .card .form-floating.email:after {
  content: "\f32c";
}
html.login body main .card .form-floating.password:after {
  content: "\f47a";
  transform: translateY(-50%) scaleX(1.4);
}
html.login body main .card .form-floating input[name=email],
html.login body main .card .form-floating input[name=password],
html.login body main .card .form-floating input[name=password_confirmation] {
  padding-left: 3.5rem;
}
html.login body main .card .form-floating label {
  padding-left: 3.5rem;
}
html.login body main .card .form-check {
  text-align: center;
  margin-bottom: 1.5rem;
}
html.login body main .card .form-check .form-check-input {
  float: none;
  margin: 0 0.5rem 0 -2rem;
  width: 1.5rem;
  height: 1.5rem;
}
html.login body main .card .form-check label {
  font-size: 1.1rem;
  line-height: 1;
}
html.login body main .card button[type=submit] {
  display: block;
  width: 100%;
  color: white;
  font-weight: 500;
  font-size: 1.1rem;
  padding: 1.2rem 0;
  border-radius: 100rem;
}
html.login body main .card .reminder {
  text-align: center;
  margin-top: 1rem;
}
html.login body main .card .reminder a {
  color: #0E0E0E;
  font-size: 1.1rem;
}
html.login body main .copyright {
  margin: 2rem 0;
  text-align: center;
}
html.login.client body main .card {
  border-top: 0.5rem solid #48A1E5;
}
html.login.client body main .card h1 {
  color: #48A1E5;
}
html.login.client body main .card .form-floating:after {
  color: #48A1E5;
}
html.login.client body main .card input:focus {
  border-color: #48A1E5;
  box-shadow: 0 0 0 0.25rem rgba(72, 161, 229, 0.25);
}
html.login.client body main .card .form-check-input:checked {
  background-color: #48A1E5;
  border: 1px solid #48A1E5;
}
html.login.client body main .card button[type=submit] {
  background-color: #48A1E5;
}
html.login.influencer body main .card {
  border-top: 0.5rem solid #F47E4C;
}
html.login.influencer body main .card h1 {
  color: #F47E4C;
}
html.login.influencer body main .card .form-floating:after {
  color: #F47E4C;
}
html.login.influencer body main .card input:focus {
  border-color: #F47E4C;
  box-shadow: 0 0 0 0.25rem rgba(244, 126, 76, 0.25);
}
html.login.influencer body main .card .form-check-input:checked {
  background-color: #F47E4C;
  border: 1px solid #F47E4C;
}
html.login.influencer body main .card button[type=submit] {
  background-color: #F47E4C;
}
html body {
  background-color: white;
}
html body .bg-gray {
  background-color: #F8F8FA;
}
html body .bg-blue {
  background-color: #DAE8EC;
}
html body .card {
  background-color: white;
}
html body .search-modal .modal-content {
  padding: 2rem;
}
html body .search-modal .modal-content .modal-header h1.modal-title {
  margin: 0 auto;
}
html body .search-modal .modal-content .modal-header button.btn-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  background-color: #888;
  border-radius: 100rem;
  transform: rotate(45deg);
}
html body .search-modal .modal-content .modal-header button.btn-close:after {
  content: "\f64d";
  font-family: "bootstrap-icons";
  display: block;
  color: white;
  font-weight: bold;
  line-height: 1;
  font-size: 1.5rem;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0.25rem;
  left: -0.05rem;
}
html body .search-modal .modal-content .modal-header button.btn-close:focus {
  border-color: #4B8C9D;
  box-shadow: 0 0 0 0.25rem rgba(75, 140, 157, 0.25);
}
html body .search-modal .modal-content .modal-body > .d-flex {
  border-bottom: 1px solid #dfdfdf;
  padding: 1rem 0;
}
html body .search-modal .modal-content .modal-body > .d-flex .title {
  width: 9rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
html body .search-modal .modal-content .modal-body > div {
  border-bottom: 1px solid #000;
}
html body .search-modal .modal-content .modal-body > div .form-check {
  display: flex;
  margin-bottom: 0.5rem;
}
html body .search-modal .modal-content .modal-body > div .form-check label {
  padding-right: 0.5rem;
}
html body .search-modal .modal-content .modal-body > div .form-check-input {
  margin-right: 0.5rem;
  border-radius: 0;
  transform: scale(1.4);
}
html body .search-modal .modal-content .modal-body .sep {
  font-size: 0.8rem;
  font-weight: bold;
  margin: 0 1em;
}
html body .search-modal .modal-content .modal-body input:focus,
html body .search-modal .modal-content .modal-body select:focus {
  border-color: #4B8C9D;
  box-shadow: 0 0 0 0.25rem rgba(75, 140, 157, 0.25);
}
html body .search-modal .modal-content .modal-body select {
  flex: 1;
  font-size: 0.9rem;
}
html body .search-modal .modal-content .modal-body input[type=checkbox]:checked {
  background-color: #4B8C9D;
  border-color: #4B8C9D;
}
html body .search-modal .modal-content .modal-body input[type=checkbox]:focus {
  border-color: #4B8C9D;
  color: #4B8C9D;
  box-shadow: 0 0 0 0.25rem rgba(75, 140, 157, 0.25);
}
html body .search-modal .modal-content .modal-footer {
  justify-content: center;
}
html body .search-modal .modal-content .modal-footer button {
  background-color: #4B8C9D;
  color: white;
  border-radius: 0.2rem;
  font-size: 0.9rem;
  padding: 0.5em 4em;
}
html body .search-modal #searchDetail {
  height: 100%;
}
html body .search-form input {
  border-radius: 100rem;
  font-size: 0.9rem;
  padding: 0.7em 1.5em;
  font-weight: 500;
  background-color: white;
}
html body .search-form input:focus {
  border-color: #4B8C9D;
  box-shadow: 0 0 0 0.25rem rgba(75, 140, 157, 0.25);
}
html body .search-form button[type=submit] {
  display: block;
  padding: 0.5rem;
  background: transparent;
  border: 0;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
html body .search-form button[type=submit]:after {
  content: "\f52a";
  font-family: "bootstrap-icons";
  font-weight: bold;
  font-size: 1.1rem;
}
html body .media-icon-s:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.8em;
  height: 1.8em;
  background-size: cover;
  background-position: center;
  margin-right: 0.5em;
}
html body .media-icon-s.youtube:before {
  background-image: url("../img/media_icon_youtube_s.png");
}
html body .media-icon-s.instagram:before {
  background-image: url("../img/media_icon_instagram_s.png");
}
html body .media-icon-s.x:before {
  background-image: url("../img/media_icon_x_s.png");
}
html body .media-icon-s.linevoom:before {
  background-image: url("../img/media_icon_linevoom_s.png");
}
html body .media-icon-s.tiktok:before {
  background-image: url("../img/media_icon_tiktok_s.png");
}
html body .star-wrap {
  margin: 0 1rem;
  display: flex;
  align-items: center;
}
html body .star-wrap .star-5 {
  background-color: #C9C9C9;
  position: relative;
}
html body .star-wrap .star-5 .bar {
  position: absolute;
  height: 100%;
  background-color: #FDBE2F;
}
html body .star-wrap .star-5 .star {
  position: relative;
  z-index: 1;
}
html body .star-wrap .star-5 .star img {
  display: block;
  height: 1.5rem;
  width: auto;
}
html body .star-wrap .num {
  margin-left: 0.5rem;
}
html body .star-wrap .num strong {
  font-size: 1.1rem;
  margin-right: 0.3rem;
  line-height: 1;
}
html body header#gnav {
  background-color: rgb(255, 255, 255);
}
html body header#gnav.scrolled {
  background-color: rgba(255, 255, 255, 0.5);
}
html body header#gnav #gnav_logo {
  display: block;
  padding: 1rem;
}
html body header#gnav #gnav_logo img {
  display: block;
  width: 7.7rem;
}
html body header#gnav #gnav_links {
  padding: 0 1rem;
}
html body header#gnav #gnav_links a {
  font-weight: 400;
  display: block;
  text-decoration: none;
  padding: 1rem;
  color: #0E0E0E;
}
html body header#gnav #gnav_links .dropdown-menu {
  margin: 0;
  border-radius: 0;
  left: auto;
  right: 0;
  padding: 1rem;
  border: none;
  border-top: 1px solid #F8F8FA;
}
html body header#gnav #gnav_links .dropdown-menu > div a {
  display: block;
  text-align: center;
  padding: 0.7rem 0;
  width: 16em;
  color: white;
}
html body header#gnav #gnav_links .dropdown-menu > div a.client {
  background-color: #0E0E0E;
  margin-right: 1rem;
}
html body header#gnav #gnav_links .dropdown-menu > div a.influencer {
  background-color: #4B8C9D;
}
html body header#gnav #gnav_icons a {
  display: block;
  position: relative;
  padding: 0.5rem;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1;
  color: #0E0E0E;
}
html body header#gnav #gnav_icons a:before {
  font-family: "bootstrap-icons";
  font-size: 1.8rem;
}
html body header#gnav #gnav_icons a.bell:before {
  content: "\f18a";
}
html body header#gnav #gnav_icons a.heart:before {
  content: "\f417";
  font-size: 1.7rem;
}
html body header#gnav #gnav_icons a .badge {
  font-size: 8px;
  padding: 2px 4px;
  border-radius: 100rem;
  top: 40%;
  right: -20%;
  background-color: red;
}
html body header#gnav #gnav_toggle {
  border: none;
}
html body header#gnav #gnav_toggle:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
html body header#gnav .offcanvas-header {
  padding: 2rem;
}
html body header#gnav .navbar-nav .nav-item .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: bold;
}
html body header#gnav .navbar-nav .nav-item .logout {
  margin-bottom: 1.5rem;
}
html body header#gnav .navbar-nav .nav-item .logout a {
  display: block;
  border: none;
  text-align: center;
  padding: 0.8rem 0;
  background: black;
  color: white;
}
html body header#gnav .navbar-nav .nav-item.submenu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1rem;
}
html body header#gnav .navbar-nav .nav-item.submenu-list a {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: normal;
  font-size: 0.8rem;
  text-align: center;
}
html body header#gnav .navbar-nav .nav-item.submenu-list a:nth-child(1) {
  border-right: 1px solid #000;
}
html body header#gnav .navbar-nav .nav-item.submenu-list a:nth-child(1), html body header#gnav .navbar-nav .nav-item.submenu-list a:nth-child(2) {
  width: 50%;
}
html body header#gnav .navbar-nav .nav-item.submenu-list a:nth-child(3) {
  width: 100%;
  margin-top: 1rem;
}
html body header#gnav .navbar-nav .nav-btn-dropdown {
  margin-bottom: 1.5rem;
}
html body header#gnav .navbar-nav .nav-btn-dropdown a {
  border: 1px solid #c9caca;
  text-align: center;
  padding: 0.8rem 0;
}
html body header#gnav .navbar-nav .nav-btn-dropdown .dropdown-menu.show {
  border: none;
  display: flex;
  justify-content: space-between;
  background: #efefef;
  padding: 1rem;
}
html body header#gnav .navbar-nav .nav-btn-dropdown .dropdown-menu.show li {
  width: calc(50% - 0.5rem);
}
html body header#gnav .navbar-nav .nav-btn-dropdown .dropdown-menu.show li .dropdown-item {
  display: block;
  padding: 0.5rem 1rem;
  text-align: center;
  color: white;
}
html body header#gnav .navbar-nav .nav-btn-dropdown .dropdown-menu.show li .dropdown-item.client {
  background: black;
}
html body header#gnav .navbar-nav .nav-btn-dropdown .dropdown-menu.show li .dropdown-item.influencer {
  background: #4B8C9D;
}
html body header#gnav .navbar-nav .nav-item-login ul {
  border: none;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  list-style-type: none;
}
html body header#gnav .navbar-nav .nav-item-login ul li {
  width: calc(50% - 0.5rem);
}
html body header#gnav .navbar-nav .nav-item-login ul li .dropdown-item {
  display: block;
  padding: 0.5rem 1rem;
  text-align: center;
  color: white;
}
html body header#gnav .navbar-nav .nav-item-login ul li .dropdown-item.client {
  background: black;
}
html body header#gnav .navbar-nav .nav-item-login ul li .dropdown-item.influencer {
  background: #4B8C9D;
}
html body #head_new_bar {
  background-color: #4B8C9D;
}
html body #head_new_bar a {
  display: block;
  color: white;
  text-decoration: none;
  font-size: 0.85rem;
  padding: 1.3rem 0;
}
html body #head_new_bar a p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
html body #head_new_bar a p.more:after {
  content: "\f285";
  font-family: "bootstrap-icons";
  font-weight: bold;
  vertical-align: middle;
  margin-left: 0.5em;
}
html body main h1 span {
  display: block;
  margin-top: 1rem;
}
html body main h2.blue {
  font-size: 1.5rem;
  color: #588389;
}
html body main h2.page-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
html body main header.main-header h1 {
  padding: 2.5em;
  line-height: 1;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
html body main section header h2 {
  font-size: 1.8rem;
}
html body main section header.header-ui {
  display: flex;
  align-items: center;
}
html body main section header.header-ui .select-wrap {
  position: relative;
}
html body main section header.header-ui .select-wrap:after {
  content: "\f229";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  font-size: 0.8rem;
  font-weight: bold;
  color: #4B8C9D;
  transform: translateY(-50%);
  pointer-events: none;
}
html body main section header.header-ui select {
  width: auto;
  margin-left: 3rem;
}
html body main section header.header-ui select:focus {
  border-color: #4B8C9D;
  box-shadow: 0 0 0 0.25rem rgba(75, 140, 157, 0.25);
}
html body main section header.header-ui a {
  font-weight: bold;
  padding: 0.5em 1em;
  color: #14A2DB;
  text-decoration: none;
  margin-left: auto;
}
html body main section header.matter-search-ui {
  align-items: center;
}
html body main section header.matter-search-ui .search-form {
  margin-left: 1rem;
}
html body main section header.matter-search-ui .search-form.search-form_wide {
  width: 100%;
}
html body main section header.matter-search-ui .search-form.search-form_wide .keyword-search-wrapper {
  width: 100%;
}
html body main section header.matter-search-ui .search-form.search-form_wide .select-wrap select {
  border-radius: 0.2rem;
  border: 1px solid #4B8C9D;
  margin: 0 0.5rem;
}
html body main section header.matter-search-ui .btn,
html body main section header.matter-search-ui .btn:hover {
  background-color: #EB885F;
  color: white;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.5rem 2rem;
  border-radius: 0.2rem;
}
html body main section header.matter-search-ui .form-check {
  margin-left: 3rem;
}
html body main section header.matter-search-ui .form-check label {
  font-weight: 500;
  cursor: pointer;
}
html body main section header.matter-search-ui input[type=checkbox]:checked {
  background-color: #4B8C9D;
  border-color: #4B8C9D;
}
html body main section header.matter-search-ui input[type=checkbox]:focus {
  border-color: #4B8C9D;
  color: #4B8C9D;
  box-shadow: 0 0 0 0.25rem rgba(75, 140, 157, 0.25);
}
html body main section header.matter-search-ui .select-wrap {
  position: relative;
}
html body main section header.matter-search-ui .select-wrap:after {
  content: "\f282";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  font-size: 0.8rem;
  font-weight: bold;
  color: white;
  transform: translateY(-50%);
  pointer-events: none;
}
html body main section header.matter-search-ui select {
  height: 4rem;
  background-color: #4B8C9D;
  border-radius: 0;
  padding: 0 3.5rem 0 1.5rem;
  position: relative;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  color: white;
}
html body main section header.matter-search-ui select:focus {
  border-color: #4B8C9D;
  color: #4B8C9D;
  box-shadow: 0 0 0 0.25rem rgba(75, 140, 157, 0.25);
}
html body main .matter-list-thumb-wrap .card {
  overflow: hidden;
  border: none;
  margin: 0 1rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
html body main .matter-list-thumb-wrap .card .thumb {
  aspect-ratio: 1200/800;
  position: relative;
}
html body main .matter-list-thumb-wrap .card .thumb img {
  aspect-ratio: 1200/800;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
html body main .matter-list-thumb-wrap .card .thumb .new {
  font-weight: 400;
  padding: 0.4em 1em;
  background-color: #E86060;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
html body main .matter-list-thumb-wrap .card .card-body {
  padding: 1.5rem;
}
html body main .matter-list-thumb-wrap .card .card-body .media {
  margin-bottom: 0.8rem;
}
html body main .matter-list-thumb-wrap .card .card-body .media .thumb img {
  display: block;
  width: 1.7rem;
  height: auto;
  margin-right: 0.3rem;
  object-fit: contain;
  aspect-ratio: 1/1;
}
html body main .matter-list-thumb-wrap .card .card-body .media .title {
  font-weight: 400;
}
html body main .matter-list-thumb-wrap .card .card-body h3 {
  font-size: 1.2rem;
  line-height: 1.5em;
}
html body main .matter-list-thumb-wrap .card .card-body .footer {
  border-top: 1px solid #eee;
  padding-top: 1rem;
  margin-top: 1rem;
}
html body main .matter-list-thumb-wrap .card .card-body .footer .favorite svg {
  width: 2rem;
  height: auto;
  color: #ccc;
}
html body main .matter-list-thumb-wrap .card .card-body .footer .favorite.active svg {
  color: #F37984;
}
html body main .matter-list-thumb-wrap .card .card-body .footer .price {
  font-weight: 400;
}
html body main .matter-list-thumb-wrap .card .card-body .footer .price .sub {
  margin-right: 1em;
}
html body main .matter-list-thumb-wrap .card .card-body .footer .price .num {
  color: red;
  font-size: 0.8rem;
}
html body main .matter-list-thumb-wrap .card .card-body .footer .price .num strong {
  font-size: 1.5rem;
  margin-right: 0.1em;
}
html body main .influencer-list-thumb-wrap .card {
  overflow: hidden;
  border: none;
  margin: 1.5rem 0;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
html body main .influencer-list-thumb-wrap .card .thumb {
  aspect-ratio: 1;
  width: 7rem;
  height: 7rem;
  position: relative;
  margin-right: 1.5rem;
}
html body main .influencer-list-thumb-wrap .card .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
html body main .influencer-list-thumb-wrap .card .card-body {
  padding: 1.5rem;
}
html body main .influencer-list-thumb-wrap .card .card-body .details {
  width: 100%;
}
html body main .influencer-list-thumb-wrap .card .card-body .details .details-main .excellent-influencer {
  background-color: #EFE9E3;
  color: #AB8145;
  border-radius: 100rem;
  font-size: 1rem;
  padding: 0.3em 1em;
  line-height: 1;
  vertical-align: middle;
}
html body main .influencer-list-thumb-wrap .card .card-body .details .details-main .excellent-influencer:before {
  content: "\f5e7";
  font-family: "bootstrap-icons";
  margin-right: 0.6em;
  vertical-align: middle;
}
html body main .influencer-list-thumb-wrap .card .card-body .details .details-main .followers-wrap > span {
  color: #4B8C9D;
  margin-right: 1rem;
  font-weight: 500;
}
html body main .influencer-list-thumb-wrap .card .card-body .details .details-main .followers-wrap > span strong {
  font-size: 1.1rem;
  margin-right: 0.3em;
  font-weight: 600;
}
html body main .influencer-list-thumb-wrap .card .card-body .details .details-main .genre-wrap > div {
  margin-right: 1rem;
}
html body main .influencer-list-thumb-wrap .card .card-body .details .details-main .genre-wrap span {
  font-weight: 500;
}
html body main .influencer-list-thumb-wrap .card .card-body .details .details-main .genre-wrap .badge {
  border-radius: 0;
  background-color: #eee;
  color: #0E0E0E;
  line-height: 1;
  font-size: 0.9rem;
  margin-right: 1em;
  padding: 0.3em 0.6em;
  vertical-align: middle;
}
html body main .influencer-list-thumb-wrap .card .card-body .details .details-footer {
  border-top: 1px solid #eee;
  margin-top: 1.5rem;
}
html body main .influencer-list-thumb-wrap .card .card-body .details .details-footer .favorite-wrap span.icon:after {
  content: "\f417";
  color: #eee;
  font-family: "bootstrap-icons";
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.5rem;
}
html body main .influencer-list-thumb-wrap .card .card-body .details .details-footer .favorite-wrap span.icon.active:after {
  content: "\f415";
  color: #F37984;
}
html body main .influencer-list-thumb-wrap .card .card-body .details .details-footer .favorite-wrap span.num {
  margin-left: 1em;
  font-size: 1rem;
  font-weight: 500;
  color: #0E0E0E;
}
html body main .influencer-list-thumb-wrap .card .card-body .details .details-footer a.more {
  display: block;
  text-decoration: none;
  color: #14A2DB;
  font-size: 1.1rem;
  font-weight: 600;
}
html body main .influencer-list-thumb-wrap .card .card-body .media {
  margin-bottom: 0.8rem;
}
html body main .influencer-list-thumb-wrap .card .card-body .media .thumb img {
  display: block;
  width: 1.7rem;
  height: auto;
  margin-right: 0.3rem;
}
html body main .influencer-list-thumb-wrap .card .card-body .media .title {
  font-weight: 400;
}
html body main .influencer-list-thumb-wrap .card .card-body h3 {
  font-size: 1.2rem;
  line-height: 1.5em;
}
html body main .influencer-list-thumb-wrap .card .card-body .footer {
  border-top: 1px solid #eee;
  padding-top: 1rem;
  margin-top: 1rem;
}
html body main .influencer-list-thumb-wrap .card .card-body .footer .favorite svg {
  width: 2rem;
  height: auto;
  color: #ccc;
}
html body main .influencer-list-thumb-wrap .card .card-body .footer .favorite.active svg {
  color: #F37984;
}
html body main .influencer-list-thumb-wrap .card .card-body .footer .price {
  font-weight: 400;
}
html body main .influencer-list-thumb-wrap .card .card-body .footer .price .sub {
  margin-right: 1em;
}
html body main .influencer-list-thumb-wrap .card .card-body .footer .price .num {
  color: red;
  font-size: 0.8rem;
}
html body main .influencer-list-thumb-wrap .card .card-body .footer .price .num strong {
  font-size: 1.5rem;
  margin-right: 0.1em;
}
html body main .matter-details-header header {
  margin-bottom: 2rem;
}
html body main .matter-details-header header .badges span {
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 2px;
  margin-right: 0.5rem;
}
html body main .matter-details-header header .badges span.status {
  color: white;
}
html body main .matter-details-header header .badges span.status.taking {
  background-color: #4B8C9D;
}
html body main .matter-details-header header .badges span.genre {
  border: 1px solid #ccc;
}
html body main .matter-details-header header h1.matter_details_title {
  font-size: 2rem;
  margin: 0.5em 0;
}
html body main .matter-details-header header .company {
  display: flex;
  align-items: center;
}
html body main .matter-details-header header .company .thumb {
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 100rem;
  border: 1px solid #ccc;
}
html body main .matter-details-header header .company .thumb img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
html body main .matter-details-header header .company .name a {
  font-size: 1.2rem;
  font-weight: 500;
  color: #14A2DB;
  line-height: 1;
}
html body main .matter-details-header .main-data {
  display: flex;
}
html body main .matter-details-header .main-data .images {
  width: 50%;
  margin-right: 3rem;
}
html body main .matter-details-header .main-data .images .profile h3 {
  font-size: 1.4rem;
  background: #4B8C9D;
  color: #fff;
  text-align: center;
  padding: 0.8rem;
  margin-bottom: 0;
}
html body main .matter-details-header .main-data .images .profile .profile_txt {
  margin-bottom: 0;
  font-size: 1rem;
  background: #efefef;
  padding: 1.2rem;
}
html body main .matter-details-header .main-data .images .slider .main {
  aspect-ratio: 1200/800;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
html body main .matter-details-header .main-data .images .slider .main img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
html body main .matter-details-header .main-data .images .slider .thumb {
  margin: 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
html body main .matter-details-header .main-data .images .slider .thumb .slick-list {
  width: 100%;
}
html body main .matter-details-header .main-data .images .slider .thumb .slick-list .slick-track {
  width: 100%;
}
html body main .matter-details-header .main-data .images .slider .thumb .slick-list a {
  aspect-ratio: 1200/800;
  overflow: hidden;
  border-radius: 3px;
  height: 5rem;
  width: calc(16.6666666667% - 0.4166666667rem);
  margin-right: 0.5rem;
  display: block;
  cursor: pointer;
}
html body main .matter-details-header .main-data .images .slider .thumb .slick-list a:last-child {
  margin-right: 0;
}
html body main .matter-details-header .main-data .images .slider .thumb .slick-list a img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
}
html body main .matter-details-header .main-data .images .slider2 .main {
  aspect-ratio: 1200/800;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
html body main .matter-details-header .main-data .images .slider2 .main img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
html body main .matter-details-header .main-data .images .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
html body main .matter-details-header .main-data .images .buttons .entry {
  width: calc(70% - 1rem);
}
html body main .matter-details-header .main-data .images .buttons .entry button {
  width: 100%;
  height: calc(100% - 4px);
  background-color: #ED5F5E;
  color: white;
  font-size: 1.3rem;
  font-weight: 500;
  box-shadow: 0 4px 0 #A34544;
}
html body main .matter-details-header .main-data .images .buttons .sub {
  width: 30%;
}
html body main .matter-details-header .main-data .images .buttons .sub button {
  display: block;
  font-size: 1.1rem;
  line-height: 1;
  border: 1px solid #ccc;
  background-color: white;
  width: 100%;
  padding: 1em 0;
  position: relative;
  font-size: 1.2vw;
  text-align: center;
  line-height: 1;
  padding-left: 1rem;
}
html body main .matter-details-header .main-data .images .buttons .sub button:before {
  content: "\f415";
  font-family: "bootstrap-icons";
  font-weight: bold;
  color: #E86060;
  position: absolute;
  font-size: 1vw;
  top: 55%;
  left: 10%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1380px) {
  html body main .matter-details-header .main-data .images .buttons .sub button {
    font-size: 16px;
  }
  html body main .matter-details-header .main-data .images .buttons .sub button:before {
    font-size: 16px;
  }
}
html body main .matter-details-header .main-data .images .buttons a {
  display: block;
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  color: #0E0E0E;
}
html body main .matter-details-header .main-data .card {
  width: 50%;
  height: auto;
  overflow: hidden;
  padding: 1.5rem;
  border: none;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
html body main .matter-details-header .main-data .card .card-body {
  padding-top: 0;
  padding-bottom: 0;
}
html body main .matter-details-header .main-data .card .spec .spec-item {
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
}
html body main .matter-details-header .main-data .card .spec .spec-item:last-child {
  border-bottom: none;
}
html body main .matter-details-header .main-data .card .spec .spec-item .thumb {
  width: 8%;
  display: inline-block;
  margin-right: 0.8rem;
}
html body main .matter-details-header .main-data .card .spec .spec-item .thumb img {
  width: 100%;
}
html body main .matter-details-header .main-data .card .spec .spec-item .sns-btn button {
  width: 9%;
  margin-right: 0.8rem;
  padding: 0;
}
html body main .matter-details-header .main-data .card .spec .spec-item .sns-btn img {
  width: 100%;
}
html body main .matter-details-header .main-data .card .spec .spec-item p.title {
  color: #4B8C9D;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 0.7rem;
}
html body main .matter-details-header .main-data .card .spec .spec-item p.title:before {
  font-family: "bootstrap-icons";
  margin-right: 0.5em;
  font-weight: bold;
  vertical-align: middle;
}
html body main .matter-details-header .main-data .card .spec .spec-item p.title.media:before {
  content: "\f268";
}
html body main .matter-details-header .main-data .card .spec .spec-item p.title.price:before {
  content: "\f327";
}
html body main .matter-details-header .main-data .card .spec .spec-item p.title.order:before {
  content: "\f7f4";
}
html body main .matter-details-header .main-data .card .spec .spec-item p.title.date:before {
  content: "\f77a";
}
html body main .matter-details-header .main-data .card .spec .spec-item p.title.share:before {
  content: "\f589";
}
html body main .matter-details-header .main-data .card .spec .spec-item h5 {
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: 0.2rem;
}
html body main .matter-details-header .main-data .card .spec .spec-item h5 span.sub {
  vertical-align: super;
  margin-right: 0.3em;
}
html body main .matter-details-header .main-data .card .spec .spec-item h5 span.date-num {
  font-size: 2rem;
}
html body main .matter-details-header .main-data .card .spec .spec-item h5 strong {
  font-size: 3rem;
  font-weight: 500;
}
html body main .matter-details-header .main-data .card .spec .spec-item h5 img.icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.7rem;
}
html body main .matter-details-header .main-data .card .spec .spec-item .motivation {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
html body main .matter-details-header .main-data .card .spec .spec-item .motivation li {
  font-size: 1.1rem;
}
html body main .matter-details-header .main-data .card .spec .spec-item .sns-btn {
  display: flex;
}
html body main .matter-details-header .main-data .card .spec .spec-item .sns-btn a {
  background-color: #aaa;
  display: block;
  width: 33%;
  margin-right: 0.5rem;
  padding: 0.2rem 0;
}
html body main .matter-details-header .main-data .card .spec .spec-item .sns-btn a:last-child {
  margin-right: 0;
}
html body main .matter-details-header .main-data .card .spec .spec-item .sns-btn a:after {
  font-family: "bootstrap-icons";
  font-size: 1.8rem;
  color: white;
}
html body main .matter-details-header .main-data .card .spec .spec-item .sns-btn a.x {
  background-color: black;
}
html body main .matter-details-header .main-data .card .spec .spec-item .sns-btn a.x:after {
  content: "\f8db";
}
html body main .matter-details-header .main-data .card .spec .spec-item .sns-btn a.facebook {
  background-color: #1F76F3;
}
html body main .matter-details-header .main-data .card .spec .spec-item .sns-btn a.facebook:after {
  content: "\f344";
}
html body main .matter-details-header .main-data .card .spec .spec-item .sns-btn a.line {
  background-color: #03B803;
}
html body main .matter-details-header .main-data .card .spec .spec-item .sns-btn a.line:after {
  content: "\f660";
}
html body main .matter-details-body .card {
  border: none;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  padding: 2.5rem;
}
html body main .matter-details-body .card h5.title {
  padding: 1rem;
  border-radius: 0.3rem;
}
html body main .matter-details-body .card p {
  font-size: 1rem;
  padding: 0.5rem 0;
}
html body main .matter-details-body .card .row {
  display: flex;
  flex-wrap: wrap;
}
html body main .matter-details-body .card .row .border {
  border: 2px solid #eee !important;
  padding: 1.5rem;
  text-align: center;
  height: 100%;
}
html body main .matter-details-body .card .row .border h6 {
  color: #4B8C9D;
  font-size: 1.1rem;
  font-weight: 600;
}
html body main .matter-details-body .card .row .border p {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0;
}
html body main .matter-details-body .card .row .border p strong {
  font-size: 2rem;
  font-weight: 500;
}
html body main .matter-details-body .card ul {
  list-style-type: none;
  padding-left: inherit;
  margin-bottom: inherit;
}
html body main .matter-details-body .card ul li:before {
  content: "■";
  color: #4B8C9D;
  margin-right: 0.5em;
}
html body main .matter-details-footer {
  max-width: 720px;
  margin: 0 auto;
}
html body main .matter-details-footer .buttons {
  display: flex;
}
html body main .matter-details-footer .buttons .entry {
  width: 70%;
}
html body main .matter-details-footer .buttons .entry button {
  width: 100%;
  height: calc(100% - 4px);
  background-color: #ED5F5E;
  color: white;
  font-size: 1.3rem;
  font-weight: 500;
  box-shadow: 0 4px 0 #A34544;
}
html body main .matter-details-footer .buttons .sub {
  width: 30%;
  margin-left: 1rem;
}
html body main .matter-details-footer .buttons .sub button {
  display: block;
  font-size: 1.1rem;
  line-height: 1;
  border: 1px solid #ccc;
  background-color: white;
  width: 100%;
  padding: 1em 0;
  position: relative;
}
html body main .matter-details-footer .buttons .sub button:before {
  content: "\f415";
  font-family: "bootstrap-icons";
  font-weight: bold;
  font-size: 1.5rem;
  color: #E86060;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
}
html body main .matter-details-footer .buttons .sub a {
  display: block;
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  color: #0E0E0E;
}
html body main .matter-order-list table.table tr th,
html body main .matter-order-list table.table tr td {
  text-align: center;
}
html body main .matter-order-list table.table tbody tr td,
html body main .matter-order-list table.table tbody tr th {
  vertical-align: middle;
  border-bottom: none;
}
html body main .matter-order-list table.table tbody tr td .badge,
html body main .matter-order-list table.table tbody tr th .badge {
  color: #0E0E0E;
  font-size: 0.9rem;
  font-weight: 400;
  border: 1px solid;
  padding: 0.3em 1em;
  border-radius: 3px;
}
html body main .matter-order-list table.table tbody tr td .badge.through,
html body main .matter-order-list table.table tbody tr th .badge.through {
  background-color: #aaa;
  border-color: #aaa;
  color: white;
}
html body main .matter-order-list table.table tbody tr td .badge.select,
html body main .matter-order-list table.table tbody tr th .badge.select {
  background-color: white;
  border-color: #4B8C9D;
  color: #4B8C9D;
}
html body main .matter-order-list table.table tbody tr td .badge.offer,
html body main .matter-order-list table.table tbody tr th .badge.offer {
  background-color: #ED5F5E;
  border-color: #ED5F5E;
  color: white;
}
html body main .matter-order-list table.table tbody tr td .badge.have,
html body main .matter-order-list table.table tbody tr th .badge.have {
  background-color: #EB885F;
  border-color: #EB885F;
  color: white;
}
html body main .matter-order-list table.table tbody tr td .badge.none,
html body main .matter-order-list table.table tbody tr th .badge.none {
  background-color: #aaa;
  border-color: #aaa;
  color: white;
}
html body main .matter-order-list dl {
  text-align: left;
  margin: 0;
}
html body main .matter-order-list dl dt {
  color: #4B8C9D;
}
html body main .btn.common {
  margin-top: 1rem;
  font-size: 0.9rem;
  line-height: 1;
  padding: 1rem 2rem;
  background-color: #4B8C9D;
  color: white;
}
html body main .pagination_wrap nav {
  display: flex;
  justify-content: center;
}
html body main .pagination_wrap nav ul.pagination {
  display: flex;
  align-items: center;
}
html body main .pagination_wrap nav ul.pagination li {
  margin: 0.3rem;
}
html body main .pagination_wrap nav ul.pagination li:first-child {
  margin-right: 1.5rem;
}
html body main .pagination_wrap nav ul.pagination li:last-child {
  margin-left: 1.5rem;
}
html body main .pagination_wrap nav ul.pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 1;
  color: white;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 0.2rem;
  border: none;
  background-color: #C9C9C9;
}
html body main .pagination_wrap nav ul.pagination li.active a,
html body main .pagination_wrap nav ul.pagination li.active span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 1;
  color: white;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 0.2rem;
  border: none;
  background-color: #4B8C9D;
}
html body main .pagination_wrap nav ul.pagination li a:hover {
  background-color: #4B8C9D;
}
html body main .pagination_wrap nav ul.pagination li.disabled {
  opacity: 0.3;
}
html body main .pagination_wrap nav ul.pagination span.prev:after,
html body main .pagination_wrap nav ul.pagination span.next:after {
  font-family: "bootstrap-icons";
  font-weight: bold;
  font-size: 0.7rem;
  line-height: 1;
}
html body main .pagination_wrap nav ul.pagination span.prev:after {
  content: "\f284";
}
html body main .pagination_wrap nav ul.pagination span.next:after {
  content: "\f285";
}
html body main .nav-tabs {
  border: none;
  border-bottom: 2px solid #eee;
}
html body main .nav-tabs.no-line {
  border-bottom: 2px solid transparent;
}
html body main .nav-tabs .nav-item .nav-link {
  border-radius: 0;
  border: none;
  margin-bottom: -2px;
  font-weight: 500;
  font-size: 1.1rem;
  color: #0E0E0E;
  padding: 0.8em 1.5em;
}
html body main .nav-tabs .nav-item .nav-link:hover {
  border: none;
}
html body main .nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #4B8C9D;
  color: #4B8C9D;
}
html body main #top_main_slider {
  overflow: hidden;
}
html body main #top_main_slider .slider {
  margin-left: -1rem;
  margin-right: -1rem;
}
html body main #top_main_slider .slider .slick-track {
  padding: 0.5rem 0;
  display: flex;
}
html body main #top_main_slider .slider .slick-slide {
  height: auto;
}
html body main #top_main_slider .slider ul.slick-dots {
  bottom: -2.1rem;
}
html body main #top_main_slider .slider ul.slick-dots li {
  margin: 0 1px;
}
html body main #top_main_slider .slider ul.slick-dots li button:before {
  font-size: 14px;
}
html body main #top_main_slider .slider ul.slick-dots li.slick-active button:before, html body main #top_main_slider .slider ul.slick-dots li:hover button:before {
  color: #4B8C9D;
  opacity: 1;
}
html body main #top_sub_slider {
  overflow: hidden;
}
html body main #top_sub_slider .slider .slick-arrow {
  position: absolute;
  z-index: 1;
  border: none;
  background-color: white;
  display: block;
  border-radius: 100rem;
  padding: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
html body main #top_sub_slider .slider .slick-arrow svg {
  display: block;
  color: #4B8C9D;
}
html body main #top_sub_slider .slider .slick-arrow.prev {
  left: 3rem;
}
html body main #top_sub_slider .slider .slick-arrow.next {
  right: 3rem;
}
html body main #top_sub_slider .slider a {
  display: block;
  margin: 0 0.7rem;
  aspect-ratio: 840/360;
}
html body main #top_sub_slider .slider a img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
html body main #top_keyword a {
  color: #0E0E0E;
  font-size: 0.9rem;
  font-weight: 400;
  background-color: white;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 100rem;
  padding: 0.5em 1.2em;
  margin: 0 0.5em 1em 0;
}
html body main #top_keyword a::before {
  content: "#";
}
html body main #influencer-directory .slider {
  overflow-x: scroll;
  padding: 2rem 0;
  cursor: grab;
}
html body main #influencer-directory .slider::-webkit-scrollbar {
  background: #BED2D9;
  height: 3px;
}
html body main #influencer-directory .slider::-webkit-scrollbar-thumb {
  background-color: #4B8C9D;
}
html body main #top_influencer_list {
  overflow: hidden;
}
html body main #top_influencer_list a {
  overflow: hidden;
  display: block;
  position: relative;
  width: 150px;
  min-width: 150px;
  margin-right: 1.5rem;
  text-decoration: none;
  text-align: center;
  color: #0E0E0E;
}
html body main #top_influencer_list a:last-child {
  margin-right: 0;
}
html body main #top_influencer_list a .icon {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 100rem;
  position: absolute;
  top: 0;
  right: 0;
}
html body main #top_influencer_list a .icon img {
  display: block;
  width: 3rem;
  height: auto;
}
html body main #top_influencer_list a .thumb {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 100rem;
  margin-bottom: 0.5rem;
}
html body main #top_influencer_list a .thumb img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
html body main #top_influencer_list a .name {
  font-weight: 400;
}
html body main #top_influencer_list a .follower {
  color: #4B8C9D;
  font-size: 0.8rem;
}
html body main #top_influencer_list a .follower strong {
  display: block;
  font-size: 1rem;
  margin-bottom: -0.3em;
}
html body main #top_matter_ranking .slider {
  overflow-x: scroll;
  padding: 2rem 0;
  cursor: grab;
  counter-reset: ranking_num 0;
}
html body main #top_matter_ranking .slider::-webkit-scrollbar {
  background: #BED2D9;
  height: 3px;
}
html body main #top_matter_ranking .slider::-webkit-scrollbar-thumb {
  background-color: #4B8C9D;
}
html body main #top_matter_ranking .slider .card {
  counter-increment: ranking_num 1;
  overflow: hidden;
  margin-right: 1.5rem;
  margin-left: 0;
  width: 300px;
  min-width: 300px;
}
html body main #top_matter_ranking .slider .card:last-child {
  margin-right: 0;
}
html body main #top_matter_ranking .slider .card > .thumb:after {
  content: counter(ranking_num) " ";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4B8C9D;
  color: white;
  text-align: center;
  padding: 0.3em 0.6em;
  min-width: 2em;
}
html body main #top_matter_ranking .slider .card:nth-child(1) > .thumb::after {
  background-color: #C5BA62;
}
html body main #top_matter_ranking .slider .card:nth-child(2) > .thumb::after {
  background-color: #9EA3A6;
}
html body main #top_matter_ranking .slider .card:nth-child(3) > .thumb::after {
  background-color: #A57354;
}
html body main #top_matter_list header.header-ui > span {
  margin-left: 1rem;
}
html body main #top_matter_list .matter-list-thumb-wrap {
  display: flex;
  flex-wrap: wrap;
}
html body main #top_matter_list .matter-list-thumb-wrap .card {
  width: calc(33.3333333333% - 1rem);
  margin: 0.75rem 1.5rem 0.75rem 0;
}
html body main #top_matter_list .matter-list-thumb-wrap .card:nth-child(3n) {
  margin-right: 0;
}
html body main #top_matter_list .slider {
  overflow-x: scroll;
  padding: 2rem 0;
  cursor: grab;
  flex-wrap: nowrap;
}
html body main #top_matter_list .slider::-webkit-scrollbar {
  background: #BED2D9;
  height: 3px;
}
html body main #top_matter_list .slider::-webkit-scrollbar-thumb {
  background-color: #4B8C9D;
}
html body main #top_matter_list .matter_media_filter .nav-item .nav-link {
  width: 100%;
  min-width: 110px;
}
html body #guide .guide-page-mv .mv {
  position: relative;
}
html body #guide .guide-page-mv .mv img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
html body #guide .guide-page-mv .mv .mv_inner {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  height: 100%;
  width: 100%;
}
html body #guide .guide-page-mv .mv .mv_inner .mv_text {
  width: 960px;
}
html body #guide .guide-page-mv .mv .mv_inner .mv_text h1 {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
html body #guide .guide-page-mv .mv .mv_inner .mv_text h1 span {
  font-weight: bold;
  font-size: 1.3rem;
  margin-left: 1em;
}
html body #guide .guide-page-mv .mv .mv_inner .mv_text .catch {
  margin-bottom: 1rem;
}
html body #guide .guide-page-mv .mv .mv_inner .mv_text .catch span {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: white;
  color: #4a8d9e;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
html body #guide .guide-intro-text p {
  font-weight: bold;
  font-size: 1.5rem;
}
html body #guide .guide-intro-text h3 {
  font-weight: bold;
  font-size: 1.9rem;
  color: #4a8d9e;
}
html body #guide .guide-intro-wrap {
  padding: 3rem 5rem;
  margin: 5rem auto;
  background: #4a8d9e;
  border-radius: 8px;
}
html body #guide .guide-intro-wrap .head-title {
  text-align: center;
  margin-bottom: 2rem;
}
html body #guide .guide-intro-wrap .head-title span {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  color: white;
  margin-bottom: 0.5rem;
}
html body #guide .guide-intro-wrap .head-title span.sub {
  display: inline-block;
  margin: 0 auto;
  background: white;
  color: #4a8d9e;
  padding: 0.3rem 1em;
  border-radius: 5rem;
}
html body #guide .guide-intro-wrap .head-title h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
  letter-spacing: 0.1rem;
}
html body #guide .guide-intro-wrap .intro-list {
  padding-left: 0;
}
html body #guide .guide-intro-wrap .intro-list li {
  border-top: 1px solid white;
  padding: 1.5rem 1rem;
  display: flex;
  align-items: center;
}
html body #guide .guide-intro-wrap .intro-list li:last-child {
  border-bottom: 1px solid white;
}
html body #guide .guide-intro-wrap .intro-list li img {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 1em;
}
html body #guide .guide-intro-wrap .intro-list li p {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0;
  color: white;
}
html body #guide .guide-intro-wrap .intro-list li p span {
  color: #fdf8a5;
  font-size: 1.4rem;
}
html body #guide .guide-intro-wrap .intro-foot {
  margin-bottom: -8%;
}
html body #guide .guide-intro-wrap .intro-foot img {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
html body #guide .guide-about-wrap .ttl-header {
  text-align: center;
  margin-bottom: 2rem;
}
html body #guide .guide-about-wrap .ttl-header h3 {
  font-size: 2rem;
  font-weight: bold;
}
html body #guide .guide-about-wrap .ttl-header img {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 2rem auto;
}
html body #guide .guide-about-wrap .ttl-header p {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
html body #guide .guide-about-wrap .thumb-list {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
html body #guide .guide-about-wrap .thumb-list .thum {
  width: calc(25% - 1rem);
}
html body #guide .guide-about-wrap .thumb-list .thum img {
  display: block;
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
  border-radius: 10px;
}
html body #guide .guide-about-wrap .text {
  margin-bottom: 2rem;
  text-align: center;
}
html body #guide .guide-about-wrap .text p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
html body #guide .guide-about-wrap .text p span {
  color: #4a8d9e;
  font-size: 1rem;
  font-weight: 500;
}
html body #guide .guide-merit-wrap h3 {
  font-size: 2rem;
  font-weight: bold;
}
html body #guide .guide-merit-wrap .merit-list {
  margin: 2rem auto;
  padding-left: 0;
}
html body #guide .guide-merit-wrap .merit-list li {
  display: flex;
  align-items: center;
  padding: 3rem;
  margin-bottom: 1rem;
  background: white;
  border-radius: 10px;
  list-style: none;
}
html body #guide .guide-merit-wrap .merit-list li .thumb {
  width: 20%;
}
html body #guide .guide-merit-wrap .merit-list li .thumb img {
  display: block;
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
}
html body #guide .guide-merit-wrap .merit-list li .text {
  width: 80%;
  padding-left: 3rem;
}
html body #guide .guide-merit-wrap .merit-list li .text p {
  margin-bottom: 0;
  font-size: 1rem;
}
html body #guide .guide-merit-wrap .merit-list li .text p.main {
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 1.5rem;
  color: #4a8d9e;
}
html body #guide .guide-merit-wrap .client-merit-list {
  margin: 2rem auto;
}
html body #guide .guide-merit-wrap .client-merit-list .item {
  background: white;
  border-radius: 10px;
  padding: 3rem 2rem;
  margin-bottom: 3rem;
  text-align: center;
  box-shadow: 0px 0px 15px -5px #777777;
}
html body #guide .guide-merit-wrap .client-merit-list .item .label {
  margin-bottom: 1rem;
}
html body #guide .guide-merit-wrap .client-merit-list .item .label span {
  display: inline-block;
  margin: 0 auto;
  background: #4a8d9e;
  color: white;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.5rem 2rem;
  border-radius: 3rem;
  line-height: 1;
}
html body #guide .guide-merit-wrap .client-merit-list .item .ttl {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
html body #guide .guide-merit-wrap .client-merit-list .item .sub-ttl {
  background: #dbe8ec;
  border-radius: 10px;
  padding: 1rem 2rem;
  text-align: left;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
html body #guide .guide-merit-wrap .client-merit-list .item .thumb-box {
  background: #fbf8e3;
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  align-items: center;
}
html body #guide .guide-merit-wrap .client-merit-list .item .thumb-box .thumb {
  width: 25%;
}
html body #guide .guide-merit-wrap .client-merit-list .item .thumb-box .thumb img {
  display: block;
  width: 200px;
  margin: 0 auto;
}
html body #guide .guide-merit-wrap .client-merit-list .item .thumb-box .point-list {
  width: 75%;
  padding-left: 2rem;
  margin: 1rem auto;
}
html body #guide .guide-merit-wrap .client-merit-list .item .thumb-box .point-list li {
  padding: 1.5rem 1rem;
  display: flex;
  border-bottom: 1px solid black;
}
html body #guide .guide-merit-wrap .client-merit-list .item .thumb-box .point-list li:first-child {
  padding-top: 0;
}
html body #guide .guide-merit-wrap .client-merit-list .item .thumb-box .point-list li img {
  display: block;
  width: 25px;
  height: 20px;
  margin-right: 1em;
}
html body #guide .guide-merit-wrap .client-merit-list .item .thumb-box .point-list li p {
  font-weight: bold;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0;
}
html body #guide .guide-merit-wrap .client-merit-list .item .col3-box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 1.5rem;
}
html body #guide .guide-merit-wrap .client-merit-list .item .col3-box .box-item {
  position: relative;
  width: calc((100% - 4rem) / 3);
  margin-right: 2rem;
  background: #f8f8fa;
  border-radius: 20px;
  padding: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
html body #guide .guide-merit-wrap .client-merit-list .item .col3-box .box-item:nth-child(3n) {
  margin-right: 0;
}
html body #guide .guide-merit-wrap .client-merit-list .item .col3-box .box-item::after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: 90px;
  background-position: center;
  background-image: url("../img/client-merit_bg_icon.png");
  z-index: -1;
}
html body #guide .guide-merit-wrap .client-merit-list .item .col3-box .box-item p {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0;
}
html body #guide .guide-flow-wrap h3 {
  font-size: 2rem;
  font-weight: bold;
}
html body #guide .guide-flow-wrap .flow-list {
  margin: 2rem auto;
  padding-left: 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
html body #guide .guide-flow-wrap .flow-list li {
  position: relative;
  width: calc((100% - 6rem) / 3);
  margin-right: 3rem;
  margin-bottom: 2rem;
  padding: 2rem;
  border: 3px solid #4a8d9e;
  border-radius: 10px;
  background: white;
  list-style: none;
}
html body #guide .guide-flow-wrap .flow-list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -2.5rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 20px solid #e75f5f;
  border-right: 0;
}
html body #guide .guide-flow-wrap .flow-list li:nth-child(3n) {
  margin-right: 0;
}
html body #guide .guide-flow-wrap .flow-list li:nth-child(3n)::after {
  display: none;
}
html body #guide .guide-flow-wrap .flow-list li .icon {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7eb96;
  border-radius: 100rem;
  margin-bottom: 2rem;
}
html body #guide .guide-flow-wrap .flow-list li .icon img {
  display: block;
  width: 100%;
  max-width: 90px;
  margin: 0 auto;
}
html body #guide .guide-flow-wrap .flow-list li .text p {
  margin-bottom: 0;
  font-size: 1rem;
}
html body #guide .guide-flow-wrap .flow-list li .text p.main {
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 1rem;
  color: #4a8d9e;
}
html body #guide .guide-flow-wrap .flow-list.client-flow-list li {
  width: calc((100% - 6rem) / 4);
  margin-right: 3rem;
  padding: 2rem 1.1rem;
}
html body #guide .guide-flow-wrap .flow-list.client-flow-list li:nth-child(3n)::after {
  display: block;
}
html body #guide .guide-flow-wrap .flow-list.client-flow-list li:nth-child(4n) {
  margin-right: 0;
}
html body #guide .guide-flow-wrap .flow-list.client-flow-list li:nth-child(4n)::after {
  display: none;
}
html body #guide .guide-flow-wrap .flow-text {
  text-align: center;
}
html body #guide .guide-flow-wrap .flow-text h4 {
  font-weight: bold;
  font-size: 1.5rem;
  padding-bottom: 1.5rem;
}
html body #guide .guide-flow-wrap .flow-text h5 {
  font-weight: bold;
  font-size: 1.8rem;
  color: #4a8d9e;
}
html body #guide .btn-white {
  width: 350px;
  margin: 0 auto;
}
html body #guide .btn-white a {
  display: block;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 1rem 0;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: background-color 0.2s;
}
html body #guide .btn-white a:hover {
  background-color: #f8f9fa;
}
html body #guide .guide-thumb-col3-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
html body #guide .guide-thumb-col3-wrap .item {
  width: calc((100% - 4rem) / 3);
  margin-right: 2rem;
}
html body #guide .guide-thumb-col3-wrap .item:nth-child(3n) {
  margin-right: 0;
}
html body #guide .guide-thumb-col3-wrap .item .thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16/11;
  object-fit: cover;
  border-radius: 20px;
}
html body #guide .guide-thumb-col3-wrap .item .ttl {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #4a8d9e;
  margin: 1.5rem auto;
}
html body .container-contact-wrap {
  padding: 6rem 0 4rem 0;
}
html body .container-contact-wrap .container-contact {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
html body .container-contact-wrap .container-contact h1 {
  color: #4B8C9D;
  border-bottom: 2px solid #4B8C9D;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}
html body .container-contact-wrap .container-contact label {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  color: #333;
  font-weight: bold;
}
html body .container-contact-wrap .container-contact input,
html body .container-contact-wrap .container-contact textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}
html body .container-contact-wrap .container-contact textarea {
  resize: vertical;
  height: 150px;
}
html body .container-contact-wrap .container-contact button {
  display: block;
  width: 350px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  background-color: orange;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
}
html body .container-contact-wrap .container-contact button:hover {
  background-color: #45a049;
}
html body .container-contact-wrap .container-contact .form-group {
  margin-bottom: 2rem;
}
html body .container-contact-wrap .container-contact .error {
  color: red;
  font-size: 0.9rem;
}
html body .container-faq {
  max-width: 960px;
  margin: 0 auto;
}
html body .container-faq h1 {
  font-size: 2rem;
  color: #4B8C9D;
  margin-bottom: 4rem;
}
html body .container-faq .accordion {
  --bs-accordion-border-color: transparent;
  --bs-border-width: 0;
}
html body .container-faq .accordion-item {
  margin-bottom: 0;
  border: 0 !important;
}
html body .container-faq button.accordion-button {
  color: black !important;
  background: white !important;
  border-top: 1px solid #c9caca;
  font-size: 1.3rem;
  border-radius: 0 !important;
  padding: 1.4rem 1.2rem;
}
html body .container-faq button.accordion-button:after {
  content: "+";
  font-size: 2rem;
  line-height: 1;
  color: #4B8C9D;
  transition: transform 0.3s ease;
  background-image: none !important;
}
html body .container-faq button.accordion-button:not(.collapsed)::after {
  content: "−";
}
html body .container-faq button.accordion-button:focus {
  outline: none;
  box-shadow: none;
}
html body .container-faq button.accordion-button .q-text {
  font-size: 1.3rem;
  background: #4B8C9D;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 1rem;
}
html body .container-faq .accordion-collapse {
  border-color: transparent !important;
}
html body .container-faq .accordion-body {
  display: flex;
  align-items: flex-start;
  border: 0 !important;
  background: white;
}
html body .container-faq .accordion-body .a-text {
  font-size: 1.3rem;
  background: #b5b5b5;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 1rem;
}
html body .container-faq .accordion-body p {
  font-size: 1.1rem;
  margin-bottom: 0;
}
html body .container-faq .accordion-body p .t_red {
  color: #df3648;
  font-size: 1.1rem;
}
html body #page404 h3 {
  font-size: 1.3rem;
  margin-top: 1rem;
}
html body #page404 p {
  font-size: 1rem;
  margin-top: 1rem;
}
html body #page404 .btn-white {
  display: inline-block;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 0.75em 4em;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: background-color 0.2s;
}
html body #page404 .btn-white:hover {
  background-color: #f8f9fa;
}
@media (min-width: 992px) {
  html body #page404 {
    /* Bootstrapのlgブレークポイント */
  }
  html body #page404 .custom-404-image {
    max-width: 240px;
    /* 例えば、最大幅を500pxに制限 */
    /* または、max-width: 600px; など、適切なサイズに調整してください */
  }
}
html body .container-legal {
  max-width: 960px;
  margin: 0 auto;
}
html body .container-legal .legal_title {
  margin-bottom: 3.5rem;
}
html body .container-legal .legal_title h1 {
  font-size: 2rem;
  color: #4B8C9D;
  margin-bottom: 2rem;
}
html body .container-legal .table tr th {
  width: 28%;
  padding: 1.5rem 1rem;
  border-top: none;
  border-bottom: 1px solid #4B8C9D;
  background: #fff;
  color: #4B8C9D;
}
html body .container-legal .table tr td {
  padding: 1.5rem 1rem;
  border-top: none;
  border-bottom: 1px solid #EEEEEE;
  background: #fff;
}
html body footer #footer_about .d-flex {
  padding: 3.5rem 0;
}
html body footer #footer_about .d-flex > div {
  width: 50%;
}
html body footer #footer_about .details {
  padding-right: 3rem;
}
html body footer #footer_about .details img {
  width: 8.5rem;
}
html body footer #footer_about .details h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 1.5rem 0;
  line-height: 1.8;
}
html body footer #footer_about .details p {
  font-weight: 400;
  line-height: 1.8;
}
html body footer #footer_about .details a {
  margin-top: 1rem;
  font-size: 0.9rem;
  line-height: 1;
  padding: 1rem 2rem;
  background-color: #4B8C9D;
  color: white;
}
html body footer #footer_nav {
  padding: 4rem 0;
}
html body footer #footer_nav h5 {
  font-size: 1.2rem;
  line-height: 1;
}
html body footer #footer_nav ul.nav {
  padding-top: 1rem;
}
html body footer #footer_nav ul.nav li.nav-item a {
  display: inline-block;
  color: #0E0E0E;
}
html body footer #footer_logo {
  padding: 3rem 0;
  color: #aaa;
}
html body footer #footer_logo img {
  width: 8.5rem;
}
html body .header-admin {
  position: relative;
  z-index: 99;
}
html body .header-admin .header-admin-inr {
  background: #333;
}
html body .header-admin .header-admin-inr .h-logo {
  width: 100px;
}
html body .header-admin .text-end {
  color: #fff;
}
html body .header-admin .text-end i {
  font-size: 1.2rem;
  vertical-align: middle;
}
html body .header-admin .text-end .name {
  margin-right: 1.8rem;
}
html body .header-admin .text-end .name span {
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
}
html body .header-admin .text-end .h-menu {
  padding: 0 1.5rem;
}
html body .header-admin .text-end .h-menu a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  vertical-align: bottom;
  line-height: 0.9;
}
html body .container-admin-dashboard {
  max-width: 1800px !important;
}
html body .container-admin-dashboard .admin-title {
  background: #4B8C9D;
  padding: 1rem 1.5rem;
  color: #fff;
  cursor: poiner;
}
html body .container-admin-dashboard .table {
  margin-bottom: 2rem;
}
html body .container-admin-dashboard .table th {
  padding: 1.2rem 1.5rem;
  vertical-align: middle;
  font-size: 1rem;
  color: #fff;
  background: #6c757d;
}
html body .container-admin-dashboard .table td {
  padding: 1.5rem;
  vertical-align: middle;
}
html body .container-admin-dashboard .table td .btn {
  width: 100%;
}
html body .container-admin-dashboard .table .accordion-row {
  cursor: pointer;
}
html body .container-admin-dashboard .table .details-row {
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease;
}
html body .container-admin-dashboard .table .details-row.open {
  height: fit-content;
}
html body .container-admin-dashboard .table .details-row.open .details-content {
  height: fit-content;
  overflow: auto;
  transition: height 0.3s ease;
}
html body .container-admin-dashboard .table .details-row > td {
  padding: 0;
  border: 0;
}
html body .container-admin-dashboard .table .details-row .details-content {
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
html body .container-admin-dashboard .table .details-row .details-content > div {
  padding: 1rem;
  background-color: #f5f5f5;
}
html body .container-admin-dashboard .table .details-row .details-content > div > div {
  overflow-y: auto;
  max-height: 200px;
}
html body .container-admin-dashboard .table .details-row .details-content > div > div .table {
  margin: 0;
}
html body .container-admin-dashboard .table .details-row .details-content > div > div .table th {
  padding: 0.5rem 1.5rem;
  background-color: #bec5cb;
}
html body .container-admin-dashboard .table .details-row .details-content > div > div .table td {
  padding: 0.5rem 1.5rem;
}
html body .container-admin-dashboard nav p {
  display: none;
}
html body .container-admin-dashboard nav .pagination {
  justify-content: center;
  background: none;
}
html body .container-admin-dashboard nav .page-link {
  border: 0;
  color: #4B8C9D;
  background: none;
  border-radius: 5px;
  margin: 0 1rem;
  padding: 0.5rem 1rem;
}
html body .container-admin-dashboard nav .page-link.active,
html body .container-admin-dashboard nav .active > .page-link {
  background: #4B8C9D;
  color: #fff;
}
html body .container-admin-dashboard .btn.btn-01 {
  background: orange !important;
  padding: 0.5rem 2rem !important;
  color: #fff;
  margin-bottom: 1rem;
}
html body .container-admin-dashboard .listTitle {
  padding: 1.5rem;
  background: #48A1E5;
  color: #fff;
  margin-bottom: 0.5rem;
}
html body .container-admin-dashboard hr {
  margin: 2rem 0;
}
html body .container-admin-dashboard .serch-form {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5em;
  margin-bottom: 1rem;
}
html body .container-admin-dashboard .serch-form input {
  width: 400px;
}
html body .container-admin-dashboard .serch-form .col-auto {
  width: 100px;
  margin-left: 1rem;
}
html body .container-admin-dashboard .serch-form .col-auto button {
  width: 100%;
}
html body .container-admin-dashboard .date-form {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5em;
  margin-bottom: 1rem;
}
html body .container-admin-dashboard .date-form .col-auto-date {
  width: 200px;
}
html body .container-admin-dashboard .date-form .col-auto-btn {
  width: 100px;
  margin-left: 1rem;
}
html body .container-admin-dashboard .date-form .col-auto-btn button {
  width: 100%;
}
html body .container-admin-dashboard .checked {
  background: orange;
  color: #fff;
  padding: 0.8rem 1.5rem;
  margin-bottom: 1rem;
}
html body .container-admin-dashboard .status {
  width: 100%;
  margin-top: 1rem;
}
html body .container-admin-dashboard .addition {
  margin-left: 2rem;
  font-size: 1.1rem;
  color: #fff;
  background: #333;
  border: 0;
  outline: 0;
  padding: 0.7rem 2rem;
  border-radius: 5px;
  font-weight: bold;
}
html body .container-admin-dashboard .client-detail,
html body .container-admin-dashboard .influencer-detail {
  background: #333;
  color: #fff;
  padding: 0.3rem 1rem;
  width: 100%;
  border: 0;
  outline: 0;
}
html body .header-client {
  position: relative;
  z-index: 99;
}
html body .header-client .header-client-inr {
  background: #48A1E5;
}
html body .header-client .header-client-inr .h-logo {
  width: 100px;
}
html body .header-client .text-end {
  color: #fff;
}
html body .header-client .text-end i {
  font-size: 1.2rem;
  vertical-align: middle;
}
html body .header-client .text-end .name {
  margin-right: 1.8rem;
}
html body .header-client .text-end .name span {
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
}
html body .header-client .text-end .h-menu {
  padding: 0 1.5rem;
}
html body .header-client .text-end .h-menu.logout {
  border-right: 1px solid #fff;
}
html body .header-client .text-end .h-menu a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  vertical-align: middle;
  line-height: 0.9;
}
html body .header-client .client-side-nav {
  position: fixed;
  width: 100px;
  top: 0;
  left: 0;
  height: 100vh;
  background: #202529;
  padding-top: 59px;
  z-index: -1;
}
html body .header-client .client-side-nav .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
html body .header-client .client-side-nav .container .nav li {
  width: 100%;
}
html body .header-client .client-side-nav .container .nav li a {
  display: block;
  padding: 1rem 0.7rem;
}
html body .header-client .client-side-nav .container .nav li a.active {
  background: #ef6e37;
}
html body .header-client .client-side-nav .container .nav li a i {
  font-size: 1.6rem;
}
html body .header-client .client-side-nav .container .nav li a div {
  font-size: 0.8rem;
  margin-top: 0.3rem;
}
html body .header-client .client-side-nav .container .nav li a:hover {
  background: #ef6e37;
}
html body .header-client .client-side-nav .container .end-nav {
  width: 100%;
  padding: 1.5rem;
  margin: 0;
}
html body .header-client .client-side-nav .container .end-nav li {
  list-style: none;
}
html body .header-client .client-side-nav .container .end-nav .end-nav-item {
  width: 100%;
  padding: 0.7rem 0;
}
html body .header-client .client-side-nav .container .end-nav .end-nav-item:first-child {
  border-bottom: 1px solid #fff;
}
html body .header-client .client-side-nav .container .end-nav .end-nav-item i {
  font-size: 1.5rem;
}
html body .header-client .client-side-nav .container .end-nav .end-nav-item a {
  display: block;
}
html body .header-client .client-side-nav .container .end-nav .end-nav-copy {
  font-size: 0.75rem;
  color: #9fa0a0;
  padding-top: 1rem;
}
@media screen and (max-width: 991px) {
  html body .header-client {
    position: relative;
    z-index: 99;
  }
  html body .header-client .header-influencer-inr {
    background: #ef6e37;
  }
  html body .header-client .header-influencer-inr .h-logo {
    width: 100px;
  }
  html body .header-client .client-side-nav {
    position: fixed;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    height: auto;
    background: #202529;
    padding-top: 0;
    z-index: -1;
  }
  html body .header-client .client-side-nav .container {
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  html body .header-client .client-side-nav .container .nav {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  html body .header-client .client-side-nav .container .nav li a {
    padding: 0.5rem;
  }
  html body .header-client .client-side-nav .container .end-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    margin: 0;
  }
  html body .header-client .client-side-nav .container .end-nav li {
    list-style: none;
  }
  html body .header-client .client-side-nav .container .end-nav .end-nav-item {
    width: 8%;
    padding: 0;
  }
  html body .header-client .client-side-nav .container .end-nav .end-nav-item:first-child {
    border-bottom: 0;
  }
  html body .header-client .client-side-nav .container .end-nav .end-nav-copy {
    padding-top: 0;
    margin-left: 1.4rem;
  }
}
html body .container_chat_template {
  /* コンテナ全体 */
  /* 各テンプレートグループ */
  /* グループタイトル */
  /* テンプレートリスト */
  /* テンプレートアイテム */
  /* アイテムのホバー効果 */
  /* 色分け: クライアント用 */
  /* 色分け: インフルエンサー用 */
  /* レスポンシブ対応 */
  /* ポップアップウィンドウの基本スタイル */
  /* 非表示時 */
  /* ポップアップコンテンツ */
}
html body .container_chat_template .chat-template-container {
  display: flex;
  /* 横並び */
  gap: 20px;
  /* グループ間の間隔 */
  padding: 20px;
  background-color: #f9f9f9;
}
html body .container_chat_template .template-group {
  flex: 1;
  /* 均等幅 */
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  background-color: #fff;
}
html body .container_chat_template .template-title {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #333;
}
html body .container_chat_template .template-list {
  display: flex;
  /* 横並び */
  flex-wrap: wrap;
  /* 幅が足りない場合は折り返し */
  gap: 10px;
  /* 各アイテム間の間隔 */
  justify-content: center;
}
html body .container_chat_template .template-item {
  postition: relative;
  flex: 1 0 calc(25% - 10px);
  /* 横幅25%で間隔を考慮 */
  max-width: 150px;
  /* 最大幅 */
  text-align: center;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #e9f5ff;
  color: #007bff;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
html body .container_chat_template .delete-btn {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 1em;
  color: #888;
  cursor: pointer;
}
html body .container_chat_template .delete-btn:hover {
  color: red;
}
html body .container_chat_template .template-item2 {
  flex: 1 0 calc(25% - 10px);
  /* 横幅25%で間隔を考慮 */
  max-width: 50px;
  /* 最大幅 */
  text-align: center;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #eee;
  color: #333;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
html body .container_chat_template .template-item:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
html body .container_chat_template .client .template-item {
  background-color: #fff5e9;
  color: #ff9800;
}
html body .container_chat_template .influencer .template-item {
  background-color: #e9fbe9;
  color: #4caf50;
}
@media (max-width: 768px) {
  html body .container_chat_template .chat-template-container {
    flex-direction: column;
    /* 縦並び */
  }
  html body .container_chat_template .template-item {
    flex: 1 0 100%;
    /* 幅100% */
  }
}
html body .container_chat_template .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
html body .container_chat_template .popup.hidden {
  display: none;
}
html body .container_chat_template .popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 500px;
  max-width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}
html body .container_chat_template .popup-content h3 {
  margin-bottom: 20px;
}
html body .container_chat_template label {
  display: block;
  margin: 10px 0;
  text-align: left;
}
html body .container_chat_template .w100 {
  width: 100% !important;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
html body .container_chat_template .popup-actions {
  margin-top: 20px;
}
html body .container_chat_template .button {
  padding: 10px 20px;
  margin: 0 5px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
html body .container_chat_template label {
  text-align: left;
}
html body .container-client-dashboard .table {
  margin-bottom: 2rem;
}
html body .container-client-dashboard .table th {
  padding: 1.2rem 1.5rem;
  vertical-align: middle;
  font-size: 1rem;
  color: #fff;
  background: #6c757d;
}
html body .container-client-dashboard .table td {
  padding: 1.5rem;
  vertical-align: middle;
}
html body .container-client-dashboard .table td .btn {
  width: 100%;
}
html body .container-client-dashboard .table td.thm-image {
  width: 180px;
}
html body .container-client-dashboard .table td.sns-icon img {
  margin-right: 0.5rem;
  margin-bottom: 0.5em;
}
html body .container-client-dashboard .table td:last-child {
  width: 140px;
}
html body .container-client-dashboard .table td .square {
  width: 120px;
  height: 120px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body .container-client-dashboard .table td .square img {
  width: 100%;
  width: 100%;
  object-fit: cover;
}
html body .container-client-dashboard .table td .square.no-image {
  background: #eee;
}
html body .container-client-dashboard nav p {
  display: none;
}
html body .container-client-dashboard nav .pagination {
  justify-content: center;
  background: none;
}
html body .container-client-dashboard nav .page-link {
  border: 0;
  color: #48A1E5;
  background: none;
  border-radius: 5px;
  margin: 0 1rem;
  padding: 0.5rem 1rem;
}
html body .container-client-dashboard nav .page-link.active,
html body .container-client-dashboard nav .active > .page-link {
  background: #48A1E5;
  color: #fff;
}
html body .container-client-dashboard .btn.btn-01 {
  background: orange !important;
  padding: 0.5rem 2rem !important;
  color: #fff;
  margin-bottom: 1rem;
}
html body .container-client-dashboard .listTitle {
  padding: 1.5rem;
  background: #48A1E5;
  color: #fff;
  margin-bottom: 0.5rem;
}
html body .container-client-list .table {
  margin-bottom: 2rem;
}
html body .container-client-list .table th {
  padding: 1.2rem 1.5rem;
  vertical-align: middle;
  font-size: 1rem;
  color: #fff;
  background: #48A1E5;
}
html body .container-client-list .table td {
  padding: 1.5rem;
  vertical-align: middle;
}
html body .container-client-list .table td .btn {
  width: 100%;
}
html body .container-client-list .table td.thm-image {
  width: 180px;
}
html body .container-client-list .table td .square {
  width: 120px;
  height: 90px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
html body .container-client-list .table td .btn-group {
  width: 100%;
}
html body .container-client-list .table td .btn-group .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
html body .container-client-list .pagination_wrap nav p {
  display: none;
}
html body .container-client-list .pagination_wrap nav .pagination {
  justify-content: center;
  background: none;
}
html body .container-client-list .pagination_wrap nav .page-link {
  border: 0;
  color: #48A1E5;
  background: none;
  border-radius: 5px;
  margin: 0 0.5rem;
  padding: 0.5rem 1rem;
}
html body .container-client-list .pagination_wrap nav .page-link.active,
html body .container-client-list .pagination_wrap nav .active > .page-link {
  background: #48A1E5;
  color: #fff;
}
html body .container-client-list .btn.btn-01 {
  background: orange !important;
  padding: 0.5rem 2rem !important;
  color: #fff;
}
html body .container-client-setting .errmsg {
  color: red;
}
html body .container-client-setting .setting-form-wrap label {
  font-size: 1rem;
  color: #4B8C9D;
  font-weight: bold;
}
html body .container-client-setting .setting-form-wrap hr {
  margin: 2.5rem 0;
}
html body .container-client-setting .setting-form-wrap .setting-form-item {
  margin-bottom: 1rem;
}
html body .container-client-setting .setting-form-wrap .sec01 .sec01-1 {
  width: 20%;
}
html body .container-client-setting .setting-form-wrap .sec01 .sec01-1 .addition {
  width: 100px;
  position: absolute;
  cursor: pointer;
  background: #6c757d;
  color: #fff;
  text-align: center;
  padding: 0.7rem;
  border-radius: 5px;
}
html body .container-client-setting .setting-form-wrap .sec01 .sec01-1 img {
  position: relative;
  width: 100%;
}
html body .container-client-setting .setting-form-wrap .sec01 .sec01-2 {
  width: 80%;
  padding-left: 1.5rem;
}
html body .container-client-setting .setting-form-wrap .sec02 .sec02-1 .setting-form-item {
  width: 33.3%;
  margin-right: 1.5rem;
}
html body .container-client-setting .setting-form-wrap .sec02 .sec02-1 .setting-form-item:last-child {
  margin-right: 0;
}
html body .container-client-setting .setting-form-wrap .sec02 .sec02-2 .setting-form-item {
  width: 33.3%;
  margin-right: 1.5rem;
}
html body .container-client-setting .setting-form-wrap .sec02 .sec02-2 .setting-form-item:last-child {
  margin-right: 0;
}
html body .container-client-setting .setting-form-wrap .sec03 .sec03-1 .setting-form-item {
  width: 33.3%;
  margin-right: 1.5rem;
}
html body .container-client-setting .setting-form-wrap .sec03 .sec03-1 .setting-form-item:last-child {
  margin-right: 0;
}
html body .container-client-setting .setting-form-wrap .sec03 .sec03-2 .setting-form-item {
  width: 33.3%;
  margin-right: 1.5rem;
}
html body .container-client-setting .setting-form-wrap .sec03 .sec03-2 .setting-form-item:last-child {
  margin-right: 0;
}
html body .container-client-setting .submit-wrap {
  max-width: 300px;
  padding: 1rem;
  margin: 1rem auto;
}
html body .container-client-setting .submit-wrap .btn-submit {
  padding: 1rem;
  background: orange;
  color: #fff;
  font-size: 1.1rem;
}
html body .modal-setting .modal-header {
  background: #4B8C9D;
  color: #fff;
}
html body .modal-setting .btn-close {
  color: #fff;
}
html body .menber-main-contents {
  margin-left: 100px;
}
html body .menber-main-contents .container-influencer-chatroom {
  max-width: 100% !important;
}
@media screen and (max-width: 991px) {
  html body .menber-main-contents .container {
    max-width: 100% !important;
  }
}
html body .header-influencer {
  position: relative;
  z-index: 99;
}
html body .header-influencer .header-influencer-inr {
  background: #ef6e37;
}
html body .header-influencer .header-influencer-inr .h-logo {
  width: 100px;
}
html body .header-influencer .text-end {
  color: #fff;
}
html body .header-influencer .text-end i {
  font-size: 1.2rem;
  vertical-align: middle;
}
html body .header-influencer .text-end .name {
  margin-right: 1.8rem;
}
html body .header-influencer .text-end .name span {
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
}
html body .header-influencer .text-end .h-menu {
  padding: 0 1.5rem;
}
html body .header-influencer .text-end .h-menu.logout {
  border-right: 1px solid #fff;
  padding-bottom: 0.4rem;
}
html body .header-influencer .text-end .h-menu a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  vertical-align: bottom;
  line-height: 0.9;
}
html body .header-influencer .influencer-side-nav {
  position: fixed;
  width: 100px;
  top: 0;
  left: 0;
  height: 100vh;
  background: #202529;
  padding-top: 59px;
  z-index: -1;
}
html body .header-influencer .influencer-side-nav .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
html body .header-influencer .influencer-side-nav .container .nav li {
  width: 100%;
}
html body .header-influencer .influencer-side-nav .container .nav li a {
  display: block;
  padding: 1rem 0.7rem;
}
html body .header-influencer .influencer-side-nav .container .nav li a.active {
  background: #ef6e37;
}
html body .header-influencer .influencer-side-nav .container .nav li a i {
  font-size: 1.6rem;
}
html body .header-influencer .influencer-side-nav .container .nav li a div {
  font-size: 0.8rem;
  margin-top: 0.3rem;
}
html body .header-influencer .influencer-side-nav .container .nav li a:hover {
  background: #ef6e37;
}
html body .header-influencer .influencer-side-nav .container .end-nav {
  width: 100%;
  padding: 1.5rem;
  margin: 0;
}
html body .header-influencer .influencer-side-nav .container .end-nav li {
  list-style: none;
}
html body .header-influencer .influencer-side-nav .container .end-nav .end-nav-item {
  width: 100%;
  padding: 0.7rem 0;
}
html body .header-influencer .influencer-side-nav .container .end-nav .end-nav-item:first-child {
  border-bottom: 1px solid #fff;
}
html body .header-influencer .influencer-side-nav .container .end-nav .end-nav-item i {
  font-size: 1.5rem;
}
html body .header-influencer .influencer-side-nav .container .end-nav .end-nav-item a {
  display: block;
}
html body .header-influencer .influencer-side-nav .container .end-nav .end-nav-copy {
  font-size: 0.75rem;
  color: #9fa0a0;
  padding-top: 1rem;
}
html body .footer-influencer {
  margin-left: 100px;
}
html body .footer-influencer .border-top {
  padding: 2rem;
}
html body .footer-influencer .border-top .container {
  max-width: 100% !important;
}
@media screen and (max-width: 991px) {
  html body .menber-main-contents {
    margin-left: 0;
  }
  html body .header-influencer {
    position: relative;
    z-index: 99;
  }
  html body .header-influencer .header-influencer-inr {
    background: #ef6e37;
  }
  html body .header-influencer .header-influencer-inr .h-logo {
    width: 100px;
  }
  html body .header-influencer .influencer-side-nav {
    position: fixed;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    height: auto;
    background: #202529;
    padding-top: 0;
    z-index: -1;
  }
  html body .header-influencer .influencer-side-nav .container {
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  html body .header-influencer .influencer-side-nav .container .nav {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  html body .header-influencer .influencer-side-nav .container .nav li a {
    padding: 0.5rem;
  }
  html body .header-influencer .influencer-side-nav .container .end-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    margin: 0;
  }
  html body .header-influencer .influencer-side-nav .container .end-nav li {
    list-style: none;
  }
  html body .header-influencer .influencer-side-nav .container .end-nav .end-nav-item {
    width: 8%;
    padding: 0;
  }
  html body .header-influencer .influencer-side-nav .container .end-nav .end-nav-item:first-child {
    border-bottom: 0;
  }
  html body .header-influencer .influencer-side-nav .container .end-nav .end-nav-copy {
    padding-top: 0;
    margin-left: 1.4rem;
  }
  html body .footer-influencer {
    padding-bottom: 8rem;
  }
}
html body .container-influencer-chatroom {
  max-width: 100%;
}
html body .container-influencer-chatroom .highlight {
  background-color: yellow;
}
html body .container-influencer-chatroom #popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: white;
  border: 1px solid black;
  z-index: 1000;
}
html body .container-influencer-chatroom .orderdiv {
  background: #fff;
  border-bottom: 1px solid #eee;
}
html body .container-influencer-chatroom .chathistory {
  border-left: 1px solid #eee;
  padding-left: 1em;
}
html body .container-influencer-chatroom #message-history {
  height: 400px;
  /* 高さを固定 */
  overflow-y: auto;
  /* 縦方向にスクロールを許可 */
  padding: 10px;
  /* メッセージの余白 */
  background-color: #fff;
  /* 背景色（任意） */
  display: flex;
  /* フレックスボックスにして縦方向に並べる */
  flex-direction: column;
  /* メッセージを縦に並べる */
  gap: 10px;
  /* メッセージ間に隙間を追加 */
}
html body .container-influencer-chatroom .message {
  color: #000;
  width: 100%;
  padding-left: 60px;
  padding: 10px;
  margin: 0;
  /* メッセージの外側のマージンをゼロにする */
  word-wrap: break-word;
  /* 長い単語は折り返し */
  flex: 0 0 auto;
}
html body .container-influencer-chatroom .messagebody {
  margin-left: 50px;
}
html body .container-influencer-chatroom .date-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 20px 0;
  /* メッセージ間隔 */
}
html body .container-influencer-chatroom .divider-line {
  flex-grow: 1;
  height: 1px;
  background-color: #ddd;
  margin: 0 0px;
}
html body .container-influencer-chatroom .date-text {
  background: #fff;
  padding: 0 10px;
  color: #666;
  font-size: 0.9em;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  /* 日付を線の上に表示 */
}
html body .container-influencer-chatroom .BAD_.message.is_me {
  background-color: skyblue;
  /* 自分のメッセージの背景色 */
  align-self: flex-end;
  /* 右寄せ */
}
html body .container-influencer-chatroom .message:not(.is_me) {
  align-self: flex-start;
  /* 左寄せ */
}
html body .container-influencer-chatroom .BAD_is_me {
  align-self: flex-end;
  /* 右側に寄せる */
  background: skyblue;
  margin-right: 0.2em;
  padding: 0.5em 1em;
  border-radius: 1.5em;
}
html body .container-influencer-chatroom .cmd {
  background-color: #0074dc;
  padding: 0.5em 1em;
  color: #fff;
  border: 0;
}
html body .container-influencer-chatroom .profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
html body .container-influencer-chatroom .orderdiv {
  display: flex;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;
  border-bottom: 1px solid #ccc;
}
html body .container-influencer-chatroom .ordericon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
}
html body .container-influencer-chatroom .user-info {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  width: 100%;
}
html body .container-influencer-chatroom .user-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
html body .container-influencer-chatroom .user-name {
  font-size: 1em;
  font-weight: bold;
  color: #aaa;
}
html body .container-influencer-chatroom .jikoku {
  margin-left: auto;
  font-size: 0.9em;
  color: #aaa;
}
html body .container-influencer-chatroom .orderitem {
  flex-grow: 1;
}
html body .container-influencer-chatroom .orderitem p {
  margin: 1px;
}
html body .container-influencer-chatroom .orderlink {
  text-decoration: none;
}
html body .container-influencer-chatroom .company_name {
  font-size: 0.85em;
  color: #ccc;
  font-weight: bold;
}
html body .container-influencer-chatroom .company_name,
html body .container-influencer-chatroom .matter_name {
  margin: 0;
  word-break: break-word;
}
html body .container-influencer-chatroom .step {
  padding: 1px 8px;
}
html body .container-influencer-chatroom .orderdiv .waiting,
html body .container-influencer-chatroom .orderdiv .negotiating,
html body .container-influencer-chatroom .orderdiv .in_progress,
html body .container-influencer-chatroom .orderdiv .waiting_payment,
html body .container-influencer-chatroom .orderdiv .completed,
html body .container-influencer-chatroom .orderdiv .canceled {
  display: inline;
  border-radius: 10px;
  color: #FFF;
  text-align: center;
}
html body .container-influencer-chatroom .waiting {
  background-color: #FE4F44;
}
html body .container-influencer-chatroom .negotiating {
  background-color: #c490c0;
}
html body .container-influencer-chatroom .in_progress {
  background-color: #43B2E2;
}
html body .container-influencer-chatroom .waiting_payment {
  background-color: #efaa33;
}
html body .container-influencer-chatroom .completed {
  background-color: #64cb9c;
}
html body .container-influencer-chatroom .sortorder {
  text-align: right;
  color: #333;
  font-weight: bold;
  padding: 3px;
}
html body .container-influencer-chatroom .matter_name {
  color: #222;
  font-weight: bold;
}
html body .container-influencer-chatroom .matter_search {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
html body .container-influencer-chatroom #matter_search_string {
  border-radius: 1.5em;
  width: 100%;
  border: 2px solid #ccc;
  padding: 0.5em 1em;
}
html body .container-influencer-chatroom .appendfile {
  font-size: 1.5em;
  display: inline-block;
  /* 回転時に正しいレイアウトを保つため */
  transform: rotate(45deg) translate(5px);
  /* 45度回転 */
}
html body .container-influencer-chatroom #message-form {
  display: none;
  padding: 1em;
  background: #F9F9FB;
}
html body .container-influencer-chatroom #message {
  background: #fff;
}
html body .container-influencer-chatroom .button-group {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
html body .container-influencer-chatroom .sendbtn {
  margin-left: auto;
}
html body .container-influencer-chatroom .cliplink,
html body .container-influencer-chatroom .command {
  margin-right: 8px;
}
html body .container-influencer-chatroom .sendbtn {
  border: 0;
  background: #E98F48;
}
html body .container-influencer-chatroom .sendbtn:hover {
  background: orange;
}
html body .container-influencer-chatroom .command {
  background: #fff;
  color: #666;
  border: 1px solid #ccc;
}
html body .container-influencer-chatroom .cliplink {
  color: #000;
}
html body .container-influencer-chatroom .selectedOrder {
  display: none;
}
html body .container-influencer-chatroom .selectedOrder .user-info {
  display: flex;
  /* 横並びにする */
  align-items: center;
  /* 垂直方向で中央揃え */
}
html body .container-influencer-chatroom .selectedOrder .user-info .user-icon {
  margin-right: 10px;
  /* アイコンとテキストの間に少しスペースを追加 */
}
html body .container-influencer-chatroom .selectedOrder .user-info .user-details {
  display: flex;
  flex-direction: column;
  /* 縦に並べる */
}
html body .container-influencer-chatroom .step-caution {
  display: none;
  width: 40%;
  padding-left: 1rem;
}
html body .container-influencer-chatroom .step-bar {
  display: none;
  width: 60%;
  display: flex;
  list-style: none;
  padding: 0;
  align-items: center;
  margin-bottom: 0;
}
html body .container-influencer-chatroom .step-bar li {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 0.9rem;
  padding: 0.2em 1.5em;
  background-color: #f8f9fa;
  color: #6c757d;
  border: none;
  width: 25%;
  box-sizing: border-box;
  white-space: nowrap;
}
html body .container-influencer-chatroom .step-bar li:first-child {
  border: none;
}
html body .container-influencer-chatroom .step-bar li.active {
  color: #fff;
  font-weight: bold;
}
html body .container-influencer-chatroom .step-bar .step-01.active {
  background-color: #FE4F44;
}
html body .container-influencer-chatroom .step-bar .step-01.active::after {
  border-left-color: #FE4F44;
}
html body .container-influencer-chatroom .step-bar .step-02.active {
  background-color: #c490c0;
}
html body .container-influencer-chatroom .step-bar .step-02.active::after {
  border-left-color: #c490c0;
}
html body .container-influencer-chatroom .step-bar .step-03.active {
  background-color: #43B2E2;
  border-color: #43B2E2;
}
html body .container-influencer-chatroom .step-bar .step-03.active::after {
  border-left-color: #43B2E2;
}
html body .container-influencer-chatroom .step-bar .step-04.active {
  background-color: #efaa33;
}
html body .container-influencer-chatroom .step-bar .step-04.active::after {
  border-left-color: #efaa33;
}
html body .container-influencer-chatroom .step-bar .step-05.active {
  background-color: #64cb9c;
}
html body .container-influencer-chatroom .step-bar li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.43em;
  width: 0;
  height: 0;
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-left: 0.5em solid #f8f9fa;
  /* 右向きの三角形 */
  z-index: 1;
  transform: translateY(-50%);
}
html body .container-influencer-chatroom .step-bar li.active:not(:last-child)::after {
  /* border-left-color: #FE4F44; */
  /* アクティブ時の三角形色 */
}
html body .container-influencer-dashboard .table {
  margin-bottom: 2rem;
}
html body .container-influencer-dashboard .table th {
  padding: 1.2rem 1.5rem;
  vertical-align: middle;
  font-size: 1rem;
  color: #fff;
  background: #4B8C9D;
}
html body .container-influencer-dashboard .table td {
  padding: 1.2rem 1.5rem;
  vertical-align: middle;
}
html body .container-influencer-dashboard .table td .btn {
  width: 100%;
}
html body .container-influencer-dashboard nav p {
  display: none;
}
html body .container-influencer-dashboard nav .pagination {
  justify-content: center;
  background: none;
}
html body .container-influencer-dashboard nav .page-link {
  border: 0;
  color: #4B8C9D;
  background: none;
  border-radius: 5px;
  margin: 0 1rem;
  padding: 0.5rem 1rem;
}
html body .container-influencer-dashboard nav .page-link.active,
html body .container-influencer-dashboard nav .active > .page-link {
  background: #4B8C9D;
  color: #fff;
}
html body .container-influencer-dashboard .btn.btn-01 {
  background: orange;
  padding: 0.5rem 2rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
html body .container-influencer-setting .errmsg {
  color: red;
}
html body .container-influencer-setting .setting-form-wrap {
  margin: 0 auto;
}
html body .container-influencer-setting .setting-form-wrap .setting-form-inr .bob {
  margin-bottom: 2rem;
}
html body .container-influencer-setting .setting-form-wrap .setting-form-inr .bob .card {
  box-shadow: none !important;
  border: none;
}
html body .container-influencer-setting .setting-form-wrap .setting-form-inr .bob .card .card-header {
  border: none;
}
html body .container-influencer-setting .setting-form-wrap .setting-form-inr .bob .card .card-body {
  padding: 1.5rem 0;
}
html body .container-influencer-setting .setting-form-wrap .setting-form-inr .bob .card .card-body .table > :not(caption) > * > * {
  border-bottom: none;
}
html body .container-influencer-setting .setting-form-wrap .setting-form-inr .bob .card .card-body .table td,
html body .container-influencer-setting .setting-form-wrap .setting-form-inr .bob .card .card-body .table th {
  padding: 1.2rem 1.5rem;
}
html body .container-influencer-setting .setting-form-wrap .setting-form-inr .bob .card .card-body .table th {
  background: #4B8C9D;
}
html body .container-influencer-setting .setting-form-wrap .setting-form-inr .bob .card .card-body .table td .btn {
  width: 100%;
  background: #6c757d;
  border: none;
}
html body .container-influencer-setting .setting-form-wrap .setting-form-inr .bob .card .card-body .table td.influencer-sns-btn-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
html body .container-influencer-setting .setting-form-wrap .setting-form-inr .bob .card .card-body .table td.influencer-sns-btn-wrapper .btn {
  width: fit-content;
  padding: 5px 20px;
}
html body .container-influencer-setting .setting-form-wrap .setting-form-inr .bob .bg-main {
  background: #212529;
}
html body .container-influencer-setting .setting-form-wrap .setting-form-inr .setting-sns-list {
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 2rem;
}
html body .container-influencer-setting .setting-form-wrap .setting-form-inr .setting-sns-list .sns {
  width: 25%;
  padding: 5px;
  color: #fff;
  background: #000;
  text-decoration: none;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  margin: 0 0.1rem;
  cursor: pointer;
}
html body .container-influencer-setting .setting-form-wrap .setting-form-inr .setting-sns-list .sns.sns-insta {
  background: #5655CD;
}
html body .container-influencer-setting .setting-form-wrap .setting-form-inr .setting-sns-list .sns.sns-tiktok {
  background: #FE2C55;
}
html body .container-influencer-setting .setting-form-wrap .setting-form-inr .setting-sns-list .sns.sns-youtube {
  background: #DA1725;
}
html body .container-influencer-setting .setting-form-wrap .setting-form-inr .setting-sns-list .sns.sns-line {
  background: #00B900;
}
html body .container-influencer-setting .setting-form-wrap .setting-form-inr .setting-sns-list .sns img {
  width: 13px;
}
html body .container-influencer-setting .setting-form-wrap label {
  font-size: 1rem;
  color: #4B8C9D;
  font-weight: bold;
}
html body .container-influencer-setting .setting-form-wrap hr {
  margin: 2.5rem 0;
}
html body .container-influencer-setting .setting-form-wrap .setting-form-item {
  margin-bottom: 1rem;
}
html body .container-influencer-setting .setting-form-wrap .sec01 .sec01-1 {
  width: 20%;
}
html body .container-influencer-setting .setting-form-wrap .sec01 .sec01-1 .addition {
  width: 100px;
  position: absolute;
  cursor: pointer;
  background: #6c757d;
  color: #fff;
  text-align: center;
  padding: 0.7rem;
  border-radius: 5px;
}
html body .container-influencer-setting .setting-form-wrap .sec01 .sec01-1 img {
  position: relative;
  width: 100%;
}
html body .container-influencer-setting .setting-form-wrap .sec01 .sec01-2 {
  width: 80%;
  padding-left: 1.5rem;
}
html body .container-influencer-setting .setting-form-wrap .sec02 .sec02-1 .setting-form-item {
  width: 33.3%;
  margin-right: 1.5rem;
}
html body .container-influencer-setting .setting-form-wrap .sec02 .sec02-1 .setting-form-item:last-child {
  margin-right: 0;
}
html body .container-influencer-setting .setting-form-wrap .sec02 .sec02-2 .setting-form-item {
  width: 33.3%;
  margin-right: 1.5rem;
}
html body .container-influencer-setting .setting-form-wrap .sec02 .sec02-2 .setting-form-item:last-child {
  margin-right: 0;
}
html body .container-influencer-setting .setting-form-wrap .sec03 .sec03-1 .setting-form-item {
  width: 33.3%;
  margin-right: 1.5rem;
}
html body .container-influencer-setting .setting-form-wrap .sec03 .sec03-1 .setting-form-item:last-child {
  margin-right: 0;
}
html body .container-influencer-setting .setting-form-wrap .sec03 .sec03-2 .setting-form-item {
  width: 33.3%;
  margin-right: 1.5rem;
}
html body .container-influencer-setting .setting-form-wrap .sec03 .sec03-2 .setting-form-item:last-child {
  margin-right: 0;
}
html body .container-influencer-setting .submit-wrap {
  max-width: 300px;
  padding: 1rem;
  margin: 1rem auto;
}
html body .container-influencer-setting .submit-wrap .btn-submit {
  padding: 1rem;
  background: orange;
  color: #fff;
  font-size: 1.1rem;
}
html body .modal-setting .modal-header {
  background: #4B8C9D;
  color: #fff;
}
html body .modal-setting .btn-close {
  color: #fff;
}
html body .offer-sec {
  margin: 1rem 0;
}
html body .offer-sec .offer-box {
  background: #f8f8fa;
  border-radius: 10px;
  padding: 1.5rem;
  margin-top: 0.5rem;
}
html body .offer-sec .offer-box .offer-link {
  display: flex;
  margin: 1rem 0;
}
html body .offer-sec .offer-box .offer-link .offer-link-btn {
  width: 200px;
  padding: 0 0.5rem;
}
html body .offer-sec .offer-box .offer-link .offer-link-btn a {
  display: block;
  background: orange;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border: solid 1px orange;
  padding: 1rem 1rem;
}
html body .offer-sec .offer-box .offer-link .offer-link-btn.rev a {
  color: orange;
  background: #fff;
}
html body .offer-sec .offer-box .offer-sns {
  display: flex;
}
html body .offer-sec .offer-box .offer-sns .offer-sns-ttl {
  margin-right: 1.5rem;
}
html body .offer-sec .offer-box .offer-sns .offer-sns-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.5rem;
}
html body .offer-sec .offer-box .offer-sns .offer-sns-list .offer-sns-item {
  margin-right: 1.5rem;
}
html body .offer-sec .offer-box .offer-sns .offer-sns-list .offer-sns-item img {
  width: 15px;
  margin-right: 0.2rem;
}
html body .offer-sec .offer-box .offer-name {
  margin-bottom: 0.5rem;
}
html body .pege-ttl {
  background: #f8f8fa;
  padding: 5rem 0;
}
html body .pege-ttl h1 {
  font-size: 1.8rem;
  font-weight: bold;
}
html body .pege-ttl h1 span {
  font-size: 1.2rem;
  font-weight: bold;
}
html body .flex-box {
  display: flex;
  align-items: center;
}
html body .flex-box .thm {
  width: 30%;
}
html body .flex-box .con {
  padding-left: 3rem;
}
html body .flex-box .con .ttl {
  color: #4B8C9D;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
html body .flex-box .con .txt {
  line-height: 1.8;
}
html body .on_list {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
  padding-left: 0;
}
html body .on_list li {
  width: 9%;
  list-style: none;
  text-align: center;
  margin-left: 1%;
}
html body .on_list li a {
  border-radius: 10px;
  color: #fff;
  display: block;
  background: #4B8C9D;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 1rem;
}
html body .on_list li a.off {
  background: #b5b5b5;
}
html body .on-box {
  border-radius: 10px;
  box-shadow: 0px 0px 15px -5px #777777;
}
html body .on-box .word_list {
  padding: 3rem;
  margin-top: 3rem;
}
html body .on-box .word_list li {
  list-style: none;
  margin-bottom: 3rem;
}
html body .on-box .word_list li:last-child {
  margin-bottom: 0;
}
html body .on-box .word_list li .main {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #dcdcdc;
}
html body .on-box .word_list li .main .word {
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: bold;
  background: #DAE8EC;
  border-radius: 5px;
}
html body .on-box .word_list li .main .detail {
  font-weight: 500;
  font-size: 1rem;
}
html body .on-box .word_list li .main .detail span {
  font-size: 1rem;
  color: #4B8C9D;
}
html body .on-box .word_list li .sub .txt-flex {
  display: flex;
  align-items: baseline;
  margin-bottom: 1rem;
}
html body .on-box .word_list li .sub .txt-flex span {
  width: 25%;
  min-width: 12em;
  display: block;
  color: white;
  border-radius: 3px;
  padding: 0.3rem 1rem;
  margin-right: 1rem;
  text-align: center;
  font-size: 1rem;
}
html body .on-box .word_list li .sub .txt-flex span.bg-gray {
  background: #b5b5b5;
}
html body .on-box .word_list li .sub .txt-flex span.bg-main {
  background: #4B8C9D;
}
html body .on-box .word_list li .sub .txt-flex p {
  font-weight: 500;
  font-size: 1rem;
  margin: 0;
}
html body .on-box .card {
  padding: 3rem;
  margin-top: 3rem;
  text-align: center;
  border: none;
}
html body .on-box .card h4 {
  margin-bottom: 1rem;
}
html body .on-box .card .ttl {
  width: fit-content;
  margin: 0 auto 1rem;
  padding: 0.3rem 2rem;
  font-size: 1.3rem;
  color: #fff;
  background-color: #4B8C9D;
  border-radius: 999px;
}
html body .on-box .card .ribbon {
  padding: 1rem 1.5rem;
  margin: 1rem 0;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
  background: #DAE8EC;
  border-radius: 5px;
}
html body .on-box .card ul {
  padding: 0 2rem;
  list-style: none;
  text-align: left;
  background-color: #FBF9E4;
  border-radius: 5px;
}
html body .on-box .card ul li {
  padding: 1.5rem 0;
  border-bottom: 1px solid #87847B;
}
html body .on-box .card ul li:last-child {
  border-bottom: 0;
}
html body .on-box .card ul li span:nth-child(1) {
  margin-right: 1rem;
  padding: 0.3rem 1.2rem;
  border-radius: 999px;
  background-color: #F5E363;
}
html body .on-box .card .txt-red {
  color: #DD5A68;
}
html body .on-box .card .txt-blue {
  color: #588389;
}
html body .card-row {
  display: flex;
  gap: 1rem;
  margin: 2rem 0;
}
html body .card-row > div {
  width: calc((100% - 2rem) / 3);
}
html body .card-row.col-5 > div {
  width: calc((100% - 3rem) / 5);
}
html body .card-row p {
  margin-top: 1rem;
  color: #588389;
  font-size: 1.1rem;
  text-align: center;
}
html body .card-row img {
  width: 100%;
}
html body .btn-reg a {
  display: block;
  width: 450px;
  margin: 0 auto;
  padding: 1.5rem 0;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background-color: #ED6942;
  border-radius: 5px;
  box-shadow: 0 3px 0 #A04F34;
}
