/*
Template:easel
Theme Name:canvas on EASEL
Version: 1.1.0
*/

/* ここから下に書いたCSSが、親テーマCSSに上書きされます。 */

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');


/* 基本設定 */
:root {
    --mainColor: #89b8cd;
    --lightColor: #cfe2eb;
    --darkColor: #0d405e;
}
html {
    background: transparent;
    font-size: 55.5%;
}
body {
    min-height: 100vh;
    background: #fff;
    font-size: 1.3rem;
    font-family: 'メイリオ', 'ヒラギノ角ゴ', sans-serif;
    letter-spacing: 0.2em;
    line-height: 1.8;
    animation: fadeIn 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

ul,
ol {
    list-style: none;
}
h2,
h3,
h4 {
    font-family: 'Oswald', sans-serif;
}
h2 {
    padding: 5px 0;
    margin: 15px 0 10px;
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
}
h2::after {
    content: '';
    display: block;
    width: 2px;
    height: 15px;
    margin: 10px auto 10px;
    border-left: var(--mainColor) solid 2px;
    box-sizing: border-box;
}
h2:first-of-type {
    margin-top: 0;
}
h3 {
    display: flex;
     align-items: center;
    margin: 20px 0 15px;
    font-weight: normal;
}
h3 > span {
    display: inline-block;
    padding: 0 10px 0 20px;
    background: var(--mainColor);
    color: #fff;
    line-height: 25px;
}
h3::after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 1rem;
    background: linear-gradient(-45deg, #fff0 50%, var(--mainColor) 50%);
}
h4 {
    margin: 10px;
}

.wrap h3.h2::after {
    display: none;
}


em {
    border-bottom: var(--darkColor) dashed 2px;
    font-style: normal;
}
strong {
    color: var(--darkColor);
    background: var(--lightColor);
}

.space {
    margin: 30px 2em 40px;
}

/* 画像無しリスト */
.longList li {
    margin: 1em 0;
}
.longList li a {
    font-size: 1.2em;
}

/* 画像ありリスト */
.longList2 {
    display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     grid-template-rows: auto;
     gap: 30px;
    width: 90%;
    margin: 30px auto;
}
.longList2 li {
    display: flex;
     flex-direction: column;
     align-items: center;
}
.longList2 li a {
    text-align: center;
}

.longList2 .longImage {
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 1em;
    background: #eee;
    overflow: hidden;
}

.longImage > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; /* From IE10 only */
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.longImage::before,
.longImage::after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: #fff solid 1px;
}
.longImage::before {
    top: 8px;
    left: 8px;
}
.longImage::after {
    top: 12px;
    left: 12px;
}
/* 段落、余白 */
p {
    padding: 0 2em;
}

/* 個別指定の場合はこちら */
.p-style{
    display: inline-block;
}

.entry-content cf {
    width: 800px;
    margin: auto;
    color: #555b5e;
}
.entry-content cf a {
    color: #6badc7;
}
.entry-content cf a:hover {
    opacity: .6;
}

/* コンテンツbox */
.hentry {
    position: relative;
    padding: 0px 0px 70px;
    margin: 0px 0;
    background: #ffffffc0;
    border-radius: 1px;
    box-sizing: border-box;
}
.hentry::after {
    content: '';
    display: block;
    position: absolute;
     bottom: 0;
     left: 0;
    width: 100%;
    height: 20px;
    background: url('https://moco.moo.jp/img/back.webp') center / cover var(--lightColor);
}
/* コンテンツbox memoサイドの最新 */
.cat-post-title {
    position: relative;
    padding: 0px 10px 0px;
}
.cat-post-widget {
    position: relative;
    padding: 0px 0px 30px;
    margin: 10px 0;
    background: #ffffffc0;
    border-radius: 1px;
    box-sizing: border-box;
}
.cat-post-widget::after {
    content: '';
    display: block;
    position: absolute;
     bottom: 0;
     left: 0;
    width: 100%;
    height: 20px;
    background: url('https://moco.moo.jp/img/back.webp') center / cover var(--lightColor);
}

.cat-post-widget .post-date {
    padding: 10px;
    text-align: left;
}


/* 背景 info,pict */
.logged-in {
    padding: 10px 0;
    background: center / cover #fff;
    background-image: linear-gradient(170deg, #fff0 50vh, #e4eaec9f 50vh), url('https://moco.moo.jp/img/back.webp');
}

/* サイトタイトル */
#inner-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  text-align: left;
}

/* memoなどのタイトル */
h1.page-title {
  display: none;
}

/* memoの日付 */
.vcard {
  margin: 0 10px 0 0;
  color: #89b8cd;
}


/* メニューバー 見つけてない
.header {
  color: #323438;
  height: 70px;
  background: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10000;
}

header nav {
  visibility: hidden;
  position: fixed;
  z-index: 9999;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  width: 0px;
  height: 100vh;
  right: 0;
  top: 0;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  background: #fff;
  background: #fff;
}
 */
/* イラストのサムネイル */
.shortcode-illust {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 auto 3em;
    padding-left: calc(10% / 3);/* 下記liの右マージンと同じ幅の余白 */
    background: #ffffffc0;
    border-radius: 1em;
}

.shortcode-illust.default li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1em 0 1em 0;
    height: 150px;
    border-radius: 1rem;
    cursor: zoom-in;
    overflow: hidden;
}

.shortcode-illust.default li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.thum2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.thum2 img {
    width: auto;
    height: 100%;
    transform: scale(1.5);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; /* From IE10 only */
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}

/* FooGalleryの画像設定 */
.fg-item img {
    width: auto;
    height: 100%;
    transform: scale(1.0);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; /* From IE10 only */
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}

/* イラストのサムネイル */
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
    border-radius: 1rem;
}
.entry-content img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; /* From IE10 only */
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}

/* 更新履歴 */
.news_list {
  padding: 10px;
  border: 0px;
  margin: -30px -10px;
  list-style: none;
}

.news_list li a span.news_date {
  margin-right: 10px;
  display: block;
  max-width: 140px;
  min-width: 90px;
  word-break: keep-all;
  font-size: 1.0em;
  font-family: "biko", serif;
}

.news_list li a span.news_title {
  display: block;
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 1.0em;
  color: #57595d;
}
@media only screen and (min-width: 768px) {

.shortcode-illust {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 auto 3em;
    padding-left: calc(10% / 3);/* 下記liの右マージンと同じ幅の余白 */
    background: #ffffffc0;
    border-radius: 1em;
}

.shortcode-illust li a {
  box-sizing: border-box;
  display: block;
  width: 70%;
  height: 70%;
  transition: 0.3s;
}
.shortcode-illust li a img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; /* From IE10 only */
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}

    .longList2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin: 30px auto 40px;
    }
    .longList2 li {

        margin-bottom: 20px;
    }
}

/* いいねボタン */
.newiine_btn {
    display: inline-flex;
    align-items: center;

    width: 50px;
    height: 40px;

    padding: 0;
    border: none;
    background: transparent;

    line-height: 1;
    text-align: center;
}

.newiine_btn .material-icons-round {
    display: inline-block;
    font-size: 24px;
    line-height: 1;

    /* 見た目補正 */
    transform: translateX(1px);
}
