/* <system section="theme" selected="8454420450091363061"> */
/*
  Theme: Blank
  Author: waitingmoon
  Description: シンプルな2カラムテーマ
  Responsive: yes
 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* 基本
   ========================================================================= */

body {
	color: #555;
	background-color: #fff;
	font-size: 16px;
	font-family: "Open Sans", "Hiragino Kaku Gothic ProN", Meiryo, Helvetica, Arial, sans-serif;
	line-height: 1.7;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", "Hiragino Kaku Gothic ProN", Meiryo, Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.4;
}
h1 {
	font-size: 2em;
	margin-bottom: 1em;
	margin-top: 2em;
}
h2 {
	font-size: 1.625em;
	margin-bottom: 1em;
	margin-top: 2em;
}
h3 {
	font-size: 1.375em;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
h4 {
	font-size: 1.25em;
	margin-bottom: 1em;
	margin-top: 1em;
}
h5 {
	font-size: 1em;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
h6 {
	font-size: .875em;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
a {
	color: inherit;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, opacity .15s ease-in-out;
}
.entry-content a {
	text-decoration: underline;
}
.entry-content a.keyword {
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover {
	color: #999;
}
p {
	margin: 0 0 1.6em;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.entry-content .hatena-image-left {
	margin: 0 1.6em 1.6em 0;
}
.entry-content .hatena-image-right {
	margin: 0 0 1.6em 1.6em;
}
ul, ol {
	margin: 0 0 1.6em 2em;
	padding: 0;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dl {
	margin: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.6em 1.5em;
}
.table-of-contents {
	margin-left: 0;
}
table{
	border-top: 1px solid #e4e4e4;
	font-size: 93.8%;
	line-height: 1.5;
	margin: 0 0 1.7em;
	width: 100%;
}
th, td {
	border-bottom: 1px solid #e4e4e4;
	padding: 0.8em;
}
th {
	font-weight: 700;
}
pre {
	background-color: #333;
	color: #eee;
	font-size: 93.8%;
	line-height: 1.4;
	padding: 1.7em;
	margin: 0 0 1.7em;
	max-width: 100%;
	word-wrap: normal;
}
blockquote {
	padding: 1.6em 1.6em 1.6em 5.2em;
	margin: 0 0 1.6em;
	background-color: #f8f8f8;
	font-style: italic;
	position: relative;
}
blockquote *:last-child {
	margin-bottom: 0;
}
blockquote:before {
	color: #ccc;
	content: "“";
	font: 80px/1 Georgia,serif;
	position: absolute;
	top: 22px;
	left: 28px;
}
hr {
	background-color: #e4e4e4;
	border: 0;
	height: 1px;
	margin: 0 0 1.6em;
}

/* Amazon, iTunes */
.hatena-asin-detail,
.itunes-embed {
	margin: 0 0 1.7em;
	padding: 1.7em;
	border: 1px solid #e4e4e4;
	font-size: 93.8%;
	line-height: 1.5;
}
.hatena-asin-detail-info,
.itunes-embed-info {
	overflow: hidden;
}
.hatena-asin-detail-title,
.itunes-embed-title {
	margin-bottom: 8px!important;
}
.hatena-asin-detail-image,
.itunes-embed-image{
	margin-right: 1.7em!important;
}
@media screen and (max-width: 479px) {
	.hatena-asin-detail-image,
	.itunes-embed-image{
		width: 64px;
	}
}

/* Clearfix */
#container:before, #container:after,
#container-inner:before, #container-inner:after,
#blog-title:before, #blog-title:after,
#blog-title-inner:before, #blog-title-inner:after,
#content:before, #content:after,
#content-inner:before, #content-inner:after,
#main:before, #main:after,
#main-inner:before, #main-inner:after,
#footer:before, #footer:after,
#footer-inner:before, #footer-inner:after,
.entry:before, .entry:after,
.archive-entry:before, .archive-entry:after,
.entry-title:before, .entry-title:after,
.entry-content:before, .entry-content:after,
.date:before, .date:after,
.categories:before, .categories:after,
.pager:before, .pager:after,
.hatena-urllist:before, .hatena-urllist:after {
	content: "";
	display: table;
}

#container:after,
#container-inner:after,
#blog-title:after,
#blog-title-inner:after,
#content:after,
#content-inner:after,
#main:after,
#main-inner:after,
#footer:after,
#footer-inner:after,
.entry:after,
.archive-entry:after,
.entry-title:after,
.entry-content:after,
.date:after,
.categories:after,
.pager:after,
.hatena-urllist:after{
  clear: both;
}

/* レイアウト
   ========================================================================= */

#globalheader-container {
	color: #fff;
	background-color: #333;
}
#container {
	margin: 0 auto;
}
#blog-title {
	padding: 48px 0;
	border-bottom: 1px solid #e4e4e4;
}
#content {
	margin: 0 auto;
	padding: 48px 0 0 0;
	background-color: #fff;
}
#footer {
	padding: 24px 0;
	text-align: center;
	color: #fff;
	background-color: #333;
}
#blog-title-inner,
#content-inner,
#footer-inner {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 656px;
}
#wrapper {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 56px;
}
@media screen and (min-width: 480px) {
	#blog-title-inner,
	#content-inner,
	#footer-inner {
		padding-left: 32px;
		padding-right: 32px;
	}
}
@media screen and (min-width: 640px) {
	#blog-title-inner,
	#content-inner,
	#footer-inner {
		padding-left: 48px;
		padding-right: 48px;
	}
}
@media screen and (min-width: 960px) {
	#globalheader-container {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	#container {
		margin-top: 37px;
	}
	#blog-title-inner,
	#content-inner,
	#footer-inner {
		max-width: 1053px;
	}
	#wrapper {
		width: 100%;
		margin-right: -348px;
		padding-right: 348px;
		border-bottom: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
	}
	#main {
		padding-right: 48px;
		border-right: 1px solid #e4e4e4;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#box2 {
		width: 300px;
		float: right;
	}
}

/* for Pro */
.globalheader-off #container {
	margin-top: 0;
}

/* ヘッダー
   ========================================================================= */

