@charset "utf-8";

/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Juliette-Note
* The first edition: 2017.3.31
* 2017.4.17 - iPhoneでfixedされたinputが固定されないバグのApple修正に伴いhackを削除
* Latest update: 2017.9.22 - SSL化に伴うURL正規化
*/

/***------------------------------------------
      reset
------------------------------------------***/

html, body, div, span, object, iframe,
p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, p,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ul, ol {
  list-style-type: none;
}

strong, b {
  font-weight: bold;
}

i {
  font-style: italic;
}

address, small, time {
  display: block;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
  word-wrap: break-word;
}

blockquote, q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
}

table {
  max-width: 100%;
  word-break: break-all;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

iframe, embed {
  max-width: 100%;
}

textarea {
  max-width: 100%;
}

input[type="text"], 
input[type="password"],  
input[type="search"], 
textarea {
  border-radius: 0;
  outline: none;
  font-size: inherit;
  -webkit-appearance: none;
  appearance: none;}

select {
  outline: none;
  border-radius: 0;
  font-size: inherit;
}

input[type="submit"] {
  border-radius: 0;
  outline: none;
  font-size: inherit;
  -webkit-appearance: button;
  appearance: button;
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: 'Menlo', 'consolas', 'Courier';
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

/* fc2 */
.fc2_footer {
  margin: 20px 0 0;
}

#fc2_text_ad {
  letter-spacing: normal;
  font-size: 11px;
  margin-bottom: 0 !important;
}

#fc2_text_ad a {
  font-size: 11px;
  color: rgb(200,200,200);
}

#change_mobile {
  display: none;
}


/***------------------------------------------
      clearfix
------------------------------------------***/

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}


/***------------------------------------------
      blockquote
------------------------------------------***/

blockquote {
  margin: 2em 15px;
  border-left: 3px solid rgb(238,234,228);
  padding-left: 15px;
  position: relative;
  z-index: 1;
}

blockquote:before {
  content: "“";
  font-size: 500%;
  color: rgb(238,234,228);
  line-height: 1em;
  font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', 'sans-serif';
  position: absolute;
  left: -15px;
  top: -30px;
  z-index: -1;
}


/***------------------------------------------
      link
------------------------------------------***/

a {
  text-decoration: none;
  color: rgb(235,159,138); /* 注)基本リンク色 */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover {
  color: rgb(51,51,51);
}


/***------------------------------------------
      common
------------------------------------------***/

span.month01:before {
  content: "JAN";
}
span.month02:before {
  content: "FEB";
}
span.month03:before {
  content: "MAR";
}
span.month04:before {
  content: "APR";
}
span.month05:before {
  content: "MAY";
}
span.month06:before {
  content: "JUNE";
}
span.month07:before {
  content: "JULY";
}
span.month08:before {
  content: "AUG";
}
span.month09:before {
  content: "SEPT";
}
span.month10:before {
  content: "OCT";
}
span.month11:before {
  content: "NOV";
}
span.month12:before {
  content: "DEC";
}


/***------------------------------------------
      layout
------------------------------------------***/

body { /* 注)基本フォント関連 */
  background-color: white;
  color: rgb(51,51,51); /* 注)テキスト基本色 Night Rider */
  font: 13px/1.9 'Avenir', 'Century Gothic', 'Avenir', 'Century Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', 'sans-serif';
  -webkit-font-smoothing: antialiased; /* 注)文字が細すぎると感じる場合はこの一行削除(Mac Chrome) 1/2 */
  -moz-osx-font-smoothing: grayscale; /* 注)文字が細すぎると感じる場合はこの一行削除(Mac Firefox) 2/2 */
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 80%;
}

#bg-wrapper {
  background-color: white;
  position: relative;
  z-index: 3;
}

#main-container {
  margin: 0 auto;
  width: 80%;
  max-width: 1100px;
  padding-bottom: 60px;
}

@media screen and (max-width: 1160px) {
  #main-container {
    width: 90%;
  }
}
@media screen and (max-width: 940px) {
  #main-container {
    width: 100%;
  }
}

#primary {
  margin-right : -300px;
  width: 100%;
  float : left;
  padding-bottom: 80px;
  -webkit-animation: slideInUp 1.5s;
  animation: slideInUp 1.5s;
}

@media screen and (max-width: 940px) {
  #primary {
    margin: 0 auto;
    max-width: 760px;
    float: none;
    padding-bottom: 0;
  }
}

#main {
  margin-right: 340px;
}

@media screen and (max-width: 940px) {
  #main {
    margin: 0 auto;
  }
}

#main-fit-container {
  padding-top: 30px;
}

#main-fit-container2 {
  padding-top: 50px;
}

@media screen and (max-width: 940px) {
  #main-fit-container {
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #main-fit-container2 {
    padding-top: 0;
  }
}

#secondary {
  width: 300px;
  background-color: white;
  float: left;
}

/* secondary breakpoints */
@media screen and (max-width: 940px) {
  #secondary {
    margin: 0 auto;
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 603px) {
  #secondary {
    width: 90%;
  }
}

#aside-container {
  -webkit-animation: slideInUp 1.8s;
  animation: slideInUp 1.8s;
}

#fit-wrapper {
  padding-top: 50px;
}

