body {
  margin: 0;
  font-family: 'Shippori Mincho B1', serif;
  /* font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"*/
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #262626;
  text-align: left;
  background-color: #fff;
}

.whitespace-preline {
  white-space: pre-line;
}

.sidebar .sidebar-profile {
  border-bottom:3px solid #666;
}

.sidebar .sidebar-profile .sidebar-profile-name .sidebar-name {
  font-weight: 400;
  margin-bottom: 0.1em;
  color: #000;
}

.sidebar .sidebar-profile.buyer-prof .sidebar-profile-name .sidebar-designation{
  line-height:1;
}

.sidebar .sidebar-profile.buyer-prof .sidebar-profile-image .sidebar-status-indicator {
    right: 10px;
    bottom: 4px;
}

.sidebar .sidebar-profile .sidebar-profile-image .sidebar-status-indicator {
    width: 12px;
    height: 12px;
    background: #17c964;
    /* border: 2px solid #000; */
    border-radius: 100%;
    display: block;
    position: absolute;
    right: 10px;
    top: 26px;
}




.sidebar-icon-only .sidebar .sidebar-profile .sidebar-profile-image .sidebar-status-indicator {
    right: 10px;
    bottom: -2px;
}

@media (max-width:991px) {
  .brand-logo {
    display: inline-block !important;
  }
  .navbar .navbar-brand-wrapper {
    width: 160px;
  }
  .navbar .navbar-menu-wrapper {
    width: calc(100% - 160px);
  }
}
.sidebar .nav .nav-item .nav-link i.menu-icon {
  font-size: 1.125rem;
  line-height: 1;
  margin-right: 1.125rem;
  color: #b1b1b1;
}
.sidebar .nav .nav-item .nav-link .menu-title {
  color: inherit;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
  font-weight: 500;
  position: relative;
}

.sidebar .nav .nav-item .nav-link .menu-title .count {
  position: relative;
  /* line-height: 1; */
  color: #ffffff;
  margin-left: 0.5rem;
  /* font-size: 0.875rem; */
  content: "";
}

.sidebar .nav .nav-item .nav-link .menu-title .count .count_badge {
  background-color: #ff3923;
  border-radius: 10px;
  color: white;
  padding: 0 6px;
  font-size: 14px;
  line-height: 1px;
  position: absolute;
  min-width: 18px;
  height: 18px;
  /* font-weight: 600; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 7px;
}

.sidebar .nav .nav-item .nav-link .menu-title .count .count_badge.circle {
  width: 18px;
  border-radius: 50%;
  padding: 0 6px;
  padding-top: 1px;
}

.sidebar .nav .nav-item .nav-link {
  padding: 1.2rem 1.75rem 1.2rem 1.75rem;
  color: #000;
  position: relative;
}
.sidebar .nav .nav-item .nav-link:after {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
}
.typcn:before {
  width: 1.2em;
  height: 1.2em;
  font-size: 1.2em;
}
.sidebar {
  width: 288px;
  min-width: 288px;
  box-shadow: 6px 16px 31px -18px #dcdcdc;
  -webkit-box-shadow: 6px 16px 31px -18px #dcdcdc;
  -moz-box-shadow: 6px 16px 31px -18px #dcdcdc;
  -ms-box-shadow: 6px 16px 31px -18px #dcdcdc;
  position: fixed;
}
.sidebar .nav:not(.sub-menu) > .nav-item {
  margin-top: 0;
}
.main {
  margin-left: 288px;
  width: calc(100% - 288px);
}
.sidebar-icon-only .main {
  margin-left: 70px;
  width: calc(100% - 70px);
}
@media (max-width: 991px) {
  .main {
    margin-left: 0;
    width: 100%;
  }
}
.main-panel {
  align-items: center;
}
.content-wrapper {
  background: #ffffff;
  padding: 1.875rem 1.875rem 0 1.875rem;
  width: 80%;
}
@media screen and (max-width: 991px) {
  .sidebar-offcanvas {
    right: -288px;
  }
  .content-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .content-wrapper {
    padding: 1.5rem 1rem 0 1rem;
  }
}
@media screen and (max-width: 576px) {
  .sidebar-offcanvas {
    right: -100vw;
  }
  .sidebar {
    width: 100%;
    min-width: 288px;
    box-shadow: 6px 16px 31px -18px #dcdcdc;
    -webkit-box-shadow: 6px 16px 31px -18px #dcdcdc;
    -moz-box-shadow: 6px 16px 31px -18px #dcdcdc;
    -ms-box-shadow: 6px 16px 31px -18px #dcdcdc;
  }
}
/* === text === */
.lead {
  font-size: 1rem;
  font-weight: 500;
}
p {
  line-height: 1.6;
}
.main-panel .lead {
  margin-bottom: 3rem;
}
.main-panel .note, .medium-panel .note {
  margin-bottom: 3rem;
  font-size: 1rem;
  font-weight: 400;
  background: #a3a3a3;
  padding: 1rem;
  color: #FFF;
}
.short-panel .lead {
  text-align:
    center;
  margin-bottom: 2.5rem;
  line-height: 1.8;
}

.workshop-prof .lead {
  text-align:left;
}
.note3 {
  color: #dc3545;
}
.note4{
  font-weight:600;
}

.note5{
  font-weight:400;
  font-size:0.875rem;
  display:block;
  color: #dc3545;
}


.note-half {
  font-size:0.875rem;
  padding-left:1rem;
}

.short-panel .check-area { /* display: flex; */ justify-content: space-between;
  flex-wrap: wrap;
}
.main-panel a, .short-panel a {
  text-decoration: underline;
  /* z-index: 1; */
}
a {
  color: #262626;
}
a:hover {
  color: #dc3545;
}
.short-panel .fee {
  display:
    flex;
  align-items: center;
}

.form-control::placeholder {
  color: #bebebe;
}

.card-num label {
  display:block;
}

@media (max-width: 575px) {
  .short-panel .check-area {
    justify-content: center;
  }
  .short-panel .lead {
    text-align:
      left;
    font-size: 0.875rem;
  }
  .short-panel .fee {
    flex-direction: column;
    align-items: normal;
  }
  .short-panel .fee > h5 {
    margin-right: 0;
  }
}
/* === Table === */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #001737;
  border-bottom: 1px solid #e5e5e5;
}
.table th, .table td {
  padding: 1.8rem 0.9375rem;
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
  font-size: 1rem;
  line-height: 1.3;
}

.dealing .payee .table,
.dealing .shipped .table{
  margin-top:2rem;
  max-width:800px;
}

.dealing .payee .table th,
.dealing .shipped .table th{
  font-weight:500;
}

.dealing .payee .table th, .dealing .payee .table td,
.dealing .shipped .table th, .dealing .shipped .table td{
  padding: 1rem 0.9375rem;
  border-top: 1px solid #e5e5e5;
}

.dealing .payee .table-striped tbody tr:nth-of-type(odd),
.dealing .shipped .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f1f1f1;
}

  .confirm-id .table {
    margin-bottom: 2rem;
  }

@media screen and (max-width: 575px) {
  .confirm-account th, .confirm-account td, .confirm-id th, .confirm-id td {
    width: 100%;
    display: block;
  }
  .confirm-account th, .confirm-id th {
    padding: 0.4rem 0.2rem;
    border-top: none;
  }
  .confirm-account td, .confirm-id td {
    padding: 0.5rem 0.2rem 1.5rem;
  }
  .confirm-account .table, .confirm-id .table {
    border-bottom: none;
  }



  .dealing .payee .table th, .dealing .payee .table td,
  .dealing .shipped .table th, .dealing .shipped .table td{
  padding: 0.6rem 0.9375rem;
}
  .dealing .payee .table th, .dealing .payee .table td,
   .dealing .shipped .table th, .dealing .shipped .table td{
    display:block;
    border-top: none;
}

  .dealing .payee .table th,
  .dealing .shipped .table th{
  font-weight:600;
}


}
/* === Head === */
.main-panel.prof h2, .main-panel.setting-menu h2, .main-panel.setting-password h2, .main-panel.list-info h2, .main-panel.single-info h2{
  position:
    relative;
  margin-bottom: 2rem;
  font-size: 2rem;
}
.main-panel.setting-menu h2 {
  margin-bottom: 0;
}