/* ブログタイトル */
#title {
	margin: 0;
	padding: 0;
	font-size: 32px;
	font-family: "Open Sans", "Hiragino Kaku Gothic ProN", Meiryo, Helvetica, Arial, sans-serif;
	line-height: 1.2;
	display: inline-block;
}

/* ブログ概要 */
#blog-description {
	margin: 0;
	padding: 0;
	color: #777;
	font-size: 93.8%;
	font-weight: 400;
}

/* 記事
   ========================================================================= */

.entry{
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 48px;
}
.entry-header {
	position: relative;
}

.entry-content {
	margin-bottom: 24px;
}

/* 記事タイトル */
.entry-title {
	font-size: 1.625em;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 32px;
}

/* 日付 */
.date {
	font-size: 87.5%;
	margin-bottom: 8px;
}
.date a {
}
.date a:before{
	content: "\f043";
	font: 16px/1 blogicon;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

/* カテゴリー */
.categories {
	margin-top: -16px;
	margin-bottom: 28px;
}
.categories a {
	margin: 0 4px 4px 0;
	padding: 6px 10px;
	font-size: 87.5%;
	border: 1px solid #e4e4e4;
	border-radius: 2px;
	float: left;
}
.categories a:hover {
	color: #555;
	background-color: #f8f8f8;
}

/* 編集ボタン */
.entry-header-menu {
	position: absolute;
	top: 0;
	right: -72px;
	width: 48px;
	height: 48px;
	background-color: #fff;
	border-radius: 50%;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	text-align: center;
	line-height: 1;
}
.entry-header-menu a{
	font-size: 0;
}
.entry-header-menu a:before{
	content: "\f010";
	font: 16px/48px blogicon;
	margin-left: 2px;
}
@media screen and (max-width: 959px){
	.entry-header-menu{
		display: none!important;
	}
}

/* 続きを読む */
.entry-content .entry-see-more {
	margin: 8px 0 24px;
	padding: 10px 16px;
	color: #eee;
	background-color: #333;
	font-size: 87.5%;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
}
.entry-content .entry-see-more:hover{
	color: #eee;
	background-color: #555;
}

/* 記事フッター */
.entry-footer {
	margin-bottom: 48px;
}

/* SNSシェア */
.social-buttons {
	margin-bottom: 16px;
}

/* 広告 */
.google-afc-image,
.google-afc-text {
	margin-bottom: 32px;
}

/* コメント */
.comment-box {
	font-size: 93.8%;
}
.comment-box ul {
	list-style: none;
	margin: 1.7em 0;
	padding: 0;
}
.comment-user-name{
	padding-left: 64px;
	margin-bottom: 8px;
	position: relative;
}
.comment-user-name .hatena-id-icon{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-box .comment-content,
.comment-box .comment-metadata {
	margin-left: 64px;
}
.comment-box .comment-content a {
	text-decoration: underline;
}
.leave-comment-title {
	padding: 10px 16px;
	font-size: 87.5%;
	border: 1px solid #e4e4e4;
	border-radius: 2px;
	display: inline-block;
}
.leave-comment-title:hover {
	color: #555;
	text-decoration: none;
	background-color: #f8f8f8;
}

/* 投稿前後ナビゲーション */
.pager{
	margin-bottom: 48px;
}
.pager-prev{
	width: 48%;
	float: left;
	text-align: left;
}
.pager-next {
	width: 48%;
	float: right;
	text-align: right;
}
.pager-prev a,
.pager-next a{
	font-size: 93.8%;
	text-decoration: underline;
}

/* アーカイブページ */
.page-archive .archive-entry {
	padding-bottom: 48px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 48px;
}
.page-archive .entry-thumb {
	margin: 0 20px 20px 0;
}

/* カテゴリーページ */
#top-box {
	background-color: #f8f8f8;
	border-bottom: 1px solid #e4e4e4;
}
.breadcrumb {
	margin: 0 auto;
	padding: 24px 20px;
	font-size: 87.5%;
	max-width: 656px;
}
@media screen and (min-width: 480px) {
	.breadcrumb {
		padding-left: 32px;
		padding-right: 32px;
	}
}
@media screen and (min-width: 640px) {
	.breadcrumb {
		padding-left: 48px;
		padding-right: 48px;
	}
}
@media screen and (min-width: 960px) {
	.breadcrumb {
		max-width: 1053px;
	}
}


/* サイドバー
   ========================================================================= */

.hatena-module {
	font-size: 93.8%;
	line-height: 1.6;
	margin-bottom: 48px;
}
.hatena-module-title {
	letter-spacing: -0.01em;
	margin-top: 0;
	margin-bottom: 16px;
}
.hatena-module ul {
	margin-bottom: 0;
}
.hatena-urllist {
	list-style: outside none none;
	padding-left: 0;
	margin-left: 0;
}
.hatena-urllist li:first-child {
	border-top: none;
}
.hatena-urllist li {
	border-top: 1px solid #e4e4e4;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1.4;
}
.urllist-with-thumbnails li {
	padding-top: 16px;
	padding-bottom: 16px;
}
.urllist-with-thumbnails li .urllist-image {
	margin: 0 16px 0 0;
}
.urllist-title-link {
	font-size: inherit;
	overflow: hidden;
}
.urllist-date-link {
	font-size: 86.7%;
	overflow: hidden;
	margin-bottom: 2px;
}
.urllist-entry-body {
	margin-top: 2px;
	color: #777;
	font-size: 86.7%;
	overflow: hidden;
}
.urllist-categories {
	margin-top: 2px;
	overflow: hidden;
}
.urllist-category-link {
	font-size: 86.7%;
	margin-right: 4px;
}

/* プロフィール */
.profile-icon {
	margin: 0 16px 16px 0;
	border-radius: 4px;
	float: left;
	overflow: hidden;
}
.profile-description {
	margin-top: 6px;
	font-size: 86.7%;
}

/* 最近のコメント */
.hatena-module-recent-comments .recent-comments .user-id img{
	vertical-align: middle;
	margin-right: 4px;
}

/* カレンダー */
.archive-module-calendar table{
	font-size: 86.7%;
	line-height: 36px;
}
.archive-module-calendar th,
.archive-module-calendar td {
	padding: 0;
	text-align: center;
}
.archive-module-calendar th {
	padding: 2px 0;
}
.archive-module-calendar th a,
.archive-module-calendar td a {
	text-decoration: underline;
}

/* カテゴリー */
.hatena-module-category .hatena-urllist li {
	margin: 0 4px 4px 0;
	padding: 0;
	border: none;
	float: left;
}
.hatena-module-category .hatena-urllist li a {
	border: 1px solid #e4e4e4;
	border-radius: 2px;
	padding: 6px 10px;
	font-size: 86.7%;
	display: block;
}
.hatena-module-category .hatena-urllist li a:hover {
	color: #555;
	background-color: #f8f8f8;
}

/* 検索 */
.hatena-module-search-box .search-form {
	position: relative;
}
.hatena-module-search-box .search-module-input, 
.hatena-module-search-box .search-module-button{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.hatena-module-search-box .search-module-input{
	border: 1px solid #e4e4e4;
	padding: 8px 32px 8px 8px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	height: 40px;
	font-size: 14px;
}
.hatena-module-search-box .search-module-button {
	width: 24px;
	height: 24px;
	border: none;
	outline: none;
	background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png) no-repeat right center;
	position: absolute;
	top: 8px;
	right: 8px;
	opacity: 0.4;
	text-indent: -9999px;
}
.hatena-module-search-box .search-module-button:hover {
	opacity: 0.7;
}

/* フッター
   ========================================================================= */

#footer p {
	margin: 0;
}
#footer a{
	color: #ccc;
}
#footer a:hover{
	color: #eee;
}
#footer p,
#footer address {
	font-size: 87.5%;
}
/* </system> */

