@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap");
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

img {
  max-width: 100%;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
body {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #333333;
  -webkit-transition: .5s opacity ease-in-out;
  transition: .5s opacity ease-in-out;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    display: none;
  }
}

body.js-loading-page {
  /*opacity: 0;*/
}

.l-container {
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .l-container {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 24px;
  }
}

@media only screen and (max-width: 370px) {
  .l-container {
    padding: 0 12px;
  }
}

/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header {
  background: #930291;
  padding: 7px 0 5px 0;
}

.c-header .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.c-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-header__logo img {
  width: 48px;
}

.c-header__logo span {
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 400;
  margin-left: 7px;
}

@media only screen and (max-width: 350px) {
  .c-header__logo span {
    font-size: 2rem;
  }
}

.c-header__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .c-header__account {
    width: 155px;
  }
}

.c-header__account__name {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 1.8rem;
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  margin-right: 8px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .c-header__account__name {
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.c-header__account__avatar {
  width: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.c-header__account__avatar.active:after {
  content: '';
  background: #FF0000;
  width: 8px;
  height: 8px;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  left: -15px;
  top: 0;
}

.c-header__account__avatar:hover {
  opacity: 1;
}

.c-header__account__avatar:hover img {
  opacity: 1;
}

.c-header__account__avatar .icon {
  position: absolute;
  top: 0;
  left: -25px;
}

.c-header__account__avatar .icon:after {
  content: '';
  height: 40px;
  width: 40px;
  position: absolute;
  left: -16px;
  top: -11px;
}

.c-header__account__avatar .img {
  width: 100%;
}

.c-header__nav01 {
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.1);
  top: 53px;
  width: 125px;
  z-index: 5;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 1200px) {
  .c-header__nav01 {
    right: 20px;
  }
}

.c-header__nav01.active {
  opacity: 1;
  pointer-events: all;
}

.c-header__nav01 ul {
  padding: 10px 20px;
}

.c-header__nav01 a {
  color: #930291;
  display: block;
  padding: 5px 0;
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .c-header__nav01 a {
    font-size: 1.8rem;
  }
}

.c-header__message {
  position: absolute;
  background: #FFFFFF;
  top: 53px;
  width: 385px;
  z-index: 5;
  right: 0;
  -webkit-box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 10px 25px 35px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 1200px) {
  .c-header__message {
    right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .c-header__message {
    width: 100%;
    right: 0;
    padding: 10px 20px 35px 20px;
  }
}

.c-header__message.active {
  opacity: 1;
  pointer-events: all;
}

.c-header__message li {
  font-weight: 700;
  font-size: 1.6rem;
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .c-header__message li {
    line-height: 1.1;
  }
}

.c-header__message span {
  color: #461486;
}

.c-header__message .accepted {
  color: #02FF3A;
}

.c-header__message .reject {
  color: #FF0000;
}

.c-header__message.active {
  opacity: 1;
  pointer-events: all;
}

.c-header--staff {
  background: #461486;
}

.c-header--staff .c-header__nav01 a {
  color: #461486;
}

/*------------------------------------------------------------
    btn
------------------------------------------------------------*/
.c-btn01 {
  background: #7322D9;
  font-weight: 900;
  color: #FFFFFF;
  width: 100%;
  font-size: 1.8rem;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.c-btn01:hover {
  opacity: .7;
}

.c-btn02 {
  background: #8C33FB;
  font-weight: 700;
  color: #FFFFFF;
  width: 280px;
  font-size: 2.4rem;
  border-radius: 8px;
  -webkit-box-shadow: inset 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .c-btn02 {
    width: calc(50% - 7px);
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 400px) {
  .c-btn02 {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 370px) {
  .c-btn02 {
    font-size: 1.5rem;
  }
}

.c-btn02 img {
  margin-right: 95px;
}

@media only screen and (max-width: 767px) {
  .c-btn02 img {
    margin-right: 14vw;
  }
}

@media only screen and (max-width: 400px) {
  .c-btn02 img {
    margin-right: 10vw;
  }
}

.c-btn02--02 img {
  margin-right: 55px;
}

@media only screen and (max-width: 767px) {
  .c-btn02--02 img {
    margin-right: 4vw;
  }
}

@media only screen and (max-width: 400px) {
  .c-btn02--02 img {
    margin-right: 2vw;
  }
}

.c-btn02.active {
  background: #461486;
  pointer-events: none;
  -webkit-box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
}

.c-btn03 {
  background: #930291;
  font-weight: 700;
  color: #FFFFFF;
  width: 120px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 370px) {
  .c-btn03 {
    width: 100px;
  }
}

.c-btn03 .icon {
  position: relative;
}

.c-btn03 .fa-shopping-cart {
  font-size: 1.6rem;
  margin-top: 5px;
}

.c-btn03 .fa-plus-circle {
  font-size: 1.2rem;
  position: absolute;
  top: -1px;
  left: 15px;
}

.c-btn04 {
  background: #8C33FB;
  font-weight: 700;
  color: #FFFFFF;
  width: 180px;
  font-size: 2.4rem;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
}

.c-btn04--reject {
  background: #FF0000;
}

.c-btn04--accepted {
  background: #02FF3A;
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title01 {
  font-weight: 300;
  font-size: 3.2rem;
  line-height: 26px;
  text-align: center;
}

.c-title01__sub {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}

.c-title02 {
  font-weight: 300;
  font-size: 4.8rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-title02 {
    font-size: 2.4rem;
  }
}

/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-form01 {
  font-size: 1.6rem;
}

.c-form01 label {
  font-size: 1.6rem;
}

.c-form01 input {
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 5px;
  height: 36px;
  width: 100%;
}

.c-form01 input.password {
  padding-right: 30px;
}

.c-form01 i {
  color: #3333339C;
  font-size: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 10px;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.c-form01 dl {
  margin-top: 12px;
}

.c-form01 dd {
  position: relative;
}

.c-form01 dd.c-password .js-hide-password {
  opacity: 0;
  pointer-events: none;
}

.c-form01 dd.c-password.active .js-hide-password {
  opacity: 1;
  pointer-events: all;
}

.c-form01 dd.c-password.active .js-show-password {
  opacity: 0;
  pointer-events: none;
}

.c-form01__link {
  color: #C4C4C4;
  font-size: 1.4rem;
  margin-top: 11px;
  display: table;
}

.c-form01 ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: .6;
  /* Firefox */
  font-size: 1.2rem;
}

.c-form01 :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: .6;
  /* Firefox */
  font-size: 1.2rem;
}

.c-form01 ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: .6;
  /* Firefox */
  font-size: 1.2rem;
}

.c-form01 ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: .6;
  /* Firefox */
  font-size: 1.2rem;
}

.c-form01 ::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
  font-size: 1.2rem;
  opacity: .6;
}

.c-form01 ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333333;
  font-size: 1.2rem;
  opacity: .6;
}

.c-form02 ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: .4;
  /* Firefox */
  font-size: 1.8rem;
}

.c-form02 :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: .4;
  /* Firefox */
  font-size: 1.8rem;
}

