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

.sp{ display: none;}
.pc{ display: block;}

/**
 * ヘッダー
 */
#globalHeader {
  position: static;
}
#globalHeader.fixed {
  position: fixed;
}
#globalHeader.fixed + #main {
  padding: 126px 0 0 0;
}

/**
 * メインビジュアル
 */

/* 出店者向け（動画） */
/* #mainVisual {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
#mainVisual:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/images/index/mainvisual/videoBg.png);
  z-index: 4;
}
#mainVisual video {
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  min-width:100%;
  min-height:100%;
  width:auto;
  height:auto;
}

#mainVisual .centerLogo {
  position: absolute;
  width: 605px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 5;
} */

/*来場者向け*/
#mainVisual.forVisitor {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#mainVisual.forVisitor .spVisual {
  display: none;
}
#mainVisual.forVisitor .pcVisual {
  width: 100%;
	text-align: center;
background-color: #D67685;
}


/*2018以降は不要？*/
/*#mainVisual .pcVisual {
  width: 1500px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -750px;
}
#mainVisual .pcVisual > * {
  position: absolute;
  opacity: 0;
  -webkit-transition: 2s ease;
  -o-transition: 2s ease;
  transition: 2s ease;
}
#mainVisual .pcVisual > *.show {
  opacity: 1;
}*/

/*2017のビジュアル？*/
/*#mainVisual .pcVisual .centerLogo {
  width: 425px;
  height: 305px;
  top: 98px;
  left: 520px;
  z-index: 1;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
#mainVisual .pcVisual .centerText01 {
  width: 208px;
  height: 133px;
  top: 192px;
  left: 318px;
  -webkit-transition: 5s ease;
  -o-transition: 5s ease;
  transition: 5s ease;
}
#mainVisual .pcVisual .centerText02 {
  width: 250px;
  height: 150px;
  top: 176px;
  left: 975px;
  -webkit-transition: 5s ease;
  -o-transition: 5s ease;
  transition: 5s ease;
}*/
/*#mainVisual .pcVisual .img01 {
  top: 0;
  left: 0;
}
#mainVisual .pcVisual .img02 {
  top: 33px;
  left: 169px;
}
#mainVisual .pcVisual .img03 {
  top: 36px;
  left: 373px;
}
#mainVisual .pcVisual .img04 {
  top: 14px;
  left: 558px;
}
#mainVisual .pcVisual .img05 {
  top: 42px;
  left: 776px;
}
#mainVisual .pcVisual .img06 {
  top: 32px;
  left: 989px;
}
#mainVisual .pcVisual .img07 {
  top: 49px;
  left: 1193px;
}
#mainVisual .pcVisual .img08 {
  top: 35px;
  left: 1354px;
}
#mainVisual .pcVisual .img09 {
  top: 51px;
  left: 1550px;
}
#mainVisual .pcVisual .img10 {
  top: 197px;
  left: 22px;
}
#mainVisual .pcVisual .img11 {
  top: 215px;
  left: 185px;
}
#mainVisual .pcVisual .img12 {
  top: 152px;
  left: 318px;
}
#mainVisual .pcVisual .img13 {
  top: 147px;
  left: 1173px;
}
#mainVisual .pcVisual .img14 {
  top: 215px;
  left: 1375px;
}
#mainVisual .pcVisual .img15 {
  top: 203px;
  left: 1537px;
}
#mainVisual .pcVisual .img16 {
  top: 394px;
  left: 16px;
}
#mainVisual .pcVisual .img17 {
  top: 348px;
  left: 178px;
}
#mainVisual .pcVisual .img18 {
  top: 391px;
  left: 375px;
}
#mainVisual .pcVisual .img19 {
  top: 377px;
  left: 581px;
}
#mainVisual .pcVisual .img20 {
  top: 385px;
  left: 779px;
}
#mainVisual .pcVisual .img21 {
  top: 372px;
  left: 962px;
}
#mainVisual .pcVisual .img22 {
  top: 381px;
  left: 1184px;
}
#mainVisual .pcVisual .img23 {
  top: 377px;
  left: 1354px;
}
#mainVisual .pcVisual .img24 {
  top: 378px;
  left: 1523px;
}*/


