/*
Theme Name: farny (ブライダル専用テーマ)
Theme URI:
Author: KG情報 Kodai Tomoto<k-toumoto@mail.kg-net.co.jp>
Author URI: http://www.kg-net.co.jp/index.asp
Description: ブライダル「farny」専用のテーマ。
License: GNU General Public License v2 or later (php file only)
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: farny,post site,bridal
Version: 3.0.0
This theme, like WordPress, is licensed under the GPL.
But files they are not in php, are licensed under KG Intelligence CO.,LTD.
default theme color : #A55151
*/
@charset "UTF-8";

/**
 * 1.0 - Typography
 */

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
  -webkit-tap-highlight-color: transparent;
  outline: none !important;
}

body {
  color: #676767;
  font-size: 14px;
  font-family: 'メイリオ', 'Hiragino Kaku Gothic ProN', 'Meiryo', Georgia, sans-serif;
  line-height: 130%;
  line-height: 1.7;
  -webkit-text-size-ajust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  color: #555;
	clear: both;
	font-weight: 200;
  line-height: 1.7rem;
	margin: 0 0 .2rem;
	text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
div,
article,
section {
  word-break: break-all;
}

h1 {
  font-size: 1.25rem;
  line-height: 1.7rem;
}

h2{
  font-size: 1.18rem;
  line-height: 1.6rem;
}

h3 {
  font-size: 1.15rem;
  line-height: 1.5rem;
}

h4 {
  font-size: 1.0rem;
  line-height: 1.3rem;
}

h5 {
  font-size: .9rem;
  line-height: 1.2rem;
}

h6 {
  font-size: .9rem;
  line-height: 1.1rem;
}

p {
	margin: 0 0 1.25rem;
}

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

blockquote {
	border: 0 solid #9a9a9a;
	border-left-width: 4px;
	color: #686868;
	font-size: 14px;
	font-style: normal;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

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

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 13px;
	font-size: .9rem;
	line-height: 1.45;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

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

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

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

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

mark,
ins {
	/* background: #007acc; */
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 2.0 - Elements
 */

html {
  -webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #f4f4f4;
  overflow-x: hidden;
  width: 100%;
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

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

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

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

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

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

a:hover,
a:active {
  text-decoration: none;
}

/**
 * 3.0 - Forms
 */
input {
	line-height: normal;
  outline: 0;
}

button,
input[type="button"],
input[type="submit"] {
  border: none;
  cursor: pointer;
  outline: 0;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  background: #ccc;
	color: #121212;
	font-family: "メイリオ", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	padding: 0.25rem 1rem;
	text-transform: uppercase;
}

button:hover,
button:focus,
button::-moz-focus-inner,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #aaa;
  outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: .25rem .8rem;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	color: #1a1a1a;
	outline: 0;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
  width: 70%;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}


/*****************************
          clear fix
******************************/
.cf::after,
.cf::before,
#searchform>div::after,
#searchform>div::before,
.post-password-form::after,
.post-password-form::before {
  content: "";
  display: table;
}

.cf::after,
#searchform>div::after,
.post-password-form::after {
  clear: both;
}

/*---------------------------------------
**   6.0 Accessibility                   -----
-----------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/*****************************
 **         align           **
******************************/
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  display: inline-block;
  float: right;
  margin-left: 6px;
}

.alignleft {
  display: inline-block;
  float: left;
  margin-right: 6px;
}

/****************************
**       7.5 KG Icons        **
***************************/
.kgc {
  display: block;
  height: 32px;
  width: 32px;
}

.kgc-angle-up {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZwogICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiCiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiCiAgIHhtbG5zOmlua3NjYXBlPSJodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy9uYW1lc3BhY2VzL2lua3NjYXBlIgogICB3aWR0aD0iMjEwbW0iCiAgIGhlaWdodD0iMjk3bW0iCiAgIHZpZXdCb3g9IjAgMCAyMTAgMjk3IgogICB2ZXJzaW9uPSIxLjEiCiAgIGlkPSJzdmc4IgogICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkyLjEgcjE1MzcxIgogICBzb2RpcG9kaTpkb2NuYW1lPSJhbmdsZS11cC5zdmciPgogIDxkZWZzCiAgICAgaWQ9ImRlZnMyIiAvPgogIDxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBpZD0iYmFzZSIKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiCiAgICAgYm9yZGVyb3BhY2l0eT0iMS4wIgogICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwLjAiCiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIKICAgICBpbmtzY2FwZTp6b29tPSIxLjQiCiAgICAgaW5rc2NhcGU6Y3g9IjIzMC40MjUxNiIKICAgICBpbmtzY2FwZTpjeT0iNjA0LjkzNTQxIgogICAgIGlua3NjYXBlOmRvY3VtZW50LXVuaXRzPSJtbSIKICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJsYXllcjIiCiAgICAgc2hvd2dyaWQ9InRydWUiCiAgICAgaW5rc2NhcGU6c25hcC10by1ndWlkZXM9ImZhbHNlIgogICAgIGlua3NjYXBlOnNuYXAtZ3JpZHM9InRydWUiCiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxOTIwIgogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjEwMTciCiAgICAgaW5rc2NhcGU6d2luZG93LXg9Ii04IgogICAgIGlua3NjYXBlOndpbmRvdy15PSItOCIKICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIj4KICAgIDxpbmtzY2FwZTpncmlkCiAgICAgICB0eXBlPSJ4eWdyaWQiCiAgICAgICBpZD0iZ3JpZDM2ODMiIC8+CiAgPC9zb2RpcG9kaTpuYW1lZHZpZXc+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNSI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGcKICAgICBpbmtzY2FwZTpncm91cG1vZGU9ImxheWVyIgogICAgIGlkPSJsYXllcjIiCiAgICAgaW5rc2NhcGU6bGFiZWw9IuODrOOCpOODpOODvCAyIgogICAgIHN0eWxlPSJkaXNwbGF5Om5vbmUiPgogICAgPHJlY3QKICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7c3Ryb2tlLXdpZHRoOjAuMjY0NTgzMzIiCiAgICAgICBpZD0icmVjdDM3MDAiCiAgICAgICB3aWR0aD0iMTY0LjA0MTY3IgogICAgICAgaGVpZ2h0PSIxNDIuODc1IgogICAgICAgeD0iMTAuNTgzMzMzIgogICAgICAgeT0iMzIuNDE2NjY0IiAvPgogICAgPHJlY3QKICAgICAgIHN0eWxlPSJmaWxsOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjAuMjY0NTgzMzIiCiAgICAgICBpZD0icmVjdDM3MDYiCiAgICAgICB3aWR0aD0iMTk1Ljc5MTY3IgogICAgICAgaGVpZ2h0PSIyMTEuNjY2NjYiCiAgICAgICB4PSIxMC41ODMzMzMiCiAgICAgICB5PSIzMi40MTY2NjQiIC8+CiAgPC9nPgogIDxnCiAgICAgaW5rc2NhcGU6bGFiZWw9IuODrOOCpOODpOODvCAxIgogICAgIGlua3NjYXBlOmdyb3VwbW9kZT0ibGF5ZXIiCiAgICAgaWQ9ImxheWVyMSI+CiAgICA8cGF0aAogICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZiIKICAgICAgIGQ9Ik0gMTAzLjE4NzUsNzQuNzUgMTkzLjE0NTgzLDE1Ni43NzA4MyAxOTAuNSwxNTkuNDE2NjcgMTAzLjE4NzUsODAuMDQxNjY3IDIxLjE2NjY2NiwxNTkuNDE2NjcgMTguNTIwODMzLDE1Ni43NzA4MyBaIgogICAgICAgaWQ9InJlY3QzNjkzIgogICAgICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIKICAgICAgIHNvZGlwb2RpOm5vZGV0eXBlcz0iY2NjY2NjYyIgLz4KICAgIDxwYXRoCiAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO3N0cm9rZS13aWR0aDoxLjAxMDE1MjU4IgogICAgICAgZD0iTSA3MC45MzA5NzksNTkyLjM4NTM2IDM4OS44MjcwMywyODMuMDYyNzggYyAxMTEuNDQzNzIsMTAzLjA4MjIxIDI0NC4zOTQxMywyMTUuNjc2MjggMzQ1LjE3Mjk4LDMwOS40NTY5MSBsIC0xNSwxNSAtMzMwLjAwMDAxLC0yOTUgLTMwNC45OTk5OTksMjk1IHoiCiAgICAgICBpZD0icGF0aDM2OTgiCiAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIgogICAgICAgdHJhbnNmb3JtPSJzY2FsZSgwLjI2NDU4MzMzKSIKICAgICAgIHNvZGlwb2RpOm5vZGV0eXBlcz0iY2NjY2NjYyIgLz4KICA8L2c+Cjwvc3ZnPgo=) center no-repeat;
  background-size: contain;
}

/****************************
**       8.0 Layout        **
***************************/
.l-page {
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  background: #fff;
  box-shadow: -4px 0 12px rgba(0, 0, 0, .12);
  height: 100%;
  min-height: 100vh;
  position: static;
  -webkit-transition: .4s transform;
     -moz-transition: .4s transform;
      -ms-transition: .4s transform;
       -o-transition: .4s transform;
          transition: .4s transform;
  width: 100%;
}

.l-main-nav {
  -webkit-overflow-scrolling: touch;
  background: #fff;
  overflow-y: auto;
  padding-bottom: 80px;
  position: fixed;
  transform: translate3d(-100%, 0, 0);
  transition: all .4s;
  top: 60px;
  height: 100%;
  width: 80%;
  width: 80vw;
  z-index: 2300;
}

.l-main-nav.opened {
  transform: translate3d(0, 0, 0);
}

.l-header {
  background: #fff;
  border-bottom: #aaa 1px solid;
  position: fixed;
  padding: 2px 4px;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 1500;
}

.l-main-contents {
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  overflow: hidden;
}

.l-footer {
  overflow: hidden;
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
}

.l-author-profilebox {
  margin: 8px auto 0;
  width: 96%;
}

 /****************************
 **      9.0 Module        **
***************************/
.wrap {
  margin: 0 auto;
  width: 100%;
}

.farny-title {
  background: #FFA5A9;
  border-top-width: 1px;
  border-bottom-width: 1px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0;
  padding: 6px 4px;
  text-align: center;
}

.farny-large-title {
  margin-bottom: 0!important;
}

.farny-large-title img {
  display: inline-block;
  height: 36px;
  margin-right: 6px;
}

.page-title {
  padding: 6px 4px;
  text-align: center;
}

.page-description {
  background: #e2e2e2;
  color: #787878;
  padding: 8px;
}

/* ----------------
    Navigation
----------------- */
/* Logo */
.navbar-logo {
  display: block;
  padding-top: 2px;
  text-align: center;
  z-index: 1600;
}

.navbar-logo-wrap {
  display: inline-block;
}

.navbar-logo-title {
  margin-bottom: 0;
}

.navbar-logo-img {
  display: block;
  height: 40.5px;
  width: auto;
}

.navbar-menu,
.navbar-search {
  position: absolute;
  z-index: 2000;
}

/* Menu button */
.navbar-menu {
  left: 18.5px;
  top: 19.5px;
}

/* Search button */
.navbar-search {
  color: #aaa;
  font-size: 1.4rem;
  padding: 0;
  text-align: right;
  right: 16.5px;
  top: 12.5px;
}

.navbar-search,
.navbar-search:hover,
.navbar-search:active,
.navbar-search:focus {
  background: transparent;
}

.logo-text {
  color: #999;
  clear: left;
  display: block;
  font-size: 7px;
  line-height: 100%;
  margin: -4px 0 0;
  text-align: center;
}

/*
  Navigation Menu
  Search Menu List
*/
.custom-menu {
  padding: 0;
  margin: 0;
}

.custom-menu-label,
.custom-menu-item,
.popular-list-item {
  color: #787878;
}

.custom-menu-label {
  background: #efefef;
  font-size: .95rem;
  padding: 4px 0 4px 8px;
}

.custom-menu-item,
.popular-list-item {
  border-bottom: #e2e2e2 1px solid;
  display: block;
  font-size: 1rem;
  padding: 9px 0 9px 12px;
}

.custom-menu-item-icon,
.popular-list-item-icon {
  margin-right: 12px;
}

.custom-menu-item-cat-count,
.popular-list-item-cat-count {
  color: #898989;
  float: right;
  font-size: .85rem;
  margin-right: 12px;
}

/* option */
.custom-menu-item.mono {
  background: #ccc;
}
.custom-menu-item.mono,
.custom-menu-item.mono .custom-menu-item-icon {
  color: #333;
}

.custom-menu-item.cute .custom-menu-item-icon {
  color: #FFA5A9;
}

.custom-menu-item.spot {
  background: #FFA5A9;
}
.custom-menu-item.spot,
.custom-menu-item.spot .custom-menu-item-icon {
  color: #fff;
}

/* invisible */
.custom-menu-item.inv {
  display: none;
}

/* ----------------
    Search Modal
----------------- */
.search-window {
  -webkit-overflow-scrolling: touch;
  background: #fff;
  display: none;
  opacity: 0;
  padding-bottom: 60px;
  position: fixed;
  top: 60px;
  height: 100%;
  width: 100%;
  z-index: 1000;
  transform: translateY(-100%);
  transition: .4s all;
}

.search-window.opened {
  opacity: 1;
  transform: translateY(0);
}

.search-window .container {
  overflow-y: auto;
  height: 100%;
}

.search-window-form {
  background: #dfdfdf;
  padding: 22px;
}

.search-window-form .searchform .container {
  width: 100%;
}

.search-window-form .searchform input[type="text"] {
  max-width: none;
}

.searchform .container,
.post-password-form .container {
  background: #fff;
  border: #bbb 1px solid;
  display: inline-block;
}

.searchform input[type="text"],
.searchform button[type="submit"],
.post-password-form input[type="submit"],
.post-password-form input[type="password"] {
  border: none;
  background: #fff;
  line-height: 1.3rem;
  padding: 6px 8px;
}

.searchform input[type="text"]:focus,
.searchform button[type="submit"]:focus,
.post-password-form input[type="password"],
.post-password-form input[type="submit"] {
  background: #fff;
}

.searchform input[type="text"],
.post-password-form input[type="password"] {
  border-right: none;
  font-size: .9rem;
  float: right;
  width: 70%;
  width: -webkit-calc(100% - 42px);
  width: calc(100% - 42px);
}

.searchform button[type="submit"] {
  border-left: none;
  color: #afafaf;
  font-size: 1.2rem;
  float: left;
  text-align: left;
  width: 42px;
}

.search-window-popular-list {
  list-style: none;
  margin: 0;
  padding-bottom: 12px;
}

.popular-list-title {
  border-bottom: #bebebe 1px solid;
  color: #FFA5A9;
  font-size: 1.1rem;
  padding: 3px 6px;
}

/* -----------------
  Fixed Menu
------------------ */
.secondary-block .main-widget:last-child h3 {
    display: none;
}
#footer_formBtn {
/* display: block; */
  position:relative;
}
#fixedMenu {
  background-color: rgba(254,187,187,0.4);
  width:100%;
  height:auto;
  margin: 0;
  /*position:fixed;*/
  bottom:0;
  left:0;
  z-index:999;
}
/*
#fixedMenu .bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
}

#fixedMenu .bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: none;
    left: -5px;
    background-color: transparent;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
*/

