@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Classica
* The first edition: 2017.8.21
* 2017.9.22 - SSL化に伴うURL正規化
* リセットCSSを最小限に, html構造及びCSS装飾修正, その他微調整
* Latest update: 2018.3.27 - ページmiddle(menu)ボタンが効かない件修正, Font Awesomeのバージョンを4(CSS)から5(JS)へアップグレート, ベンダープリフィックスの整理
*/

/***------------------------------------------
      reset(do NOT change or delete)
------------------------------------------***/

embed,iframe,img,table,textarea{max-width:100%}#fc2_text_ad,pre,table{word-break:break-all}dd,dl,dt,figure,li,ol,p,strong,summary,ul,var{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}iframe{border:0}img{height:auto;line-height:0;vertical-align:bottom;font-size:0}ol,ul{list-style-type:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}input:not([type=submit]),select,textarea{border-radius:0;outline:0;-webkit-appearance:none;font-size:inherit}input[type=submit]{border-radius:0;outline:0;-webkit-appearance:button;font-size:inherit}pre{white-space:pre-wrap;font-family:Menlo,consolas,Courier}*{box-sizing:border-box}:focus{outline:0}.fc2_footer{margin:20px 0 0}#fc2_text_ad{margin:20px 0!important;letter-spacing:normal;line-height:1.4;font-size:11px}#fc2_text_ad a{color:#646464}#change_mobile{display:none}::before,::after{box-sizing:inherit}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  position: relative;
  padding: 35px 15px 10px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: rgb(245,245,245);
  color: rgb(51,51,51);
  border-left: 4px solid rgb(0,159,183);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

blockquote::before {
  content: "\f10d";
  display: none;
  font-family: 'Font Awesome 5 Solid';
}

blockquote > .svg-inline--fa {
  color: rgb(0,159,183);
  position: absolute;
  left: 15px;
  top: 5px;
  font-size: 200%;
  vertical-align: middle;
  line-height: 1;
}

blockquote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: rgb(136,136,136);
  font-size: 0.9em;
}

/***------------------------------------------
      date
------------------------------------------***/

.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"}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(120,120,120);/* 注)基本リンク色 */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover {
  color: rgb(51,51,51);
  text-decoration: underline;
}

/***------------------------------------------
      layout
------------------------------------------***/

html {
  margin: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  background-color: white;
  color: rgb(51,51,51);
  word-wrap: break-word;
  font: 1.4rem/1.9 'Helvetica', 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  -webkit-font-smoothing: antialiased;/* 注)文字が細すぎると感じる方はこの一行削除(Mac Google Chromeのみ) 1/2 */
  -moz-osx-font-smoothing: grayscale;/* 注)文字が細すぎると感じる方はこの一行削除(Mac Firefoxのみ) 2/2 */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#wrapper {
  min-width: 70%;
}

#main-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1300px;
  margin: auto;
  padding: 50px 60px 80px;
}

#primary {
  flex: 1;
  margin-right: 20px;
  padding-top: 3px;
  overflow: hidden;
}

#secondary {
  width: 320px;
  padding-top: 3px;
  font-size: 1.2rem;
  line-height: 1.8;
}

#aside-fit-wrapper {
  padding: 8px 8px 30px;
}

.side-menu {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 15px;
}

@media screen and (max-width: 920px) {
  #main-container {
    display: block;
    padding: 50px 0 80px;
  }
  #primary,
  #secondary {
    margin: auto;
    width: 100%;
    max-width: 800px;
  }
  .side-menu {
    width: 320px;
  }
}
@media screen and (max-width: 680px) {
  .side-menu {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 450px;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

#header-banner {
  position: relative;
  margin: auto;
  padding: 180px 10px 150px;
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #header-banner {
    padding: 160px 10px 130px;
  }
}

@media screen and (max-width: 414px) {
  #header-banner {
    padding: 140px 10px 110px;
  }
}

#header-banner2 {
  padding: 80px 10px 40px;
}

.fadeout #header-banner,
.fadeout #header-banner2 {
  transform:scale(1.1);
}

#header-banner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
}

#blog-name-container {
  display: inline-block;
  position: relative;
  width: auto;
  margin: auto;
  max-width: 800px;
  padding: 50px 60px;
}

@media screen and (max-width: 640px) {
  #blog-name-container {
    padding: 30px 20px;
  }
}

#blog-name-container2 {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

/* 注)ブログタイトルフォント関連 */
#blog-title { 
  margin: auto;
  font: 2.2rem/1.4 'Helvetica', 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  letter-spacing: 2px;
  text-indent: 2px;
  text-transform: uppercase;
  text-shadow: -1px -1px 1px white,
               1px 1px black;
}

@media screen and (max-width: 414px) {
  #blog-title {
    font-size: 1.8rem;
  }
}

#blog-title a {
  color: white;
  text-decoration: none
}

/***------------------------------------------
      breadcrumbs
------------------------------------------***/

#breadcrumbs {
  max-width: 850px;
  margin: auto;
  padding-top: 20px;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}

#breadcrumbs li {
  display: inline-block;
  color: white;
}

#breadcrumbs .svg-inline--fa {
  margin: 0 .5em;
}

#breadcrumbs a {
  color: white;
  text-decoration: none;
}

#breadcrumbs a:hover {
  text-decoration: underline;
}

/***------------------------------------------
      site description (only on top-page)
------------------------------------------***/

#site-description {
  padding: 20px 15px;
  color: white;
  text-align: center;
}

#site-introduction {
  max-width: 800px;
  margin: auto;
  padding-top: 10px;
  font-size: 1.2rem;
  line-height: 1.5;
}

/***------------------------------------------
      navigation (global and social)
------------------------------------------***/

