@charset "UTF-8";
/* CSS Document */
.pcNone {
  display: none;
}
body {
  padding: 0 0 60px 0;
}
body.noScroll {
  overflow: hidden;
}
#topcontrol {
  bottom: 70px !important;
}


/**
 * 共通
 */
.search {
  width: 100%;
  padding: 18px 0;
  -webkit-box-shadow: 0 11px 8px -8px #d1d1d1;
  -moz-box-shadow: 0 11px 8px -8px #d1d1d1;
  box-shadow: 0 11px 8px -8px #d1d1d1;
}
.search .searchInner {
  width: 1000px;
  margin: auto;
    display: flex;
    justify-content: space-between;
}

.search .searchInner .terms label:nth-child(1){
    margin-right: 10px;
}
.search .searchInner .search .field {
  position: relative;
  float: left;
  overflow: hidden;
  margin-right: 16px;
  list-style: none;
}


.search .searchInner .field {
  display: inline;
}
.search .searchInner .areaSelect {
  width: 140px;
  height: 48px;
}
.search .searchInner .daySelect {
  width: 127px;
  height: 48px;
}
.search .searchInner .categorySelect,
.search .searchInner .priceSelect {
  width: 200px;
  height: 48px;
}
.search .searchInner .txtBox {
  width: 260px;
  height: 46px;
}
.search .searchInner .btnSearch {
  -webkit-appearance: button;
  appearance: button;
  width: 130px;
  height: 46px;
  color: #fff;
  border-radius: 5px;
  background: #867c71;
  font-size: 1.9rem;
  font-weight: bold;
  border: none;
}
.search .searchInner .btnSearch:hover {
  cursor: pointer;
  opacity: .8;
}

.search .searchInner .participationDate {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}
.search .searchInner .participationDate label {
  display: inline-block;
  cursor: pointer;
}
.search .searchInner .participationDate label + label {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #333;
}
.search .searchInner .participationDate label input {
  display: none;
}
.search .searchInner .participationDate label span {
  display: inline-block;
  padding: 5px 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 1.3rem;
}
.search .searchInner .participationDate label input:checked + span {
  background-color: #f1dd7e;
}

.search .searchInner ul.yellowBtnBox {
  float: right;
    list-style: none;
}
.search .searchInner ul.yellowBtnBox li {
  float: none;
  width: 160px;
  height: 22px;
  margin-right: 0;
  text-align: center;
  border-radius: 10px;
  background: #f1dd7e;
}
.search .searchInner ul.yellowBtnBox li a {
  display: block;
  color: #463733;
  font-size: 1.3rem;
  line-height: 22px;
  text-decoration: none;
}
.search .searchInner ul.yellowBtnBox li a:hover {
  opacity: .6;
}
.search .searchInner ul.yellowBtnBox li + li {
  margin-top: 4px;
}

/**
 * スマートフォンカテゴリ選択UI
 */
.spCategorySelect {
  display: none;
}
.categoryModal {
  display: none;
}



.tagInner {
  max-width: 1000px;
  margin: 25px auto 10px;
  line-height: 2.4rem;
  width: auto;
  padding: 0 10px;
}
.tagInner .tagList {
  position: relative;
}
.tagInner .tagList + .tagList {
  margin-top: 15px;
}
.tagInner .tagList .label {
  color: #104666;
  font-size: 14px;
}
.tagInner .tagList .all {
  position: absolute;
  top: 0;
  right: 0;
  color: #5B4C3E;
  text-decoration: underline;
}
.tagInner .tagList .tagSlide {
  position: relative;
  text-align: left;
  overflow: hidden;
  margin-top: 5px;
}
.tagInner .tagList .tagSlide .tagSlideInner {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: left;
  white-space: nowrap;
  gap: 10px;
}
.tagInner .tagList .tagSlide .tag {
  display: inline-block;
  background-color: #72695E;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  padding: 3px 12px;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tagInner .tagList .tagSlide .tag:before {
  content: '#';
}

.tagInner .tagList .tagSlide.noScroll .tagSlideInner {
  white-space: normal;
  flex-wrap: wrap;
}
.tagInner .tagList .tagSlide.noScroll .tag {
  margin-bottom: 6px;
  margin-left: 3px;
}

.tagInner .tagList .tagSlide .left {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 100%;
  background: rgb(255,255,255);
  background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%);
}
.tagInner .tagList .tagSlide .left:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  width: 14px;
  height: 24px;
  margin: -12px 0 0 0;
  -webkit-background-size: 14px 24px;
  background-size: 14px 24px;
  background-image: url(/images/creators/iconTagSlideLeft@2x.png);
}
.tagInner .tagList .tagSlide.showLeft .left {
  display: block;
}
.tagInner .tagList .tagSlide .right {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%);
}
.tagInner .tagList .tagSlide .right:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 14px;
  height: 24px;
  margin: -12px 0 0 0;
  -webkit-background-size: 14px 24px;
  background-size: 14px 24px;
  background-image: url(/images/creators/iconTagSlideRight@2x.png);
}
.tagInner .tagList .tagSlide.showRight .right {
  display: block;
}
@media screen and (min-width: 768px) {
  .tagInner .tagList.isPcWrap .tagSlideInner {
    white-space: normal;
    flex-wrap: wrap;
  }
}

.mfp-bg, .mfp-wrap {
  z-index: 11000;
}
.tagModal {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 450px;
  margin: 40px auto;
  position: relative;
  line-height: 2rem;
}
.tagModal button.mfp-close {
  color: #000;
}
.tagModal h1 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.tagModal .groupLabel {
  margin-top: 10px;
  margin-bottom: 5px;
}
.tagModal div a {
  display: inline-block;
  margin: 2px;
}


.tagInner.bottom {
  padding-bottom: 100px;
}



