@charset "UTF-8";
/**
 * KPM - index.css
 *
 * @copyright  2017 Arcphilia Inc.
 * @license    Proprietary
 * @version    1.0.0
 * @link       http://pan-marche.jp/css/index.css
 * @since      2017-07-13
 * @author     Kyohei Yaguchi
 */

body {
  min-width: 1250px;
}

.mac.safari body {
  -webkit-font-smoothing: subpixel-antialiased;
}

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

/**
 * メインビジュアル
 */
#mainVisual {
  width: 100%;
  height: 500px;
  position: relative;
  /* background-image: url(../images/index/bgMainVisual_2018.jpg);
  background-repeat: repeat-x;
  background-position: center top; */
  overflow: hidden;
	/* background-size: contain;; */
}
/* @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #mainVisual {
    background-image: url(../images/index/bgMainVisual_2018@2x.jpg);
    background-size: auto 500px;
  }
} */
@media screen and (min-width: 1500px) {
  #mainVisual {
    height: auto;
  }
  #mainVisual .pcVisual img {
    width: 100%;
    height: auto;
    position: static;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.centerLogo img {
  width: auto;
  height: 500px;
  max-width: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.countDown {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -560px;
  padding-top: 142px;
  text-align: center;
  width: 170px;
  height: 223px;
  background-image: url(/images/index/bgMainCount.png);
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.countDown.openCountDown {
  background-image: url(/images/index/bgMainCountOpen.png);
}
.countDown.now {
  background-image: url(/images/index/bgMainCountNow.png);
}
/*.countDown.finish {
  background-image: url(/images/index/bgMainCountFnish.png);
}*/
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .countDown {
    background-image: url(/images/index/bgMainCount@2x.png);
    background-size: 170px 223px;
  }
  .countDown.openCountDown {
    background-image: url(/images/index/bgMainCountOpen@2x.png);
  }
  .countDown.now {
    background-image: url(/images/index/bgMainCountNow@2x.png);
  }
  .countDown.finish {
    background-image: url(/images/index/bgMainCountFnish@2x.png);
  }
}
.countDown .count {
  font-family: TsukuAntiqueSGoStd-B;
  font-size: 5.0rem;
  line-height: 1;
  color: #F7E519;
  letter-spacing: .01em;
  margin: 6px 0 0 0;
}
.countDown.now .count,
.countDown.finish .count {
  display: none;
}

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

/* 募集案内 */
#indexEntryGuide {
  background-image: url(../images/index/bg_wood_2018.jpg);
	height: 904px;
  padding-top: 53px;
	box-sizing: border-box;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #indexEntryGuide {
    background-image: url(../images/index/bg_wood_2018@2x.jpg);
    background-size: 1400px auto;
  }
}
#indexEntryGuide.row .inner {
  width: 1100px;
  max-width: none;
}

/* ニュースティッカー */
.ticker {
  float: right;
  /*margin: 0 auto;*/
  width: 657px;
  text-align: left;
  position: relative;
  overflow: hidden;
  background-color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ticker .titleNews {
  width: 100px;
  float: left;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 1;
  padding: 14px 0;
  color: #FFF;
  background-color: #67501A;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
 .ticker ul {
  width: 550px;
  float: right;
  position: relative;
}
.ticker ul li {
  width: 100%;
  display: none;
	top:0;
	left:0;
}
.ticker ul li a {
  display: block;
  text-decoration: none;
  color: #333;
}
.ticker ul li a:hover {
  opacity: .8;
}
.ticker .dateNews {
  float: right;
  width: 120px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  padding: 14px 0;
}
.ticker .textNews {
  float: left;
  width: 657px;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1;
  padding: 8px 0;
  color: #D07124;
	margin-left: 15px;
}
.ticker .textNews span {
  text-decoration: underline;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0 4px;
	font-size:16px;
	letter-spacing: 0.02rem;
}

#indexEntryGuide h2 {
  position: relative;
  display: block;
  width: 1196px;
  height: 80px;
  margin: 40px auto 30px;
  color: #5F4A3F;
  text-align: center;
  background-image: url(/images/index/bgTitleEntryGuide.png);
  background-repeat: no-repeat;
  background-position: center 28px;
  box-sizing: border-box;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #indexEntryGuide h2 {
    background-image: url(/images/index/bgTitleEntryGuide@2x.png);
    background-size: 1196px 52px;
  }
}
#indexEntryGuide h2 span.venue {
  font-size: 2.6rem;
  letter-spacing: .01em;
  display: block;
  line-height: 1;
  font-family: TsukuOldMinPro-R;
}
#indexEntryGuide h2 strong.copy {
  font-size: 4.2rem;
  letter-spacing: .48em;
  padding-left: .5em;
  padding-top: 12px;
  display: block;
  line-height: 1;
  font-family: TsukuMinPr6-M;
}
.deadline.pc {
  position: absolute;
  top: -10px;
  right: 30px;
  width: 170px;
  height: 100px;
  background-image: url(/images/index/bgDeadline.png);
  background-repeat: no-repeat;
  color: #5F4A3F;
  font-family: TsukuMinPr6-M;
  padding-top: 28px;
  box-sizing: border-box;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .deadline.pc {
    background-image: url(/images/index/bgDeadline@2x.png);
    background-size: 170px 100px;
  }
}
.titleDeadline {
  width: 80px;
  float: left;
  padding-left: 22px;
  box-sizing: border-box;
  font-size: 2.0rem;
  line-height: 1.2;
  letter-spacing: .1em;
}
.dateDeadline {
  width: 90px;
  padding-right: 3px;
  float: right;
  text-align: center;
  font-size: 1.6rem;
  box-sizing: border-box;
}
.dateDeadline strong {
  display: block;
  font-size: 3.0rem;
  padding: 2px 0;
  letter-spacing: .02em;
}

