@charset "euc-jp";
#container {
  padding-top: 80px;
}

.header-headline-nav li a {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
}
.header-global-nav a,
.header-global-nav span {
  padding-bottom: 5px;
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
  cursor: pointer;
}
#nav a {
  color: #a4957f;
}

#slideshow-block {
  margin-bottom: 0px;
}
#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/68/progress.gif) no-repeat center center;
  text-indent: -999em;
}
#supersized {
  position: absolute;
  left: 0;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
  #supersized .row {
    position: relative;
  }
  #supersized img {
    position: absolute;
    display: none;
    width: auto !important;
    height: auto !important;
    outline: none;
    border: none;
  }
  #supersized.speed img {
    -ms-interpolation-mode:nearest-neighbor;
    image-rendering: -moz-crisp-edges;
  }
  #supersized.quality img {
    -ms-interpolation-mode:bicubic;
    image-rendering: optimizeQuality;
  }
  #supersized li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -30;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #fff;
    list-style: none;
  }
  #supersized li.prevslide {
    z-index: -20;
  }
  #supersized li.activeslide {
    z-index: -10;
  }
  #supersized li.image-loading {
    width: 100%;
    height: 100%;
    background: #111 url(https://img.shop-pro.jp/tmpl_img/68/progress.gif) no-repeat center center;
  }
  #supersized li.image-loading img {
    visibility: hidden;
  }
  #supersized li.prevslide img,
  #supersized li.activeslide img {
    display: inline;
  }
#slide-list {
  display: none;
}

#controls-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  *z-index: 50;
}
#controls {
  position: relative;
  z-index: 50;
  height: 100%;
}
#slidecaption {
  position: absolute;
  left: 1%;
  z-index: 2;
  padding-bottom: 20px;
  color: #a4957f;
  font-size: 40px;
  line-height: 1.2;
}
  #controls-wrapper.mode-static {
    position: static;
    padding: 15px 0;
    height: auto;
  }
  #controls-wrapper.mode-static #slide-list {
    position: static;
  }

.wrap_top_media{
letter-spacing:-0.4em;
  padding-top:40px;
}
.wrap_top_media > .text-block{
	float:none;
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
  margin:0 0 40px;
  padding:0 2.6% !important;
  width:25%;
}
.wrap_top_media > .text-block img{
  height:180px !important;
  width:auto !important;
}
.topbanner-2c .col:nth-of-type(odd){
  clear:both;
}
@media only screen and (max-width: 980px) {
  .wrap_top_media > .text-block{
    width:50%;
  }
  .wrap_top_media > .text-block p strong{
      font-size:13px;
	}
}
@media only screen and (max-width: 980px) {
  #supersized {
    top: 60px;
  }
  #controls-wrapper {
    position: static;
    height: auto;
  }
  #slide-list {
    position: static;
    padding-top: 15px;
  }
    #slide-list a {
      width: 15px;
      height: 15px;
    }
  #slidecaption {
    left: 3%;
    padding-bottom: 6px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #slidecaption {
    left: 20px;
    padding-bottom: 10px;
  }
  #container {
  padding-top: 40px;
}
}

.topbanner-2c img {
margin-bottom: 20px;
}
.topbanner-1c img {
margin-bottom: 20px;
}

/*トップページメインビジュアルヘッダ部分の背景表示用
  @media screen and (min-width: 996px) {
    .slide-1:before{
      content: '';
      width: 100%;
      height: 140px;
      background: rgba(255,255,255,0.6);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 10;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      transition: all .3s ease;
      transform: translate3d(0,0,0);
      opacity: 0;
    }
    .slide-1.activeslide:before{
      opacity: 1;
    }
  }*/


.top_media,
.top_news{
	position: relative;
}

.top_more_link{
	position: absolute;
	top: 0;
	right: 0;
}
.top_more_link a{
	text-decoration: underline;
}
.top_more_link a:after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #000000;
	margin-left: 5px;
}

@media only screen and (max-width: 768px) {
	.top_more_link{
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
	}
	.top_media,
	.top_news{
		margin-bottom: 50px;
	}
}