/*==============================================
　　　　　　　　基　本　設　定　
================================================*/

/* ### はてなヘッダーの非表示 ### */
#globalheader-container {display:none;}
/* ### 余白調整 ### */
#container {padding-top:0px;}
/* ### デフォルトの丸いアイコン等の非表示 ### */
#header{ display:none;}
#blog-title {
border:none;
}
/*       ヘ ッ ダ ー 部 分　　　　*/
.one-box {
font-family: "segoe print","papyrus";
position: absolute;
top: 20px;
left: 0px;
font-size: 60px;
line-height: 50px;
background: #ffffff;
background: -webkit-linear-gradient(45deg,#ff7f7f, #9e9eff);
-webkit-text-fill-color: Transparent;
-webkit-background-clip: text;
background-size:cover;
letter-spacing: 3px;
text-align: center;
height: 120px;
width: 100%;
padding-top:58px;
animation-name: SlideDown;/* アニメーション名 */
animation-duration: 3s;/* アニメーション時間 */
font-size: 50px; 
     }

/*上から下*/
@keyframes SlideDown {
0% {
    opacity: 0;/* 透明 */
    transform: translateY(-40px);/* Y軸方向に-50px */
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);/* Y軸方向に0px */
}
}

.new-entory {
display : none;
}

/*　　　スマホ非表示　　　*/
@media screen and (min-width:801px) {
.one-box2, .hitokoto {
display : none;
}
}

/*     全 体 選 択 色     */
 a:hover {
    color:#dc6b9a}

/*       記 事 一 覧      */
.page-index, .page-archive {
margin-top: 50px;
}

.flex2{
position: relative;
left:-8px;
display: flex;
flex-direction: row;
justify-content: center;   
  );
  }
.page-index .new-entory {
display: block;
position: relative;
top:40px;
left:8px;
height:40px;
margin-top: 5px;
margin-bottom: -20px;
padding-left: 10px;
padding-right: 10px;
color:#ff8e8e;
font-size: 18px;
font-weight: bold;
}
@media screen and (max-width:800px) {
#top-editarea {
margin-top: -20px;}
.page-index .new-entory {
padding-left: 5px;
padding-right: 5px;
font-size: 12px;}}

.page-index .new-entory:nth-child(1) {
animation: vertical2 2s  ease-in-out infinite -2s alternate;}
.page-index .new-entory:nth-child(2) {
animation: vertical2 2s  ease-in-out infinite -1.9s alternate;}
.page-index .new-entory:nth-child(3) {
animation: vertical2 2s  ease-in-out infinite -1.8s alternate;}
.page-index .new-entory:nth-child(4) {
animation: vertical2 2s  ease-in-out infinite -1.7s alternate;}
.page-index .new-entory:nth-child(5) {
animation: vertical2 2s  ease-in-out infinite -1.6s alternate;}
.page-index .new-entory:nth-child(6) {
animation: vertical2 2s  ease-in-out infinite -1.5s alternate;}
.page-index .new-entory:nth-child(7) {
animation: vertical2 2s  ease-in-out infinite -1.4s alternate;}
.page-index .new-entory:nth-child(8) {
animation: vertical2 2s  ease-in-out infinite -1.3s alternate;}

@keyframes vertical2 {
0% { transform:translateY(0px); }
95% { transform:translateY(0px); }
100% { transform:translateY(-10px); }
}