.navi-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100004;
  width: 100%;
  margin: auto;
  background-color: rgba(51,51,51,.7);
}

#navi-sizing {
  max-width: 1300px;
  margin: auto;
  text-align: center;
}

#navi-list {
  display: inline-block;
  position: relative;
  font: 11px/40px '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
  letter-spacing: .15em;
  text-align: center;
  text-indent: .15em;
  text-transform: uppercase;
}

#navi-list li {
  display: inline-block;
  vertical-align: top;
}

#navi-list li:not(.expand-form) {
  position: relative;
  z-index: 3;
}

/* fc2 search bar */
.navi-menu-adjust {
  top: 27px;
}

.navi-menu a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 35px;
  color: white;
  font-weight: bolder;
}

.navi-menu a:hover {
  text-decoration: none;
}

/* hamburger button */
.mobile-toggle {
  display: none;
}

/* site search */
.expand-form {
  width: 127px;
  height: 40px;
}

#search-form {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 40px;
  margin: 0;
}

#search-btn {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 35px;
  border-radius: 0;
  background-color: transparent;
  color: white;
  font-weight: bolder;
  line-height: 40px;
  text-align: center;
}

#search-text {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 127px;
  height: 40px;
  padding: 0 1em;
  border: 1px solid rgb(51,51,51);
  border-radius: 0;
  background-color: white;
  color: rgb(51,51,51);
  outline: none;
  transition-duration: .5s;
}

#search-text:focus {
  opacity: 1;
  width: 100%;
  cursor: text;
}

#search-text::-webkit-input-placeholder {
  color: rgb(100,100,100);
  font-size: 11px;
  font-family: 'Fenix', serif;
  letter-spacing: .15em;
  text-transform: uppercase;
}

#search-text::-moz-placeholder {
  color: rgb(100,100,100);
  font-size: 11px;
  font-family: 'Fenix', serif;
  letter-spacing: .15em;
  text-transform: uppercase;
}

#search-submit {
  display: none;
}

#navi-list .pc-hide {
  display: none;
}

/* navi breakpoint 2/2 */
@media screen and (max-width: 768px) {
  .mobile-toggle {
    display: block;
    position: relative;
    z-index: 100005;
    height: 40px;
    padding: 12px 0;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
  }
  .mobile-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto 5px;
    background-color: white;/* 注)上部ナビゲーションハンバーガーボタンの色 */
    border-radius: 1000px;
    transition-duration: .5s;
  }
  .open-navi span:nth-of-type(1) {
    transform: translateY(7px) rotate(-315deg);
  }
  .open-navi span:nth-of-type(2) {
    opacity: 0;
  }
  .open-navi span:nth-of-type(3) {
    transform: translateY(-7px) rotate(315deg);
  }
  .navi-menu {
    height: auto;
  }
  .sp-navi {
    display: none;
    width: 100%;
    height: auto;
    max-height: 400px;
    padding: 30px 0 40px;
    overflow-y: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
  }
  #navi-list {
    display: block;
    text-align: center;
  }
  #navi-list li {
    margin: auto;
  }
  #navi-list li {
    display: block;
    padding: 1em;
    line-height: 1.5;
  }
  .expand-form {
    width: 90%;
    max-width: 380px;
    height: auto;
    margin: auto;
  }
  #search-form {
    position: relative;
  }
  #search-btn {
    display: none;
  }
  #search-text {
    opacity: 1;
    position: static;
    width: 100%;
    border: 1px solid rgb(220,220,220);
    border-radius: 0;
    background-color: white;
  }
}


/***------------------------------------------
      article
------------------------------------------***/

.main-body {
  position: relative;
  margin-bottom: 40px;
  padding: 8px;
}

.contents-outline {
  padding: 20px;
}

.contents {
  padding: 20px 0;
}

.entry-header {
  position: relative;
  padding-bottom: 20px;
  font-size: 1.2rem;
}

.entry-header .svg-inline--fa {
  margin-right: .5em;
}

/* header */
.entry-title {
  margin: 0;
  padding: 10px 0;
  line-height: 1.4;
  font-weight: bolder;
  font-size: 1.8rem;
}

.entry-title a {
  color: rgb(51,51,51);
}

.entry-title a:hover {
  color: rgb(166,159,142);
  text-decoration: none
}

.entry-datetime {
  display: inline-block;
  padding: .1em .5em;
  letter-spacing: 1px;
  color: rgb(120,120,120);
}

.entry-category,
.entry-comment {
  display: inline-block;
  padding: .1em .5em;
  letter-spacing: 1px;
}

.entry-tag a {
  margin-right: .6em;
}

.inner-contents {
  padding: 20px 0;
}

/* back to default */
.inner-contents ul {
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 40px;
}

.inner-contents ol {
  list-style-type: decimal;
  margin: 1em 0;
  padding-left: 40px;
}

.inner-contents a {
  color: rgb(0,68,204);
}

.inner-contents a:hover {
  text-decoration: underline;
}

/* read more */
.read-more {
  padding-top: 30px;
  text-align: right;
}

.read-more a {
  display: inline-block;
  border: 1px solid rgb(102,102,102);/* 注)READ MOREボーダー色 */
  color: rgb(51,51,51);
  letter-spacing: .1em;
  padding: .5em 2em;
  font-size: 1.2rem;
}

.read-more a:hover {
  border: 1px solid rgb(138,154,154);
  background-color: rgb(138,154,154);/* 注)READ MOREホバー時背景色 */
  color: white;
  text-decoration: none;
}

.postscript-a .svg-inline--fa {
  margin-right: .3em;
}

.postscript-a span {
  margin-left: .5em;
}

