@charset "utf-8";

/* ****************************************************************************************************
   * 共用コンテンツ
**************************************************************************************************** */

#common {
	margin-top: 0;
	border-top: none;
}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */

#main div.visual {
  position: relative;
}

#main div.visual div.item {
  width: 100%;
}

#main div.visual div.item img {
  width: 100%;
  height: auto;
}

#visual-tb,
#visual-sp {
  display: none;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:860px) {

#visual-tb {
  display: block;
}

#visual-pc,
#visual-sp {
  display: none;
}

}

@media screen and (max-width:540px) {

#visual-sp {
  display: block;
}

#visual-pc,
#visual-tb {
  display: none;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ページャー
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#main div.visual ul.pager,
#main div.visual ul.pager li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main div.visual ul.pager {
  width: 100%;
  margin: -5px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  z-index: 100;
}

#main div.visual ul.pager li {
  width: 50px;
  height: 6px;
  margin: 5px;
  cursor: pointer;
  background: #575756;
  vertical-align: middle;
  display: inline-block;
}

#main div.visual ul.pager li.active {
  background: #c9caca;
}

/* ****************************************************************************************************
   * ピックアップ
**************************************************************************************************** */

#main div.pickup {
  max-width: none;
  position: relative;
}

#main div.pickup * {
  max-width: none;
}

#main div.pickup div.cycle-slideshow {
  z-index: 0;
}

#main div.pickup div.item a {
  height: 100%;
  display: block;
}

#main div.pickup div.item img {
  width: 100%;
  height: auto;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 前へ／次へ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#main div.pickup div.btn {
  width: 50px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  position: absolute;
  z-index: 100;
}

#main div.pickup div.btn.prev {
  top: 0;
  left: 0;
  bottom: 0;
}

#main div.pickup div.btn.next {
  top: 0;
  right: 0;
  bottom: 0;
}

#main div.pickup div.btn img {
  width: 31px;
  height: 59px;
  margin-top: -30px;
  display: block;
  position: absolute;
  top: 50%;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 上段
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#pickup-1-tb,
#pickup-1-sp {
  display: none;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:860px) {

#pickup-1-tb {
  display: block;
}

#pickup-1-pc,
#pickup-1-sp {
  display: none;
}

}

@media screen and (max-width:540px) {

#pickup-1-sp {
  display: block;
}

#pickup-1-pc,
#pickup-1-tb {
  display: none;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 下段
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#pickup-2-tb,
#pickup-2-sp {
  display: none;
}

#main div.pickup-2 div.item-body {
  position: relative;
  overflow: hidden;
  white-space: normal;
}

#main div.pickup-2 div.item a {
  color: inherit;
}

#main div.pickup-2 div.item .title {
  margin-left: auto;
  margin-right: auto;
  display: table;
  font-size: 15px;
}

#main div.pickup-2 div.item .text {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

#main div.pickup-2 div.item img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#main div.pickup-2 div.item:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#main div.pickup-2 div.item div.caption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 8.02%;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}

#main div.pickup-2 div.item:hover div.caption {
  opacity: 1;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:860px) {

#pickup-2-tb {
  display: block;
}

#pickup-2-pc,
#pickup-2-sp {
  display: none;
}

#main div.pickup-2 div.item .title {
  font-size: 14px;
}

#main div.pickup-2 div.item .text {
  font-size: 12px;
}

}

@media screen and (max-width:540px) {

#pickup-2-sp {
  display: block;
}

#pickup-2-pc,
#pickup-2-tb {
  display: none;
}

#main div.pickup-2 div.list {
  letter-spacing: normal;
}

#main div.pickup-2 div.list:after {
  content: ".";
  display: block;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

#main div.pickup-2 div.item {
  width: 50%;
  float: left;
}

#main div.pickup-2 div.item .title {
  font-size: 12px;
}

#main div.pickup-2 div.item .text {
  font-size: 10px;
}

}

/* ****************************************************************************************************
   * インスタグラム
**************************************************************************************************** */

#instagram {
  margin-top: 20px;
  padding: 10px 0;
	border-top: 1px solid #615d5a;
}

#instagram div.body {
  max-width: none;
  padding: 0;
}

#instagram div.list {
  position: relative;
  z-index: 1;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#instagram ul.list,
#instagram ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#instagram ul.list::before {
  content: '';
  width: 100px;
  padding-bottom: 23px;
  background: url(../../_images/_common/icon-instagram.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px;
}

#instagram ul.list {
  letter-spacing: -0.4em;
}

#instagram ul.list li {
  width: 14.285%;
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}

#instagram ul.list li a {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease-in-out 0.0s;
}

#instagram ul.list li a:hover {
  box-shadow: inset 0 0 40px 1px rgba(0, 0, 0, 0.5);
  filter: sepia(100%);
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #instagram ul.list::before {
    width: 10.98%;
    padding-bottom: 2.56%;
    right: 20px;
  }

}
