@charset "UTF-8";
/**
 * mypage.css
 *
 * @copyright  2017 Arcphilia Inc.
 * @license    Proprietary
 * @version    1.0.0
 * @link       http://handmade-marche.kyoto/css/mypage.css
 * @since      2017-06-26
 * @author     Kenta Shindo
 */

/**
 * ログイン
 */
#loginForm {
  max-width: 600px;
  margin: 45px auto;
}
#loginForm .inputBoxContainer {
  max-width: 500px;
  margin: 0 auto 40px;
}
#loginForm .inputBoxContainer .formGuide {
  text-align: center;
  margin: 25px 0;
}
#loginForm .inputBoxContainer .linkForget {
  text-align: right;
  margin: 15px 0 0 0;
}
#loginForm .inputBoxContainer .errorText {
  margin: 10px 0 0 0;
}
#loginForm .formBtn button {
  max-width: 300px;
}
.announce {
  margin: 40px auto 0;
  padding: 20px;
  width: 100%;
  color: #B22C00;
  font-size: 1.5rem;
  border: 2px solid #B22C00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}


/**
 * マイページナビゲーション
 */
#mypageContainer .mypageSpNav,
#mypageContainer .mypageSpNavCover {
  display: none;
}
#mypageNavContainer {
  display: block;
  position: relative;
  float: left;
}
#mypageNav {
  position: absolute;
  width: 210px;
  padding: 20px 0 0 0;
}
#mypageNav .mypageNavContent {
  display: block;
  margin: 0 0 20px 0;
}
#mypageNav .mypageNavContent .navLabel {
  display: block;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #5B4C3E;
  color: #fff;
  height: 36px;
  line-height: 36px;
}
#mypageNav .mypageNavContent ul {
  display: block;
  padding: 5px 5px 4px 5px;
  background: #F2EDE6;
}
#mypageNav .mypageNavContent ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #F2EDE6;
}
#mypageNav .mypageNavContent ul li > * {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 30px;
  position: relative;
  background-color: #fff;
  text-decoration: none;
}
#mypageNav .mypageNavContent ul li > *:before {
  display: block;
  width: 5px;
  height: 7px;
  content: '';
  background-image: url(/images/mypage/iconMypageNavArrow.png);
  position: absolute;
  top: 50%;
  left: 15px;
  margin: -3px 0 0 0;
}
#mypageNav .mypageNavContent ul li > span {
  opacity: .5;
}
#mypageNav .mypageNavContent ul li > a:hover {
  background-color: #FAF8F5;
}
#mypageNav .mypageNavContent ul li > a:hover:before {
  background-image: url(/images/mypage/iconMypageNavArrowCurrent.png);
}

#mypageNav .mypageNavOtherContent {
  display: block;
}
#mypageNav .mypageNavOtherContent ul {
  display: block;
}
#mypageNav .mypageNavOtherContent ul li {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}
#mypageNav .mypageNavOtherContent ul li > * {
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0 0 0 35px;
  position: relative;
  border-radius: 5px;
  background-color: #F2EDE6;
  text-decoration: none;
  font-size: 1.2rem;
}
#mypageNav .mypageNavOtherContent ul li > span {
  opacity: .5;
}
#mypageNav .mypageNavOtherContent ul li > *:before {
  display: block;
  width: 22px;
  height: 22px;
  content: '';
  position: absolute;
  top: 50%;
  left: 6px;
  margin: -11px 0 0 0;
}
#mypageNav .mypageNavOtherContent ul li.mypageNavProfile > *:before {
  background-image: url(/images/mypage/iconMypageNavProfile.png);
}
#mypageNav .mypageNavOtherContent ul li.mypageNavDownload > *:before {
  background-image: url(/images/mypage/iconMypageNavDownload.png);
}
#mypageNav .mypageNavOtherContent ul li.mypageNavFaq > *:before {
  background-image: url(/images/mypage/iconMypageNavFaq.png);
}
#mypageNav .mypageNavOtherContent ul li.mypageNavLogout > *:before {
  background-image: url(/images/mypage/iconMypageNavLogout.png);
}

#mypageNav ul li {
  list-style: none;
}

#mypageNav .navBanner{
  margin-top: 20px;
}
#mypageNav .navBanner li{
  list-style: none;
  text-align: center;
  margin-top: 10px;
}

