@charset "UTF-8";
/*
content-type--page-index
content-type--page-entry
content-type--archive-index
content-type--archive-entry
*/
/* 基本設定
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* Mixin
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* common
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body {
  font-family: 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  font-size: 1.5rem;
  background-color: #f5f4f3;
  color: #000;
}

.state-hide {
  display: none !important;
}

.clear {
  clear: both;
}

hr.clear {
  visibility: hidden;
  margin: 0 !important;
  height: 0 !important;
  border-width: 0 !important;
}

.clear + * {
  margin-top: 0 !important;
}

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

.text-left {
  text-align: left;
}

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

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

.align-left {
  margin: 0 !important;
}

.align-right {
  margin: 0 !important;
}

.aligncenter,
.align-center img {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.alignleft,
.align-left img {
  float: left;
  margin: 0 3% 20px 0 !important;
  max-width: 48.5%;
  min-width: auto;
  /*width: auto;*/
  vertical-align: top;
}

.alignright,
.align-right img {
  float: right;
  margin: 0 0 20px 3% !important;
  max-width: 48.5%;
  min-width: auto;
  /*width: auto;*/
  vertical-align: top;
}

@media (max-width: 425px) {
  .sp-fullwidth img {
    min-width: 100%;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .alignleft,
  .align-left img {
    float: left;
    margin: 0 40px 20px 0 !important;
  }

  .alignright,
  .align-right img {
    float: right;
    margin: 0 0 20px 40px !important;
  }
}
/* elements
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #51404c;
}

mark {
  background-color: #ffcca4;
  color: #000;
}

h1,
.menu-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.4;
}
h1:after,
.menu-title:after {
  content: '';
  display: block;
  margin: 15px auto 0 auto;
  width: 100px;
  height: 0;
  border-bottom: 1px solid #a98365;
}
@media (min-width: 1200px) {
  h1,
  .menu-title {
    margin-bottom: 40px;
    font-size: 3.6rem;
  }
  h1:after,
  .menu-title:after {
    margin-top: 34px;
  }
}

.writing hr {
  border-color: #bab8b6;
}
.writing h3 {
  padding-bottom: 15px;
  background: url(../images/theme/h3.png) left bottom no-repeat transparent;
  background-size: 1162px 10px;
  font-weight: normal;
}
.writing h4 {
  padding-bottom: 12px;
  background: url(../images/theme/h4.png) left bottom no-repeat transparent;
  background-size: 1161px 5px;
  font-weight: normal;
}
.writing h5 {
  padding-bottom: 12px;
  background: url(../images/theme/h5.png) left bottom no-repeat transparent;
  background-size: 1161px 5px;
  font-weight: normal;
}
.writing h6 {
  padding-bottom: 8px;
  border-bottom: 1px dotted #bab8b6;
  font-weight: normal;
}
.writing address {
  background-color: #fff;
  border: none;
  font-style: normal;
}
.writing blockquote {
  padding: 0 15px;
  border-left: 1px solid #af8a6e;
}
.writing dl dt {
  margin: 0;
  padding: 4px 0 5px 20px;
  background: url(../images/theme/dt.png) left top repeat-y transparent;
  background-size: 10px 37px;
  font-size: 1.8rem;
}
.writing dl dd {
  margin: 0;
  margin-bottom: 10px;
  padding: 15px 0 15px 20px;
}
.writing table {
  border: 0;
  text-align: center;
}
.writing table thead {
  border-bottom: 2px solid #bab8b6;
}
.writing table th,
.writing table td {
  padding: 10px;
  border-width: 1px;
  border-color: #bab8b6;
}
.writing table th {
  background-color: transparent;
  border-style: solid;
  font-weight: normal;
}
.writing table td {
  border-left-style: dotted;
  border-right-style: dotted;
  text-align: left;
}
.writing table tr *:first-child {
  border-left-width: 0;
}
.writing table tr *:last-child {
  border-right-width: 0;
}
.writing table tr:first-child th, .writing table tr:first-child td {
  border-top-width: 0;
}
.writing table tr:last-child th, .writing table tr:last-child td {
  border-bottom-width: 0;
}
@media (min-width: 1200px) {
  .writing h1 {
    font-size: 3.6rem;
  }
  .writing h2 {
    font-size: 2.8rem;
    font-weight: normal;
  }
  .writing h3 {
    padding-bottom: 20px;
    font-size: 2.4rem;
  }
  .writing h4 {
    font-size: 2rem;
  }
  .writing h5 {
    font-size: 1.8rem;
  }
  .writing h6 {
    font-size: 1em;
  }
  .writing dl dd {
    margin-bottom: 25px;
  }
  .writing table th,
  .writing table td {
    padding: 15px 20px;
  }
}

/* news-index
........................................................................... */
.news-index {
  width: 100%;
}
.news-index .archive-entry {
  border-bottom: 1px dotted #bab8b6;
}
.news-index .archive-entry a {
  display: block;
  padding: 10px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: background-color 75ms linear;
  transition: background-color 75ms linear;
}
.news-index .archive-entry a:hover {
  background-color: #dcd2d9;
}
.news-index .archive-entry .category {
  float: left;
  margin: 0;
  white-space: nowrap;
}
.news-index .archive-entry .category span {
  margin: 0;
  vertical-align: top;
}
.news-index .archive-entry .date {
  float: left;
  margin: 0;
  padding: 0 10px;
  line-height: 30px;
  font-size: 1.4rem;
  white-space: nowrap;
}
.news-index .archive-entry .title {
  clear: both;
  margin: 0;
  padding-top: 5px;
  width: 100%;
}
@media (min-width: 760px) {
  .news-index .archive-entry a {
    display: table;
    padding: 15px 10px;
    vertical-align: top;
  }
  .news-index .archive-entry .category {
    float: none;
    display: table-cell;
  }
  .news-index .archive-entry .date {
    float: none;
    display: table-cell;
    padding: 0 20px;
    font-size: 1.5rem;
  }
  .news-index .archive-entry .title {
    display: table-cell;
    padding-top: 3px;
  }
}
@media (min-width: 1200px) {
  .news-index .archive-entry .date {
    padding: 0 20px 0 30px;
    font-size: 1.5rem;
  }
}

/* blog-index
........................................................................... */
.blog-index .archive-entry,
.search-index .archive-entry {
  border-bottom: 1px dotted #bab8b6;
}
.blog-index .archive-entry a,
.search-index .archive-entry a {
  display: table;
  padding: 10px;
  width: 100%;
  color: inherit;
  text-decoration: none;
  -webkit-transition: background-color 75ms linear;
  transition: background-color 75ms linear;
}
.blog-index .archive-entry a:hover,
.search-index .archive-entry a:hover {
  background-color: #dcd2d9;
}
.blog-index .archive-entry .eyecatch,
.search-index .archive-entry .eyecatch {
  display: table-cell;
  margin: 0;
  width: 70px;
  vertical-align: top;
}
.blog-index .archive-entry .eyecatch p,
.search-index .archive-entry .eyecatch p {
  overflow: hidden;
  margin: 0;
  width: 70px;
  height: 70px;
}
.blog-index .archive-entry .eyecatch p img,
.search-index .archive-entry .eyecatch p img {
  width: auto;
  height: 100%;
  vertical-align: top;
}
.blog-index .archive-entry .body,
.search-index .archive-entry .body {
  display: table-cell;
  padding-left: 10px;
  line-height: 1.3;
  vertical-align: middle;
}
.blog-index .archive-entry .body .date,
.search-index .archive-entry .body .date {
  margin: 0;
  padding-bottom: 5px;
  font-size: 1.4rem;
  white-space: nowrap;
}
.blog-index .archive-entry .body .title,
.search-index .archive-entry .body .title {
  margin: 0;
  padding-bottom: 5px;
  font-size: 1.7rem;
}
.blog-index .archive-entry .body .text,
.search-index .archive-entry .body .text {
  margin: 0;
  font-size: 1.3rem;
  overflow: hidden;
  max-height: 4.8rem;
  color: #777;
}
@media (min-width: 760px) {
  .blog-index .archive-entry a,
  .search-index .archive-entry a {
    padding: 15px 10px;
  }
  .blog-index .archive-entry .eyecatch,
  .search-index .archive-entry .eyecatch {
    margin: 0;
    width: 120px;
  }
  .blog-index .archive-entry .eyecatch p,
  .search-index .archive-entry .eyecatch p {
    width: 120px;
    height: 120px;
  }
  .blog-index .archive-entry .body,
  .search-index .archive-entry .body {
    padding-left: 15px;
    min-width: 0;
  }
  .blog-index .archive-entry .body .title,
  .search-index .archive-entry .body .title {
    padding-bottom: 9px;
  }
  .blog-index .archive-entry .body .text,
  .search-index .archive-entry .body .text {
    font-size: 1.4rem;
    max-height: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .blog-index .archive-entry .body,
  .search-index .archive-entry .body {
    padding-left: 20px;
  }
  .blog-index .archive-entry .body .date,
  .search-index .archive-entry .body .date {
    font-size: 1.5rem;
  }
}

.search-index .archive-entry .body .date {
  display: none;
}

/* header
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background: #fff;
  z-index: 100;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.header::after {
  content: '';
  display: block;
  clear: both;
}
.header a {
  text-decoration: none;
  color: inherit;
}
.header .logo {
  margin: 10px auto;
  width: 164px;
  height: 35px;
  background: url(../images/theme/logo.png) center center no-repeat transparent;
  background-size: 164px 20px;
}
.header .logo a {
  display: block;
  overflow: hidden;
  padding-top: 35px;
  width: 100%;
  height: 100%;
}
.header > .menu-button, .header > .search-button {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  width: 55px;
  height: 55px;
  border-radius: 0;
}
.header > .menu-button {
  left: 0;
  background: url(../images/theme/menu-button-text.png) center top no-repeat transparent;
  background-size: 55px 110px;
  -webkit-transition: background-position 300ms ease;
  transition: background-position 300ms ease;
}
.main-menu-active .header > .menu-button {
  background-position: center bottom;
}
.header > .search-button {
  right: 0;
  background: url(../images/theme/search-button-text.png) center top no-repeat transparent;
  background-size: 55px 110px;
  -webkit-transition: background-position 300ms ease;
  transition: background-position 300ms ease;
}
.search-active .header > .search-button {
  background-position: center bottom;
  background-color: #d3cdc8;
  background-color: rgba(211, 205, 200, 0.95);
}
.header .main-menu {
  display: none;
}
@media (min-width: 1200px) {
  .header {
    padding: 8px 0;
    height: 70px;
  }
  .header > .menu-button, .header > .search-button {
    display: none;
  }
  .header .container::after {
    content: '';
    display: block;
    clear: both;
  }
  .header .container .logo {
    float: left;
    margin: 5px 0;
    width: 200px;
    height: 40px;
    background-size: 200px 25px;
    text-align: left;
  }
  .header .container .logo a {
    padding-top: 40px;
  }
  .header .container .main-menu {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    width: 960px;
  }
  .header .container .main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    list-style-type: none;
    margin: 0;
    padding: 0 20px 0 0;
    font-size: 1.6rem;
  }
  .header .container .main-menu ul li {
    margin: 0 10px;
  }
  .header .container .main-menu ul li a {
    position: relative;
    display: block;
    padding: 0 10px;
    height: 54px;
    line-height: 54px;
  }
  .header .container .main-menu ul li a:hover {
    background: url(../images/theme/menu-hover.png) center bottom no-repeat transparent;
    background-size: 200px 6px;
  }
  .header .container .main-menu ul li.current-menu-item a {
    background: url(../images/theme/menu-hover.png) center bottom no-repeat transparent;
    background-size: 200px 6px;
  }
  .header .container .main-menu ul li.search {
    background: url(../images/theme/icon-search.svg) right 10px center no-repeat transparent;
  }
  .header .container .main-menu ul li.search a {
    padding-right: 31px;
  }
  .search-active .header .container .main-menu ul li.search a {
    background: url(../images/theme/menu-hover.png) center bottom no-repeat transparent;
    background-size: 200px 6px;
  }
  .header .container .main-menu .online-store {
    margin: 5px 0;
    text-align: center;
  }
  .header .container .main-menu .online-store a {
    position: relative;
    display: inline-block;
    padding: 0 40px 0 15px;
    width: 185px;
    height: 44px;
    line-height: 44px;
    background: url(../images/theme/menu-store.png) 0 0 no-repeat transparent;
    background-size: 185px 88px;
  }
  .header .container .main-menu .online-store a:hover {
    background-position: 0 -44px;
  }
  .header .main-menu {
    display: block;
  }
}

/* header--transparent
........................................................................... */
@media (min-width: 1200px) {
  .header--transparent {
    background-color: transparent;
  }
  .header--transparent .container .logo {
    background-image: url(../images/theme/logo-white.png);
  }
  .header--transparent .container .main-menu ul li a {
    color: #fff;
  }
  .header--transparent .container .main-menu ul li a:hover {
    background-image: url(../images/theme/menu-hover-white.png);
  }
  .header--transparent .container .main-menu ul li.current-menu-item a {
    background-image: url(../images/theme/menu-hover-white.png);
  }
  .header--transparent .container .main-menu ul li.search {
    background-image: url(../images/theme/icon-search-white.svg);
  }
  .search-active .header--transparent .container .main-menu ul li.search a {
    background-image: url(../images/theme/menu-hover-white.png);
  }
  .header--transparent .container .main-menu .online-store a {
    color: #fff;
    background-image: url(../images/theme/menu-store-white.png);
  }
  .header--transparent .container .main-menu .online-store a:hover {
    background-position: 0 -44px;
  }
}
/* menu - sp
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.menu-overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 90;
  opacity: 0;
}

.menu {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 55px 0 25px 0;
  width: 100%;
  z-index: 90;
  opacity: 0;
}
.menu a {
  text-decoration: none;
  color: inherit;
}
.menu .menu-title {
  margin-top: 30px;
}
@media (min-width: 540px) {
  .menu .main-menu {
    width: 500px;
  }
}
.menu .main-menu > ul {
  display: block;
  padding: 0;
  width: 100%;
  list-style-type: none;
  border-top: 1px solid #bab8b6;
}
.menu .main-menu > ul > li {
  border-bottom: 1px solid #bab8b6;
}
.menu .main-menu > ul > li > a {
  display: block;
  padding: 12px 10px 12px 24px;
  background: url(../images/theme/arrow-next.svg) 10px 16px no-repeat transparent;
  background-size: 7px 14px;
}
.menu .main-menu .online-store {
  margin: 20px auto;
  text-align: center;
}
.menu .main-menu .online-store a {
  position: relative;
  display: inline-block;
  padding: 12px 50px 12px 20px;
  width: 220px;
  background: url(../images/theme/icon-store.svg) right 14px center no-repeat #fff;
  border: 1px solid #bab8b6;
}
.menu .main-menu .online-store a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-left: 5px solid #bab8b6;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  z-index: 0;
}
.menu .main-menu .online-store a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -1px;
  margin-top: -5px;
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  z-index: 1;
}

/* search
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.search-box {
  display: none;
  position: fixed;
  top: 55px;
  padding: 0;
  width: 100%;
  background-color: #d3cdc8;
  background-color: rgba(211, 205, 200, 0.95);
  z-index: 100;
}
@media (min-width: 680px) {
  .search-box .container {
    width: 680px;
  }
}
@media (min-width: 1200px) {
  .search-box {
    top: 70px;
    left: 50%;
    margin-left: -580px;
    padding: 0;
    width: 1160px;
  }
  .search-box .container {
    padding: 20px 0;
  }
}
.search-box h2 {
  margin: 30px 0 10px 0;
  font-size: 1.8rem;
  font-weight: normal;
}
.search-box .search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: flex-between;
      -ms-flex-pack: flex-between;
          justify-content: flex-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.search-box .search-input input[type="search"] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 10px;
  height: 50px;
  background-color: #ece9e6;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: sans-serif;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.search-box .search-input input[type="search"]:focus {
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}
.search-box .search-input input[type="submit"] {
  margin-left: 10px;
  width: 70px;
  height: 50px;
  background: #fff;
  border-width: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.search-box .search-input input[type="submit"]:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 680px) {
  .search-box .search-input input[type="search"] {
    padding-left: 20px;
  }
  .search-box .search-input input[type="submit"] {
    width: 110px;
  }
}
.search-box .search-words {
  margin: 0 0 30px 0;
  text-align: left;
}
.search-box .search-words a {
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding: 6px 12px;
  background-color: #fff;
  border-radius: 14px;
  color: inherit;
  text-decoration: none;
}
.search-box .search-words a:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

/* contents
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.contents {
  padding-top: 55px;
}
@media (min-width: 1200px) {
  .contents {
    padding-top: 70px;
  }
  .products .contents {
    padding-top: 120px;
  }
}
.contents .main {
  padding-top: 25px;
}
@media (min-width: 1200px) {
  .contents .main {
    padding-top: 55px;
  }
}
.contents .main .article .entry-header-block {
  position: relative;
}
.contents .main .article .entry-header-block .container .entry-meta {
  text-align: center;
}
.contents .main .article .entry-header-block .container .entry-meta .date {
  display: inline-block;
  margin: 0 0 10px 0;
  vertical-align: top;
}
.contents .main .article .entry-header-block .container .entry-meta .date .posted-on {
  display: inline-block;
  margin: 0 5px 5px 5px;
  line-height: 30px;
  letter-spacing: 1px;
  vertical-align: top;
  white-space: nowrap;
}
.contents .main .article .entry-header-block .container .entry-header .intro {
  margin: 0 -10px;
  text-align: center;
}
@media (min-width: 340px) {
  .contents .main .article .entry-header-block .container .entry-header .intro {
    margin: 0 -20px;
  }
}
.single .contents .main .article .entry-header-block .container .entry-header .intro {
  display: none;
}
.contents .main .article .entry-header-block .container .entry-header .intro img {
  max-width: 100%;
  max-height: 250px;
  width: auto;
  height: auto;
  vertical-align: top;
}
.contents .main .article .entry-header-block .container .entry-header .entry-title {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 990px) {
  .contents .main .article .entry-header-block {
    height: 400px;
  }
  .contents .main .article .entry-header-block:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% + 15px);
    width: calc(50% - 15px);
    max-width: 780px;
    height: 400px;
    background: url(../images/intro/general.jpg) center center no-repeat transparent;
    background-size: cover;
  }
  .news .contents .main .article .entry-header-block:before {
    background-image: url(../images/intro/news.jpg);
  }
  .products .contents .main .article .entry-header-block:before {
    background-image: url(../images/intro/products.jpg);
  }
  .formality .contents .main .article .entry-header-block:before {
    background-image: url(../images/intro/formality.jpg);
  }
  .about .contents .main .article .entry-header-block:before {
    background-image: url(../images/intro/about.jpg);
  }
  .history .contents .main .article .entry-header-block:before {
    background-image: url(../images/intro/history.jpg);
  }
  .blog .contents .main .article .entry-header-block:before {
    background-image: url(../images/intro/blog.jpg);
  }
  .contact .contents .main .article .entry-header-block:before {
    background-image: url(../images/intro/contact.jpg);
  }
  .search .contents .main .article .entry-header-block:before {
    background-image: url(../images/intro/search.jpg);
  }
  .tour .contents .main .article .entry-header-block:before {
    background-image: url(../images/intro/tour.jpg);
  }
  .cm .contents .main .article .entry-header-block:before {
    background-image: url(../images/intro/cm.jpg);
  }
  .faq .contents .main .article .entry-header-block:before {
    background-image: url(../images/intro/faq.jpg);
  }
  .privacy .contents .main .article .entry-header-block:before {
    background-image: url(../images/intro/privacy.jpg);
  }
  .sitemap .contents .main .article .entry-header-block:before {
    background-image: url(../images/intro/sitemap.jpg);
  }
  .contents .main .article .entry-header-block .container .entry-meta {
    padding-right: 20px;
    width: 50%;
    text-align: left;
  }
  .contents .main .article .entry-header-block .container .entry-meta .category {
    display: block;
  }
  .contents .main .article .entry-header-block .container .entry-meta .category a {
    margin: 0 10px 5px 0;
  }
  .contents .main .article .entry-header-block .container .entry-meta .date {
    display: block;
  }
  .contents .main .article .entry-header-block .container .entry-header {
    padding-right: 20px;
    width: 50%;
  }
  .contents .main .article .entry-header-block .container .entry-header .entry-title {
    display: table;
    text-align: left;
  }
  .contents .main .article .entry-header-block .container .entry-header .intro {
    display: none;
  }
}
@media (min-width: 1200px) {
  .contents .main .article .entry-header-block:before {
    left: calc(50% + 20px);
    width: calc(50% - 20px);
  }
  .contents .main .article .entry-header-block .container .entry-meta .category {
    margin-bottom: 10px;
  }
  .contents .main .article .entry-header-block .container .entry-meta .date {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  .contents .main .article .entry-header-block .container .entry-header .entry-title {
    margin-bottom: 40px;
  }
  .contents .main .article .entry-header-block .container .entry-header .entry-title:after {
    margin-top: 34px;
  }
}
.contents .main .article .content-block {
  padding-top: 15px;
}
.contents .main .article .content-block .entry-content-body {
  overflow-x: hidden;
}
@media (min-width: 990px) {
  .contents .main .article .content-block {
    padding-top: 30px;
  }
  .content-type--archive-index .contents .main .article .content-block, .content-type--archive-entry .contents .main .article .content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: flex-between;
        -ms-flex-pack: flex-between;
            justify-content: flex-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-type--archive-index .contents .main .article .content-block .entry-content-body, .content-type--archive-entry .contents .main .article .content-block .entry-content-body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: calc(100% - 330px);
  }
  .content-type--archive-index .contents .main .article .content-block .entry-content-body .container, .content-type--archive-entry .contents .main .article .content-block .entry-content-body .container {
    padding: 0;
    width: auto;
  }
  .content-type--archive-index .contents .main .article .content-block .sidebar, .content-type--archive-entry .contents .main .article .content-block .sidebar {
    padding-left: 30px;
    width: 330px;
    min-width: 330px;
  }
  .content-type--archive-index .contents .main .article .content-block .sidebar .container, .content-type--archive-entry .contents .main .article .content-block .sidebar .container {
    width: auto;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .contents .main .article .content-block {
    padding-top: 60px;
  }
  .content-type--archive-index .contents .main .article .content-block, .content-type--archive-entry .contents .main .article .content-block {
    width: 1200px;
  }
  .content-type--archive-index .contents .main .article .content-block .entry-content-body, .content-type--archive-entry .contents .main .article .content-block .entry-content-body {
    width: 760px;
  }
  .content-type--archive-index .contents .main .article .content-block .sidebar, .content-type--archive-entry .contents .main .article .content-block .sidebar {
    padding-left: 40px;
    width: 400px;
    min-width: 400px;
  }
}

/* sidebar
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.sidebar .navigation {
  margin-bottom: 40px !important;
}
.sidebar .navigation:last-child {
  margin-bottom: 0;
}
.sidebar .navigation .navigation-title {
  margin: 0;
  padding: 8px 10px;
  border-top: 1px solid #bab8b6;
  border-bottom: 1px solid #bab8b6;
  font-size: 1.6rem;
  font-weight: normal;
}
.sidebar .navigation .navigation-title a {
  text-decoration: none;
  color: inherit;
}
.sidebar .navigation .navigation-title a:hover {
  text-decoration: underline;
  color: #377848;
}
.sidebar .navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sidebar .navigation ul li {
  /*padding-bottom: 1px;*/
  border-bottom: 1px dotted #bab8b6;
}
.sidebar .navigation ul li span,
.sidebar .navigation ul li a {
  display: block;
  padding: 12px 10px 12px 36px;
  background-image: url(../images/theme/arrow-next.svg);
  background-repeat: no-repeat;
  background-size: 7px 12px;
  background-position: left 22px top 18px;
  text-decoration: none;
}
.sidebar .navigation ul li a:hover {
  /*background-color: #eae4d1;*/
  text-decoration: underline;
}
.sidebar .navigation ul .stay {
  background-color: #eae4d1;
}
.sidebar .navigation ul ul {
  padding-left: 25px;
}
.sidebar .navigation ul ul > li {
  border-bottom-width: 0;
  border-top: 1px dotted #bab8b6;
}
.sidebar .navigation ul ul > li a {
  background-image: url(../images/theme/li3.png);
}
.sidebar .navigation.archives > ul > li {
  padding: 10px 0;
}
.sidebar .navigation.archives .archive-year {
  display: block;
  padding: 8px 0;
  background-image: none;
  /*font-weight: bold;*/
  text-align: center;
}
.sidebar .navigation .archive-month {
  padding: 0;
}
.sidebar .navigation .archive-month:after {
  content: '';
  display: table;
  clear: both;
}
.sidebar .navigation .archive-month > li {
  display: block;
  float: left;
  border-width: 0;
  text-align: center;
  width: 16.66%;
  background-image: none;
}
.sidebar .navigation .archive-month > li a,
.sidebar .navigation .archive-month > li span {
  padding: .625em 0;
  background-image: none;
  font-size: 1.4rem;
  color: #999;
}
.sidebar .navigation .archive-month > li a {
  text-decoration: none;
  color: #000;
}
.sidebar .navigation .archive-month > li a:hover {
  color: #51404c;
}

/* footer
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.footer {
  padding-top: 30px;
}
@media (min-width: 760px) {
  .footer {
    padding-top: 60px;
  }
}
.footer .container {
  position: relative;
}
.footer .banners {
  margin-bottom: 30px;
}
.footer .banners img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.footer .banners ul {
  padding: 0;
  list-style-type: none;
}
.footer .banners ul li {
  margin-bottom: 20px;
  text-align: center;
}
.footer .banners .grid {
  padding: 0 10px;
}
@media (min-width: 760px) {
  .footer .banners {
    margin-bottom: 80px;
  }
  .footer .banners .grid {
    padding: 0;
  }
}
.footer .company-info {
  position: relative;
  padding-bottom: 10px;
  font-size: 1.4rem;
}
.footer .company-info .logo {
  margin: 0 auto 10px auto;
  width: 200px;
  height: 25px;
  background: url(../images/theme/logo.png) center center no-repeat transparent;
  background-size: 200px 25px;
}
.footer .company-info .logo a {
  display: block;
  overflow: hidden;
  padding-top: 25px;
  width: 100%;
  height: 100%;
}
.footer .company-info address {
  font-style: normal;
}
.footer .company-info address p {
  margin: 0;
}
.footer .company-info span {
  display: block;
}
.footer .company-info .map-button {
  margin: 10px 0;
}
.footer .company-info .map-button a {
  display: inline-block;
  padding-right: 16px;
  height: 20px;
  line-height: 20px;
  background: url(../images/theme/map-button.svg) right top no-repeat transparent;
  text-decoration: none;
  color: inherit;
}
.footer .company-info .map-button a:hover {
  opacity: .7;
}
.footer .company-info .guide {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}
.footer .company-info .guide li {
  margin: 5px 20px 5px 0;
}
.footer .company-info .guide li a {
  display: inline-block;
  padding-left: 12px;
  line-height: 20px;
  background: url(../images/theme/arrow-next.svg) 2px center no-repeat transparent;
  background-size: 7px 14px;
  text-decoration: none;
  color: inherit;
}
.footer .company-info .guide li a:hover {
  color: #51404c;
  text-decoration: underline;
}
.footer .company-info .facebook-button {
  margin: 0 0 10px 0;
}
.footer .company-info .facebook-button a {
  display: inline-block;
  padding-right: 40px;
  line-height: 1.3;
  background: url(../images/theme/facebook-button.svg) right center no-repeat transparent;
  background-size: 30px;
  text-decoration: none;
  color: inherit;
}
.footer .company-info .facebook-button a:hover {
  opacity: .7;
}
.footer .company-info .pagetop-button {
  display: none;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  right: 0;
  margin: 0;
  padding-top: 40px;
  width: 40px;
  height: 40px;
  background: url(../images/theme/pagetop-button.svg) center center no-repeat #fff;
  color: inherit;
  text-decoration: none;
  font-size: 1.4rem;
  z-index: 10;
}
.footer .company-info .pagetop-button:hover {
  opacity: .7;
}
.footer .company-info .pagetop-button.state-fixed {
  position: fixed;
  bottom: 51px;
}
@media (min-width: 500px) {
  .footer .company-info span {
    display: inline-block;
  }
  .footer .company-info .map-button {
    margin: 0 0 0 20px;
  }
  .footer .company-info .tel {
    margin-right: 20px;
  }
  .footer .company-info .guide li {
    display: inline-block;
  }
  .footer .company-info .facebook-button a {
    line-height: 30px;
  }
}
@media (min-width: 990px) {
  .footer .company-info .logo {
    margin-left: 0;
    text-align: left;
  }
  .footer .company-info .facebook-button {
    position: absolute;
    top: 40px;
    right: 20px;
  }
}
@media (min-width: 1200px) {
  .footer .company-info .pagetop-button.state-fixed {
    position: fixed;
    bottom: 60px;
  }
}
@media (min-width: 1280px) {
  .footer .company-info .pagetop-button {
    bottom: 100px;
    right: 10px;
    padding-top: 22px;
    height: auto;
    line-height: 40px;
    background-color: transparent;
    background-position: center 5px;
    letter-spacing: 3px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .footer .company-info .pagetop-button.state-fixed {
    position: fixed;
    bottom: 160px;
  }
}
.footer .notes {
  padding: 30px 0;
  background-color: #000;
  text-align: center;
  color: #f5f4f3;
}
.footer .notes::after {
  content: '';
  display: block;
  clear: both;
}
.footer .notes p {
  margin: 0;
}
.footer .notes p small {
  font-size: inherit;
}
.footer .notes p span {
  display: inline-block;
}
.footer .notes .copyright {
  margin-top: 30px;
  line-height: 1.3;
  font-size: 1.1rem;
  color: #bbb;
}
@media (min-width: 800px) {
  .footer .notes {
    padding: 40px 0;
  }
  .footer .notes .caution {
    float: left;
    text-align: left;
  }
  .footer .notes .copyright {
    float: right;
    margin-top: 0;
    line-height: inherit;
    text-align: right;
  }
}

/* archive nav
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* pagination
........................................................................... */
.pagination {
  border-collapse: separate;
  border-spacing: 10px 0;
  font-family: sans-serif;
  font-size: 1.4rem;
}
.pagination a {
  text-decoration: none;
}
.pagination a.pagination-btn {
  border: 1px solid #b8acb4;
}
.pagination a:hover,
.pagination .current {
  background-color: #b8acb4;
  color: #fff;
}
.pagination .prev:before,
.pagination .next:after {
  font-size: 1.4rem;
}

@media (min-width: 375px) {
  .pagination .prev,
  .pagination .next {
    font-size: 1.4rem;
  }
}
@media (min-width: 990px) {
  .pagination {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .pagination {
    margin-top: 60px;
  }
  .pagination .pagination-btn.prev,
  .pagination .pagination-btn.next {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* archive-entry-nav
........................................................................... */
.archive-entry-nav-block {
  padding: 0;
}

.archive-entry-nav .archive-entry-nav-btn {
  border-top: 1px solid #bab8b6;
}
.archive-entry-nav .archive-entry-nav-btn:last-child {
  border-bottom: 1px solid #bab8b6;
}
.archive-entry-nav .archive-entry-nav-btn a:hover {
  text-decoration: underline;
  color: #51404c;
}
.archive-entry-nav .archive-entry-nav-btn .link {
  display: block;
  padding: 15px 30px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-decoration: none;
  color: inherit;
}
.archive-entry-nav .archive-entry-nav-btn .link .date {
  margin: 0 0 3px 0;
  font-size: 1.3rem;
}
.archive-entry-nav .archive-entry-nav-btn .link .title {
  margin: 0;
}
.archive-entry-nav .archive-entry-nav-btn span.link {
  opacity: .6;
}
.archive-entry-nav .archive-entry-nav-btn.prev .link {
  background: url(../images/theme/arrow-prev.svg) left 5px center no-repeat transparent;
}
.archive-entry-nav .archive-entry-nav-btn.next .link {
  background: url(../images/theme/arrow-next.svg) right 5px center no-repeat transparent;
}
.archive-entry-nav .archive-entry-nav-btn.list .link {
  padding: 45px 10px 15px 10px;
  background: url(../images/theme/archive-list.svg) center top 15px no-repeat transparent;
  text-align: center;
  white-space: nowrap;
}

@media (min-width: 760px) {
  .archive-entry-nav-block {
    margin-top: 15px;
    padding: 10px 0;
    border-top: 1px solid #bab8b6;
    border-bottom: 1px solid #bab8b6;
  }

  .archive-entry-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .archive-entry-nav .archive-entry-nav-btn {
    border-width: 0;
    max-width: 340px;
  }
  .archive-entry-nav .archive-entry-nav-btn .link {
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
  }
  .archive-entry-nav .archive-entry-nav-btn.prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 38%;
  }
  .archive-entry-nav .archive-entry-nav-btn.next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 38%;
  }
  .archive-entry-nav .archive-entry-nav-btn.list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-width: 0;
  }
  .archive-entry-nav .archive-entry-nav-btn.list .link {
    padding-top: 50px;
    background-position: center top 20px;
  }
}
@media (min-width: 1200px) {
  .archive-entry-nav-block {
    margin-top: 30px;
    padding: 40px 0;
  }

  .archive-entry-nav {
    padding: 0 40px;
  }
}
/* products-menu
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.products-menu {
  display: none;
  position: fixed;
  bottom: 51px;
  left: 0;
  width: 100%;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9);
  z-index: 50;
}
.products .products-menu {
  display: block;
}
@media (min-width: 1200px) {
  .products-menu {
    top: 70px;
    bottom: auto;
    height: 50px;
  }
}
.main .products-menu {
  display: block;
  position: static;
  bottom: auto;
  left: auto;
  margin: 20px 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .main .products-menu {
    display: none;
  }
}

.products-menu-button {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9);
  text-align: center;
  color: #fff;
  z-index: 50;
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.products-menu-button:after {
  content: '';
  display: inline-block;
  margin-left: 12px;
  width: 16px;
  height: 15px;
  background: url(../images/theme/arrow-up-white.svg) center center no-repeat transparent;
  vertical-align: middle;
}
.products-menu-button.products-menu-btn--active {
  opacity: 1;
}
@media (min-width: 1200px) {
  .products-menu-button {
    display: none !important;
    opacity: 1;
  }
}

/* products-category-list
........................................................................... */
.products-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  color: #fff;
  font-size: 1.4rem;
}
.products-category-list li {
  width: 50%;
  border-bottom: 1px solid #666;
  border-right: 1px dotted #666;
  text-align: center;
}
.products-category-list li:nth-child(2n) {
  border-right-width: 0;
}
.products-category-list li:nth-child(9), .products-category-list li:nth-child(10) {
  border-bottom-width: 0;
}
.products-category-list li a {
  display: block;
  padding: 8px 2px;
  color: inherit;
  text-decoration: none;
}
.products-category-list li.all-items {
  margin: 15px 0 5px 0;
  border: 1px solid #666;
  width: 100%;
}
@media (min-width: 540px) {
  .products-category-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products-category-list li {
    width: 33.3333333333%;
  }
  .products-category-list li:nth-child(2n) {
    border-right-width: 1px;
  }
  .products-category-list li:nth-child(3n) {
    border-right-width: 0;
  }
  .products-category-list li:nth-child(7), .products-category-list li:nth-child(8), .products-category-list li:nth-child(9) {
    border-bottom-width: 0;
  }
}
@media (min-width: 1200px) {
  .products-menu .products-category-list {
    padding: 12px 0;
  }
  .products-menu .products-category-list li {
    margin: 0;
    padding: 0 10px;
    width: auto;
    border-width: 0;
  }
  .products-menu .products-category-list li a {
    padding: 0 2px;
    height: 26px;
    line-height: 26px;
  }
  .products-menu .products-category-list li a:hover {
    opacity: .6;
    border-bottom: 1px dotted #fff;
  }
  .products-menu .products-category-list li:first-child {
    padding-left: 40px;
  }
  .products-menu .products-category-list li.all-items {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-right: 40px;
    border-right: 1px solid #666;
  }
}
.main-menu .products-category-list {
  background-color: transparent;
  border-top: 1px solid #bab8b6;
  color: inherit;
}
.main-menu .products-category-list li {
  border-color: #bab8b6;
}