.entryLinkContainer {
	width: 660px;
	float: right;
  list-style: none;
  letter-spacing: -.4em;
  text-align: center;
	margin-bottom: 43px;
}
.entryLinkContainer li {
  display: inline-block;
  letter-spacing: normal;
}
.entryLinkContainer li + li {
  margin-left: 10px;
}
.entryLinkContainer li a:hover {
  opacity: .8;
}

.videoContainer {
  float: right;
  width: 660px;
  height: 250px;
  background: #eee;
  margin: 22px 0;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.videoContainer video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
}
.videoContainer .videoCover:before {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/index/videoBg.png)
}
.videoContainer .videoCover img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.concept {
  position: relative;
  background-color: #FFF;
  width: 1000px;
  margin: 80px auto 0;
  padding: 15px;
  border-radius: 50px;
  box-sizing: border-box;
}
/*.concept:before {
  content: '';
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -3.5px;
  width: 7px;
  height: 74px;
  background-image: url(/images/index/lineConcept.png);
  background-size: 7px 74px;
  background-repeat: no-repeat;
}*/
.conceptInner {
  border: dashed 3px #B7AF9B;
  border-radius: 30px;
  /*padding: 35px 0 60px;*/
  padding: 35px 0;
}
.concept h3 {
  display: none;
  font-size: 3.3rem;
  letter-spacing: .2em;
  color: #5F4A3F;
  text-align: center;
}
.concept p {
  font-size: 1.8rem;
  letter-spacing: .1em;
  line-height: 1.86;
  color: #5F4A3F;
  text-align: center;
  /*padding-top: 25px;*/
}
.concept p strong {
  color: #FF7F00;
}
.imgConcept01,
.imgConcept02,
.imgConcept03,
.imgConcept04 {
  position: absolute;
}
.imgConcept01 {
  top: -40px;
  left: -10px;
}
.imgConcept02 {
  top: -50px;
  right:-40px;
}
.imgConcept03 {
  left: -50px;
  bottom: -17px;
}
.imgConcept04 {
  right: -40px;
  bottom: 6px;
}

/* 出店者速報 */

#indexPreliminaryReport {
  /*display: none;  ローンチ時非表示用 */
  position: relative;
  z-index: 10;
  margin-top: -14px;
  padding: 60px 0 0;
  background-image: url(/images/index/bgWaveTop.png),  url(/images/index/bgWaveBottom.png);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #indexPreliminaryReport {
    background-image: url(/images/index/bgWaveTop@2x.png), url(/images/index/bgWaveBottom@2x.png);
    background-size: 172px 14px, 172px 14px;
  }
}

.labelInner {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
  top: -60px;
}
.titlePreliminaryReport {
  position: absolute;
  top: -40px;
  left: 30px;
  z-index: 10;
  margin: 0;
}

#btnExhibitorList {
  position: absolute;
  top: 40px;
  right: 30px;
  box-sizing: border-box;
  width: 175px;
  height: 40px;
  text-align: center;
  color: #463733;
  border-radius: 6px;
  background: #fff354;
  border-bottom: 3px solid #DDDDAA;
  font-size: 1.5rem;
  line-height: 40px;
  text-decoration: none;
}

