@charset "UTF-8";

/* top.css */
/* ------------------------------
 ローディング
------------------------------ */
#loadingMask {
    position: fixed;
    z-index: 11000;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(/images/format/loader.gif) #fff no-repeat center center;
}

/**
 * ヘッダー
 */
#globalHeader {
  position: relative;
}
#mainVisual.navFixed {
  padding-bottom: 128px;
}

/*------------------------------
　メインビジュアル
------------------------------*/
/*出店者向け*/
 #mainVisual.forExhibitor {
  width: 100%;
  position: relative;
  overflow: hidden;

}
@media screen and (min-width:1920px) {
  #mainVisual.forExhibitor {
    height: 800px
  }
}
#mainVisual.forExhibitor:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/images/top/videoBg.png);
  z-index: 4;
}
#mainVisual.forExhibitor video {
  width:100%;
}
#mainVisual.forExhibitor .centerLogo {
  position: absolute;
  width: 470px;
  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: #1B4F6A;
}

/*------------------------------
　entryReadBlock
------------------------------*/
/* 開催終了 */
.finish{
	margin-top: 30px;
	text-align: center;
}
.finish img{
	margin: auto;
}
#entryReadBlock {
    margin-top: -5px;
    /* padding: 10px 0; */
    padding: 10px 0 50px;
    background: #F4F3F1;
}

#entryReadBlock .inner {
    position: relative;
    margin: 0 auto;
    /* width: 1000px; */
    width: 1025px;
    padding: 50px 0 0px;
}

/*前売券払い戻し案内*/
.announce.refund{
  width: 740px;
  border: 2px solid #ec8c1b;
	margin: 0 auto 30px;
	padding: 20px;
}
.announce.refund h3{
  font-size: 1.5rem;
}
.announce.refund a{
	display: block;
	background: #ec8c1b;
	color: #fff;
	width: 200px;
	padding: 5px;
  margin: 10px auto 0;
	text-align: center;
	text-decoration: none;
	border-radius: 30px;
}
.announce.refund a:hover{
	opacity: 0.9;
}

.bannerArea{
	text-align: center;
	margin: 30px 20px;
}

/*------------------------------
　出店者募集情報
------------------------------*/
.applyTextBox {
  float: left;
  width:360px;
}
.applyTextBox.right {
  float: right;
}
.applyTextBox ul {
  list-style: none;
}

#applyTextMain{
 font-family: 'TBChibiRGothicPlusK DB', "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 color: #184966;
 text-align: center;
  line-height: 1.5;
}
.applyTextTitle h3{
	font-size: 2rem;
  margin-bottom: 5px;
}
.applyTextEntry {
	font-size: 2.4rem;
  margin: 0 0 10px;
}
.applyTextTitle .applyTextEntry .date{
	font-size: 1.8rem;
	background-color: #FFF65D;
	padding: 7px;
	margin-left: 10px;
	border-radius: 5px;
}
.applyTextTitle .applyTextEntry .date .small{
	font-size: 1.3rem;
}

.applyTextEntry .date .until{
	font-size: 1.3rem;
}

.applyTextDate {
	font-size: 2rem;
	border-top: solid 2px #184966;
	border-bottom: solid 2px #184966;
    margin: 16px 0;
	padding: 8px;
}

.applyTextBox ul li b {
  color: #FA9D24;
}
.applyTextBox ul li {
  display: inline-block;
  margin: 0 0 8px 0;
}
.applyTextBox ul li span {
  display: inline-block;
  background: #184966;
  padding: 0;
  height: 25px;
  font-size: 13px;
  width: 80px;
  text-align: center;
  line-height: 25px;
  margin-right: 15px;
  color: #fff;
  border-radius: 5px;
}

