@charset "UTF-8";

/*
----------------------------------------*/
.article {
  position: relative;
  background: #fff;
  min-height: 500px;
  padding: 10px 0 30px;
  font-size: 14px;
}

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

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

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


.page-body {
  max-width: 800px;
  min-height: 500px;
  margin: 0;
  background: #fff;
}

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

.article.has-thumb .page-body {
  padding: 22px 0px 30px;
}

.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;
}

/* Post common setting */
.post-data {
  padding: 10px 12px 18px;
  overflow: hidden;
  font-size: 1.1rem;

}

.post-data p {
  margin: 0;
  line-height: 1.8
}

.post h2,
.post h3 {
  font-size: 1.1em;
  line-height: 1.3;
}

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

.uppercase {
  text-transform: uppercase;
}


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

.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 .3s ease-in;
  transition: all .3s ease-in;
}

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

.more:before,
.circle.icons:before,
#menu-primary .sub-menu .has-child>a:after {
  content: '\e315';
}

/* IMG setting */
#container img,
#modalOverlay img {
  max-width: 100%;
  height: auto;
}

#container img.lazy:not(.pllx) {
  max-height: 100%
}

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

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

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

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

@media screen and (min-width: 840px) {
  .br {
    display: block
  }
}

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

 3. Navigation

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

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

.menu-item>a {
  display: block;
  height: 100%;
  text-align: center;
  padding: 9px 0 7px;
  overflow: hidden;
}

#fromt-menu a {
  padding: 12px 0
}

#menu-primary a,
#front-menu a {
  border-bottom: 0px solid #000;
  -webkit-transition: all .2s ease-in;
  transition: all .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, .6);
  border: 1px solid rgba(255, 255, 255, .8)
}

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

#over-sub-nav a:hover {
  background: rgba(255, 255, 255, .8)
}

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

.sub-menu,
.child {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

#menu-primary .sub-menu,
#menu-primary .child {
  background: #fff;
}

#menu-primary .sub-menu {
  width: 100vw;
  position: absolute;
  left: 0;
  padding: 16px;
}

.page_item {
  position: relative;
  width: 25%;
  float: left;
  font-size: 14px;
}

.child {
  position: absolute;
  top: 0;
  left: 100%;
  width: 200px;
}

.sub-menu>.page_item img {
  width: 60px;
  height: auto;
  margin-right: 14px;
}


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

#menu-primary .sub-menu a:hover,
.links a:hover {
  background: rgba(0, 0, 0, .1)
}

#menu-primary .sub-menu .has-child>a:after {
  margin-left: 1em;
}

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

#s,
#sub-input {
  padding: 6px 10px 6px 38px;
  font-size: 14px;
  width: 100%;
  height: 100%;
  /*transition: width .3s ease-in;*/
  position: absolute;
  right: 0;
}

#s:focus {
  border-bottom: 2px solid #000;
  /*width: 200px;*/
}

.menu-item #searchform,
#over-sub-nav #sub-search {
  width: 150px;
  height: 35px;
  max-height: 30px;
  /*overflow: hidden;*/
  position: absolute;
  right: 332px;
  top: 0;
}

.menu-item #searchsubmit {
  left: 0
}

.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;
}

/* #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 .4s cubic-bezier(1, 0, 0, 1);
  transition: all .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 .3s ease-in;
  transition: all .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);
}

#breadcrumb .breadcrumb:last-child .icons_b::after {
  content: '';
}

@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,
  .child {
    display: none
  }

  #front-menu a:hover {
    background: rgba(255, 255, 255, .7)
  }

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

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

/* 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 .5s ease-in-out;
}

#events h3.on {
  background: #b40926
}

#events ul {
  display: none;
  background: #000;
  margin: 0;
}

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

#events li a {
  display: block;
  padding: 3px;
}

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


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

 4. Front Page

====================================== */
#header.front {
  position: absolute;
  height: 100%;
  background: none;
}

#mvlogo {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  z-index: 10;
}

#mvlogo a {
  margin: 0 auto;
}

#mvlogo svg {
  fill: #fff;
  max-width: 300px;
}

#sub-nav {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  height: 65px;
  background: rgba(255, 255, 255, .6);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, .1);
  z-index: 2;
}

#front-menu {
  max-width: 1024px;
  height: 100%;
  margin: 0 auto;
}

#front-menu .sub-menu,
#front-menu .child {
  position: absolute;
  background: rgba(0, 0, 0, .6)
}

#front-menu .sub-menu {
  left: 0;
  bottom: 100%;
}

/*#front-menu .child{left:100%;top: 0;}*/

#front-menu .sub-menu a,
#front-menu .child a {
  display: block;
  padding: 8px
}

#over-sub-nav {
  position: absolute;
  top: 12px;
  right: 12px
}

/*#over-sub-nav #sub-search{position: absolute;right: 331px;}*/
#sub-input {
  background: rgba(255, 255, 255, .0);
  transition: background .3s ease-in
}

#sub-input:focus {
  background: rgba(255, 255, 255, .7)
}

.slides img {
  will-change: opacity;
}

.top-section {
  padding: 0 0 90px;
}

/*.mg-contents{
  min-height: 600px;
  padding-top:35px;
  padding-bottom:35px;
}*/

/*#ident{background: url(images/azabu-tartan.jpg) repeat 0 0 /150px;color:#fff;overflow: hidden;padding: 3em 0;}
#ident h2{
  padding: 0 25px;
  margin:0;
}
#ident .creed{width: 650px;}*/


#mv,
.element,
.parallax-content .text {
  position: relative
}

#mv {
  margin-top: 87px;
}

#slide {
  overflow: hidden;
  position: relative;
  /*height:750px;*/
}

#mv .bx-viewport {
  z-index: 0
}

#mv

/*.bx-controls*/
.slick-dots {
  /*position: absolute;*/
  bottom: 120px;
  /*left: 50%;
  transform: translateX(-50%);*/
}

#mv .bx-pager-item a {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .3)
}

#mv .bx-pager-item a.active {
  color: #fff
}

#slide .more {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
  background: #fff;
  color: #111;
  padding: 10px 30px;
  font-weight: bold;
  min-width: 240px
}

#slide .more::before {
  content: '';
}

/*#news,#pickup{overflow: hidden;}*/
#ticker {
  /*border: 1px solid*/
}

#ticker li {
  height: 30px;
  padding-left: 12px
}

#news-ticker .slick-arrow {
  box-shadow: none;
  height: 40px;
  top: 88%;
}

#news-ticker

/*.bx-next*/
.slick-next {
  background-position-y: -120px;
  right: -45px
}

#news-ticker

/*.bx-prev*/
.slick-prev {
  background-position-y: -11px;
  left: -45px
}

#news h2 {
  /*border-bottom: 1px solid #111*/
}

/*#order h2{padding: 1.5em 0 .5em;}*/

.top-section h2,
#order .order-menu figcaption {
  color: #2f2f2f
}


.top-section h2,
.top-section h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2em;
}

.top-section h2 {
  padding: 1.5em 0;
}

.top-section h3 {
  font-size: 1.5em;
}

#pickup .post h3 {
  font-size: 1.1em;
  line-height: 1.3;
}

/* list setting */
#cal {
  height: 400px;
  overflow: hidden;
  padding: 1em;
}

#news .post {
  margin: 0 0 1%;
}

/*#latest .post,*/
#brand-list li {
  margin: 0 1% 1%;
}