.page-index page-archive, .archive-entries{
     display: -webkit-flex;
     display: flex;
     -webkit-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-justify-content: space-between;
     justify-content: space-between;
      padding-bottom: -15px;
      margin-bottom: -10px;
      margin-top: 30px;
}
.page-index page-archive, .archive-entry{
top:10px;
     width: 48%;
     position: relative;
     display: -webkit-flex;
     display: flex;
     -webkit-flex-direction: column;
     flex-direction: column;
     height: 284px;
     background: #ffffff;
     box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.page-index .archive-entry{
top:20px;}

.page-index .entry-thumb-link {
position: absolute;
     display: block;
     width: 100%;
     height: 180px;
     background-position: center center;
     background-size: cover;
     -webkit-order: -1;
     order: -1;
     z-index: -5px;
}
 .page-archive .entry-thumb {
position: relative;
     display: block;
     width: 100%;
     height: 180px;
      background-position: center center;
     bottom:5px;
     background-size: cover;
     -webkit-order: -1;
     order: -1;
}
.page-index .entry-thumb {
     display: none;
     }
.page-index .date {
     color: #dc6b9a;
     font-weight: bold;
     position: absolute;
     top: 185px;
     z-index: 10;
     margin-left: 8px;
}    
.page-index .entry-title{
color: #555555;
font-weight: bold;
position: absolute;
     top: 217px;
     font-size: 16px;
      margin-left: 10px;
       padding-right: 5px;
}
.page-index page-archive, .categories{
font-weight: bold;
position: absolute;
     bottom: -25px;
     padding-right: -5px;
     padding-bottom: -5px;
    font-size:14px;
     margin-left: 5px;
    }
.page-index page-archive, .entry-description{
  display : none;
}
/* ブックマークの数字の位置調整 */
a.bookmark-widget-counter img {
position: absolute;
right: 10px;
bottom: 15px;
}
.star-container {
   display: none;
}
.page-entry .categories{
    display: none;
}
.page-archive .date {
    color: #dc6b9a;
     font-weight: bold;
      margin-left: 8px;
     }
.page-archive   .entry-title{ 
font-size: 18px;
font-weight: bold;
color: #555555;
     margin-left: 8px;
}
.page-entry .date {
    display: none;
}


/*      サイドバータイトル       */
.hatena-module-title {
font-family:"segoe print","papyrus"; !important;
 font-size: 20px;
 font-weight: bold;
  letter-spacing: 2px;
margin-bottom: 20px;
margin-top: 20px;
position: relative;
padding: 10px 15px 6px 15px;
vertical-align: middle;
color: #666666;
 width: 90%;
    border-bottom:1.5px solid #dc6b9a;
}
.hatena-module-title p {
    margin: 0; 
    padding: 0;
}
.hatena-module {
margin-bottom: 20px;
}
.page-about .hatena-module {
margin-top: 30px;
}
.content-inner-follow-buttons {
     color:#222222;
     font-weight: bold;
     font-size:16px;
     width: 150px;
     height: 40px;
     padding-top: 13px;
     margin-top: 16px;
     opacity: 0.7;
     background: linear-gradient(45deg,#ff7f7f, #9e9eff);
     box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
     border-radius: 25px;
     }
.content-inner-follow-buttons:hover {
    color:#FFFAF0;
    box-shadow:none;
    }
    
.urllist-title-link {
 position: relative;
	 top:5px;
	 font-size:115%;
	 }

/*       カ テ ゴ リ ー       */
.categories {
	margin-top: -16px;
	margin-bottom: 28px;
}
.categories a {
	margin: 0 4px 4px 0;
	padding: 6px 10px;
	font-size: 87.5%;
	border: 1px solid #ffffff;
	border-radius: 2px;
	background: #ffefef;
}
.categories a:hover {
	color: #dc6b9a;
	background: #ffefef;
}

.hatena-urllist {
	list-style: inside none none;
	padding-left: 0;
	margin-left: 0;
	  display: flex;
  flex-direction: column;
border: none;
}

.hatena-urllist li {
	padding-top: 10px;
	padding-bottom: -20px;
	line-height: 1.2;
}
.urllist-categories {
	margin-top: 2px;
align-items: center;
}
.hatena-module-category .hatena-urllist li a {
	border: 1px solid #ffffff;
	 position: relative;
	 left:20px;
	 top:-10px;
	font-size: 90.7%;
	margin-bottom: -8px;
	}
.hatena-module-category .hatena-urllist li a:hover {
	background: #ffffff;
	color: #dc6b9a;
	flex-direction: column;
	}
.hatena-breadcrumb-plus-toggle-button {
 position: relative;
	 top:15px;
	 font-size:130%;
	 }

.urllist-category-link {
display:none;
}
	
/*　　　アーカイブの選択カテゴリー名　　　 */
.archive-heading {
color: #dc6b9a;
 margin: 0px;
padding:0px; 
}

/*      フ ッ ター      */
#footer  {display: none;}
#container {
  margin-bottom: 0;
}
.copyright {
    font-family: "segoe print","papyrus";
    background: linear-gradient(45deg,#ff7f7f, #9e9eff);
    font-size: 10px;
    color:#fff;/* 文字の色 */
    position:  relative;
    line-height: 18px; /* 行の高さ */
    bottom: 10px;
    left: 0px;
    height: 100px;
    width: 100%;
    text-align: center;
  }
@media screen and (max-width:800px) {
.copyright {
 background: #333;
  background: -webkit-linear-gradient(45deg,#ff7f7f, #9e9eff);
  -webkit-text-fill-color: Transparent;
  -webkit-background-clip: text;
}}

/*      検　索　Ｂ　Ｏ　Ｘ     */
.search_container{
  position: absolute;
    top:10px;
    right:10px;
  box-sizing: border-box;
  display: block;
  padding: 3px 10px;
  border-radius: 10px;
  height: 1em;
  width: 160px;
  overflow: hidden;
  background:#FFFFFF;
}
.search_container input[type="text"]{
font-family:"";
position: absolute;
top: 8px;
left: 6px;
  border: none;
  font-size: 12px;
  height: 1.2em;
  background: Transparent;
  color: #888888;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
font-family:"";
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 0.5em;
  border: none;
  background: none;
  color: #888888;
  position: absolute;
  height: 1em;
  right: 5px;
  top: 6px;
  outline : none;
}
.search_container ::-webkit-input-placeholder {
  font-family:"";
  color: #888888;
}

/*　=====　 ページトップへ戻るボタン　　=====　 */
#pagetop {
    position:fixed;
    bottom:90px;
    right:10px;
    padding:10px 11px;
    color: #353535; /* 文字色 */
    border: 1px solid #353535;
    font-size:16px;
    text-decoration:none;
    background: linear-gradient(455deg,#ff7f7f, #9e9eff);
  border-radius: 50%; /* ボタンの丸み */
  opacity: 0.8; /* ボタンの透明度 */
  z-index: 79;
}
#pagetop:hover {
    color: #ffffff; /* 文字色 */
    background: linear-gradient(455deg,#ff7f7f, #9e9eff);;/* 背景色 */
}
 @import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);
//colors
$red: #E1332D;
$white: #fff;
//base styles
* {
  box-sizing: inherit;
  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}
body {
  background: $red;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
// Main wrap

.static-page-otoiawase .entry-title { 
 display: none;
 boder:none;}
 }


/*==============================================
　　　　　記　事　ペ　ー　ジ　関　連
================================================*/

/*　　上部余白　　*/
header.entry-header {
padding-bottom: 0px;
margin-bottom: 20px;
margin-top: 20px;
}

@media screen and (min-width:801px) {
.page-entry .breadcrumb{
    margin-top: 90px;
margin-bottom: -90px;}
.archive-heading {
position: absolute;
top:230px;}}
@media screen and (max-width:800px) {
.archive-heading {
position: absolute;
top:110px;}}

/* 　　記　事　フッター　　 */
.entry-footer {
	margin-bottom: 0px;
}

/*　　 本　文　　 */
.page-entry .entry-content {
  margin-top: 110px;
    color: #666666; /* 文字の色 */
    font-size: 16px; /* 文字サイズ */
    line-height: 2.0; /* 行の高さ */
}
.entry .entry-title {
position: absolute;
top:-90px;
font-size: 18px;
 padding-top: 20px;
  padding-bottom: 20px;
 border-top: 2px dotted #dc6b9a;
 border-bottom: 2px dotted  #dc6b9a;
}
.page-entry .hatena-module {
margin-top: 25px;
}

/* 　　目　次　　 */
.table-of-contents a {
    font-size: 16px; /* 文字サイズ */
}
.entry-content .table-of-contents {
    position: relative;
    color:#666666;/* 文字色 */
    background:#ffefef;/* 背景色 */
    border: 2px dashed  #dc6b9a;/* ステッチ風ボーダー */
    box-shadow: 0 0 0 10px #ffefef;, 4px 5px 6px 5px rgba(0,0,0,0.5);
    padding: 50px 25px 15px 45px;
    width: 97%!important;
    margin: 2em auto;
    box-sizing: border-box;
    border-radius: 8px;
}
.entry-content .table-of-contents::before {
    display: block;
    font-family: 'FontAwesome';
    content: '\f0fe';
    font-weight: bold;
    font-size: 130%;
    padding-left: 3px;
    margin: 0;
    position: absolute;
    top: 15px;
    left: 10px;
    color: #dc6b9a;/* アクセントカラー */
    border-bottom: none;
}
.entry-content .table-of-contents:after {
    display: block;
    content: '目次';
    font-weight: bold;
    font-size: 120%;
    position: absolute;
    top: 15px;
    left: 35px;
    color: #dc6b9a;/* アクセントカラー */
}
.entry-content .table-of-contents li {
    list-style-type: decimal;/* 番号振り */
    margin-left: 0;
}
.entry-content .table-of-contents li a {
    text-decoration: none;
    color:#666666;/* 文字色 */
}
.entry-content .table-of-contents>li {
    font-weight: bold;
}

/* 　　見出し　大　兼アバウト　　 */
.entry-content h3 {
position: relative;
padding: 12px 12px 12px 28px;
font-weight: bold;
color: #666666;
font-weight: bold;
 top: 10x;
 border-left: 3px solid;
 border-bottom: 1px solid;
border-color: #dc6b9a;
background: #ffefef;
}
.entry-content h3::before,
.entry-content h3::after {
position: absolute;
content: '';
background-color: #dc6b9a;
}
.entry-content h3::before {
top: 4px;
left: 10px;
width: 10px;
height: 10px;
transform: rotate(55deg);
}
.entry-content h3::after {
top: 20px;
left: 6px;
width: 7px;
height: 7px;
transform: rotate(30deg);
}

/* 　　　見出し　　　中　　　 */
.entry-content h4 {
position: relative;
padding: 12px 12px 12px 28px;
color: #666666;
font-weight: bold;
border-bottom: 1px solid;
border-color: #dc6b9a;
}
.entry-content h4::before,
.entry-content h4::after {
position: absolute;
content: '';
background-color:#dc6b9a;
}
.entry-content h4::before {
top: 4px;
left: 10px;
width: 10px;
height: 10px;
transform: rotate(55deg);
}
.entry-content h4::after {
top: 20px;
left: 6px;
width: 7px;
height: 7px;
transform: rotate(30deg);
}

/*パンくずリスト上下余白*/
#top-box {
position: absolute;
top:0px;
height: 60px;
position:  relative;
bottom: 0px;
background: Transparent;
border: none;
}

/*パンくずリストのデザイン*/
.page-archive .breadcrumb-child:last-child{display:none;}
.breadcrumb div{display:inline;}
.breadcrumb{
font-size:14px;
  font-weight: bold;
  color: #dc6b9a;
}
.breadcrumb:before{
content:"\f017";
font-family:blogicon;
color: #dc6b9a;
}
.breadcrumb-child:before{
content:"\f04a";
font-family:blogicon;
color: #dc6b9a;
}
.page-archive .breadcrumb{
display:none;}

/*      ペ　ー　ジ　ャ　ー     */
.pager {
height:100px;
}
.page-entry .pager .pager-prev,
.page-entry .pager .pager-next {
  background: #ffefef;
  border-bottom: solid 3px #dc6b9a;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  width:100%;
  text-align:left;
  margin-bottom:2em;
  margin-top:-1em;
  }
.page-entry .pager .pager-prev span,
.page-entry .pager .pager-next span {
  display: table-cell;
  padding:0.5em;
}
* html .page-entry .pager .pager-prev span,
* html .page-entry .pager .pager-next span {
  display: inline;
  zoom: 1;
}
*:first-child+html .page-entry .pager .pager-prev span,
*:first-child+html .page-entry .pager .pager-next span {
  display: inline;
  zoom: 1;
}
.page-entry .pager img {
  width               : 60px;
  height              : 60px;
  object-fit          : cover;
  vertical-align: middle;
}
.page-entry .pager .pager-prev a,
.page-entry .pager .pager-next a {
font-weight: bold;
  color: #555555;
  text-decoration:none;
}
.page-entry .pager .pager-prev a:before {
  content:"次の記事：";
  font-weight: bold;
  color: #dc6b9a;
  vertical-align: middle;
  padding:0.5em;
}
.page-entry .pager .pager-next a:before {
  content:"前の記事：";
  font-weight: bold;
  color: #dc6b9a;
  vertical-align: middle;
  padding:0.5em;
}

/*      コ　メ　ン　ト     */
.leave-comment　{
 padding-bottom: -25px;
 margin-bottom: -25px;
}
.leave-comment-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px;
  margin-bottom: 25px;
  line-height: 20px;
  color: #dc6b9a;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #dc6b9a;
  border-radius: 4px;
  text-decoration: none !important;
}
.leave-comment-title:hover {
color: #FFFFFF;
background: #dc6b9a;
text-decoration: none !important;
}
.leave-comment-title::before {
  font-family: "blogicon";
  content: "\f010";
  padding-right: 5px;
}