.main-panel.list-info h2, .main-panel.post-info h2,  .main-panel.single-info h2 {
  margin-bottom: 2rem;
}

.main-panel.single-info h1 {
  font-size:1.5rem;
}

.main-panel.single-info p {
  font-size:1rem;
  line-height:1.8;
  font-weight: 500;
}

.main-panel.single-info .text {
  padding:2rem 0;
  font-size: 1rem;
  font-weight: 500;
}

.main-panel.single-info .pic {
  text-align:center;
}
.main-panel.single-info .image-info-notice img{
  width: -webkit-fill-available;
}
.main-panel.setting-password h2 {
  margin-bottom: 3rem;
}
.main-panel.mypage h2 {
  position:
    relative;
  font-family: 'Shippori Mincho B1', serif;
  margin-bottom: 5rem;
  font-size: 1.75rem;
  /* text-align: center; */
}
.main-panel.mypage h2 span.for-maker {
  font-size: 1rem;
  font-weight: 500;
  font-family: 'Shippori Mincho B1', serif;
  display: inline-block;
  margin-top: 1rem;
  position: relative;
  line-height: 1;
  margin-left: 30px;
  top: -3px;
}

.main-panel.mypage h2 span .member-type {
  font-size: 0.75rem;
  line-height: 1rem;
}

.mypage h2:before, .prof h2:before, .setting-menu h2:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -15px;
  background: #000;
}
.mypage h2:before {
  left: 0
}

.main-panel.works .item-data {
  padding:3rem;
  border:3px solid #d6d6d6;
  margin-bottom: 1rem;
}
.item-data1,.item-data2,.item-data3,.item-data4,.item-data5{
  position: relative;
}
.main-panel.works .addbtn {padding: 0.875rem 3rem;background: #FFF;transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;text-align: center;vertical-align: middle;border-radius: 0.1875rem;position:relative;left: 50%;transform: translateX(-50%);border: 3px solid #d6d6d6;}

.main-panel.works .addbtn:before {
  content:"+ ";
  font-size:1rem;
  line-height:1;
}
.main-panel.works .removeBtn::before{
  content:"-";
  font-size:1rem;
  line-height:1;
}
.main-panel.works .removeBtn {
  padding: 0.875rem 3rem;
  background: #FFF;
  transition: color 0.15s ease-in-out;
  background-color:0.15s ease-in-out;
  border-color:0.15s ease-in-out;
  box-shadow:0.15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  border-radius: 0.1875rem;
  position: absolute;
  border: 3px solid #d6d6d6;
  bottom: -3px;
  right: -3px;
}
.main-panel.works .item-data-form {
  /* display:flex; */
  /* flex-wrap: wrap; */
}
.main-panel.works h2, .main-panel.events h2, .main-panel.list-works h2, .main-panel.list-events h2, .main-panel.list-dealing h2, .main-panel.dealing h2 {
  position: relative;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  background: #898989;
  padding: 1.5rem 1rem;
  color: #FFF;
  border-radius: 5px;
  line-height: 1;
}
.main-panel.regist-id h2, .main-panel.confirm-id h2, .main-panel.setting-account h2, .main-panel.setting-password h2{
  position:
    relative;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  background: #ffffff;
  padding: 1.5rem 1rem;
  color: #000;
  border-radius: 5px;
  line-height: 1;
  border: 1px solid #3e3e3e;
}
.medium-panel h2 {
  position: relative;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  background: #f8f8f8;
  padding: 1.5rem 1rem;
  color: #000;
  border-radius: 5px;
  line-height: 1;
  border: 1px solid #dcdcdc
}
.main-panel h2 .btn-add {
  font-size: 0.875rem;
  padding: 0.62rem 1rem;
  background: #d5d5d5;
  border-radius: 4px;
  line-height: 1;
  text-decoration:
    none;
  top: 50%;
  right: 1.3rem;
  position:
    absolute;
  transform: translateY(-50%);
  transition: 0.5s;
}
.main-panel h2 .btn-add:hover {
  color: #262626;
}
.main-panel h2 .btn-add:hover {
  text-align: left;
  background: #FFF;
}
.main-panel h3, .final-registration h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 3rem;
  position: relative;
  margin-top: 3rem;
  text-align: left!important;
}
.main-panel h3:before, .final-registration h3:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.8rem;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
h3, .h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
h4, .h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
}
h4 span {
  font-weight: 400;
}
.short-panel h1 {
  text-align:
    center;
  position: relative;
  font-size: 1.5rem;
  margin-bottom: 6.5rem;
  font-weight: 600;
}
.short-panel h1 span {
  font-size: 1rem;
  font-weight: 500;
  font-family: 'Shippori Mincho B1', serif;
  display: block;
  margin-top: 1rem;
  position: relative;
  line-height: 1;
}
.short-panel h1 span:before, .main-panel.mypage h2 span.for-maker:after {
  content:
    "";
  position:
    absolute;
  border: 1px solid #707070;
  width: 110px;
  height: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.short-panel.artist-login h1 span:before {
  width:160px;
}

/* .main-panel.mypage.workshop h2 > span.for-maker:after {
  width: 144px;
} */
.short-panel .workshop h1 span:before, .short-panel.workshop h1 span:before {
  width: 154px;
}


.short-panel .workshop h1 span:before, .short-panel.final-registration h1 span:before {
  width: 230px;
}


.short-panel h1:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -60px;
}


.auth-form-light {
  position:relative;
}

.auth-form-light h1 {
  z-index:1;
}

.auth-form-light a {
  z-index: 2;
}

.link-login-buyer {
  position:absolute;
  right:0;
  top:0;
}

.short-panel h3 {
  text-align: center;
}





.dealing h4 {
  font-size:1.125rem;
  font-weight:500;
  padding:0.7rem 0.4rem;
  background:#e6e6e6;
  border-radius:3px;
}

h4.sample {
  padding:0.3rem 1rem;
  background:#000;
  color:#FFF;
  display:inline-block;
}



@media (max-width: 575px) {
  .short-panel h3 {
    text-align: left;
    line-height: 1.4;
  }
  .main-panel.mypage h2 {
    text-align: center;
  }
  .mypage h2:before {}
  .main-panel.works h2, .main-panel.events h2, .main-panel.list-works h2, .main-panel.list-events h2 {
    font-size: 1.25rem;
    padding: 1.25rem 1rem;
  }
  .main-panel.prof h2, .main-panel.setting-menu h2 {
    position:
      relative;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
  }
  .main-panel.regist-id h2, .main-panel.confirm-id h2 {
    font-size: 1.25rem;
    padding: 1.25rem 1rem;
  }
  .medium-panel h2 {
    font-size: 1.25rem;
    padding: 1.25rem 1rem;
  }
  .main-panel .lead {
    font-size: 0.875rem;
  }

  .link-login-buyer span  {
    display:none;
}

  .link-login-buyer {
  position:absolute;
  right:auto;
  left:50%;
  top: 88px;
  transform: translate(-50%,-50%);
  text-align: center;
  line-height: 1.3;
}
}
/* === Tab === */
.nav-tabs {
  border-bottom: none;
}
.tab-content > .active {}
.tab-content {
  border: 1px solid #e5e5e5;
  background: #e5e5e5;
  border-top: 0;
  padding: 3rem 1rem;
  text-align: justify;
  margin-bottom: 2.5rem;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #000;
  background-color: #e5e5e5;
  border-color: #e5e5e5 #e5e5e5 #e5e5e5;
}
.nav-tabs .nav-link {
  font-size: 1rem;
  font-weight: 500;
  background: #FFF;
  color: #000000;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  padding: 0.75rem 1.5rem;
}
.list .nav-tabs .nav-link.active, .list .nav-tabs .nav-item.show .nav-link {
  color: #FFF;
  background-color: #000;
  border-color: #000 #000 #000;
}
.list .nav-tabs .nav-link {
  font-size: 1rem;
  font-weight: 500;
  background: #FFF;
  color: #000000;
  border-radius: 0;
  border: 1px solid #000;
  padding: 0.5rem;
  min-width: 148px;
  text-align: center;
  margin-right: 1px;
  display: block;
}
.list .tab-content {
  border: none;
  border-top: 3px solid #000;
  background: #FFF;
  padding: 0;
  text-align: justify;
  margin-bottom: 2.5rem;
}
.list .tab-content .tab-pane {}
.list .tab-content .tab-pane ul, .dealing ul.lists {
  list-style-type:
    none;
  padding-left: 0;
}
.list .tab-content .tab-pane ul li, .dealing ul.lists li {
  padding: 0.75rem;
  display:
    flex;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 0;
  font-size: 1rem;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  line-height: 1.3;
  cursor:
    pointer;
  position: relative;
}