.applyTextBox dl dt {
  float: left;
  clear: both;
  width: 80px;
  height: 26px;
  line-height: 26px;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  margin: 0 15px 10px 0;
  background-color: #184966;
  border-radius: 3px;
}
.applyTextBox dl dd {
  font-size: 1.4rem;
  float: left;
  width: calc(100% - 95px);
  line-height: 1.5;
  margin: 4px 0;
}
.applyTextBox .applyTextBtn {
  margin: 20px 0 0 0;
}
.applyTextBox .applyTextBtn a:hover {
  opacity: .8;
}
.applyTextBox .applyTextBtn img {
  max-width: 100%;
}

.applyBox {
  float: right;
  width: 642px;
  margin-right: -8px;
}
.applyBox .applyCont {
  float: left;
  margin: 0 8px;
  position: relative;
  width: 198px;
}
.applyBtn img {
  width: 100%;
}
.applyBox .applyCont:before {
  content: "";
  top: -20px;
  left: -20px;
  position: absolute;
}
.applyBox .applyCont#handmade:before {
  background: url(../images/top/haTitle.png) no-repeat;
  width: 126px;
  height: 76px;
}
.applyBox .applyCont#workshop:before {
  background: url(../images/top/wsTitle.png) no-repeat;
  width: 106px;
  height: 59px;
}
.applyBox .applyCont#food:before {
  background: url(../images/top/foTitle.png) no-repeat;
  width: 70px;
  height: 59px;
}

.applyBtn {
  margin-top: 10px;
}
.applyBtn:hover {
  opacity: .8;
}
.applyBtn {
  width: 100%;
  border-radius: 10px;
  text-align: center;
  padding: 8px 0 7px;
  margin: 0 auto;
}
.applyTextBtn a {
  color: #5AC4D1;
  font-weight: bold;
  letter-spacing: 0.05em;
}


.applyBox .entryLink {
  position: relative;
  display: block;
  margin-top: 10px;
  padding: 10px;
  max-width: 198px;
  height: auto;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.1;
  text-decoration: none;
  border-radius: 5px;
  box-sizing: border-box;
}
.applyBox .entryLink:after {
  content: '';
  display: block;
  position: absolute;
  top: 66%;
  right: 8px;
  width: 16px;
  height: 16px;
  margin: -16px 0 0 0;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  background-image: url(../images/common/icon/iconCircleArrowWhite@2x.png);
}
.applyBox .entryLink span {
  font-size: 1.4rem;
}
.applyBox .linkHandmade .entryLink {
  background-color: #5ba2b7;
}
.applyBox .linkFood .entryLink {
  background-color: #7aaf59;
}
.applyBox .linkWorkshop .entryLink {
  background-color: #d67685;
}
.applyBox .entryLink.disable {
  background-color: #ccc !important;
  pointer-events: none;
}



.entryLink {
	overflow: hidden;
	width: 360px;
	height: 30px;
	margin: 0;
	padding: 0;
	border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.entryLink a {
	display: block;
	position: relative;
  font-family: TBChibiRGothicPlusK DB;
	z-index: 100;
	text-align:center;
	background: #ffffff;
	color: #634A38;
	font-size: 14px;
	line-height: 30px;
	text-decoration:none;
  transition: all .3s ease;
}
.entryLink a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #634A38;
}
.entryLink a:hover {
  background: #284C66;
	color: #ffffff;
}
.entryLink a:hover::before {
	border-left: 5px solid #ffffff;
}

/*------------------------------
　来場者向け　開催情報
------------------------------*/
.eventInfoBox {
  float: right;
  width: 400px;
}
.eventInfoBox ul {
  list-style: none;
}
.eventInfoBox .eventInfoTitle{
  margin-bottom: 15px;
}
.eventInfoBox .eventInfoTitle img {
  width: 100%;
}
.eventInfoBox dl dt {
  float: left;
  clear: both;
  width: 80px;
  height: 26px;
  line-height: 26px;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  margin: 0 15px 10px 0;
  background-color: #184966;
  border-radius: 3px;
}
.eventInfoBox dl dd {
  float: left;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 5px;
}