#brand-list li {
  width: 23%;
}

.post-slide .post,
#pickup .post,
#feature-page .post,
#search .post {
  width: 31.33%;
}

#pickup .post-pick {
  width: 48%;
}


#pickup .post,
#feature-page .post,
#search .post {
  margin: 0 1% 2%
}

.post-slide .post {
  max-height: 320px;
  margin: 0 6px;
  background: #000
}

.post-slide .post a {
  max-height: 100%
}

#order .order-menu,
#pickup .pickup-items {
  width: 24%;
}

#news .bx-viewport {
  /*padding:1em;*/
  min-height: 256px;
}

#news .post>a {
  max-height: 130px;
  display: flex;
}

#news .post-meta a {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0px 10px;
  margin-right: 1em;
  transition: background .3s ease-in
}

/*#news .post-meta a:hover{background: #666}
#news figcaption{overflow: hidden;min-height: 100px;padding: 0 1em;}*/
#news time {
  display: block;
  width: 25%;
}

#news .news-title {
  width: 70%;
}

.news-posts {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 60px;
}

/*.news-post>a{width: 49%;margin-right:1%;float: left}*/
.top-section .more {
  background: none;
  color: inherit;
  margin-top: 2em
}

#order .order-content {
  margin: 0
}

#order .order-menu,
#order .order-pick {
  margin-bottom: 1em;
  overflow: hidden;
}

/*#order .order-menu{max-height: 130px;}*/
#order .order-pick {
  max-height: 201px
}

#order .order-menu a,
#order .order-pick a {
  position: relative;
}

#order .order-menu a:after,
#order .order-pick a:after {
  z-index: 1;
  /*background: rgba(0,0,0,.5);*/
  opacity: 0;
  transition: opacity .3s ease-in;
}

#order .order-menu a:hover:after,
#order .order-pick a:hover:after {
  opacity: 1
}

#order .order-menu figcaption {
  /*position: absolute;z-index: 2;top: 10%;*/
}

/*#pickup{
  padding: 60px 0;
  margin:60px auto;
  background: #f5f5f5;
}*/

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

#latest .parallax-content,
#pickup .parallax-content {
  height: 500px;
  margin: 60px 0;
}

#latest .parallax-content figcaption,
#pickup .parallax-content figcaption {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}

.pllx,
.titleBack img

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


.giftcard {
  width: 642px;
  max-width: 100%;
  margin: 0 auto
}

.top-social li {
  margin: 0 1.2%;
}

.top-social a {
  display: block;
  width: 48px;
  height: 48px;
}

.top-social a svg {
  fill: #282828;
  transition: all .3s ease-in;
}

.top-social a:hover svg {
  fill: #b3b3b3;
}

/* Button Setting */
#pickup .more {
  border: 1px solid #111;
  background: #fff;
  color: #111;
}

.access.element .more {
  margin-left: 0
}

#campign-sup .more {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0);
  transition: all .4s ease-in;
  margin: 5em 0;
}

#campign-sup .more:hover {
  color: #fff;
  background: rgba(255, 255, 255, .5)
}


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

.page-body .post,
.blog-home .post,
#blogs .post,
#relation .post {
  width: 31.33%;
  margin: 1%;
  /*float: left;*/
}

.page-body .post {}


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

.headline h2 {
  margin: 0
}


#latest {}

/*#latest .post a:after{
  background: rgba(0,0,0,.5);
  opacity: 0;
  transition: opacity .3s ease-in;
}
  #latest .post a:hover:after{opacity: 1}*/

.post-slide .post-data,
.post-slide .post-data a {
  color: #fff;
}

.post-slide .post-data {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: all .3s cubic-bezier(0.82, -0.07, 0.63, 1);
  z-index: 2;
  background: rgba(0, 0, 0, .7);
  opacity: 0;
}

.post-slide .post-data:hover {
  opacity: 1
}

.post-slide .post-data a {
  padding: 18px 16px;
  height: 100%;
}

/*#latest .post-data.on{height: 100%;background:rgba(0,0,0,.7);}*/

.post-slide .post-data h3 {
  font-size: 1.3em;
  margin: 0 0 4px;
  width: calc(100% - 50px);
}

.post-data .shop-name {
  display: inline-block;
  margin-right: 1em
}

.post-slide .extract {
  /*position: absolute;bottom:12px;height: 35px;display: none;*/
  margin-top: 1.5em;
}

.post-slide .extract a {
  display: block;
  width: 90%;
  max-width: 230px;
  text-align: center;
  padding: 4px 16px;
  margin: 2em auto 1em;
  border: 1px solid #fff;
  transition: background-color .3s ease-in;
}

.post-slide .extract a:hover {
  background-color: rgba(255, 255, 255, .4)
}

.extract-open {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 16px;
  right: 12px;
  padding: 2px 3px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 100%;
  transition: all .4s ease-in;
}

.on .extract-open {
  border-color: transparent;
  transform: rotate(-45deg);
}

.extract-open:hover {
  background: rgba(255, 255, 255, .3)
}

#latest .extract-open:before {
  content: '\e145';
  display: block;
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
}


/* sub_contents */

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

.entry-title {}


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

.extract img {
  display: none;
}

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

.category a {
  display: inline-block;
  background: #000;
  color: #fff;
  /*  font-size: 1.1em;*/
  padding: 2px 12px;
  margin-right: .5em;
  transition: background .3s ease-in;
}

.category .style,
.category .ready-made {
  background: #aaa
}

.category .a-to-z {
  background: #b40926
}

.category .special {
  background: #29abd2
}

.category a:hover {
  background: #666 !important
}

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

 5. Page

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

.titleBox {
  position: relative;
  padding: 60px 45px 90px;
}

.titleBox h1

/*.after*/
  {
  position: relative;
  font-size: 2.3em;
  letter-spacing: 0.4em;
  font-family: 'Times New Roman';
}

.titleBox .after:after {
  bottom: -45px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 1px;
  background: #898989;
}

.titleBox.has-sub {
  padding-bottom: 60px;
}

.titleBox.has-sub p {
  margin-bottom: 0;
}

.titleBox.style-item span {
  display: block;
  margin-top: 20px;
  letter-spacing: 0.2em;
  color: #898989;
}

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

.sub-visual {
  margin: 0 0 60px;
  height: 500px;
  position: relative;
}

.panel {
  position: relative;
  width: 49%;
  overflow: hidden;
}

.panel h2 {
  font-size: 1.2em;
  line-height: 1.2;
  margin: 0 0 .5em;
}

.panel .post-date {
  font-size: .8em;
  color: #666;
}

.panel .content {
  border-bottom: 1px solid #ddd
}

.panel .post-data {
  padding: 12px 30px;
}

.panel .more {
  min-width: 200px;
  position: absolute;
  bottom: 20px;
  right: 65px;
}

.gallery a {
  max-width: 30%;
  display: block;
  margin: 1em 1%;
  float: left;
}

.mapwrap {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.info .left {
  padding: 1em 0;
}

.info .left.icons:before {
  content: '\e061'
}


/*.desc{color: #888;max-width: 80%;text-align:center;margin: 0 auto 2em!important;}

.priceBox{margin:2em auto;text-align:left;}*/


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

.description ul {
  display: inline-block;
}

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


#page .sup {
  padding: 3em 7em
}

/* ---- Brand ----------- */