#indexPreliminaryReport.row .listContainer {
  width: 100%;
  max-width: inherit;
  padding: 90px 0 1px;
  background-color: #FFF;
  background-image: url(/images/index/bgSlider.png);
  background-position: left bottom;
}

#bottomBtnExhibitorList {
  display: block;
  box-sizing: border-box;
  margin: 0 auto 20px;
  max-width: 450px;
  height: 70px;
  text-align: center;
  color: #463733;
  border-radius: 6px;
  background: #fff354;
  border-bottom: 3px solid #DDDDAA;
  font-size: 2.2rem;
  line-height: 70px;
  text-decoration: none;
}


/* 一覧 */
#indexPreliminaryReport.row .listContainer .inner {
  max-width: 1200px;
}

/* 数字ありのバージョン */
.boxPreliminaryReportContainer {
  overflow: hidden;
  max-width: 1180px;
  width: 100%;
  margin: 30px auto 0;
}
.boxPreliminaryReportContainer ul {
  display: block;
  width: 1218px;
  margin: 0 0 0 -38px;
}
.boxPreliminaryReportContainer ul li {
  float: left;
  display: block;
  margin: 0 0 38px 38px;
}
.boxPreliminaryReport {
  width: 368px;
	height: 316px;
  background-color: #FFF;
  position: relative;
}
.boxPreliminaryReport a {
  display: block;
  width: 100%;
  height: 100%;
}
.boxPreliminaryReport a:hover {
  opacity: .8;
}
.imgPreliminaryReport {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 230px;
  line-height: 1.6;
}
.placePreliminaryReport {
  position: absolute;
  top: 90px;
  right: 0;
  width: 118px;
  text-align: center;
  font-size: 1.7rem;
  color: #59453A;
  font-family: CezannePro-B;
}
.numberPreliminaryReport {
  position: absolute;
  top: 20px;
  right: 0;
  width: 118px;
  height: 50px;
  text-align: center;
  vertical-align: bottom;
  font-size: 5rem;
  color: #BBB3AE;
  font-family: CezannePro-B;
  line-height: 1;
}
.typePreliminaryReport {
  position: absolute;
  top: 137px;
  right: 0;
  width: 118px;
  text-align: center;
}
.namePreliminaryReport {
  position: absolute;
  top: 210px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  color: #5F4A3F;
  background-image: url(/images/index/bgNamePreliminaryReport.png);
  background-repeat: repeat-x;
  background-position: left center;
  font-family: CezannePro-M;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .namePreliminaryReport {
    background-image: url(/images/index/bgNamePreliminaryReport@2x.png);
    background-size: 30px 23px;
  }
}
.iconPreliminaryReport {
  position: absolute;
  top: 245px;
  left: 0;
  width: 100%;
  text-align: center;
}
.tagPreliminaryReport {
  position: absolute;
  top: 285px;
  left: 0;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  font-size: 1.5rem;
  color: #7A6C4A;
  font-family: CezannePro-M;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* スライダー */
/*
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 328px;
  overflow: hidden;
  position: absolute;
}
.loopSlider {
  width: 100%;
  height: 328px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.loopSlider + .loopSlider {
  margin: 38px 0 10px 0;
}
.loopSlider ul {
  height: 328px;
  float: left;
  overflow: hidden;
  margin: 0 0 0 -38px;
}
.loopSlider ul li {
  float: left;
  display: block;
  margin: 0 0 0 38px;
}
.loopSlider .placePreliminaryReport {
  display: none;
}
.loopSlider .numberPreliminaryReport {
  display: none;
}
.loopSlider .typePreliminaryReport {
  display: none;
}

.loopSlider .boxPreliminaryReport {
  width: 274px;
  height: 322px;
  border: 3px solid #CCC;
  display: block;
}
.loopSlider .namePreliminaryReport {
  font-size: 2rem;
  padding: 0 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.loopSlider .tagPreliminaryReport {
  font-size: 1.3rem;
  padding: 0 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*/

/* 各種コンテンツ */
#indexContents {
  margin: -8px 0 0 0;
  padding: 60px 0 53px 0;
  z-index: 20;
  position: relative;
  background-color: #FFF;
  background-image: url(/images/index/bgSlider.png);
  background-position: left bottom;
}
#indexContents .inner .left {
  float: left;
  width: 790px;
}
#indexContents .inner .left h2 {
  color: #5f4a3e;
  font-size: 2.2rem;
  margin: 0 0 20px 0;
  padding: 0 0 0 25px;
  background-image: url(/images/common/icon/iconLeaf.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-family: Tsukushi Gothic Pro;
  letter-spacing: 1px;
}
.organizer a:hover,
.support a:hover,
.partner a:hover,
.planning a:hover,
.banner a:hover {
  opacity: .8;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #indexContents .inner .left h2 {
    background-image: url(/images/common/icon/iconLeaf.png);
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
  }
}

