@charset "UTF-8";
@import "/assets/css/reset.css";
@import "https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.css";
@import "/assets/css/modal-video.min.css";
@import "/assets/css/swiper-bundle.css";
/* =========================================================
@extendされるパーツ
========================================================= */
/* clearfix
--------------------------------------------------------- */
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Martel:wght@400;800&display=swap");
@import "/assets/css/override.css";
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
.isBorderBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* =========================================================
サイト全体で使用するカラー
========================================================= */
html {
  font-size: 62.5%;
  width: 100%;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
}

#wrp {
  width: 100%;
  overflow: hidden;
}

main {
  display: block; /* IE対策に追加 */
}

/* ブラウザのスクロールバーを常に表示させることでカクカクッとなるのを防ぐ */
html {
  overflow-y: scroll;
}

/* ローディングの背景部分のCSS */
.loader {
  background: #f6f4f2;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

/* ローディングのアニメーション部分のCSS */
.spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #BBB;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* swiper setting */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 26px;
  color: #AA182C;
}

.swiper-pagination-bullet-active {
  background-color: #AA182C;
}

/* 2024.08.08 for promotion */
#wrp #top-promo-wrp {
  display: none;
  background-color: #AA182C;
}
#wrp #top-promo-wrp .inr-spacer {
  max-width: 1200px;
  margin: 0 auto;
  color: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wrp #top-promo-wrp .inr-spacer .txt-wrp {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#wrp #top-promo-wrp .inr-spacer .txt-wrp p {
  display: inline-block;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #wrp #top-promo-wrp .inr-spacer .txt-wrp p {
    font-size: 1.1rem;
  }
}
#wrp #top-promo-wrp .inr-spacer .txt-wrp p a {
  color: #FAFAFA;
}
#wrp #top-promo-wrp .inr-spacer .txt-wrp p .only-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #wrp #top-promo-wrp .inr-spacer .txt-wrp p .only-sp {
    display: inline;
  }
}
#wrp #top-promo-wrp .inr-spacer .txt-wrp span.top-promo-close {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  margin-left: 5px;
  cursor: pointer;
}
#wrp .main-vis-btm-promo-wrp {
  margin: 40px 0 40px;
}
@media screen and (max-width: 767px) {
  #wrp .main-vis-btm-promo-wrp {
    margin: 0 0 20px;
  }
}
#wrp .main-vis-btm-promo-wrp .inr-spacer {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #wrp .main-vis-btm-promo-wrp .inr-spacer {
    padding: 0 20px;
  }
}
#wrp .main-vis-btm-promo-wrp .inr-spacer .pc-bnr {
  display: block;
}
@media screen and (max-width: 767px) {
  #wrp .main-vis-btm-promo-wrp .inr-spacer .pc-bnr {
    display: none;
  }
}
#wrp .main-vis-btm-promo-wrp .inr-spacer .sp-bnr {
  display: none;
}
@media screen and (max-width: 767px) {
  #wrp .main-vis-btm-promo-wrp .inr-spacer .sp-bnr {
    display: block;
  }
}
#wrp .main-vis-btm-promo-wrp .inr-spacer img {
  max-width: 100%;
}

header {
  background-color: #fff;
  width: 100%;
  z-index: 10;
  border-top: #ddd solid 1px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  header {
    display: none;
  }
}
header .inr-spacer {
  width: 1280px;
  height: 80px;
  margin: 0 auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  header .inr-spacer {
    width: 100%;
    height: 60px;
  }
}
header .inr-spacer .logo {
  display: inline-block;
  width: 171px;
  height: 33px;
  overflow: hidden;
  vertical-align: top;
  padding-top: 25px;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  header .inr-spacer .logo {
    width: 160px;
    height: 20px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 20px;
    left: 20px;
  }
}
header .inr-spacer .logo h1 {
  line-height: 33px;
  display: inline-block;
  width: 171px;
  height: 33px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  header .inr-spacer .logo h1 {
    width: 160px;
    height: 20px;
  }
}
header .inr-spacer .logo a {
  display: inline-block;
  width: 171px;
  height: 33px;
  overflow: hidden;
  background-image: url(/assets/images/common/logo-basic.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  header .inr-spacer .logo a {
    width: 160px;
    height: 20px;
  }
}
header .inr-spacer .pc-nav {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 400px);
  padding-right: 120px;
}
@media screen and (max-width: 767px) {
  header .inr-spacer .pc-nav {
    display: none;
  }
}
header .inr-spacer .pc-nav nav {
  width: 100%;
  /* 2023-0724　追記 start */
  /* 2023-0724　追記 end */
}
header .inr-spacer .pc-nav nav.mega-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .inr-spacer .pc-nav nav.mega-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li {
  width: 20%;
  line-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  cursor: pointer;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child:after {
  content: "V";
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child:hover .inr-panel {
  visibility: visible;
  opacity: 1;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #202020;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li a.no-dropdown {
  position: relative;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li a.no-dropdown:after {
  display: block;
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  background-color: #AA182C;
  bottom: 0;
  left: calc(50% - 25px);
  border-top-left-radius: 2.5px;
  border-top-right-radius: 2.5px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: ease-in-out all 0.15s;
  transition: ease-in-out all 0.15s;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li a.no-dropdown:hover {
  opacity: 1;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li a.no-dropdown:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child .inr-panel {
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  background-color: #F0F0F0;
  -webkit-transition: ease-in-out all 0.25s;
  transition: ease-in-out all 0.25s;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child .inr-panel .inr-panel-spacer {
  width: 1280px;
  margin: 0 auto;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.brands-menu .inr-txt-area {
  position: relative;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.brands-menu .inr-txt-area:after {
  display: block;
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  background-color: #AA182C;
  bottom: 0;
  left: calc(50% - 25px);
  border-top-left-radius: 2.5px;
  border-top-right-radius: 2.5px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: ease-in-out all 0.15s;
  transition: ease-in-out all 0.15s;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.brands-menu:after {
  content: "expand_more";
  font-family: "Material Icons";
  font-size: 1.8rem;
  color: #666;
  padding-left: 2px;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.brands-menu:hover .inr-txt-area:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.brands-menu:hover:after {
  color: #AA182C;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.brands-menu .inr-panel .inr-panel-spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.brands-menu .inr-panel .inr-panel-spacer .panel-ttl {
  width: 200px;
  padding: 45px 0 20px;
  line-height: 1.8;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.brands-menu .inr-panel .inr-panel-spacer .panel-ttl .panel-ttl-txt {
  font-size: 2rem;
  letter-spacing: 0.1em;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.brands-menu .inr-panel .inr-panel-spacer .panel-menu-wrp {
  width: 1080px;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.brands-menu .inr-panel .inr-panel-spacer .panel-menu-wrp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.brands-menu .inr-panel .inr-panel-spacer .panel-menu-wrp ul li {
  width: calc((100% - 140px) / 8);
  line-height: 1;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.brands-menu .inr-panel .inr-panel-spacer .panel-menu-wrp ul li:not(:nth-of-type(8n)) {
  margin-right: 20px;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.brands-menu .inr-panel .inr-panel-spacer .panel-menu-wrp ul li a {
  line-height: unset;
  text-decoration: none;
  color: #202020;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.brands-menu .inr-panel .inr-panel-spacer .panel-menu-wrp ul li a:hover {
  opacity: 1;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.brands-menu .inr-panel .inr-panel-spacer .panel-menu-wrp ul li a:hover dt img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.brands-menu .inr-panel .inr-panel-spacer .panel-menu-wrp ul li a:hover dd {
  color: #AA182C;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.brands-menu .inr-panel .inr-panel-spacer .panel-menu-wrp ul li a dl {
  margin: 0;
  text-align: center;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.brands-menu .inr-panel .inr-panel-spacer .panel-menu-wrp ul li a dl dt {
  margin: 0;
  line-height: 1;
  margin-bottom: 10px;
  width: 100%;
  height: 88px;
  overflow: hidden;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.brands-menu .inr-panel .inr-panel-spacer .panel-menu-wrp ul li a dl dt img {
  -webkit-transition: ease-in-out all 0.1s;
  transition: ease-in-out all 0.1s;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.brands-menu .inr-panel .inr-panel-spacer .panel-menu-wrp ul li a dl dd {
  margin: 0;
  line-height: 1.4;
  -webkit-transition: ease-in-out all 0.1s;
  transition: ease-in-out all 0.1s;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.brands-menu .inr-panel .inr-panel-spacer .panel-menu-wrp ul li img {
  width: 100%;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.search-shop .inr-txt-area {
  position: relative;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.search-shop .inr-txt-area:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  background-color: #AA182C;
  bottom: 0;
  left: calc(50% - 25px);
  border-top-left-radius: 2.5px;
  border-top-right-radius: 2.5px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: ease-in-out all 0.15s;
  transition: ease-in-out all 0.15s;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.search-shop:after {
  content: "expand_more";
  font-family: "Material Icons";
  font-size: 1.8rem;
  color: #666;
  padding-left: 2px;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.search-shop:hover:after {
  color: #AA182C;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.search-shop:hover .inr-txt-area:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.search-shop .inr-panel .inr-panel-spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.search-shop .inr-panel .inr-panel-spacer .panel-ttl {
  width: 200px;
  padding: 45px 0 100px;
  line-height: 1.8;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.search-shop .inr-panel .inr-panel-spacer .panel-ttl .panel-ttl-txt {
  font-size: 2rem;
  letter-spacing: 0.1em;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.search-shop .inr-panel .inr-panel-spacer .panel-menu-wrp {
  width: 1080px;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.search-shop .inr-panel .inr-panel-spacer .panel-menu-wrp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 100px 20px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.search-shop .inr-panel .inr-panel-spacer .panel-menu-wrp ul li {
  width: auto;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: left;
  margin-right: 25px;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.search-shop .inr-panel .inr-panel-spacer .panel-menu-wrp ul li a {
  line-height: unset;
  text-decoration: none;
  color: #202020;
  -webkit-transition: ease-in-out all 0.1s;
  transition: ease-in-out all 0.1s;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.search-shop .inr-panel .inr-panel-spacer .panel-menu-wrp ul li a:before {
  content: "arrow_right";
  font-family: "Material Icons";
  font-size: 1.6rem;
  color: #AA182C;
}
header .inr-spacer .pc-nav nav.mega-menu > ul li.has-child.search-shop .inr-panel .inr-panel-spacer .panel-menu-wrp ul li a:hover {
  opacity: 1;
  color: #AA182C;
}

@media screen and (max-width: 767px) {
  .secondaly header {
    display: block;
  }
}

footer {
  background-color: #000;
}
footer .inr-spacer {
  width: 1280px;
  margin: 0 auto;
  padding: 50px 0 100px;
  text-align: center;
  /* 追記 start 2022-1209 */
  /* 追記 end 2022-1209 */
}
@media screen and (max-width: 1280px) {
  footer .inr-spacer {
    width: 100%;
    padding: 50px 20px 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  footer .inr-spacer {
    width: 100%;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
footer .inr-spacer .ftr-menu {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  footer .inr-spacer .ftr-menu {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
footer .inr-spacer .ftr-menu .nav-ttl {
  color: #999;
  font-size: 1.4rem;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  footer .inr-spacer .ftr-menu .nav-ttl {
    text-align: left;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 20px;
    margin: 0 0 0 0;
    color: #FFF;
  }
}
footer .inr-spacer .ftr-menu ul {
  max-width: 720px;
  margin: 0 auto;
}
footer .inr-spacer .ftr-menu ul li {
  display: inline-block;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1280px) {
  footer .inr-spacer .ftr-menu ul li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  footer .inr-spacer .ftr-menu ul li {
    width: 100%;
    border-bottom: #666 solid 1px;
  }
}
footer .inr-spacer .ftr-menu ul li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  footer .inr-spacer .ftr-menu ul li:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
footer .inr-spacer .ftr-menu ul li a {
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  footer .inr-spacer .ftr-menu ul li a {
    font-size: 1.4rem;
    text-align: left;
    display: block;
    padding: 0 20px;
    line-height: 50px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  footer .inr-spacer .ftr-menu ul li a:after {
    content: "arrow_right";
    font-family: "Material Icons";
    font-size: 1.8rem;
    position: absolute;
    right: 12px;
    top: 0;
  }
}
footer .inr-spacer .ftr-search-menu {
  display: none;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  footer .inr-spacer .ftr-search-menu {
    margin-bottom: 25px;
  }
}
footer .inr-spacer .ftr-search-menu nav {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .inr-spacer .ftr-search-menu nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .inr-spacer .ftr-search-menu nav .nav-ttl {
  color: #999;
  font-size: 1.4rem;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  footer .inr-spacer .ftr-search-menu nav .nav-ttl {
    text-align: left;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 20px;
    margin: 0 0 0 0;
    color: #FFF;
  }
}
footer .inr-spacer .ftr-search-menu ul {
  line-height: 1;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .inr-spacer .ftr-search-menu ul {
    width: 100%;
  }
}
footer .inr-spacer .ftr-search-menu ul li {
  display: inline-block;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1280px) {
  footer .inr-spacer .ftr-search-menu ul li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  footer .inr-spacer .ftr-search-menu ul li {
    width: 100%;
    border-bottom: #666 solid 1px;
    background-color: #101010;
  }
}
footer .inr-spacer .ftr-search-menu ul li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  footer .inr-spacer .ftr-search-menu ul li:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
footer .inr-spacer .ftr-search-menu ul li a {
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  footer .inr-spacer .ftr-search-menu ul li a {
    font-size: 1.4rem;
    text-align: left;
    display: block;
    padding: 0 20px;
    line-height: 50px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  footer .inr-spacer .ftr-search-menu ul li a:after {
    content: "arrow_right";
    font-family: "Material Icons";
    font-size: 1.8rem;
    position: absolute;
    right: 12px;
    top: 0;
  }
}
footer .inr-spacer .ftr-submenu {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  footer .inr-spacer .ftr-submenu {
    margin-bottom: 0;
  }
}
footer .inr-spacer .ftr-submenu ul li {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1280px) {
  footer .inr-spacer .ftr-submenu ul li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .inr-spacer .ftr-submenu ul li {
    display: inline-block;
  }
}
footer .inr-spacer .ftr-submenu ul li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  footer .inr-spacer .ftr-submenu ul li:not(:last-child) {
    padding-right: 5px;
    margin-right: 0;
    border-right: none;
  }
}
footer .inr-spacer .ftr-submenu ul li a {
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  footer .inr-spacer .ftr-submenu ul li a {
    font-size: 1.2rem;
    text-align: left;
    display: block;
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  footer .inr-spacer .ftr-submenu ul li a:after {
    content: "arrow_right";
    font-family: "Material Icons";
    font-size: 1.2rem;
    vertical-align: middle;
  }
}
footer .inr-spacer .ftr-logo {
  text-align: center;
  line-height: 1;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  footer .inr-spacer .ftr-logo {
    padding: 30px 20px 0;
    margin-bottom: 20px;
  }
}
footer .inr-spacer .ftr-logo a {
  background-image: url(/assets/images/common/logo-basic.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 171px;
  height: 33px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  footer .inr-spacer .ftr-logo a {
    width: 205px;
    height: 24px;
  }
}
footer .inr-spacer .ftr-btm {
  color: #555555;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  footer .inr-spacer .ftr-btm {
    font-size: 1rem;
    padding: 0 20px 70px;
  }
}

.to-top {
  position: fixed;
  width: 63px;
  height: 63px;
  right: 50px;
  bottom: 70px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .to-top {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 20px;
  }
}
.to-top a {
  display: block;
  width: 64px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 32px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .to-top a {
    width: 40px;
    height: 40px;
  }
}
.to-top a:after {
  position: absolute;
  display: block;
  width: 16px;
  height: 10px;
  top: calc(50% - 5px);
  left: calc(50% - 8px);
  content: "";
  background-image: url("/assets/images/common/to-top.svg");
}
@media screen and (max-width: 767px) {
  .to-top a:after {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

#slide-box-recruit202208 {
  display: none;
  position: fixed;
  height: auto;
  width: 340px;
  bottom: 30px;
  right: 30px;
  background-color: #f9f9f9;
  border: #AD3210 solid 4px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  #slide-box-recruit202208 {
    bottom: 15px;
    right: 8%;
    width: 84%;
  }
}
#slide-box-recruit202208 #slide #slide-in .slide-in-inr-wrp {
  position: relative;
  padding: 20px;
}
#slide-box-recruit202208 #slide #slide-in .slide-in-inr-wrp .close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  color: #fff;
  background-image: url(/assets/images/popup/popup-close.png);
  background-size: 36px 36px;
  background-color: transparent;
}
#slide-box-recruit202208 #slide #slide-in .slide-in-inr-wrp .recruit-franchise-wrp {
  text-align: center;
}
#slide-box-recruit202208 #slide #slide-in .slide-in-inr-wrp .recruit-franchise-wrp .logo {
  width: 148px;
  margin: 0 auto 0px;
}
#slide-box-recruit202208 #slide #slide-in .slide-in-inr-wrp .recruit-franchise-wrp .logo img {
  width: 100%;
}
#slide-box-recruit202208 #slide #slide-in .slide-in-inr-wrp .recruit-franchise-wrp .sttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #slide-box-recruit202208 #slide #slide-in .slide-in-inr-wrp .recruit-franchise-wrp .sttl {
    font-size: 1.6rem;
  }
}
#slide-box-recruit202208 #slide #slide-in .slide-in-inr-wrp .recruit-franchise-wrp .btn-list-wrp ul li {
  text-align: center;
}
#slide-box-recruit202208 #slide #slide-in .slide-in-inr-wrp .recruit-franchise-wrp .btn-list-wrp ul li:not(:last-child) {
  margin-bottom: 7px;
}
#slide-box-recruit202208 #slide #slide-in .slide-in-inr-wrp .recruit-franchise-wrp .btn-list-wrp ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 280px;
  height: 56px;
  margin: 0 auto;
  background-color: #AD3210;
  border-radius: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #slide-box-recruit202208 #slide #slide-in .slide-in-inr-wrp .recruit-franchise-wrp .btn-list-wrp ul li a {
    width: 100%;
  }
}
#slide-box-recruit202208 #slide #slide-in .slide-in-inr-wrp .recruit-franchise-wrp .btn-list-wrp ul li a span {
  display: block;
}
#slide-box-recruit202208 #slide #slide-in .slide-in-inr-wrp .recruit-franchise-wrp .btn-list-wrp ul li a:after {
  font-family: "Material Icons";
  content: "\e5df";
  position: absolute;
  font-size: 2.2rem;
  color: #fff;
  top: 0;
  right: 15px;
  line-height: 56px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#slide-box-recruit202208 #slide #slide-in .slide-in-inr-wrp .recruit-franchise-wrp .btn-list-wrp ul li a:hover:after {
  right: 10px;
}
#slide-box-recruit202208 #slide #slide-in .slide-in-inr-wrp .recruit-franchise-wrp .btn-list-wrp ul li.recruit a span {
  font-weight: bold;
  line-height: 1.2;
}
#slide-box-recruit202208 #slide #slide-in .slide-in-inr-wrp .recruit-franchise-wrp .btn-list-wrp ul li.recruit a span.main-copy {
  font-size: 1.6rem;
}
#slide-box-recruit202208 #slide #slide-in .slide-in-inr-wrp .recruit-franchise-wrp .btn-list-wrp ul li.recruit a span.sub-copy {
  font-size: 1.2rem;
}
#slide-box-recruit202208 #slide #slide-in .slide-in-inr-wrp .recruit-franchise-wrp .btn-list-wrp ul li.franchise a span {
  font-weight: bold;
  line-height: 1.2;
}
#slide-box-recruit202208 #slide #slide-in .slide-in-inr-wrp .recruit-franchise-wrp .btn-list-wrp ul li.franchise a span.main-copy {
  font-size: 1.7rem;
}

a {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  border: none;
}

.pc a:hover {
  opacity: 0.7;
}

.pc button:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.common-sec-ttl-wrp {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .common-sec-ttl-wrp {
    margin-bottom: 20px;
  }
}
.common-sec-ttl-wrp h2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .common-sec-ttl-wrp h2 {
    line-height: 1.3;
  }
}
.common-sec-ttl-wrp h2 span.en {
  font-family: "Martel", serif;
  font-weight: 800;
  letter-spacing: 0.1em;
  font-style: normal;
  font-size: 3.5rem;
  display: block;
  margin-bottom: 2px;
  color: #000;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 767px) {
  .common-sec-ttl-wrp h2 span.en {
    font-size: 2.4rem;
    letter-spacing: 0.15em;
  }
}
.common-sec-ttl-wrp h2 span.jp-shop {
  font-weight: 600;
  font-style: normal;
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 767px) {
  .common-sec-ttl-wrp h2 span.jp-shop {
    font-size: 1.8rem;
  }
}
.common-sec-ttl-wrp h2 span.jp-ttl {
  font-weight: 600;
  font-style: normal;
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  color: #AA182C;
}
@media screen and (max-width: 767px) {
  .common-sec-ttl-wrp h2 span.jp-ttl {
    font-size: 1.8rem;
  }
}
.common-sec-ttl-wrp p.menu-memo {
  padding: 20px 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .common-sec-ttl-wrp p.menu-memo {
    padding: 10px 0;
    font-size: 1.2rem;
  }
}

.secondaly .common-sec-ttl-wrp {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .secondaly .common-sec-ttl-wrp {
    margin-bottom: 20px;
  }
}

.btn-wrp {
  text-align: center;
}
.btn-wrp .btn {
  display: inline-block;
  line-height: 60px;
  width: 300px;
  text-align: center;
  border-radius: 30px;
  background-color: #472400;
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn-wrp .btn {
    line-height: 50px;
    font-size: 1.4rem;
  }
}
.btn-wrp .btn:after {
  content: "arrow_right";
  font-family: "Material Icons";
  font-size: 1.8rem;
  position: absolute;
  right: 15px;
  top: 0;
}

.to-shop-list {
  background-color: #fff;
}
.to-shop-list .inr-spacer {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 1280px) {
  .to-shop-list .inr-spacer {
    width: 100%;
    padding: 50px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .to-shop-list .inr-spacer {
    background-color: #FAFAFA;
    width: 100%;
    padding: 30px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.to-shop-list .inr-spacer .link-wrp a {
  display: inline-block;
  width: 100%;
  height: 240px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/assets/images/top/shop-search-bg.jpg);
  position: relative;
}
@media screen and (max-width: 1280px) {
  .to-shop-list .inr-spacer .link-wrp a {
    aspect-ratio: 4/1;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .to-shop-list .inr-spacer .link-wrp a {
    aspect-ratio: 1/1;
    height: auto;
    background-image: url(/assets/images/top/shop-search-bg-sp.jpg);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: #EEAD00 solid 5px;
  }
}
.to-shop-list .inr-spacer .link-wrp a span {
  display: inline-block;
  width: 52%;
  height: auto;
  position: absolute;
  left: 55px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  line-height: 1;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .to-shop-list .inr-spacer .link-wrp a span {
    max-width: 300px;
    width: 74%;
    height: auto;
    aspect-ratio: 300/190;
    top: 50%;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(/assets/images/common/shop-search-btn-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.to-shop-list .inr-spacer .link-wrp a span img {
  width: 100%;
  height: auto;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .to-shop-list .inr-spacer .link-wrp a span img {
    display: none;
  }
}

.secondaly .to-shop-list {
  background-color: #FAFAFA;
}

.btm-bnr-wrp {
  background-color: #222;
}
.btm-bnr-wrp .inr-spacer {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .btm-bnr-wrp .inr-spacer {
    width: 100%;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.btm-bnr-wrp .inr-spacer ul {
  display: block;
  font-size: 0;
}
.btm-bnr-wrp .inr-spacer ul li {
  display: inline-block;
  width: calc((100% - 20px) / 3);
}
@media screen and (max-width: 767px) {
  .btm-bnr-wrp .inr-spacer ul li {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.btm-bnr-wrp .inr-spacer ul li:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .btm-bnr-wrp .inr-spacer ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.btm-bnr-wrp .inr-spacer ul li img {
  width: 100%;
}

#sidebar {
  display: none;
  background-color: #fff;
}
@media screen and (max-width: 1280px) {
  #sidebar {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #sidebar {
    display: block;
  }
}
#sidebar .inner-wrp {
  padding: 20px;
}
#sidebar .inner-wrp .hdr {
  width: 100%;
  height: 40px;
  border-bottom: #eee solid 1px;
  position: relative;
}
#sidebar .inner-wrp .hdr .logo img {
  width: 100px;
  vertical-align: bottom;
}
#sidebar .inner-wrp .hdr #sb-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: -10px;
  border-radius: 20px;
  /* 右 */
}
#sidebar .inner-wrp .hdr #sb-close:before {
  position: absolute;
  top: 11px;
  left: 19px;
  width: 2px;
  height: 20px;
  content: "";
  background-color: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#sidebar .inner-wrp .hdr #sb-close:after {
  position: absolute;
  top: 11px;
  left: 19px;
  width: 2px;
  height: 20px;
  content: "";
  background-color: #000;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
#sidebar .inner-wrp .menu nav ul {
  margin-bottom: 20px;
}
#sidebar .inner-wrp .menu nav ul li {
  position: relative;
  border-bottom: #eee solid 1px;
}
#sidebar .inner-wrp .menu nav ul li a {
  font-size: 1.3rem;
  text-decoration: none;
  line-height: 50px;
  color: #000;
  letter-spacing: 0.15em;
  display: inline-block;
  width: 100%;
}
#sidebar .inner-wrp .menu nav ul li a:after {
  font-family: "Material Icons";
  content: "\e5cc";
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 1.8rem;
}
#sidebar .inner-wrp .menu nav ul li dl.acordion-menu-wrp dt {
  font-size: 1.3rem;
  text-decoration: none;
  line-height: 50px;
  color: #000;
  letter-spacing: 0.15em;
  display: inline-block;
  width: 100%;
}
#sidebar .inner-wrp .menu nav ul li dl.acordion-menu-wrp dt:after {
  font-family: "Material Icons";
  content: "\e145";
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 1.8rem;
}
#sidebar .inner-wrp .menu nav ul li dl.acordion-menu-wrp dt.open:after {
  content: "\e15b";
}
#sidebar .inner-wrp .menu nav ul li dl.acordion-menu-wrp dd {
  display: none;
}
#sidebar .inner-wrp .menu nav ul li dl.acordion-menu-wrp dd ul li {
  border-bottom: none;
}
#sidebar .inner-wrp .menu nav ul li dl.acordion-menu-wrp dd ul li a {
  line-height: 40px;
  padding-left: 30px;
}
#sidebar .inner-wrp .menu nav ul li dl.acordion-menu-wrp dd ul li a:after {
  font-family: "Material Icons";
  content: "\e5cc";
  color: #AA182C;
  position: absolute;
  left: 5px;
  top: 0;
  font-size: 1.8rem;
}
#sidebar .inner-wrp .btn-wrp {
  margin-bottom: 20px;
}
#sidebar .inner-wrp .btn-wrp .btn {
  vertical-align: middle;
  text-align: left;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
#sidebar .inner-wrp .btn-wrp .btn::before {
  font-family: "Material Icons";
  content: "\e8b6";
  position: absolute;
  left: 25px;
  font-size: 2.8rem;
}
#sidebar .inner-wrp .btn-wrp.renew2022-12 {
  background-color: #eead00;
  padding: 20px;
  border-radius: 10px;
}
#sidebar .inner-wrp .btn-wrp.renew2022-12 h2 {
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: #472400 dashed 1px;
}
#sidebar .inner-wrp .btn-wrp.renew2022-12 h2 .material-icons {
  font-size: 1.8rem;
  vertical-align: text-bottom;
  display: inline-block;
  margin-right: 3px;
}
#sidebar .inner-wrp .btn-wrp.renew2022-12 nav {
  text-align: left;
}
#sidebar .inner-wrp .btn-wrp.renew2022-12 nav ul li {
  position: relative;
  border-bottom: #472400 dashed 1px;
}
#sidebar .inner-wrp .btn-wrp.renew2022-12 nav ul li a {
  font-size: 1.3rem;
  text-decoration: none;
  line-height: 50px;
  color: #000;
  letter-spacing: 0.15em;
  display: inline-block;
  width: 100%;
}
#sidebar .inner-wrp .btn-wrp.renew2022-12 nav ul li a:after {
  font-family: "Material Icons";
  content: "\e5cc";
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 1.8rem;
}
#sidebar .inner-wrp .btm-bnr-wrp {
  background-color: #fff;
}
#sidebar .inner-wrp .btm-bnr-wrp ul li img {
  width: 100%;
}
#sidebar .inner-wrp .btm-bnr-wrp ul li:not(:last-child) {
  margin-bottom: 10px;
}