/*#brand-page .wrapper {
  max-width:880px;
  margin-bottom: 200px;
}
#brand-page h2 {
  letter-spacing: 0.4em;
  margin: 0 0 50px;
  color: #000;
}
#brand-page figure {text-align: left;}
#brand-page .pllx{bottom: -20%}

#brand-page .read {margin: 0 0 40px;letter-spacing: 1px;line-height: 2}
#brand-page .way .read {margin: 0 0 60px;}

#brand-page .concept figcaption {width: 55%;}
#brand-page .concept figcaption h3 {margin-top: 0;}

#brand-page .way figure {
  width: 100%;
  padding: 5%;
  margin: 0 0 20px;
}
#brand-page .way figure a{width: 55%;}

#brand-page .way figcaption {
  padding-left: 5%;
  width: 45%;
}
#brand-page .way figcaption h3 {font-size: 1.3em;}
#brand-page .way figcaption p {font-size: 12px;}*/


/* ---- Order ----------- */
#order-made .section {
  max-width: 1000px;
}

#order-made .pllx {
  bottom: -25%;
}

.order {
  margin-top: 60px;
}

/*.order h2 {font-size: 1.3em;}*/
.order p {
  padding: 0 18%;
}

.orderItems h2 {
  width: 100%;
}

.orderItems figure {
  width: 32%;
  position: relative;
  margin: 0 0 20px;
  text-align: center
}

.orderItems figure a {
  display: block
}

.orderItems figcaption {
  position: absolute;
  transition: background .3s ease-in
}

.orderItems figcaption:hover {
  background: rgba(0, 0, 0, .5)
}

.orderItems figcaption:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.orderItems figcaption h3 {
  display: inline-block;
}

#order-made .box {
  width: 49%;
  margin-bottom: 1.5em
}

#order-made .qanda {
  width: 85%;
  margin: 0 auto;
}

#order-made .qanda figcaption {
  width: 50%;
}

#order-made .qanda figcaption {
  padding: 16px;
}

#order-made .qanda p {
  margin: 0 0 2em;
}


/* Order Flow */
#order-flow .section:not(.last),
#order-jeans .flow:not(.last) {
  padding-bottom: 70px;
  margin-bottom: 60px;
  background: url(images/flow-arrow.png) no-repeat 50% 100%;
}

#order-flow h3 {
  font-size: 1.2em
}

#order-flow .right {
  padding-top: 2.5em;
}

#order-flow .right .more {
  max-width: 70%
}

/* Order Items */
#order-items h2,
#order-items .box li a {
  width: 100%;
}

.items-visual {
  margin: 0 0 40px;
}

#order-items .btnBox .more,
#order-shirt .btnBox .more {
  width: 30%;
  font-size: 1.6em;
  font-family: 'Times New Roman';
  max-width: 295px;
  margin: 0 1%;
}

#order-items h2 small,
#order-items h3 small {
  display: block;
}

#order-items .emphasize {
  font-size: 1.2em;
  line-height: 2;
  margin: 2em 0;
  /*font-weight: bold*/
}

.order-aside,
.order-aside .back-line span {
  background: #f5f5f5;
  font-size: 1.3rem;
}

#suit-style {
  padding: 45px 0;
}

#suit-style h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2em;
}

#suit-style .more {
  margin-top: 2em;
}

/*  */
#order-model h2 {
  text-transform: uppercase;
}

#order-model li,
#order-model figure {
  border: 1px solid #ddd;
  margin: 0 1% 1em 0
}

#order-model h3 {
  border-bottom: 1px solid #ddd
}

#order-model figcaption {
  border-top: 1px solid #ddd
}

#order-model li {
  width: 32%;
}

#order-model figure {
  width: 15.5%;
  text-align: center
}

#order-model h3,
#order-model li p,
#order-model figcaption {
  padding: 12px;
  margin: 0;
}

#order-model .models {
  width: 33.333%;
  border: 1px solid #ddd;
}

#order-model .models dd {
  border-bottom: 1px solid #ddd;
  padding: 10px
}

#order-model .models .last {
  border-bottom: none
}

#order-model .models h2 {
  background: #000;
  margin: 0;
  padding: 16px 12px 12px;
  color: #fff
}

/*#order-model tr>td{display: list-item;list-style: none}*/
#order-model .detail {
  min-height: 9.5em;
  padding: 10px
}

#order-model dd a {
  width: 100px;
}

#order-model dd p {
  width: calc(95% - 100px);
  margin-top: 0
}

@media screen and (min-width: 881px) {
  #order-model .nl {
    border-right: none
  }
}

/* Order Option Page */
#order-options .options {
  width: 31%;
  margin: 0 1% 2%;
  border: 1px solid #ddd;
}

#order-options .options figcaption {
  padding: 5px 12px 16px
}

#order-options .options h3 {
  font-size: 1em;
  margin: 0 0 .5em;
}

#order-options .options p {
  margin: 0;
  font-size: 1.1em
}

#order-options .options small {
  display: block;
}

/* Order shirt */
.shirt-style {
  text-align: center;
  border: 2px solid #111;
  margin: 60px 0;
  padding: 48px 32px 32px
}

/*.shirt-style h3 .serif,*/
.shirt-style h3 small,
.front-sub li span {
  display: block;
}

.shirt-style h3 small,
.front-sub li span,
.shirt-style figcaption {
  font-size: 12px;
  font-weight: normal;
  margin-top: 1em;
}

.front-style .fig {
  width: 32%;
}

.front-style .fig:not(.last),
.r-l {
  border-right: 1px solid #111;
}

.front-style .desc {
  text-align: left;
  border-top: 1px solid #111;
  padding: 16px;
}

.front-sub h3,
.front-sub li {
  width: 170px;
  margin: .5em;
}

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

  .front-style .fig:nth-of-type(1) img,
  .front-style .fig:nth-of-type(2) img {
    margin-bottom: 2.58em
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  #order-shirt .wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (max-width: 768px) {
  .front-sub h3 {
    width: 100%;
    text-align: center;
    display: block;
  }
}

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

  .front-style .fig,
  .back-style .col-evn2 {
    width: 100%;
    border-right: none !important
  }

  .front-sub li {
    width: 32%;
    margin: .5%
  }

  #order-shirt .btnBox .more {
    width: 220px;
  }
}

@media screen and (max-width: 425px) {
  .front-sub li {
    width: 100%;
    margin: 0 .5%
  }
}

/* Order  Jeans */
/*#order-jeans .text{width:70%;}*/


/* Sub page Common*/
.page-kv {
  margin-bottom: 4em
}

.introduction .left {
  width: 40%;
}

.introduction .right {
  width: 55%
}

#azabu48500 .text h3 {
  text-transform: uppercase;
  margin-bottom: 0
}

#azabu48500 .text h4 {
  margin-top: 6px;
  font-size: 1.1em;
  color: #333
}

/* Manufacturing */
#manufacturing h2 {
  padding: 1em
}

#manufacturing .text {
  width: 48%
}

#manufacturing .text p:first-child,
#manufacturing .s_text p:first-child {
  margin-top: 0;
}

/*#manufacturing .gallery li{margin:0 1% 20px}
#manufacturing .last .left{width: 35%}
#manufacturing .last .right{width: 60%}*/

/* Azabu Tartan */
#azabu-tartan h2 {
  padding: 1.5em 0 .5em;
}

#azabu-tartan p {
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.8
}

