/*--------------------------------
	reset
	--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer{
	display: block;
}
ul li{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,option,input:not([type=checkbox]),input:not([type=radio]),textarea,button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}
@media screen and (max-width: 767px){
/*--------------------------------
global element
--------------------------------*/
body{
	background: #fff;
	font-size: 14px;
	font-family: sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
}
a{
	transition: .5s;
}
.clear{
	margin:　0;
	padding:　0;
	height:　0;
	clear:　both;
}
.main{
	margin: 0 auto;
	width: 100%;
	position: relative;
}
/*--------------------------------
header
--------------------------------*/
.top{
	height: 60px;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #999;
}
.top h1{
	height: 60px;
	background: url(../../images/logo.png) no-repeat left;
	background-size: contain;
}
.top h1 span{
	padding: 60px 0 0 0;
	display: block;
}
/*--------------------------------
BreadCrumbs
--------------------------------*/
.breadcrumbs{
	height: 30px;
	color: #fff;
	background: #595959;
    display: flex;
}
.category{
	padding: 0 20px 0 5px;
    display: block;
	line-height: 30px;
	font-size: 11px;
    background: url(../../images/bread-arrow.png) no-repeat right 0;
	background-size: contain;
}
.category.home{
    width: 42px;
    background: url(../../images/home.png) no-repeat 5px center,url(../../images/bread-arrow.png) no-repeat right 0;
    background-size: auto 80%,contain;
    text-indent: 120%;
    overflow: hidden;
    white-space: nowrap;
}
.tags{
	padding: 5px 5px 0 5px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
    flex-wrap: wrap;
}
.tags span{
	margin: 0 5px 5px 0;
	padding: 5px;
	height: 20px;
	display: block;
	background: #d3cf9d;
	font-size: 10px;
    border-radius: 3px;
}
/*--------------------------------
Intro
--------------------------------*/
.intro{
	background: url(../../images/bg-intro.jpg) no-repeat center top #000;
	background-size: cover;
}
.intro .inner{
	margin: 0 auto;
	padding: 20px 10px;
	width: 100%;
	max-width: 750px;
	display: flex;
	justify-content: space-around;
	flex-direction: row-reverse;
}
.intro h1{
	padding: 0 0 0 10px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}
.intro figure{
	font-size: 18px;
	color: #fff;
}
.intro figure img{
	width: 150px;
	height: auto;
}
/*--------------------------------
Contents
--------------------------------*/
.content{
	margin: 15px 15px 30px;
}
.heading h1{
	padding: 5px 0;
	font-size: 16px;
	line-height: 21px;
	color: #e73c70;
	border-bottom: 2px solid #e73c70;
}
.heading{
    padding: 0 0 5px;
}
.tw-item{
	margin: 15px 0;
	padding: 0 0 20px 0;
	background: url(../../images/icon_tw.png) no-repeat left 10px bottom 10px;
	background-size: auto 16px;
	border-radius: 10px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.tw-head{
	padding: 10px;
	display: flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
}
.tw-head h1{
	padding: 0 0 0 5px;
	font-size: 16px;
	color: #000;
	line-height: 20px;
	font-weight: bold;
}
.tw-head h1 span{
	font-size: 12px;
	display: block;
	color: #747474;
	line-height: 16px;
	font-weight: normal;
}
.tw-thumb{
	width: 36px;
	height: 36px;
	background-color: #000;
	background-size: cover;
	background-psoition: center;
	border-radius: 50%;
	overflow: hidden;
}
.tw-thumb span{
	padding: 120px 0 0 0;
	display: block;
}
.tw-item p{
	padding: 0 10px 20px 10px;
	line-height: 18px;
}
.tw-item p a{
	color: #48b4f4;
	text-decoration: underline;
}
.attached img{
	width: 100%;
	height: auto;
}
.general p{
	padding: 10px 0;
	line-height: 24px;
}
.general footer p{
	margin: 10px 0;
}
.general footer a{
	color: #48b4f4;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.general figure img{
	width: 100%;
	height: auto;
}
.comm-item{
	margin: 10px 0 15px 0;
	padding: 10px;
	border-radius: 10px;
    background: #f6f6f6;
}
.comm-item h3{
	padding: 0 0 5px 35px;
	font-size: 12px;
	line-height: 30px;
	color: #000;
    background: url(../../images/review.png) no-repeat 0 0;
    background-size: 30px 30px;
}
.comm-item p{
	line-height: 18px;
    color: #666;
} 
.banner{
	padding: 10px 0;
	position: relative;
}
.banner a img{
	animation:bounce 2s infinite;
	transform-origin: center;
}
@keyframes bounce {
0% {transform: scale(1);}
50% {transform: scale(1.1 );}
100% {transform: scale(1);}
}
.banner img{
	width: 100%;
	height: auto;
}
}


