  @charset "UTF-8";

/*********************************************************************************
 base
**********************************************************************************/
html {
  background-color: #1d1d1d;
/*  -webkit-font-smoothing: antialiased;*/
}

body {
  width: 100%;
  color: #333;
  font-family: 'Open Sans', Lucida Grande, Futura, Verdana, Roboto, 'Droid Sans', 'Noto Sans Japanese', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

/* link */
a {
  color: #333;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  color: #967b4c;
  text-decoration: none;
}

img {
  height: auto;
  vertical-align: bottom;
  touch-callout: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
}

.logo__img img,
.list__item img,
.full-img img {
  width: 100%;
}

[class$="-list"] {
  overflow: hidden;
}

/*********************************************************************************
 loading
**********************************************************************************/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

#loading-inner {
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.uil-ring-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}
.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 80px;
  box-shadow: 0 6px 0 0 #b8a279;
  -ms-animation: uil-ring-anim 1s linear infinite;
  -moz-animation: uil-ring-anim 1s linear infinite;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  -o-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite;
}

width: 100%;
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*********************************************************************************
 layout
**********************************************************************************/
.cf:after,
.container:after {
  content: '';
  display: table;
  clear: both;
}

.container {
  margin: 0 auto;
  position: relative;
  max-width: 980px;
  overflow: hidden;
}

@media screen and (max-width: 980px) {
  .container {
    padding: 0 22px;
  }
}

@media screen and (max-width: 640px) {
  .container {
    padding: 0 11px;
  }
}

/*********************************************************************************
 site-header
**********************************************************************************/
#site-header {
  padding: 35px 0;
  position: relative;
  background-color: #fff;
}

@media screen and (max-width: 480px) {
  #site-header {
    padding: 18px 0;
  }
}

#header-logo {
  margin: 0 auto 30px auto;
  max-width: 480px;
}

@media screen and (max-width: 768px) {
  #header-logo {
    margin: 0 auto;
    max-width: 376px;
  }
  #glb-menu {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  #header-logo {
    margin: 0;
    max-width: 242px;
  }
}

#glb-nav-list {
  overflow: hidden;
}

#glb-nav-list .list__item {
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  #glb-nav-list {
    margin-left: 0.10204%;
  }
  #glb-nav-list .list__item {
    border-left: 1px solid #dbd0bc; 
    float: left;
    width: 16.66666%; /*163px*/
  }
  #glb-nav-list .list__item:first-child {
    border-left: none;
  }
  #glb-nav-list .list__item a {
    padding: 4px 0;
    display: block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  #glb-nav-list .list__item a:hover {
    color: #967b4c;
  }
  #glb-nav-list span {
    display: block;
    text-align: center;
  }
  #glb-nav-list .en {
    margin-bottom: 11px;
    font-size: 1em;
  }
  #glb-nav-list .ja {
    color: #967b4c;
    font-size: 0.63em;
  }
  #glb-menu .glb-sub-nav {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #glb-menu {
    padding-top: 35px;
  }
  #glb-menu #glb-nav-list:after {
    margin: 0 auto 22px auto;
    content: '';
    display: block;
    width: 92px;
    height: 1px;
    background-color: #daceb9;
  }
  #glb-menu .list__item {
    opacity: 0;
    transition: all 0.4s;
  }
  #glb-nav-list .list__item {
    margin-bottom: 22px;
    text-align: center;
  }
  #glb-nav-list .en {
    display: none;
  }
  #glb-nav-list .ja {
    color: #967b4c;
    font-size: 0.94em;
  }
  #glb-menu .glb-sub-nav {
    margin-bottom: 0;
  }
  #glb-menu .glb-sub-nav .list__item {
    margin-bottom: 13px;
    display: block;
    text-align: center;
  }
  #glb-menu .glb-sub-nav .list__item:last-child {
    margin-bottom: 22px;
  }
  #glb-menu .glb-sub-nav .list__item a {
    color: #967b4c;
  }
}

#lang-link {
  position: absolute;
  top: 10px;
  right: 22px;
}

@media screen and (max-width: 768px) {
  #lang-link {
    position: static;
    text-align: center;
  }
}

#lang-link a {
  color: #967b4c;
}

#lang-link .icon-globe:before {
  margin-right: 5px;
  font-size: 1.5em;
  vertical-align: middle;
}

#lang-link .en {
  font-size: 0.75em;
}

#glb-menu.transMenu .list__item {
  opacity: 1;
}

/*drawer-menu*/
#drawer-menu {
  position: absolute;
  top: 2px;
  right: 22px;
  display: none;
  width: 44px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #drawer-menu {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  #drawer-menu {
    top: 0;
    right: 11px;
    width: 32px;
  }
}

#drawer-menu-btn,
#drawer-menu-btn span {
  display: inline-block;
  transition: all 0.4s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#drawer-menu-btn {
  position: relative;
  width: 44px;
  height: 28px;
}

#drawer-menu-btn span {
  position: absolute;
  left: 0;
  width: 90%;
  height: 3px;
  background-color: #b8a279;
}

#drawer-menu-btn span:nth-of-type(1) {top: 0;}
#drawer-menu-btn span:nth-of-type(2) {top: 13px;}
#drawer-menu-btn span:nth-of-type(3) {bottom: 0;}