@media screen and (max-width: 940px) {
  #fit-wrapper {
    display:-webkit-box;/* fallback old Android */
    display:-ms-flexbox;/* fallback ie10 */
    display: -webkit-flex;/* fallback old safari */
    display: flex;
    -ms-flex-wrap: wrap;/* fallback ie10 */
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;/* fallback old safari */
    justify-content: space-around;
  }
}


/***------------------------------------------
      header
------------------------------------------***/

#header-banner {
  width: 100%;
  background: url(https://blog-imgs-102-origin.fc2.com/v/a/n/vanillaice000/anemonebgth.jpg) left bottom /cover no-repeat; /* 注)ヘッダー画像 */
  padding: 80px 0 100px;
  position: fixed;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

@media screen and (max-width: 767px) {
  #header-banner {
    box-shadow:0px -8px 8px -1px rgba(0,0,0,.2) inset;
  }
}

#header-banner2 {
  padding: 50px 0 0;
}

#blog-name-container {
  margin: 0 auto;
  width: 90%;
  color: white;
}

#header-banner2 #blog-name-container {
  margin: 0 auto;
  color: rgb(51,51,51);
}

/* 注)welcome不要の方ここから削除 */
#welcome {
  margin: 0 auto;
  width: 90%;
  color: white;
  font: 40px/1.3 'Monsieur La Doulaise', 'cursive';
  text-align: center; 
}

/* 注)ブログタイトルフォント関連 */
#blog-title {
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
  font: bolder 26px/1.4 'Playfair display', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';
  text-align: center;
  text-shadow: 2px 0px 2px rgba(85,85,85,.8);
  -webkit-animation: slideInDown 1.5s;
  animation: slideInDown 1.5s;
}

#blog-title2 {
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
  font: bolder 22px/1.4 'Playfair display', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';
  text-align: center;
  -webkit-animation: slideInDown 1s;
  animation: slideInDown 1s;
}

#blog-title a {
  display: inline-block;
  color: white; /* 注)ブログタイトルリンク色 */
}

#blog-title2 a {
  display: inline-block;
  color: rgb(51,51,51);
}

/* 注)ブログタイトル下ブログ説明文 */
#site-description {
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
  padding-top: 20px;
  font-size: 13px;
  text-align: center;
  text-shadow: 2px 0px 2px rgba(85,85,85,.8);
}

#site-description2 {
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
  padding-top: 20px;
  font-size: 13px;
  text-align: center;
}

@-webkit-keyframes slideInDown {
  0% {
   opacity: 0;
   -webkit-transform: translateY(-100px);
  }
  50% {
   opacity: 0;
   -webkit-transform: translateY(-100px);
  }
  100% {
   opacity: 1;
   -webkit-transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
   opacity: 0;
   transform: translateY(-100px);
  }
  50% {
   opacity: 0;
   transform: translateY(-100px);
  }
  100% {
   opacity: 1;
   transform: translateY(0);
  }
}
@-webkit-keyframes slideInUp {
  0% {
   opacity: 0;
   -webkit-transform: translateY(30px);
  }
  50% {
   opacity: 0;
   -webkit-transform: translateY(30px);
  }
  100% {
   opacity: 1;
   -webkit-transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
   opacity: 0;
   transform: translateY(30px);
  }
  50% {
   opacity: 0;
   transform: translateY(30px);
  }
  100% {
   opacity: 1;
   transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
   opacity: 0;
  }
  50% {
   opacity: 0;
  }
  100% {
   opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
   opacity: 0;
  }
  50% {
   opacity: 0;
  }
  100% {
   opacity: 1;
  }
}


/***------------------------------------------
      global navigation
------------------------------------------***/

/* hamburger button animation */
.mobile-toggle {
  display: none;
  cursor: pointer;
  width: 100%;
  height: 42px;
}

.navi-container-adjust .mobile-toggle {
  top: 27px;
}

@media screen and (max-width: 767px) {
  .mobile-toggle {
    display: block;
    position: relative;
  }
  .mobile-toggle:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    margin-left: -5px;
    background-color: rgb(51,51,51);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .mobile-toggle:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -12px;
    margin-left: -5px;
    background-color: rgb(238,234,228);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .open-navi:before {
    margin-top: -2px;
  }
  .open-navi:after {
    margin-top: 2px;
  }
}

.navi-container,
.navi-container2 {
  display: block;
  margin: 0 auto;
  width: 100%;
  background-color: rgb(238,234,228);
  font: 11px/42px 'Vollkorn', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', 'sans-serif';
  text-shadow: 2px 0px 2px rgba(85,85,85,.2);
}

.navi-container {
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
}