#postscript {
  margin-top: -40px;
  padding-top: 40px;
}

/* footer */
.entry-footer {
  font-size: 1.1rem;
}

#blog-mura {
  text-align: right;
  margin: 0 10px 20px 0;
}

.entry-footer-sns-ul {
  margin: 0 auto;
  border-top: 1px solid rgb(235,229,220);
  border-bottom: 1px solid rgb(235,229,220);
  letter-spacing: 2px;
  font-family: Verdana;
  font-weight: bold;
}

.entry-footer-sns-ul li {
  display: inline-block;
}

.entry-footer-sns-ul li a {
  display: block;
  color: rgb(51,51,51);
  padding: 5px 36px;
  text-align: center;
}

.entry-footer-sns-ul li a:hover {
  text-decoration: none;
}

.entry-footer-sns-ul li .sp-hide,
.entry-footer-sns-ul li .c-pencil {
  opacity:0;
}

/* SNS brand color */
.c-twitter:hover{background-color:#49abf2;color:#fff}.c-facebook:hover{background-color:#3b5998;color:#fff}.c-line:hover{background-color:#00c300;color:#fff}.c-pocket:hover{background-color:#EE4257;color:#fff}.c-google-plus:hover{background-color:#dd4b39;color:#fff}.c-hatena:hover{background-color:#008fde;color:#fff}.c-pencil:hover,.go-to-page:hover{background-color:#fff;color:#fff}

@media screen and (max-width: 666px) {
  .entry-footer-sns-ul li .sp-hide,
  .entry-footer-sns-ul li .c-pencil {
    display: none;
  }
  .entry-footer-sns-ul li a {
    padding: 8px 12px;
  }
}

/***------------------------------------------
      related post, trackback list
------------------------------------------***/

/* official */
#fc2relate_entry_thumbnail_area.relate_dl,
#fc2relate_entry_thumbnail_area .relate_dd,
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li,
#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink {
  display: table;
  margin: 0;
  background-image: none;
  padding: 0;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  width: 80px;
  height: 80px;
  padding: 4px 0;
  display: table-cell;
  vertical-align: middle;
}

#fc2relate_entry_thumbnail_area .relate_li .relate_entry_thumbnail a,
#fc2relate_entry_thumbnail_area .relate_li_nolink .relate_entry_thumbnail a{
  display: block;
  padding: 0;
  margin: 0;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
  margin: auto;
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 30;
  vertical-align: middle;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail a {
  text-decoration: none !important;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail .relate_entry_thumbnail_noimg {
  border: 1px solid #ececec;
  width: 88px;
  height: 88px;
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  display: table-cell;
  padding-left: 1em !important;
  vertical-align: middle;
  line-height: 1.2em;
}

#fc2relate_entry_thumbnail_area .relate_entry_title .relate_entry_title_text {
  display: block;
  max-height: 3.5em;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_entry_date{
  display: inline-block;
  font-size: 80%;
  opacity: .8;
  margin-top: 6px;
}

#relate_entry_nowread {
  display: block;
}

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 100px auto 0 !important;
  border: 1px solid rgb(230,230,230);
  padding: 0;
  position: relative;
  z-index: 1;
}

#fc2relate_entry_thumbnail_area .relate_dt {
  display: none;
}

#fc2relate_entry_thumbnail_area .relate_dd {
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area:before {
  content: "関連記事"; /* 注)関連記事 タイトル変更はここです */
  display: block;
  margin: auto;
  width: 100%;
  padding-top: 2px;
  position: absolute;
  top: -50px;
  z-index: 3;
  font: 16px/1.3 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', 'serif';
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  overflow: hidden;
  padding: 6px 10px;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
  width: 50%;
  height: 88px;
  float: left;
}

@media screen and (max-width: 567px) {
  #fc2relate_entry_thumbnail_area .relate_dd {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
    width: 1470px;
    overflow: auto;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 290px;
  }
}

@media screen and (max-width: 320px) {
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul li {
    width: 260px;
  }
}

#fc2relate_entry_thumbnail_area .relate_entry_title {
  padding-right: 1em;
  word-break: break-all;
  font-size: 12px;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail .relate_entry_thumbnail_noimg {
  border-radius: 3px;
  position: relative;
  z-index: 1;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail_noimg[src="//static.fc2.com/image/sh_design/no_image/no_image_144x144.png"] {
  visibility: hidden;
}

.related-overlay {
  position: relative;
}

.related-overlay:before {
  content: "No image";
  width: 80px;
  height: 80px;
  border-radius: 20px !important;
  background-color: rgb(240,240,240); /* 注)No image 関連記事サムネイル背景色 */
  border-radius: 2px;
  color: rgb(51,51,51);
  letter-spacing: 1px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 4px;
  font: 10px/80px 'Playfair Display', 'serif';
  font-size: 11px;
  text-align: center;
  text-indent: 1px;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  border-radius: 3px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img  {
  width: 80px !important;
  height: 80px !important;
  border-radius: 20px !important;
}

@media screen and (max-width: 479px) {
  #fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
    width: 80px !important;
    height: 80px !important;
    border-radius: 20px !important;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 20px !important;
  }
}

/* without thumbnail */
.relate_dl,
.tb_dl {
  margin-top: 30px;
  border: 1px solid rgb(230,230,230);
  border-radius: 2px;
  letter-spacing: normal;
  padding: 10px;
}

.relate_dt,
.tb_dt {
  padding: 3px;
  font-weight: bold;
}

.date {
  padding-top: 10px;
}

.relate_ul,
.tb_ul {
  padding: 10px 0;
  font-size: 12px;
}

.relate_dl a,
.tb_dl a {
  color: rgb(165,164,179)
}

.relate_dl a:hover,
.tb_dl a:hover {
  text-decoration: underline;
}

/***------------------------------------------
      posted comment
------------------------------------------***/

/* Index, Comment などタイトル */
.another-title {
  position: relative;
  margin: 0 auto 20px;
  font: normal 1.6rem/1.4 'Helvetica', 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  letter-spacing: 1px;
  text-align: center;
  text-indent: 1px;
  text-transform: uppercase;
}

.another-title span {
  margin-left: 1em;
  font: 1.6rem/1.4 'Helvetica', 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  letter-spacing: normal;
  text-transform: none;
}

.comment-number {
  display: none;
}

.comment-number0 {
  display: block;
  color: rgb(200,200,200);
  font-style: italic;
  text-align: center;
}

.height-adjust {
  margin-top: -40px;
  padding-top: 60px;
}

.border-container {
  display: flex;
  align-items: flex-start;
  position: relative;
  min-height: 46px;
}

.user-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 46px;
  height: 46px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: rgb(207,207,207);
  text-align: center;
}