/**
 * マイページコンテンツ
 */
#mypageContainer > .inner {
  position: relative;
  min-height: 700px;
  margin: 30px auto;
}
#mypageContent {
  padding: 20px 0;
  float: right;
  width: 820px;
}
#mypageContent .formTable {
  max-width: 700px;
}
#mypageContent .contactBooth {
  max-width: 700px;
  display: block;
  text-align: right;
  margin: 8px auto 5px;
  font-size: 12px;
  padding: 0 10px;
}
#mypageContent .formBtn {
  padding: 50px 0 0 0;
}
#mypageContent .formBtn .linkBtn {
  max-width: 300px;
  font-size: 1.8rem;
  padding: 15px 10px;
}


/* ブース・オプション */
.formContainer .formTable.option td .field {
  margin: 0;
  vertical-align: middle;
}
.formContainer .formTable.option tr.paid {
  background-color: #E8F7E7;
}
.formContainer .formTable.option tr.paid .changeText {
  color: #297F18;
}
.formContainer .formTable.option tr.change {
  background-color: #FFFDA8;
}
.formContainer .formTable.option tr.change .changeText {
  color: #FC5F22;
}

/* メールアドレス, パスワード */
#mypageContent .inputBoxContainer {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 10px;
}
#mypageContent .inputBoxContainer .formGuide {
  text-align: center;
  margin: 25px 0;
}
#mypageContent .inputBoxContainer .linkForget {
  text-align: right;
  margin: 15px 0 0 0;
}
#mypageContent .inputBoxContainer .errorText {
  margin: 10px 0 0 0;
}
#mypageContent .formBtn button {
  max-width: 300px;
}

/* パスワード */
.pageMypagePassword #mypageContent .inputBoxContainer {
  max-width: 500px;
}
.pageMypagePassword .inputBox.horizontal .field {
  max-width: 270px;
}

/* 出店情報 */
.pageMypageExhibitor #mypageContent .formTable {
  max-width: 960px;
}
.pageMypageExhibitor .formContainer .formTable td .field.noMarginContainer {
  max-width: 500px;
}
.pageMypageExhibitor .formContainer #exhibitorImageInputContainer .note {
  margin: 0 0 20px 0;
}
.pageMypageExhibitor .formContainer .formTable td .field .file {
  margin: 0 5px 8px 0;
}

/* 参加者 */
.pageMypageParticipant .formContainer .formTableTitle {
  background-image: url(/images/mypage/iconMypageProfile.png)
}
.pageMypageParticipant .formContainer .formTable caption .editParticipant {
  position: absolute;
  top: 14px;
  right: 0;
}
.pageMypageParticipant .formContainer .formTable caption .editParticipant a {
  text-decoration: none;
  vertical-align: middle;
  margin: 0 0 0 10px;
  display: inline-block;
  width: 160px;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  background: #867c71;
  background: -moz-linear-gradient(top, #867c71 0%, #6d6155 50%);
  background: -webkit-linear-gradient(top, #867c71 0%,#6d6155 50%);
  background: linear-gradient(to bottom, #867c71 0%,#6d6155 50%);
}
.pageMypageParticipant .formContainer .formTable caption .editParticipant a:hover {
  opacity: .8;
}
.pageMypageParticipant #mypageContent .formBtn .addParticipantBtn {
  display: inline-block;
  width: 160px;
  height: 70px;
  border: 1px solid #BFB7AD;
  border-radius: 80px;
  position: relative;
  text-align: center;
  padding: 90px 0 0 0;
  color: #463733;
  text-decoration: none;
  background-color: #F6F0EA;
}
.pageMypageParticipant #mypageContent .formBtn .addParticipantBtn:before {
  content: '';
  display: block;
  position: absolute;
  width: 49px;
  height: 39px;
  top: 30px;
  left: 50%;
  margin: 0 0 0 -20px;
  background-image: url(/images/mypage/iconMypageAddProfile.png);
}
.pageMypageParticipant #mypageContent .formBtn .addParticipantBtn:hover {
  opacity: .8;
}
.formContainer #exhibitorImageInputContainer .note {
  margin: 0 0 20px 0;
}

