@charset "UTF-8";
/*
Theme Name: Azabu Tailor Blogs
Description: Azabu Tailor Blogs , Shop Blogs Theme.
Theme URI:
Author: Manabu Fukai(Design Office Glitter Style)
Author URI: http://glitter-style.jp
Version: 0.1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html

 -- Index ------

 1.Font & Link
 2.Layout
 3.Navi
 4.Fron Page
 5.Page
 6.Blog Home
 7.index
 8.single
 9.Comment
 10.Custom Post
 11.Sidebar
 12.Footer
 13.WordPres Misc
 14.Option

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

body {
  /* color: #111;
  font-size: 12px; */
  /* font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, sans-serif; */
  /* font-family: 'Noto Sans JP', sans-serif !important; */
  /* line-height: 1.5;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}

::selection {
  background: rgba(135, 166, 216, 0.1);
}

::-moz-selection {
  background: rgba(135, 166, 216, 0.1);
}

/* =======================================

  1. font & link

======================================= */

h1 {
  margin: 0 0 10px;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

em {
  font-style: normal;
  font-weight: bold;
}

/* a {
  color: #888;
  text-decoration: none;
}
a:hover,
#sidebar a:hover {
  color: #4b81d6;
}

.serif {
  font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
}
.san-serif {
}

.menu-list dt,
#sidebar h2,
.times {
  font-family: 'Times New Roman', serif;
} */

/* ======================================

  2. Main Layout

====================================== */
ul {
  list-style: none;
}

ol {
  padding-left: 28px;
  list-style-type: decimal;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
}

blockquote {
  margin: 15px 0 3em;
  background: #eee;
  color: #666;
  padding: 35px 40px 35px 75px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
}

blockquote:before {
  content: '\e244';
  font-size: 26pt;
  line-height: 42px;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 15px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}

.defs {
  display: none;
}

.icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  fill: currentColor;
}

/*.comment_bal a:before,.comment-num a:before*/
.icons:before,
.icons_b:after,
blockquote:before,
.entry-body a[target='_blank']:after,
.entry-body a[target='new']:after {
  font-family: 'material-icons';
  display: inline-block;
  font-size: 1.2em;
  vertical-align: middle;
}

.icons:before,
blockquote:before {
  margin-right: 5px;
  margin-top: -3px;
}

.icons_b:after,
.entry-body a[target='_blank']:after,
.entry-body a[target='new']:after {
  margin-left: 5px;
}

.c {
  clear: both;
}

.clear {
  min-height: 1px;
}

#container {
  margin: 0 auto;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  /*padding:0 23px;*/
}

#header {
  position: fixed;
  width: 100%;
  height: 88px;
  top: 0px;
  left: 0;
  /*padding:0px 20px 0px;*/
  z-index: 100;
  overflow: visible;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

#header svg,
#over-sub-nav svg {
  display: block;
  height: 100%;
  width: 100%;
}

#logo {}

#logo a {
  display: block;
  width: 226px;
  height: 38px;
  margin: 0 0 0 -10px;
  padding: 12px 0 4px;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

#logo a:hover {
  background-color: rgba(135, 166, 216, 0.1);
}

#nav {
  position: relative;
  height: calc(100% - 38px);
}

#sidebar {
  width: 25%;
  max-width: 290px;
  float: right;
  padding: 20px 0 0;
  /*background: rgba(255,255,255,.8);*/
  color: #333;
  /*   overflow-y:auto;
  z-index:50;
  box-shadow:-1px 0 8px rgba(0,0,0,.2); */
}

#footer {
  width: 100%;
  padding: 0 0 15px;
  position: relative;
  background: #fff;
  border-top: 1px solid #ddd;
  overflow: hidden;
}

.article {
  position: relative;
  background: #fff;
  min-height: 500px;
  padding: 45px 0 30px;
  margin-top: 88px;
  font-size: 14px;
}

/*.article{max-width:980px;margin:0 auto;padding: 48px 45px 30px;}*/

/* Full Screen Contents */
.article-single {
  width: 100%;
}

/* Side Margin Contents */
.article-column {
  max-width: 1024px;
  padding: 0 0 30px;
  margin-left: auto;
  margin-right: auto;
}

/* Side Margin += padding */
.compact {
  padding-left: 45px;
  padding-right: 45px;
}

/* Post common setting */
/*.post-data{padding: 0 12px 18px;overflow: hidden;}
.post-data p{margin:0;line-height: 1.2}*/
.post h2,
.post h3 {
  font-size: 1.1em;
  line-height: 1.3;
}

.response {
  padding: 6px 12px;
  margin: 0;
  font-size: 16px;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
}

.response,
.response a {
  color: #cdcdce;
}

.sup {
  background: #e8e9eb;
  padding: 3em 1.5em;
}