.secondaly header {
  position: fixed;
  z-index: 20;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.secondaly .main-vis-wrp {
  width: 100%;
  height: calc(100vh - 80px);
  margin-top: 80px;
  background-color: #EEAD00;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1280px) {
  .secondaly .main-vis-wrp {
    margin-top: 0;
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .secondaly .main-vis-wrp {
    margin-top: 0;
    height: 100vh;
  }
}
.secondaly .main-vis-wrp .vis-logo {
  text-align: center;
  margin-top: -100px;
  /**/
}
.secondaly .info {
  width: 600px;
  margin: 0 auto 0;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
  background-color: #fff;
  position: absolute;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .secondaly .info {
    width: calc(100% - 40px);
    left: 20px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding: 20px 20px;
  }
}
.secondaly .info .inr-spacer a {
  text-decoration: none;
  color: #000;
}
.secondaly .info .inr-spacer dl {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .secondaly .info .inr-spacer dl {
    margin-bottom: 10px;
  }
}
.secondaly .info .inr-spacer dl:nth-child(n+2) {
  display: none;
}
.secondaly .info .inr-spacer dl dt {
  font-size: 1.1rem;
  color: #AA182C;
  margin-bottom: 5px;
}
.secondaly .info .inr-spacer dl dt .cat {
  margin-left: 20px;
  line-height: 24px;
  color: #fff;
  background-color: #AA182C;
  display: inline-block;
  border-radius: 12px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .secondaly .info .inr-spacer dl dt .cat {
    margin-left: 10px;
  }
}
.secondaly .info .inr-spacer dl dd {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .secondaly .info .inr-spacer dl dd {
    font-size: 1.5rem;
  }
}
.secondaly .info .inr-spacer .more-btn {
  text-align: center;
  font-size: 1.4rem;
  color: #AA182C;
}
@media screen and (max-width: 767px) {
  .secondaly .info .inr-spacer .more-btn {
    font-size: 1.2rem;
  }
}
.secondaly .info .inr-spacer .more-btn span {
  margin-bottom: 5px;
  display: inline-block;
}
.secondaly .info .inr-spacer .more-btn:after {
  font-family: "Material Icons";
  content: "\e315";
  display: inline-block;
  margin-left: 0px;
  font-size: 2rem;
  line-height: 1;
  vertical-align: text-bottom;
}
@media screen and (max-width: 767px) {
  .secondaly .info .inr-spacer .more-btn:after {
    font-size: 1.6rem;
  }
}
.secondaly .feature {
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
  height: 900px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .secondaly .feature {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .secondaly .feature {
    height: auto;
  }
}
.secondaly .feature .inr-spacer {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .secondaly .feature .inr-spacer {
    width: 100%;
    height: auto;
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .secondaly .feature .inr-spacer {
    width: 100%;
    height: auto;
    min-height: 500px;
  }
}
.secondaly .recommend {
  background-color: #EEAD00;
}
.secondaly .recommend .inr-spacer {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0 70px;
}
@media screen and (max-width: 1280px) {
  .secondaly .recommend .inr-spacer {
    width: 100%;
    padding: 50px 20px 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .secondaly .recommend .inr-spacer {
    width: 100%;
    padding: 40px 20px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.secondaly .recommend .inr-spacer .items-wrp ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .secondaly .recommend .inr-spacer .items-wrp ul {
    display: block;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.secondaly .recommend .inr-spacer .items-wrp ul li {
  width: calc((100% - 110px) / 3);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .secondaly .recommend .inr-spacer .items-wrp ul li {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .secondaly .recommend .inr-spacer .items-wrp ul li {
    width: 100%;
  }
}
.secondaly .recommend .inr-spacer .items-wrp ul li:not(:last-child) {
  margin-right: 55px;
}
@media screen and (max-width: 1280px) {
  .secondaly .recommend .inr-spacer .items-wrp ul li:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .secondaly .recommend .inr-spacer .items-wrp ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.secondaly .recommend .inr-spacer .items-wrp ul li .ph {
  border: #000 solid 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .secondaly .recommend .inr-spacer .items-wrp ul li .ph {
    margin-bottom: 15px;
  }
}
.secondaly .recommend .inr-spacer .items-wrp ul li .ph img {
  width: 100%;
  vertical-align: bottom;
}
.secondaly .recommend .inr-spacer .items-wrp ul li .catch {
  position: absolute;
  top: -20px;
  right: -20px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 48px;
  padding: 20px 0;
  border: #000 solid 3px;
  background-color: #fff;
  z-index: 2;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 2.2rem;
  letter-spacing: 0.25em;
  font-weight: 800;
}
@media screen and (max-width: 1280px) {
  .secondaly .recommend .inr-spacer .items-wrp ul li .catch {
    font-size: 1.4rem;
    top: -10px;
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .secondaly .recommend .inr-spacer .items-wrp ul li .catch {
    z-index: 0;
  }
}
.secondaly .recommend .inr-spacer .items-wrp ul li .txt .ttl {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: normal;
  color: #AA182C;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .secondaly .recommend .inr-spacer .items-wrp ul li .txt .ttl {
    font-size: 2rem;
  }
}
.secondaly .recommend .inr-spacer .items-wrp ul li .txt .ttl h3 {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .secondaly .recommend .inr-spacer .items-wrp ul li .txt .ttl h3 {
    font-size: 2rem;
  }
}
.secondaly .recommend .inr-spacer .items-wrp ul li .txt .ttl h3 br {
  display: none;
}
.secondaly .recommend .inr-spacer .items-wrp ul li .txt .description {
  font-size: 1.6rem;
  text-align: center;
}
.secondaly .menu .inr-spacer {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .secondaly .menu .inr-spacer {
    width: 100%;
    padding: 40px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .secondaly .menu .inr-spacer {
    width: 100%;
    padding: 40px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.secondaly .menu .inr-spacer .ph {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .secondaly .menu .inr-spacer .ph {
    margin-bottom: 20px;
  }
}
.secondaly .menu .inr-spacer .ph a {
  display: block;
}
.secondaly .menu .inr-spacer .ph a.mab {
  margin-bottom: 15px;
}
.secondaly .menu .inr-spacer .ph img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .secondaly .menu .inr-spacer .ph img {
    max-width: 100%;
  }
}
.secondaly .menu .inr-spacer .dl-btn {
  width: 100%;
  text-align: center;
}
.secondaly .menu .inr-spacer .dl-btn button {
  width: 300px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #AA182C;
  font-size: 1.8rem;
  border-radius: 30px;
  cursor: pointer;
  margin: 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .secondaly .menu .inr-spacer .dl-btn button {
    height: 50px;
    line-height: 50px;
    font-size: 1.4rem;
    border-radius: 25px;
  }
}
.secondaly .menu .inr-spacer .dl-btn button:after {
  font-size: 2.4rem;
  font-family: "Material Icons";
  content: "picture_as_pdf";
  padding-left: 5px;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .secondaly .menu .inr-spacer .dl-btn button:after {
    font-size: 1.8rem;
  }
}

.bread-crumb-wrp {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .bread-crumb-wrp {
    padding: 35px 0;
  }
}
.bread-crumb-wrp .inr-spacer {
  width: 960px;
  padding: 20px 0;
  margin: 0 auto;
  border-top: #EFEFEF solid 1px;
  border-bottom: #EFEFEF solid 1px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .bread-crumb-wrp .inr-spacer {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .bread-crumb-wrp .inr-spacer {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    border-top: none;
    border-bottom: none;
    text-align: left;
  }
}
.bread-crumb-wrp .inr-spacer ul li {
  color: #999;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .bread-crumb-wrp .inr-spacer ul li {
    font-size: 1.1rem;
  }
}
.bread-crumb-wrp .inr-spacer ul li:not(:last-child):after {
  content: "";
  width: 16px;
  height: 12px;
  display: inline-block;
  background-image: url(/assets/images/common/b-crumb-arrow.png);
  background-repeat: no-repeat;
  background-size: auto 5px;
  background-position: center center;
}
.bread-crumb-wrp .inr-spacer ul li a {
  color: #000;
  text-decoration: none;
}

.pc .bread-crumb-wrp .inr-spacer ul li a:hover {
  text-decoration: underline;
}

.pager {
  text-align: center;
  margin: 0 auto;
}
.pager li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .pager li {
    margin: 0 3px;
  }
}
.pager li a {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 25px;
  background-color: #fff;
  color: #000;
  font-size: 2rem;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #000 solid 2px;
}
@media screen and (max-width: 767px) {
  .pager li a {
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    font-size: 1.3rem;
    border: #000 solid 1.5px;
  }
}
.pager li a.link_before {
  background-color: transparent;
  border: none;
  font-family: "Material Icons";
  font-size: 2.8rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .pager li a.link_before {
    font-size: 2.4rem;
  }
}
.pager li a.link_next {
  background-color: transparent;
  border: none;
  font-family: "Material Icons";
  font-size: 2.8rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .pager li a.link_next {
    font-size: 2.4rem;
  }
}
.pager li span.current_page {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 25px;
  font-size: 2rem;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #472400;
  border: #472400 solid 2px;
}
@media screen and (max-width: 767px) {
  .pager li span.current_page {
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    font-size: 1.3rem;
  }
}
.pager.search-result-pager li a {
  width: auto;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pager.search-result-pager li a span.txt {
  font-size: 1.8rem;
}

#sb-opener {
  display: block;
  position: fixed;
  right: 14px;
  top: 11px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1281px) {
  #sb-opener {
    display: none;
  }
}
#sb-opener .inner-wrp {
  width: 18px;
  height: 18px;
  position: relative;
}
#sb-opener .inner-wrp span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
#sb-opener .inner-wrp span:nth-of-type(1) {
  top: 2px;
}
#sb-opener .inner-wrp span:nth-of-type(2) {
  top: 8px;
}
#sb-opener .inner-wrp span:nth-of-type(3) {
  bottom: 2px;
}

.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
            transform: translateY(20px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
            transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
            transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
            transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
            transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg);
            transform: translateY(20px) rotate(45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
            transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
            transform: translateY(-20px) rotate(-45deg);
  }
}
#top .main-vis-wrp {
  width: 100%;
  height: calc(100vh - 80px);
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #top .main-vis-wrp {
    height: 80vh;
  }
}
#top .main-vis-wrp .pc-vis-ph-wrp {
  display: block;
  width: 100%;
  max-width: 1720px;
  height: auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #top .main-vis-wrp .pc-vis-ph-wrp {
    display: none;
  }
}
#top .main-vis-wrp .pc-vis-ph-wrp h1 {
  text-align: center;
}
#top .main-vis-wrp .pc-vis-ph-wrp h1 img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 83vh;
}
@media screen and (min-width: 1681px) {
  #top .main-vis-wrp .pc-vis-ph-wrp h1 img {
    max-height: 85vh;
  }
}
#top .main-vis-wrp .sp-vis-ph-wrp {
  display: none;
}
@media screen and (max-width: 767px) {
  #top .main-vis-wrp .sp-vis-ph-wrp {
    display: block;
    width: 100%;
  }
}
#top .main-vis-wrp .sp-vis-ph-wrp h1 {
  text-align: center;
}
#top .main-vis-wrp .sp-vis-ph-wrp h1 img {
  width: auto;
  max-width: 100%;
  height: auto;
  -webkit-transform: scale(1.085);
  transform: scale(1.085);
  max-height: 70vh;
}
@media screen and (max-width: 767px) {
  #top header {
    display: none;
  }
}
#top .top-info {
  background-color: #AF3210;
}
#top .top-info .inr-spacer {
  width: 960px;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (max-width: 1280px) {
  #top .top-info .inr-spacer {
    width: 100%;
    padding: 70px 20px 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #top .top-info .inr-spacer {
    width: 100%;
    padding: 40px 20px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#top .top-info .inr-spacer .common-sec-ttl-wrp h2 .en {
  color: #fff;
}
#top .top-info .inr-spacer .common-sec-ttl-wrp h2 .jp-ttl {
  color: #fff;
}
#top .top-info .inr-spacer .info-inr-wrp {
  width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #top .top-info .inr-spacer .info-inr-wrp {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #top .top-info .inr-spacer .info-inr-wrp {
    width: 100%;
  }
}
#top .top-info .inr-spacer .info-inr-wrp .dl-wrp {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #top .top-info .inr-spacer .info-inr-wrp .dl-wrp {
    margin-bottom: 20px;
  }
}
#top .top-info .inr-spacer .info-inr-wrp .dl-wrp a {
  text-decoration: none;
  color: #000;
}
#top .top-info .inr-spacer .info-inr-wrp .dl-wrp dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-image: url(/assets/images/common/dotted-line.png);
  background-position: center bottom;
  background-size: 7px 1px;
  background-repeat: repeat-x;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #top .top-info .inr-spacer .info-inr-wrp .dl-wrp dl {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