/* お品書き */
.pageMypageMenu #mypageContent .guide {
  width: 100%;
  margin: 30px 0 40px 0;
  padding: 60px 0;
  text-align: center;
  background: #f8f6f0;
}
.pageMypageMenu #mypageContent .guide .guideTitle {
  margin: 0 0 40px;
  color: #463733;
  font-size: 2rem;
}
.pageMypageMenu #mypageContent .guide p {
  margin: 0 0 40px 0;
  font-size: 1.5rem;
  line-height: 30px;
}
.pageMypageMenu #mypageContent .guide strong {
  margin: 20px 0 -20px 0;
  display: block;
  font-size: 1.3rem;
}

.pageMypageMenu #mypageContent .addItem {
  text-decoration: none;
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 300px;
  padding: 20px 10px;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  border-radius: 6px;
  background: #BB6F69;
  background: -moz-linear-gradient(top,  #BB6F69 0%, #AF574F 50%);
  background: -webkit-linear-gradient(top,  #BB6F69 0%,#AF574F 50%);
  background: linear-gradient(to bottom,  #BB6F69 0%,#AF574F 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BB6F69', endColorstr='#AF574F',GradientType=0 );
}

.pageMypageMenu #mypageContent .menuListContainer {
  display: block;
  max-width: 765px;
  margin: 0 auto;
}
.pageMypageMenu #mypageContent .menuList {
  margin: 0 -45px 35px 0;
  padding: 0 0 35px 0;
}
.pageMypageMenu #mypageContent .menuList li {
  display: inline-block;
  width: 225px;
  height: 350px;
  padding: 20px 0 0 0;
  margin-right: 42px;
  vertical-align: top;
  letter-spacing: 1px;
  background: #fff;
}
.pageMypageMenu #mypageContent .menuList li.ui-sortable-helper {
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.pageMypageMenu #mypageContent .menuList li .sortTrigger {
  display: none;
}
.pageMypageMenu #mypageContent .menuList li .thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding: 100% 0 0 0;
  border: none;
  background: #f4f4f4;
}
.pageMypageMenu #mypageContent .menuList li .thumb p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.pageMypageMenu #mypageContent .menuList li .thumb p img {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  vertical-align: baseline;
}
.moveGuide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  z-index: 100;
  cursor: move;
}
.pageMypageMenu #mypageContent .menuList li .thumb:hover .moveGuide {
  opacity: 1;
}
.moveGuide span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -103px;
  display: block;
  width: 207px;
  height: 27px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 15px;
  text-align: center;
  line-height: 27px;
  font-size: 1.2rem;
}
.pageMypageMenu #mypageContent .menuList li .data {
  margin: 20px 0 0 0;
  height: 40px;
  text-align: center;
}
.pageMypageMenu #mypageContent .menuList li .data p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pageMypageMenu #mypageContent .menuList li .data .title {
  margin: 0 0 10px 0;
  color: #666;
  font-size: 1.5rem;
  font-weight: bold;
}
.pageMypageMenu #mypageContent .menuList li .data .price {
  color: #999;
  font-size: 1.3rem;
}
.pageMypageMenu #mypageContent .menuList li .edit {
  position: relative;
  margin: 20px 0 0 0;
  text-align: center;
}
.pageMypageMenu #mypageContent .menuList li .edit a {
  display: inline-block;
}
.pageMypageMenu #mypageContent .menuList li .edit .btnEdit {
  position: relative;
  width: 140px;
  height: 25px;
  text-align: center;
  color: #59463F;
  border-radius: 1.3rem;
  text-decoration: none;
  background: #eee;
  line-height: 25px;
}
.pageMypageMenu #mypageContent .menuList li .edit .btnEdit img {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 14px;
}