.navi-container2 {
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: -100px;
  z-index: 100004;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fixed-positioning {
  position: fixed;
  top: 0;
  z-index: 100004;
}

.navi-container-adjust {
  top: 27px;
}

.navi-sizing {
  margin: 0 auto;
  width: 80%;
  max-width: 800px;
}

@media screen and (max-width: 1160px) {
  .navi-sizing {
    width: 90%;
  }
}
@media screen and (max-width: 940px) {
  .navi-sizing {
    width: 100%;
    max-width: 600px;
  }
}

.navi-item-ul {
  display:-webkit-box;/* fallback old Android */
  display:-ms-flexbox;/* fallback ie10 */
  display: -webkit-flex;/* fallback old safari */
  display: flex;
  -ms-flex-wrap:wrap;/* fallback ie10 */
  -webkit-flex-wrap:wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;/* fallback old safari */
  justify-content: space-between;
  position: relative;
}

.navi-item-ul li {
  vertical-align: top;
}

.navi-item-ul li a {
  letter-spacing: 2px;
}

@media screen and (max-width: 374px) {
  .expand-form {
    width: 18px;
  }
}

.navi-item-ul li:last-of-type {
  margin-right: 0;
}

.navi-item-ul li:not(.expand-form) {
  position: relative;
  z-index: 3;
}

.navi-item-ul li a {
  color: rgb(51,51,51);
}

.navi-item-ul .pc-hide {
  display: none;
}

/* navi breakpoint 1/2 */
@media screen and (max-width: 767px) {
  .navi-container {
    display: none;
    height: 0;
    -webkit-animation: none;
    animation: none;
  }
  .navi-container2 {
    height: auto;
  }
  .navi-container2 .navi-item {
    display: none;
    width: 100%;
    height: auto;
    max-height: 400px;
    float: none;
    overflow-y: auto;
    padding: 20px 0 40px;
    text-align: center;
    -webkit-overflow-scrolling: touch;
  }
  .navi-container2 .navi-item-ul {
    display: block;
    text-align: center;
  }
  .navi-container2 .navi-item-ul li {
    margin: 0 auto;
  }
  .navi-container2 .navi-item-ul li {
    display: block;
    line-height: 1.3;
    padding: .8em;
  }
  .navi-container2 .navi-item-ul li a {
    margin-right: -2px;
  }
}

.sticky {
  width: 100%;
  box-shadow: 0 2px 4px -1px rgba(0,0,0,.06),
              0 4px 5px 0 rgba(0,0,0,.06),
              0 1px 10px 0 rgba(0,0,0,.08);
  opacity: 1;
  top: 0;
}

.position-adjust {
  top: 27px;
}

.sticky .navi-sizing {
  border-top: 0;
  border-bottom: 0;
}

@media screen and (max-width: 1160px) {
  .sticky .navi-sizing {
    width: 90%;
  }
}
@media screen and (max-width: 1021px) {
  .sticky .navi-sizing {
    width: 100%;
  }
}

.sticky .navi-item-ul {
  padding-top: 0;
}

#search-form2 {
  top: 0;
}

.navi-container-adjust {
  top: 27px;
}

.expand-form {
  width: 1.8em;
  height: 42px;
}

@media screen and (max-width: 767px) {
  .navi-container2 .expand-form {
    margin: 0 auto;
    width: 90%;
    max-width: 380px;
    height: auto;
  }
}

#search-form,
#search-form2 {
  margin: 0;
  width: 100%;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  #search-form2 {
    position: relative;
  }
}

#search-btn,
#search-btn2 {
  display: inline-block;
  background-color: transparent;
  border-radius: 50%;
  line-height: 42px;
  position: absolute;
  top: 0;
  right: 2px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #search-btn2 {
    right: 0;
  }
}

#search-btn .fa
#search-btn2 .fa {
  color: rgb(51,51,51);
}

#search-text,
#search-text2 {
  width: 42px;
  height: 42px;
  background-color: rgb(250,250,250);
  border: none;
  border-radius: 22px;
  color: rgb(51,51,51);
  cursor: pointer;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .5s;
  z-index: 5;
}

#search-text:focus,
#search-text2:focus {
  width: 100%;
  cursor: text;
  opacity: 1;
  padding: 0 5px 0 10px;
}

@media screen and (max-width: 767px) {
  #search-text2 {
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid rgb(51,51,51);
    border-radius: 0;
    opacity: 1;
    position: static;
  }
  #search-text2:focus {
    padding: 0 1.5em 0 0;
  }
}

#search-text::-webkit-input-placeholder,
#search-text2::-webkit-input-placeholder {
  color: rgb(51,51,51);
  font-family: 'Georgia', 'serif';
  font-size: 12px;
  font-style: italic;
}

#search-text::-moz-placeholder,
#search-text2::-moz-placeholder {
  color: rgb(51,51,51);
  font-family: 'Georgia', 'serif';
  font-size: 12px;
  font-style: italic;
}

.search-text::placeholder,
.search-text::placeholder2 {
  color: rgb(51,51,51);
  font-family: 'Georgia', 'serif';
  font-size: 12px;
  font-style: italic;
}

#search-submit,
#search-submit2 {
  display: none;
}

.navi-item-ul .pc-hide,
.navi-container2 .navi-item-ul .pc-hide {
  display: none;
}


/***------------------------------------------
      top page(grid)
------------------------------------------***/

.grid-item {
  margin-bottom: 40px;
  width: 100%;
  position: relative;
}