#top .top-info .inr-spacer .info-inr-wrp .dl-wrp dl dt {
  width: 175px;
  font-size: 1.2rem;
  padding-top: 5px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top .top-info .inr-spacer .info-inr-wrp .dl-wrp dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
#top .top-info .inr-spacer .info-inr-wrp .dl-wrp dl dt .cat {
  margin-left: 10px;
  line-height: 24px;
  color: #472400;
  background-color: #fff;
  display: inline-block;
  border-radius: 12px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  #top .top-info .inr-spacer .info-inr-wrp .dl-wrp dl dt .cat {
    margin-left: 10px;
  }
}
#top .top-info .inr-spacer .info-inr-wrp .dl-wrp dl dd {
  width: calc(100% - 175px);
  font-size: 1.6rem;
  color: #fff;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #top .top-info .inr-spacer .info-inr-wrp .dl-wrp dl dd {
    font-size: 1.6rem;
    width: 100%;
    padding-left: 0;
  }
}
#top .brands {
  background-color: #eaeaea;
  background-image: url("/assets/images/top/brands-bg-01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #top .brands {
    background-image: none;
    background-color: #fff;
  }
}
#top .brands .inr-spacer {
  width: 1280px;
  margin: 0 auto;
  padding: 70px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  #top .brands .inr-spacer {
    width: 100%;
    padding: 70px 20px;
  }
}
@media screen and (max-width: 767px) {
  #top .brands .inr-spacer {
    width: 100%;
    padding: 40px 20px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#top .brands .inr-spacer .brands-wrp {
  margin-bottom: 50px;
}
#top .brands .inr-spacer .brands-wrp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top .brands .inr-spacer .brands-wrp ul li {
  width: calc((100% - 45px) / 4);
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1280px) {
  #top .brands .inr-spacer .brands-wrp ul li {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 767px) {
  #top .brands .inr-spacer .brands-wrp ul li {
    width: 100%;
    border: #EEAD00 solid 5px;
  }
}
#top .brands .inr-spacer .brands-wrp ul li:not(:nth-child(4n)) {
  margin-right: 15px;
}
@media screen and (max-width: 1280px) {
  #top .brands .inr-spacer .brands-wrp ul li:not(:nth-child(4n)) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #top .brands .inr-spacer .brands-wrp ul li:not(:nth-child(4n)) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1280px) {
  #top .brands .inr-spacer .brands-wrp ul li:not(:nth-child(3n)) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #top .brands .inr-spacer .brands-wrp ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
#top .brands .inr-spacer .brands-wrp ul li .ph {
  width: 100%;
  height: 190px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top .brands .inr-spacer .brands-wrp ul li .ph img {
  width: auto;
}
@media screen and (max-width: 767px) {
  #top .brands .inr-spacer .brands-wrp ul li .ph img {
    width: auto;
    max-width: 220px;
    max-height: 160px;
  }
}
#top .brands .inr-spacer .brands-wrp ul li:nth-of-type(1) .ph img {
  height: 112px;
}
@media screen and (max-width: 767px) {
  #top .brands .inr-spacer .brands-wrp ul li:nth-of-type(1) .ph img {
    height: auto;
  }
}
#top .brands .inr-spacer .brands-wrp ul li:nth-of-type(2) .ph img {
  height: 140px;
}
@media screen and (max-width: 767px) {
  #top .brands .inr-spacer .brands-wrp ul li:nth-of-type(2) .ph img {
    height: auto;
  }
}
#top .brands .inr-spacer .brands-wrp ul li:nth-of-type(3) .ph img {
  height: 125px;
}
@media screen and (max-width: 767px) {
  #top .brands .inr-spacer .brands-wrp ul li:nth-of-type(3) .ph img {
    height: auto;
  }
}
#top .brands .inr-spacer .brands-wrp ul li:nth-of-type(4) .ph img {
  height: 80px;
}
@media screen and (max-width: 767px) {
  #top .brands .inr-spacer .brands-wrp ul li:nth-of-type(4) .ph img {
    height: auto;
  }
}
#top .brands .inr-spacer .brands-wrp ul li:nth-of-type(5) .ph img {
  height: 80px;
}
@media screen and (max-width: 767px) {
  #top .brands .inr-spacer .brands-wrp ul li:nth-of-type(5) .ph img {
    height: auto;
  }
}
#top .brands .inr-spacer .brands-wrp ul li:nth-of-type(6) .ph img {
  height: 75px;
}
@media screen and (max-width: 767px) {
  #top .brands .inr-spacer .brands-wrp ul li:nth-of-type(6) .ph img {
    height: 75px;
  }
}
#top .brands .inr-spacer .brands-wrp ul li:nth-of-type(7) .ph img {
  height: 45px;
}
@media screen and (max-width: 767px) {
  #top .brands .inr-spacer .brands-wrp ul li:nth-of-type(7) .ph img {
    height: 45px;
  }
}
#top .brands .inr-spacer .brands-wrp ul li:nth-of-type(8) .ph img {
  height: 150px;
}
@media screen and (max-width: 767px) {
  #top .brands .inr-spacer .brands-wrp ul li:nth-of-type(8) .ph img {
    height: 150px;
  }
}
#top .brands .inr-spacer .brands-wrp ul li:nth-of-type(9) .ph img {
  height: 150px;
}
@media screen and (max-width: 767px) {
  #top .brands .inr-spacer .brands-wrp ul li:nth-of-type(9) .ph img {
    height: 150px;
  }
}
#top .brands .inr-spacer .brands-wrp ul li:nth-of-type(10) .ph img {
  height: 160px;
}
@media screen and (max-width: 767px) {
  #top .brands .inr-spacer .brands-wrp ul li:nth-of-type(10) .ph img {
    height: 150px;
  }
}
#top .brands .inr-spacer .brands-wrp ul li:nth-of-type(11) .ph img {
  height: 150px;
}
@media screen and (max-width: 767px) {
  #top .brands .inr-spacer .brands-wrp ul li:nth-of-type(11) .ph img {
    height: 150px;
  }
}
#top .brands .inr-spacer .brands-wrp ul li:nth-of-type(12) .ph img {
  height: 100px;
}
@media screen and (max-width: 767px) {
  #top .brands .inr-spacer .brands-wrp ul li:nth-of-type(12) .ph img {
    height: 115px;
  }
}
#top .brands .inr-spacer .brands-wrp ul li .txt h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #AA182C;
}
@media screen and (max-width: 1280px) {
  #top .brands .inr-spacer .brands-wrp ul li .txt h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #top .brands .inr-spacer .brands-wrp ul li .txt h3 {
    font-size: 1.8rem;
  }
}
#top .brands .inr-spacer .brands-wrp ul li .txt .description {
  font-size: 1.3rem;
  margin-bottom: 15px;
  text-align: left;
  height: 7.6em;
}
@media screen and (max-width: 1280px) {
  #top .brands .inr-spacer .brands-wrp ul li .txt .description {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #top .brands .inr-spacer .brands-wrp ul li .txt .description {
    height: auto;
  }
}
#top .brands .inr-spacer .brands-wrp ul li .txt .btm-btn-wrp a {
  line-height: 50px;
  background-color: #472400;
  text-align: center;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  width: 100%;
  border-radius: 25px;
  font-size: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top .brands .inr-spacer .brands-wrp ul li .txt .btm-btn-wrp a {
    width: 190px;
  }
}
#top .brands .inr-spacer .brands-wrp ul li .txt .btm-btn-wrp a:after {
  content: "arrow_right";
  font-family: "Material Icons";
  font-size: 1.8rem;
  position: absolute;
  right: 12px;
  top: 0;
}

#hb .vis-logo img {
  width: 323px;
}
@media screen and (max-width: 767px) {
  #hb .vis-logo img {
    width: 220px;
  }
}
#hb .main-vis-wrp {
  background-image: url(/assets/images/hb/main-vis-bg-02.jpg);
}
#hb .feature {
  background-image: url(/assets/images/hb/feature-bg-01.jpg);
}
#hb .feature .inr-spacer .pc-figure-wrp {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #hb .feature .inr-spacer .pc-figure-wrp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #hb .feature .inr-spacer .pc-figure-wrp {
    display: none;
  }
}
#hb .feature .inr-spacer .figure {
  position: absolute;
}
@media screen and (max-width: 1280px) {
  #hb .feature .inr-spacer .figure {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  #hb .feature .inr-spacer .figure {
    position: static;
  }
}
#hb .feature .inr-spacer .pc-figure-01 {
  top: 50px;
  right: 0;
}
#hb .feature .inr-spacer .pc-figure-01 img {
  width: 70px;
}
#hb .feature .inr-spacer .pc-figure-02 {
  top: 131px;
  right: 77px;
  z-index: 1;
}
#hb .feature .inr-spacer .pc-figure-02 img {
  width: 511px;
}
#hb .feature .inr-spacer .pc-figure-03 {
  top: 166px;
  left: 54px;
}
#hb .feature .inr-spacer .pc-figure-03 img {
  width: 351px;
}
#hb .feature .inr-spacer .pc-figure-04 {
  top: 475px;
  left: 6px;
}
#hb .feature .inr-spacer .pc-figure-04 img {
  width: 444px;
}
#hb .feature .inr-spacer .pc-figure-05 {
  top: 379px;
  left: 364px;
}
#hb .feature .inr-spacer .pc-figure-05 img {
  width: 362px;
}
#hb .feature .inr-spacer .pc-figure-06 {
  right: -12px;
  bottom: -28px;
}
#hb .feature .inr-spacer .pc-figure-06 img {
  width: 669px;
}
#hb .feature .inr-spacer .sp-figure-wrp {
  display: none;
  height: auto;
  width: 100%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  #hb .feature .inr-spacer .sp-figure-wrp {
    display: block;
    padding: 120px 20px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #hb .feature .inr-spacer .sp-figure-wrp {
    display: block;
    padding: 120px 20px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#hb .feature .inr-spacer .sp-figure-wrp .sp-figure img {
  max-width: 100%;
}
#hb .feature .inr-spacer .sp-figure-wrp .sp-figure-01 {
  width: 65.6%;
  margin: 0 auto 20px;
}
#hb .feature .inr-spacer .sp-figure-wrp .sp-figure-02 {
  width: 81.7%;
  margin: 0 auto 20px;
}
#hb .feature .inr-spacer .sp-figure-wrp .sp-figure-03 {
  width: 100%;
  margin: 0 auto 20px;
}
#hb .feature .inr-spacer .sp-figure-wrp .sp-figure-04 {
  width: 85%;
  margin: 0 auto;
}
#hb .menu .inr-spacer .ph {
  width: 660px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #hb .menu .inr-spacer .ph {
    width: 100%;
  }
}
#hb .menu .inr-spacer .ph img {
  width: 100%;
}
#hb .to-shop-list .inr-spacer .link-wrp a {
  background-image: url(/assets/images/hb/shop-search-bg.jpg);
}
@media screen and (max-width: 767px) {
  #hb .to-shop-list .inr-spacer .link-wrp a {
    background-image: url(/assets/images/hb/shop-search-bg-sp.jpg);
  }
}

#taishu .vis-logo img {
  width: 323px;
}
@media screen and (max-width: 767px) {
  #taishu .vis-logo img {
    width: 223px;
  }
}
#taishu .main-vis-wrp {
  background-image: url(/assets/images/taishu/main-vis-bg-01.jpg);
}
#taishu .feature {
  background-image: url(/assets/images/taishu/feature-bg-01.jpg);
}
#taishu .feature .inr-spacer .figure {
  position: absolute;
}
@media screen and (max-width: 767px) {
  #taishu .feature .inr-spacer .pc-figure {
    display: none;
  }
}
#taishu .feature .inr-spacer .pc-figure-01 {
  top: 50px;
  right: 0;
}
#taishu .feature .inr-spacer .pc-figure-01 img {
  width: 55px;
}
#taishu .feature .inr-spacer .pc-figure-02 {
  top: 119px;
  right: 122px;
  z-index: 1;
}
#taishu .feature .inr-spacer .pc-figure-02 img {
  width: 518px;
}
#taishu .feature .inr-spacer .pc-figure-03 {
  top: 166px;
  left: 60px;
}
#taishu .feature .inr-spacer .pc-figure-03 img {
  width: 350px;
}
#taishu .feature .inr-spacer .pc-figure-04 {
  top: 391px;
  right: -65px;
}
#taishu .feature .inr-spacer .pc-figure-04 img {
  width: 590px;
}
#taishu .feature .inr-spacer .pc-figure-05 {
  top: 511px;
  right: 276px;
}
#taishu .feature .inr-spacer .pc-figure-05 img {
  width: 580px;
}
#taishu .feature .inr-spacer .pc-figure-06 {
  left: -119px;
  top: 479px;
}
#taishu .feature .inr-spacer .pc-figure-06 img {
  width: 556px;
}
#taishu .menu .inr-spacer .ph {
  width: 660px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #taishu .menu .inr-spacer .ph {
    width: 100%;
  }
}
#taishu .menu .inr-spacer .ph img {
  width: 100%;
}
#taishu .to-shop-list .inr-spacer .link-wrp a {
  background-image: url(/assets/images/taishu/shop-search-bg.jpg);
}

#sakaba .vis-logo {
  display: none;
}
#sakaba .vis-logo img {
  width: 323px;
}
@media screen and (max-width: 767px) {
  #sakaba .vis-logo img {
    width: 223px;
  }
}
#sakaba .main-vis-wrp {
  background-image: url(/assets/images/sakaba/main-vis-bg-01.jpg);
}
#sakaba .feature {
  background-image: url(/assets/images/sakaba/feature-bg-01.jpg);
}
@media screen and (max-width: 1280px) {
  #sakaba .feature {
    background-image: url(/assets/images/sakaba/feature-sp-bg-01.jpg);
  }
}
#sakaba .feature .inr-spacer .pc-figure-wrp {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #sakaba .feature .inr-spacer .pc-figure-wrp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #sakaba .feature .inr-spacer .pc-figure-wrp {
    display: none;
  }
}
#sakaba .feature .inr-spacer .figure {
  position: absolute;
}
@media screen and (max-width: 1280px) {
  #sakaba .feature .inr-spacer .figure {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  #sakaba .feature .inr-spacer .figure {
    position: static;
  }
}
@media screen and (max-width: 1280px) {
  #sakaba .feature .inr-spacer .pc-figure {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #sakaba .feature .inr-spacer .pc-figure {
    display: none;
  }
}
#sakaba .feature .inr-spacer .pc-figure-01 {
  top: 50px;
  right: 0;
}
#sakaba .feature .inr-spacer .pc-figure-01 img {
  width: 47px;
}
#sakaba .feature .inr-spacer .pc-figure-02 {
  top: 20px;
  right: 75px;
  z-index: 1;
}
#sakaba .feature .inr-spacer .pc-figure-02 img {
  width: 485px;
}
#sakaba .feature .inr-spacer .pc-figure-03 {
  top: 166px;
  left: 60px;
}
#sakaba .feature .inr-spacer .pc-figure-03 img {
  width: 350px;
}
#sakaba .feature .inr-spacer .pc-figure-04 {
  top: 555px;
  right: -15px;
}
#sakaba .feature .inr-spacer .pc-figure-04 img {
  width: 377px;
}
#sakaba .feature .inr-spacer .pc-figure-05 {
  top: 475px;
  right: 276px;
}
#sakaba .feature .inr-spacer .pc-figure-05 img {
  width: 508px;
}
#sakaba .feature .inr-spacer .pc-figure-06 {
  left: -55px;
  top: 490px;
}
#sakaba .feature .inr-spacer .pc-figure-06 img {
  width: 445px;
}
#sakaba .feature .inr-spacer .sp-figure-wrp {
  display: none;
  height: auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #sakaba .feature .inr-spacer .sp-figure-wrp {
    display: block;
    padding: 120px 20px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #sakaba .feature .inr-spacer .sp-figure-wrp {
    display: block;
    padding: 120px 20px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#sakaba .feature .inr-spacer .sp-figure-wrp .sp-figure img {
  max-width: 100%;
}
#sakaba .feature .inr-spacer .sp-figure-wrp .sp-figure-01 {
  width: 61.19%;
  margin: 0 auto 20px;
  text-align: center;
}
#sakaba .feature .inr-spacer .sp-figure-wrp .sp-figure-02 {
  width: 74.6%;
  margin: 0 auto 0;
  text-align: center;
}
#sakaba .feature .inr-spacer .sp-figure-wrp .sp-figure-03 {
  width: 94%;
  margin: 0 auto 0;
  text-align: center;
}
#sakaba .feature .inr-spacer .sp-figure-wrp .sp-figure-04 {
  width: 69.85%;
  margin: 0 auto;
  text-align: center;
}
#sakaba .recommend .items-wrp ul li:nth-of-type(1) .catch {
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sakaba .recommend .items-wrp ul li:nth-of-type(1) .catch {
    font-size: 1.4rem;
  }
}
#sakaba .recommend .items-wrp ul li:nth-of-type(2) .catch {
  letter-spacing: 0.1em;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #sakaba .recommend .items-wrp ul li:nth-of-type(2) .catch {
    font-size: 1.4rem;
  }
}
#sakaba .menu .inr-spacer .ph {
  width: 660px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #sakaba .menu .inr-spacer .ph {
    width: 100%;
  }
}
#sakaba .menu .inr-spacer .ph img {
  width: 100%;
}
#sakaba .to-shop-list .inr-spacer .link-wrp a {
  background-image: url(/assets/images/sakaba/shop-search-bg.jpg);
}