#drawer-menu-btn.transHover span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}

#drawer-menu-btn.transHover span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {height: 0;}
}

@keyframes active-menu-bar02 {
  100% {height: 0;}
}

#drawer-menu-btn.transHover span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}

@media screen and (max-width: 480px) {
  #drawer-menu-btn {
    width: 32px;
    height: 20px;
  }
  #drawer-menu-btn span {
    height: 2px;
  }
  #drawer-menu-btn span:nth-of-type(2) {top: 9px;}
  #drawer-menu-btn.transHover span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  #drawer-menu-btn.transHover span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
}

/*********************************************************************************
 footer
**********************************************************************************/
#site-footer {
  padding: 35px 0;
  background-color: #1d1d1d;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #site-footer {
    padding: 22px 0;
  }
}

.glb-sub-nav {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  #site-footer .glb-sub-nav {
    display: none;
  }
}

.glb-sub-nav-list a {
  color: #b7a377;
  font-size: 0.75em;
}

.glb-sub-nav-list .list__item {
  margin: 0 11px;
  display: inline-block;
}

#site-footer p {
  color: #b7a377;
}

#footer-logo {
  margin: 0 auto 18px auto;
  max-width: 230px;
}

@media screen and (max-width: 640px) {
  #footer-logo {
    max-width: 130px;
  }
}

#footer-company-info p,
#footer-desc p {
  line-height: 1.6;
  font-size: 0.63em;
}

#footer-company-info .tel {
  color: #b7a377;
}

#footer-desc p {
  margin-top: 18px;
}

@media screen and (max-width: 640px) {
  #footer-desc p {
    font-size: 0.5em;
    text-align: left;
  }
}

#pagetop {
  display: none;
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 899;
}

@media screen and (max-width: 480px) {
  #pagetop {
    right: 11px;
    bottom: 11px;
  }
}

#pagetop a {
  border: 2px solid #b8a279;
  display: block;
  width: 56px;
  height: 56px;
  background-color: transparent;
  color: #c0a36f;
  line-height: 56px;
  font-size: 1.375em;
  text-align: center;
}

@media screen and (max-width: 480px) {
  #pagetop a {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}

/*********************************************************************************
 home contents
**********************************************************************************/
#main-visual {
  background-color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 980px) {
  #main-visual {
    overflow: visible;
  }
}

@media screen and (max-width: 480px) {
  #main-visual {
    padding-bottom: 22px;
  }
}

#main-visual img,
.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-slide {
  margin: 0 18px;
}

@media screen and (max-width: 980px) {
  .slick-slide {
    margin: 0;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-loading .slick-list {
  background: none;
}

.slick-dots {
  bottom: 22px;
  text-align: center;

}

@media screen and (max-width: 480px) {
  .slick-dots {
    bottom: -22px;
  }
}

.slick-dots li {
  margin: 0 7px;
  width: auto;
  height: auto;
}

.slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 480px) {
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}

.slick-dots li button::before {
  border-radius: 50%;
  content: '';
  display: inline-block;
  background-color: #b6a379;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.slick-dots li.slick-active button::before {
  background-color: #b6a379;
  opacity: 1;
}

.slick-dots li.slick-active button::after {
  border: 1px solid #b6a379;
  border-radius: 50%;
  content: '';
  display: inline-block;
  position: absolute;
  top: -4px;
  left: -4px;
  width: 16px;
  height: 16px;
  background-color: transparent;
}

.slick-prev,
.slick-next {
  top: 50%;
  z-index: 99;
  width: auto;
  height: auto;
  opacity: 1;
}

@media screen and (max-width: 480px) {
  .slick-prev,
  .slick-next {
    z-index: -1;
  }
}

.slick-prev {left: 35px;}
.slick-next {right: 35px;}

@media screen and (max-width: 1400px) {
  .slick-prev {left: 220px;}
  .slick-next {right: 220px;}
}

@media screen and (max-width: 1200px) {
  .slick-prev {left: 145px;}
  .slick-next {right: 145px;}
}

@media screen and (max-width: 980px) {
  .slick-prev {left: 11px;}
  .slick-next {right: 11px;}
}

.slick-prev::before,
.slick-next::before {
  border-radius: 50%;
  display: block;
  width: 36px;
  height: 36px;
  background-color: #b8a278;
  color: #2d231b;
  line-height: 34px;
  font-family: 'icomoon' !important;
  font-size: 30px;
  text-align: center;
  opacity: 1;
}

.slick-prev::before {
  content: "\e408";
}

.slick-next::before {
  content: "\e409";
}

.sectioning {
  padding: 44px 0;
  background-color: #fff;
}

@media screen and (max-width: 480px) {
  .sectioning {
    padding: 30px 0;
  }
}

.section-heading {
  margin-bottom: 35px;
  color: #967b4c;
  text-align: center;
}

.section-heading .en {
  font-size: 1.75em;
  font-weight: 300;
  vertical-align: middle;
}

.section-heading .en:after {
  margin: 0 18px;
  content: '';
  display: inline-block;
  width: 1px;
  height: 24px;
  background-color: #baa277;
  vertical-align: -0.075em;
  -webkit-transform:rotate(30deg);
  -moz-transform:rotate(30deg);
  -o-transform:rotate(30deg);
  -ms-transform:rotate(30deg);
  transform:rotate(30deg);
}

.section-heading .ja {
  font-size: 0.75em;
}

@media screen and (max-width: 480px) {
  .section-heading {
    margin-bottom: 18px;
  }
  .section-heading .en {
    font-size: 1.375em;
    font-weight: 400;
  }
  .section-heading .en:after {
    margin: 0 13px;
    height: 22px;
    vertical-align: -0.15em;
  }
  .section-heading .ja {
    font-size: 0.63em;
  }
}

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

.more-btn {
  padding: 13px 22px;
  border: 2px solid #b6a37a;
  display: inline-block;
  position: relative;
  color: #967b4c;
  font-size: 0.88em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
}

@media screen and (max-width: 480px) {
  .more-btn {
    padding: 11px 18px;
    font-size: 0.75em;
  }
}

.more-btn:hover, .more-btn:focus, .more-btn:active {
  color: #fff;
  background: #b6a37a;
  opacity: 1;
}

.sectioning.bg-dark {
  background-color: #1d1d1d;
}

.bg-dark .section-heading {
  color: #c0a36f;
}

.bg-dark .item__update {
  color: #baa277;
}

.bg-dark .item__title a {
  color: #fff;
  opacity: 0.8;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.bg-dark .item__title a:hover {
  opacity: 1;
}

.bg-dark .more-btn {
  border-color: #c0a36f;
  color: #c0a36f;
}

.bg-dark .more-btn:hover, .bg-dark .more-btn:focus, .bg-dark .more-btn:active {
  color: #fff;
  background: #b6a37a;
}

.bg-photo .more-btn {
  border-color: #fff;
  color: #fff;
}

.bg-photo .more-btn:hover, .bg-photo .more-btn:focus, .bg-photo .more-btn:active {
  border-color: #fff;
  background: #fff;
  color: #1d1d1d;
}

#home-concept .container {
  padding: 0 35px;
  max-width: 910px;
}

@media screen and (max-width: 640px) {
  #home-concept .container {
    padding: 0 22px;
  }
}