#indexContents .inner .left .indexContentList {
  list-style-type: none;
  margin: 0 -30px 0 0;
}
#indexContents .inner .left .indexContentList li {
  float: left;
  width: 250px;
  margin: 0 20px 30px 0;
}
#indexContents .inner .left .indexContentList li > * {
  display: block;
  width: 100%;
  text-decoration: none;
}
#indexContents .inner .left .indexContentList li > * .thumb {
  display: block;
  padding: 15px 15px 0 15px;
  background-color: #fff;
}
#indexContents .inner .left .indexContentList li > * .linkTitle {
  font-size: 1.5rem;
  background-color: #fff;
  color: #5f4a3e;
  padding: 10px 0;
  text-align: center;
}
#indexContents .inner .left .indexContentList li > * .linkText {
  font-size: 1.3rem;
  color: #5f4a3e;
  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;
}

#indexContents .indexContentSponsorBox {
  padding: 20px 10px;
  background: #fff;
}
#indexContents .indexContentSponsorBox dl {
  font-size: 1.3rem;
  display: inline-block;
  margin: 10px 1em 10px 0;
  position: relative;
  padding: 0 0 0 55px;
}
#indexContents .indexContentSponsorBox dl.sponsor {
  margin: 20px 1em 0 0;
}
#indexContents .indexContentSponsorBox dl.partner,
#indexContents .indexContentSponsorBox dl.planning {
  padding: 0 0 0 95px;
}
#indexContents .indexContentSponsorBox dt {
  position: absolute;
  left: 15px;
  color: #59463F;
  padding: 0 5px 0 0;
}
#indexContents .indexContentSponsorBox dt:after {
  content: ':';
  position: absolute;
  top: 0;
  right: 0;
}
#indexContents .indexContentSponsorBox dd {
  display: inline-block;
  margin-bottom: 5px;
}
#indexContents .indexContentSponsorBox dd + dd {
  margin-left: 1em;
}
#indexContents .indexContentSponsorBox dd a {
  text-decoration: none;
  font-size: 1.4rem;
}
#indexContents .indexContentSponsorBox dd span {
  display: none;
}
#indexContents .indexContentSponsorBox dd p {
  font-family: "TsukuGoPro-B", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #59463f;
}
.organizer img,
.support img {
  margin-top: -5px;
}
.sponsor img {
  margin-top: -22px;
}
/*.YokohamaHandmadeMarche{
  margin-top: -8px;
}*/
/*.artDive{
  margin-top: -10px;
}*/
/*.enishiichi{
  margin-top: -8px;
}*/
/*.compedia{
  margin-top: -10px;
}*/
/*.meetsGallery{
  margin-left: -12px;
  margin-top: 7px;
}*/
/*.arcphilia{
  margin-top: -5px;
}*/

#indexContents .inner .right {
  float: left;
  width: 280px;
  margin: 44px 0 0 28px;
}


/* 概要 */
#indexOutline {
  margin-top: -14px;
/*  background-image: url(/images/index/bgOutline.png);*/
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}
/*@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #indexOutline {
    background-image: url(/images/index/bgOutline@2x.png);
    background-size: cover;
  }
}*/
#indexOutline .inner {
  padding: 70px 0 50px;
}
.titleOutline {
  position: relative;
}
.titleOutline small {
  position: absolute;
  width: 100%;
  bottom: -36px;
  left: 0;
  font-size: 1.2rem;
  color: #FFF;
  text-align: center;
}
#indexOutline .titleOutline {
  display: block;
  float: left;
}
/* flip */
.flipperContent ,
.flipperContent .card {
  width: 352px;
  height: 352px;
}
.flipperContent .card {
  background-color: #eee;
  color: #fff;
  text-align: center;
  border-radius: 175px;
  border: 5px solid #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.flipperContent {
  position: relative;
  margin: -90px 0 0 0;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}