/**
 * コンテンツ
 */
#main {
  padding: 0;
}

/* トップページ募集案内 */
#indexEntryGuide {
 /*  background-image: url(/images/index/bgEntryCloud.png); */
  background-repeat: no-repeat;
  background-position: center 20px;
  padding-bottom: 50px;
}
#indexEntryGuide .eventGuide {
  background-image: url(/images/index/bgEventGuide.jpg);
  background-repeat: repeat-x;
  padding-top: 40px;
}
#indexEntryGuide .eventGuide .inner {
  width: 1200px;
  margin: 0 auto;
  background-image: url(/images/index/bgEventGuideInner@2x.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 0;
}
#indexEntryGuide .eventGuide .eventGuideInfo {
  width: 690px;
  margin: 0 auto;
}
#indexEntryGuide .eventGuide .eventGuideInfo .titleContainer {
  text-align: center;
  border-bottom: 4px dotted #584d40;
  padding-bottom: 15px;
}
#indexEntryGuide .eventGuide .eventGuideInfo .description {
  font-size: 1.8rem;
  line-height: 1.78;
  color: #584d40;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 30px;
}
#indexEntryGuide .eventGuide .eventGuideInfo .description span {
  color: #d67685;
  background-color: #fff;
}
#indexEntryGuide .entryAboutContainer {
  display: table;
  width: 1100px;
  margin: 40px auto 0;
}
#indexEntryGuide .entryAboutContainer .entryAbout {
  display: table-cell;
  vertical-align: top;
}
.entryAbout p{
  background: #B3665B;
  padding: 4px;
  text-align: center;
  width: 380px;
  border-radius: 40px;
}
.entryAbout p a{
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.entryAbout p:hover{
  opacity: .8;
}
#indexEntryGuide .entryAboutContainer .videoContainer {
  float: left;
  width: 580px;
  height: 240px;
  background: #eee;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
#indexEntryGuide .entryAboutContainer .videoContainer video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
}
#indexEntryGuide .entryAboutContainer .videoContainer .videoCover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(136, 97, 81, .6);
}
#indexEntryGuide .entryAboutContainer .videoContainer .videoCover img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#indexEntryGuide .entryAboutContainer .entryAbout .imageContainer {
  text-align: center;
}
#indexEntryGuide .entryAboutContainer .entryAbout .imageContainer img {
  display: inline-block;
}
#indexEntryGuide .entryAboutContainer .entryAbout dl {
  padding: 30px 0 0 0;
  float: left;
}
#indexEntryGuide .entryAboutContainer .entryAbout .right {
  margin-left: 30px;
}
#indexEntryGuide .entryAboutContainer .entryAbout dl dt {
  float: left;
  clear: both;
  width: 80px;
  height: 26px;
  line-height: 26px;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  margin-right: 15px;
  background-color: #5b4c3e;
  border-radius: 3px;
}
#indexEntryGuide .entryAboutContainer .entryAbout dl dd {
  font-size: 1.6rem;
  float: left;
  margin-bottom: 10px;
}
#indexEntryGuide .entryAboutContainer .entryAbout dl dd .note {
  font-size: 1.4rem;
}
#indexEntryGuide .entryAboutContainer .entryAbout dl dd .point {
  font-size: 1.4rem;
  color: #d67685;
}
#indexEntryGuide .entryLinkContainer {
  vertical-align: top;
  display: table-cell;
}
#indexEntryGuide .entryLinkContainer ul {
  list-style-type: none;
  text-align: right;
  letter-spacing: -.4em;
}
#indexEntryGuide .entryLinkContainer li {
  display: inline-block;
  letter-spacing: normal;
  text-align: left;
  margin: 0 5px;
}
#indexEntryGuide .entryLinkContainer li a {
  display: block;
}
#indexEntryGuide .entryLinkContainer li a:hover {
  opacity: .8;
}
#indexEntryGuide .entryLinkContainer li .entryLink {
  position: relative;
	padding: 10px 0 10px 10px;
 /* padding: 5px 0 5px 10px;*/
  /* font-size: 1.6rem;*/
	 font-size: 2rem;
  line-height: 1.3;
  color: #fff;
   /*max-width: 205px;*/
  margin: 10px auto 0;
  text-decoration: none;
  border-radius: 5px;
}
#indexEntryGuide .entryLinkContainer li .entryLink:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 17px;
  height: 17px;
  -webkit-background-size: 17px 17px;
  background-size: 17px 17px;
  background-image: url(../images/common/icon/iconLinkArrowWhiteRound@2x.png);
}
#indexEntryGuide .entryLinkContainer li .entryLink span {
  font-size: 1.4rem;
}