.more {
  display: block;
  max-width: 260px;
  text-align: center;
  padding: 8px 12px;
  margin: 1em auto;
  background: #000;
  /*#0064ab*/
  color: #fff;
}

/*.more:after{content:none}
.entry-body .more{color: #fff;border:none!important;}*/

.circle {
  display: inline-block;
  padding: 6px 26px;
  color: #fff;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0);
  border-radius: 25px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.circle:hover {
  background: rgba(255, 255, 255, 0.3);
}

.circle.icons:before {
  content: '\e315';
}

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

.bg,
.cards img {
  width: 100%;
  height: auto;
}

.article .section,
.entry-body .section {
  margin-bottom: 85px;
}

/*.article .comp,
.entry-body .comp{
  border:1px solid #aaa;
  border-radius: 5px;
  padding:23px;
}
.entry-body .comp{margin:0 40px;}
*/

.table {
  display: table;
  table-layout: fixed;
}

.table-child {
  display: table-cell;
  vertical-align: middle;
}

/* =====================================

 3. Navigation

====================================== */
#menu-primary {
  margin: 0;
  height: 100%;
}

#menu-primary>li,
#front-menu>li {
  width: 12.5%;
  height: 100%;
  float: left;
}

/*#logo a,*/
.menu-item>a {
  display: block;
  height: 100%;
  text-align: center;
  padding: 10px 0 14px;
  overflow: hidden;
}

#menu-primary a,
#front-menu a {
  border-bottom: 0px solid #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#over-nav a,
#over-sub-nav a {
  padding: 6px;
  border-radius: 2px;
  display: inline-block;
  max-width: 160px;
  height: 30px;
}

#over-sub-nav a {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

#over-nav a:hover {
  background: #949494;
  border-bottom-width: 0 !important;
}

#over-nav svg {
  fill: #fff;
}

.sub-menu,
#menu-primary .children {
  background: #fff;
  width: 200px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.sub-menu {
  position: relative;
}

.sub-menu a {
  display: block;
  height: 100%;
  padding: 11px 16px;
}

.sub-menu a:hover,
.links a:hover {
  background: rgba(0, 0, 0, 0.1);
}

#menu-primary .children {
  position: absolute;
  left: 100%;
  top: 0;
}

#menu-primary .page-item-33>a:after {
  margin: 0 0 0 5px;
}

#searchform {
  width: 80%;
  max-width: 450px;
  position: relative;
  margin: 0;
}

#s {
  padding: 6px 10px 6px 38px;
  font-size: 14px;
  width: 150px;
  height: 100%;
  transition: all 0.3s ease-in;
}

#s:focus {
  border-bottom: 2px solid #00317f;
  width: 200px;
}

.menu-item #searchform {
  /*width: 150px;*/
  max-height: 30px;
  overflow: hidden;
  position: absolute;
  right: 257px;
  /*width: 150px;*/
  top: 0;
  height: 35px;
}

/*.menu-item #s{position: absolute;right: 0;}*/
.menu-item #searchsubmit {
  left: 0;
}

/*.modal #s{display:block;width:100%;font-size:16px;padding:12px 12px 12px 40px;-webkit-box-shadow: 1px 1px 16px rgba(0,0,0,.1);box-shadow: 1px 1px 16px rgba(0,0,0,.1);}*/

.widget_search #searchform {
  position: relative;
  padding: 16px;
}

.widget_search #s {
  width: 100%;
}

.widget_search #searchsubmit {
  right: 0;
}

#searchsubmit {
  position: absolute;
  top: 0;
  height: 100%;
  border: none;
  z-index: 6;
  box-shadow: none;
  background: url(images/search.png) no-repeat 50% 50%;
}

#searchsubmit:active {
  left: auto;
}

/*.modal #searchsubmit{}*/

/* #comment-write */
#side-on {
  width: 55px;
  height: 55px;
  position: fixed;
  top: 115px;
  left: -5px;
  z-index: 40;
  text-align: center;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  -webkit-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  transition: all 0.4s cubic-bezier(1, 0, 0, 1);
}

#comment-write {
  top: 120px;
  padding: 0;
}

#writer {
  padding: 8px;
  border-radius: 50%;
}

#writer,
#search-on {
  background: #fff;
}

#side-on {
  background: #0064ab;
}

.modal #searchform:before {
  content: '\e61a';
  position: absolute;
  margin: 5px;
  padding: 3px 8px;
  background: #00317f;
}

#search-on:before,
#side-on:before,
#writer:before {
  display: block;
  font-size: 2em;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin: -4px 0;
}

#search-on:before {
  content: '\e61a';
  color: #00317f;
}

#side-on:before {
  content: '\e145';
  /*\e896';*/
  color: #fff;
}

#writer:before {
  content: '\e62d';
  color: #00317f;
}

#search-on.on {
  box-shadow: none;
  background: none;
  width: 110px;
  height: 110px;
}