@media screen and (max-width: 480px) {
  #home-concept .container {
    padding: 0 11px;
  }
}

.concept__ja {
  margin-bottom: 22px;
  line-height: 1.6;
  font-size: 0.88em;
}

.concept__en {
  line-height: 1.6;
  font-size: 0.88em;
}

.news-list {
  margin: 0 35px 13px 35px;
  max-width: 910px;
}

@media screen and (max-width: 640px) {
  .news-list {
    margin: 0 11px 13px 11px;
  }
}

@media screen and (max-width: 480px) {
  .news-list {
    margin: 0 11px;
  }
}

.news-list .list__item {
  margin-bottom: 22px;
}

@media screen and (max-width: 480px) {
  .news-list .list__item {
    margin-bottom: 18px;
  }
}

.item__update {
  color: #967b4c;
  line-height: 1.3;
  font-size: 0.88em;
}

.item__title {
  line-height: 1.5;
  font-size: 0.88em;
}

.news-list .item__update {
  clear: left;
  float: left;
}

.news-list .item__title {
  margin-left: 18.68131%;
}

@media screen and (max-width: 480px) {
  .news-list .item__update {
    margin-bottom: 5px;
    float: none;
    display: inline-block;
  }
  .news-list .item__title {
    margin-left: 0;
  }
}

.brand-logo-list {
  margin-bottom: 15px;
  width: 102.04081%;
  font-size: 0;
  text-align: center;
}

.brand-logo-list .list__item {
  margin: 0 2% 20px 0;
  display: inline-block;
  width: 23%;
}

@media screen and (max-width: 480px) {
  .brand-logo-list {
    margin-bottom: 0;
    width: 104.02684%;
  }
  .brand-logo-list .list__item {
    margin: 0 3.87096% 18px 0;
    width: 46.12903%;
  }
}

.brand-logo-list .list__item a {
  border: 1px solid #baa277;
  display: inline-block;
}

.event-list {
  width: 104.08163%; /*1020px*/
}

.event-list .list__item {
  margin: 0 3.92156% 35px 0; /*40px*/
  float: left;
  width: 29.41176%; /*300px*/
}

@media screen and (max-width: 480px) {
  .event-list {
    width: 106.04026%;
  }
  .event-list .list__item {
    margin: 0 5.6962% 22px 0;
    width: 44.30379%;
  }
}

.event-list .item__thumb {
  margin-bottom: 13px;
}

.event-list .item__update {
  margin-bottom: 8px;
  display: inline-block;
}

#home::before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  height: 100vh;
  background-color: #1d1d1d;
  background-image: url(/images/home/home-shop.jpg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 100% auto;
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  #home::before {
    background-image: url(/images/home/home-shop-sp.jpg);
  }
}

#home-shop {
  position: relative;
  height: 322px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#home-shop.sectioning {
  background-color: transparent;
}

@media screen and (max-width: 480px) {
  #home-shop {
    height: 298px;
  }
}

