@charset "UTF-8";

:root {
  --accent-color: #529598;
  --accent-color2: #D6A41A;
  --main-color: #F3F3F3;
  --main-color2: #2A3039;
  --text-color: #4B4B4B;
  --border-color: #707070;
}

html body {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  background-color: white !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

body {
  color: #333333;
  background-color: #fff !important;
}

body p {
  margin-bottom: 0;
}

body .md-checkbox {
  margin: 0;
}

.top__container,
.mypage__container {
  min-height: 71vh;
}

body button,
body a {
  cursor: pointer;
}

body a:hover {
  text-decoration: none !important;
}

.dis-none {
  display: none !important;
}

body label {
  margin-bottom: 0;
}

body a {
  cursor: pointer;
}

.main_container {
  width: 1360px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .main_container {
    width: 90vw;
  }
}

@font-face {
  font-family: "din-regular";
  font-style: normal;
  font-weight: 400;
  src: local("Dinner Regular"), local("Dinner regular"), url("/fonts/d-din.regular.ttf") format("truetype"), url("/fonts/d-din.regular.otf") format("opentype");
}

.common__heading {
  line-height: 1.2;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-left: 2px solid #ed5284;
  font-size: 20px;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", "\FF2D\FF33   \30B4\30B7\30C3\30AF", "MS Gothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
}

@media screen and (max-width: 768px) {
  .common__heading {
    line-height: 1.6;
    padding-left: 2vw;
    font-size: 4.5vw;
  }
}

.common__heading.green {
  border-left: 2px solid #009044;
}

.dashboard__container {
  padding-left: 360px;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .dashboard__container {
    overflow: auto;
  }
}

.video-js {
  width: 100%;
  height: auto;
  padding-top: 56.25% !important;
}

input.is-invalid {
  border: 1px solid red !important;
  color: red;
}

.invalid-note {
  font-size: 12px;
  color: red;
}

.slide_movies .movie__item {
  width: 100%;
  margin-bottom: 0;
}

.slide_movies .VueCarousel-slide {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
}

.slide_movies .VueCarousel-dot {
  background-color: #c7ced8 !important;
  outline: none !important;
}

.slide_movies .VueCarousel-dot.VueCarousel-dot--active {
  background-color: #ed5284 !important;
}

.slide_movies .VueCarousel-dot-container {
  margin-top: 0 !important;
}

.slide_movies .VueCarousel-navigation-button {
  font-size: 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 70px !important;
  background: rgba(51, 51, 51, 0.7) !important;
  color: white !important;
  border-radius: 4px !important;
}

@media screen and (max-width: 768px) {
  .slide_movies .VueCarousel-navigation-button {
    font-size: 4vw !important;
    height: 6vw;
  }
}

@media screen and (max-width: 768px) {
  .slide_movies .VueCarousel-navigation-next {
    right: 7vw !important;
  }

  .slide_movies .VueCarousel-navigation-prev {
    left: 7vw !important;
  }
}

.slide_movies .VueCarousel-inner {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .slide_movies .VueCarousel-inner {
    padding-top: 6vw;
  }
}

.page__title {
  padding-left: 6px;
  border-left: 10px solid var(--accent-color);
  font-size: 18px;
  color: var(--text-color);
  line-height: 30px;
}

.page__title.black {
  border-left: 10px solid #48515D;
}

.page__title1 {
  padding-left: 6px;
  border-left: 10px solid var(--accent-color2);
  font-size: 18px;
  color: var(--text-color);
  line-height: 30px;
}

.page__title1.black {
  border-left: 10px solid #48515D;
}

.page__title3 {
  padding-left: 6px;
  border-left: 10px solid var(--border-color);
  font-size: 18px;
  color: var(--text-color);
  line-height: 30px;
}

.page__title3.black {
  border-left: 10px solid #48515D;
}

.vgt-table thead th {
  background: var(--main-color2) !important;
  color: #fff !important;
  font-size: 12px !important;
}

.vgt-table {
  border-radius: 5px !important;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.my_custom_pagination {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.my_custom_pagination li {
  margin-right: 4px;
}

.my_custom_pagination li a {
  width: 20px;
  height: 30px;
  display: flex;
  justify-content: center;
  padding-top: 6px;
  background-color: var(--main-color2);
  color: #fff !important;
  font-size: 12px;
}

.my_custom_pagination li.active a {
  background-color: #AFB6BF;
}

.vgt-wrap__actions-footer {
  border: 0 !important;
  padding-top: 20px;
}

.d-flex {
  display: flex;
}

table.vgt-table td {
  font-size: 12px !important;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

#vgt-table td input {
  height: 30px;
  border: 1px solid var(--border-color);
  padding-left: 5px;
  padding-right: 5px;
}

#vgt-table td input[disabled] {
  background-color: #ccc;
}

.autocomplete-input {
  height: 30px;
  border: 1px solid #ccc !important;
}

.main__container,
.create__container {
  flex: 1;
  overflow: auto;
}

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  box-shadow: 0 0 0.625em #d9d9d9;
}

.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
}

.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}

.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon::before {
  display: flex;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon::before {
    font-size: 0.25em;
  }
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0.3125em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
          animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
          animation: swal2-toast-hide 0.1s forwards;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
          animation: swal2-toast-animate-success-line-tip 0.75s;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
          animation: swal2-toast-animate-success-line-long 0.75s;
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  background-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-top {
  align-items: flex-start;
}

.swal2-container.swal2-top-start,
.swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.swal2-container.swal2-center {
  align-items: center;
}

.swal2-container.swal2-center-start,
.swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}

.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  align-items: flex-end;
}

.swal2-container.swal2-bottom-start,
.swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom > :first-child,
.swal2-container.swal2-bottom-start > :first-child,
.swal2-container.swal2-bottom-left > :first-child,
.swal2-container.swal2-bottom-end > :first-child,
.swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}

.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-top,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}

.swal2-container.swal2-grow-column.swal2-top-start,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-top-right,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}

.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}

.swal2-popup:focus {
  outline: none;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
          animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
          animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500;
}

.swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close {
  position: absolute;
  z-index: 2;
  /* 1617 */
  top: 0;
  right: 0;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  outline: initial;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}

.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}

.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}

.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #cccccc;
}

.swal2-input:-ms-input-placeholder, .swal2-file:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

.swal2-input::-ms-input-placeholder, .swal2-file::-ms-input-placeholder, .swal2-textarea::-ms-input-placeholder {
  color: #cccccc;
}

.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-range {
  margin: 1em auto;
  background: inherit;
}

.swal2-range input {
  width: 80%;
}

.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-input[type=number] {
  max-width: 10em;
}

.swal2-file {
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: inherit;
  color: inherit;
}

.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

.swal2-radio input,
.swal2-checkbox input {
  margin: 0 0.4em;
}

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}

.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.swal2-icon::before {
  display: flex;
  align-items: center;
  height: 92%;
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-warning::before {
  content: "!";
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-info::before {
  content: "i";
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-question::before {
  content: "?";
}

.swal2-icon.swal2-question.swal2-arabic-question-mark::before {
  content: "\61F";
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.875em;
  width: 1.5625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}

.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
          animation: swal2-show 0.3s;
}

.swal2-show.swal2-noanimation {
  -webkit-animation: none;
          animation: none;
}

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
          animation: swal2-hide 0.15s forwards;
}

.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
          animation: none;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
          animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
          animation: swal2-animate-success-line-long 0.75s;
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
          animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon 0.5s;
          animation: swal2-animate-error-icon 0.5s;
}

.swal2-animate-error-icon .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
          animation: swal2-animate-error-x-mark 0.5s;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@-moz-document url-prefix()  {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}