.list.edit-name .tab-content .tab-pane ul li {
  cursor:auto;
}


.list.list-info ul li a,
.list.list-dealing ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  flex-wrap: wrap;
  width: 100%;
}

.list.list-dealing ul li .situation {
  display:inline-block;
  padding: 1.25rem 1rem;
  min-width:115px;
  background: #000000;
  color:#FFF;
  position:absolute;
  right:4rem;
  text-align:center;
  border-radius:2px;
}

.list.list-dealing ul li .situation.situation2 {
  background: #4b4b4b;
}

.list.list-dealing ul li .situation.situation3 {
  background: #808080;
}

.list.list-dealing ul li .situation.situation4,
.list.list-dealing ul li .situation.situation9 {
  border:1px solid #bcbcbc;
  background:#FFF;
  color:#bcbcbc;
}


.list.list-dealing ul li a {
  display: flex;
  /* justify-content: space-between; */
  position:relative;
}

.list.list-dealing ul li a

.list.list-info ul li a:hover,
.list.list-dealing ul li a:hover{
  color:#262626;
}

.list.list-info ul li .text {
  width: calc(100% - 160px);
}

.list.list-dealing ul li .text, .dealing ul.lists li .text{
  /* display: flex; */
}


.no-info {
  padding:2rem 0.5rem;
  font-size:1rem;
}

.dealing ul.lists li .text {
  display: flex;
  flex-direction: column;
  line-height:1.5
}

.dealing ul.lists li .text div {
}

.dealing ul.lists li .text .fee {
  position:relative;
  font-size:1.25rem;
  font-weight:600;
  display: flex;
  align-items: center;
}

.total-fee {
  position:relative;
}

.total-fee .fee {
  font-weight:600;
  font-size:1.25rem;
}

.dealing ul.lists li .text .fee span {
  font-size:0.875rem;
  padding: 6px;
  border:1px solid #2a2a2a;
  margin-left:0.2rem;
  line-height:1;
  font-weight:500;
}

.list.list-dealing ul li .text .date {
  font-size:0.875rem;
  color:#979797;
  display:block;
  margin-bottom:0.3rem
}