/* Fablic */
#domestic h4 {
  margin-top: 0;
  margin-bottom: .5em
}

#fabric .price {
  margin: 0 0 1.5em;
  color: #646464;
}

#domestic figcaption span {
  display: block;
  margin-top: 1em
}

#import h3,
#import p {
  width: 100%;
}

#import figcaption .lazy {
  float: left;
  margin-right: 6px;
}

#fablic .gothic {
  display: block;
  font-weight: normal;
  font-size: 14px
}

/* ----- Catalog -------- */

#catalog-page figure {
  margin: 0 0 40px;
}

#catalog-page img,
#catalog-page figcaption {
  vertical-align: top;
}

#catalog-page figure img {
  width: 100%;
}

#catalog-page figcaption {
  width: 45%;
  padding: 40px 3% 0 3%;
  color: #fff;
  letter-spacing: 0.05em;
}

#catalog-page figcaption h2 {
  margin: 0 0 45px;
}

#catalog-page figcaption .new:after {
  content: 'New';
  width: 60px;
  height: 17px;
  text-align: center;
  font-size: .85em;
  background: #080808;
  color: #fff;
  bottom: -28px;
  left: 0;
}

#catalog-page figcaption p {
  font-size: 12px;
}

#catalog-page .panel a:after {
  width: 55%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}

#catalog-page .panel a:hover:after {
  opacity: 1
}

/* ---- Q & A -----------
paddingとmargin-topのマイナス指定はスクロールイベントの位置調整用 */
#qa-index,
#q-and-a .qaBox {
  padding-top: 100px
}

#qa-index {
  margin: -90px 0 80px;
}

#q-and-a .qaBox {
  margin: -100px 0 100px;
}

#qa-index li {
  width: 19%;
  margin: 0 .5%;
  font-size: 1em;
  line-height: 1.2;
}

#qa-index li a {
  display: block;
  padding: 15px 0 30px;
  color: #fff;
  background: #000;
  -webkit-transition: background .3s ease-in;
  transition: background .3s ease-in;
}

#qa-index li a:hover {
  background: #888
}

#qa-index li a:before {
  width: 14px;
  height: 14px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  bottom: 13px;
  left: 50%;
  margin-left: -7px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#q-and-a .qaBox h2 {
  font-size: 1.2em;
  margin: 0 0 20px;
}

#q-and-a .accordion {
  border: 1px solid #ddd;
  border-bottom: none;
  font-size: 1em;
}

#q-and-a .label {
  border-bottom: 1px solid #ddd;
  padding: 20px 20px 20px 80px;
}

#q-and-a .label:hover {
  background: #eee
}

#q-and-a .label span {
  font-size: 1.7em;
  padding-right: 10px;
  display: inline-block;
  color: #c1c1c1;
}

#q-and-a .label:before {
  content: '\e148';
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 1;
  font-weight: normal;
  font-size: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#q-and-a .label.open:before {
  color: #b40926;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
}

#q-and-a .accordion dd {
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  padding: 20px 80px 40px;
}

#q-and-a .answer {
  font-size: 2.3em;
  width: 1em;
  color: #888;
  -ms-transform: translate3d(0, -23px, 0);
  -webkit-transform: translate3d(0, -23px, 0);
  transform: translate3d(0, -23px, 0);
}

#q-and-a .accordion p {
  margin: 0;
}

#q-and-a .btn {
  text-align: right;
}

#q-and-a .btn .more {
  width: 252px;
  display: inline-block;
}

#q-and-a .btn .more:before {
  content: '\e2c6';
}


/* ---- Contact ----------- */

#contact .notes {
  padding: 12px 16px;
  margin-bottom: 2em;
  background: #f7f7f7;
  border: 1px solid #ccc;
}

.note-item {
  margin-bottom: 1em
}

#contact .caution {
  color: #d40031;
  font-weight: bold;
}

#contact .caution:hover {
  color: #f76a8a;
}

#mw_wp_form_mw-wp-form-269 strong {
  display: inline-block;
  margin-right: 1em;
}

#mw_wp_form_mw-wp-form-269 .note {
  font-size: .8em
}

#mw_wp_form_mw-wp-form-269 .required:after {
  content: '*';
  display: inline-block;
  margin-left: .3em;
  color: #b40926;
}

/* ---- Others -------- */
#others .section {
  max-width: 790px;
  margin: 60px auto 85px;
}

#others .sub-visual {
  height: 420px;
  color: #fff;
  margin-bottom: 0
}

#others .read {
  padding: 0 2em;
  margin-bottom: 3em
}

#others dl {
  border: 1px solid #ddd;
  padding: 4% 5%;
}

#others dl:not(:last-of-type) {
  border-bottom: none;
}

#others dt {
  margin-bottom: 6px;
}

#others h3 {
  font-size: 1.3em;
}

#others .cta {
  display: block;
  margin: 0 auto;
  width: 80%;
}

#others .last {
  margin-bottom: 45px
}

.balance .more {
  margin: 1.5em auto 0;
  background: #fff;
  color: #111
}

.mv-members {
  padding: 6% 0;
}

.mv-members h2 {
  position: relative;
  z-index: 2
}


.clause {
  padding: 16px 24px;
}



/* --- SiteMap --------- */
/*.page-id-1956 #page a:before{
  content: '\e62b';
  margin-right:5px;
}
#menu-page-map{font-size:1.3em;}*/
#sitemap .sub-menu {
  box-shadow: none;
  padding-left: 1em
}

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

/* 404 */
.error404 #sub-search {
  position: relative;
}


/* --- Settlement --------- */
#settlement {}

#settlement .p-20 {
  width: 20%;
}

#settlement .p-25 {
  width: 25%
}

#settlement table {
  table-layout: fixed;
  border-collapse: collapse;
}

#settlement th,
#settlement td {
  border: 1px solid #ddd;
  padding: 1em 16px
}

#settlement .odd {
  background: #fafafa
}

/* ---- Social shares -------------- */
#social {}

#social li {
  width: 45px;
  display: inline-block;
}

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

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

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

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

/* ---- Pages child Nav -------------- */

#child-nav {
  width: 220px;
  max-height: -webkit-calc(100% - 70px);
  max-height: calc(100% - 70px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 70px;
  -webkit-box-shadow: 0px 0 2px 0 rgba(0, 0, 0, .1);
  box-shadow: 0px 0 2px 0 rgba(0, 0, 0, .1);
  background: rgba(135, 166, 216, .4);
  z-index: 2;
  border-radius: 0 0 5px 5px;
}

#child-nav .first {
  margin-top: 70px
}

/*  #child-nav .first h2{padding-top:25px}*/

#child-nav .widget {
  margin-left: auto;
  margin-right: 0;
  width: 250px;
  max-width: 100%;
  margin-top: 0;
}

#child-nav .widget:nth-last-of-type(1) {
  margin: 0
}

#child-nav a {
  display: block;
  padding: 10px 25px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

#child-nav .current_page_item a,
#child-nav a:hover {
  color: #888;
  background: rgba(255, 255, 255, .6);
  padding-left: 35px;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, .1);
}

#child-nav h2 {
  font-size: 1.2em;
  padding: 10px 25px 0;
}


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

 6. Blog Home

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

.part {
  padding-top: 48px;
}

#blog-about {
  color: #888;
}

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

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

.blog-home {
  padding-bottom: 60px;
}