#ListPager.contentsUi {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 50px;
  text-align: left;
  border-radius: 4px;
}
#ListPager.contentsUi a,
#ListPager.contentsUi b {
  display: inline-block;
  min-width: 50px;
  height: 50px;
  margin: 0 5px;
  text-align: center;
  color: #666;
  border: solid 1px #567d95;
  border-radius: 5px;
  font-size: 17px;
  font-weight: bold;
  line-height: 51px;
}
#ListPager.contentsUi > b {
  color: #fff;
  background: #567d95;
}
#ListPager.contentsUi a[title="first page"],
#ListPager.contentsUi a[title="last page"] {
  display: none;
}
#ListPager.contentsUi.firstShow a[title="first page"],
#ListPager.contentsUi.lastShow a[title="last page"] {
  display: inline-block;
}
#ListPager.contentsUi .pageController {
  float: right;
}
#ListPager.contentsUi a[title="previous page"] {
  width: 80px;
}
#ListPager.contentsUi a[title="next page"] {
  width: 300px;
  max-width: 300px;
  color: #fff;
  background: #567d95;
}
#ListPager.contentsUi a[title="previous page"] span {
  margin: 0 8px 0 0;
}
#ListPager.contentsUi a[title="next page"] span {
  float: right;
  margin: 0 10px 0 -30px;
}
#ListPager.contentsUi a[title="next page"]:hover {
  opacity: .8;
}
#ListPager .pageData {
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  color: #666;
  font-size: 13px;
  line-height: 18px;
}

/* 検索結果0件 */
#noneBox {
  width: 300px;
  height: 125px;
  margin: 60px auto;
  border-radius: 10px;
  background: #eee;
}
#noneBox p {
  padding: 35px 0 0 0;
  text-align: center;
  color: #777;
  font-size: 20px;
  line-height: 28px;
}
#noneBox span {
  font-size: 13px;
}

#olderEvent {
  margin: 20px 0;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
}

/**
 * 検索ページ
 */
#tabWrapper #tab_areaBG {
  width: 100%;
  background: url(/images/format/BgBeige.png);
}
#tabWrapper .tab_area {
  width: 620px;
  margin: 0 auto;
  padding-left: 6px;
}
#tabWrapper .tab_area li {
  position: relative;
  display: block;
  float: left;
  width: 250px;
  height: 49px;
  padding-left: 53px;
  letter-spacing: 2px;
  color: #104666;
  background-color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 49px;
	border-radius: 5px 5px 0 0;
}
#tabWrapper .tab_area li a {
  display: block;
  color: #104666;
}
#tabWrapper .tab_area li.select a {
  color: #fff;
}
#tabWrapper .tab_area li.select {
  color: #fff;
  background-color: #104666;
}

#tabWrapper .tab_area li.disabled:after {
  opacity: .6;
}
#tabWrapper .tab_area li.disabled p span.text {
  color: #104666;
  opacity: .8;
}
#tabWrapper .tab_area li.disabled p span.date {
  color: #104666;
  opacity: .8;
  font-size: 14px;
}

#tabWrapper .tab_area li.select:nth-child(1):after {
  position: absolute;
  z-index: 10;
  top: 8px;
  left: 20px;
  width: 29px;
  height: 29px;
  content: "";
  background: url(/images/creators/iconWhitePerson.png);
}
#tabWrapper .tab_area li:nth-child(1):after {
  position: absolute;
  z-index: 10;
  top: 9px;
  left: 20px;
  width: 29px;
  height: 29px;
  content: "";
  background: url(/images/creators/iconNavyPerson.png);
}
#tabWrapper .tab_area li.select:nth-child(2):after {
  position: absolute;
  top: 9px;
  left: 20px;
  width: 29px;
  height: 29px;
  content: "";
  background: url(/images/creators/iconWhiteItem.png);
}
#tabWrapper .tab_area li:nth-child(2):after {
  position: absolute;
  top: 9px;
  left: 20px;
  width: 29px;
  height: 29px;
  content: "";
  background: url(/images/creators/iconNavyItem.png);
}
#tabWrapper .tab_area li + li {
  margin-left: 10px;
}
#tabWrapper .content_area {
  width: 100%;
  margin: 0 auto 0 auto;
	border-top:solid 4px #104666;
}

.itemPickUpArea {
  width: 1000px;
  margin: 50px auto 0;
  padding: 0 0 100px 0;
}
.itemPickUpArea li {
  list-style: none;
}
.itemPickUpArea li.categoryInnerBox {
  float: left;
  width: 307px;
}
.itemPickUpArea li.categoryInnerBox:nth-child(3n - 1) {
  margin-right: 39px;
  margin-left: 39px;
}
li.categoryInnerBox:nth-child(3n + 1) {
  clear: both;
}
.itemPickUpArea li.categoryInnerBox:nth-child(n + 4) {
  margin-top: 70px;
}
.itemPickUpArea li.categoryInnerBox h3 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #104666;
  font-size: 20px;
}
.itemPickUpArea li.categoryInnerBox h3:after {
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  background: url(/images/creators/iconCategoryTitle.png);
}

.itemPickUpArea .categoryInner .thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding: 100% 0 0 0;
  border: none;
  background: #f4f4f4;
}
.itemPickUpArea .categoryInner .thumb a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.itemPickUpArea .categoryInner .thumb a img {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: -webkit-transform .3s ease;
      -ms-transition:     -ms-transform .3s ease;
          transition:         transform .3s ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  vertical-align: baseline;
}
.itemPickUpArea .categoryInner .thumb a:hover img {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2);
      -ms-transform: translateY(-50%) translateX(-50%) scale(1.2);
          transform: translateY(-50%) translateX(-50%) scale(1.2);
}