#yokochou .vis-logo img {
  width: 232px;
}
@media screen and (max-width: 767px) {
  #yokochou .vis-logo img {
    width: 162px;
  }
}
#yokochou .main-vis-wrp {
  background-image: url(/assets/images/yokochou/main-vis-bg-01.jpg);
}
#yokochou .feature {
  background-image: url(/assets/images/yokochou/feature-bg-01.jpg);
}
@media screen and (max-width: 1280px) {
  #yokochou .feature {
    background-image: url(/assets/images/yokochou/feature-sp-bg-01.jpg);
  }
}
#yokochou .feature .inr-spacer .pc-figure-wrp {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #yokochou .feature .inr-spacer .pc-figure-wrp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #yokochou .feature .inr-spacer .pc-figure-wrp {
    display: none;
  }
}
#yokochou .feature .inr-spacer .figure {
  position: absolute;
}
@media screen and (max-width: 1280px) {
  #yokochou .feature .inr-spacer .figure {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  #yokochou .feature .inr-spacer .figure {
    position: static;
  }
}
@media screen and (max-width: 1280px) {
  #yokochou .feature .inr-spacer .pc-figure {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #yokochou .feature .inr-spacer .pc-figure {
    display: none;
  }
}
#yokochou .feature .inr-spacer .pc-figure-01 {
  top: 135px;
  right: 5px;
  z-index: 5;
}
#yokochou .feature .inr-spacer .pc-figure-01 img {
  width: 65px;
}
#yokochou .feature .inr-spacer .pc-figure-02 {
  top: 135px;
  right: 139px;
  z-index: 5;
}
#yokochou .feature .inr-spacer .pc-figure-02 img {
  width: 453px;
}
#yokochou .feature .inr-spacer .pc-figure-03 {
  top: 134px;
  left: 57px;
  z-index: 1;
}
#yokochou .feature .inr-spacer .pc-figure-03 img {
  width: 303px;
}
#yokochou .feature .inr-spacer .pc-figure-04 {
  top: 526px;
  right: -6px;
  z-index: 2;
}
#yokochou .feature .inr-spacer .pc-figure-04 img {
  width: 395px;
}
#yokochou .feature .inr-spacer .pc-figure-05 {
  top: 644px;
  right: 142px;
  z-index: 6;
}
#yokochou .feature .inr-spacer .pc-figure-05 img {
  width: 479px;
}
#yokochou .feature .inr-spacer .pc-figure-06 {
  right: 361px;
  top: 373px;
  z-index: 4;
}
#yokochou .feature .inr-spacer .pc-figure-06 img {
  width: 374px;
}
#yokochou .feature .inr-spacer .pc-figure-07 {
  left: -13px;
  top: 521px;
}
#yokochou .feature .inr-spacer .pc-figure-07 img {
  width: 444px;
}
#yokochou .feature .inr-spacer .sp-figure-wrp {
  display: none;
  height: auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #yokochou .feature .inr-spacer .sp-figure-wrp {
    display: block;
    padding: 120px 0px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #yokochou .feature .inr-spacer .sp-figure-wrp {
    display: block;
    padding: 120px 0px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#yokochou .feature .inr-spacer .sp-figure-wrp .sp-figure img {
  max-width: 100%;
}
#yokochou .feature .inr-spacer .sp-figure-wrp .sp-figure-01 {
  width: 57.06%;
  margin: 0 auto 0;
  text-align: center;
}
#yokochou .feature .inr-spacer .sp-figure-wrp .sp-figure-02 {
  width: 73.6%;
  margin: 0 auto 0;
  text-align: center;
}
#yokochou .feature .inr-spacer .sp-figure-wrp .sp-figure-03 {
  width: 100%;
  margin: -60px auto 20px;
  text-align: center;
}
#yokochou .feature .inr-spacer .sp-figure-wrp .sp-figure-04 {
  width: 62.1333%;
  margin: 0 auto 20px;
  text-align: center;
}
#yokochou .feature .inr-spacer .sp-figure-wrp .sp-figure-05 {
  width: 72.8%;
  margin: 0 auto;
  text-align: center;
}
#yokochou .menu .inr-spacer .ph {
  width: 660px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #yokochou .menu .inr-spacer .ph {
    width: 100%;
  }
}
#yokochou .menu .inr-spacer .ph img {
  width: 100%;
}
#yokochou .to-shop-list .inr-spacer .link-wrp a {
  background-image: url(/assets/images/yokochou/shop-search-bg.jpg);
}

#motsuyaki-ishii .vis-logo img {
  width: 232px;
}
@media screen and (max-width: 767px) {
  #motsuyaki-ishii .vis-logo img {
    width: 162px;
  }
}
@media screen and (max-width: 767px) {
  #motsuyaki-ishii .main-vis-wrp.motsuyaki-ishii-main-vis {
    margin-top: 61px;
    height: calc(100vh - 61px);
  }
}
#motsuyaki-ishii .main-vis-wrp.motsuyaki-ishii-main-vis ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  #motsuyaki-ishii .main-vis-wrp.motsuyaki-ishii-main-vis ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #motsuyaki-ishii .main-vis-wrp.motsuyaki-ishii-main-vis ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#motsuyaki-ishii .main-vis-wrp.motsuyaki-ishii-main-vis ul li {
  width: 50%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center center;
}
@media screen and (max-width: 1280px) {
  #motsuyaki-ishii .main-vis-wrp.motsuyaki-ishii-main-vis ul li {
    width: 100%;
    height: 50%;
  }
}
@media screen and (max-width: 767px) {
  #motsuyaki-ishii .main-vis-wrp.motsuyaki-ishii-main-vis ul li {
    width: 100%;
    height: 50%;
  }
}
#motsuyaki-ishii .main-vis-wrp.motsuyaki-ishii-main-vis ul li.vis01 {
  background-image: url(/assets/images/motsuyaki-ishii/main-vis-bg-01.jpg);
}
#motsuyaki-ishii .main-vis-wrp.motsuyaki-ishii-main-vis ul li.vis01 .vis-logo img {
  width: 185px;
}
@media screen and (max-width: 767px) {
  #motsuyaki-ishii .main-vis-wrp.motsuyaki-ishii-main-vis ul li.vis01 .vis-logo img {
    width: 150px;
  }
}
#motsuyaki-ishii .main-vis-wrp.motsuyaki-ishii-main-vis ul li.vis02 {
  background-image: url(/assets/images/motsuyaki-ishii/main-vis-bg-02.jpg);
}
#motsuyaki-ishii .main-vis-wrp.motsuyaki-ishii-main-vis ul li.vis02 .vis-logo img {
  width: 325px;
}
@media screen and (max-width: 767px) {
  #motsuyaki-ishii .main-vis-wrp.motsuyaki-ishii-main-vis ul li.vis02 .vis-logo img {
    width: 220px;
  }
}
#motsuyaki-ishii .feature {
  background-image: url(/assets/images/motsuyaki-ishii/feature-bg-01.jpg);
}
@media screen and (max-width: 1280px) {
  #motsuyaki-ishii .feature {
    background-image: url(/assets/images/motsuyaki-ishii/feature-sp-bg-01.jpg);
  }
}
#motsuyaki-ishii .feature .inr-spacer .pc-figure-wrp {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #motsuyaki-ishii .feature .inr-spacer .pc-figure-wrp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #motsuyaki-ishii .feature .inr-spacer .pc-figure-wrp {
    display: none;
  }
}
#motsuyaki-ishii .feature .inr-spacer .figure {
  position: absolute;
}
@media screen and (max-width: 1280px) {
  #motsuyaki-ishii .feature .inr-spacer .figure {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  #motsuyaki-ishii .feature .inr-spacer .figure {
    position: static;
  }
}
@media screen and (max-width: 1280px) {
  #motsuyaki-ishii .feature .inr-spacer .pc-figure {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #motsuyaki-ishii .feature .inr-spacer .pc-figure {
    display: none;
  }
}
#motsuyaki-ishii .feature .inr-spacer .pc-figure-01 {
  top: 56px;
  right: -30px;
  z-index: 5;
}
#motsuyaki-ishii .feature .inr-spacer .pc-figure-01 img {
  width: 105px;
}
#motsuyaki-ishii .feature .inr-spacer .pc-figure-02 {
  top: 153px;
  left: 390px;
  z-index: 5;
}
#motsuyaki-ishii .feature .inr-spacer .pc-figure-02 img {
  width: 178px;
}
#motsuyaki-ishii .feature .inr-spacer .pc-figure-03 {
  top: 153px;
  left: -30px;
  z-index: 5;
}
#motsuyaki-ishii .feature .inr-spacer .pc-figure-03 img {
  width: 377px;
}
#motsuyaki-ishii .feature .inr-spacer .pc-figure-04 {
  top: 142px;
  right: 105px;
  z-index: 5;
}
#motsuyaki-ishii .feature .inr-spacer .pc-figure-04 img {
  width: 303px;
}
#motsuyaki-ishii .feature .inr-spacer .pc-figure-05 {
  top: 512px;
  right: -62px;
  z-index: 0;
}
#motsuyaki-ishii .feature .inr-spacer .pc-figure-05 img {
  width: 330px;
}
#motsuyaki-ishii .feature .inr-spacer .pc-figure-06 {
  top: 497px;
  right: 285px;
  z-index: 5;
}
#motsuyaki-ishii .feature .inr-spacer .pc-figure-06 img {
  width: 217px;
}
#motsuyaki-ishii .feature .inr-spacer .pc-figure-07 {
  top: 602px;
  right: 177px;
  z-index: 5;
}
#motsuyaki-ishii .feature .inr-spacer .pc-figure-07 img {
  width: 255px;
}
#motsuyaki-ishii .feature .inr-spacer .sp-figure-wrp {
  display: none;
  height: auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #motsuyaki-ishii .feature .inr-spacer .sp-figure-wrp {
    display: block;
    padding: 100px 0px 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #motsuyaki-ishii .feature .inr-spacer .sp-figure-wrp {
    display: block;
    padding: 80px 0px 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#motsuyaki-ishii .feature .inr-spacer .sp-figure-wrp .sp-figure img {
  max-width: 100%;
}
#motsuyaki-ishii .feature .inr-spacer .sp-figure-wrp .sp-figure-01 {
  width: 71.73333%;
  margin: 0 auto 40px;
  text-align: center;
}
#motsuyaki-ishii .feature .inr-spacer .sp-figure-wrp .sp-figure-02 {
  width: 42.8%;
  margin: 0 auto 30px;
  text-align: center;
}
#motsuyaki-ishii .feature .inr-spacer .sp-figure-wrp .sp-figure-03 {
  width: 52.6%;
  margin: 0px auto 30px;
  text-align: center;
}
#motsuyaki-ishii .feature .inr-spacer .sp-figure-wrp .sp-figure-04 {
  width: 85%;
  margin: 0 auto 40px;
  text-align: center;
}
#motsuyaki-ishii .feature .inr-spacer .sp-figure-wrp .sp-figure-05 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#motsuyaki-ishii .recommend .items-wrp ul li:nth-of-type(2) .catch {
  letter-spacing: 0.1em;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #motsuyaki-ishii .recommend .items-wrp ul li:nth-of-type(2) .catch {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}
#motsuyaki-ishii .recommend .items-wrp ul li:nth-of-type(3) .catch {
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #motsuyaki-ishii .recommend .items-wrp ul li:nth-of-type(3) .catch {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}
#motsuyaki-ishii .menu .inr-spacer .ph {
  width: 660px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #motsuyaki-ishii .menu .inr-spacer .ph {
    width: 100%;
  }
}
#motsuyaki-ishii .menu .inr-spacer .ph img {
  width: 100%;
}
#motsuyaki-ishii .to-shop-list .inr-spacer .link-wrp a {
  background-image: url(/assets/images/motsuyaki-ishii/shop-search-bg.jpg);
}
@media screen and (max-width: 767px) {
  #motsuyaki-ishii .to-shop-list .inr-spacer .link-wrp a {
    background-image: url(/assets/images/motsuyaki-ishii/shop-search-bg-sp.jpg);
  }
}

#yakiniku-shokudou .vis-logo img {
  width: 264px;
}
@media screen and (max-width: 767px) {
  #yakiniku-shokudou .vis-logo img {
    width: 180px;
  }
}
#yakiniku-shokudou .main-vis-wrp {
  background-image: url(/assets/images/yakiniku-shokudou/main-vis-bg-01.jpg);
}
#yakiniku-shokudou .feature {
  background-image: url(/assets/images/yakiniku-shokudou/feature-bg-01.jpg);
}
@media screen and (max-width: 1280px) {
  #yakiniku-shokudou .feature {
    background-position: center bottom;
    background-image: url(/assets/images/yakiniku-shokudou/feature-sp-bg-01.jpg);
  }
}
#yakiniku-shokudou .feature .inr-spacer .pc-figure-wrp {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #yakiniku-shokudou .feature .inr-spacer .pc-figure-wrp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #yakiniku-shokudou .feature .inr-spacer .pc-figure-wrp {
    display: none;
  }
}
#yakiniku-shokudou .feature .inr-spacer .figure {
  position: absolute;
}
@media screen and (max-width: 1280px) {
  #yakiniku-shokudou .feature .inr-spacer .figure {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  #yakiniku-shokudou .feature .inr-spacer .figure {
    position: static;
  }
}
@media screen and (max-width: 1280px) {
  #yakiniku-shokudou .feature .inr-spacer .pc-figure {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #yakiniku-shokudou .feature .inr-spacer .pc-figure {
    display: none;
  }
}
#yakiniku-shokudou .feature .inr-spacer .pc-figure-01 {
  top: 56px;
  right: -30px;
  z-index: 5;
}
#yakiniku-shokudou .feature .inr-spacer .pc-figure-01 img {
  width: 70px;
}
#yakiniku-shokudou .feature .inr-spacer .pc-figure-02 {
  top: 121px;
  left: 671px;
  z-index: 5;
}
#yakiniku-shokudou .feature .inr-spacer .pc-figure-02 img {
  width: 321px;
}
#yakiniku-shokudou .feature .inr-spacer .pc-figure-03 {
  top: -96px;
  left: -110px;
  z-index: 5;
}
#yakiniku-shokudou .feature .inr-spacer .pc-figure-03 img {
  width: 850px;
}
#yakiniku-shokudou .feature .inr-spacer .sp-figure-wrp {
  display: none;
  height: auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #yakiniku-shokudou .feature .inr-spacer .sp-figure-wrp {
    display: block;
    padding: 100px 0px 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #yakiniku-shokudou .feature .inr-spacer .sp-figure-wrp {
    display: block;
    padding: 80px 0px 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#yakiniku-shokudou .feature .inr-spacer .sp-figure-wrp .sp-figure img {
  max-width: 100%;
}
#yakiniku-shokudou .feature .inr-spacer .sp-figure-wrp .sp-figure-01 {
  width: 61.06666%;
  margin: 0 auto 40px;
  text-align: center;
}
#yakiniku-shokudou .feature .inr-spacer .sp-figure-wrp .sp-figure-02 {
  width: 45%;
  margin: 0 auto 20px;
  text-align: center;
}
#yakiniku-shokudou .feature .inr-spacer .sp-figure-wrp .sp-figure-03 {
  width: 78.6666%;
  margin: 0px auto 90px;
  text-align: center;
}
#yakiniku-shokudou .recommend .items-wrp ul li:nth-of-type(2) .catch {
  letter-spacing: 0.1em;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #yakiniku-shokudou .recommend .items-wrp ul li:nth-of-type(2) .catch {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}
#yakiniku-shokudou .recommend .items-wrp ul li:nth-of-type(3) .catch {
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #yakiniku-shokudou .recommend .items-wrp ul li:nth-of-type(3) .catch {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}
#yakiniku-shokudou .menu .inr-spacer .ph {
  width: 660px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #yakiniku-shokudou .menu .inr-spacer .ph {
    width: 100%;
  }
}
#yakiniku-shokudou .menu .inr-spacer .ph img {
  width: 100%;
}
#yakiniku-shokudou .to-shop-list .inr-spacer .link-wrp a {
  background-image: url(/assets/images/yakiniku-shokudou/shop-search-bg.jpg);
}
@media screen and (max-width: 767px) {
  #yakiniku-shokudou .to-shop-list .inr-spacer .link-wrp a {
    background-image: url(/assets/images/yakiniku-shokudou/shop-search-bg-sp.jpg);
  }
}

#kobayashi-youkei .vis-logo img {
  width: 264px;
}
@media screen and (max-width: 767px) {
  #kobayashi-youkei .vis-logo img {
    width: 180px;
  }
}
#kobayashi-youkei .main-vis-wrp {
  background-image: url(/assets/images/kobayashi-youkei/main-vis-bg-01.jpg);
}
#kobayashi-youkei .feature {
  background-image: url(/assets/images/kobayashi-youkei/feature-bg-01.jpg);
}
@media screen and (max-width: 1280px) {
  #kobayashi-youkei .feature {
    background-position: bottom center;
    background-image: url(/assets/images/kobayashi-youkei/feature-sp-bg-01.jpg);
  }
}
#kobayashi-youkei .feature .inr-spacer .pc-figure-wrp {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #kobayashi-youkei .feature .inr-spacer .pc-figure-wrp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #kobayashi-youkei .feature .inr-spacer .pc-figure-wrp {
    display: none;
  }
}
#kobayashi-youkei .feature .inr-spacer .figure {
  position: absolute;
}
@media screen and (max-width: 1280px) {
  #kobayashi-youkei .feature .inr-spacer .figure {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  #kobayashi-youkei .feature .inr-spacer .figure {
    position: static;
  }
}
@media screen and (max-width: 1280px) {
  #kobayashi-youkei .feature .inr-spacer .pc-figure {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #kobayashi-youkei .feature .inr-spacer .pc-figure {
    display: none;
  }
}
#kobayashi-youkei .feature .inr-spacer .pc-figure-01 {
  top: 56px;
  right: -30px;
  z-index: 5;
}
#kobayashi-youkei .feature .inr-spacer .pc-figure-01 img {
  width: 70px;
}
#kobayashi-youkei .feature .inr-spacer .pc-figure-02 {
  top: 200px;
  left: 600px;
  z-index: 5;
}
#kobayashi-youkei .feature .inr-spacer .pc-figure-02 img {
  width: 354px;
}
#kobayashi-youkei .feature .inr-spacer .pc-figure-03 {
  top: 225px;
  left: 44px;
  z-index: 5;
}
#kobayashi-youkei .feature .inr-spacer .pc-figure-03 img {
  width: 229px;
}
#kobayashi-youkei .feature .inr-spacer .pc-figure-04 {
  bottom: 30px;
  right: -60px;
  z-index: 5;
}
#kobayashi-youkei .feature .inr-spacer .pc-figure-04 img {
  width: 304px;
}
#kobayashi-youkei .feature .inr-spacer .pc-figure-05 {
  top: 120px;
  left: 340px;
  z-index: 1;
}
#kobayashi-youkei .feature .inr-spacer .pc-figure-05 img {
  width: 241px;
}
#kobayashi-youkei .feature .inr-spacer .pc-figure-06 {
  bottom: 58px;
  left: -47px;
  z-index: 1;
}
#kobayashi-youkei .feature .inr-spacer .pc-figure-06 img {
  width: 521px;
}
#kobayashi-youkei .feature .inr-spacer .sp-figure-wrp {
  display: none;
  height: auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #kobayashi-youkei .feature .inr-spacer .sp-figure-wrp {
    display: block;
    padding: 120px 0px 150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #kobayashi-youkei .feature .inr-spacer .sp-figure-wrp {
    display: block;
    padding: 120px 0px 150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#kobayashi-youkei .feature .inr-spacer .sp-figure-wrp .sp-figure {
  position: relative;
}
#kobayashi-youkei .feature .inr-spacer .sp-figure-wrp .sp-figure img {
  max-width: 100%;
}
#kobayashi-youkei .feature .inr-spacer .sp-figure-wrp .sp-figure-01 {
  width: 58.4%;
  margin: 0 auto 20px;
  text-align: center;
  z-index: 2;
}
#kobayashi-youkei .feature .inr-spacer .sp-figure-wrp .sp-figure-02 {
  width: 58.666%;
  margin: 0 auto 30px;
  text-align: center;
  z-index: 2;
}
#kobayashi-youkei .feature .inr-spacer .sp-figure-wrp .sp-figure-03 {
  width: 89.3%;
  margin: 0px auto 30px;
  text-align: center;
  z-index: 2;
}
#kobayashi-youkei .feature .inr-spacer .sp-figure-wrp .sp-figure-04 {
  width: 33.333%;
  position: absolute;
  right: 0;
  top: 2%;
  z-index: 0;
}
#kobayashi-youkei .feature .inr-spacer .sp-figure-wrp .sp-figure-05 {
  width: 37.3333%;
  position: absolute;
  left: 0;
  top: 22.5%;
  z-index: 0;
}
#kobayashi-youkei .feature .inr-spacer .sp-figure-wrp .sp-figure-06 {
  width: 49.8666%;
  position: absolute;
  right: -4.6%;
  top: 44%;
  z-index: 0;
}
#kobayashi-youkei .recommend .items-wrp ul li:nth-of-type(2) .catch {
  letter-spacing: 0.1em;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #kobayashi-youkei .recommend .items-wrp ul li:nth-of-type(2) .catch {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}