.main-panel a .time-back {
  display: block;
  color:#979797;
  /* text-decoration: none; */
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.list .tab-content .tab-pane ul li:after {
  content: "";
  background: url(../images/icons/handle.svg);
  right: 5px;
  top: 50%;
  width: 30px;
  height: 22px;
  position: absolute;
  transform: translateY(-50%);
}

.list.list-info .tab-content .tab-pane ul li:after {
  content:none;
}

.list.edit-name .tab-content .tab-pane ul li:after {
  content: none;
}

.list.list-dealing .tab-content .tab-pane ul li:after {
  content:none;
}

.list .tab-content .tab-pane ul li .thumb, .list.list-info ul li .thumb,
 .dealing ul.lists li .thumb{
  width: 80px;
  height: 80px;
  background: #EEE;
  margin-right: 1.5rem;
  display: block;
}
.list .tab-content .tab-pane ul li .thumb img, .list.list-info ul li .thumb img,
.dealing ul.lists li .thumb img {
  margin: 0 auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  /* object-fit: contain; */
  font-family: 'object-fit: contain;';
  display: initial;
}
.list .tab-content .tab-pane ul li .artist-name {
  display:
    block;
}
.list .tab-content .tab-pane .check-bar {
  display:
    flex;
  justify-content: space-between;
  align-items: center;
  background: #ededed;
  padding: 5px 10px;
  font-weight: 500;
}

.list .tab-content .tab-pane .check-bar.save {
  justify-content: flex-end;
}
.list .tab-content .tab-pane .check-bar.form-check {
  margin-top: 0;
}
.list .tab-content .tab-pane .check-bar input, .list .tab-content .tab-pane ul li input {
  /* margin:0; */
  margin-right: 0.5rem;
}
.list-works .tab-content .tab-pane ul li .artist-name {
  margin-right: 0.8rem;
}
.list-works .tab-content .tab-pane ul li .artist-name .name-edit-btn {
  padding: 0 1rem;
  background: #f8f8f8;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  margin-left: 0.3rem;
}
.typcn-zoom-outline:before {
  font-size: 1.5em;
}
@media screen and (max-width: 575px) {
  .nav-tabs .nav-item {
    /* width:50%; */
  }
  .list .nav-tabs .nav-link {
    padding: 0.5rem 1.0rem;
    min-width: auto;
    font-size: 0.825rem;
  }
  .list .tab-content .tab-pane ul li .thumb {
    width: 60px;
    height: 60px;
  }
  .list .tab-content .tab-pane ul li .text {
    font-size: 0.875rem;
    word-break: break-all;
    width:
      calc(100% - 150px);
    padding-right: 20px;
  }
  .list-works .tab-content .tab-pane ul li .artist-name .list-works .tab-content .tab-pane ul li a {
    font-size: 0.875rem;
  }
  .list-works .tab-content .tab-pane ul li .text {
    width: auto;
    font-size: 0.875rem;
  }
}
/* === My page top === */
.cover {
  display:
    flex;
  padding-bottom: 3.5rem;
  position: relative;
  margin-bottom: 2rem;
}
.cover:after {
  content:
    "";
  position:
    absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background: #000;
}
.cover-thumb {
  width: 220px;
  min-width: 220px;
  margin-right: 30px;
}
.cover-thumb.no-photo {
  height: 220px;
  display:
    flex;
  justify-content: center;
  align-items: center;
  background: #e2e2e2;
}
.cover-thumb.circle {
  border-radius: 50%;
}
.cover-thumb.circle img {
  border-radius: 50%;
}
.cover-thumb.no-photo .typcn:before {
  width: 11rem;
  height: 11rem;
  font-size: 11rem;
  color: #b1b1b1;
  line-height: 1;
}
.cover-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.circle {
  border-radius: 50%;
}
.circle img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.cover-name {}
.cover-name .name .view {
  position:
    relative;
  background: #000;
  padding: 0.5rem 0.5rem;
  border-radius: 4px;
  color: #FFF;
  text-align:
    center;
  line-height: 1;
  font-family: 'Shippori Mincho B1', serif;
  display: inline-block;
  top: -0.34rem;
  /* left: 0.8rem; */
  content: "";
  font-size: 0.875rem;
}
.cover-name .name {
  font-size: 1.725rem;
  font-weight: 500;
  padding-left: 0.5rem;
  font-family: 'Shippori Mincho B1', serif;
  position: relative;
  margin-bottom: 0.1rem;
}
.cover-name .name .name-text {
  overflow-wrap: break-word;
  display: inline-block;
  word-break: break-word;
}
.cover-name .alphabet {
  margin-bottom: 1rem;
  padding-left: 0.6rem;
  font-family: 'Shippori Mincho B1', serif;
}
.cover-name .web-view {
  display: block;
  margin-top: 1.5rem;
  text-decoration: none;
}
.cover-name .web-view:after {
  ;
  content: "\e049";
  font-family: "typicons";
  font-style: normal;
  display: inline-block;
  font-size: 1.15rem;
  line-height: 1em;
  position: relative;
  right: -0.6rem;
  color: #000;
}
.mypage .btn-area {
  display:
    flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.mypage .btn-area .btn {
  margin-bottom: 0.8rem
}
.mypage .btn-area .btn-dark {
  margin-right: 0.5rem;
}
@media screen and (max-width: 575px) {
  .cover {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cover-name {
    width: 75%;
    display:
      flex;
    flex-direction: column;
    align-items: center;
  }
  .cover-name .name .name-text {
    margin: 0 12px;
    max-width: 12ch;
  }
  .cover-thumb {
    width: 75vw;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .cover-thumb.no-photo {
    height: 75vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e2e2e2;
  }
  .cover-name p {
    width: 75vw;
    text-align: center;
  }
  .cover-name .view {
    max-width: 120px
  }
  .cover-name .btn.btn-rounded {
    width: 240px
  }
  .mypage .btn-area {
    justify-content: center;
  }
  .mypage .btn-area .btn {
    width: 60%;
    min-width: 240px
  }
  .mypage .btn-area .btn-dark {
    margin-right: 0;
  }
  .cover-name .name {
    padding-left: 0;
  }
}
/* === Button === */
.btn {
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
}
.btn-darkgrey {
  color: #fff;
  background-color: #626262;
  border-color: #626262;
}
.btn-darkgrey:hover {
  color: #fff;
  background-color: #626262;
  border-color: #626262;
}
.btn-darkgrey:focus, .btn-darkgrey.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-darkgrey.disabled, .btn-darkgrey:disabled {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-darkgrey:not(:disabled):not(.disabled):active, .btn-darkgrey:not(:disabled):not(.disabled).active, .show > .btn-darkgrey.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-darkgrey:not(:disabled):not(.disabled):active:focus, .btn-darkgrey:not(:disabled):not(.disabled).active:focus, .show > .btn-darkgrey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
@media screen and (max-width: 575px) {
  .confirm-id .btn-lg, .confirm-id .btn-group-lg > .btn, .confirm-id .btn.px-5 {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
/* === footer === */
.footer {
  background: #FFF;
  padding: 3rem 1rem;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  font-size: calc(0.875rem - 0.05rem);
  font-weight: 400;
  /* width:80%; */
  color: #999;
  text-align: center;
  height: auto;
  /* background:#f0f0f0; */
}
.footer a {
  color: #000000;
  font-size: inherit;
}
#imgPreviewField {
  display:
    flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
#imgPreviewField figure {
  width: 24%;
  position: relative;
}
#imgPreviewField figure img {
  width: 100%;
}
/* === Forms === */
#imgPreviewField figure input {
  display: block;
  background: #b6b6b6;
  z-index: 1;
  color: #FFF;
  border: 0;
  position: relative;
  top: 0.5rem;
  border-radius: 3px;
  font-size: 0.875rem;
}
input[type="file"] {
  display: none;
}

.post-info input[type="file"] {
  display:block;
}


.post-info #btn {
    background: #000;
    color: #fff;
    cursor: pointer;
    padding: 10px 30px;
    display: inline-block;
}

.post-info .files input {
  border:none;
}

.post-info #files {
    background: none;
    box-shadow: none;
    border: none;
}

.post-info .files {
  margin-bottom:2rem;
}

label.input-image {
  padding: 8px 30px 8px 40px;
  color: #000;
  font-weight: 500;
  font-size: 1rem;
  background-color: #ffffff;
  border: 1px solid #000;
  border-radius: 5px;
  cursor: pointer;
  position:
    relative;
}
label.input-image:before {
  content: "";
  background: url(../images/icons/camera.png);
  left: 12px;
  top: 16px;
  width: 17px;
  height: 14px;
  position: absolute;
}
.form-group label {
  font-weight: 700;
  padding: 0;
  color: #000;
  font-size: 1rem;
  background-color: #ffffff;
  border:
    none;
  position: relative;
}
.form-group label:before {
  content: none;
}
.form-group.required label:before, h4.required:after {
  content:
    "必須";
  position:
    absolute;
  font-size: 0.875rem;
  background: #EEE;
  padding: 0.1rem 0.5rem;
  top: -0.2rem;
  right: -3.2rem;
  border-radius: 3px;
  font-weight: 500;
  border: 1px solid #dbdbdb;
}
h4.required:after {
  position: relative;
  top: -1px;
  right: -0.5rem;
  padding: 0.2rem 0.5rem;
}
.form-group.required .icon-explanation {
  left: 56px;
}



.form-group.explanation-code .icon-explanation {
  position: absolute;
  left: 270px;
  top: -35px;
}

.form-control, .parent, .children, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead, .tt-query, .tt-hint {
  border: 1px solid #bfbfbf;
  font-weight: 400;
  border-radius: 5px;
  font-size: 1rem;
  height: auto;
  display: block;
}
select.form-control, select.parent, select.children, .select2-container--default select.select2-selection--single, .select2-container--default .select2-selection--single select.select2-search__field, select.typeahead, select.tt-query, select.tt-hint {
  border: 1px solid #bfbfbf;
  font-weight: 500;
  border-radius: 5px;
  font-size: 1rem;
  padding: 0.875rem 1.375rem;
  outline: 0;
  color: #000;
}
.form-control#year, .calender .form-control, #foryears, .form-control.history-year {
  width: auto;
  display: inline-block;
}
.form-control.history-year {
  width: 120px;
}
.form-control.history-text {
  /* display: block; */
}
.form-control#tel {
  width: 280px;
  /* display: inline-block; */
}
.form-group label.artist-category {
  display: block;
}
label.tel {
  display: inline-block;
}
.form-control.family-name, .form-control.personal-name, .form-control.family-name-kana, .form-control.personal-name-kana {
  width: auto;
}
label.history {
  display:
    flex;
  margin-right: 1rem;
  font-weight: 500;
  width: calc(100% - 70px);
  align-items: center;
}
.form-group.family-name, .form-group.personal-name, .form-group.family-name-kana, .form-group.personal-name-kana {
  display:
    inline-block;
}
.form-group.family-name label, .form-group.personal-name label, .form-group.family-name-kana label, .form-group.personal-name-kana label {
  font-weight: 400;
}
.calender .form-control, .time .form-control {
  padding: 0.625rem 1rem;
  position: relative;
  z-index: 0;
}
.calender, .time {
  position: relative;
}
.calender:before {
  content: "";
  background: url(../images/icons/calender.svg);
  height: 16px;
  width: 16px;
  position: absolute;
  /* background-size: contain; */
  right: 10px;
  z-index: 1;
  top: 15px;
}
.time:before {
  content:
    "";
  background: url(../images/icons/clock.svg);
  height: 20px;
  width: 20px;
  position: absolute;
  /* background-size: contain; */
  right: 10px;
  z-index: 1;
  top: 15px;
}
.prof .time {
  margin-bottom: 1.5rem;
}
#address1.form-control, #address2.form-control {
  width:
    auto;
  margin-bottom: 1rem;
  padding: 0.625rem 1rem;
}
.sort {
  display: block;
}
.form-group .year, .form-group .foryears {
  display: block;
}
select.parent, select.children, select.item, #price {
  width: 100%;
  max-width: 500px;
}
.form-group.row {
  margin-left: 0;
}
.col-form-label {
  font-weight: 400 !important;
}
.form-check .form-check-label {
  min-height: 18px;
  display: block;
  margin-left: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-right: 1rem;
  align-content: center;
}
.form-check .form-check-label input {
  position: absolute;
  top: 0;
  left: 0;
}
.form-check .form-check-label input[type="checkbox"] + .input-helper:before, .form-check .form-check-label input[type="checkbox"] + .input-helper:after {
  position: absolute;
  top: 0;
  left: 0;
}

.prof .form-check .form-check-label, .final-registration .form-check .form-check-label {
  margin-left:0;
  margin-right:4rem;
  font-size:1rem;
  font-weight:600;
  margin-bottom: 0;
}


.login-panel .form-check .form-check-label input[type="checkbox"] + .input-helper:after {
  left: 4px!important;
}