.eventInfoBox .eventInfoLink {
  margin: 5px auto 0;
  /*width: 90%;*/
}
.eventInfoBox .eventInfoLink:hover {
  opacity: .8;
}
.eventInfoBox .eventInfoLink a {
  display: block;
  background: #184966;
  padding: 6px 4px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: normal;
  border-radius: 40px;
  position: relative;
}
.eventInfoBox .eventInfoLink a::after{
  content: '';
  width: 0;
   height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}

/*movie*/
#videoBox {
  float: left;
  overflow: hidden;
  width: 580px;
  height: 290px;
  /* height: 250px; */
  border-radius: 5px;
  position: relative;
}
#videoBox:before {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/top/videoBg.png);
}
#videoBox img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#videoBox video {
  width: 580px;
  height: 290px;
	object-fit: cover;
}

/*-----------------------------
	フローティングバナー
------------------------------*/
.flagApply {
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 200px;
}
.flagApply:hover {
    opacity: .8;
}

/*-----------------------------
	Contents
------------------------------*/

#Contents {
    overflow: hidden;
    width: 100%;
    background: url(../images/format/BgBeige.png) repeat;
    padding-top: 0;
}
#ContentsInner {
    position: relative;
    clear: both;
    width: 1100px;
    margin: 0 auto;
    padding-top: 40px;
}
#ContentsMain {
    float: left;
    width: 780px;
}
#ContentsMain h3{
  display: inline-block;
  color: #59463F;
  font-size: 2.2rem;
  padding: 0 0 0 25px;
	margin-bottom: 20px;
  background-image: url(/images/top/iconLead.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-family: 'Arvo';
  font-style: italic;
  font-weight: normal;
}
/*side Contents*/

#ContentsSub {
  float: right;
  width: 290px;
}
#ContentsSub .BannerTop {
  margin-bottom: 20px;
}
#ContentsSub .BannerSp {
  display: none;
  margin-bottom: 0;
}
#ContentsSub .bannerVolunteer img{
	width:290px;
  height: auto;
}

/*-----------------------------
	CountBox
------------------------------*/
/* カウントダウン */
#ContentsInner .countDown {
  position: relative;
  width: 298px;
  height: 208px;
  /* height: 136px; */
  -webkit-background-size: 298px 208px;
  background-size: 298px 208px;
  /* -webkit-background-size: 298px 136px;
  background-size: 298px 136px; */
}
#ContentsInner .countDown .dateText {
  position: absolute;
  bottom: 88px;
  left: 30px;
  display: block;
  width: 130px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.28;
  color: #5B4C3E;
}
#ContentsInner .countDown .at {
  font-size: 1.5rem;
  color: #444;
  width: 40px;
  text-align: right;
  position: absolute;
  top: 139px;
  left: 96px;
}
#ContentsInner .countDown .count {
  position: absolute;
  bottom: 85px;
  right: 60px;
  width: 100px;
  /* width: 70px; */
  /*font-family: 'Arvo';*/
  font-weight: bold;
  font-size: 4.4rem;
  text-align: right;
}
#ContentsInner .countDown .participants {
  font-style: italic;
  font-weight: normal;
  font-size: 2.6rem;
  width: 95px;
  text-align: right;
  position: absolute;
  bottom: 20px;
  left: 21px;
}
#ContentsInner .countDown .booths {
  position: absolute;
  bottom: 16px;
  right: 72px;
  left: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ContentsInner .countDown .label {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.28;
  color: #5B4C3E;
}
#ContentsInner .countDown .label small {
  font-size: 1.2rem;
}
#ContentsInner .countDown .booths .num {
  font-size: 3.2rem;
  color: #594740;
  text-align: right;
}
/* 募集中・開催まで */
#ContentsInner .countDown.recruitment,
#ContentsInner .countDown.countDown {
  /* background-image: url(/images/top/bgCountDownShort@2x.png); */
  background-image: url(/images/top/bgCountDown@2x.png);
}
/* 開催中・終了 */
#ContentsInner .countDown.now,
#ContentsInner .countDown.finish {
  background-image: url(/images/top/bgCountDown2@2x.png?2);
}
#ContentsInner .countDown.now .dateText,
#ContentsInner .countDown.finish .dateText {
  text-align: center;
  width: 280px;
  font-size: 2.5rem;
  top: 90px;
  left: 10px;
}
#ContentsInner .countDown.now .dateText span,
#ContentsInner .countDown.finish .dateText span {
  font-size: 1.6rem;
  margin: 0 10px 0 -20px;
}
#ContentsInner .countDown.now .at,
#ContentsInner .countDown.finish .at {
  display: none;
}
#ContentsInner .countDown.now .count,
#ContentsInner .countDown.finish .count {
  display: none;
}

