/*!
Theme Name: test01
Version: 1.0.0
License URI: LICENSE
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Links
# Accessibility
# Alignments
# Clearings
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
# Site
	## Header
	## Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements with `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

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

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: rgb(4, 4, 2);
	font-family: "Helvetica Neue", Helvetica, Arial, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "Nimbus Sans L", "Liberation Sans", Tahoma, Geneva, sans-serif;;
	font-size: calc( 15px + 4 * (100vw / 1500));
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	letter-spacing: 1px;
}

p {
	margin-bottom: 1.5em;
	letter-spacing: 0.05em;
	line-height: 1.8em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background-color: #fffefc;
/* 	border-top: 0.4rem solid; */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: rgb(4, 4, 2);
	/* text-decoration: none; */
	border-bottom: 0.2em solid transparent;
}

a#susty-back-link {
	padding: .3em .6em;
}

a:visited {
	color: rgb(4, 4, 2);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

svg * {
	width: 100%;
	height: 100%;
}

.header {
	/* height: 77px; */
	width: 100%;
	/* padding-top: 18px; */
	margin-bottom: 21px;
	background-size: cover;
	/* box-shadow: 0 0.5px 5px 0 rgba(0,0,0,0.16);
	-webkit-box-shadow: 0 0.5px 5px 0 rgba(0,0,0,0.16); */
}

.header img {
	border: none;
	margin: auto;
	background: border-box;
	height: 40px;
	display: block;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
#content {
	max-width: 33em;
	margin: 0 auto;
	padding: 0 1em;
}

article > header > h1, article > header > h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0 0 .4em 0;
}

.article-header h1 {
    font-size: 1.25rem;
    line-height: 35px;
}

.article-meta {
	font-size: 0.8rem;
	color: #bbb;
	text-align: right;
}

.article-meta-element {
	display: inline-block;
	width: 49%;
}

.article-meta-element svg {
	display: inline-block;
	font-size: inherit;
	height: 1em;
	vertical-align: -.125em;
	width: 1em;
	overflow: visible;
}

.entry-meta {
	color: rgb(179, 179, 179);
}

.entry-meta a {
	color: rgb(179, 179, 179);
}

.cat-links {
	display: flex;
	align-items: center;
}

.cat-links a:first-of-type {
	margin-left: .5em;
}

.cat-links a, .comments-link a, .edit-link a {
	padding: 0 .5em;
	margin: 0 .5em 0 0;
}

.footer {
	text-align: center;
	font-size: .75em;
	padding: 0.5em 1em;
	background-color: #f77ba0;
}

.footer span, .footer a {
	color: white;
	padding: 0 10px;
	text-decoration: none;
}
/* custom */


img {
	border: #efefef solid 2px;
	background: #ffffff;
}

body {
	font-family: JapanSans80, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, FontAwesome !important;
}