.final-registration .form-check .form-check-label input[type="checkbox"] + .input-helper:before, .final-registration .form-check .form-check-label input[type="checkbox"] + .input-helper:after, .prof .form-check .form-check-label input[type="checkbox"] + .input-helper:before, .prof .form-check .form-check-label input[type="checkbox"] + .input-helper:after, .dealing .form-check .form-check-label input[type="checkbox"] + .input-helper:before {
  left: -1.3rem;
}
.final-registration .form-check .form-check-label input[type="checkbox"] + .input-helper:after, .prof .form-check .form-check-label input[type="checkbox"] + .input-helper:after, .dealing .form-check .form-check-label input[type="checkbox"] + .input-helper:after {
  left: -1.1rem !important;
}
.form-check .form-check-label input[type="checkbox"] + .input-helper:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: solid #b8b8b8;
  border-width: 1px;
}
.form-check .form-check-label input[type="checkbox"]:checked + .input-helper:before {
  background: #000;
  border-width: 0;
}
.prof .form-check .form-check-label input[type="checkbox"]:checked + .input-helper:before, .list .form-check .form-check-label input[type="checkbox"]:checked + .input-helper:before {
  background: #1c1c1c;
  border-width: 0;
}
.list .form-check .form-check-label input[type="checkbox"] + .input-helper:before, .list .form-check .form-check-label input[type="checkbox"] + .input-helper:after {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
}
.form-check .form-check-label input[type="checkbox"] + .input-helper:after {
  left: 11px !important;
}
.form-check {
  display: inline-block;
}
.form-group .artistCategory {
  display: block;
}
.form-group {
  position:
    relative;
  margin-bottom: 2rem;
  font-size: 1rem;
}
.form-check .form-check-label input[type="radio"]:checked + .input-helper:before {
  background: #fd6978;
}
.form-check .form-check-label input[type="radio"] + .input-helper:before {
  border: solid #b8b8b8;
}
.form-group.select-data label {
  font-size: 1rem;
}
.select-data .form-check .form-check-label input[type="radio"] + .input-helper:before {
  left: -1.5rem
}
.select-data .form-check .form-check-label input[type="radio"] + .input-helper:after {
  left: -1.1rem;
}
.error {
  background-color: #FFCCCC;
}
.success {
  color: #0c6934;
  background-color: #d1f4e0;
  border-color: #bef0d4;
}
.alert, #emailCheckError, #passwordCheckError {
  color: #bc0808;
  font-size:
    small;
  padding: 0;
}
.alert.postal {
  /* display:
  block; */
  margin-bottom: 0;
}
.setting-password #tetPassword .alert {
  display: block;
  position: absolute;
  top: -2rem;
}
#item1-size1, #item1-size2, #item1-size3, #item1-size4, #item1-size5, #item1-size6, #item1-size7, #item1-size8, #item1-size9, #item2-size1, #item2-size2, #item2-size3, #item2-size4, #item2-size5, #item2-size6, #item2-size7, #item2-size8, #item2-size9, #item3-size1, #item3-size2, #item3-size3, #item3-size4, #item3-size5, #item3-size6, #item3-size7, #item3-size8, #item3-size9, #item4-size1, #item4-size2, #item4-size3, #item4-size4, #item4-size5, #item4-size6, #item4-size7, #item4-size8, #item4-size9, #item1-size1, #item1-size2, #item1-size3, #item1-size4, #item1-size5, #item1-size6, #item1-size7, #item1-size8, #item1-size9, #item5-size1, #item5-size2, #item5-size3, #item5-size4, #item5-size5, #item5-size6, #item5-size7, #item5-size8, #item5-size9, #birthYear, #birthMonth, #birthDay {
  width: 85px;
  display:
    inline-block;
  margin-bottom: 0.5rem;
}

 #size8, #size9 {
   width: 120px;
   margin-bottom: 0;
 }
#post-code {
  width: auto;
  display: inline-block;
}

#cardnumber {
    /* width: 260px; */
    /* display: inline-block; */
}
.email {
  margin-bottom: 1rem;
}
.size1, .size2, .size3, .size4, .size5, .size6, .size7, .size8, .size9, .post-code {
  display:
    inline-block;
  padding: 0.875rem 0;
  line-height: 3rem !important;
  font-weight: normal !important;
  font-size: 0.875rem !important;
  margin-bottom: 1rem !important;
}

.size1, .size2, .size3, .size4, .size5, .size6, .size7, .size8, .size9 {
  width:2rem;
}
.form-group.password #textPassword, .form-group.password #textPassword2,
.register-panel .form-group.password #textPassword{
  margin-bottom: 0;
}

.final-registration .form-group.password #textPassword {
  margin-bottom:1rem;
}

.form-group.password #buttonEye.fa-eye, .form-group.password #buttonEye.fa-eye-slash,
.form-group.password #buttonEye2.fa-eye, .form-group.password #buttonEye2.fa-eye-slash,
.form-group.password #buttonEye3.fa-eye, .form-group.password #buttonEye3.fa-eye-slash {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.setting-password .form-group.password #buttonEye.fa-eye,
.setting-password .form-group.password #buttonEye.fa-eye-slash {
  position: absolute;
  right: 10px;
  top: 82px;
}

.setting-password .form-group.password #buttonEye2.fa-eye,
.setting-password .form-group.password #buttonEye2.fa-eye-slash {
  position: absolute;
  right: 10px;
  top: 59px;
}

.setting-password .form-group.password #buttonEye3.fa-eye,
.setting-password .form-group.password #buttonEye3.fa-eye-slash {
  position: absolute;
  right: 10px;
  top: 59px;
}

/* .form-group.password #textPassword, .form-group.password #textPassword2, .form-group.password #textPassword3 {
  margin-bottom: 2.5rem;
} */

.buyer-login .form-group.password #buttonEye.fa-eye,.buyer-login .form-group.password #buttonEye.fa-eye-slash,
.register-panel .form-group.password #buttonEye.fa-eye,.buyer-login .form-group.password #buttonEye.fa-eye-slash{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}


.final-registration .form-group.password #buttonEye.fa-eye {
    position:
    absolute;
    right: 10px;
    top: 73px;
}

.final-registration .form-group.password #buttonEye2.fa-eye {
    position:
    absolute;
    right: 10px;
    top: 145px;
}

.reset-password .form-group.password #buttonEye2.fa-eye,
.reset-password .form-group.password #buttonEye2.fa-eye-slash{
    right: 10px;
    top: 50px;
}

.reset-password .form-group.password #buttonEye3.fa-eye-slash {
    position:
    absolute;
  right: 10px;
  top: 178px;
}

.reset-password .form-group.password #buttonEye3.fa-eye {
    right: 10px;
    top: 178px;
}

.setting-password .alert1 {
  position: absolute;
  top: 113px;
}
.setting-password .alert2 {
  position: absolute;
  top: 240px;
}
.setting-password .alert3 {
  position: absolute;
  top: 210px;
}
.setting-password #passwordCheckError {
  position: absolute;
  top: 323px;
}
.final-registration .alert1 {
  position: absolute;
  top: 87px;
}
.final-registration .alert2 {
  position: absolute;
  top: 183px;
}
.setting-password #passwordCheckError {
  position: absolute;
  top: 369px;
}
.final-registration #passwordCheckError {
  position: absolute;
  top: 186px;
}
.fa-eye:before {
  content: "\f06e";
}
.form-group.size {
  margin-bottom: 1rem;
}
#confirm-password, .confirm-password {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.inquiry-password ul {
  padding: 2rem 2rem;
  border: 1px solid #d8d8d8;
}
.link-home {
  text-align: center;
  display: block;
}

.goodthru {
  display: flex;
}

.goodthru label {
  display: flex;
  align-items: center;
}

.goodthru label span {
  padding:0 1rem;
}

.goodthru input {width: 100px;/* margin-right: 1rem; */}


.logo-creditcard {
  margin-bottom:2rem;
}