.grid-item:before {
  content: "";
  width: 100%;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(238,234,228,0), rgba(238,234,228,.75), rgba(238,234,228,0));
  background-image: -moz-linear-gradient(left, rgba(238,234,228,0), rgba(238,234,228,.75), rgba(238,234,228,0));
  background-image: -ms-linear-gradient(left, rgba(238,234,228,0), rgba(238,234,228,.75), rgba(238,234,228,0));
  background-image: -o-linear-gradient(left, rgba(238,234,228,0), rgba(238,234,228,.75), rgba(238,234,228,0));
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.grid-parent {
  background-size: 50% auto;
}

/* image format */
.inner-image-parent {
  width: 100%;
  box-shadow: 0px 3px 15px rgba(0,0,0,.1);
  overflow: hidden;
  position: relative;
}

.inner-image-parent:before {
  content: "";
  display: block;
  padding-top: 52%;
}

.inner-image-parent a {
  color: white;
}

.imgLiquidFill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* mask for no-image */
.no-image-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(250,250,250,.8);
}

.no-image-text {
  margin: auto;
  width: 100%;
  height: 1.5em;
  color: rgba(51,51,51,.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-family: 'Playfair Display', 'serif';
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 910px) {
  .new-ribbon {
    width: 100px;
    height: 100px;
  }
  .new-ribbon span {
    height: 20px;
    line-height: 20px;
    font-size: 14px; /* 注)Newマークテキストサイズ(スマホ・タブレット) */
  }
}

/* grid content */
.grid-context {
  padding: 50px 0 20px;
  position: relative;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 790px) {
  .grid-context {
    padding: 50px 15px 20px;
  }
}
@media screen and (max-width: 568px) {
  .grid-context {
    padding: 40px 15px 20px;
  }
}

.grid-context a {
  color: rgb(150,150,150);
}

/* time */
.grid-datetime {
  display: flex;
  margin: auto;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: rgb(235,159,138);
  border-radius: 50%;
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,.3);
  color: white;
  line-height: 1.3;
  position: absolute;
  right: 0;
  left: 0;
  top: -40px;
}

@media screen and (max-width: 568px) {
  .grid-datetime {
    width: 70px;
    height: 70px;
  }
}

.topentry-month,
.topentry-day,
.topentry-year {
  text-align: center;
}

.topentry-month {
  font-size: 12px;
}

.topentry-day {
  font-size: 20px;
  font-weight: bold;
}

.topentry-year {
  font-size: 12px;
}

.grid-title {
  margin: 0 auto 10px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bolder;
  text-align: center;
}

.grid-category {
  font-size: 12px;
  text-align: center;
}

.grid-description {
  padding: 20px 0 50px;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
}

.grid-footer {
  padding-top: 20px;
  text-align: right;
}

.grid-footer a {
  color: rgb(235,159,138);
}

.cm-and-tb-ul,
.sns-ul {
  display: inline-block;
}

.cm-and-tb-ul li,
.sns-ul li {
  display: inline-block;
}

.cm-and-tb-ul li {
  margin-right: 1.2em;
}

.cm-and-tb-ul li:last-of-type {
  margin-right: 0;
}

.sns-ul {
  margin-left: 2em;
}

.sns-ul li {
  margin-left: .5em;
}

.sns-ul li:first-of-type {
  margin-left: 0;
}

.cm-and-tb-ul li a,
.sns-ul li a {
  padding-left: .6em;
}


/* top page and individual SNS share */
#entry-footer {
  padding-bottom: 20px;
  text-align: right;
}

/* SNS brand color */
.c-facebook:hover {
  color: rgb(59,89,152);
}

.c-twitter:hover {
  color: rgb(73,171,242);
}

.c-pinterest:hover {
  color: rgb(206,15,25);
}

.c-google-plus:hover {
  color: rgb(221,75,57);
}

.c-pencil:hover {
  color: rgb(173,152,149);
}


/***------------------------------------------
      individual article
------------------------------------------***/

.main-body {
  margin-bottom: 60px;
  position: relative;
}

.main-body:before {
  content: "";
  width: 100%;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(238,234,228,0), rgba(238,234,228,.75), rgba(238,234,228,0));
  background-image: -moz-linear-gradient(left, rgba(238,234,228,0), rgba(238,234,228,.75), rgba(238,234,228,0));
  background-image: -ms-linear-gradient(left, rgba(238,234,228,0), rgba(238,234,228,.75), rgba(238,234,228,0));
  background-image: -o-linear-gradient(left, rgba(238,234,228,0), rgba(238,234,228,.75), rgba(238,234,228,0));
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

#entry-header {
  text-align: center;
}

#entry-category {
  font-size: 12px;
}

#entry-title {
  margin: 0 auto;
  line-height: 1.4;
  padding: 12px 0;
  font-size: 18px;
}

#entry-datetime,
#entry-comment-number  {
  display: inline-block;
  font-size: 12px;
}

#entry-comment-number span {
  padding: 0 1em;
}

.contents {
  padding: 20px 0;
}

/* back to default */
#inner-contents ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}

#inner-contents ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}

.height-adjust {
  padding-top: 62px;
  margin-top: -42px;
}

/* tag on article */
.tags {
  margin-top: 20px;
}

.tags a {
  display: inline-block;
  margin: 0 3px 3px 0;
  border: 1px solid rgb(238,234,228);
  padding: 2px 8px;
}

.tags a:hover {
  background-color: rgb(235,159,138);
  border-color: rgb(235,159,138);
  color: white;
}