.user-icon .svg-inline--fa {
  color: white;
  font-size: 1.7rem;
}

.visitor-name-and-title {
  flex: 1;
  font-weight: bold;
}

.author-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}

.visitor-name {
  font-size: 1.4rem;
}

.comment-title {
  margin-bottom: 5px;
}

.arrow-box {
  position: relative;
  margin: 20px auto 0;
  padding: 15px 20px;
  background-color: rgb(250,250,250);/* 注)コメント一覧背景色 */
  font-size: 1.3rem;
}

.arrow-box::after {
  content: "";
  position: absolute;
  left: 8%;
  bottom: 100%;
  height: 0;
  width: 0;
  margin-left: -12px;
  border: solid transparent;
  border-color: rgba(250,250,250,0);/* 注)コメント一覧矢印の色 */
  border-bottom-color: rgb(250,250,250);/* 注)コメント一覧矢印の色 */
  border-width: 12px;
}

.comment-info {
  text-align: right;
}

.cm_ロビンソン {
  display:none;
}

/***------------------------------------------
      comment form
------------------------------------------***/

.main-body-adjust {
  margin-top: -40px;
  padding-top: 40px;
}

#left-half {
  display: inline-block;
  width: 49%;
  margin-right: 1%;
}

#right-half {
  display: inline-block;
  width: 49%;
  margin-left: 1%;
}

#comment_form input {
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid rgb(240,240,240);/* 注)コメントフォームボーダー色 */
  background-color: rgb(250,250,250);/* 注)コメントフォーム背景色*/
  padding: 12px;
}

#comment_form #password {
  width: 50%;
}

#comment_form input:focus,
#comment:focus {
  border: 1px solid rgb(51,51,51);
  background-color: white;
}

#comment {
  width: 100%;
  min-height: 200px;
  margin-bottom: 15px;
  padding: 12px;
  border: 1px solid rgb(240,240,240);/* 注)コメントフォーム本文ボーダー色 */
  background-color: rgb(250,250,250);/* 注)コメントフォーム本文背景色 */
  line-height: 1.5;
}

#comment_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(250,250,250) inset;
}

#comment_form input::-webkit-input-placeholder,
#comment_form textarea::-webkit-input-placeholder {
  font-size: 11px;
  font-family: 'Fenix', serif;
  letter-spacing: 1px;
}

#comment_form input::-moz-placeholder,
#comment_form textarea::-moz-placeholder {
  font-size: 11px;
  font-family: 'Fenix', serif;
  letter-spacing: 1px;
}

/* checkbox */
#no-p input:focus {
  outline: none;
}

#no-p input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#no-p input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  left: 0;
  margin-right: 12px;
  line-height: 1.5px;
  cursor: pointer;
}
 
@media (min-width: 1px) {
  #no-p input[type=checkbox] {
    display: none;
    margin: 0;
  }

  #no-p input[type=checkbox] + label {
    padding: 2px 0 0 24px;
  }

  #no-p input[type=checkbox] + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    background-color: white;
  }

  #no-p input[type=checkbox] + label::before {
    border: 1px solid rgb(220,220,220);/* 注)secretコメントチェックボックスボーダー色 */
  }

  #no-p input[type=checkbox]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }

  #no-p input[type=radio]:checked + label::after {
    top: 2px;
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 8px;
    background: rgb(51,51,51);/* 注)secretコメントチェックマーク色 1/3 */
  }

  #no-p input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-bottom: 3px solid rgb(51,51,51);/* 注)secretコメントチェックマーク色 2/3 */
    border-left: 3px solid rgb(51,51,51);/* 注)secretコメントチェックマーク色 3/3 */
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn,
#delbtn {
  width: 49%;
  max-width: 156px;
  margin-top: 20px;
  height: 36px;
  border: 1px solid rgb(102,102,102);
  background: transparent;/* 注)コメントsend, deleteボタン背景色 */
  color: rgb(51,51,51);/* 注)send, deleteボタンテキスト色 */
  font-size: 1.4rem;/* 注)send, deleteボタンフォント大きさ */
  font-family: 'Helvetica', 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  border-color: rgb(138,154,154);
  background-color: rgb(138,154,154);/* 注)コメントsend, deleteボタンボバー時背景色 */
  color: white;
}

#sendbtn {
  margin-right: 1%;
}

#delbtn {
  margin-left: 1%;
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
  max-width: 600px;
}

.op {
  margin: 30px auto 10px;
  padding: .5em;
  border-radius: 0;
  border: 1px solid rgb(220,220,220);/* 注)トラックバックボーダー色 */
  font-size: 1.3rem;/* 注) トラックバックフォント大きさ */
  outline: none;
}

