@charset "UTF-8";

a:link { color:#666666; text-decoration:none;-webkit-transition: 1s ease-in-out;} 
a:visited { color: #666666; text-decoration:none;-webkit-transition: 1s ease-in-out;} 
a:active { color: #333333; text-decoration:underline;}
a:hover { color: #333333;text-decoration:underline;} 

/* ios reset */

input[type="submit"],
input[type="button"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"] {
border-radius: 0;
-webkit-box-sizing: content-box;
-webkit-appearance: button;
appearance: button;
border: none;
box-sizing: border-box;
cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="url"]::-webkit-search-decoration,
input[type="password"]::-webkit-search-decoration {
display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus,
input[type="text"]::focus,
input[type="email"]::focus,
input[type="url"]::focus,
input[type="password"]::focus {
outline-offset: -2px;
}

/* general */

.nonborder { 
border:none; 
outline:none; 
}

*{
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box
}

ul{
margin:0;
}

pre{
padding:0;
}

/* list-style */

.blogpost ul,.searcharea ul,.relate_dl ul,.plugcontent ul{
margin:0 0 0 1.5em;
}

.blogpost ul li,.searcharea li,.relate_dl ul li,.plugcontent ul li{
list-style-type:circle;
list-style-position:outside;
margin:0;
padding:0;
position:relative;
height:100%;
}


body {
font-size:13px;
font-family:'YuGothic', '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', Meiryo, メイリオ, 'MS PGothic', Helvetica, Arial, sans-serif;
text-align:left;
color:#444444;
line-height:1.8em;
position:relative;
-webkit-text-size-adjust: none;
}

#container{
width:100%;
margin:0 auto;
padding:0;
}

#header-container{
width:100%;
height:100px;
padding:50px 15%;
display:flex;
justify-content: space-between;
align-items: center;
-webkit-transition: height 0.5s linear;
-moz-transition: height 0.5s linear;
transition: height 0.5s linear;
}

#header-container header{
padding:0;
}

#header-container ul{
display:flex;
}

#headerimage{
width:100%;
height:300px;
background-image:url(https://blog-imgs-124-origin.fc2.com/m/i/z/mizuchi02/201812270642060d3.jpg
);
background-position:center center;
background-size:cover;
display: flex;
justify-content: center;
align-items: center;
}

.headerintro{
color:#ffffff !important;
font-size:30px;
font-family:'Montserrat', sans-serif;
letter-spacing:2px;
}

#main-container{
width:70%;
padding:0;
margin:0 auto;
}

/* header */

h1,h2,h3,h4{
font-weight:normal;
margin:0;
}

h1{
font-size:20px;
padding:0 0 0 15px;
margin:0;
font-family:'Montserrat', sans-serif;
letter-spacing:2px;
text-transform:uppercase;
-webkit-animation: headerMotion 1.3s;
-moz-animation: headerMotion 1.3s;
-o-animation: headerMotion 1.3s;
animation: headerMotion 1.3s;
}

.intro{
margin:10px 0 0 15px;
padding:0;
font-size:10px;
color:#000000;
}

h1 a:link,h1 a:visited{
color:#000000;
}

h1 a:hover{
color:#222222;
text-decoration:none;
}

h2{
font-size:15px;
padding:0;
margin:0;
line-height:1.2em;
letter-spacing:2px;
}

h3{
padding:0;
font-size:13px;
margin-bottom:20px;
font-family:'Montserrat', sans-serif;
letter-spacing:2px;
text-transform:uppercase;
}

h4{
font-size:15px;
padding:0 0 20px 0;
font-family:'Montserrat', sans-serif;
letter-spacing:2px;
text-transform:uppercase;
}

h4 a{
color:#444444;
text-decoration:none;
}

.comtitle a,.tbtitle a{
padding:0;
color:#444444;
}

.comtitle a:hover,.tbtitle a:hover{
padding:0;
color:#444444;
}

.comtitle{
padding:0;
}

.tbtitle{
margin-top:10px;
}

.comment header{
margin:0;
}

/* nav */

#header-container nav{
color:#333333;
font-size:10px;
font-family:'Montserrat', sans-serif;
letter-spacing:2px;
text-transform:uppercase;
margin:0 5px 0 0;
}

#header-container nav a{
color:333333;
padding:0 10px;
font-size:10px;
text-decoration:none;
}

#page-top {
position:fixed;
bottom: 20px;
right: 20px;
font-size:10px;
z-index:998;
}

