/*
Theme Name: curazy-v03(Twenty Thirteen)
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.14 - Curazy Top
 *   5.15 - Curazy Single
 *   5.16 - Curazy Page
 * 6.0 - Sidebar
 *   6.1 - Widgets
 *   6.2 - Custom Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 20.0 - Other
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}

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

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
}

html,
button,
input,
select,
textarea {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
  color: #141412;
  line-height: 1.5;
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #FFF;
}

a {
  color: #ca3c08;
  text-decoration: none;
}

a:visited {
  color: #ac0404;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  color: #ea9629;
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  /*font-family: Bitter, Georgia, serif;*/
  line-height: 1.3;
}

h1 {
  font-size: 48px;
  margin: 33px 0;
}

h2 {
  font-size: 30px;
  margin: 25px 0;
}

h3 {
  font-size: 22px;
  margin: 22px 0;
}

h4 {
  font-size: 20px;
  margin: 25px 0;
}

h5 {
  font-size: 18px;
  margin: 30px 0;
}

h6 {
  font-size: 16px;
  margin: 36px 0;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

p {
  margin: 0 0 20px;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens:    none;
  -ms-hyphens:     none;
  hyphens:         none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens:    none;
  -ms-hyphens:     none;
  hyphens:         none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

small {
  font-size: smaller;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

ul {
  list-style-type: none;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

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

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

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

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

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

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

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px; /* Don't cut off the webkit search cancel button */
  width: 270px;
}

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

caption {
  font-size: 16px;
  margin: 20px 0;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

del {
  color: #333;
}

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

hr {
  background: url(images/dotted-line.png) repeat center top;
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.featured-post:before,
.date a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after {
  clear: both;
}

.clear:before,
.clear:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after {
  content: "";
  display: table;
}

/* Assistive text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
  border: 2px solid #d4d0ba;
  font-family: inherit;
  padding: 5px;
}

input,
textarea {
  color: #141412;
}

input:focus,
textarea:focus {
  border: 2px solid #c3c0ab;
  outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background: #e91e63;
  border: none;
  border-bottom: 3px solid #ba184f;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 11px 40px 10px;
  text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  background: #eb3472;
  outline: none;
}

/*button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  background: #d94412;
  border: none;
  border-top: 3px solid #b93207;
  padding: 10px 24px 11px;
}*/

.post-password-required input[type="submit"] {
  padding: 7px 24px 4px;
  vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
  padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #7d7b6d;
}

:-moz-placeholder {
  color: #7d7b6d;
}

::-moz-placeholder {
  color: #7d7b6d;
}

:-ms-input-placeholder {
  color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, and widgets
 */
.entry-content img,
.entry-summary img,
.widget img,
.wp-caption {
  max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%;
}

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

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
}

/* Images */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

figure.wp-caption.alignleft,
img.alignleft {
  margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
  margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}

img.aligncenter {
  margin: 5px auto;
}

img.aligncenter + br {
  display: none;
}

img.alignnone {
  margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
  float: right;
}

div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
  background-color: #fff;
  margin: 0 auto;
  /*max-width: 1600px;*/
  width: 100%;
}

.site-main {
  position: relative;
}

.site-main .sidebar-container {
  height: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
}

.site-main .sidebar-inner {
  margin: 0 auto;
  max-width: 1024px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
  position: relative;
}


/* FixedTopを使う場合はsite-headerから外れる */
/* .site-header .header-top-area{ */
.header-top-area{
  background-color: #e91e63;
  z-index: 999;
  width: 100%;
  position: fixed;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
  box-shadow: 0 0 3px rgba(0,0,0,.5);
  top: 0;
}

.site-title {
  font-size: 0px;
  line-height: 0px;
  margin: 0;
}

.site-description {
  font-size: 0px;
  line-height: 0px;
  margin: 0;
}

.header-app-dl-text {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  display: none;
}

.header-app-dl-text a{
  color: #B40404;
}

/* header tab */
.display-header-tab{
  padding-top: 60px;
}

.header-tab{
  clear: both;
  display: none;
  font-size: .8rem;
  overflow: hidden;
  text-align: center;
}

.display-header-tab .header-tab{
  display: block;
  padding-top: 3px;
}

.header-tab__item{
  background-color: #d11b59;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 4px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 7px 4px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 4px inset;
  float: left;
  padding: 5px 0;
  width: 50%;
}
.header-tab__item.active{
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
a.header-tab__link{
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 20px;
}
a.header-tab__link:hover{
  text-decoration: none;
}

@media screen and ( max-width: 643px ) {
  body{
    padding-top: 40px;
  }

  #wpadminbar{
    display: none;
  }
}

@media screen and ( min-width: 644px ) {
  body{
    padding-top: 46px !important;
  }

  .admin-bar .header-top-area,
  .admin-bar .mm-menu.mm-offcanvas{
    top: 46px;
  }

  .display-header-tab .header-tab{
    display: none;
  }
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
  padding: 20px 0;
  padding-bottom:0px;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
  margin: 0 auto;
  max-width: 604px;
  width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
  max-width: 1024px;
  /*padding: 0 376px 0 60px;*/
  padding: 0 376px 0 0;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
  padding: 0;
}

.entry-thumbnail img {
  display: block;
  margin: 0 auto 10px;
}

/* 遅延読み込みで正方形で空白が取られるのを避ける。（見た目が大きく動いて気持ち悪い） */
.entry-thumbnail img[src^="data:image"] {
  height: 0px;
}

.entry-header {
  margin-bottom: 10px;
}
.entry-header--single-column {
  padding: 0 !important;
}

.entry-title {
  font-weight: normal;
  margin: 0 0 5px;
}

.entry-title {
  font-size: 2em;
  font-weight: bold;
  color:#444444;
}

.entry-title a {
  color: #141412;
}

.entry-title a:hover {
  color: #ea9629;
}

.entry-title_release {
  margin: 25px 0 5px;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
  clear: both;
  font-size: 14px;
}

.entry-meta a {
  color: #bc360a;
}

.entry-meta a:hover {
  color: #bc360a;
}

.entry-meta > span {
  margin-right: 20px;
}

.entry-meta > span:last-child {
  margin-right: 0;
}

.featured-post:before {
  content: "\f308";
  margin-right: 2px;
}

.entry-meta .date a:before {
  content: "\f303";
}

.categories-links a:first-child:before {
  content: "\f301";
}

.tags-links a:first-child:before {
  content: "\f302";
  position: relative;
  top: -1px;
}

.edit-link a:before {
  content: "\f411";
  position: relative;
  top: -1px;
}

.sticky.format-standard .entry-meta .date {
  display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
  -webkit-hyphens: auto;
  -moz-hyphens:    auto;
  -ms-hyphens:     auto;
  hyphens:         auto;
  word-wrap: break-word;
}
.entry-content--single-column {
  padding: 0 !important;
}

.entry-content a {
  color: #bc360a;
}

.entry-content a:hover {
  color: #ea9629;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
  margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
  margin-right: -60px;
}

.entry-content_release {
  margin-bottom: 25px;
}

footer.entry-meta {
  margin-top: 24px;
}

.format-standard footer.entry-meta {
  margin-top: 0;
}

/* Page links */

.page-links .page-links-title {
  background: transparent;
  border: none;
  margin-right: 20px;
  padding: 0;
}


/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
  background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  border-radius: 0;
}

.entry-content h2{
  width: 100%;
  font-weight: normal;
  line-height: 1.4;
  border-left: 7px solid #e91e63;
  border-bottom: 1px solid #e91e63;
  padding-bottom: 2px;
  padding-left: 10px;
  font-size: 23px;
  color: #404040;
}

.single .entry-content h3{
  border-left: 5px solid #dcdcdc;
  font-size: 17px;
  padding: 2px 0 2px 10px;
}

.article-body{
  margin-top: 20px;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
  background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
  font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0 auto;
  max-width: 1024px;
  padding: 30px 0;
  width: 100%;
}

.archive-meta {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  margin-top: -15px;
  padding: 0 0 11px;
}

.sidebar .archive-meta {
  padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
  background-color: #e8e5ce;
}

.page-title {
  font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0 auto;
  max-width: 1024px;
  padding: 30px 0;
  width: 100%;
}

.page-content {
  margin: 0 auto;
  max-width: 604px;
  padding: 40px 0;
  width: 100%;
}

.sidebar .page-content {
  margin: 0 auto;
  max-width: 1024px;
  padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */
.error404 .site-content{
  padding: 0 10px;
  margin: 0 auto;
  max-width: 604px;
}


/**
 * 5.14 - Curazy Top
 * ----------------------------------------------------------------------------
 */
.top-wide-box-wrap{
  max-width: 1024px;
  width: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
}
.top-wide-box{
  max-width: 1024px;
  width: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.wide-box-meta{
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
}
.wide-box-meta .inner{
  background: rgba(0, 0, 0, 0.6);
  border-top: 2px solid #e91e63;
  margin: 0 0 10px 10px;
  padding: 28px 15px 10px;
  position: relative;
}
.wide-box-meta .inner::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}
.wide-box-meta__category{
  background: #e91e63;
  font-size: 12px;
  padding: 1px 7px;
  position: absolute;
  left: 0;
  top: 0;
}
.wide-box-meta__title{
  font-size: 25px;
}

.top-wide-box .caption-text{
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  font-size: 1.3rem;
  text-shadow: 2px 2px 1px #000;
  width: 100%;
  padding: 0 60px;
}

.signboard{
  padding-bottom: 5px;
  margin: 10px 0;
  margin-bottom:10px;
  margin-top:15px;
  border-bottom: 5px solid #e62465;
  font-weight: bold;
  letter-spacing: normal;
}

.signboard .main-text{
  font-size: 18px;
  color: #e62465;
}

.signboard .sub-text{
  font-size: 14px;
  color: #e62465;
  margin-left: 15px;
}

#item-area {
  overflow: hidden;
  margin: 10px 0;
}

#item-area .item{
  float: left;
  width: 32%;
  margin: 0.5%;
  margin-bottom: 15px;
  padding-right:3px;
}
#item-area .item > a{
  display: block;
  position: relative;
}

.middle-box{
  float: left;
  margin-bottom: 10px;
  padding: 25px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 150px;
}
.middle-box .middle-item-front{
  animation: frontAnimation .7s ease-in-out infinite alternate;
  background-image: url(images/parallax_item1.png);
  /*background-image: url(images/parallax_item1_jetstar.png);*/
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -100px;
  width: 100px;
  height: 100px;
}
.middle-box .middle-item-logo{
  background: url(images/parallax_logo1.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 130px;
  height: 25px;
}
.middle-box .middle-item-back{
  background-image: url(images/parallax_bg1.jpg);
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.middle-box.night .middle-item-front{
  background-image: url(images/parallax_item2.png);
  /*background-image: url(images/parallax_item2_jetstar.png);*/
}
.middle-box.night .middle-item-logo{
  background-image: url(images/parallax_logo2.png);
  height: 50px;
  transform: rotateZ(-25deg);
}
.middle-box.night .middle-item-back{
  background-image: url(images/parallax_bg2.jpg);
}
@keyframes frontAnimation {
    0% { transform:translate(-3px, -10px); }
  100% { transform:translate(0, 0); }
}

#item-area .item-thumb{
  width: 100%;
}

#item-area .item-image-box{
  width: 100%;
  padding-top: 55%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 5px;
}

#item-area .item-date{
  color: #969696;
  font-size: 12px;
}

#item-area .item-category{
  color: #fdc02e;
  display: inline-block;
  font-size: 12px;
  font-weight:bold;
}

#item-area .item-title{
  color: #686868;
  font-size: 14px;
  margin: 0;
  line-height: 1.5rem;
  overflow: hidden;
  height: 4.5rem;
}

#item-area .inline-pr{
  position: relative;
  display: block;
  float: left;
  width: 99%;
  margin: 0.5%;
  padding: 10px;
  clear:both;
  margin-bottom:20px;
  /*margin-top:10px;*/
  border:1px #d3d3d3 solid;
}

#item-area .inline-pr-thumb-img{
  width: 100%;
}

#item-area .inline-pr-date{
  color: #969696;
  font-size: 12px;
}

#item-area .inline-pr-headline{
  color: #fdc02e;
  font-size: 14px;
  font-weight:bold;
  border-left: 3px #fdc02e solid;
  padding-left: 12px;
}

#item-area .inline-pr-header{
  float: left;
  width: 50%;
}

#item-area .inline-pr-title{
  color: #666;
  font-size: 1.1rem;
  margin: 8px 0;
  line-height: 1.5rem;
}

#item-area .inline-pr-body{
  float: left;
  width: 50%;
  padding-left: 20px;
}

#item-area .inline-pr-body ul{
  padding: 0;
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAYAAABPhbxiAAAAxElEQVQokY3QMQ6CUAwG4H9ycHRlJCYm3sKFBUPfDdydnd2ZPQUrCX0XYCGGEPF/g4fwAg44GCIgKk269WubH5hYQcJFpIzDtPKmGmzT81ysy411jSjLSThMK88oC2Nd07ZYZp2tl9XYe6Ise0h532bcAABEeRTLh1F3aJFktW8sb11kLG+S1T4AIFLGg427MHXLnwgAjLpTf+D1zhCNBiLK4xC/g3B5kHDxNT2j7vABlcVP1FZkr/tu5OuEs7+oe3kKegIGncmtn8ua9gAAAABJRU5ErkJggg==");
}
#item-area .inline-pr-body ul li{
  color: #888;
  font-size: 15px;
  margin: 0px 0px 15px 30px;
}