.home-shop-wrapper {
  margin-top: -1em;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
}

.home-shop-title {
  margin-bottom: 22px;
  color: #fff;
  font-size: 2.1875em;
  font-weight: 300;
}

@media screen and (max-width: 480px) {
  .home-shop-title {
    font-size: 1.75em;
  }
}

@media screen and (min-width: 481px) {
  .home-shop-title .title-enter {
    display: none;
  }
}

.blog-list {
  margin-bottom: 35px;
  width: 103.06122%; /*1010px*/
}

.blog-list .list__item {
  margin: 0 2.97029% 0 0; /*30px*/
  float: left;
  width: 17.0297%; /*172px*/
}

.blog-list .item__thumb {
  margin-bottom: 13px;
  position: relative;
  overflow: hidden;
}

.blog-list .item__thumb:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.blog-list .item__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.blog-list .item__thumb.img-wide img {
  width: auto;
  height: 100%;
}

.blog-list .item__update {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 0.88em;
}

.content-split .blog-list {
  width: 104.34782%; /*672px*/
}

.content-split .blog-list .list__item {
  margin-right: 4.16666%; /*28px*/
  margin-bottom: 22px;
  width: 20.83333%; /*140px*/
}

@media screen and (max-width: 480px) {
  .blog-list,
  .content-split .blog-list {
    margin-bottom: 18px;
    width: 100%;
  }
  .blog-list .list__item,
  .content-split .blog-list .list__item {
    margin: 0 0 18px 0;
    float: none;
    width: 100%;
    overflow: hidden;
  }
  .blog-list .item__thumb,
  .content-split .blog-list .item__thumb {
    margin-bottom: 0;
    float: left;
    width: 22.81879%; /*68px*/
  }
  .blog-list .item__column,
  .content-split .blog-list .item__column {
    margin-left: 27.85234%;
  }
}

/*********************************************************************************
 breadcrumb
**********************************************************************************/
.breadcrumb-nav {
  padding-bottom: 22px;
  background-color: #fff;
}

.breadcrumb-nav-list li {
  margin-right: 11px;
  float: left;
  line-height: 1.3;
  font-size: 0.75em;
  vertical-align: middle;
}

.breadcrumb-nav-list li:before {
  margin-right: 11px;
  content: "\f105";
  color: #dbd0bc;
  font-family: 'icomoon' !important;
  line-height: 0;
  font-size: 1.333em;
  vertical-align: -0.125em;
}

.breadcrumb-nav-list li:first-child:before {
  display: none;
}

/*********************************************************************************
 common contents parts
**********************************************************************************/
#content {
  background-color: #fff;
}

#contents-heading {
  background-color: #fff;
}

#contents-heading .section-heading {
  padding: 22px 0;
  border-top: 1px solid #dbd0bc;
  border-bottom: 1px solid #dbd0bc;
}

#contents-heading .heading__title .en {
  color: #333;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  #contents-heading .section-heading {
    margin-bottom: 35px;
    padding: 13px;
    text-align: left;
  }
  #contents-heading .heading__title .en {
    display: block;
    font-size: 1.375em;
  }
  #contents-heading .section-heading .en::after {
    display: none;
  }
  #contents-heading .section-heading .ja {
    font-size: 0.63em;
  }
}

.sub-title {
  color: #967b4c;
  font-size: 1.375em;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .sub-title {
    font-size: 1.125em;
  }
}

.basic {
  overflow: hidden;
}

.basic-inner {
  margin: 0 13px 13px 13px;
  overflow: hidden;
}

.mg-t13 {
  margin-top: 13px;
  display: inline-block;
}

.list-mark {
  margin-right: 0.2em;
  color: #967b4c;
}

.mg-b35,
.basic .mg-b35 {
  margin-bottom: 35px;
}

.mg-b22,
.basic .mg-b22 {
  margin-bottom: 22px;
}

.mg-b13,
.basic .mg-b13 {
  margin-bottom: 13px;
}

.heading-l,
.heading-m,
.heading-s {
  line-height: 1.3;
  font-weight: 600;
}

.heading-l {
  margin-bottom: 31px;
  padding: 5px 13px;
  border-left: 4px solid #b8a279;
  position: relative;
  font-size: 1.375em;
}

.heading-l:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -9px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dbd0bc;
}

.heading-m {
  margin-bottom: 22px;
  padding-bottom: 13px;
  border-bottom: 1px dashed #b8a279;
  font-size: 1.125em;
}

.heading-m.no-border {
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  border: none;
}

.heading-s {
  margin-bottom: 13px;
  color: #967b4c;
  font-size: 1em;
}

@media screen and (max-width: 480px) {
  .heading-l {
    font-size: 1.125em;
  }
  .heading-m {
    font-size: 1em;
  }
  .heading-s {
    font-size: 0.94em;
  }
}

.font-m {
  line-height: 1.6;
  font-size: 0.88em;
}

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

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

.hr-border {
  margin: 22px 0;
  display: block;
  border-top: 1px dashed #dbd0bc;
}

.basic p {
  margin-bottom: 22px;
  line-height: 1.6;
  font-size: 0.88em;
}

.basic-grid {
  overflow: hidden;
}