#for-trackback-word {
  margin: auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179);/* 注)トラックバックフォーカス時ボーダー色 */
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  margin: auto;
  font-weight: bolder;
  font-size: 1.5rem;/* 注)全記事リスト記事タイトルフォント大きさ */
  line-height: 1.5;
}

.list-title a {
  text-decoration: none;
}

.index-p {
  padding: 10px 0;
}

.list-entry {
  padding: 10px 0;
  overflow: hidden;
}

.list-entry-date,
.list-entry-category {
  font-size: 1.2rem;
  text-align: right;
}

.list-entry-category .svg-inline--fa {
  margin-right: .5em;
}

.list-entry-category span {
  margin: 0 1em;
}

/* only for search page */
.list-a {
  float: right;
  width: 72px;
  height: 72px;
  margin-left: 10px;
  margin-bottom: 5px;
  color: rgba(255,255,255,.9);
}

.list-a:hover {
  color: rgba(255,255,255,.9);
}

.thumbnails,
.titlelist-thumbnails {
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 20px !important;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.search-noimage {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgb(61,61,61);/* 注)No image 検索結果サムネイル背景色 */
  font: 10px/72px 'Playfair Display', serif;
  letter-spacing: 1px;
  text-align: center;
}

/* the number of comment/ trackback */
.number-of-cmtb {
  font-size: 1.2rem;
  text-align: right;
}

.number-of-cmtb li {
  display: inline-block;
  margin-left: 1em;
}

.number-of-cmtb .list-edit {
  opacity:0;
}

@media screen and (max-width: 666px) {
  .number-of-cmtb .list-edit {
    display: none;
  }
}

/* only for search */
.hit-number {
  display: none;
  padding: 20px 0;
  color: rgb(200,200,200);
  font-size: 8rem;
  line-height: 1.1;
  text-align: center;
}

.hit0 span {
  color: rgb(200,200,200);
  font-size: 1.5rem;
}

.hit0 {
  display: block;
}

/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.side-menu ul {
  list-style-type: disc;
  margin-left: 1.5em;
}

.sidebar-style a {
  color: rgb(120,120,120);
}

.sidebar-style a:hover {
  text-decoration: underline;/* 注)サイドメニューリンク色 */
}

.side-menu h4 {
  margin: 0 auto 20px;
  border-top: 1px solid rgb(102,102,102);
  padding: 8px;
  font: 1.3rem/1.4 'Helvetica', 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  text-align: center;
  background-color: rgb(138,150,145);
  color: white;
}

/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  table-layout: fixed;
  border-spacing: 3px 6px;
  width: 100%;
  max-width: 340px;
  margin: auto;
  font-size: 12px;
  text-align: center;
}

.calender caption {
  width: 100%;
  margin-bottom: 10px;
}

.calender caption a {
  display: inline-block;
  width: 20%;
}

#sun {
  color: rgb(189,30,30);
}

#sat {
  color: rgb(49,70,187);
}

.calender td {
  height: 30px;
  padding: 0;
  line-height: 30px;
}

.calender td a {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  border: 1px solid rgb(220,220,220);
  border-radius: 50%;
  line-height: 28px;
}

.calender td a:hover {
  border: 1px solid rgb(51,51,51);
  background: rgb(51,51,51);
  color: white;
  text-decoration: none;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: auto;
}

.sidebar-style input:not([type="submit"]),
.sidebar-style textarea,
.sidebar-style select {
  display: inline-block;
  width: 100% !important;
  padding: .5em;
  border: 1px solid rgb(204,204,204);
  border-radius: 1px;
  background-color: white;
  outline: none;
}

.sidebar-style input[type="submit"] {
  border: 1px solid rgb(51,51,51);
  background-color: rgb(51,51,51);
  color: white;
  cursor: pointer;
  transition: .3s ease-in-out;
}

.sidebar-style input[type="submit"]:hover {
  border: 1px solid rgb(138,154,154);
  background-color: rgb(138,154,154);
  color: white;
}

/* search */
.plugin-search {
  margin: auto;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* newest arrivals thumbnail */
.recent-item {
  margin: 0 auto 8px;
}

.recent-item a {
  border-radius: 20px 0 0 20px;
}
.recent-item a:hover {
  background-color: rgb(138,154,154);/* 注)プラグイン最新記事ホバー時背景色 */
  border-radius: 20px 0 0 20px;
  color: white;
  text-decoration: none;
}

.recent-link {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.recent-thumbnail {
  display: table-cell;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  line-height: 80px;
  overflow: hidden;
  vertical-align: middle;
}

.recent-thumbnail img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center center;
  overflow: hidden;
  font-family: 'object-fit: cover; object-position: center center;';
}

.recent-no-image-text {
  width: 80px;
  height: 80px;
  background-color: rgb(240,240,240);
  border-radius: 2px;
  color: rgb(51,51,51);
  letter-spacing: 1px;
  position: relative;
  font: 10px/80px 'Playfair Display', 'serif';
  text-align: center;
  text-indent: 1px;
}

.recent-text {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}

.recent-title {
  margin-bottom: 5px;
  line-height: 1.3;
}

.plugin-myimage {
  margin: 0 auto 15px;
  width: 120px;
  height: 120px;
}

.plugin-myimage img {
  width: 100%;
}

a.tw-follow-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 22px;
  color: #fff;
  font-size: 10px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  line-height: 1;
  background-color: #1b95e0;
  border-radius: 3px;
  letter-spacing: normal;
}
a.tw-follow-btn:hover {
  background-color: #0c7abf;
  text-decoration: none;
}