@media screen and (min-width:801px) {
.page-about {
margin-top: 50px;
}}

/*==============================================
　　　　PC用グローバルメニュー　兼用設定
================================================*/

.buttons {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.btn {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size:16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 0 2em;
  max-width: 160px; 
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%; 
}
.btn-2 {
    letter-spacing: 0;
}
.btn-2:hover,
.btn-2:active {
  letter-spacing: 5px;
}
.btn-2:after,
.btn-2:before {
  backface-visibility: hidden;
  border: none;
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
}
.btn-2:hover:after,
.btn-2:hover:before {
  backface-visibility: hidden;
  transition: width 350ms ease-in-out;
  width: 70%;
}
.btn-2:hover:before {
  bottom: auto;
  top: 0;
  width: 70%;
}
@media screen and (min-width:1001px) {

.abe {
font-family: blogicon;
content: "\f035;
opacity: 0.9;
background: #ffffff;
position:fixed;
top:4px;
left:10px;
color: #888888;
z-index: 1002;
height: 40px;
width: 40px;
line-height: 40px;
border-radius: 50%;
font-size:80%;
}

.abe2 {
font-family: blogicon;
content: "\f035;
opacity: 0.9;
background: #ffffff;
position:fixed;
top:4px;
left:65px;
color: #888888;
z-index: 1002;
height: 40px;
width: 40px;
line-height: 40px;
border-radius:50%; 
font-size:80%;
}

.content-inner-follow-buttons2 {
 font-family: blogicon;
content: "\f035;
opacity: 0.9;
background: #ffffff;
position:fixed;
top:4px;
left:120px;
height: 40px;
width: 40px;
color: #888888;
z-index: 1002;
line-height: 40px;
border-radius:50%; 
font-size:80%;
} 
.abe2:hover {
color:#dc6b9a;
}
.abe:hover {
color:#dc6b9a;
}
.content-inner-follow-buttons2:hover {
color:#dc6b9a;
}

/*　　　　　1階層目　　　　　*/
ul.drawer_nav, ul.drawer_nav a {
font-family: "segoe print","papyrus";
        color:white;/*文字の色*/
        font-weight: bold;
        margin-top: 3px;
        font-size:20px;
        font color: #FFFFFF;
        background-color:Transparent;/*メニューバーの背景色*/}
       
ul.drawer_nav {
	position:fixed;
	left:0;
	top:0px;
   	margin: 0;
   	padding:0;
   	height:50px;
	font-size:28px;
	width:100%;
	text-align:center;
	z-index:50;/*重なり順*/
	background: linear-gradient(45deg,#ff7f7f, #9e9eff);}

ul.drawer_nav li {
	width: 140px;/*１階層目の幅*/
   	display: inline-block;
   	list-style-type: none;
   	position: relative;}
ul.drawer_nav a {
   	line-height: 29px;/*メニューバーの高さ*/
   	text-align: center;/*文字位置中央寄せ*/
	padding-left:0px;
   	text-decoration: none;
   	font-weight: nomarl;
   	background:Transparent;
   	border-radius: 10px;
   	display: block;}

.drawer_menu {
	line-height: 35px;/*メニューバーの高さ*/
   	text-align: center;/*文字位置中央寄せ*/
	padding-left:0px;
   	text-decoration: none;
   	font-weight: nomarl;
   	display: block;
   	background: Transparent;
  } 	
.drawer_menu a {
    line-height: 35px;/*メニューバーの高さ*/
   	text-align: center;/*文字位置中央寄せ*/
	padding-left:0px;
   	text-decoration: none;
   	font-weight: nomarl;
   	display: block;
    color: #222222;
    text-decoration: none;
}
.drawer_menu a:visited {
    color: #222222;
}
.drawer_menu .drawer_nav li a {
    color: #FFFFFF;/* PC用メニューボタン文字色 */
}
}
/* 　　PCでは非表示　　　 */
@media screen and (min-width:1001px) {
    .pc-hidden {
        display: none;
        text-align: center;}
.ball {
display: none;}
.drawer_menu .drawer_close {
display: none; }
.drawer_menu .drawer_text {
display: none;}
.drawer_button  {
       display: none;}
.drawer_menu .drawer_menu_text  {
       display: none;}
.drawer_menu .drawer_button  {
       display: none;}     
       }
       
@media screen and (min-width: 1001px) {
/* 　　PC用ドロップダウンメニュー2階層目　　 */
.drawer_menu .drawer_nav li ul.second-level {
    visibility: hidden;
    list-style-type: none;
    position: absolute;
    z-index: -1;
    top: 0;
    margin: 0;
    padding-left: 0;
}
.drawer_menu .drawer_nav li:hover ul.second-level {
    visibility: visible;
    z-index: 1;
    top: 50px;/* PC用メニューの高さに合わせる */
    transition: all .3s;
}
.drawer_menu .drawer_nav li:hover ul.second-level li {
    width: 200px;/* ドロップダウンメニューボタン横幅 */
    height: 50px;/* Pドロップダウンメニューボタン高さ */
    text-align: center;
}
.drawer_menu .drawer_nav li:hover ul.second-level li a {
    display: block;
    background-color: #555;/* ドロップダウンメニューの文字の背景色 */
    color: #fff;/* ドロップダウンメニューの文字色 */
     padding-top: 5px;
    font-size: 100%;
    text-decoration: none;
    line-height: 50px;/* Pドロップダウンメニューボタン高さ */
    text-align: center;
}
.drawer_menu .drawer_nav li:hover ul.second-level li a:hover {
    background-color: #999;/* ドロップダウンメニューマウスホバー背景色 */
}
}

/*==============================================
　　　　スマホ用ドロワーメニュー　
================================================*/
@media screen and (max-width: 1000px) {

/*　ドロワー　メニューボタン　*/
.drawer_menu .drawer_button {
    position:fixed;
     font-weight: bold;
    bottom:10px;
    right: 10px;
    padding: 0;
    height: 68px;
    width: 68px;
    display: block;
    background: linear-gradient(45deg,#ff7f7f, #9e9eff); ;/* 背景色 */
    color: #111111; /* 文字色 */
    font-size:15px;
    font-family: "segoe print","papyrus";
    letter-spacing: 0.1em;
    text-decoration:none;
    border: 1px solid #353535;
    border-radius: 50%; /* ボタンの丸み */
    opacity: 0.8; /* ボタンの透明度 */
    cursor: pointer;
    z-index: 1002;
    text-align: center;
    outline: none;
    animation: vertica 2s linear alternate;
}
@keyframes vertica {
0% { opacity: 0.1;/* 透明 */
      transform:translateY(-450px); }
10% { transform:translateY(0px); }
17% { transform:translateY(-250px); }
18% { transform:translateY(-255px); }
19% { transform:translateY(-250px); }
26% { transform:translateY(0px); }
33% { transform:translateY(-175px); }
34% { transform:translateY(-178px); }
35% { transform:translateY(-175px); }
42% { transform:translateY(0px); }
49% { transform:translateY(-115px); }
50% { transform:translateY(-117px); }
51% { transform:translateY(-115px); }
57% { transform:translateY(0px); }
63% { transform:translateY(-73px); }
64% { transform:translateY(-75px); }
65% { transform:translateY(-73px); }
71% { transform:translateY(-0px); }
76% { transform:translateY(-38px); }
77% { transform:translateY(-39px); }
78% { transform:translateY(-38px); }
83% { transform:translateY(0px); }
88% { transform:translateY(-21px); }
89% { transform:translateY(-22px); }
94% { transform:translateY(0px); }
97% { transform:translateY(-10px); }
100% { opacity: 0.6;/* 不透明 */
      transform:translateY(0px); }
}
.drawer_menu .drawer_text {
        text-align: center;
        font-size: 13px;
    }
.drawer_menu .drawer_close {
        letter-spacing: 0.08em;
        display: none; 
    }
.drawer_menu .drawer_menu_text {
        display: block;
        margin-top: 3px;
    }

/*    ハンバーガーメニュー三本線    */
.drawer_menu .drawer_button .drawer_bar {
    background-color: #222222;
    display: block;
    height: 2px;
    top:0px;
    transition: all 0.2s;
    transform-origin: 0 0;
    margin-top: 12px;
    margin-bottom: -5px;
}
.drawer_menu .drawer_button.active .drawer_bar {
           width: 70px; }
.drawer_menu .drawer_button.active .drawer_bar1 {
        transform: rotate(15deg); }
.drawer_menu .drawer_button.active .drawer_bar2 {
        opacity: 0; }
.drawer_menu .drawer_button.active .drawer_bar3 {
        transform: rotate(-17deg); }
.drawer_menu .drawer_button.active .drawer_menu_text {
        display: none; }
.drawer_menu .drawer_button.active .drawer_close {
        display: block; }

/*  ドロワーメニューリスト内設定 */    
.drawer_menu .drawer_nav_wrapper {
        width: 100%;
        height: 100%;
        transition: all 0.5s;
        transform: translate(100%);
        position:fixed;
        top: 0;
        right: 0;
        z-index: 1000;
        background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/R/Ryo_9119/20190624/20190624215234.png);
        background-size: auto;
        overflow-x: hidden;
        overflow-y:scroll;
    }
    
.drawer_menu .drawer_nav {
position: absolute;
line-height: 65px;
width: 360px;
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
left:0px;
right:0px;
top:235px;
margin:  0 auto;
    }
.drawer_menu .drawer_nav li {
background:Transparent;
line-height: 40px;/*  ドロワーメニューリスト項目高さ */
position: relative;
border: none;
height: 40px;
width: 140px;
margin: 15px;
    }
.drawer_menu .drawer_nav li a {
font-family: "segoe print","papyrus";
border-radius: 10px;
background: linear-gradient(45deg,#ff7f7f, #9e9eff);
opacity: 0.8;
color: #FFFFFF;/* ドロワーメニューリスト文字色 */
font-size:16px;
padding-top: 2px;
text-align: center;
border: none;
display: flex;
flex-direction: row;
height: 40px;
    }
    /* スマートフォン2階層目 */
    .drawer_menu .drawer_nav li:hover ul.second-level {
        display: block;
    }
    .drawer_menu .drawer_nav li ul.second-level {
        visibility: visible;
        position: relative;
        padding: 0;
        z-index: 1001;
    }
    .drawer_menu .drawer_nav li ul.second-level li {
        border-top: 1px solid #eee;
    }
    .drawer_menu .drawer_nav li ul.second-level li a {
        padding-left: 0px;
    }
    .drawer_menu .drawer_nav_wrapper.open {
        transform: translate(0);
    }
    .drawer_menu.left .drawer_button {
        right: auto;
        left: 0px;
    }
    .drawer_menu.left .drawer_nav_wrapper {
        transform: translate(-250px);
        right: auto;
        left: 0;
    }
    .drawer_menu.left .drawer_nav_wrapper.open {
        transform: translate(0);
    }
    .pc-hidden {
        text-align: center;
    }    
ul.drawer_nav {
	background:	Transparent;
}

.search_container{
position:fixed;
text-align: center;
top:470px;
box-sizing: border-box;
border-radius: 10px;
height: 40px;
width: 260px;
background: #f4f4ff;
opacity: 0.9;
left:0px;
right:0px;
margin:  0 auto;
}
.search_container input[type="text"]{
　position: absolute;
　top: 4.5px;
　left: 1px;
  border: none;
  font-size: 18px;
  height: 1.2em;
  background: Transparent;
  color: #555555;
  width: 70%;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
cursor: pointer;
font-family: FontAwesome;
border: none;
background: none;
color: #888888;
position: absolute;
height: 1.5em;
width: 40px;
right: 5px;
outline : none;
font-size: 20px;
margin-top: -3px;
}
.search_container ::-webkit-input-placeholder {
color: #888888;
height: 1.2em;
line-height: 20px;
}

.hitokoto {
color:#f4f4ff;
opacity: 0.8;
position:fixed;
top:100px;
left:30px;
font-size:15px;
line-height: 25px;
margin-right: 27px;
text-align: center;
    }

.flex{
display: flex;
flex-direction: row;
justify-content: center;
  );
}
.ball {
font-family: "segoe print","papyrus";
font-size:38px;
position:fixed;
top:35px;
opacity: 0.8;
display: flex;
flex-direction: row;
justify-content: center;
    }
.ball:nth-child(1) {
color:#dc6b9a;
left:30px;
animation: vertical 5s  ease-in-out infinite alternate;}
.ball:nth-child(2) {
color:#9e9eff;
left:75px;
animation: vertical 5s  ease-in-out infinite -8s alternate;}
.ball:nth-child(3) {
color:#dc6b9a;
left:105px;
animation: vertical 5s  ease-in-out infinite -5s alternate;}
.ball:nth-child(4) {
color:#9e9eff;
left:135px;
animation: vertical 5s  ease-in-out infinite -6s alternate;}
.ball:nth-child(5) {
color:#dc6b9a;
left:155px;
animation: vertical 5s  ease-in-out infinite -3s alternate;}
.ball:nth-child(6) {
color:#9e9eff;
right:165px;
animation: vertical 5s  ease-in-out infinite -1s alternate;}
.ball:nth-child(7) {
color:#dc6b9a;
right:135px;
animation: vertical 5s  ease-in-out infinite -2s alternate;}
.ball:nth-child(8) {
color:#9e9eff;
right:95px;
animation: vertical 5s  ease-in-out infinite -7s alternate;}
.ball:nth-child(9) {
color:#dc6b9a;
right:65px;
animation: vertical 5s  ease-in-out infinite -9s alternate;}
.ball:nth-child(10) {
color:#9e9eff;
right:30px;
animation: vertical 5s  ease-in-out infinite -4s alternate;}

@keyframes vertical {
0% { transform:translateY(0px); }
90% { transform:translateY(0px); }
100% { transform:translateY(-20px); }
}

.abe {
opacity: 0.8;
background: linear-gradient(45deg,#ff7f7f, #9e9eff);
position:fixed;
bottom:10px;
left:20px;
color: #ffffff;
z-index: 1002;
height: 68px;
width: 68px;
font-size:130%;
line-height: 68px;
text-align: center;
border-radius: 50%; 
font-family: blogicon;
content: "\f035;

}

.abe2 {
opacity: 0.8;
background: linear-gradient(45deg,#ff7f7f, #9e9eff);
position:fixed;
bottom:10px;
left:105px;
color: #ffffff;
z-index: 1002;
height: 68px;
width: 68px;
line-height: 68px;
text-align: center;
border-radius: 50%; 
font-family: blogicon;
font-size:130%;
content: "\f035;

}

.content-inner-follow-buttons2 {
opacity: 0.8;
background: linear-gradient(45deg,#ff7f7f, #9e9eff);
position:fixed;
bottom:10px;
left:190px;
color: #ffffff;
z-index: 1002;
height: 68px;
width: 68px;
font-size:140%;
line-height: 68px;
text-align: center;
border-radius: 50%; 
font-family: blogicon;
content: "\f035;
}  

}

/*==============================================
　　　　　ス　マ　ホ　専　用　設　定
================================================*/

/* 800px以下 */
@media screen and (max-width: 800px) {
.page-index page-archive, .archive-entry{
     width: 48%;
     height: 195px;
     }
.page-index .entry-thumb {
      display: none;
      }
.page-index .entry-thumb-link{
position: absolute;
     width: 100%;
     height: 120px;
}
.page-archive  .entry-thumb {
      position: absolute;
      top:82px;
      width: 100%;
     height: 115px;
}
.page-index .date{
     position: absolute;
     top: 126px;
     font-size: 10px;
}
.page-index .entry-title{
position: absolute;
     top: 150px;
     font-size: 14px;
     font-weight: bold;
}   
.page-index page-archive, .categories{
    font-size:8px;
    }
.page-index, .page-archive {
margin-top: 20px;
}
.page-index page-archive, .hatena-module {
margin-top: 0px;
}

.page-archive .date {
    font-size: 10px;
    color: #dc6b9a;
     font-weight: bold;
      margin-left: 8px;
     }
.page-archive   .entry-title{ 
font-size: 14px;
font-weight: bold;
color: #555555;
     margin-left: 8px;
}
.page-entry .date {
    display: none;
}
.entry .entry-title {
font-size: 18px;
 font-weight: bold;
 padding-top: 20px;
  padding-bottom: 20px;
 border-top: 2px dotted #dc6b9a;
 border-bottom: 2px dotted  #dc6b9a;
}
/* ブックマークの数字の位置調整 */
a.bookmark-widget-counter img {
position: absolute;
right: 1px;
bottom: 13px;
}
.page-archive-category{
a.bookmark-widget-counter img {
position: absolute;
right: 10px;
top: px15;
}}
.one-box {
    display: none;
}

.one-box2 {
font-family: "segoe print","papyrus";
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 35px;  
    font-weight: bold;
    line-height: 35px;
    color: #FFFFFF;
     background: #333;
  background: -webkit-linear-gradient(45deg,#ff7f7f, #9e9eff);
  -webkit-text-fill-color: Transparent;
  -webkit-background-clip: text;
    background-size:cover;
    letter-spacing: 1px;
    text-align: center;
    height: 80px;
    width: 100%;
     margin-bottom: 0px;
     padding-top:30px;
     border: none;
     animation-name: SlideDown;/* アニメーション名 */
     animation-duration: 3s;/* アニメーション時間 */
}
/*上から下*/
@keyframes SlideDown {
0% {
    opacity: 0;/* 透明 */
    transform: translateY(-50px);/* Y軸方向に-50px */
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);/* Y軸方向に0px */
}
}

#blog-title {
	padding-top: 30px;
	border-bottom: none;
}
#content {
	padding-top: 40px;
}
#top-box {
height: 0px;
bottom:20px;
 margin-top: 0px;
 margin-bottom: 0px;
background: Transparent;
border: none;

}
.page-index {
margin-top: 0px;
}
}
page-archive enable-top-editarea enable-bottom-editare {
.main-inner{
margin-top: 40px;
}}
 



