@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&subset=japanese");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  color: inherit;
}

textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
  resize: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
}
body.pined {
  overflow: hidden;
  height: 100%;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html.pinned {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[v-cloak] {
  display: none;
}

h1 {
  font-size: 3em;
  font-weight: bold;
}

h2 {
  font-size: 2em;
  text-align: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 1.5em;
  }
}

ul {
  padding: 0;
}

p {
  font-size: 0.9em;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 480px) {
  p {
    font-size: 0.8em;
  }
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.link-underline {
  text-decoration: underline;
}

i {
  font-style: normal;
}

.section-wrap {
  padding: 100px 0;
}

.note {
  font-size: 0.8em;
  margin-top: 1em;
}
.note:before {
  content: "※ ";
}

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

.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-arround {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.m1 {
  margin: 1em 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 1em !important;
}

.mt2 {
  margin-top: 2em !important;
}

.mt3 {
  margin-top: 3em !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mb3 {
  margin-bottom: 3em !important;
}

.p0 {
  padding: 0 !important;
}

.p3 {
  padding: 3em 0 !important;
}

.pt3 {
  padding-top: 3em !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb3 {
  padding-bottom: 3em !important;
}

.text-underline {
  text-decoration: underline;
}

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

.wrap-60 {
  width: 60% !important;
  margin: auto !important;
}
@media screen and (max-width: 801px) {
  .wrap-60 {
    width: 90% !important;
  }
}

.wrap-85 {
  width: 85% !important;
  margin: auto !important;
}
@media screen and (max-width: 480px) {
  .wrap-85 {
    width: 90% !important;
  }
}

.wrap-90 {
  width: 90% !important;
  margin: auto !important;
}

.wrap-100 {
  width: 100% !important;
}

.button {
  position: relative;
}
.button a {
  padding: 1em 3em;
  background-color: #FCC202;
  color: #222;
  -webkit-text-decoration: nonsae;
  text-decoration: nonsae;
}
.button a:hover {
  background-color: #b08801;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.title-icon {
  color: #fff;
  text-align: left;
  width: 90%;
  margin: auto;
  padding-bottom: 50px;
}
.title-icon i {
  color: #d85259;
  margin-right: 10px;
}

.button-wrap {
  display: block;
  text-align: center;
  margin: 50px 0 0;
}
.button-wrap .button {
  letter-spacing: 2px;
  text-align: center;
  padding: 12px 6em;
  background-color: #FCC202;
  color: #222;
  border: 1px solid #FCC202;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 6px;
  display: inline-block;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .button-wrap .button {
    padding: 12px 3em;
  }
}
@media screen and (max-width: 480px) {
  .button-wrap .button.longTextButton {
    padding: 12px 1em;
  }
}
.button-wrap .button:active, .button-wrap .button:hover {
  text-decoration: none;
  background-color: #b08801;
  border-color: #b08801;
}
.button-wrap .button span {
  display: inline-block;
  position: relative;
  padding-right: 0;
  -webkit-transition: padding-right 0.5s;
  -o-transition: padding-right 0.5s;
  transition: padding-right 0.5s;
}
.button-wrap .button span:after {
  content: " ";
  position: absolute;
  top: 9px;
  right: -18px;
  opacity: 0;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #222;
  border-top: none;
  border-left: none;
  -webkit-transition: opacity 0.5s, top 0.5s, right 0.5s;
  -o-transition: opacity 0.5s, top 0.5s, right 0.5s;
  transition: opacity 0.5s, top 0.5s, right 0.5s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.button-wrap .button:active span, .button-wrap .button:hover span {
  padding-right: 30px;
}
.button-wrap .white-button {
  letter-spacing: 2px;
  text-align: center;
  padding: 12px 6em;
  background-color: #fff;
  color: #222;
  border-color: #FCC202;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 6px;
}
.button-wrap .button:active span:after,
.button-wrap .button:hover span:after {
  -webkit-transition: opacity 0.5s, left 0.5s;
  -o-transition: opacity 0.5s, left 0.5s;
  transition: opacity 0.5s, left 0.5s;
  opacity: 1;
  border-color: #222;
  right: 0;
  top: 50%;
}

.sd-search-open {
  display: none;
}
@media screen and (max-width: 480px) {
  .sd-search-open {
    display: block;
    margin-right: 15%;
  }
  .sd-search-open i {
    color: #fff;
    font-size: 1.7em;
  }
}

.search-wrap {
  width: 25.8%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  .search-wrap {
    display: none;
    width: 100%;
    z-index: 10000;
    background-color: #FCC202;
    height: 100%;
  }
}
.search-wrap .search {
  width: 100%;
  position: relative;
  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 screen and (max-width: 480px) {
  .search-wrap .search {
    width: 85%;
    padding: 0 5%;
    height: 100%;
  }
}
.search-wrap .searchTerm {
  width: 100%;
  padding: 5px;
  height: 35px;
  border-radius: 5px 0 5px 5px;
  outline: none;
  color: #222;
  border: 1px solid #aaa;
}
@media screen and (max-width: 480px) {
  .search-wrap .searchTerm {
    font-size: 16px;
  }
}
.search-wrap .searchButton {
  width: 40px;
  height: 35px;
  margin-left: -4px;
  background: #222;
  border: 1px solid #222;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
  outline: none;
  position: relative;
}
.search-wrap .searchButton i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search-wrap .sd-search-close {
  display: none;
}
@media screen and (max-width: 480px) {
  .search-wrap .sd-search-close {
    display: block;
    color: #222;
    font-size: 1.7em;
    position: absolute;
    right: -13%;
  }
}

.input-editor {
  width: 100%;
  height: 40px;
  padding: 0.5em 8px;
  outline: none;
  font-size: 1em;
}
@media screen and (max-width: 480px) {
  .input-editor {
    font-size: 16px;
    line-height: 1.5;
    -webkit-appearance: none;
  }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ddd;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ddd;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #ddd;
}

input::placeholder,
textarea::placeholder {
  color: #ddd;
}

.heatup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
}
.heatup-wrap:after {
  content: "";
  width: 28.5714285714%;
}
.heatup-wrap .heatup-contents {
  width: 28.5714285714%;
  margin-top: 2em;
}
@media screen and (max-width: 480px) {
  .heatup-wrap .heatup-contents {
    width: 100%;
    margin: 1em 0;
  }
}
.heatup-wrap .heatup-contents .heatup-image {
  width: 100%;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #000;
  background-position: center;
  position: relative;
}
.heatup-wrap .heatup-contents .heatup-image .circle {
  width: 70px;
  height: 70px;
  position: absolute;
  background-color: rgba(255, 220, 0, 0.7);
  border-radius: 50%;
  top: 10px;
  right: 10px;
  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;
}
.heatup-wrap .heatup-contents .heatup-image .circle p {
  text-align: center;
  font-size: 1.2em;
  line-height: inherit;
  font-weight: 600;
}
.heatup-wrap .heatup-contents .heatup-image .circle p span {
  display: block;
  font-size: 0.8em;
}
.heatup-wrap .heatup-contents .heatup-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  padding: 1em;
  margin-top: -4px;
  height: 150px;
}
.heatup-wrap .heatup-contents .heatup-inner i {
  font-size: 1.5em;
  color: #d85259;
}
.heatup-wrap .heatup-contents .heatup-content h3 {
  font-weight: 400;
  margin-bottom: 5px;
}

.note-toolbar {
  position: relative !important;
}

.header-title {
  padding-bottom: 0;
  text-align: left;
}

.regist-message {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .regist-message {
    text-align: left;
  }
}

.disc-list {
  padding-left: 5px;
}
.disc-list li p {
  position: relative;
}
.disc-list li p:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  top: 0.8em;
  left: -0.8em;
  border-radius: 50%;
  background-color: #222;
}

.number-list {
  list-style: decimal;
  padding-left: 1em;
}

.select-payment-wrap {
  margin-top: 50px;
}
.select-payment-wrap .page-menu {
  margin: 50px 0 0;
  border: 1px solid #ddd;
}
.select-payment-wrap .page-menu .tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #f5f5f5;
}
@media screen and (max-width: 480px) {
  .select-payment-wrap .page-menu .tabs {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 801px) {
  .select-payment-wrap .page-menu .tabs {
    width: 90%;
  }
}
.select-payment-wrap .page-menu .tabs .tab-wrap {
  margin: 0;
  width: 33.3333333333%;
  color: #222;
  background-color: #f5f5f5;
  font-size: 0.9em;
  padding-left: 1em;
}
.select-payment-wrap .page-menu .tabs .tab-wrap:hover {
  background-color: rgba(229, 229, 229, 0.8);
  color: #000;
}
.select-payment-wrap .page-menu .tabs .tab-wrap.tab-active {
  background-color: #fff;
  color: #222;
  display: block;
  border-bottom: none;
}
.select-payment-wrap .page-menu .tabs .tab-wrap:first-of-type {
  border-left: none;
}
.select-payment-wrap .page-menu .tabs .tab-wrap:first-of-type:before {
  display: none;
}
.select-payment-wrap .page-menu .tabs .tab-wrap label {
  width: 100%;
  padding: 1em;
  cursor: pointer;
}
.select-payment-wrap .page-menu .tabs .tab-wrap input[type=radio] {
  position: absolute;
  opacity: 0;
}
.select-payment-wrap .page-menu .tabs .tab-wrap input[type=radio] + label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: relative;
  margin-right: 5px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.select-payment-wrap .page-menu .tabs .tab-wrap input[type=radio]:checked + label:before {
  background-color: #3197EE;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.select-payment-wrap .page-menu .tabs .tab-wrap input[type=radio]:focus + label:before {
  outline: none;
  border-color: #3197EE;
}
.select-payment-wrap .page-menu .tab_container {
  padding: 50px;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .select-payment-wrap .page-menu .tab_container {
    padding: 0;
    width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 801px) {
  .select-payment-wrap .page-menu .tab_container {
    width: 90%;
  }
}
.select-payment-wrap .page-menu .tab_content {
  padding: 20px 0;
  display: none;
}
@media screen and (max-width: 480px) {
  .select-payment-wrap .page-menu .tab_content {
    padding: 50px 10px;
  }
}
@media screen and (max-width: 480px) {
  .select-payment-wrap .page-menu .tab_content .payment-icon-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.select-payment-wrap .page-menu .tab_content .payment-icon-wrap .payment-icon {
  width: 50px;
  margin-right: 1em;
}
@media screen and (max-width: 480px) {
  .select-payment-wrap .page-menu .tab_content .payment-icon-wrap .payment-icon {
    width: 40px;
  }
}
.select-payment-wrap .page-menu .tab_content .payment-icon-wrap .payment-icon:last-of-type {
  margin-right: 0;
}
.select-payment-wrap .page-menu .tab_content .payment-icon-wrap .payment-icon.convenience-icon {
  height: 50px;
}
.select-payment-wrap .page-menu .tab_content .payment-description {
  margin-top: 25px;
}
.select-payment-wrap .page-menu .tab-accordion_heading {
  display: none;
}
@media screen and (max-width: 480px) {
  .select-payment-wrap .page-menu .tab-accordion_heading {
    margin: 0;
    padding: 10px 20px;
    display: block;
    cursor: pointer;
    color: #fff;
    background-color: #999;
    text-align: center;
    font-size: 0.9em;
    border-bottom: 1px solid #ddd;
  }
  .select-payment-wrap .page-menu .tab-accordion_heading:last-of-type {
    border-bottom: none;
  }
}
.select-payment-wrap .page-menu .d_active,
.select-payment-wrap .page-menu .tab-active {
  background-color: #FCC202;
  color: #fff;
}
.select-payment-wrap .select-payment-title {
  margin-top: 50px;
}
.select-payment-wrap .payment-note {
  margin-top: 50px;
}
.select-payment-wrap .payment-form {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .select-payment-wrap .payment-form {
    width: 100%;
  }
}
.select-payment-wrap .payment-form fieldset {
  border: none;
  padding-top: 2em;
}
.select-payment-wrap .payment-form fieldset p {
  font-size: 11px;
  cursor: pointer;
  margin-top: 1em;
  text-decoration: underline;
  position: absolute;
}
.select-payment-wrap .payment-form fieldset p i {
  margin-right: 5px;
}
.select-payment-wrap .payment-form fieldset.fieldset-half {
  width: 45%;
}
@media screen and (max-width: 480px) {
  .select-payment-wrap .payment-form fieldset.fieldset-half {
    width: auto;
  }
}
.select-payment-wrap .payment-form label {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .select-payment-wrap .payment-form .fieldset-wrap {
    display: block;
  }
}
.select-payment-wrap .payment-form input {
  width: 100%;
  display: inline-block;
  margin-right: 8px;
  height: 38px;
  color: #222;
  padding: 10px;
  border-radius: 5px;
  font-size: 0.9em;
  outline: none !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 480px) {
  .select-payment-wrap .payment-form input {
    font-size: 0.8em;
  }
}
.select-payment-wrap .payment-form input:last-of-type {
  margin-right: 0;
}
.select-payment-wrap .payment-form .fieldset-expiration {
  width: 60%;
}
@media screen and (max-width: 480px) {
  .select-payment-wrap .payment-form .fieldset-expiration {
    width: auto;
  }
}
.select-payment-wrap .payment-form .fieldset-ccv {
  width: 30%;
}
@media screen and (max-width: 480px) {
  .select-payment-wrap .payment-form .fieldset-ccv {
    width: auto;
  }
}
.select-payment-wrap .payment-form .hide {
  display: none;
  margin-top: 2em;
}
.select-payment-wrap .payment-form .hide.switchoff {
  display: block;
}
.select-payment-wrap .payment-form .hide img {
  width: 100%;
}
.select-payment-wrap .payment-confirm-table {
  width: 100% !important;
  margin: 0 !important;
}
.select-payment-wrap .payment-confirm-table .basic-tr {
  border-bottom: 1px solid #ddd;
}
.select-payment-wrap .payment-confirm-table .basic-tr:last-of-type {
  border-bottom: none;
}

.error-message {
  color: #ff0000;
  margin-top: 1em;
  font-size: 0.8em;
}
@media screen and (max-width: 480px) {
  .error-message {
    font-size: 0.6em;
  }
}

.forgot-textwrap {
  text-align: center;
  padding-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .forgot-textwrap {
    text-align: left;
  }
}
.forgot-textwrap p {
  margin-bottom: 1em;
}
.forgot-textwrap p:last-of-type {
  margin-bottom: 0;
}

#MessageBox {
  width: 30%;
  position: fixed;
  top: -100px;
  right: 5px;
  z-index: 998;
  opacity: 0;
}
@media screen and (max-width: 801px) {
  #MessageBox {
    width: 90%;
    top: auto;
    bottom: -120px;
  }
}
#MessageBox .message {
  margin: 0;
  padding: 20px;
  font-size: 16px;
  background-color: #fff;
  color: #222;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-width: 5px;
  box-shadow: 0px 37px 20px -20px rgba(34, 34, 34, 0.2);
}
@media screen and (max-width: 480px) {
  #MessageBox .message {
    font-size: 0.8em;
    padding: 10px;
  }
}
#MessageBox .message.notice-message {
  border-bottom-color: #237a57;
}
#MessageBox .message.alert-message {
  border-bottom-color: #d85259;
}
#MessageBox .message svg {
  width: 2.5em;
  height: 2.5em;
  margin-right: 15px;
}
#MessageBox .message svg.icon-icon-check {
  fill: #237a57;
}
#MessageBox .message svg.icon-icon-cancel {
  fill: #d85259;
}
#MessageBox .message .message-title {
  font-weight: bold;
}

b {
  font-weight: bold;
}

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

@-webkit-keyframes dropin-fadeout {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%);
  }
  5% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  12% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate(75%, 0);
    transform: translate(75%, 0);
  }
}
@keyframes dropin-fadeout {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%);
  }
  5% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  12% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate(75%, 0);
    transform: translate(75%, 0);
  }
}
@media screen and (max-width: 801px) {
  @-webkit-keyframes dropin-fadeout {
    0% {
      opacity: 0;
      visibility: visible;
      -webkit-transform: translate(-50%, -200%);
      transform: translate(-50%, -200%);
    }
    5% {
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
    }
    12% {
      opacity: 1;
    }
    70% {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
    }
    80% {
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translate(25%, 0);
      transform: translate(25%, 0);
    }
  }
  @keyframes dropin-fadeout {
    0% {
      opacity: 0;
      visibility: visible;
      -webkit-transform: translate(-50%, -200%);
      transform: translate(-50%, -200%);
    }
    5% {
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
    }
    12% {
      opacity: 1;
    }
    70% {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
    }
    80% {
      opacity: 0;
    }
    100% {
      visibility: hidden;
      -webkit-transform: translate(25%, 0);
      transform: translate(25%, 0);
    }
  }
}
.animate--dropin-fadeout {
  top: 62px !important;
  -webkit-animation: dropin-fadeout 6.5s 0.4s cubic-bezier(0.32, 1.75, 0.65, 0.91);
  animation: dropin-fadeout 6.5s 0.4s cubic-bezier(0.32, 1.75, 0.65, 0.91);
}
@media screen and (max-width: 801px) {
  .animate--dropin-fadeout {
    top: auto !important;
    bottom: 50px !important;
    right: auto !important;
    left: 50%;
  }
}

.status {
  border-radius: 4px;
  font-size: 0.8em;
  padding: 7px 15px;
  display: inline-block;
  margin: 5px 0;
}
.status.unverified {
  background-color: #fde2dd;
  color: #a41c4e;
}
.status.pending {
  background-color: #fffbeb;
  color: #947600;
}
.status.verified {
  background-color: #effaf3;
  color: #257942;
}
.status.black {
  background-color: #222;
  color: #fff;
}
.status.red {
  background-color: #ce0909;
  color: #fff;
}
.status.right-red {
  background-color: #d85259;
  color: #fff;
}
.status.green {
  background-color: #4caf93;
  color: #fff;
}
.status.gray {
  background-color: #aaa;
  color: #fff;
}
.status.right-blue {
  background-color: #209cee;
  color: #fff;
}

.button-green {
  background-color: #4caf93;
  color: #fff;
}

.button-red {
  background-color: #e0245e;
  color: #fff;
}

.button-blue {
  background-color: #209cee;
  color: #fff;
}

.button-gray {
  background-color: #aaa;
  color: #fff;
}

.button-black {
  background-color: #222;
  color: #fff;
}

#onclickOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(255, 255, 255, 0.6);
}
#onclickOverlay .spinner-wrap {
  height: 100%;
}
#onclickOverlay .spinner {
  width: 80px;
  height: 80px;
  border: 4px #ddd solid;
  border-top: 4px #999 solid;
  border-radius: 50%;
  -webkit-animation: spinAnimation 0.8s infinite linear;
  animation: spinAnimation 0.8s infinite linear;
}
#onclickOverlay.active {
  display: block;
}

@-webkit-keyframes spinAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spinAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
#autozip {
  display: none !important;
}

.currency:before {
  content: "¥";
  margin-right: 5px;
}