#side-on.on {
  background: #4dbaeb;
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

#dialog-close:before,
#search-on.on:before {
  content: '\e61e';
  font-size: 5em;
}

#search-on.on:before {
  -webkit-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
}

#side-on.on:before {
  -webkit-transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  transform: rotate(-46deg);
}

@media screen and (min-width: 840px) {

  #menu-primary>.current>a,
  #menu-primary .menu-item>a:hover {
    border-bottom-width: 5px !important;
  }

  #menu-primary .sub-menu,
  #menu-primary .child {
    display: none;
  }

  #over-nav {
    position: absolute;
    top: -30px;
    right: 0;
  }

  #over-nav a {
    background: #000;
    transition: all 0.2s ease-in;
  }
}

/* subVisual */
.parallax-content .text {
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.6);
  max-width: 450px;
  margin: 2% auto;
}

.pllx,
.titleBack img,
.titleBox img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  /*margin-bottom: -5%*/
}

/* Button Setting */

.pickup .more {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
}

#movie .more,
.pickup .more {
  background: #111;
}

/* Event */
#events {
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 60;
  /*min-width: 35px;*/
  padding-left: 35px;
  height: 160px;
  background: #000;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
}

#events h3 {
  position: absolute;
  width: 35px;
  height: 160px;
  top: 0;
  left: 0;
  margin: 0;
  transition: background 0.5s ease-in-out;
}

#events h3.on {
  background: #b40926;
}

#events ul {
  display: none;
}

#events li {
  max-width: 150px;
}

#events h4 {
  font-size: 1.1em;
  line-height: 1.2;
}

#reserve-link {
  position: fixed;
  bottom: 24px;
  right: 0;
  z-index: 90;
}

.reserve-wrapper {
  width: 200px;
  height: 100px;
  background: #fff;
  border: 1px solid #bbb;
  padding: 24px 20px 20px;
  transition: all 0.5s cubic-bezier(0.81, 0, 0.5, 1);
}

.go-reserve {
  display: block;
  width: 160px;
  height: 48px;
  padding: 8px 16px;
  background: #002a58;
}

.go-reserve svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

#reserve-control {
  position: absolute;
  top: -20px;
  right: 0;
  width: 42px;
  height: 42px;
  padding: 8px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.5s ease-in;
}

#reserve-control svg {
  width: 100%;
  height: 100%;
  fill: #333;
  transition: transform 0.5s ease;
}

#reserve-control.on {
  background: #111;
}

#reserve-control.on svg {
  transform: rotate(45deg);
  fill: #fff;
}

.on.reserve-wrapper {
  transform: translateX(100%);
}

/* =====================================

 4. Front Page

====================================== */

/* #blogs a{display: block} */

.section_title {
  text-align: center;
  position: relative;
  z-index: 1;
}

.article-column .section_title {
  padding-top: 35px;
}

#mv,
.pickup figure,
.pickup .block,
.element,
.parallax-content .text {
  position: relative;
}

/* list setting */
#news .post,
#topics .post,
#brand-list li {
  /*float: left;*/
  margin: 0 1%;
}

.pickup h2 {
  margin-top: 0;
}

.pickup figcaption {
  position: absolute;
  width: 68%;
  height: 50%;
  padding: 30px 5%;
  background: #fff;
}

.pickup .block {
  /* width:65%; */
  display: block;
}

/* subVisual */
.parallax-content .text {
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.6);
  max-width: 450px;
  margin: 2% auto;
}

.pllx,
.titleBack img,
.titleBox img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

/* -- Post ------------------------- */

#blogs .post,
#relation .post {
  width: 31.33%;
  margin: 1%;
  /*float: left;*/
}

.page-body .post {}

/* -- Post ------------------------- */

#relation .post {
  width: 31.33%;
  margin: 1%;
  float: left;
}

.headline {
  overflow: hidden;
  padding: 16px 20px 3px;
}

.headline h2 {
  margin: 0;
}

.post-list {
  position: relative;
  /*border-bottom:1px solid #ddd*/
}

.post-list:after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 1) 100%);
}

.post-list ul {
  max-height: 320px;
  overflow-y: auto;
}

.post-list li {
  /* border-bottom: 1px solid #eee; */
  padding: 10px 20px;
  line-height: 1.5;
}

.post-list .perm-left {
  width: 25%;
}

.post-list .perm-right {
  width: 75%;
}

.post-list img {
  max-width: 80px !important;
}

.post-list h3 {
  margin: 0;
  font-size: 1.2em;
}

.post-title {
  min-height: 80px;
  overflow: hidden;
}

/* sub_contents */
#popular-post {
  background: #d3e5f0;
}

#relation {
  position: relative;
  padding: 30px 0;
}

.entry-title {}

/* -- PostOption ------------------------- */