/* common
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.apply {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.apply a {
  display: inline-block;
  padding: 12px;
  min-width: 260px;
  background-color: transparent;
  border: 1px solid #51404c;
  text-decoration: none;
  color: #51404c;
  -webkit-transition: background-color 150ms linear, color 150ms linear;
  transition: background-color 150ms linear, color 150ms linear;
}
.apply a:hover {
  background-color: #51404c;
  color: #fff;
}
@media (min-width: 760px) {
  .apply a {
    min-width: 320px;
  }
}
@media (min-width: 990px) {
  .apply a {
    padding: 16px;
    min-width: 400px;
  }
}
@media (min-width: 1200px) {
  .apply a {
    padding: 20px;
    min-width: 500px;
    font-size: 1.8rem;
  }
}

/* full-width
........................................................................... */
.full-width {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: -500%;
  margin-right: -500%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 500%;
  padding-right: 500%;
  min-height: 200px;
}
.full-width .full-width-bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1160px;
  height: 100%;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.full-width .full-width-body {
  position: relative;
  display: table;
  width: 100%;
  height: 140px;
  z-index: 2;
}
.full-width .full-width-body .full-width-content {
  display: table-cell;
  vertical-align: middle;
}
.full-width.full-width--small {
  min-height: 100px;
}
.full-width.full-width--small .full-width-body {
  height: 40px;
}
.full-width.full-width--large {
  min-height: 300px;
}
.full-width.full-width--large .full-width-body {
  height: 240px;
}
.full-width.full-width--top .full-width-body .full-width-content {
  vertical-align: top;
}
.full-width.full-width--middle .full-width-body .full-width-content {
  vertical-align: middle;
}
.full-width.full-width--bottom .full-width-body .full-width-content {
  vertical-align: bottom;
}
@media (min-width: 760px) {
  .full-width {
    min-height: 300px;
  }
  .full-width .full-width-body {
    height: 240px;
  }
  .full-width.full-width--small {
    min-height: 130px;
  }
  .full-width.full-width--small .full-width-body {
    height: 70px;
  }
  .full-width.full-width--large {
    min-height: 400px;
  }
  .full-width.full-width--large .full-width-body {
    height: 340px;
  }
}
@media (min-width: 1200px) {
  .full-width {
    min-height: 400px;
  }
  .full-width .full-width-body {
    height: 340px;
  }
  .full-width.full-width--small {
    min-height: 200px;
  }
  .full-width.full-width--small .full-width-body {
    height: 140px;
  }
  .full-width.full-width--large {
    min-height: 500px;
  }
  .full-width.full-width--large .full-width-body {
    height: 440px;
  }
}