.basic-grid.grid-2 {
  width: 104.48979%;
}

.grid-2 .list__item {
  margin-right: 4.29687%; /*44px*/
  float: left;
  width: 45.70312%; /*468px*/
}

@media screen and (max-width: 480px) {
  .basic-grid.grid-2 {
    width: 100%;
  }
  .grid-2 .list__item {
    margin-right: 0;
    float: none;
    width: 100%;
  }
}

p.catch {
  font-size: 1.125em;
  font-weight: bold;
}

.basic .img-left {
  margin-right: 35px;
  float: left;
}

.arw,
.external {
  color: #967b4c;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.arw:before {
  content: "\e409";
  font-family: 'icomoon' !important;
  font-size: 1.35em;
  vertical-align: -0.135em;
}

.external:before {
  margin-left: 5px;
  margin-right: 5px;
  content: "\ea7e";
  font-family: 'icomoon' !important;
  font-size: 1.35em;
  vertical-align: -0.135em;
}

.arw:hover,
.external:hover {
  opacity: 0.8;
}

.m-unit {
  font-size: 0.59em;
  vertical-align: 0.6em;
}

.basic-list li {
  margin-bottom: 5px;
  padding-left: 1em;
  position: relative;
  line-height: 1.6;
  font-size: 0.88em;
}

.basic-list li:before {
  margin-top: 0.56em;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.35em;
  height: 0.35em;
  background-color: #b8a279;
}

.basic-list.no-circle li:before {
  display: none;
}

.r-num {
  display: inline-block;
  width: 2em;
}

.company-info-list {
  margin: 0 auto 22px auto;
  max-width: 748px;
}

.basic-table {
  margin-bottom: 22px;
  border-top: 1px dashed #dbd0bc;
  display: table;
  width: 100%;
}

.table-line {
  display: table-row;
}

.table-title,
.table-cell {
  padding: 22px;
  border-bottom: 1px dashed #dbd0bc;
  display: table-cell;
  line-height: 1.6;
  font-size: 0.88em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.table-title {
  width: 30.74866%;
  background-color: #f6f1e8;
}

.table-cell {
  border-left: 1px dashed #dbd0bc;
  width: 69.25134%;
}

@media screen and (max-width: 480px) {
  .basic-table {
    border: none;
  }
  .table-title,
  .table-cell {
    padding: 11px;
    border: none;
    display: block;
  }
  .table-title {
    width: auto;
    font-weight: bold;
  }
  .table-cell {
    border-left: none;
    width: 100%;
  }
}


/*********************************************************************************
 split contents
**********************************************************************************/
#content.content-split .container {
  max-width: 910px;
}

#main-content {
  float: left;
  width: 70.76923%; /*644px*/
}

#sub-content {
  float: right;
  width: 21.64835%; /*197px*/
}

@media screen and (max-width: 640px) {
  #main-content {
    float: none;
    width: auto;
  }
  #sub-content {
    margin: 0 11px 35px 11px;
    float: none;
    width: auto;
  }
}

#news .news-list {
  margin: 0;
}

#news .news-list .list__item {
  margin-bottom: 35px;
}

@media screen and (max-width: 480px) {
  #news .news-list .list__item {
    margin-bottom: 22px;
  }
}

.pagenation-nav {
  margin-bottom: 35px;
  padding: 13px 0;
  border-top: 1px solid #dbd0bc;
  border-bottom: 1px solid #dbd0bc;
  position: relative;
}

.pagenation-nav-list {
  text-align: center;
}

.pagenation-nav-list li {
  margin: 0 7px;
  display: inline-block;
  font-size: 0.88em;
}

.pagenation-nav-list li b {
  font-weight: 600;
}

.pagenation-nav-list li a {
  color: #967b4c;
}

.pagenation-prev,
.pagenation-next {
  margin-top: -10px;
  position: absolute;
  top: 50%;
}

.pagenation-prev span,
.pagenation-next span {
  color: #967b4c;
  font-size: 1.375em;
}

.pagenation-prev {
  left: 13px;
}

.pagenation-next {
  right: 13px;
}

.widget-title {
  margin-bottom: 22px;
  padding-bottom: 13px;
  border-bottom: 1px solid #dbd0bc;
}

.widget-title .en {
  margin-right: 13px;
  font-size: 1.375em;
  vertical-align: -0.175em;
}

@media screen and (max-width: 480px) {
  .widget-title .en {
    margin-right: 8px;
    font-size: 1.125em;
    vertical-align: -0.12em;
  }
}

.widget-title .ja {
  color: #967b4c;
  font-size: 0.63em;
}

.widget-nav-list li {
  margin-bottom: 13px;
}

.widget-nav-list li a {
  font-size: 0.88em;
}

.widget-nav-list li a:after {
  margin-left: 13px;
  content: "\f105";
  color: #967b4c;
  font-family: 'icomoon' !important;
  font-size: 1.375em;
  vertical-align: -0.12em;
}

#article-heading {
  margin-bottom: 22px;
  padding: 13px 0;
  border-top: 1px solid #dbd0bc;
  border-bottom: 1px solid #dbd0bc;
}

#article-heading .item__update {
  margin-bottom: 8px;
  display: inline-block;
}

