@charset "utf-8";


/* ----------------------------------------------------------------------
	
	 Ctrl+S css
	
---------------------------------------------------------------------- */



/* - 共通内容
---------------------------- */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');

html {
	-webkit-font-smoothing: antialiased;
	font-size: 62.5%;
}

body {
	font-size: 100%;
	font-family: 'Yu Mincho', 'YuGothic', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
	color:#666;
	/*-webkit-font-smoothing: subpixel-antialiased;*/
	word-wrap: break-word;
    overflow-wrap: break-word;
    background-color: #f9f9f9;
}



a {
	text-decoration:none;
	color:#333;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

br.sp {
	display:none;
}

.center { text-align: center; }

#wrapper {
	width:100%;
	position:relative;
	font-size: 1.6rem;
	line-height: 1.8;
    font-family: 'Montserrat' , 'Kosugi', sans-serif;
}

#wrapper * { box-sizing: border-box; }

.pace-running .pace_wrapper {
	opacity:0;
}

ul.note_list { }
ul.note_list > li > .inner { display:table; }
ul.note_list > li > .inner > span { display:table-cell; }
ul.note_list > li > .inner > span.cap { white-space:nowrap; }

ul.note_list.txt-sm { font-size: 1.2rem; }

.pagetop {
	 display: none;
	 position: fixed;
	 bottom: 30px;
	 right: 30px;
	 z-index:1000;
	 font-size: 1.6rem;
	 line-height:0;
}


.pagetop > a {
	 display: block;
     width: 110px;
     background-color: #FFF;
     padding: 5px;
}


/* - リスト フェードイン
---------------------------- */

.fade-work {
	opacity: 0;
	transform: translateY(0);
	-moz-transform: translateY(0);
	
	transition:all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
}


/* - TOP フェードイン
---------------------------- */

.in_fade {
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

/*フェードイン　設定*/

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


/* - ヘッダー部分
---------------------------- */

#head_line {
    padding: 15px;
    margin-bottom: 15px;
    /*padding-bottom: 0;*/
}

#head_line > .content {
    display: table;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    /*border-bottom: 1px solid #dcdcdc;*/
    padding-bottom: 5px;
}

#head_line > .content > div {
    display: table-cell;
    vertical-align: middle;
    font-family: 'EB Garamond' , 'YuGothic', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
}

#head_line > .content > .logo {
    text-align: left;
}

#head_line > .content > .logo h1 {
    font-weight: 400;
    letter-spacing: 0.03em;
    color: #666;
    font-size: 2.8rem
}

#head_line > .content > .logo h1 a {
    color: #555;
}

#head_line > .content > .menu_block {
    text-align: right;
}

#head_line > .content > .menu_block ul {
    display: inline-block;
}

#head_line > .content > .menu_block ul li {
    text-align: left;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    display: inline-block;
    margin-left: 30px;
}

#head_line > .content > .menu_block ul li:first-child {
    padding-left: 0;
}

#head_line > .content > .menu_block ul li a {
    position: relative;
    display: inline-block;
    transition: .2s;color: #555;
}

#head_line > .content > .menu_block ul li a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 2px;
    background-color: #777;
    transition: .2s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#head_line > .content > .menu_block ul li a:hover::after {
    width: 100%;
}


/* - フッター
---------------------------- */


#footer {
    width: 100%;
}

#footer > .inner {
    text-align: center;
    padding: 80px 15px 40px;
    font-size: 1.1rem;
    
}

/* - メイン部分
---------------------------- */


#contents_body {
    padding: 0 15px;
}

#contents_body .content {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

#contents_body .content .main_block {
    overflow: hidden;
}



ul.recent_list {
    margin-right: -15px;
    
}

ul.recent_list:after {
	content: '';
	display: block;
	clear: both;
}

ul.recent_list > li {
	float: left;
	width: 25%;
    padding-right: 15px;
    margin-top: 15px;
}

ul.recent_list > li > a {
	display: block;
}


ul.recent_list > li > a > .img {
	position: relative;
    background-color: #FFF;
}

/*ul.recent_list > li > a > .img img { display: none; }*/

ul.recent_list > li > a > .img > .more {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	transition: all .3s ease;
  	-webkit-transition: all .3s ease;
	opacity: 0;
}

ul.recent_list > li > a > .img > .more > .content {
	display: table;
	width: 100%;
	height: 100%;
}

ul.recent_list > li > a > .img > .more > .content > .inner {
	display: table-cell;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	color: #FFF;
}

ul.recent_list > li > a > .img > .more > .content > .inner > p {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.3rem;
	border-radius: 100%;
	border: 1px solid #FFF;
	padding: 8px;
}


@media screen and (min-width: 769px) {

ul.recent_list > li > a:hover > .img > .more {
	opacity: 1;
}


}

ul.recent_list > li > a > .item {
    padding: 15px;
    background-color: #FFF;
}

ul.recent_list > li > a > .item > p.tag_cap {
	display: inline-block;
	background-color: #eaeaea;
	font-size: 1.2rem;
	padding: 1px 8px;
	font-weight: bold;
	color: #4a4a4a;
}

ul.recent_list > li > a > .item ul.tag_cap { font-size: 0; }

ul.recent_list > li > a > .item ul.tag_cap li {
    display: inline-block;
    background-color: #f3f3f3;
    border-radius: 2px;
    font-size: 1.0rem;
    line-height: 1.0rem;
    padding: 3px 5px;
    margin-left: 5px;
    color: #888;
}

ul.recent_list > li > a > .item ul.tag_cap li:first-child { margin-left: 0; }


ul.recent_list > li > a > .item > h3 {
	font-size: 1.3rem;
	margin-top: 8px;
	color: #656565;
    /*font-weight: normal;*/
}

ul.recent_list > li > a > .item > p.out {
    font-size: 1.1rem;
    color: #777;
    margin-top: 5px;
}


/* - プロフィール　コンタクト
---------------------------- */

.contents_block {
    max-width: 580px;
    margin: 0 auto;
    margin-top: 45px;
}

.contents_block .content {
    font-size: 1.3rem;
}

.contents_block .content h2 {
    font-family: 'EB Garamond' , 'YuGothic', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
    font-weight: normal;
    letter-spacing: 0.08em;
    font-size: 2.0rem;
}

.contents_block .content p.name {
    font-size: 1.4rem;
    
}


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

    ul.recent_list > li {
        float: left;
        width: 33.33%;
        padding-right: 15px;
        margin-top: 15px;
    }
	
}

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

    ul.recent_list > li {
        width: 50%;
    }
    
    ul.recent_list > li > a > .item {
        padding: 10px;
    }
	

}

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

    #contents_body {
        padding: 0 10px;
    }

    #head_line {
        padding: 15px;
        margin-bottom: 15px;
        padding-bottom: 0;
    }

    #head_line > .content > .logo h1 {
        font-size: 2.6rem
    }


    #head_line > .content > .menu_block ul li {
        font-size: 1.4rem;
        margin-left: 15px;
    }

    ul.recent_list > li {
        padding-right: 10px;
        margin-top: 10px;
    }
    
    ul.recent_list > li > a > .item > h3 {
        font-size: 1.3rem;
    }
    
    .contents_block {
        margin-top: 20px;
    }
    
    #footer > .inner {
        padding: 50px 15px;

    }
	

}

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

    ul.recent_list {
        margin-right: 0;

    }

    ul.recent_list > li {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-top: 30px;
    }
    
    ul.recent_list > li:first-child { margin-top: 15px; }
	

}