.flipper {
  transition: 1s;
  transform-style: preserve-3d;
  height: 352px;
  transition: 1000ms;
}
.flipper .front,
.flipper .back {
  transition: 1s;
  transform-style: preserve-3d;
}

.flipperContent.horizontal.rotate180 .flipper {
  transform: rotateY(-180deg);
}
.flipperContent.horizontal.rotate360 .flipper {
  transform: rotateY(-360deg);
}
.flipperContent.horizontal.reset .flipper {
  transition: 0s !important;
  transform: rotateY(0deg);
}
.flipperContent.horizontal .back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flipperContent.vertical.rotate180 .flipper {
  transform-origin: 100% 50%; /* half of height */
}
/*
.flipperContent.vertical.rotate180 .flipper {
  transform: rotateX(-180deg);
}
.flipperContent.vertical.rotate360 .flipper {
  transform: rotateX(-360deg);
}
.flipperContent.vertical.reset .flipper {
  transition: 0s !important;
  transform: rotateX(0deg);
}
*/
.flipperContent.vertical .back {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}


.flipperContent.vertical.rotate180 .back {
  transform: rotateX(0deg);
}
.flipperContent.vertical.rotate360 .back {
  transform: rotateX(-180deg);
}
.flipperContent.vertical.rotate180 .front {
  transform: rotateX(180deg);
}
.flipperContent.vertical.rotate360 .front {
  transform: rotateX(360deg);
}
.flipperContent.vertical.reset .back {
  transform: rotateX(180deg);
  transition: 0s !important;
}
.flipperContent.vertical.reset .front {
  transform: rotateX(0);
  transition: 0s !important;
}

.front, .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;

  position: absolute;
  top: 0;
  left: 0;
}

.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}
#indexEntryGuide .outlineContent {
  position: relative;
  width: 686px;
  float: left;
  background-color: rgba(255,255,255,.8);
  padding: 45px 90px;
  box-sizing: border-box;
  color: #604A3F;
  font-size: 1.6rem;
}
#indexEntryGuide .outlineContent img {
  max-width: 100%;
}
.outlineContentImg1{
	margin-bottom: 20px;
}
.outlineContentImg2{
	margin-bottom: 15px;
}
.outlineContentImg3{
	margin-bottom: 30px;
}
.outlineContent dt {
  position: absolute;
  left: 0;
}
.outlineContent dd {
  padding-left: 90px;
  font-size: 14px;
  font-weight: bold;
}
.outlineContent dl > *:nth-child(n+3) {
  margin-top: 10px;
}

/* スポンサー */
#indexSponsor {
  position: relative;
}
.titleSponser {
  position: absolute;
  top: 24px;
  right: 0;
}
#indexSponsor.row .inner {
  width: 1100px;
  max-width: none;
  box-sizing: border-box;
  padding: 40px 25px;
}
#indexSponsor dl {
  font-size: 1.3rem;
  display: inline-block;
  margin: 10px 1em 10px 0;
}
#indexSponsor dl.partner {
  display: block;
}
#indexSponsor dt {
  position: relative;
  display: inline-block;
  color: #59463F;
  padding-right: .5em;
  margin-right: .5em;
}
#indexSponsor dt:after {
  content: ':';
  position: absolute;
  top: 0;
  right: 0;
}
#indexSponsor dd {
  display: inline-block;
}
#indexSponsor dd + dd {
  margin-left: 1em;
}
#indexSponsor dd span {
  display: none;
}



/**
 * 2017/11/02 トップ更新取り急ぎ : 新藤
 */
#indexPreliminaryReport.row .inner {
  margin-bottom: 0;
}

#indexOutline {
  /*background-image: url(/images/common/bgWood.png);*/
/*  padding: 40px 0 65px;
  background-size: auto;
  background-position: top left;
  background-repeat: repeat;*/
}
/*@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #indexOutline {
    background-image: url(/images/common/bgWood@2x.png);
    background-size: 416px auto;
  }
}*/
#indexOutline .inner {
  max-width: 1220px;
  padding: 0 0 20px;
}
#indexOutline .inner .ticker {
  margin: 0 auto 40px;
}
#indexOutline .titleOutline {
  margin: 25px 0 0 30px;
  width: 525px;
  max-width: 100%;
  overflow: hidden;
}