@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }

  33% {
    transform: translateY(0) rotateZ(-2deg);
  }

  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }

  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }

  33% {
    transform: translateY(0) rotateZ(-2deg);
  }

  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }

  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }

  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }

  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }

  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }

  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }

  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }

  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }

  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }

  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }

  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }

  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }

  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }

  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }

  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }

  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}

@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }

  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }

  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }

  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }

  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }

  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }

  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent;
}

body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-top-start,
body.swal2-no-backdrop .swal2-shown.swal2-top-left {
  top: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-top-end,
body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-start,
body.swal2-no-backdrop .swal2-shown.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-end,
body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-start,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
  bottom: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}

body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-shown {
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}

body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}

body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}

body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.card {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.buyer__navbar {
  height: 82px;
  background-color: #eeeeee;
  padding: 0 40px;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0 1px 7px -3px #333;
  position: relative;
}

@media screen and (max-width: 768px) {
  .buyer__navbar {
    height: 15vw;
    padding: 0 5vw;
  }
}

.buyer__navbar .logo {
  width: 183px;
  height: 57px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .buyer__navbar .logo {
    width: 40vw;
    height: 12vw;
  }
}

.buyer__navbar .logo h1 {
  width: 100%;
}

.buyer__navbar .logo h1 img {
  width: 100%;
}

.buyer__navbar .top__search_panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .buyer__navbar .top__search_panel {
    display: none;
  }
}

.buyer__navbar .signup__btn {
  margin-left: auto;
  font-size: 14px;
  color: #333333 !important;
  font-weight: 400;
  cursor: pointer;
  padding: 0 24px;
  height: 40px;
  border-radius: 4px;
  background-color: #cacaca;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {
  .buyer__navbar .signup__btn {
    font-size: 3vw;
    padding: 0 4vw;
    height: 8vw;
    border-radius: 1vw;
    letter-spacing: 0.3vw;
  }
}

.buyer__navbar .signup__btn:hover {
  color: #fff !important;
  background-color: #949494;
  text-decoration: none !important;
}

.top__search_panel {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
}

.top__search_panel p {
  width: 528px;
  margin-right: 11px;
}

.top__search_panel p input {
  width: 100%;
  height: 46px;
  border-radius: 23px;
  background-color: #fff;
  color: #808081;
  border: 1px solid #dcdcdc;
  padding-left: 32px;
  font-size: 16px;
  line-height: 46px;
  outline: none;
  transition: all ease-in-out 0.4s;
}

.top__search_panel p input::-moz-placeholder {
  color: #dcdcdc;
}

.top__search_panel p input:-ms-input-placeholder {
  color: #dcdcdc;
}

.top__search_panel p input::-ms-input-placeholder {
  color: #dcdcdc;
}

.top__search_panel p input::placeholder {
  color: #dcdcdc;
}

.top__search_panel p input:focus {
  border: 1px solid #808081;
  transition: all ease-in-out 0.4s;
}

.top__search_panel a {
  width: 31px;
  height: 28px;
}

.top__search_panel a img {
  width: 100%;
}

.profile__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #ed5284;
  position: relative;
  margin-left: auto;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .profile__icon {
    width: 10vw;
    height: 10vw;
  }
}

.profile__icon img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile__dropdown {
  position: absolute;
  top: -350%;
  width: 260px;
  right: 20px;
  z-index: 900;
  background-color: #fff;
  box-shadow: 0 0 5px 0 #777;
  transition: all ease-in-out 0.2s;
}

@media screen and (max-width: 768px) {
  .profile__dropdown {
    width: 100%;
    right: 0;
    top: -600%;
    height: 0;
  }
}

.profile__dropdown.dropped {
  top: 100%;
  transition: all ease-in-out 0.2s;
}

@media screen and (max-width: 768px) {
  .profile__dropdown.dropped {
    height: calc(100vh - 15vw);
    top: 15vw;
    position: fixed;
    background-color: #fff;
  }
}

.profile__dropdown .profile__info {
  padding: 14px 10px;
  display: flex;
  border-bottom: 1px solid #b8babc;
}

@media screen and (max-width: 768px) {
  .profile__dropdown .profile__info {
    padding: 4vw 2vw;
  }
}

.profile__dropdown .profile__info .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ed5284;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 4px 0px #777;
}

@media screen and (max-width: 768px) {
  .profile__dropdown .profile__info .avatar {
    width: 12vw;
    height: 12vw;
  }
}

.profile__dropdown .profile__info .avatar img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.profile__dropdown .profile__info .profile_name {
  margin-left: 8px;
  padding-top: 8px;
}

@media screen and (max-width: 768px) {
  .profile__dropdown .profile__info .profile_name {
    margin-left: 2vw;
    padding-top: 3vw;
  }
}

.profile__dropdown .profile__info .profile_name p:first-of-type {
  font-size: 14px;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", "\FF2D\FF33   \30B4\30B7\30C3\30AF", "MS Gothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .profile__dropdown .profile__info .profile_name p:first-of-type {
    font-size: 3.5vw;
  }
}

.profile__dropdown .profile__info .profile_name p:last-of-type {
  font-size: 12px;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", "\FF2D\FF33   \30B4\30B7\30C3\30AF", "MS Gothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
}

@media screen and (max-width: 768px) {
  .profile__dropdown .profile__info .profile_name p:last-of-type {
    font-size: 3vw;
  }
}

.profile__dropdown .link__part {
  padding: 20px 14px;
  list-style: none;
  padding-left: 15px;
  margin-bottom: 0;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .profile__dropdown .link__part {
    padding: 4vw 3vw;
    padding-left: 4vw;
    padding-bottom: 4vw;
  }
}

.profile__dropdown .link__part li {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .profile__dropdown .link__part li {
    margin-bottom: 4vw;
  }
}

.profile__dropdown .link__part li a {
  color: #333333;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  padding-left: 33px;
  font-family: "\30D2\30E9\30AE\30CE\4E38\30B4   Pro W4", "\30D2\30E9\30AE\30CE\4E38\30B4   Pro", "Hiragino Maru Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "HG\4E38\FF7A\FF9E\FF7C\FF6F\FF78M-PRO", "HGMaruGothicMPRO";
}

@media screen and (max-width: 768px) {
  .profile__dropdown .link__part li a {
    font-size: 4vw;
    padding-left: 8vw;
  }
}

.profile__dropdown .link__part li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.profile__dropdown .link__part li a.dougas:before {
  width: 21px;
  height: 23px;
  background-image: url(/asset/icon_dougas.png);
  background-size: contain;
}

.profile__dropdown .link__part li a.mypage:before {
  width: 19px;
  height: 19px;
  background-image: url(/asset/icon_mypage.png);
  background-size: contain;
}

.profile__dropdown .link__part li a.account:before {
  width: 21px;
  height: 23px;
  background-image: url(/asset/icon_account.png);
  background-size: contain;
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .buyer__navbar {
    width: 1200px;
  }
}

.footer__container .page__top {
  box-shadow: 0px -3px 10px 4px #eee;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .footer__container .page__top {
    height: auto;
  }
}

.footer__container .page__top a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer__container .page__top a:hover {
  text-decoration: none !important;
}

.footer__container .page__top a p:first-of-type {
  position: relative;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  color: #6d6e71;
}

@media screen and (max-width: 768px) {
  .footer__container .page__top a p:first-of-type {
    font-size: 5vw;
  }
}

.footer__container .page__top a p:last-of-type {
  font-size: 14px;
  color: #6d6e71;
  line-height: 1;
  margin-top: 8px;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", "\FF2D\FF33   \30B4\30B7\30C3\30AF", "MS Gothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
}

@media screen and (max-width: 768px) {
  .footer__container .page__top a p:last-of-type {
    font-size: 3.5vw;
    margin-top: 1vw;
  }
}