#kobayashi-youkei .recommend .items-wrp ul li:nth-of-type(3) .catch {
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #kobayashi-youkei .recommend .items-wrp ul li:nth-of-type(3) .catch {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}
#kobayashi-youkei .menu .inr-spacer .ph {
  width: 660px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #kobayashi-youkei .menu .inr-spacer .ph {
    width: 100%;
  }
}
#kobayashi-youkei .menu .inr-spacer .ph img {
  width: 100%;
}
#kobayashi-youkei .to-shop-list .inr-spacer .link-wrp a {
  background-image: url(/assets/images/kobayashi-youkei/shop-search-bg.jpg);
}
@media screen and (max-width: 767px) {
  #kobayashi-youkei .to-shop-list .inr-spacer .link-wrp a {
    background-image: url(/assets/images/kobayashi-youkei/shop-search-bg-sp.jpg);
  }
}

#manten-23Autumn .vis-logo img {
  width: 264px;
}
@media screen and (max-width: 767px) {
  #manten-23Autumn .vis-logo img {
    width: 180px;
  }
}
#manten-23Autumn .main-vis-wrp {
  background-image: url(/assets/images/manten/23Autumn-main-vis-bg-01-re.jpg);
}
@media screen and (max-width: 1280px) {
  #manten-23Autumn .main-vis-wrp {
    background-image: url(/assets/images/manten/23Autumn-main-vis-bg-01-sp-re.jpg);
  }
}
#manten-23Autumn .feature {
  background-image: url(/assets/images/manten/23Autumn-feature-bg-01.jpg);
}
@media screen and (max-width: 1280px) {
  #manten-23Autumn .feature {
    background-image: url(/assets/images/manten/23Autumn-feature-sp-bg-01.png);
    background-position: bottom center;
  }
}
#manten-23Autumn .feature .inr-spacer .pc-figure-wrp {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #manten-23Autumn .feature .inr-spacer .pc-figure-wrp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #manten-23Autumn .feature .inr-spacer .pc-figure-wrp {
    display: none;
  }
}
#manten-23Autumn .feature .inr-spacer .figure {
  position: absolute;
}
@media screen and (max-width: 1280px) {
  #manten-23Autumn .feature .inr-spacer .figure {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  #manten-23Autumn .feature .inr-spacer .figure {
    position: static;
  }
}
@media screen and (max-width: 1280px) {
  #manten-23Autumn .feature .inr-spacer .pc-figure {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #manten-23Autumn .feature .inr-spacer .pc-figure {
    display: none;
  }
}
#manten-23Autumn .feature .inr-spacer .pc-figure-01 {
  top: 56px;
  right: -30px;
  z-index: 5;
}
#manten-23Autumn .feature .inr-spacer .pc-figure-01 img {
  width: 70px;
}
#manten-23Autumn .feature .inr-spacer .pc-figure-02 {
  top: 77px;
  right: 132px;
  z-index: 5;
}
#manten-23Autumn .feature .inr-spacer .pc-figure-02 img {
  width: 480px;
}
#manten-23Autumn .feature .inr-spacer .pc-figure-03 {
  top: 88px;
  left: 213px;
  z-index: 5;
}
#manten-23Autumn .feature .inr-spacer .pc-figure-03 img {
  width: 208px;
}
#manten-23Autumn .feature .inr-spacer .pc-figure-04 {
  bottom: 13px;
  left: 0px;
  z-index: 5;
}
#manten-23Autumn .feature .inr-spacer .pc-figure-04 img {
  width: 800px;
}
#manten-23Autumn .feature .inr-spacer .sp-figure-wrp {
  display: none;
  height: auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #manten-23Autumn .feature .inr-spacer .sp-figure-wrp {
    display: block;
    padding: 100px 0px 160px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #manten-23Autumn .feature .inr-spacer .sp-figure-wrp {
    display: block;
    padding: 80px 0px 160px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#manten-23Autumn .feature .inr-spacer .sp-figure-wrp .sp-figure img {
  max-width: 100%;
}
#manten-23Autumn .feature .inr-spacer .sp-figure-wrp .sp-figure-01 {
  width: 58.4%;
  margin: 0 auto 20px;
  text-align: center;
}
#manten-23Autumn .feature .inr-spacer .sp-figure-wrp .sp-figure-02 {
  width: 93.3333%;
  margin: 0 auto 20px;
  text-align: center;
}
#manten-23Autumn .feature .inr-spacer .sp-figure-wrp .sp-figure-03 {
  width: 89.333%;
  margin: 0px auto 70px;
  text-align: center;
}
#manten-23Autumn .recommend .items-wrp ul li:nth-of-type(2) .catch {
  letter-spacing: 0.1em;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #manten-23Autumn .recommend .items-wrp ul li:nth-of-type(2) .catch {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}
#manten-23Autumn .recommend .items-wrp ul li:nth-of-type(3) .catch {
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #manten-23Autumn .recommend .items-wrp ul li:nth-of-type(3) .catch {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}
#manten-23Autumn .menu .inr-spacer .ph {
  width: 660px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #manten-23Autumn .menu .inr-spacer .ph {
    width: 100%;
  }
}
#manten-23Autumn .menu .inr-spacer .ph img {
  width: 100%;
}
#manten-23Autumn .to-shop-list .inr-spacer .link-wrp a {
  background-image: url(/assets/images/manten/23Autumn-shop-search-bg.jpg);
}
@media screen and (max-width: 767px) {
  #manten-23Autumn .to-shop-list .inr-spacer .link-wrp a {
    background-image: url(/assets/images/manten/23Autumn-shop-search-bg-sp.jpg);
  }
}

#manten .vis-logo img {
  width: 264px;
}
@media screen and (max-width: 767px) {
  #manten .vis-logo img {
    width: 180px;
  }
}
#manten .main-vis-wrp {
  background-image: url(/assets/images/manten/main-vis-bg-01.jpg);
}
#manten .feature {
  background-image: url(/assets/images/manten/feature-bg-01.jpg);
}
@media screen and (max-width: 1280px) {
  #manten .feature {
    background-image: url(/assets/images/manten/feature-sp-bg-01.jpg);
  }
}
#manten .feature .inr-spacer .pc-figure-wrp {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #manten .feature .inr-spacer .pc-figure-wrp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #manten .feature .inr-spacer .pc-figure-wrp {
    display: none;
  }
}
#manten .feature .inr-spacer .figure {
  position: absolute;
}
@media screen and (max-width: 1280px) {
  #manten .feature .inr-spacer .figure {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  #manten .feature .inr-spacer .figure {
    position: static;
  }
}
@media screen and (max-width: 1280px) {
  #manten .feature .inr-spacer .pc-figure {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #manten .feature .inr-spacer .pc-figure {
    display: none;
  }
}
#manten .feature .inr-spacer .pc-figure-01 {
  top: 56px;
  right: -30px;
  z-index: 5;
}
#manten .feature .inr-spacer .pc-figure-01 img {
  width: 70px;
}
#manten .feature .inr-spacer .pc-figure-02 {
  top: 93px;
  left: 133px;
  z-index: 5;
}
#manten .feature .inr-spacer .pc-figure-02 img {
  width: 380px;
}
#manten .feature .inr-spacer .pc-figure-03 {
  bottom: 66px;
  right: 83px;
  z-index: 5;
}
#manten .feature .inr-spacer .pc-figure-03 img {
  width: 285px;
}
#manten .feature .inr-spacer .sp-figure-wrp {
  display: none;
  height: auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #manten .feature .inr-spacer .sp-figure-wrp {
    display: block;
    padding: 100px 0px 160px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #manten .feature .inr-spacer .sp-figure-wrp {
    display: block;
    padding: 80px 0px 160px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#manten .feature .inr-spacer .sp-figure-wrp .sp-figure img {
  max-width: 100%;
}
#manten .feature .inr-spacer .sp-figure-wrp .sp-figure-01 {
  width: 58.4%;
  margin: 0 auto 20px;
  text-align: center;
}
#manten .feature .inr-spacer .sp-figure-wrp .sp-figure-02 {
  width: 64.2666%;
  margin: 0 auto 20px;
  text-align: center;
}
#manten .feature .inr-spacer .sp-figure-wrp .sp-figure-03 {
  width: 89.333%;
  margin: 0px auto 30px;
  text-align: center;
}
#manten .recommend .items-wrp ul li:nth-of-type(2) .catch {
  letter-spacing: 0.1em;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #manten .recommend .items-wrp ul li:nth-of-type(2) .catch {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}
#manten .recommend .items-wrp ul li:nth-of-type(3) .catch {
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #manten .recommend .items-wrp ul li:nth-of-type(3) .catch {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}
#manten .menu .inr-spacer .ph {
  width: 660px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #manten .menu .inr-spacer .ph {
    width: 100%;
  }
}
#manten .menu .inr-spacer .ph img {
  width: 100%;
}
#manten .to-shop-list .inr-spacer .link-wrp a {
  background-image: url(/assets/images/manten/shop-search-bg.jpg);
}
@media screen and (max-width: 767px) {
  #manten .to-shop-list .inr-spacer .link-wrp a {
    background-image: url(/assets/images/manten/shop-search-bg-sp.jpg);
  }
}

#kotaro .vis-logo img {
  width: 264px;
}
@media screen and (max-width: 767px) {
  #kotaro .vis-logo img {
    width: 180px;
  }
}
#kotaro .main-vis-wrp {
  background-image: url(/assets/images/kotaro/main-vis-bg-01.jpg);
}
#kotaro .feature {
  background-image: url(/assets/images/kotaro/feature-bg-01.jpg);
}
@media screen and (max-width: 1280px) {
  #kotaro .feature {
    background-position: bottom center;
    background-image: url(/assets/images/kotaro/feature-sp-bg-01.jpg);
  }
}
#kotaro .feature .inr-spacer .pc-figure-wrp {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #kotaro .feature .inr-spacer .pc-figure-wrp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #kotaro .feature .inr-spacer .pc-figure-wrp {
    display: none;
  }
}
#kotaro .feature .inr-spacer .figure {
  position: absolute;
}
@media screen and (max-width: 1280px) {
  #kotaro .feature .inr-spacer .figure {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  #kotaro .feature .inr-spacer .figure {
    position: static;
  }
}
@media screen and (max-width: 1280px) {
  #kotaro .feature .inr-spacer .pc-figure {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #kotaro .feature .inr-spacer .pc-figure {
    display: none;
  }
}
#kotaro .feature .inr-spacer .pc-figure-01 {
  top: 56px;
  right: -30px;
  z-index: 5;
}
#kotaro .feature .inr-spacer .pc-figure-01 img {
  width: 70px;
}
#kotaro .feature .inr-spacer .pc-figure-02 {
  top: 80px;
  left: 468px;
  z-index: 5;
}
#kotaro .feature .inr-spacer .pc-figure-02 img {
  width: 307px;
}
#kotaro .feature .inr-spacer .pc-figure-03 {
  top: 237px;
  left: 147px;
  z-index: 5;
}
#kotaro .feature .inr-spacer .pc-figure-03 img {
  width: 239px;
}
#kotaro .feature .inr-spacer .sp-figure-wrp {
  display: none;
  height: auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #kotaro .feature .inr-spacer .sp-figure-wrp {
    display: block;
    padding: 100px 0px 180px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #kotaro .feature .inr-spacer .sp-figure-wrp {
    display: block;
    padding: 80px 0px 180px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#kotaro .feature .inr-spacer .sp-figure-wrp .sp-figure img {
  max-width: 100%;
}
#kotaro .feature .inr-spacer .sp-figure-wrp .sp-figure-01 {
  width: 58.13333%;
  margin: 0 auto 15px;
  text-align: center;
}
#kotaro .feature .inr-spacer .sp-figure-wrp .sp-figure-02 {
  width: 50.1333%;
  margin: 0 auto 30px;
  text-align: center;
}
#kotaro .feature .inr-spacer .sp-figure-wrp .sp-figure-03 {
  width: 90.4%;
  margin: 0px auto 15px;
  text-align: center;
}
#kotaro .feature .inr-spacer .sp-figure-wrp .sp-figure-04 {
  width: 49.06666%;
  margin: 0 auto 40px;
  text-align: center;
}
#kotaro .recommend .items-wrp ul li:nth-of-type(2) .catch {
  letter-spacing: 0.1em;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #kotaro .recommend .items-wrp ul li:nth-of-type(2) .catch {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}
#kotaro .recommend .items-wrp ul li:nth-of-type(3) .catch {
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #kotaro .recommend .items-wrp ul li:nth-of-type(3) .catch {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}
#kotaro .menu .inr-spacer .ph {
  width: 660px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #kotaro .menu .inr-spacer .ph {
    width: 100%;
  }
}
#kotaro .menu .inr-spacer .ph img {
  width: 100%;
}
#kotaro .to-shop-list .inr-spacer .link-wrp a {
  background-image: url(/assets/images/kotaro/shop-search-bg.jpg);
}
@media screen and (max-width: 767px) {
  #kotaro .to-shop-list .inr-spacer .link-wrp a {
    background-image: url(/assets/images/kotaro/shop-search-bg-sp.jpg);
  }
}

#gottsui .vis-logo img {
  width: 323px;
}
@media screen and (max-width: 767px) {
  #gottsui .vis-logo img {
    width: 223px;
  }
}
#gottsui .main-vis-wrp {
  background-image: url(/assets/images/gottsui/main-vis-bg-01.jpg);
}
@media screen and (max-width: 767px) {
  #gottsui .main-vis-wrp {
    background-image: url(/assets/images/gottsui/main-vis-bg-01-sp.jpg);
  }
}
#gottsui .feature {
  background-image: url(/assets/images/gottsui/feature-bg-01.jpg);
}
@media screen and (max-width: 1280px) {
  #gottsui .feature {
    background-image: url(/assets/images/gottsui/feature-sp-bg-01.jpg);
  }
}
#gottsui .feature .inr-spacer .pc-figure-wrp {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #gottsui .feature .inr-spacer .pc-figure-wrp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #gottsui .feature .inr-spacer .pc-figure-wrp {
    display: none;
  }
}
#gottsui .feature .inr-spacer .figure {
  position: absolute;
}
@media screen and (max-width: 1280px) {
  #gottsui .feature .inr-spacer .figure {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  #gottsui .feature .inr-spacer .figure {
    position: static;
  }
}
@media screen and (max-width: 1280px) {
  #gottsui .feature .inr-spacer .pc-figure {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #gottsui .feature .inr-spacer .pc-figure {
    display: none;
  }
}
#gottsui .feature .inr-spacer .pc-figure-01 {
  top: 52px;
  right: 0px;
  z-index: 5;
}
#gottsui .feature .inr-spacer .pc-figure-01 img {
  width: 70px;
}
#gottsui .feature .inr-spacer .pc-figure-02 {
  top: 76px;
  right: 90px;
  z-index: 5;
}
#gottsui .feature .inr-spacer .pc-figure-02 img {
  width: 440px;
}
#gottsui .feature .inr-spacer .pc-figure-03 {
  top: 130px;
  left: 20px;
  z-index: 7;
}
#gottsui .feature .inr-spacer .pc-figure-03 img {
  width: 461px;
}
#gottsui .feature .inr-spacer .pc-figure-04 {
  bottom: 30px;
  right: -40px;
  z-index: 5;
}
#gottsui .feature .inr-spacer .pc-figure-04 img {
  width: 521px;
}
#gottsui .feature .inr-spacer .pc-figure-05 {
  bottom: 10px;
  right: 330px;
  z-index: 6;
}
#gottsui .feature .inr-spacer .pc-figure-05 img {
  width: 278px;
}
#gottsui .feature .inr-spacer .pc-figure-06 {
  bottom: -5px;
  left: 110px;
  z-index: 5;
}
#gottsui .feature .inr-spacer .pc-figure-06 img {
  width: 506px;
}
#gottsui .feature .inr-spacer .sp-figure-wrp {
  display: none;
  height: auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #gottsui .feature .inr-spacer .sp-figure-wrp {
    display: block;
    padding: 100px 0px 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #gottsui .feature .inr-spacer .sp-figure-wrp {
    display: block;
    padding: 80px 0px 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#gottsui .feature .inr-spacer .sp-figure-wrp .sp-figure img {
  max-width: 100%;
}
#gottsui .feature .inr-spacer .sp-figure-wrp .sp-figure-01 {
  width: 61.066666%;
  margin: 0 auto 40px;
  text-align: center;
}
#gottsui .feature .inr-spacer .sp-figure-wrp .sp-figure-02 {
  width: 75%;
  margin: 0 auto 0;
  text-align: center;
}
#gottsui .feature .inr-spacer .sp-figure-wrp .sp-figure-03 {
  width: 100%;
  margin: -30px auto 40px;
  text-align: center;
}
#gottsui .feature .inr-spacer .sp-figure-wrp .sp-figure-04 {
  width: 80%;
  margin: 0 auto 0;
  text-align: center;
}
#gottsui .recommend .items-wrp ul li:nth-of-type(1) .catch {
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #gottsui .recommend .items-wrp ul li:nth-of-type(1) .catch {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}
#gottsui .recommend .items-wrp ul li:nth-of-type(2) .catch {
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #gottsui .recommend .items-wrp ul li:nth-of-type(2) .catch {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}
#gottsui .recommend .items-wrp ul li:nth-of-type(3) .catch {
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #gottsui .recommend .items-wrp ul li:nth-of-type(3) .catch {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}
#gottsui .menu .inr-spacer .ph {
  width: 660px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #gottsui .menu .inr-spacer .ph {
    width: 100%;
  }
}
#gottsui .menu .inr-spacer .ph img {
  width: 100%;
}
#gottsui .to-shop-list .inr-spacer .link-wrp a {
  background-image: url(/assets/images/gottsui/shop-search-bg.jpg);
}
@media screen and (max-width: 767px) {
  #gottsui .to-shop-list .inr-spacer .link-wrp a {
    background-image: url(/assets/images/gottsui/shop-search-bg-sp.jpg);
  }
}