#indexOutline .titleOutline.crossfade .bgSliderWrap {
  max-width: 100%;
  width: 525px;
  height: 280px;
  overflow: hidden;
  position: relative;
}
#indexOutline .titleOutline.crossfade .bgSliderWrap .videoCover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(136, 97, 81, .6);
}
#indexOutline .titleOutline.crossfade .bgSliderWrap .videoCover img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#bgSlider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#bgSlider li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 35s linear infinite 0s;
  -moz-animation: imageAnimation 35s linear infinite 0s;
  -o-animation: imageAnimation 35s linear infinite 0s;
  -ms-animation: imageAnimation 35s linear infinite 0s;
  animation: imageAnimation 35s linear infinite 0s;
}
#bgSlider li:nth-child(1) {
  background-position: center bottom;
  background-image: url(/images/index/imgOutlineFlip01@2x.jpg)
}
#bgSlider li:nth-child(2) {
  background-image: url(/images/index/imgOutlineFlip02@2x.jpg);
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  -ms-animation-delay: 5s;
  animation-delay: 5s;
}
#bgSlider li:nth-child(3) {
  background-image: url(/images/index/imgOutlineFlip03@2x.jpg);
  -webkit-animation-delay: 10s;
  -moz-animation-delay: 10s;
  -o-animation-delay: 10s;
  -ms-animation-delay: 10s;
  animation-delay: 10s;
}
#bgSlider li:nth-child(4) {
  background-image: url(/images/index/imgOutlineFlip04@2x.jpg);
  -webkit-animation-delay: 15s;
  -moz-animation-delay: 15s;
  -o-animation-delay: 15s;
  -ms-animation-delay: 15s;
  animation-delay: 15s;
}
#bgSlider li:nth-child(5) {
  background-image: url(/images/index/imgOutlineFlip05@2x.jpg);
  -webkit-animation-delay: 20s;
  -moz-animation-delay: 20s;
  -o-animation-delay: 20s;
  -ms-animation-delay: 20s;
  animation-delay: 20s;
}
#bgSlider li:nth-child(6) {
  background-image: url(/images/index/imgOutlineFlip06@2x.jpg);
  -webkit-animation-delay: 25s;
  -moz-animation-delay: 25s;
  -o-animation-delay: 25s;
  -ms-animation-delay: 25s;
  animation-delay: 25s;
}
#bgSlider li:nth-child(7) {
  background-image: url(/images/index/imgOutlineFlip07@2x.jpg);
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s;
}
#bgSlider li:nth-child(8) {
  background-image: url(/images/index/imgOutlineFlip08@2x.jpg);
  -webkit-animation-delay: 35s;
  -moz-animation-delay: 35s;
  -o-animation-delay: 35s;
  -ms-animation-delay: 35s;
  animation-delay: 35s;
}


@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  10% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  40% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
  100% { opacity: 0 }
}
@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  10% {
    opacity: 1;
    -moz-transform: scale(1.05);
    -moz-animation-timing-function: ease-out;
  }
  20% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  40% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }
  100% { opacity: 0 }
}
@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in;
  }
  10% {
    opacity: 1;
    -o-transform: scale(1.05);
    -o-animation-timing-function: ease-out;
  }
  20% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  40% {
    opacity: 0;
    -o-transform: scale(1.1);
  }
  100% { opacity: 0 }
}
@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in;
  }
  10% {
    opacity: 1;
    -ms-transform: scale(1.05);
    -ms-animation-timing-function: ease-out;
  }
  20% {
    opacity: 1;
    -ms-transform: scale(1.1);
  }
  40% {
    opacity: 0;
    -ms-transform: scale(1.1);
  }
  100% { opacity: 0 }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  10% {
    opacity: 1;
    transform: scale(1.05);
    animation-timing-function: ease-out;
  }
  20% {
    opacity: 1;
    transform: scale(1.1);
  }
  40% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% { opacity: 0 }
}



#indexEntryGuide .outlineContent {
  background: none;
  width: 440px;
  padding: 0 50px 0 0;
	margin-top: 20px;
}
#indexEntryGuide .outlineContentImg{
	text-align: center;
}
.outlineContent dt {
  padding: 5px 0;
  width: 70px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
	letter-spacing: 1px;
  /*background: #67501A;*/
  background: #C65C0F;
  border-radius: 5px;
}
.titleOutline small {
  color: #604A3F;
}

/*バナー*/
.banner{
	margin: 30px 0 0 30px;
}