.extract img {
  display: none;
}

.blog-home .post {
  border-radius: 1px;
  /*Safari transform bag*/
}

#post .category a {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 3px 10px;
  transition: background 0.3s ease-in;
}

#post .category a:hover {
  background: #666;
}

/* =====================================

 5. Page

====================================== */

.titleBox {
  position: relative;
  padding: 48px 45px 0;
}

/* #weblog .after:after, */
.titleBox:after {
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.2) 76%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.2) 76%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.2) 76%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  z-index: 2;
}

.titleBack {
  position: relative;
  /* top:80px; */
  margin: 0;
  min-height: 480px;
  max-height: 500px;
  overflow: hidden;
  padding: 48px 0 0;
}

.titleBack:before,
.titleBack:after {
  top: 0;
  left: 0;
}

.titleBack:before {
  background: rgba(0, 0, 0, 0.2);
}

.titleBack:after {
  background: url(images/grade.png) repeat-x 0 100%;
}

.not-found,
.error404 #searchform,
.description p {
  margin: 1em auto;
  max-width: 600px;
}

.description ul {
  display: inline-block;
}

.description .more {
  margin: 1em;
  min-width: 200px;
}

/* fixes potential theme css conflict */
#access img,
.minimap img {
  max-width: inherit !important;
}

/* 404 */
.error404 #searchform {
  position: relative;
}

/* Social shares */
#social {
  /* display:inline-block; */
  /* float:right; */
  /* margin:30px 0 50px; */
}

#social li {
  width: 45px;
  /* float:left; */
  display: inline-block;
}

#social a {
  height: 100%;
  border: none;
  overflow: hidden;
}

#social a {
  display: block;
  /*margin-left:5px;*/
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#social a:hover {
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
}

#social .icon {
  display: block;
  padding: 6px;
  margin: 0 auto;
  /* fill:#fff; */
}

/* =====================================

 6. Index & Archive

====================================== */
.post-data {
  padding: 0 12px 18px;
  /*overflow: hidden;*/
}

.post-data p {
  margin: 0;
  /*line-height: 1.2*/
}

.comment-num {
  white-space: nowrap;
}

/*.views:before{content:'\e600';}
  .comment_bal a:before,*/
.comment-num a:before {
  content: '\e625';
}

/*.blog-home .post-first .imgBox{height: 300px}
.blog-home .post-second .imgBox{height: 250px}
.blog-home .post-first{width: 98%;float: none}
.blog-home .post-second{width: 48%;}*/

.cards.floatn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.archive-post {
  position: relative;
  margin-bottom: 100px;
}

.archive-post img {
  width: 100%;
}

.archive-post .blogpj {
  display: block;
  position: relative;
  max-height: 320px;
  overflow: hidden;
}

.archive-post .blogpj:after {
  background: rgba(255, 255, 255, 0.3);
  /*opacity:0;transition: opacity .3s ease-in;*/
}

/*.archive-post .blogpj:hover:after{opacity: 1}*/
.archive-post .post-data {
  padding: 0;
}

.archive-post figcaption h2 {
  font-size: 1.7em;
  margin-bottom: 0;
}

.archive-post .post-date {
  font-size: 1.4em;
  background: #fff;
  width: 150px;
  height: 150px;
  position: absolute;
}

.archive-post .post-date span {
  width: 150px;
  height: 150px;
}

.archive-post .post-meta {
  padding: 10px 0;
}

.archive-post .post-author {
  text-align: right;
}

.extract {
  padding: 1.5em 0 1em;
  font-size: 15px;
}

.archive-post .more {
  border: 1px solid #000;
  background: #fff;
  color: #000;
  max-width: 200px;
  margin: 1em 0;
}

.archive-post .more:after {
  content: '\e315';
}

.archive .post-meta {
  margin-bottom: 1em;
}

.movie {
  display: block;
  position: relative;
}

.movie:after,
#movie-cover:after {
  background: rgba(0, 0, 0, 0.5) url(images/movie-overlay.png) no-repeat 50% 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.movie:hover:after,
#movie-cover:hover:after {
  background-color: rgba(0, 0, 0, 0);
}

*:hover.overlay,
#movie-cover:after {
  opacity: 1;
}

.overlay span {}

.modal-content {
  display: none;
}

.modal-content iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: 100% !important;
}

/* =====================================

 8. Single

====================================== */

.hentry {
  position: relative;
  /*overflow:hidden;*/
}

#post {
  width: 67%;
  float: left;
  margin: 0 auto;
  position: relative;
}

.entry-body {
  line-height: 1.8;
}

/* blogs */
.titleBack h1 {
  font-size: 2.5em;
  color: #fff;
  height: 36px;
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
  margin: auto;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
}

#blog-title {
  position: relative;
  min-height: 137px;
  padding-left: 20%;
}