/* カウントダウンのみ（出店数表示なし）*/
#ContentsInner .countDown.onlyCountDown {
  height: 136px;
}
#ContentsInner .countDown.onlyCountDown .participants,
#ContentsInner .countDown.onlyCountDown .booths {
  display: none;
}
#ContentsInner .countDown.onlyCountDown .dateText {
  bottom: 14px;
}
#ContentsInner .countDown.onlyCountDown .count {
  /* bottom: 24px;
  right: 70px; */
  bottom: 10px;
  right: 50px;
}


/*-----------------------------
	Pickup/Application
------------------------------*/
#PickupContentsContainer h3 {
  color: #59463F;
  font-size: 2.2rem;
  margin: 0 0 20px 0;
  padding: 0 0 0 25px;
  background-image: url(/images/top/iconLead.png);
  background-repeat: no-repeat;
  background-position: left center;
}

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



.SpTitle {
    display: none;
}


/*-----------------------------
	Sponsor
------------------------------*/
#SponsorContainer {
	margin: 40px auto 0;
}

.sponsorBox {
  width: 100%;
  padding: 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 {
  margin: 5px 0;
  padding: 0 0 0 80px;
  position: relative;
  display: inline-block;
}

.sponsorBox div h4 {
  position: absolute;
  top: 4px;
  left: 0;
  margin-right: 10px;
  font-size: 1.3rem;
  color: #59463F;
}
.sponsorBox div p {
  display: inline-block;
  margin: 0 20px 10px 0;
  font-size: 1.3rem;
}
.sponsorBox div p span {
  display: none;
}


#mediaBox {
	margin-top: 15px;/*スポンサー非表示の時*/
	width: auto;
    padding: 22px;
    background: #fff;
}
#mediaBox .titleTxt {
    padding-bottom: 10px;
    text-align: center;
}
#mediaBox ul {

}
#mediaBox li {
    float: left;
    margin-right: 10px;
    list-style-type: none;
    line-height: 0;
}
#mediaBox area {
    outline: none;
}

/*-----------------------------
	Social
------------------------------*/
#ContentsSub .sns {
  list-style-type: none;
  text-align: center;
  margin: 20px 0;
}
#ContentsSub  .sns li {
  display: inline-block;
  margin: 0 10px;
}
#ContentsSub .sns li a:hover {
  opacity: .8;
}

#BtnFollow {
    padding-top: 10px;
    text-align: right;
}

#BtnLikeTweet {
    position: absolute;
    z-index: 100;
    top: 6px;
    right: 0;
    height: 30px;
    list-style-type: none;
}

#BtnLike {
    position: absolute;
    top: 0;
    right: 0;
}

#BtnTweet {
    position: absolute;
    top: 0;
    right: 70px;
}

#FacebookContainer {
    padding-bottom: 0;
}

#FacebookContainer h3 {
    margin-bottom: 10px;
    text-align: center;
}

.fb-like-box {
    width: 290px;
}


/*-----------------------------
	Nav
------------------------------*/

#Header {
    height: 0;
}
#HeaderInner {
    position: relative;
}

/*-----------------------------
	ContentsNav
------------------------------*/

#ContentsNav {
    position: absolute;
    top: 0;
    width: 200px;
    margin-top: 40px;
    list-style-type: none;
    font-size: 13px;
}

#ContentsNav li {
    margin-bottom: 10px;
    background: url(../images/format/IconArrow.png) no-repeat 10px center;
    line-height: 1.5em;
}

#ContentsNav a {
    display: block;
    padding: 5px 5px 5px 25px;
    color: #333;
}