body.noScroll {
  overflow: hidden;
}
#formModalWrapper {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .8);
  overflow: auto;
  top: 0;
  left: 0;
  z-index: 10000;
}
#formModal {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 760px;
  margin: 0 0 0 -380px;
}
#formModal .content {
  background: #fff;
  padding: 35px 45px;
  border-radius: 3px;
}
#formModal .btnCancel {
  position: absolute;
  top: 10px;
  right: 10px;
}
#formModal .btnCancel img {
  width: 20px;
}
#formModal input[type="text"],
#formModal textarea {
  border: solid 1px #BFBBB7;
  background-color: #F9F6F3;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px;
  color: #333333;
}
#formModal textarea {
  margin: 0;
}
#formModal .content .row {
  clear: both;
  width: 100%;
  margin: 0 0 25px 0;
}
#formModal .content .row .labelArea {
  width: 120px;
  margin: 10px 0 0 0;
  float: left;
  font-weight: bold;
}
#formModal .content .row .labelArea span {
  font-size: 1.3rem;
}
#formModal .content .row .inputArea {
  width: 540px;
  float: right;
  position: relative;
}
#formModal .content .row .inputArea input[type="text"] {
  width: 100%;
  height: 46px;
  line-height: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5rem;
}
#formModal .content .row .inputArea textarea {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px  ;
}
#formModal .content .row .inputArea input[type="text"].price {
  width: 100px;
  margin: 0 5px 0 0;
}
#formModal .content .row .inputArea .unit {
  position: absolute;
  top: 17px;
  left: 110px;
}
#formModal .content .row .inputArea .checkboxWrapper {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}
#formModal .content .row .inputArea .checkboxWrapper .checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
  border: solid 1px #BFBBB7;
  background-color: #F9F6F3;
  padding: 5px 10px 5px 5px;
  border-radius: 3px;
}

#dropArea {
  width: 100%;
  height: 250px;
  border: 2px dashed #ccc;
  background: #f3f2f4;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
#dropArea p {
  margin: 75px 0 0 0;
  line-height: 30px;
}
#dropArea p strong {
  font-size: 14px;
}
#dropArea .file {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 13px 20px 11px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
  margin: 13px 0 0 0;
}
#dropArea .file .update {
  display: none;
}
#dropArea .file input[type="file"] {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 100px;
  cursor: pointer;
}
#dropArea.preview {
  border: none;
}
#dropArea.preview p {
  display: none;
}
#dropArea.preview .file {
  margin: 105px 0 0 0;
}
#dropArea.preview .file .insert {
  display: none;
}
#dropArea.preview .file .update {
  display: block;
}
#tagArea {
  position: relative;
  margin-top: 10px;
}
#tagArea .addTag {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 13px 35px 11px 15px;
  border: 1px solid #ccc;
  background-color: #F9F6F3;
  font-weight: bold;
  border-radius: 5px;
  color: #000;
  background-image: url(/images/mypage/iconAddTag.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 10px center;
  text-decoration: none;
}
#tagArea .tagGuide{
  float: right;
  font-size: 1.2rem;
  margin: 12px 0 0 0;
}
#tagList {
  list-style-type: none;
  margin: 10px 0 0 0;
}
#tagList li {
  position: relative;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
}
#tagList select {
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  margin: 0 10px 0 0;
  line-height: 20px;
  padding: 6px 26px 6px 10px;
  font-size: 1.4rem  ;
  border: solid 1px #CCC;
  background-color: #F9F6F3;
  cursor: pointer;
  background-image: url(/images/common/icon/iconSelectArrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}
#tagList .previewTag {
  display: inline-block;
  background-color: #72695E;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  padding: 3px 10px;
}
#tagList .previewTag:before {
  content: '#';
}
#tagList .btnTagDelete {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  background: #eee;
}
#tagList .btnTagDelete img {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 1.3rem;
}
#freeTagArea {
  margin-top: 20px;
}
#freeTagArea .counter {
  text-align: right;
  margin: -24px 0 0 0;
}
#freeTagArea .tagify-container {
  width: 100%;
  height: auto;
  background: #F9F6F3;
  margin-top: 10px;
}
#freeTagArea .tagify-container > span {
  background-color: #72695E;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  padding: 3px 10px;
}
#freeTagArea .tagify-container > span a {
  color: #ccc;
  text-decoration: none;
  display: inline-block;
  margin: -4px 0 0 3px;
  vertical-align: middle;
}
#freeTagArea .tagify-container > span:before {
  content: '#';
}
#freeTagArea .attention {
  margin-top: .5em;
  color: #888;
  font-size: 1.3rem;
}
#freeTagArea .note {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 5px;
}
#formModal .content .row .inputArea .tagify-container input[type="text"] {
  width: auto;
  border: none;
  background: #F9F6F3;
  display: inline-block;
  outline: none;
}
.btnWrap {
  margin: 25px 0;
  position: relative;
}
.btnSave {
  display: block;
  width: 90%;
  max-width: 346px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  background: #df5a48;
  font-size: 1.8rem;
  line-height: 52px;
  text-decoration: none;
}
.btnSave:hover {
  color: #fff;
}