#page-top a {
text-decoration: none;
color:#333333;
width:auto;
padding:5px;
text-align: center;
display: block;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
font-family:'Montserrat', sans-serif;
font-weight:400;
letter-spacing:2px;
background-color:#ffffff;
}

#page-top a:hover {
text-decoration:none;
background-color:#ffffff;
color:#333333;
}

#prev{
width:50px;
height:auto;
padding:50px 0;
display:block;
background-color: rgba(0, 0, 0, 0.5);
position:fixed;
top:40%;
left:0;
font-size:40px;
text-align:center;
color:#ffffff;
z-index:997;
border-top-right-radius:5px; 
border-bottom-right-radius:5px;
}

#next{
width:50px;
height:auto;
padding:50px 0;
display:block;
background-color: rgba(0, 0, 0, 0.5);
position:fixed;
top:40%;
right:0;
font-size:40px;
text-align:center;
color:#ffffff;
z-index:997;
border-top-left-radius:5px;
border-bottom-left-radius:5px;
}

/* postnav */

.postnav1{
font-family: 'Montserrat', sans-serif;
font-weight:400;
font-size:12px;
overflow:auto;
padding:20px 0;
margin:20px 0;
letter-spacing:2px;
border-top:1px #eeeeee solid;
border-bottom:1px #eeeeee solid;
}

.postnav1 a:hover{
text-decoration:none;
}

#next1{
padding:0;
float:left;
}

#prev1{
padding:0;
float:right;
text-align:right;
}

/* pagenav */

.pagenav1{
margin:0;
padding:0 15px 100px 15px;
font-size:12px;
font-family:'Montserrat', sans-serif;
letter-spacing:2px;
text-transform:uppercase;
}

.pagenav1 a{
text-decoration:none;
color:#444444;
}

/* maincontents */

#maincontents{
float:right;
width:76%;
padding:50px 0 0 0;
margin:0;  
-webkit-animation: itemanime 1.3s;
-moz-animation: itemanime 1.3s;
-o-animation: itemanime 1.3s;
animation: itemanime 1.3s;
}

#notpermanent{
padding:0;
margin:0;
}

.item {
width:33.3%;
margin:0 0 60px 0;
padding:0 15px;
-webkit-animation: itemanime 1.3s;
-moz-animation: itemanime 1.3s;
-o-animation: itemanime 1.3s;
animation: itemanime 1.3s;
}

.itempost{
position:relative;
padding:0 0 40px 0;
border-bottom:1px #cccccc solid;
}

.itempost time{
font-size:9px;
font-family:'Montserrat', sans-serif;
letter-spacing:2px;
text-transform:uppercase;
}

.month01:before{content:"January";}
.month02:before{content:"February";}
.month03:before{content:"March";}
.month04:before{content:"April";}
.month05:before{content:"May";}
.month06:before{content:"June";}
.month07:before{content:"July";}
.month08:before{content:"August";}
.month09:before{content:"September";}
.month10:before{content:"October";}
.month11:before{content:"November";}
.month12:before{content:"December";}

.item img{
width:100%;
margin:0 0 20px 0;
-ms-interpolation-mode: bicubic;
display:block;
}
 
.cm{
float:right;
padding:0;
font-size:12px;
}

.text_overflow{
margin:10px 0 20px 0;
}

.readmore a{
color:#444444;
font-family:'Montserrat', sans-serif;
letter-spacing:2px;
text-transform:uppercase;
font-size:11px;
}

#permanentarea,#titlelistarea,#editarea{
padding:0 15px;
}

section#permanent{
padding:0;
margin:0;
}

/* blogpost */

.blogpost{
padding:0 0 20px 0;
margin-bottom:40px;
position:relative;
}

.blogpost header{
width:100%;
padding:0;
margin-bottom:20px;
}

.info{
font-size:9px;
font-family:'Montserrat', sans-serif;
letter-spacing:2px;
text-transform:uppercase;
margin:0 0 20px 0;
}

.blogpost img{
max-width: 100%;
height: auto;
width /***/:auto;　
-ms-interpolation-mode: bicubic;
}

.blogpost p{
margin:0;
}

.fc2_footer{
margin:20px 0 0 0;
}

.fc2button-facebook iframe {
width:105px !important;
}

/* relate area */

#fc2relate_entry_thumbnail_area{
padding:20px 20px;
margin:40px 0;
background-color:#f5f5f5;
overflow:auto;
border-radius:5px;
}

#fc2relate_entry_thumbnail_area .relate_dt{
text-align:center;
margin:0;
font-size:0;
padding:0 0 10px 0;
font-family:'Montserrat', sans-serif;
letter-spacing:2px;
text-transform:uppercase;
}

