@charset "utf-8";
/* ===================
 reset
=================== */
@import 'html-5-reset-stylesheet.css';
html{
font-size: 62.5%;
}
body{
font-family : -apple-system, "BlinkMacSystemFont", "Noto Sans Japanese", "Yu Gothic" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", osaka, sans-serif;
line-height:1.4;
color:#333;
/* -webkit-user-select: none; */
-webkit-text-size-adjust: 100%;
width: 100%;
min-width: 1200px;
font-size: 16px; font-size: 1.6rem;
-webkit-text-size-adjust: 100%;
}
*{
  -webkit-appearance: none;
}
@media only screen and (max-width: 768px) {
  body {
  min-width: 100%;
  }
}
/* ===================
 reset-add
=================== */
a:active {
color: #000;
}
a {
color: #333;
text-decoration: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
ol, ul {
list-style: none;
}
img {
max-width:100%;
vertical-align: bottom;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
box-sizing: border-box;
}
/* ===================
 common
=================== */
.nest {
width: 1200px;
margin: 0 auto;
}
.nest-mv {
width: 1240px;
margin: 0 auto;
}
.cf:after {
content: "";
clear: both;
display: block;
}
@media only screen and (max-width: 1240px) {
  .nest-mv {
  width: 1200px;
  }
}
@media only screen and (max-width: 768px) {
  .nest,
  .nest-mv {
  width: 100%;
  }
}
/* ===================
 header
=================== */
header{
padding: 22px 0;
text-align: center;
}
header h1{
width: 228px;
margin: 0 auto;
}
header ul{
font-family: 'Dhurjati', sans-serif;
font-weight: bold;
font-size: 160%;
margin-top: 10px;
position: relative;
}
header ul li{
display: inline-block;
margin: 0 1.66% 0 0;
}
header ul li:nth-child(-n+3) img{
height: 20px;
}
header ul li:last-child{
margin: 0;
}
header ul li:nth-child(n+4){
width: 30px;
position: absolute;
margin-top: -10px;
}
header ul li:nth-child(4){
left: 990px;
}
header ul li:nth-child(5){
left: 1050px;
}
header ul li:nth-child(6){
left: 1110px;
}
header ul li a{
transition: .3s;
}
header ul li a:hover{
opacity: .5
}
@media only screen and (max-width: 768px) {
  header h1{
  width: 30%;
  }
  header ul{
  margin-top: 30vw;
  }
  header ul li{
  display: block;
  margin: 0;
  }
  header ul li a{
  padding: 3% 0;
  display: block;
  }
  header ul li:nth-child(n+4){
  width: 40px;
  position: static;
  float: left;
  margin: 10px 0 0!important;
  }
  header ul li:nth-child(4){
  margin-left: calc(50% - 60px)!important;
  }
  header ul li a:hover{
  opacity: 1
  }
}
/* ===================
 contents
=================== */
.content{
/*background:url(../img/bg-footer.png) repeat-x center bottom;*/
padding-bottom: 260px;
}
.main{
width: 67.83%;
margin-left: 2.5%;
float: left;
}
.side{
width: 23.3%;
margin-right: 2.5%;
float: right;
}
.main h2{
margin-bottom: 35px;
text-align: center;
font-family: 'Dhurjati', sans-serif;
font-size: 200%;
}
#t_diary ul{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
#t_diary ul li {
width: 31.7%;
list-style:none;
margin-right:2.45%;
margin-bottom: 30px;
}
#t_diary ul li:nth-child(3n){
margin-right:0;
}
#t_diary ul li a{
display: block;
}
#t_diary ul li div{
width: 100%;
padding-top: 78%;
background-size: 100% auto;
background-repeat: no-repeat;
}
#t_diary ul li a:hover div{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
#t_diary ul li p{
font-size: 14px; font-size: 1.4rem;display: inline;
}
#t_diary ul li a p{
background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 50%);
background-position: 0 0;
background-size: 202% auto;
transition: 0.8s;
}
#t_diary ul li a:hover p{
background-position: -98% 0;
color: #fff;
}
p.more{
width: 165px;
text-align: center;
line-height: 38px;
font-size: 13px; font-size: 1.3rem;
letter-spacing: 0.1em;
margin: 0 auto;
}
p.more a{
display: block;
padding: 0 .3em;
/*background-image: linear-gradient(rgba(237, 237, 237, 1) 50%, rgba(0,0,0,1) 50%);*/
background-position: 0 0;
background-size: auto 200%;
transition: .3s;
position: relative;
border: 2px solid #000;
font-weight: bold;
}
p.more a::after {
position: absolute;
bottom: -0.3em;
left: 0;
content: '';
width: 100%;
height: 2px;
background-color: #000;
}
p.more a:hover{
background-position: 0 100%;
color: #CCC;
}
@media only screen and (max-width: 768px) {
  .main,.side{
  width: 94%;
  margin:0 3%;
  float: none;
  }
  .side{
  margin:10vw 3% 0;
  }
  #t_diary ul li {
  width: 48.775%;
  margin-bottom: 3vw;
  }
  #t_diary ul li:nth-child(3n){
  margin-right:2.45%;
  }
  #t_diary ul li:nth-child(2n){
  margin-right:0;
  }
}
@media only screen and (max-width: 375px) {
  .content{
/*  background:url(../img/bg-footer.png) repeat-x center bottom; */
  padding-bottom: 260px;
  }
  #t_diary ul li {
  width: 100%;margin-right:0;
  }
  #t_diary ul li:nth-child(3n){
  margin-right:0;
  }
  #t_diary ul li div{
  padding-top: 68%;
  }
}
/* ===================
 #slide
=================== */
.slider{
margin: 25px auto 60px;
width: 1140px;
}
.slider li{
position: relative;
}
.slider li a{
display: block;
padding-top: 70%;
background-size: cover;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
.slider li.slick-current a{
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
}
.slider li a:after,
.slider p:after{
position: absolute;
top: 0;
left: 0;
content: '';
width: 100%;
height: 100%;
transition: .5s;
}
.slider li a:hover:after,
li.slick-active a:after,
li.slick-active p:after{
background: none
}
.slider li img{
text-align: center;
margin: 0 auto;
}
.slider p{
position: absolute;
display: inline-block;
bottom: 0px;
left: 0;
background: rgba(0,0,0,0.7);
color: #fff;
padding: 10px 10px;
width:100%;
font-size: 14px;
}
.slick-next {
right: 0;
}
.slick-prev {
left: 0;
}
.slick-prev, .slick-next {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 40px;
padding: 0;
background: rgba(255, 255, 255, 0.8)!important;
z-index: 1;   
}
.slick-prev:hover, .slick-next:hover{
background: rgba(255, 255, 255, 0.8);
}
.slick-prev:before {
content: '';
width: 9px;
height: 9px;
border: 0px;
border-top: solid 1px #000;
border-left: solid 1px #000;
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
position: absolute;
top: 50%;
left: 7px;
margin-top: -5px;
}
.slick-next:before {
content: '';
width: 9px;
height: 9px;
border: 0px;
border-top: solid 1px #000;
border-right: solid 1px #000;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 50%;
right: 7px;
margin-top: -5px;
}
@media only screen and (max-width: 768px) {
  .slider{
  width: 100%;
  }
}
/* ===================
 side
=================== */
.side section{
margin: 20px 0 0 0;
font-size: 12px; font-size: 1.2rem;
}
.side section h3{
font-family: 'Dhurjati', sans-serif;
/*border-bottom:2px solid #000; */
width:168px;
text-align: center;
padding: 0 0 10px;
margin: 0 auto 15px;
font-size: 220%;
}
.side section h3 img{
width: 100px;
}
iframe#twitter-widget-0 { width: 740px !important; }

/* ===================
 footer
=================== */
footer{
background: #231815;
padding: 25px 0;
text-align: center;
color: #fff;
}
footer img{
width: 154px;
}
footer > p{
padding:26px 0 0;
text-align: center;
font-size: 11px;font-size: 1.1rem;
letter-spacing: 0.1em
}
#page-top {
position: fixed;
bottom: 20px;
right: 20px;
width:40px;
z-index: 10;
}
@media only screen and (max-width: 768px) {
  footer img{
  width: 30%;
  }
}
@media all and (min-width:769px){
  .sp {
  display: none;
  }
  .fat-nav {
      display: block !important;
  }
  body {
      overflow: visible !important;
  }
}
@media all and (max-width: 768px) {
  .pc {
  display: none;
  }
}

@media all and (max-width: 425px) {
  iframe.twitter-timeline-rendered {
      width: 400px !important;
    }
}