#article-heading .item__title {
  line-height: 1.3;
  font-size: 1.375em;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  #article-heading {
    margin-bottom: 22px;
  }
  #article-heading .item__title {
    font-size: 1.125em;
  }
}

#article-catch-img {
  margin-bottom: 22px;
}

#article-catch-img img {
  width: 100%;
  height: auto;
}

#article-content {
  padding-bottom: 13px;
  line-height: 1.6;
  font-size: 0.88em;
  overflow: hidden;
}

#article-content .main-img {
  margin-bottom: 35px;
}

@media screen and (max-width: 480px) {
  #article-content .main-img {
    margin-bottom: 22px;
  }
}

#article-content img {
  width: 100%;
  height: auto;
}

#article-content .img-center {
  display: block;
  text-align: center;
}

#article-content .img-left,
#article-content .img-right {
  margin-bottom: 22px;
  display: inline-block;
  width: 49.55752%; /*336px*/
}

#article-content .img-left {
  margin-right: 3.24483%; /*22px*/
  float: left; 
}

#article-content .img-right {
  margin-left: 3.24483%;
  float: right;  
}

#article-content h2,
#article-content h3 {
  margin-bottom: 13px;
  font-weight: bold;
}

#article-content h2 {
  font-size: 1.375em;
}

#article-content p {
  margin-bottom: 22px;
}

#article-content b {
  font-weight: bold;
}

/*********************************************************************************
 watch contents
**********************************************************************************/
.watch-brand-list,
.watch-item-list {
  width: 103.46938%; /*1014px*/
}

.watch-brand-list .list__item,
.watch-item-list .list__item {
  margin-right: 3.35305%; /*34px*/
  margin-bottom: 35px;
  float: left;
  width: 29.98027%; /*304px*/
}

@media screen and (max-width: 480px) {
  .watch-brand-list,
  .watch-item-list {
    width: 106.04026%;
  }
  .watch-brand-list .list__item,
  .watch-item-list .list__item {
    margin-right: 5.6962%;
    margin-bottom: 35px;
    width: 44.30379%;
  }
}

.watch-brand-list .item__logo {
  margin-bottom: 22px;
}

.watch-item-list .item__thumb {
  margin-bottom: 22px;
}

@media screen and (max-width: 480px) {
  .watch-item-list .item__thumb {
    margin-bottom: 13px;
  }
}

.watch-item-list .item__brand {
  margin-bottom: 8px;
  font-size: 0.75em;
}

.watch-item-list .item__name {
  margin-bottom: 8px;
  line-height: 1.4;
  font-size: 0.88em;
  font-weight: 600;
}

.watch-item-list .item__price {
  font-size: 0.75em;
}

.new-icon {
  margin-left: 8px;
  padding: 0 8px;
  background-color: #b32034;
  color: #fff;
  font-size: 0.63em;
  font-weight: 400;
  vertical-align: 0.2em;
}

.item-detail {
  margin-bottom: 35px;
  overflow: hidden;
}

.item-photo {
  margin-right: 3.57142%; /*35px*/
  float: left;
  width: 61.73469%; /*605px*/
}

@media screen and (max-width: 480px) {
  .item-photo {
    margin-right: 0;
    margin-bottom: 35px;
    float: none;
    width: 100%;
  }
}

.item-photo-list {
  margin: 0 75px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .item-photo-list {
    margin: 0 auto;
  }
}

.item-photo-list .slick-slide {
  margin: 0;
  background-color: #000;
  font-size: 0;
}

.item-photo-list .slick-slide img {
  max-width: 454px;
}

.item-photo-list .slick-prev::before,
.item-photo-list .slick-next::before {
  color: #fff;
}

.item-photo-list .slick-prev {left: -56px;}
.item-photo-list .slick-next {right: -56px;}

@media screen and (max-width: 768px) {
  .item-photo-list .slick-prev {left: 13px;}
  .item-photo-list .slick-next {right: 13px;}
}

#item-slider .slick-dots li button::before {
  background-color: #666666;
}

#item-slider .slick-dots li.slick-active button::before {
  background-color: #b6a379;
}

#item-slider .slick-dots li.slick-active button::after {
  display: none;
}

.item-info {
  float: right;
  width: 34.69387%; /*340px*/
}

@media screen and (max-width: 480px) {
  .item-info {
    float: none;
    width: 100%;
  }
}

.item-info p {
  line-height: 1.6;
}

.item-info .item__brand,
.item-info .item__spec,
.item-info .item__note {
  line-height: 1.6;
  font-size: 0.88em;
}

.item-info .item__brand {
  margin-bottom: 13px;
}

.item-info .item__name {
  margin-bottom: 13px;
  line-height: 1.3;
  font-size: 1.375em;
}

@media screen and (max-width: 480px) {
  .item-info .item__name {
    font-size: 1.125em;
  }
}

.item-info .item__brand,
.item-info .item__name,
.item-info .item__price {
  font-weight: 600;
}

.item-info .item__num,
.item-info .item__price {
  font-size: 1em;
}

.item-info .item__price .price-unit {
  font-size: 0.63em;
}