/* tag cloud */
.tag_cloud {
  margin: 0;
  list-style: none;
  line-height: 1;
  font-size: 13px;
  padding: 10px 0;
}

.tag_cloud li {
  margin: 0;
  display: inline;
  padding: .3em;
  list-style-type: none;
}

.tag_cloud li a {
  width: 100%;
  height: 100%;
  color: rgb(150,150,150);
}
.tag_cloud li a:hover {
  color: rgb(51,51,51);
}

.t_large a {
  font-size: 167%;
  font-weight: 700;
}

.t_ordinary10 a, .t_ordinary11 a, .t_ordinary12 a,
.t_ordinary13 a, .t_ordinary14 a {
  font-size: 136%;
  font-weight: 700;
}

.t_ordinary5 a, .t_ordinary6 a, .t_ordinary7 a,
.t_ordinary8 a, .t_ordinary9 a {
  font-size: 122%;
  font-weight: 400;
}

.t_ordinary1 a, .t_ordinary2 a,
.t_ordinary3 a,.t_ordinary4 a {
  font-size: 100%;
  font-weight: 400;
}

/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.simple-pagination {
  margin: 0 auto 30px;
  font-size: 11px;
  font-family: 'Times New Roman', serif;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin: 0 5px 3px 0;
}

.light-theme a,
.light-theme span {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  background-color: rgb(248,248,255);/* 注)汎用ページ送り背景色 */
  color: rgb(102,102,102);
  box-shadow: 1px 0 0 0 rgb(220,220,220), 
              0 1px 0 0 rgb(220,220,220), 
              1px 1px 0 0 rgb(220,220,220),
              1px 0 0 0 rgb(220,220,220) inset, 
              0 1px 0 0 rgb(220,220,220) inset;
  line-height: 32px;
  vertical-align: middle;
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(57,80,92);/* 注)汎用ページ送りマウスホバー時背景色 */
  color: white;
  text-decoration: none;
  opacity: 1;
}

.prev,
.next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background: rgba(255,255,255,.4);/* 注)汎用ページ送り現在ページ背景色 */
  color: rgb(51,51,51);
  box-shadow: 1px 0 0 0 rgb(204,204,204), 
              0 1px 0 0 rgb(204,204,204), 
              1px 1px 0 0 rgb(204,204,204),
              1px 0 0 0 rgb(204,204,204) inset, 
              0 1px 0 0 rgb(204,204,204) inset;
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(51,51,51);
}

.light-theme .prev,
.light-theme .next {
  background-color: rgb(138,154,154);/* 注)汎用ページ送りprev/ next背景色 */
  box-shadow: none;
  color: white;
}

/* article, titlelist */
#posted-pager {
  display: flex;
  margin: 0 auto 30px;
  padding: 0 8px;
  font-size: 12px;
}

#prev-entry,
#next-entry {
  width: 50%;
}

#next-entry {
  text-align: right;
}

#prev-a,
#next-a {
  display: block;
  width: 100%;
  padding: 10px;
}

#prev-a {
  border-top: 1px solid rgb(138,154,154);
  border-bottom: 1px solid rgb(138,154,154);
  border-left: 1px solid rgb(138,154,154);
  box-shadow: 1px 0 0 0 rgb(138,154,154);
  border-radius: 20px 0 0 20px;
}

#next-a {
  border-top: 1px solid rgb(138,154,154);
  border-right: 1px solid rgb(138,154,154);
  border-bottom: 1px solid rgb(138,154,154);
  box-shadow: 1px 0 0 0 rgb(138,154,154) inset;
  border-radius: 0 20px 20px 0;
}

#prev-pager-box,
#next-pager-box {
  position: relative;
  height: 72px;
}

#next-pager-box {
  text-align: right;
}


#prev-pager-image,
#next-pager-image {
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}

#preventry-title,
#nextentry-title {
  position: absolute;
  top: 0;
  height: 72px;
  overflow: hidden;
  line-height: 1.5;
}

#preventry-title {
  left: 0;
  padding-left: 82px;
}

#nextentry-title {
  right: 0;
  padding-right: 82px;
}

#nextentry-title {
  right: 0;
  padding-right: 82px;
}

/* iPhone6p */
@media screen and (max-width: 414px) {
  #prev-pager-box,
  #next-pager-box {
    height: 55px;
  }
  #prev-pager-image,
  #next-pager-image {
    width: 55px;
    height: 55px;
  }
  #preventry-title,
  #nextentry-title {
    height: 55px;
  }
  #preventry-title {
    padding-left: 65px;
    left: 0;
  }
  #nextentry-title {
    padding-right: 65px;
    right: 0;
  }
}

#preventry-text,
#nextentry-text {
  padding-bottom: 10px;
  font-family: 'Helvetica', 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', sans-serif;
  text-transform: uppercase;
}

#preventry-text .svg-inline--fa {
  margin-right: 1em;
}

#nextentry-text .svg-inline--fa {
  margin-left: 1em;
}

#prev-a:hover,
#next-a:hover {
  background-color: rgb(138,154,154);/* 注)個別記事ページ送りホバー時背景色 */
  color: white;
  text-decoration: none;
}

#prev-a:hover .preventry-text,
#next-a:hover .nextentry-text {
  color: white;/* 注)個別記事ページ送りホバー時テキスト色 */
}

/* titlelist */
#titlelist-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 30px;
  max-width: 400px;
  font-size: 1.2rem;/* 注)全記事一覧ページ送りフォント大きさ */
}

#t-page-left,
#t-page-home,
#t-page-right {
  width: 32px;
  height: 32px;
}