.itemPickUpArea .categoryInner {
  display: inline-block;
  width: 307px;
}
.itemPickUpArea .categoryInner li {
  position: relative;
  float: left;
  width: 151px;
  height: 151px;
}
.itemPickUpArea .categoryInner li:nth-child(2n) {
  margin-left: 5px;
}
.itemPickUpArea .categoryInner li:nth-child(n + 3) {
  margin-top: 5px;
}

/*日付*/
.itemPickUpArea ul.date {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 10px;
  font-size: 13px;
}
.itemPickUpArea ul.date li {
  width: auto;
  height: auto;
}
.itemPickUpArea .eventSaturday,
.itemPickUpArea .eventSunday {
  display: block;
  width: 40px;
  line-height: 20px;
}
.itemPickUpArea .unCheckCircle {
  font-size: 12px;
}
.itemPickUpArea .unCheckCircle:hover {
  width: 130px;
}
/*もっと見る*/
.btnMoreView {
  width: 192px;
  height: 41px;
  margin: 15px auto 0 auto;
  text-align: center;
  border-radius: 5px;
  background: #577d94;
  font-size: 17px;
  font-weight: bold;
}
.btnMoreView a {
  display: block;
  color: #fff;
  line-height: 41px;
}
.btnMoreView:hover {
  opacity: .8;
}

.searchDetailCheck {
  width: 950px;
  margin: 0 auto;
  padding: 25px;
  border-right: solid 1px #c6c5c2;
  border-bottom: solid 1px #c6c5c2;
  border-left: solid 1px #c6c5c2;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;

  -moz-border-radius-bottom-right: 10px;
  -moz-border-radius-bottom-left: 10px;
}
.searchDetailCheck li {
  float: left;
  height: 25px;
  margin-right: 21px;
  list-style: none;
  font-size: 15px;
  line-height: 250%;
}
input[type="checkbox"] {
  margin-right: 10px;
}

.itemListViewArea {
  width: 1000px;
  margin: 50px auto 50px auto;
  color: #144766;
  border-bottom: dotted 1px #ccc;
  font-size: 16px;
  line-height: 120%;
}
.itemListViewArea #noneBox {
  display: block;
  width: 80%;
  max-width: 360px;
  height: 125px;
  margin: 60px auto;
  border-radius: 10px;
  background: #eee;
}
.itemListViewArea #noneBox p {
  padding: 35px 0 0 0;
  text-align: center;
  color: #777;
  font-size: 2rem;
  line-height: 28px;
}
.itemListViewArea #noneBox span {
  font-size: 1.3rem;
}
.itemListViewArea > ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  list-style-type: none;
}
.itemListViewArea > ul > li {
  position: relative;
  box-sizing: border-box;
  width: calc(25% - 20px);
  margin: 0 10px 20px;
  border-radius: 5px;
}
.itemListViewArea .thumb .extensions {
  position: absolute;
  z-index: 10;
  left: 5px;
  bottom: 5px;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  pointer-events: none;
}
/* クーポン */
.itemListViewArea .thumb .extensions .hasCoupon {
  display: flex;
  align-items: center;
  height: 30px;
  margin: 4px;
  padding: 0 8px;
  box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  border-radius: 5px;
  background-color: #f1dd7e;
}
/* STORES */
.itemListViewArea .thumb .extensions .enableStores {
  display: flex;
  align-items: center;
  width: 75px;
  height: 30px;
  padding: 0 8px;
  margin: 4px;
  box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  border-radius: 5px;
  background: #fff;
}
.itemListViewArea ul.date {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 10px;
  font-size: 13px;
}
.itemListViewArea li:nth-child(4n) {
  margin-right: 0;
}
.itemListViewArea ul.date li {
  float: left;
  margin-right: 0;
  list-style-type: none;
}
.itemListViewArea ul.date .eventSaturday {
  margin-right: 10px;
}
.itemListViewArea ul.date .eventSaturday,
.itemListViewArea ul.date .eventSunday {
  display: block;
  width: 40px;
  line-height: 20px;
}
.itemListViewArea .unCheckCircle {
  position: absolute;
  font-size: 14px;
}
.itemListViewArea .thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin-bottom: 10px;
  padding: 100% 0 0 0;
  border: none;
  background: #f4f4f4;
}
.itemListViewArea .thumb a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.itemListViewArea .thumb a img {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: -webkit-transform .3s ease;
      -ms-transition:     -ms-transform .3s ease;
          transition:         transform .3s ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  vertical-align: baseline;
}
.itemListViewArea .thumb a:hover img {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2);
      -ms-transform: translateY(-50%) translateX(-50%) scale(1.2);
          transform: translateY(-50%) translateX(-50%) scale(1.2);
}
.itemListViewArea .itemName,
.itemListViewArea .itemPrice,
.itemListViewArea .boothNumber {
  overflow: hidden;
  height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 28px;
}
.itemListViewArea .itemName.exhibitor {
  font-weight: bold;
}
.itemListViewArea .boothNumber.exhibitor,
.itemListViewArea .itemPrice.exhibitor {
  font-size: 14px;
}
.itemListViewArea .itemName span,
.itemListViewArea .itemPrice span,
.itemListViewArea .boothNumber span {
  display: inline-block;
  margin: 0 3px 0 0;
}

.itemListViewArea .date {
  display: flex;
  gap: 5px;
  margin-bottom: 3px;
}
.itemListViewArea .date span {
  display: block;
  padding: 2px 5px;
  background-color: #eee;
  font-size: 12px;
}
.itemListViewArea .date [data-weekday="6"] {
  background-color: #CDE3E4;
}
.itemListViewArea .date [data-weekday="0"] {
  background-color: #EACFC6;
}