#fc2relate_entry_thumbnail_area .relate_dt:before {
font-size: 13px; 
content: "You may also like";
}

#fc2relate_entry_thumbnail_area ul{
margin:0;
padding:0;
text-align:center;
}

#fc2relate_entry_thumbnail_area li{
width:20%;
padding:0 10px;
float:left;
list-style-type:none;
text-align:center;
font-size:13px;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail{
width:100% !important;
height:auto !important;
padding:0 10px;
overflow:hidden;
position:relative;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail img{
width:100% !important;
height:auto !important;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail,#fc2relate_entry_thumbnail_area .relate_entry_title{
display:block;
overflow:hidden；
}

#fc2relate_entry_thumbnail_area .relate_entry_title{
padding:10px 10px 0 10px !important;
overflow:hidden !important;
}

#fc2relate_entry_thumbnail_area .relate_entry_date{
margin:3px 0 0 0 !important;
}

/* author */

.author{
width:100%;
height:auto;
margin:20px 0;
text-align:left;
}

.author:after {
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}

.author p{
margin:5px 0 10px 0;
font-family:serif;
font-size:13px;
}

.authorimage{
float:left;
width:15%;
}

.authorimage img{
width:100%;
height:auto;
border-radius:50%;
}

.authorname{
float:right;
width:85%;
padding:0 0 0 30px;
margin:-5px 0 0 0;
}

.name{
font-weight:bold;
font-size:14px;
margin:0;
padding:0;
}

/* social */

.button{
padding:0;
}

.bottomnav{
margin:0 !important;
padding:0 !important;
}

.bottomnav ul{
margin:0 !important;
}

.bottomnav li {
padding:0 !important;
margin:0 15px 0 0 !important;
display:inline-block !important;
overflow:hidden;
}

.bottomnav li a:link,.bottomnav li a:visited{
color:#666666 !important;
font-size:12px !important;
display:block;
width:15px;
height:20px;
font-family:'Montserrat', sans-serif;
letter-spacing:2px;
}

.bottomnav li a:hover{
color:#333333 !important;
text-decoration:none !important;
width:70px;
transition: width 0.5s linear;  
-webkit-transition:width 0.5s linear;  
}

#maincontents blockquote{
border:1px #666666 dotted;
background-color:#f9f9f9;
font-size:13px;
padding:10px;
margin:10px;
color:#444444;
}

/* footer-style */

.bottomfooter,.bottomfooter2{
width:100%;
height:auto;
font-size:10px;
padding:0;
margin-top:30px;
font-family:'Montserrat', sans-serif;
letter-spacing:2px;
text-align:right;
}

/* comment */

.comment{
padding:0;
margin:0 0 30px 0;
}

.comtitle{
margin:0;
}

.ctriangle{
width:100%;
margin-bottom:20px;
position:relative;
} 

.triangle{
position:absolute;
width:0;
height:0;
left:50px;
top:15px;
border-top:20px solid transparent;/*下*/
border-right: 20px solid  transparent;/*左*/
border-left: 20px solid transparent;/*右*/
border-bottom: 20px solid #f9f9f9;/*上*/
}

.cbody{
margin:20px 0 10px 0;
padding:20px 20px 10px 20px;
background-color:#f9f9f9;
border-radius: 5px;        
-webkit-border-radius: 5px;    
-moz-border-radius: 5px; 
}

.pcomment,.trackback{
padding:0;
margin:0 0 30px 0;
}

.pcomment p,.ecomment p{
padding:5px 0;
}

.pcomment label,.ecomment label{
color:#444444;
font-family:'Montserrat', sans-serif;
letter-spacing:2px;
font-size:9px;
}

#name,#title,#email,#website{
width:48%;
padding:5px 10px;
margin:0 1% 0 0;
border:none;
outline:none;
border-bottom:1px #cccccc solid;
display:inline;
font-size:13px;
}

input[type="text"], 
input[type="email"],
input[type="url"]{
font-size:13px;
-webkit-border-radius:0;
-webkit-appearance:none;
-webkit-tap-highlight-color:rgba(0,0,0,0);
box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
}

input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type="text"]:focus, 
input[type="email"]:focus,
input[type="url"]:focus{
outline:none !important;
border:none;
}

input[type="checkbox"]{
vertical-align:middle;
}

textarea{
width:99.9%;
height:150px;
scrollbar-base-color:#ffffff;
scrollbar-track-color:#ffffff;
overflow:auto;
border:none;
outline:none;
border-bottom:1px #cccccc solid;
-webkit-appearance: none;
border-radius:0;
padding:5px 10px;
font-size:13px;
}