.btnSave.saving {
  pointer-events: none;
}
.btnSave .loader,
.btnSave .loader:before,
.btnSave .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.btnSave .loader {
  color: #ffffff;
  font-size: 7px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.btnSave .loader:before,
.btnSave .loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.btnSave .loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.btnSave .loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.btnDelete {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 120px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  background: #999;
  font-size: 1.6rem;
  line-height: 52px;
  text-decoration: none;
}
.btnDelete:hover {
  color: #fff;
}
.modify .btnDelete {
  display: block;
}

#dropArea + .errorText {
  float: right;
  clear: both;
  width: 560px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

div.saveResult {
  text-align: center;
  margin: -10px auto 20px auto;
}
div.saveResult span {
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  border-radius: 3px;
  animation:show .5s both;
  animation-delay: .5s;
  opacity: 0;
  font-size: 1.3rem;
}
@keyframes show {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

/* デザイン変更 */
#MypageThemeColor {
  border: 1px solid #dedfe1;
  width: 390px;
  height: 288px;
  float: left;
  background: #fff;
  margin: 30px 0 30px 0;
}
#MypageBackgroundImage {
  border: 1px solid #dedfe1;
  width: 390px;
  height: 288px;
  float: right;
  margin: 30px 0 30px 0;
  background: #fff;
}
#MypageTitle {
  border: 1px solid #dedfe1;
  /*height: 248px;*/
  clear: both;
  background: #fff;
}
#MypageThemeColor h3,
#MypageBackgroundImage h3,
#MypageTitle h3 {
  display: block;
  border-bottom: 5px solid #1E4E6B;
  color: #1E4E6B;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
}

#MypageThemeColor .palette ul {
  width: 363px;
  margin: 0 auto;
  padding: 20px 0 10px 0px;
  list-style-type: none;
}
#MypageThemeColor .palette li {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  float: left;
  margin: 0 10px 10px 10px;
  cursor: pointer;
  position: relative;
}
#MypageThemeColor .palette li .cbIcon {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  color: #fff;
  font-size: 24px;
}
#MypageThemeColor .palette li.check .cbIcon {
  display: block;
}
.colorPaletteTriger {
  display: block;
  margin: 0px auto;
  border: 1px solid rgb(204, 204, 204);
  width: 210px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  border-radius: 5px;
  position: relative;
  text-decoration: none;
}
.colorPaletteTriger:hover {
  color: initial;
}
.colorPaletteTriger .cbIcon {
  display: none;
  position: absolute;
  font-size: 22px;
  top: 5px;
  left: 7px;
}
.colorPaletteTriger.check .cbIcon {
  display: block;
}

.checkMark {
  display: none;
  position: absolute;
  width: 29px;
  height: 29px;
  background: #1d4e6b;
  border-radius: 15px;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
}
.checkMark .cbIcon {
  position: absolute;
  top: 4px;
  left: 4px;
  color: #fff;
  font-size: 22px;
}

#MypageBackgroundImage .Error {
  padding-top: 6px;
  text-align: center;
}
.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 130px;
  width: 363px;
  margin: 16px auto 0;
  float: none;
  display: block;
}
.slide {
  position: absolute;
}
.slide ul {
  list-style-type: none;
  float: left;
  text-align: center;
}
.slide li {
  display: inline-block;
  margin: 0 2px 8px;
  position: relative;
}
.slide li.check .checkMark{
  display: block;
}
.bgPager {
  text-align: center;
  list-style-type: none;
  margin: 0 0 10px 0;
}
.bgPager li {
  display: inline-block;
  background: #b7b7b7;
  width: 35px;
  height: 20px;
  border: 1px solid #ccc;
  line-height: 22px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}
.bgPager li.current {
  color: #22546c;
  background: #fff;
}