.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 .3s ease-in-out;
  transition: all .3s ease-in-out;
}


#blogs .post {
  margin-bottom: 3%;
}

#blogs .imgBox {
  height: 120px
}

#blogs img.lazy {
  max-height: none !important;
  margin-top: -13%;
}

/*#blogs figure{border-bottom:1px solid #ddd;}*/
#blogs .post-data {
  padding-top: 7px;
  background: #000
}

#blogs .post-data a {
  color: #fff;
}

#blogs .recent dt {
  padding: 6px 0;
  background: #b9b9b9;
}

#blogs .recent img {
  max-width: 80px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  align-self: flex-start
}

#blogs .recent a {
  /*display: block;
  padding:6px;*/
  height: 80px;
  overflow: hidden;
  border-top: 1px solid #ddd;
  transition: all .3s ease-in;
}

#blogs .recent a:hover {
  background: #ddd;
}

#blogs .recent span {
  padding: 6px;
  display: block;
}

#blogs .recent time {
  display: block;
  font-size: .8em;
  color: #333;
}

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

 7. index

====================================== */
.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;
}


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

#movie-page .panel .post-meta {
  padding: 1em 0
}

.category.icons:before {
  content: '\e54e'
}


.movie {
  position: relative;
}

.movie:after,
#movie-cover:after {
  background: rgba(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 {
  opacity: 1;
}

.overlay span {}


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

 10. Custom Post

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

#contents-nav {
  position: absolute;
  z-index: 40;
}

#loading {
  width: 300px;
  height: 300px;
  background: #fff url(images/loading.gif) no-repeat 50% 50%;
}

.gm-style-iw {
  width: 450px;
}

.gm-style-iw h1 {
  font-size: 1.6em;
  padding-top: 12px
}

/*.gm-style-iw h1:before{content: '\e407';}*/
.gm-style-iw a {
  display: inline-block;
  width: 33.33%;
  max-width: 150px
}

.gmnoprint {
  display: none;
}

#contents-nav {
  top: 240px;
  left: 0;
  width: 250px;
  background: rgba(255, 255, 255, .7);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#contents-nav h2 {
  margin: 0;
  padding: 6px 16px;
  font-size: 1.5em
}

#contents-nav ul {
  margin: 0
}

#contents-nav li,
#close {
  cursor: pointer;
  padding: 6px 16px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

#close {
  background: #fff
}

#contents-nav li:hover {
  background: rgba(240, 240, 240, .8)
}

#close:hover,
#close.on {
  background: #00317F;
  color: #fff
}

.pos:before {
  content: '\e195';
  /*content:'\e0c8';*/
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.pos:hover:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#close:before {
  content: '\e14c';
}

#close.on:before {
  content: '\e148';
}

.gm-style-iw h3 {
  margin-top: 0
}


/* ---- News & Event ----------- */

#news-page .panel {
  margin: 0 0 30px;
}

#news-page .panel>a {
  display: inline-block;
  position: relative;
  width: 45%;
  vertical-align: top;
}

#news-page figcaption {
  display: inline-block;
  width: 53%;
  padding: 2% 3%;
}

#news-page .category a {
  width: 60px;
  text-align: center;
}

#news-page figcaption p {
  font-size: 12px;
  margin: 20px 0 0;
}


/* ---- Style & Items ---------- */

#style-item .item {
  display: block;
  width: 23%;
  max-width: 233px;
  margin: 0 2% 20px 0;
}

#style-item .item.last {
  margin-right: 0;
}

#style-item .item figcaption {
  background: rgba(0, 0, 0, .4);
  color: #fff;
  position: absolute;
  opacity: 0;
  transition: 0.3s;
}

#style-item .item:hover figcaption {
  opacity: 1;
}

#style-item .item h2,
#style-item .item .price {
  display: block;
  width: 100%;
  padding: 5px 0;
  /*position: absolute;*/
  margin: 0;
  line-height: 1.5;
}

#style-item .item h2 {
  /*bottom: 50%;*/
  font-size: 1.3em;
  font-weight: normal;
}

#style-item .item .price {
  /*top: 50%;*/
}

/* Modal Style */
.modalWrap .modal-child {
  padding: 40px;
  width: 100%;
}

/*.modalWrap .img,
  #style-item-post .img*/
#modal-thumbs {
  width: 45%;
}

#modal-thumbs li {
  float: left;
}

#modal-thumbs .first {
  width: 75%;
  cursor: zoom-in;
}

#modal-thumbs .thumbs {
  width: 25%;
  /*padding: 2px;*/
  border: 1px solid #fff;
}

#modal-thumbs .first.on {
  cursor: zoom-out;
}

#modal-thumbs .thumbs

/* img*/
  {
  transition: opacity .3s ease-in;
  cursor: pointer;
}

#modal-thumbs .thumbs

/* img*/
:hover {
  opacity: .6;
}

#modal-thumbs .thumbs.active {
  opacity: .6;
  cursor: default;
  transition: none;
}

.modalWrap .desc,
#style-item-post .desc {
  width: 55%;
  padding: 0 5%;
  font-size: 14px;
}

.modalWrap .desc .cmt,
#style-item-post .desc .cmt {
  font-size: 1.1em;
}

.modalWrap h3 {
  font-size: 1.3em
}

.modalWrap .desc dl #style-item-post .desc dl {
  margin-top: 40px;
}

.modalWrap .desc dt,
#style-item-post .desc dt {
  border-top: 1px solid #bbb;
  padding: 3px 6px;
  color: #bbb;
  font-weight: normal;
}

.modalWrap .desc dd #style-item-post .desc dd {
  text-align: right;
  font-size: 1.3em;
  min-height: 30px;
}

#modal-close {
  background: url(images/close-btn.png) no-repeat 50% 50% /cover;
}


/* ---- ShopList --------------- */

#shop-list .contents {
  padding-bottom: 45px
}

#shop-list dt,
#shop-list dd {
  font-size: 1em;
}

#area-select {
  width: 100%;
  /*text-align: center;*/
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

#area-select dt {
  padding: 5% 3% 3% 8%;
  font-size: 20px;
  text-align: left;
}

#area-select dd {
  width: 15%;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  padding: 1% 2%;
  margin-bottom: 1em
}

#area-select dd:nth-of-type(1),
#area-select dd:nth-of-type(7) {
  margin-left: 3%
}

#area-select dd {
  transition: all .3s ease-in;
}

#area-select dd:not(.select) {
  cursor: pointer;
}

#area-select dd:not(.select):hover {
  background: #ddd
}

#area-select .select {
  background: #000;
  color: #fff;
  border-radius: 2px;
}

#shop-list .areachoice {
  padding: 5% 3% 3% 8%;
}

#shop-list .areachoice dd {
  margin-top: 20px;
  line-height: 1.5;
}

#shop-list .areachoice dd a,
#shop-list .areachoice dd span {
  display: inline-block;
  vertical-align: top;
}

#shop-list .areachoice dd a {
  width: 33%;
}

#shop-list .areachoice dd span {
  width: 64%;
}

.online {
  padding-top: 55px;
  margin-bottom: 120px;
}

.online h1 {
  padding-bottom: 50px;
}

.online ul li {
  width: 30%;
  margin: 0 3%;
  height: 150px;
}

.online ul li a {
  display: block;
  line-height: 150px;
  vertical-align: middle;
  padding: 0 10px;
}


/* ---- Specials --------------- */

