@charset "UTF-8";
/* CSS Document */

/***
* common_sp.css
*/

#journalList p,
figure,
.textImg,
.txtReview,
.follow-teaser{
  display: none !important;
}

#journalDetail p,
#journalDetail figure,
#journalDetail .textImg, 
#journalDetail .txtReview{
  display: block;
}

@media only print, only screen and (min-width: 18.75em){

/* thumb */

#journalList{
  width: calc(100% - 60px);
  margin: 0 auto;
  padding: 100px 0 0;
  overflow: hidden;
}

#journalList ul{
  width: 100%;
}

#journalList li{
  width: 100%;
  float: none;
  margin:0 auto 60px;
  position: relative;
}

.date{
  position: absolute;
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  padding: 2px 4px;
  font-size: 14px;
  letter-spacing: 0.04em;
  background: #fff;
  z-index: 1111;
}

.journalThumbImg{
  margin-bottom: 18px;
}

#journalList h3{
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background: url("../../_common/img/icon_arrow.svg") right 0.25em no-repeat;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
}

#journalList h2{
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background: url("../../_common/img/icon_arrow.svg") right 0.25em no-repeat;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
}

#journalControl{
  width: 182px;
  margin: 80px auto 0;
  position: relative;
}

#journalControl li{
  font-size: 15px;
}

#btnPrev{
  position: absolute;
  top: 0;
  left: 0;
  color: #bbb;
}

#btnPrev2{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
}

#journalBar{
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -4px;
}

#btnNext{
  position: absolute;
  top: 0;
  right: 0;
  color: #bbb;
}

#btnNext2{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #fff;
}

}

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

#main{
  padding-bottom: 200px;
}

/* thumb */

#journalList{
  width: calc(100vw - 2.85vw);
  margin: 0 auto;
  padding: 190px 0 0;
  overflow: hidden;
}

#journalList ul{
  width: calc(100vw + 8vw);
}

#journalList li{
  width: 18.57vw;
  height: 16.28vw;
  overflow: hidden;
  float: left;
  margin:0 7.64vw 4vw 0;
  padding-top: 10px;
  position: relative;
}

iframe#youtube_iframe{
  width: 18.57vw;
  height: 12.3vw;
  overflow: hidden;
}

.journalThumbImg{
  overflow: hidden;
}

#journalList h3{
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background: url("../../_common/img/icon_arrow.svg") right 0.25em no-repeat;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
}

#journalList li img{
  -moz-transition: all 2s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: all 2s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-webkit-transition: all 2s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: all 2s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

#journalList li:hover img{
  -webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.date{
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  padding: 2px 4px;
  font-size: 0.9vw;
  letter-spacing: 0.04em;
  background: #fff;
  z-index: 1111;
}

.dummyImg{
  width: 18.57vw;
  height: 12.3vw;
  background: #f5f5f5;
}

.journalThumbImg,
.dummyImg{
  margin-bottom: 18px;
}

#journalList h2{
  height: 34px;
  font-size: 0.8vw;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background:url("../../_common/img/icon_arrow.svg") right 0.25em no-repeat;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
}

#journalControl{
  width: 212px;
  margin: 80px auto 0;
  position: relative;
}

#journalControl li{
  font-size: 12px;
}

#btnPrev{
  position: absolute;
  top: 0;
  left: 0;
  color: #bbb;
}

#btnPrev2{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
}

#journalBar{
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -4px;
}

#btnNext{
  position: absolute;
  top: 0;
  right: 0;
  color: #bbb;
}

#btnNext2{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #fff;
}

}

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

.date{
  font-size: 16px;
}

#journalList h2{
  font-size: 14px;
}

}