.item-info .item__num,
.item-info .item__price,
.item-info .item__spec,
.item-info .item__note {
  margin-bottom: 35px;
}

.item-info .item__spec,
.item-info .item__note,
.item-info .item__caution {
  color: #707070;
}

.item-info .item__caution {
  font-size: 0.63em;
}

.item-info .new-icon {
  font-size: 0.458em;
  vertical-align: 0.4em;
}

/* patek-phillippe */
#iframe-wrapper {
  margin-bottom: 35px;
  padding-top: 80.6%;
  position: relative;
  width: 100%;
}

#iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*********************************************************************************
 archive
**********************************************************************************/
#archive {
  background-color: #1d1d1d;
}

#archive #site-header,
#archive #site-footer,
#archive .breadcrumb-nav,
#archive #contents-heading,
#archive #content {
  background: transparent;
}

@media screen and (min-width: 769px) {
  #archive #glb-nav-list .list__item {
    border-left: 1px solid #6b5f4b;
  }
  #archive #glb-nav-list .list__item:first-child {
    border-left: none;
  }
  #archive #glb-nav-list .list__item .en {
    color: #b8a279;
  }
  #archive #glb-nav-list .list__item a:hover .en {
    color: #967b4c;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
}

@media screen and (max-width: 768px) {
  #archive #glb-nav-list .list__item a span,
  #archive #glb-menu .glb-sub-nav a {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  #archive #glb-nav-list .list__item a:hover .ja,
  #archive #glb-menu .glb-sub-nav a:hover {
    color: #b8a279;
  }
  #archive #glb-menu #glb-nav-list:after,
  #archive #glb-menu .glb-sub-nav:after {
    background-color: #554e41;
  }
}

#archive #lang-link a:hover {
  color: #b8a279;
}

#archive .breadcrumb-nav-list li,
#archive .breadcrumb-nav-list li a {
  color: #b29b72;
}

#archive #site-footer a:hover,
#archive .breadcrumb-nav a:hover {
  color: #967b4c;
}

#archive .breadcrumb-nav-list li:before {
  color: #554e41;
}

#archive #contents-heading .section-heading {
  border-color: #b29b72;
}

#archive #contents-heading .heading__title .en {
  color: #b29b72;
}

.archive-brand-list {
  width: 103.46938%; /*1014px*/
}

.archive-brand-list .list__item {
  margin-right: 3.35305%; /*34px*/
  margin-bottom: 35px;
  float: left;
  width: 29.98027%; /*304px*/
}

.archive-brand-list a {
  border: 8px solid #b29b72;
  display: block;
}

@media screen and (max-width: 480px) {
  .archive-brand-list {
    width: 106.04026%;
  }
  .archive-brand-list .list__item {
    margin-right: 5.6962%;
    width: 44.30379%;
  }
  .archive-brand-list a {
    border: 4px solid #b29b72;
  }
}

.watch-item-list.archive-item-list a {
  color: #b29b72;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.watch-item-list.archive-item-list a:hover {
  color: #967b4c;
}

#archive .pagenation-nav {
  border-color: #b29b72;
}

#archive .pagenation-nav-list li b {
  color: #b29b72;
}

#archive .item-info .item__brand,
#archive .item-info .item__name,
#archive .item-info .item__num,
#archive .item-info .item__price {
  color: #b29b72;
}

#archive .item-info .item__spec,
#archive .item-info .item__note,
#archive .item-info .item__caution {
  color: #867559;
}

#archive .item-photo-list .slick-prev::before,
#archive .item-photo-list .slick-next::before {
  color: #1d1d1d;
}

#archive .item-photo {
  margin: 0 auto 22px auto;
  float: none;
}

#archive .item-info {
  margin: 0 auto;
  width: 46.42857%;
  float: none;
}

@media screen and (max-width: 480px) {
  #archive .item-info {
    width: 100%;
  }
}

/*********************************************************************************
 philosophy
**********************************************************************************/
.ceo-msg {
  margin-bottom: 13px;
}

.ceo-img {
  margin-left: 3.57142%; /*35px*/
  margin-bottom: 22px;
  float: right;
  width: 38.2653%; /*375px*/
}

.ceo-img img {
  width: 100%;
  max-width: 375px;
}

@media screen and (max-width: 480px) {
  .ceo-img {
    margin-left: 0;
    margin-bottom: 22px;
    float: none;
    width: 100%;
    text-align: center;
  }
  .ceo-img img {
    max-width: 212px;
  }
}

.ceo-catch {
  margin-bottom: 22px;
  font-size: 1.125em;
  font-weight: bold;
}

.brands-msg-list {
  border-top: 1px dashed #dbd0bc;
}