#item-area .inline-pr-more-area{
  width: 100%;
  padding: 0 10%;
}
#item-area .inline-pr-more-box{
  background-color: #fdc02e;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  padding: 6px 15px 6px 0px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAaklEQVRYw+3NwQ1AQAAF0T2iAFrabkQ12nAU2kAHetjbuLAV+CL8KWBeCM45d1eUFNr9xCgjqJgBZAQ9VxqChk1PrCZeQtRPEMsniD0TgwLo8j4Rvff+J/tWug+BSBLuM6Hbn4Ry75xz4g4hhBxZwFnSIAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: right 10px top;
  background-size: 38px;
}

#item-area .inline-pr-pc{
  display: block;
}

#item-area .inline-pr-sp{
  display: none;
}

#item-area .inline-pr-pr{
  position: absolute;
  top: 6px;
  right: 10px;
  color: #999;
  font-size: 10px;
  margin: 0;
}

.top-campaign-banner {
  margin-top:20px;
}

.item-author{
  display: flex;
  align-items: center;
  overflow: hidden;
}
.item-author img{
  border-radius: 50%;
  width: 20px;
  margin: 5px 0;
}
.item-author span{
  color: #808080;
  font-size: 12px;
  padding-left: 5px;
  white-space: nowrap;
}

.item-comment-count{
  background: #e91e63;
  color: #fff;
  font-size: 12px;
  padding: 0 5px;
  position: absolute;
  top: 0;
  right: 0;
}
.item-comment-count a {
  display: block;
  color: #fff;
}
.item-comment-count a:hover {
  color: #fff;
}
.category-page-link{
  padding: .5rem 1rem;
  text-align: right;
}

.category-page-link a{
  color: #686868;
  display: inline-block;
  font-size: 90%;
  text-decoration: underline;
}

.category-page-link a::after{
  display: inline-block;
  content: '';
  width: .5rem;
  height: .5rem;
  margin-left: .5rem;
  border-top: 2px solid #686868;
  border-right: 2px solid #686868;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/**
 * 5.15 - Curazy Single
 * ----------------------------------------------------------------------------
 */
.single_header{
  max-width: 1024px;
  display: block;
  width: 100%;
  overflow: hidden;
}

.single_header .single_display_area{
  margin: 10px 0;
}

.single_header .display-image-box{
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.single_header .display-item{
  height: 160px;
  width: 24%;
  float: left;
  marign: 5px;
  /*background: #000;*/
  margin: 0.5% !important;
  border:1px solid #dcdcdc;
}

.single_header .display-item h3{
  border: none;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #888;
  margin: 0;
  padding: 6px;
  overflow: hidden;
  max-height: 55px;
}

.single_header .last-item{
  display: inline;
}

.reaction-bar{
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 200;
}

.reaction-bar.no-overlay-ad{
  bottom: 10px;
}

.reaction-bar .reaction-btn{
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, .7);
  border-radius: 5px;
}

.reaction-bar .left-btn{
  left: -5px;
  padding-left: 5px;
}

.reaction-bar .right-btn{
  right: -5px;
  padding-right: 5px;
}

.reaction-bar .reaction-btn a{
  background-image: url(https://static.curazy.com/image/curazy-v03/cp_share_icon_v3.png);
  background-size: 400% 200%;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
}

#open-share{
  background-position: 0 -100%;
}

#scroll-ranking{
  background-position: -200% -100%;
}

.reaction-bar ul {
  text-align: center;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  transition: all 0.3s;
}

.reaction-bar ul.close{
  transform: translateY(120px);
}

.reaction-bar li {
  display: inline-block;
  margin: 0 7px;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
}

.reaction-bar .facebook{
  background: #385185;
}

.reaction-bar .twitter{
  background: #55acee;
}

.reaction-bar .line{
  background: #1dcd00;
}

.reaction-bar .arrow_up{
  background: #f45941;
}

.reaction-bar .topic{
  background: #e91e63;
  border-radius: 20px;
  width: 80px;
}

.reaction-bar a{
  text-decoration: none;
  color: #FFF;
}

.reaction-bar a:hover{
  text-decoration: none;
  color: #FFF;
}