.bgUpload .file {
  display: block;
  margin: 0px auto;
  border: 1px solid rgb(204, 204, 204);
  width: 210px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.bgUpload .file .update {
  display: none;
}
.bgUpload .file input[type="file"] {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 100px;
  cursor: pointer;
}
.bgUpload .originalBgThumb {
  display: none;
  vertical-align: middle;
  width: 80px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  position: relative;
  margin: 0 5px 0 0;
  cursor: pointer;
}
.bgUpload .originalBgDelete {
  display: none;
  vertical-align: middle;
  margin: 0px auto;
  border: 1px solid rgb(204, 204, 204);
  width: 100px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin: 0 0 0 5px;
  text-decoration: none;
}
.bgUpload.Preview {
  text-align: center;
}
.bgUpload.Preview .originalBgThumb,
.bgUpload.Preview .originalBgDelete {
  display: inline-block;
}
.bgUpload .originalBgThumb.check .checkMark {
  display: block;
}
.bgUpload.Preview .file .update {
  display: block;
}
.bgUpload.Preview .file {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
}
.bgUpload.Preview .file .insert {
  display: none;
}

.fontControl {
  width: 50%;
  height: 80px;
  line-height: 80px;
}
.fontLanguageList {
  float: left;
}
.fontSizeList {
  float: right;
}
.fontControl p,
.fontControl ul,
.fontControl li {
  display: inline-block;
  vertical-align: middle;
}

.fontControl p{
  font-weight: bold;
  color: #154663;
  margin: 0 15px 0 20px;
  font-size: 13px  ;
}
.fontControl ul {
  letter-spacing: -10px;
  width: 280px;
}
.fontControl ul li {
  letter-spacing: 0;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.fontControl ul li:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.fontControl ul li:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: none;
}

.fontLanguageList.fontControl ul li {
  width: 50%;
}
.fontSizeList.fontControl ul li {
  width: 20%;
}

.fontControl ul li a {
  display: block;
  color: #666;
  font-weight: bold;
  text-decoration: none;
}
.fontControl ul li a:hover {
  color: #666;
}

.fontControl ul li.current {
  background-color: #B3665B;
}
.fontControl ul li.current a {
  color: #fff;
}
.fontControl ul li.current a:hover {
  color: #fff;
}

.fonts {
  clear: both;
  max-height: 350px;
  overflow: auto;
  margin: 0 20px 20px;
  border: 3px solid #ccc;
  list-style-type: none;
}
.fonts.english {
  display: none;
}
.fonts li {
  padding: 10px 80px 10px 20px;
  position: relative;
  cursor: pointer;
}
.fonts li p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 40px;
  line-height: 1;
}

.fonts li p.xs { font-size: 30px; }
.fonts li p.s { font-size: 35px; }
.fonts li p.m { font-size: 40px; }
.fonts li p.l { font-size: 45px; }
.fonts li p.xl { font-size: 50px; }

.fonts li .checkMark {
  right: 10px;
  margin-left: 0;
  left: inherit;
}
.fonts li.check {
  background-color: #f8f6f0;
}
.fonts li.check .checkMark {
  display: block;
}

#MypageTitle .note {
  margin: 0 20px 5px;
}
#MypageTitle .note.english {
  display: none;
}
#MypageTitle .editLink {
  margin: 0 20px 20px;
}

/* -------------------------------------
 Color Picker & trimWndow Css & FontList
--------------------------------------- */
#cover{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
  /*background: #9AB550;*/
  opacity: 0.3;
}
#PickerWindow,
#TrimWindow,
#FontList,
#ModalSaveComplete{
  position: absolute;
  z-index: 10001;
  display: none;
  padding: 20px 10px;
  height: 270px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