input[type=checkbox] {
  border: #999 solid 1px;
}
label.checkbox_text {
  position: relative;
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 25px;
  padding-left: 25px;
  cursor: pointer;
}
label.checkbox_text:before {
  position: absolute;
  z-index: 3;
  top: 9px;
  left: 5px;
  width: 13px;
  height: 13px;
  content: '';
  border: 1px solid #b3b3b3;
}
label.checkbox_text:after {
  position: absolute;
  z-index: 1;
  top: 54%;
  left: 7px;
  display: block;
  width: 7px;
  height: 7px;
  margin-top: -9px;
  content: '';
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 3px solid #144766;
  border-bottom: 3px solid #144766;
}
label.checkbox_text input[type="checkbox"] {
  position: absolute;
  z-index: 2;
  left: -40px;
  display: block;
  width: 21px;
  height: 28px;
  margin: 0;
  padding: 0;
  box-shadow: 41px 0 #fff;

     -moz-appearance: none;
  -webkit-appearance: none;
}
label.checkbox_text input[type="checkbox"]:checked {
  box-shadow: none;
}
label.checkbox_text input[type="checkbox"]:checked:focus {
  opacity: .1;
  box-shadow: 40px 0 #666;
}
label.checkbox_text input[type="checkbox"]:focus {
  box-shadow: 41px 0 #eee;
}

/**
 * 運営ピックアップ
 */
#mainPickUpBox {
  margin-bottom: 40px;
  padding-bottom: 35px;
  border-bottom: 1px dashed #104667;
}
#mainPickUpBox h3 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  letter-spacing: .1em;
  color: #104666;
  font-size: 20px;
}
#mainPickUpBox h3:after {
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  background: url(/images/creators/iconCategoryTitle.png);
}
.itemPickUpArea #mainPickUpBox .categoryInner {
  display: block;
  width: auto;
}
.itemPickUpArea #mainPickUpBox .categoryInner li.categoryInnerBox {
  clear: inherit;
  width: 170px;
  height: 170px;
  margin: 15px 0 15px 26px !important;
}
.itemPickUpArea #mainPickUpBox .categoryInner li.categoryInnerBox.firstBox {
  width: 400px;
  height: 400px;
  margin: 0 12px 0 0 !important;
}
.itemPickUpArea #mainPickUpBox .categoryInner.large li.categoryInnerBox.firstBox {
  width: 366px;
  height: 366px;
  margin: 0 0px 0 26px !important;
}
.itemPickUpArea #mainPickUpBox .categoryInner.large li.categoryInnerBox {
  clear: inherit;
  width: 170px;
  height: 170px;
  margin: 0 0 26px 26px !important;
}
.btnAllPickUp {
  margin-top: 25px;
}
.btnAllPickUp a {
  display: block;
  width: 480px;
  margin: 0 auto;
  padding: 25px 0;
  text-align: center;
  letter-spacing: .2em;
  color: #fff;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  background: #577d94;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.4em;
}
.itemPickUpArea #mainPickUpBox .btnWrap {
  text-align: center;
  margin-top: 25px;
  padding: 0 10px;
}
.itemPickUpArea #mainPickUpBox .btnWrap a {
  display: inline-block;
  width: 460px;
  padding: 20px 0;
  text-align: center;
  letter-spacing: .2em;
  color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #577d94;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0 10px;
}
.itemPickUpArea #mainPickUpBox .btnWrap a.handmadeArea {
  background: #577d94;
}
.itemPickUpArea #mainPickUpBox .btnWrap a.illustArea {
  background: #EA8A01;
}
.itemPickUpArea #mainPickUpBox .btnWrap a.grey {
  background: #777;
}
.itemPickUpArea #mainPickUpBox .btnWrap a.pink {
  background: #e88297;
}


/**
 * 詳細ページ
 */
#pageCreators.pageCreators .row.creatorsContent > .inner {
  padding-top: 18px;
}
#pageCreators #shopName {
  padding: 20px 0;
  background-color: #fff;
}
#pageCreators #shopName #shopNameInner {
  position: relative;
  width: 952px;
  margin: 0 auto;
  text-align: center;
}

#pageCreators #shopName #shopNameInner .shopNameTitle {
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#pageCreators #shopName #boothCategory {
  position: absolute;
  top: -63px;
  right: 0;
}
#pageCreators #shopName #boothCategory p {
  color: #cda7a7;
  font-size: 12px;
  display: inline-block;
  border: 1px solid #cda7a7;
  border-radius: 3px;
  padding: 0 4px;
  background-color: #fff;
  height: 12px;
  line-height: 1;
  padding: 5px 10px;
}

.shopNameTitle.xs {
  font-size: 30px;
}
.shopNameTitle.xs span {
  font-size: 18px;
}
.shopNameTitle.s {
  font-size: 35px;
}
.shopNameTitle.s span {
  font-size: 21px;
}
.shopNameTitle.m {
  font-size: 40px;
}
.shopNameTitle.m span {
  font-size: 24px;
}
.shopNameTitle.l {
  font-size: 45px;
}
.shopNameTitle.l span {
  font-size: 27px;
}
.shopNameTitle.xl {
  font-size: 50px;
}
.shopNameTitle.xl span {
  font-size: 30px;
}

/* ワークショップ名のとき */
.shopNameTitle.xs {
  font-size: 23px;
}
.shopNameTitle.xs span {
  font-size: 14px;
}
.shopNameTitle.s {
  font-size: 26px;
}
.shopNameTitle.s span {
  font-size: 16px;
}
.shopNameTitle.m {
  font-size: 30px;
}
.shopNameTitle.m span {
  font-size: 18px;
}
.shopNameTitle.l {
  font-size: 34px;
}
.shopNameTitle.l span {
  font-size: 20px;
}
.shopNameTitle.xl {
  font-size: 38px;
}
.shopNameTitle.xl span {
  font-size: 23px;
}
/* /ワークショップ名のとき */