/***------------------------------------------
      posted comment
------------------------------------------***/

.another-title {
  margin: 0 auto;
  padding-bottom: 20px;
  font: 16px/1.3 'Playfair display', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';
  text-align: center;
}

.border-container {
  min-height: 46px;
  padding-left: 55px;
  position: relative;
  font-weight: 600;
}

.border-container:before {
  content: "\f007";
  width: 46px;
  height: 46px;
  display: inline-block;
  background-color: rgb(207,207,207); /* 注)訪問者アイコン背景色 (approx)Very Light Grey */
  border-radius: 50%;
  color: white;
  line-height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 18px;
  text-align: center;
}

.visitor-name {
  font-size: 14px;
}

.comment-title {
  margin-bottom: 5px;
}

.comment-body {
  padding: 10px 0;
}

.visitor-fotter-info {
  margin-top: 10px;
  text-align: right;
}


/***------------------------------------------
      comment form
------------------------------------------***/

#comment_form {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 600px;
  vertical-align: middle;
  text-decoration: none;
}

#comment_form label {
  display: block;
  padding-bottom: 5px;
  font-size: 12px; /* 注)コメント投稿フォームフォント大きさ */
}

#comment_form input {
  margin-bottom: 10px;
  width: 100%;
  background-color: rgb(250,250,250);
  border: 1px solid rgb(238,234,228); /* 注)コメントフォーム各項目ボーダー色 */
  border-radius: 4px;
  padding: 12px;
}

#comment_form input:focus,
#comment:focus {
  background-color: white;
  border: 1px solid rgb(179,179,179); /* 注)コメントフォーム各項目(含 テキストエリア)フォーカス時ボーダー色 */
}

#comment {
  margin-bottom: 10px;
  width: 100%;
  min-height: 200px;
  background-color: rgb(250,250,250);
  border: 1px solid rgb(238,234,228); /* 注コメントフォームテキストエリアボーダー色 */
  border-radius: 4px;
  line-height: 1.5;
  padding: 12px;
}

#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 {
  letter-spacing: .1em;
  font-family: 'Playfair Display', 'serif';
  font-size: 11px;
  text-transform: uppercase;
}

#comment_form input::-moz-placeholder,
#comment_form textarea::-moz-placeholder {
  letter-spacing: .1em;
  font-family: 'Playfair Display', 'serif';
  font-size: 11px;
  text-transform: uppercase;
}

#community,
#trackback {
  padding-top: 42px;
  margin-top: -42px;
  position: relative;
}

/* 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;
  margin-right: 12px;
  cursor: pointer;
  line-height: 1.5px;
  position: relative;
  left: 0;
}
 
@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;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 0;
  }

  #no-p input[type=checkbox] + label:before {
    border: 1px solid rgb(220,220,220); /* 注)secretコメントチェックボックスボーダー色 */
    border-radius: 2px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
  }

  #no-p input[type=radio]:checked + label:after {
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: rgb(51,51,51); /* 注)secretコメントチェックマーク色(1/3) */
    border-radius: 8px;
    top: 2px;
    left: 5px;
  }

  #no-p input[type=checkbox]:checked + label:after {
    margin-top: -8px;
    width: 16px;
    height: 8px;
    border-bottom: 3px solid rgb(51,51,51); /* 注)secretコメントチェックマーク色(2/3) */
    border-left: 3px solid rgb(51,51,51); /* 注)secretコメントチェックマーク色(3/3) */
    left: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* send and delete button */
#sendbtn, #delbtn {
  margin-top: 20px;
  margin-right: 20px;
  width: 156px;
  height: 30px;
  background-color: rgb(238,234,228); /* 注)send, deleteボタン背景色 */
  border: none;
  border-radius: 2px;
  box-shadow: 2px 2px 4px rgba(0,0,0,.1);
  color: rgb(51,51,51); /* 注)send, deleteボタン文字色 */
  cursor: pointer;
  padding: 4px 0 5px;
  font-family: 'Playfair Display', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', 'sans-serif';
  font-size: 14px; /* 注)コメントsend/ deleteボタンフォント大きさ */
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#sendbtn:hover,
#delbtn:hover {
  background-color: rgb(235,159,138); /* 注)send, deleteボタンホバー時背景色 */
  color: white;
}

.comment-info {
  text-align: right;
}


/***------------------------------------------
      trackback
------------------------------------------***/

.op,
#for-trackback-word {
  display: block;
  width: 100%;
  max-width: 600px;
}

.op {
  margin: 0 auto 10px;
  border: 1px solid rgb(220,220,220); /* 注)トラックバックボーダー色 */
  border-radius: 0;
  padding: .5em;
  outline: none;
  font-size: 13px; /* 注)・トラックバックフォント大きさ */
}

#for-trackback-word {
  margin: 0 auto;
}

.op:focus {
  border: 1px solid rgb(179,179,179); /* 注)トラックバックフォーカス時ボーダー色 (approx)Pink Swan */
}


/***------------------------------------------
      related post, trackback list
------------------------------------------***/