@media screen and (max-width: 575px) {
  .confirm-account th, .confirm-account td {
    width: 100%;
    display: block;
  }
  .form-check .form-check-label {
    min-height: 18px;
    display: block;
    margin-left: 1.5rem;
    font-size: 0.75rem;
    line-height: 1.2;
    margin-right: 0.5rem;
    align-content: center;
  }
  .button-functions {
    font-size: 0.75rem;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .button-functions .btn {
    font-size: 0.75rem;
    margin-left: 0.2rem;
  }
  .button-functions .py-2 {
    padding: 0.4rem 0.4rem;
  }
  .button-functions span {
    /* width: 3rem; */
    display: inline-block;
    line-height: 1.2;
  }
  label.history {
    display: block;
  }
  label.history input {
    margin-bottom: 0.5rem;
  }
}
.icon-explanation {
  position: relative;
  left: 5px;
  top: -4px;
}
.prof-photo, .event-photo {
  position: relative;
  margin-bottom: 3rem;
}
.prof-photo .input-image {
  left: 0;
  top: 0;
  position: relative;
  padding: 10px 30px 10px 40px;
}

.prof-photo h4 {
  position:
    relative;
  /* display: inline-block; */
}
.work-photos h4 {}
.work-photos .icon-explanation, .prof-photo .icon-explanation,
.event-photo .icon-explanation{
  position:
    absolute;
  left: 245px;
  top: -3px;
}

.prof-photo .icon-explanation {
    left: 353px;
}

.work-photos.crop {
  margin-bottom:3rem;
}

.work-photos .input-image {}
.prof-photo .icon-explanation, .work-photos .icon-explanation {
  /* left:15px; */
}
.prof-photo h4.required:after,
.form-required.required:after {
  top: 0;
}
#status, #prefecture, #account-type, #bank-code, #account-number {
  width: auto;
}
#price {
  display:
    inline-block;
}
.price {
  display: block;
}
.calc {
  font-weight: 500;
  display:
    flex;
  margin-bottom: 2.5rem;
  position:
    relative;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
}
.calc:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  left: 0;
  bottom: -0.5rem;
  position: absolute;
}
.work-ability_list {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
.work-ability_list > li {
  gap:20px;
}
.work-ability_list > li > div:first-child{
  width: 70px;
}
#input_plural {
  /* margin: 10px 0; */
}
.prof #input_plural, .final-registration #input_plural {
  display:
    flex;
  align-items: center;
}
#input_plural input.pluralBtn {
  width: 26px;
  height: 26px;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  margin: 0;
}
.prof #input_plural input.pluralBtn, .final-registration #input_plural input.pluralBtn {
  margin-right: 5px;
}
#post-code {
  margin-bottom: 1rem;
  padding: 0.625rem 1rem;
}
.birth {
  margin-bottom: 3rem
}
.short-panel {
  width: 90%;
  max-width: 600px;
}
.short-panel.medium-panel {
  max-width: 700px;
}
.login-panel .form-check .form-check-label {
  min-height: 18px;
  display: block;
  margin-left: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.login-btn, .branch-btn, .complete-btn {
  padding: 0 0 30px;
  /* background:#eee; */
  display:
    flex;
  justify-content: space-around;
  position: relative;
  z-index: 0;
  align-content: center;
  text-align:center;
}

.login-btn, .branch-btn, .complete-btn span {
  margin-top:0.5rem;
}

.complete-btn .note {
  text-align: left;
  width: 100%;
  max-width: 522px;
}

.complete-btn {
  /* display:
  flex; */
  /* flex-direction: column; */
  flex-wrap: wrap;
}
.complete-btn button {
  margin-bottom: 0.5rem;
  padding: 0.875rem 3rem;
}
.login-btn button, .pre-btn button {
  width: 260px;
  height: 60px;
}
.pre-btn button {
  width: auto;
}
.pre-btn {
  padding: 30px 0;
  /* background:#eee; */
  display:
    flex;
  justify-content: center;
  position: relative;
  z-index: 0;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
}
.pre-btn p {
  text-align:
    center;
  font-size: 1rem;
}
.register-panel h5 {
  display:
    inline-block;
  min-width: 130px;
  background: #626262;
  padding: 1rem;
  text-align:
    center;
  color: #FFF;
  font-weight: 500;
  border-radius: 8px;
  margin-right: 1rem;
}
.register-panel .inquiry h5 {
  display:
    block;
  min-width: 130px;
  background: #494949;
  padding: 0.75rem;
  text-align:
    center;
  color: #FFF;
  font-weight: 500;
  border-radius: 0;
  margin-right: 0;
}
.register-panel .fee p {
  /* display:inline-block; */
  font-size: 1rem;
}
@media screen and (max-width: 575px) {
  .login-btn {
    padding: 30px 0;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .login-btn button {
    width: 260px;
    height: 60px;
    margin: 0.4rem 0
  }
  .pre-btn p {
    text-align:
      left;
  }
  .register-panel .fee p {
    font-size: 0.875rem;
  }
  .form-group.family-name, .form-group.personal-name, .form-group.family-name-kana, .form-group.personal-name-kana {
    width: 100%;
  }
}
footer {
  background: #dcdcdc;
  height: 64px;
  z-index: 3;
}
.toggle_switch {
  display: table;
  font-size: 30px;
}
.toggle_switch > input {
  display: none;
}
.toggle_switch > label {
  display: block;
  position: relative;
  width: 1.8em;
  height: 1em;
  border-radius: 1em;
  background-color: #bbbbbb;
  cursor: pointer;
}
.toggle_switch > input:checked + label {
  background-color: #2dcb45;
}
.toggle_switch > label::before {
  position: absolute;
  top: 0.05em;
  left: 0.05em;
  width: calc(1em - 0.1em);
  height: calc(1em - 0.1em);
  border-radius: calc(1em - 0.1em);
  background-color: #fff;
  transition: 0.5s;
  content: "";
}
.toggle_switch > input:checked + label::before {
  left: calc(100% - 1em + 0.05em);
}
/*中身を非表示にしておく*/
.option {
  display:
    none;
  /* height: 0; */
}
/*クリックで中身表示*/
input:checked ~ .option {
  display: block;
}
.toggle_switch {
  padding: 30px;
  border: 5px solid #ededed;
  width: 100%;
  margin-bottom: 3rem;
  border-radius: 3px;
}
.toggle_switch span {
  font-size: 1rem;
  display:
    inline-block;
  font-weight: 500;
  position:
    relative;
  left: 80px;
  top: -55px;
  width: calc(100% - 80px);
}
#registed-area {
  border: 3px solid #ffc4ca;
  padding: 2rem 2rem;
  /* border-radius:12px; */
  margin-bottom: 3rem;
}
#no-regist-area {
  border: 3px solid #ffc4ca;
  padding: 2rem 2rem;
  /* border-radius:12px; */
  margin-bottom: 3rem;
}
.setting-menu .menu {
  display:
    flex;
  /* flex-direction: column; */
  /* height: 100px; */
  flex-wrap: wrap;
  align-content: center;
}
.setting-menu .menu {
  width: 100%;
  list-style-type:
    none;
  padding-left: 0;
  margin-top: 15px;
}
.setting-menu .menu li {
  width: 100%;
  display:
    flex;
  /* height: 100px; */
  /* align-content: center; */
  position: relative;
  font-size: 1rem;
}
.setting-menu .menu a {
  display:
    block;
  width: 100%;
  position: relative;
  font-size: 1rem;
  text-decoration:
    none;
  /* line-height: 100px; */
  padding: 2.5rem 0.5rem;
}
.setting-menu .menu a:before, .list.list-info ul li a:before, .list.list-dealing ul.lists li a:before{
  content: "";
  background: url(../images/icons/arrow-menu.svg);
  right: 10px;
  top: 16px;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.list.list-info ul li a.page-link:before, .list.list-dealing ul.lists li a.page-link:before {
  content: "";
  background: none;
}
.setting-menu .menu a:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0;
}
.setting-menu .menu a:hover {
  color: #000;
  background-color: #f0f0f0;
}
.confirm-account th {
  width: 16rem;
}
.column-note {
  padding: 3rem 1.8rem 1.8rem;
  border: 1px solid #dbdbdb;
}
.column-note h4 {
  text-align: center;
  font-size: 1rem;
}
.column-note dl {
  padding-left: 0;
}
.column-note dl dt {
  background: #f3f3f3;
  padding: 6px 8px;
  border-radius: 2px;
  margin-bottom: 0.4rem
}
.column-note dl dd {
  margin-bottom: 1rem
}
.back-btn {
  display:
    flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
.back-btn .btn {
  padding: 1rem 3rem;
}
.modal-text-wrap {
  text-align: left;
  padding: 2rem;
  border: 3px solid #EEE;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.modal-text-wrap.modal-security-code {
  text-align:center;
}

.modal-text-wrap.modal-security-code img {
  margin-bottom:2rem;
}

.modal-text-wrap.modal-security-code h3 {
}

.modal-text-wrap.modal-security-code p {

}


a.forgot {
  margin-left: 1rem;
}
.note2 {
  display:
    block;
  font-size: 0.875rem;
  font-weight: 400;
}

.final-registration .note2 {
  line-height:1.6;
}



.flow {
  width: 100%; /* ステップフロー全体の横幅を指定 */
  display: flex;            /* flexboxで横並びにする */
  justify-content: space-between; /* 横並びにしたものを等間隔で並べる */
  list-style-type:
  none;
  align-items: center;
}

ul.flow {
  padding-left:0;
}

.flow li {
  color: #333;        /* 文字色を黒に指定 */
  font-size: 0.875rem;    /* 文字サイズを指定 */
  width: calc(100% / 4); /* 横幅を三等分した1つの大きさに指定 */
  background: #eee;   /* 背景色をグレーに指定 */  /* 行間(高さの代わり)を指定 */
  text-align: center; /* 文字を中央寄せにする */
  position: relative; /* 基準位置とする */
  line-height: 1.2;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  line-height: 1.5;
  font-weight: 500;
  flex-direction: column;
  }

.flow li:not(:first-child):not(:last-child) {
  padding: 0 0 0 10px;  /* 最初と最後以外には左に適度な余白を指定 */
}

.flow li::before,
.flow li::after {
  content: "";  /* 疑似要素では必須 */
  width: 0;     /* 横幅を0に指定 */
  height: 0;　　/* 高さを0に指定 */
  display: block;  /* ブロック要素にする */
  position: absolute; /* 相対位置に指定 */
}

.flow li::before {
  border: solid 50px transparent;     /* 32pxのborderを指定 */
  border-right: solid 10px transparent;  /* 幅を合わせるため右線は13pxにする */
  border-left: solid 10px #FFF;          /* 白い三角形を作成して▷の形で上に重ねて削り取る */
  top: 0;  /* 重ねる位置(縦軸)を調整 */
  left: 0;    /* 重ねる位置(横軸)を調整 */
  z-index: 1; /* 重なり順を指定 */
}

.flow li::after {
  border: solid 50px transparent;  /* 25pxのborderを指定 */
  border-left: solid 10px #EDEDED; /* 左のborderで背景色と同じ▶の部分を作成する */
  border-right: solid 10px transparent; /* 幅を合わせるために右線は10pxにする */
  top: 0px;       /* 重ねる位置(縦軸)を調整 */
  right: -20px; /* 重ねる位置(横軸)を調整 */
  z-index: 2;   /* 重なり順の優先度を他よりも上げる */
}

.flow li:first-child::before,
.flow li:last-child::after {
  content: none;  /* 最初のliの左と最後のliの右は作らない */
}

/* 以下.currentだけ色を変えるCSS */

.flow li.current {
  color: #FFF;
  background: #000;
}

.flow li.current::after {
  border-left: solid 10px #000;
}

.flow li div {
  display:
  block;
  padding: 0 0.3rem;
}



.dealing .flow .date {
  color: #a8a8a8;
  display:block;
}


.dealing h3 {
margin-top:3rem;line-height: 1.3;}

.dealing h3:before {
    height: 2px;
    background: #141414;
}

.dealing dl {
  font-size:1rem;
  padding-left:0;
}


@media only screen and (max-width: 1299px) {
  .flow li div span {
  display:none;
}
}

@media only screen and (max-width: 991px) {
  .flow li {
    height: 72px;
}
  .flow li::after {
    border: solid 36px transparent;
    border-left: solid 10px #EDEDED;
    border-right: solid 10px transparent;

}
  .flow li::before {
    border: solid 36px transparent;
    border-right: solid 10px transparent;
    border-left: solid 10px #FFF;
}
}

.photo-transform {
  /* transform: scale(0.5); */
  width:1000px;
  transform: translate(-25%, -25%) scale(0.5);
  margin-right: -500px;
  margin-bottom: -480px;
}

.artist-prof .photo-transform, .final-registration .photo-transform {
  width:300px;
  transform: translate(0, 0) scale(1);
  margin-right: 0;
  margin-bottom: 0;
  margin-bottom:1rem;
}

.events .photo-transform {
  /* transform: scale(0.5); */
  width:1000px;
  transform: translate(-25%, -25%) scale(0.5);
  margin-right: -500px;
  margin-bottom: -360px;
}



.artist-prof .imageBox,
.final-registration .imageBox {
    width: 300px;
    height: 300px;
}


.events .imageBox {
    width: 1000px;
    height: 750px;
}


.artist-prof .imageBox .thumbBox, .final-registration .imageBox .thumbBox {
    border: 10px solid rgb(202 202 202 / 90%);
}

.cropped {
  width:100%;
  padding: 5px;
  border: 1px solid #b1b1b1;
  margin-top: 1rem;
  min-height: 100px;
  display: flex;
  flex-wrap: wrap;
}

.events .cropped {
  width: 400px;
}

.artist-prof .cropped, .final-registration .cropped {
  width:215px;
}

.cropped img {
  width:200px;
  height:
  auto;
  margin: 0 1px;
}


.artist-prof .cropped img {
  width:200px;
}

.cropped img.image-default {
  width:200px;
  min-width: 200px;
  /* background-image: url('../images/no-image.png'); */
  background-size: cover;
}

.imageBox .thumbBox:before {

}


.events .cropped img {
  width: 386px;
}

.crop .action .btn {
  background:#000;
  color:#FFF;
}


.crop .action #btnZoomOut.btn,
.crop .action #btnZoomIn.btn{
  background:#FFF;
  color:#000;
  border:1px solid;
}