#pageCreators #contentsCreatorInfo {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 55px;
  background: #dfddd9;
}
#pageCreators #contentsCreatorInfo #boothNumber li {
  list-style: none;
}

/*出店日　ブースナンバー　リストに追加*/
#pageCreators #boothNumberLine {
  margin-top: 10px;
}
#pageCreators #boothLine {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 952px;
  background: rgba(255,255,255,.8);
}
#pageCreators #boothLine .date {
  display: flex;
  gap: 5px;
  list-style-type: none;
}
#pageCreators #boothLine #boothNumber {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  text-align: right;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
}

#pageCreators #creatorInfoMenu,
#pageCreators #creatorInfoCoupon,
#pageCreators #creatorInfoProfile {
  width: 868px;
  margin: 30px auto 0 auto;
  padding: 20px 42px;
  background: #fff;
}
#pageCreators #creatorInfoMenu h4.menuTitle,
#pageCreators #creatorInfoCoupon h4.couponTitle,
#pageCreators #creatorInfoProfile h4.profileTitle {
  margin-bottom: 14px;
  text-align: center;
  color: #cda7a7;
  font-family: 'Palanquin Dark';
  font-size: 28px;
}
#pageCreators #creatorInfoMenu ul.item li {
  position: relative;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 35px;
  list-style: none;
}
#pageCreators #creatorInfoMenu ul.item li:nth-child(3n) {
  margin-right: 0;
}
#pageCreators #creatorInfoMenu ul.item li .itemName {
  margin-top: 10px;
}
#pageCreators #creatorInfoMenu ul.item li .itemName,
#pageCreators #creatorInfoMenu ul.item li .itemPrice {
  overflow: hidden;
  height: 20px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #888;
  font-size: 16px;
  line-height: 20px;
}
#pageCreators #creatorInfoMenu ul.item li .itemPrice {
  font-size: 14px;
}
#pageCreators #creatorInfoMenu ul.item li .thumbWrapper {
  position: relative;
}
#pageCreators #creatorInfoMenu ul.item li .thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding: 100% 0 0 0;
  cursor: pointer;
  border: none;
  background: #f4f4f4;
}
#pageCreators #creatorInfoMenu ul.item li .thumb p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  line-height: 0;
}
#pageCreators #creatorInfoMenu ul.item li .thumb p img {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: -webkit-transform .3s ease;
  -ms-transition:     -ms-transform .3s ease;
  transition:         transform .3s ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  vertical-align: baseline;
}
#pageCreators #creatorInfoMenu ul.item li .thumb p:hover img {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1.1);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1.1);
  transform: translateY(-50%) translateX(-50%) scale(1.1);
}


/* クーポン */
#coupon {
  padding: 148px 0 0 0;
  margin: -148px 0 0 0;
  z-index: -1;
  position: relative;
}
#pageCreators #creatorInfoCoupon .couponContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#pageCreators #creatorInfoCoupon .couponForm {
  width: 220px;
  text-align: center;
}
#pageCreators #creatorInfoCoupon .couponForm .name {
  background-color: #B3665B;
  border-radius: 5px 5px 0 0;
  padding: 17px 0;
}
#pageCreators #creatorInfoCoupon .couponForm .name .number {
  font-size: 24px;
  color: #fef577;
}
#pageCreators #creatorInfoCoupon .couponForm .name .product {
  font-size: 16px;
  color: #fff;
  margin-top: 5px;
}
#pageCreators #creatorInfoCoupon .couponForm .couponDetail {
  background-color: #f7f6f2;
  border-radius: 0 0 5px 5px;
  padding: 0 10px 10px;
  word-break: break-all;
}
#pageCreators #creatorInfoCoupon .couponForm .couponDetail .title {
  min-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pageCreators #creatorInfoCoupon .couponForm .couponDetail .title p {
  width: 100%;
  font-size: 20px;
  line-height: 1.35;
  color: #dd7482;
  padding: 10px 0 0;
}
#pageCreators #creatorInfoCoupon .couponForm .couponDetail .point {
  background-color: #6ba2b0;
  color: #fff;
  font-size: 12px;
  line-height: 1.67;
}
#pageCreators #creatorInfoCoupon .couponForm .couponDetail .point + p {
  margin-top: 4px;
  color: #294e67;
  font-size: 14px;
}
#pageCreators #creatorInfoCoupon .couponForm .couponDetail .item + .item {
  margin-top: 10px;
}
#pageCreators #creatorInfoCoupon table {
  width: 600px;
  font-size: 16px;
  line-height: 1.8;
}
#pageCreators #creatorInfoCoupon table tr {
  height: 48px;
  border-top: dotted 1px #333;
  border-bottom: dotted 1px #333;
}
#pageCreators #creatorInfoCoupon table tr:last-child {
  border: none;
}
#pageCreators #creatorInfoCoupon table tr th {
  width: 120px;
  padding: 10px 0 10px 18px;
  text-align: left;
  font-weight: normal;
}
#pageCreators #creatorInfoCoupon table tr td {
  word-break: break-all;
  padding: 10px 0 10px;
}
#pageCreators #creatorInfoCoupon table tr td.note p {
  line-height: 1.625;
  padding-left: 1rem;
  text-indent: -1.3rem;
}
#pageCreators #creatorInfoCoupon table tr td.url {
  padding: 0 0 10px 0;
  line-height: 20px;
}
#pageCreators #creatorInfoCoupon table tr td a {
  text-decoration: underline;
  color: #f89299;
}
#pageCreators #creatorInfoCoupon .couponModal {
  text-align: right;
  margin-top: 10px;
}
#pageCreators #creatorInfoCoupon .couponModal p {
  color: #cca7a7;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}