/* with thumbnail */
#fc2relate_entry_thumbnail_area {
  margin: 80px auto 0;
  background-color: transparent;
  border: 1px solid rgb(238,234,228);
  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: "You may also like"; /* 注)関連記事 タイトル変更はここです */
  display: block;
  margin: auto;
  width: 100%;
  padding-top: 20px;
  position: absolute;
  top: -50px;
  z-index: 3;
  font: 16px/1.3 'Playfair display', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';
  text-align: center;
}

#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: 98px;
  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="https://static.fc2.com/image/sh_design/no_image/no_image_144x144.png"] {
  visibility: hidden;
}

.related-overlay {
  position: relative;
}

.related-overlay:before {
  content: "";
  width: 90px;
  height: 90px;
  background: url(https://blog-imgs-102-origin.fc2.com/v/a/n/vanillaice000/Julietnoimage.jpg) center center /cover no-repeat; /* 注)No image 関連記事サムネイル画像 */
  border-radius: 3px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}

.related-overlay:after {
  content: "No image";
  display: block;
  width: 90px;
  height: 90px;
  background-color: rgba(250,250,250,.8); /* 注)No image 関連記事サムネイル上マスク */
  color: rgba(51,51,51,.4);
  line-height: 90px;
  position: absolute;
  z-index: 3;
  font-family: 'Playfair Display', 'serif';
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

#fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
  border-radius: 3px;
  overflow: hidden;
}

#fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img  {
  border-radius: 3px;
}

@media screen and (max-width: 479px) {
  #fc2relate_entry_thumbnail_area .relate_entry_thumbnail {
    width: 90px !important;
    height: 90px !important;
  }
  #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_entry_thumbnail img {
    width: 90px !important;
    height: 90px !important;
  }
}

/* without thumbnail */
.relate_dl,
.tb_dl {
  margin-top: 30px;
  border: 1px solid rgb(238,234,228); /* 注)関連記事・トラックバック一覧背景色 */
  border-radius: 2px;
  letter-spacing: normal;
  padding: 10px;
}

.relate_dt,
.tb_dt {
  padding: 3px;
  font-weight: bold;
}

.date {
  padding-top: 10px;
}

.tb_ul {
  padding: 10px 0;
}

.relate_dl a,
.tb_dl a {
  color: rgb(165,164,179)
}

.relate_dl a:hover,
.tb_dl a:hover {
  text-decoration: underline;
}


/***------------------------------------------
      index (title list), search page
------------------------------------------***/

.list-title {
  margin: 0 auto;
  line-height: 1.5;
  font-weight: bolder;
  font-size: 14px; /* 注)全記事リスト記事タイトルフォント大きさ */
}

.list-title a {
  text-decoration: none;
}

.list-entry {
  padding: 5px 0;
}

.list-entry-date, .list-entry-category {
  text-align: right;
}

.list-entry-category {
  font-size: 12px; /* 注)全記事リストカテゴリフォント大きさ */
}

/* only for search page */
.list-entry .list-a {
  margin-bottom: 10px;
  margin-left: 10px;
  width: 72px;
  height: 72px;
  float: right;
}

.thumbnails {
  display: inline-block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: relative;
}

.search-noimage {
  width: 100%;
  height: 100%;
  background: url(https://blog-imgs-102-origin.fc2.com/v/a/n/vanillaice000/Julietnoimage.jpg) center center /cover no-repeat; /* 注)No image画像 検索結果 */
}

.search-noimage:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(250,250,250,.8); /* 注)検索結果ページNo image上マスク背景色 white 不透明度0.8 */
  position: absolute;
  top: 0;
  left: 0;
}

.thumbnails .no-image-text {
  font-size: 11px; /* 注)検索結果ページNo imageフォント大きさ */
}


/***------------------------------------------
      side menu(secondary)
------------------------------------------***/

.side-menu {
  display: inline-block;
  margin: 0 auto 40px;
  width: 300px;
  border: 1px solid rgb(238,234,228);
  line-height: 1.8;
  padding: 30px 20px 20px;
  position: relative;
  vertical-align: top;
  font-size: 12px; /* 注)サイドメニューフォント大きさ */
  text-align: center;
}

@media screen and (max-width: 940px) {
  .side-menu {
    border: 0;
    border-top: 1px solid rgb(238,234,228);
  }
}
@media screen and (max-width: 603px) {
  .side-menu {
    width: 100%;
    max-width: 400px;
    padding: 30px 0 20px;
  }
}

.sidebar-style {
  text-align: left;
}

.sidebar-style a {
  color: rgb(120,120,120);
}

.side-menu h4 {
  display: inline-block;
  margin: auto;
  position: absolute;
  top: -9px;
  right: 0;
  left: 0;
  font: 14px/1.3 'Playfair display', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';
  text-align: center;
}

.side-menu h4 span {
  background-color: white;
  padding: 0 1em;
}

.side-menu ul {
  margin-left: 1.3em;
  list-style-type: circle;
}

.side-menu ol {
  margin-left: 1.3em;
  list-style-type: decimal;
}

.fit-sidebar-fixed{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: fixed;
}

.fit-sidebar-blank{
  z-index: 0;
  background-color: transparent;
  visibility: hidden;
}


/***------------------------------------------
      official plug-in
------------------------------------------***/