#t-prev-a,
#t-center-a,
#t-next-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-shadow: 1px 0 0 0 rgb(229,229,229), 
              0 1px 0 0 rgb(229,229,229), 
              1px 1px 0 0 rgb(229,229,229),
              1px 0 0 0 rgb(229,229,229) inset, 
              0 1px 0 0 rgb(229,229,229) inset;
  color: rgb(51,51,51);
}

#t-prev-a:hover,
#t-center-a:hover,
#t-next-a:hover {
  background-color: rgb(51,51,51);
  color: white;
}

/* side pagination */
.side-pager-left,
.side-pager-right {
  opacity: 0;
  position: fixed;
  z-index: 100004;
  top: 30vh;
  width: 180px;
  height: 80px;
  font-size: 12px;/* 注)サイドページ送りフォント大きさ */
  transition: opacity .7s ease;
}

.side-pager-left {
  left: -157px;
}

.side-pager-right {
  right: -157px;
}

#page-div-right,
#page-div-left {
  display: block;
  width: 180px;
  height: 80px;
  margin: 0;
}

.side-pager-right a,
.side-pager-left a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  word-break: break-all;
  transition: none;
  text-decoration: none;
}

.page-table {
  display: table;
  width: 100%;
  height: 100%;
}

.circle-cell,
.circle-cell {
  display: table-cell;
  width: 80px;
  height: 80px;
  vertical-align: top;
}

#circle-left,
#circle-right {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background-position: center center;
  background-size: 0 0;
  background-repeat: no-repeat;
  background-color: rgba(138,154,154,.4);
  line-height: 80px;
  text-align: center;
}

#page-div-left:hover #circle-left,
#page-div-right:hover #circle-right {
  background-size: cover;
}

.title-cell {
  display: table-cell;
  width: 100%;
  background-color: white;
  padding: 0 10px;
  vertical-align: middle;
}

.page-title {
  display: block;
  width: 100%;
  max-height: 80px;
  line-height: 1.4;
  overflow: hidden;
}

.appear {
  opacity: 1;
}

/***------------------------------------------
      footer
------------------------------------------***/

/* animation */
@keyframes slideInUp{0%,50%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}

#page-scroll {
  display: inline-block;
  position: fixed;
  right: 60px;
  bottom: 90px;
  z-index: 100003;
  font-family: 'Playfair Display', serif;
  font-size: 11px;
  text-align: center;
  -webkit-animation: slideInUp .8s;
  animation: slideInUp .8s;
}

#pagetop,
#pagemiddle,
#pagebottom {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(179,171,180,.5);
}

#pagemiddle {
  display: none;
}

#page-scroll a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: rgb(150,150,150);
}

@media screen and (max-width: 920px) {
  #page-scroll {
    right: 8px;
  }
  #pagemiddle {
    display: block;
  }
}

#page-scroll a:hover {
  color: rgb(150,150,150);
}

/* newマーク */
/* animation */
@-webkit-keyframes blink{0%{opacity:0}100%{opacity:1}}@keyframes blink{0%{opacity:0}100%{opacity:1}}
.new {
  margin-left: .3em;
  color: red;
  font-family: 'Rock Salt', sans-serif;
  font-size: 1.1rem;
  font-weight: normal;
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}

#footer {
  width: 100%;
  margin: auto;
  padding: 20px 5px;
  font: 1.2rem/1.4 'Fenix', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';
  text-align: center;
}

.end a { 
  color: rgb(51,51,51);
}

.end a:hover {
  text-decoration: none;
}

#copyright {
  display: block;
}

#ad1,
#ad2 {
  font-size: 11px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* headline */
.surround {
  padding: .5em .75em;
  border: 1px solid rgb(204,204,204);
  border-radius: 4px;
  background-color: rgb(240,240,240);
}

.surround1 {
  padding: .5em .75em;
  border: 1px solid rgb(204,204,204);
  border-radius: 4px;
  background-color: rgb(240,240,240);
  font-weight: bold;
}

.freehand {
  padding: .5em;
  border: 3px solid rgb(230,230,230);
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
}

.dogear {
  position: relative;
  padding: 1em 1em 1em 4em;
  background-color: rgb(240,240,240);
  color: rgb(51,51,51);
  font-size: 15px;
  font-weight: bold;
  background-image: url(https://blog-imgs-99-origin.fc2.com/f/i/l/filipinadating/victoria_icon-1.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.dogear:after {
  content: "";
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: white white rgb(221,221,221) rgb(221,221,221); /* white is the same color of the background */
  box-shadow: -1px 1px 2px rgba(0,0,0,.1);
  position: absolute;
  top: 0;
  right: 0;
}

.dogear1 {
  position: relative;
  padding: .5em;
  background-color: rgb(240,240,240);
  color: rgb(51,51,51);
}

.dogear1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: white white rgb(221,221,221) rgb(221,221,221);/* white is the same color of the background */
  box-shadow: -1px 1px 2px rgba(0,0,0,.1);
}

.dogear2 {
  position: relative;
  padding: 1em 4em 1em 1em;
  -webkit-background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #f6f6f6 0%);
  background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #f6f6f6 0%);
  border-radius: 6px;
  font-weight: bold;
}