#oden .vis-logo img {
  width: 323px;
}
@media screen and (max-width: 767px) {
  #oden .vis-logo img {
    width: 222px;
  }
}
#oden .main-vis-wrp {
  background-image: url(/assets/images/oden/main-vis-bg-01.jpg);
}
#oden .feature {
  background-image: url(/assets/images/oden/feature-bg-01.jpg);
}
#oden .feature .inr-spacer .pc-figure-wrp {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #oden .feature .inr-spacer .pc-figure-wrp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #oden .feature .inr-spacer .pc-figure-wrp {
    display: none;
  }
}
#oden .feature .inr-spacer .figure {
  position: absolute;
}
@media screen and (max-width: 1280px) {
  #oden .feature .inr-spacer .figure {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  #oden .feature .inr-spacer .figure {
    position: static;
  }
}
@media screen and (max-width: 1280px) {
  #oden .feature .inr-spacer .pc-figure {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #oden .feature .inr-spacer .pc-figure {
    display: none;
  }
}
#oden .feature .inr-spacer .pc-figure-01 {
  top: 50px;
  right: 0;
}
#oden .feature .inr-spacer .pc-figure-01 img {
  width: 60px;
}
#oden .feature .inr-spacer .pc-figure-02 {
  top: 165px;
  right: 175px;
  z-index: 1;
}
#oden .feature .inr-spacer .pc-figure-02 img {
  width: 505px;
}
#oden .feature .inr-spacer .pc-figure-03 {
  top: 179px;
  left: 14px;
}
#oden .feature .inr-spacer .pc-figure-03 img {
  width: 350px;
}
#oden .feature .inr-spacer .pc-figure-04 {
  top: 363px;
  right: 0px;
}
#oden .feature .inr-spacer .pc-figure-04 img {
  width: 180px;
}
#oden .feature .inr-spacer .pc-figure-05 {
  top: 534px;
  right: 0;
}
#oden .feature .inr-spacer .pc-figure-05 img {
  width: 590px;
}
#oden .feature .inr-spacer .pc-figure-06 {
  left: -26px;
  bottom: 67px;
}
#oden .feature .inr-spacer .pc-figure-06 img {
  width: 418px;
}
#oden .feature .inr-spacer .sp-figure-wrp {
  display: none;
  height: auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #oden .feature .inr-spacer .sp-figure-wrp {
    display: block;
    padding: 120px 0px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #oden .feature .inr-spacer .sp-figure-wrp {
    display: block;
    padding: 120px 0px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#oden .feature .inr-spacer .sp-figure-wrp .sp-figure {
  text-align: center;
}
#oden .feature .inr-spacer .sp-figure-wrp .sp-figure img {
  max-width: 100%;
}
#oden .feature .inr-spacer .sp-figure-wrp .sp-figure-01 {
  width: 60.02%;
  margin: 0 auto 0;
}
#oden .feature .inr-spacer .sp-figure-wrp .sp-figure-02 {
  width: 80%;
  margin: 0 auto 0;
}
#oden .feature .inr-spacer .sp-figure-wrp .sp-figure-03 {
  width: 100%;
  margin: -60px auto 20px;
}
#oden .feature .inr-spacer .sp-figure-wrp .sp-figure-04 {
  width: 62.4%;
  margin: 0 auto 20px;
}
#oden .feature .inr-spacer .sp-figure-wrp .sp-figure-05 {
  width: 72.8%;
  margin: 0 auto;
}
#oden .recommend {
  background-color: #003250;
}
#oden .recommend .common-sec-ttl-wrp h2 span.en,
#oden .recommend .common-sec-ttl-wrp h2 span.jp-shop {
  color: #fff;
}
#oden .recommend .common-sec-ttl-wrp h2 span.jp-ttl,
#oden .recommend .inr-spacer .items-wrp ul li .txt .ttl h3 {
  color: #EEAD00;
}
#oden .recommend .inr-spacer .items-wrp ul li .txt .description {
  color: #fff;
}
#oden .to-shop-list .inr-spacer .link-wrp a {
  background-image: url(/assets/images/oden/shop-search-bg.jpg);
}

#dashimon .vis-logo img {
  width: 264px;
}
@media screen and (max-width: 767px) {
  #dashimon .vis-logo img {
    width: 180px;
  }
}
#dashimon .main-vis-wrp {
  background-image: url(/assets/images/dashimon/main-vis-bg-01.jpg);
}
#dashimon .feature {
  background-image: url(/assets/images/dashimon/feature-bg-01.jpg);
}
@media screen and (max-width: 1280px) {
  #dashimon .feature {
    background-color: #070707;
    background-position: bottom center;
    background-image: url(/assets/images/dashimon/feature-sp-bg-01.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#dashimon .feature .inr-spacer .pc-figure-wrp {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #dashimon .feature .inr-spacer .pc-figure-wrp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #dashimon .feature .inr-spacer .pc-figure-wrp {
    display: none;
  }
}
#dashimon .feature .inr-spacer .figure {
  position: absolute;
}
@media screen and (max-width: 1280px) {
  #dashimon .feature .inr-spacer .figure {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  #dashimon .feature .inr-spacer .figure {
    position: static;
  }
}
@media screen and (max-width: 1280px) {
  #dashimon .feature .inr-spacer .pc-figure {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #dashimon .feature .inr-spacer .pc-figure {
    display: none;
  }
}
#dashimon .feature .inr-spacer .pc-figure-01 {
  top: 56px;
  right: -30px;
  z-index: 5;
}
#dashimon .feature .inr-spacer .pc-figure-01 img {
  width: 70px;
}
#dashimon .feature .inr-spacer .pc-figure-02 {
  top: 40px;
  right: 45px;
  z-index: 5;
}
#dashimon .feature .inr-spacer .pc-figure-02 img {
  width: 469px;
}
#dashimon .feature .inr-spacer .pc-figure-03 {
  top: 56px;
  left: 0px;
  z-index: 5;
}
#dashimon .feature .inr-spacer .pc-figure-03 img {
  width: 362px;
}
#dashimon .feature .inr-spacer .pc-figure-04 {
  right: -69px;
  bottom: -10px;
  z-index: 4;
}
#dashimon .feature .inr-spacer .pc-figure-04 img {
  width: 342px;
}
#dashimon .feature .inr-spacer .pc-figure-05 {
  right: 180px;
  bottom: 90px;
  z-index: 3;
}
#dashimon .feature .inr-spacer .pc-figure-05 img {
  width: 320px;
}
#dashimon .feature .inr-spacer .pc-figure-06 {
  right: 398px;
  bottom: 210px;
  z-index: 2;
}
#dashimon .feature .inr-spacer .pc-figure-06 img {
  width: 258px;
}
#dashimon .feature .inr-spacer .pc-figure-07 {
  left: -99px;
  bottom: 35px;
  z-index: 1;
}
#dashimon .feature .inr-spacer .pc-figure-07 img {
  width: 571px;
}
#dashimon .feature .inr-spacer .sp-figure-wrp {
  display: none;
  height: auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #dashimon .feature .inr-spacer .sp-figure-wrp {
    display: block;
    padding: 100px 0px 180px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #dashimon .feature .inr-spacer .sp-figure-wrp {
    display: block;
    padding: 80px 0px 180px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#dashimon .feature .inr-spacer .sp-figure-wrp .sp-figure {
  position: relative;
}
#dashimon .feature .inr-spacer .sp-figure-wrp .sp-figure img {
  max-width: 100%;
}
#dashimon .feature .inr-spacer .sp-figure-wrp .sp-figure-01 {
  width: 58.13333%;
  margin: 0 auto 15px;
  text-align: center;
}
#dashimon .feature .inr-spacer .sp-figure-wrp .sp-figure-02 {
  width: 76.9333%;
  margin: 0 auto 0;
  text-align: center;
  z-index: 1;
}
#dashimon .feature .inr-spacer .sp-figure-wrp .sp-figure-03 {
  width: 89.06%;
  margin: -150px auto 15px;
  text-align: center;
  z-index: 0;
}
#dashimon .feature .inr-spacer .sp-figure-wrp .sp-figure-04 {
  width: 89.33333%;
  margin: 0 auto 0px;
  text-align: center;
}
#dashimon .recommend .items-wrp ul li:nth-of-type(1) .catch {
  letter-spacing: 0.1em;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  #dashimon .recommend .items-wrp ul li:nth-of-type(1) .catch {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}
#dashimon .recommend .items-wrp ul li:nth-of-type(2) .catch {
  letter-spacing: 0.1em;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  #dashimon .recommend .items-wrp ul li:nth-of-type(2) .catch {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}
#dashimon .recommend .items-wrp ul li:nth-of-type(3) .catch {
  letter-spacing: 0.1em;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  #dashimon .recommend .items-wrp ul li:nth-of-type(3) .catch {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}
#dashimon .menu .inr-spacer .ph {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #dashimon .menu .inr-spacer .ph {
    width: 100%;
  }
}
#dashimon .menu .inr-spacer .ph img {
  width: 100%;
}
#dashimon .to-shop-list .inr-spacer .link-wrp a {
  background-image: url(/assets/images/dashimon/shop-search-bg.jpg);
}
@media screen and (max-width: 767px) {
  #dashimon .to-shop-list .inr-spacer .link-wrp a {
    background-image: url(/assets/images/dashimon/shop-search-bg-sp.jpg);
  }
}

#hokuto .vis-logo img {
  width: 264px;
}
@media screen and (max-width: 767px) {
  #hokuto .vis-logo img {
    width: 180px;
  }
}
#hokuto .main-vis-wrp {
  background-image: url(/assets/images/hokuto/main-vis-bg-01.jpg);
}
@media screen and (max-width: 767px) {
  #hokuto .main-vis-wrp {
    background-image: url(/assets/images/hokuto/sp-main-vis-bg-01.jpg);
  }
}
#hokuto .feature {
  background-image: url(/assets/images/hokuto/feature-bg-01.jpg);
}
@media screen and (max-width: 1280px) {
  #hokuto .feature {
    background-color: #070707;
    background-position: bottom center;
    background-image: url(/assets/images/hokuto/feature-sp-bg-01.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#hokuto .feature .inr-spacer .pc-figure-wrp {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #hokuto .feature .inr-spacer .pc-figure-wrp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #hokuto .feature .inr-spacer .pc-figure-wrp {
    display: none;
  }
}
#hokuto .feature .inr-spacer .figure {
  position: absolute;
}
@media screen and (max-width: 1280px) {
  #hokuto .feature .inr-spacer .figure {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  #hokuto .feature .inr-spacer .figure {
    position: static;
  }
}
@media screen and (max-width: 1280px) {
  #hokuto .feature .inr-spacer .pc-figure {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #hokuto .feature .inr-spacer .pc-figure {
    display: none;
  }
}
#hokuto .feature .inr-spacer .pc-figure-01 {
  top: 56px;
  right: -30px;
  z-index: 5;
}
#hokuto .feature .inr-spacer .pc-figure-01 img {
  width: 70px;
}
#hokuto .feature .inr-spacer .pc-figure-02 {
  top: 110px;
  right: 85px;
  z-index: 5;
}
#hokuto .feature .inr-spacer .pc-figure-02 img {
  width: 93px;
}
#hokuto .feature .inr-spacer .pc-figure-03 {
  top: 50px;
  right: 213px;
  z-index: 5;
}
#hokuto .feature .inr-spacer .pc-figure-03 img {
  width: 97px;
}
#hokuto .feature .inr-spacer .pc-figure-04 {
  right: 343px;
  top: 110px;
  z-index: 5;
}
#hokuto .feature .inr-spacer .pc-figure-04 img {
  width: 93px;
}
#hokuto .feature .inr-spacer .pc-figure-05 {
  left: 120px;
  top: 190px;
  z-index: 5;
}
#hokuto .feature .inr-spacer .pc-figure-05 img {
  width: 357px;
}
#hokuto .feature .inr-spacer .pc-figure-06 {
  right: 398px;
  bottom: 210px;
  z-index: 2;
}
#hokuto .feature .inr-spacer .pc-figure-06 img {
  width: 258px;
}
#hokuto .feature .inr-spacer .pc-figure-07 {
  left: -99px;
  bottom: 35px;
  z-index: 1;
}
#hokuto .feature .inr-spacer .pc-figure-07 img {
  width: 571px;
}
#hokuto .feature .inr-spacer .sp-figure-wrp {
  display: none;
  height: auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #hokuto .feature .inr-spacer .sp-figure-wrp {
    display: block;
    padding: 100px 0px 233px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #hokuto .feature .inr-spacer .sp-figure-wrp {
    display: block;
    padding: 80px 0px 230px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#hokuto .feature .inr-spacer .sp-figure-wrp .sp-figure {
  position: relative;
}
#hokuto .feature .inr-spacer .sp-figure-wrp .sp-figure img {
  max-width: 100%;
}
#hokuto .feature .inr-spacer .sp-figure-wrp .sp-figure-01 {
  width: 58.13333%;
  margin: 0 auto 35px;
  text-align: center;
}
#hokuto .feature .inr-spacer .sp-figure-wrp .sp-figure-02 {
  width: 75.7333%;
  margin: 0 auto 0;
  text-align: center;
  z-index: 1;
}
#hokuto .feature .inr-spacer .sp-figure-wrp .sp-figure-03 {
  width: 100%;
  margin: -73px auto 23px;
  text-align: center;
  z-index: 0;
}
#hokuto .feature .inr-spacer .sp-figure-wrp .sp-figure-04 {
  width: 100%;
  margin: 0px auto 0px;
  text-align: center;
}
#hokuto .recommend .items-wrp ul li:nth-of-type(1) .catch {
  letter-spacing: 0.1em;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  #hokuto .recommend .items-wrp ul li:nth-of-type(1) .catch {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}
#hokuto .recommend .items-wrp ul li:nth-of-type(2) .catch {
  letter-spacing: 0.1em;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  #hokuto .recommend .items-wrp ul li:nth-of-type(2) .catch {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}
#hokuto .recommend .items-wrp ul li:nth-of-type(3) .catch {
  letter-spacing: 0.1em;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  #hokuto .recommend .items-wrp ul li:nth-of-type(3) .catch {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}
#hokuto .menu .inr-spacer .ph {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #hokuto .menu .inr-spacer .ph {
    width: 100%;
  }
}
#hokuto .menu .inr-spacer .ph img {
  width: 100%;
}
#hokuto .to-shop-list .inr-spacer .link-wrp a {
  background-image: url(/assets/images/hokuto/shop-search-bg.jpg);
}
@media screen and (max-width: 767px) {
  #hokuto .to-shop-list .inr-spacer .link-wrp a {
    background-image: url(/assets/images/hokuto/shop-search-bg-sp.jpg);
  }
}

#other header {
  border-bottom: #d0d0d0 solid 1px;
}
#other main .other-content-wrp .inr-spacer {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #other main .other-content-wrp .inr-spacer {
    padding: 0 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #other main .other-content-wrp .inr-spacer {
    padding: 0 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#other .other-content-wrp {
  margin-top: 80px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #other .other-content-wrp {
    margin-top: 60px;
    padding-top: 30px;
  }
}
#other .shop-section {
  border-radius: 30px;
  border: #EEAD00 solid 5px;
  padding: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #other .shop-section {
    padding: 20px;
    margin-bottom: 30px;
  }
}
#other .shop-section h3 {
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #other .shop-section h3 {
    font-size: 2rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}
#other .shop-section h3:after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
}
#other .shop-section .sec-inr-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #other .shop-section .sec-inr-wrp {
    display: block;
  }
}
#other .shop-section .sec-inr-wrp .ph-wrp {
  width: 400px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  #other .shop-section .sec-inr-wrp .ph-wrp {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#other .shop-section .sec-inr-wrp .ph-wrp ul li:not(:last-child) {
  margin-bottom: 10px;
}
#other .shop-section .sec-inr-wrp .ph-wrp img {
  width: 100%;
}
#other .shop-section .sec-inr-wrp .txt-wrp {
  width: 400px;
}
@media screen and (max-width: 767px) {
  #other .shop-section .sec-inr-wrp .txt-wrp {
    width: 100%;
  }
}
#other .shop-section .sec-inr-wrp .txt-wrp h4 {
  font-weight: 600;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 30px;
  color: #AA182C;
}
@media screen and (max-width: 767px) {
  #other .shop-section .sec-inr-wrp .txt-wrp h4 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: 10px;
  }
}
#other .shop-section .sec-inr-wrp .txt-wrp .description {
  margin-bottom: 20px;
}
#other .shop-section .sec-inr-wrp .txt-wrp .description p {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #other .shop-section .sec-inr-wrp .txt-wrp .description p {
    font-size: 1.3rem;
  }
}
#other .shop-section .sec-inr-wrp .txt-wrp .info-tbl {
  margin: 0 auto 30px;
}
#other .shop-section .sec-inr-wrp .txt-wrp .info-tbl table {
  border: #ccc solid 1px;
  width: 100%;
  border-collapse: collapse;
}
#other .shop-section .sec-inr-wrp .txt-wrp .info-tbl table th {
  background-color: #222;
  width: 70px;
  color: #fff;
  padding: 20px;
  text-align: left;
  vertical-align: top;
  border: #ccc solid 1px;
  font-size: 1.3rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #other .shop-section .sec-inr-wrp .txt-wrp .info-tbl table th {
    padding: 10px;
    font-size: 1.2rem;
    width: 60px;
  }
}
#other .shop-section .sec-inr-wrp .txt-wrp .info-tbl table td {
  padding: 20px;
  text-align: left;
  vertical-align: top;
  border: #ccc solid 1px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  #other .shop-section .sec-inr-wrp .txt-wrp .info-tbl table td {
    padding: 10px;
    font-size: 1.2rem;
  }
}
#other .shop-section .sec-inr-wrp .txt-wrp .info-tbl table td .min {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  #other .shop-section .sec-inr-wrp .txt-wrp .info-tbl table td .min {
    font-size: 1.2rem;
  }
}
#other .shop-section .sec-inr-wrp .txt-wrp .dl-btn {
  width: 100%;
  text-align: center;
}
#other .shop-section .sec-inr-wrp .txt-wrp .dl-btn button {
  width: 300px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #AA182C;
  font-size: 1.8rem;
  border-radius: 30px;
  cursor: pointer;
  margin: 0 10px 10px;
}
@media screen and (max-width: 767px) {
  #other .shop-section .sec-inr-wrp .txt-wrp .dl-btn button {
    height: 50px;
    line-height: 50px;
    font-size: 1.4rem;
    border-radius: 25px;
  }
}
#other .shop-section .sec-inr-wrp .txt-wrp .dl-btn button:after {
  font-size: 2.4rem;
  font-family: "Material Icons";
  content: "picture_as_pdf";
  padding-left: 5px;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  #other .shop-section .sec-inr-wrp .txt-wrp .dl-btn button:after {
    font-size: 1.8rem;
  }
}
#other .shop-section .sec-inr-wrp .txt-wrp .btn-wrp {
  text-align: left;
}
#other .shop-section .sec-inr-wrp .txt-wrp .btn-wrp .search-btn {
  line-height: 60px;
  background-color: #472400;
  width: 300px;
  display: inline-block;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  position: relative;
}
#other .shop-section .sec-inr-wrp .txt-wrp .btn-wrp .search-btn::before {
  font-family: "Material Icons";
  content: "\e8b6";
  position: absolute;
  top: 0;
  left: 30px;
  font-size: 2.2rem;
  display: inline-block;
}
#other .shop-section .sec-inr-wrp .txt-wrp .btn-wrp .search-btn::after {
  font-family: "Material Icons";
  content: "arrow_right";
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 1.6rem;
  display: inline-block;
}