/* calendar */
.calender {
  margin: 0 auto;
  table-layout: fixed;
  width: 100%;
  max-width: 320px;
  text-align: center;
  font-size: 12px;
  border-spacing: 0;
  border-collapse: collapse;
}

.calender caption {
  margin-bottom: 10px;
  width: 100%;
}

.calender caption a {
  display: inline-block;
  width: 20%;
}

.sun {
  color: rgb(161,12,0);
}

.calender td {
  vertical-align: top;
  height: 40px;
  padding: 2px 2px 0 0;
  text-align: right;
  border: 1px solid rgb(51,51,51);
}

.calender td a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  position: relative;
}

.calender td a:after {
  content: "\f00c";
  display: inline-block;
  width: 35px;
  right: 0;
  color: rgb(235,159,138); /* 注)公式プラグインカレンダーチェックマーク色 */
  font-family: 'FontAwesome';
  position: absolute;
  top: 15px;
  text-align: center;
}

.calender td a:hover {
  text-decoration: none;
}

/* profile */
 .plugin-myimage {
  text-align: center !important;
  margin-bottom: 10px;
}

/* mail form */
.sidebar-style form {
  display: block;
  margin: 0 auto;
  max-width: 260px;
}

.sidebar-style input:not([type="submit"]),
.sidebar-style textarea,
.sidebar-style select {
  display: inline-block;
  width: 100% !important;
  background-color: white;
  border: 1px solid rgb(207,207,207);
  border-radius: 2px;
  outline: none;
  padding: .5em;
}

.sidebar-style input[type="submit"] {
  display: block;
  margin: 0 0 0 auto;
  background-color: rgb(238,234,228);
  border: none;
  color: rgb(51,51,51);
  cursor: pointer;
}

/* search */
.plugin-search {
  margin: 0 auto;
  width: 100%;
}

.plugin-search input {
  margin-bottom: 8px;
}

/* tag */
.plugin-tag a {
  display: inline-block;
  margin: 2px 2px 2px 0;
  border: 1px solid rgb(238,234,228); /* 注)プラグインタグ ボーダー色 */
  padding: .3em 1em;
}

.plugin-tag a:hover {
  background-color: rgb(235,159,138); /* 注)プラグインタグ ホバー時背景色 */
  border-color: rgb(235,159,138); /* 注)プラグインタグ ホバー時ボーダー色 */
  color: white;
  text-decoration: none;
}


/***------------------------------------------
      pager
------------------------------------------***/

/* general */
.pager {
  margin: 70px auto 50px;
  width: 100%;
  font-size: 11px;
}

.simple-pagination {
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.simple-pagination ul {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 0;
  position: relative;
}

.simple-pagination li {
  display: block;
  margin: 0 5px 3px 0;
  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;
  float: left;
  list-style: none;  
}

.light-theme a,
.light-theme span {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: transparent;
  color: rgb(51,51,51);
  line-height: 32px;
  vertical-align: middle;
  text-align: center;
}

.light-theme a:hover {
  background-color: rgb(235,159,138); /* 注)汎用ページ送りマウスホバー時背景色 */
  color: white;
  opacity: 1;
}

.prev,
.next {
  border: none !important;
  font-weight: bolder;
}

.light-theme .current {
  background-color: rgb(245,245,245); /* 注)汎用ページ送り現在ページ背景色 */
  color: rgb(51,51,51);
}

.light-theme .ellipse {
  font-weight: bold;
  color: rgb(51,51,51);
}

.light-theme .prev,
.light-theme .next {
  background-color: rgb(238,234,228); /* 注)汎用ページ送りprev/ next背景色 */
  box-shadow: none;
  color: rgb(51,51,51);
}

/* article, titlelist */
.posted-pager,
.titlelist-pager {
  display: flex;
  margin: 0 auto 50px;
  width: 100%;
  font-size: 12px; /* 注)個別記事ページ送りフォント大きさ */
}

.prev-entry,
.next-entry {
  width: 50%;
}

.next-entry {
  text-align: right;
}

.prev-a,
.next-a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(235,159,138);
  padding: 10px 0;
}

.prev-a .preventry-text,
.next-a .nextentry-text {
  color: rgb(51,51,51);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.preventry-text,
.nextentry-text,
.t-preventry-text,
.t-nextentry-text {
  letter-spacing: .1em;
  padding: 0 10px;
  font-family: 'Vollkorn', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', 'sans-serif';
  text-transform: uppercase;
}

.preventry-text .fa,
.t-preventry-text .fa {
  margin-right: 1em;
}

.nextentry-text .fa,
.t-nextentry-text .fa {
  margin-left: 1em;
}

.preventry-title,
.nextentry-title,
.t-preventry-text,
.t-nextentry-text {
  padding: 0 10px;
}

.preventry-title,
.t-preventry-text {
  box-shadow: 1px 0 0 0 rgb(238,234,228);
}

.nextentry-title,
.t-nextentry-text {
  box-shadow: 1px 0 0 0 rgb(238,234,228) inset;
}

.prev-a:hover,
.next-a:hover {
  background-color: rgb(235,159,138); /* 注)個別記事ページ送りホバー時背景色 */
  color: white;
}

.prev-a:hover .preventry-text,
.next-a:hover .nextentry-text {
  color: white; /* 注)個別記事ページ送りホバー時テキスト色 */
}

/* side pagination */
.side-pager-left,
.side-pager-right {
  width: 180px;
  height: 80px;
  opacity: 0;
  position: fixed;
  z-index: 100004;
  top: 40%;
  font-size: 12px; /* 注)サイドページ送りフォント大きさ */
  -webkit-transition: opacity .7s ease;
  transition: opacity .7s ease;
  
}

.side-pager-left {
  left: -157px;
}

.side-pager-right {
  right: -157px;
}

.page-div-right,
.page-div-left {
  display: block;
  margin: 0;
  width: 180px;
  height: 80px;
}

.side-pager-right a,
.side-pager-left a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgb(51,51,51);
  word-break: break-all;
  -webkit-transition: none;
  transition: none;
}