#indexEntryGuide .entryLinkContainer li.linkHandmade .entryLink {
  background-color: #59a3ba;
}
#indexEntryGuide .entryLinkContainer li.linkFood .entryLink {
  background-color: #7aac59;
}
#indexEntryGuide .entryLinkContainer li.linkWorkshop .entryLink {
  background-color: #d67685;
}
#indexEntryGuide .entryLinkContainer li .entryLink.disable {
  background-color: #ccc !important;
  /*pointer-events: none;*/
}
/* 開催終了 */
.finish{
	margin-top: 30px;
}
.finish img{
	margin: auto;
}
/* バナーエリア */
.linkBox {
  width: 1100px;
  margin: 0 auto;
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;
  row-gap:14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.linkBox.center {
  justify-content: center;
}


.aboutContainer {
  width: 900px;
	 background-color: #fff;
  border: 3px solid #5b4c3e;
  border-radius: 20px;
	margin: 50px auto 0px;
	padding: 30px;
}

.aboutContainer .contents {
  width: 460px;
float: right;
  box-sizing: border-box;
}
.aboutContainer .contents h2 {
  font-size: 2rem;
  line-height: 1.4;
  color: #d76c80;
}
.aboutContainer .contents h2 span {
  font-size: 3rem;
}
.aboutContainer .contents .description {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .1rem;
  color: #5b4c3e;
  border-top: 1px dashed #5b4c3e;
  margin-top: 10px;
  padding-top: 10px;
}
.aboutContainer .contents .description span {
  color: #59a3ba;
}

/* トップページコンテンツ */
#indexContents {
  background-image: url(/images/common/bgContents.png);
}
#indexContents .inner {
  position: relative;
  padding: 25px 0 100px;
  margin: 0 auto;
}

/* カウントダウン */
#indexContents .inner .countDown {
  position: absolute;
  /* top: 30px; */ /*出店情報非表示時*/
  /*top: 510px;  出店情報表示時 */
  right: 0;
  width: 297px;
  height: 136px;
}
#indexContents .inner .countDown .dateText {
  font-size: 1.6rem;
  color: #444;
  display: block;
  width: 130px;
  position: absolute;
  bottom: 14px;
  left: 30px;
}
#indexContents .inner .countDown .at {
  font-size: 1.5rem;
  color: #444;
  width: 40px;
  text-align: right;
  position: absolute;
  top: 139px;
  left: 96px;
}
#indexContents .inner .countDown .count {
  font-family: 'Arvo';
  font-style: italic;
  font-weight: normal;
  font-size: 4.5rem;
  color: #59463F;
  width: 70px;
  text-align: right;
  position: absolute;
  bottom: 24px;
  right: 65px;
}
#indexContents .inner .countDown .participants {
  font-family: 'Arvo';
  font-style: italic;
  font-weight: normal;
  font-size: 2.6rem;
  color: #594740;
  width: 95px;
  text-align: right;
  position: absolute;
  top: 202px;
  left: 21px;
}
#indexContents .inner .countDown .booths {
  font-family: 'Arvo';
  font-style: italic;
  font-weight: normal;
  font-size: 2.6rem;
  color: #594740;
  width: 75px;
  text-align: right;
  position: absolute;
  top: 202px;
  left: 163px;
}
/* 募集中・開催まで */
#indexContents .inner .countDown.recruitment,
#indexContents .inner .countDown.countDown {
  background-image: url(/images/index/bgCountDown.png);
}
/* 開催中・終了 */
#indexContents .inner .countDown.now,
#indexContents .inner .countDown.finish {
  background-image: url(/images/index/bgCountDown2.png);
}
#indexContents .inner .countDown.now .dateText,
#indexContents .inner .countDown.finish .dateText {
  text-align: center;
  width: 280px;
  font-size: 2.5rem;
  top: 120px;
  left: 10px;
}
#indexContents .inner .countDown.now .dateText span,
#indexContents .inner .countDown.finish .dateText span {
  font-size: 1.6rem;
  margin: 0 10px 0 -20px;
}
#indexContents .inner .countDown.now .at,
#indexContents .inner .countDown.finish .at {
  display: none;
}
#indexContents .inner .countDown.now .count,
#indexContents .inner .countDown.finish .count {
  display: none;
}
/*#indexContents .inner .countDown.now .dateText {
  text-align: center;
  width: 280px;
  font-size: 3rem;
}*/