.footer__container .footer_cont {
  background-color: #333333;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .footer__container .footer_cont {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}

.footer__container .footer_cont ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  line-height: 1.2;
  padding-left: 0;
}

.footer__container .footer_cont ul li {
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .footer__container .footer_cont ul li {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.footer__container .footer_cont ul li a {
  font-size: 12px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer__container .footer_cont ul li a {
    font-size: 3vw;
  }
}

.footer__container .footer_cont ul li:last-of-type {
  border-right: 0;
}

.footer__container .footer_cont p {
  text-align: center;
  margin-top: 25px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .footer__container .footer_cont p {
    margin-top: 4vw;
    font-size: 3vw;
  }
}

.btn-loading {
  position: relative;
  pointer-events: none;
  color: transparent !important;
}

.btn-loading:after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
}

@-webkit-keyframes spinAround {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

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

  to {
    transform: rotate(359deg);
  }
}

.page-enter-active,
.page-leave-active {
  transition: opacity 0.2s;
}

.page-enter,
.page-leave-to {
  opacity: 0;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.15s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.bread_crumb {
  padding-top: 32px;
  padding-bottom: 32px;
  font-weight: 700;
}

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

.bread_crumb a,
.bread_crumb span {
  font-size: 12px;
  margin-right: 10px;
  font-family: "\30D2\30E9\30AE\30CE\4E38\30B4   Pro W4", "\30D2\30E9\30AE\30CE\4E38\30B4   Pro", "Hiragino Maru Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "HG\4E38\FF7A\FF9E\FF7C\FF6F\FF78M-PRO", "HGMaruGothicMPRO";
}

.bread_crumb a {
  color: #39b14a;
}

.pagination {
  padding-top: 10px;
  padding-bottom: 100px;
}

.pagination .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pagination .inner a {
  cursor: pointer;
}

.pagination .inner a.num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #fff;
  color: #333333;
  font-size: 20px;
  font-family: din-regular, sans-serif;
  text-align: center;
  border: 1px solid #333333;
  line-height: 32px;
  margin-right: 10px;
}

.pagination .inner a.num:last-of-type {
  margin-right: 0;
}

.pagination .inner a.num.current {
  background-color: #ed5284;
  border: 0;
  color: #fff;
}

.pagination .inner a.prev {
  margin-right: 20px;
}

.pagination .inner a.prev.disabled {
  opacity: 0.4;
}

.pagination .inner a.next {
  margin-left: 10px;
}

.pagination .inner a.next.disabled {
  opacity: 0.4;
}

.auth__container {
  padding: 0 0 100px;
}

.login__form {
  width: 650px;
  border-radius: 6px;
  background-color: #f2f2f2;
  padding: 32px 126px 50px 126px;
  margin: 0 auto;
  box-shadow: 0px 0px 3px 1px #c3c3c3;
}

@media screen and (max-width: 768px) {
  .login__form {
    width: 100%;
    border-radius: 2vw;
    padding: 6vw 12vw 10vw 12vw;
  }
}

.login__form h2 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", "\FF2D\FF33   \30B4\30B7\30C3\30AF", "MS Gothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif, sans-serif;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .login__form h2 {
    font-size: 4vw;
  }
}

.login__form h2 span {
  font-family: din-regular, sans-serif;
  font-size: 26px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .login__form h2 span {
    font-size: 4.2vw;
    margin-right: 1vw;
  }
}

.login__form .form__cont {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .login__form .form__cont {
    padding-top: 5vw;
  }
}

.login__form .form__cont .form_row {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .login__form .form__cont .form_row {
    margin-bottom: 2vw;
  }
}

.login__form .form__cont .form_row.last {
  margin-bottom: 0;
}

.login__form .form__cont .form_row label {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", "\FF2D\FF33   \30B4\30B7\30C3\30AF", "MS Gothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
}

@media screen and (max-width: 768px) {
  .login__form .form__cont .form_row label {
    font-size: 3vw;
    margin-bottom: 2vw;
  }
}

.login__form .form__cont .form_row p input {
  width: 100%;
  height: 40px;
  border: 1px solid #6d6e71;
  border-radius: 6px;
  background-color: #fff;
  padding-left: 15px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .login__form .form__cont .form_row p input {
    height: 8vw;
    padding-left: 2vw;
    font-size: 2.5vw;
    border-radius: 1vw;
  }
}

.login__form .form__cont .form_row p input::-moz-placeholder {
  color: #58595b;
}

.login__form .form__cont .form_row p input:-ms-input-placeholder {
  color: #58595b;
}

.login__form .form__cont .form_row p input::-ms-input-placeholder {
  color: #58595b;
}

.login__form .form__cont .form_row p input::placeholder {
  color: #58595b;
}

.login__form .form__cont .form_row p input.is-invalid {
  border: 1px solid red;
  color: red;
}

.login__form .form__cont .form_row .invalid-note {
  padding-top: 4px;
}

@media screen and (max-width: 768px) {
  .login__form .form__cont .form_row .invalid-note {
    padding-top: 1vw;
  }
}

.login__form .form__cont .form_row .invalid-note p {
  font-size: 10px;
  color: red;
  margin-bottom: 4px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .login__form .form__cont .form_row .invalid-note p {
    font-size: 2vw;
    margin-bottom: 1vw;
  }
}

.login__form .form__cont .form_check {
  margin-top: 15px;
  font-size: 14px;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", "\FF2D\FF33   \30B4\30B7\30C3\30AF", "MS Gothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
}

@media screen and (max-width: 768px) {
  .login__form .form__cont .form_check {
    margin-top: 2vw;
    font-size: 2.5vw;
  }
}

.login__form .form__cont .form__action {
  padding-top: 45px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .login__form .form__cont .form__action {
    padding-top: 6vw;
  }
}