.reaction-bar a{
  background-image: url(https://static.curazy.com/image/curazy-v03/cp_share_icon_v2.png);
  background-size: 400% 200%;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}

.reaction-bar .twitter a{
  background-position: -100% 0;
}

.reaction-bar .line a{
  background-position: -200% 0;
}

.reaction-bar .arrow_up a{
  background-position: -300% 0;
}

.reaction-bar .topic button{
  background: transparent;
  border: none;
  display: block;
  font-weight: bold;
  padding: 0;
  width: 100%;
  line-height: 40px;
}

.category-area{
  display: block;
  width: 100%;
  background: #d11b59;
  color: #FFF;
  font-size: 0.9rem;
}

.category-area ul{
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0px;
}

.category-area ul li{
  display: inline-block;
  background: url(images/category_arrow.png) no-repeat scroll left center transparent;
  padding: 7px 0 7px 14px;
  font-size: 0.75rem;
}

.category-area ul li:first-child{
  background-image: none;
}

.category-area a{
  color: #FFF;
}

/* custom related posts(PC) */
.wp_rp_content ul{
  display: inline-block !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.wp_rp_content ul li {
  position: relative !important;
  display: inline-block !important;
  vertical-align: top !important;
  zoom: 1 !important;
  *display: inline !important;
  width: 23%;
  margin: 1%;
  padding: 0;
  background: none !important;
  overflow: hidden;
}
.wp_rp_content li a {
  position: relative !important;
  display: block !important;
  font-size: 13px !important;
  line-height: 1.6em !important;
  text-decoration: none !important;
  margin-bottom: 5px !important;
  text-indent: 0 !important;
  color: #888;
}
.wp_rp_content li a.wp_rp_thumbnail {
  height: 80px;
  overflow: hidden;
}
.wp_rp_content ul li img {
  width: 100%;
  margin-top: -25px;
}

.article-tags-area{
  margin-bottom: 20px;
  overflow: hidden;
}

.article-tags-area .tag-icon{
  float: left;
  margin: 10px 10px 0 10px;
  color: #aaa;
  font-size: 22px;
}

.article-tags-area ul{
  width: 100%;
  padding-left: 25px;
  margin: 0;
}

.relation-tag__item,
.article-tags-area ul li{
  display: inline;
  height: 24px;
  margin: 0 2px;
  line-height: 2.3rem;
}

.relation-tags .relation-tag__link,
.article-tags-area ul li a{
  position: relative;
  display: inline-block;
  line-height: 22px;
  padding: 2px 6px;
  background: none repeat scroll 0% 0% #ddd;
  border: 1px solid #bbb;
  border-radius: 4px;
  color: #444;
  text-decoration: none !important;
  font-size: 11px;
  white-space: nowrap;
  font-weight: bold;
}

.relation-tags .relation-tag__link:hover,
.article-tags-area ul li a:hover{
  background: #f0f0f0;
  color: #ea9629;
}

.relation-tags .relation-tag__wrap,
.article-categories-area{
  overflow: hidden;
  display: inline;
}

.article-categories-area ul{
  display: inline;
  width: 100%;
  padding-left: 25px;
  margin: 0;
}

.article-categories-area ul li{
  display: inline;
  height: 24px;
  margin: 0 2px;
  line-height: 2.3rem;
}

.article-categories-area ul li a,
.article-tags-area ul li a[rel=category]{
  position: relative;
  display: inline-block;
  line-height: 22px;
  padding: 2px 6px;
  background: none repeat scroll 0% 0% #e91e63;
  border: 1px solid #bbb;
  border-radius: 4px;
  color: #FFF;
  text-decoration: none !important;
  font-size: 11px;
  white-space: nowrap;
  font-weight: bold;
}

.article-categories-area ul li a:hover,
.article-tags-area ul li a[rel=category]:hover{
  background: #ef6191;
  color: #FFF;
}

.article-date{
  display: block;
  color: #c0c0c0;
  font-size: 12px;
  margin-top: 20px;
}

.entry-content .wp-caption p{
  font-size: 10pt;
  color: #aaa;
}

.entry-content .wp-caption a{
  color: #aaa;
}

/* 殿堂入りはtweet数、いいね数を表示する */
.hall-of-fame-sns {
  overflow: hidden;
  list-style-type: none;
  padding-left: 0;
}
.hall-of-fame-sns li {
  float: left;
  margin-right: 4px;
  line-height: 0;
}
.hall-of-fame-sns iframe {
  margin: 0 !important;
}

/* Paginate */
.paginate, .page-links{
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
  clear: both;
}

.paginate .page-numbers,
.page-links a,
.page-links > span{
  background: #dcdcdc;
  color: #000;
  display: inline-block;
  width: 50px;
  line-height: 50px;
  text-align: center;
}

.paginate a.page-numbers:hover,
.paginate .page-numbers.current,
.page-links a:hover,
.page-links > span{
  background: #e91e63;
  color: #fff;
  text-decoration: none;
  margin-bottom: 5px;
}

.paginate .page-numbers i{
  display: inline-block;
  font: normal normal normal 14px/1;
  font-size: 20px;
  text-rendering: auto;
  position: relative;
  top: 3px;
}

.paginate .font-icon__prev::before{
  content: '\f430';
}

.paginate .font-icon__next::before{
  content: '\f429';
}

.paginate .prev span,
.paginate .next span{
  display: none;
}

.pr-label{
  text-align: right;
  font-size: 12px;
  color: #C0C0C0;
  margin: 0px 10px;
  padding: 0px;
  line-height: 1.6;
}

.entry-content__source{
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  color: #333;
  display: block;
  padding: 10px 0;
  margin: 20px 0;
  font-size: 0.9em;
}

/*.entry-content__source a,
.entry-content__source a:hover{
  color: #333;
}*/

.wp-caption .wp-caption-text{
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  padding: 10px;
  word-wrap: break-word;
}

.entry-content__gray-box,
.entry-content__gray-border-box{
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  padding: 20px;
  word-wrap: break-word;
}

.entry-content__gray-border-box{
  background: transparent;
  border: 1px solid #dcdcdc;
  color: #000;
  margin: 20px 0;
  padding: 20px;
  word-wrap: break-word;
}

.talk-box{
  overflow: hidden;
  padding: 10px;
  margin-bottom: 15px;
}

.talk-box > img {
  width: 80px;
  height: 80px;
  float: left;
  display: inline-block;
  border-radius: 50%;
}

.talk-box > img.square {
  border-radius: 0%;
}

/* wordpressだと勝手にbrが入って表示が崩れるので消す */
.talk-box br {
  display: none;
}

.talk-box.right {
}

.talk-box.right img {
  float: right;
  margin: 0;
}

.talk-box span {
  padding: 0 10px;
}

/* baloon base */
.talk-box .balloon-text {
  position: relative;
  padding: 10px 15px;
  width: auto;
  max-width: 485px;
  min-width: 115px;
  z-index: 0;
  border-radius: 5px;
  display: inline-block;
  margin-top: 15px;
  border: 3px solid #474747;
}

.talk-box .balloon-text img{
  max-width: 100%;
  width: auto;
}

/* balloon left */
.talk-box.left .balloon-text {
  margin-left: 15px;
}
.talk-box.left .balloon-text:before {
  content: "";
  position: absolute;
  top: 24px;
  left: -10px;
  margin-top: -10px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #474747 transparent transparent;
}

.talk-box.left .balloon-text:after {
  content: "";
  position: absolute;
  top: 24px;
  left: -6px;
  margin-top: -10px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #FFFFFF transparent transparent;
}

/* balloon right */
.talk-box.right .balloon-text {
  margin-right: 15px;
  float: right;
}
.talk-box.right .balloon-text:before {
  content: "";
  position: absolute;
  top: 24px;
  right: -10px;
  margin-top: -10px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #474747;
}
.talk-box.right .balloon-text:after {
  content: "";
  position: absolute;
  top: 24px;
  right: -6px;
  margin-top: -10px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #FFFFFF;
}

.pointItem {
  padding: 10px;
  margin-bottom: 15px;
}
.pointItem__title {
  display: inline-block;
  padding: 5px 20px 2px;
  background: #4090ff;
  color: #ffffff;
  border-radius: 5px 5px 0px 0px;
  font-weight: bold;
  letter-spacing: 1px;
}
.pointItem__Main {
  display: flex;
  justify-content: left;
  border: solid 2px #4090ff;
  border-radius: 0px 5px 5px 5px;
  padding: 10px 5px;
}
.pointItem__imageWrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.pointItem__html {
  width: calc(100% - 80px);
  padding: 0 10px;
}
.pointItem__imageWrap > img {
  width: 100%;
  height: 100%;
  margin: 0;
}
@media (max-width: 643px) {
  .pointItem__imageWrap {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
  }
  .pointItem__html {
    width: calc(100% - 60px);
    padding: 0 10px;
  }
}


.togetherRead {
  padding: 10px;
  margin-bottom: 15px;
}
.togetherRead__title {
  display: inline-block;
  padding: 5px 20px 2px;
  background: #ff407f;
  color: #ffffff;
  border-radius: 5px 5px 0px 0px;
  font-weight: bold;
  letter-spacing: 1px;
}
.togetherRead__Main {
  border: solid 2px #ff407f;
  border-radius: 0px 5px 5px 5px;
  padding: 10px 15px 0;
}
.togetherRead__item {
  margin-bottom: 15px;
}
a.togetherRead__itemLink {
  color: #141412;
  text-decoration: underline;
}




.tw-hashtag{
  display: none;
}

/* ソーシャルボタン(上下の3つ並んでるやつ) */
.juiz_sps_links{
  margin-left: -2%;
  margin-bottom: 20px;
  overflow: hidden;
}
.juiz_custom_box{
  margin: 0;
  padding: 0;
  list-style: none;
}
.juiz_custom_box .juiz_sps_item{
  float: left;
  margin-left: 2%;
  width: 25%;
}
.juiz_custom_box .hatena-bookmark-button{
  background-color: #00a4de;
  font-family: Verdana;
  font-weight: bold;
  font-style: normal;
  color: #FFF;
  display: block;
  text-align: center;
  border-radius: 10px;
}
.juiz_custom_box .hatena-bookmark-button.top{
  width: 65px;
  height: 62px;
  padding: 10px 5px;
  font-size: 28px;
}
.juiz_custom_box .hatena-bookmark-button.bottom{
  width: 76px;
  height: 76px;
  padding: 15px;
  margin-top: 6px;
  font-size: 30px;
}
.juiz_custom_box .juiz_sps_item.top_hatena{
  width: 9%;
  min-width: 40px;
}
.juiz_custom_box .juiz_sps_item.bottom_hatena{
  width: 14%;
}

.juiz_custom_box .juiz_sps_item .juiz_custom_image{
  width: 100%;
  padding-top: 58%;
  background-size: cover;
}
.juiz_custom_box.juiz_custom_box_bottom{
  width: 100%;
  margin: 0 auto;
  /*padding-top: 20px;*/
  overflow: hidden;
}

/* シェアボタンをCSSで。 */
.juiz_custom_box .facebook{
  background-color: #3B5998;
}
.juiz_custom_box .twitter{
  background-color: #00aced;
}
.juiz_custom_box .line{
  background-color: #00c300;
}
.juiz_custom_box .sns_title{
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0px 5px;
}
.juiz_custom_box .sns_sub_title{
  color: #FFF;
  text-align: center;
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 8px;
}
.juiz_custom_box a{
  text-decoration: none;
}
@media (max-width: 643px) {
  .juiz_custom_box .sns_title{
    font-size: 13px;
    margin: 5px 0px 2px;
  }
  .juiz_custom_box .sns_sub_title{
    font-size: 11px;
    margin-top: -5px;
    margin-bottom: 5px;
  }
  .juiz_custom_box .hatena-bookmark-button.top{
    width: 46px;
    height: 43px;
    font-size: 22px;
    padding: 5px;
  }
  .juiz_custom_box .hatena-bookmark-button.bottom{
    width: 45px;
    height: 45px;
    font-size: 20px;
    padding: 5px;
    margin-top: 2px;
  }
}

/* ソーシャルボタン(上の2つ並んでるやつ) */
.juiz_curazy_wrap {
  background-color: #f0f0f0;
  box-shadow: rgba(220, 220, 220, 0.65) 0px 0px 2px 1px inset;
  margin-bottom: 20px;
  padding: 10px;
  overflow: hidden;
  text-align: center;
}
.juiz_curazy_wrap > .inner {
  margin-left: -10px;
}
.juiz_curazy_wrap .juiz_curazy_follow_box {
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding-left: 10px;
  overflow: hidden;
  text-align: center;
  width: 50%;
  height: 80px;
}
.juiz_curazy_wrap .juiz_curazy_follow_box > .inner {
  background-color: #fff;
  box-shadow: rgba(220, 220, 220, 0.65) 0px 0px 2px 1px;
  padding: 5px;
  height: 100%;
  vertical-align: middle;
}
.juiz_curazy_wrap .juiz_curazy_follow_box .message {
  color: #333;
  float: none;
  font-size: 12px;
  font-weight: bold;
  padding-top: 0;
  margin: 0 0 5px;
}
.juiz_curazy_wrap .juiz_curazy_follow_box .message span {
  display: block;
}
.juiz_curazy_follow_box p {
  margin: 0;
}
.juiz_line_at_box img {
  width: 95px;
}
@media (min-width: 644px) {
  .like-btn-box{
    height: 180px;
  }
  .like-btn-box__left{
    width: 60%;
  }
  .like-btn-box__right{
    width: 40%;
  }
  .fb-like-lead{
    font-size: 1.2rem;
    padding-top: 15px;
  }
  .fb-like-note{
    margin-top: 20px;
  }
  .juiz_curazy_wrap .juiz_curazy_follow_box{
    height: 70px;
  }
  .juiz_curazy_wrap .juiz_curazy_follow_box .message span{
    display: inline;
  }
  .juiz_custom_box.juiz_custom_box_bottom{
    width: 90%;
  }
}


/* この記事が気に入ったらいいね！しようのとこ */
.like-btn-box{
  background: #222;
  color: #fff;
  height: 150px;
  margin: 30px 0;
  overflow: hidden;
  text-align: center;
}
.like-btn-box__left,
.like-btn-box__right{
  float: left;
  width: 50%;
  height: 100%;
}
.article__thumb--bg{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
}
.fb-like-lead{
  font-size: .9rem;
  margin-top: 10px;
  margin-bottom: 5px;
}
.fb-like-note{
  margin-top: 10px;
  font-size: 12px;
  color: #AAA;
}
.fb-like iframe{
  max-width: none !important;
}

/* この記事が気に入ったらいいね！しようの下 */
.tw-li-follow-area {
  font-size: 0.75em;
  vertical-align: middle;
  width: 100%;
  margin-top: 20px;
  text-align: left;
  overflow: hidden;
}
.tw-li-follow-area p{
  width: 48%;
  font-size: 14px;
  padding: 5px 0px;
  float: left;
}
.tw-li-follow-area p:last-child {
  float: right;
}
.tw-li-follow-area p a{
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  display: block;
  padding: 13px 2px 13px 30px;
  background-position: -6px center;
  background-repeat: no-repeat;
  background-size: 50px auto;
  text-align: center;
}
.tw-li-follow-area p a:hover{
  color: #fff;
}
.tw-li-follow-area p a.twitter{
  background-color: #55acee;
  background-image: url(https://static.curazy.com/image/share/ic_twitter_white.png);
  background-size: 40px;
  background-position: 15px;
}
.tw-li-follow-area p a.line{
  background-color: #00b900;
  background-image: url(https://static.curazy.com/image/share/ic_line_normal.png);
  background-size: 40px;
  background-position: 15px;
}
@media (max-width: 643px) {
  .like-btn-box{
    height: 110px;
  }
  .fb-like-lead{
    margin-top: 10px;
    font-size: .7rem;
  }
  .like-btn-box__left.article__thumb--bg{
    width: 55%;
  }
  .like-btn-box__right{
    width: 45%;
  }
  .fb-like-note{
    font-size: 11px;
  }
  .tw-li-follow-area p a.twitter,
  .tw-li-follow-area p a.line{
    background-position: 5px;
    background-size: 30px;
    font-size: 12px;
  }
}

/* table */
.curazy-table{
  border-collapse: collapse;
  border-spacing: 0;
}
.curazy-table th, .curazy-table td{
  border: 1px solid #ccc;
  padding: 8px 10px;
  text-align: center;
}
.curazy-table tbody tr:nth-child(odd){
  background-color: rgba(0,0,0,0.03);
}
.curazy-table img{
  vertical-align: middle;
}
.curazy-table tbody tr td:first-child{
  font-size: 1.5em;
}

.collabo_links_area{
  margin-top: 25px;
}

.collabo_links_area .collabo_name{
  font-size: 14px;
}

.collabo_links_area ul{
  padding-left: 20px;
}

.collabo_links_area li{
  padding-bottom: 10px;
}

.collabo_links_area a{
  color: #0088fc;
}

.collabo_links_area a:hover{
  text-decoration: none;
}

/* 連載記事の次、前リンク */
.story_next_prev_box {
  margin-top: 10px;
  margin-bottom: 50px;
  text-align: center;
}


.story_next_prev_box a.links {
  background: #dcdcdc;
  color: #000;
  display: inline-block;
  width: 120px;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
}

.story_next_prev_box a:hover.links {
  background: #e91e63;
  color: #fff;
  text-decoration: none;
}

.story_next_prev_box i{
  position: relative;
  top: 5px;
}

@media (max-width: 643px){
  .story_next_prev_box a.links {
    width: 26%;
    font-size: 12px;
  }

  .story_next_prev_box i{
    top: 3px;
    font-size: 16px;
  }
}

/**
 * 5.16 - Curazy Page
 * ----------------------------------------------------------------------------
 */
.page-title-margin{
  margin-top: 30px;
}

/** Social Video Lab‎ **/
.lab-box{
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.lab-box td{
  background-size: cover;
  font-weight: bold;
  padding-left: 10px;
  width: 33.3%;
  height: 150px;
}

.lab-video{
  margin-bottom: 30px;
  padding-bottom: 57%;
  position: relative;
}
.lab-video > iframe{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 643px){
  .lab-box{
    font-size: 1.1em;
  }
  .lab-box td{
    background-position: 0 0 !important;
    display: block;
    width: auto;
    height: 100px;
  }
}

/** Privacy Policy **/
.privacy__ul{
  list-style: disc;
  padding-left: 25px;
}
.privacy__ul li + li{
  font-size: 0.9em;
  margin-top: 10px;
}
.privacy-box{
  border: 1px solid #ededed;
}
.privacy-box caption{
  border: 1px solid #ededed;
  border-bottom: none;
  font-weight: bold;
  margin: 0;
  padding: 10px;
}
.privacy-box td{
  border: none;
  padding-left: 10px;
}

@media (max-width: 643px){
  .privacy-box{
    border-bottom: none;
  }
  .privacy-box td{
    display: block;
  }
  .privacy-box tr td:first-child{
    font-weight: bold;
    padding-bottom: 0;
  }
  .privacy-box td + td{
    border-bottom: 1px solid #ededed;
  }
}

/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
  float: right;
  width: 350px;
}

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
  /*background-color: rgba(247, 245, 231, 0.7);*/
  font-size: 14px;
  -webkit-hyphens: auto;
  -moz-hyphens:    auto;
  -ms-hyphens:     auto;
  hyphens:         auto;
  margin: 0 0 24px;
  /*padding: 20px;*/
  word-wrap: break-word;
}

.widget .widget-title {
  font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0 0 10px;
}

.widget ul,
.widget ol {
  list-style-type: none;
  margin-top: 5;
  padding: 0;
}

.widget li {
  padding: 0px 0;
}

.widget .children li:last-child {
  padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
  margin-left: 20px;
}


/**
 * 6.2 Custom Widgets
 * ----------------------------------------------------------------------------
 */
.sidebar-item-list{
}

.sidebar-item-list li { /* LI - post container */
  position: relative;
  overflow:hidden;
  display:block;
  float:none;
  clear:both;
  height: 80px;
}

.sidebar-item-list li .sidebar-item-title {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  height: 40px;
}

.sidebar-item-list li .sidebar-item-thumbnail-wrap{
  display:inline;
  float:left;
  margin:0 5px 0 0;
  border:none;
  width: 133px;
  height: 70px;
  overflow: hidden;
  margin-right: 15px;
}

.sidebar-item-list li .sidebar-item-thumbnail {
  width: 100%;
  height: auto;
  position: relative;
}

.sidebar-item-list li .sidebar-item-rank-box{
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  width: auto;
}

.sidebar-item-list li .sidebar-item-rank-num{
  height: auto;
  background-color: #e62465;
  padding: 0 10px;
  font-size: 1rem;
  color: #FFF;
}


.sidebar-item-list li .sidebar-item-date {
  font-size: 0.6rem;
  color: #ccc;
}

.sidebar-item-list li .sidebar-item-category {
  color: #e62465;
  font-size: 12px;
  font-weight:bold;
  margin-left: 10px;
}

.follow-us-area a{
  text-decoration: none;
}
.follow-us-area img{
  width: 64px;
  height: 64px;
  padding: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.follow-us-area img:hover {
  opacity: 0.7;
}
.follow-us-area__writer-banner {
  width: 100%;
  margin-bottom: 10px;
}

.followCurazyArea {
  text-align: center;
}

.followCurazyArea_link {
  text-decoration: none;
}

.followCurazyArea_image {
  width: 20%;
  padding: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.followCurazyArea_banner {
  width: 100%;
  margin-bottom: 50px;
}

@media (max-width: 643px) {
  .sidebar-item-list li{
    height: 90px;
  }
  .sidebar-item-list li .sidebar-item-thumbnail-wrap{
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
  .sidebar-item-list li .sidebar-item-thumbnail{
    top: 0;
  }
  .sidebar-item-list li .sidebar-item-date,
  .sidebar-item-list li .sidebar-item-category{
    display: block;
    margin-bottom: 2px;
  }

  .sidebar-item-list li .sidebar-item-rank-box {
    left: 8px;
  }
  .sidebar-ranking-list-wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .sidebar-ranking-list-wrap ul {
    overflow: hidden;
    width: 1680px;
    margin: 0;
    display: -webkit-flex; /*safari*/
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
    display: flex;
    -ms-flex-pack: justify; /*IE10*/
    -webkit-justify-content: space-between; /* Safari6.1以降 */
    -webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
    justify-content: space-between;
  }
  .sidebar-ranking-list-wrap ul li {
    clear: none;
    height: auto;
    width: 168px;
    padding: 0 8px;
    box-shadow: 1px 1px 1px #e0e0e0;
    margin: 3px 5px;

  }
  .sidebar-ranking-list-wrap ul li:last-child {
    padding: 0 0 0 8px;
    border-right: solid 0px
  }
  .sidebar-ranking-list-wrap .sidebar-item-list li .sidebar-item-thumbnail-wrap {
    width: 150px;
    height: 79px;
  }
  .sidebar-ranking-list-wrap .sidebar-item-list li .sidebar-item-thumbnail {
    width: 100%;
    height: 79px;
    object-fit: cover;
    top: 0;
  }
  .sidebar-ranking-list-wrap .sidebar-item-list li .sidebar-item-title {
    height: auto;
  }
  .sidebar-ranking-list-wrap li .sidebar-item-date {
    color: #666;
  }
  .sidebar-ranking-list-wrap li .sidebar-item-title {
    font-weight: bold;
    margin: 0 0 5px 0;
  }
  .sidebar-ranking-list-wrap li .sidebar-item-date,
  .sidebar-ranking-list-wrap li .sidebar-item-category,
  .sidebar-ranking-list-wrap li .sidebar-item-title {
    margin-left: 0;
    padding: 0 5px;
  }

  .creative-banner{
    display: none;
  }
}

/* 横から表示するメニュー */
body {
  position: relative;
  left: 0;
  overflow-x: hidden;
}
#slide-menu{
  position: fixed;
  top: 0;
  width: 280px;
  z-index: 1000;
  left: -280px;
  height: 100%;
  background: #f0f0f0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#slide-menu-layer{
  position: fixed;
  top: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
}

#slide-menu .close-btn {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 30px;
  color: #888;
  padding-right: 10px;
}

.side-item__title{
  background-color: #FFC107;
  color: #fff;
  margin: 0 0 10px;
  padding: 15px 20px;
}

/* サイドバーの検索ボックス */
#slide-menu dl.search2{
  position:relative;
  background-color:#fff;
  border:1px solid #aaa;
  border-radius:6px;
  margin: 25px 10px;
}
#slide-menu dl.search2 dt{
  padding:3px;
}
#slide-menu dl.search2 dt input{
  width:86%;
  height:30px;
  line-height:30px;
  background:none;
  border:none;
}
#slide-menu dl.search2 dd{
  position:absolute;
  top:0;
  right:0;
}
#slide-menu dl.search2 dd button{
  display:block;
  padding:6px;
  background:none;
  border:none;
}
#slide-menu dl.search2 i{
  color: #888;
}
#slide-menu .mm-list{
  padding: 0 0 10px;
}
.mm-list ul{
  padding: 0;
}
.mm-list li a, .mm-list li span{
  background: url(https://static.curazy.com/image/curazy-v03/icon_menu_cs.png) 10px 0 no-repeat;
  background-size: 40px;
  color: #696969;
  padding-left: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  width: 100%;
}
.mm-list a[href="http://curazy.com"]{
  background-position: 10px 0;
}
.mm-list a[href="http://curazy.com/archives/category/matome"]{
  background-position: 10px -40px;
}
.mm-list a[href="http://curazy.com/archives/category/test"]{
  background-position: 10px -80px;
}
.mm-list a[href="http://curazy.com/archives/category/syogeki"]{
  background-position: 10px -120px;
}
.mm-list a[href="http://curazy.com/archives/category/ogiri"]{
  background-position: 10px -200px;
}
.mm-list a[href="http://curazy.com/archives/category/animals/cats"]{
  background-position: 10px -160px;
}
.mm-list a[href="http://curazy.com/archives/category/movie"]{
  background-position: 10px -240px;
}
.mm-list a[href="http://curazy.com/archives/category/culture/manga"]{
  background-position: 10px -280px;
}
.mm-list a[href="http://curazy.com/archives/category/tubuyaki"]{
  background-position: 10px -320px;
}
.mm-list a[href="http://curazy.com/archives/category/news"]{
  background-position: 10px -360px;
}
.mm-list a[href="http://curazy.com/archives/category/aruaru"]{
  background-position: 10px -400px;
}
.mm-list a[href="http://curazy.com/archives/category/animals/dogs"]{
  background-position: 10px -520px;
}
.mm-list a[href="http://curazy.com/archives/category/25sai-ijo"]{
  background-position: 10px -560px;
}
.mm-list a[href="http://curazy.com/archives/category/okan-saikyo"]{
  background-position: 10px -600px;
}
.mm-list a[href="http://curazy.com/archives/category/technology"]{
  background-position: 10px -640px;
}
.mm-list a[href="http://curazy.com/archives/category/couple"]{
  background-position: 10px -440px;
}
.mm-list a[href="http://curazy.com/archives/category/line"]{
  background-position: 10px -480px;
}
.mm-list a[href="http://curazy.com/archives/category/tabetai"]{
  background-position: 10px -680px;
}
.sidenav-bug-report{
  border-top: 1px solid #dcdcdc;
  margin-top: 10px;
  padding-top: 10px;
}

.sideMenu__btnWrap {
  height: 36px;
  margin: 25px 10px;
  background: #fff;
  border-radius: 6px;
  border: solid 1px #444;
}
.sideMenu__btn {
  display: block;
  width: 100%;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  color: #444;
}
.sideMenu__btnWrap:hover {
  opacity: 0.6;
}
.sideMenu__btnWrap:hover > .sideMenu__btn {
  color: #444;
  text-decoration: none;
}
.sideMenu__btn:visited {
  color: #444;
}
/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
  background-color: #000;
  color: #686758;
  font-size: 14px;
  text-align: center;
}

