@charset "utf-8";
/*
Template:twentysixteen
Theme Name:twentysixteen_child
*/ 

body::-webkit-scrollbar{
 display:none;
}/** 最後に消す **/

html {
    font-size: 12px !important;
}
@media screen and (min-width:768px){
html {
    font-size: 14px !important;
}
}
* {
    line-height: 1.5em;
}
body {
    color: #424242;
    font-family: -apple-system, BlinkMacSystemFont,source-han-sans-japanese,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
}
.mincho {
		font-family: "ten-mincho-text",serif;
}

img {
		display: block;
}
img[src$=".svg"] {
    width: 100%;
}

html,
body {
    height: 100%;
}


.flex {
    display: flex;
    justify-content: space-between;
}

/** リンクふわっと **/
a img,
a {
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}
a:hover img,
a:hover {
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
/** end リンクふわっと **/

.pc {
    display: none;
}
@media screen and (min-width:1024px){
.sp {
    display: none;
}
}


body:not(.search-results) article:not(.type-page) .entry-content {
    float: none;
    width: 100%;
}

.fuwatAnime {
 animation-fill-mode:both;
 animation-duration:2s;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; transform: translateY(40px); }
 100% { opacity: 1; transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; transform: translateY(40px); }
 100% { opacity: 1; transform: translateY(0); }
}