#blog-title .category {
  margin: 0;
  position: absolute;
  left: 21%;
}

#blog-title .title-area {
  display: table-cell;
  vertical-align: middle;
  width: 80%;
}

#blog-title .entry-title {
  padding: 30px 10px 0;
  margin: 0;
}

#blog-title .post-author {
  padding: 0 10px;
  margin: 0;
}

#blog-title time {
  width: 20%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: top;
  text-align: center;
  border: 1px solid #ddd;
}

#blog-title span {
  display: block;
}

#blog-title time .d-m-t {
  font-size: 1.7em;
  padding: 20px 0 0;
}

#blog-title time .h-m {
  padding-bottom: 20px;
}

#blog-title time .year {
  border-top: 1px solid #ddd;
  font-size: 1.1em;
  padding: 8px;
  color: #898989;
}

.wp-post-image {
  width: 100%;
}

#relation h4 {
  width: 70%;
  position: relative;
  margin: 0 auto 40px;
}

#relation h4:before {
  width: 100%;
  height: 1px;
  top: 50%;
  z-index: 1;
  background-color: #000;
}

#relation h4 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 2em;
  background: #fff;
}

#recommend {
  background: #f5f5f5;
}

#recommend h2 {
  font-family: 'Times New Roman';
  font-weight: normal;
}

#recommend .post {
  width: 23%;
}

.footer-post-meta {
  margin: 15px 0 0;
}

.footer-post-meta p {
  width: 50%;
  float: left;
  margin: 0;
  padding: 1em 0;
}

.footer-post-meta .tags {}

.blog-post .post-author {}

.footer-post-meta a:hover {
  opacity: 0.7;
}

/* ----- Share ----------------- */
#share {
  margin-top: 4em;
}

#share li {
  display: inline-block;
  position: relative;
}

#share a {
  display: block;
  font-size: 1.1em;
  color: #fff;
  border: none !important;
  width: 120px;
  padding: 6px 10px 1px;
  margin-bottom: 4px;
  background: #ddd;
  transition: all 0.3s ease-in;
}

#share a:before {
  border: 2px solid;
  border-radius: 50%;
  padding: 6px;
  margin-right: 7px;
}

#share svg {
  fill: #fff;
  width: 25px;
  height: 25px;
  vertical-align: text-bottom;
  margin-right: 8px;
}

.fb:hover {
  background: #03477f !important;
}

.tw:hover {
  background: #55acee !important;
}

.inst:hover {
  background: #3867a3 !important;
}

.gg:hover {
  background: #c63d2d !important;
}

.pin:hover {
  background: #bd081c !important;
}

.pkt:hover {
  background: #ed4055 !important;
}

.hb:hover {
  background: #008fde !important;
}

.other {
  width: 200px;
  padding: 8px 20px;
  background: #d3e5f0;
}

.entry-body .comment-num a {
  text-align: center;
  margin: 0 auto;
  -webkit-border-radius: 25px !important;
  border-radius: 25px !important;
  padding: 10px 25px !important;
}

.entry-body .comment-num a:before {
  content: '\e615';
  font-size: 1.2em;
  margin-right: 5px;
}

.entry-body a:not(.initialized) {
  color: #4b81d6;
  border-bottom: 1px dashed #4b81d6;
}

.entry-body a:has(img) {
  border-bottom: none !important;
}

.entry-body a:not(.initialized):hover {
  color: #888;
  border-bottom: 1px dashed #888;
}

.link,
.entry-body .comment-num a {
  width: 250px;
  display: block;
  padding: 5px 8px;
  color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 1), 1px 1px 0 rgba(255, 255, 255, 1), -1px -1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0px 1px 0 rgba(255, 255, 255, 0.06), 1px 1px 0 rgba(255, 255, 255, 0.03), -1px -1px 0rgba (0, 0, 0, 0.05), inset 1px 1px 0 rgba(255, 255, 255, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none !important;
}

.link:hover,
.entry-body .comment-num a:hover {}

/* -- Pager ------------------------- */

.navigation {
  margin: 6em auto 2em;
}

.navigation a {
  display: block;
  width: 48%;
  max-width: 280px;
  padding: 10px 16px;
  color: #fff;
  background: #000;
}

.navigation a:hover {
  /*color: #fafafa;*/
}

.navigation .left {
  float: left;
}

.navigation .right {
  float: right;
}

.navigation .prev {
  text-align: right;
}

.navigation .next:before {
  content: '\e314';
}

.navigation .prev:after {
  content: '\e315';
}

/*.page-link span, .comment-page-link span,
.comment-page-link a{
display: inline-block;
margin-right: 3px;
padding: 5px 8px;
border: 1px solid #ddd;
background: #ddd;
}
.page-link a span, .comment-page-link a{
background: #fff;
}

.page-link a{
border-bottom: none;
color: #000;
}

.page-link a span:hover, .comment-page-link a:hover{
background: #ffeff7;
color: #000;
}*/