.site-footer .widget-area,
.sidebar .site-footer {
  text-align: left;
}

.site-footer a {
  color: #686758;
}

.site-footer .sidebar-container {
  padding: 20px 0 0;
}

.site-footer .widget-area {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}

.sidebar .site-footer .widget-area {
  max-width: 440px;
  position: relative;
}

.sidebar .site-footer .widget-area .widget{
  margin: 0;
}

.sidebar .site-footer .widget-area .widget .footer-menu{
  margin: 0;
  text-align: center;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
  margin-right: 0;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
  color: #fff;
}

.site-info {
  margin: 0 auto;
  max-width: 1024px;
  padding: 30px 0;
  width: 100%;
}

.site-footer .footer-center{
  width: 100%;
  text-align: center;
}

.site-footer .footer-logo-area{
  display: block;
}

.site-footer .footer-logo-area img{
  width: 250px;
}

.site-footer .copylight{
  font-size: 0.6rem;
  color: #FFF;
  margin: 20px 0;
}

.site-footer .footer-toy{
  text-align: left;
  padding: 10px 0;
  margin-bottom: 20px;
}

.site-footer .footer-toy .toy-link{
  position: relative;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  outline: none;
  z-index: 201;
}
.site-footer .footer-toy .toy-icon{
  width: 50px;
}
.site-footer .footer-toy .toy-option{
  position: relative;
  left: 50%;
  margin-top: -15px;
  width: 70px;
  display: none;
}

.footer-menu {
}

.footer-menu ul{
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  text-align: left;
  line-height: 1;
}
.footer-menu li{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  margin-bottom: .5em;
  margin-left: 1em;
  padding: 0;
}
.footer-menu li a{
  margin: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0.5em 0;
  color: #fff;
  font-size: 12px;
}
.footer-menu li a:hover{
  border-top: 1px solid #e62d36;
  border-bottom: 1px solid #e62d36;
  background-color: transparent;
  text-decoration: none;
}

.footer-btt{
  position: fixed;
  right: 0;
  width: 40px;
  height: 80px;
  text-indent: 100px;
  overflow: hidden;
  white-space: nowrap;
  z-index: 2000001;
}
.footer-btt a{
  display: block;
  background: url(https://static.curazy.com/image/curazy-v03/btt.png) 0 0 no-repeat;
  width: 40px;
  height: 80px;
}
.footer-btt-text__sp{
  display: none;
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

@media (max-width: 1599px) {
  .site {
    border: 0;
  }
}

@media (max-width: 1069px) {
  .sidebar img.alignleft,
  .sidebar .wp-caption.alignleft {
    margin-left: 0;
  }

  .sidebar img.alignright,
  .sidebar .wp-caption.alignright {
    margin-right: 0;
  }

  .archive-header,
  .search .page-header,
  .archive .page-header,
  .blog .page-header,
  .search .page-content,
  .archive .page-content,
  .sidebar .site-info,
  .site-footer .widget-area {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media (max-width: 999px) {
  .sidebar .entry-header,
  .sidebar .entry-content,
  .sidebar .entry-summary,
  .sidebar .entry-meta {
    max-width: 604px;
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar .site-info,
  .search.sidebar .page-content,
  .blog.sidebar .page-content {
    max-width: 604px;
  }

  .sidebar .archive-meta,
  .search.sidebar .page-content,
  .blog.sidebar .page-content,
  .sidebar .site-info {
    padding-left: 0;
    padding-right: 0;
  }

  .site-main .sidebar-container {
    height: auto;
    margin: 0 auto;
    max-width: 604px;
    position: relative;
    top: 20px;
  }

  .site-main .widget-area {
    float: none;
    margin: 0;
    width: 100%;
  }

  .sidebar .site-footer .widget-area {
    left: 0;
  }

  /* curazy single pickup */
  .single_header .display-item{
    height: 160px;
    width: 24%;
    margin: 0.5% !important;
  }

  .single_header .last-item{
    display: none;
  }

  .single_header .display-image-box{
    height: 90px;
  }


  .category-area{
    display: none;
  }

}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
  .entry-content img.alignleft,
  .entry-content .wp-caption.alignleft {
    margin-left: 0;
  }

  .entry-content img.alignright,
  .entry-content .wp-caption.alignright {
    margin-right: 0;
  }

}

@media (max-width: 643px) {

  #content .entry-content,
  #content .entry-summary,
  #content footer.entry-meta,
  .search.sidebar .page-content,
  .blog.sidebar .page-content,
  .sidebar .site-info,
  .sidebar .widget-area {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-btt{
    position: static !important;
    width: 50px;
    height: 40px;
  }
  .footer-btt a{
    background-image: url(https://static.curazy.com/image/curazy-v03/btt-sp.png);
    background-size: 80px 40px;
    width: 80px;
    height: 40px;
  }

  .toggled-on li,
  .toggled-on .children {
    display: block;
    border-bottom:1px solid #790000;
  }

  .entry-title {
    font-size: 24px;
    font-weight: bold;
    color:#444444;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .entry-title {
    padding: 1px 10px;
  }

  .hentry {
    padding: 0px 0;
  }

  /* Curazy Top */
  .top-wide-box{
    height: 180px;
  }

  .wide-box-meta{
    width: 100%;
  }
  .wide-box-meta .inner{
    margin-right: 10px;
  }
  .wide-box-meta__title{
    font-size: 15px;
  }

  .top-wide-box .caption-text{
    margin-top: -1em;
    padding: 0 30px;
  }

  #item-area {
    margin: 5px 0;
  }

  #item-area .item{
    float: left;
    width: 49%;
  }

  #item-area .inline-pr-pc{
    display: none;
  }

  #item-area .inline-pr-sp{
    display: block;
  }

  #item-area .inline-pr-thumb-box{
    width: 100%;
  }
  #item-area .inline-pr-header{
    width: 100%;
    margin-top: 15px;
  }
  .reaction-bar{
    display: block;
  }
  #item-area .inline-pr-body{
    width: 100%;
    padding: 0;
  }

  /* curazy single pickup */
  .single_header{
  }

  .single_header .display-item{
    height: 160px;
    width: 49%;
    margin: 0.5% !important;
  }

  .single_header .display-image-box{
    height: 100px;
  }

  .single_header .pc-only{
    display: none;
  }

  /* custom related posts(Smart Phone) */
  .wp_rp_content ul li {
    width: 48%;
    padding: 2px;
  }

  .wp_rp_content ul li img {
    width: 100%;
    margin-top: -50px;
  }

  .signboard .main-text{
  font-size: 14px;
  }

  .signboard .sub-text{
  font-size: 9px;
  }

  .site-header .header-content {
  padding: 3px 5px;
  }

  #item-area .item-date{
  font-size: 9px;
  }
  #item-area .item-category{
  font-size: 9px;
  }
  #item-area .inline-pr-date{
  font-size: 9px;
  }

  .site-header .header-content {
  min-height: 30px;
  }

  .paginate{
    display: table;
    text-align: center;
    width: 100%;
  }

  .paginate .page-numbers{
    display: none;
  }

  .paginate .prev,
  .paginate .next{
    display: table-cell;
    line-height: 40px;
    background: #fff;
    border-right: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
  }

  .paginate .prev span,
  .paginate .next span{
    font-size: 13px;
    font-weight: bold;
    color: #686868;
    display: inline;
  }

  .paginate a.page-numbers:hover span,
  .paginate a.page-numbers:hover i{
    color: #fff;
  }

  .paginate .page-numbers .material-icons{
    color: #686868;
    top: 5px;
  }

  .top-social-box{
    margin: 0;
  }

  .top-social-box .social-container{
    width: 100%;
  }

  .site-title {
    margin: 0;
  }

  .talk-box{
    padding: 0 10px;
  }
  .talk-box img {
    width: 18%;
    height: auto;
  }
  .talk-box .balloon-text {
    max-width: 75%;
    margin-top: 5px;
  }

  .header-app-dl-text {
    display: block;
  }

}


/**
 * 20.0 Other
 * ----------------------------------------------------------------------------
 */
/* deprecated */
.widget-banner-box{
  width: 100%;
  margin: 0px auto;
  padding-bottom: 15px;
}
/* 右ウィジェットのメニュー表示 */
.widget-category-box{
  width: 100%;
  margin: 0px auto;
  padding: 10px 0;
}
.widget-category-box a{
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0 60px;
}
.widget-category-box i{
  float: left;
  font-size: 26px;
  color: #e91e63;
}
.widget-category-box a{
  color: #888;
}
.widget-category-box a:hover{
  color: #e91e63;
}

ins {
  background: none;
}

.centering-w-350{
  width: 350px;
  margin: 0px auto;
}

.header-margin-fixer{
  margin-bottom: 30px;
}

/* for ad */
.right-top-ad-w-300,
.right-top-ad-w-336{
  /*width: 300px;*/
  margin: 20px auto;
  text-align: center;
}
.right-bottom-ad-w-300,
.right-bottom-ad-w-336{
  /*width: 300px;*/
  margin: 15px auto 30px;
  text-align: center;
}
.article-bottom-ad-w-300,
.article-bottom-ad-w-336{
  /*width: 300px;*/
  margin: 30px auto;
  text-align: center;
}
.article-bottom-ad-w-300 div{
  display: inline-block;
}
.right-top-ad-w-350{
  width: 350px;
  margin: 20px auto;
}
.right-bottom-ad-w-350{
  width: 350px;
  margin: 15px auto 30px;
}
.article-bottom-ad-w-350{
  width: 350px;
  margin: 30px auto;
}
[class*="-ad-w-336"]{
  position: relative;
  overflow: hidden;
}
[class*="-ad-w-336"] > ins{
  position: absolute !important;
  top: 0;
  left: 50%;
  margin-left: -168px !important;
}