.brands-msg-list .list__item {
  border-bottom: 1px dashed #dbd0bc;
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.brands-msg-list .list__item:nth-child(odd) {
  padding-right: 22px;
  border-right: 1px dashed #dbd0bc;
}

.brands-msg-list .list__item:nth-child(even) {
  padding-left: 22px;
}

@media screen and (max-width: 640px) {
  .brands-msg-list .list__item {
    border-bottom: 1px dashed #dbd0bc;
    float: none;
    width: 100%;
  }
  .brands-msg-list .list__item:nth-child(odd) {
    padding-right: 0;
    border-right: none;
  }
  .brands-msg-list .list__item:nth-child(even) {
    padding-left: 0;
  }
}

.msg-logo {
  padding: 35px 0;
}

.msg-photo {
  margin-bottom: 22px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .msg-photo img {
    max-width: 570px;
  }
}

.msg-photo figcaption {
  margin-top: 8px;
  line-height: 1.3;
  font-size: 0.69em;
  text-align: left;
}

.msg-title {
  margin-bottom: 13px;
  font-size: 1.25em;
  font-weight: 600;
}

p.msg-ja {
  font-size: 0.82em;
}

.msg-author {
  margin-top: 8px;
  display: block;
  font-weight: bold;
  text-align: right;
}

/*********************************************************************************
 shop
**********************************************************************************/
@media screen and (max-width: 640px) {
  .shop-info-list {
    border-top: 1px dashed #dbd0bc;
    border-bottom: 1px dashed #dbd0bc;
  }
}

.shop-info-list .list__item {
  margin-left: 0.10204%;
  padding: 22px 11px 0 11px;
  border-left: 1px dashed #dbd0bc;
  float: left;
  width: 33.2653%; /*326px*/
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.shop-info-list .list__item:first-child {
  margin-left: 0;
  border-left: none;
}

@media screen and (max-width: 640px) {
  .shop-info-list .list__item {
    margin-left: 0;
    border-left: none;
  }
  .shop-info-list .list__item:nth-child(1) {
    width: 100%;
  }
  .shop-info-list .list__item:nth-child(2),
  .shop-info-list .list__item:nth-child(3) {
    border-top: 1px dashed #dbd0bc;
    width: 50%;
  }
  .shop-info-list .list__item:nth-child(3) {
    border-left: 1px dashed #dbd0bc;
  }
}

.shop-info-list span[class^="icon-"] {
  margin-bottom: 16px;
  display: inline-block;
  color: #b8a279;
  font-size: 3.1428571em;
}

@media screen and (max-width: 480px) {
  .shop-info-list span[class^="icon-"] {
    font-size: 2.5714285em;
  }
}

.shop-info-list span.tel {
  color: #967b4c;
  font-size: 1.375em;
}

.access-info {
  float: right;
  width: 38.2653%; /*375px*/
}

.access-info .info-list dt {
  margin-bottom: 8px;
  color: #967b4c;
  font-size: 0.88em;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .access-info {
    float: none;
    width: 100%;
  }
}

.map-img img {
  margin-bottom: 22px;
  width: 100%;
  max-width: 615px;
  height: auto;
  text-align: center;
}

.access-map {
  float: left;
  width: 58.16326%; /*462px*/
}

@media screen and (max-width: 640px) {
  .access-map {
    float: none;
    width: 100%;
  }
}

.shop-brand-list {
  width: 100.40816%; /*984px*/
}

.shop-brand-list .list__item {
  margin-right: 0.4065%; /*4px*/
  margin-bottom: 4px;
  float: left;
  width: 12.09349%; /*119px*/
}

@media screen and (max-width: 640px) {
  .shop-brand-list {
    width: 100.97087%;
  }
  .shop-brand-list .list__item {
    margin-right: 0.96153%;
    margin-bottom: 6px;
    width: 24.03846%;
  }
}

/*********************************************************************************
 company
**********************************************************************************/
.company-info-list {
  margin: 0 auto 22px auto;
  max-width: 748px;
}

.company-info-list dt,
.company-info-list dd {
  margin-bottom: 22px;
  line-height: 1.3;
  font-size: 0.88em;
}

.company-info-list dt {
  clear: left;
  float: left;
}

.company-info-list dd {
  margin-left: 30.74866%;
}

@media screen and (max-width: 480px) {
  .company-info-list dt {
    margin-bottom: 8px;
    float: none;
    font-weight: bold;
  }
  .company-info-list dd {
    margin-left: 0;
  }
}

/*********************************************************************************
 sitemap
**********************************************************************************/
.sitemap-list {
  margin-bottom: 22px;
}

.sitemap-list li {
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px dashed #b8a279;
}

.sitemap-list li a {
  line-height: 1.3;
  font-size: 0.88em;
}

.sitemap-list li a:before {
  content: "\e409";
  color: #967b4c;
  font-family: 'icomoon' !important;
  font-size: 1.35em;
  vertical-align: -0.135em;
}

/*********************************************************************************
 shonin system
**********************************************************************************/
.admin-btn-grey {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.admin-btn-grey:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.admin-btn-blue {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.admin-btn-blue:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.admin-btn {
  margin-right: 20px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.admin-tool-bar {
  z-index:1000;text-align:center;width: 100%;position: fixed;bottom:0;display: inline-block;border-top:1px solid #ddd;background:#f5f5f5;left: 0;padding: 20px 0;
}

.admin-tool-bar form {
  display: inline;
}

.published-alert {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  padding: 20px;
  background: #dff0d8;
  color: #3c763d;
  z-index: 100;
  text-align: center;
  display: none;
}

.youtube {
  height: 0;
  overflow: hidden;
  padding-top:56.25%;
  position: relative;
}
  
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