#shops-index header {
  border-bottom: #d0d0d0 solid 1px;
}
#shops-index main .shops-index-content-wrp .inr-spacer {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #shops-index main .shops-index-content-wrp .inr-spacer {
    padding: 0 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #shops-index main .shops-index-content-wrp .inr-spacer {
    padding: 0 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#shops-index .shops-index-content-wrp {
  margin-top: 80px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #shops-index .shops-index-content-wrp {
    margin-top: 60px;
    padding-top: 30px;
  }
}
#shops-index .shops-index-content-wrp .common-sec-ttl-wrp {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #shops-index .shops-index-content-wrp .common-sec-ttl-wrp {
    margin-bottom: 20px;
  }
}
#shops-index .no-search-results-wrp {
  width: 860px;
  margin: 0 auto 60px;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FAFAFA;
}
@media screen and (max-width: 1280px) {
  #shops-index .no-search-results-wrp {
    width: 100%;
    margin: 0 auto 30px;
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  #shops-index .no-search-results-wrp {
    width: 100%;
    margin: 0 auto 30px;
    padding: 15px;
  }
}
#shops-index .no-search-results-wrp .search-results-header {
  font-size: 2.4rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
#shops-index .no-search-results-wrp .txt {
  font-size: 1.4rem;
}
#shops-index .no-search-results-wrp .txt p {
  margin: 0 auto 20px;
}
#shops-index .no-search-results-wrp .txt pre {
  padding: 20px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#shops-index .no-search-results-wrp .txt pre:not(:last-child) {
  margin: 0 auto 20px;
}
#shops-index .no-search-wrp {
  width: 860px;
  margin: 0 auto 60px;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FAFAFA;
}
@media screen and (max-width: 767px) {
  #shops-index .no-search-wrp {
    width: 100%;
    margin: 0 auto 30px;
    padding: 15px;
  }
}
#shops-index .no-search-wrp .search-results-header {
  font-size: 2.4rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
#shops-index .no-search-wrp .txt {
  font-size: 1.4rem;
}
#shops-index .no-search-wrp .txt p {
  margin: 0 auto 20px;
}
#shops-index .no-search-wrp .txt pre {
  padding: 20px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#shops-index .no-search-wrp .txt pre:not(:last-child) {
  margin: 0 auto 20px;
}
#shops-index .index-section-wrp {
  width: 860px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1280px) {
  #shops-index .index-section-wrp {
    width: 100%;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 767px) {
  #shops-index .index-section-wrp {
    width: 100%;
    margin: 0 auto 30px;
  }
}
#shops-index .index-section-wrp .shops-index-section {
  background-color: #FAFAFA;
}
#shops-index .index-section-wrp .shops-index-section:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #shops-index .index-section-wrp .shops-index-section:not(:last-child) {
    margin-bottom: 20px;
  }
}
#shops-index .index-section-wrp .shops-index-section dl dt {
  background-color: #EEAD00;
  padding: 10px 40px;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  #shops-index .index-section-wrp .shops-index-section dl dt {
    padding: 10px 20px;
    line-height: 40px;
  }
}
#shops-index .index-section-wrp .shops-index-section dl dt h3 {
  font-size: 2.4rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #shops-index .index-section-wrp .shops-index-section dl dt h3 {
    font-size: 1.8rem;
  }
}
#shops-index .index-section-wrp .shops-index-section dl dd {
  padding: 30px 40px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #shops-index .index-section-wrp .shops-index-section dl dd {
    padding: 20px 20px;
  }
}
#shops-index .index-section-wrp .shops-index-section dl dd input[type=text] {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 15px;
  font-size: 1.8rem;
  width: 537px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  margin-right: 10px;
  border: #472400 solid 1px;
  background-color: #FFF;
}
@media screen and (max-width: 1280px) {
  #shops-index .index-section-wrp .shops-index-section dl dd input[type=text] {
    width: 69%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 767px) {
  #shops-index .index-section-wrp .shops-index-section dl dd input[type=text] {
    width: 100%;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
}
#shops-index .index-section-wrp .shops-index-section dl dd button {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  line-height: 50px;
  font-size: 1.8rem;
  height: 50px;
  background-color: #472400;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  #shops-index .index-section-wrp .shops-index-section dl dd button {
    width: 29%;
  }
}
@media screen and (max-width: 767px) {
  #shops-index .index-section-wrp .shops-index-section dl dd button {
    width: 100%;
    font-size: 1.4rem;
  }
}
#shops-index .index-section-wrp .freeword dl dt h3:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  background-image: url(/assets/images/shops/bg-icon-01.png);
  background-size: 50px 50px;
  background-repeat: no-repeat;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #shops-index .index-section-wrp .freeword dl dt h3:before {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    margin-right: 7;
    vertical-align: middle;
  }
}
#shops-index .index-section-wrp .area dl dt h3:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  background-image: url(/assets/images/shops/bg-icon-02.png);
  background-size: 50px 50px;
  background-repeat: no-repeat;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #shops-index .index-section-wrp .area dl dt h3:before {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
}
#shops-index .index-section-wrp .area dl dd .select-wrp {
  position: relative;
  display: inline-block;
  width: 537px;
  margin-right: 10px;
}
@media screen and (max-width: 1280px) {
  #shops-index .index-section-wrp .area dl dd .select-wrp {
    width: 69%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 767px) {
  #shops-index .index-section-wrp .area dl dd .select-wrp {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#shops-index .index-section-wrp .area dl dd .select-wrp:before {
  z-index: 1;
  position: absolute;
  right: 15px;
  top: 0;
  font-family: "Material Icons";
  content: "\e313";
  line-height: 50px;
  color: #472400;
  pointer-events: none;
  font-size: 2.8rem;
}
#shops-index .index-section-wrp .area dl dd select {
  /* styling */
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
  vertical-align: top;
  border: #472400 solid 1px;
  background-color: #FFF;
  font-size: 1.8rem;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  #shops-index .index-section-wrp .area dl dd select {
    font-size: 1.3rem;
  }
}
#shops-index .shops-sec-subttl-wrp {
  width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #shops-index .shops-sec-subttl-wrp {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #shops-index .shops-sec-subttl-wrp {
    width: 100%;
  }
}
#shops-index .shops-sec-subttl-wrp h3 {
  font-size: 2.7rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #shops-index .shops-sec-subttl-wrp h3 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
#shops-index .shops-area-wrp-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#shops-index .shops-area-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#shops-index .shops-area-wrp#tokyo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#shops-index .shops-area-wrp#chiba {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#shops-index .shops-area-wrp#saitama {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#shops-index .shops-area-wrp#kanagawa {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
#shops-index .shops-area-wrp#ibaraki {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
#shops-index .shops-area-wrp#gunma {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
#shops-index .shops-area-wrp#aomori {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
#shops-index .shops-area-wrp#fukushima {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
#shops-index .shops-area-wrp#shizuoka {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
#shops-index .shops-area-wrp#osaka {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
#shops-index .shops-area-wrp#yamaguchi {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
#shops-index .shops-area-wrp#ehime {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
#shops-index .shops-area-wrp#fukuoka {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
#shops-index .shops-area-wrp#nagasaki {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}
#shops-index .shops-area-wrp#kumamoto {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}
#shops-index .shops-area-wrp#kagoshima {
  -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16;
}
#shops-index .shops-area-wrp#taiwan {
  -webkit-box-ordinal-group: 18;
      -ms-flex-order: 17;
          order: 17;
}
#shops-index .shops-area-wrp .area-ttl {
  font-size: 2.8rem;
  font-weight: 600;
  padding-left: 30px;
  margin: 0 auto 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #shops-index .shops-area-wrp .area-ttl {
    font-size: 2.2rem;
    padding-left: 16px;
    margin: 0 auto 20px;
  }
}
#shops-index .shops-area-wrp .area-ttl:before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EEAD00;
}
@media screen and (max-width: 767px) {
  #shops-index .shops-area-wrp .area-ttl:before {
    width: 8px;
  }
}
#shops-index .shops-area-wrp .area-ttl:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #472400;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #shops-index .shops-area-wrp .shops-category-index-wrp {
    width: 100%;
    margin: 0 auto 30px;
  }
}
#shops-index .shops-area-wrp .shops-category-index-wrp .shops-list {
  margin-bottom: 0;
}
#shops-index .shops-category-index-wrp {
  width: 860px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1280px) {
  #shops-index .shops-category-index-wrp {
    width: 100%;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 767px) {
  #shops-index .shops-category-index-wrp {
    width: 100%;
    margin: 0 auto 60px;
  }
}
#shops-index .shops-category-index-wrp .shops-list {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #shops-index .shops-category-index-wrp .shops-list {
    margin-bottom: 30px;
  }
}
#shops-index .shops-category-index-wrp .shops-list li {
  background-color: #FCEFCC;
  border-radius: 10px;
  padding: 30px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #shops-index .shops-category-index-wrp .shops-list li {
    font-size: 1.3rem;
    padding: 15px;
  }
}
#shops-index .shops-category-index-wrp .shops-list li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #shops-index .shops-category-index-wrp .shops-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
#shops-index .shops-category-index-wrp .shops-list li a {
  text-decoration: none;
  color: #000;
  display: block;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#shops-index .shops-category-index-wrp .shops-list li a:hover {
  opacity: 0.7;
}
#shops-index .shops-category-index-wrp .shops-list li h4 {
  font-weight: normal;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #shops-index .shops-category-index-wrp .shops-list li h4 {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 7px;
  }
}
#shops-index .shops-category-index-wrp .shops-list li .cat {
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  #shops-index .shops-category-index-wrp .shops-list li .cat {
    margin-bottom: 6px;
  }
}
#shops-index .shops-category-index-wrp .shops-list li .cat span {
  font-size: 1.1rem;
  color: #fff;
  background-color: #000;
  line-height: 36px;
  border-radius: 18px;
  padding: 0 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #shops-index .shops-category-index-wrp .shops-list li .cat span {
    line-height: 30px;
    font-size: 1rem;
    padding: 0 15px;
  }
}
#shops-index .shops-category-index-wrp .shops-list li .cat span:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 28px;
  background-color: transparent;
  vertical-align: middle;
  margin-right: 7px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #shops-index .shops-category-index-wrp .shops-list li .cat span:before {
    margin-right: 5px;
  }
}
#shops-index .shops-category-index-wrp .shops-list li .cat .hb {
  background-color: #AA182C;
}
#shops-index .shops-category-index-wrp .shops-list li .cat .hb:before {
  background-image: url(/assets/images/shops/logo-hb.png);
}
#shops-index .shops-category-index-wrp .shops-list li .cat .sakaba {
  background-color: #472400;
}
#shops-index .shops-category-index-wrp .shops-list li .cat .sakaba:before {
  background-image: url(/assets/images/shops/logo-sakaba.jpg);
}
#shops-index .shops-category-index-wrp .shops-list li .cat .taishu {
  background-color: #472400;
}
#shops-index .shops-category-index-wrp .shops-list li .cat .taishu:before {
  background-image: url(/assets/images/shops/logo-taishu.jpg);
}
#shops-index .shops-category-index-wrp .shops-list li .cat .yokochou {
  background-color: #EEAD00;
  color: #000;
}
#shops-index .shops-category-index-wrp .shops-list li .cat .yokochou:before {
  background-image: url(/assets/images/shops/logo-yokochou.jpg);
}
#shops-index .shops-category-index-wrp .shops-list li .cat .oden {
  background-color: #000;
}
#shops-index .shops-category-index-wrp .shops-list li .cat .oden:before {
  background-image: url(/assets/images/shops/logo-takeshi.jpg);
}
#shops-index .shops-category-index-wrp .shops-list li .cat .other {
  background-color: #000;
}
#shops-index .shops-category-index-wrp .shops-list li .cat .other:before {
  background-image: url(/assets/images/shops/logo-other.jpg);
}
#shops-index .shops-category-index-wrp .shops-list li .cat .ishii {
  background-color: #000;
}
#shops-index .shops-category-index-wrp .shops-list li .cat .ishii:before {
  background-image: url(/assets/images/shops/logo-ishii.jpg);
}
#shops-index .shops-category-index-wrp .shops-list li .cat .gottsui {
  background-color: #000;
}
#shops-index .shops-category-index-wrp .shops-list li .cat .gottsui:before {
  background-image: url(/assets/images/shops/logo-gottsui.jpg);
}
#shops-index .shops-category-index-wrp .shops-list li .cat .horumon521 {
  background-color: #000;
}
#shops-index .shops-category-index-wrp .shops-list li .cat .horumon521:before {
  background-image: url(/assets/images/shops/logo-other.jpg);
}
#shops-index .shops-category-index-wrp .shops-list li .cat .yakiniku {
  background-color: #000;
}
#shops-index .shops-category-index-wrp .shops-list li .cat .yakiniku:before {
  background-image: url(/assets/images/shops/logo-yakiniku.jpg);
}
#shops-index .shops-category-index-wrp .shops-list li .cat .nihonsaisei {
  background-color: #000;
}
#shops-index .shops-category-index-wrp .shops-list li .cat .nihonsaisei:before {
  background-image: url(/assets/images/shops/logo-nihonsaisei.jpg);
}
#shops-index .shops-category-index-wrp .shops-list li .cat .horumon {
  background-color: #000;
}
#shops-index .shops-category-index-wrp .shops-list li .cat .horumon:before {
  background-image: url(/assets/images/shops/logo-horumon.jpg);
}
#shops-index .shops-category-index-wrp .shops-list li .cat .buns {
  background-color: #000;
}
#shops-index .shops-category-index-wrp .shops-list li .cat .buns:before {
  background-image: url(/assets/images/shops/logo-buns.jpg);
}
#shops-index .shops-category-index-wrp .shops-list li .cat .norenwake {
  background-color: #000;
}
#shops-index .shops-category-index-wrp .shops-list li .cat .norenwake:before {
  background-image: url(/assets/images/shops/logo-other.jpg);
}
#shops-index .shops-category-index-wrp .shops-list li .address dl dt, #shops-index .shops-category-index-wrp .shops-list li .address dl dd, #shops-index .shops-category-index-wrp .shops-list li .tel-numb dl dt, #shops-index .shops-category-index-wrp .shops-list li .tel-numb dl dd {
  display: inline;
}
#shops-index .shops-category-index-wrp .shops-list li .address dl dt, #shops-index .shops-category-index-wrp .shops-list li .tel-numb dl dt {
  font-weight: bold;
  color: #472400;
}

#shops-detail header {
  border-bottom: #d0d0d0 solid 1px;
}
#shops-detail main .shops-detail-content-wrp {
  width: 860px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 128px auto 0;
  padding: 30px 30px;
  border: #EEAD00 solid 3px;
  border-radius: 20px;
  background-color: #FAFAFA;
}
@media screen and (max-width: 1280px) {
  #shops-detail main .shops-detail-content-wrp {
    margin-top: 60px;
    padding: 20px;
    width: 100%;
    border: none;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  #shops-detail main .shops-detail-content-wrp {
    margin-top: 60px;
    padding: 20px;
    width: 100%;
    border: none;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  #shops-detail main .shops-detail-content-wrp .inr-spacer {
    padding: 0 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#shops-detail main .shops-detail-content-wrp .detail-hdr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  #shops-detail main .shops-detail-content-wrp .detail-hdr {
    margin: 10px 0 15px;
  }
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat {
  margin-bottom: 3px;
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat span {
  font-size: 1.1rem;
  color: #fff;
  background-color: #000;
  line-height: 36px;
  border-radius: 18px;
  padding: 0 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat span {
    line-height: 30px;
    font-size: 1rem;
    padding: 0 15px;
  }
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat span:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 27px;
  background-color: transparent;
  vertical-align: middle;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat span:before {
    margin-right: 5px;
  }
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .hb {
  background-color: #AA182C;
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .hb:before {
  background-image: url(/assets/images/shops/logo-hb.png);
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .sakaba {
  background-color: #472400;
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .sakaba:before {
  background-image: url(/assets/images/shops/logo-sakaba.jpg);
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .taishu {
  background-color: #472400;
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .taishu:before {
  background-image: url(/assets/images/shops/logo-taishu.jpg);
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .yokochou {
  background-color: #EEAD00;
  color: #000;
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .yokochou:before {
  background-image: url(/assets/images/shops/logo-yokochou.jpg);
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .oden {
  background-color: #000;
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .oden:before {
  background-image: url(/assets/images/shops/logo-takeshi.jpg);
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .other {
  background-color: #000;
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .other:before {
  background-image: url(/assets/images/shops/logo-other.jpg);
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .ishii {
  background-color: #000;
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .ishii:before {
  background-image: url(/assets/images/shops/logo-ishii.jpg);
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .gottsui {
  background-color: #000;
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .gottsui:before {
  background-image: url(/assets/images/shops/logo-gottsui.jpg);
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .horumon521 {
  background-color: #000;
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .horumon521:before {
  background-image: url(/assets/images/shops/logo-other.jpg);
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .yakiniku {
  background-color: #000;
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .yakiniku:before {
  background-image: url(/assets/images/shops/logo-yakiniku.jpg);
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .nihonsaisei {
  background-color: #000;
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .nihonsaisei:before {
  background-image: url(/assets/images/shops/logo-nihonsaisei.jpg);
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .horumon {
  background-color: #000;
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .horumon:before {
  background-image: url(/assets/images/shops/logo-horumon.jpg);
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .buns {
  background-color: #000;
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .buns:before {
  background-image: url(/assets/images/shops/logo-buns.jpg);
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .norenwake {
  background-color: #000;
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .cat-wrp .cat .norenwake:before {
  background-image: url(/assets/images/shops/logo-other.jpg);
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #shops-detail main .shops-detail-content-wrp .detail-hdr .title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
#shops-detail main .shops-detail-content-wrp .detail-hdr .title h1 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #shops-detail main .shops-detail-content-wrp .detail-hdr .title h1 {
    font-size: 2rem;
  }
}
#shops-detail main .shops-detail-content-wrp .detail-info-wrp .info-hdr {
  margin: 0 0 20px;
}
#shops-detail main .shops-detail-content-wrp .detail-info-wrp .info-hdr h2 {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.4;
  background-color: #F3C54D;
  line-height: 50px;
  padding: 0 10px;
  color: #000;
}
#shops-detail main .shops-detail-content-wrp .detail-info-wrp .gmap-wrp {
  margin: 0 auto 20px;
}
#shops-detail main .shops-detail-content-wrp .detail-info-wrp .gmap-wrp .gmap-inr {
  margin: 0 auto 10px;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 50%;
}
@media screen and (max-width: 767px) {
  #shops-detail main .shops-detail-content-wrp .detail-info-wrp .gmap-wrp .gmap-inr {
    padding-top: 100%;
  }
}
#shops-detail main .shops-detail-content-wrp .detail-info-wrp .gmap-wrp .gmap-inr iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#shops-detail main .shops-detail-content-wrp .detail-info-wrp .gmap-wrp .gmap-btm .gmap-link a {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1;
  color: #00538B;
}
#shops-detail main .shops-detail-content-wrp .detail-info-wrp .gmap-wrp .gmap-btm .gmap-link a:before {
  font-family: "Material Icons";
  content: "\e5df";
}
#shops-detail main .shops-detail-content-wrp .detail-info-wrp .gmap-wrp .gmap-btm .gmap-link a:after {
  font-family: "Material Icons";
  content: "\e89e";
}
#shops-detail main .shops-detail-content-wrp .detail-info-wrp .gmap-wrp .gmap-btm .gmap-link a span {
  text-decoration: underline;
}
#shops-detail main .shops-detail-content-wrp .detail-info-wrp .gmap-wrp .gmap-btm .gmap-link a span:hover {
  text-decoration: none;
}
#shops-detail main .shops-detail-content-wrp .detail-info-wrp .gmap-wrp .gmap-btm .note p {
  font-size: 1.2rem;
  color: #666;
}
#shops-detail main .shops-detail-content-wrp .detail-info-wrp .detail-tbl-wrp table {
  width: 100%;
  border-collapse: collapse;
}
#shops-detail main .shops-detail-content-wrp .detail-info-wrp .detail-tbl-wrp table th {
  background-color: #472400;
  color: #fff;
  padding: 10px 20px;
  width: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  border: #FAFAFA solid 1px;
}
@media screen and (max-width: 767px) {
  #shops-detail main .shops-detail-content-wrp .detail-info-wrp .detail-tbl-wrp table th {
    padding: 10px 10px;
    width: 80px;
    font-size: 1.2rem;
    border: #999 solid 1px;
  }
}
#shops-detail main .shops-detail-content-wrp .detail-info-wrp .detail-tbl-wrp table td {
  padding: 10px 20px;
  text-align: left;
  font-size: 1.4rem;
  border: #FAFAFA solid 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #shops-detail main .shops-detail-content-wrp .detail-info-wrp .detail-tbl-wrp table td {
    padding: 10px 10px;
    font-size: 1.2rem;
    border: #999 solid 1px;
  }
}

#news-index header {
  border-bottom: #d0d0d0 solid 1px;
}
#news-index main {
  margin-top: 80px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #news-index main {
    margin-top: 0;
    padding-top: 0;
    padding: 0 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #news-index main .news-content-wrp {
    margin-top: 60px;
    padding-top: 30px;
  }
}
#news-index main .news-ttl-wrp {
  width: 860px;
  margin: 0 auto 30px;
}
#news-index main .news-ttl-wrp h1 {
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  position: relative;
  padding-bottom: 12px;
}
#news-index main .news-ttl-wrp h1::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #333;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#news-index main .news-items {
  width: 860px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
  background-color: #FAFAFA;
  border: #FAFAFA solid 1px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  #news-index main .news-items {
    width: 100%;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
  }
}
#news-index main .news-items .items-list {
  padding-top: 20px;
  background-size: 760px auto;
  background-position: top left;
  background-repeat: repeat-x;
  background-image: url(/assets/images/news/bg-line.png);
}
@media screen and (max-width: 767px) {
  #news-index main .news-items .items-list {
    padding-top: 20px;
  }
}
#news-index main .news-items .items-list li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-image: url(/assets/images/news/bg-line.png);
  background-repeat: repeat-x;
  background-size: 760px auto;
  background-position: bottom left;
}
@media screen and (max-width: 767px) {
  #news-index main .news-items .items-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#news-index main .news-items .items-list li a {
  text-decoration: none;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
#news-index main .news-items .items-list li .items-list-hdr {
  width: 25%;
}
@media screen and (max-width: 767px) {
  #news-index main .news-items .items-list li .items-list-hdr {
    width: 100%;
    margin-bottom: 6px;
  }
}
#news-index main .news-items .items-list li .date {
  display: inline-block;
  color: #AA182C;
  margin-right: 15px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #news-index main .news-items .items-list li .date {
    font-size: 1.1rem;
    margin-right: 10px;
  }
}
#news-index main .news-items .items-list li .category {
  display: inline-block;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #news-index main .news-items .items-list li .category {
    font-size: 1.1rem;
  }
}
#news-index main .news-items .items-list li .category span {
  background-color: #AA182C;
  line-height: 24px;
  padding: 0 20px;
  color: #fff;
  display: inline-block;
  border-radius: 12px;
}
#news-index main .news-items .items-list li .ttl {
  width: 75%;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #news-index main .news-items .items-list li .ttl {
    width: 100%;
    font-size: 1.6rem;
  }
}