/* -- Related Thumbnails ------------------------- */

/* PaveNavi */
.wp-pagenavi {
  clear: both;
  text-align: center;
  padding: 20px 0 40px;
  margin-top: 30px;
  white-space: nowrap;
  overflow: hidden;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  padding: 9px 9px;
  margin: 3px;
  letter-spacing: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.wp-pagenavi .extend {
  padding: 9px 6px;
}

.wp-pagenavi a {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.wp-pagenavi span,
.wp-pagenavi span.current {
  background: #fff;
  border: 1px solid #ddd;
}

.wp-pagenavi a:hover {
  background: #888;
  border: 1px solid #888;
}

.wp-pagenavi span.current {
  font-weight: bold;
}

input,
textarea {
  outline: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ddd;
  color: #777;
  vertical-align: bottom;
  font-size: 18px;
}

textarea {
  overflow: auto;
}

input:focus,
textarea:focus {
  color: #555;
}

button,
input[type='submit'],
input[type='reset'],
input[type='button'] {
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  padding: 6px 20px;
}

button:hover,
input[type='submit']:hover,
input[type='reset']:hover,
input[type='button']:hover {}

/*.button:active,button:active,*/
input[type='submit']:active,
input[type='reset']:active,
input[type='button']:active {
  position: relative;
  top: 1px;
  left: 1px;
}

select {
  font-size: 16px;
}

/* =====================================

 11. Sidebar

====================================== */
#sidebar {
  width: 28%;
  padding-top: 0;
}

#sidebar h2 {
  padding: 14px 12px 6px;
  border-bottom: 1px solid #d8dcdb;
  font-size: 1.5em;
  margin: 0 0 16px;
}

#shop-info h2 {
  color: #fff;
  padding: 0;
  border-bottom: none;
}

#shop-info .address {
  margin-bottom: 8px;
}

#sidebar .widget {
  margin-bottom: 45px;
}

#sidebar .widget li {
  color: #333;
  /* padding: 8px 12px; */
}

#sidebar .widget a {
  display: block;
  padding: 4px 12px;
}

#sidebar .widget li:hover {
  background: #f6f6f7;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

/*#sidebar .rsswidget:after{
  content:' RSS';
}*/

#shop-info {
  margin-top: 0;
  border: none;
  background: #000;
  padding: 30px 12px 6px;
  overflow: hidden;
}

#shop-info .avatar {
  width: 90px;
  /* margin-bottom:.5em; */
  border-radius: 50%;
}

#shop-info dl {
  color: #fff;
  margin: 16px 0 21px;
}

#shop-info dd {
  line-height: 1.2;
}

#shop-info .owner {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.8em;
}

#shop-info .owner a {
  /*color: #ccc;*/
  padding: 4px 0;
  border-bottom: 1px dashed;
}

#shop-info .more {
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
  /* display: inline-block; */
  padding: 0 12px;
  max-width: 80%;
  font-size: 1.2em;
}

#shop-info .icons:before {
  content: '\e0b0';
}

#sidebar-search {
  width: 100%;
}

#sidebar-calendar a {
  color: #0c9dc9;
}

#other-blog ul {
  padding: 10px;
}

#other-blog li {
  width: 33%;
  margin-bottom: 5px;
}

#other-blog a {
  display: block;
  border: 1px solid #ddd;
  padding: 1px;
}

/**/
#sidebar .widget ul {
  margin: 0;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li {
  margin: 20px 0;
}

.sidebar-recent-posts-title {
  float: right;
  width: 165px;
}

#sidebar-recent-posts h3,
#sidebar-recent-posts p,
#sidebar-popular-posts h3,
#sidebar-popular-posts p {
  margin: 0;
}

.tagcloud a {
  padding-left: 15px;
  white-space: nowrap;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar td {
  text-align: center;
}

#wp-calendar td:not(.pad) {
  width: 14.2%;
}

#wp-calendar td a {
  display: inline;
}

#wp-calendar caption {
  padding-bottom: 6px;
}

/* =====================================

 12. Footer

====================================== */
#sup {
  padding: 15px 0 45px;
  /*border-bottom: 1px solid #ddd;*/
  background: #f5f5f5;
}

#footer .fir {
  padding-top: 40px;
  padding-bottom: 45px;
}

.links {
  width: 24%;
  max-width: 300px;
  float: left;
  margin-left: 1%;
}

.links dt,
.links a {
  padding: 6px;
}

.links a {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#footer .links dt {
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

#footer .fb-page {
  display: block;
  background: #03477f;
  border-radius: 2px;
  padding: 0;
}

#footer .fb-page:hover {
  background: #666;
}

.footer-content {
  width: 31.33%;
  float: left;
  margin: 1%;
}