#feature-post header {
  padding-top: 0;
}

@media screen and (min-width: 1025px) {
  #feature-post header {
    max-width: 1024px;
    margin: 0 auto;
  }
}

#feature-post .post-date {
  display: block;
  margin-top: 8px;
}

#feature-post .post-meta {
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
}

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

 8. Single

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

.hentry,
#post,
#news-post {
  position: relative;
}

.entry-body {
  font-size: 1em;
  letter-spacing: 1px;
  padding-bottom: 60px;
}

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

#news-post {
  padding-left: 30%;
}

#post-title {
  position: relative;
  padding: 2em 0;
}

#post-title .entry-title {
  margin: 0;
}

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

/*.post-date span{display:block;}*/

.entry-body h2,
.entry-body h3,
.entry-body h4,
.entry-body p {
  /* padding:0 40px; */
  /*color:#000;*/
}

.entry-body h2,
.entry-body h3 {
  margin: 2em 0 1em;
}

.entry-body h4 {
  margin: 1.5em 0 1em;
}


.entry-body p {
  font-size: 14px;
  margin-bottom: 1em;
}

.entry-body .comment-num {
  margin: 30px auto 15px !important;
}

.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(.more) {
  color: #4B81D6;
  border-bottom: 1px dashed #4B81D6;
}

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

.comment-page-link {
  margin: 0 0 3em;
}


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

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

.footer-post-meta .tags {}

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

/* -- News page ------------------ */
#news-post .post-meta {
  position: absolute;
  width: 25%;
  top: 0;
  left: 0;
  padding: 2.5em 0;
}

#news-post .category a {
  display: block;
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.2em;
}


/* -- Shop page ------------------ */
#shop-page .entry-title {
  padding: 1em 0 .5em;
}

#shop-page .entry-title>span {
  display: inline-block;
  min-width: 142px;
}

#shop-page .special-link {
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  vertical-align: middle;
}

#shop-page .special-link a {
  display: block;
  background: #000;
  color: #fff;
  padding: 4px 12px;
  border-radius: 12px;
}

#shop-page .titleBack img {
  bottom: 50%;
  transform: translateY(50%);
}

#shop-info .left,
#shop-info .access-map {
  width: 60%;
  float: left
}

#shop-info .right {
  width: 35%;
  float: right;
}

#shop-info .manager-img {
  margin-bottom: 1em
}

#shop-page .page-link .headline {
  font-weight: bold
}

#shop-page .page-link a {
  display: block;
  color: #666;
  padding: 8px 12px;
  margin: .4rem;
  border: 1px solid;
  border-radius: 14px;
  text-decoration: none;
  font-size: .8em;
  transition: all .3s ease-in;
}

#shop-page .page-link a:hover {
  background: #666;
  color: #fff;
  border-color: #fff;
}

.shop-info dd {
  margin-bottom: 8px
}

.shop-info .label,
.shop-info .info-data {
  display: inline-block;
  vertical-align: top;
}

.shop-info .label {
  font-weight: bold;
  width: 150px
}

#shop-info .call.more {
  margin: 8px 0 12px;
  max-width: none;
  background: none;
  color: #111;
  border: 2px solid;
}

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

.shop-info .remarks.bf {
  margin-right: .5em;
}

.mobile .shop-info .separator {
  display: none
}

.mobile .shop-telephone .info-data {
  width: 100%
}

#shop-page h2 small,
#shop-blog .more {
  font-weight: normal;
  font-size: 12px;
}

#shop-page h2 small {
  display: block;
}

#shop-blog h2 {
  position: relative;
}

#shop-blog .more {
  position: absolute;
  right: 2px;
  top: 0;
  min-width: 180px;
}

.mapwrap a[target="_blank"]:after {
  display: none
}

/* ----- Share ----------------- */
#share {}

#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 .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
}



/* -- Pager ------------------------- */
.navigation {
  margin: 0 auto 2em;
}

.navigation a {
  max-width: 250px;
  line-height: 1;
  display: block;
  padding: 10px 12px;
  border: none;
  color: #fff;
  background: #000;
}

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

.navigation .next {
  float: left;
}

.navigation .next:before,
.navigation .prev:after {
  vertical-align: middle;
  font-size: 1.8em;
}

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

.navigation .prev:after {
  content: '\e315';
  margin-left: 20px;
}

.page-link {
  margin: 3em 0;
}

.page-link span {
  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 ------------------------- */
.back-line {
  width: 70%;
  text-align: center;
  position: relative;
  margin: 0 auto 40px;
}

.back-line span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 2em;
  background: #fff;
  text-align: left;
  z-index: 2;
}

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


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

 11. Sidebar

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

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

#campaign-widget h2 {
  padding: 14px 0 0
}

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

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

#sidebar .widget a {
  display: inline-block;
}

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


#sidebar .widget {
  margin-bottom: 0;
}

#sidebar .widgettitle {
  font-weight: normal;
}

#sidebar #searchform {
  width: 100%;
}

#sidebar .widget_calendar a {
  color: #0c9dc9;
}

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

#sidebar .widget ul {
  margin: 0;
}

#sidebar .children {
  padding: 0 0 0 2em !important;
}

#sidebar .children {
  padding: 0 0 0 2em !important;
}

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

.sidebar-thumbnail-box {
  float: left;
  width: 75px;
}

.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;
}


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

 12. Footer

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

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

#footer .fir dt {
  margin-bottom: 1em
}

/*#footer .fir dd{margin-bottom: .5em}*/

.links {
  /*width: 32%;
max-width: 300px;
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;
}

.shop-list dd {
  margin-right: 1%
}

.online-shops h3 {
  margin-top: 0
}

.online-shops a {
  max-width: 268px;
  /*margin:0 auto 2px*/
  margin: 0 2%;
}

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

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

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

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

#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%;
}

.cl {
  clear: both
}

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

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

/* for ie7 */
#container,
.clear {
  display: inline-block;
}

#container,
.clear {
  display: block;
}


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

 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;
}

#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,
.introduction h2 {
  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;
}

/* Responsive Iframe */
.resp-iframe {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0;
}

.resp-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.reserve-wrapper {
  width: 200px;
  height: 100px;
  background: #fff;
  border: 1px solid #bbb;
  padding: 24px 20px 20px;
  transition: all .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 .5s ease-in;
}

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


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

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

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

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

.navigation .tips {
  top: 29px
}

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

.register:hover {
  background: #000;
  color: #fff
}