#news-detail header {
  border-bottom: #d0d0d0 solid 1px;
}
#news-detail main {
  margin-top: 80px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #news-detail main {
    margin-top: 60px;
    padding-top: 30px;
  }
}
#news-detail .news-detail-wrp {
  width: 680px;
  padding: 50px;
  margin: 0 auto;
  background-color: #FAFAFA;
  border-radius: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #news-detail .news-detail-wrp {
    width: 100%;
    padding: 0 20px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 30px;
  }
}
#news-detail .news-detail-wrp .ttl-wrp .ttl-hdr {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #news-detail .news-detail-wrp .ttl-wrp .ttl-hdr {
    margin-bottom: 10px;
  }
}
#news-detail .news-detail-wrp .ttl-wrp .ttl-hdr dt {
  font-size: 1.1rem;
  display: inline-block;
  padding-right: 15px;
  color: #AA182C;
}
#news-detail .news-detail-wrp .ttl-wrp .ttl-hdr dd {
  display: inline-block;
}
#news-detail .news-detail-wrp .ttl-wrp .ttl-hdr dd span {
  display: inline-block;
  line-height: 24px;
  background-color: #AA182C;
  color: #fff;
  padding: 0 25px;
  border-radius: 12px;
}
#news-detail .news-detail-wrp .ttl-wrp h1 {
  font-size: 2.2rem;
  line-height: 2;
  padding-bottom: 25px;
  margin-bottom: 30px;
  background-image: url(/assets/images/news/bg-line.png);
  background-repeat: repeat-x;
  background-size: 760px auto;
  background-position: bottom left;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #news-detail .news-detail-wrp .ttl-wrp h1 {
    font-size: 1.6rem;
    line-height: 1.7;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}
#news-detail .news-detail-wrp .entry-body {
  font-size: 1.6rem;
  line-height: 2.2;
}
#news-detail .news-detail-wrp .entry-body p:not(:last-child) {
  margin-bottom: 1em;
}
#news-detail .news-detail-wrp .entry-body img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#news-detail .back-to-index-wrp {
  width: 300px;
  margin: 0 auto;
}
#news-detail .back-to-index-wrp a {
  display: inline-block;
  font-size: 1.8rem;
  width: 300px;
  background-color: #472400;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  #news-detail .back-to-index-wrp a {
    font-size: 1.5rem;
  }
}
#news-detail .back-to-index-wrp a:before {
  content: "";
  font-family: "Material Icons";
  content: "arrow_left";
  position: absolute;
  left: 20px;
  top: 0;
}

#recruit .recruit-content-wrp {
  margin-top: 80px;
  padding-top: 50px;
}
#recruit .recruit-content-wrp .inr-spacer {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #recruit .recruit-content-wrp .inr-spacer {
    padding: 0 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #recruit .recruit-content-wrp .inr-spacer {
    padding: 0 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#recruit .recruit-content-wrp .inr-spacer .common-sec-ttl-wrp h2 .jp-shop {
  font-size: 3.2rem;
}
@media screen and (max-width: 1280px) {
  #recruit .recruit-content-wrp .inr-spacer .common-sec-ttl-wrp h2 .jp-shop {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #recruit .recruit-content-wrp .inr-spacer .common-sec-ttl-wrp h2 .jp-shop {
    font-size: 2rem;
  }
}
#recruit .recruit-content-wrp .inr-spacer .common-page-menu-list {
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  #recruit .recruit-content-wrp .inr-spacer .common-page-menu-list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #recruit .recruit-content-wrp .inr-spacer .common-page-menu-list {
    margin-bottom: 30px;
  }
}
#recruit .recruit-content-wrp .inr-spacer .common-page-menu-list ul {
  text-align: center;
  padding: 20px 0 0;
}
#recruit .recruit-content-wrp .inr-spacer .common-page-menu-list ul li {
  font-size: 1.5rem;
  padding: 0 20px;
  display: inline-block;
  border-left: #CCC solid 1px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-content-wrp .inr-spacer .common-page-menu-list ul li {
    font-size: 1.4rem;
    padding: 0 10px;
  }
}
#recruit .recruit-content-wrp .inr-spacer .common-page-menu-list ul li:last-child {
  border-right: #CCC solid 1px;
}
#recruit .recruit-content-wrp .inr-spacer .common-page-menu-list ul li a {
  color: #333;
}
#recruit .recruit-content-wrp .inr-spacer .common-page-menu-list ul li a:hover {
  text-decoration: none;
}
#recruit .recruit-content-wrp .inr-spacer .recruit-section .section-wrp {
  border-radius: 30px;
  border: #EEAD00 solid 5px;
  padding: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-content-wrp .inr-spacer .recruit-section .section-wrp {
    padding: 20px;
    margin-bottom: 30px;
  }
}
#recruit .recruit-content-wrp .inr-spacer .recruit-section .section-wrp .section-title h3 {
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-content-wrp .inr-spacer .recruit-section .section-wrp .section-title h3 {
    font-size: 2rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}
#recruit .recruit-content-wrp .inr-spacer .recruit-section .section-wrp .section-title h3:after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
}
#recruit .recruit-content-wrp .inr-spacer .recruit-section .section-wrp .outline-lead-wrp {
  text-align: center;
  font-size: 1.4rem;
  padding: 20px 0 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-content-wrp .inr-spacer .recruit-section .section-wrp .outline-lead-wrp {
    padding: 5px 0 0;
    margin-bottom: 20px;
  }
}
#recruit .recruit-content-wrp .inr-spacer .recruit-section .section-wrp .outline-tbl-wrp {
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-content-wrp .inr-spacer .recruit-section .section-wrp .outline-tbl-wrp {
    margin: 0 auto 20px;
  }
}
#recruit .recruit-content-wrp .inr-spacer .recruit-section .section-wrp .outline-tbl-wrp table {
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-content-wrp .inr-spacer .recruit-section .section-wrp .outline-tbl-wrp table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#recruit .recruit-content-wrp .inr-spacer .recruit-section .section-wrp .outline-tbl-wrp table tr th {
  background-color: #222;
  width: 200px;
  color: #fff;
  padding: 20px;
  text-align: left;
  vertical-align: top;
  border: #ccc solid 1px;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-content-wrp .inr-spacer .recruit-section .section-wrp .outline-tbl-wrp table tr th {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#recruit .recruit-content-wrp .inr-spacer .recruit-section .section-wrp .outline-tbl-wrp table tr td {
  padding: 20px;
  text-align: left;
  vertical-align: top;
  border: #ccc solid 1px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-content-wrp .inr-spacer .recruit-section .section-wrp .outline-tbl-wrp table tr td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #recruit .recruit-content-wrp .inr-spacer .recruit-section .section-wrp .outline-tbl-wrp table tr td p:not(:last-child) {
    margin-bottom: 1.6em;
  }
}
#recruit .recruit-content-wrp .inr-spacer .recruit-section .section-wrp .form-btn-wrp p {
  text-align: center;
}
#recruit .recruit-content-wrp .inr-spacer .recruit-section .section-wrp .form-btn-wrp p a {
  display: inline-block;
  width: 370px;
  margin: 0 auto;
  line-height: 80px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background-color: #AD3210;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  #recruit .recruit-content-wrp .inr-spacer .recruit-section .section-wrp .form-btn-wrp p a {
    width: 100%;
    font-size: 1.6rem;
    line-height: 70px;
  }
}
#recruit .recruit-content-wrp .inr-spacer .recruit-section .section-wrp .form-btn-wrp p a:after {
  font-family: "Material Icons";
  content: "\e5df";
  position: absolute;
  font-size: 2.2rem;
  color: #fff;
  top: 0;
  right: 15px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#recruit .recruit-content-wrp .inr-spacer .recruit-section .section-wrp .form-btn-wrp p a:hover:after {
  right: 10px;
}

#franchise .franchise-content-wrp {
  margin-top: 80px;
  padding-top: 50px;
}
#franchise .franchise-content-wrp .inr-spacer {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #franchise .franchise-content-wrp .inr-spacer {
    padding: 0 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #franchise .franchise-content-wrp .inr-spacer {
    padding: 0 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#franchise .franchise-content-wrp .inr-spacer .common-sec-ttl-wrp h2 .jp-shop {
  font-size: 3.2rem;
}
@media screen and (max-width: 1280px) {
  #franchise .franchise-content-wrp .inr-spacer .common-sec-ttl-wrp h2 .jp-shop {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #franchise .franchise-content-wrp .inr-spacer .common-sec-ttl-wrp h2 .jp-shop {
    font-size: 2rem;
  }
}
#franchise .franchise-content-wrp .inr-spacer .common-page-menu-list {
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  #franchise .franchise-content-wrp .inr-spacer .common-page-menu-list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #franchise .franchise-content-wrp .inr-spacer .common-page-menu-list {
    margin-bottom: 30px;
  }
}
#franchise .franchise-content-wrp .inr-spacer .common-page-menu-list ul {
  text-align: center;
  padding: 20px 0 0;
}
#franchise .franchise-content-wrp .inr-spacer .common-page-menu-list ul li {
  font-size: 1.5rem;
  padding: 0 20px;
  display: inline-block;
  border-left: #CCC solid 1px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #franchise .franchise-content-wrp .inr-spacer .common-page-menu-list ul li {
    font-size: 1.4rem;
    padding: 0 10px;
  }
}
#franchise .franchise-content-wrp .inr-spacer .common-page-menu-list ul li:last-child {
  border-right: #CCC solid 1px;
}
#franchise .franchise-content-wrp .inr-spacer .common-page-menu-list ul li a {
  color: #333;
}
#franchise .franchise-content-wrp .inr-spacer .common-page-menu-list ul li a:hover {
  text-decoration: none;
}
#franchise .franchise-content-wrp .inr-spacer .franchise-section .section-wrp {
  border-radius: 30px;
  border: #EEAD00 solid 5px;
  padding: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #franchise .franchise-content-wrp .inr-spacer .franchise-section .section-wrp {
    padding: 20px;
    margin-bottom: 30px;
  }
}
#franchise .franchise-content-wrp .inr-spacer .franchise-section .section-wrp .section-title h3 {
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #franchise .franchise-content-wrp .inr-spacer .franchise-section .section-wrp .section-title h3 {
    font-size: 2rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}
#franchise .franchise-content-wrp .inr-spacer .franchise-section .section-wrp .section-title h3:after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
}
#franchise .franchise-content-wrp .inr-spacer .franchise-section .section-wrp .outline-lead-wrp {
  text-align: center;
  font-size: 1.4rem;
  padding: 20px 0 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #franchise .franchise-content-wrp .inr-spacer .franchise-section .section-wrp .outline-lead-wrp {
    padding: 5px 0 0;
    margin-bottom: 20px;
  }
}
#franchise .franchise-content-wrp .inr-spacer .franchise-section .section-wrp .outline-tbl-wrp {
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  #franchise .franchise-content-wrp .inr-spacer .franchise-section .section-wrp .outline-tbl-wrp {
    margin: 0 auto 20px;
  }
}
#franchise .franchise-content-wrp .inr-spacer .franchise-section .section-wrp .outline-tbl-wrp table {
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #franchise .franchise-content-wrp .inr-spacer .franchise-section .section-wrp .outline-tbl-wrp table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#franchise .franchise-content-wrp .inr-spacer .franchise-section .section-wrp .outline-tbl-wrp table tr th {
  background-color: #222;
  width: 200px;
  color: #fff;
  padding: 20px;
  text-align: left;
  vertical-align: top;
  border: #ccc solid 1px;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #franchise .franchise-content-wrp .inr-spacer .franchise-section .section-wrp .outline-tbl-wrp table tr th {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#franchise .franchise-content-wrp .inr-spacer .franchise-section .section-wrp .outline-tbl-wrp table tr td {
  padding: 20px;
  text-align: left;
  vertical-align: top;
  border: #ccc solid 1px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #franchise .franchise-content-wrp .inr-spacer .franchise-section .section-wrp .outline-tbl-wrp table tr td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #franchise .franchise-content-wrp .inr-spacer .franchise-section .section-wrp .outline-tbl-wrp table tr td p:not(:last-child) {
    margin-bottom: 1.6em;
  }
}
#franchise .franchise-content-wrp .inr-spacer .franchise-section .section-wrp .form-btn-wrp p {
  text-align: center;
}
#franchise .franchise-content-wrp .inr-spacer .franchise-section .section-wrp .form-btn-wrp p a {
  display: inline-block;
  width: 370px;
  margin: 0 auto;
  line-height: 80px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background-color: #AD3210;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  #franchise .franchise-content-wrp .inr-spacer .franchise-section .section-wrp .form-btn-wrp p a {
    width: 100%;
    font-size: 1.4rem;
    line-height: 70px;
  }
}
#franchise .franchise-content-wrp .inr-spacer .franchise-section .section-wrp .form-btn-wrp p a:after {
  font-family: "Material Icons";
  content: "\e5df";
  position: absolute;
  font-size: 2.2rem;
  color: #fff;
  top: 0;
  right: 15px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#franchise .franchise-content-wrp .inr-spacer .franchise-section .section-wrp .form-btn-wrp p a:hover:after {
  right: 10px;
}

.utility .utility-content-wrp {
  margin-top: 80px;
  padding-top: 50px;
}
.utility .utility-content-wrp .inr-spacer {
  width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .utility .utility-content-wrp .inr-spacer {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .utility .utility-content-wrp .inr-spacer {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#company .company-section {
  font-size: 1.6rem;
}
#company .company-section .outline-wrp {
  padding: 50px;
  background-color: #FAFAFA;
  border-radius: 20px;
}
@media screen and (max-width: 1280px) {
  #company .company-section .outline-wrp {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  #company .company-section .outline-wrp {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
}
#company .company-section .outline-wrp dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
  #company .company-section .outline-wrp dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}
#company .company-section .outline-wrp dl dt {
  width: 30%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #472400;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #company .company-section .outline-wrp dl dt {
    width: 100%;
    padding: 10px;
  }
}
#company .company-section .outline-wrp dl dd {
  width: 70%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #company .company-section .outline-wrp dl dd {
    width: 100%;
    padding: 10px;
  }
}
#company .company-section .outline-wrp dl dd a.link-arrow:after {
  content: "";
  width: 16px;
  height: 12px;
  display: inline-block;
  background-image: url(/assets/images/common/b-crumb-arrow.png);
  background-repeat: no-repeat;
  background-size: auto 10px;
  background-position: center center;
}

#terms .terms-section {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #terms .terms-section {
    ont-size: 1.4rem;
  }
}
#terms .terms-section .section-wrp {
  padding: 50px;
  background-color: #FAFAFA;
  border-radius: 20px;
}
@media screen and (max-width: 1280px) {
  #terms .terms-section .section-wrp {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  #terms .terms-section .section-wrp {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
}
#terms .terms-section .section-wrp dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#terms .terms-section .section-wrp dl dt {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: #000 solid 1px;
}
@media screen and (max-width: 767px) {
  #terms .terms-section .section-wrp dl dt {
    padding: 10px;
  }
}
#terms .terms-section .section-wrp dl dd {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #terms .terms-section .section-wrp dl dd {
    padding: 10px;
  }
}
#terms .terms-section .section-wrp dl dd a.link-arrow:after {
  content: "";
  width: 16px;
  height: 12px;
  display: inline-block;
  background-image: url(/assets/images/common/b-crumb-arrow.png);
  background-repeat: no-repeat;
  background-size: auto 10px;
  background-position: center center;
}

#privacy .privacy-section {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #privacy .privacy-section {
    font-size: 1.4rem;
  }
}
#privacy .privacy-section .section-wrp {
  padding: 50px;
  background-color: #FAFAFA;
  border-radius: 20px;
}
@media screen and (max-width: 1280px) {
  #privacy .privacy-section .section-wrp {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  #privacy .privacy-section .section-wrp {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
}
#privacy .privacy-section .section-wrp .lead-wrp {
  margin-bottom: 20px;
}
#privacy .privacy-section .section-wrp dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#privacy .privacy-section .section-wrp dl dt {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: #000 solid 1px;
}
@media screen and (max-width: 767px) {
  #privacy .privacy-section .section-wrp dl dt {
    padding: 10px;
  }
}
#privacy .privacy-section .section-wrp dl dd {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #privacy .privacy-section .section-wrp dl dd {
    padding: 10px;
  }
}
#privacy .privacy-section .section-wrp dl dd a.link-arrow:after {
  content: "";
  width: 16px;
  height: 12px;
  display: inline-block;
  background-image: url(/assets/images/common/b-crumb-arrow.png);
  background-repeat: no-repeat;
  background-size: auto 10px;
  background-position: center center;
}
/*# sourceMappingURL=style.css.map */