/* モーダル */
#pageCreators #creatorInfoCoupon .overlay {
  display: none;
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: rgba(0, 0, 0, .8);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1000;
}
#pageCreators #creatorInfoCoupon .container {
  display: table;
  width: 100%;
  height: 100%;
}
#pageCreators #creatorInfoCoupon .inner {
  display: table-cell;
  vertical-align: middle;
}
#pageCreators #creatorInfoCoupon .modal {
  margin: 70px auto 0;
  padding-top: 40px;
  max-width: 800px;
  text-align: justify;
  text-justify: inter-ideograph;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
  text-align: center;
  position: relative;
}
#pageCreators #creatorInfoCoupon .modal a {
  position: absolute;
  top: -50px;
  right: 20px;
  transform: rotate(45deg);
}
#pageCreators #creatorInfoCoupon .modal a span {
  display: inline-block;
  position: relative;
  width: 4px;
  height: 40px;
  background: #fff;
}
#pageCreators #creatorInfoCoupon .modal a span::before {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#pageCreators #creatorInfoCoupon .modal .title {
  font-size: 24px;
  color: #dd7482;
}
#pageCreators #creatorInfoCoupon .modal .title + p {
  font-size: 15px;
  line-height: 1.67;
  width: 700px;
  margin: 30px auto 0;
  text-align: left;
}
#pageCreators #creatorInfoCoupon .couponContentModal {
  width: 675px;
  margin: 40px auto 0;
}
#pageCreators #creatorInfoCoupon .method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
#pageCreators #creatorInfoCoupon .method .explanation {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-top: 25px;
}
#pageCreators #creatorInfoCoupon .methodContent {
  position: relative;
}
#pageCreators #creatorInfoCoupon .methodContent .methodNumber {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 40px;
  height: 40px;
  background-color: #dd7482;
  border-radius: 50%;
}
#pageCreators #creatorInfoCoupon .methodContent .methodNumber p {
  font-size: 24px;
  text-align: center;
  color: #fff;
  line-height: 1.67;
}
#pageCreators #creatorInfoCoupon .noteContent {
  background-color: #e1e8ec;
  padding: 20px 30px;
  margin-top: 45px;
}
#pageCreators #creatorInfoCoupon .noteContent ul {
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}

#pageCreators .shareContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

#pageCreators .shareContent #addBtn {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  height: 39px;
}
#pageCreators .shareContent #addBtn .btnAddList {
  position: relative;
  width: 250px;
  height: 37px;
  cursor: pointer;
  text-align: center;
  border: solid 1px #bbb;
  border-radius: 19px;
  background: #fff;
  font-weight: bold;
  line-height: 37px;
}
#pageCreators .shareContent #addBtn .btnAddList:after {
  position: absolute;
  top: 13px;
  left: 20px;
  width: 16px;
  height: 12px;
  content: "";
  background: url(/images/common/icon/iconAddList.png);
}
/*#pageCreators .shareContent #addBtn .btnAddList:hover,*/
#pageCreators .shareContent #addBtn .btnAddList.checked {
  color: #fff;
  border: solid 1px #f89299;
  background: #f89299;
}
/*#pageCreators .shareContent #addBtn .btnAddList:hover:after,*/
#pageCreators .shareContent #addBtn .btnAddList.checked:after {
  background: url(/images/common/icon/iconAddListOn.png);
}
#pageCreators .shareContent .share {

}
#pageCreators .shareContent.showBoothNumber .share {
  position: static;
  display: inline-block;
  vertical-align: middle;
}
#pageCreators .shareContent .share a:hover {
  opacity: .8;
}


/*ページャー*/
#pageCreators #creatorInfoMenu #pagerBox {
  width: 100%;
  text-align: center;
}
#pager p {
  display: inline-block;
}
#pager a,
#pager b {
  display: inline-block;
  margin: 0 8px 0;
  padding: 15px;
  list-style: none;
  color: #fff;
  border: 1px solid #f7969e;
  border-radius: 5px;
  background: #f7969e;
  font-weight: bold;
  text-decoration: none;
}
#pager a:hover {
  opacity: .7;
}
#pager b {
  color: #f7969e;
  border: 1px solid #f7969e;
  background: #fff;
}
/*プロフィール*/
.flex-nav-prev,
.flex-nav-next {
  display: none;
}
#pageCreators #itemImage {
  float: left;
  width: 350px;
}

#imageSlider,
#imageNone {
  position: relative;
  float: left;
  width: 350px;
  height: 350px;
  margin-bottom: 80px;
  padding: 10px 2px 2px 10px;
}
#imageSlider .slides li {
  height: 350px;
}
#imageSlider .slides li .thumb,
#imageNone .thumb {
  width: 350px;
  height: 350px;
  text-align: center;
  line-height: 350px;
}
#imageSlider .slides li img,
#imageNone .thumb img {
  display: inline;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
  vertical-align: middle;
}

.flex-viewport {
  background: #f4f4f4;
}
.flex-control-nav li.current {
  border: 1px solid #6af;
}
.flex-control-thumbs li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 63px;
  height: 63px;
  margin: 0 5px 0 0;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  line-height: 63px;
  overflow: hidden;
}
.flex-control-thumbs img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: middle;
}

#pageCreators #profileDetail {
  float: right;
  width: 475px;
}
#pageCreators #profileDetail .breakdown {
  font-size: 16px;
  line-height: 160%;
}
#pageCreators #profileDetail table {
  width: 474px;
  margin-top: 27px;
  font-size: 15px;
  line-height: 2;
}
#pageCreators #profileDetail table tr {
  height: 40px;
  border-top: dotted 1px #333;
  border-bottom: dotted 1px #333;
}
#pageCreators #profileDetail table tr th {
  width: 120px;
  padding: 10px;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