.page-table {
  display: table;
  width: 100%;
  height: 100%;
}

.circle-cell {
  display: table-cell;
  width: 80px;
  height: 80px;
  vertical-align: top;
}

.circle {
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(235,229,220,.7); /* 注)個別記事ページサイドページ送りnext, prev背景色 */
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
}

.title-cell {
  display: table-cell;
  width: 100%;
  background-color: white;
  padding: 0 10px;
  vertical-align: middle;
}

.appear {
  opacity: 1;
}


/***------------------------------------------
      footer
------------------------------------------***/

#page-scroll {
  display: inline-block;
  position: fixed;
  right: 60px;
  bottom: 90px;
  z-index: 100003;
  text-align: center;
  -webkit-animation: slideInUp .8s;
  animation: slideInUp .8s;
}

#pagetop {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(235,159,138,.5);
  border-radius: 50%;
}

#pagemiddle {
  width: 0;
  height: 0;
  font-size: 0;
}

#pagebottom {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(235,159,138,.5);
  border-radius: 50%;
}

#pagetop a,
#pagebottom a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 40px;
}

@media screen and (max-width: 940px) {
  #page-scroll {
    right: 8px;
  }
  #pagemiddle {
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.4);
    border: 1px solid rgba(235,159,138,.5);
    border-radius: 50%;
    font-size: 11px;
  }
  #pagemiddle a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
  }
}

#page-scroll a:hover {
  color: rgb(235,159,138);
}

.new {
  color: red;
  font-size: 11px;
}

.end {
  width: 100%;
  background-color: rgb(238,234,228);
  overflow: hidden;
  padding: 50px 10px 30px;
  font-family: 'Playfair display', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';
  text-align: center;
}

/* sns on footer */
#footer-sns-ul {
  margin: 0 auto;
}

#footer-sns-ul li {
  display: inline-block;
  margin: 3px 7px;
}

#footer-sns-ul li a {
  display: block;
  width: 35px;
  height: 35px;
  background-color: rgb(235,159,138); /* 注)フッターSNS背景色 */
  border-radius: 50%;
  color: white; /* 注)フッターSNSテキスト色 Night Rider */
  line-height: 35px;
}

#footer-sns-ul li a .fa,
#footer-sns-ul li a .fa:before {
  line-height: 35px;
}

/* brand color */
#footer-sns-ul .footer-c-facebook:hover {
  background-color: rgb(59,89,152);
}

#footer-sns-ul .footer-c-twitter:hover {
  background-color: rgb(73,171,242);
}

#footer-sns-ul .footer-c-instagram:hover {
  background-color: rgb(81,127,164);
}

#footer-sns-ul .footer-c-pinterest:hover {
  background-color: rgb(206,15,25);
}

#footer-sns-ul .footer-c-google-plus:hover {
  background-color: rgb(221,75,57);
}

#footer-sns-ul .footer-c-youtube:hover {
  background-color: rgb(204,24,30);
}

#footer-object {
  color: rgb(150,150,150);
  line-height: 1.3;
  padding-top: 20px;
}

.foot,
#copyright {
  font-size: 12px;
}

#ad1,
#ad2 {
  font-size: 11px;
}


/***------------------------------------------
      personal settings
------------------------------------------***/

/* headline */
.freehand {
  border: 3px solid rgb(230,230,230);
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
  padding: 1em;
  font-size: 15px;
  font-weight: bold;
}

.dogear {
  position: relative;
  padding: 1em;
  background-color: rgb(240,240,240);
  color: rgb(51,51,51);
  font-size: 15px;
  font-weight: bold;
}

.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); /* rgb(250,250,250) is the same color of the background */
  box-shadow: -1px 1px 2px rgba(0,0,0,.1);
  position: absolute;
  top: 0;
  right: 0;
}

.curl {
  background-color: rgb(240,240,240);
  padding: .5em .75em;
  position: relative;
  font-size: 15px;
  font-weight: bold;
}

.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: rotate(-3deg);
  transform: rotate(-3deg);
}

.curl:after {
  right: .3em;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}

/* 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;
}

/* darkbox */
#darkbox {
  z-index: 100005 !important;
}

#darkbox_next:hover,
#darkbox_prev:hover {
  border-color: rgb(235,159,138) !important;
}

/* colorbox overlay */
#cboxOverlay,
#cboxWrapper,
#colorbox {
  z-index: 100005 !important;
}