.login__form .form__cont .form__action button {
  width: 270px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #ce9c4b;
  display: inline-block;
  background: linear-gradient(90deg, #fde5a0 0%, #fcdc80 46%, #ffc01e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  transition: all ease-in-out 0.1s;
  color: #333333 !important;
  font-family: sans-serif;
}

@media screen and (max-width: 768px) {
  .login__form .form__cont .form__action button {
    width: 40vw;
    height: 8vw;
    border-radius: 1vw;
    font-size: 3vw;
  }
}

.login__form .form__cont .form__action button:hover {
  background: #ce9c4b;
  color: #fff !important;
  transition: all ease-in-out 0.1s;
  text-decoration: none !important;
}

.login__form .form__cont .other_link {
  padding-top: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .login__form .form__cont .other_link {
    padding-top: 2vw;
  }
}

.login__form .form__cont .other_link a {
  font-size: 14px;
  color: #ed5284;
  text-decoration: underline !important;
  font-family: "\30D2\30E9\30AE\30CE\4E38\30B4   Pro W4", "\30D2\30E9\30AE\30CE\4E38\30B4   Pro", "Hiragino Maru Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "HG\4E38\FF7A\FF9E\FF7C\FF6F\FF78M-PRO", "HGMaruGothicMPRO";
}

@media screen and (max-width: 768px) {
  .login__form .form__cont .other_link a {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 768px) {
  .md-checkbox .md-checkbox-container {
    width: 4vw !important;
    min-width: 4vw !important;
    height: 4vw !important;
  }
}

@media screen and (max-width: 768px) {
  .md-checkbox .md-checkbox-label {
    height: 4vw !important;
    line-height: 4vw !important;
    padding-left: 2vw !important;
  }
}

@media screen and (max-width: 768px) {
  .md-checkbox .md-checkbox-container:before {
    width: 4vw !important;
    height: 4vw !important;
  }
}

@media screen and (max-width: 768px) {
  .md-checkbox .md-checkbox-container:after {
    width: 1.5vw;
    height: 2vw;
    left: 0.8vw;
  }
}

.favorite_movie {
  background-color: #f7f8fa;
}

.favorite_movie .main_container {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .favorite_movie .main_container {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}

.favorite_movie h2 {
  font-size: 26px;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", "\FF2D\FF33   \30B4\30B7\30C3\30AF", "MS Gothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .favorite_movie h2 {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
}

.favorite_movie h2 img {
  width: 26px;
  height: 26px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .favorite_movie h2 img {
    width: 6vw;
    height: 6vw;
    margin-right: 2vw;
  }
}

.favorite_movie .list {
  display: flex;
  padding-top: 50px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .favorite_movie .list {
    display: block;
    padding-top: 6vw;
  }
}

.movie__item {
  width: calc((100% - 80px) / 3);
  box-shadow: 0px 0px 5px 1px #909090;
  margin-bottom: 40px;
  margin-right: 40px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .movie__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10vw;
  }
}

.movie__item:nth-of-type(3n) {
  margin-right: 0;
}

.movie__item .thumbnail {
  background-color: #333333;
  width: 100%;
  padding-top: 57.4%;
  position: relative;
}

.movie__item .thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.movie__item .thumbnail .length {
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  border-radius: 8px;
  background-color: #000;
  color: #fff;
  right: 10px;
  bottom: 5px;
  font-size: 12px;
}

.movie__item .thumbnail .newly {
  position: absolute;
  width: 54px;
  height: 54px;
  left: -20px;
  top: -30px;
}

@media screen and (max-width: 768px) {
  .movie__item .thumbnail .newly {
    width: 10vw;
    height: 10vw;
    left: -4vw;
    top: -4vw;
  }
}

.movie__item .thumbnail .newly img {
  width: 100%;
}

.movie__item .detail_cont {
  background-color: #fff;
  padding: 12px;
  position: relative;
  min-height: 170px;
}

@media screen and (max-width: 768px) {
  .movie__item .detail_cont {
    padding: 2vw;
    min-height: 50vw;
  }
}

.movie__item .detail_cont h3 {
  font-size: 16px;
  line-height: 1.6;
  padding-right: 80px;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", "\FF2D\FF33   \30B4\30B7\30C3\30AF", "MS Gothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
}

@media screen and (max-width: 768px) {
  .movie__item .detail_cont h3 {
    font-size: 4vw;
    padding-right: 16vw;
  }
}

.movie__item .detail_cont .date {
  font-size: 16px;
  color: #58595b;
  margin-top: 10px;
  font-family: din-regular, sans-serif;
}

@media screen and (max-width: 768px) {
  .movie__item .detail_cont .date {
    font-size: 3.5vw;
    margin-top: 2vw;
  }
}

.movie__item .detail_cont .date span {
  color: #333333;
  font-size: 12px;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", "\FF2D\FF33   \30B4\30B7\30C3\30AF", "MS Gothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .movie__item .detail_cont .date span {
    font-size: 2.8vw;
  }
}

.movie__item .detail_cont .detail__action {
  display: flex;
  padding-top: 30px;
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .movie__item .detail_cont .detail__action {
    padding-top: 5vw;
    bottom: 2vw;
  }
}

.movie__item .detail_cont .detail__action .detail__status {
  display: flex;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .movie__item .detail_cont .detail__action .detail__status {
    padding-left: 4vw;
  }
}

.movie__item .detail_cont .detail__action .detail__status p {
  position: relative;
  height: 35px;
}

@media screen and (max-width: 768px) {
  .movie__item .detail_cont .detail__action .detail__status p {
    height: 8vw;
  }
}

.movie__item .detail_cont .detail__action .detail__status p:first-of-type {
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .movie__item .detail_cont .detail__action .detail__status p:first-of-type {
    margin-right: 6vw;
  }
}

.movie__item .detail_cont .detail__action .detail__status p img {
  position: relative;
  height: 100%;
  width: auto;
}

.movie__item .detail_cont .detail__action .detail__status p span {
  position: absolute;
  padding: 0 6px;
  height: 14px;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .movie__item .detail_cont .detail__action .detail__status p span {
    padding: 0 2vw;
    height: 4vw;
    border-radius: 2vw;
    font-size: 2.5vw;
  }
}

.movie__item .detail_cont .detail__action .detail__status p:first-of-type span {
  background-color: #333333;
  right: -8px;
  top: -4px;
}

@media screen and (max-width: 768px) {
  .movie__item .detail_cont .detail__action .detail__status p:first-of-type span {
    right: -1vw;
    top: -1vw;
  }
}

.movie__item .detail_cont .detail__action .detail__status p:last-of-type span {
  background-color: #a48265;
  right: -8px;
  top: -4px;
}

@media screen and (max-width: 768px) {
  .movie__item .detail_cont .detail__action .detail__status p:last-of-type span {
    right: -1vw;
    top: -1vw;
  }
}

.movie__item .detail_cont .detail__action a {
  margin-left: auto;
  margin-right: 15px;
  height: 30px;
  width: 150px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .movie__item .detail_cont .detail__action a {
    margin-right: 4vw;
    height: 8vw;
    width: 40vw;
    border-radius: 4vw;
    font-size: 3.5vw;
  }
}

.movie__item .detail_cont .detail__action a:hover {
  text-decoration: none !important;
}

.movie__item .detail_cont .detail__action a.buy {
  color: #6c757d;
  border: 1.5px solid #6c757d;
  background-color: #fff;
}

.movie__item .detail_cont .detail__action a.buy:hover {
  color: #fff;
  background-color: #6c757d;
  border: 0;
}

.movie__item .detail_cont .detail__action a.comment {
  color: #fff;
  background-color: #6c757d;
}

.movie__item .detail_cont .detail__action a.comment:hover {
  color: #6c757d;
  border: 1.5px solid #6c757d;
  background-color: #fff;
}

.movie__item .detail_cont .creator__info {
  position: absolute;
  right: 15px;
  top: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .movie__item .detail_cont .creator__info {
    right: 2vw;
    top: 2vw;
  }
}

.movie__item .detail_cont .creator__info p.img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid lightgrey;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .movie__item .detail_cont .creator__info p.img {
    width: 8vw;
    height: 8vw;
  }
}

.movie__item .detail_cont .creator__info p.img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.movie__item .detail_cont .creator__info p:last-of-type {
  margin-top: 10px;
  font-size: 12px;
  font-family: "\30D2\30E9\30AE\30CE\4E38\30B4   Pro W4", "\30D2\30E9\30AE\30CE\4E38\30B4   Pro", "Hiragino Maru Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "HG\4E38\FF7A\FF9E\FF7C\FF6F\FF78M-PRO", "HGMaruGothicMPRO";
}

@media screen and (max-width: 768px) {
  .movie__item .detail_cont .creator__info p:last-of-type {
    margin-top: 2vw;
    font-size: 2.5vw;
  }
}

.more__view {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}

.more__view a {
  position: relative;
  width: 240px;
  height: 40px;
  border-radius: 20px;
  background-color: #333333;
  color: #fff !important;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", "\FF2D\FF33   \30B4\30B7\30C3\30AF", "MS Gothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
}

.more__view a:hover {
  text-decoration: underline !important;
}

.more__view a:after {
  content: "";
  position: absolute;
  top: 45%;
  right: -21px;
  transform: translate(0, -50%);
  width: 44px;
  height: 3px;
  background-image: url(/asset/icon_arrow_right.png);
  -o-object-fit: contain;
     object-fit: contain;
}

.tag__search {
  padding-top: 50px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .tag__search {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}

.tag__search .list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .tag__search .list {
    padding-top: 5vw;
  }
}

.tag__search .list a {
  padding-left: 24px;
  padding-right: 24px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #333333;
  margin-right: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  cursor: pointer;
  text-decoration: none !important;
  transition: all ease-in-out 0.2s;
  color: #333333 !important;
}

@media screen and (max-width: 768px) {
  .tag__search .list a {
    padding-left: 4vw;
    padding-right: 4vw;
    height: 7vw;
    border-radius: 4vw;
    margin-right: 3vw;
    font-size: 3vw;
    margin-bottom: 2vw;
  }
}

.tag__search .list a:hover {
  background-color: #333333;
  color: #fff !important;
  transition: all ease-in-out 0.2s;
  text-decoration: none !important;
}

.tag__more_view {
  display: flex;
  justify-content: center;
}

.tag__more_view.second a:after {
  background-image: url(/asset/icon_arrow_right1.png);
}

.tag__more_view.mt_20 {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .tag__more_view.mt_20 {
    margin-top: 12vw;
  }
}

.tag__more_view a {
  position: relative;
  width: 240px;
  height: 40px;
  border-radius: 20px;
  background-color: #ed5284;
  color: #fff !important;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", "\FF2D\FF33   \30B4\30B7\30C3\30AF", "MS Gothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
}

@media screen and (max-width: 768px) {
  .tag__more_view a {
    width: 64vw;
    height: 10vw;
    border-radius: 5vw;
    font-size: 3.7vw;
  }
}

.tag__more_view a:hover {
  text-decoration: underline !important;
}

.tag__more_view a:after {
  content: "";
  position: absolute;
  top: 45%;
  right: -21px;
  transform: translate(0, -50%);
  width: 44px;
  height: 3px;
  background-image: url(/asset/icon_arrow_right.png);
  -o-object-fit: contain;
     object-fit: contain;
}

.register__link .main_container {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .register__link .main_container {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}

.register__link .main_container h3 {
  font-size: 24px;
  line-height: 1;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", "\FF2D\FF33   \30B4\30B7\30C3\30AF", "MS Gothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .register__link .main_container h3 {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}

.register__link .main_container p {
  font-size: 18px;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", "\FF2D\FF33   \30B4\30B7\30C3\30AF", "MS Gothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .register__link .main_container p {
    font-size: 3vw;
    margin-bottom: 6vw;
  }
}

.register__link .main_container div {
  display: flex;
  justify-content: center;
}

.register__link .main_container div a {
  width: 560px;
  height: 100px;
  background-color: #14b87f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 24px;
  font-weight: bold;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", "\FF2D\FF33   \30B4\30B7\30C3\30AF", "MS Gothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .register__link .main_container div a {
    width: 100%;
    height: 18vw;
    border-radius: 4vw;
    font-size: 4vw;
    letter-spacing: 0.3vw;
  }
}

.register__link .main_container div a:hover {
  color: #fff !important;
}

.register__link .main_container div a img {
  width: 210px;
  height: auto;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .register__link .main_container div a img {
    width: 32vw;
    height: auto;
    margin-right: 4vw;
  }
}

.mypage__tab {
  border-bottom: 1px solid #39b14a;
}

@media screen and (max-width: 768px) {
  .mypage__tab {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}

.mypage__tab .main_container {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .mypage__tab .main_container {
    display: block;
  }
}

.mypage__tab .main_container a {
  padding-left: 60px;
  padding-right: 60px;
  color: #8e9093 !important;
  font-size: 18px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: -1px;
}

.mypage__tab .main_container a:hover {
  color: #8e9093 !important;
  font-weight: bold;
  text-decoration: none !important;
}

.mypage__tab .main_container a.router-link-active {
  border-left: 2px solid #39b14a;
  border-top: 5px solid #39b14a;
  border-right: 2px solid #39b14a;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff !important;
}

@media screen and (max-width: 768px) {
  .mypage__tab .main_container a.router-link-active {
    border-bottom: 2px solid #39b14a;
  }
}

.movies__container {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .movies__container {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}

.movies_list {
  padding-top: 45px;
  display: flex;
  flex-wrap: wrap;
}

.creator_list {
  padding-top: 45px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .creator_list {
    padding-top: 6vw;
  }
}

.news__list {
  padding-top: 45px;
  width: 780px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .news__list {
    padding-top: 6vw;
    width: 100%;
  }
}

.creator__item {
  display: flex;
  width: calc((100% - 80px) /3);
  margin-right: 40px;
  border-radius: 6px;
  box-shadow: 0px 0px 6px -1px #555;
  cursor: pointer;
  margin-bottom: 38px;
}

@media screen and (max-width: 768px) {
  .creator__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6vw;
    border-radius: 1vw;
  }
}

.creator__item:nth-of-type(3n) {
  margin-right: 0;
}

.creator__item .avatar {
  width: 150px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .creator__item .avatar {
    width: 20vw;
  }
}

.creator__item .avatar .img {
  width: 100%;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.creator__item .avatar .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.creator__item .creator__info {
  flex: 1;
  padding: 12px 12px 18px 18px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .creator__item .creator__info {
    padding: 2vw 2vw 3vw 3vw;
  }
}

.creator__item .creator__info .nickname {
  position: relative;
  height: 25px;
  background-color: #ed5284;
  color: #fff;
  font-size: 14px;
  padding-left: 7px;
  padding-right: 22px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -20px;
  font-family: "\30D2\30E9\30AE\30CE\4E38\30B4   Pro W4", "\30D2\30E9\30AE\30CE\4E38\30B4   Pro", "Hiragino Maru Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "HG\4E38\FF7A\FF9E\FF7C\FF6F\FF78M-PRO", "HGMaruGothicMPRO";
}

@media screen and (max-width: 768px) {
  .creator__item .creator__info .nickname {
    height: 3vw;
    font-size: 3vw;
    padding-left: 1vw;
    padding-right: 3vw;
  }
}

.creator__item .creator__info .nickname:after {
  content: "";
  position: absolute;
  border-top: 12.5px solid transparent;
  border-bottom: 12.5px solid transparent;
  border-right: 4px solid #fff;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}

.creator__item .creator__info .count {
  padding-top: 23px;
}

.creator__item .creator__info .count .count__row {
  display: flex;
  font-weight: bold;
  margin-bottom: 4px;
}

.creator__item .creator__info .count .count__row:last-of-type {
  margin-bottom: 0;
}

.creator__item .creator__info .count .count__row p:first-of-type {
  text-align: left;
  width: 120px;
  font-size: 14px;
  color: #333333;
  font-family: "\30D2\30E9\30AE\30CE\4E38\30B4   Pro W4", "\30D2\30E9\30AE\30CE\4E38\30B4   Pro", "Hiragino Maru Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "HG\4E38\FF7A\FF9E\FF7C\FF6F\FF78M-PRO", "HGMaruGothicMPRO";
}

.creator__item .creator__info .count .count__row p:last-of-type {
  text-align: left;
  flex: 1;
  color: #ed5284;
  font-family: "\30D2\30E9\30AE\30CE\4E38\30B4   Pro W4", "\30D2\30E9\30AE\30CE\4E38\30B4   Pro", "Hiragino Maru Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "HG\4E38\FF7A\FF9E\FF7C\FF6F\FF78M-PRO", "HGMaruGothicMPRO";
  letter-spacing: 1px;
}

.creator__item .creator__info .donate__btn {
  position: absolute;
  right: 12px;
  top: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 13px;
  font-size: 16px;
  color: #fff !important;
  background-color: #bf956c;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-family: "\30D2\30E9\30AE\30CE\4E38\30B4   Pro W4", "\30D2\30E9\30AE\30CE\4E38\30B4   Pro", "Hiragino Maru Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "HG\4E38\FF7A\FF9E\FF7C\FF6F\FF78M-PRO", "HGMaruGothicMPRO";
}

.creator__item .creator__info .donate__btn:hover {
  background-color: #af763f;
}

.news__item {
  display: flex;
  margin-bottom: 40px;
}

.news__item .news__icon {
  width: 24px;
  height: 24px;
  margin-top: 15px;
  margin-right: 4px;
}

.news__item .news__content {
  flex: 1;
  border: 1px solid #333333;
  padding: 12px 37px 20px 35px;
  font-size: 16px;
  border-radius: 6px;
  position: relative;
  font-family: "\30D2\30E9\30AE\30CE\4E38\30B4   Pro W4", "\30D2\30E9\30AE\30CE\4E38\30B4   Pro", "Hiragino Maru Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "HG\4E38\FF7A\FF9E\FF7C\FF6F\FF78M-PRO", "HGMaruGothicMPRO";
}

.news__item .news__content .news__date {
  position: absolute;
  padding-left: 30px;
  padding-right: 30px;
  height: 30px;
  border: 15px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff5cad;
  color: #ff5cad;
  font-family: "\30D2\30E9\30AE\30CE\4E38\30B4   Pro W4", "\30D2\30E9\30AE\30CE\4E38\30B4   Pro", "Hiragino Maru Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "HG\4E38\FF7A\FF9E\FF7C\FF6F\FF78M-PRO", "HGMaruGothicMPRO";
  right: -30px;
  bottom: -15px;
  background-color: #fff;
  border-radius: 15px;
}

.accout__part {
  width: 100%;
  margin-top: 30px;
  display: flex;
  background-color: #f2f2f2;
  padding: 50px 50px 60px 0;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .accout__part {
    display: block;
    padding: 5vw;
    border-radius: 2vw;
  }
}

.accout__part .avatar {
  width: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .accout__part .avatar {
    width: 100%;
  }
}

.accout__part .avatar .img {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .accout__part .avatar .img {
    width: 26vw;
    height: 26vw;
  }
}

.accout__part .avatar .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.accout__part .account__info {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .accout__part .account__info {
    margin-top: 6vw;
  }
}

.accout__part .account__info .account__row {
  border-bottom: 1px solid #333333;
  padding: 30px 0 30px;
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .accout__part .account__info .account__row {
    padding: 5vw 0 5vw;
    flex-wrap: wrap;
  }
}

.accout__part .account__info .account__row label {
  color: #8e9093;
  font-size: 14px;
  width: 135px;
}

@media screen and (max-width: 768px) {
  .accout__part .account__info .account__row label {
    font-size: 3vw;
    width: 100%;
    margin-bottom: 2vw;
  }
}

.accout__part .account__info .account__row p {
  font-size: 16px;
  color: #333333;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .accout__part .account__info .account__row p {
    flex: none;
    width: 100%;
    font-size: 3vw;
  }
}

.accout__part .account__info .account__row p input {
  border: 1px solid #6d6e71;
  padding-left: 10px;
  border-radius: 4px;
  height: 36px;
  width: 300px;
}

@media screen and (max-width: 768px) {
  .accout__part .account__info .account__row p input {
    padding-left: 2vw;
    border-radius: 0.5vw;
    height: 8vw;
    width: 100%;
  }
}

.accout__part .account__info .account__row p input.invalid {
  border: 1px solid red;
  color: red;
}

.accout__part .account__info .edit__btn,
.accout__part .account__info .cancel__btn {
  position: absolute;
  right: 20px;
  padding-left: 15px;
  padding-right: 15px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: linear-gradient(90deg, white 0%, #f7f7f7 46%, #e1e1e1 100%);
  letter-spacing: 2px;
  border-radius: 4px;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", "\FF2D\FF33   \30B4\30B7\30C3\30AF", "MS Gothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
  top: 50%;
  transform: translate(0, -50%);
  border: 1px solid #ababab;
  color: #333333;
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {
  .accout__part .account__info .edit__btn,
  .accout__part .account__info .cancel__btn {
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    padding-left: 5vw;
    padding-right: 5vw;
    height: 8vw;
    font-size: 3vw;
    border-radius: 4vw;
    margin-top: 2vw;
  }
}

.accout__part .account__info .edit__btn:hover,
.accout__part .account__info .cancel__btn:hover {
  color: #fff !important;
  background: #333333;
}

.accout__part .account__info .cancel__btn {
  background: #333333;
  color: #fff !important;
  right: 100px;
}

@media screen and (max-width: 768px) {
  .accout__part .account__info .cancel__btn {
    right: auto;
    margin-left: 2vw;
  }
}

.accout__part .account__info .cancel__btn:hover {
  background: #fff;
  color: #333333 !important;
  border: 1px solid #333333;
}

.accout__part .account__info .account__row_group {
  padding: 0 0 30px;
  border-bottom: 1px solid #333333;
  position: relative;
}

.accout__part .account__info .account__row_group .account__row {
  border-bottom: 0;
  padding: 0;
}

.accout__part .account__info .account__row_group .account__row:first-of-type {
  margin-bottom: 15px;
}

.account__bottom_tab_bar {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .account__bottom_tab_bar {
    margin-top: 6vw;
  }
}

.account__bottom_tab_bar a {
  width: calc((100% - 40px) /2);
  height: 55px;
  background-color: #808080;
  color: #fff !important;
  display: flex;
  align-items: center;
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  font-family: "\30D2\30E9\30AE\30CE\4E38\30B4   Pro W4", "\30D2\30E9\30AE\30CE\4E38\30B4   Pro", "Hiragino Maru Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "HG\4E38\FF7A\FF9E\FF7C\FF6F\FF78M-PRO", "HGMaruGothicMPRO";
}

@media screen and (max-width: 768px) {
  .account__bottom_tab_bar a {
    width: 100%;
    height: 8vw;
    font-size: 3vw;
    justify-content: center;
    padding-left: 5vw;
  }
}

.account__bottom_tab_bar a i {
  margin-left: auto;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .account__bottom_tab_bar a i {
    margin-right: 5vw;
  }
}

.account__detail {
  padding-bottom: 30px;
}

.payment__history {
  padding-top: 45px;
  padding-left: 95px;
  padding-right: 95px;
}

.payment__history .inner {
  width: 100%;
  border-top: 8px solid #a2a4a7;
}

.payment__history .inner table {
  font-family: "\30D2\30E9\30AE\30CE\4E38\30B4   Pro W4", "\30D2\30E9\30AE\30CE\4E38\30B4   Pro", "Hiragino Maru Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "HG\4E38\FF7A\FF9E\FF7C\FF6F\FF78M-PRO", "HGMaruGothicMPRO";
  width: 100%;
  border: 1px solid #a2a4a7;
  border-collapse: collapse;
}

.payment__history .inner table td,
.payment__history .inner table th {
  border: 1px solid #a2a4a7;
  padding-top: 20px;
  padding-bottom: 20px;
}

.payment__history .inner table th {
  font-size: 14px;
  color: #58595b;
}

.payment__history .inner table th:first-of-type {
  text-align: center;
}

.payment__history .inner table th:last-of-type {
  text-align: center;
}

.payment__history .inner table th:nth-of-type(2) {
  padding-left: 20px;
}

.payment__history .inner table th:nth-of-type(3) {
  padding-left: 20px;
}

.payment__history .inner table tr td {
  font-size: 14px;
}

.payment__history .inner table tr td:first-of-type {
  color: #ed5284;
  width: 185px;
  text-align: center;
}

.payment__history .inner table tr td:nth-of-type(2) {
  padding-left: 20px;
  padding-right: 20px;
}

.payment__history .inner table tr td:nth-of-type(3) {
  padding-left: 20px;
  padding-right: 20px;
}

.payment__history .inner table tr td:last-of-type {
  width: 170px;
  text-align: center;
}

.payment__info {
  width: 1170px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  box-shadow: 0 0 3px 1px #999;
  position: relative;
}

.payment__info .note {
  padding-left: 200px;
  font-size: 14px;
  color: #808080;
  margin-bottom: 44px;
  margin-top: 16px;
}

.payment__info .info__row {
  display: flex;
  align-items: center;
  margin-bottom: 44px;
}

.payment__info .info__row.note_pre {
  margin-bottom: 0;
}

.payment__info .info__row label {
  width: 200px;
  font-size: 16px;
}

.payment__info .info__row input {
  flex: 1;
  border: 1px solid #333333;
  border-radius: 4px;
  padding-left: 20px;
  font-size: 16px;
  height: 56px;
}

.payment__info .info__row input.multi {
  width: 155px;
  flex: none;
  margin-right: 30px;
}

.payment__info .info__row span {
  height: 56px;
}

.payment__info .info__row span img {
  height: 100%;
  width: auto;
}

.payment__info .register {
  position: absolute;
  right: 36px;
  bottom: 70px;
  width: 160px;
  height: 40px;
  border-radius: 28px;
  border: 2px solid #ed5284;
  color: #ed5284 !important;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "\30D2\30E9\30AE\30CE\4E38\30B4   Pro W4", "\30D2\30E9\30AE\30CE\4E38\30B4   Pro", "Hiragino Maru Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "HG\4E38\FF7A\FF9E\FF7C\FF6F\FF78M-PRO", "HGMaruGothicMPRO";
}

.payment__info .register:hover {
  background-color: #ed5284;
  color: #fff !important;
  text-decoration: none !important;
}

.movie__detail {
  width: 1170px;
  margin: 35px auto 0;
  box-shadow: 0px 0px 8px 0px #555;
}

@media screen and (max-width: 768px) {
  .movie__detail {
    width: 100%;
    margin: 6vw auto 0;
  }
}

.video__player .video-js {
  width: 100%;
}

.movie__actin_bar {
  background-color: #fff !important;
  display: flex;
  padding: 0 34px;
  height: 70px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .movie__actin_bar {
    padding: 0 5vw;
    height: auto;
    flex-direction: column-reverse;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}

.movie__actin_bar .left__action {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}

@media screen and (max-width: 768px) {
  .movie__actin_bar .left__action {
    width: 100%;
    margin-top: 3vw;
  }
}

.movie__actin_bar .left__action div {
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: "\30D2\30E9\30AE\30CE\4E38\30B4   Pro W4", "\30D2\30E9\30AE\30CE\4E38\30B4   Pro", "Hiragino Maru Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "HG\4E38\FF7A\FF9E\FF7C\FF6F\FF78M-PRO", "HGMaruGothicMPRO";
}

@media screen and (max-width: 768px) {
  .movie__actin_bar .left__action div {
    width: calc(100% / 3);
    font-size: 3vw;
    flex-direction: column;
  }
}

.movie__actin_bar .left__action div a {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .movie__actin_bar .left__action div a {
    width: 7vw;
    height: 7vw;
    margin-bottom: 1vw;
    margin-right: 0;
  }
}

.movie__actin_bar .left__action div a img {
  width: 100%;
}

.movie__actin_bar .right__action {
  margin-left: auto;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .movie__actin_bar .right__action {
    align-items: center;
  }
}

.movie__actin_bar .right__action .avatar {
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .movie__actin_bar .right__action .avatar {
    width: 8vw;
    height: 8vw;
    border: 1px solid lightgray;
    margin-right: 2vw;
  }
}

.movie__actin_bar .right__action .avatar img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.movie__actin_bar .right__action .name {
  text-align: right;
  font-size: 12px;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", "\FF2D\FF33   \30B4\30B7\30C3\30AF", "MS Gothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .movie__actin_bar .right__action .name {
    margin-top: 0;
    font-size: 3vw;
  }
}

.movie__price {
  height: 56px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: din-regular, sans-serif;
}

@media screen and (max-width: 768px) {
  .movie__price {
    height: 14vw;
    font-size: 5vw;
  }
}

.movie__price span {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .movie__price span {
    font-size: 4vw;
  }
}

.comment__list {
  width: 1170px;
  margin: 45px auto 0;
}

@media screen and (max-width: 768px) {
  .comment__list {
    width: 100%;
    margin: 6vw auto 0;
  }
}

.comment__list .comment__list_inner {
  border: 1px solid #ed5284;
  border-top: 8px solid #ed5284;
  padding: 20px 40px;
}

@media screen and (max-width: 768px) {
  .comment__list .comment__list_inner {
    border-top: 1vw solid #ed5284;
    padding: 4vw;
  }
}

.comment__list .comment__list_inner .comment__item {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .comment__list .comment__list_inner .comment__item {
    margin-bottom: 4vw;
  }

  .comment__list .comment__list_inner .comment__item:last-of-type {
    margin-bottom: 0;
  }
}

.comment__list .comment__list_inner .comment__item:last-of-type {
  margin-bottom: 0;
}

.comment__list .comment__list_inner .comment__item:nth-of-type(3) ~ .comment__item {
  display: none;
}

.comment__list .comment__list_inner .comment__item .comment_body {
  display: flex;
  align-items: flex-start;
}

.comment__list .comment__list_inner .comment__item .comment_body .icon {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}

.comment__list .comment__list_inner .comment__item .comment_body .icon img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .comment__list .comment__list_inner .comment__item .comment_body .icon {
    width: 6vw;
    height: 6vw;
    margin-left: 2vw;
  }
}

.comment__list .comment__list_inner .comment__item .comment_body .content {
  flex: 1;
  font-size: 14px;
  font-family: "\30D2\30E9\30AE\30CE\4E38\30B4   Pro W4", "\30D2\30E9\30AE\30CE\4E38\30B4   Pro", "Hiragino Maru Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "HG\4E38\FF7A\FF9E\FF7C\FF6F\FF78M-PRO", "HGMaruGothicMPRO";
  line-height: 2;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .comment__list .comment__list_inner .comment__item .comment_body .content {
    position: relative;
    top: -1vw;
    font-size: 3vw;
  }
}

.comment__list .comment__list_inner .comment__item .date {
  font-size: 14px;
  color: #ed5284;
  font-family: "\30D2\30E9\30AE\30CE\4E38\30B4   Pro W4", "\30D2\30E9\30AE\30CE\4E38\30B4   Pro", "Hiragino Maru Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "HG\4E38\FF7A\FF9E\FF7C\FF6F\FF78M-PRO", "HGMaruGothicMPRO";
  margin-top: 8px;
  text-align: right;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .comment__list .comment__list_inner .comment__item .date {
    font-size: 3vw;
    margin-top: 1vw;
    padding-right: 4vw;
  }
}

.comment__list .comment__list_inner.dropped .comment__item {
  display: block !important;
}

.comment__list .comment__list_toggle {
  height: 42px;
  background-color: #ff7db8;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: underline !important;
}

@media screen and (max-width: 768px) {
  .comment__list .comment__list_toggle {
    height: 8vw;
  }
}

@media screen and (max-width: 768px) {
  .alert {
    width: 100% !important;
  }
}

.creator__auth_container {
  text-align: center;
}

.creator__auth_container .logo {
  width: 200px;
  display: inline-block;
  margin-top: 300px;
}

.creator__auth_container .logo h1 {
  width: 100%;
}

.creator__auth_container .logo img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .creator__auth_container .logo {
    margin-top: 100px;
  }
}

.creator__auth_container .auth__container {
  width: 360px;
  padding: 20px 30px;
  background-color: #fff;
  margin: 25px auto 0 auto;
  box-shadow: 0px 0px 4px 1px #666666;
}

.creator__auth_container .auth__container h2 {
  font-size: 16px;
  font-weight: 600;
}

.admin__sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 360px;
  background-color: #343a40;
  height: 100vh;
  box-shadow: 1px 0px 6px -1px #444;
  z-index: 980;
}

.admin__sidebar .logo {
  background-color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin__sidebar .logo h1 {
  width: 200px;
}

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

.admin__navbar {
  height: 50px;
  position: fixed;
  left: 360px;
  top: 0;
  width: calc(100% - 360px);
  z-index: 900;
}

@media screen and (max-width: 768px) {
  .admin__navbar {
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .admin__navbar a:first-of-type {
    font-size: 14px;
  }
}

.sidebar__menu_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.sidebar__menu_list a {
  display: flex;
  align-items: center;
  color: #fff !important;
  width: 340px;
  height: 60px;
  font-size: 16px;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", "\FF2D\FF33   \30B4\30B7\30C3\30AF", "MS Gothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
  position: relative;
  padding-left: 50px;
  margin-bottom: 10px;
}

.sidebar__menu_list a:hover {
  background-color: #4e4e4e;
  border-radius: 8px;
}

.sidebar__menu_list a.dashboard.router-link-active {
  border-radius: 8px;
  background-color: #007bff;
}

.sidebar__menu_list a.dashboard:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url(/asset/admin/icon_dashboard.png);
  width: 13px;
  height: 18px;
  background-size: cover;
}

.sidebar__menu_list a.movies:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url(/asset/admin/icon_movie_list.png);
  width: 22px;
  height: 25px;
  background-size: cover;
}

.sidebar__menu_list a.movies.router-link-active {
  border-radius: 8px;
  background-color: #fff;
  color: #333333 !important;
}

.sidebar__menu_list a.movies.router-link-active:before {
  background-image: url(/asset/admin/icon_movie_list_off.png);
}

.sidebar__menu_list a.history:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url(/asset/admin/icon_payment.png);
  width: 28px;
  height: 25px;
  background-size: cover;
}

.sidebar__menu_list a.history.router-link-active {
  border-radius: 8px;
  background-color: #fff;
  color: #333333 !important;
}

.sidebar__menu_list a.history.router-link-active:before {
  background-image: url(/asset/admin/icon_payment_off.png);
}

.sidebar__menu_list a.account:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url(/asset/admin/icon_profile.png);
  width: 23px;
  height: 23px;
  background-size: cover;
}

.sidebar__menu_list a.account.router-link-active {
  border-radius: 8px;
  background-color: #fff;
  color: #333333 !important;
}

.sidebar__menu_list a.account.router-link-active:before {
  background-image: url(/asset/admin/icon_profile_off.png);
}

.sidebar__menu_list a.movie_post:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url(/asset/admin/icon_movie.png);
  width: 25px;
  height: 17px;
  background-size: cover;
}

.sidebar__menu_list a.movie_post.router-link-active {
  border-radius: 8px;
  background-color: #fff;
  color: #333333 !important;
}

.sidebar__menu_list a.movie_post.router-link-active:before {
  background-image: url(/asset/admin/icon_movie_off.png);
}

.dashboard__container h2 {
  font-size: 26px;
  padding-left: 20px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .dashboard__container h2 {
    padding-left: 0;
    font-size: 16px;
  }
}

.dashboard__container p {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .dashboard__container p {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .dashboard__container {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
}

.income__chart {
  padding: 40px 30px;
}

.income__chart h4 {
  font-size: 18px;
  font-weight: 400px;
  font-family: "\30D2\30E9\30AE\30CE\4E38\30B4   Pro W4", "\30D2\30E9\30AE\30CE\4E38\30B4   Pro", "Hiragino Maru Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "HG\4E38\FF7A\FF9E\FF7C\FF6F\FF78M-PRO", "HGMaruGothicMPRO";
}

.creator__payment_history {
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 4px;
  background-color: #fff;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .creator__payment_history {
    min-width: 1200px;
  }
}

.creator__movies_container {
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 4px;
  background-color: #fff;
  padding-bottom: 60px;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .creator__movies_container {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 4px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
}

.creator__movies_container .movie__item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 20px;
}

.creator__movies_container .movie__item:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .creator__movies_container .movie__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20p;
  }
}

.account__container {
  margin: 30px 20px 20px;
  background-color: #fff;
  padding: 35px 50px;
  border: 1px solid #6d6e71;
  border-radius: 4px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .account__container {
    margin: 0;
    padding: 4vw;
  }
}

.account__container h3 {
  font-size: 18px;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", "\FF2D\FF33   \30B4\30B7\30C3\30AF", "MS Gothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
}

@media screen and (max-width: 768px) {
  .account__container h3 {
    font-size: 14px;
  }
}

.account__container .profile__edit__btn {
  position: absolute;
  top: 35px;
  right: 50px;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .account__container .profile__edit__btn {
    top: 50px;
    right: 20px;
    font-size: 14px;
  }
}

.profile__form_part {
  display: flex;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .profile__form_part {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.profile__form_part .admin__avatar {
  width: 176px;
  border-right: 2px solid #343a40;
}

@media screen and (max-width: 768px) {
  .profile__form_part .admin__avatar {
    border-right: none;
  }
}

.profile__form_part .admin__avatar .avatar {
  width: 135px;
  height: 135px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #6d6e71;
  cursor: pointer;
}

.profile__form_part .admin__avatar .avatar img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile__form_part .admin__info_form {
  flex: 1;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .profile__form_part .admin__info_form {
    padding-left: 0;
  }
}

.avatar__btn {
  width: 135px;
}

.movie__create_part {
  width: 1160px;
  margin: 30px auto 0 auto;
  background-color: #fff;
  box-shadow: 0 0 2px 1px #777;
  border-radius: 4px;
  padding: 90px 80px;
}

@media screen and (max-width: 768px) {
  .movie__create_part {
    width: 100%;
    margin: 20px auto 0;
    padding: 20px;
  }
}

.movie_upload_part {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #6d6e71;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 360px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  z-index: 8;
}

.movie_upload_part .progress__bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 37%;
  background-color: #007bff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-family: din-regular, sans-serif;
  font-size: 26px;
}

.movei_upload_info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.movei_upload_info .icon {
  width: 36px;
}

.movei_upload_info h5 {
  margin-top: 20px;
  font-size: 22px;
  color: #b7b9bb;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", "\FF2D\FF33   \30B4\30B7\30C3\30AF", "MS Gothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
}

@media screen and (max-width: 768px) {
  .movei_upload_info h5 {
    margin-top: 10px;
    font-size: 14px;
  }
}

.movei_upload_info h6 {
  font-size: 14px;
  margin-top: 10px;
  color: #b7b9bb;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", "\FF2D\FF33   \30B4\30B7\30C3\30AF", "MS Gothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
}

@media screen and (max-width: 768px) {
  .movei_upload_info h6 {
    margin-top: 6px;
    font-size: 12px;
  }
}

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

.douga__tags span {
  margin-bottom: 10px;
  margin-right: 5px;
  display: flex;
  height: 30px;
  padding: 0 10px 0 10px;
  border-radius: 15px;
  background-color: #343a40;
  color: #fff;
  font-size: 12px;
  align-items: center;
  position: relative;
  font-family: "\30D2\30E9\30AE\30CE\4E38\30B4   Pro W4", "\30D2\30E9\30AE\30CE\4E38\30B4   Pro", "Hiragino Maru Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "HG\4E38\FF7A\FF9E\FF7C\FF6F\FF78M-PRO", "HGMaruGothicMPRO";
}

.douga__tags span a {
  color: #fff !important;
  font-size: 14px;
  margin-left: 10px;
}

.douga__tags span a:hover {
  text-decoration: none !important;
}

.thumbnail1 {
  background-color: #343a40;
  width: 440px;
  position: relative;
  height: 265px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .thumbnail1 {
    max-width: 100%;
  }
}

.thumbnail1 img {
  position: relative;
  width: 100%;
  height: 100% !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.v-autocomplete-list {
  background-color: white !important;
  z-index: 900;
}

