/**
 * Top Styles
 *
 */
/* ==========================================================================
  Header
  ========================================================================== */
@media screen and (max-width: 767px) {
  header {
    background-color: transparent;
    border-bottom: none;
    height: 0; }
  #head-logo {
    display: none; }
  #sp-menu span,
  #sp-menu span:after,
  #sp-menu span:before {
    background-color: #fff; } }

/* ==========================================================================
   Contents
   ========================================================================== */
#contents {
  padding-bottom: 80px; }

@media screen and (max-width: 767px) {
  #contents {
    padding-bottom: 40px; } }

/* ==========================================================================
    Main visual
    ========================================================================== */
.main-area {
  background: url("img/main_bg.jpg") no-repeat center top #181610;
  height: 750px; }

.main-ttl {
  background: none;
  margin: 0 auto;
  padding-top: 180px;
  text-align: left;
  width: 960px; }

@media screen and (max-width: 767px) {
  .main-area {
    background: url("img/main_bg_sp.png") no-repeat center top;
    background-size: cover;
    height: 0;
    padding-bottom: 129.33333%;
    position: relative; }
  .main-ttl {
    padding-top: 0;
    position: absolute;
    left: 0;
    top: 61.34021%;
    text-align: center;
    width: 100%; }
    .main-ttl img {
      width: 63.06667%; } }

/* ==========================================================================
   Concept
   ========================================================================== */
.concept-area {
  background: url("img/concept_bg.jpg") no-repeat center top #181610;
  height: 600px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.concept-inner {
  margin: 0 auto;
  padding-left: 280px;
  width: 680px; }

.concept-ttl {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 43px;
  padding-top: 89px;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Linden Hill", serif;
  font-weight: normal;
  letter-spacing: .05em; }

.concept-lead {
  color: #fff;
  margin-bottom: 42px;
  font-size: 36px;
  font-size: 3.6rem; }

.concept-txt {
  color: #fff;
  line-height: 1.85;
  font-size: 18px;
  font-size: 1.8rem; }

@media screen and (max-width: 767px) {
  .concept-area {
    background: url("img/concept_bg_sp.png") no-repeat left center;
    background-size: contain;
    height: auto;
    margin-top: -percentage(72px/750px);
    padding: 0 20px;
    text-align: right; }
  .concept-inner {
    padding-left: 0;
    width: 100%; }
  .concept-ttl {
    margin-bottom: 6px;
    padding-top: 69px;
    font-size: 21px;
    font-size: 2.1rem; }
  .concept-lead {
    margin-bottom: 23px;
    font-size: 18px;
    font-size: 1.8rem; }
  .concept-txt {
    margin-left: auto;
    margin-bottom: 50px;
    text-align: left;
    width: 200px;
    font-size: 11px;
    font-size: 1.1rem; }
    .concept-txt br {
      display: none; } }

/* ==========================================================================
   Banner
   ========================================================================== */
.bnr-area {
  padding: 120px 0; }

.bnr-long {
  text-align: center;
  margin: 0 auto; }
  .bnr-long a {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .bnr-long a:hover {
      opacity: 0.8; }

.bnr-list {
  margin-top: 40px;
  display: block; }
  .bnr-list:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .bnr-list li {
    background-color: #fff;
    float: left;
    height: 200px;
    width: 470px;
    text-align: center; }
    .bnr-list li:first-child {
      margin-right: 40px; }
  .bnr-list a {
    box-sizing: border-box;
    display: block;
    height: 100%;
    padding: 5px;
    position: relative;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .bnr-list a:hover {
      opacity: 0.8; }

.bnr-inner {
  box-sizing: border-box;
  border: 2px solid #ba9c5d;
  height: 100%; }

.bnr-ttl {
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: .1em;
  padding-left: 228px;
  position: absolute;
  left: 0;
  top: 47%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.bnr-ttl-en {
  color: #ba9c5d;
  margin-bottom: 12px;
  font-size: 44px;
  font-size: 4.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .bnr-ttl-en span {
    border-bottom: 1px solid #ba9c5d;
    display: inline-block;
    padding: 10px 15px; }

.bnr-ttl-jp {
  font-size: 16px;
  font-size: 1.6rem; }

.bnr-menu {
  background: url(img/bnr_menu_bg.jpg) no-repeat left top;
  background-size: contain; }

.bnr-shop {
  background: url(img/bnr_shop_bg.jpg) no-repeat left top;
  background-size: contain; }

.bnrout-list {
  display: block;
  margin-top: 100px;
  padding-top: 20px;
  border-top: 1px solid #4d4d4d;
  text-align: center; }
  .bnrout-list:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .bnrout-list li {
    display: inline-block;
    width: 300px;
    margin: 0 20px; }
    .bnrout-list li a:hover {
      -webkit-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear;
      opacity: 0.8; }

@media screen and (max-width: 767px) {
  .bnr-area {
    padding: 0; }
  .bnr-list {
    margin-top: 0;
    padding-top: 10px; }
    .bnr-list li {
      float: none;
      height: 0;
      padding-bottom: 42.68657%;
      position: relative;
      width: 100%; }
      .bnr-list li:first-child {
        margin-right: 0;
        margin-bottom: 15px; }
    .bnr-list a {
      padding: 4px;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%; }
  .bnr-inner {
    border: 1px solid #ba9c5d; }
  .bnr-ttl {
    padding-left: 50.15385%; }
  .bnr-ttl-en {
    color: #ba9c5d;
    margin-bottom: 12px;
    font-size: 30px;
    font-size: 3rem; }
    .bnr-ttl-en span {
      border-bottom: 1px solid #ba9c5d;
      display: inline-block;
      padding: 8px 10px; }
  .bnr-ttl-jp {
    letter-spacing: .1em;
    font-size: 14px;
    font-size: 1.4rem; }
  .bnrout-list {
    margin-top: 40px;
    padding: 10px 4px;
    text-align: center; }
    .bnrout-list li {
      width: 100%;
      margin: 5px 0; } }