/* カウントダウンのみ（出店数表示なし）*/
#indexContents .inner .countDown.onlyCountDown {
  height: 1３６px;
  background-image: url(/images/index/bgCountDownShort.png);
}
#indexContents .inner .countDown.onlyCountDown .participants,
#indexContents .inner .countDown.onlyCountDown .booths {
  display: none;
}

#indexContents .inner .left {
  width: 100%;
  clear: both;
}
#indexContents .inner .left h2 {
  color: #59463F;
  font-size: 2.2rem;
  margin: 0 0 15px 0;
  padding: 0 0 0 25px;
  background-image: url(/images/index/iconLead.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-family: 'Arvo';
  font-style: italic;
  font-weight: normal;
}
#CreatorInfo h2{
    color: #59463F;
    font-size: 2.2rem;
    margin: 0 0 15px 0;
    padding: 0 0 0 25px;
    background-image: url(/images/index/iconLead.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#indexContents .inner .left .indexContentList {
  list-style-type: none;
  margin: 0 -30px 0 0;
  display: flex;
  flex-wrap: wrap;
}
#indexContents .inner .left .indexContentList li {
  width: 230px;
  margin: 0 30px 30px 0;
}
#indexContents .inner .left .indexContentList li > * {
  display: block;
  width: 100%;
  text-decoration: none;
}
#indexContents .inner .left .indexContentList li > * .thumb {
  display: block;
  padding: 10px 10px 5px;
  background-color: #fff;
}
#indexContents .inner .left .indexContentList li > * .linkTitle {
  font-size: 1.5rem;
  background-color: #fff;
  /* color: #D67685; */
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  text-align: center;
}
#indexContents .inner .left .indexContentList li > * .linkText {
  font-size: 1.3rem;
  color: #59463E;
  line-height: 1.5;
  height: 60px;
  text-decoration: none;
}
#indexContents .inner .left .indexContentList li > a:hover {
  opacity: .8;
}
#indexContents .inner .left .indexContentList li > div .thumb {
  background-color: rgba(255, 255, 255, .5);
}
#indexContents .inner .left .indexContentList li > div .linkTitle {
  opacity: .5;
}
#indexContents .inner .left .indexContentList li > div .linkText {
  opacity: .5;
}


.sponsorBox {
  width: 100%;
  margin: 10px auto 0;
  padding: 10px 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.sponsorBox div.main,
.sponsorBox div.cooperation,
.sponsorBox div.partner,
.sponsorBox div.planning {
  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;
  margin: 10px 0;
}
.sponsorBox div h4 {
  width: 150px;
  font-size: 1.3rem;
  color: #59463F;
}
.sponsorBox .sponsorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 150px);
  font-size: 1.3rem;
  list-style: none;
}
.sponsorBox .sponsorList .sponsorItem {
  margin: 5px 30px 5px 0;
}
.sponsorBox .sponsorList span {
  display: none;
}
.sponsorBox .sponsorList .block {
  display: block;
  font-size: 1.4rem;
  margin-top: 3px;
}