/* Slider */
.slick-slider,
.slick-list,
.slick-track {
  position: relative;
  display: block;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track,
.slick-track:focus,
.slick-slide {
  outline: none;
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  min-height: 50px;
  background: #fff url(images/loading.gif) center center no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
}

.slick-prev,
.slick-next {
  /*width: calc((100% - 1200px) / 2);*/
  width: 32px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  z-index: 3;
  opacity: .6;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 6px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.slick-prev {
  background: rgba(255, 255, 255, .3) url(images/pager.png) no-repeat -14px 5px;
}

.slick-next {
  background: rgba(255, 255, 255, .3) url(images/pager.png) no-repeat -14px -104px;
}

.slick-prev:hover,
/*.slick-prev:focus,*/
.slick-next:hover,
/*.slick-next:focus*/
  {
  opacity: 1;
  outline: none;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -45px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-next {
  right: -45px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

/*.slick-prev:before,*/
[dir='rtl'] .slick-next:before {
  content: '←';
}

/*.slick-next:before,*/
[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-disabled {
  opacity: 0
}

/* Dots */

.slick-dots,
.slick-dots li button {
  display: block;
}

.slick-dots {
  position: absolute;
  bottom: -28px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  line-height: 0;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  /*opacity: 1;*/
}

.slick-dots li button:before {
  font-size: 2.4em;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '○';
  color: #111;
  text-align: center;
  /*opacity: .25;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wh .slick-dots li button:before {
  color: #fff
}

.slick-dots li.slick-active button:before {
  content: '●';
}

.slick-arrow.slick-disabled {
  opacity: 0;
}

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

  Media Querys

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

@media screen and (max-width: 1600px) {
  #latest .parallax-content {
    height: 400px
  }
}

@media screen and (max-width: 1440px) {
  #latest .parallax-content {
    height: 350px
  }
}

/*@media screen and (max-width: 1280px){
  #latest .parallax-content{height: 350px}
}*/
@media screen and (max-width: 1100px) {
  #news-ticker {
    width: calc(100% - 90px)
  }
}

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

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

  /*.article.wrapper{padding:0}
  .entry-body{padding:0 30px}
  #relation{padding: 30px;}*/
  .navigation div {
    width: 40px
  }

}

@media screen and (max-width: 1024px) {
  .wrapper {
    width: auto;
  }

  .section,
  #sitemap {
    padding: 0 16px
  }

  #mvlogo {
    top: 24%;
  }

  #blogs .flex {
    padding: 0 1em
  }
}

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

  #others .sub-visual,
  .sub-visual {
    height: 350px
  }

  #footer-logo {
    width: 60%;
    float: none;
    margin: 1em auto;
    border-right: none;
    border-bottom: 1px solid #eee;
    text-align: center
  }

  .footer-content {
    width: 48%;
  }

  .minimap {
    width: 98%
  }

  /*.links{width:30%;margin-left: 2%}*/
  .links a {
    padding: 10px;
    white-space: nowrap;
  }

}

/*@media screen and (max-width: 960px){
  #weblog figure{width: 48%}
}*/
@media screen and (max-width: 880px) {

  #sub-nav,
  #over-sub-nav {
    display: none
  }

  #mv .bx-controls {
    bottom: 15%
  }

  #header {
    height: 55px;
    padding-top: 0
  }

  #header.trans {
    background: none;
    box-shadow: none
  }

  #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 {
    /*position: absolute;
    top: 4px;
    right: 8px;
    width: 85px;
    height: 45px;*/
    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%;
    /*text-align: center;*/
  }

  #menu-primary .sub-menu {
    background: none;
    width: 100%;
    padding: 0 0 0 1em;
  }

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

  .page_item {
    width: 100%;
    float: none;
    font-size: inherit;
  }

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

  #menu-primary img {
    display: none
  }

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

  #menu-item-1>a:after {
    content: 'News'
  }

  #menu-item-3>a:after {
    content: 'Order Made'
  }

  #menu-item-2>a:after {
    content: 'pickup'
  }

  #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: relative;*/
    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 .5s cubic-bezier(0.82, -0.07, 0.63, 1);
    transition: all .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 .4s ease-in-out .2s;
    transition: all .4s ease-in-out .2s;
  }

  #menu-opener:before,
  #menu-opener:after {
    content: '';
    width: 26px;
    height: 2px;
    background: #000;
    display: block;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in;
    transition: all .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;
  }

  /*#myMenu{bottom: 0;left: 0;width: 100%;height: 55px;background: #fff;box-shadow: 0 -2px 6px rgba(0,0,0,.2);}
  #favorite-list{padding-top: 60px}*/

  #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;
  }

  #comment-write {
    top: 95px;
  }

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

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

  #ident h1 {
    padding-top: 100px;
  }

  #staff .prof {
    width: 25%;
  }

  .article-column {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .article-column .page-body {
    margin-left: auto
  }

  #news-post {
    padding-left: 0
  }

  #news-post .post-meta {
    position: static;
    padding: 0;
  }

  #news-post .category a {
    display: inline-block;
  }



  #follow .widget {
    width: 49%;
  }

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

  /* jSlide menu */
  #container {
    background: #FFFFFF;
    /*-webkit-transform: translate3d(0px, 0px, 1px);*/
    -webkit-transition: all .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 .4s;
  }

  #nav {
    display: none;
    height: 100%;
    width: 240px;
    position: fixed;
    left: 0;
    top: 0;
    padding: 60px 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, .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);
}*/
}

.mobile #ident {
  display: none;
}

@media screen and (max-width: 1400px) and (min-width: 869px) {
  .links {
    padding-bottom: 72px
  }
}

@media screen and (max-width: 1024px) and (min-width: 881px) {
  .shop-single .entry-body {
    padding: 0 1em;
  }

  .entry-title {
    margin-left: 1rem
  }
}

@media screen and (max-width: 800px) {
  .top-section {
    padding-left: 1em;
    padding-right: 1em;
  }

  #ticker li {
    height: auto
  }

  .entry-body {
    width: 100%;
  }

  #comment-area {
    width: 100%
  }

  .entry-body,
  #comment-area {
    padding: 0 26px
  }

  .entry-body.p-entry-body__body {
    padding: 0;
  }

  #shop-page .entry-body {
    padding: 0
  }

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

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

  #mv .slick-dots {
    bottom: 40px;
  }

  .article-single .page-body,
  .article-column .page-body,
  .article.has-thumb .page-body {
    padding: 48px 30px 30px;
  }

  #order .order-menu {
    width: 48%;
    text-align: center;
  }

  #order-made h3 img {
    max-width: 98%
  }
}

@media screen and (max-width:700px) {
  #blogs .post {
    width: 48%
  }

  .panel .more {
    bottom: 10px;
    right: 30px;
  }

  .panel {
    width: 100%;
    float: none;
  }

  .panel .left,
  .panel .perm-left {
    width: 25%
  }

  .panel .right,
  .panel .perm-right {
    width: 73%;
  }

  #qa-index li {
    width: 32%;
    margin-bottom: 7px
  }

}

@media screen and (max-width:660px) and (min-width: 621px) {
  /*.imgBox{height: 212px}*/

}

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

  .contents .post,
  #catalog-page .post {
    width: 48%
  }

  .panel .post-data {
    padding: 10px 30px 12px;
  }

  .panel .more {
    bottom: 0
  }

  .author-info .perm-right,
  .author-info .right {
    width: 68%
  }

  #share li {
    width: 32.5%
  }

  #share a {
    width: 100%
  }
}

@media screen and (max-width:620px) {
  #follow {
    text-align: center;
  }

  #social {
    float: none;
  }

}

@media screen and (max-width:620px) and (min-width:481px) {
  #order-model dd p {
    width: 100%;
  }
}