#pageCreators #profileDetail table tr td {
  word-break: break-all;
  vertical-align: middle;
  line-height: 1.5;
  padding: 10px 0;
}
#pageCreators #profileDetail table tr td a {
  text-decoration: underline;
  color: #f89299;
}

#pageCreators #profileDetail .sns a {
  display: inline-block;
}
#pageCreators #profileDetail .sns a + a {
  margin-left: 5px;
}

#pageCreators #profileDetail .genreList {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

#pageCreators #profileDetail .genreList li {
  display: inline-block;
  list-style: none;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 13px;
}
#pageCreators #profileDetail .genreList li.tag {
  display: inline-block;
  color: #f7969e;
  border: 1px solid #f7969e;
}
#pageCreators #profileDetail .genreList li.tag a {
  display: block;
  height: 9px;
  padding: 7px 16px;
  text-decoration: none;
  transition: background .3s ease, color .3s ease;
}

#pageCreators .profileSelfIntroduction {
  display: inline-block;
  margin: 30px 0 0 0;
  width: 100%;
}
#pageCreators .profileSelfIntroduction .profIcon {
  float: left;
  margin-top: 20px;
  margin-left: 10px;
}
#pageCreators .profileSelfIntroduction dl {
  position: relative;
  float: right;
  width: 686px;
  min-height: 80px;
  padding: 16px 0 16px 37px;
  border-left: 1px solid #ccc;
}
#pageCreators .profileSelfIntroduction dl:after {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 11px;
  height: 14px;
  margin-top: -7px;
  content: "";
  background: url(/images/creators/arrowProfile.png);
}
#pageCreators .profileSelfIntroduction dl dt {
  position: relative;
  margin-bottom: 18px;
}
#pageCreators .profileSelfIntroduction dl dt .profileName {
  float: left;
  margin-right: 18px;
  font-size: 16px;
  font-weight: bold;
}
#pageCreators .profileSelfIntroduction dl dt .profileType {
  float: left;
}
#pageCreators .profileSelfIntroduction dl dt .profSnsBox {
  position: relative;
  top: -4px;
  float: left;
  margin-left: 15px;
}
#pageCreators .profileSelfIntroduction dl dt .snsCircle {
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 10px;
}
#pageCreators .profileSelfIntroduction dl dd .profileURL {
  margin-bottom: 18px;
}
#pageCreators .profileSelfIntroduction dl dd .profileURL a {
  text-decoration: underline;
  color: #f89299;
}
#pageCreators .profileSelfIntroduction dl dd .breakdown {
  line-height: 160%;
}
/*シェア*/
#pageCreators #share {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  background: #fff;
}
#pageCreators #share ul {
  display: inline-block;
  margin: 0 auto;
}
#pageCreators #share li {
  float: left;
  margin-right: 22px;
  list-style: none;
}
#pageCreators #share li:last-child {
  margin-right: 0;
}

/* チェックリスト出力ページ */
#Creators #listViewContent {
  width: 1000px;
  margin: 55px auto 0 auto;
  padding: 0 0 140px 0;
}
#Creators #listViewContent h2 {
  display: inline-block;
  color: #577d94;
  font-size: 20px;
}
#Creators #listViewContent .listBtnBox {
  float: right;
  font-size: 15px;
}
#Creators #listViewContent .listBtnBox li {
  float: left;
  width: 194px;
  margin-left: 12px;
  list-style: none;
  text-align: center;
  border-bottom: 3px solid #436376;
  border-radius: 3px;
  background: #577d94;
}
#Creators #listViewContent .listBtnBox li:hover {
  opacity: .8;
}
#Creators #listViewContent .listBtnBox li a {
  display: block;
  text-decoration: none;
  letter-spacing: 1px;
  color: #fff;
  font-weight: bold;
  line-height: 34px;
}
#Creators #listViewContent .boothAndDateInfo .dateBox {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
#Creators #listViewContent .boothAndDateInfo .dateBox ul {
  position: relative;
  left: 50%;
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#Creators #listViewContent .boothAndDateInfo .dateBox li {
  position: relative;
  left: -50%;
  float: left;
  margin: 0;
  padding: 0;
}
#Creators #listViewContent .boothAndDateInfo .dateBox li + li {
  margin-left: 10px;
}
#Creators #listViewContent .sp .boothAndDateInfo {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
#Creators #listViewContent .sp .boothAndDateInfo .dateBox {
  margin: 0 10px 0 0;
}
#Creators #listViewContent .creatorNameWrap {
  display: flex;
  align-items: center;
}
#Creators #listViewContent .creatorNameWrap .thumb {
  width: 60px;
  height: 60px;
  margin: 0 10px 0 0;
}
#Creators #listViewContent .creatorNameWrap .thumb a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
#Creators #listViewContent .creatorNameWrap .thumb a 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;
}
#Creators #listViewContent table {
  width: 100%;
  margin-top: 48px;
  color: #104666;
  font-size: 16px;
}
#Creators #listViewContent table tr {
  min-height: 95px;
  border-top: solid 1px #104667;
  border-bottom: solid 1px #104667;
}
#Creators #listViewContent table td {
  vertical-align: middle;
}
#Creators #listViewContent table td.dateCol {
  width: 135px;
  text-align: center;
  border-right: solid 1px #104667;
}
.listView .eventSaturday,
.listView .eventSunday {
  float: left;
  width: 35px !important;
  font-size: 12px !important;
}
#Creators #listViewContent table td.creatorName {
  width: 290px;
  padding: 20px;
  border-right: solid 1px #104667;
  line-height: 150%;
}
#Creators #listViewContent table td.creatorName a {
  text-decoration: underline;
  color: #104666;
  font-size: 16px;
}
#Creators #listViewContent table td.creatorName a:hover {
  opacity: .7;
}
#Creators #listViewContent table td.item {
  position: relative;
  padding: 10px 45px 10px 10px;
}
#Creators #listViewContent table td.item li {
  position: relative;
  float: left;
  width: 60px;
  height: 60px;
  margin: 0 10px 10px 0;
  list-style: none;
  text-align: center;
  background: #f4f4f4;
}
#Creators #listViewContent table td.item li a {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  line-height: 0;
}
#Creators #listViewContent table td.item li a 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;
}
#Creators #listViewContent table td .iconDelete {
  position: absolute;
  top: 10px;
  right: 10px;
}
#Creators #listViewContent table td .iconDelete:hover {
  opacity: .8;
}
#Creators #listViewContent #attentionPoint {
  margin-top: 85px;
  font-size: 15px;
  line-height: 160%;
}
#Creators #listViewContent #attentionPoint p:nth-child(1) {
  margin-bottom: 10px;
  font-weight: bold;
}
#Creators #listViewContent #ListPager {
  margin: 50px 0 0 0;
  padding: 0;
}