.minimap {
  height: 300px;
  border: 1px solid #ddd;
}

.call {
  display: block;
  max-width: 280px;
  padding: 0 16px;
}

.page-body .call {
  margin: 0 auto;
}

#copyright {
  clear: both;
  text-align: center;
  margin: 30px auto 0;
}

/* =======================================

  13. WordPress Misc

======================================= */

.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}

.wp-caption-text,
.gallery-caption {
  font-size: 80%;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.sticky {
  width: 100%;
}

#container:after,
#menu-primary:after,
.clear:after {
  clear: both;
  display: block;
  content: '.';
  height: 0;
  visibility: hidden;
}

* html .clear {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ===================================

 14. Option

=================================== */
#alert {
  display: none;
}

/* EyeCatch */
.attachment-post-thumbnail {}

/* Entry Option */
.entry-body a[target='_blank']:after,
.entry-body a[target='new']:after {
  content: '\e895';
  margin-left: 3px;
  color: #4b81d6;
}

.entry-body .aligncenter {
  margin: 0 auto;
  /*display: block;*/
}

#share a:after {
  content: none;
}

.field {
  background: #777;
  padding: 30px;
}

.phrase {
  margin-top: 45px !important;
}

/*.entry-body img,*/
.entry-body code {
  display: block;
}

blockquote *:first-child,
.sup *:first-child,
.comp *:first-child,
.memo *:first-child {
  margin-top: 0;
}

mark {
  background-color: #daf2fd;
  color: inherit;
}

/*table setting*/
/*td{padding:10px;}*/
.entry-body .name {
  white-space: nowrap;
  background: #cae3ea;
}

.entry-body .desc {
  background: #eaf4f7;
}

.entry-body caption {
  margin-top: 2em;
  background: #abddeb;
}

#entryNav {
  padding: 25px;
}

/**/
#comment-write .tips {
  top: 10px;
  right: 70px;
}

.navigation .tips {
  top: 29px;
}

.overlay,
.layblock:after {
  z-index: 0;
}

@media screen and (max-width: 1045px) {
  #nav {
    padding: 0;
    max-width: 92%;
  }

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

  .wrapper {
    width: auto;
  }

  .navigation div {
    width: 40px;
  }
}

@media screen and (max-width: 1045px) {
  .article {
    padding: 0 21px;
  }
}

@media screen and (max-width: 980px) {
  .footer-content {
    width: 48%;
  }

  .links {
    width: 30%;
    margin-left: 2%;
  }

  .links a {
    padding: 10px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 880px) and (min-width: 661px) {
  #other-blog li {
    width: 20%;
  }
}

@media screen and (max-width: 660px) and (min-width: 501px) {
  #other-blog li {
    width: 25%;
  }
}