.c-form02 ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: .4;
  /* Firefox */
  font-size: 1.8rem;
}

.c-form02 ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: .4;
  /* Firefox */
  font-size: 1.8rem;
}

.c-form02 ::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
  font-size: 1.8rem;
  opacity: .4;
}

.c-form02 ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333333;
  font-size: 1.8rem;
  opacity: .4;
}

textarea,
input:matches(
[type="email"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="url"]
) {
  -webkit-appearance: none;
  outline: none;
}

select {
  border: 0;
  background: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

select::-ms-expand {
  display: none;
}

.c-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .c-radio {
    width: calc(100% + 48px);
    margin-left: -24px;
  }
}

@media only screen and (max-width: 370px) {
  .c-radio {
    margin-left: -12px;
    width: calc(100% + 24px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-radio p {
  margin-left: 35px;
}

@media only screen and (max-width: 767px) {
  .c-radio p {
    margin-left: 18px;
  }
}

@media only screen and (max-width: 400px) {
  .c-radio p {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 370px) {
  .c-radio p {
    margin-bottom: 10px;
  }
}

.c-radio p.active {
  pointer-events: none;
}

.c-radio p:first-child {
  margin-left: 0;
}

.c-radio [type="radio"]:checked, .c-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.c-radio [type="radio"]:checked + label, .c-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-weight: 300;
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .c-radio [type="radio"]:checked + label, .c-radio [type="radio"]:not(:checked) + label {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 400px) {
  .c-radio [type="radio"]:checked + label, .c-radio [type="radio"]:not(:checked) + label {
    padding-left: 20px;
  }
}

.c-radio [type="radio"]:checked + label:before, .c-radio [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 18px;
  border: 2px solid #8C33FB;
  border-radius: 100%;
  background: #FFFFFF;
}

.c-radio [type="radio"]:checked + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #8C33FB;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-radio [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #8C33FB;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.c-radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-search {
  width: 790px;
  height: 60px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

@media only screen and (max-width: 1023px) {
  .c-search {
    width: 100%;
  }
}

.c-search input {
  border: 0;
  background: #D8D8D8;
  -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.8rem;
  padding: 0 20px 0 80px;
}

.c-search i {
  font-size: 2.4rem;
  opacity: .4;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
}

.c-search.active {
  pointer-events: all;
}

.c-search.active input {
  background: #FFFFFF;
}

.c-input-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-input-number__icon {
  cursor: pointer;
  width: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  color: #000000;
}

.c-input-number input {
  width: 45px;
  height: 22px;
  -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 1.2rem;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: none;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.c-input-number input[type="number"]::-webkit-inner-spin-button,
.c-input-number input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.c-input-number input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
  margin: 0;
}

/*------------------------------------------------------------
    Other
------------------------------------------------------------*/
.data-search {
  display: none;
}

.data-search.active {
  display: block;
}

.c-search-results {
  z-index: 999;
  -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  width: 790px;
  margin: 0 auto;
  margin-top: -20px;
  padding-top: 20px;
  border-radius: 8px;
  min-height: 100px;
  overflow-y: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s opacity ease-in-out;
  transition: .3s opacity ease-in-out;
}

@media only screen and (max-width: 1023px) {
  .c-search-results {
    width: calc(100% - 40px);
  }
}

@media only screen and (max-width: 767px) {
  .c-search-results {
    width: calc(100% - 48px);
  }
}

@media only screen and (max-width: 370px) {
  .c-search-results {
    width: calc(100% - 24px);
  }
}

.c-search-results.active {
  opacity: 1;
  pointer-events: all;
}

.c-search-results::-webkit-scrollbar {
  display: none;
}

.c-search-results li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px 10px 12px;
  border-top: 1px solid rgba(51, 51, 51, 0.4);
}

@media only screen and (max-width: 767px) {
  .c-search-results li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-search-results li:first-child {
  border: 0;
}

.c-search-results__img {
  width: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-search-results__img img {
  width: 100%;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-search-results__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 25px 0 26px;
}

@media only screen and (max-width: 767px) {
  .c-search-results__desc {
    padding: 0 5px;
    width: calc(100% - 64px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
}

.c-search-results__desc .title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  height: 4rem;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.c-search-results__desc span {
  font-size: 1.6rem;
  margin-top: 8px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .c-search-results__desc span {
    margin-top: 5px;
  }
}

.c-search-results__right {
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .c-search-results__right {
    width: 100%;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    margin-top: 10px;
  }
}

.c-search-results__right__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .c-search-results__right__top {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 5px;
  }
}

.c-search-results__right__top span {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .c-search-results__right__top span {
    display: inline-block;
    margin: 0 5px;
  }
}

.c-search-results__right__top .icon {
  background: #930291;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
}

.c-search-results__right .box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .c-search-results__right .box-btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.c-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .c-filter {
    display: block;
  }
}

.c-filter__left {
  width: calc(100% - 78px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 30px;
}

@media only screen and (max-width: 1023px) {
  .c-filter__left {
    width: 645px;
    display: block;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-filter__left {
    width: 100%;
  }
}

.c-filter__right {
  width: 78px;
}

@media only screen and (max-width: 1023px) {
  .c-filter__right {
    display: none;
  }
}

.c-filter__item {
  width: 33.33%;
  height: 60px;
  font-weight: 700;
  font-size: 2.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1023px) {
  .c-filter__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 350px) {
  .c-filter__item {
    font-size: 2rem;
  }
}

.c-filter .select {
  width: 100%;
  -webkit-box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
  height: 100%;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1023px) {
  .c-filter .select {
    width: calc(100% - 98px);
  }
}

.c-filter .select span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.c-filter .select i {
  width: 92px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-filter .select i {
    width: 75px;
  }
}

.c-filter .select--02 {
  position: relative;
}

.c-filter .select--02 i {
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .c-filter .select--02 i {
    right: -10px;
  }
}

.c-filter .select--02 select {
  width: 100%;
  height: 100%;
  font-size: 2.4rem;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 50px 0 20px;
  cursor: pointer;
}

.c-filter .title {
  width: 126px;
  font-size: 2.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1023px) {
  .c-filter .title {
    width: 27%;
  }
}

@media only screen and (max-width: 350px) {
  .c-filter .title {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1023px) {
  .c-filter .title.pc-only {
    display: none;
  }
}

.c-filter .title.sp-only {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .c-filter .title.sp-only {
    display: block;
  }
}

.c-filter .input {
  height: 100%;
  width: 100%;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 1023px) {
  .c-filter .input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.c-filter .input input {
  border: 0;
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  font-size: 2.4rem;
  cursor: pointer;
  background: #FFFFFF;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}

@media only screen and (max-width: 350px) {
  .c-filter .input input {
    font-size: 2rem;
  }
}

.c-filter .input__icon {
  width: 78px;
  height: 60px;
  background: #8C33FB;
  -webkit-box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
}

.c-filter .input__icon i {
  color: #FFFFFF;
}

.c-filter button {
  background: #8C33FB;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  -webkit-box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2.4rem;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.c-filter button.sp-only {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .c-filter button.sp-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 1023px) {
  .c-filter button {
    width: 78px;
  }
}

.c-filter button:hover {
  opacity: .7;
}

.c-filter #error {
  position: absolute;
  left: 0;
  font-size: 1.2rem;
  color: red;
  bottom: -25px;
}

.datepicker {
  width: 375px;
  background: #F2F2F2;
  border-radius: 10px 10px 0px 0px;
  padding: 30px;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .datepicker {
    width: 100%;
    left: 0 !important;
  }
}

.datepicker .table-condensed {
  width: 100%;
}

.datepicker .datepicker-switch {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
}

.datepicker .dow {
  padding-top: 40px;
  padding-bottom: 10px;
}

.datepicker .next, .datepicker .prev {
  font-size: 2rem;
  cursor: pointer;
}

.datepicker .day {
  font-size: 1.5rem;
  padding: 10px 5px;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.datepicker .day:hover, .datepicker .day.active, .datepicker .day.selected {
  background: #8C33FB;
  color: #FFFFFF;
}

.datepicker .day.range {
  background: #8C33FB;
  opacity: .2;
  color: #FFFFFF;
}

.datepicker th {
  font-size: 1.5rem;
  color: #8C33FB;
  font-weight: 400;
}

/*------------------------------------------------------------
    Item
------------------------------------------------------------*/
.c-item01__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.c-item01 .item {
  -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 24px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 1023px) {
  .c-item01 .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .c-item01 .item {
    -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1);
    padding: 15px 10px;
    margin-bottom: 24px;
  }
}

.c-item01 .item__img {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-item01 .item__img img {
  height: 100%;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-item01 .item__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 30px;
}

@media only screen and (max-width: 1023px) {
  .c-item01 .item__desc {
    padding: 0 0 0 30px;
    width: calc(100% - 60px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 5px;
    display: block;
  }
}

.c-item01 .item__desc .title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 1023px) {
  .c-item01 .item__desc .title {
    font-size: 1.6rem;
  }
}

.c-item01 .item__desc span {
  display: block;
  font-size: 1.6rem;
  margin-top: 12px;
}

.c-item01 .item__right {
  width: 480px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
  .c-item01 .item__right {
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .c-item01 .item__right {
    margin: 15px 0 0 -5px;
  }
}

.c-item01 .item__right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-item01 .item__right dl:nth-child(3) {
    display: none;
  }
}

.c-item01 .item__right dl.number {
  width: 95px;
}

@media only screen and (max-width: 1023px) {
  .c-item01 .item__right dl.number {
    width: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.c-item01 .item__right dl.price01 {
  width: 150px;
}

@media only screen and (max-width: 1023px) {
  .c-item01 .item__right dl.price01 {
    width: 25%;
  }
}

.c-item01 .item__right dl.price02 {
  width: 120px;
}

@media only screen and (max-width: 1023px) {
  .c-item01 .item__right dl.price02 {
    width: 25%;
  }
}

.c-item01 .item__right dl.price-sum {
  width: 100px;
  text-align: right;
}

@media only screen and (max-width: 1023px) {
  .c-item01 .item__right dl.price-sum {
    width: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.c-item01 .item__right dl.pv {
  width: 65px;
}

@media only screen and (max-width: 1023px) {
  .c-item01 .item__right dl.pv {
    width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .c-item01 .item__right dl:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-item01 .item__right dl dt {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .c-item01 .item__right dl dt {
    margin-bottom: 10px;
    line-height: 1;
  }
}

.c-item01__total {
  margin-bottom: 40px;
}

.c-item01__total__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #333333;
  padding-bottom: 14px;
}

.c-item01__total__top h3 {
  font-weight: 700;
  font-size: 2.4rem;
}

@media only screen and (max-width: 1023px) {
  .c-item01__total__top h3 {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .c-item01__total__top h3 {
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 10px;
  }
}

.c-item01__total__top .price {
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .c-item01__total__top .price {
    width: 50%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .c-item01__total__top .price {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (max-width: 400px) {
  .c-item01__total__top .price {
    font-size: 2rem;
  }
}

.c-item01__total__top .price .number-pv {
  width: 100px;
  text-align: center;
}

.c-item01__total__top .price .number-pv small {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .c-item01__total__top .price .number-pv {
    width: 65%;
  }
}

@media only screen and (max-width: 767px) {
  .c-item01__total__top .price .number-pv {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-item01__total__top .price .number-pv small {
    font-size: 1.6rem;
    display: block;
    margin-right: 10px;
  }
}

.c-item01__total__top .price .number {
  width: 160px;
  text-align: right;
  display: inline-block;
}

@media only screen and (max-width: 1023px) {
  .c-item01__total__top .price .number {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .c-item01__total__top .price .number {
    width: 35%;
  }
}

.c-item01__total__bottom {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .c-item01__total__bottom {
    display: block;
  }
}

.c-item01__total__bottom .left {
  width: 485px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .c-item01__total__bottom .left {
    width: 100%;
  }
}

@media only screen and (max-width: 400px) {
  .c-item01__total__bottom .left {
    font-size: 1.6rem;
  }
}

.c-item01__total__bottom .left .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
}

.c-item01__total__bottom .left .top .title {
  width: 345px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .c-item01__total__bottom .left .top .title {
    width: 63%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 10px;
  }
}

.c-item01__total__bottom .left .top__number {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .c-item01__total__bottom .left .top__number {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 39%;
  }
  .c-item01__total__bottom .left .top__number .number, .c-item01__total__bottom .left .top__number .sum {
    width: 50%;
    text-align: right;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .c-item01__total__bottom .left .bottom {
    margin-bottom: 30px;
  }
}

.c-item01__total__bottom .left .bottom__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .c-item01__total__bottom .left .bottom__item {
    padding-top: 10px;
  }
}

.c-item01__total__bottom .left .bottom__item .title {
  width: 360px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .c-item01__total__bottom .left .bottom__item .title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 70%;
  }
}

.c-item01__total__bottom .left .bottom__item span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  display: block;
}

@media only screen and (max-width: 767px) {
  .c-item01__total__bottom .left .bottom__item span {
    padding-left: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .c-item01__total__bottom .right {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .c-item01__total--sum {
    margin-top: 30px;
  }
}

.c-item01__total--sum .c-item01__total__top {
  font-weight: 700;
}

.c-item01__total--sum .c-item01__total__top h3 {
  width: 60%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .c-item01__total--sum .c-item01__total__top h3 {
    font-size: 2.8rem;
  }
}

.c-item01__total--sum .c-item01__total__top .price {
  width: 40%;
  display: block;
  text-align: right;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

.c-item01__total--sum .c-item01__total__top .price .number {
  width: 100%;
  font-size: 3.2rem;
}

@media only screen and (max-width: 767px) {
  .c-item01__total--sum .c-item01__total__top .price .number {
    font-size: 2.4rem;
  }
}

.c-item01__total--sum .c-item01__total__bottom {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-item01__total--sum .c-item01__total__bottom p {
  font-weight: 700;
  color: #000;
  font-size: 1.8rem;
  width: 100%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .c-item01__total--sum .c-item01__total__bottom p {
    font-size: 1.6rem;
    line-height: 1;
  }
}

.c-item01__total--sum .c-item01__total__bottom .left {
  margin-top: 10px;
  padding-left: 40px;
}

@media only screen and (max-width: 1023px) {
  .c-item01__total--sum .c-item01__total__bottom .left {
    padding-left: 0;
    width: 100%;
  }
}

.c-item01__total--sum .c-item01__total__bottom .right {
  margin-top: 10px;
}

@media only screen and (max-width: 1023px) {
  .c-item01__total--sum .c-item01__total__bottom .right {
    margin-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .c-item01__total--sum .c-item01__total__bottom .right {
    margin-top: 0;
  }
}

.c-item01__total--sum .c-item01__total__bottom .right .c-btn04:nth-child(2) {
  margin-top: 10px;
}

@media only screen and (max-width: 1023px) {
  .c-item01__total--sum .c-item01__total__bottom .right .c-btn04:nth-child(2) {
    margin-top: 0;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .c-item01__total--sum .c-item01__total__bottom .right .c-btn04:nth-child(2) {
    margin-left: 0;
  }
}

.c-item02 {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0 0 -24px;
}

@media only screen and (max-width: 767px) {
  .c-item02 {
    margin: 30px 0 0 0;
  }
}

.c-item02 .item {
  margin: 0 0 24px 24px;
  width: calc(50% - 24px);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .c-item02 .item {
    width: 100%;
    margin: 24px 0 0 0;
    padding: 24px 12px;
  }
}

.c-item02 .item dl {
  width: calc(43% - 10px);
  padding-left: 10px;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .c-item02 .item dl {
    width: calc(59% - 5px);
  }
}

.c-item02 .item dl:nth-child(2n+1) {
  padding-left: 0;
}

.c-item02 .item dl:first-child {
  font-weight: 700;
}

.c-item02 .item dl:first-child dd .title {
  font-weight: 400;
  margin-right: 5px;
}

.c-item02 .item dl:nth-child(2) {
  width: calc(35% - 10px);
}

@media only screen and (max-width: 767px) {
  .c-item02 .item dl:nth-child(2) {
    width: calc(41% - 5px);
  }
}

.c-item02 .item dl:last-child {
  width: calc(23% - 10px);
}

@media only screen and (max-width: 767px) {
  .c-item02 .item dl:last-child {
    display: none;
  }
}

.c-item02 .item dl:last-child dt {
  text-align: right;
}

.c-item02 .item dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 40px;
}

@media screen and (max-width: 1100px) {
  .c-item02 .item dt {
    min-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .c-item02 .item dt {
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-item02 .item dt .color {
  color: #8C33FB;
  font-weight: 700;
}

.c-item02 .item dt .color--reject {
  color: #FF0000;
}

.c-item02 .item dt .color--accepted {
  color: #02FF3A;
}

.c-item02 .item .title {
  display: inline-block;
}

.c-item02 .item span {
  display: inline-block;
}

@media screen and (max-width: 1100px) {
  .c-item02 .item span {
    display: block;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .c-item02 .item span {
    display: inline-block;
    margin-top: 0;
  }
}

.c-item02 .item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 767px) {
  .c-item02 .item dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-item02 .item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-item02 .item__bottom {
  width: 100%;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .c-item02 .item__bottom {
    height: auto;
  }
}

.c-item02 .item__bottom dl {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .c-item02 .item__bottom dl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-item02 .item__bottom dl .total {
    width: 100%;
    font-weight: 400;
    margin-top: 10px;
  }
}

.c-item02 .item__bottom dl dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left !important;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: auto !important;
}

.c-item02 .item__bottom dl dt .title {
  margin-right: 2px;
}

.c-item02 .item__bottom dl dd {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .c-item02 .item__bottom dl dd {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

.c-item02__btn {
  font-weight: 700;
  background: #8C33FB;
  -webkit-box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #FFFFFF;
  width: 105px;
  height: 35px;
}

.c-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  top: 0;
  z-index: 10;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.c-modal.active {
  opacity: 1;
  pointer-events: all;
}

.c-modal__main {
  height: 100%;
  width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .c-modal__main {
    padding: 20px;
  }
}

.c-modal__inner {
  width: 450px;
  margin: auto;
  background: linear-gradient(300.92deg, #FDCE04 19.8%, #8328F5 104.35%);
  border-radius: 8px;
  padding-top: 220px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-modal__inner {
    width: 100%;
    padding-top: 185px;
  }
}

.c-modal__inner img {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .c-modal__inner img {
    max-width: 290px;
  }
}

.c-modal__body {
  background: url("../img/icon-modal.svg") top center no-repeat;
  background-size: cover;
  padding: 185px 35px 40px 35px;
  border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  .c-modal__body {
    padding: 140px 25px 35px 25px;
  }
}

.c-modal__body p {
  color: #4B158F;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
  /*text-transform: uppercase;*/
  line-height: 1.1;
  letter-spacing: -1px;
}

@media screen and (max-width: 360px) {
  .c-modal__body p {
    font-size: 2.5rem;
  }
}

.c-modal__btn {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .c-modal__btn {
    margin-top: 80px;
  }
}

.c-modal__btn a {
  height: 65px;
  width: 260px;
  background: #8C33FB;
  -webkit-box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 0 auto;
  font-size: 2.4rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .c-modal__btn a {
    height: 55px;
    width: 220px;
  }
}

.c-modal__close {
  color: #FFFFFF;
  cursor: pointer;
  padding: 10px;
  display: table;
  position: absolute;
  right: 0;
  z-index: 2;
  top: 0;
}

.c-modal__close i {
  font-size: 2.4rem;
}

.c-modal--02 .c-modal__inner {
  padding-top: 210px;
}

@media only screen and (max-width: 767px) {
  .c-modal--02 .c-modal__inner {
    padding-top: 180px;
  }
}

.c-modal--02 .c-modal__inner img {
  top: 70px;
}

@media only screen and (max-width: 767px) {
  .c-modal--02 .c-modal__inner img {
    top: 60px;
  }
}

.c-modal--02 .c-modal__body {
  padding: 180px 30px 40px 30px;
}

@media only screen and (max-width: 767px) {
  .c-modal--02 .c-modal__body {
    padding: 150px 25px 35px 25px;
  }
  .c-modal--02 .c-modal__body p {
    font-size: 2.8rem;
  }
}

.c-modal--03 .c-modal__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.c-modal--03 .c-modal__btn a {
  width: calc(50% - 14px);
  cursor: pointer;
}

.c-modal--03 .c-modal__btn .btn-no {
  background: #FF0000;
}

.c-modal--03 .c-modal__btn .btn-yes {
  background: #02FF3A;
}

/*------------------------------------------------------------
	Css of customer page
------------------------------------------------------------*/
.c-main-customer {
  padding: 112px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .c-main-customer {
    padding: 0;
  }
}

.c-customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
  .c-customer {
    display: block;
  }
}

.c-customer__left, .c-customer__right {
  background: linear-gradient(201.89deg, #CB5EA8 1.24%, #A50FF5 45.64%, #D12DC1 104.02%);
}

.c-customer__left {
  width: 38%;
  padding: 30px 2.36vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  height: auto;
  z-index: 1;
  top: -112px;
}

@media only screen and (max-width: 1023px) {
  .c-customer__left {
    width: 100%;
    display: block;
    position: static;
    padding: 35px 30px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .c-customer__left {
    padding: 35px 10px;
  }
}

.c-customer__left__inner {
  width: 100%;
}

.c-customer__right {
  width: 60%;
  padding: 5.6vw 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1023px) {
  .c-customer__right {
    width: 100%;
    padding: 40px 35px;
    background: linear-gradient(201.89deg, #CB5EA8 1.24%, #A50FF5 45.64%, #D12DC1 104.02%), linear-gradient(201.89deg, #BE599E 1.24%, #990BE6 45.64%, #BE31B0 104.02%), linear-gradient(180deg, #0100AD -14.69%, #A300E8 106.85%), #4473C5;
  }
  .c-customer__right .c-customer__logo {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .c-customer__right {
    padding: 40px 15px;
  }
}

.c-customer__line {
  width: 121px;
  height: 100%;
  position: absolute;
  left: -121px;
  top: -42px;
}

@media only screen and (max-width: 1023px) {
  .c-customer__line {
    display: none;
  }
}

.c-customer__line:before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(#02017B), to(#64008E)), #2F5596;
  background: linear-gradient(180deg, #02017B 0%, #64008E 100%), #2F5596;
  -webkit-transform: skew(0deg, 35deg);
          transform: skew(0deg, 35deg);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.c-customer__line:after {
  content: '';
  left: 0;
  bottom: 42px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 27px solid #203864;
  border-right: 98px solid transparent;
}

@media screen and (min-width: 1280px) {
  .c-customer__line:after {
    border-right-width: 92px;
  }
}

@media screen and (min-width: 1500px) {
  .c-customer__line:after {
    border-right-width: 85px;
  }
}

@media screen and (min-width: 2000px) {
  .c-customer__line:after {
    border-right-width: 70px;
  }
}

@media screen and (min-width: 3000px) {
  .c-customer__line:after {
    border-right-width: 45px;
  }
}

.c-customer__logo {
  margin: 0 auto;
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-customer__logo {
    margin-bottom: 10px;
  }
}

.c-customer__logo img {
  width: 100px;
}

.c-customer__logo span {
  font-size: 3.2rem;
  line-height: 1;
  color: #FFFFFF;
  display: block;
}

.c-customer__form {
  background: #FFFFFF;
  border-radius: 8px;
  width: 100%;
  padding: 30px 6.5vw;
  -webkit-box-shadow: 0px 2px 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 4px 4px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1200px) {
  .c-customer__form {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-customer__form {
    margin-top: 10px;
    padding: 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.c-customer__form .c-btn01 {
  margin-top: 24px;
}

.c-customer__img {
  background: #FFFFFF;
  padding: 5px;
  border-radius: 8px;
  width: 100%;
}

.c-customer__img img {
  width: 100%;
}

.c-customer--forgot .c-customer__form {
  padding: 30px 20px;
}

@media screen and (max-width: 1200px) {
  .c-customer--forgot .c-customer__form .c-title01 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 350px) {
  .c-customer--forgot .c-customer__form .c-title01 {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 1023px) {
  .c-customer--forgot .c-customer__left {
    padding-bottom: 190px;
  }
}

@media only screen and (max-width: 767px) {
  .c-customer--forgot .c-customer__left {
    padding-bottom: 35px;
  }
}

.c-customer--forgot .c-form01 {
  width: 355px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .c-customer--forgot .c-form01 {
    width: 100%;
  }
}

.c-customer--forgot .c-form01 dl {
  margin-top: 26px;
}

/*------------------------------------------------------------
   Css of user page
------------------------------------------------------------*/
.c-main-user {
  padding: 50px 0;
}

@media only screen and (max-width: 767px) {
  .c-main-user {
    padding: 15px 0 130px 0;
  }
}

.c-main-user01__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .c-main-user01__top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-main-user01__top .c-btn02:last-child {
  margin-left: 25px;
}

@media only screen and (max-width: 767px) {
  .c-main-user01__top .c-btn02:last-child {
    margin-left: 0;
  }
}

.c-main-user01__content {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .c-main-user01__content {
    margin-top: 25px;
  }
}

.c-main-user__tabs {
  margin-top: 30px;
}

.c-main-user__tabs__content {
  /*display: none;*/
}

.c-main-user--summaryOrder .c-main-user01__box {
  margin-top: 35px;
}

.c-main-user--summaryOrder .c-main-user01__box .c-item01 {
  margin-top: 45px;
}

.c-main-user--summaryOrder .c-main-user01__box .c-item01:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .c-main-user.edit .c-item01__total__bottom .right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-main-user.edit .c-item01__total__bottom .right .c-btn04 {
    width: calc(50% - 8px);
    margin-top: 0;
  }
}

.c-main-user .c-notice {
  font-size: 1.6rem;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 28px;
}

.c-main-user .c-notice__title {
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 10px;
}

.c-main-user .c-notice p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 5px;
}

@media only screen and (max-width: 767px) {
  .c-main-user .c-notice p {
    font-size: 1.2rem;
  }
}

/*------------------------------------------------------------
   Css of staff page
------------------------------------------------------------*/
@media only screen and (max-width: 1023px) {
  .c-main-user--staff .c-main-user01__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-main-user--staff .c-main-user01__top .c-btn02--01 {
  text-align: center;
  line-height: 1;
  margin-right: 25px;
}

@media only screen and (max-width: 767px) {
  .c-main-user--staff .c-main-user01__top .c-btn02--01 {
    margin-right: 14px;
    font-size: 1.6rem;
  }
}

.c-main-user--staff .c-main-user01__top .c-btn02--01 img {
  margin-right: 50px;
}

@media only screen and (max-width: 767px) {
  .c-main-user--staff .c-main-user01__top .c-btn02--01 img {
    margin-right: 3vw;
  }
}

@media screen and (max-width: 380px) {
  .c-main-user--staff .c-main-user01__top .c-btn02--01 img {
    margin-right: 7px;
  }
}

@media screen and (max-width: 380px) {
  .c-main-user--staff .c-main-user01__top .c-btn02 img {
    width: 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-main-user--staff .c-main-user01__top .c-btn02:last-child {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .c-main-user--staff .c-main-user01__top .c-btn02:last-child {
    margin-top: 14px;
  }
}

.c-main-user--staff .c-item02 .item__bottom {
  height: auto;
}

.c-main-user--staff .c-item02 .item__bottom dl {
  width: 100%;
}

.c-main-user--staff .c-item02 .item__bottom dl dt {
  width: calc(100% - 105px);
}

.c-main-user--staff .c-item02 .item__bottom dl dd {
  width: 105px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

.c-main-user--staff .c-item02__btn:last-child {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .c-main-user--staff .c-item01__total__bottom .right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-main-user--staff .c-item01__total__bottom .right__inner {
    width: 100%;
  }
}

.c-main-user--staff .c-item01__total__bottom .right__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 384px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
  .c-main-user--staff .c-item01__total__bottom .right__top {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .c-main-user--staff .c-item01__total__bottom .right__top {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-main-user--staff .c-item01__total__bottom .right__top .c-btn04 {
  width: 180px;
}

@media only screen and (max-width: 767px) {
  .c-main-user--staff .c-item01__total__bottom .right__top .c-btn04 {
    width: calc(50% - 7px);
  }
}

.c-main-user--staff .c-item01__total__bottom .right__top .c-btn04:last-child {
  margin-top: 0;
}

.c-main-user--staff .c-item01__total__bottom .right__bottom {
  width: 384px;
  margin-top: 25px;
}

@media only screen and (max-width: 1023px) {
  .c-main-user--staff .c-item01__total__bottom .right__bottom {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .c-main-user--staff .c-item01__total__bottom .right__bottom {
    width: 100%;
  }
}

.c-main-user--staff .c-item01__total__bottom .right__bottom .c-btn04 {
  width: 100%;
}

/*------------------------------------------------------------
   Css of profile page
------------------------------------------------------------*/
.c-main-profile {
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .c-main-profile {
    padding: 20px 0;
  }
}

.c-main-profile h2 {
  font-size: 7.2rem;
}

@media only screen and (max-width: 767px) {
  .c-main-profile h2 {
    font-size: 3.6rem;
  }
}

.c-main-profile .c-input-file-box {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .c-main-profile .c-input-file-box {
    margin-top: 15px;
  }
}

.c-main-profile .c-input-file__avatar {
  border-radius: 50%;
  overflow: hidden;
  width: 244px;
  display: block;
  height: 244px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #C4C4C4;
}

@media only screen and (max-width: 767px) {
  .c-main-profile .c-input-file__avatar {
    width: 122px;
    height: 122px;
  }
}

.c-main-profile .c-input-file__avatar__icon {
  background: #C4C4C4;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-main-profile .c-input-file__avatar i {
  position: static;
  color: #FFFFFF;
  font-size: 16rem;
  line-height: 0;
}

@media only screen and (max-width: 767px) {
  .c-main-profile .c-input-file__avatar i {
    font-size: 8rem;
  }
}

.c-main-profile .c-input-file__avatar__img {
  width: 100%;
  height: 100%;
}

.c-main-profile .c-input-file__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-main-profile .c-input-file .custom {
  opacity: 0;
  display: none;
}

.c-main-profile .c-form01 dl {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .c-main-profile .c-form01 dl {
    margin-top: 15px;
  }
}

.c-main-profile .c-form01 dt {
  color: rgba(51, 51, 51, 0.8);
}

.c-main-profile__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .c-main-profile__bottom {
    display: block;
  }
}

.c-main-profile__left, .c-main-profile__right {
  width: calc(50% - 12px);
}

@media only screen and (max-width: 767px) {
  .c-main-profile__left, .c-main-profile__right {
    width: 100%;
  }
}

.c-main-profile__btn {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .c-main-profile__btn {
    margin-top: 30px;
  }
}

.c-main-profile__btn button {
  width: 280px;
  height: 60px;
  background: #8C33FB;
  -webkit-box-shadow: inset 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 0px 4px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 0;
  font-size: 2.4rem;
  cursor: pointer;
  font-size: 700;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .c-main-profile__btn button {
    height: 48px;
    width: 210px;
  }
}

.c-main-profile__btn button:hover {
  opacity: .7;
}

.c-main-profile__btn button small {
  width: 90px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .c-main-profile__btn button small {
    width: 45px;
  }
}

.c-main-profile__btn button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}

.c-main-profile__btn button i {
  color: #FFFFFF;
  font-size: 2.4rem;
  position: static;
  line-height: 0;
}
/*# sourceMappingURL=style.css.map */
.table-css{
  padding: 10px;
  border: 1px solid black;
}

.table-csssss {
  text-align: center;
  width: 100%;
  border-collapse: collapse;
}
.c-item01__list li.item{
  position: relative;
}
.remove-this-product{
  font-size: 20px;
  position: absolute;
  top: 2px;
  right: 10px;
  cursor: pointer;
}