/* クーポン */
#coupon {
  padding: 148px 0 0 0;
  margin: -148px 0 0 0;
  z-index: -1;
  position: relative;
}
#creatorInfoCoupon .couponContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#creatorInfoCoupon .couponForm {
  width: 220px;
  text-align: center;
}
#creatorInfoCoupon .couponForm .name {
  background-color: #294e67;
  border-radius: 5px 5px 0 0;
  padding: 17px 0;
}
#creatorInfoCoupon .couponForm .name .number {
  font-size: 24px;
  color: #fef577;
}
#creatorInfoCoupon .couponForm .name .product {
  font-size: 16px;
  color: #fff;
  margin-top: 5px;
}
#creatorInfoCoupon .couponForm .couponDetail {
  background-color: #f7f6f2;
  border-radius: 0 0 5px 5px;
  padding: 0 10px 10px;
  word-break: break-all;
}
#creatorInfoCoupon .couponForm .couponDetail .title {
  min-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#creatorInfoCoupon .couponForm .couponDetail .title p {
  width: 100%;
  font-size: 20px;
  line-height: 1.35;
  color: #dd7482;
  padding: 10px 0 0;
}
#creatorInfoCoupon .couponForm .couponDetail .point {
  background-color: #6ba2b0;
  color: #fff;
  font-size: 12px;
  line-height: 1.67;
}
#creatorInfoCoupon .couponForm .couponDetail .point + p {
  margin-top: 4px;
  color: #294e67;
  font-size: 14px;
}
#creatorInfoCoupon .couponForm .couponDetail .item + .item {
  margin-top: 10px;
}
#creatorInfoCoupon table {
  width: 600px;
  font-size: 16px;
  line-height: 1.8;
}
#creatorInfoCoupon table tr {
  height: 48px;
  border-top: dotted 1px #333;
  border-bottom: dotted 1px #333;
}
#creatorInfoCoupon table tr:last-child {
  border: none;
}
#creatorInfoCoupon table tr th {
  width: 120px;
  padding: 10px 0 10px 18px;
  text-align: left;
  font-weight: normal;
}
#creatorInfoCoupon table tr td {
  word-break: break-all;
  padding: 10px 0 10px;
}
#creatorInfoCoupon table tr td.note p {
  line-height: 1.625;
  padding-left: 1rem;
  text-indent: -1.3rem;
}
#creatorInfoCoupon table tr td.url {
  padding: 0 0 10px 0;
  line-height: 20px;
}
#creatorInfoCoupon table tr td a {
  text-decoration: underline;
  color: #f89299;
}
#creatorInfoCoupon .couponModal {
  text-align: right;
  margin-top: 10px;
}
#creatorInfoCoupon .couponModal p {
  color: #cca7a7;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}

/* モーダル */
#creatorInfoCoupon .overlay {
  display: none;
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: rgba(0, 0, 0, .8);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 10000;
}
#creatorInfoCoupon .container {
  display: table;
  width: 100%;
  height: 100%;
}
#creatorInfoCoupon .inner {
  display: table-cell;
  vertical-align: middle;
}
#creatorInfoCoupon .modal {
  margin: 70px auto 0;
  padding-top: 40px;
  max-width: 800px;
  text-align: justify;
  text-justify: inter-ideograph;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
  text-align: center;
  position: relative;
}
#creatorInfoCoupon .modal a {
  position: absolute;
  top: -50px;
  right: 20px;
  transform: rotate(45deg);
}
#creatorInfoCoupon .modal a span {
  display: inline-block;
  position: relative;
  width: 4px;
  height: 40px;
  background: #fff;
}
#creatorInfoCoupon .modal a span::before {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#creatorInfoCoupon .modal .title {
  font-size: 24px;
  color: #dd7482;
}
#creatorInfoCoupon .modal .title + p {
  font-size: 15px;
  line-height: 1.67;
  width: 700px;
  margin: 30px auto 0;
  text-align: left;
}
#creatorInfoCoupon .couponContentModal {
  width: 675px;
  margin: 40px auto 0;
}
#creatorInfoCoupon .method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
#creatorInfoCoupon .method .explanation {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-top: 25px;
}
#creatorInfoCoupon .methodContent {
  position: relative;
}
#creatorInfoCoupon .methodContent .methodNumber {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 40px;
  height: 40px;
  background-color: #dd7482;
  border-radius: 50%;
}
#creatorInfoCoupon .methodContent .methodNumber p {
  font-size: 24px;
  text-align: center;
  color: #fff;
  line-height: 1.67;
}
#creatorInfoCoupon .noteContent {
  background-color: #e1e8ec;
  padding: 20px 30px;
  margin-top: 45px;
}
#creatorInfoCoupon .noteContent ul {
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}