@media screen and (min-width: 768px){
/*--------------------------------
global element
--------------------------------*/
body{
	background: #fff;
	font-size: 16px;
	font-family: sans-serif;
	color: #000;
	-webkit-text-size-adjust: 100%;
}
a{
	transition: .5s;
}
.clear{
	margin:　0;
	padding:　0;
	height:　0;
	clear:　both;
}
.main{
	margin: 0 auto;
	max-width: 750px;
	position: relative;
}
/*--------------------------------
header
--------------------------------*/
.top{
	padding: 0 10px;
	height: 120px;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #999;
}
.top h1{
	height: 120px;
	background: url(../../images/logo.png) no-repeat left;
	background-size: contain;
}
.top h1 span{
	padding: 220px 0 0 0;
	display: block;
}
/*--------------------------------
BreadCrumbs
--------------------------------*/
.breadcrumbs{
	height: 30px;
	color: #fff;
	background: #595959;
    display: flex;
}
.category{
	padding: 0 20px 0 5px;
    display: block;
	line-height: 30px;
	font-size: 12px;
    background: url(../../images/bread-arrow.png) no-repeat right 0;
	background-size: contain;
}
.category.home{
    width: 42px;
    background: url(../../images/home.png) no-repeat 5px center,url(../../images/bread-arrow.png) no-repeat right 0;
    background-size: auto 80%,contain;
    text-indent: 120%;
    overflow: hidden;
    white-space: nowrap;
}
.tags{
	padding: 10px 10px 0 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
    flex-wrap: wrap;
}
.tags span{
	margin: 0 10px 10px 0;
	padding: 10px;
	height: 30px;
	display: block;
	background: #d3cf9d;
	font-size: 12px;
    border-radius: 3px;
}
/*--------------------------------
Intro
--------------------------------*/
.intro{
	background: url(../../images/bg-intro.jpg) no-repeat center top #000;
	background-size: cover;
}
.intro .inner{
	margin: 0 auto;
	padding: 20px 0;
	width: 750px;
	display: flex;
	justify-content: space-around;
	flex-direction: row-reverse;
}
.intro h1{
	padding: 0 0 0 10px;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}
.intro figure{
	font-size: 18px;
	color: #fff;
}
.intro figure img{
	width: 300px;
	height: auto;
}
/*--------------------------------
Contents
--------------------------------*/
.content{
	padding: 20px 0 30px;
}
.heading{
	padding: 0 0 20px 0;
}
.heading h1{
	padding: 20px 0;
	font-size: 24px;
	color: #e73c70;
	border-bottom: 2px solid #e73c70;
}
.tw-item{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	background: url(../../images/icon_tw.png) no-repeat left 20px bottom 20px;
	background-size: auto 20px;
	border-radius: 10px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.tw-head{
	padding: 20px;
	display: flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
}
.tw-head h1{
	padding: 5px 0 0 10px;
	font-size: 18px;
	color: #000;
	line-height: 20px;
	font-weight: bold;
}
.tw-head h1 span{
	font-size: 12px;
	display: block;
	color: #747474;
	line-height: 20px;
	font-weight: normal;
}
.tw-thumb{
	width: 48px;
	height: 48px;
	background-color: #000;
	background-size: cover;
	background-psoition: center;
	border-radius: 50%;
	overflow: hidden;
}
.tw-thumb span{
	padding: 120px 0 0 0;
	display: block;
}
.tw-item p{
	padding: 0 20px 40px 20px;
	line-height: 24px;
}
.tw-item p a{
	color: #48b4f4;
	text-decoration: underline;
}
.attached img{
	width: 100%;
	height: auto;
    display: block;
}
.general p{
	margin:20px 0;
	line-height: 24px;
}
.general footer p{
	padding: 10px 0;
}
.general footer a{
	color: #48b4f4;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
.general figure img{
	width: 100%;
	height: auto;
}
.comm-item{
	margin: 0 0 20px 0;
	padding: 20px;
	border-radius: 10px;
    background: #f6f6f6;
}
.comm-item h3{
	padding: 0 0 5px 35px;
	font-size: 14px;
	line-height: 30px;
	color: #000;
    background: url(../../images/review.png) no-repeat 0 0;
    background-size: 30px 30px;
}
.comm-item p{
	line-height: 24px;
    color: #666;
} 
.banner{
	padding: 20px 0;
	position: relative;
}
.banner a img{
	animation:bounce 2s infinite;
	transform-origin: center;
}
@keyframes bounce {
0% {transform: scale(1);}
50% {transform: scale(1.15);}
100% {transform: scale(1);}
}
.banner img{
	width: 100%;
	height: auto;
}
}