#PickerWindow #MoveTrigger{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 27px;
  border-bottom: 1px solid #EEE;
  background-color: #FAFAFA;
  cursor: move;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#PickerWindow #ColorPicker{
  margin: 15px 0 0 0;
}
#PickerWindow #PaletteColor{
  display: block;
  margin: 10px auto;
  padding: 5px;
  width: 90px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#PickerWindow #PaletteColorOk {
  display: block;
  margin: 10px auto 0 auto;
  padding: 6px 10px;
  width: 80px;
  height: 14px;
  border-radius: 5px;
  background: #80776b;
  background: -moz-linear-gradient(top, #80776b 0%, #49443f 95%, #2f2a27 96%, #2f2a27 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80776b), color-stop(95%,#49443f), color-stop(96%,#2f2a27), color-stop(100%,#2f2a27));
  background: -webkit-linear-gradient(top, #80776b 0%,#49443f 95%,#2f2a27 96%,#2f2a27 100%);
  background: -o-linear-gradient(top, #80776b 0%,#49443f 95%,#2f2a27 96%,#2f2a27 100%);
  background: -ms-linear-gradient(top, #80776b 0%,#49443f 95%,#2f2a27 96%,#2f2a27 100%);
  background: linear-gradient(to bottom, #80776b 0%,#49443f 95%,#2f2a27 96%,#2f2a27 100%);
  color: #FFF;
  text-align: center;
  letter-spacing: 2px;
  line-height: 14px;
  cursor: pointer;
}
#PickerWindow{
  height: auto;
}
#ColorHistory{
  margin: 15px 0 10px 0;
  padding: 0 8px;
  width: 180px;
}
.historyPicker {
  width: 15px;
  height: 15px;
  float: left;
  margin: 0 0 7px 5px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 10px;
  cursor: pointer;
}
#PickerWindowClose {
  position: absolute;
  display: block;
  right: 5px;
  top: 5px;
  cursor: pointer;
  color: #AAA;
  background: none;
  width: 18px;
  height: 18px;
  line-height: 1;
  z-index: 110;
  padding: 0;
}


/* 出店者ガイド */
.pageMypageDownload .eventguideImage {
  text-align: center;
}


/**
 * Retina用背景画像の指定
 */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /**
   * マイページナビゲーション
   */
  #mypageNav .mypageNavContent ul li > *:before {
    -webkit-background-size: 5px 7px;
    background-size: 5px 7px;
    background-image: url(/images/mypage/iconMypageNavArrow@2x.png);
  }
  #mypageNav .mypageNavContent ul li > a:hover:before {
    background-image: url(/images/mypage/iconMypageNavArrowCurrent@2x.png);
  }

  #mypageNav .mypageNavOtherContent ul li > *:before {
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
  }
  #mypageNav .mypageNavOtherContent ul li.mypageNavProfile > *:before {
    background-image: url(/images/mypage/iconMypageNavProfile@2x.png);
  }
  #mypageNav .mypageNavOtherContent ul li.mypageNavDownload > *:before {
    background-image: url(/images/mypage/iconMypageNavDownload@2x.png);
  }
  #mypageNav .mypageNavOtherContent ul li.mypageNavFaq > *:before {
    background-image: url(/images/mypage/iconMypageNavFaq@2x.png);
  }
  #mypageNav .mypageNavOtherContent ul li.mypageNavLogout > *:before {
    background-image: url(/images/mypage/iconMypageNavLogout@2x.png);
  }

  /* 参加者 */
  .pageMypageParticipant .formContainer .formTableTitle {
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    background-image: url(/images/mypage/iconMypageProfile@2x.png)
  }

  /* お品書き */
  #tagList select {
    -webkit-background-size: 13px 7px;
    background-size: 13px 7px;
    background-image: url(/images/common/icon/iconSelectArrow@2x.png);
  }
}

.banner{
    list-style: none;
    text-align: center;
}
li#smartpay:hover,li#pico:hover
{
    opacity: .8;
}
li#pico{
    margin-top: 10px;
}