/* showcase
........................................................................... */
/* sns-share
........................................................................... */
.sns-share {
  margin: 30px auto;
  width: 220px;
}
.sns-share .sns-share-caption {
  margin: 0 0 5px 0;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: center;
  color: #777;
}
.sns-share .sns-share-btn-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.sns-share .sns-share-btn-list::after {
  content: '';
  display: block;
  clear: both;
}
.sns-share .sns-share-btn-list li {
  float: left;
  display: block;
  margin: 5px;
  padding: 0;
}
.sns-share .sns-share-btn-list li .sns-share-btn {
  vertical-align: top;
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  background: #777;
  text-align: center;
  text-decoration: none;
  font-size: 1.2rem;
  color: #fff;
}
.sns-share .sns-share-btn-list li .sns-share-btn.twitter-btn {
  background-color: #54A2D6;
}
.sns-share .sns-share-btn-list li .sns-share-btn.facebook-btn {
  background-color: #4272AD;
}
.sns-share .sns-share-btn-list li .sns-share-btn.google_plus-btn {
  background-color: #C1584A;
}
.sns-share .sns-share-btn-list li .sns-share-btn.line-btn {
  background-color: #53AF46;
}
@media (min-width: 480px) {
  .sns-share {
    width: 440px;
  }
}
@media (min-width: 990px) {
  .sns-share {
    margin-left: 0;
  }
  .sns-share .sns-share-caption {
    text-align: left;
  }
  .sns-share .sns-share-caption:after {
    content: ':';
  }
  .sns-share .sns-share-btn-list li {
    margin: 5px 10px 5px 0;
  }
}
@media (min-width: 1200px) {
  .sns-share .sns-share-btn-list li .sns-share-btn:hover {
    opacity: .7;
  }
}