.received a {
  color:#FFF;
}

.shipping-archive {
  justify-content: space-between;
  margin-bottom: 2rem;
}

.card-archive {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.shipping-archive .edit-btn,
.card-archive .edit-btn{
  display:
  flex;
  justify-content: flex-end;
}

.shipping-archive > div,
.card-archive > div
{
    margin:2rem 0;
    position: relative;
    min-height: 172px;
    display: flex;
  align-items: center;
}

.card-archive > div {
  min-height: 80px;
}

.card-archive > div {

}

.shipping-archive > div:after,
.card-archive > div:after {
  position:
  absolute;
  bottom: -2rem;
  left: 0;
  width: calc(100% - 1rem);
  height:1px;
  background: #e0e0e0;
  content:
  "";
}

.shipping-archive > div h4 {
  font-size:1rem;
  font-weight:500;
  padding:0.4rem;
  background:#e3e3e3;
  display:inline-block;
    border-radius:3px;
  min-width:140px;
  text-align:center;
  line-height:1;
}

.shipping-archive .edit-btn button,
.card-archive .edit-btn button{
  margin: 1rem;
  max-height: 50px;
}

.shipping-archive > div:nth-child(odd):after,
.card-archive > div:nth-child(odd):after{
  left:1rem;
}

.addition {
  /* display:
  flex; */
  /* justify-content: flex-end; */
}

.card-archive .number {
  font-size:1rem;
}



@media screen and (max-width: 991px) {
    .shipping-archive > div:nth-child(odd):after {
      left:1rem;
    }
}

@media screen and (max-width: 575px) {

  .shipping-archive > div:after,
  .card-archive > div:after{
  left: 1rem;
  width: calc(100% - 2rem);
}
  .shipping-archive .edit-btn,
  .card-archive .edit-btn {
  justify-content: flex-start;
}

  .shipping-archive .edit-btn button,
  .card-archive .edit-btn button{
  margin:1rem 0;
}

  .shipping-archive > div:nth-child(odd):after,
  .card-archive > div:nth-child(odd):after{
  content:none;
}


  .shipping-archive > div,
  .card-archive > div{
    min-height: auto;
    height:
    auto;
    margin: 2rem 0 0;
}

  .shipping-archive > div:nth-child(even),
  .card-archive > div:nth-child(even){
      margin: 0 0 2rem;
      /* padding-bottom: 1rem; */
    }
}


@media screen and (max-width: 540px) {
  .photo-transform {
    /* transform: scale(0.5); */
    width:1000px;
    transform: translate(-35%, -35%) scale(0.3);
    margin-right: -700px;
    margin-bottom: -680px;
    overflow: hidden;
  }

  .events .photo-transform {
    width:1000px;
    transform: translate(-35%, -35%) scale(0.3);
    margin-right: -700px;
    margin-bottom: -500px;
  }

  .cropped {

  }

  .events .cropped {
    width: 269px;
    height: 50vw;
  }

  .cropped.multiple {
    min-height: 150px !important;
    padding: 10px 20px !important;
  }

  .events .cropped img {
    width:100%;
  }

  .cropped img {
    width:150px;
  }
  .cropped .loading-box,
  .cropped.multiple img {
    height: 150px !important;
    min-height: 150px !important;
    width: 150px !important;
    min-width: 150px;
  }

  .ui-drag-highlight {
    width: 150px !important;
    height: 150px !important;
    padding: 5px;
  }

  /* label.input-image {
    display:block;
    width:300px
} */

  .crop .action .btn {
    padding: 0.875rem 0.875rem;
  }

  .main-panel.works .item-data {
    padding: 1.5rem 1rem;
  }
  .main-panel.works .removeBtn {
    padding: 0.875rem 1rem;
  }
}

@media screen and (max-width: 340px) {
    .cropped {
    max-width: 300px;
  }
}


#color-menu input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
/* チェックボックス01 */
#color-menu input[type=checkbox],
{
  display: none;
}


.radio01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 30px;
  position: relative;
  width: auto;
}
.radio01::before {
  background: #fff;
  border: 1px solid #231815;
  content: '';
  display: block;
  height: 16px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
  left: 5px;
}
.radio01::after {
  border-right: 3px solid #595959;
  border-bottom: 3px solid #595959;
  content: '';
  display: block;
  height: 14px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}