#indexContents .inner .right {
  float: right;
  margin: 130px 0 0 0;
  width: 290px;
}
/*#indexContents .inner .right.shortMargin {
  margin: 200px 0 0 0;
}*/
#indexContents .inner .right .sns {
  list-style-type: none;
  text-align: center;
  margin: 15px 0 20px 0;
}
#indexContents .inner .right .sns li {
  display: inline-block;
  margin: 0 6px;
}
#indexContents .inner .right .sns li a:hover {
  opacity: .8;
}
#indexContents .inner .right #twitter-widget-0 {
  height: 800px !important;
}

/* バナー大 */
.largeBanner {
  margin:  50px auto 0;
  width: 1000px;
}

/* バナー小 */
.smallBannerBox {
  width: 100%;
  line-height: 0;
  margin: 0 auto;
  font-size: 0;
}
.smallBanner {
  display: inline-block;
  margin: 0 0 10px;
  width: 33%;
}
.smallBanner:nth-child(2) {
  margin: 0 0.5%;
}
.mediaBottomBanner {
  margin: 0 auto 40px;
  width: 729px;
}
.mediaBottomBanner img {
  width: 100%;
}
.mediaBottomBanner:hover {
  opacity: .8;
}


.mediaBottomBanner{
  margin: 0 auto 40px;
}
.mediaBottomBanner img{
  width: 100%;
}
.mediaBottomBanner:hover{
  opacity: .8;
}


/*itemBox*/
#CreatorInfo .Menu h4,
#CreatorInfo .Creator h4{
  text-align: center;
  margin: 15px 0 20px 0;
	color: #d76c80;
	font-size: 2rem;
}
#CreatorInfo .btn {
    text-align: center;
}

#CreatorInfo .btn a {
    display: inline-block;
    color: #463733;
    background: #FFF65D;
    text-decoration: none;
    padding: 10px 60px;
    font-size: 16px;
    border-bottom: 4px solid #ddddaa;
    border-radius: 4px;
}

#CreatorInfo .btn a:hover {
    opacity: 0.8;
}

#CreatorInfo .Creator {
    float: right;
    width: 540px;
    height: 430px;
    background: #fff;
    margin: 0 0 30px;
}

#CreatorInfo .Creator h4 {
    margin-bottom: 25px;
}

#CreatorInfo .Creator li {
    float: left;
    list-style-type: none;
    margin: 0 0 15px 20px;
}

#CreatorInfo .Creator li a:hover {
    opacity: 0.9;
}

#CreatorInfo .Creator .btn {
    margin-top: 10px;
}

/*#CreatorInfo .Creator li > span {
color: #8c599f;
display: block;
margin: 5px 0 0 0;
font-size: 12px;
}
#CreatorInfo .Creator li .thumb {
width: 122px;
height: 122px;
margin: 10px 0;
background: #eee;
}
#CreatorInfo .Creator li > a {
display: block;
width: 100%;
height: 30px;
color: #fff;
border-radius: 5px;
background: #b5abd6;
font-size: 14px;
line-height: 30px;
}*/

#CreatorInfo .Menu {
    float: left;
    width: 540px;
    height: 430px;
    background: #fff;
    margin: 0 0 30px;
}

#CreatorInfo .Menu ul {
    text-align: center;
}

#CreatorInfo .Menu li {
    display: inline-block;
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 7px 14px;
    list-style-type: none;
    vertical-align: middle;
}

#CreatorInfo .Menu li.both:before,
#CreatorInfo .Menu li.both:after,
#CreatorInfo .Menu li.sat:before,
#CreatorInfo .Menu li.sun:before {
    position: absolute;
    z-index: 10;
    top: 0;
    display: block;
    font-size: 11px;
    padding: 3px 5px 3px 6px;
}

#CreatorInfo .Menu li.both:before {
    left: 5px;
    content: "14日";
    background: #c8e4e6;
}

#CreatorInfo .Menu li.both:after {
    left: 45px;
    content: "15日";
    background: #f4cdc3;
}

#CreatorInfo .Menu li.sat:before {
    left: 5px;
    content: "14日";
    background: #c8e4e6;
}

#CreatorInfo .Menu li.sun:before {
    left: 5px;
    content: "15日";
    background: #f4cdc3;
}