#password{
width:30%;
padding:5px 10px;
border:none;
outline:none;
border-bottom:1px #cccccc solid;
}

#ppost,#ecom,#dcom{
color: #ffffff;
padding:10px 20px;
margin:0 0 10px 0;
height:auto;
background-color:#666666;
width: auto;
font-size:10px;
font-family:'Montserrat', sans-serif;
letter-spacing:2px;
text-transform:uppercase;
}

.trackback{
word-break: break-all;
}

.titlelist{
width:100%;
padding:0;
margin:0;
}

.searcharea{
width:100%;
padding:0;
margin:0;
}

.searcharea h4{
width:100%;
margin:0 0 20px 0;
text-align:center;
}

.none { 
display:none;
}

.block { 
display:block;
padding:0 30px;
height:400px;
}

pre code{
display:block;
overflow:auto;
background-color:#f5f5f5;
padding:10px;
}

/* footer-style */

.comfooter{
font-size:9px;
padding:10px 0;
margin:0;
text-align:right;
font-family:'Montserrat', sans-serif;
letter-spacing:2px;
}

.tbfooter{
font-size:9px;
padding:10px 0;
border-bottom:1px #666666 solid;
margin:0;
text-align:right;
font-family:'Montserrat', sans-serif;
letter-spacing:2px;
}

.titlelistfooter{
font-size:9px;
font-style:italic;
font-family:'Montserrat', sans-serif;
letter-spacing:2px;
padding-bottom:10px;
margin-bottom:10px;
}

/* sidebar */

aside#sidebar{
padding:50px 15px;
width:24%;
margin:0;
float:left;
}

.plugcontent{
padding:0;
margin:0 0 30px 0;
}

.plugcontent ul{
}

.plugin-tag{
/*
word-break: keep-all;
*/
word-break: break-all;
}

.plugin-search input[type="text"]{
width:99%;
border:1px #cccccc solid;
}

#sidebar input[type=submit]{
font-size:9px;
font-family:'Montserrat', sans-serif;
letter-spacing:2px;
background-color:#666666;
padding:5px 10px;
color:#ffffff;
}

/* footer-container */

#footer-container{
width:100%;
margin:0;
font-size:12px;
padding:20px 15%;
clear:both;
background-color:#f5f5f5;
}

#footer-container footer{
padding:0 15px 10px 15px;
overflow:hidden;
}

#footer-container .footer-address{
margin:0;
padding:0;
}

#change_mobile{
display:none;
}

#change_mobile_body{
display:none;
}


/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width:980px) {

#header-container{
width:100%;
height:150px;
display:block;
text-align:center;
padding:50px 0;
overflow:hidden;
}

#header-container nav{
color:#333333;
font-size:10px;
font-family:'Montserrat', sans-serif;
letter-spacing:2px;
text-transform:uppercase;
margin:50px 0 0 0;
display: flex;
justify-content: center;
align-items: center;
}

#header-container nav a{
color:333333;
padding:0 10px;
font-size:10px;
text-decoration:none;
}

#header-container:hover{
height:200px;
}

h1{
padding:0;
}

.intro{
margin:10px 0 0 0;
padding:0;
}

#main-container{
width:100%;
padding:0;
margin:0 auto;
word-break:break-all;
}

#maincontents{
float:none;
width:100%;
padding:50px 15px;
margin:0;  
-webkit-animation: itemanime 1.3s;
-moz-animation: itemanime 1.3s;
-o-animation: itemanime 1.3s;
animation: itemanime 1.3s;
}

.block { 
display:block;
padding:0 30px;
height:auto;
}

aside#sidebar{
padding:0 30px;
width:100%;
margin:0;
float:none;
}

#footer-container{
width:100%;
margin:0;
font-size:12px;
padding:20px 15px;
background-color:#f5f5f5;
}

}

/************************************************************************************
smaller than 800
*************************************************************************************/
@media screen and (max-width: 800px) {


input[type="button"],
input[type="submit"] , 
input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"]{
-webkit-appearance: none;
border-radius:0;
}

}

/************************************************************************************
smaller than 568
*************************************************************************************/
@media screen and (max-width: 568px) {

/* disable webkit text size adjust (for iPhone) */
html {
-webkit-text-size-adjust: none;
}

#headerimage{
width:100%;
height:300px;
background-image:url(https://blog-imgs-124-origin.fc2.com/m/i/z/mizuchi02/201812270642060d3.jpg

);
background-position:center center;
background-size:cover;
display: flex;
justify-content: center;
align-items: center;
}