#color-menu li {
  display: flex;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}
#color-menu .radio01 {
  padding: 5px 5px;
  position: relative;
  width: auto;
  font-size: 0.75rem;
  letter-spacing: 0;
}
#color-menu .color .radio01::before{
  border-radius: 14px;
  height: 28px;
  width: 28px;
  margin-top: 0;
  top: -0.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  content:"";
}

#color-menu {
  padding-left:0;
}

#color-menu .color {
  margin-top: 1.5rem;
}
#color-menu .color .radio01::after {
  left: calc(50% - 8px);
  top: -12px;
  border: none;
}

.color .radio01.color1::before {
  border-color: #c5c5c5;
}

#color-menu .color .radio01.color2::before {
  border-color: #c5c5c5;
  background-color: #c5c5c5;
}
#color-menu .color .radio01.color3::before {
  border-color: #000;
  background-color: #000;
}
#color-menu .color .radio01.color4::before {
  border-color: #ab7444;
  background-color: #ab7444;
}
#color-menu .color .radio01.color5::before {
  border-color: #d5bc95;
  background-color: #d5bc95;
}
#color-menu .color .radio01.color6::before {
  border-color: #e2e07b;
  background-color: #e2e07b;
}
#color-menu .color .radio01.color7::before {
  border-color: #91ce65;
  background-color: #91ce65;
}
#color-menu .color .radio01.color8::before {
  border-color: #5893c5;
  background-color: #5893c5;
}
#color-menu .color .radio01.color9::before {
  border-color: #5877c5;
  background-color: #5877c5;
}
#color-menu .color .radio01.color10::before {
  border-color: #ea9696;
  background-color: #ea9696;
}
#color-menu .color .radio01.color11::before {
  border-color: #F44336;
  background-color: #F44336;
}
#color-menu .color .radio01.color12::before {
  border-color: #eaac51;
  background-color: #eaac51;
}
#color-menu .color .radio01.color13::before {
  border-color: #e3e2d5;
  background: rgb(227, 226, 213);
  background: linear-gradient(0deg, rgba(227, 226, 213, 1) 0%, rgba(201, 147, 33, 1) 100%);
}
#color-menu .color .radio01.color14::before {
  border-color: #dfdfdf;
  background: rgb(223, 223, 223);
  background: linear-gradient(0deg, rgba(223, 223, 223, 1) 0%, rgba(172, 172, 172, 1) 100%);
}
#color-menu .color .radio01.color15::before {
  border-color: #cef5f5;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(206, 245, 245, 1) 100%);
}
input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}
/* ラジオボタン01 */
#color-menu input[type=radio] {
  display: none;
}
.radio01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.radio01::before {
  background: #fff;
  border: 1px solid #231815;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.radio01::after {
  background: linear-gradient(0deg, rgb(237 237 237) 0%, rgb(227 227 227) 100%);
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 4px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 16px;
}
#color-menu input[type=radio]:checked + .radio01::after {
  opacity: 1;
}
#color-menu input:valid ~ label, #color-menu textarea:valid ~ label{
  top: 0;
  margin: 0;
}
.prof-switch {
  /* padding-left:2rem; */
}

.form-control.is-invalid {
  background-image: none;
}

a.btn {
  text-decoration: none;
}


.cropped {
  position: relative;
}


.cropped.single {
  min-height: 215px;
}

.cropped.circle {
  border-radius: 50%;
  padding: 0;
  height: 215px;
}

.cropped.circle .image-container {
  height: 215px;
  width: 215px;
}

.cropped.circle .image-container img {
  width: 215px;
  height: 100%;
  border-radius: 50%;
  margin-left: -1px;
}


.cropped img {
  min-height: 200px;
  /* object-fit: cover; */
}

.cropped.multiple {
  width: 100%;
  min-height: 215px;
  display: flex;
  gap: 10px;
  padding-left: 35px;
}

.cropped.multiple img {
  height: 200px;
}

.cropped .image-container {
  position: relative;
  display: inline-block;
  z-index: 3;
}

.cropped .image-container:hover img {
  position: relative;
  z-index: 1;
}

.cropped .delete-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url('../images/delete.png');
  background-size: cover;
  opacity: 1;
  cursor: pointer;
  z-index: 4;
}

/* .cropped .image-container:hover .delete-icon {
  opacity: 1;
} */

.cropped .trimming-image {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 70px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #000;
  color: #f1f1f1;
  border-radius: 20px;
  border: 1px solid #f1f1f1;
  cursor: pointer;
  font-size: 0.9rem;
  z-index: 4;
}
.cropped .trimming-image::after {
  content: "編集";
}

.max-w-500 {
  width: 100% !important;
  max-width: 500px;
}

.register-panel .description {
  text-align: center;
  margin-top: -80px;
  margin-bottom: 80px;
}

.border-box {
  border: 1px solid #707070;
  padding: 4px 12px;
  width: max-content;
}

.pagination li:after {
  display: none;
}
.pagination .page-item {
  border-bottom: none !important;
}
.pagination .page-link {
  text-decoration: none;
}
.pagination .page-item::after{
  display: none !important;
}
.pagination .page-item.active .page-link {
  color: white;
}

#btnSubmit.loading:before,
#btnLogout.loading:before {
  font-family: "Font Awesome 5 Free";
  content: "\f110";
  display: inline-block;
  font-weight: 600;
  animation: spin 2s linear infinite;
  margin-right: 5px;
}

textarea.p-street-address {
  line-height: inherit !important;
}

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

.select-prefecture {
  max-width: 212px;
}

.ui-drag-highlight {
  width: 212px;
  height: 212px;
  padding: 10px;
  background: rgb(223, 225, 111);
}

.input-hidden-error {
  width: 0;
  height: 0;
  opacity: 0;
}
button.swal2-confirm.swal2-styled {
  width: 140px;
  padding: 0.5em 1em;
}
.swal2-popup .swal2-styled.swal2-cancel {
  width: 140px;
  padding: 0.5em 1em;
}
.swal2-popup .swal2-title {
  font-size: 1.5em !important;
  line-height: 1.25em !important;
}
div.swal2-icon {
  width: 4.5em;
  height: 4.5em;
  line-height: 4.5em;
}

.circle-trimming .cropper-crop-box,
.circle-trimming .cropper-view-box {
    border-radius: 50%;
}

.circle-trimming .cropper-view-box {
    box-shadow: 0 0 0 1px #39f;
    outline: 0;
}
.icon-explanation {
  display: none !important;
}
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.cropped .loading-box {
  width: 200px;
  min-height: 200px;
  background: #0003;
  margin: 0 1px;
}

.cropped.circle .loading-box {
  border-radius: 50%;
  border: 1px solid #bfbfbf;
}


.loading-box {
  width: 100%;
  height: 100%;
}

.cropped .loading-box .original-load {
  display: flex;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;

  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f1f1f1;
  -webkit-animation: original 2400ms linear infinite;
  animation: original 2400ms linear infinite;
}

.cropped .loading-box .original-load:before {
  content: "";
  position: absolute;
  top: 7.5px;
  left: 7.5px;
  right: 7.5px;
  bottom: 7.5px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f1f1f1;
  -webkit-animation: original 2700ms linear infinite;
  animation: original 2700ms linear infinite;
}

.cropped .loading-box .original-load:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f1f1f1;
  -webkit-animation: original 1800ms linear infinite;
  animation: original 1800ms linear infinite;
}

@-webkit-keyframes original {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes original {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}