@media screen and (max-width: 880px) {
  #header {
    height: 55px;
  }

  #logo {
    /*float: none;width: 150px;margin: 0 auto;*/
  }

  #logo img {
    height: 38px;
    width: auto;
    max-width: none;
  }

  #logo a {
    width: 160px;
    padding: 7px 0 0 0px;
    margin-left: 63px;
    height: 45px;
  }

  #over-nav {
    padding: 0;
  }

  #over-nav img {
    max-width: none;
    height: 100%;
    width: auto;
    margin: -2px 0 0 -37px;
  }

  #over-nav a {
    display: block;
    max-width: none;
    height: 45px;
  }

  #over-nav svg {
    fill: #aaa;
    width: 100%;
    height: 18px;
    margin-left: -73px;
  }

  .menu-item #searchform {
    right: auto;
    left: 1em;
    top: 15px;
  }

  /*#nav{width: 50px;position: absolute;top: 0;left: 0;}*/
  /*#menu-primary{display:none;opacity:0;width:80%;height: -webkit-calc(100% - 70px);height: calc(100% - 70px);position: fixed;top:70px;left:10%;overflow-y:auto}*/
  #menu-primary {
    display: block;
    height: auto;
    border-top: 1px solid #ddd;
  }

  #menu-primary>li {
    width: auto;
    height: auto;
    float: none;
  }

  #menu-primary a,
  #over-nav a {
    border-bottom: 1px solid #ddd;
    padding: 1em;
  }

  .sub-menu {
    width: 100%;
  }

  #menu-primary .sub-menu {
    background: none;
  }

  #menu-primary .sub-menu,
  #menu-primary .child {
    position: static;
    box-shadow: none;
    padding-left: 1em;
  }

  /*.sub-menu a{padding: 1em!important;}*/

  #menu-primary img {
    display: none;
  }

  .menu-item>a {
    text-align: left;
  }

  #menu-item-1>a:after {
    content: 'Blog Top';
  }

  #menu-item-3>a:after {
    content: 'Official Blogs';
  }

  #menu-item-2>a:after {
    content: 'Web Site';
  }

  /*#menu-item-4>a:after{content: 'Catalog'}
    #menu-item-5>a:after{content: 'Style & Items'}
    #menu-item-6>a:after{content: 'Shop List'}
    #menu-item-7>a:after{content: 'Q&A'}
    #menu-item-8>a:after{content: 'Official Blog'}*/

  #menu-opener {
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    padding: 10px 6px;
    cursor: pointer;
    z-index: 42;
    left: 4px;
    top: 4px;
    border: 1px solid #000;
    border-radius: 2px;
    -webkit-transition: all 0.5s cubic-bezier(0.82, -0.07, 0.63, 1);
    transition: all 0.5s cubic-bezier(0.9, 0, 0.35, 1);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  #menu-opener span {
    display: block;
    width: 26px;
    height: 2px;
    background: #000;
    color: #000;
    margin: 5px auto;
    line-height: 4;
    text-indent: -3px;
    font-size: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
  }

  #menu-opener:before,
  #menu-opener:after {
    content: '';
    width: 26px;
    height: 2px;
    background: #000;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }

  #menu-opener.on span {
    background: rgba(170, 170, 170, 0);
    color: #111;
    text-indent: -6px;
  }

  #menu-opener.on:before {
    -webkit-transform: rotate(45deg) translate3d(5px, 5px, 0);
    transform: rotate(45deg) translate3d(5px, 4px, 0);
    background: #111;
  }

  #menu-opener.on:after {
    -webkit-transform: rotate(-45deg) translate3d(6px, -5px, 0);
    transform: rotate(-45deg) translate3d(6px, -5px, 0);
    background: #111;
  }

  #child-nav {
    height: -webkit-calc(100% - 55px);
    height: calc(100% - 55px);
    overflow-y: auto;
    position: fixed;
    top: 55px;
    -webkit-transform: translateX(-220px);
    -ms-transform: translateX(-220px);
    transform: translateX(-220px);
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .article {
    position: relative;
    margin-top: 55px;
  }

  #comment-write {
    top: 95px;
  }

  #post,
  #sidebar {
    width: 100%;
    float: none;
  }

  #sidebar {
    position: relative;
    z-index: 2;
    max-width: none;
    background: #fff;
    overflow: hidden;
  }

  .article-column {
    width: 100%;
    float: none;
  }

  /*.pllx,
  .titleBack .attachment-post-thumbnail{max-width:none!important;height: 124%!important;width:auto}*/

  .titleBack {
    min-height: auto;
    height: 46vw;
  }

  /* jSlide menu */
  #container {
    background: #ffffff;
    /*-webkit-transform: translate3d(0px, 0px, 1px);*/
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0, 1);
    z-index: 1;
  }

  #container.show {
    -webkit-transform: translate3d(240px, 0px, 1px);
    /*left:240px;*/
    min-width: 320px;
  }

  #nav.show {
    height: 100%;
    visibility: visible;
    z-index: 1;
    -webkit-transition: z-index 0s linear 0.4s;
  }

  #nav {
    display: none;
    height: 100%;
    width: 240px;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0px 0 45px;
    background-color: #fff;
    overflow-y: auto;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: -1;
    box-shadow: inset -4px 0 8px rgba(0, 0, 0, 0.2);
  }

  /*#nav-wrap {
  background-color: #fff;
  left: 0;
  top: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: visibility 0s linear .2s;
  box-shadow: inset -4px 0 8px rgba(0,0,0,.2);
}*/
  #myMenu-open {
    left: -65px;
    bottom: 16px;
  }
}

@media screen and (max-width: 800px) {
  /*.entry-body{width:100%;}
  #comment-area{width: 100%}*/
}

@media screen and (max-width: 768px) {
  #breadcrumb {
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media screen and (max-width: 600px) {

  /*.navigation a{width: }*/
  .article {
    margin-top: 2em;
  }

  /*.right,.left,#catalog{width:100%!important;float:none!important;}*/
}

@media screen and (max-width: 568px) {
  .links {
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  .blog-home .post-first .imgBox {
    height: 250px;
  }

  .blog-home .post-second .imgBox {
    height: 200px;
  }

  #blog-title {
    padding: 140px 0 0;
  }

  #blog-title .entry-title {
    padding: 0 5px;
  }

  #blog-title .category,
  #blog-title .post-author {
    display: inline-block;
  }

  #blog-title .category {
    position: static;
  }

  #blog-title time {
    width: 120px;
    height: 134px;
  }

  #social a {
    margin-bottom: 1em;
  }

  #relation .post {
    width: 98%;
    float: none;
  }

  .links {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .blog .post {
    width: auto;
    float: none;
  }
}

@media screen and (max-width: 380px) {}

@media screen and (max-width: 361px) {
  #social li {
    width: 40px;
  }
}

@media screen and (max-width: 340px) {}