#fixedMenu ul {
  margin: 0 auto;
  padding: 8px;
  list-style: none;
  max-width: 584px;
}

#fixedMenu ul li {
  display: inline-block;
  height:auto;
  padding: 0;
  margin: 0;
}
#fixedMenu ul li:after {
  content: "";
  display: block;
  clear: both;
}
#fixedMenu ul li a {
  display: inline-block;
}

/* -----------------
  Footer Navigation
------------------ */
.footer-nav {
  margin: 0;
  padding: 1.1em 0;
  text-align: center;
}

.footer-nav li {
  display: inline-block;
  list-style: none;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer-nav li::after {
  background: #c0c0c0;
  content: '';
  display: block;
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  height: 10px;
  width: 1px;
}

.footer-nav li:last-of-type:after {
  display: none;
}

.footer-nav li a {
  font-size: .75rem;
  padding: 0 6px;
}

.footer-nav li a,
.footer-copyright {
  color: #909090;
}

.ainowa_link {
  text-align: center;
}

.ainowa_link a {
    color: #909090;
}

/* Footer Copyright */
.footer-copyright {
  background: #efefef;
}

.footer-copyright-text {
  font-size: 13px;
  /*font-size: 2.1vw;*/
  margin: 0;
  padding: 12px 2px;
  text-align: center;
}

.footer-copyright-logo {
  display: inline-block;
  height: 30px;
  margin-right: 18px;
}

/* ----------------
      目次
----------------- */
.table-contents {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
  margin-bottom: 1.7em;
  padding: 8px;
}

.table-contents-title {
  border-bottom: #FFA5A9 1px solid;
  margin-bottom: .4em;
  padding: 2px 4px;
  text-align: center;
}

.table-contents ol {
  list-style: outside decimal;
}

.table-contents ol ol {
  margin-left: 1.4em;
}

.table-contents li {
  margin-left: 10px;
  font-size: .84rem;
  margin-bottom: .4rem;
}

.table-contents-title span {
  color: #D03A71;
}

.decimal ol {
  list-style-type: decimal;
}

.disc ol {
  list-style-type: none;
}

.none ol {
  list-style-type: none;
}

.none>ol {
  margin-left: 0;
}


/* ----------------
    Farny Category
----------------- */
.kg-category ,
.kg-category-more{
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -js-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kg-category-panel {
  margin: 0 0 6px;
}

.kg-category-img {
  background: center no-repeat;
  background-size: cover;
  width: 100%;
}

.kg-category-name {
  color: #FFA5A9;
  font-size: .76rem;
  margin: 0;
  padding-top: 4px;
  text-align: center;
}

/* ----------------
  Farny Pickup
----------------- */
.pickup-widget.widget {
  background: #E3dedE;
  padding: 0;
}

.pickup-title {
  display: block;
  margin: 0 auto 6px;
  text-align: center;
  height: 58px;
  width: auto;
}

.kg-pickup-subtitle {
  color: #888;
  margin: 0 0 8px;
  text-align: center;
}

.kg-pickup {
  max-width: 100%;
  overflow: hidden;
  padding: 0!important;
}

.kg-pickup .slick-track {
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  display:flex;
  flex-wrap: nowrap;
}

.kg-pickup section.post-item {
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
  -webkit-align-items:stretch;
  align-items:stretch;
  background: #fff;
  border: none;
  margin: 0 8px;
}

.kg-pickup section.post-item:focus,
.kg-pickup section.post-item:active {
  outline: 0;
}

/* ----------------
   Farny Banner
----------------- */
.kg-banner {
  margin-bottom: 12px;
}

.kg-banner:last-of-type {
  margin-bottom: 0;
}

.kg-banner a,
.kg-banner-img {
  display: block;
  width: 100%;
}

/* ----------------
 Farny Crator Link
----------------- */
.kg-creator-link {
  padding: 0!important;
}

.kg-creator-link-img {
  background: center no-repeat;
  background-size: cover;
  display: block;
  float: left;
  margin: 0;
}

.kg-creator-link-btn.btn {
  clear: left;
}

/* ----------------
 Farny SNS Entrance
----------------- */
.kg-sns-entrance-banner img {
  width: 100%;
}

.kg-sns-entrance-message {
  color: #FFA5A9;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.45rem;
  margin: 0;
  padding: 12px 3px;
  text-align: center;
}

.kg-sns-entrance-snsgroup .sns-link {
  display: block;
  float: left;
  padding: 0;
  text-align: center;
}

.kg-sns-entrance-snsgroup .sns-link-icon {
  display: block;
  height: 100%;
  width: 100%;
}

/* --------------------
 Farny Variety Gadget
-------------------- */
.kg-variety-gadget {
  margin-bottom: 12px;
}

.kg-variety-gadget:last-of-type {
  margin-bottom: 0;
}

.kg-variety-gadget.type_code>* {
  text-align: center;
  width: 100%!important;
}

.kg-variety-gadget.type_code>*>* {
  margin: 0 auto;
  overflow: hidden!important;
}

/* ---------------------
 Farny Relative Article
--------------------- */
.kg-related-article {
  padding: 0!important;
}

.related-post-list .post-item.bigimg,
.post-list.handmade .post-item.bigimg {
  border: #ccc 1px solid;
  float: left;
  margin: 0 0 8px 2.67%;
  width: 46%;
}

.related-post-list .post-item.bigimg:nth-of-type(odd),
.post-list.handmade .post-item.bigimg:nth-of-type(odd) {
  clear: left;
}

.related-post-list .post-item.bigimg .post-item-content,
.post-list.handmade .post-item.bigimg .post-item-content {
  height: 86px;
  padding: 4px;
}

.related-post-list .post-item.bigimg .post-item-header,
.post-list.handmade .post-item.bigimg .post-item-header {
  height: 57%;
}

.related-post-list .post-item.bigimg .post-item-info,
.post-list.handmade .post-item.bigimg .post-item-info {
  padding: 0 4px 6px;
}

.related-post-list .post-item.bigimg .post-item-title,
.post-list.handmade .post-item.bigimg .post-item-title {
  font-size: .86rem;
  line-height: 1.4;
}

.post-list.handmade .post-item.bigimg .post-item-category {
  margin: 3px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ----------------
      Buttons
----------------- */
.btn {
  background: #fff;
  border: #898989 1px solid;
  border-radius: 6px;
  color: #898989;
  display: block;
  font-size: 1.04rem;
  font-weight: normal;
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
  width: 100%;
}

.btn:hover {
  background: #fff;
}

.more-btn {
  border-color: #FFA5A9;
  color: #FFA5A9;
  margin-top: 12px;
}

.gadget-btn {
  color: #fff;
  padding: 8px 0;
}

/* ----------------
 Default SNS ICON
-----------------*/
.sns-link {
  border: transparent 2px solid;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.6rem;
  padding: 4px;
}

/* 例外処理 */
.sns-link.instagram {
  background: center no-repeat;
  background-size: cover;
  border: none;
}

/* ----------------
      User List
----------------- */
.author-item {
  border-bottom: #999 1px solid;
  height: 110px;
  overflow: hidden;
}

.author-item a {
  display: block;
  padding: 8px;
  height: 100%;
  width: 100%;
}

.author-item-eyecatch,
.author-item-content {
  float: left;
}

.author-item-eyecatch {
  padding-right: 8px;
  height: 100%;
  width: 110px;
}

.author-item-img {
  background: center no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.author-item-content {
  color: #878787;
  height: 100%;
  width: 80%;
  width: -webkit-calc(100% - 110px);
  width: calc(100% - 110px);
}

.author-item-name {
  color: #565656;
}

.author-item-profile {
  padding-top: 4px;
}

.author-item p {
  margin-bottom: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.author-post-count {
  margin: 0 auto;
  padding: 12px 0;
  width: 96%;
}

/* ----------------
    User Profile
----------------- */
.profile-box {
  border: #FFA5A9 1px solid;
  position: relative;
}

.profile-box,
.profile-box>a {
  color:#878787;
}

.profile-box p {
  margin: 0;
}

.profile-box-title {
  font-size: .96rem;
}

.profile-box-container {
  padding: 8px;
}

.profile-box-eyecatch,
.profile-box-content {
  float: left;
}

.profile-box-eyecatch {
  padding-right: 12px;
  max-width: 240px;
  width: 40%;
  width: 40vw;
}

.profile-box-img {
  background: center no-repeat;
  background-size: cover;
  max-height: 240px;
  height: 102px;
  height: 40vw;
  width: 100%;
}

p.profile-box-views {
  margin-top: 6px;
}

.profile-box-content {
  padding-bottom: 44px;
  position: relative;
  max-height: 240px;
  height: 102px;
  height: 40vw;
  min-width: 60%;
  min-width: -webkit-calc(100% - 240px);
  min-width: calc(100% - 240px);
  width: 60%;
  width: -webkit-calc(100% - 40vw);
  width: calc(100% - 40vw);
}

.profile-box-name {
  color: #565656;
  margin: 0;
}

.profile-box-profile {
  padding-top: 8px;
}

.profile-box-profile p {
  margin-bottom: 2px;
}

.profile-box-bottom-block {
  clear: both;
}

.profile-box-profile-comment {
  padding: 8px 0;
}

.profile-box-sns-group-wrap {
  float: right;
}

.profile-box-sns-link {
  border-radius: 4px;
  display: block;
  float: left;
  font-size: 1.2rem;
  line-height: 30px;
  margin-right: 12px;
  text-align: center;
  height: 30px;
  width: 30px;
}

.profile-box-sns-link:last-of-type {
  margin-right: 0;
}

.profile-box-sns-link.tw {
  background: #5B95E0;
  border-color: #5B95E0;
  color: #fff;
}

.profile-box-sns-link.ing {
  background: center no-repeat;
  background-size: cover;
  border: none;
  padding: 0;
}

.profile-box-btn {
  background: #FFA5A9;
  border-radius: 4px;
  color: #fff;
  font-size: .78rem;
  margin-top: .8em;
  letter-spacing: 1px;
  padding: 8px 0;
  position: relative;
  text-align: center;
}

.profile-box-btn i {
  font-size: 1.2rem;
  margin-right: .4em;
  vertical-align: top;
}

.profile-box-btn::before {
  border: #fff 1px solid;
  border-radius: 4px;
  content: '';
  display: block;
  position: absolute;
  bottom: 3px;
  left: 3px;
  right: 3px;
  top: 3px;
}

/* ----------------
    Static Page
----------------- */
.page-header .title {
  font-size: .9rem;
  letter-spacing: 0;
}

.page-header-eyecatch {
  display: block;
  margin-top: 12px;
  width: 100%;
}

.page-header-text {
  color: #FFA5A9;
  font-size: 1.12rem;
  letter-spacing: 1px;
  line-height: 1.6;
  margin: 0;
  padding: 6px 4px 12px;
  text-align: center;
}

.page-header-desc {
  border-bottom: #efefef 1.2em solid;
  padding: .8rem 6px;
}

.page-header-desc p {
  margin: 0;
}

/* ----------------
    Handmade Page
----------------- */
.handmade-search {
  background: #dfdfdf;
  border: transparent 1px solid;
  border-top-color: #999;
  border-bottom-color: #999;
  padding: 14px 12px;
}
.handmade-search .searchform {
  background: #fff;
  border: #bbb 1px solid;
  border-radius: 6px;
  color: #FFA5A9;
}

.handmade-search .searchform,
.handmade-search .container {
  width: 100%;
}

.handmade-search .container {
  background: transparent;
  border: none;
  display: block;
}

.handmade-search input,
.handmade-search button {
  background: transparent!important;
}

.post-list.handmade {
  margin-top: 12px;
}

/* ----------------
    Pagenation
----------------- */
.pagenation {
  margin: 12px auto 0;
  text-align: center;
}

.pagenation-item {
  background: #fff;
  border: #FFA5A9 1px solid;
  color: #FFA5A9;
  display: inline-block;
  line-height: 1;
  margin-right: 6px;
  padding: 9px 11px;
}

.pagenation-item:last-child {
  margin-right: 0;
}

.pagenation-item.arrow {
  padding: 9px 18px;
}

.pagenation-item.arrow:last-of-type {
  margin-left: 10px;
}

.pagenation-item.arrow:first-of-type {
  margin-right: 16px;
}

.pagenation-item.active,
.pagenation-item.arrow,
.pagenation-item:hover,
.pagenation-item:active {
  background: #FFA5A9;
  color: #fff;
  text-decoration: none;
}

.pagenation-info {
  font-size: .82rem;
  padding: 14px 9px 0;
}

.pagenation-info-show {
  margin-left: 18px;
}

/* ------------ Post Formats ---------------- */
.post-item {
  border-bottom: #ddd 1px solid;
  height: 111px;
  overflow: hidden;
}

.post-item a {
  color: #666;
  display: block;
  height: 100%;
}

.post-item-content {
  background: #fff;
  float: right;
  position: relative;
  padding: 6px;
  height: 100%;
  width:  60%;
  width: -webkit-calc(100% - 156px);
  width: calc(100% - 156px);
}

.post-item-header {
  float: left;
  padding: 6px 0 6px 6px;
  height: 100%;
}

.post-item-eycatch {
  display: block;
  max-width: 144px;
  height: 100%;
  width: auto;
}

.post-item-title,
.article-item-title,
.article-item-content h1,
.article-item-content h2,
.article-item-content h3 {
  color: #666;
  font-size: .9rem;
  font-weight: bold;
  line-height: 1.3;
}

.post-item-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  width: 100%;
  word-wrap: break-word;
}

.post-item-info {
  font-size: .82rem;
  line-height: 1.12;
  padding: 0 6px 6px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.post-item-category,
.article-item-category,
.article-item-category a {
  color: #FFA5A9;
}

.post-item-category,
.article-item-category {
  line-height: 1.1;
  margin: 2px 14px 0 0;
}

.article-item-category {
  display: inline-block;
  float: left;
}

.post-item-author {
  clear: left;
  display: table;
  float: left;
}

.post-item-author .wrap {
  width: 25px;
}

.post-item-author-img {
  background: center no-repeat;
  background-size: cover;
  border: #ddd 1px solid;
  border-radius: 50%;
  width: 25px;
}

.post-item-author-name,
.post-item-author-img {
  display: table-cell;
  height: 25px;
  vertical-align: middle;
}

.post-item-author-name {
  padding-left: 6px;
}

.post-item-views,
.article-item-views {
  float: right;
  margin-top: 6px;
}

.post-item-views,
.article-item-views,
.article-item-date {
  color: #888;
}

.post-item-ranked {
  background: #FFA5A9;
  color: #fff;
  display: inline-block;
  font-size: .8rem;
  line-height: 1;
  margin: 2px 4px 0 0;
  max-width: 56px;
  padding: 3px 6px;
  text-align: center;
  vertical-align: top;
}

/* ----------------
  Big Image Format
----------------- */
.post-item.bigimg {
  height: auto;
}

.post-item.bigimg .post-item-content {
  float: none;
  height: auto;
  width: 100%;
}

.post-item.bigimg .post-item-header {
  float: none;
  padding: 0;
  height: auto;
  width: 100%;
}

.post-item.bigimg .post-item-eycatch {
  max-width: none;
  width: 100%;
}

.post-item.bigimg .post-item-category {
  margin-top: 4px;
  margin-bottom: 0;
}

.post-item.bigimg .post-item-info {
  margin-top: 6px;
  position: static;
  padding: 0;
}

.post-item.bigimg .post-item-author,
.post-item.bigimg .post-item-views {
  float: none;
}

.post-item.bigimg .post-item-views {
  display: block;
  text-align: right;
}

.post-title,
.title a {
  color: #555;
  transition: .2s all;
}

.title a:hover,
.title a:active {
  text-decoration: none;
}


/* ------------ Article Formats ---------------- */
/* ----------------
  Single Format
----------------- */

.article-item {
  padding-bottom: 30px;
}

.article-item-header {
  margin-bottom: 28px;
}

.article-item-title,
.article-item-sns,
.article-item-info,
.article-item-content {
  padding: 15px 9px 0;
}

.article-item-content * {
  max-width: 100%;
}

.article-item-content a {
  color: #D03A71;
}

.article-item-content iframe.wp-embedded-content {
  width: 100%;
}

.article-item-thumbnail img {
  display: block;
  width: 100%;
}

.article-item-head-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 9px;
}

.article-item-clip {
  background: #ff5d5d;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  padding: 4px 6px;
  font-size: 12px;
  font-weight: bold;
}


.article-item-date {
  margin: 4px 0;
  text-align: right;
}

.article-item-date i {
  margin-right: 3px;
}

.article-item-sns {
  margin-bottom: 24px;
}

.article-item-title {
  margin: 8px 0;
}

.article-item-title.page {
  border-bottom: #FFA5A9 1px solid;
  color: #FFA5A9;
  text-align: center;
}

.article-item-info {
  vertical-align: middle;
}

.article-item-info>* {
  display: inline-block;
  line-height: 22px;
}

.article-item-category,
.article-item-author {
  float: left;
}

.article-item-category {
  margin: 0;
}


.article-item-author,
.article-item-author a {
  color: #666;
}

.article-item-author {
  margin-left: 24px;
}

.article-item-author-img {
  background: center no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  height: 24px;
  width: 24px;
}

.article-item-views {
  margin-top: 0;
}

.article-item-content h1,
.article-item-content h2,
.article-item-content h3,
.article-item-content h4,
.article-item-content h5,
.article-item-content h6 {
  margin: 1.7rem 0;
}

.article-item-content h2 {
  border: #FFA5A9 0 solid;
  border-bottom-width: 1px;
  padding: 8px 4px;
}

.article-item-content h3 {
  border-bottom: #FFA5A9 3px dotted;
  padding: 3px 4px;
}

.article-item-content h4 {
  color: #ff99cc;
  font-weight: bold;
  margin: .8rem 0;
  padding: 3px;
}


.article-item-content img {
  padding: 0;
  width: 100%;
}

.article-item-content img.img-disp-large {
  width: 100%;
}

.article-item-content img.img-disp-middle {
  width: 50%;
}

.article-item-content img.img-disp-small {
  width: 30%;
}

.article-item-content img.img-disp-original {
  width: auto;
}

.article-item-footer {
  margin-top: 24px;
  padding: 0 9px 12px;
}

/* ------------------------------------------ */

.tag,
.post-info .tag,
.tagcloud a {
  display: inline-block;
  margin: 0 0 4px 4px;
}

.tag a,
.tagcloud a {
  border: #777 1px solid;
  color: #666;
  padding: 2px 8px;
}

.tag a {
  display: block;
}

.tagcloud a {
  font-size: 1rem !important;
}

/*.tag a:hover,
.tag a:active {
  background: #aaa;
  text-decoration: none;
}*/

.tag.area a {
  border-color: #6BCDCC;
}

.pc-only {
  display: none;
}

/*****************************
            base
******************************/
main {
  /* padding: 24px 0; */
  background: #fff;
}

.secondary-block {
  margin-top: 12px  ;
}

.primary-block .section {
  margin-top: 48px;
}

.primary-block .section:first-child {
  margin-top: 0;
}

.top-big-img {
  display: none;
}

/*****************************
        post content
******************************/
.post-article,
.not-found-article {
  padding: 12px 0;
}

.post-item {
  position: relative;
}

.cat-mark {
  background: rgba(155,76,71,0.9);
  color: #fff;
  display: block;
  padding: 2px 8px;
  position: absolute;
  top: 18px;
  left: 0;
}

.breadcrumb {
  margin: 64px auto 0 auto;
  max-width: 745px;
  font-size: .7rem;
  padding: 8px;
  background: #fff;
}

.breadcrumb div {
  display: inline-block;
  font-size: 0.8rem;
}

.breadcrumb .bread-space {
  padding: 0 6px;
}

/*
  Information Box
*/
.information-box {
  font-size: .82rem;
  padding: 8px;
}

.information-box-inner {
  border: #FFA5A9 2px solid;
  border-radius: 3px;
  padding: 8px;
}

.information-box-title {
  font-weight: bold;
}

.information-box p {
  margin-bottom: .4rem;
}

/*
  Cat List
*/
.cat-list {
  background: #efefef;
  margin: 0;
  padding: 0 0 1.2em;
}

.cat-list-item {
  background: #fff;
  font-size: .82rem;
  list-style: none;
  margin: 0 0 2px 0;
  position: relative;
  width: 100%;
}

.cat-list-item a {
  color: #51382f;
  display: block;
  font-weight: bold;
  padding: 1em;
}

.sep-cat.cat-list {
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  display:flex;
  -ms-flex-wrap : wrap;
	-webkit-flex-wrap : wrap;
	flex-wrap : wrap;
  padding: 1.2em 0;
}

.sep-cat .cat-list-item {
  margin-right: 2px;
  font-size: .76rem;
  width: calc(50% - 1px);
}

.sep-cat .cat-list-item:nth-child(2n) {
  margin-right: 0;
}

.sep-cat .cat-list-item a {
  display: table;
  width: 100%;
}

.sep-cat .cat-list-item i,
.sep-cat .cat-list-item span {
  display: table-cell;
  vertical-align: middle;
}

.sep-cat .cat-list-item i {
  font-size: 1.09rem;
  padding-right: 5px;
  width: 28px;
}

.single-cat .cat-list-item i {
  display: block;
  font-size: .92rem;
  position: absolute;
  transform: translateY(-50%);
  right: 16px;
  top: 50%;
}

/*
  Ads container
*/
.ads-container {
  background: #efefef;
  padding-bottom: 1.2em;
}

.ads-container-inner {
  overflow: hidden;
  margin: 0 auto;
  max-width: 350px;
  width: 100%;
}

.ads-container img {
  display: block;
  width: 100%;
}

/*
  Comment
*/
.comments {
  margin-top: 32px;
  max-width: 850px;
}

.comments-list {
  list-style: none;
  margin: 0;
}

.comment {
  margin-top: 21px;
}

.comments-list .children .comment {
  margin-top: 12px;
}

.comments-list .children .children {
  margin-left: 0;
}

.comment-body {
  border: #aaa 1px solid;
  padding: 5px;
}

.comment-header {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.comment-author,
.comment-date,
.comment-edit {
  margin-left: 12px;
}

.comment-body .reply {
  position: absolute;
  right: 4px;
}

.comment-text {
  margin-top: 5px;
  padding: 4px 12px;
}

.comments-pagenavigation {
  margin-top: 12px;
}

.comment-respond {
  margin-top: 32px;
  max-width: 500px;
  width: 80%;
}

.comment-input label,
.comment-input input,
.comment-form-comment label,
.comment-form-comment textarea {
  display: block;
  width: 100%;
}

.comments .form-submit {
  text-align: center;
}

.comment-form  input[type="submit"] {
  background: #A55151;
  display: inline-block;
  color: #fff;
  font-weight: normal;
  padding: 6px 24px;
}

.comments-pagenavigation,
.comment {
  list-style: none;
}

.comments-pagenavigation {
  margin-left: 0;
}


/*************************************
**            widget               **
*************************************/
.widgets {
  margin-top: 32px;
}

.widgets:first-of-type {
  margin-top: 0;
}

.widget {
  border-bottom: #ccc 1px solid;
  padding: 24px 0;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget>* {
  padding: 0 8px;
}

.widget>a {
  display: block;
}

.widget-wrap {
  padding: 0 8px;
}

.widget-title {
  padding: 4px;
  margin-bottom: 8px;
}

.not-found-widget {
  margin-bottom: 64px;
}

.not-found-widget:nth-child(2) {
  margin-top: 64px;
}

.widget>ul {
  margin-left: 0;
}

.widget>ul li {
  border-bottom: #ddd 1px solid;
  list-style: none;
  margin-bottom: 8px;
  padding: 4px 0;
}

.widget>ul li:last-child {
  border-bottom: none;
}

#wp-calendar tfoot {
  display: none;
}

/*
  WPP
*/
.wpp-list a {
  display: block;
  float: left;
  width: 18%;
}

.wpp-list a+a {
  float: right;
  width: 80%;
}

.wpp-thumbnail {
  margin: 0!important;
  height: auto;
  width: 100%;
}

/*
  Image Widget
*/
.widget_sp_image-image-link img {
  width: 100%;
}

/*************************************
**             social               **
*************************************/
.social-list {
  margin: 0;
  text-align: center;
}

.top .social-list {
  border: #dedede 1px solid;
  border-left: 0;
  border-right: 0;
  margin-top: 14px;
  padding-top: 8px;
}

.social-list li {
  display: inline-block;
  list-style: none;
  margin: 0 0 8px 24px;
  overflow: hidden;
  vertical-align: top;
}

.social-list li:first-child {
  margin-left: 0;
}

.social-icon a,
.social-icon .icon {
  text-align: center;
}

.social-icon a {
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 0.8rem;
  overflow: hidden;
  white-space: nowrap;
  height: 48px;
  width: 48px;
}

.top .social-icon a {
  height: 32px;
  width: 32px;
}

.social-icon .icon {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 48px;
}

.top .social-icon .icon {
  font-size: 1rem;
  line-height: 32px;
}

.icon-facebook a {
  background: #4267B2;
}

.icon-twitter a {
  background: #1B95E0;
}

.icon-hateb a {
}

.social-icon.icon-hateb {
  background: url(https://b.st-hatena.com/images/entry-button/button-only@2x.png) center no-repeat;
  background-size: contain;
}

.icon-google-plus a {
  border: #aaa 1px solid;
  color: #DB4437;
}

.social-icon.icon-line {
  background: url(images/line-icon.png) center no-repeat;
  background-size: contain;
}

.social-icon a:hover,
.social-icon a:active {
  text-decoration: none;
}
.anime {
position: absolute;
    top: 57px;
    z-index: 1;
}
/* ----------------
 To TOP Control
-----------------*/
.to-top-ctr {
  background: rgba(0, 0, 0, .45);
  border-radius: 8px;
  display: none;
  position: fixed;
  text-align: center;
  bottom: 15%;
  right: 3%;
  height: 58px;
  width: 58px;
  z-index: 9999;
}

.to-top-ctr i {
  background-position: center 4px;
  height: 100%;
  width: 100%;
}

/*
  for tablet
*/
@media screen and (min-width : 600px) {
  .l-main-contents,
  .l-footer,
  .information-box {
    margin: 0 auto;
    max-width: 600px;
  }
}

/*
  clip button
*/
.article-floating-wrapper {
  position: fixed;
  bottom: 70px;
  right: 0;
  display: flex;
  flex-direction: row-reverse;
  padding: 15px;
  outline: 0;
  z-index: 999;
}

.article-floating-clip-button {
  -webkit-appearance: none;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ff5d5d;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.article-floating-clip-button i {
  margin: auto;
  display: block;
  font-size: 24px;
  color: #ff5d5d;
}
.category_ad {
    border-bottom: 1px dotted #cfcfcf;
}
.autorlist_ad {
  width: 100%;
    overflow: hidden;
    width: 100%;
    margin: auto;
    padding: 5px 0 0;
    background: #FBFBFB;
    border-bottom: 1px dotted #cfcfcf;
}


@media screen and (min-width : 1000px) {
  .top__content {
    max-width: 745px;
  }
  .header-wrap {
    height: 55px;
  }
  .header {
    height: 55px;
  }
  .top__content__fv__inner {
    max-width: 745px;
    
  }
  .top__content__title {
    max-width: 760px;
    padding: 11px 0 10px 15px;
  }
  .top__content__title-creator__inner:before {
    content:none;
  }
  .top__content__title-creator__inner {
    padding-left: 20px;
    font-size: 14px;
  }
  .top__content__title__inner {
    padding-left: 25px;
  }
  .top__content__box__link .link {
    font-size: 79%;
  }
  .top__content__article {
    max-width: 780px;
  }
  .top__content__article__nav__inner__item {
    font-size: 11px;
  }
  .global-footer .adviser .content {
    padding: 60px 30px 0px;
  }
  .global-footer .adviser {
    padding-top: 0px;
    width: 745px;
    margin: auto;
    background-color: white;
  }
  .global-footer .adaptive-flex-wrapper {
    justify-content: space-between;
  }
  .global-footer .adaptive-flex-wrapper--1 {
    height: 147px;
  }
  .global-footer .adaptive-flex-wrapper--2 {
    height: 300px;
    margin-bottom: 25px;
  }
  .global-footer .adaptive-flex-card {
    width: 330px;
  }
  .global-footer .other-consultation-tags {
    max-width: 214px;
  }
  .global-footer .footer-rows {
    width: 745px;
    margin: auto;
  }
  .global-footer .copyright {
    width: 745px;
    margin: auto;
  }
  .global-footer .border-double {
    display: none;
  }
  .footer-rows .container {
    width: 745px;
    margin: auto;
  }
  .footer-rows .container {
    width: 745px;
    margin: auto;
    min-width: 745px;
  }
  .global-footer .site-links {
    margin: 0px;
    padding: 15px 0;
    float: right;
    width: 290px;
  }
  .global-footer .row-facebook-pc {
    padding: 43px 20px;
    width: 340px;
    transform: translate(34px, 0px);
  }
  .global-footer .box-result {
    padding: 22px 0;
  }
  .global-footer .border-dash {
    width: 715px;
    margin: 40px 0px 10px;
  }
  .global-footer .social-links {
    padding-left: 29px;
  }
}

@media screen and (max-width: 767px){
  .marginbottom{
    margin-bottom: 60px;
  }
  .aplireadmargin{
    margin: 30px auto 0px;
  }
}