#ContentsNav a.current {
    background: #fdf45b url(../images/format/IconArrow.png) no-repeat 10px center;
}

#ContentsNav a:hover {
    color: #666;
}


/*-----------------------------
	終了のお知らせ
------------------------------*/

#FinishBox {
    width: 646px;
    margin-bottom: 30px;
    padding: 20px 0;
    text-align: center;
    color: #19587e;
    background: #fff;
}
#FinishBox p {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.6;
}
#FinishBox strong {
    font-size: 14px;
}
#FinishBox ul {
    margin-top: 15px;
    margin-left: 124px;
}
#FinishBox li {
    position: relative;
    float: left;
    margin-right: 20px;
    list-style: none;
}
#FinishBox li img {
    margin-right: 10px;
    /*vertical-align:bottom;*/
}
#FinishBox .Facebook {
    padding-right: 70px;
}
#FinishBox .Twitter img {
    vertical-align: bottom;
}
#FinishBox .fb-like {
    position: absolute;
    top: 3px;
    left: 115px;
}
#FinishBox #twitter-widget-1 {
    position: absolute;
    top: 3px;
    right: 0;
}


/*itemBox*/

#CreatorInfo{
  margin-bottom: 40px;
}
#CreatorInfo h3 {
  color: #59463F;
  font-size: 2.2rem;
  margin: 0 0 20px 0;
  padding: 0 0 0 25px;
  background-image: url(/images/top/iconLead.png);
  background-repeat: no-repeat;
  background-position: left center;
}
#CreatorInfo h4 {
    text-align: center;
    margin: 15px 0 20px 0;
}

#CreatorInfo .btn {
    text-align: center;
    margin-top: 5px;
}
#CreatorInfo .btn a {
    display: inline-block;
    color: #104666;
    background: #FFF65D;
    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 ul li {
    display: inline-block;
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 7px 14px;
    list-style-type: none;
    vertical-align: middle;
}

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

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

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

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

#CreatorInfo .Menu ul li.sun:before {
    left: 5px;
    content: "30日";
    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 ul li.link {
    line-height: 124px;
}

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

/* 特集 */
#CreatorFeature {
  margin-bottom: 30px;
}
#CreatorFeature h3 {
  display: inline-block;
  color: #59463F;
  font-size: 2.2rem;
  padding: 0 0 0 25px;
  background-image: url(/images/top/iconLead.png);
  background-repeat: no-repeat;
  background-position: left center;
}
#CreatorFeature .featureContainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 20px;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#CreatorFeature .featureContainer a {
  display: inline-block;
}
#CreatorFeature .featureContainer.faeture03 a:nth-child(1),
#CreatorFeature .featureContainer.faeture03 a:nth-child(2) {
  margin-bottom: 20px;
}
#CreatorFeature .featureContainer.faeture04 a:nth-child(1),
#CreatorFeature .featureContainer.faeture04 a:nth-child(2),
#CreatorFeature .featureContainer.faeture04 a:nth-child(3),
#CreatorFeature .featureContainer.faeture04 a:nth-child(4) {
  margin-bottom: 20px;
}


/*下部バナー*/

.bottomBanner {
    margin-top: 10px;
}

.bottomBanner img {
    width: 100%;
}

.bottomBanner:hover {
    opacity: .8;
}

.smallBannerBox {
    width: 1000px;
    line-height: 0;
    margin: 0 auto;
    font-size: 0;
}

.smallBanner {
    display: inline-block;
    margin:0 0 15px;
    width:320px;
}
.smallBanner img {
    width:100%;
}
.smallBanner:nth-child(2){
    margin: 0 20px;
}

.smallBanner:hover {
    opacity: .8;
}

.middleBannerBox {
    width: 1000px;
    line-height: 0;
    margin: 0 auto;
    font-size: 0;
    padding: 0 0 25px 0;
}
.middleBannerBox .middleBanner {
  float: left;
}
.middleBannerBox .smallBanner {
  margin: 0 0 0 20px;
}

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