/* category
........................................................................... */
.category {
  display: inline-block;
  margin: 0;
  font-size: 1.4rem;
  vertical-align: top;
}
.category a, .category span {
  display: inline-block;
  margin: 0 5px 5px 5px;
  padding: 0 5px;
  width: 120px;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products .category a,
.products .category span {
  background-color: transparent;
  border: 1px solid #bab8b6;
}
.category a.seasonal-recommend, .category span.seasonal-recommend {
  background-color: #af6e6e !important;
  border-width: 0 !important;
  color: #fff !important;
}
.category a.monthly-recommend, .category span.monthly-recommend {
  background-color: #ca8956 !important;
  border-width: 0 !important;
  color: #fff !important;
}
.category a:hover {
  opacity: .7;
}
@media (min-width: 990px) {
  .category {
    display: block;
  }
  .category a,
  .category span {
    margin: 0 10px 5px 0;
  }
}
@media (min-width: 1200px) {
  .category {
    margin-bottom: 10px;
  }
}

/* monthly-recommend
........................................................................... */
.monthly-recommend-item {
  margin-bottom: 40px;
  border: 1px solid #a98365;
  line-height: 1.4;
  text-align: center;
}
.monthly-recommend-item a {
  padding: 19px;
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.monthly-recommend-item a h2 {
  margin-top: 0;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.4;
}
.monthly-recommend-item a h2:after {
  content: '';
  display: block;
  margin: 15px auto 0 auto;
  width: 100px;
  height: 0;
  border-bottom: 1px solid #a98365;
}
.monthly-recommend-item a .category {
  display: block;
}
.monthly-recommend-item a .category a,
.monthly-recommend-item a .category span {
  background-color: transparent;
  border: 1px solid #bab8b6;
}
.monthly-recommend-item a .category .monthly-members {
  color: #a98365;
  border-color: #a98365;
  border-radius: 30px;
  background-color: #fff;
  padding: 0 1em;
  width: auto;
  font-weight: bold;
}
.monthly-recommend-item a h3 {
  margin: 10px 0 10px 0;
  font-weight: normal;
}
.monthly-recommend-item a .size {
  margin: 10px 0;
  color: #999;
}
.monthly-recommend-item a .item-photo {
  position: relative;
  display: inline-block;
  margin: 0;
}
.monthly-recommend-item a .item-photo:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #51404b;
  background-color: rgba(81, 64, 75, 0.8);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.monthly-recommend-item a .item-photo:after {
  content: '詳細を見る';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.5rem;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  background-color: transparent;
  text-align: center;
  color: #fff;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.monthly-recommend-item a .item-photo.item-photo--tablet {
  display: none;
}
.monthly-recommend-item a .item-photo img {
  max-width: 300px;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.monthly-recommend-item a .lead {
  margin-bottom: 0;
  text-align: left;
}
.monthly-recommend-item a:hover .item-photo:before, .monthly-recommend-item a:hover .item-photo:after {
  opacity: 1;
}
.monthly-recommend-item.-members {
  background: url("../images/theme/monthly-recommend-members-bg.png") center no-repeat #efe9e3;
  background-size: 115%;
}
.monthly-recommend-item.-members a {
  padding: 0;
}
.monthly-recommend-item.-members .monthly-recommend-header {
  background-color: #a98365;
  color: #fff;
}
.monthly-recommend-item.-members .monthly-recommend-header h2 {
  margin: 0;
  padding: .5em;
  font-size: 2rem;
}
.monthly-recommend-item.-members .monthly-recommend-header h2::after {
  display: none;
}
.monthly-recommend-item.-members .monthly-recommend-body {
  padding: 19px;
}
.monthly-recommend-item.-members .item-photo:after {
  content: '通販サイトへ';
}
@media (min-width: 760px) {
  .monthly-recommend-item {
    margin-bottom: 40px;
    border-width: 0;
  }
  .monthly-recommend-item a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 0 0 60px;
    -webkit-box-shadow: inset 0 0 0 1px #a98365;
            box-shadow: inset 0 0 0 1px #a98365;
    z-index: 1;
  }
  .monthly-recommend-item a .monthly-recommend-header {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 60px;
  }
  .monthly-recommend-item a .monthly-recommend-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-top: 5px solid #a98365;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    z-index: 10;
  }
  .monthly-recommend-item a .monthly-recommend-header:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    margin-top: 0;
    margin-left: -5px;
    border-top: 5px solid #f5f4f3;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 0;
    width: 0;
    z-index: 11;
  }
  .monthly-recommend-item a .monthly-recommend-header h2 {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: 60px;
    height: 340px;
    line-height: 60px;
    letter-spacing: 3px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .monthly-recommend-item a .monthly-recommend-header h2:after {
    display: none;
  }
  .monthly-recommend-item a .monthly-recommend-body {
    padding: 19px 29px;
    border-left: 1px solid #a98365;
    text-align: left;
  }
  .monthly-recommend-item a .monthly-recommend-body::after {
    content: '';
    display: block;
    clear: both;
  }
  .monthly-recommend-item a .monthly-recommend-body h3 {
    font-size: 2.4rem;
  }
  .monthly-recommend-item a .monthly-recommend-body .item-photo {
    display: none;
    margin-left: 30px;
  }
  .monthly-recommend-item a .monthly-recommend-body .item-photo.item-photo--tablet {
    display: block;
    float: right;
  }
  .monthly-recommend-item a .monthly-recommend-body .lead {
    line-height: 1.6;
  }
  .monthly-recommend-item.-members {
    background-size: auto;
    background-position: center;
  }
  .monthly-recommend-item.-members a {
    padding-left: 60px;
  }
  .monthly-recommend-item.-members .monthly-recommend-header h2 {
    padding: 0;
    font-size: 2.2rem;
    -webkit-box-shadow: 0 200px 0 0 #a98365;
            box-shadow: 0 200px 0 0 #a98365;
  }
  .monthly-recommend-item.-members .monthly-recommend-body {
    padding: 19px 29px;
  }
}
@media (min-width: 1200px) {
  .monthly-recommend-item {
    margin-bottom: 80px;
    border-width: 0;
  }
  .monthly-recommend-item a h2 {
    min-height: 360px;
    font-size: 3rem;
  }
  .monthly-recommend-item a h3 {
    font-size: 3.6rem;
  }
  .monthly-recommend-item a .size {
    margin-bottom: 15px;
  }
  .monthly-recommend-item a .item-photo {
    margin-left: 40px;
  }
  .monthly-recommend-item a .lead {
    line-height: 2;
  }
  .monthly-recommend-item a .monthly-recommend-body {
    padding: 29px 39px;
  }
}
.monthly-recommend-item.-members .monthly-recommend-body {
  padding: 29px 39px;
}

/* products-list
........................................................................... */
.products-list {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.products-list .products-list-item {
  line-height: 1.2;
  text-align: center;
}
.products-list .products-list-item a {
  display: block;
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}
.products-list .products-list-item a .eyecatch {
  position: relative;
  display: block;
  overflow: hidden;
}
.products-list .products-list-item a .eyecatch:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #51404b;
  background-color: rgba(81, 64, 75, 0.8);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.products-list .products-list-item a .eyecatch:after {
  content: '詳細を見る';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.5rem;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  background-color: transparent;
  text-align: center;
  color: #fff;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.products-list .products-list-item a .eyecatch img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.products-list .products-list-item a b {
  display: block;
  margin: 8px 0 4px 0;
  font-weight: normal;
}
.products-list .products-list-item a small {
  display: block;
  font-size: 1.2rem;
  color: #999;
}
.products-list .products-list-item a:hover b {
  color: #51404c;
  text-decoration: underline;
}
.products-list .products-list-item a:hover span:before, .products-list .products-list-item a:hover span:after {
  opacity: 1;
}
@media (min-width: 1200px) {
  .products-list .products-list-item a b {
    font-size: 1.6rem;
  }
}

/* form
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.form input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=reset]):not([type=submit]):not([type=date]),
.form textarea {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  background: linear-gradient(to bottom, white 0%, white 100%);
}
.form input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=reset]):not([type=submit]),
.form textarea,
.form select {
  border-color: #bab8b6;
  border-radius: 0;
}
.form input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=reset]):not([type=submit]),
.form textarea {
  padding: 5px;
}
.form input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=reset]):not([type=submit]),
.form select {
  height: 37px;
}
.form input[type=checkbox],
.form input[type=radio] {
  margin-right: 5px;
}
.form .required {
  display: inline-block;
  margin-left: .5rem;
  padding: 4px;
  vertical-align: top;
  line-height: 1;
  font-size: 1.2rem;
  color: #d52118;
}
.form .width-xxs {
  width: 50px;
}
.form .width-xs {
  width: 100px;
}
.form .width-s {
  width: 150px;
}
.form .width-m {
  width: 200px;
}
.form .width-l {
  width: 300px;
}
.form .width-xl {
  width: 400px;
}
.form .width-xxl {
  width: 100%;
  max-width: 660px;
}
.form dl {
  margin-bottom: 0;
}
.form dl dt {
  margin-bottom: 15px;
}
.form dl dd {
  padding-top: 0;
  padding-bottom: 30px;
}
.form dl dd > .note:first-child {
  margin-top: 7px;
}
.form dl dd p {
  margin-bottom: 7px;
}
.form dl dd p label {
  margin-right: .5em;
  line-height: 37px;
  cursor: pointer;
}
.form .form-apply {
  padding-top: 30px;
  border-top: 1px dotted #bab8b6;
  text-align: center;
}
.form .form-apply button,
.form .form-apply input[type=button],
.form .form-apply input[type=reset],
.form .form-apply input[type=submit] {
  max-width: 360px;
  width: 80%;
  height: 55px;
  background-color: #51404c;
  border: 0;
  border-radius: 0;
  white-space: nowrap;
  color: #fff;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (min-width: 1200px) {
  .form .form-apply button:hover,
  .form .form-apply input[type=button]:hover,
  .form .form-apply input[type=reset]:hover,
  .form .form-apply input[type=submit]:hover {
    opacity: .7;
  }
}
.form .wpcf7-mail-sent-ok,
.form .wpcf7-mail-sent-ng,
.form .wpcf7-validation-errors {
  margin: 30px 0;
  padding: 20px;
  border: 2px solid #bab8b6;
}
.form .wpcf7-mail-sent-ok h2,
.form .wpcf7-mail-sent-ng h2,
.form .wpcf7-validation-errors h2 {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.form .wpcf7-mail-sent-ok {
  border-color: #467F36;
}
.form .wpcf7-mail-sent-ng,
.form .wpcf7-validation-errors {
  border-color: #d52118;
}
@media (min-width: 760px) {
  .form dl::after {
    content: '';
    display: block;
    clear: both;
  }
  .form dl dt {
    clear: left;
    float: left;
    width: 30%;
  }
  .form dl dd {
    float: left;
    padding-bottom: 40px;
    width: 70%;
  }
}

/* home
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.home .contents .main {
  padding-top: 0;
}
.home .contents .main .intro-block {
  padding-top: 30px;
  padding-bottom: 10px;
}
.home .contents .main .intro-block h2 {
  margin-top: 0;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}
.home .contents .main .intro-block h2:after {
  content: '';
  display: block;
  margin: 15px auto 0 auto;
  width: 100px;
  height: 0;
  border-bottom: 1px solid #a98365;
}
@media (min-width: 1200px) {
  .home .contents .main .intro-block h2 {
    margin-bottom: 40px;
    font-size: 3.6rem;
  }
  .home .contents .main .intro-block h2:after {
    margin-top: 34px;
  }
}
@media (min-width: 990px) {
  .home .contents .main .intro-block {
    position: relative;
    padding-top: 50px;
  }
  .home .contents .main .intro-block .body {
    margin-left: auto;
    padding-left: 15px;
    width: 50%;
    min-height: 260px;
  }
  .home .contents .main .intro-block:before {
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    right: calc(50% + 15px);
    width: calc(50% - 15px);
    max-width: 780px;
    height: 315px;
    background: url(../images/home/about-key-visual.jpg) center center no-repeat transparent;
    background-size: cover;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .home .contents .main .intro-block {
    padding-top: 60px;
  }
  .home .contents .main .intro-block .body {
    padding-left: 20px;
    height: 330px;
    line-height: 1.5;
  }
  .home .contents .main .intro-block:before {
    top: 60px;
    height: 400px;
    right: calc(50% + 20px);
    width: calc(50% - 20px);
  }
}
.home .contents .main .about-block {
  padding: 40px 0;
  background: url(../images/home/about-bg.jpg) center center no-repeat #444;
  background-size: cover;
}
.home .contents .main .about-block ul {
  overflow: hidden;
  /* IE & Edge */
  margin-top: 0;
  padding: 0;
  list-style-type: none;
}
.home .contents .main .about-block ul li {
  margin-bottom: 20px;
  text-align: center;
}
.home .contents .main .about-block ul li span {
  display: inline-block;
  width: 100%;
  max-width: 360px;
  vertical-align: middle;
}
.home .contents .main .about-block ul li span a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-top: 66.6666667%;
  width: 100%;
  height: 0;
  background: url(../images/home/formality.jpg) center center no-repeat #777;
  background-size: cover;
  text-decoration: none;
  color: #fff;
}
.home .contents .main .about-block ul li span a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #51404b;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.home .contents .main .about-block ul li span a:after {
  content: '詳細を見る';
  display: block;
  position: absolute;
  top: 65%;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  padding-top: 6%;
  border-top: 1px solid #fff;
  background-color: transparent;
  text-align: center;
  color: #fff;
  opacity: 0;
  z-index: 2;
  -webkit-transition: top 250ms ease-out, opacity 250ms ease-out;
  transition: top 250ms ease-out, opacity 250ms ease-out;
}
.home .contents .main .about-block ul li span a strong {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  font-size: 2rem;
  font-weight: normal;
  z-index: 3;
  -webkit-transition: top 250ms ease-out;
  transition: top 250ms ease-out;
}
.home .contents .main .about-block ul li span a:hover:before {
  opacity: 0;
}
.home .contents .main .about-block ul li span a:hover:after {
  top: 53%;
  opacity: 1;
}
.home .contents .main .about-block ul li span a:hover strong {
  top: 38%;
}
.home .contents .main .about-block ul li.formality span a {
  background-image: url(../images/home/formality.jpg);
}
.home .contents .main .about-block ul li.about span a {
  background-image: url(../images/home/about.jpg);
}
.home .contents .main .about-block ul li.history span a {
  background-image: url(../images/home/history.jpg);
}
@media (min-width: 990px) {
  .home .contents .main .about-block {
    padding: 60px 0;
  }
  .home .contents .main .about-block ul li span a strong {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .home .contents .main .about-block {
    padding: 120px 0;
  }
  .home .contents .main .about-block ul li span a strong {
    font-size: 2.6rem;
  }
}
.home .contents .main .products-list-block {
  padding-top: 30px;
  padding-bottom: 10px;
}
.home .contents .main .products-list-block h2 {
  margin-top: 0;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}
.home .contents .main .products-list-block h2:after {
  content: '';
  display: block;
  margin: 15px auto 0 auto;
  width: 100px;
  height: 0;
  border-bottom: 1px solid #a98365;
}
@media (min-width: 1200px) {
  .home .contents .main .products-list-block h2 {
    margin-bottom: 40px;
    font-size: 3.6rem;
  }
  .home .contents .main .products-list-block h2:after {
    margin-top: 34px;
  }
}
.home .contents .main .products-list-block .products-list .products-list-item {
  text-align: left;
  line-height: 1.4;
}
.home .contents .main .products-list-block .products-list .products-list-item b {
  text-align: center;
  font-size: 1.8rem;
}
.home .contents .main .products-list-block .products-list .products-list-item span {
  font-size: 1.4rem;
}
@media (min-width: 1200px) {
  .home .contents .main .products-list-block {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.home .contents .main .feature-block {
  padding: 20px 0;
  border-top: 1px solid #bab8b6;
  border-bottom: 1px solid #bab8b6;
}
.home .contents .main .feature-block .feature-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.home .contents .main .feature-block .feature-list .slide-item {
  margin: 0;
  padding: 0 12px;
  text-align: center;
  width: 274px;
  vertical-align: top;
  line-height: 0;
}
.home .contents .main .feature-block .feature-list .slide-item a {
  display: inline-block;
}
.home .contents .main .feature-block .feature-list .slide-item a img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.home .contents .main .feature-block .feature-list .slick-prev {
  left: 50%;
  margin-left: -148px;
}
.home .contents .main .feature-block .feature-list .slick-next {
  right: 50%;
  margin-right: -148px;
}
@media (min-width: 760px) {
  .home .contents .main .feature-block {
    padding: 30px 0;
  }
  .home .contents .main .feature-block .feature-list .slide-item {
    padding: 0 15px;
    width: 350px;
  }
  .home .contents .main .feature-block .feature-list .slick-prev {
    margin-left: -185px;
  }
  .home .contents .main .feature-block .feature-list .slick-next {
    margin-right: -185px;
  }
}
@media (min-width: 990px) {
  .home .contents .main .feature-block {
    padding: 40px 0;
  }
  .home .contents .main .feature-block .feature-list .slide-item {
    padding: 0 20px;
    width: 440px;
  }
  .home .contents .main .feature-block .feature-list .slick-prev {
    margin-left: -230px;
  }
  .home .contents .main .feature-block .feature-list .slick-next {
    margin-right: -230px;
  }
}
@media (min-width: 1200px) {
  .home .contents .main .feature-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home .contents .main .feature-block .feature-list .slide-item {
    width: 480px;
  }
  .home .contents .main .feature-block .feature-list .slick-prev {
    margin-left: -250px;
  }
  .home .contents .main .feature-block .feature-list .slick-next {
    margin-right: -250px;
  }
}
.home .contents .main .news-block {
  padding-top: 30px;
}
.home .contents .main .news-block h2 {
  margin-top: 0;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}
.home .contents .main .news-block h2:after {
  content: '';
  display: block;
  margin: 15px auto 0 auto;
  width: 100px;
  height: 0;
  border-bottom: 1px solid #a98365;
}
@media (min-width: 760px) {
  .home .contents .main .news-block h2 {
    position: relative;
    margin: 0;
    width: 60px;
    border: 1px solid #a98365;
    line-height: 58px;
    letter-spacing: 3px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .home .contents .main .news-block h2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-top: 5px solid #a98365;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    z-index: 0;
  }
  .home .contents .main .news-block h2:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    margin-top: 0;
    margin-left: -5px;
    border-top: 5px solid #f5f4f3;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 0;
    width: 0;
    z-index: 1;
  }
}
.home .contents .main .news-block .news-index {
  margin-bottom: 30px;
}
@media (min-width: 760px) {
  .home .contents .main .news-block {
    padding-top: 40px;
  }
  .home .contents .main .news-block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .home .contents .main .news-block .container h2 {
    width: 60px;
    height: 320px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .home .contents .main .news-block .container .body {
    margin-left: 30px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .home .contents .main .news-block {
    padding-top: 80px;
  }
  .home .contents .main .news-block .container h2 {
    height: 380px;
    font-size: 3rem;
  }
  .home .contents .main .news-block .news-index {
    margin-bottom: 60px;
  }
}

.main-visual-block.main-visual-default {
  position: relative;
  margin: 0;
  background: #333;
}
.main-visual-block.main-visual-default .main-visual .slide-item {
  margin: 0;
  width: 100%;
  background: url(../images/home/main-visual/main-visual-1.jpg) center center no-repeat transparent;
  background-size: cover;
}
.main-visual-block.main-visual-default .main-visual .slide-item img {
  display: none;
}
.main-visual-block.main-visual-default .main-visual .slide-item:nth-child(1) {
  background-image: url(../images/home/main-visual/main-visual-1.jpg);
}
.main-visual-block.main-visual-default .main-visual .slide-item:nth-child(2) {
  background-image: url(../images/home/main-visual/main-visual-2.jpg);
}
.main-visual-block.main-visual-default .main-visual .slide-item:nth-child(3) {
  background-image: url(../images/home/main-visual/main-visual-3.jpg);
}
.main-visual-block.main-visual-default .main-visual .slide-item:nth-child(4) {
  background-image: url(../images/home/main-visual/main-visual-4.jpg);
}
.main-visual-block.main-visual-default .main-visual .slide-item:nth-child(5) {
  background-image: url(../images/home/main-visual/main-visual-5.jpg);
}
.main-visual-block.main-visual-default .main-visual .slide-item:nth-child(6) {
  background-image: url(../images/home/main-visual/main-visual-6.jpg);
}
.main-visual-block.main-visual-default .catch {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 75%;
  text-align: center;
  -webkit-transform: translate(0, -55%);
          transform: translate(0, -55%);
}
.main-visual-block.main-visual-default .catch img {
  width: auto;
  height: 100%;
  vertical-align: top;
}
.main-visual-block.main-visual-default .scroll-down-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.main-visual-block.main-visual-default .scroll-down-btn a {
  display: inline-block;
  padding: 39px 0 0 0;
  width: 82px;
  height: 39px;
  overflow: hidden;
  background: url(../images/home/scroll-down.svg) center center no-repeat transparent;
}
.main-visual-block.main-visual-default .scroll-down-btn a:hover {
  opacity: .7;
}
.main-visual-block.main-visual-default .scroll-down-btn a img {
  width: 72px;
  height: 29px;
  vertical-align: top;
}
@media (min-width: 1200px) {
  .main-visual-block.main-visual-default .catch {
    height: 70%;
  }
  .main-visual-block.main-visual-default .scroll-down-btn {
    bottom: 10px;
  }
}

.main-visual-block.main-visual-product {
  position: relative;
  margin: 0;
  background: #333;
}
.main-visual-block.main-visual-product .main-visual .slide-item {
  margin: 0;
  width: 100%;
  background: url(../images/home/main-visual/main-visual-1.jpg) center center no-repeat transparent;
  background-size: cover;
}
.main-visual-block.main-visual-product .main-visual .slide-item img {
  display: none;
}
.main-visual-block.main-visual-product .main-visual .slide-item:nth-child(1) {
  background-image: url(../images/home/main-visual/main-visual-1.jpg);
}
.main-visual-block.main-visual-product .main-visual .slide-item:nth-child(2) {
  background-image: url(../images/home/main-visual/main-visual-2.jpg);
}
.main-visual-block.main-visual-product .main-visual .slide-item:nth-child(3) {
  background-image: url(../images/home/main-visual/main-visual-3.jpg);
}
.main-visual-block.main-visual-product .main-visual .slide-item:nth-child(4) {
  background-image: url(../images/home/main-visual/main-visual-4.jpg);
}
.main-visual-block.main-visual-product .main-visual .slide-item:nth-child(5) {
  background-image: url(../images/home/main-visual/main-visual-5.jpg);
}
.main-visual-block.main-visual-product .main-visual .slide-item:nth-child(6) {
  background-image: url(../images/home/main-visual/main-visual-6.jpg);
}
.main-visual-block.main-visual-product .catch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: 0;
  padding: 0;
  width: 100%;
  /* height: 70%; // default */
  text-align: center;
}
@media (orientation: portrait) and (min-width: 425px) {
  .main-visual-block.main-visual-product .catch {
    overflow: hidden;
  }
}
.main-visual-block.main-visual-product .catch a {
  display: block;
  width: 100%;
  height: 100%;
}
.main-visual-block.main-visual-product .catch-content {
  position: absolute;
  top: 51%;
  left: 50%;
  margin: 0;
  padding: 0 20px;
  width: 100%;
  /* height: 70%; // default */
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (orientation: portrait) and (max-height: 630px) {
  .main-visual-block.main-visual-product .catch-content {
    padding: 0 55px;
  }
}
@media (orientation: portrait) and (min-width: 410px) {
  .main-visual-block.main-visual-product .catch-content {
    padding: 0 60px;
  }
}
@media (min-width: 660px) {
  .main-visual-block.main-visual-product .catch-content {
    padding: 0 130px;
  }
}
@media (orientation: landscape) and (min-width: 660px) {
  .main-visual-block.main-visual-product .catch-content {
    padding: 0 10px;
  }
}
@media (min-width: 1024px) {
  .main-visual-block.main-visual-product .catch-content {
    padding: 0 200px;
  }
}
@media (orientation: landscape) and (min-width: 1024px) {
  .main-visual-block.main-visual-product .catch-content {
    padding: 0 30px;
    max-width: 1440px;
  }
}
.main-visual-block.main-visual-product .catch-content-ratio {
  position: relative;
}
.main-visual-block.main-visual-product .catch-content-ratio > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-visual-block.main-visual-product .catch img {
  width: auto;
  height: 100%;
  max-width: 100%;
  vertical-align: top;
}
.main-visual-block.main-visual-product .catch-content--portrait {
  display: block;
}
@media (orientation: portrait) {
  .main-visual-block.main-visual-product .catch-content-ratio {
    padding-top: 157.333333333%;
  }
  .main-visual-block.main-visual-product .catch-content--portrait {
    display: block;
  }
  .main-visual-block.main-visual-product .catch-content--landscape {
    display: none;
  }
}
@media (orientation: landscape) {
  .main-visual-block.main-visual-product .catch-content-ratio {
    padding-top: 47.5362319%;
  }
  .main-visual-block.main-visual-product .catch-content--portrait {
    display: none;
  }
  .main-visual-block.main-visual-product .catch-content--landscape {
    display: block;
  }
}
.main-visual-block.main-visual-product .scroll-down-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.main-visual-block.main-visual-product .scroll-down-btn a {
  display: inline-block;
  padding: 39px 0 0 0;
  width: 82px;
  height: 39px;
  overflow: hidden;
  background: url(../images/home/scroll-down.svg) center center no-repeat transparent;
}
.main-visual-block.main-visual-product .scroll-down-btn a:hover {
  opacity: .7;
}
.main-visual-block.main-visual-product .scroll-down-btn a img {
  width: 72px;
  height: 29px;
  vertical-align: top;
}
@media (min-width: 1200px) {
  .main-visual-block.main-visual-product .scroll-down-btn {
    bottom: 10px;
  }
}
@media (orientation: landscape) {
  .main-visual-block.main-visual-product .catch {
    /* height: 60%; // default */
  }
}

.main-visual-block.main-visual-nouveau {
  position: relative;
  margin: 0;
  background: #333;
}
.main-visual-block.main-visual-nouveau .main-visual .slide-item {
  margin: 0;
  width: 100%;
  background: url(../images/home/main-visual/main-visual-1.jpg) center center no-repeat transparent;
  background-size: cover;
}
.main-visual-block.main-visual-nouveau .main-visual .slide-item img {
  display: none;
}
.main-visual-block.main-visual-nouveau .main-visual .slide-item:nth-child(1) {
  background-image: url(../images/home/main-visual/main-visual-1.jpg);
}
.main-visual-block.main-visual-nouveau .main-visual .slide-item:nth-child(2) {
  background-image: url(../images/home/main-visual/main-visual-2.jpg);
}
.main-visual-block.main-visual-nouveau .main-visual .slide-item:nth-child(3) {
  background-image: url(../images/home/main-visual/main-visual-3.jpg);
}
.main-visual-block.main-visual-nouveau .main-visual .slide-item:nth-child(4) {
  background-image: url(../images/home/main-visual/main-visual-4.jpg);
}
.main-visual-block.main-visual-nouveau .main-visual .slide-item:nth-child(5) {
  background-image: url(../images/home/main-visual/main-visual-5.jpg);
}
.main-visual-block.main-visual-nouveau .main-visual .slide-item:nth-child(6) {
  background-image: url(../images/home/main-visual/main-visual-6.jpg);
}
.main-visual-block.main-visual-nouveau .catch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: 0;
  padding: 0;
  width: 100%;
  /* height: 70%; // default */
  text-align: center;
}
@media (orientation: portrait) and (min-width: 425px) {
  .main-visual-block.main-visual-nouveau .catch {
    overflow: hidden;
  }
}
.main-visual-block.main-visual-nouveau .catch a {
  display: block;
  width: 100%;
  height: 100%;
}
.main-visual-block.main-visual-nouveau .catch-content {
  position: absolute;
  top: 51%;
  left: 0;
  margin: 0;
  padding: 0 20px;
  width: 100%;
  /* height: 70%; // default */
  text-align: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (orientation: portrait) and (max-height: 630px) {
  .main-visual-block.main-visual-nouveau .catch-content {
    padding: 0 55px;
  }
}
@media (orientation: portrait) and (min-width: 410px) {
  .main-visual-block.main-visual-nouveau .catch-content {
    padding: 0 60px;
  }
}
@media (min-width: 660px) {
  .main-visual-block.main-visual-nouveau .catch-content {
    padding: 0 130px;
  }
}
@media (orientation: landscape) and (min-width: 660px) {
  .main-visual-block.main-visual-nouveau .catch-content {
    padding: 0 10px;
  }
}
@media (min-width: 1024px) {
  .main-visual-block.main-visual-nouveau .catch-content {
    padding: 0 200px;
  }
}
@media (orientation: landscape) and (min-width: 1024px) {
  .main-visual-block.main-visual-nouveau .catch-content {
    padding: 0 30px;
  }
}
.main-visual-block.main-visual-nouveau .catch-content-ratio {
  position: relative;
}
.main-visual-block.main-visual-nouveau .catch-content-ratio > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-visual-block.main-visual-nouveau .catch img {
  width: auto;
  height: 100%;
  max-width: 100%;
  vertical-align: top;
}
.main-visual-block.main-visual-nouveau .catch-content--portrait {
  display: block;
}
@media (orientation: portrait) {
  .main-visual-block.main-visual-nouveau .catch-content-ratio {
    padding-top: 157.333333333%;
  }
  .main-visual-block.main-visual-nouveau .catch-content--portrait {
    display: block;
  }
  .main-visual-block.main-visual-nouveau .catch-content--landscape {
    display: none;
  }
}
@media (orientation: landscape) {
  .main-visual-block.main-visual-nouveau .catch-content-ratio {
    padding-top: 47.5362319%;
  }
  .main-visual-block.main-visual-nouveau .catch-content--portrait {
    display: none;
  }
  .main-visual-block.main-visual-nouveau .catch-content--landscape {
    display: block;
  }
}
.main-visual-block.main-visual-nouveau .scroll-down-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.main-visual-block.main-visual-nouveau .scroll-down-btn a {
  display: inline-block;
  padding: 39px 0 0 0;
  width: 82px;
  height: 39px;
  overflow: hidden;
  background: url(../images/home/scroll-down.svg) center center no-repeat transparent;
}
.main-visual-block.main-visual-nouveau .scroll-down-btn a:hover {
  opacity: .7;
}
.main-visual-block.main-visual-nouveau .scroll-down-btn a img {
  width: 72px;
  height: 29px;
  vertical-align: top;
}
@media (min-width: 1200px) {
  .main-visual-block.main-visual-nouveau .scroll-down-btn {
    bottom: 10px;
  }
}
@media (orientation: landscape) {
  .main-visual-block.main-visual-nouveau .catch {
    /* height: 60%; // default */
  }
}

/* newyear */
.main-visual-block.main-visual-newyear {
  position: relative;
  margin: 0;
  background: #333;
}
.main-visual-block.main-visual-newyear .main-visual .slide-item {
  margin: 0;
  width: 100%;
  background: url(../images/home/main-visual/main-visual-1.jpg) center center no-repeat transparent;
  background-size: cover;
}
.main-visual-block.main-visual-newyear .main-visual .slide-item img {
  display: none;
}
.main-visual-block.main-visual-newyear .main-visual .slide-item:nth-child(1) {
  background-image: url(../images/home/main-visual/main-visual-1.jpg);
}
@media (orientation: portrait) {
  .main-visual-block.main-visual-newyear .main-visual .slide-item:nth-child(1) {
    background-image: url(../images/home/main-visual-newyear/main-visual-portrait.jpg);
  }
}
@media (orientation: landscape) {
  .main-visual-block.main-visual-newyear .main-visual .slide-item:nth-child(1) {
    background-image: url(../images/home/main-visual-newyear/main-visual-landscape.jpg);
  }
}
.main-visual-block.main-visual-newyear .main-visual .slide-item:nth-child(2) {
  background-image: url(../images/home/main-visual/main-visual-1.jpg);
}
.main-visual-block.main-visual-newyear .main-visual .slide-item:nth-child(3) {
  background-image: url(../images/home/main-visual/main-visual-2.jpg);
}
.main-visual-block.main-visual-newyear .main-visual .slide-item:nth-child(4) {
  background-image: url(../images/home/main-visual/main-visual-3.jpg);
}
.main-visual-block.main-visual-newyear .main-visual .slide-item:nth-child(5) {
  background-image: url(../images/home/main-visual/main-visual-4.jpg);
}
.main-visual-block.main-visual-newyear .main-visual .slide-item:nth-child(6) {
  background-image: url(../images/home/main-visual/main-visual-5.jpg);
}
.main-visual-block.main-visual-newyear .main-visual .slide-item:nth-child(7) {
  background-image: url(../images/home/main-visual/main-visual-6.jpg);
}
.main-visual-block.main-visual-newyear .catch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: 0;
  padding: 0;
  width: 100%;
  /* height: 70%; // default */
  text-align: center;
}
@media (orientation: portrait) and (min-width: 425px) {
  .main-visual-block.main-visual-newyear .catch {
    overflow: hidden;
  }
}
.main-visual-block.main-visual-newyear .catch a {
  display: block;
  width: 100%;
  height: 100%;
}
.main-visual-block.main-visual-newyear .catch-content {
  position: absolute;
  top: 51%;
  left: 0;
  margin: 0;
  padding: 0 20px;
  width: 100%;
  /* height: 70%; // default */
  text-align: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (orientation: portrait) and (max-height: 630px) {
  .main-visual-block.main-visual-newyear .catch-content {
    padding: 0 55px;
  }
}
@media (orientation: portrait) and (min-width: 410px) {
  .main-visual-block.main-visual-newyear .catch-content {
    padding: 0 60px;
  }
}
@media (min-width: 660px) {
  .main-visual-block.main-visual-newyear .catch-content {
    padding: 0 130px;
  }
}
@media (orientation: landscape) and (min-width: 660px) {
  .main-visual-block.main-visual-newyear .catch-content {
    padding: 0 10px;
  }
}
@media (min-width: 1024px) {
  .main-visual-block.main-visual-newyear .catch-content {
    padding: 0 200px;
  }
}
@media (orientation: landscape) and (min-width: 1024px) {
  .main-visual-block.main-visual-newyear .catch-content {
    padding: 0 30px;
  }
}
.main-visual-block.main-visual-newyear .catch-content-ratio {
  position: relative;
}
.main-visual-block.main-visual-newyear .catch-content-ratio > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-visual-block.main-visual-newyear .catch img {
  width: auto;
  height: 100%;
  max-width: 100%;
  vertical-align: top;
}
.main-visual-block.main-visual-newyear .catch-content--portrait {
  display: block;
}
@media (orientation: portrait) {
  .main-visual-block.main-visual-newyear .catch-content-ratio {
    padding-top: 157.333333333%;
  }
  .main-visual-block.main-visual-newyear .catch-content--portrait {
    display: block;
  }
  .main-visual-block.main-visual-newyear .catch-content--landscape {
    display: none;
  }
}
@media (orientation: landscape) {
  .main-visual-block.main-visual-newyear .catch-content-ratio {
    padding-top: 47.5362319%;
  }
  .main-visual-block.main-visual-newyear .catch-content--portrait {
    display: none;
  }
  .main-visual-block.main-visual-newyear .catch-content--landscape {
    display: block;
  }
}
.main-visual-block.main-visual-newyear .scroll-down-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.main-visual-block.main-visual-newyear .scroll-down-btn a {
  display: inline-block;
  padding: 39px 0 0 0;
  width: 82px;
  height: 39px;
  overflow: hidden;
  background: url(../images/home/scroll-down.svg) center center no-repeat transparent;
}
.main-visual-block.main-visual-newyear .scroll-down-btn a:hover {
  opacity: .7;
}
.main-visual-block.main-visual-newyear .scroll-down-btn a img {
  width: 72px;
  height: 29px;
  vertical-align: top;
}
@media (min-width: 1200px) {
  .main-visual-block.main-visual-newyear .scroll-down-btn {
    bottom: 10px;
  }
}
@media (orientation: landscape) {
  .main-visual-block.main-visual-newyear .catch {
    /* height: 60%; // default */
  }
}

/* /newyear */
@media (min-width: 1200px) {
  .home .contents {
    padding-top: 0;
  }

  .header.home-intro {
    background-color: transparent;
  }
}
.wideBanner {
  text-align: center;
}
.wideBanner img {
  max-width: 1160px;
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* news
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.content-type--archive-entry .contents .main .article .entry-header .entry-title {
  font-size: 2.2rem;
}
@media (min-width: 1200px) {
  .content-type--archive-entry .contents .main .article .entry-header .entry-title {
    font-size: 2.8rem;
  }
}
.content-type--archive-entry .contents .main .article .entry-header .entry-title:after {
  display: none;
}

/* products
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.products.content-type--page-entry .contents .main .article .detail-left .item-photo-block {
  display: block;
}
.products.content-type--page-entry .contents .main .article .detail-right .item-photo-block {
  display: none;
}
.products.content-type--page-entry .contents .main .article .entry-header-block {
  height: auto;
}
.products.content-type--page-entry .contents .main .article .entry-header-block:before {
  display: none;
}
.products.content-type--page-entry .contents .main .article .entry-header-block .entry-meta {
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .products.content-type--page-entry .contents .main .article .entry-header-block .entry-header .entry-title {
    font-size: 2.2rem;
  }
}
.products.content-type--page-entry .contents .main .article .entry-header-block .entry-header .entry-title:after {
  display: none;
}
.products.content-type--page-entry .contents .main .article .entry-header-block .entry-header .furigana {
  margin: 0 0 5px 0;
  font-size: 1.3rem;
  color: #666;
  text-align: center;
}
.products.content-type--page-entry .contents .main .article .entry-header-block .entry-header .intro {
  display: none;
}
.products.content-type--page-entry .contents .main .article .item-photo-block img {
  max-width: 100%;
  height: auto;
}
.products.content-type--page-entry .contents .main .article .item-photo-block .item-photo-slide {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 540px;
}
.products.content-type--page-entry .contents .main .article .item-photo-block .item-photo-slide .slide-item {
  margin: 0;
  background-color: #fff;
  text-align: center;
}
.products.content-type--page-entry .contents .main .article .item-photo-block .item-photo-slide .slide-item figcaption {
  padding: 4px 0;
  background-color: #e8e5e1;
  font-size: 1.4rem;
}
.products.content-type--page-entry .contents .main .article .item-photo-block .item-photo-slide .slick-prev,
.products.content-type--page-entry .contents .main .article .item-photo-block .item-photo-slide .slick-next {
  margin-top: -15px;
}
.products.content-type--page-entry .contents .main .article .content-block .entry-content-body .entry-content {
  padding-bottom: 0;
}
.products.content-type--page-entry .contents .main .article .content-block .entry-content-body .products-item-info .products-item-detail {
  width: 100%;
  font-size: 1.4rem;
}
.products.content-type--page-entry .contents .main .article .content-block .entry-content-body .products-item-info .products-item-detail th {
  border-left-style: dotted;
  border-right-style: dotted;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.products.content-type--page-entry .contents .main .article .content-block .entry-content-body .products-item-info .products-item-marks span {
  margin-right: 10px;
}
.products.content-type--page-entry .contents .main .article .content-block .entry-content-body .products-item-info .products-item-drinking {
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
}
.products.content-type--page-entry .contents .main .article .content-block .entry-content-body .products-item-info .products-item-drinking caption {
  text-align: center;
}
@media (min-width: 990px) {
  .products.content-type--page-entry .contents .main .article .content-block .entry-content-body .products-item-info .products-item-drinking caption {
    text-align: left;
  }
}
.products.content-type--page-entry .contents .main .article .content-block .entry-content-body .products-item-info .products-item-drinking caption em {
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 10px;
  min-width: 120px;
  border: 1px dashed #bab8b6;
  text-align: center;
  font-style: normal;
}
.products.content-type--page-entry .contents .main .article .content-block .entry-content-body .products-item-info .products-item-drinking th,
.products.content-type--page-entry .contents .main .article .content-block .entry-content-body .products-item-info .products-item-drinking td {
  padding: 10px 5px;
  border-left-width: 0;
  border-right: 5px solid #f5f4f3;
  text-align: center;
}
@media (min-width: 480px) {
  .products.content-type--page-entry .contents .main .article .content-block .entry-content-body .products-item-info .products-item-drinking th,
  .products.content-type--page-entry .contents .main .article .content-block .entry-content-body .products-item-info .products-item-drinking td {
    width: 20%;
  }
}
.products.content-type--page-entry .contents .main .article .content-block .entry-content-body .products-item-info .products-item-drinking th {
  font-size: 1.3rem;
}
@media (min-width: 760px) {
  .products.content-type--page-entry .contents .main .article .content-block .entry-content-body .products-item-info .products-item-drinking th {
    font-size: 1.4rem;
  }
}
.products.content-type--page-entry .contents .main .article .content-block .entry-content-body .products-item-info .products-item-drinking tr *:last-child {
  border-right-width: 0;
}
.products.content-type--page-entry .contents .main .article .store-items-block {
  padding-top: 10px;
}
.products.content-type--page-entry .contents .main .article .store-items-block .store-item {
  display: block;
  margin: 20px auto;
  width: 290px;
  font-size: 0;
  line-height: 1.1;
  text-align: right;
}
.products.content-type--page-entry .contents .main .article .store-items-block .store-item::after {
  content: '';
  display: block;
  clear: both;
}
.products.content-type--page-entry .contents .main .article .store-items-block .store-item .store-item-info {
  margin: 0;
}
.products.content-type--page-entry .contents .main .article .store-items-block .store-item .store-item-info::after {
  content: '';
  display: block;
  clear: both;
}
.products.content-type--page-entry .contents .main .article .store-items-block .store-item .store-item-info .store-item-size {
  float: left;
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: left;
  font-size: 1.7rem;
}
.products.content-type--page-entry .contents .main .article .store-items-block .store-item .store-item-info .store-item-price {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: normal;
  text-align: right;
  font-size: 1.7rem;
}
.products.content-type--page-entry .contents .main .article .store-items-block .store-item .store-item-info small {
  display: inline-block;
  font-size: 1.2rem;
}
.products.content-type--page-entry .contents .main .article .store-items-block .store-item .store-item-nav {
  margin: 0;
  width: 290px;
}
.products.content-type--page-entry .contents .main .article .store-items-block .store-item .store-item-nav .store-item-button {
  position: relative;
  display: table-cell;
  padding: 18px 40px 18px 20px;
  width: 290px;
  height: 60px;
  vertical-align: middle;
  background: url(../images/theme/icon-store-white.svg) right 20px center no-repeat #51404b;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.products.content-type--page-entry .contents .main .article .store-items-block .store-item .store-item-nav .store-item-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-left: 5px solid #f5f4f3;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  z-index: 0;
}
.products.content-type--page-entry .contents .main .article .store-items-block .store-item .store-item-nav .store-item-button:hover {
  background-color: #b8acb4;
}
.products.content-type--page-entry .contents .main .article .store-items-block .store-item .store-item-nav .store-item-unavailable {
  position: relative;
  display: table-cell;
  padding: 0 20px;
  width: 290px;
  height: 60px;
  vertical-align: middle;
  border: 1px solid #bab8b6;
  font-size: 1.5rem;
  color: #555;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 580px) {
  .products.content-type--page-entry .contents .main .article .store-items-block .store-item {
    position: relative;
    width: 540px;
  }
  .products.content-type--page-entry .contents .main .article .store-items-block .store-item .store-item-info {
    display: inline-block;
    padding-right: 10px;
    width: 250px;
    vertical-align: middle;
  }
  .products.content-type--page-entry .contents .main .article .store-items-block .store-item .store-item-info .store-item-size,
  .products.content-type--page-entry .contents .main .article .store-items-block .store-item .store-item-info .store-item-price {
    display: inline-block;
    margin: 0;
    max-width: 100%;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .products.content-type--page-entry .contents .main .article .store-items-block .store-item .store-item-nav {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .products.content-type--page-entry .contents .main .article .store-items-block .store-item {
    width: 290px;
  }
  .products.content-type--page-entry .contents .main .article .store-items-block .store-item .store-item-info {
    padding-right: 0;
    width: 290px;
  }
  .products.content-type--page-entry .contents .main .article .store-items-block .store-item .store-item-info .store-item-size,
  .products.content-type--page-entry .contents .main .article .store-items-block .store-item .store-item-info .store-item-price {
    margin-bottom: 10px;
    line-height: 1.1;
  }
}
.products.content-type--page-entry .contents .main .related-items {
  margin-top: 40px;
}
.products.content-type--page-entry .contents .main .related-items h2 {
  padding-top: 30px;
  border-top: 1px solid #bab8b6;
  font-weight: normal;
}

@media (min-width: 990px) {
  .products.content-type--page-entry .contents .main .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: flex-between;
        -ms-flex-pack: flex-between;
            justify-content: flex-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .products.content-type--page-entry .contents .main .article .container {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .products.content-type--page-entry .contents .main .article .detail-left {
    width: 50%;
  }
  .products.content-type--page-entry .contents .main .article .detail-left .item-photo-block {
    display: none;
  }
  .products.content-type--page-entry .contents .main .article .detail-right {
    padding-left: 30px;
    width: 50%;
  }
  .products.content-type--page-entry .contents .main .article .detail-right .item-photo-block {
    display: block;
  }
  .products.content-type--page-entry .contents .main .article .entry-header-block .entry-meta,
  .products.content-type--page-entry .contents .main .article .entry-header-block .entry-header {
    padding-right: 0;
    width: auto;
  }
  .products.content-type--page-entry .contents .main .article .entry-header-block .entry-meta .furigana,
  .products.content-type--page-entry .contents .main .article .entry-header-block .entry-header .furigana {
    text-align: left;
  }
  .products.content-type--page-entry .contents .main .article .item-photo-block .item-photo-slide {
    padding-left: 0;
    padding-right: 0;
  }
  .products.content-type--page-entry .contents .main .article .content-block {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .products.content-type--page-entry .contents .main .article {
    width: 1200px;
  }
  .products.content-type--page-entry .contents .main .article .entry-header-block .entry-header .entry-title {
    margin-bottom: 30px;
  }
  .products.content-type--page-entry .contents .main .article .detail-right {
    padding-left: 40px;
  }
  .products.content-type--page-entry .contents .main .related-items {
    margin-top: 60px;
  }
  .products.content-type--page-entry .contents .main .related-items h2 {
    margin-bottom: 50px;
    padding-top: 60px;
  }
}
.products.content-type--page-index .contents .main .article .content-block .entry-index .products-section h2 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto 30px auto;
  padding: 8px 10px;
  max-width: 360px;
  width: 100%;
  border: 1px solid #a98365;
  text-align: center;
  font-weight: normal;
}
.products.content-type--page-index .contents .main .article .content-block .entry-index .products-section h2:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-left: 5px solid #a98365;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  z-index: 0;
}
.products.content-type--page-index .contents .main .article .content-block .entry-index .products-section h2:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -1px;
  margin-top: -5px;
  border-left: 5px solid #f5f4f3;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  z-index: 1;
}
.products.content-type--page-index .contents .main .article .content-block .entry-index .products-section h3 {
  margin: 20px 0 30px 0;
  padding-top: 30px;
  border-top: 1px solid #bab8b6;
  text-align: center;
  font-weight: normal;
  font-size: 2rem;
}
.products.content-type--page-index .contents .main .article .content-block .entry-index .products-section h3:first-child {
  padding-top: 0;
  border-top-width: 0;
}
.products.content-type--page-index .contents .main .article .content-block .entry-index .products-section .products-list-wrapper {
  padding-bottom: 20px;
  border-bottom: 1px solid #bab8b6;
}
.products.content-type--page-index .contents .main .article .content-block .entry-index .products-section .products-list-wrapper:last-child {
  margin-bottom: 0;
  border-bottom-width: 0;
}

@media (min-width: 760px) {
  .products.content-type--page-index .contents .main .article .content-block .entry-index .products-section {
    position: relative;
    margin-bottom: 40px;
  }
  .products.content-type--page-index .contents .main .article .content-block .entry-index .products-section::after {
    content: '';
    display: block;
    clear: both;
  }
  .products.content-type--page-index .contents .main .article .content-block .entry-index .products-section .products-section-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
  }
  .products.content-type--page-index .contents .main .article .content-block .entry-index .products-section h2 {
    position: relative;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 320px;
    line-height: 58px;
    font-size: 2.4rem;
    letter-spacing: 3px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .products.content-type--page-index .contents .main .article .content-block .entry-index .products-section h2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 0;
    margin-left: -5px;
    border-top: 5px solid #a98365;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 0;
    z-index: 0;
  }
  .products.content-type--page-index .contents .main .article .content-block .entry-index .products-section h2:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    margin-top: 0;
    margin-left: -5px;
    border-top: 5px solid #f5f4f3;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 0;
    width: 0;
    z-index: 1;
  }
  .products.content-type--page-index .contents .main .article .content-block .entry-index .products-section h3 {
    text-align: left;
  }
  .products.content-type--page-index .contents .main .article .content-block .entry-index .products-section h3:first-child {
    margin-top: 0;
  }
  .products.content-type--page-index .contents .main .article .content-block .entry-index .products-section .products-list-wrapper {
    margin-left: 90px;
    min-height: 320px;
  }
  .products.content-type--page-index .contents .main .article .content-block .entry-index .products-section .products-list-wrapper:last-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #bab8b6;
  }
}
@media (min-width: 990px) {
  .products.content-type--page-index .contents .main .article .content-block .entry-index .products-section h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .products.content-type--page-index .contents .main .article .content-block .entry-index .products-section {
    margin-bottom: 80px;
    min-height: 380px;
  }
  .products.content-type--page-index .contents .main .article .content-block .entry-index .products-section h2 {
    height: 380px;
    font-size: 3rem;
  }
  .products.content-type--page-index .contents .main .article .content-block .entry-index .products-section h3 {
    margin-top: 30px;
    padding-top: 60px;
    font-size: 2.8rem;
  }
  .products.content-type--page-index .contents .main .article .content-block .entry-index .products-section .products-list-wrapper {
    margin-left: 100px;
    min-height: 380px;
  }
  .products.content-type--page-index .contents .main .article .content-block .entry-index .products-section .products-list-wrapper .products-list {
    margin-left: -50px;
  }
  .products.content-type--page-index .contents .main .article .content-block .entry-index .products-section .products-list-wrapper .products-list .products-list-item {
    padding-left: 50px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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 {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

/* slick theme
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.slick-slider {
  position: relative;
}
.slick-slider .slick-slide {
  outline: none;
}
.slick-slider *:focus {
  outline: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 32px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #ccc;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  z-index: 1;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  color: transparent;
  opacity: 0.7;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 8px;
  background: url(../images/theme/arrow-prev.svg) center center no-repeat transparent;
  background-size: 16px 32px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 8px;
}

.slick-next {
  right: 8px;
  background: url(../images/theme/arrow-next.svg) center center no-repeat transparent;
  background-size: 16px 32px;
}
[dir="rtl"] .slick-next {
  left: 8px;
  right: auto;
}

.slick-dotted {
  margin-bottom: 25px;
}

.slick-dots {
  position: absolute;
  left: 0;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 10px;
  z-index: 1;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 10px;
  padding: 0;
  vertical-align: top;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0;
  font-size: 0;
  background-color: #b8acb4;
  border-radius: 5px;
  cursor: pointer;
  padding: 0;
}
.slick-dots li.slick-active button {
  opacity: 0.7;
}
