@charset "UTF-8";
/*
Theme Name: モードリンクブログ2023
*/

/* CSSリセット
================================================*/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,
img,ins,kbd,q,s,small,strike,strong,sub,sup,tt,var,b,u,i,center,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,figure {
    margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;background: transparent;list-style: none;
}
img{vertical-align:top;}
html {
    scroll-behavior: smooth;
}
body {
    font-size: 15px;
    line-height: 2em;
    color: #252525;
    letter-spacing: 0.1em;
    font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','ヒラギノ角ゴシック','Hiragino Sans','Arial','MS Sans Serif',sans-serif;
    background: #fcfcfc;
}
a {text-decoration: none;font: #252525;}
img {width: 100%;}
section {
    width: 100%;
    overflow: hidden;
}
h1 {
	width: 150px;
	height: 30px;
	float: left;
	margin: 15px 20px;
}
h2 {
}
h3 {}

.inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.main {
	width: 970px;
	float: left;
	margin: 50px 20px 50px 0;
}

header {
	width: 100%;
	height: 60px;
	position: fixed;
	background: rgb(255, 255, 255, 0.8);
	z-index: 100;
}
header h1 img {
	width: 100%;
}
header #insta {
	width: 30px;
	height: 30px;
	float: right;
	margin: 15px 20px;
}
header #insta img {
	width: 100%;
}
header nav {
	width: auto;
	float: right;
	margin: 15px 0 15px auto;
}
header nav li {
	margin: 0 10px;
	float: left;
	font-size: 14px;
}
.main_visual {
	width: 100%;
	height: 700px;
	position: relative;
	background-image: url(../images/main.jpg);
	background-size: cover;
}
.main_visual .catch {
	position: absolute;
	text-align: center;
	font-size: 36px;
	top: 300px;
	left: 50%;
	transform: translateX(-50%);
}
.main_visual p {
	position: absolute;
	text-align: center;
	font-size: 16px;
	top: 450px;
	left: 50%;
	transform: translateX(-50%);
}

.brog_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.brog_list li {
	width: 30%;
	max-width: 300px;
	position: relative;
	margin-bottom: 70px;
}
.brog_list li img {
	width: 100%;
	height: 300px;
	margin-bottom: 10px;
	object-fit: cover;
}
.brog_list li .category {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 12px;
	color: #fff;
}
.brog_list li .category span {
	padding: 2px 15px;
	background: #931212;
	border-radius: 10px;
}
.brog_list li h2 {
	font-size: 14px;
	letter-spacing: 0.05rem;
}
.brog_list li p {
	width: 100%;
	line-height: 2em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.btntransform{
	position: relative;
    display: inline-block;
	margin-top: 10px;
	padding:0 0 0 140px;
	font-size: 13px;
	font-weight: 700;
	line-height: 50px;
    color: #333;
    text-decoration: none;
    outline: none;
}

.btntransform::before{
	content:'';
	position:absolute;
	top: 8px;
	left: 120px;
	z-index: -1;
	width:30px;
	height:30px;
	background:#ccc;
	border-radius:25px;
    transition:.3s ease-out;
}
.btntransform:hover::before{
	width: 150px;
}
.btntransform::after{
	position: absolute;
    content: '';
    top: 1.7em;
    right: -15px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}
.btn{
	width: 400px;
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: block;
	margin: 10px auto;
   	border: 1px solid #555;
    padding: 10px 30px;
	border-radius: 50px;
    text-align: center;
    outline: none;
    transition: ease .2s;
}
.btn span {
	position: relative;
	z-index: 3;
	color:#333;
}
.btn:hover span{
	color:#fff;
}
.bgleft:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background:#333;
	width: 100%;
	height: 100%;
	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
}
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}

.sidebar {
	width: 180px;
	float: right;
	margin: 50px 0;
}
.sidebar h3 {
	font-size: 16px;
}
.sidebar li a {
	width: 100%;
	display: block;
	padding: 10px 5px;
	font-size: 14px;
	color: #931212;
	border-bottom: 1px solid #ccc;
}

footer {
	width: 100%;
	clear: both;
	background: #a62525;
}
footer .copy {
	text-align: center;
	font-size: 13px;
	color: #fff;
}

.brog_single {
	width: 95%;
	margin: 20px auto 50px;
}
.brog_single .category {
	font-size: 12px;
	color: #fff;
}
.brog_single .category span {
	padding: 2px 15px;
	border-radius: 10px;
}
.brog_single h2 {
	font-size: 18px;
}
.brog_single img {
	width: 400px;
	height: auto;
	margin: 30px 0;
}
.brog_single p {
	width: 100%;
	line-height: 2em;
}

.blue {background: #4755c3;}
.green {background: #36b941;}
.orenge {background: #dd9741;}

.mt100 {margin-top: 100px;}