#CreatorInfo .Menu .thumb {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding: 100% 0 0 0;
    border: none;
    background: #fff;
}

#CreatorInfo .Menu .thumb a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    line-height: 0;
}

#CreatorInfo .Menu .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;
}

#CreatorInfo .Menu .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);
}

#CreatorInfo .Menu li.link {
    line-height: 124px;
}

#CreatorInfo .Menu li.link img {
    vertical-align: middle;
}

.underSlider {
    position: relative;
    clear: both;
    margin: 0 0 40px;
    background: #fff;
    box-shadow: none;
}



/**
 * Retina用背景画像の指定
 */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  /**
   * コンテンツ
   */
  #indexEntryGuide {
    -webkit-background-size: 1818px 332px;
    background-size: 1818px 332px;
    /* background-image: url(/images/index/bgEntryCloud@2x.png); */
		background-position: center 20px;
  }
  #indexContents {
    -webkit-background-size: 100px 100px;
    background-size: 100px 100px;
    background-image: url(/images/common/bgContents@2x.png);
  }

  /* カウントダウン */
  /* 募集中 */
  #indexContents .inner .countDown.recruitment {
    -webkit-background-size: 292px 254px;
    background-size: 292px 254px;
    background-image: url(/images/index/bgCountDown@2x.png);
  }
  /* 開催まで */
  #indexContents .inner .countDown.countDown {
    -webkit-background-size: 292px 254px;
    background-size: 292px 254px;
    background-image: url(/images/index/bgCountDown@2x.png);
  }
  /* 終了 */
  #indexContents .inner .countDown.finish {
    -webkit-background-size: 292px 254px;
    background-size: 292px 254px;
    background-image: url(/images/index/bgCountDown2@2x.png);
  }
  /* 開催中 */
  #indexContents .inner .countDown.now {
    -webkit-background-size: 292px 254px;
    background-size: 292px 254px;
    background-image: url(/images/index/bgCountDown2@2x.png);
  }
  /* カウントダウンのみ */
  #indexContents .inner .countDown.onlyCountDown {
    -webkit-background-size: 298px 136px;
    background-size: 298px 136px;
    background-image: url(/images/index/bgCountDownShort@2x.png);
  }

  #indexContents .inner .left h2 {
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    background-image: url(/images/index/iconLead@2x.jpg);
  }
  #CreatorInfo h2{
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    background-image: url(/images/index/iconLead@2x.jpg);
  }
}

/* modal */
.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;
}
.overlay .container {
  display: table;
  width: 100%;
  height: 100%;
}
.overlay .inner {
  display: table-cell;
  vertical-align: middle;
}
.overlay .modal {
  margin: 0 auto;
  padding: 30px;
  max-width: 950px;
  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;
}
.overlay .listInner {
  display: inline-block;
  border: 2px solid #C08E1E;
  margin: 30px auto;
  padding: 10px 30px 10px 50px;
}
.overlay .title {
  text-align: center;
  font-size: 18px;
  position: relative;
  margin-bottom: 70px;
}
.overlay .title::after {
  content: "";
  width: 100px;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 47px;
  left: 50%;
  transform: translateX(-50%);
}
.overlay .text {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}
.overlay ul {
  font-size: 16px;
  width: 610px;
  text-align: left;
  margin: 0 auto;
  line-height: 1.7;
}
.overlay .modal a {
  position: absolute;
  top: -50px;
  right: 20px;
  transform: rotate(45deg);
}
.overlay .modal a span {
  display: inline-block;
  position: relative;
  width: 4px;
  height: 40px;
  background: #fff;
}
.overlay .modal a span::before {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modalContent {
  width: 600px;
  margin: 0 auto 50px;
  text-align: center;
  cursor: pointer;
}
.modalContent p {
  display: block;
  padding: 15px 40px;
  font-size: 18px;
  text-decoration: none;
  border: 3px solid #C08E1E;
}
.modalContent p:hover {
  opacity: 0.7;
}
.banner {
  text-align: center;
  margin: 0 0 20px 0;
}
.banner a {
  display: inline-block;
}
.banner img {
  border: 5px solid #5B4C3E;
}