.mediaBottomBanner{
  margin: 20px auto;
  font-size: 20px;
  color: #174965;
  text-align: center;
  line-height: 1.7;
}
.mediaBottomBanner img{
  width: 100%;
}
.mediaBottomBanner:hover{
  opacity: .8;
}


/*-----------------------------
インスタ
------------------------------*/
.instagramColumn{
  width: 100%;
  padding: 25px 10px;
  box-sizing: border-box;
  background: #fff;
}
.instagramColumn h4{
  height: auto;
  margin: 0 auto 25px;
	font-size: 2.2rem;
	text-align: center;
}
.instagramColumn h4:before {
    content: url("../images/common/icon/iconFooterSnsInstagram@2x.png");
position: relative;
	top:15px;
}
.lead{
  text-align: center;
  margin: 20px;
  line-height: 1.3em;
}
.instagramColumn .btn{
  margin: 10px auto 0;
  text-align: center;
}
.instagramColumn .btn a {
  display: inline-block;
  color: #104666;
  background: #FFF65D;
  padding: 10px 60px;
  font-size: 16px;
  border-bottom: 4px solid #ddddaa;
  border-radius: 4px;
}

.instagramColumn .hashtag {
border-top: 1px dotted #B7B7B7;
	margin: 30px;
}
.media-grid .media-list-item .thumbnail.hover-zoomin img {
  -webkit-transition: -webkit-transform .3s ease !important;
  -ms-transition: -ms-transform .3s ease !important;
  transition: transform .3s ease !important;
}

.media-grid .media-list-item .thumbnail.hover-zoomin:hover img {
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* 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: 100000;
}
.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 #184966;
  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 #184966;
}
.modalContent p:hover {
  opacity: 0.7;
}
.banner {
  text-align: center;
  margin: 30px 0 0 0;
}
.banner img {
  border: 5px solid #5B4C3E;
}

/* コロナ・登録のリンクについて */
.linkBox {
  width: 1100px;
  margin: 40px auto 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 a{
  width: 540px;
}

/*バナー１つのみの場合は classにcenter を追加する*/
.linkBox.center {
  justify-content: center;
}

.linkBox .linkButton {
  /* width: 450px; */
  width: 540px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  padding: 11px 0;
  position: relative;
}
.linkBox .covid_19LinkButton::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}
.linkBox .covid_19LinkButton {
  display: inline-block;
  color: #284a66;
  background-color: #fff;
  border: 2px solid #284a66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
}
.linkBox .covid_19LinkButton::after {
  background-image: url(../images/top/covid_19LinkButtonArrow@2x.png);
}
.linkBox .registrationLinkButton {
  color: #fff;
  background-color: #e26917;
  text-align: center;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 4px 4px 4px 15px;
}
.linkBox .registrationLinkButton .buttonInner {
  display: flex;
  justify-content: left;
  align-items: center;
}
.linkBox .registrationLinkButton img {
  width: 34px;
  height: auto;
  margin-right: 13px;
}
.linkBox .registrationLinkButton .textPlease {
  padding: 8px 0;
}
.linkBox .registrationLinkButton .textPlease p {
  font-size: 22px;
  text-align: left;
  margin-right: 14px;
}
.linkBox .registrationLinkButton .textPlease .small {
  font-size: 12px;
  margin-bottom: 8px;
}
.linkBox .registrationLinkButton .textLink {
  width: 106px;
  font-size: 18px;
  line-height: 1.1;
  text-align: left;
  padding: 12px 0 8px 15px;
  color: #e26917;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}
.linkBox .registrationLinkButton .textLink::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 2px solid #e26917;
  border-right: 2px solid #e26917;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}
.sp_small {
  display: none;
}
/* キッチンカー出店なしのお知らせ */
.notice {
  width: 750px;
  margin: 32px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notice .textBox {
  width: 640px;
  color: #254863;
}
.notice .title {
  font-size: 18px;
}
.notice .text {
  font-size: 14px;
  line-height: 1.43;
  margin-top: 9px;
}