/* クーポン */
.pageMypageCoupon .guide {
  margin-top: 28px;
  padding: 0 30px;
}
.pageMypageCoupon .guide h3 {
  font-size: 24px;
  line-height: 1.58;
  color: #dd7482;
  text-align: center;
}
.pageMypageCoupon .guide h3 + p {
  margin-top: 25px;
  font-size: 15px;
  line-height: 1.67;
}
.pageMypageCoupon .couponContent {
  margin-top: 60px;
}
.pageMypageCoupon .couponContent h4 {
  font-size: 16px;
  color: #2d516d;
  border-bottom: 1px dashed #2d516d;
  padding: 0 0 6px 10px;
}
.pageMypageCoupon .method {
  margin-top: 55px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pageMypageCoupon .method .explanation {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-top: 25px;
}
.pageMypageCoupon .methodContent {
  position: relative;
}
.pageMypageCoupon .methodContent .methodNumber {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 40px;
  height: 40px;
  background-color: #dd7482;
  border-radius: 50%;
}
.pageMypageCoupon .methodContent .methodNumber p {
  font-size: 24px;
  text-align: center;
  color: #fff;
  line-height: 1.67;
}
.pageMypageCoupon .example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 30px 10px;
}
.pageMypageCoupon .couponForm {
  width: 220px;
  margin-top: 30px;
  text-align: center;
}
.pageMypageCoupon .couponForm .name {
  background-color: #B3665B;
  border-radius: 5px 5px 0 0;
  padding: 17px 0;
}
.pageMypageCoupon .couponForm .name .number {
  font-size: 24px;
  color: #fef577;
}
.pageMypageCoupon .couponForm .name .product {
  font-size: 16px;
  color: #fff;
  margin-top: 5px;
}
.pageMypageCoupon .couponForm .couponDetail {
  background-color: #f7f6f2;
  border-radius: 0 0 5px 5px;
  padding: 0 10px 15px 10px;

  word-break: break-all;
}
.pageMypageCoupon .couponForm .couponDetail .title {
  min-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageMypageCoupon .couponForm .couponDetail .title p {
  width: 100%;
  font-size: 20px;
  line-height: 1.35;
  color: #dd7482;
  padding: 10px 0;
}
.pageMypageCoupon .couponForm .couponDetail .title .notEntered {
  color: rgba(221, 116, 130, 0.3);
}
.pageMypageCoupon .couponForm .couponDetail .item + .item {
  margin-top: 10px;
}
.pageMypageCoupon .couponForm .couponDetail .point {
  background-color: #6ba2b0;
  color: #fff;
  font-size: 12px;
  line-height: 1.67;
}
.pageMypageCoupon .couponForm .couponDetail .point + p {
  margin-top: 4px;
  color: #294e67;
  font-size: 14px;
}
.pageMypageCoupon .couponForm .couponDetail .point + .notEntered {
  color: rgba(41, 78, 103, 0.3);
}
.pageMypageCoupon .period {
  margin-top: 20px;
  border: 1px solid #dd7482;
  padding: 30px 15px 25px 15px;
}
.pageMypageCoupon .period .point {
  font-size: 14px;
  color: #dd7482;
  margin-top: 20px;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.pageMypageCoupon .date {
  text-align: center;
}
.pageMypageCoupon .date p {
  font-size: 20px;
  line-height: 1.35;
}
.pageMypageCoupon .date p + p {
  margin-top: 10px;
}
.pageMypageCoupon .couponContent ul {
  font-size: 13px;
  list-style: none;
  margin-top: 25px;
  padding: 0 20px;
}
.pageMypageCoupon .issue {
  margin-top: 55px;
}
.pageMypageCoupon .issue h2 + p {
  font-size: 16px;
  text-align: center;
  margin-top: 35px;
}
.pageMypageCoupon .issue h2 + p a {
  color: #dd7482;
}
.pageMypageCoupon .issue .copyBtn {
  text-align: center;
  margin-top: 20px;
}
.pageMypageCoupon .issue .copyBtn a {
  font-size: 14px;
  color: #fff;
  background-color: #294e67;
  border-radius: 5px;
  padding: 11px 20px;
  text-decoration: none;
}
.pageMypageCoupon .issueContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
}
.pageMypageCoupon .sideContent {
  width: 220px;
}
.pageMypageCoupon .sideContent .couponForm {
  margin-top: 0;
}
.pageMypageCoupon .sideContent ul {
  list-style: none;
  margin-top: 10px;
}
.pageMypageCoupon .sideContent ul li {
  font-size: 12px;
  line-height: 1.5;
  color: #000;
  padding-left: 1rem;
  text-indent: -1rem;
}
.pageMypageCoupon .issueContent table {
  width: 560px;
  margin: 0;
}
.pageMypageCoupon .issueContent table p {
  font-size: 13px;
  line-height: 1.54;
}
.pageMypageCoupon .issueContent table th {
  width: 100px;
  text-align: center;
  vertical-align: top;
  padding: 25px 0 0 0;
  font-size-adjust: 14px;
}
.pageMypageCoupon .formBtn {
  padding: 30px 0 0 0 !important;
}
.pageMypageCoupon .formBtn .linkBtn {
  max-width: 300px;
  font-size: 18px;
  padding: 15px 10px;
}
.pageMypageCoupon .formBtn .linkBtn.disable {
  background: #999;
  pointer-events: none;
  cursor: not-allowed;
}
.pageMypageCoupon .deleteBtn {
  margin-top: 20px;
  text-align: center;
}
.pageMypageCoupon .deleteBtn a {
  font-size: 14px;
  color: #dd7482;
}