.headerintro{
color:#ffffff !important;
font-size:20px;
font-family:'Montserrat', sans-serif;
letter-spacing:2px;
}

#header-container nav{
width:100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
text-align:left;
margin:50px 0 0 0;
display:block;
}

#header-container nav ul{
width:450px;
overflow: auto;
margin-left:20px;
}

.item {
width:49.9%;
margin:0 0 60px 0;
padding:0 15px;
-webkit-animation: itemanime 1.3s;
-moz-animation: itemanime 1.3s;
-o-animation: itemanime 1.3s;
animation: itemanime 1.3s;
}

#permanentarea,#titlelistarea,#editarea{
padding:0 15px 10px 15px;
}

.block { 
display:block;
padding:0 20px;
height:auto;
}

#fc2relate_entry_thumbnail_area .relate_dd{
width:100%;
padding:0 0 20px 0;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
position:relative;
}

#fc2relate_entry_thumbnail_area ul{
width:1000px;
}

#fc2relate_entry_thumbnail_area li{
width: 200px;
list-style-type:none;
text-align:left;
font-size:13px;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail{
width:20% !important;
height:auto !important;
padding:0;
margin:0 10px 0 0;
overflow:hidden;
position:relative;
float:left;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail img{
width:100% !important;
height:auto !important;
}

#fc2relate_entry_thumbnail_area .relate_entry_title{
padding:0 !important;
overflow:hidden;
}

#fc2relate_entry_thumbnail_area .relate_entry_date{
margin:3px 0 0 0 !important;
}

.authorimage{
float:left;
width:20%;
}

.authorname{
float:right;
width:80%;
padding:0 0 0 30px;
margin:-5px 0 0 0;
}

#name,#title,#email,#website,#password,#comment{
font-size:16px;
}

#name,#title,#email,#website{
width:99.9%;
}

#password{
width:60%;
}


/*videos */
.video embed,.video object,
.video  iframe {
width: 100%;
height: auto;
min-height:300px;    
}

}

/****************************************************************
   itemanime
*****************************************************************/

@-webkit-keyframes itemanime {
  0% {
   opacity: 0;
   -webkit-transform: translateY(60px);
  }
  50% {
   opacity: 0;
   -webkit-transform: translateY(20px);
  }
  80% {
   opacity: 1;
  }
  100% {
   -webkit-transform: translateY(0);
  }
}

@-moz-keyframes itemanime {
  0% {
   opacity: 0;
   -moz-transform: translateY(60px);
  }
  50% {
   opacity: 0;
   -moz-transform: translateY(20px);
  }
  80% {
   opacity: 1;
  }
  100% {
   -moz-transform: translateY(0);
  }
}

@-o-keyframes itemanime {
  0% {
   opacity: 0;
   -o-transform: translateY(60px);
  }
  50% {
   opacity: 0;
   -o-transform: translateY(20px);
  }
  80% {
   opacity: 1;
  }
  100% {
   -o-transform: translateY(0);
  }
}

@keyframes itemanime {
  0% {
   opacity: 0;
   transform: translateY(60px);
  }
  50% {
   opacity: 0;
   transform: translateY(20px);
  }
  80% {
   opacity: 1;
  }
  100% {
   transform: translateY(0);
  }
}

/***************************************************************
   headerMotion
****************************************************************/

@-webkit-keyframes headerMotion {
  0% {
   opacity: 0;
   -webkit-transform: translateY(-100px);
  }
  50% {
   opacity: 0;
   -webkit-transform: translateY(-100px);
  }
  100% {
   opacity: 1;
   -webkit-transform: translateY(0);
  }
}

@-moz-keyframes headerMotion {
  0% {
   opacity: 0;
   -moz-transform: translateY(-100px);
  }
  50% {
   opacity: 0;
   -moz-transform: translateY(-100px);
  }
  100% {
   opacity: 1;
   -moz-transform: translateY(0);
  }
}

@-o-keyframes headerMotion {
  0% {
   opacity: 0;
   -o-transform: translateY(-100px);
  }
  50% {
   opacity: 0;
   -o-transform: translateY(-100px);
  }
  100% {
   opacity: 1;
   -o-transform: translateY(0);
  }
}

@keyframes headerMotion {
  0% {
   opacity: 0;
   transform: translateY(-100px);
  }
  50% {
   opacity: 0;
   transform: translateY(-100px);
  }
  100% {
   opacity: 1;
   transform: translateY(0);
  }
}