#geniee_overlay{
  z-index: 300 !important;
}

/* プロフィール */
.profile-box {
  overflow: hidden;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #DDD;
  border-radius: 3px;
}
.profile-box .box-inner-left{
  float: left;
  width: 25%;
}
.profile-box .box-inner-left img {
  width: 100%;
}
.profile-box .box-inner-right{
  float: left;
  width: 75%;
  padding-left: 10px;
}
.profile-box .box-inner-right h4{
  font-size: 13px;
  line-height: 0.2;
}
.profile-box .box-inner-right h3{
  font-size: 16px;
  line-height: 0.4;
}
.profile-box .box-inner-right p{
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.profile-box .box-inner-right .social-box {
  height: 40px;
}
.profile-box .box-inner-right .social-box img {
  height: 35px;
  margin: 2px 5px;
}

/* 外部ライタープロフィール */
.writerBox{
  background: #f5f5f5;
  border: 3px solid #dbdbdb;
  padding: 7px;
  margin: 10px 0;
}
.writerBox .inner::after{
  content: "";
  display: block;
  clear: both;
}
.writerBox .writerInfo_image{
  float: left;
  width: 45%;
}
.writerBox .writerInfo_image img{
  border: 3px solid #fff;
  box-sizing: border-box;
  width: 100%;
}
.writerBox .writerInfo_text,
.writerBox .writerInfo_head,
.writerBox .writerInfo_body{
  box-sizing: border-box;
  float: left;
  width: 55%;
  padding-left: 10px;
}
.writerBox .writerInfo_text h4,
.writerBox .writerInfo_head h4{
  font-size: 13px;
  margin: 10px 0 5px;
}
.writerBox .writerInfo_text h3,
.writerBox .writerInfo_head h3{
  border: none;
  font-size: 20px;
  margin: 0 0 20px;
  padding: 0;
}
.writerBox .writerInfo_text p,
.writerBox .writerInfo_body p{
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.writerBox .writerItemBox_linkWrap{
  font-size: 12px;
  padding-left: 15px;
  list-style: none;
}
.writerBox .writerItemBox_linkWrap .writerItemBox_linkList{
  position: relative;
  list-style-type: none;
}
.writerBox .writerItemBox_linkWrap .writerItemBox_linkList::before{
  content: "";
  display: block;
  border: transparent solid .4em;
  border-left-color: #0044CF;
  position: absolute;
  left: -1em;
  top: .5em;
}
.writerBox .writerItemBox_linkWrap a{
  color: #0044CF;
  text-decoration: underline;
}
.writerBox .writerItemBox_linkWrap a:hover{
  text-decoration: none;
}
.writerBox .writerInfo_text .writerItemBox_socialWrap > div,
.writerBox .writerInfo_body .writerItemBox_socialWrap > div{
  float: left;
  height: 28px;
  margin: 0 10px 5px 0;
}

/* 外部ライタープロフィール(記事タイトル直下用) */
.writerProfile{
  border: 1px solid #dcdcdc;
  position: relative;
  margin: 0 0 20px;
}
.writerProfile .writerInfo{
  overflow: hidden;
  padding: 10px;
  width: 100%;
}
.writerProfile.open .control-btn{
  background-position: center bottom;
}
.writerProfile .js-opener{
  cursor: pointer;
}
.writerProfile .inner::after{
  content: "";
  display: block;
  clear: both;
}
.writerProfile .writerInfo_image{
  float: left;
  width: 50px;
}
.writerProfile .writerInfo_image img{
  border-radius: 3px;
  margin: 0;
  width: 100%;
}
.writerProfile .writerInfo_text{
  vertical-align:top;
  margin-left: 60px;
}
.writerProfile .writerInfo_job{
  font-size: 13px;
  margin: 10px 5px 5px;
}
.writerProfile .writerInfo_name{
  border: none;
  font-size: 17px;
  margin: 0 0 20px;
  padding: 0;
  font-weight: bold;
}
.writerInfo_description{
  font-size: 12px;
}
.writerProfile .writerInfo_body {
  padding-right: 25px;
  font-size: 12px;
  line-height: 1.4;
}
.writerProfile .writerItemBox_link{
  display: flex;
  justify-content: space-between;
}
.writerProfile .writerItemBox_linkWrap{
  display: inline-block;
  font-size: 14px;
  padding-left: 0px;
  list-style: none;
  white-space: nowrap;
}
.writerProfile .writerItemBox_linkWrap .writerItemBox_linkList{
  position: relative;
  list-style-type: none;
}
.writerProfile .writerItemBox_linkWrap .writerItemBox_linkList::before{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #141412;
  border-right: solid 2px #141412;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  border-left-color: #ea9629;
}
.writerProfile .writerItemBox_linkWrap a{
  color: #ea9629;
  text-decoration: underline;
  padding-left: 15px;
}
.writerProfile .writerItemBox_linkWrap a:hover{
  text-decoration: none;
}
.writerProfile .writerItemBox_socialWrap{
  display: inline-block;
  margin: 14px;
}
.writerProfile .writerItemBox_socialWrap > .writerItemBox_social{
  display: inline-block;
}
.writerProfile .writerItemBox_socialWrap img{
  width: 40px;
}
.writerProfile .writerItemBox_socialWrap a{
  display: block;
  overflow: hidden;
}
.writerProfile .writerInfo_text .writerItemBox_socialWrap > div,
.writerProfile .writerInfo_body .writerItemBox_socialWrap > div{
  float: left;
  height: 28px;
  margin: 0 10px 5px 0;
}

.witerItemBox{
  display: none;
  padding: 10px;
}
.witerItemBox_post{
  width: 100%;
  height: 94px;
  margin-bottom: 10px;
}
.witerItemBox_link{
  display: block;
}
.witerItemBox_postLink:hover > .witerItemBox_text_box{
  color: #ea9629;
  text-decoration: underline;
}
.witerItemBox_postWrap{
  margin: 0;
  padding: 0;
}
.witerItemBox_post .witerItemBox_image{
  display: inline-block;
  width: 180px;
  height: 94px;
  border: 1px solid #dcdcdc;
  background: center/cover;
}
.witerItemBox_post .witerItemBox_text_box{
  display: inline-block;
  width: calc(100% - 180px);
  float: right;
  padding: 5px 10px;
  color: #141412;
}
.witerItemBox_post .witerItemBox_text_box .witerItemBox_date{
  color: #888888;
  font-size: 14px;
}

.writerBoxOpener{
  position: relative;
  height: 45px;
  border-top: 1px solid #dcdcdc;
}
.writerBoxOpener .writerBoxOpener_text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  margin-left: -18px;
}
.writerBoxOpener .writerBoxOpener_icon::after{
  font-family: FontAwesome;
  content: "\f107";
  font-size: 24px;
  font-weight: bold;
  padding-left: 10px;
  position: absolute;
  top: -8px;
}
.writerBoxOpener .writerBoxOpener_icon-open::after{
  content: "\f106";
}

@media (max-width: 643px) {
  .header-margin-fixer{
    margin: 0;
  }

  /* for ad */
  .right-top-ad-w-300{
    margin: 0 auto;
  }
  .article-bottom-ad-w-300{
    margin: 0 auto;
  }
  .right-top-ad-w-350{
    margin: 0 auto;
  }
  .article-bottom-ad-w-350{
    margin: 0 auto;
  }

  /* 外部ライタープロフィール */
  .writerBox .writerInfo_image{
    width: 30%;
  }
  .writerBox .writerInfo_text,
  .writerBox .writerInfo_head{
    width: 70%;
    padding-left: 7px;
  }
  .writerBox .writerInfo_text h4,
  .writerBox .writerInfo_head h4{
    font-size: 12px;
    margin: 0 0 3px;
  }
  .writerBox .writerInfo_text h3,
  .writerBox .writerInfo_head h3{
    font-size: 17px;
    margin-bottom: 10px;
  }
  .writerBox .writerInfo_text p,
  .writerBox .writerInfo_body p{
    margin-bottom: 10px;
  }
  .writerBox .writerInfo_body{
    clear: both;
    padding: 7px 0 0;
    width: auto;
  }

  .witerItemBox_post {
    height: 60px;
    overflow: hidden;
  }
  .witerItemBox_post .witerItemBox_image{
    width: 100px;
    height: 60px;
  }
  .witerItemBox_post .witerItemBox_text_box {
    width: calc(100% - 100px);
    padding: 0 10px;
  }
  .witerItemBox_post .witerItemBox_text_box .witerItemBox_title{
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .writerBoxOpener .writerBoxOpener_text{
    font-size: 14px;
  }
}

@media (max-width: 356px) {
  [class*="-ad-w-336"] > ins{
    transform: scale(0.89);
  }
}


/* API */
body.api{
  padding-top: 0;
  padding-bottom: 50px;
  overflow: hidden;
}

.api__entry-header{
  border-bottom: 2px solid #e91e63;
}

.api__entry-title{
  font-size: 22px;
  margin: 0;
  padding: 10px;
  text-align: left;
}

.api__entry-thumbnail img{
  margin: 0 auto;
}

.pr-label-api{
  text-align: right;
  font-size: 12px;
  color: #C0C0C0;
  margin: 10px;
  padding: 0px;
}


.entry-header,
.entry-content-inner{
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  display: block;
  opacity: 1;
  overflow: hidden;
}


@media ( max-width: 643px ) {
  .side-follow-btn{
    padding: 8px;
  }
  .side-follow-btn > .inner{
    height: 70px;
    padding: 5px 3px;
  }
  .side-follow-btn .message{
    font-size: 11px;
    line-height: 1.5em;
  }
  .side-follow-btn.line .message span,
  .side-follow-btn.twitter .message span{
    display: inline;
  }
}

/* Single Meta */
.curazy-single-meta{
  display: table;
  margin-top: 15px;
  padding: 0 10px !important;
}

.curazy-single-meta .article-date{
  float: left;
  margin: 0;
  padding-right: 10px;
  text-align: left;
}

.curazy-single-meta .article-categories-area ul{
  padding-left: 10px;
}

.curazy-single-meta .pr-label{
  float: right;
  line-height: 36px;
  margin: 0;
}

.curazy-single-meta .edit-link{
  clear: both;
  display: block;
  width: 100%;
}

@media (min-width: 643px) {
  .curazy-single-meta{
    padding: 0 !important;
  }
}

/* twitter embed css. */
blockquote.twitter-tweet{
  background: #f5f5f5;
  margin: 24px 0;
  padding: 20px;
}
blockquote.twitter-tweet p{
  margin: 0;
}
blockquote.twitter-tweet a{
  text-decoration:none;
  color: #697882;
}
blockquote.twitter-tweet a:hover{
  color: #2B7BB9;
}

/*
 * ローディング画像を表示するが、width100%だと大きすぎるので調整
 * 画像切り替え時に一度大きいローディングが表示されるのをさけるためfadeinする。
 */
img[src$="clear_image.png"] {
  width: 40px !important;
  height: 40px !important;
  background: url(https://static.curazy.com/image/loading_kubuneko.gif) center no-repeat;
  background-size: 40px;
}
img[src$="clear_image-600x315.png"] {
  background-image: url(https://static.curazy.com/image/loading_kubuneko.gif);
  background-position: center;
  background-repeat: no-repeat;
}

@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

#content img[src$=".png"], img[src$=".jpg"], img[src$=".jpeg"], img[src$=".gif"] {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}

.app-download-banner{
  border-top: 2px solid #e91e63;
  display: none;
}
.app-download-banner a{
  border-top: 2px solid #e91e63;
  display: block;
}
.app-download-banner a img{
  display: block;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 640px) {
  .app-download-banner{
    display: block;
  }
}


/*
 * 広告用のクラス
 */
.ad-w-336{
  margin: 0 auto;
  transform-origin: 0;
}

@media ( max-width: 320px ) {
  .ad-w-336{
    transform: scale(.9);
  }
}

.ad_middle_main {
  margin-top: 5px;
  margin-bottom: 5px;
}
.ad_middle_main:after {
  content: "";
  display: block;
  clear: both;
}
.ad_middle_main_margin {
    margin: 5px -12px;
}
@media (max-width: 1040px) {
  .ad_middle_main_margin {
    margin: 5px -34px;
  }
}

.ad_middle_left {
  display: inline-block;
  float: left;
}

.ad_middle_right {
  display: inline-block;
  float: right;
}

.ad_before_h2 {
  margin: 10px auto;
  text-align: center;
  min-height: 400px;
}

@media screen and ( max-width: 643px ) {
  .ad_middle_left {
    float: none;
    display: table;
    margin: 0 auto;
  }
  .ad_middle_right {
    float: none;
    display: table;
    margin: 0 auto;
  }
}

/*
 * debug console
 */
.debug-console{
  background: #fff;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  overflow: hidden;
  position: fixed;
  right: 50px;
  bottom: -250px;
  width: 250px;
  transition: .3s all;
  z-index: 1000;
}
.debug-console.open{
  bottom: 0;
}
.debug-console.hide{
  bottom: -300px;
}
.debug-console-header{
  background: #dd4b39;
  color: #fff;
  padding: 5px 10px;
}
.debug-console-header:hover{
  cursor: pointer;
}
.debug-console-header > span{
  float: right;
  position: relative;
  top: 4px;
  transition: .3s all;
}
.debug-console.open .debug-console-header > span{
  transform: rotateX(180deg);
}
.debug-console-body{
  background: #f5f5f5;
  height: 250px;
  overflow: scroll;
}
.debug-console-body > pre{
  font-size: 10px;
  padding: 10px;
  margin: 0;
}
@media (max-width: 970px){
  .debug-console{
    display: none;
  }
}



/**
 * opening
 */
.opening{
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.opening > div{
  position: relative;
  transform: scale(1.3);
}
.opening .ball{
  position: absolute;
  border-radius: 15px;
  height: 20px;
  width: 20px;
  margin-bottom: -5px;
  background-color: #e91e63;
  -webkit-animation: opening-ball 1s ease-in-out infinite;
  -moz-animation: opening-ball 1s ease-in-out infinite;
  -ms-animation: opening-ball 1s ease-in-out infinite;
  -o-animation: opening-ball 1s ease-in-out infinite;
  animation: opening-ball 1s ease-in-out infinite;
  z-index: 2;
  top: -13px;
  left: 5px;
}
.opening .shadow{
  position: absolute;
  -webkit-animation: opening-shadow 1s ease-in-out infinite;
  -moz-animation: opening-shadow 1s ease-in-out infinite;
  -ms-animation: opening-shadow 1s ease-in-out infinite;
  -o-animation: opening-shadow 1s ease-in-out infinite;
  animation: opening-shadow 1s ease-in-out infinite;
  width: 30px;
  height: 15px;
  border-radius: 15px / 7px;
  background-color: #ba184f;
}
/* animation */
@-webkit-keyframes opening-ball{
  20% { -webkit-transform: translate(0,-40px); }
  35% { -webkit-transform: translate(0,-45px); }
  90% { -webkit-transform: translate(0,-50px); }
  95% { -webkit-transform: translate(0,-40px); }
}
@-moz-keyframes opening-ball{
  20% { -webkit-transform: translate(0,-40px); }
  35% { -webkit-transform: translate(0,-45px); }
  90% { -webkit-transform: translate(0,-50px); }
  95% { -webkit-transform: translate(0,-40px); }
}
@-ms-keyframes opening-ball{
  20% { -webkit-transform: translate(0,-40px); }
  35% { -webkit-transform: translate(0,-45px); }
  90% { -webkit-transform: translate(0,-50px); }
  95% { -webkit-transform: translate(0,-40px); }
}
@-o-keyframes opening-ball{
  20% { -webkit-transform: translate(0,-40px); }
  35% { -webkit-transform: translate(0,-45px); }
  90% { -webkit-transform: translate(0,-50px); }
  95% { -webkit-transform: translate(0,-40px); }
}
@keyframes opening-ball{
  20% { -webkit-transform: translate(0,-40px); }
  35% { -webkit-transform: translate(0,-45px); }
  90% { -webkit-transform: translate(0,-50px); }
  95% { -webkit-transform: translate(0,-40px); }
}

@-webkit-keyframes opening-shadow{
  70% {
    -webkit-transform:  scale(0.5);
    opacity:0.5;
  }
  100% {
    -webkit-transform:  scale(0.4);
    opacity:0.4;
  }
}
@-moz-keyframes opening-shadow{
  70% {
    -webkit-transform:  scale(0.5);
    opacity:0.5;
  }
  100% {
    -webkit-transform:  scale(0.4);
    opacity:0.4;
  }
}
@-ms-keyframes opening-shadow{
  70% {
    -webkit-transform:  scale(0.5);
    opacity:0.5;
  }
  100% {
    -webkit-transform:  scale(0.4);
    opacity:0.4;
  }
}
@-o-keyframes opening-shadow{
  70% {
    -webkit-transform:  scale(0.5);
    opacity:0.5;
  }
  100% {
    -webkit-transform:  scale(0.4);
    opacity:0.4;
  }
}
@keyframes opening-shadow{
  70% {
    -webkit-transform:  scale(0.5);
    opacity:0.5;
  }
  100% {
    -webkit-transform:  scale(0.4);
    opacity:0.4;
  }
}




/**
 * image changer
 */
.image-changer{
  cursor: alias;
  display: inline-block;
  position: relative;
  perspective: 750px;
}
.image-changer.show-msg::before{
  background: rgba(0,0,0,.5);
  box-sizing: border-box;
  color: #fff;
  content: 'クリックで画像が反転';
  display: block;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  transform: translateZ(2px);
  z-index: 2;
  width: 100%;
}
.image-changer.no-text::before{
  display: none;
}
img.image-changer__item{
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  max-width: 100%;
  transition: transform 0.5s ease-out, z-index 0.5s ease-out;
  transform: rotateY(-180deg) translateZ(0);
  z-index: 0;
}
.image-changer .active{
  position: relative;
  z-index: 1;
}
.image-changer .first.active{
  transform: rotateY(0deg) translateZ(1px);
}
.image-changer .second.active{
  transform: rotateY(-360deg) translateZ(1px);
}


/**
 * ad
 */
.adingoFluctOverlay{
  z-index: 9999 !important;
}

/**
* 記事内に出す外部への誘導記事
*/
#priority-wrap {
  width: 100%;
  margin: 0 auto;
}
#priority-area {
  margin-top: 15px;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.priority-item{
  width: 24%;
}
.priority-item-image a{
  background: center/cover;
  display: block;
  padding-top: 66.6%;
  margin-bottom: 10px;
}
.item-txtBox a{
  color: #444444;
  font-weight: bold;
  display: block;
  font-size: 14px;
  line-height: 1.3;
}
.item-txtBox a:hover{
  color: #ea9629;
  text-decoration: underline;
}
/* app */
.priority-posts{
  margin: 30px 0;
}
.priority-posts__title,
.single .entry-content h3.priority-posts__title{
  border-bottom: 5px solid #e62465;
  border-left: none;
  color: #e62465;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 5px;
}
.priority-posts p{
  display: none;
}

@media (max-width: 643px){
  #priority-area{
    margin-bottom: 0;
  }
  .priority-item{
    border-bottom: 1px solid #ddd;
    padding: 10px 0 10px 10px;
    width: 50%;
  }
  .priority-item:nth-child(odd){
    border-right: 1px solid #ddd;
    padding: 10px 10px 10px 0;
  }
  .priority-posts__title,
  .single .entry-content h3.priority-posts__title{
    font-size: 14px;
  }
}



/**
 * table of contents
 */
.entry-toc{
  background: #f9f9f9;
  border: 1px solid #dcdcdc;
  display: inline-block;
  margin-bottom: 30px;
  padding: 20px;
}
.entry-toc__title{
  margin: 0;
  text-align: center;
}
.entry-toc__list{
  margin: 20px 0 0;
  padding: 0;
}
.entry-toc__list .toc-number{
  padding-right: 10px;
}
.entry-toc__list .toc-indent{
  margin-left: 20px;
}
.entry-toc.list-hide .entry-toc__list{
  display: none;
}

@media (max-width: 643px){
  .entry-toc{
    width: 100%;
  }
}



/**
 * post like button
 */
.post-like-box{
  margin: 40px 0;
}
.post-like-box__inner{
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  font-size: 12px;
  text-align: center;
}
.post-like-item{
  margin: 0 5px;
  width: 20%;
}
.post-like-item__count{
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  padding: 10px 0;
  margin-bottom: 10px;
  position: relative;
}
.post-like-item__count::before{
  border: 10px solid transparent;
  border-top-color: #dcdcdc;
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}
.post-like-item__count::after{
  border: 9px solid transparent;
  border-top-color: #fff;
  content: '';
  display: block;
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -9px;
}
.post-like-item__btn{
  align-items: center;
  justify-content: center;
  display: flex;
  border: none;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
  color: #fff;
  padding: 10px 0;
  transition: opacity 300ms;
  width: 100%;
}
.post-like-item__btn:hover{
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
.post-like-item__icon{
  background: url(https://static.curazy.com/image/post_likes_icon.png) no-repeat;
  background-size: 200%;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.post-like-item:nth-child(1) .post-like-item__btn{
  background-color: #24a90c;
}
.post-like-item:nth-child(2) .post-like-item__btn{
  background-color: #2196F3;
}
.post-like-item:nth-child(3) .post-like-item__btn{
  background-color: #e91e63;
}
/*.post-like-item:nth-child(1) .post-like-item__icon{
  background-position: 0 0;
}*/
.post-like-item:nth-child(1) .post-like-item__icon{
  background-position: 100% 0;
}
.post-like-item:nth-child(2) .post-like-item__icon{
  background-position: 0 100%;
}
.post-like-item:nth-child(3) .post-like-item__icon{
  background-position: 100% 100%;
}

@media (max-width: 643px){
  .post-like-item{
    width: 25%;
  }
  .post-like-item__btn{
    display: block;
  }
  .post-like-item__icon{
    margin: 0 auto 3px;
  }
}



/**
 * scroll to comment-area button
 */
.comments-area-scroll-link-box {
  position: relative;
}

.comments-area-scroll-link-box__inner {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 30px;
  color: #fff !important;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  background-color: #b2b2b2;
  border-bottom: 3px solid #808080;
  border-radius: 2px;
  box-sizing: content-box;
}

.comments-area-scroll-link-box__inner:hover{
  border-top: 3px solid #fff;
  background-color: #808080;
  border-bottom: none;
}

.comments-area-scroll-link {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  color: #fff !important;
  cursor: pointer;
}

.comments-area-scroll-link:hover {
  color: #fff !important;
  text-decoration: none;
}
.comments-area-scroll-link__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.comments-area-scroll-link__icon {
  margin-right: 1px;
}
.comments-area-scroll-link__count {
  margin-right: 1px;
  font-size: 90%;
}
.comments-area-scroll-link__label {
  margin-left: 3px;
}
.sponsor-link-text {
  font-size: 11px;
  float: right;
  color: #b2b2b2;
  margin-bottom: 10px;
}


/**
 * comment
 */
.comments-title,
.comment-reply-title{
  font-size: 20px !important;
  margin-bottom: 10px;
}
.comment-reply-title small{
  float: right;
  font-size: 15px;
  font-weight: normal;
}
.comments-title{
  border-bottom: 5px solid #e62465 !important;
  border-left: none !important;
  color: #e62465 !important;
  font-size: 18px !important;
  font-weight: bold !important;
  margin: 0;
  padding: 0 0 5px 0 !important;
}
.comments-area .comments-icon{
  padding-left: 15px;
}
.comment-reply-title{
  border: none !important;
  padding: 0 !important;
}
.comments-area a{
  color: #e91e63;
}
.comment-list-hide {
    position: relative;
    max-height: 250px;
    overflow: hidden;
}
.comment-list-hide:before {
  content: "";         /* 疑似要素に必須 */
  width: 100%;         /* 幅いっぱい */
  height: 100%;        /* 高さいっぱい */
  display: block;      /* 高さを指定するためにブロック要素にする */
  background: linear-gradient(rgba(255,255,255,0) 0, #fff 100%); /* 徐々に透明にする */
  position: absolute;  /*  */
  top: 0;
  left: 0;
}
.comment-list,
.comment-list .children{
  list-style: none;
  padding: 0;
}
.comment-list .children{
  background: #f5f5f5;
  margin: 10px -16px -16px 35px;
}
.comments-area .comment{
  border: 1px solid #dcdcdc;
  padding: 15px;
}
.comments-area .comment + .comment{
  border-top: none;
}
.comment-body{
  font-size: 14px;
}
.comment-author{
  float: left;
  margin-right: 10px;
}
.comment-author .avatar{
  border-radius: 4px;
}
.comment-content{
  margin-left: 45px;
}
.comment-text{
  margin: 5px 0;
  word-break: break-all;
}
.comment-text p{
  margin: 0;
}
.comment-text p + p{
  margin-top: 1em;
}
.comment-metadata > *{
  font-size: 12px;
  padding-right: 10px;
}
.comment-more-btn{
  background: #b2b2b2;
  border-color: #808080;
  width: 100%;
}
.comment-more-btn:hover{
  background: #b2b2b2;
  opacity: 0.9;
}
.comment-respond{
  font-size: 14px;
  margin: 30px 0;
  position: relative;
}
.comment-form{
  background: #eef2f3;
  padding: 5px 0;
}
.comment-form-item{
  overflow: hidden;
  padding: 5px 15px;
  width: 100%;
}
.comment-form-item label{
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  color: #444444;
}
.comment-form-item label .comment-form-caution{
  font-size: 14px;
  padding-left: 5px;
}
.comment-form-item input,
.comment-form-item textarea{
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  padding: 5px 10px;
  width: 100%;
}
.comment-form-item .hint{
  display: none;
}
.comment-form-attention {
  margin: 0;
  padding: 5px 15px;
  color: #444444;
  font-size: 12px;
}
.comment-form .form-submit .submit{
  width: 100%;
}
/* error */
.comment-form-item.error{
  color: #f56954;
}
.comment-form-item.error input,
.comment-form-item.error textarea{
  border-color: #f56954;
}
.comment-form-item.error .hint{
  display: block;
  margin-top: 10px;
}
/* avatar colotr */
.comment-avatar-1{
  background-color: #00c0ef;
  border: 1px solid #00c0ef;
}
.comment-avatar-2{
  background-color: #00a65a;
  border: 1px solid #00a65a;
}
.comment-avatar-3{
  background-color: #f39c12;
  border: 1px solid #f39c12;
}
.comment-avatar-4{
  background-color: #f56954;
  border: 1px solid #f56954;
}
.comment-avatar-5{
  background-color: #39CCCC;
  border: 1px solid #39CCCC;
}
.comment-avatar-6{
  background-color: #605ca8;
  border: 1px solid #605ca8;
}
.comment-avatar-7{
  background-color: #ff851b;
  border: 1px solid #ff851b;
}
.comment-avatar-8{
  background-color: #D81B60;
  border: 1px solid #D81B60;
}




/*
* シネマ用スタイルシート
*/
.mainvisual.mainvisual-cinema {
  padding-top: 90px;
}

.pc-content.pc-cinema-content {
  padding-top: 20px;
  margin-top: -20px;
}

.pc-content.pc-cinema-content.none-pickup-area {
  padding-top: 120px;
}

.pc-center {
  width: calc(100% - 350px);
  margin: 0 auto;
}

.signboard.signboard-top {
  margin-bottom: 20px;
}


.top-pickup-area {
  text-align: center;
  margin: 0 auto;
  padding: 110px 20px 20px;
  max-width: 1240px;
}

ul.top-pickup-content-wrap{
  list-style: none;
  width: 100%;
  display: -webkit-flex; /*safari*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
  margin: 0 auto;
}


.pickup-content:first-child {
  position: relative;
  width: 50%;
  padding-top: 30%;
  overflow: hidden;
  margin: 0 auto;
}

.pickup-content img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 118%;
  max-height: 118%;
}

.pickup-content-right {
  position: relative;
  width: 25%;
  margin: 0;
  padding: 0;
  float: left;
}

.pickup-content-right .pickup-content {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
  margin: 0 auto;
}

.pickup-content-right .pickup-content img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 118%;
  max-height: 118%;
}

.pickup-content .wide-box-text {
  width: 100%;

  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
}

.pickup-content .wide-box-text .wide-box-text-inner {
  background: rgba(0, 0, 0, 0.6);

  margin: 10px;
  padding-top: 25px;
  border-top: 2px solid #e91e63;
  /*padding: 28px 15px 10px;*/
  position: relative;
}

.pickup-content .wide-box-text .wide-box-text-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}

.pickup-content .wide-box-text .wide-box-text-category {
  background: #e91e63;
  font-size: 12px;
  padding: 0 7px 2px;
  position: absolute;
  left: 0;
  top: 0;
}

.pickup-content .wide-box-text .wide-box-text-category ul {
  margin: 0;
  padding: 0;
}

.pickup-content .wide-box-text .wide-box-text-category ul li a {
  color: #FFF;
}

.pickup-content .wide-box-text .wide-box-text-title {
  font-size: 15px;
  padding: 5px;
}



/*  */
.writer-list-area {
  padding-bottom: 200px;
}

.writer-list-wrap {
  padding-bottom: 40px;
}

.writer-list {
  overflow: hidden;
  margin: 0 -10px;
  padding: 0;
}
.writer-list-node {
  float: left;
  width: 33.33%;
}
.writer-list-node-profile {
  padding: 10px;
}
.writer-list-node-profile__summary-wrap {
  cursor: pointer;
}
.writer-list-node-profile__summary-wrap--active {
  position: relative;
  z-index : 801;
}
.writer-list-node-profile__image-wrap {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}
.writer-list-node-profile__image-wrap:before {
  content:"";
  display: block;
  width: 100%;
  padding-top: 100%; /* 高さを幅の75%に固定 */
}
.writer-list-node-profile__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  box-sizing: border-box;
}
.writer-list-node-profile__summary-wrap:hover .writer-list-node-profile__image-wrap {
  transform-origin: center;
  transform: scale(1.05);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  opacity: 0.7;
}
.writer-list-node-profile__summary-wrap--active:hover .writer-list-node-profile__image-wrap {
  transform-origin: center;
  transform: scale(1);
  opacity: 1;
}

.writer-list-node-profile__name-wrap {
  margin: 10px 0 0;
}
.writer-list-node-profile__summary-wrap--active .writer-list-node-profile__name-wrap {
  visibility: hidden;
}
.writer-list-node-profile__name {
  overflow: hidden;
  height: 16px;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #888;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.writer-list-node-profile__summary-wrap:hover .writer-list-node-profile__name {
  color: #e91e63;
}

.writer-list-node-profile__detail-wrap {
  display: none;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  z-index: 801;
}
.writer-list-node-profile__detail {
  padding: 10px 0;
}
.writer-list-node-profile__detail-writer-name-wrap {
  margin: 0 10px 5px;
  line-height: 1;
  z-index: 5;
  position: relative;
}
.writer-list-node-profile__detail-writer-name {
  /*padding-left: 10px;*/
}
.writer-list-node-profile__detail-writer-personal-wrap {
  overflow: hidden;
}
.writer-list-node-profile__detail-writer-ext-service-link-list-wrap {
  float: left;
  width: 40%;
}
.writer-list-node-profile__detail-writer-description-wrap {
  width: 100%;
  /*margin-top: -20px;*/
  margin-bottom: 10px;
  padding: 0 10px;
  box-sizing: border-box;
}
.writer-list-node-profile__detail-writer-description {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px;
  /*padding-top: 20px;*/
    border-radius: 12px;
    background: #edf1ee;

}
.writer-list-node-profile__detail-writer-description:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -15px;
  right: 16px;
  border: 8px solid transparent;
  border-right: 18px solid #edf1ee;
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.writer-list-node-profile__detail-heading {
  margin: 0 10px;
}
.writer-list-node-profile__detail {
  background-color: #fff;
}

.writer-list-node-profile__detail-wrap--active {
}

.writer-list-node-profile__detail__writer-post-list-wrap {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 0 10px;
}

.writer-list-node-profile__detail__writer-post-morelink-wrap {
  margin: 0 10px;
  text-align: right;
}

@media (max-width: 643px) {
.writer-list-area {
  padding-bottom: 40px;
}
.writer-list-node-profile__detail-writer-description:after {
  top: -12px;
  right: 12px;
}
}



/*  */
.writer-post-list {
  display: flex;
  width: 940px;
  margin: 0;
  padding: 10px 0;
  -webkit-justify-content:space-between;
     -moz-justify-content:space-between;
          justify-content:space-between;
  box-sizing: border-box;
}
.writer-post-list-node {
  display: block;
  width: 180px;
  padding: 0;
  box-sizing: border-box;
}
.writer-post-list-node--empty {
  background-color: #fff;
}

.writer-post-list-node-link {
  display: block;
  position: relative;
}
.writer-post-list-node-link__thumbnail {
  overflow: hidden;
  width: 100%;
  padding-top: 55%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 5px;
}
.writer-post-list-node-link__detail__category {
  color: #fdc02e;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}
.writer-post-list-node-link__detail__title {
  color: #686868;
  font-size: 14px;
  margin: 0;
  line-height: 1.5rem;
  overflow: hidden;
  height: 4.5rem;
}

@media (max-width: 643px) {
.writer-list-node {
  width: 50%;
}
.writer-list-node-profile__detail-writer-name-wrap {
  margin: 0 10px 5px;
  padding: 0;
}
.writer-post-list {
  width: 220%;
}
.writer-post-list-node {
  width: 19%;
}
}



/*  */
.writer-ext-service-link {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1;
  vertical-align: text-bottom;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}

.writer-ext-service-link:hover {
  opacity: 0.7;
}
.writer-ext-service-link--st {
  font-size: 0.9rem;
  width: auto;
  line-height: 1.8rem;
}
/*
 * 色参考 [http://weboook.blog22.fc2.com/blog-entry-399.html]
 */
.writer-ext-service-link--fb {
  background-color: #315096;
  background-image: url(https://static.curazy.com/image/curazy-v03/sns/btn_follow_facebook.png);
}
.writer-ext-service-link--tw {
  background-color: #55acee;
  background-image: url(https://static.curazy.com/image/curazy-v03/sns/btn_follow_twitter.png);
}
.writer-ext-service-link--in {
  background-image: url(https://static.curazy.com/image/curazy-v03/sns/btn_follow_instagram.png);
}
.writer-ext-service-link--yt {
  background-color: #cd201f;
  background-image: url(https://static.curazy.com/image/curazy-v03/sns/btn_follow_youtube.png);
}
.writer-ext-service-link--ln {
  background-color: #00c300;
  background-image: url(https://static.curazy.com/image/curazy-v03/sns/btn_follow_line.png);
}
.writer-ext-service-link--tm {
  background-color: #35465c;
  background-image: url(https://static.curazy.com/image/curazy-v03/sns/btn_follow_tumblr.png);
}

@media (max-width: 643px) {
.writer-ext-service-link {
  width: 22px;
  height: 22px;
  line-height: 1.3;
}
.writer-ext-service-link--st {
  font-size: 0.8rem;
  width: auto;
  line-height:  22px;
}
}

.facebook-follow-wrap {
  background: #eee;
  text-align: center;
  margin: 0 auto 15px;
  padding: 10px 10px;
  width: 60%;
}
@media (max-width: 643px) {
  .facebook-follow-wrap {
    width: 100%;
  }
  .facebook-follow__label {
    font-size: 15px;
  }
}
.facebook-follow-wrap img {
  border-style: none;
  border-radius: 25px;
  height: 35px;
  width: auto;
}

.facebook-follow__label {
  position: relative;
  left: 3px;
  font-weight: bold;
}
.facebook-follow__button {
  text-align: center;
  display: block !important;
}



/*  */
.bg-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  background: url(https://static.curazy.com/image/bg_stripe_black.png);
  /*border: 5px solid #313131;*/
  z-index: 800;
  filter: alpha(opacity=90);
  -moz-opacity: 0.90;
  opacity: 0.90;
  cursor: pointer;
}

.bg-overlay--active {
  display: block;
}


/*ギャラリーページ*/
.entry-attachment {
  margin-bottom: 20px;
}
.gallery__img-wrap {
  position: relative;
}
.gallery__btn-previous {
  font-size: 20px;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  margin: -20px 0 0 0;
  transform: scale(0.8, 4);
}

.gallery__btn-next {
  font-size: 20px;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  margin: -20px 0 0 0;
  transform: scale(0.8, 4);
  right: 0;
}

.photo-gallery ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  text-align: right;
}

.photo-gallery li {
  width: 24%;
  margin: 5px 1% 5px 0;
}

.gallery__img-wrap a {
  color: #fff;
  outline: none;
}

.gallery__img-wrap a:hover {
  color: #fff;
  opacity: 0.6;
  text-decoration: none;
}

.gallery__img-select img {
  border: solid 2px #e62465;
  opacity: 0.6;
}

/*記事内ギャラリー*/

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  text-align: right;
  margin-bottom: 30px;
}

.gallery dl {
  margin: 0;
}

.gallery .gallery__item {
  width: 24%;
  margin: 5px 1% 5px 0;
}

.gallery__title {
  font-size: 18px;
  color: #e62465;
  margin: 10px 0;
  margin-bottom: 10px;
  margin-top: 15px;
  border-bottom: 5px solid #e62465;
  font-weight: bold;
  letter-spacing: normal;
}


ul.side-widget-drop-down {
  margin-top: 0px;
}

ul.side-widget-drop-down .side-widget-drop-down-img {
  float: left;
  font-size: 26px;
  color: #e91e63;
  padding-left: 1px;
}

ul.side-widget-drop-down .widget-category-box {
  position: relative;
  margin: 0;
  padding: 5px 0;
  width: 200px;
  display: block;
  color: #888;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
ul.side-widget-drop-down li ul.side-widget-drop-down-list {
  display: none;
  margin-left: -60px;
  margin-top: 10px;
  padding: 0;
}
.widget-category-box-toggle {
  margin-left: 60px;
  cursor: pointer;
}
ul.side-widget-drop-down-list li, {
  padding: 5px 0;
  margin-left: 60px;
}
ul.side-widget-drop-down-list li a {
  padding: 2px 0;
  color: #999;
}
ul.side-widget-drop-down-list li {
  margin-left: 60px;
}
ul.side-widget-drop-down-list .widget-category-box a,
ul.side-widget-drop-down-list li .widget-category-box-toggle {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -5px;
  color: #999;
  display: block;
}
ul.side-widget-drop-down-list .widget-category-box a:hover {
  text-decoration:none;
}
i.widget-category-box-toggle-icon {
  float: none;
  margin-left: 10px;
  color: #999;
  font-size: 22px;
}


.to-episode-list-link {
  background: #e91e63;
  border: none;
  border-bottom: 3px solid #ba184f;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 11px 40px 10px;
  text-decoration: none;
}


/* ランキング固定ページ */
.wide-box-wrap__sp {
  margin-bottom: 5px;
}

.list-item-area .item-comment-count__left{
  left: 0;
  right: auto;
}

.wide-box-wrap__sp .item-comment-count{
  left: 10px;
  top: 10px;
  right: unset;
}

.wide-box-wrap__sp .item-comment-count__right{
  left: unset;
  right: 10px;
}

.ranking-wide-box{
  height: 180px;
  background-size: cover;
  position: relative;
}

.item-ranking-wraper {
  position: absolute;
  background: #e91e63;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}

.item-ranking{
  color: #fff;
  display: block;
  text-align: center;
  white-space: nowrap;
  line-height: 20px;
}

.item-ranking-wraper_img {
  position: relative;
  top: 10px;
  left: 10px;
  background-color: transparent;
  background-image: url(https://static.curazy.com/image/ranking_number_bg.png);
  width: 35px;
  height: 35px;
  background-size: cover;
  background-repeat: no-repeat;
}

.item-ranking-wraper_img .item-ranking{
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
}

/* 記事中で使うテキストリンクボタン */
.tlButton,
.textLinkButton {
  position: relative;
  display: block;
  width: 260px;
  min-height: 50px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff !important;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  background-color: #eb3472;
  border-bottom: 3px solid #ba184f;
  border-radius: 2px;
  box-sizing: content-box;
}
.tlButton.tlButton-manga span::before{
  font-family: FontAwesome;
  content: "\f02d";
  padding-right: 5px;
}
.tlButton.tlButton-outside span::before{
  font-family: FontAwesome;
  content: "\f08e";
  padding-right: 5px;
}
.tlButton:hover,
.textLinkButton:hover {
  border-top: 3px solid #fff;
  background-color: #ba184f;
  border-bottom: none;
}
/* 非エンジニアが使うことを想定してセレクタ指定 */
.tlButton span,
.textLinkButton span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

/* 記事中で使用するボタン */
.curazy-link-btn {
  width: auto;
  margin: 0 10px;
  margin-bottom: 20px;
  padding: 5px;
  position: relative;
  display: block;
  min-height: 50px;
  color: #fff !important;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  background-color: #eb3472;
  border-bottom: 3px solid #ba184f;
  border-radius: 2px;
  box-sizing: content-box;
}
.curazy-link-btn_margin {
  margin-top: 10px;
  margin-bottom: 10px;
}
.curazy-link-btn:hover {
  border-top: 3px solid #fff;
  background-color: #ba184f;
  border-bottom: none;
}
.curazy-link-btn__paging {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 10px;
  line-height: 25px;
  vertical-align: middle;
}
.curazy-link-btn__paging i {
  margin-left: 10px;
  font-size: 20px;
  line-height: 25px;
  vertical-align: middle;
}
.curazy-link-btn__affiliate {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 10px;
  line-height: 25px;
  vertical-align: middle;
}
.curazy-link-btn__affiliate i {
  margin-left: 10px;
  font-size: 20px;
  line-height: 25px;
  vertical-align: middle;
}



/* 投稿画面エディタ　クイックタグ用スタイル */
/* 出典 */
a.source-link{
  font-size: 10pt;
}
a.source-link span{
  color: #999;
}
a.source-link:hover{
  color: #ea9629;
}

/* Pinterest */
.pinterest-icon-container .source-link{
  float: left;
}
.pinterest-icon-wrap{
  height: 38px;
}
.pinterest-icon-wrap .pinterest-icon{
  float: right;
}
.pinterest-icon{
  position: relative;
  display: block;
  border: 2px solid #bd081c;
  border-radius: 14px;
  color: #bd081c !important;
  padding: 0px 4px;
  text-align: center;
  display: block;
  width: 84px;
  margin-left: auto;
  margin-bottom: 10px;
}
.pinterest-icon:hover{
  text-decoration: none;
}
.pinterest-icon span{
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  line-height: 26px;
  vertical-align: top;
  padding-left: 14px;
}
.pinterest-icon span::before{
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 18px;
  font-family: FontAwesome;
  content: "\f0d2";
  font-weight: normal;
  font-size: 15px;
  padding-right: 8px;
}

label, input[type='checkbox'],
  input[type="radio"]
{
  cursor: pointer;
}

/* ショートコードによる関連記事のリスト */
.relatedPost {
  font-size: 80%;
}
.relatedPost__list {
  list-style: disc;
  line-height: 1.8;
}
.relatedPost .relatedPost__postLink {
  display: block;
  margin-bottom: 12px;
  color: #0088fc;
}
.relatedPost__postLink:hover {
  text-decoration: none;
}

/* ショートコードによる監修者 */
.supervision {
  margin: 5px;
  padding: 10px 15px;
  border: 1px solid #484848;
  background: #edebec;
  font-size: 12px;
}
.supervision p,
.supervision br {
  display: none;
}
.supervision__nameWrap_sp {
  display: none;
}
.supervision__wrap {
  display: flex;
  justify-content: space-around;
}
.supervision__body {
  width: calc(100% - 120px);
  padding: 0 10px;
}
.supervision__imageWrap {
  width: 120px;
}
.supervision__image{
  padding: 4px;
  border-radius: 4px;
  background: #bababa;
}
p.supervision__name {
  display: block;
  margin-bottom: 5px;
  border-bottom: 2px solid #da5479;
  font-weight: bold;
  font-size: 16px;
}
.supervision__job {
  font-size: 12px;
  padding-right: 20px;
}
.supervision__profile {
  margin-bottom: 10px;
}
.supervision__linkWrap {
}
.supervision__link {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
}
.supervision__snsLink {
  width: 100%;
  width: 40px;
  height: 40px;
  margin-left: 8px;
}
.supervision__snsLinkWrap {
  text-align: right;
  width: 100%;
}
.supervision__snsIcon {
  border-radius: 3px;
}
.supervision__snsIcon {
  width: 40px;
}

@media (max-width: 643px) {
  .supervision__nameWrap_sp {
    display: block;
  }
  .supervision__nameWrap_pc {
    display: none;
  }
  .supervision__body {
    width: calc(100% - 80px);
    padding: 0 10px;
  }
  .supervision__imageWrap {
    width: 80px;
  }
  .supervision__name {
    margin-bottom: 15px;
  }
}

/* ショートコード クリエイター */
.creatorInfo {
  display: block;
}
.creatorInfo__inner {
  display: inline-block;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  margin: 4px 0 0;
}
.creatorInfo__wrap {
  display: flex;
  justify-content: flex-start;
  padding: 0 15px;
  margin: 15px 0;
  border-left: 1px solid #E91E63;
}
.creatorInfo__imageWrap {
  overflow: hidden;
  width: 58px;
  height: 58px;
  border-radius: 29px;
}
.creatorInfo__imageWrap > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 29px;
}
.creatorInfo__snsItem .creatorInfo__snsImage {
  width: 20px;
  height: 20px;
}
.creatorInfo__infoWrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.creatorInfo__name {
  min-width: 200px;
  line-height: 58px;
  margin-left: 20px;
  font-weight: bold;
  font-size: 16px;
}
.creatorInfo__snsWrap {
  line-height: 58px;
}
.creatorInfo__snsFlexWrap {
  display: flex;
  justify-content: flex-start;
}
.creatorInfo__snsItem {
  padding: 0 19px;
}
.creatorInfo__border {
  border-right: 1px solid #E5E5E5;
  margin: 19px 0;
}
.creatorInfo__border:last-child {
  border-right: none;
}
@media (max-width: 643px) {
  .creatorInfo__inner {
    display: block;
  }
  .creatorInfo__imageWrap {
    width: 64px;
    height: 64px;
    border-radius: 32px;
  }
  .creatorInfo__name {
    min-width: 100%;
    line-height: 32px;
  }
  .creatorInfo__snsWrap {
    line-height: 32px;
  }
  .creatorInfo__imageWrap > img {
    width: 100%;
    height: 100%;
    border-radius: 32px;
  }
  .creatorInfo__name {
    width: 100%;
  }
  .creatorInfo__snsWrap {
    width: 100%;
  }
  .creatorInfo__border {
    margin: 6px 0;
  }
}

/* カテゴリー関連記事 */
.catRelatedPostsArea {
  width: 100%;
  margin: 20px 0;
}
.catRelatedPostsTitle {
  color: #e91e63;
  font-weight: bold;
  border-bottom: solid 2px #eb3472;
  margin-bottom: 10px;
}
.catRelatedPostsArea p {
  margin: 0!important;
}
.catRelatedPost {
  margin-bottom: 5px;
  background: #FFF;
}
.catRelatedPost__link {
  display: block;
}
.catRelatedPost__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 3px;
}
img.catRelatedPost__img {
  width: 100px;
  height: 55px;
  border: 1px solid #CCC;
  padding: 1px;
  object-fit: cover;
}
.catRelatedPost__text {
  width: calc(100% - 100px - 8px);
  margin-left: 8px;
  padding: 5px 0;
}
.catRelatedPost__title {
  font-size: 11px;
}
.catRelatedPost__selected {
  padding: 5px;
  margin-bottom: 5px;
  background: #eaeaea;
  border-radius: 3px;
}
.catRelatedPost__selected .catRelatedPost {
  margin: 0;
}
.catRelatedPost__selectedText {
  padding: 0 5px 5px;
  font-size: 12px;
  background: #eaeaea;
  color: #eb3472;
}
.catRelatedPost_btn {
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
  background: #eb3472;
  border-radius: 3px;
  padding: 5px;
}
a.catRelatedPost_btnLink {
  font-size: 14px;
  color: #fff;
}
a.catRelatedPost_btnLink:hover {
  color: #fff;
  text-decoration: none;
  opacity: .8;
}

/* ============================== *\
 *
 * for CuRAZY CHINA STYLES
 *
\* ------------------------------ */
.post-template-single-for-china-php .entry-header {
  padding: 0;
}
.post-template-single-for-china-php .entry-content {
  padding: 0;
}

/* ============================== *\
 *
 * subscribers 外部ファイルから読み込んでいるので !important で消す
 *
\* ------------------------------ */
.subscribers-chicklet.subscribers.subscribers-position-bottom-right {
  display:none !important;
}
@media (max-width: 643px) {
  .subscribers {
    display:none !important;
  }
  .subscribers.subscribers-modal-container {
    display:none !important;
  }
}

.test-options-container img {
  width:100%;
  border:2px solid grey;
  border-radius:5px;
  box-shadow: 1px 1px 5px #888888;
  margin: 0;
}
.test-options-container {
  width:100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.test-options-container > a {
  display:block;
  width:calc(50% - 5px);
  margin-bottom: 5px;
  border-radius: 5px;
  background:gray
}
.test-options-container > a:active > img {
  opacity:0.5
}
.instruction {
  text-align:center;
}

/* ============================== *\
 *
 * CuRAZY Ads
 *
\* ------------------------------ */
.under_video_ad {
  min-height: 280px;
  margin: 10px 0;
  text-align: center;
  margin: 0 auto;
}

/* ============================== *\
 *
 * CuRAZY APP
 *
\* ------------------------------ */
.curazyAppDATA {
  display: none;
}


/* ============================== *\
 *
 * CuRAZY Extarnal
 *
\* ------------------------------ */
.entry-title-external {
  margin-top: 20px;
}
@media (max-width: 643px) {
  .entry-title-external {
    margin-top: 0;
  }
}
.externalLogo {
  width: 100%;
  min-height: 42px;
  margin: 15px 0 5px;
}
.externalLogo__link {
}
.externalLogo__img {
  max-width: 240px;
  display: block;
  margin: 0 auto;
}
.bal_insert_ad {
  margin: 10px 0;
  text-align: center;
}
.external__fotterLink {
  display: block;
  text-align: center;
  margin: 100px 0 20px;
}


.postReadMoreWrap {
  position: relative;
}
.postReadMore__btn {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 15px;
  z-index: 2;
  padding: 5px 30px;
  border: solid 2px #e91e63;
  border-radius: 20px;
  background: #ffffff;
  color: #e91e63;
}
.postReadMore {
  position: relative;
  overflow: hidden;
  height: 300px;
}
.postReadMore::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  z-index: 1;
}
.postReadMore__trigger {
  display: none;
}
.postReadMore__trigger:checked + .postReadMore__btn {
  display: none;
}
.postReadMore__trigger:checked ~ .postReadMore {
  height: auto;
}
.postReadMore__trigger:checked ~ .postReadMore::before {
  display: none;
}
.postReadMore__btn::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e91e63;
  border-right: 2px solid #e91e63;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.postReadMore__btn::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -26px;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e91e63;
  border-right: 2px solid #e91e63;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.curazyBorderLink {
  position: relative;
  width: 80%;
  margin: 0 auto;
  border: solid 2px #e91e63;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 20px;
}
.curazyBorderLink__a {
  display: block;
  width: 100%;
  padding: 5px 50px;
  color: #e91e63 !important;
  font-size: 14px;
}
.curazyBorderLink__a:hover {
  text-decoration: none;
}
.curazyBorderLink::before {
  content: "";
  position: absolute;
  left: calc(100% - 15px);
  top: 50%;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e91e63;
  border-right: 2px solid #e91e63;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 643px) {
  .curazyBorderLink__a {
    padding: 5px 30px;
  }
}

/* ============================== *\
 *
 * CuRAZY recombee
 *
\* ------------------------------ */
.recombeeBg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .7);
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.recombeeBg.active{
  display: block;
  overflow-y: hidden;
}
.recombeeWrap {
  position: absolute;
  width: 100%;
  height: calc(100vh - 200px);
  bottom: 0%;
  left: 50%;
  background: #e91e63;
  padding: 0px 10px 150px;
  border-radius: 10px 10px 0 0;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  transition: 0.3s all;
}
.recombeeWrap.active {
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.recombeeInner {
  max-height: calc(100% - 50px);
  overflow-y: scroll;
}
.recombeeTitle {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 8px 5px;
}
.recombeeItemWrap {
  margin-bottom: 10px;
}
.recombeeItemLink {
}
.recombeeItem {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}
.recombeeItem_image {
  width: 50%;
  object-fit: cover;
}
.recombeeItem_text {
  width: 50%;
  padding: 5px 10px;
  background: #fff;
}
.recombeeItem_title {
  color: #333;
  overflow: hidden;
  height: 84px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.recombeeCloseBtn {
  position: absolute;
  width: 45px;
  height: 45px;
  right: 5px;
  top: -52px;
}
.recombeePos {
  height: 0 !important;
}

/* ============================== *\
 *
 * CuRAZY comment
 *
\* ------------------------------ */
.item-comment-arrow_box_right {
    display: none;
    position: absolute;
    width: 160px;
    right: 15%;
    top: 0%;
}
.item-comment-arrow_box_right img {
    position: absolute;
    left: 20px;
    top: -30px;
}
.item-comment-arrow_box_right span {
    position: absolute;
    left: 30px;
    top: 15px;
    right: 0px;
    text-align: center;
    color: #fff;
}
.item-comment-arrow_box_right a {
    display: block;
    position: relative;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.item-comment-arrow_box_right a:hover {
    color: #FFF;
}
.comment-list-hide-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
#comment-loading {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 30px;
}
a.comment-btn {
  width: 250px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  color: #000;
}
a.btn-border {
  border: 3px solid #000;
  border-radius: 0;
  background: #fff;
}

a.btn-border:before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #000;
  color: #000;
}
a.btn-border:hover {
  color: #000;
}
a.btn-border:hover:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.comments-detail-back {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
.comments-detail-back button {
    width: 60%;
    text-align: center;
}
.comments-detail-back button a {
    display: block;
    color: #fff;
}
.comments-detail-back button a:hover {
    color: #fff;
    text-decoration: underline;
}
.comments-detail-back button a i {
    position: relative;
    left: 20px;
}
.comments-like-area {
  font-size: 1rem;
  display: inline-block;
  cursor: pointer !important;
}
.comments-like-count-pink {
  color:  #E93572;
}
.comments-like-count-black {
  color: #000;
}