.mypage {
  background-color: #ddd;
  min-height: 100vh;
}
.mypage.mypage-home {
  background-color: inherit;
}
.mypage #background-wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -3;
}
.mypage #background-wrap #background {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -2;
}
.mypage #background-wrap #background #background-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: -1;
  will-change: transform;
  -webkit-animation-name: imageBlurOff;
  animation-name: imageBlurOff;
}
.mypage #background-wrap #background #background-inner.on, .mypage #background-wrap #background #background-inner.bluron {
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
}
@media screen and (max-width: 480px) {
  .mypage #background-wrap #background #background-inner.on, .mypage #background-wrap #background #background-inner.bluron {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes imageBlur {
  from {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
  to {
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px);
  }
}
@keyframes imageBlur {
  from {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
  to {
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px);
  }
}
@-webkit-keyframes imageBlurOff {
  to {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlurOff {
  from {
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px);
  }
  to {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
.mypage .mypage-background-image {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.mypage .flag-nav {
  display: none;
}
@media screen and (max-width: 801px) {
  .mypage .flag-nav {
    display: block;
    position: fixed;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    z-index: 998;
    width: 100%;
    bottom: 0;
    margin: 0;
  }
}
@media screen and (max-width: 801px) {
  .mypage .creator-fixed-sdmenu {
    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;
    margin: 0;
    height: 50px;
  }
}
.mypage .creator-fixed-sdmenu .creatornav__list-item {
  width: 25%;
  text-align: center;
}
.mypage .creator-fixed-sdmenu .creatornav__list-item a svg {
  width: 20px;
  height: 20px;
}
.mypage .creator-fixed-sdmenu .creatornav__list-item a p {
  font-size: 10px;
}
.mypage #mypage-nav {
  height: 50px;
}
.mypage #mypage-nav .mypage-grid {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2%;
  position: fixed;
  top: 0;
  z-index: 999;
}
@media screen and (max-width: 480px) {
  .mypage #mypage-nav .mypage-grid {
    padding: 0 5%;
  }
}
.mypage #mypage-nav .mypage-grid .icon-menu {
  position: absolute;
  z-index: 1000;
}
@media screen and (max-width: 480px) {
  .mypage #mypage-nav .mypage-grid .icon-menu {
    display: inherit;
    cursor: pointer;
    position: absolute;
    top: -3px;
    left: 0;
    height: 50px;
  }
}
.mypage #mypage-nav .mypage-grid [data-navicon=button] {
  display: inline-block;
  margin: 0 1em;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mypage #mypage-nav .mypage-grid [data-navicon=button] > * {
  display: block;
}
.mypage #mypage-nav .mypage-grid [data-navicon=button]:focus {
  outline: none;
}
.mypage #mypage-nav .mypage-grid .navicon {
  padding: 0.75rem 0.375rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mypage #mypage-nav .mypage-grid .navicon__lines {
  display: inline-block;
  width: 1.5rem;
  height: 0.1rem;
  border-radius: 0.1071428571rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.mypage #mypage-nav .mypage-grid .navicon__lines:after, .mypage #mypage-nav .mypage-grid .navicon__lines:before {
  display: inline-block;
  width: 1.5rem;
  height: 0.1rem;
  border-radius: 0.1071428571rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 0.1071428571rem center;
  -ms-transform-origin: 0.1071428571rem center;
  transform-origin: 0.1071428571rem center;
}
.mypage #mypage-nav .mypage-grid .navicon__lines:before {
  top: 0.375rem;
}
.mypage #mypage-nav .mypage-grid .navicon__lines:after {
  top: -0.375rem;
}
.is--closed .mypage #mypage-nav .mypage-grid .navicon__lines {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}
.mypage #mypage-nav .mypage-grid .navicon-x.is--closed .navicon__lines {
  background: transparent;
}
.mypage #mypage-nav .mypage-grid .navicon-x.is--closed .navicon__lines:after, .mypage #mypage-nav .mypage-grid .navicon-x.is--closed .navicon__lines:before {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 1.5rem;
}
.mypage #mypage-nav .mypage-grid .navicon-x.is--closed .navicon__lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.mypage #mypage-nav .mypage-grid .navicon-x.is--closed .navicon__lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.mypage #mypage-nav .mypage-grid .mypage-logo {
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mypage #mypage-nav .mypage-grid .mypage-logo img {
  height: 100%;
  padding: 5px 0;
}
.mypage #mypage-nav .mypage-grid .mypage-logo .logo-text {
  font-size: 1.3em;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .mypage #mypage-nav .mypage-grid .mypage-logo .logo-text {
    font-size: 1em;
  }
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 50px;
  margin: 0;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item {
  margin-right: 1.5em;
}
@media screen and (max-width: 480px) {
  .mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item {
    margin-right: 0.75em;
  }
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item svg {
  width: 1.5em;
  height: 1.5em;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item:last-of-type {
  margin-right: 0;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #menu-button,
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #notification-button {
  cursor: pointer;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #notification-button,
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item .mypage-nav-link {
  width: 33px;
  height: 33px;
  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;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #notification-button {
  position: relative;
  z-index: 1002;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #menu-button {
  width: 33px;
  height: 33px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item .notification-button-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #e11619;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 0.6em;
  padding: 5px;
  font-weight: bold;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item .triangle {
  border: 8px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  right: 41px;
  top: 26px;
  z-index: 1001;
}
@media screen and (max-width: 480px) {
  .mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item .triangle {
    display: none;
  }
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item .notification-triangle {
  border: 8px solid transparent;
  border-bottom-color: #222;
  position: absolute;
  right: 90px;
  top: 36px;
  z-index: 1001;
}
@media screen and (max-width: 480px) {
  .mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item .notification-triangle {
    right: 71px;
  }
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item .notification-triangle:before {
  content: "";
  border: 9px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 1000;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #menu-popup {
  width: 250px;
  height: 100vh;
  overflow-y: scroll;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: 2px 2px 5px 1px #222;
  box-shadow: 2px 2px 5px 1px #222;
  z-index: 1003;
}
@media screen and (max-width: 480px) {
  .mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #menu-popup {
    width: 100%;
  }
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #menu-popup .user-content-list {
  font-size: 0.9em;
  border-bottom: 1px solid #ddd;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #menu-popup .user-content-list .user-list {
  text-align: left;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #menu-popup .user-content-list .user-list .user-list-link {
  display: inline-block;
  width: 100%;
  padding: 1em 0 1em 2em;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #menu-popup .user-content-list .user-list .user-list-link:hover {
  background-color: #ddd;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #menu-popup .user-content-list.last {
  border-bottom: none;
  padding-bottom: 10px;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #menu-popup .menu-content-list {
  font-size: 0.9em;
  border-bottom: 1px solid #ddd;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #menu-popup .menu-content-list .menu-list {
  text-align: left;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #menu-popup .menu-content-list .menu-list .menu-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px 10px 20px;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #menu-popup .menu-content-list .menu-list .menu-list-link:hover {
  background-color: #ddd;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #menu-popup .menu-content-list .menu-list .menu-list-link svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  text-align: center;
  fill: #222;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #menu-popup .pop_up-button {
  padding: 1.5em 0;
  text-align: center;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #menu-popup .pop_up-button .mysite-link {
  border: 2px solid #FCC202;
  padding: 3px 4em;
  border-radius: 5px;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #menu-popup .pop_up-button .mysite-link:hover {
  background-color: #FCC202;
  color: #fff;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #notification-popup {
  width: 300px;
  background: #fff;
  position: absolute;
  top: 53px;
  right: 56px;
  -webkit-box-shadow: 2px 2px 5px 1px #999;
  box-shadow: 2px 2px 5px 1px #999;
  z-index: 1000;
}
@media screen and (max-width: 480px) {
  .mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #notification-popup {
    width: 100%;
    max-height: 80vh;
    right: 0;
  }
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #notification-popup .notification-header-title {
  padding: 0.75em 0.5em;
  color: #222;
  border-bottom: 1px solid #c8c8c8;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #notification-popup .notification-header-title p {
  line-height: 1;
  font-size: 0.8em;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #notification-popup .notification-wrap {
  max-height: 450px;
  overflow-y: scroll;
}
@media screen and (max-width: 480px) {
  .mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #notification-popup .notification-wrap {
    max-height: 70vh;
  }
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #notification-popup .notification-wrap .notification-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em;
  border-bottom: 1px solid #c8c8c8;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #notification-popup .notification-wrap .notification-content.is-read {
  background-color: #eee;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #notification-popup .notification-wrap .notification-content.is-null {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3em 0;
  font-size: 0.8em;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #notification-popup .notification-wrap .notification-content.is-null:hover {
  background-color: inherit;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #notification-popup .notification-wrap .notification-content:hover {
  background-color: #eee;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #notification-popup .notification-wrap .notification-content:last-of-type {
  border-bottom: none;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #notification-popup .notification-wrap .notification-content .notification-image {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #notification-popup .notification-wrap .notification-content .notification-user-image {
  border-radius: 50%;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #notification-popup .notification-wrap .notification-content .notification {
  text-align: justify;
  word-break: break-all;
  font-size: 0.8em;
  margin-left: 0.5em;
  color: #222;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #notification-popup .notification-wrap .notification-content .notification .notification-description .notification-user {
  font-weight: bold;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #notification-popup .notification-wrap .notification-content .notification .notification-date {
  color: #999;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #notification-popup .seemore {
  width: 100%;
  padding: 10px 0;
  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: 0.8em;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item #notification-popup .seemore:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item .badge {
  position: absolute;
  top: 30px;
  right: -20px;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item .icon-circle {
  background-color: #FCC202;
  border-radius: 50%;
  padding: 5px;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item .close-button-wrap {
  position: fixed;
  width: 250px;
  height: 60px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
  .mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item .close-button-wrap {
    width: 100%;
    height: 50px;
  }
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item .close-button {
  position: absolute;
  font-size: 1.5em;
  right: 15px;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #222;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item .userbar {
  color: #222;
  cursor: inherit;
  padding: 2px 5px;
  font-size: 0.8em;
  margin-top: 60px;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item .userbar:hover {
  background: #fff;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item .userbar .settings {
  float: right;
  cursor: pointer;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item .userbar .user-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item .userbar .user-content:hover {
  background-color: #ddd;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item .userbar .user-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  border: 1px solid #ddd;
  background-color: #fff;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item .userbar .user-name {
  color: #222;
  margin-left: 1em;
  font-weight: bold;
  text-align: left;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item .userbar .arrow {
  margin-left: auto;
  color: #222;
  font-size: 2em;
  cursor: pointer;
}
.mypage #mypage-nav .mypage-grid .mypage-navigation-wrap .mypage-navigation .mypage-nav__list-item .userbar .arrow.rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mypage #mypage-nav .mypage-grid .sidebar {
  display: none;
}
.mypage #mypage-nav.is-open .navicon__lines:before, .mypage #mypage-nav.is-open .navicon__lines:after {
  background: #222;
}
.mypage #mypage-nav.is-open .sidebar {
  display: block;
  position: fixed;
  width: 280px;
  height: 100vh;
  background-color: #fff;
  color: #222;
  top: 0;
  left: 0;
  border-right: 1px solid #ddd;
  z-index: 999;
}
.mypage #mypage-nav.is-open .sidebar .sidebar-inner {
  margin-top: 50px;
  padding: 1em 0 100px;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .mypage #mypage-nav.is-open .sidebar .sidebar-inner {
    padding: 1em 0 200px;
  }
}
.mypage #mypage-nav.is-open .sidebar .sidebar-inner h3 {
  padding: 1em;
}
.mypage #mypage-nav.is-open .sidebar .sidebar-inner .creator-list-wrap {
  height: 100%;
  overflow-y: scroll;
}
.mypage #mypage-nav.is-open .sidebar .sidebar-inner .creator-list {
  padding: 1em;
  border-top: 1px solid #ddd;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mypage #mypage-nav.is-open .sidebar .sidebar-inner .creator-list:hover {
  background-color: #ddd;
}
.mypage #mypage-nav.is-open .sidebar .sidebar-inner .creator-list:last-of-type {
  border-bottom: 1px solid #ddd;
}
.mypage #mypage-nav.is-open .sidebar .sidebar-inner .creator-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  margin-right: 10px;
}
.mypage #mypage-nav.is-open .sidebar .sidebar-inner .check {
  width: 25px;
  height: 25px;
  background-color: #15aabf;
  border-radius: 50%;
  color: #fff;
}
.mypage #mypage-nav.is-open .sidebar .sidebar-inner .check i {
  font-size: 1em;
}
.mypage #mypage-nav.is-open .sidebar .sidebar-inner .button-wrap .button {
  padding: 12px 1em;
}
.mypage .mypage-wrap {
  padding: 100px 0;
}
@media screen and (max-width: 480px) {
  .mypage .mypage-wrap {
    width: 98%;
    margin: auto;
    padding: 50px 0 100px;
  }
}
.mypage .mypage-wrap .message-wrap {
  margin-top: 50px;
}
.mypage .mypage-wrap .message-wrap .basic-table .basic-thead {
  background-color: #222;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .mypage .mypage-wrap .message-wrap .basic-table .basic-thead {
    display: none;
  }
}
.mypage .mypage-wrap .message-wrap .basic-table .basic-tbody {
  background-color: #fff;
}
.mypage .mypage-wrap .message-wrap .basic-table .basic-tr {
  padding: 1em 2em;
}
@media screen and (max-width: 480px) {
  .mypage .mypage-wrap .message-wrap .basic-table .basic-tr {
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (max-width: 480px) {
  .mypage .mypage-wrap .message-wrap .basic-table .basic-tr:last-of-type {
    border-bottom: none;
  }
}
.mypage .mypage-wrap .message-wrap .basic-table a:hover {
  background-color: #f5f5f5;
}
.mypage .mypage-wrap .message-wrap .basic-table .basic-td:nth-of-type(1),
.mypage .mypage-wrap .message-wrap .basic-table .basic-th:nth-of-type(1) {
  width: 70%;
}
@media screen and (max-width: 480px) {
  .mypage .mypage-wrap .message-wrap .basic-table .basic-td:nth-of-type(1),
  .mypage .mypage-wrap .message-wrap .basic-table .basic-th:nth-of-type(1) {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  .mypage .mypage-wrap .message-wrap .basic-table .basic-td:nth-of-type(2),
  .mypage .mypage-wrap .message-wrap .basic-table .basic-th:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  .mypage .mypage-wrap .message-wrap .basic-table .basic-td:nth-of-type(3),
  .mypage .mypage-wrap .message-wrap .basic-table .basic-th:nth-of-type(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 0.8em;
  }
}
.mypage .mypage-wrap .message-wrap .basic-table .basic-td:nth-of-type(2), .mypage .mypage-wrap .message-wrap .basic-table .basic-td:nth-of-type(3),
.mypage .mypage-wrap .message-wrap .basic-table .basic-th:nth-of-type(2),
.mypage .mypage-wrap .message-wrap .basic-table .basic-th:nth-of-type(3) {
  width: 15%;
}
@media screen and (max-width: 480px) {
  .mypage .mypage-wrap .message-wrap .basic-table .basic-td:nth-of-type(2), .mypage .mypage-wrap .message-wrap .basic-table .basic-td:nth-of-type(3),
  .mypage .mypage-wrap .message-wrap .basic-table .basic-th:nth-of-type(2),
  .mypage .mypage-wrap .message-wrap .basic-table .basic-th:nth-of-type(3) {
    width: 100%;
  }
}
.mypage .mypage-wrap .message-wrap .message-box {
  width: 60%;
  margin: auto;
  background-color: #fff;
  padding: 50px;
}
.mypage .mypage-wrap .message-wrap .message-header .message-title {
  font-weight: bold;
  margin-bottom: 25px;
}
.mypage .mypage-wrap .message-wrap .message-header .message-sender {
  margin-left: 1em;
}
.mypage .mypage-wrap .message-wrap .message-body {
  margin-top: 25px;
}
.mypage .mypage-overview-wrap {
  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;
  padding-bottom: 100px;
  width: 90%;
  margin: auto;
}
.mypage .mypage-overview-wrap .mypage-overview {
  width: 25%;
  text-align: center;
  background-color: #fff;
  margin: 1em;
  padding: 4em 0;
  position: relative;
  border-radius: 20px;
}
.mypage .mypage-overview-wrap .mypage-overview .overview-counter {
  font-size: 2.5em;
}
.mypage .mypage-overview-wrap .mypage-overview .overview-counter .overview-unit {
  font-size: 0.4em;
  margin-left: 10px;
}
.mypage .mypage-overview-wrap .mypage-overview .overview-label {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
}
.mypage .mypage-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
}
.mypage .mypage-box-wrap .mypage-box {
  width: 48%;
  background-color: #fff;
  border-top: 5px solid #FCC202;
  margin: 1%;
  padding: 1em;
}
.mypage .mypage-box-wrap .mypage-box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mypage .mypage-box-wrap .mypage-box-title i {
  background-color: #222;
  padding: 5px;
  border-radius: 50%;
  color: #fff;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  font-size: 0.8em;
  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;
}
.mypage .mypage-box-wrap .mypage-box-description {
  margin: 1em 0;
}
.mypage .mypage-box-wrap .button-wrap {
  margin: 0;
}
.mypage .mypage-box-wrap .button-wrap .mypage-button {
  text-align: center;
  padding: 0.5em;
  border: 1px solid #222;
  display: block;
  width: 55%;
  border-radius: 5px;
  margin: auto;
}
.mypage .tab-wrap {
  max-width: 640px;
  width: 90%;
  margin: auto;
}
.mypage .tab-wide-wrap {
  max-width: 880px;
  width: 90%;
}
@media screen and (max-width: 480px) {
  .mypage .tab-wide-wrap {
    width: 100%;
  }
}
.mypage .tab-wide-wrap .field-wrap {
  border-bottom: 1px solid;
  padding: 0 100px 50px;
}
@media screen and (max-width: 480px) {
  .mypage .tab-wide-wrap .field-wrap {
    padding: 0 0 25px;
  }
}
.mypage .tab-wide-wrap .field-wrap-row {
  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;
}
.mypage .tab-wide-wrap .field-wrap-row .edit-content {
  width: 45%;
}
.mypage .tab-wide-wrap .field-wrap-row .field-left {
  width: 45% !important;
}
.mypage .tab-wide-wrap .field-wrap-row .field-right {
  width: 55% !important;
}
.mypage .tab-wide-wrap .edit-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .mypage .tab-wide-wrap .edit-content {
    display: block;
  }
}
.mypage .tab-wide-wrap .edit-content.full-content-wrap {
  display: block;
}
.mypage .tab-wide-wrap .edit-content.full-content-wrap .field-left {
  display: block;
  margin-bottom: 5px;
}
.mypage .tab-wide-wrap .edit-content.full-content-wrap .full-content {
  margin-right: 0 !important;
  width: 100% !important;
}
.mypage .tab-wide-wrap .edit-content.full-content-wrap .full-content.full-content-switch {
  margin-top: -25px;
}
@media screen and (max-width: 480px) {
  .mypage .tab-wide-wrap .edit-content.full-content-wrap .full-content.full-content-switch {
    margin-top: 15px;
  }
}
.mypage .tab-wide-wrap .edit-content .field-left {
  text-align: left;
  line-height: 2;
  width: 30%;
  font-size: 0.9em;
}
@media screen and (max-width: 480px) {
  .mypage .tab-wide-wrap .edit-content .field-left {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
}
.mypage .tab-wide-wrap .edit-content .field-right {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 480px) {
  .mypage .tab-wide-wrap .edit-content .field-right {
    width: 100%;
    font-size: 0.8em;
  }
}
.mypage .tab-wide-wrap .edit-content .field-right.check-circle-wrap {
  color: #11beae;
}
.mypage .tab-wide-wrap .edit-content .field-right.check-circle-wrap .check-circle {
  margin-right: 5px;
}
.mypage .tab-wide-wrap .edit-content .field-right .field-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2em;
}
.mypage .tab-wide-wrap .edit-content .field-right .field-right-content:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .mypage .tab-wide-wrap .edit-content .field-right .field-right-content:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .mypage .tab-wide-wrap .edit-content .field-right .field-right-content {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.mypage .tab-wide-wrap .edit-content .field-right .upload-dropify-file {
  width: 100%;
}
.mypage .tab-wide-wrap .edit-content .field-right .switch-on {
  display: none;
}
.mypage .tab-wide-wrap .edit-content .field-right .switchon {
  display: block !important;
}
.mypage .tab-wide-wrap .edit-content .field-right-block {
  display: block;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .mypage .tab-wide-wrap .edit-content .field-right-block {
    text-align: left;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 480px) {
  .mypage .tab-wide-wrap .edit-content .field-right-block .field-text-wrap {
    margin-top: 1em;
  }
}
.mypage .tab-wide-wrap .edit-content .field-right-block .field-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.mypage .tab-wide-wrap .edit-content .field-right-block .muted-text {
  text-align: left;
  margin-top: 10px;
}
.mypage .tab-wide-wrap .edit-content .field-right-block .muted-text:before {
  content: "※";
  margin-right: 5px;
}
.mypage .tab-wide-wrap .edit-content .one-half {
  width: 47%;
}
.mypage .tab-wide-wrap .edit-content .one-third {
  width: 30%;
}
@media screen and (max-width: 480px) {
  .mypage .tab-wide-wrap .edit-content .one-third {
    width: 47%;
  }
}
.mypage .tab-wide-wrap .edit-content .field-right-leftblock {
  display: block;
}
.mypage .tab-wide-wrap .edit-content .field-right-checkbox {
  padding: 5px 0;
}
.mypage .tab-wide-wrap .edit-content .field-right-checkbox .field-right-checkboxinner {
  margin-bottom: 15px;
}
.mypage .tab-wide-wrap .edit-content .field-right-checkbox .field-right-checkboxinner:last-of-type {
  margin-bottom: 0;
}
.mypage .tab-wide-wrap .edit-content .link-button-wrap {
  text-align: right;
}
.mypage .tab-wide-wrap .edit-content .link-button-wrap .link-button {
  margin-bottom: 0;
  border: 1px solid;
  text-align: center;
  outline: none;
  border-radius: 5px;
  padding: 0.5em 1em;
  cursor: pointer;
  font-size: 0.8em;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 150px;
}
@media screen and (max-width: 480px) {
  .mypage .tab-wide-wrap .edit-content .link-button-wrap .link-button {
    width: 100%;
    display: block;
    text-align: center;
    padding: 1em;
  }
}
.mypage .tab-wide-wrap .edit-content select {
  color: #222;
}
.mypage .tab-wide-wrap .textarea-content {
  display: block;
}
.mypage .tab-wide-wrap .input-content {
  border: 1px solid #ddd !important;
  border-radius: 5px !important;
}
.mypage .tab-wide-wrap input::-webkit-input-placeholder,
.mypage .tab-wide-wrap textarea::-webkit-input-placeholder {
  color: #ccc;
}
.mypage .tab-wide-wrap input:-ms-input-placeholder,
.mypage .tab-wide-wrap textarea:-ms-input-placeholder {
  color: #ccc;
}
.mypage .tab-wide-wrap input::-ms-input-placeholder,
.mypage .tab-wide-wrap textarea::-ms-input-placeholder {
  color: #ccc;
}
.mypage .tab-wide-wrap input::placeholder,
.mypage .tab-wide-wrap textarea::placeholder {
  color: #ccc;
}
.mypage .tab-wide-wrap .textarea {
  margin-right: 0 !important;
  width: 100% !important;
}
.mypage .tab-wide-wrap .textarea textarea {
  position: relative;
  top: 50px;
  margin-bottom: 50px;
}
.mypage .field-right-blockinner {
  margin-top: 25px;
}
.mypage .field-right-blockinner .right-blockcontent {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid;
}
.mypage .field-right-blockinner .right-blockcontent:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.mypage .field-right-blockinner .right-blockcontent .label {
  font-size: 0.7em;
  font-weight: bold;
  margin-bottom: 5px;
}
.mypage .field-right-blockinner .input-content {
  margin-bottom: 25px;
}
.mypage .field-right-blockinner .select-wrap {
  border: none;
  margin-bottom: 25px;
}
.mypage .field-right-blockinner .select-wrap .input-content {
  margin-bottom: 0;
}
.mypage .preview-image-wrap {
  width: 100%;
  height: 200px;
  position: relative;
}
.mypage .preview-image-wrap .file-input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
.mypage .preview-image-wrap .image-preview {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  color: #999;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.mypage .preview-image-wrap .image-preview .upload-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.mypage .preview-image-wrap .image-preview .del-button-wrap {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 11;
}
.mypage .preview-image-wrap .image-preview .del-button-wrap .del-button {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  background-color: #222;
  border-radius: 50%;
}
.mypage .preview-image-wrap .image-preview .del-button-wrap .del-button:before, .mypage .preview-image-wrap .image-preview .del-button-wrap .del-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 15px;
  background: #fff;
}
.mypage .preview-image-wrap .image-preview .del-button-wrap .del-button:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mypage .preview-image-wrap .image-preview .del-button-wrap .del-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mypage .preview-item-name {
  text-align: left;
  margin: 5px 0 25px;
}
.mypage .tab-group {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (max-width: 480px) {
  .mypage .tab-group {
    font-size: 0.6em;
  }
}
.mypage .tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.mypage .tab-group .account-tab,
.mypage .tab-group .tab {
  width: 50%;
}
.mypage .tab-group .account-tab:last-of-type a,
.mypage .tab-group .tab:last-of-type a {
  border-right: none;
}
@media screen and (max-width: 480px) {
  .mypage .tab-group .account-tab span,
  .mypage .tab-group .tab span {
    display: none;
  }
}
.mypage .tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  font-size: 1em;
  width: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  border-right: 1px solid transparent;
}
@media screen and (max-width: 480px) {
  .mypage .tab-group li a {
    padding: 15px 5px;
  }
}
.mypage .tab-content-wrap {
  padding: 40px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .mypage .tab-content-wrap {
    padding: 1em;
  }
}
.mypage .tab-content-wrap.attention-tab-wrap {
  padding: 50px;
}
@media screen and (max-width: 480px) {
  .mypage .tab-content-wrap.attention-tab-wrap {
    padding: 1em;
  }
}
.mypage .tab-content-wrap .tab-content > .login-tab:last-child {
  display: none;
}
.mypage .tab-content-wrap.tab-forgotcontent-wrap {
  padding: 50px;
}
@media screen and (max-width: 480px) {
  .mypage .tab-content-wrap.tab-forgotcontent-wrap {
    padding: 50px 1em;
  }
}
@media screen and (max-width: 480px) {
  .mypage .tab-content-wrap.tab-forgotcontent-wrap h3 {
    padding: 0 0 50px;
  }
}
.mypage .tab-content-wrap.tab-forgotcontent-wrap .fogot-textwrap {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .mypage .tab-content-wrap.tab-forgotcontent-wrap .fogot-textwrap {
    text-align: left;
    margin-bottom: 45px;
  }
}
.mypage .tab-content-wrap.tab-forgotcontent-wrap .fogot-textwrap p {
  margin-bottom: 5px;
}
.mypage .tab-content-wrap.tab-forgotcontent-wrap .fogot-textwrap p:last-of-type {
  margin-bottom: 0;
}
.mypage .tab-content-wrap h3 {
  text-align: center;
  padding: 0 0 2em;
  font-weight: 400;
  font-size: 1.3em;
  position: relative;
}
@media screen and (max-width: 480px) {
  .mypage .tab-content-wrap h3 {
    padding: 2em 0;
    font-size: 1em;
  }
}
.mypage .tab-content-wrap .form-wrap {
  padding-top: 3em;
}
@media screen and (max-width: 480px) {
  .mypage .tab-content-wrap .form-wrap {
    padding-top: 1em;
  }
}
.mypage .tab-content-wrap .checkbox {
  text-align: center;
  font-size: 0.8em;
  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;
}
.mypage .tab-content-wrap .checkbox .check {
  margin-right: 10px;
}
.mypage .tab-content-wrap .label-content {
  position: absolute;
  -webkit-transform: translateY(-18px);
  -ms-transform: translateY(-18px);
  transform: translateY(-18px);
  left: 2px;
  font-size: 0.8em;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}
.mypage .tab-content-wrap .label-content .req {
  margin: 2px;
  color: #FCC202;
}
.mypage .tab-content-wrap .label-content.active .req {
  opacity: 0;
}
.mypage .tab-content-wrap .label-content.highlight {
  color: #222;
}
.mypage .tab-content-wrap .input-content-wrap {
  position: relative;
}
.mypage .tab-content-wrap .input-content {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1em;
  display: block;
  width: 100%;
  padding: 5px 10px;
  background: #fff;
  background-image: none;
  border: none;
  border-bottom: 1px solid #ddd;
  color: #222;
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  -o-transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}
@media screen and (max-width: 480px) {
  .mypage .tab-content-wrap .input-content {
    height: 30px;
  }
}
.mypage .tab-content-wrap .input-content:focus {
  outline: 0;
  border-color: #FCC202;
}
.mypage .tab-content-wrap .sns-button-wrap {
  margin: 3em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (max-width: 480px) {
  .mypage .tab-content-wrap .sns-button-wrap {
    margin: 5em auto 0;
    width: 80%;
  }
}
.mypage .tab-content-wrap .sns-button-wrap .sns-button {
  padding: 12px 15px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  margin-right: 3em;
  width: 40%;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 480px) {
  .mypage .tab-content-wrap .sns-button-wrap .sns-button {
    display: block;
    margin-right: 0;
    margin-bottom: 2em;
  }
}
.mypage .tab-content-wrap .sns-button-wrap .sns-button:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .mypage .tab-content-wrap .sns-button-wrap .sns-button:last-of-type {
    display: block;
    margin-bottom: 0;
  }
}
.mypage .tab-content-wrap .sns-button-wrap .fab {
  margin-right: 10px;
}
.mypage .tab-content-wrap .sns-button-wrap .twitter {
  background-color: #1b95e0;
}
.mypage .tab-content-wrap .sns-button-wrap .twitter:hover {
  background-color: #0c7abf;
}
.mypage .tab-content-wrap .sns-button-wrap .facebook {
  background-color: #3b5998;
}
.mypage .tab-content-wrap .sns-button-wrap .facebook:hover {
  background-color: #2d4373;
}
.mypage .tab-content-wrap .sns-button-wrap .x {
  background-color: #0f1419;
}
.mypage .tab-content-wrap .sns-button-wrap .x:hover {
  background-color: #0f1419;
}
.mypage .tab-content-wrap .field-wrap {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .mypage .tab-content-wrap .field-wrap {
    margin-bottom: 25px;
  }
}
.mypage .tab-content-wrap .field-wrap .password-toggle {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}
.mypage .tab-content-wrap .muted-text {
  font-size: 0.7em;
  margin-top: 5px;
  text-align: justify;
  word-break: break-all;
}
.mypage .tab-content-wrap .muted-text:before {
  content: "※";
  margin-right: 3px;
}
.mypage .tab-content-wrap .muted-text.center {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .mypage .tab-content-wrap .muted-text.center {
    text-align: justify;
  }
}
.mypage .tab-content-wrap .checkbox-wrap {
  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;
}
.mypage .tab-content-wrap .checkbox-wrap .checkbox {
  text-align: center;
  font-size: 0.8em;
  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;
}
.mypage .tab-content-wrap .checkbox-wrap .checkbox .check {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .mypage .tab-content-wrap .checkbox-wrap .checkbox .check {
    margin-right: 5px;
  }
}
@media screen and (max-width: 480px) {
  .mypage .tab-content-wrap .checkbox-wrap .forgot {
    font-size: 0.5em;
    line-height: 1;
  }
}
.mypage .tab-content-wrap .button {
  cursor: pointer;
  font-size: 0.9em;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .mypage .tab-content-wrap .button {
    padding: 12px 2em;
    font-size: 0.8em;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
  }
}
.mypage .tab-content-wrap .attention-wrap .attention-title {
  padding-bottom: 0;
}
.mypage .tab-content-wrap .attention-wrap .attention-title .fa-exclamation-triangle {
  color: #FCC202;
  font-size: 2.5em;
}
.mypage .tab-content-wrap .attention-wrap .attention-title .triangle {
  background-color: #FCC202;
  width: 2.5em;
  height: 2.1650635095em;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  margin: auto;
  position: relative;
}
.mypage .tab-content-wrap .attention-wrap .attention-title .triangle:before {
  content: "！";
  font-weight: bold;
  position: absolute;
  color: #000;
  width: fit-content;
  height: fit-content;
  inset: 0;
  margin: auto;
}
.mypage .tab-content-wrap .attention-wrap .attention-title span {
  display: block;
  margin-top: 25px;
}
.mypage .tab-content-wrap .attention-wrap .attention-description {
  text-align: center;
  padding: 50px 0;
}
@media screen and (max-width: 480px) {
  .mypage .tab-content-wrap .attention-wrap .attention-description {
    text-align: left;
  }
}
.mypage .tab-content-wrap .attention-wrap .attention-description p {
  margin-bottom: 1em;
}
.mypage .tab-content-wrap .attention-wrap .attention-description p:last-of-type {
  margin-bottom: 0;
}
.mypage .tab-content-wrap .attention-wrap .creator-list-wrap {
  margin: 0;
  text-align: center;
}
.mypage .tab-content-wrap .attention-wrap .creator-list-wrap .creator-list {
  width: 31%;
  text-align: center;
  border: 1px solid #ddd;
  margin: 25px 1% 0;
  background-color: #fff;
  color: #222;
}
@media screen and (max-width: 480px) {
  .mypage .tab-content-wrap .attention-wrap .creator-list-wrap .creator-list {
    border: none;
    width: 100%;
    text-align: left;
    margin: 0 0 25px;
  }
  .mypage .tab-content-wrap .attention-wrap .creator-list-wrap .creator-list:last-of-type {
    margin-bottom: 0;
  }
}
.mypage .tab-content-wrap .attention-wrap .creator-list-wrap .creator-list:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .mypage .tab-content-wrap .attention-wrap .creator-list-wrap .creator-list .creator-image-wrap {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
  }
}
.mypage .tab-content-wrap .attention-wrap .creator-list-wrap .creator-list .creator-image-wrap .creator-backgroundimage {
  width: 100%;
  height: 100px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 480px) {
  .mypage .tab-content-wrap .attention-wrap .creator-list-wrap .creator-list .creator-image-wrap .creator-backgroundimage {
    display: none;
  }
}
.mypage .tab-content-wrap .attention-wrap .creator-list-wrap .creator-list .creator-image-wrap .creator-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin: -25px auto 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .mypage .tab-content-wrap .attention-wrap .creator-list-wrap .creator-list .creator-image-wrap .creator-image {
    margin-top: 0;
  }
}
.mypage .tab-content-wrap .attention-wrap .creator-list-wrap .creator-list .creator-name {
  padding: 1em;
  font-size: 0.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .mypage .tab-content-wrap .attention-wrap .creator-list-wrap .creator-list .creator-name {
    display: inline-block;
    width: 78%;
    padding: 0;
    vertical-align: middle;
    padding-left: 2%;
  }
}
.mypage .tab-content-wrap .tab-content-nobuttoninner .field-wrap:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.mypage .date-wrap {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  background: #ffffff;
}
@media screen and (max-width: 480px) {
  .mypage .date-wrap {
    width: 40%;
  }
}
.mypage .date-wrap:before {
  position: absolute;
  top: 50%;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mypage .select-date {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 38px 8px 8px;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .mypage .select-date {
    padding: 8px;
    font-size: 0.9em;
  }
}
.mypage .select-date::-ms-expand {
  display: none;
}
.mypage .date-label {
  margin: 0 2em 0 1em;
}
@media screen and (max-width: 480px) {
  .mypage .date-label {
    margin: 0 10px;
  }
}
.mypage .date-label:last-of-type {
  margin-right: 0;
}
.mypage .mypage-project-inner {
  background-color: #fff;
  margin-top: 50px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .mypage .mypage-project-inner {
    display: block !important;
  }
}
.mypage .mypage-project-inner:first-of-type {
  margin-top: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  display: none;
}

.field-use-image {
  margin-right: 1em;
}

.field-switch-text {
  margin-right: 15px;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196f3;
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

.mypage-fav-wrap .mypage-fav-list {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid;
}
@media screen and (max-width: 480px) {
  .mypage-fav-wrap .mypage-fav-list {
    font-size: 0.9em;
    display: block;
    position: relative;
  }
}
.mypage-fav-wrap .mypage-fav-list:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}
.mypage-fav-wrap .mypage-fav-list .fav-button-wrap {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .mypage-fav-wrap .mypage-fav-list .fav-button-wrap {
    margin-top: 5px;
    position: static;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.mypage-fav-wrap .mypage-fav-list .fav-creatorname-wrap {
  overflow: hidden;
  width: 100%;
}
.mypage-fav-wrap .mypage-fav-list .fav-creator-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: -999px;
}
.mypage-fav-wrap .fav-image {
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
  .mypage-fav-wrap .fav-image {
    width: 40px;
    height: 40px;
  }
}
.mypage-fav-wrap .fav-creatorname {
  margin-left: 1em;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .mypage-fav-wrap .fav-creatorname {
    margin-left: 10px;
  }
}
.mypage-fav-wrap .creatorname {
  text-align: justify;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .mypage-fav-wrap .creatorname {
    margin-right: 35px;
  }
}
.mypage-fav-wrap .userid-wrap .userid {
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .mypage-fav-wrap .userid-wrap .userid {
    display: none;
  }
}
.mypage-fav-wrap .userid-wrap .userid .userid-name {
  font-size: 0.7em;
  background-color: #222;
  color: #fff;
  display: inline-block;
  padding: 3px 5px;
  margin-right: 5px;
}
.mypage-fav-wrap .userid-wrap .virtualid-button {
  position: relative;
  z-index: 2;
  display: inline-block;
  line-height: 1;
  margin-left: 15px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .mypage-fav-wrap .userid-wrap .virtualid-button {
    position: absolute;
    top: 50%;
    right: 0;
    margin-left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
}
.mypage-fav-wrap .userid-wrap .virtualid-button svg {
  width: 30px;
  height: 21px;
}
@media screen and (max-width: 480px) {
  .mypage-fav-wrap .userid-wrap .virtualid-button svg {
    width: 34px;
    height: 26px;
  }
}
.mypage-fav-wrap .userid-wrap .virtualid-button .virtualid-button-text {
  display: none;
}
@media screen and (max-width: 480px) {
  .mypage-fav-wrap .userid-wrap .virtualid-button .virtualid-button-text {
    display: block;
    font-size: 0.5em;
    line-height: 1;
  }
}
.mypage-fav-wrap .virtualid-modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 1000;
}
.mypage-fav-wrap .virtualid-modal .virtualid-modalclose-button {
  color: #fff;
  position: fixed;
  right: 10px;
  top: 5px;
  font-size: 3em;
  cursor: pointer;
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner {
  width: 350px;
  height: 500px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 480px) {
  .mypage-fav-wrap .virtualid-modal .virtualid-modal-inner {
    width: 300px;
    height: 428px;
  }
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card {
  width: 100%;
  height: 100%;
  border-color: 1px solid;
  position: relative;
  padding: 15px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card.free .virtualid-card-front {
  background-color: #999;
  color: #fff;
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card.free .virtualid-card-contents {
  border-color: #fff;
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card.paid .virtualid-card-front {
  background-color: #FCC202;
  color: #222;
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card.paid .virtualid-card-contents {
  border-color: #222;
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card .virtualid-card-front,
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card .virtualid-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  cursor: pointer;
  transition: transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card .virtualid-card-back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background-color: #000;
  color: #fff;
  overflow-y: scroll;
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card .virtualid-card-back .virtualid-card-myactivity {
  font-weight: bold;
  border-bottom: 3px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card .virtualid-card-back .virtualid-card-orderlist {
  margin: 0;
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card .virtualid-card-back .virtualid-card-orderlist .virtualid-card-order {
  margin-bottom: 10px;
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card .virtualid-card-back .virtualid-card-orderlist .virtualid-card-order:last-of-type {
  margin-bottom: 0;
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card .virtualid-card-back .virtualid-card-orderlist .virtualid-card-order .virtualid-card-orderimage {
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card .virtualid-card-back .virtualid-card-orderlist .virtualid-card-order .virtualid-card-ordercontent {
  margin-left: 5px;
  overflow: hidden;
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card .virtualid-card-back .virtualid-card-orderlist .virtualid-card-order .virtualid-card-ordercontent .virtualid-card-orderdate {
  font-size: 0.7em;
  line-height: 1;
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card .virtualid-card-back .virtualid-card-orderlist .virtualid-card-order .virtualid-card-ordercontent .virtualid-card-ordername {
  font-size: 0.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card .virtualid-card-back .virtualid-card-orderlist .button-wrap {
  margin-top: 25px;
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card .virtualid-card-back .virtualid-card-orderlist .button-wrap .button {
  background-color: #fff;
  color: #222;
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card.flipped .virtualid-card-front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card.flipped .virtualid-card-back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card .virtualid-card-creatorimage {
  width: 100%;
  height: 0;
  padding-top: 67%;
  background-position: center;
  background-size: cover;
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card .virtualid-card-id {
  background-color: #fff;
  color: #222;
  margin-top: 15px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card .virtualid-card-id .title:after {
  content: "：";
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card .virtualid-card-id .content {
  font-weight: bold;
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card .virtualid-card-contents {
  border-top: 5px solid;
  border-bottom: 5px solid;
  margin: 15px 0;
  padding: 5px 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card .virtualid-card-contents {
    margin: 15px 0 10px;
  }
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card .virtualid-card-contents .virtualid-card-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card .virtualid-card-contents .virtualid-card-content .title {
  display: block;
  font-size: 0.8em;
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card .virtualid-card-contents .virtualid-card-content .content {
  font-weight: bold;
  font-size: 1.5em;
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card .virtualid-card-status p {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card .virtualid-card-since {
  font-size: 0.8em;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mypage-fav-wrap .virtualid-modal .virtualid-modal-inner .virtualid-card .virtualid-card-since .title {
  display: block;
}
.mypage-fav-wrap .fav-button {
  margin-left: 1em;
  padding: 0.5em;
  font-size: 0.8em;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  width: 100px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .mypage-fav-wrap .fav-button {
    font-size: 0.6em;
    width: 65px;
    padding: 3px 0;
  }
}
.mypage-fav-wrap .fav-button:first-of-type {
  margin-left: 0;
}
.mypage-fav-wrap .fav-button.fav {
  color: #383d41;
  background-color: #e2e3e5;
  border: 1px solid #d6d8db;
}
.mypage-fav-wrap .fav-button.fav.statuson {
  color: #004085;
  background-color: #cce5ff;
  border: 1px solid #b8daff;
}
.mypage-fav-wrap .fav-button.support {
  background-color: rgba(0, 0, 0, 0.7);
}
.mypage-fav-wrap .fav-button.support.statuson {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}

.mypage-bank .creditcard-list-wrap {
  width: 600px;
  max-width: 100%;
  margin: auto;
  padding: 2em 0;
}
.mypage-bank .creditcard-list-wrap .creditcard-list {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #ddd;
}
.mypage-bank .creditcard-list-wrap .creditcard-list:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
@media screen and (max-width: 480px) {
  .mypage-bank .creditcard-list-wrap .creditcard-list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 1em;
    padding-top: 1em;
  }
}
@media screen and (max-width: 480px) {
  .mypage-bank .creditcard-list-wrap .creditcard-list .creditcard-content {
    display: block;
  }
}
.mypage-bank .creditcard-list-wrap .creditcard-list .creditcard-add-wrap {
  text-align: right;
  margin: 0 0 2em;
}
@media screen and (max-width: 480px) {
  .mypage-bank .creditcard-list-wrap .creditcard-list .creditcard-add-wrap {
    margin: 1em 0 0;
  }
}
.mypage-bank .creditcard-list-wrap .creditcard-list .creditcard-add-wrap .creditcard-add-inner {
  display: inline-block;
}
.mypage-bank .creditcard-list-wrap .creditcard-list .creditcard-add-wrap .creditcard-add {
  line-height: 1;
  cursor: pointer;
}
.mypage-bank .creditcard-list-wrap .creditcard-list .creditcard-add-wrap .creditcard-add svg {
  width: 1em;
  height: 1em;
  margin-right: 5px;
  border: 1px solid;
  border-radius: 50%;
  padding: 2px;
}
.mypage-bank .creditcard-list-wrap .creditcard-list .creditcard-image {
  width: 50px;
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  .mypage-bank .creditcard-list-wrap .creditcard-list .creditcard-image {
    width: 40px;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.mypage-bank .creditcard-list-wrap .creditcard-list .creditcard-number {
  line-height: 1;
}
.mypage-bank .creditcard-list-wrap .creditcard-list .default-display {
  padding: 5px 8px;
  text-align: center;
  font-size: 0.8em;
  border-radius: 5px;
  line-height: 1;
  display: inline-block;
}
.mypage-bank .creditcard-list-wrap .creditcard-list .creditcard-button-wrap {
  cursor: pointer;
  position: relative;
}
.mypage-bank .creditcard-list-wrap .creditcard-list .creditcard-button-wrap svg {
  width: 1em;
  height: 1em;
}
.mypage-bank .creditcard-list-wrap .creditcard-list .creditcard-button-wrap .popup-triangle {
  border: 8px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1001;
}
.mypage-bank .creditcard-list-wrap .creditcard-list .creditcard-button-wrap .more-popup {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
  font-size: 0.8em;
  padding: 2px;
  width: 150px;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .mypage-bank .creditcard-list-wrap .creditcard-list .creditcard-button-wrap .more-popup {
    left: auto;
    right: -5px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.mypage-bank .creditcard-list-wrap .creditcard-list .creditcard-button {
  padding: 0.5em;
  width: 100%;
  color: #222;
  fill: #222;
}
.mypage-bank .creditcard-list-wrap .creditcard-list .creditcard-button:hover {
  background-color: #ddd;
}
.mypage-bank .creditcard-list-wrap .creditcard-list .creditcard-button.delete {
  color: #721c24;
}
.mypage-bank .creditcard-list-wrap .creditcard-list .creditcard-button.delete svg {
  fill: #721c24;
}
.mypage-bank .creditcard-list-wrap .creditcard-list .creditcard-button:last-of-type {
  margin-right: 0;
}
.mypage-bank .creditcard-list-wrap .creditcard-list .creditcard-button svg {
  width: 1em;
  height: 1em;
  margin-right: 5px;
}

.mypage-invoice .note-wrap {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .mypage-invoice .note-wrap {
    margin-bottom: 25px;
    text-align: left;
  }
}
.mypage-invoice .creditcard-list-wrap .creditcard-list {
  margin-top: 25px;
}
.mypage-invoice .creditcard-list-wrap .creditcard-list:first-of-type {
  margin-top: 0;
}
.mypage-invoice .creditcard-list-wrap .creditcard-list .input-radio {
  margin: 5px 1em 5px 0;
}
@media screen and (max-width: 480px) {
  .mypage-invoice .creditcard-list-wrap .creditcard-list .input-radio {
    display: block;
  }
}
.mypage-invoice .creditcard-list-wrap .creditcard-list .input-radio:last-of-type {
  margin-right: 0;
}
.mypage-invoice .creditcard-list-wrap .creditcard-list input[type=checkbox],
.mypage-invoice .creditcard-list-wrap .creditcard-list input[type=radio] {
  position: absolute;
  opacity: 0;
}
.mypage-invoice .creditcard-list-wrap .creditcard-list input[type=checkbox] + .span-radio,
.mypage-invoice .creditcard-list-wrap .creditcard-list input[type=radio] + .span-radio {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 0.9em;
}
.mypage-invoice .creditcard-list-wrap .creditcard-list input[type=checkbox] + .span-radio:before,
.mypage-invoice .creditcard-list-wrap .creditcard-list input[type=radio] + .span-radio:before {
  content: "";
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  border: 1px solid #b4b4b4;
  background-color: #f4f4f4;
  border-radius: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .mypage-invoice .creditcard-list-wrap .creditcard-list input[type=checkbox] + .span-radio:before,
  .mypage-invoice .creditcard-list-wrap .creditcard-list input[type=radio] + .span-radio:before {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
}
.mypage-invoice .creditcard-list-wrap .creditcard-list input[type=checkbox]:checked + .span-checkbox:after,
.mypage-invoice .creditcard-list-wrap .creditcard-list input[type=radio]:checked + .span-checkbox:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background-color: #3197ee;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
  box-shadow: inset 0 0 0 4px #f4f4f4;
  transform: rotate(45deg);
}
.mypage-invoice .creditcard-list-wrap .creditcard-list input[type=checkbox]:checked + .span-radio:after,
.mypage-invoice .creditcard-list-wrap .creditcard-list input[type=radio]:checked + .span-radio:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  background-color: #3197ee;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  .mypage-invoice .creditcard-list-wrap .creditcard-list input[type=checkbox]:checked + .span-radio:after,
  .mypage-invoice .creditcard-list-wrap .creditcard-list input[type=radio]:checked + .span-radio:after {
    left: 5px;
    top: 5px;
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 480px) {
  .mypage-invoice .creditcard-list-wrap .creditcard-list .sd-remove {
    display: none;
  }
}
.mypage-invoice .creditcard-list-wrap .creditcard-list .creditcard-image {
  width: 35px;
  margin: 0 25px;
}
@media screen and (max-width: 480px) {
  .mypage-invoice .creditcard-list-wrap .creditcard-list .creditcard-image {
    margin-left: 15px;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .mypage-invoice .creditcard-list-wrap .creditcard-list .creditcard-number-list {
    margin-top: 10px;
  }
}
.mypage-invoice .creditcard-list-wrap .creditcard-list .creditcard-number-list .creditcard-expiration {
  font-size: 0.8em;
}
.mypage-invoice .error-message {
  padding: 5px 15px;
  width: 100%;
  margin-bottom: 25px;
  display: inline-block;
  font-size: 0.9em;
  background-color: #eb1c26;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .mypage-invoice .error-message {
    font-size: 0.7em;
  }
}
.mypage-invoice .error-message.card-error {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: auto;
  padding: 10px;
  font-size: 0.8em;
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .mypage-invoice .error-message.card-error {
    font-size: 0.7em;
  }
}
.mypage-invoice .error-message.card-error:before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  bottom: -20px;
  right: 3px;
  border-top-color: #eb1c26;
}
.mypage-invoice .payment-form {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .mypage-invoice .payment-form {
    width: 100% !important;
  }
}

.payment-form {
  width: 100%;
  margin-top: 25px;
}
@media screen and (max-width: 480px) {
  .payment-form {
    margin-top: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 801px) {
  .payment-form {
    width: 70%;
  }
}
.payment-form .payment-icon-wrap {
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .payment-form .payment-icon-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.payment-form .payment-icon-wrap .payment-icon {
  width: 50px;
  margin-right: 1em;
}
@media screen and (max-width: 480px) {
  .payment-form .payment-icon-wrap .payment-icon {
    width: 12vw;
    margin: 0;
  }
}
.payment-form .payment-icon-wrap .payment-icon:last-of-type {
  margin-right: 0;
}
.payment-form .payment-icon-wrap .payment-icon.convenience-icon {
  height: 50px;
}
.payment-form fieldset {
  border: none;
}
.payment-form fieldset p {
  font-size: 11px;
  cursor: pointer;
  margin-top: 5px;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.payment-form fieldset p span {
  margin-right: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid;
  position: relative;
}
.payment-form fieldset p span:before {
  content: "？";
  font-weight: bold;
  display: inline-block;
  position: absolute;
  width: fit-content;
  height: fit-content;
  inset: 0;
  margin: auto;
  font-size: 11px;
}
.payment-form fieldset.fieldset-half {
  width: 45%;
}
@media screen and (max-width: 480px) {
  .payment-form fieldset.fieldset-half {
    width: auto;
  }
}
.payment-form fieldset.fieldset-half .select-wrap {
  width: 100%;
}
.payment-form label {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 5px;
  font-weight: bold;
}
.payment-form .fieldset-wrap {
  margin-bottom: 25px;
}
.payment-form .fieldset-wrap:last-of-type {
  margin-bottom: 0;
}
.payment-form input,
.payment-form .StripeElement {
  width: 100%;
  line-height: 1.5;
  outline: none !important;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  margin-right: 8px;
  height: 38px;
  color: #222;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 1em;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.payment-form input:last-of-type,
.payment-form .StripeElement:last-of-type {
  margin-right: 0;
}
.payment-form .select {
  position: relative;
}
.payment-form .select select {
  position: absolute;
  font-size: 0.9em;
  padding: 0;
  border: none;
  width: 100%;
  outline: none !important;
  top: 50%;
  left: 0;
  padding-left: 1em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 38px;
  background: none;
}
.payment-form .select select :-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.payment-form .select-wrap {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background: #fff;
  display: inline-block;
  width: 46%;
}
.payment-form .select-wrap:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.7em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
  z-index: 10;
}
.payment-form .select-wrap .select {
  width: 100%;
  cursor: pointer;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 38px;
  padding: 10px 25px 10px 10px;
  line-height: 1;
}
.payment-form .select-wrap .select.select-amount {
  width: 50px;
}
.payment-form .fieldset-expiration {
  width: 60%;
}
@media screen and (max-width: 480px) {
  .payment-form .fieldset-expiration {
    width: 45%;
  }
}
.payment-form .fieldset-ccv {
  width: 30%;
}
@media screen and (max-width: 480px) {
  .payment-form .fieldset-ccv {
    width: 45%;
  }
}
.payment-form .hide {
  display: none;
  margin-top: 2em;
}
.payment-form .hide.switchoff {
  display: block;
}
.payment-form .hide img {
  width: 100%;
}
.payment-form .button-wrap {
  margin-top: 100px;
}

.mypage-tab-wrap .mypage-tab-title {
  text-align: center;
  margin-top: 2em;
  font-size: 1.2em;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-title {
    text-align: left;
    font-size: 1em;
  }
}
.mypage-tab-wrap .thanks-message-header {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .thanks-message-header {
    font-size: 2em;
  }
}
.mypage-tab-wrap .thanks-message h3 {
  font-weight: bold;
  margin-bottom: 1em;
}
.mypage-tab-wrap .thanks-sharebutton-wrap {
  margin: 50px 0;
  padding: 25px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .thanks-sharebutton-wrap {
    padding: 1em 0;
    background-color: inherit;
  }
}
.mypage-tab-wrap .thanks-sharebutton-wrap .thanks-share-message {
  font-size: 1.3em;
  padding-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .thanks-sharebutton-wrap .thanks-share-message {
    font-size: 1em;
    text-align: left;
  }
}
.mypage-tab-wrap .thanks-sharebutton-wrap .fb-share-button {
  margin: 0 1em;
}
.mypage-tab-wrap .community-lockcontent-wrap {
  padding: 25px;
  margin-top: 2em;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .community-lockcontent-wrap {
    padding: 1em;
  }
}
.mypage-tab-wrap .community-lockcontent-wrap .community-lockcontent {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  cursor: pointer;
  overflow: hidden;
  background-color: #222;
}
.mypage-tab-wrap .community-lockcontent-wrap .community-lockcontent .thumb-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 100%;
}
.mypage-tab-wrap .community-lockcontent-wrap .community-lockcontent .thumb-wrap svg {
  fill: #fff;
  width: 3em;
  height: 3em;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .community-lockcontent-wrap .community-lockcontent .thumb-wrap svg {
    width: 2em;
    height: 2em;
  }
}
.mypage-tab-wrap .community-lockcontent-wrap .community-lockcontent .thumb-wrap p {
  margin: 50px 0;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .community-lockcontent-wrap .community-lockcontent .thumb-wrap p {
    margin: 1em 0;
  }
}
.mypage-tab-wrap .community-lockcontent-wrap .community-lockcontent .thumb-wrap p br {
  display: none;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .community-lockcontent-wrap .community-lockcontent .thumb-wrap p br {
    display: block;
  }
}
.mypage-tab-wrap .community-lockcontent-wrap .community-lockcontent .thumb-wrap a {
  color: #fff;
  border: 1px solid #fff;
  padding: 12px;
  width: 200px;
  font-size: 0.8em;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .community-lockcontent-wrap .community-lockcontent .thumb-wrap a {
    padding: 5px;
    width: 40%;
    font-size: 0.7em;
  }
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .community-lockcontent-wrap .community-lockcontent .thumb-wrap a span {
    display: none;
  }
}
.mypage-tab-wrap .community-lockcontent-wrap .community-lockcontent .thumb-wrap a:hover {
  background-color: #fff;
  color: #222;
}
.mypage-tab-wrap .mypage-tab-content {
  margin-top: 2em;
  padding: 25px;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content {
    padding: 15px;
  }
}
.mypage-tab-wrap .mypage-tab-content.mypage-post-content {
  padding: 25px 25px 50px;
  position: relative;
}
.mypage-tab-wrap .mypage-tab-content .post-pinned-message {
  font-size: 0.8em;
  margin-top: 2px;
}
.mypage-tab-wrap .mypage-tab-content .post-pinned-message svg {
  width: 1em;
  height: 1em;
  margin-right: 3px;
  margin-top: 1px;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .post-pinned-message svg {
    width: 1.2em;
    height: 1.2em;
    margin-right: 0;
  }
}
.mypage-tab-wrap .mypage-tab-content .post-pinned-message span {
  margin-top: -1px;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .post-pinned-message span {
    display: none;
  }
}
.mypage-tab-wrap .mypage-tab-content #survey {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  padding: 5px 1em;
  cursor: pointer;
  margin-top: 1em;
}
.mypage-tab-wrap .mypage-tab-content #survey:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.7;
}
.mypage-tab-wrap .mypage-tab-content #survey .plus {
  margin-right: 5px;
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  vertical-align: sub;
  border: 1px solid;
  border-radius: 50%;
  position: relative;
}
.mypage-tab-wrap .mypage-tab-content #survey .plus:before, .mypage-tab-wrap .mypage-tab-content #survey .plus:after {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  margin: auto;
}
.mypage-tab-wrap .mypage-tab-content #survey .plus:before {
  width: 60%;
  height: 1px;
}
.mypage-tab-wrap .mypage-tab-content #survey .plus:after {
  width: 1px;
  height: 60%;
}
.mypage-tab-wrap .mypage-tab-content #survey_form {
  width: 100%;
  margin: 1em 0;
}
.mypage-tab-wrap .mypage-tab-content #survey_form tbody,
.mypage-tab-wrap .mypage-tab-content #survey_form tr,
.mypage-tab-wrap .mypage-tab-content #survey_form td {
  width: 100%;
}
.mypage-tab-wrap .mypage-tab-content #survey_form .surveydelete {
  cursor: pointer;
  color: #e0245e;
  margin-left: 10px;
  padding: 8px;
  font-size: 1.2em;
}
.mypage-tab-wrap .mypage-tab-content #survey_form .surveydelete .delete {
  width: 1.2em;
  height: 1.2em;
  background-color: #e0245e;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.mypage-tab-wrap .mypage-tab-content #survey_form .surveydelete .delete:before, .mypage-tab-wrap .mypage-tab-content #survey_form .surveydelete .delete:after {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  margin: auto;
  background-color: #fff;
  transform: rotate(45deg);
}
.mypage-tab-wrap .mypage-tab-content #survey_form .surveydelete .delete:before {
  width: 60%;
  height: 1px;
}
.mypage-tab-wrap .mypage-tab-content #survey_form .surveydelete .delete:after {
  width: 1px;
  height: 60%;
}
.mypage-tab-wrap .mypage-tab-content .community-submit button {
  outline: none;
  font: inherit;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  padding: 11px 2em;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
}
.mypage-tab-wrap .mypage-tab-content .community-submit button:disabled {
  border: 1px solid #bbb;
  background: #f5f5f5;
  position: static;
  color: #999;
  box-shadow: none !important;
  text-shadow: none !important;
  cursor: not-allowed;
}
.mypage-tab-wrap .mypage-tab-content .community-submit button:disabled:hover {
  opacity: 1;
}
.mypage-tab-wrap .mypage-tab-content .input-content {
  font-size: 1em;
  display: block;
  width: 100%;
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  -o-transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .input-content {
    padding: 4px 10px;
    height: 40px;
    font-size: 0.9em;
    -webkit-appearance: none;
  }
}
.mypage-tab-wrap .mypage-tab-content .input-content:focus {
  outline: 0;
}
.mypage-tab-wrap .mypage-tab-content .input-content.input-content-textarea {
  margin-top: 0;
  font-size: 1.1em;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .input-content.input-content-textarea {
    height: 150px;
  }
}
.mypage-tab-wrap .mypage-tab-content .now-count {
  font-size: 0.8em;
  display: block;
  margin-top: 3px;
  text-align: right;
}
.mypage-tab-wrap .mypage-tab-content .mypage-bank {
  padding: 25px;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .mypage-bank {
    padding: 25px 1em;
  }
}
.mypage-tab-wrap .mypage-tab-content .mypage-bank h3 {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .mypage-bank h3 {
    padding: 25px 0;
  }
}
.mypage-tab-wrap .mypage-tab-content .mypage-bank .credit-form {
  width: 100%;
}
.mypage-tab-wrap .mypage-tab-content .content-heading {
  padding-bottom: 50px;
}
.mypage-tab-wrap .mypage-tab-content .content-heading.top-heading {
  padding-top: 25px;
}
.mypage-tab-wrap .mypage-tab-content .top-button {
  padding-bottom: 25px;
}
.mypage-tab-wrap .mypage-tab-content .list-wrap .list {
  display: inline-block;
  width: 100%;
  padding: 25px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .list-wrap .list {
    padding: 25px 15px 25px 0;
  }
}
.mypage-tab-wrap .mypage-tab-content .list-wrap .list:after {
  font-family: "Material Icons";
  content: "\e315";
  position: absolute;
  right: 2%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .list-wrap .list:after {
    right: -1%;
  }
}
.mypage-tab-wrap .mypage-tab-content .list-wrap .list .list-content-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 1em;
}
@media screen and (max-width: 801px) {
  .mypage-tab-wrap .mypage-tab-content .list-wrap .list .list-content-wrap {
    margin-right: 0;
  }
}
.mypage-tab-wrap .mypage-tab-content .list-wrap .list .list-content-wrap .category {
  display: inline-block;
  padding: 4px 5px;
  margin-left: 10px;
  font-size: 0.7em;
  line-height: 1;
  border-radius: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mypage-tab-wrap .mypage-tab-content .list-wrap .list .location {
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mypage-tab-wrap .mypage-tab-content .list-wrap .list .title-wrap {
  overflow: hidden;
  margin-right: 1em;
}
@media screen and (max-width: 801px) {
  .mypage-tab-wrap .mypage-tab-content .list-wrap .list .title-wrap {
    margin-right: 0;
  }
}
.mypage-tab-wrap .mypage-tab-content .list-wrap .list .title-wrap .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mypage-tab-wrap .mypage-tab-content .tab-content-post {
  padding: 3em 3em 1em;
  margin-top: 2em;
  background-color: #fff;
}
.mypage-tab-wrap .mypage-tab-content .global_wrapper {
  width: 560px;
  margin: 0 auto;
}
.mypage-tab-wrap .mypage-tab-content .note-editor.note-frame {
  border-color: #ddd;
  background-color: #fff;
  color: #222;
}
.mypage-tab-wrap .mypage-tab-content .note-editor.note-frame iframe {
  position: static;
  width: 100%;
  height: 300px;
}
.mypage-tab-wrap .mypage-tab-content iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.mypage-tab-wrap .mypage-tab-content iframe.on, .mypage-tab-wrap .mypage-tab-content iframe.note-video-clip {
  opacity: 1;
}
.mypage-tab-wrap .mypage-tab-content .post-content,
.mypage-tab-wrap .mypage-tab-content .iframe-wrap,
.mypage-tab-wrap .mypage-tab-content .image-thumb-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  cursor: pointer;
  overflow: hidden;
}
.mypage-tab-wrap .mypage-tab-content .post-content.lock-content,
.mypage-tab-wrap .mypage-tab-content .iframe-wrap.lock-content,
.mypage-tab-wrap .mypage-tab-content .image-thumb-wrap.lock-content {
  background-color: #222;
}
.mypage-tab-wrap .mypage-tab-content .post-content.lock-content .thumb-wrap,
.mypage-tab-wrap .mypage-tab-content .iframe-wrap.lock-content .thumb-wrap,
.mypage-tab-wrap .mypage-tab-content .image-thumb-wrap.lock-content .thumb-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 100%;
}
.mypage-tab-wrap .mypage-tab-content .post-content.lock-content .thumb-wrap svg,
.mypage-tab-wrap .mypage-tab-content .iframe-wrap.lock-content .thumb-wrap svg,
.mypage-tab-wrap .mypage-tab-content .image-thumb-wrap.lock-content .thumb-wrap svg {
  fill: #fff;
  width: 3em;
  height: 3em;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .post-content.lock-content .thumb-wrap svg,
  .mypage-tab-wrap .mypage-tab-content .iframe-wrap.lock-content .thumb-wrap svg,
  .mypage-tab-wrap .mypage-tab-content .image-thumb-wrap.lock-content .thumb-wrap svg {
    width: 2em;
    height: 2em;
  }
}
.mypage-tab-wrap .mypage-tab-content .post-content.lock-content .thumb-wrap p,
.mypage-tab-wrap .mypage-tab-content .iframe-wrap.lock-content .thumb-wrap p,
.mypage-tab-wrap .mypage-tab-content .image-thumb-wrap.lock-content .thumb-wrap p {
  margin: 50px 0;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .post-content.lock-content .thumb-wrap p,
  .mypage-tab-wrap .mypage-tab-content .iframe-wrap.lock-content .thumb-wrap p,
  .mypage-tab-wrap .mypage-tab-content .image-thumb-wrap.lock-content .thumb-wrap p {
    margin: 1em 0;
  }
}
.mypage-tab-wrap .mypage-tab-content .post-content.lock-content .thumb-wrap a,
.mypage-tab-wrap .mypage-tab-content .iframe-wrap.lock-content .thumb-wrap a,
.mypage-tab-wrap .mypage-tab-content .image-thumb-wrap.lock-content .thumb-wrap a {
  color: #fff;
  border: 1px solid #fff;
  padding: 12px;
  width: 200px;
  font-size: 0.8em;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .post-content.lock-content .thumb-wrap a,
  .mypage-tab-wrap .mypage-tab-content .iframe-wrap.lock-content .thumb-wrap a,
  .mypage-tab-wrap .mypage-tab-content .image-thumb-wrap.lock-content .thumb-wrap a {
    padding: 5px;
    width: 40%;
    font-size: 0.7em;
  }
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .post-content.lock-content .thumb-wrap a span,
  .mypage-tab-wrap .mypage-tab-content .iframe-wrap.lock-content .thumb-wrap a span,
  .mypage-tab-wrap .mypage-tab-content .image-thumb-wrap.lock-content .thumb-wrap a span {
    display: none;
  }
}
.mypage-tab-wrap .mypage-tab-content .post-content.lock-content .thumb-wrap a:hover,
.mypage-tab-wrap .mypage-tab-content .iframe-wrap.lock-content .thumb-wrap a:hover,
.mypage-tab-wrap .mypage-tab-content .image-thumb-wrap.lock-content .thumb-wrap a:hover {
  background-color: #fff;
  color: #222;
}
.mypage-tab-wrap .mypage-tab-content .link-card {
  display: block;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #222;
}
.mypage-tab-wrap .mypage-tab-content .link-card .link-image-wrap {
  position: relative;
  width: 100%;
}
.mypage-tab-wrap .mypage-tab-content .link-card .link-image-wrap:before {
  content: "";
  display: block;
  padding-top: 52.3560209424%;
}
.mypage-tab-wrap .mypage-tab-content .link-card .link-image-wrap .link-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.mypage-tab-wrap .mypage-tab-content .link-card .link-content {
  padding: 15px;
}
.mypage-tab-wrap .mypage-tab-content .link-card .link-content .link-title {
  font-weight: bold;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mypage-tab-wrap .mypage-tab-content .link-card .link-content .link-desc {
  margin-top: 5px;
  text-align: justify;
  word-break: break-all;
  font-size: 0.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .link-card .link-content .link-desc {
    font-size: 0.6em;
  }
}
.mypage-tab-wrap .mypage-tab-content .link-card .link-content .link-url {
  font-size: 0.7em;
  margin-top: 5px;
  color: #999;
}
.mypage-tab-wrap .mypage-tab-content .post-content:hover .icon-icon-movie {
  opacity: 1;
}
.mypage-tab-wrap .mypage-tab-content .post-content iframe {
  opacity: 1;
}
.mypage-tab-wrap .mypage-tab-content .player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.mypage-tab-wrap .mypage-tab-content .image-thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.mypage-tab-wrap .mypage-tab-content .thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
  height: 134%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mypage-tab-wrap .mypage-tab-content .icon-icon-movie {
  position: absolute;
  z-index: 2;
  fill: #fff;
  top: 50%;
  left: 50%;
  width: 5em;
  height: 5em;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.8;
}
.mypage-tab-wrap .mypage-tab-content .post-inner {
  padding: 1em 0;
}
.mypage-tab-wrap .mypage-tab-content .post-inner a {
  text-decoration: underline;
  word-break: break-all;
}
.mypage-tab-wrap .mypage-tab-content .post-inner i {
  font-style: italic;
}
.mypage-tab-wrap .mypage-tab-content .postinner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mypage-tab-wrap .mypage-tab-content .postinner-title-wrap {
  width: 100%;
}
.mypage-tab-wrap .mypage-tab-content .postinner-title-wrap .post-date .post-time,
.mypage-tab-wrap .mypage-tab-content .postinner-title-wrap .post-date .queue-status {
  margin-left: 10px;
}
.mypage-tab-wrap .mypage-tab-content .postinner-title-wrap .post-category {
  display: inline-block;
  font-size: 0.8em;
  border-radius: 5px;
  padding: 5px 12px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px 0 0;
}
.mypage-tab-wrap .mypage-tab-content .postinner-title-wrap .post-title {
  font-weight: bold;
  font-size: 1.2em;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .postinner-title-wrap .post-title {
    font-size: 1em;
  }
}
.mypage-tab-wrap .mypage-tab-content .postinner-icon-wrap {
  width: 25%;
  text-align: right;
}
.mypage-tab-wrap .mypage-tab-content .postinner-icon-wrap .postinner-icon-link {
  display: inline-block;
  margin-left: 10px;
}
.mypage-tab-wrap .mypage-tab-content .postinner-icon-wrap .postinner-icon-link:first-of-type {
  margin-left: 0;
}
.mypage-tab-wrap .mypage-tab-content .postinner-icon-wrap i {
  font-size: 1.5em;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.mypage-tab-wrap .mypage-tab-content .postinner-body {
  padding-top: 1em;
}
.mypage-tab-wrap .mypage-tab-content .postinner-body .postinner-content p,
.mypage-tab-wrap .mypage-tab-content .postinner-body .postinner-content div {
  line-height: 2;
}
.mypage-tab-wrap .mypage-tab-content .postinner-body .postinner-content img {
  width: 100% !important;
}
.mypage-tab-wrap .mypage-tab-content .postinner-body .button-wrap .button {
  text-decoration: none;
}
.mypage-tab-wrap .mypage-tab-content .postinner-footer {
  padding-top: 1em;
}
.mypage-tab-wrap .mypage-tab-content .postinner-footer .table-more {
  position: relative;
}
.mypage-tab-wrap .mypage-tab-content .postinner-footer .table-more .popup-triangle {
  border: 8px solid transparent;
  border-bottom-color: #222;
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1001;
}
.mypage-tab-wrap .mypage-tab-content .postinner-footer .table-more .popup-triangle:before {
  content: "";
  border: 9px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 1000;
}
.mypage-tab-wrap .mypage-tab-content .postinner-footer .table-more .more-popup {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
  font-size: 0.8em;
  padding: 2px;
  width: 150px;
  margin: 0;
}
.mypage-tab-wrap .mypage-tab-content .postinner-footer .table-more .more-popup .more-popup-list .share-button {
  padding: 1em;
  display: inline-block;
  width: 100%;
}
.mypage-tab-wrap .mypage-tab-content .postinner-footer .table-more .more-popup .more-popup-list .share-button:hover {
  background-color: #ddd;
}
.mypage-tab-wrap .mypage-tab-content .postinner-footer .table-more .more-popup .more-popup-list .share-facebook {
  color: #1877f2;
}
.mypage-tab-wrap .mypage-tab-content .postinner-footer .table-more .more-popup .more-popup-list .share-facebook svg {
  fill: #1877f2;
}
.mypage-tab-wrap .mypage-tab-content .postinner-footer .table-more .more-popup .more-popup-list .share-x {
  color: #0f1419;
}
.mypage-tab-wrap .mypage-tab-content .postinner-footer .table-more .more-popup .more-popup-list .share-x svg {
  fill: #0f1419;
}
.mypage-tab-wrap .mypage-tab-content .postinner-footer .table-more .more-popup .more-popup-list svg {
  margin-right: 5px;
  display: inline-block;
  vertical-align: bottom;
}
.mypage-tab-wrap .mypage-tab-content .postinner-footer .table-more .more-popup .more-popup-list a {
  text-decoration: none;
}
.mypage-tab-wrap .mypage-tab-content .postinner-footer .postinner-share {
  cursor: pointer;
}
.mypage-tab-wrap .mypage-tab-content .postinner-footer .postinner-like {
  margin-left: 25px;
  cursor: pointer;
}
.mypage-tab-wrap .mypage-tab-content .postinner-footer .postinner-like .like-counter {
  margin-left: 5px;
  font-weight: bold;
}
.mypage-tab-wrap .mypage-tab-content .postinner-footer .postinner-comment {
  margin-left: 25px;
  text-decoration: none;
}
.mypage-tab-wrap .mypage-tab-content .postinner-footer .postinner-comment p {
  margin-left: 5px;
  font-weight: bold;
}
.mypage-tab-wrap .mypage-tab-content .postinner-footer .postinner-comment svg {
  fill: inherit;
}
.mypage-tab-wrap .mypage-tab-content .postinner-footer svg {
  width: 1em;
  height: 1em;
}
.mypage-tab-wrap .mypage-tab-content .postinner-liked {
  color: #e0245e;
  fill: #e0245e;
}
.mypage-tab-wrap .mypage-tab-content .postinner-comment-wrap {
  border-top: 1px solid;
  margin: 25px 0 0;
  padding: 0;
}
.mypage-tab-wrap .mypage-tab-content .postinner-comment-wrap .more-comment {
  font-size: 0.9em;
  display: inline-block;
  padding-top: 25px;
}
.mypage-tab-wrap .mypage-tab-content .postinner-comment-wrap .postinner-comment {
  margin: 25px 0;
  padding-bottom: 25px;
  border-bottom: 1px solid;
}
.mypage-tab-wrap .mypage-tab-content .postinner-comment-wrap .postinner-comment:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.mypage-tab-wrap .mypage-tab-content .postinner-comment-wrap .postinner-comment .postinner-comment-replylist {
  margin-left: 25px;
  margin-top: 25px;
}
.mypage-tab-wrap .mypage-tab-content .postinner-comment-wrap .postinner-comment .postinner-comment-userimage {
  width: 45px;
  height: 45px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  padding: 1em;
  border: 1px solid #ddd;
  display: inline-block;
}
.mypage-tab-wrap .mypage-tab-content .postinner-comment-wrap .postinner-comment .postinner-comment-userimage.nolink {
  pointer-events: none;
  text-decoration: none;
}
.mypage-tab-wrap .mypage-tab-content .postinner-comment-wrap .postinner-comment .postinner-comment-body {
  margin-left: 1em;
  width: 90%;
  word-break: break-all;
}
.mypage-tab-wrap .mypage-tab-content .postinner-comment-wrap .postinner-comment .postinner-comment-body .postinner-comment-username {
  font-weight: bold;
  margin-bottom: 8px;
  display: inline-block;
}
.mypage-tab-wrap .mypage-tab-content .postinner-comment-wrap .postinner-comment .postinner-comment-body .postinner-comment-username.nolink {
  pointer-events: none;
  text-decoration: none;
}
.mypage-tab-wrap .mypage-tab-content .postinner-comment-wrap .postinner-comment .postinner-comment-ellipsis {
  margin-left: auto;
  cursor: pointer;
  position: relative;
}
.mypage-tab-wrap .mypage-tab-content .postinner-comment-wrap .postinner-comment .postinner-comment-ellipsis svg {
  width: 1em;
  height: 1em;
}
.mypage-tab-wrap .mypage-tab-content .postinner-comment-wrap .postinner-comment .postinner-comment-ellipsis .popup-triangle {
  border: 8px solid transparent;
  border-bottom-color: #222;
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1001;
}
.mypage-tab-wrap .mypage-tab-content .postinner-comment-wrap .postinner-comment .postinner-comment-ellipsis .popup-triangle:before {
  content: "";
  border: 9px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 1000;
}
.mypage-tab-wrap .mypage-tab-content .postinner-comment-wrap .postinner-comment .postinner-comment-ellipsis .more-popup {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
  font-size: 0.8em;
  padding: 2px;
  width: 150px;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .postinner-comment-wrap .postinner-comment .postinner-comment-ellipsis .more-popup {
    left: auto;
    right: -25px;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
}
.mypage-tab-wrap .mypage-tab-content .postinner-comment-wrap .postinner-comment .postinner-comment-ellipsis .more-popup .hide-display {
  padding: 0.5em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #222;
}
.mypage-tab-wrap .mypage-tab-content .postinner-comment-wrap .postinner-comment .postinner-comment-ellipsis .more-popup .hide-display:hover {
  background-color: #ddd;
}
.mypage-tab-wrap .mypage-tab-content .postinner-comment-wrap .postinner-comment .postinner-comment-ellipsis .more-popup .hide-display .hide-display-icon {
  margin-right: 5px;
  padding: 5px;
  border: 1px solid #222;
  border-radius: 50%;
  width: 2em;
  height: 2em;
}
.mypage-tab-wrap .mypage-tab-content .postinner-comment-wrap .postinner-comment .postinner-comment-ellipsis .more-popup .hide-display .hide-display-icon svg {
  width: 100%;
  height: 100%;
  fill: #222;
}
.mypage-tab-wrap .mypage-tab-content .postinner-comment-wrap .postinner-comment .postinner-comment-iconlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 10px;
}
.mypage-tab-wrap .mypage-tab-content .postinner-comment-wrap .postinner-comment .postinner-comment-iconlist .postinner-comment-icon {
  margin-left: 10px;
  cursor: pointer;
}
.mypage-tab-wrap .mypage-tab-content .postinner-comment-wrap .postinner-comment .postinner-comment-iconlist .postinner-comment-icon svg {
  width: 1em;
  height: 1em;
}
.mypage-tab-wrap .mypage-tab-content .postinner-comment-wrap .postinner-comment .postinner-comment-iconlist .reply-comment-button {
  cursor: pointer;
}
.mypage-tab-wrap .mypage-tab-content .postinner-comment-wrap .postinner-comment .postinner-comment-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mypage-tab-wrap .mypage-tab-content .postinner-comment-wrap .postinner-comment .postinner-comment-like svg {
  margin-right: 5px;
}
.mypage-tab-wrap .mypage-tab-content .reply-comment {
  margin-top: 2em;
}
.mypage-tab-wrap .mypage-tab-content .reply-comment.switchon {
  display: block !important;
}
.mypage-tab-wrap .mypage-tab-content .reply-comment .reply-inner {
  padding: 1em 0 0 2em;
}
.mypage-tab-wrap .mypage-tab-content .reply-comment .reply-comment-body {
  width: 100%;
  margin-left: 1em;
}
.mypage-tab-wrap .mypage-tab-content .reply-comment .reply-comment-body .post-comment {
  outline: none;
  background: #fff;
  color: #222;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ddd;
  line-height: 1.5;
  width: 100%;
  padding: 0.5em;
  overflow: hidden;
  min-height: 60px;
  max-height: 100px;
  height: auto;
  resize: none;
}
.mypage-tab-wrap .mypage-tab-content .submit-comment-wrap {
  text-align: right;
  margin-top: 1em;
}
.mypage-tab-wrap .mypage-tab-content .submit-comment {
  letter-spacing: 2px;
  text-align: center;
  padding: 5px 2em;
  border-radius: 8px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  outline: none;
  border: none;
}
.mypage-tab-wrap .mypage-tab-content .comment-submit-wrap {
  text-align: right;
  margin-top: 1em;
}
.mypage-tab-wrap .mypage-tab-content .comment-submit {
  letter-spacing: 2px;
  text-align: center;
  padding: 5px 2em;
  border-radius: 8px;
  color: #222;
  border: 1px solid #fcc202;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  background-color: #fcc202;
  outline: none;
}
.mypage-tab-wrap .mypage-tab-content .comment-submit-wrap {
  text-align: right;
  margin-top: 1em;
}
.mypage-tab-wrap .mypage-tab-content .community-post-body {
  padding: 1em 0;
}
.mypage-tab-wrap .mypage-tab-content .community-post-body .postinner-content {
  word-break: break-all;
}
.mypage-tab-wrap .mypage-tab-content .community-post-body a {
  text-decoration: underline;
}
.mypage-tab-wrap .mypage-tab-content .community-post-body img {
  width: 100% !important;
}
.mypage-tab-wrap .mypage-tab-content .community-form {
  margin: 25px 0 0;
  padding: 10px 0;
  font-size: 0.9em;
  position: relative;
}
.mypage-tab-wrap .mypage-tab-content .community-form .inputGroup {
  display: block;
  padding: 0 10px;
  position: relative;
}
.mypage-tab-wrap .mypage-tab-content .community-form .inputGroup label {
  padding: 15px 60px 15px 15px;
  line-height: 1.5;
  width: 100%;
  display: block;
  text-align: left;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .community-form .inputGroup label {
    font-size: 0.8em;
    padding: 12px 3.5em 12px 0.5em;
  }
}
.mypage-tab-wrap .mypage-tab-content .community-form .inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.mypage-tab-wrap .mypage-tab-content .community-form .inputGroup label:after {
  content: "✔";
  width: 25px;
  height: 25px;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  color: transparent;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  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-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .community-form .inputGroup label:after {
    width: 16px;
    height: 16px;
    font-size: 0.8em;
    right: 0.5em;
  }
}
.mypage-tab-wrap .mypage-tab-content .community-form .inputGroup .already:after {
  opacity: 0;
}
.mypage-tab-wrap .mypage-tab-content .community-form .inputGroup .selected:after {
  opacity: 1;
}
.mypage-tab-wrap .mypage-tab-content .community-form .inputGroup input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(60, 60, 1);
  transform: translate(-50%, -50%) scale3d(60, 60, 1);
  opacity: 1;
}
.mypage-tab-wrap .mypage-tab-content .community-form .inputGroup input {
  width: 32px;
  height: 32px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
.mypage-tab-wrap .mypage-tab-content .table-list {
  border-radius: 5px;
  margin-top: 2em;
  padding: 1em;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .table-list {
    display: block !important;
  }
}
.mypage-tab-wrap .mypage-tab-content .table-list.table-add {
  height: 100px;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .table-list.table-add {
    height: auto;
    padding: 1em 0;
  }
}
.mypage-tab-wrap .mypage-tab-content .table-list .table-image {
  width: 100px;
  height: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .table-list .table-image {
    width: 100%;
    height: 150px;
  }
}
.mypage-tab-wrap .mypage-tab-content .table-list .table-status {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  font-size: 0.8em;
  margin: 1em auto;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .table-list .table-status {
    border-radius: 5px;
    width: auto;
    height: auto;
    padding: 5px 1em;
    display: inline-block;
  }
}
.mypage-tab-wrap .mypage-tab-content .table-list .table-status.status-pending {
  background-color: #222;
  color: #fff;
}
.mypage-tab-wrap .mypage-tab-content .table-list .table-status.status-public {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}
.mypage-tab-wrap .mypage-tab-content .table-list .table-status.status-reject {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}
.mypage-tab-wrap .mypage-tab-content .table-list .return-list-right {
  position: relative;
  width: 100%;
}
.mypage-tab-wrap .mypage-tab-content .table-list .return-list-right .table-icon-wrap {
  position: absolute;
  top: -5px;
  right: 0;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .table-list .return-list-right .table-icon-wrap {
    top: -39px;
  }
}
.mypage-tab-wrap .mypage-tab-content .table-list .return-list-right .table-icon-wrap .table-icon-link {
  display: inline-block;
  margin-left: 1em;
  position: relative;
  cursor: pointer;
}
.mypage-tab-wrap .mypage-tab-content .table-list .return-list-right .table-icon-wrap .table-icon-link:after {
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  top: 0px;
  left: 0px;
  display: block;
  padding: 0.5em;
  content: attr(data-tooltip);
  white-space: nowrap;
  color: #fff;
  border-radius: 6px;
  background: #1b2538;
  font-size: 0.7em;
}
.mypage-tab-wrap .mypage-tab-content .table-list .return-list-right .table-icon-wrap .table-icon-link:hover:after {
  top: 26px;
  opacity: 1;
}
.mypage-tab-wrap .mypage-tab-content .table-list .return-list-right .table-icon-wrap .table-icon-link:first-of-type {
  margin-left: 0;
}
.mypage-tab-wrap .mypage-tab-content .table-list .return-list-right .table-icon-wrap .table-icon-link i {
  font-size: 1.2em;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.mypage-tab-wrap .mypage-tab-content .table-list .return-list-right .table-icon-wrap .table-icon-link svg {
  width: 20px;
  height: 20px;
}
.mypage-tab-wrap .mypage-tab-content .table-list .table-table {
  width: 100%;
  font-size: 0.9em;
}
.mypage-tab-wrap .mypage-tab-content .table-list .table-table tr {
  margin-bottom: 1em;
  font-size: 0.9em;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .table-list .table-table tr {
    display: block !important;
  }
}
.mypage-tab-wrap .mypage-tab-content .table-list .table-table tr:last-of-type {
  margin-bottom: 0;
}
.mypage-tab-wrap .mypage-tab-content .table-list .table-table th {
  width: 20%;
  text-align: left;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .table-list .table-table th {
    display: block;
    width: 100%;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
}
.mypage-tab-wrap .mypage-tab-content .table-list .table-table td {
  width: 80%;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .table-list .table-table td {
    display: block;
    width: 100%;
  }
}
.mypage-tab-wrap .mypage-tab-content .table-list .table-table th {
  width: 30%;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .table-list .table-table th {
    display: block;
    width: 100%;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
}
.mypage-tab-wrap .mypage-tab-content .table-list .table-table td {
  width: 70%;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .table-list .table-table td {
    display: block;
    width: 100%;
  }
}
.mypage-tab-wrap .mypage-tab-content .community-post-header .community-post-wrap a.nolink {
  pointer-events: none;
  text-decoration: none;
}
.mypage-tab-wrap .mypage-tab-content .community-post-header .community-post-wrap .community-user-image {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  border: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .community-post-header .community-post-wrap .community-user-image {
    width: 40px;
    height: 40px;
  }
}
.mypage-tab-wrap .mypage-tab-content .community-post-header .community-post-wrap .community-user-namewrap {
  margin-left: 10px;
}
.mypage-tab-wrap .mypage-tab-content .community-post-header .community-post-wrap .community-user-namewrap .community-user-name {
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .community-post-header .community-post-wrap .community-user-namewrap .community-user-name {
    font-size: 1em;
  }
}
.mypage-tab-wrap .mypage-tab-content .community-post-header .community-post-wrap .community-user-namewrap .community-user-name.nolink {
  pointer-events: none;
  text-decoration: none;
}
.mypage-tab-wrap .mypage-tab-content .community-post-header .community-post-wrap .community-user-namewrap .community-post-time {
  margin-top: 5px;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .community-post-header .community-post-wrap .community-user-namewrap .community-post-time {
    font-size: 0.7em;
  }
}
.mypage-tab-wrap .mypage-tab-content .community-post-header .post-ellipsis {
  position: relative;
  cursor: pointer;
}
.mypage-tab-wrap .mypage-tab-content .community-post-header .post-ellipsis svg {
  width: 1em;
  height: 1em;
}
.mypage-tab-wrap .mypage-tab-content .community-post-header .post-ellipsis .popup-triangle {
  border: 8px solid transparent;
  border-bottom-color: #ddd;
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1001;
}
.mypage-tab-wrap .mypage-tab-content .community-post-header .post-ellipsis .popup-triangle:before {
  content: "";
  border: 9px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  right: -9px;
  top: -7px;
  z-index: 1000;
}
.mypage-tab-wrap .mypage-tab-content .community-post-header .post-ellipsis .more-popup {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
  font-size: 0.8em;
  padding: 2px;
  width: 150px;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .community-post-header .post-ellipsis .more-popup {
    left: auto;
    right: -25px;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
}
.mypage-tab-wrap .mypage-tab-content .community-post-header .post-ellipsis .more-popup .hide-display {
  padding: 0.5em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #222;
}
.mypage-tab-wrap .mypage-tab-content .community-post-header .post-ellipsis .more-popup .hide-display:hover {
  background-color: #ddd;
}
.mypage-tab-wrap .mypage-tab-content .community-post-header .post-ellipsis .more-popup .hide-display .hide-display-icon {
  margin-right: 5px;
  padding: 5px;
  border: 1px solid #222;
  border-radius: 50%;
  width: 2em;
  height: 2em;
}
.mypage-tab-wrap .mypage-tab-content .community-post-header .post-ellipsis .more-popup .hide-display .hide-display-icon svg {
  width: 100%;
  height: 100%;
  fill: #222;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .button-wrap .button {
    font-size: 0.8em;
    padding: 12px 2em;
    letter-spacing: normal;
  }
}
.mypage-tab-wrap .mypage-tab-content .works-wrap {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  -ms-grid-columns: 1fr 4px 1fr 4px 1fr 4px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .works-wrap {
    -ms-grid-columns: 1fr 4px 1fr 4px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.mypage-tab-wrap .mypage-tab-content .works-wrap .works-contents {
  width: 100%;
  position: relative;
}
.mypage-tab-wrap .mypage-tab-content .works-wrap .works-contents:hover {
  opacity: 1;
}
.mypage-tab-wrap .mypage-tab-content .works-wrap .works-contents:hover .works-contents-inner {
  opacity: 1;
}
.mypage-tab-wrap .mypage-tab-content .works-wrap .works-contents:hover:before {
  height: 100%;
}
.mypage-tab-wrap .mypage-tab-content .works-wrap .works-contents:before {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 1;
}
.mypage-tab-wrap .mypage-tab-content .works-wrap .works-contents .works-image {
  width: 100%;
  height: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 100%;
}
.mypage-tab-wrap .mypage-tab-content .works-wrap .works-contents .works-contents-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 1em;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .works-wrap .works-contents .works-contents-inner {
    display: none;
  }
}
.mypage-tab-wrap .mypage-tab-content .works-wrap .works-contents .works-contents-inner .works-date-wrap {
  text-align: center;
}
.mypage-tab-wrap .mypage-tab-content .works-wrap .works-contents .works-contents-inner .works-category-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .works-wrap .works-contents .works-contents-inner .works-category-wrap {
    font-size: 0.8em;
  }
}
.mypage-tab-wrap .mypage-tab-content .works-wrap .works-contents .works-contents-inner .works-category-wrap .works-category {
  border: 1px solid;
  padding: 5px 12px;
  font-size: 0.8em;
  display: inline-block;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mypage-tab-wrap .mypage-tab-content .works-wrap .works-contents .works-contents-inner .works-title {
  font-size: 0.9em;
  line-height: 1.5;
  margin-top: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 480px) {
  .mypage-tab-wrap .mypage-tab-content .works-wrap .works-contents .works-contents-inner .works-title {
    padding: 0;
    font-size: 0.7em;
    -webkit-line-clamp: 5;
  }
}
.mypage-tab-wrap .input-content {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1em;
  display: block;
  width: 100%;
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: none;
  border-bottom: 1px solid #ddd;
  color: #222;
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  -o-transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.mypage-tab-wrap .input-content:focus {
  outline: 0;
  border-color: #FCC202;
}

.select-wrap {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  display: inline-block;
}
.select-wrap:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
  z-index: 10;
}
.select-wrap select {
  width: 100%;
  cursor: pointer;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 30px;
  padding: 0px 25px 0px 10px;
  font-size: 0.9em;
}
.select-wrap select.select-amount {
  width: 50px;
}

.input-radio {
  margin-right: 1em;
  padding: 5px 0;
}
.input-radio:last-of-type {
  margin-right: 0;
}
.input-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  box-sizing: border-box;
  padding: 0;
}
.input-radio label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0em;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.input-radio input[type=radio]:checked + label:before {
  background-color: #3197ee;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.mypage-notification-wrap {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .mypage-notification-wrap {
    margin-top: 25px;
  }
}
.mypage-notification-wrap .notification-wrap .notification-content {
  padding: 1em;
  position: relative;
  border-top: 1px solid;
}
@media screen and (max-width: 480px) {
  .mypage-notification-wrap .notification-wrap .notification-content {
    padding: 0.5em;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.mypage-notification-wrap .notification-wrap .notification-content:first-of-type {
  border-top: none;
}
.mypage-notification-wrap .notification-wrap .notification-content .notification-image {
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  margin-right: 1em;
}
@media screen and (max-width: 480px) {
  .mypage-notification-wrap .notification-wrap .notification-content .notification-image {
    width: 35px;
    height: 35px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 480px) {
  .mypage-notification-wrap .notification-wrap .notification-content .notification {
    font-size: 0.8em;
  }
}
.mypage-notification-wrap .notification-wrap .notification-content .notification-description {
  margin-right: 4em;
  margin-bottom: 5px;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 480px) {
  .mypage-notification-wrap .notification-wrap .notification-content .notification-description {
    margin-right: 2em;
  }
}
.mypage-notification-wrap .notification-wrap .notification-content .notification-description .notification-user {
  font-weight: bold;
}
.mypage-notification-wrap .notification-wrap .notification-content .notification-date {
  font-size: 0.8em;
}
.mypage-notification-wrap .notification-wrap .notification-content .arrow-right {
  position: absolute;
  top: 50%;
  right: 3%;
  font-size: 1.2em;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 480px) {
  .mypage-notification-wrap .notification-wrap .notification-content .arrow-right {
    font-size: 1em;
  }
}

.mypage-cart-button {
  position: fixed;
  top: 13%;
  right: 5%;
  z-index: 10;
}
@media screen and (max-width: 480px) {
  .mypage-cart-button {
    top: 65px;
    right: 15px;
  }
}
.mypage-cart-button svg {
  width: 1.3em;
  height: 1.3em;
  margin-right: 5px;
}
.mypage-cart-button .cart {
  font-size: 1.3em;
  font-weight: 200;
}
@media screen and (max-width: 480px) {
  .mypage-cart-button .cart {
    display: none;
  }
}
.mypage-cart-button .badge {
  font-size: 0.8em;
  position: absolute;
  top: 0;
  right: -20px;
  background-color: red;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 480px) {
  .mypage-cart-button .badge {
    top: -10px;
    right: -10px;
  }
}

.continue-button {
  text-align: center;
  border: 3px solid #FCC202;
  padding: 1em;
  display: block;
  background-color: #fff;
  margin-bottom: 50px;
}
.continue-button:hover {
  background-color: #FCC202;
}

.mypage-shop-wrap {
  padding: 50px 25px 100px;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap {
    padding: 50px 15px 100px;
  }
}
.mypage-shop-wrap.mypage-shop-list {
  display: -ms-grid;
  display: grid;
  grid-gap: 25px;
  -ms-grid-columns: 1fr 4px 1fr 4px 1fr 4px;
  grid-template-columns: repeat(3, 1fr);
  padding: 25px;
}
@media screen and (max-width: 600px) {
  .mypage-shop-wrap.mypage-shop-list {
    padding: 25px 15px;
    grid-gap: 10px;
    -ms-grid-columns: 1fr 4px 1fr 4px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.mypage-shop-wrap.mypage-shop-list.front-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .mypage-shop-wrap.mypage-shop-list.front-contents {
    display: block;
    text-align: center;
  }
}
.mypage-shop-wrap.mypage-shop-list.front-contents .mypage-shop {
  width: 100%;
  max-width: 260px;
}
@media screen and (max-width: 600px) {
  .mypage-shop-wrap.mypage-shop-list.front-contents .mypage-shop {
    margin-top: 25px;
  }
  .mypage-shop-wrap.mypage-shop-list.front-contents .mypage-shop:first-of-type {
    margin-top: 0;
  }
}
.mypage-shop-wrap .mypage-inner-title {
  margin-bottom: 25px;
  font-size: 1.3em;
}
.mypage-shop-wrap .product-list,
.mypage-shop-wrap .order-list {
  padding: 25px 0;
  border-bottom: 1px solid;
  position: relative;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .product-list,
  .mypage-shop-wrap .order-list {
    display: block;
  }
}
.mypage-shop-wrap .product-list:first-of-type,
.mypage-shop-wrap .order-list:first-of-type {
  border-top: 1px solid;
}
.mypage-shop-wrap .product-list .price:before,
.mypage-shop-wrap .order-list .price:before {
  content: "¥ ";
}
.mypage-shop-wrap .product-list .product-list-inner,
.mypage-shop-wrap .product-list .order-list-inner,
.mypage-shop-wrap .order-list .product-list-inner,
.mypage-shop-wrap .order-list .order-list-inner {
  width: 70%;
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .product-list .product-list-inner,
  .mypage-shop-wrap .product-list .order-list-inner,
  .mypage-shop-wrap .order-list .product-list-inner,
  .mypage-shop-wrap .order-list .order-list-inner {
    width: 100%;
    margin-right: 0;
  }
}
.mypage-shop-wrap .product-list .product-list-inner .productimage-wrap,
.mypage-shop-wrap .product-list .product-list-inner .orderimage-wrap,
.mypage-shop-wrap .product-list .order-list-inner .productimage-wrap,
.mypage-shop-wrap .product-list .order-list-inner .orderimage-wrap,
.mypage-shop-wrap .order-list .product-list-inner .productimage-wrap,
.mypage-shop-wrap .order-list .product-list-inner .orderimage-wrap,
.mypage-shop-wrap .order-list .order-list-inner .productimage-wrap,
.mypage-shop-wrap .order-list .order-list-inner .orderimage-wrap {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px dotted;
}
.mypage-shop-wrap .product-list .product-list-inner .productimage-wrap:first-of-type,
.mypage-shop-wrap .product-list .product-list-inner .orderimage-wrap:first-of-type,
.mypage-shop-wrap .product-list .order-list-inner .productimage-wrap:first-of-type,
.mypage-shop-wrap .product-list .order-list-inner .orderimage-wrap:first-of-type,
.mypage-shop-wrap .order-list .product-list-inner .productimage-wrap:first-of-type,
.mypage-shop-wrap .order-list .product-list-inner .orderimage-wrap:first-of-type,
.mypage-shop-wrap .order-list .order-list-inner .productimage-wrap:first-of-type,
.mypage-shop-wrap .order-list .order-list-inner .orderimage-wrap:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.mypage-shop-wrap .product-list .product-list-inner .productimage,
.mypage-shop-wrap .product-list .product-list-inner .orderimage,
.mypage-shop-wrap .product-list .order-list-inner .productimage,
.mypage-shop-wrap .product-list .order-list-inner .orderimage,
.mypage-shop-wrap .order-list .product-list-inner .productimage,
.mypage-shop-wrap .order-list .product-list-inner .orderimage,
.mypage-shop-wrap .order-list .order-list-inner .productimage,
.mypage-shop-wrap .order-list .order-list-inner .orderimage {
  width: 100px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .product-list .product-list-inner .productimage,
  .mypage-shop-wrap .product-list .product-list-inner .orderimage,
  .mypage-shop-wrap .product-list .order-list-inner .productimage,
  .mypage-shop-wrap .product-list .order-list-inner .orderimage,
  .mypage-shop-wrap .order-list .product-list-inner .productimage,
  .mypage-shop-wrap .order-list .product-list-inner .orderimage,
  .mypage-shop-wrap .order-list .order-list-inner .productimage,
  .mypage-shop-wrap .order-list .order-list-inner .orderimage {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}
.mypage-shop-wrap .product-list .order-list-inner.ordersubscription-list-inner,
.mypage-shop-wrap .order-list .order-list-inner.ordersubscription-list-inner {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .product-list .order-list-inner.ordersubscription-list-inner .creditcard-content,
  .mypage-shop-wrap .order-list .order-list-inner.ordersubscription-list-inner .creditcard-content {
    margin-top: 5px;
  }
}
.mypage-shop-wrap .product-list .order-list-inner.ordersubscription-list-inner .creditcard-content .creditcard-image,
.mypage-shop-wrap .order-list .order-list-inner.ordersubscription-list-inner .creditcard-content .creditcard-image {
  width: 40px;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .product-list .order-list-inner.ordersubscription-list-inner .creditcard-content .creditcard-image,
  .mypage-shop-wrap .order-list .order-list-inner.ordersubscription-list-inner .creditcard-content .creditcard-image {
    margin-right: 5px;
  }
}
.mypage-shop-wrap .product-list .order-list-inner.ordersubscription-list-inner .creditcard-content .creditcard-number-list,
.mypage-shop-wrap .order-list .order-list-inner.ordersubscription-list-inner .creditcard-content .creditcard-number-list {
  font-size: 0.9em;
}
.mypage-shop-wrap .product-list .order-list-inner.ordersubscription-list-inner .creditcard-button,
.mypage-shop-wrap .order-list .order-list-inner.ordersubscription-list-inner .creditcard-button {
  font-size: 0.8em;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .product-list .order-list-inner.ordersubscription-list-inner .creditcard-button,
  .mypage-shop-wrap .order-list .order-list-inner.ordersubscription-list-inner .creditcard-button {
    margin-bottom: 15px;
  }
}
.mypage-shop-wrap .product-list .order-list-inner.ordersubscription-list-inner .creditcard-button a,
.mypage-shop-wrap .order-list .order-list-inner.ordersubscription-list-inner .creditcard-button a {
  font-size: 0.8em;
  display: inline-block;
}
.mypage-shop-wrap .product-list .productname-wrap,
.mypage-shop-wrap .product-list .ordername-wrap,
.mypage-shop-wrap .order-list .productname-wrap,
.mypage-shop-wrap .order-list .ordername-wrap {
  width: 100%;
}
.mypage-shop-wrap .product-list .productname-wrap .productname-list,
.mypage-shop-wrap .product-list .productname-wrap .ordername-list,
.mypage-shop-wrap .product-list .ordername-wrap .productname-list,
.mypage-shop-wrap .product-list .ordername-wrap .ordername-list,
.mypage-shop-wrap .order-list .productname-wrap .productname-list,
.mypage-shop-wrap .order-list .productname-wrap .ordername-list,
.mypage-shop-wrap .order-list .ordername-wrap .productname-list,
.mypage-shop-wrap .order-list .ordername-wrap .ordername-list {
  margin-bottom: 1em;
}
.mypage-shop-wrap .product-list .productname-wrap .productname-list:last-of-type,
.mypage-shop-wrap .product-list .productname-wrap .ordername-list:last-of-type,
.mypage-shop-wrap .product-list .ordername-wrap .productname-list:last-of-type,
.mypage-shop-wrap .product-list .ordername-wrap .ordername-list:last-of-type,
.mypage-shop-wrap .order-list .productname-wrap .productname-list:last-of-type,
.mypage-shop-wrap .order-list .productname-wrap .ordername-list:last-of-type,
.mypage-shop-wrap .order-list .ordername-wrap .productname-list:last-of-type,
.mypage-shop-wrap .order-list .ordername-wrap .ordername-list:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .product-list .productname-wrap .productname-list.productname, .mypage-shop-wrap .product-list .productname-wrap .productname-list.ordername,
  .mypage-shop-wrap .product-list .productname-wrap .ordername-list.productname,
  .mypage-shop-wrap .product-list .productname-wrap .ordername-list.ordername,
  .mypage-shop-wrap .product-list .ordername-wrap .productname-list.productname,
  .mypage-shop-wrap .product-list .ordername-wrap .productname-list.ordername,
  .mypage-shop-wrap .product-list .ordername-wrap .ordername-list.productname,
  .mypage-shop-wrap .product-list .ordername-wrap .ordername-list.ordername,
  .mypage-shop-wrap .order-list .productname-wrap .productname-list.productname,
  .mypage-shop-wrap .order-list .productname-wrap .productname-list.ordername,
  .mypage-shop-wrap .order-list .productname-wrap .ordername-list.productname,
  .mypage-shop-wrap .order-list .productname-wrap .ordername-list.ordername,
  .mypage-shop-wrap .order-list .ordername-wrap .productname-list.productname,
  .mypage-shop-wrap .order-list .ordername-wrap .productname-list.ordername,
  .mypage-shop-wrap .order-list .ordername-wrap .ordername-list.productname,
  .mypage-shop-wrap .order-list .ordername-wrap .ordername-list.ordername {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .product-list .ordersubscription-wrap,
  .mypage-shop-wrap .order-list .ordersubscription-wrap {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .product-list .product-list-button,
  .mypage-shop-wrap .order-list .product-list-button {
    text-align: right;
  }
}
.mypage-shop-wrap .product-list .product-list-button .product-delete,
.mypage-shop-wrap .order-list .product-list-button .product-delete {
  margin-bottom: 2em;
  color: red;
  display: block;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .product-list .product-list-button .product-delete,
  .mypage-shop-wrap .order-list .product-list-button .product-delete {
    margin-bottom: 1em;
  }
}
.mypage-shop-wrap .product-list .product-order-wrap,
.mypage-shop-wrap .order-list .product-order-wrap {
  border-left: 1px solid #ddd;
  padding-left: 1em;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .product-list .product-order-wrap,
  .mypage-shop-wrap .order-list .product-order-wrap {
    border-left: none;
    padding-left: 0;
    margin-top: 1em;
    font-size: 0.8em;
  }
}
.mypage-shop-wrap .product-list .product-order-wrap .order-status,
.mypage-shop-wrap .order-list .product-order-wrap .order-status {
  font-weight: bold;
  margin-bottom: 1em;
}
.mypage-shop-wrap .product-list .order-order-wrap,
.mypage-shop-wrap .order-list .order-order-wrap {
  min-width: 250px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .product-list .order-order-wrap,
  .mypage-shop-wrap .order-list .order-order-wrap {
    margin-top: 25px;
  }
}
.mypage-shop-wrap .product-list .order-order-wrap .button-wrap .button,
.mypage-shop-wrap .order-list .order-order-wrap .button-wrap .button {
  padding: 12px 0;
  width: 100%;
}
.mypage-shop-wrap.mypage-cart-wrap {
  padding-top: 0;
}
.mypage-shop-wrap.mypage-cart-wrap:after {
  display: none;
}
.mypage-shop-wrap.mypage-cart-wrap .cart-title {
  font-weight: 200;
  font-size: 1.5em;
  text-align: left;
  padding: 0.5em;
  background-color: #222;
  color: #fff;
  margin: 0 -25px;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap.mypage-cart-wrap .cart-title {
    font-size: 1em;
    padding: 1em 25px;
  }
}
.mypage-shop-wrap.mypage-cart-wrap .field-text-wrap {
  text-align: left;
  font-size: 0.8em;
}
.mypage-shop-wrap.mypage-cart-wrap .cart-price-wrap {
  width: 30%;
  padding: 25px 0;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap.mypage-cart-wrap .cart-price-wrap {
    width: 100%;
    font-size: 0.8em;
  }
}
.mypage-shop-wrap.mypage-cart-wrap .cart-price-wrap .cart-shippingprice {
  margin: 25px 0;
}
.mypage-shop-wrap.mypage-cart-wrap .cart-price:before {
  content: "¥ ";
}
.mypage-shop-wrap.mypage-cart-wrap .basic-table {
  padding: 25px 0;
}
.mypage-shop-wrap.mypage-cart-wrap .basic-table .basic-tr {
  padding: 0 1em 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap.mypage-cart-wrap .basic-table .basic-tr {
    display: block;
  }
}
.mypage-shop-wrap.mypage-cart-wrap .basic-table .basic-tr:last-of-type {
  padding: 0 1em 0;
  margin-bottom: 0;
  border-bottom: none;
}
.mypage-shop-wrap.mypage-cart-wrap .basic-table .basic-tr .basic-th {
  width: 30%;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap.mypage-cart-wrap .basic-table .basic-tr .basic-th {
    width: 100%;
    font-size: 0.8em;
    font-weight: bold;
  }
}
.mypage-shop-wrap.mypage-history-wrap .mypage-history-header a {
  position: relative;
  margin-left: 1em;
  padding-left: 1em;
}
.mypage-shop-wrap.mypage-history-wrap .mypage-history-header a:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #222;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mypage-shop-wrap.mypage-history-wrap .mypage-history-header a:first-of-type {
  margin-left: 0;
  padding-left: 0;
}
.mypage-shop-wrap.mypage-history-wrap .mypage-history-header a:first-of-type:before {
  display: none;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap.mypage-history-wrap .product-list {
    display: block;
  }
}
.mypage-shop-wrap .mypage-shop {
  width: 100%;
  display: inline-block;
  padding: 1em;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-shop {
    padding: 10px;
  }
}
.mypage-shop-wrap .mypage-shop:hover {
  opacity: 0.8;
}
.mypage-shop-wrap .mypage-shop .lock-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 15px;
  right: 15px;
  padding: 10px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
  border: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-shop .lock-icon {
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
    padding: 6px;
  }
}
.mypage-shop-wrap .mypage-shop .lock-icon svg {
  width: 100%;
  height: 100%;
  fill: #222;
}
.mypage-shop-wrap .mypage-shop .shop-list-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.mypage-shop-wrap .mypage-shop .shop-list-link:hover {
  opacity: 0.8;
}
.mypage-shop-wrap .mypage-shop .mypage-shop-image {
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.mypage-shop-wrap .mypage-shop .mypage-shop-titlewrap {
  padding-top: 1em;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-shop .mypage-shop-titlewrap {
    padding: 10px 0 0;
  }
}
.mypage-shop-wrap .mypage-shop .shop-typeicon-wrap {
  margin-bottom: 1em;
  position: relative;
  z-index: 10;
  display: inline-block;
}
.mypage-shop-wrap .mypage-shop .shop-typeicon-wrap .shop-typeicon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding: 5px;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  position: relative;
  line-height: 5px;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-shop .shop-typeicon-wrap .shop-typeicon {
    margin-right: 2px;
  }
}
.mypage-shop-wrap .mypage-shop .shop-typeicon-wrap .shop-typeicon:last-of-type {
  margin-right: 0;
}
.mypage-shop-wrap .mypage-shop .shop-typeicon-wrap .shop-typeicon .icon-tooltip {
  position: absolute;
  top: -25px;
  left: 50%;
  z-index: 11;
  width: max-content;
  font-size: 0.8em;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 8px 5px;
}
.mypage-shop-wrap .mypage-shop .shop-typeicon-wrap .shop-typeicon .icon-tooltip:before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 10px solid transparent;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mypage-shop-wrap .mypage-shop .shop-typeicon-wrap svg {
  width: 100%;
  height: 100%;
}
.mypage-shop-wrap .mypage-shop .mypage-shop-title {
  width: 100%;
  word-break: break-all;
}
.mypage-shop-wrap .mypage-shop .mypage-shop-price {
  margin-top: 1em;
}
.mypage-shop-wrap .mypage-shop .mypage-shop-price:before {
  content: "¥ ";
}
.mypage-shop-wrap .mypage-shop .mypage-shop-price:after {
  content: " 〜";
}
.mypage-shop-wrap .mypage-shop .mypage-shop-price.sale {
  color: #e73656;
}
.mypage-shop-wrap .mypage-shop .salerate {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #e73656;
  color: #fff;
  font-size: 0.8em;
  width: 75px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-shop .salerate {
    font-size: 0.6em;
    width: 50px;
  }
}
.mypage-shop-wrap .mypage-shop .auction-period {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #e73656;
  color: #fff;
  font-size: 0.8em;
  padding: 0 5px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-shop .auction-period {
    font-size: 0.6em;
  }
}
.mypage-shop-wrap .mypage-shop .almost-gone {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e73656;
  color: #fff;
  font-size: 0.8em;
  padding: 0 5px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-shop .almost-gone {
    font-size: 0.6em;
  }
}
.mypage-shop-wrap .mypage-shop .soldout {
  position: absolute;
  top: -70px;
  left: -70px;
  width: 0;
  height: 0;
  z-index: 2;
  border-style: solid;
  border-color: transparent;
  border-width: 70px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.8;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-shop .soldout {
    top: -40px;
    left: -40px;
    border-width: 40px;
  }
}
.mypage-shop-wrap .mypage-shop .soldout span {
  text-align: center;
  font-weight: bold;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: -50px;
  left: -29px;
  font-size: 0.8em;
  width: 60px;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-shop .soldout span {
    font-size: 0.6em;
    top: -36px;
    left: -30px;
    line-height: 1;
  }
}
.mypage-shop-wrap .mypage-shop .soldout span br {
  display: none;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-shop .soldout span br {
    display: block;
  }
}
.mypage-shop-wrap .mypage-shop .limited {
  position: absolute;
  z-index: 3;
  width: 0;
  height: 0;
  left: -40px;
  top: -40px;
  border: solid transparent;
  border-width: 40px;
  pointer-events: none;
  content: " ";
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mypage-shop-wrap .mypage-shop .limited .limited-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: -38px;
  left: -31px;
  width: 65px;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-shop .limited .limited-inner {
    top: -36px;
  }
}
.mypage-shop-wrap .mypage-shop .limited span {
  display: block;
}
.mypage-shop-wrap .mypage-shop .limited span.limited-icon {
  width: 15px;
  height: 15px;
  margin: auto;
}
.mypage-shop-wrap .mypage-shop .limited span.limited-icon svg {
  width: 100%;
  height: 100%;
}
.mypage-shop-wrap .mypage-shop .limited span.limited-text {
  font-size: 7px;
  letter-spacing: -2px;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-shop .limited span.limited-text {
    margin-top: 3px;
  }
}
.mypage-shop-wrap .mypage-product-wrap {
  width: 100%;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product {
  position: relative;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productimage-slider {
  opacity: 0;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productimage-slider .mypage-productimage {
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productimage-slider .mypage-productimage-thumb {
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: cover;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productimage-slider .slick-slide {
  outline: none;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productimage-slider .slick-slide .slide-wrapper {
  display: block;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productimage-slider.slick-initialized {
  opacity: 1;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productimage-slider .slick-dots {
  margin: 2em 0;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productimage-slider .slick-dots li {
  display: inline-block;
  border: 1px solid transparent;
  margin-right: 10px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productimage-slider .slick-dots li {
    margin-right: 4px;
  }
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productimage-slider .slick-dots li:last-of-type {
  margin-right: 0;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productimage-slider .slick-dots li.slick-active {
  border-color: #FCC202;
  cursor: default;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .slider-arrow {
  outline: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  font-family: "Material Icons";
  font-size: 4em;
  color: #aaa;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 150px;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .slider-arrow {
    top: 125px;
  }
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .slider-arrow.arrow-right {
  right: 0;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .slider-arrow.arrow-right {
    right: -0.3em;
  }
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .slider-arrow.arrow-right:before {
  content: "\e315";
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .slider-arrow.arrow-left {
  left: 0;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .slider-arrow.arrow-left {
    left: -0.3em;
  }
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .slider-arrow.arrow-left:before {
  content: "\e314";
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .slider-arrow:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-producttitle {
  font-size: 1.3em;
  text-align: left;
  padding-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-producttitle {
    font-size: 1em;
    line-height: 1.5;
  }
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-productprice {
  font-size: 1em;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-productprice:before {
  content: "¥ ";
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-productprice .tax {
  margin-left: 5px;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form {
  padding: 1em 0;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form {
    display: block;
  }
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form.bottom-sticky {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px 15%;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form.bottom-sticky {
    padding: 10px;
  }
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form.bottom-sticky .stickey-title-wrap {
  display: block;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form.bottom-sticky .stickey-title-wrap {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form.bottom-sticky .mypage-select-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    margin-bottom: 0;
  }
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form.bottom-sticky .mypage-select {
  font-size: 0.8em;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form.bottom-sticky .mypage-select {
    margin-right: 1em !important;
    margin-bottom: 0 !important;
  }
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form.bottom-sticky .mypage-select:last-of-type {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 321px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form.bottom-sticky .mypage-select label {
    display: none;
  }
}
@media screen and (min-width: 321px) and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form.bottom-sticky .mypage-select label {
    margin-right: 5px;
  }
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form.bottom-sticky .button-wrap {
    text-align: right;
  }
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form.bottom-sticky .button-wrap .button {
    padding: 6px 1em;
    transition: none;
  }
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form .stickey-title-wrap {
  display: none;
  width: 33%;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form .stickey-title-wrap {
    width: 100%;
  }
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form .stickey-title-wrap .stickey-producttitle {
  font-size: 0.8em;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form .stickey-title-wrap .stickey-producttitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 0.9em;
    overflow: hidden;
    width: 100%;
  }
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form .stickey-title-wrap .stickey-productprice {
  font-size: 0.8em;
  margin-top: 5px;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form .stickey-title-wrap .stickey-productprice:before {
  content: "¥ ";
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form .mypage-select-wrap {
    margin-bottom: 1em;
  }
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form .mypage-select-wrap .mypage-select {
  margin-right: 2em;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form .mypage-select-wrap .mypage-select {
    margin-right: 1em;
  }
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form .mypage-select-wrap .mypage-select:last-of-type {
  margin-right: 0;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form .mypage-select-wrap label {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form .mypage-select-wrap label {
    font-size: 0.8em;
  }
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form .button-wrap {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form .button-wrap {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-purchase-form .button-wrap .button {
    transition: none;
  }
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap {
    display: block;
    margin-top: 1em;
  }
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-inner {
  margin-left: 1em;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-inner {
    margin-bottom: 1em;
    margin-left: 0;
  }
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-inner:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-inner:last-of-type {
    margin-bottom: 0;
  }
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list {
  margin-right: 1em;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list:last-of-type {
  margin-right: 0;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list a {
  display: inline-block;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list a.share-button {
  color: #fff;
  height: 20px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  padding: 1px 8px 1px 6px;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list a.share-button {
    height: auto;
  }
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list a.share-button i {
  margin-right: 3px;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list a.share-twitter {
  background-color: #1da1f2;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list a.share-facebook {
  background-color: #1877f2;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list a.share-line {
  background-color: #00b900;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list a.share-x {
  background-color: #0f1419;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list a.share-widget {
  background-color: #999;
  cursor: pointer;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list a.widget-report {
  color: #555;
  font-size: 12px;
  cursor: pointer;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list .widget-popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 1000;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list .widget-popup-inner {
  width: 90%;
  position: fixed;
  height: 80vh;
  background-color: #fff;
  z-index: 1001;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list .widget-popup-inner {
    overflow-y: scroll;
  }
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list .widget-popup-inner .widget-popup-wrap {
    display: block;
  }
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list .widget-popup-inner .widget-content {
  width: 50%;
  padding: 50px;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list .widget-popup-inner .widget-content {
    width: 100%;
    padding: 50px 1em 0;
  }
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list .widget-popup-inner .widget-content:last-of-type {
    padding: 50px 1em;
  }
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list .widget-popup-inner .widget-content .close-button {
  position: absolute;
  font-size: 2em;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list .widget-popup-inner .widget-content .widget-content-title {
  padding: 0;
  font-size: 1.3em;
  text-align: left;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list .widget-popup-inner .widget-content .widget-desc {
  margin: 25px 0;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list .widget-popup-inner .widget-content .widet-content-embed {
  width: 100%;
  height: 20vh;
  font-size: 0.8em;
  padding: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list .widget-popup-inner .widget-content .widet-content-embed {
    border: 1px solid #aaa;
  }
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list .widget-popup-inner .widget-content .widget-shop {
  width: 100%;
  border: 1px solid #ddd;
  margin: 0;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list .widget-popup-inner .widget-report-form label {
  display: block;
  margin-bottom: 1em;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list .widget-popup-inner .widget-report-form label {
    font-size: 0.8em;
  }
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list .widget-popup-inner .widget-report-form label:first-of-type {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list .widget-popup-inner .widget-report-form label:first-of-type {
    margin-top: 25px;
  }
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list .widget-popup-inner .widget-report-form label input {
  margin-right: 1em;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list .widget-popup-inner .widet-report-content {
  width: 100%;
  height: 100%;
  font-size: 1em;
  padding: 1em;
  border: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list .widget-popup-inner .widet-report-content {
    font-size: 0.8em;
    margin-top: -25px;
    height: 30vh;
  }
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list .widget-popup-inner .button-wrap {
  margin: 0;
}
@media screen and (max-width: 480px) {
  .mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .sharebutton-wrap .sharebutton-list .widget-popup-inner .button-wrap {
    padding-bottom: 50px;
  }
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-productdesc-head {
  padding-bottom: 0;
  text-align: left;
  border-top: 1px solid #ddd;
  padding-top: 25px;
  margin-top: 25px;
  font-size: 1.5em;
}
.mypage-shop-wrap .mypage-product-wrap .mypage-product .mypage-productdesc-wrap .mypage-productdesc {
  margin-top: 25px;
}

.wizard-steps {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 1000;
}

.wizard-steps-inner {
  background-color: #fff;
  width: 70%;
  height: 80vh;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  padding: 50px 25px;
  overflow-y: scroll;
}
@media screen and (max-width: 480px) {
  .wizard-steps-inner {
    width: 95%;
  }
}
@media screen and (min-width: 480px) and (max-width: 801px) {
  .wizard-steps-inner {
    width: 90%;
  }
}
.wizard-steps-inner .steptab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wizard-steps-inner .steptab-list .steptab {
  width: 100%;
  text-align: center;
  position: relative;
  color: #ccc;
  padding: 1em 0;
}
.wizard-steps-inner .steptab-list .steptab:last-of-type .steptab-circle-wrap .circle:after {
  content: "";
  display: none;
}
.wizard-steps-inner .steptab-list .steptab .steptab-circle-wrap {
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.5;
}
@media screen and (max-width: 801px) {
  .wizard-steps-inner .steptab-list .steptab .steptab-circle-wrap {
    font-size: 0.8em;
  }
}
.wizard-steps-inner .steptab-list .steptab .steptab-circle-wrap .circle {
  display: block;
  border: 1px solid #ccc;
  color: #ccc;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 1em;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 801px) {
  .wizard-steps-inner .steptab-list .steptab .steptab-circle-wrap .circle {
    margin-bottom: 0.5em;
    font-size: 2em;
  }
}
.wizard-steps-inner .steptab-list .steptab .steptab-circle-wrap .circle:after {
  content: "";
  position: absolute;
  top: 35%;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.wizard-steps-inner .steptab-list .steptab .steptab-circle-wrap .circle svg {
  width: 100%;
  height: 100%;
  padding: 15px;
  fill: #ccc;
}
@media screen and (max-width: 801px) {
  .wizard-steps-inner .steptab-list .steptab .steptab-circle-wrap .text {
    font-size: 0.8em;
  }
}
.wizard-steps-inner .steptab-list .steptab.disabled {
  color: #ccc;
}
.wizard-steps-inner .steptab-list .steptab.disabled .circle:before {
  border-color: #ccc;
  color: #ccc;
}
.wizard-steps-inner .steptab-list .steptab.current {
  color: #2ca8ff;
}
.wizard-steps-inner .steptab-list .steptab.current .circle {
  border-color: #2ca8ff;
}
.wizard-steps-inner .steptab-list .steptab.current .circle svg {
  fill: #2ca8ff;
}
.wizard-steps-inner .steptab-list .steptab.current ~ .done {
  color: #ccc;
}
.wizard-steps-inner .steptab-list .steptab.current ~ .done .circle:before {
  border-color: #ccc;
  color: #ccc;
}
.wizard-steps-inner .steptab-list .steptab.current ~ .done .circle:after {
  background-color: #ccc;
}
.wizard-steps-inner .steptab-list .steptab.done {
  color: #FCC202;
}
.wizard-steps-inner .steptab-list .steptab.done:hover {
  background-color: #ddd;
}
.wizard-steps-inner .steptab-list .steptab.done:hover .circle svg {
  background-color: #ddd;
}
.wizard-steps-inner .steptab-list .steptab.done .circle {
  border-color: #FCC202;
  color: #FCC202;
}
.wizard-steps-inner .steptab-list .steptab.done .circle svg {
  fill: #FCC202;
}
.wizard-steps-inner .steptab-list .steptab.done .circle:after {
  background-color: #FCC202;
}
@media screen and (max-width: 480px) {
  .wizard-steps-inner .steptab-list .number {
    display: block;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  .wizard-steps-inner .steptab-list .coron {
    display: none;
  }
}
.wizard-steps-inner .stepcontent {
  margin-top: 100px;
  width: auto;
}
@media screen and (max-width: 480px) {
  .wizard-steps-inner .stepcontent {
    margin-top: 50px;
  }
}
.wizard-steps-inner .stepcontent .body {
  width: 100%;
}
.wizard-steps-inner .stepcontent .title {
  display: none;
}
.wizard-steps-inner .stepcontent .field-left {
  position: relative;
}
@media screen and (max-width: 801px) {
  .wizard-steps-inner .stepcontent .field-left {
    font-size: 0.8em;
  }
}
.wizard-steps-inner .stepcontent .fieldleft-label {
  display: inline-block;
  line-height: 1;
  padding: 3px 5px;
  font-size: 0.8em;
  border-radius: 2px;
  color: #fff;
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .wizard-steps-inner .stepcontent .fieldleft-label {
    position: static;
    transform: none;
    margin-left: 5px;
  }
}
.wizard-steps-inner .stepcontent .fieldleft-label.required {
  background-color: #ff0000;
}
.wizard-steps-inner .stepcontent .fieldleft-label.optional {
  background-color: #ccc;
}
.wizard-steps-inner .stepcontent .upload-dropify-file {
  width: 100%;
}
.wizard-steps-inner .stepbutton-wrap .stepbutton-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.wizard-steps-inner .stepbutton-wrap .stepbutton-inner .stepbutton {
  margin-left: 2em;
}
.wizard-steps-inner .stepbutton-wrap .stepbutton-inner .stepbutton:first-of-type {
  margin-left: 0;
}
.wizard-steps-inner .stepbutton-wrap .stepbutton-inner .stepbutton .button {
  cursor: pointer;
  outline: none;
  appearance: none;
  padding: 5px 1em;
  background-color: #FCC202;
  border: 1px solid #FCC202;
  border-radius: 5px;
  display: inline-block;
}
.wizard-steps-inner .stepbutton-wrap .stepbutton-inner .stepbutton .button:hover {
  background-color: #b08801;
}
.wizard-steps-inner .stepbutton-wrap .stepbutton-inner .stepbutton .button.prev {
  background-color: #fff;
  color: #FCC202;
}

.checkbox-label-wrap {
  display: inline-block !important;
}
.checkbox-label-wrap input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.checkbox-label-wrap input[type=checkbox] + .checkbox-label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 321px) {
  .checkbox-label-wrap input[type=checkbox] + .checkbox-label {
    font-size: 0.7em;
  }
}
@media screen and (min-width: 321px) and (max-width: 480px) {
  .checkbox-label-wrap input[type=checkbox] + .checkbox-label {
    font-size: 0.9em;
  }
}
.checkbox-label-wrap input[type=checkbox] + .checkbox-label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 480px) {
  .checkbox-label-wrap input[type=checkbox] + .checkbox-label:before {
    margin-right: 5px;
    width: 15px;
    height: 15px;
  }
}
.checkbox-label-wrap input[type=checkbox]:checked + .checkbox-label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  width: 2px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 480px) {
  .checkbox-label-wrap input[type=checkbox]:checked + .checkbox-label:after {
    left: 2px;
    top: 7px;
  }
}
.checkbox-label-wrap input[type=checkbox] + .checkbox-before-label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkbox-label-wrap input[type=checkbox] + .checkbox-before-label:after {
  content: "";
  margin-left: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 22px;
  height: 22px;
}
.checkbox-label-wrap input[type=checkbox]:checked + .checkbox-before-label:before {
  content: "";
  position: absolute;
  right: 14px;
  top: 10px;
  width: 2px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#MessageBox .message {
  top: 50px;
}

.postinner-comment-hide {
  background-color: #ddd;
  color: #222;
  border: 1px solid #ccc;
  padding: 25px;
  border-radius: 5px;
}

.mypage-support-wrap,
.support-list-wrap {
  margin-top: 2em;
}
.mypage-support-wrap.front-contents,
.support-list-wrap.front-contents {
  margin-top: 0;
}
.mypage-support-wrap.front-contents .support-list,
.support-list-wrap.front-contents .support-list {
  padding: 25px;
}
.mypage-support-wrap.front-contents .support-list .support-list-inner,
.support-list-wrap.front-contents .support-list .support-list-inner {
  display: block;
}
.mypage-support-wrap.front-contents .support-list .support-list-inner .support-info-left,
.mypage-support-wrap.front-contents .support-list .support-list-inner .support-info-right,
.support-list-wrap.front-contents .support-list .support-list-inner .support-info-left,
.support-list-wrap.front-contents .support-list .support-list-inner .support-info-right {
  width: 100%;
}
.mypage-support-wrap.front-contents .support-list .support-list-inner .support-info-left,
.support-list-wrap.front-contents .support-list .support-list-inner .support-info-left {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .mypage-support-wrap.front-contents .support-list .support-list-inner .support-info-left,
  .support-list-wrap.front-contents .support-list .support-list-inner .support-info-left {
    margin-bottom: 15px;
  }
}

.limited {
  position: absolute;
  top: -70px;
  left: -70px;
  width: 0;
  height: 0;
  z-index: 2;
  border-style: solid;
  border-color: transparent;
  border-width: 70px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 480px) {
  .limited {
    top: -50px;
    left: -50px;
    border-width: 50px;
  }
}
.limited p {
  text-align: center;
  font-weight: bold;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: -63px;
  left: -40px;
  font-size: 0.8em;
}
@media screen and (max-width: 480px) {
  .limited p {
    font-size: 0.6em;
    top: -42px;
    left: -32px;
    line-height: 1;
  }
}
.limited p svg {
  width: 2em;
  height: 2em;
}
.limited p span {
  display: block;
}
.limited p span.ja {
  font-size: 1.3em;
}
@media screen and (max-width: 480px) {
  .limited p span.ja {
    margin-bottom: 4px;
  }
}

.support-list {
  margin-top: 50px;
  width: 100%;
  padding: 25px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .support-list {
    padding: 15px;
  }
}
.support-list:first-of-type {
  margin-top: 0;
}
.support-list:hover {
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .support-list .support-list-inner {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .support-list .support-list-inner .support-info-left {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 801px) {
  .support-list .support-list-inner .support-image-wrap {
    width: 55%;
    margin-bottom: 0;
  }
}
.support-list .support-list-inner .support-overview-wrap {
  border: none;
  padding: 0;
}
@media screen and (min-width: 600px) and (max-width: 801px) {
  .support-list .support-list-inner .support-overview-wrap {
    width: 42%;
  }
}
.support-list .support-list-inner .support-overview-wrap .support-list-title {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 0;
  margin-bottom: 15px;
  line-height: 1.5;
  height: 54px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 600px) {
  .support-list .support-list-inner .support-overview-wrap .support-list-title {
    height: auto;
    font-size: 1em;
  }
}
@media screen and (min-width: 600px) and (max-width: 801px) {
  .support-list .support-list-inner .support-overview-wrap .support-list-title {
    font-size: 16px;
    height: 48px;
  }
}
.support-list .support-list-inner .support-overview-wrap .support-overview {
  margin-bottom: 35px;
}
@media screen and (max-width: 801px) {
  .support-list .support-list-inner .support-overview-wrap .support-overview {
    margin-bottom: 15px;
  }
}
.support-list .support-list-inner .support-overview-wrap .support-overview:last-child {
  margin-bottom: 0;
}
.support-list .support-list-inner .support-overview-wrap .support-overview svg {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
@media screen and (max-width: 801px) {
  .support-list .support-list-inner .support-overview-wrap .support-overview svg {
    margin-right: 10px;
  }
}
.support-list .support-list-inner .support-overview-wrap .support-overview p .emphasis {
  font-size: 2.3em;
}
@media screen and (max-width: 480px) {
  .support-list .support-list-inner .support-overview-wrap .support-overview p .emphasis {
    font-size: 2em;
  }
}
@media screen and (min-width: 480px) and (max-width: 801px) {
  .support-list .support-list-inner .support-overview-wrap .support-overview p .emphasis {
    font-size: 1.8em;
  }
}
.support-list .support-list-inner .support-overview-wrap .support-overview p .emphasis.emphasis-number {
  margin: 0 5px;
}
@media screen and (max-width: 801px) {
  .support-list .support-list-inner .support-overview-wrap .support-overview p .emphasis.emphasis-number {
    margin: 0 3px;
  }
}
.support-list .support-list-inner .support-overview-wrap .support-overview p .emphasis.emphasis-lead {
  margin-right: 5px;
}
@media screen and (max-width: 801px) {
  .support-list .support-list-inner .support-overview-wrap .support-overview p .emphasis.emphasis-lead {
    margin-right: 3px;
  }
}
.support-list .support-list-inner .support-overview-wrap .support-overview p .emphasis.emphasis-end {
  font-size: 2em;
}
.support-list .support-list-inner .support-overview-wrap .support-overview .support-bar {
  margin-top: 5px;
  position: relative;
}
.support-list .support-list-inner .support-overview-wrap .support-overview .support-bar .bar-background {
  background-color: #ccc;
  border-radius: 100px;
  height: 4px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 18px;
  border-radius: 0;
}
.support-list .support-list-inner .support-overview-wrap .support-overview .support-bar .bar-background .bar-success {
  background-color: #FCC202;
  border-radius: 0 4px 4px 0;
  height: 100%;
}
.support-list .support-list-inner .support-overview-wrap .support-overview .support-bar .bar-success-persent {
  margin-left: 1em;
  width: 30px;
  text-align: right;
  border-radius: 0;
}
.support-list .support-list-inner .support-overview-wrap .support-overview .support-summary-inner {
  padding: 0 15px 0 40px;
}
@media screen and (max-width: 801px) {
  .support-list .support-list-inner .support-overview-wrap .support-overview .support-summary-inner {
    padding: 0 15px 0 35px;
  }
}
.support-list .support-title-wrap h2 {
  font-size: 1.3em;
  text-align: left;
  padding-bottom: 0;
  line-height: 1.5;
  overflow: hidden;
  height: 3em;
}
@media screen and (max-width: 801px) {
  .support-list .support-title-wrap h2 {
    font-size: 1em;
  }
}
.support-list .support-title-wrap .support-description {
  height: 3em;
  overflow: hidden;
  margin-top: 1em;
  font-size: 0.8em;
}
.support-list .support-content-header {
  width: 100%;
}
@media screen and (max-width: 801px) {
  .support-list .support-content-header {
    display: block;
  }
}
.support-list .support-content-header .support-title {
  padding: 0;
  font-size: 20px;
  height: 60px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-all;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .support-list .support-content-header .support-title {
    font-size: 14px;
    height: auto;
    max-height: 42px;
  }
}
@media screen and (min-width: 480px) and (max-width: 801px) {
  .support-list .support-content-header .support-title {
    font-size: 16px;
    height: 48px;
  }
}
.support-list .support-content-header .support-description {
  font-size: 14px;
  height: 63px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 480px) {
  .support-list .support-content-header .support-description {
    font-size: 12px;
    height: auto;
    max-height: 54px;
  }
}
@media screen and (min-width: 480px) and (max-width: 801px) {
  .support-list .support-content-header .support-description {
    font-size: 12px;
    height: 54px;
  }
}
.support-list .support-content-body {
  margin: 2em 0;
}
.support-list .support-content-body .amount {
  margin: 2em 0;
}
@media screen and (max-width: 480px) {
  .support-list .support-content-body .amount {
    margin: 1em 0;
  }
}
.support-list .support-content-bottom {
  text-align: right;
}
@media screen and (max-width: 321px) {
  .support-list .support-content-bottom {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 321px) and (max-width: 480px) {
  .support-list .support-content-bottom {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 480px) and (max-width: 801px) {
  .support-list .support-content-bottom {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 480px) {
  .support-list .support-content-bottom {
    text-align: left;
  }
}
.support-list .support-content-bottom .support-bottom-content {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2em;
}
@media screen and (max-width: 801px) {
  .support-list .support-content-bottom .support-bottom-content {
    margin-right: 10px;
  }
}
.support-list .support-content-bottom .support-bottom-content:last-of-type {
  margin-right: 0;
}
.support-list .support-content-bottom .support-bottom-content svg {
  margin-right: 10px;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .support-list .support-content-bottom .support-bottom-content svg {
    width: 1.2em;
    height: 1.2em;
    margin-right: 3px;
  }
}
@media screen and (min-width: 480px) and (max-width: 801px) {
  .support-list .support-content-bottom .support-bottom-content svg {
    margin-right: 3px;
  }
}
.support-list .support-content-bottom .support-bottom-content svg.icon-icon-fund {
  width: 1.2em;
  height: 1.2em;
}
@media screen and (max-width: 480px) {
  .support-list .support-content-bottom .support-bottom-content svg.icon-icon-fund {
    width: 15px;
    height: 15px;
  }
}
.support-list .support-content-bottom .support-bottom-content svg.icon-icon-time {
  width: 1.1em;
  height: 1.1em;
}
.support-list .support-content-bottom .support-bottom-content p {
  display: inline-block;
  vertical-align: middle;
}

.support-info .support-info-left {
  width: 55%;
}
@media screen and (max-width: 801px) {
  .support-info .support-info-left {
    width: 100%;
    margin-bottom: 50px;
  }
}
.support-info .support-info-left.support-image-wrap {
  position: relative;
}
.support-info .support-info-left.support-image-wrap .support-image {
  width: 100%;
  height: 100%;
  padding-top: 66.7%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.support-info .support-info-left.support-image-wrap .support-image-begin {
  position: relative;
}
.support-info .support-info-left.support-image-wrap .support-image-begin:before {
  content: "Comming Soon!!!";
  width: 100%;
  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;
  font-family: sans-serif;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.support-info .support-info-right {
  width: 42%;
}
@media screen and (max-width: 801px) {
  .support-info .support-info-right {
    width: 100%;
  }
}

.support-confirm-wrap {
  margin-bottom: 50px;
}
.support-confirm-wrap .support-confirm {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.support-confirm-wrap .support-confirm .support-confirm-inner {
  padding: 25px;
}
@media screen and (max-width: 480px) {
  .support-confirm-wrap .support-confirm .support-confirm-inner {
    display: block;
    padding: 15px;
  }
}
.support-confirm-wrap .support-confirm .support-confirm-inner .support-confirm-left .support-image {
  width: 145px;
  height: 0;
  padding-top: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  .support-confirm-wrap .support-confirm .support-confirm-inner .support-confirm-left .support-image {
    width: 100%;
  }
}
.support-confirm-wrap .support-confirm .support-confirm-inner .support-confirm-right {
  width: 100%;
  margin-left: 25px;
}
@media screen and (max-width: 480px) {
  .support-confirm-wrap .support-confirm .support-confirm-inner .support-confirm-right {
    margin-left: 0;
    margin-top: 15px;
  }
}
.support-confirm-wrap .support-confirm .support-confirm-inner .support-confirm-right .support-confirm-table {
  width: 100%;
}
.support-confirm-wrap .support-confirm .support-confirm-inner .support-confirm-right .support-confirm-table .basic-tr {
  width: 100%;
  margin-bottom: 15px;
}
.support-confirm-wrap .support-confirm .support-confirm-inner .support-confirm-right .support-confirm-table .basic-tr .basic-th {
  width: 150px;
}
.support-confirm-wrap .support-confirm .support-confirm-inner .support-confirm-right .support-confirm-table .basic-tr .basic-td {
  width: 100%;
}
.support-confirm-wrap .support-confirm .support-confirm-inner .support-confirm-right .support-confirm-table .basic-tr .basic-td .note {
  margin-top: 0;
  margin-left: 5px;
}
.support-confirm-wrap .support-confirm .support-confirm-inner .support-confirm-right .support-confirm-table .basic-tr .basic-td .creditcard-content {
  margin-top: 15px;
}
.support-confirm-wrap .support-confirm .support-confirm-inner .support-confirm-right .support-confirm-table .basic-tr .basic-td .creditcard-content .creditcard-image {
  width: 50px;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .support-confirm-wrap .support-confirm .support-confirm-inner .support-confirm-right .support-confirm-table .basic-tr .basic-td .creditcard-content .creditcard-image {
    width: 40px;
  }
}
.support-confirm-wrap .support-confirm .support-confirm-inner .support-confirm-right .support-confirm-table .basic-tr .basic-td .creditcard-content .creditcard-number-list {
  font-size: 0.9em;
}
@media screen and (max-width: 480px) {
  .support-confirm-wrap .support-confirm .support-confirm-inner .support-confirm-right .support-confirm-table .basic-tr .basic-td .creditcard-content .creditcard-number-list .reditcard-number-listtitle {
    display: none;
  }
}
.support-confirm-wrap .support-confirm .support-confirm-inner .support-confirm-right .support-confirm-table .basic-tr .basic-td .creditcard-button {
  font-size: 0.7em;
  margin-top: 5px;
}

.reverseButton {
  margin-right: 15px;
}

.unsubscribe {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #777;
  font-size: 0.8em;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .unsubscribe {
    font-size: 0.7em;
  }
}

.necessity-label {
  display: inline-block;
  border-radius: 10px;
  line-height: 1;
  padding: 3px 12px;
  color: #fff;
  font-size: 0.7em;
  font-weight: 400;
  margin-left: 5px;
}
.necessity-label.required {
  background-color: #e11619;
}

.input-textarea-inner .cancel-reason-text {
  margin-bottom: 15px;
}
.input-textarea-inner h4 {
  margin-bottom: 10px;
}
.input-textarea-inner .input-textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: none;
  background: #fff;
  color: #222;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 5px 10px;
  display: block;
  line-height: 1.5;
}
.input-textarea-inner .input-textarea:disabled {
  background-color: transparent;
  color: inherit;
  border-color: inherit;
  cursor: not-allowed;
}

.agree-checkbox-wrap {
  margin: 50px 0;
}
@media screen and (max-width: 480px) {
  .agree-checkbox-wrap {
    font-size: 1.5em;
  }
}

.page-load-status {
  margin-top: 100px;
  display: none;
  width: 100%;
}
@media screen and (max-width: 801px) {
  .page-load-status {
    margin-top: 50px;
    padding-bottom: 100px;
  }
}

.spinner {
  width: 20px;
  height: 20px;
  border: 2px #ddd solid;
  border-top: 2px #999 solid;
  border-radius: 50%;
  margin: auto;
  -webkit-animation: spinAnimation 0.8s infinite linear;
  animation: spinAnimation 0.8s infinite linear;
}

@-webkit-keyframes spinAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spinAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.infinite-scroll-last,
.infinite-scroll-error {
  text-align: center;
}

.pagination-wrap {
  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: 2em;
}
@media screen and (max-width: 480px) {
  .pagination-wrap {
    display: block;
    margin: 50px 0;
  }
}
@media screen and (max-width: 480px) {
  .pagination-wrap .pagination-result {
    text-align: right;
    margin-top: 2em;
    font-size: 0.8em;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .pagination {
    margin: 0.5em 0;
  }
}
.pagination .pagination-list {
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  .pagination .pagination-list {
    margin-right: 10px;
  }
}
.pagination .pagination-list:last-of-type {
  margin-right: 0;
}
.pagination .pagination-list a {
  padding: 0.5em 1em;
  display: inline-block;
}

.category-select-wrap {
  width: 100%;
}
.category-select-wrap.shoptype-select-wrap {
  padding: 25px 25px 0;
}
@media screen and (max-width: 480px) {
  .category-select-wrap.shoptype-select-wrap {
    padding: 25px 15px 0;
  }
}
.category-select-wrap.bottomcategory-select-wrap {
  padding: 0 25px 25px 0;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .category-select-wrap.bottomcategory-select-wrap {
    text-align: left;
    padding: 0 0 15px 5px;
  }
}
@media screen and (max-width: 480px) {
  .category-select-wrap.bottomcategory-select-wrap .checkbox-wrap {
    margin-top: 0;
  }
}
.category-select-wrap .select-wrap {
  border: none;
  display: inline-block;
  text-align: right;
  background-color: transparent;
}
.category-select-wrap .select-wrap .select {
  width: auto;
  max-width: 200px;
}
@media screen and (max-width: 480px) {
  .category-select-wrap .select-wrap .select {
    font-size: 0.8em;
    padding: 5px 20px 5px 5px;
    max-width: 150px;
    width: 100%;
  }
}
.category-select-wrap .checkbox-wrap {
  padding: 5px 0 5px 15px;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .category-select-wrap .checkbox-wrap {
    padding: 3px 0 3px 10px;
    margin-top: 15px;
    font-size: 0.9em;
  }
}

.checkbox-wrap {
  text-align: center;
  margin: 0;
}
.checkbox-wrap input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.checkbox-wrap input[type=checkbox] + .label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 0.9em;
}
@media screen and (max-width: 480px) {
  .checkbox-wrap input[type=checkbox] + .label {
    font-size: 0.8em;
  }
}
.checkbox-wrap input[type=checkbox] + .label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  border: 1px solid;
}
.checkbox-wrap input[type=checkbox]:checked + .label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  width: 2px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-background {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 1000;
}
.modal-background .modal-wrap {
  height: 100%;
}
.modal-background .modal-container {
  color: #222;
  background-color: #fff;
  width: 70%;
  height: 80vh;
  padding: 25px;
  overflow-y: scroll;
  position: relative;
}
@media screen and (max-width: 480px) {
  .modal-background .modal-container {
    width: 95%;
  }
}
@media screen and (min-width: 480px) and (max-width: 801px) {
  .modal-background .modal-container {
    width: 90%;
  }
}
.modal-background .modal-container .modal-close-wrap {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 25px;
  right: 25px;
  z-index: 1001;
}
.modal-background .modal-container .modal-close-wrap .modal-close {
  position: absolute;
  right: 50%;
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #222;
  -webkit-transform: rotate(-45deg) translateX(50%);
  -ms-transform: rotate(-45deg) translateX(50%);
  transform: rotate(-45deg) translateX(50%);
  cursor: pointer;
}
.modal-background .modal-container .modal-close-wrap .modal-close:after {
  content: "";
  position: absolute;
  top: 15px;
  left: -15px;
  width: 30px;
  height: 1px;
  background-color: #222;
}

.table-wrap {
  width: 100%;
}
@media screen and (max-width: 801px) {
  .table-wrap {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.table-wrap table {
  width: 100%;
  border: 1px solid;
}
.table-wrap table tr {
  border: 1px solid;
}
.table-wrap table tr th,
.table-wrap table tr td {
  text-align: center;
  border: 1px solid;
  padding: 5px;
  vertical-align: middle;
}
.table-wrap table tr td svg {
  width: 1em;
  height: 1em;
}

@media screen and (max-width: 801px) {
  .field-checkbox-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.field-checkbox-wrap .edit-content {
  margin-bottom: 50px;
  display: block !important;
}
.field-checkbox-wrap .edit-content:last-of-type {
  margin-bottom: 0;
}
.field-checkbox-wrap .edit-content .field-left,
.field-checkbox-wrap .edit-content .field-right {
  width: 100% !important;
}
.field-checkbox-wrap .edit-content .field-right .field-right-checkboxwrap .field-right-checkboxinner {
  margin-top: 15px;
  text-align: right;
}

.search-content-wrap {
  padding: 15px 25px;
  margin-top: 2em;
}
@media screen and (max-width: 480px) {
  .search-content-wrap {
    padding: 15px;
    margin-top: 1em;
    margin-bottom: -1em;
  }
}
.search-content-wrap .search-popup {
  position: relative;
  margin-top: 15px;
}
.search-content-wrap .search-popup #searchInput {
  width: 100%;
  height: 40px;
  padding: 0 65px 0 10px;
  outline: none;
  color: inherit;
  background: none;
  border: 1px solid;
}
@media screen and (max-width: 480px) {
  .search-content-wrap .search-popup #searchInput {
    height: 30px;
    padding-right: 40px;
    border-radius: 0;
    font-size: 1em;
  }
}
.search-content-wrap .search-popup #searchButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 40px;
  padding: 0;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 480px) {
  .search-content-wrap .search-popup #searchButton {
    width: 40px;
    height: 30px;
  }
}
.search-content-wrap .search-popup #searchButton svg {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 480px) {
  .search-content-wrap .search-popup #searchButton svg {
    width: 16px;
    height: 16px;
  }
}
.search-content-wrap .category-horizonlabel-wrap {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.search-content-wrap .category-horizonlabel-wrap .clear-wrap {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.search-content-wrap .category-horizonlabel-wrap .clear-wrap .clear {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border: 1px solid;
  border-radius: 50%;
  cursor: pointer;
}
.search-content-wrap .category-horizonlabel-wrap .clear-wrap .clear:before, .search-content-wrap .category-horizonlabel-wrap .clear-wrap .clear:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 15px;
}
.search-content-wrap .category-horizonlabel-wrap .clear-wrap .clear:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.search-content-wrap .category-horizonlabel-wrap .clear-wrap .clear:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.search-content-wrap .category-horizonlabel-wrap .category-label {
  border: 1px solid;
  border-radius: 15px;
  padding: 5px 10px;
  display: inline-block;
  font-size: 0.9em;
  margin-right: 15px;
  white-space: nowrap;
  cursor: pointer;
}
.search-content-wrap .category-horizonlabel-wrap .category-label.active {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  pointer-events: none;
  margin-right: 15px !important;
}
.search-content-wrap .category-horizonlabel-wrap .category-label:last-of-type {
  margin-right: 0;
}
.search-content-wrap .more-search-wrap {
  font-size: 0.8em;
  line-height: 1;
  text-align: right;
}
.search-content-wrap .more-search-wrap .more-search {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.search-content-wrap .more-search-wrap .more-search svg {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}
.search-content-wrap .more-search-wrap .more-search span {
  display: inline-block;
  vertical-align: middle;
}
.search-content-wrap ::-webkit-scrollbar {
  height: 5px;
}
.search-content-wrap ::-webkit-scrollbar-track {
  border-radius: 5px;
}
.search-content-wrap ::-webkit-scrollbar:horizontal {
  height: 5px;
}
.search-content-wrap ::-webkit-scrollbar-thumb {
  border-radius: 5px;
}
.search-content-wrap.shopsearch-content-wrap {
  margin: 0 auto;
  padding-top: 25px;
}
.search-content-wrap.shopsearch-content-wrap .category-horizonlabel-wrap {
  margin-bottom: 0;
}

.download-button {
  max-width: 250px;
  width: 100%;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .download-button {
    padding: 10px 15px;
  }
}
.download-button .icon-wrap {
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  text-align: center;
}
.download-button svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .download-button svg {
    width: 15px;
    height: 15px;
  }
}
.download-button .already {
  font-size: 0.6em;
  display: block;
  margin-top: 3px;
}
.download-button .download-contents {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid;
}
@media screen and (max-width: 480px) {
  .download-button .download-contents {
    margin-left: 10px;
    padding-left: 10px;
  }
}
.download-button .download-contents p {
  line-height: 1;
}
.download-button .download-contents .download-button-name {
  font-weight: bold;
}
.download-button .download-contents .download-content {
  font-size: 0.7em;
  margin-top: 5px;
  line-height: 1.5;
}
.download-button .download-contents .download-content .download-filename {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  max-width: 95px;
}

.mypage-orderview-wrap {
  padding: 25px;
}
@media screen and (max-width: 480px) {
  .mypage-orderview-wrap {
    padding: 25px 15px;
  }
}
.mypage-orderview-wrap .mypage-orderview {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid;
}

.tableblock-wrap .tableblock {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.tableblock-wrap .tableblock .tableblock-tr {
  display: table-row;
}
.tableblock-wrap .tableblock .tableblock-tr:first-of-type .tableblock-th,
.tableblock-wrap .tableblock .tableblock-tr:first-of-type .tableblock-td {
  padding-top: 0;
}
.tableblock-wrap .tableblock .tableblock-tr:last-of-type .tableblock-th,
.tableblock-wrap .tableblock .tableblock-tr:last-of-type .tableblock-td {
  padding-bottom: 0;
}
.tableblock-wrap .tableblock .tableblock-th,
.tableblock-wrap .tableblock .tableblock-td {
  display: table-cell;
  padding: 12.5px;
  font-size: 0.9em;
}
@media screen and (max-width: 480px) {
  .tableblock-wrap .tableblock .tableblock-th,
  .tableblock-wrap .tableblock .tableblock-td {
    font-size: 0.6em;
    padding: 10px 4px;
  }
}
@media screen and (min-width: 480px) and (max-width: 801px) {
  .tableblock-wrap .tableblock .tableblock-th,
  .tableblock-wrap .tableblock .tableblock-td {
    font-size: 0.8em;
  }
}
.tableblock-wrap .tableblock .tableblock-th {
  width: 130px;
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  .tableblock-wrap .tableblock .tableblock-th {
    width: 80px;
    font-weight: bold;
  }
}
@media screen and (min-width: 480px) and (max-width: 801px) {
  .tableblock-wrap .tableblock .tableblock-th {
    width: 100px;
  }
}
.tableblock-wrap .tableblock .tableblock-th.tableblock-wide-th {
  width: 150px;
}
@media screen and (max-width: 480px) {
  .tableblock-wrap .tableblock .tableblock-th.tableblock-wide-th {
    width: 115px;
  }
}
.tableblock-wrap .tableblock .tableblock-order-wrap {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dotted;
}
@media screen and (max-width: 480px) {
  .tableblock-wrap .tableblock .tableblock-order-wrap {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.tableblock-wrap .tableblock .tableblock-order-wrap:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.tableblock-wrap .tableblock .tableblock-order-wrap .tableblock-image {
  width: 100px;
  height: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .tableblock-wrap .tableblock .tableblock-order-wrap .tableblock-image {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}
.tableblock-wrap .tableblock .price:before {
  content: "¥ ";
}
.tableblock-wrap .tableblock .price-subinfo {
  font-size: 0.6em;
  margin-left: 5px;
}
.tableblock-wrap .tableblock .price-subinfo .quantity:before {
  content: "/";
  margin: 0 3px;
}
.tableblock-wrap .tableblock .status {
  border-radius: 20px;
  padding: 2px 5px;
  font-size: 0.8em;
  width: 70px;
  display: inline-block;
  text-align: center;
}

.help-icon-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  cursor: pointer;
  position: relative;
}
.help-icon-wrap .help-icon {
  width: 18px;
  height: 18px;
  fill: inherit;
}
.help-icon-wrap .icon-tooltip {
  display: inline-block;
  position: absolute;
  bottom: 25px;
  left: 50%;
  z-index: 11;
  font-size: 0.8em;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 8px;
  text-align: justify;
  word-break: break-all;
  hanging-punctuation: allow-end;
  min-width: 175px;
  width: 90%;
}
@media screen and (max-width: 480px) {
  .help-icon-wrap .icon-tooltip {
    font-size: 0.7em;
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
    left: -25px;
  }
}
.help-icon-wrap .icon-tooltip:before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 10px solid transparent;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
  .help-icon-wrap .icon-tooltip:before {
    left: 69px;
  }
}

/*# sourceMappingURL=user.css.map */