.dogear2::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 1.65507em;
  height: 3.5493em;
  background: -webkit-linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .2));
  background: linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .2));
  border-bottom-left-radius: 6px;
  box-shadow: -.2em .2em .3em -.1em rgba(0, 0, 0, .15);
  -webkit-transform: translateY(-1.89424em) rotate(-40deg);
  transform: translateY(-1.89424em) rotate(-40deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.curl {
  background-color: rgb(240,240,240);
  padding: .5em .75em;
  position: relative;
  z-index: 3;
  font-size: 15px;
  font-weight: bold;
  transform-style: preserve-3d;
}

.curl:before,
.curl:after {
  content: "";
  width: 30%;
  height: 50%;
  position: absolute;
  bottom: 8px;
  z-index: -1;
  box-shadow: 0 10px 15px rgba(0,0,0,.2);
}

.curl:before {
  left: .3em;
  -webkit-transform: translate3D(0,0,-1px) rotate(-3deg);
  -webkit-transform: translate3D(0,0,-1px) rotate(-3deg);
}

.curl:after {
  right: .3em;
  -webkit-transform: translate3D(0,0,-1px) rotate(3deg);
  -webkit-transform: translate3D(0,0,-1px) rotate(3deg);
}

.bookmark {
  padding: .5em 1em;  
  border-left: 10px solid rgb(187,193,204);
  background: rgb(248,248,248);
  font-size: 1.17em;
  margin: 1em 0;
}

.balloon {
  background: rgb(232,248,239); /* 背景色 */
  padding: .6em;
  position: relative;
  display: inline-block;
}

.balloon:after {
  content: "";
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid rgb(232,248,239); /* 吹き出し矢印部分 */
  position: absolute;
  top: 100%;
  left: 30px; /* 吹き出し矢印の位置(左端からの距離) */
}

.balloon1 {
  position: relative;
  padding: 1em 1.5em;
  background: rgb(136,183,213);
  color: white;
  border: 4px solid rgb(194,225,245);
  display: inline-block;
}

.balloon1:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.balloon1:after {
  border-color: rgba(136,183,213,0);
  border-top-color: rgb(136,183,213);
  border-width: 30px;
  margin-left: -30px;
}

.balloon1:before {
  border-color: rgba(194,225,245,0);
  border-top-color: rgb(194,225,245);
  border-width: 36px;
  margin-left: -36px;
}

.title-border {
  display: flex;
  align-items: center;
}

.title-border:before,
.title-border:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}

.title-border:before {
  margin-right: 1rem;
}

.title-border:after {
  margin-left: 1rem;
}

/* highlight */
mark {
  background: linear-gradient(transparent 60%, yellow 60%);
  font-weight: bold;
}

/* for video */
.box-for-video {
  position: relative;
  width: 100%;
}

.box-for-video::before {
  content:"";
  display: block;
  padding-top: 56.25%;/* 注)動画縦横比設定 デフォルト: 縦幅が横に対して56.25% 正方形は100%指定 */
  overflow: hidden;
}

.box-for-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* emoji */
.emoji {
  vertical-align: middle;
}

/* shadow for image */
.shadow-attachment {
  box-shadow: 6px 6px 6px rgba(0,0,0,.2);/* 注)記事内画像に自動ドロップシャドウ 不要な方は削除 */
}

/* for image */
.zoom-in {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.zoom-in:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.6);
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}

.zoom-in:after {
  content: "\f065";
  font-family: 'FontAwesome';
  text-align: center;
  font-size: 20px;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -17px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoom-in:hover:before, .zoom-in:hover:after {
  opacity: 1;
}

.zoom-in-round {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.zoom-in-round:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0,0,0,.6);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
}

.zoom-in-round:after {
  content: "\f065";
  font-family: 'FontAwesome';
  text-align: center;
  font-size: 20px;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -17px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.zoom-in-round:hover:before,
.zoom-in-round:hover:after {
  opacity: 1;
}

.fade{
  overflow: hidden;
  background:#000;
}

.fade img{
  width: 100%;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;

  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -o-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
  opacity: 1.0;
  transition: 1.5s;
}

.fade img:hover{
  opacity: 0.2;
}

/* eximage */
@media screen and (max-width: 414px) {
   #primary { 
    overflow: visible; 
  } 
  .exImage {
    width: 100%;
    position: relative;
  }
  .exImage-item {
    width: 100vw;
    max-width: initial;
    max-width: auto; /* fallback for ie */
    overflow: hidden;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .exImage-item img {
    width: 100%;
  }
}

/* imagelist */
.imgBox {
  display:-webkit-box; /* fallback old Android */
  display:-ms-flexbox; /* fallback ie10 */
  display: -webkit-flex; /* fallback old safari */
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.box,
.box1,
.box2,
.box3,
.box4 {
  margin-right: 10px;
  -webkit-box-flex: 1; /* fallback old Android */
  -ms-flex: 1 1 auto; /* fallback ie10 */
  flex: 1 1 0;
  position: relative;
}

.imgBox > .box:last-child,
 .box1:last-child,
 .box2:last-child,
 .box3:last-child,
 .box4:last-child {
  margin-right: 0;
}

.box:before {
  content: "";
  display: block;
  padding-top: 65%; /* 注)画像の縦横比指定 縦幅が横幅の65%という指定。変更可 */
}

.box1:before {
  content: "";
  display: block;
  padding-top: 75%; /* 注)画像の縦横比指定 縦幅が横幅の75%という指定。変更可 */
}

.box2:before {
  content: "";
  display: block;
  padding-top: 133%; /* 注)画像の縦横比指定 縦幅が横幅の133%という指定。変更可 */
}

.box3:before {
  content: "";
  display: block;
  padding-top: 175%; /* 注)画像の縦横比指定 縦幅が横幅の175%という指定。変更可 */
}

.box4:before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 注)画像の縦横比指定 縦幅が横幅の175%という指定。変更可 */
}

.box img,
.box1 img,
.box2 img, 
.box3 img,
.box4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'object-fit: cover; object-position: center center;';
}

/* lazy load */
.lazyloading {
  opacity:0
}
.lazyloaded {
  opacity:1;transition:opacity 1s
}

/* swiper */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  background: #fff;
  position: relative;
}