@media screen and (max-width:600px) {
  #mv {
    margin-top: 54px;
  }

  #latest .post,
  #pickup .post,
  #feature-page .post {
    width: 48%;
  }

  #pickup .post:first-child {
    width: 100%
  }

  #latest .post-data {
    overflow-y: auto
  }

  .top-section {
    padding-bottom: 60px;
  }

  #news-ticker .slick-arrow {
    top: 135%
  }

  #order>.flex {
    display: block;
  }

  #order .order-pick

  /*,
  #order .order-menu*/
    {
    width: 31.33%
  }

  #order .order-content,
  #pickup .customer {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }


  #latest .parallax-content {
    height: 60vw;
    margin: 30px 0;
  }

  .sub-visual {
    height: 300px
  }

  #order-made .pllx {
    bottom: -5%
  }

  .orderItems figure {
    width: 49%
  }

  #shop-info .access-map {
    float: none;
    clear: both;
    width: 100%;
  }

  .shop-info .label {
    width: 100%
  }

  .menu,
  .price {
    width: 100%;
    float: none
  }

  .menu {
    text-align: center
  }

  .menu-desc {
    margin: 0 auto !important;
  }

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

  .topics {
    width: 48%
  }

  .slick-prev,
  .slick-next {
    background-color: #fff;
    opacity: .9
  }

  .slick-prev {
    left: -28px;
  }

  .slick-next {
    right: -28px;
  }

}

@media screen and (max-width: 568px) {
  #mvlogo svg {
    max-width: 260px;
    height: 55px;
  }

  .top-section h2 {
    padding: 0 0 1em;
  }

  .footer-content,
  .links.main {
    width: 100%;
  }

  .links.main {
    max-width: none;
    text-align: center;
    margin-right: 2%
  }

  #area-select dd {
    width: 23%
  }

  #area-select dd:nth-of-type(7) {
    margin-left: 0
  }

  #area-select dd:nth-of-type(5) {
    margin-left: 3%
  }

  #share {
    width: 100%
  }

  #follow .widget {
    width: 100%;
    float: none
  }
}

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

  /*.flex{-webkit-flex-direction: column;flex-direction: column;}*/
  #news-ticker .slick-arrow {
    top: 96%
  }

  #order .order-menu {
    width: 48%;
    max-height: none
  }

  #ident h1 {
    height: 220px;
    padding-top: 65px;
  }

  #gift-and-member .col-evn2 {
    width: 100%;
    margin-bottom: 1.5em;
  }

  #qa-index li {
    width: 49%;
  }

  #q-and-a .btn {
    text-align: center
  }

  /*.titleBack{height:220px}*/

  .panel .more {
    position: static;
  }

  .page-body .post,
  #relation .post {
    width: 98%;
    float: none
  }

  #order-model .models {
    width: 100%;
  }

  #order-model .models img {
    display: block;
    margin: 0 auto
  }

  .blog-home .post-first .imgBox {
    height: 250px
  }

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

  /*#contact form{padding:0;margin:45px auto;}*/
  #blogs .imgBox {
    height: auto
  }

  .footer-post-meta p {
    width: 100%;
    float: none
  }

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

  .links>dd,
  .links>dl {
    width: 48%;
  }

  .online-shops {
    width: 100%;
    margin: 42px 1em 90px;
  }

  .slick-prev {
    left: -20px;
  }

  .slick-next {
    right: -20px;
  }

  #share li {
    width: 49%
  }

  .shop-info dd {
    margin-bottom: 16px
  }
}

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

  #shop-info .left,
  #shop-info .right {
    float: none;
    width: 100%
  }

  .introduction .left,
  .introduction .right,
  #domestic .left,
  #domestic .right {
    width: 100%
  }
}

@media screen and (max-width: 400px) {
  .contents .post {
    width: 98%
  }

  .post-list .perm-right {
    width: 70%
  }

  .blog .post {
    width: auto;
    float: none;
  }
}

@media screen and (max-width: 380px) {
  .top-section {
    padding-bottom: 32px
  }

  #events {
    height: auto;
    min-height: 160px
  }

  #events ul {
    max-height: calc(100% - 150px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  #events li {
    /*max-width: none;*/
    float: none
  }
}

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

@media screen and (max-width: 340px) {
  .post-list img {
    max-width: 65px !important
  }
}

/*!
 * Cusp v0.5(Provisional)
 * For "Materialize Design" Frame Work
 * Copyright 2015 Glitter Style
 *
*/

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.reverse {
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.between {
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.around {
  -webkit-justify-content: center;
  justify-content: center
}

.flex-wrap {
  flex-wrap: wrap
}

.flex-end {
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: column;
}

.flex-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}

.flex-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  align-self: flex-start
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end
}

.flex-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch
}

.items-center {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}

/* Elemnents */
.defs {
  display: none;
}

.before,
.after {
  position: relative;
}

.before:before,
.after:after,
.count:before,
.count:after {
  display: block;
  position: absolute;
  content: '';
}

.perm-left,
.perm-right,
.left,
.right {
  width: 49%
}

/* legacy blowser fallback */
.perm-right {
  float: right;
}

.perm-left {
  float: left;
}

/*
    layout pattern
  */
.six-four .left {
  width: 35%;
}

.six-four .right {
  width: 60%
}

.seven-three .left {
  width: 25%;
}

.seven-three .right {
  width: 70%
}

.col-evn1 {
  width: 20%
}

.col-evn2 {
  width: 49%
}

.col-evn3 {
  width: 80%
}

.col-odd3,
.col-evn4 {
  width: 100%
}

.col-odd1 {
  width: 32.33%
}

.col-odd2 {
  width: 65.66%
}

.block,
.overall:before,
.overall:after {
  width: 100%;
  height: 100%
}

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

.lay-w:after {
  background: rgba(255, 255, 255, .6);
  opacity: 0;
  transition: opacity .3s ease-in;
}

.lay-w:hover:after {
  opacity: 1
}

.cards {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

/*
  floating: shadow + float->Sink
  fliatn  : shadow + Sink->float
  float   : Sink->float + shadow
*/
.floatn:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.element,
.float-element:hover {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.floating-element,
.float-element {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.floating-element {
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2), 0 8px 24px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2), 0 8px 24px rgba(0, 0, 0, .2);
}

.floating-element:hover,
#contact .wpcf7-submit:hover {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.floatn-element {
  box-shadow: 0px 1px 6px rgba(0, 0, 0, .1), 1px 1px 0 rgba(0, 0, 0, .1), -1px -1px 6px rgba(0, 0, 0, .1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.floatn-element:hover {
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2), 0 10px 24px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2), 0 10px 24px rgba(0, 0, 0, .2);
}

.gradation-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .2) 76%, rgba(0, 0, 0, .5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .2) 76%, rgba(0, 0, 0, .5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .2) 76%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}

.depth-2 {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2), 0 10px 24px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2), 0 10px 24px rgba(0, 0, 0, .2);
}

.depth-3 {
  box-shadow: 0 10px 17px 0 rgba(0, 0, 0, .12), 0 17px 50px 0 rgba(0, 0, 0, .1)
}

.depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}


.imgBox {
  position: relative;
  display: block;
  overflow: hidden
}

.cards .imgBox {
  height: 180px
}

.list {
  list-style-type: disc;
  padding-left: 20px;
}

.parallax-content {
  position: relative;
  overflow: hidden;
}

.pllx {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}


.border-h {
  position: relative;
  text-align: center;
}

.border-h span {
  position: relative;
  display: inline-block;
  padding: 0 0.8em;
  background: #fff;
  z-index: 1
}

.border-h:before {
  width: 100%;
  height: 1px;
  top: 50%;
  z-index: 0;
  background: #000;
}

/* Text Contents */
.alignTop *:first-child {
  margin-top: 0;
}

/* ブログ記事用CSS */
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  display: inline;
}

img.alignleft {
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.c-feature.p-news-entry .entry-body a:has(img) {
  border: none;
}