article .marker {
	background: -webkit-linear-gradient(transparent 50%, #a8eaff 50%);
	background: linear-gradient(transparent 50%, #a8eaff 50%);
	font-weight: bold;
}

article .marker2 {
	background: -webkit-linear-gradient(transparent 40%, #ffef60 40%) !important;
	background: linear-gradient(transparent 40%, #ffef60 40%) !important;
	font-weight: bold;
}

#countdown {
    margin-bottom: 0px!important;
    padding: 5px;
    text-align: center;
    color: #ea1f1f;
    font-weight: 900!important;
    font-size: 1.5em!important;
}
#countdown > small {
    font-size: 0.6em!important;
    color: #555;
}


.commentlist{list-style-type:none;margin:0;font-size:.9em}
.comment{overflow:hidden;position:relative;clear:both;padding:1em}
.comment .comment-author{padding:7px 0 2px;border:0}
.comment .vcard{margin-left:50px}
.comment .vcard cite{font-weight:700;font-style:normal}
.comment .vcard time{display:block;font-size:.8em;font-style:italic;color:#9fa6b4;}
.comment .vcard .avatar{position:absolute;left:16px;border-radius:50%}
.comment[class*=depth-]{margin-top:1.1em}
.comment.depth-1{margin-top:0;margin-left:0}
.comment:not(.depth-1){margin-top:0;padding:13px}
.comment.odd{background-color:#fff}
.comment.even{background:#f8f9fa}
.comment_content p{margin:.7335em 0 1.5em;line-height:1.5em}
.comment_form input, .comment_form textarea {padding: 5px;border: 1px solid #CCC;font-size: 16px;width: 100%;box-sizing: border-box;}
.comment_form button {padding: 10px;background: #5ba9f7;color: #FFF;border: none;letter-spacing: 2px;margin-bottom: 10px;}

.custom-comment {
    position: relative;
    background: #F8E6E0;
    box-shadow: 0px 0px 0px 5px #FBEFF8;
    border: dashed 2px white;
    border-radius: 1px;
    padding: 0.3em 0.7em;
    margin-top: 30px;
    text-align: center;
}

.custom-comment img {
	text-align: center;
	border: none;
	background: none;
	margin: 0;
}

.custom-comment-text {
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #ffffff;
	border-radius: 5px;
	background-color: #ffffff;
}

.custom-comment-unit {
    margin-top: 9px;
    font-size: 14px;
    display: block;
    color: #fff;
    line-height: 1;
    font-family: 'Buenard', sans-serif;
}

.custom-comment-number {
    display: block;
    color: #fff;
    line-height: 1;
    font-family: 'Buenard', sans-serif;
    margin-top: 6px;
    font-size: 24px;
}

.custom-comment-icon {
    position: absolute;
    top: -25px;
    left: -10px;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #ff7fe6;
    border-radius: 30px;
}

.flashing {
	animation: 1s linear infinite blink_effect;
}
@keyframes blink_effect {
	0% {
    	visibility: hidden;
	}
	50% {
    	visibility: hidden;
	}
	100% {
    	visibility: visible;
	}
}

.borderless {
	border: none;
}

article h2 {
    margin-top: 2rem;
    margin-bottom: .5rem;
    padding-bottom: 0.7rem;
    border-bottom: solid .2rem #ccc;
    border-color: #ff7fa1!important;
    border-bottom: 1px solid #ddd;
    border-left: 5px solid #2b2b2b;
    padding: 10px 10px;
    position: relative;
	font-size: 1.15rem;
	line-height: 1.4rem;
}

article h2:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #ff7fa1!important;
	opacity: 0.05;
}


@-moz-keyframes animate1 {
	0% { -moz-transform: skewX(9deg); }
	10% { -moz-transform: skewX(-8deg); }
	20% { -moz-transform: skewX(7deg); }
	30% { -moz-transform: skewX(-6deg); }
	40% { -moz-transform: skewX(5deg); }
	50% { -moz-transform: skewX(-4deg); }
	60% { -moz-transform: skewX(3deg); }
	70% { -moz-transform: skewX(-2deg); }
	80% { -moz-transform: skewX(1deg); }
	90% { -moz-transform: skewX(0deg); }
	100% { -moz-transform: skewX(0deg); }
}

@-o-keyframes animate1 {
	0% { -o-transform: skewX(9deg); }
	10% { -o-transform: skewX(-8deg); }
	20% { -o-transform: skewX(7deg); }
	30% { -o-transform: skewX(-6deg); }
	40% { -o-transform: skewX(5deg); }
	50% { -o-transform: skewX(-4deg); }
	60% { -o-transform: skewX(3deg); }
	70% { -o-transform: skewX(-2deg); }
	80% { -o-transform: skewX(1deg); }
	90% { -o-transform: skewX(0deg); }
	100% { -o-transform: skewX(0deg); }
}

@-webkit-keyframes animate1 {
	0% { -webkit-transform: skewX(9deg); }
	10% { -webkit-transform: skewX(-8deg); }
	20% { -webkit-transform: skewX(7deg); }
	30% { -webkit-transform: skewX(-6deg); }
	40% { -webkit-transform: skewX(5deg); }
	50% { -webkit-transform: skewX(-4deg); }
	60% { -webkit-transform: skewX(3deg); }
	70% { -webkit-transform: skewX(-2deg); }
	80% { -webkit-transform: skewX(1deg); }
	90% { -webkit-transform: skewX(0deg); }
	100% { -webkit-transform: skewX(0deg); }
}

@-moz-keyframes animate2 {
	0% { -moz-transform: translateX(0); }
	20% { -moz-transform: translateX(13%); }
	50% { -moz-transform: translateX(5%); }
	60% { -moz-transform: translateX(20%); }
	90% { -moz-transform: translateX(0); }
	100% { -moz-transform: translateX(0); }
}

@-o-keyframes animate2 {
	0% { -o-transform: translateX(0); }
	20% { -o-transform: translateX(13%); }
	50% { -o-transform: translateX(5%); }
	60% { -o-transform: translateX(20%); }
	90% { -o-transform: translateX(0); }
	100% { -o-transform: translateX(0); }
}

@-webkit-keyframes animate2 {
	0% { -webkit-transform: translateX(0); }
	20% { -webkit-transform: translateX(13%); }
	50% { -webkit-transform: translateX(5%); }
	60% { -webkit-transform: translateX(20%); }
	90% { -webkit-transform: translateX(0); }
	100% { -webkit-transform: translateX(0); }
}

a.official-link  {
    position: relative;
    display: block;
    margin: auto;
    -moz-box-sizing:  border-box;
    -webkit-box-sizing:  border-box;
    -o-box-sizing:  border-box;
    -ms-box-sizing:  border-box;
    box-sizing:  border-box;
}
a.official-link img  {
	border: none;
	background: none;
}

.arrow-image {
    position: absolute;
    bottom: 17%;
    left: -16px;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: animate2;
    -moz-animation-name: animate2;
    -o-animation-name: animate2;
    animation-name: animate2;
    z-index: 9;
    width: 16%;
    max-width: 100px;
}

.official-button {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin-left: auto;
    margin-right: auto;
    z-index: 8;
    -webkit-animation-name: animate1;
    -moz-animation-name: animate1;
    -o-animation-name: animate1;
    animation-name: animate1;
    width: 100%;
}

.kutikomi {
	position: relative;
	background: #EBEBEB;
	box-shadow: 0px 0px 0px 5px #EBEBEB;
	border: solid 2px white;
	padding: 1em;
	margin: 3em 0.5em;
	color: #454545;
	word-break: break-word;
}

.kutikomi_txt {
	background: #fff;
	padding: 1em;
	word-break: break-word;
}

.review {margin:40px 0;padding:0;}
.review li {background:#fff5f5;padding:5%;list-style:none;border:none;margin-bottom:40px;position:relative}
.review li .ttl {font-weight:bold;color:#f5607d;text-align:center;font-size: 1.2em;}
.review li .name {text-align:right;color:#666;}
.review li .text {position:relative;color: #000000;}
.review li .text .quote-left { position: absolute; width: 2em; opacity: .3;top: 0;left: 0;}
.review li .text .quote-right { position: absolute; width: 2em; opacity: .3;bottom: 0;right: 0;transform: scale(1, -1);}
.review li .text img { border:none;background:none; }

.switching_images {
    margin: auto;
    background-color: white;
    position: relative;
}

.switching_images .img1 {
    display: block;
    margin: 0 auto;
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
}

.switching_images .img2 {
    position: absolute;
    top: 0;
    animation-delay: -2s;
    -webkit-animation-delay: -2s;
}

.switching_images img {
    animation: image-gif 2s infinite;
    -webkit-animation: image-gif 2s infinite;
}

@keyframes image-gif {
    0%   { visibility: visible; }
    50%   { visibility: hidden; }
    100% { visibility: hidden; }
}

@-webkit-keyframes image-gif {
    0%   { visibility: visible; }
    50%   { visibility: hidden; }
    100% { visibility: hidden; }
}

.switching_images4 {
    margin: auto;
    background-color: white;
    position: relative;
}

.switching_images4 .img1 {
    display: block;
    margin: 0 auto;
    animation-delay: -3.2s;
    -webkit-animation-delay: -3.2s;
}

.switching_images4 .img2 {
    position: absolute;
    top: 0;
    left: 0;
    animation-delay: -2.4s;
    -webkit-animation-delay: -2.4s;
}
.switching_images4 .img3 {
    position: absolute;
    top: 0;
    left: 0;
    animation-delay: -1.6s;
    -webkit-animation-delay: -1.6s;
}
.switching_images4 .img4 {
    position: absolute;
    top: 0;
    left: 0;
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

.switching_images4 img {
    width: 100%;
    animation: image-gif4 3.2s infinite;
    -webkit-animation: image-gif4 3.2s infinite;
}

@keyframes image-gif4 {
    0%   { visibility: visible; }
    25%   { visibility: hidden; }
    100% { visibility: hidden; }
}

@-webkit-keyframes image-gif4 {
    0%   { visibility: visible; }
    25%   { visibility: hidden; }
    100% { visibility: hidden; }
}

.color-button01 {
    color: #FFFFFF;
    padding: 0px 32px;
    font-size: 19px;
    line-height: 46px;
    border-color: #ff7fa1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    background: #ff7fa1;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.color-button01 a {
	color: #FFFFFF;
    text-decoration: none;
}

.btn-fixed {
	display: none;
	-webkit-animation: slideUp 1s ease 1s;
	-moz-animation: slideUp 1s ease 1s;
	animation: slideUp 1s ease 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}

.btn-fixed.floating {
    -webkit-animation: slideUp 0.5s ease 0.5s;
    -moz-animation: slideUp 0.5s ease 0.5s;
    animation: slideUp 0.5s ease 0.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    text-align: center;
    left: 0;
	height: 40px;
	z-index: 10;
}

.slideUp {
	animation-name: slideUp;
	-webkit-animation-name: slideUp;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	visibility: visible !important;
}

@-webkit-keyframes slideUp {
	0% { opacity: 0; transform: translateY(100%); -webkit-transform: translateY(100%); }
	50% { transform: translateY(-8%); -webkit-transform: translateY(-8%); }
	65% { transform: translateY(4%); -webkit-transform: translateY(4%); }
	80% { transform: translateY(-4%); -webkit-transform: translateY(-4%); }
	95% { transform: translateY(2%); -webkit-transform: translateY(2%); }
	100% { opacity: 1; transform: translateY(0%); -webkit-transform: translateY(0%); }
}
@-moz-keyframes slideUp {
	0% { opacity: 0; transform: translateY(100%); -webkit-transform: translateY(100%); }
	50% { transform: translateY(-8%); -webkit-transform: translateY(-8%); }
	65% { transform: translateY(4%); -webkit-transform: translateY(4%); }
	80% { transform: translateY(-4%); -webkit-transform: translateY(-4%); }
	95% { transform: translateY(2%); -webkit-transform: translateY(2%); }
	100% { opacity: 1; transform: translateY(0%); -webkit-transform: translateY(0%); }
}
@keyframes slideUp {
	0% { opacity: 0; transform: translateY(100%); -webkit-transform: translateY(100%); }
	50% { transform: translateY(-8%); -webkit-transform: translateY(-8%); }
	65% { transform: translateY(4%); -webkit-transform: translateY(4%); }
	80% { transform: translateY(-4%); -webkit-transform: translateY(-4%); }
	95% { transform: translateY(2%); -webkit-transform: translateY(2%); }
	100% { opacity: 1; transform: translateY(0%); -webkit-transform: translateY(0%); }
}
.shiny a:before {
    display: block;
    position: absolute;
    z-index: 1;
    left: -20%;
    top: 0%;
    content: "";
    width: 30px;
    height: 84px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, white), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff white, rgba(255, 255, 255, 0) 100%);
    animation: shiny 3s infinite linear;
    -webkit-animation: shiny 3s infinite linear;
    -moz-animation: shiny 3s infinite linear;
}
@keyframes shiny {
	0% { left: -30%; }
	20% { left: 120%; }
	100% { left: 120%; }
}
@-webkit-keyframes shiny {
	0% { left: -30%; }
	20% { left: 120%; }
	100% { left: 120%; }
}
@-moz-keyframes shiny {
	0% { left: -30%; }
	20% { left: 120%; }
	100% { left: 120%; }
}
.btn_floating {
	display: block;
	overflow: hidden;
	background: rgba(0,0,0,0.1);
	height: 84px;
}
.btn_floating img {
	border:none;
	background:none;
}

.view_count {
	height: 40px;
	width: 100%;
	background: #000;
	color: #fff;
	line-height: 32px;
	padding-bottom: 8px;
	font-size: 4vw;
}

.count {
	padding-bottom: 5px;
	color: red;
	font-size: 26px;
	-webkit-animation: 1s linear 0s alternate none infinite blink2;
	-moz-animation: 1s linear 0s alternate none infinite blink2;
	animation: 1s linear 0s alternate none infinite blink2;
}

@-webkit-keyframes blink2 {
    0% { opacity: 0; }
    19% { opacity: 0.2; }
    20% { opacity: 0.8; }
    100% { opacity: 1; }
}
@-moz-keyframes blink2 {
    0% { opacity: 0; }
    19% { opacity: 0.2; }
    20% { opacity: 0.8; }
    100% { opacity: 1; }
}
@keyframes blink2 {
    0% { opacity: 0; }
    19% { opacity: 0.2; }
    20% { opacity: 0.8; }
    100% { opacity: 1; }
}


.review2 {
	margin:40px 0;
	padding:0;

}
.review2 li {
	background-color: #e0d9d3;
	margin-bottom:40px;
	padding: 5%;
	list-style: none;
}

.review2 .title {
	background-color: #ffffff;
	padding: 10px 20px;
	font-family: Source Han Sans JP;
	font-weight: bold;
	position: relative;
}

.review2 .title:before {
	content: "";
	height: 100%;
	width: 10px;
	background-color: #dda46b;
	left: 0;
	top: 0;
	position: absolute;
}

.review2 .image {
	margin: 20px 10px;
	width: calc(100% - 20px);
}

.review2 .text {
	border-radius: 18px;
	border: 1px dotted #999999;
	background-color: #ffffff;
	padding: 20px 8px;
	position: relative;
	font-size: 12px;
	text-align: center;
}

.review2 li .text .quote-left {
	position: absolute;
	width: 2em;
	top: 10px;
	left: 10px;
	border:none;
	background: none;
}
.review2 li .text .quote-right {
	position: absolute;
	width: 2em;
	bottom: 10px;
	right: 10px;
	transform: scale(-1, 1);
	border:none;
	background: none;
}