@charset "UTF-8";
.inner {
  width: 100%;
  margin: 0 auto;
  padding: 8rem 0 0; }

.innner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 8rem 0; }

.pc_none {
  display: none; }

@media (max-width: 768px) {
  .inner {
    padding: 4rem 0; }

  .sp_none {
    display: none; }

  .pc_none {
    display: block; } }
body {
  color: #3a3a3a; }

a {
  color: #0c0c0c; }

@media (min-width: 800px) {
  a[href^="tel:"] {
    pointer-events: none; } }
.flex, .breadcrumb, .flexB, .flexC, .flexW, .flexS {
  display: flex;
  align-items: center; }

.flexB {
  justify-content: space-between; }

.flexC {
  justify-content: center; }

.flexW {
  flex-wrap: wrap; }

.flexS {
  justify-content: space-around; }

.wrap {
  flex-direction: column;
  min-height: 100vh; }

main {
  flex: 1 0 auto;
  min-height: 0%; }

header, footer {
  flex: 0 0 auto; }

.btn1 {
  position: relative;
  display: block;
  padding: 1.7rem 0;
  color: white;
  margin: 2rem auto;
  text-align: center;
  font-weight: bold;
  max-width: 350px;
  background: #0c0c0c;
  font-size: 1.142rem; }
  .btn1 span {
    font-size: 1rem; }
  .btn1::after {
    content: '';
    position: absolute;
    right: 1.3rem;
    bottom: 1rem;
    width: 130px;
    height: 10px;
    display: block;
    background-image: url(../images/arr_2.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    -webkit-animation: btnArr 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
    animation: btnArr 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite; }

.btn2 {
  display: block;
  margin: 0 auto;
  width: 200px; }
  @media (min-width: 800px) {
    .btn2 {
      width: 250px; } }

.btn3 {
  text-align: center; }
  .btn3 a {
    display: inline-block;
    border: 1px solid;
    border-radius: 2em;
    padding: 1em 1.2em;
    line-height: 1; }

.btn4 {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  background: #000;
  color: #fff;
  font-weight: bold;
  max-width: 700px;
  font-size: 1.143rem; }

.top-btn {
  position: relative;
  display: block;
  padding: .8rem 0;
  text-align: center;
  animation: entryBtn 4s ease infinite; }
  .top-btn::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 130px;
    height: 10px;
    display: block;
    background-image: url("../images/arr.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    -webkit-animation: btnArr 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
    animation: btnArr 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite; }

@keyframes btnArr {
  0%, 5% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; }
  95%, 100% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    opacity: 0; } }
.f-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100; }
  .f-btn button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none; }

.f-btn > div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  z-index: 1;
  text-align: center;
  line-height: 50px;
  margin: .5rem 0;
  letter-spacing: .04em; }

.f-btn > div, .f-btn > div a, .f-btn > div button {
  color: white;
  font-weight: bold; }

.f-btn > div a, .f-btn > div button {
  font-size: .8em; }

.f-btn > div .icon.icon-arrow_up, .f-btn > div .icon.icon-telephone, .f-btn > div .icon.icon-reserved {
  fill: #fff;
  width: 50%;
  height: 100%;
  display: block;
  margin: 0 auto;
  line-height: 50px; }

.f-btn > div .icon.icon-reserved {
  width: 60%; }

.pageTop:hover, .sp-top div:hover {
  background-color: black; }

@media (max-width: 800px) {
  .sp-top {
    right: 10px; }
    .sp-top div {
      margin: .5rem 0; } }
.icon {
  display: inline-block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  width: 1.5rem;
  height: 1.5rem; }

.s-btn {
  text-align: center; }
  .s-btn .top-btn {
    display: inline-block;
    padding: 1rem 2rem; }

.s-inner {
  padding: 6rem 0;
  width: 100%;
  margin: 0 auto; }

@media (max-width: 800px) {
  .s-inner {
    padding: 5rem 2rem 4rem; } }
.new_area .sn-inner {
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  margin-bottom: 2rem; }
.new_area h2 {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: .2rem; }
  .new_area h2 span {
    display: block;
    font-size: 1.1rem;
    font-family: 'EB Garamond';
    line-height: 1; }
.new_area .new_list {
  max-width: 680px;
  margin: 0 auto;
  min-width: 320px; }
  .new_area .new_list div {
    margin-bottom: 1rem;
    flex-wrap: nowrap;
    align-items: flex-start; }
    .new_area .new_list div dt {
      min-width: 200px;
      color: #666666; }
      .new_area .new_list div dt span {
        background: #000;
        min-width: 100px;
        color: #fff;
        padding: 0 .3rem;
        margin: 0 .7rem;
        display: inline-block;
        text-align: center; }
    .new_area .new_list div dd {
      font-weight: bold; }

@media (max-width: 800px) {
  .new_area .new_list div {
    flex-direction: column; }
    .new_area .new_list div dt {
      min-width: 90px;
      margin-right: .5rem;
      margin-bottom: .3rem;
      font-size: 1.16rem; }
      .new_area .new_list div dt span {
        min-width: inherit;
        font-size: 1rem; } }
/*店舗紹介*/
.shop {
  /*.slick-dotted.slick-slider{margin-bottom: 0;}*/ }
  .shop .s-inner {
    overflow: hidden;
    align-items: flex-start;
    padding: 0; }
  .shop .inshop {
    width: calc(100% / 4);
    margin-bottom: 3rem; }
    .shop .inshop .inshop-pt {
      position: relative; }
      .shop .inshop .inshop-pt span {
        display: block;
        padding: .5rem 1rem;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.8);
        font-weight: bold;
        font-size: 1.2rem;
        text-align: center; }
    .shop .inshop a:link, .shop .inshop a:visited {
      display: block;
      overflow: hidden;
      transition: all 0.3s ease 0s; }
    .shop .inshop a:hover img {
      transform: scale(1.05); }
    .shop .inshop a img {
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      vertical-align: bottom;
      transition: all 0.3s ease 0s; }
    .shop .inshop dl {
      text-align: center;
      margin-top: 2rem;
      letter-spacing: .2rem; }
      .shop .inshop dl dt {
        font-weight: bold;
        font-size: 1.142rem;
        margin-bottom: .3rem; }
      .shop .inshop dl dd {
        font-size: .9rem; }

.clm3.shop .under-inner {
  align-items: flex-start; }
.clm3.shop .inshop {
  width: calc(100% / 3); }
  .clm3.shop .inshop dl {
    padding: 1rem 2rem;
    margin-top: 1rem; }
    .clm3.shop .inshop dl dt {
      margin-bottom: 1rem; }
    .clm3.shop .inshop dl dd {
      text-align: left; }

@media (max-width: 800px) {
  .shop {
    padding: 4rem 0; }
    .shop .s-inner {
      padding: 0 .5rem; }
      .shop .s-inner .inshop {
        margin-bottom: 0;
        width: 50%;
        padding: 1rem 5px; }
        .shop .s-inner .inshop a img {
          margin-bottom: .5rem; }
        .shop .s-inner .inshop dl {
          margin-top: 0; }
          .shop .s-inner .inshop dl dt {
            font-size: 1rem;
            margin-bottom: 0; }
    .shop .slick-slider .slick-track {
      margin-bottom: 2rem; }
    .shop .s-inner.slick {
      padding: 0; }

  .quality.shop .flexW {
    flex-direction: column; }
    .quality.shop .flexW .inshop {
      display: flex;
      align-items: flex-start;
      width: 100%; }
      .quality.shop .flexW .inshop img {
        width: 50%; }
      .quality.shop .flexW .inshop dl {
        margin-top: 0;
        width: 50%;
        padding: 0;
        padding-left: 1rem;
        text-align: left; }
  .quality.shop .s-inner .inshop:nth-child(even) img {
    order: 2; }
  .quality.shop .s-inner .inshop:nth-child(even) dl {
    order: 1;
    padding-right: 1rem;
    padding-left: 0; }

  .clm3.shop .under-inner {
    align-items: flex-start;
    padding: 0; } }
/*空間の演出*/
.space .s-inner {
  overflow: hidden;
  align-items: flex-start;
  padding: 0; }
.space .inshop {
  width: calc(100% / 3); }
  .space .inshop img {
    margin-bottom: 2rem; }
  .space .inshop h4 {
    text-align: center;
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 1.142rem; }
  .space .inshop p {
    padding: 0 2rem 1rem;
    font-size: .9rem; }

@media (max-width: 800px) {
  .space {
    padding: 4rem 0; }
    .space .s-inner {
      flex-direction: column;
      padding: 0 .5rem; }
      .space .s-inner .inshop {
        width: 100%;
        margin-bottom: 2rem;
        overflow: hidden;
        padding: 0 .5rem; }
        .space .s-inner .inshop img {
          width: 100%;
          margin-bottom: 1rem; }
        .space .s-inner .inshop h4 {
          text-align: center;
          font-size: 1.2rem;
          margin-bottom: .5rem;
          line-height: 1.3; }
        .space .s-inner .inshop p {
          padding: 0;
          font-size: 1rem; }
        .space .s-inner .inshop:last-child {
          margin-bottom: 0; } }
/*こだわりの逸品*/
.feauture {
  padding: 6rem 0 2rem; }
  .feauture .ft-inner {
    background: #000;
    margin-bottom: 3rem; }
    .feauture .ft-inner .slick-dotted.slick-slider {
      margin-bottom: 0; }
    .feauture .ft-inner .ft-left {
      width: 40%;
      color: #fff;
      padding: 2.85rem 4rem 4rem; }
      .feauture .ft-inner .ft-left .left-inner {
        max-width: 500px;
        margin: 0 auto; }
        .feauture .ft-inner .ft-left .left-inner dl {
          margin-bottom: 1rem; }
          .feauture .ft-inner .ft-left .left-inner dl dt {
            font-size: 2rem;
            line-height: 1; }
          .feauture .ft-inner .ft-left .left-inner dl dd {
            font-size: 1.42rem;
            min-width: 100px;
            text-align: right; }
    .feauture .ft-inner .ft-right {
      width: 60%;
      align-self: flex-start; }
  .feauture .slick-dots {
    bottom: -55px; }

.bk {
  background: #000; }
  .bk .left {
    width: 40%;
    color: #fff;
    padding: 2.85rem 4rem 4rem; }
    .bk .left dt {
      font-size: 2rem;
      margin-bottom: 2rem;
      font-weight: bold; }
    .bk .left dd p {
      margin-bottom: 1rem;
      font-size: 1rem; }
  .bk .right {
    width: 60%;
    align-self: stretch;
    position: relative; }
    .bk .right span {
      position: absolute;
      bottom: 0;
      left: 0;
      text-align: center;
      background: #fff;
      width: 100%;
      opacity: .8;
      padding: .5rem;
      font-weight: bold;
      font-size: 1.1rem; }

@media (min-width: 800px) and (max-width: 1000px) {
  .feauture .ft-inner .ft-left .left-inner dl {
    display: block; }
    .feauture .ft-inner .ft-left .left-inner dl dd {
      text-align: left; } }
@media (max-width: 800px) {
  .feauture {
    padding: 4rem 0; }
    .feauture .ft-inner {
      background: #fff;
      margin-bottom: 0; }
      .feauture .ft-inner div {
        flex-direction: column; }
      .feauture .ft-inner .specialty > div {
        margin-bottom: 2rem;
        background: #000;
        flex-direction: column; }
        .feauture .ft-inner .specialty > div:last-child {
          margin-bottom: 0; }
      .feauture .ft-inner .specialty .ft-left {
        width: inherit;
        order: 2; }
        .feauture .ft-inner .specialty .ft-left .left-inner dl {
          flex-direction: column; }
          .feauture .ft-inner .specialty .ft-left .left-inner dl dt {
            align-self: flex-start; }
          .feauture .ft-inner .specialty .ft-left .left-inner dl dd {
            align-self: flex-start;
            text-align: left; }
      .feauture .ft-inner .specialty .ft-right {
        align-self: flex-start;
        width: inherit;
        order: 1; }
    .feauture .bk {
      flex-direction: column; }
      .feauture .bk .left {
        width: 100%;
        order: 2; }
      .feauture .bk .right {
        width: 100%;
        order: 1; }

  .notslick.feauture .ft-inner .bk .left {
    padding: 2rem; }
    .notslick.feauture .ft-inner .bk .left dt {
      font-size: 1.6rem;
      margin-bottom: 0; }
  .notslick.feauture .ft-inner .ft-left {
    padding: 2rem; }
    .notslick.feauture .ft-inner .ft-left .left-inner dl dt {
      font-size: 1.6rem;
      font-weight: bold; } }
/*仕入れ・品質管理、空間の演出*/
.commitment {
  padding: 6rem 0 2rem; }
  .commitment .ft-inner {
    background: #000;
    margin-bottom: 3rem; }
    .commitment .ft-inner .slick-dotted.slick-slider {
      margin-bottom: 0; }
    .commitment .ft-inner .ft-left {
      width: 40%;
      color: #fff;
      padding: 2.85rem 4rem 4rem; }
      .commitment .ft-inner .ft-left .left-inner {
        max-width: 500px;
        margin: 0 auto; }
        .commitment .ft-inner .ft-left .left-inner .l-ttl_wrap {
          margin-bottom: 1rem; }
        .commitment .ft-inner .ft-left .left-inner .l-ttl {
          font-size: 2rem;
          line-height: 1; }
        .commitment .ft-inner .ft-left .left-inner dd {
          font-size: 1.42rem;
          min-width: 100px;
          text-align: right; }
    .commitment .ft-inner .ft-right {
      width: 60%;
      align-self: flex-start; }
  .commitment .slick-dots {
    bottom: -35px; }

@media (min-width: 800px) and (max-width: 1000px) {
  .commitment .ft-inner .ft-left .left-inner .l-ttl_wrap {
    display: block; }
  .commitment .ft-inner .ft-left .left-inner dd {
    text-align: left; } }
@media (max-width: 800px) {
  .commitment .ft-inner .ft-left .left-inner .l-ttl_wrap {
    flex-direction: column; }
  .commitment .ft-inner .ft-left .left-inner .l-ttl {
    align-self: flex-start; }
  .commitment .ft-inner .ft-left .left-inner dd {
    align-self: flex-start;
    text-align: left; }
  .commitment .ft-inner .ft-right {
    align-self: flex-start; } }
@media (max-width: 800px) {
  .commitment .ft-inner div {
    flex-direction: column; }
    .commitment .ft-inner div .ft-left {
      width: inherit;
      order: 2; }
    .commitment .ft-inner div .ft-right {
      width: inherit;
      order: 1; } }
.lnk_tel b {
  font-size: 1.3em; }
@media (max-width: 800px) {
  .lnk_tel {
    color: white !important;
    background: #666666;
    display: inline-block;
    padding: .4em 1em;
    border-radius: 3em;
    margin-bottom: .6em; } }

header {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 100;
  padding: 1rem;
  height: 60px; }

.navWrap {
  width: 8em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2rem; }

.menu {
  position: absolute;
  right: 0;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  backface-visibility: hidden;
  z-index: 5;
  overflow: hidden;
  transition: all .4s ease-in-out; }

.menu li {
  padding: .3rem 1rem;
  transition: all 0.3s; }

.menu li:hover {
  background: rgba(0, 0, 0, 0.75);
  color: white; }

.menu li:last-child {
  border: none; }

.menu li .icon {
  vertical-align: sub;
  margin-right: .5rem; }

.dropholder {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  position: relative;
  font-size: 1.1rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 600; }

.dropholder:hover, .dropholder:hover:after {
  animation-play-state: paused; }

.dropholder:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0);
  display: block;
  top: 100px;
  left: 37px;
  margin: auto;
  border-radius: 50%; }

.dropdown {
  cursor: pointer;
  position: relative;
  padding: 0.5rem calc(1.75rem + 8px) 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 9999px; }
  .dropdown:after {
    position: absolute;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0; }
  .dropdown.showMenu {
    border-radius: 1em 1em 0 0; }
    .dropdown.showMenu + .menu {
      opacity: 1;
      visibility: visible;
      pointer-events: all;
      background: rgba(255, 255, 255, 0.85);
      border-radius: 0 0 1em 1em; }

@media screen and (min-width: 800px) {
  .sns li .icon {
    width: 1.6rem;
    height: 1.6rem; }

  .f-sbnr ul {
    flex-flow: wrap; }

  .f-sbnr li {
    width: 300px; } }
footer .bnr {
  max-width: 500px;
  margin: 0 auto;
  padding: 2rem; }
  footer .bnr ul {
    flex-direction: column; }
    footer .bnr ul a {
      display: block;
      margin-bottom: 1rem; }
footer .f-nav {
  padding: 2rem; }
  footer .f-nav ul {
    flex-wrap: wrap; }
    footer .f-nav ul li {
      text-align: center;
      font-size: 1.3rem;
      font-weight: bold;
      flex-grow: 1;
      align-self: stretch;
      width: 50%; }
      footer .f-nav ul li span {
        display: block;
        font-size: 1.142rem;
        font-weight: normal; }
      footer .f-nav ul li a {
        display: block;
        padding: 1rem 0; }
footer .f-btm {
  background: url("../images/bg.gif") repeat; }
  footer .f-btm .f-inner {
    padding: 3.3rem 0 1.76rem; }
  footer .f-btm .f-sns {
    margin: 0 auto; }
    footer .f-btm .f-sns li {
      padding: .8rem; }
    footer .f-btm .f-sns .icon {
      width: 1.92em;
      height: 1.92em; }
  footer .f-btm .f-logo {
    max-width: 150px;
    margin: 0 auto 2rem; }
  footer .f-btm .footnav {
    flex-direction: column;
    margin-bottom: 2rem; }
    footer .f-btm .footnav dl {
      margin-bottom: 1rem;
      text-align: center; }
      footer .f-btm .footnav dl dt {
        font-weight: bold;
        margin-bottom: 1rem;
        font-size: 1.198rem; }
      footer .f-btm .footnav dl dd {
        margin-bottom: 1rem;
        font-size: 1.198rem; }
  footer .f-btm .copyRight {
    margin-bottom: 1em;
    text-align: center; }
@media (min-width: 800px) {
  footer .bnr {
    max-width: 1004px;
    padding: 4rem 0;
    margin-bottom: 0; }
    footer .bnr ul {
      flex-direction: row;
      flex-wrap: wrap; }
      footer .bnr ul li {
        width: 300px; }
      footer .bnr ul a {
        padding: 1rem; }
  footer .f-nav {
    max-width: 1004px;
    margin: 0 auto;
    padding: 4rem 0; }
    footer .f-nav ul {
      flex-wrap: nowrap; }
      footer .f-nav ul li {
        text-align: center;
        font-size: 1.2rem;
        font-weight: bold;
        flex-grow: 1;
        width: inherit;
        width: 250px; }
        footer .f-nav ul li:first-child {
          border-left: 1px solid #0c0c0c; }
        footer .f-nav ul li:last-child {
          border-right: 1px solid #0c0c0c; }
        footer .f-nav ul li span {
          display: block;
          font-size: 1.142rem;
          font-weight: normal; }
        footer .f-nav ul li a {
          display: block;
          padding: 0; }
      footer .f-nav ul li + li {
        border-left: 1px solid #0c0c0c;
        border-top: none; }
  footer .f-btm .f-logo {
    max-width: 250px; }
  footer .f-btm .footnav {
    flex-direction: row;
    align-items: flex-start; }
  footer .f-btm .f-sns li {
    padding: 1rem; }
  footer .f-btm .f-sns .icon {
    width: 3rem;
    height: 3rem; } }

.breadcrumb {
  white-space: nowrap;
  overflow: auto;
  line-height: 1;
  border-top: 1px solid;
  padding: 0 .6rem; }
  .breadcrumb li {
    height: 40px;
    line-height: 40px; }
  .breadcrumb a {
    display: inline-block;
    padding: 0 .4rem; }
  @media (min-width: 800px) {
    .breadcrumb {
      font-size: .9rem; } }

main {
  overflow: hidden; }
  main .breadcrumb {
    color: #3f3f3f; }
    @media (min-width: 800px) {
      main .breadcrumb {
        padding: .6em 0;
        border: none;
        font-size: .9em; } }

.p-n_btn {
  padding: 2rem 0; }
  .p-n_btn .icon {
    width: .8rem;
    vertical-align: text-top; }
  .p-n_btn .prev {
    margin-right: 4rem; }
    .p-n_btn .prev .icon {
      transform: rotate(180deg);
      margin-right: 1rem; }
  .p-n_btn .next {
    margin-left: 4rem; }
    .p-n_btn .next .icon {
      margin-left: 1rem; }

header h1 {
  font-size: 2.5rem;
  text-align: center;
  padding-bottom: .6rem;
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  height: 100%;
  flex: 1 0 auto; }

.ttl1, .ttl3 {
  position: relative;
  text-align: center;
  font-size: 2.14rem;
  font-weight: bold;
  margin-bottom: 4rem;
  line-height: 1;
  letter-spacing: .3rem; }
  .ttl1 span, .ttl3 span {
    display: block;
    font-weight: normal;
    font-size: 1.14rem;
    margin-top: .5rem; }

.ttl2 {
  font-size: 1.785rem;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .2rem; }
  .ttl2 span {
    display: block;
    font-weight: normal;
    font-size: 1.14rem;
    margin-top: .5rem; }

@media (max-width: 800px) {
  .ttl1, .ttl3 {
    margin-bottom: 2.6rem;
    font-size: 1.83rem;
    line-height: 1.3; }

  .ttl2 {
    line-height: 1.3; } }
.news .mv {
  background: url("../images/info_mv.jpg") no-repeat; }

.article {
  padding: 0 1rem; }
  .article li {
    padding-bottom: 1rem;
    border-bottom: 1px dashed #0c0c0c;
    margin-bottom: 2rem; }
  .article dt {
    margin-bottom: 1rem; }
    .article dt span {
      background: #0c0c0c;
      color: #fff;
      padding: 0 .5rem;
      margin: 0 1rem; }
  .article dd {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.6; }
    .article dd .icon {
      width: 1rem;
      vertical-align: text-bottom;
      margin-right: 1rem; }
  .article .ttl {
    border-bottom: 1px dashed #0c0c0c;
    margin-bottom: 2rem; }
  .article .article-inner {
    font-size: 1rem;
    font-weight: normal;
    align-items: flex-start;
    margin-bottom: 3rem; }
    .article .article-inner .img {
      max-width: 340px;
      margin: 0 2rem; }
    .article .article-inner .txt {
      width: 60%; }
      .article .article-inner .txt p {
        line-height: 2; }

@media (max-width: 800px) {
  .article {
    padding: 0; }
    .article dt {
      flex-direction: column;
      align-items: stretch; }
      .article dt > div:first-child {
        margin-bottom: .3rem; }
    .article .article-inner {
      flex-direction: column; }
      .article .article-inner .img {
        max-width: none;
        margin: 0 0 2rem; }
      .article .article-inner .txt {
        width: 100%; } }
.ttl3 {
  margin: 3rem auto !important; }

.ttl3 span::after {
  display: none; }

#nav-toggle {
  width: 30px;
  height: 30px;
  padding: .5rem 0;
  cursor: pointer; }

#nav-toggle > div {
  position: relative; }

#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out; }

#nav-toggle span:nth-child(1) {
  top: 0; }

#nav-toggle span:nth-child(2) {
  top: 10px; }

#nav-toggle span:nth-child(3) {
  top: 20px; }

#nav-toggle:hover span:nth-child(1) {
  top: 3px; }

#nav-toggle:hover span:nth-child(3) {
  top: 17px; }

.open #nav-toggle span {
  background: #fff; }

.open #nav-toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.open #nav-toggle span:nth-child(2) {
  top: 10px;
  width: 0;
  left: 50%; }

.open #nav-toggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* z-index */
#nav-toggle {
  z-index: 1000; }

#container {
  z-index: 900; }

#gloval-nav {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease; }
  #gloval-nav nav {
    align-items: flex-start; }
  #gloval-nav .bd {
    font-size: 1.526rem;
    font-weight: bold; }
  #gloval-nav .main_menu {
    margin-right: 7rem; }
  #gloval-nav .sub_menu span {
    display: block;
    font-size: .8rem; }

#gloval-nav {
  /*      &:nth-child(4) {
          transition-delay: .45s;
        }
        &:nth-child(5) {
          transition-delay: .6s;
        }
        &:nth-child(6) {
          transition-delay: .75s;
        }
        &:nth-child(7) {
          transition-delay: .9s;
        }*/ }
  #gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    transition: color .6s ease;
    font-size: 1.23rem; }
    #gloval-nav a:hover {
      color: #666; }
  #gloval-nav ul {
    list-style: none; }
  #gloval-nav ul {
    opacity: 0;
    transform: translateX(200px);
    transition: transform .6s ease, opacity .2s ease; }
  #gloval-nav .sub_menu {
    transition-delay: .3s; }

/* open */
.open {
  overflow: hidden; }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1; }
  .open #gloval-nav ul {
    opacity: 1;
    transform: translateX(0);
    /*transition:  transform 1s ease, opacity .9s ease;*/ }

@media (max-width: 768px) {
  #gloval-nav {
    display: block;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 990;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease; }
    #gloval-nav .nav-inner {
      overflow: auto;
      padding: 68px 50px 150px;
      height: 100vh; }
      #gloval-nav .nav-inner nav {
        flex-direction: column; }
        #gloval-nav .nav-inner nav a {
          padding: 7px 0; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*-ms-touch-action: pan-y;*/
  touch-action: pan-y;
  /*-webkit-tap-highlight-color: transparent;*/ }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: -25px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 25px;
    line-height: 1;
    color: black;
    opacity: 0.75;
    /* -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;*/ }

.slick-prev {
  left: 15px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 15px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 15px; }
  [dir="rtl"] .slick-next {
    left: 15px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -5px;
  left: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 10px;
        height: 10px;
        text-align: center;
        opacity: 0.25;
        /*-webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;*/
        background: black;
        border-radius: 10px; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.panel_slide {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 30px; }

.dlt_1 {
  transition: .3s ease-out;
  transform: translateY(20%);
  opacity: 0; }
  .dlt_1.started {
    transform: none;
    opacity: 1; }

.boyo.started {
  animation: boyooon .9s ease-out .2s; }

@keyframes boyooon {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.15, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.05, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }
body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 20px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/*@import "lity1-6-6";@import "form";*/
header {
  background: #000;
  padding: 1rem;
  height: 60px; }
  header .h-logo {
    margin-right: auto;
    max-width: 150px; }
  header .navWrap {
    padding-right: 0; }

.menu a {
  display: block; }
  .menu a:hover {
    color: white; }

main {
  padding-top: 60px; }

.main .mv-left {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .main .mv-left .ml-inner {
    padding: 4rem 6rem; }
    .main .mv-left .ml-inner .mv-logo {
      max-width: 250px;
      margin-bottom: 2rem; }
    .main .mv-left .ml-inner h1 {
      font-size: 1.57rem;
      font-weight: bold; }
    .main .mv-left .ml-inner .s-tel {
      font-size: 1.285rem;
      font-weight: bold;
      margin-bottom: 1rem;
      letter-spacing: .2rem; }
    .main .mv-left .ml-inner address {
      margin-bottom: 1rem;
      line-height: 2; }
      .main .mv-left .ml-inner address span {
        margin-left: 1rem; }
        .main .mv-left .ml-inner address span a {
          text-decoration: underline; }
        .main .mv-left .ml-inner address span .icon {
          vertical-align: text-bottom;
          height: 1.3rem; }
    .main .mv-left .ml-inner dl dt {
      margin-bottom: .5rem; }
    .main .mv-left .ml-inner dl dd tr th {
      vertical-align: top;
      text-align: left; }
    .main .mv-left .ml-inner dl dd tr td {
      padding-bottom: .5rem; }
.main .mv-right {
  width: 60%;
  align-self: stretch;
  overflow: hidden;
  /*background: url("../images/shop1_mv.jpg") no-repeat center/cover;
  position: relative;
    height: 100vh;*/ }
  .main .mv-right img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
.main .ur-mv.mv-right {
  background: url("../images/menu/menu-mv.jpg") no-repeat center/cover; }

@media (min-width: 800px) and (max-width: 1000px) {
  .mv-left .ml-inner {
    padding: 4rem 2rem; } }
@media (max-width: 800px) {
  .main {
    flex-direction: column;
    min-height: inherit; }
    .main .mv-left {
      width: 100%;
      order: 2;
      padding: 4.2rem 2rem 2rem;
      justify-content: center; }
      .main .mv-left .ml-inner {
        margin-left: inherit;
        padding: 0; }
        .main .mv-left .ml-inner .mv-logo {
          margin: 0 auto 2rem;
          max-width: 150px; }
    .main .mv-right {
      width: 100%;
      order: 1; }
    .main .ur-mv.mv-right {
      padding-top: 35vh; } }
.message {
  background: url("../images/bg.gif") repeat;
  padding: 6.2rem 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .message .msg-txt {
    max-width: 680px; }
    .message .msg-txt h2 {
      font-size: 1.785rem;
      font-weight: bold;
      line-height: 1.3;
      letter-spacing: .3rem;
      margin-bottom: 2rem; }
    .message .msg-txt p {
      line-height: 2;
      font-size: 1.1rem; }

@media (max-width: 800px) {
  .message {
    padding: 3rem 2rem; }
    .message .msg-txt {
      writing-mode: inherit;
      height: auto; }
      .message .msg-txt h2 {
        font-size: 1.6rem;
        margin-left: 0;
        letter-spacing: inherit;
        margin-bottom: 2rem; }
      .message .msg-txt p {
        margin-left: 0;
        margin-bottom: 1.5rem; } }
@media (max-width: 800px) {
  .feauture .ft-inner > div {
    margin-bottom: 2rem; } }
.campaign .sn-inner {
  max-width: 750px;
  margin: 0 auto 2rem; }

.shop-nav {
  padding: 3.2rem 0;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.285rem; }
  .shop-nav ul li {
    padding-right: 2rem;
    border-right: 1px solid #0c0c0c;
    margin-right: 2rem; }
    .shop-nav ul li:last-child {
      padding-right: 0;
      border-right: none;
      margin-right: 0; }
    .shop-nav ul li a {
      display: block;
      text-align: center; }

@media (max-width: 800px) {
  .shop-nav ul {
    flex-wrap: wrap; }
    .shop-nav ul li {
      width: 50%;
      max-width: inherit;
      padding-right: inherit;
      border-right: inherit;
      margin-right: inherit; }
      .shop-nav ul li a {
        padding: 1rem 0; } }
.s-menu {
  background: #000; }
  .s-menu .ttl1 {
    color: #fff; }
    .s-menu .ttl1 span::after {
      background-color: #fff; }
  .s-menu .ttl2 {
    color: #fff;
    margin-bottom: 5rem; }
  .s-menu .m-wrap {
    max-width: 1068px;
    margin: 0 auto; }
    .s-menu .m-wrap .m-list {
      margin-bottom: 7.5rem; }
      .s-menu .m-wrap .m-list .lst {
        max-width: 200px;
        padding: 1rem; }
        .s-menu .m-wrap .m-list .lst p {
          color: #fff;
          font-size: 1.142rem;
          text-align: center;
          padding-top: 2rem;
          letter-spacing: 0; }

@media (max-width: 800px) {
  .s-menu.s-inner {
    padding: 5rem 0 4rem; }

  .s-menu .m-wrap .m-list {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0 .5rem; }
    .s-menu .m-wrap .m-list .slick-dots {
      bottom: -35px; }
    .s-menu .m-wrap .m-list .slick-dots li button:before {
      color: #fff; }
    .s-menu .m-wrap .m-list .lst {
      max-width: inherit;
      width: calc(100% / 3);
      padding: 1rem .5rem; } }
/*.slick-slide{
padding: 1rem;
}*/
.si-top {
  margin-bottom: 8rem; }

.si-right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  width: 45%;
  align-self: flex-start; }
  .si-right h4 {
    font-size: 1.57rem;
    font-weight: bold; }
  .si-right .si-tel {
    font-size: 1.285rem;
    font-weight: bold;
    letter-spacing: .2rem;
    margin-bottom: 1rem; }
  .si-right address {
    font-size: 1.07rem;
    margin-bottom: 3rem; }
  .si-right dt {
    margin-bottom: 1rem;
    font-size: 1.07rem;
    font-weight: bold; }
  .si-right dd {
    margin-bottom: 2rem; }
    .si-right dd th {
      vertical-align: top;
      text-align: left; }
    .si-right dd td {
      padding-bottom: 1rem; }
      .si-right dd td br {
        display: none; }

.map {
  width: 55%; }
  .map iframe {
    width: 100%; }

@media (max-width: 800px) {
  .s-info.s-inner {
    padding: 4rem 0 0; }

  .s-info .slick-slide {
    padding: .5rem; }

  .si-top {
    margin-bottom: 4rem; }

  .si-btm {
    flex-direction: column; }

  .map {
    order: 2;
    width: 100%;
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
    margin: 0 auto; }

  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

  .si-right {
    order: 1;
    width: 100%; }
    .si-right dd .sp_none {
      display: none; }
    .si-right dd td .br {
      display: block; }
    .si-right dd td br {
      display: block; } }
.top-content .leftNav {
  position: fixed;
  width: 300px;
  top: 60px;
  padding: 1rem 2rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }
  .top-content .leftNav .mv-logo {
    max-width: 160px;
    margin: 0 auto 1rem; }
  .top-content .leftNav h1 {
    font-size: 1.5rem;
    font-weight: bold; }
  .top-content .leftNav .s-tel {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: .5rem;
    letter-spacing: .2rem; }
  .top-content .leftNav address {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: .9rem; }
    .top-content .leftNav address span {
      display: block; }
      .top-content .leftNav address span .icon {
        vertical-align: sub; }
      .top-content .leftNav address span a {
        text-decoration: underline; }
  .top-content .leftNav dl {
    font-weight: bold; }
    .top-content .leftNav dl dt {
      font-size: .9rem;
      margin-bottom: .5rem; }
    .top-content .leftNav dl dd table {
      font-size: .9rem;
      margin-bottom: 1rem; }
      .top-content .leftNav dl dd table th {
        text-align: left;
        vertical-align: top; }
      .top-content .leftNav dl dd table td {
        padding-bottom: .5rem; }
  .top-content .leftNav li {
    font-size: 1.142rem;
    margin-bottom: .5rem;
    font-weight: bold;
    position: relative;
    padding-left: 25px; }
    .top-content .leftNav li:before {
      content: '';
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 16px;
      height: 1px;
      background-color: black;
      left: 0; }

.ur-mv {
  position: relative; }
  .ur-mv h2 {
    position: absolute;
    font-size: 3.14rem;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
    font-weight: bold;
    text-align: center; }
    .ur-mv h2 span {
      font-size: 1.428rem;
      display: block;
      font-weight: lighter; }

.btm-content {
  width: inherit;
  padding-top: 0; }
  .btm-content .content-inner {
    max-width: 1068px;
    margin: 0 auto;
    overflow: hidden; }

@media (max-width: 800px) {
  .top-content {
    display: flex;
    flex-direction: column; }

  .leftNav {
    order: 2;
    position: inherit;
    top: 0;
    width: 100%;
    padding: 3.5rem 3rem; }
    .leftNav .mv-logo {
      max-width: 150px; }
    .leftNav address, .leftNav table {
      font-size: 1.16rem; }
    .leftNav ul {
      display: flex;
      flex-wrap: wrap; }
    .leftNav li {
      position: inherit;
      padding-left: 0;
      text-align: center;
      width: 50%;
      font-weight: normal;
      font-size: 1.3rem; }
      .leftNav li::before {
        content: none; }

  .ur-mv {
    margin-left: inherit;
    height: 160px; }
    .ur-mv h2 {
      font-size: 2.6rem; }
      .ur-mv h2 span {
        font-size: 1.16rem; }

  .btm-content {
    margin-left: 0; } }
.ur-menu {
  position: relative; }
  .ur-menu .btm-content .tabWrap {
    background: url("../images/bg.gif") repeat;
    padding: 2rem 0; }
    .ur-menu .btm-content .tabWrap .nav {
      display: flex;
      justify-content: center;
      position: relative; }
      .ur-menu .btm-content .tabWrap .nav li:not(:first-child) {
        border-left: 1px solid rgba(12, 12, 12, 0.3); }
      .ur-menu .btm-content .tabWrap .nav li a {
        display: block;
        text-align: center;
        color: #665244; }
      .ur-menu .btm-content .tabWrap .nav li .main_c {
        font-size: 1.4rem;
        padding: 0 1em;
        height: 40px;
        line-height: 40px;
        font-weight: bold; }
      .ur-menu .btm-content .tabWrap .nav li ul {
        width: 100%;
        top: 40px;
        left: 0;
        position: absolute;
        z-index: 1;
        background: #efefef; }
        .ur-menu .btm-content .tabWrap .nav li ul li {
          overflow: hidden;
          height: 0; }
        .ur-menu .btm-content .tabWrap .nav li ul a {
          padding: 1.4em 0;
          font-size: 1.3em; }
          .ur-menu .btm-content .tabWrap .nav li ul a:not:last-child {
            border-bottom: 1px solid rgba(12, 12, 12, 0.1); }
      .ur-menu .btm-content .tabWrap .nav li:hover > ul > li {
        overflow: visible;
        height: 100%; }
  .ur-menu .btm-content .menu-content {
    padding-top: 6rem; }
    .ur-menu .btm-content .menu-content .pickUp {
      background: #000;
      margin-bottom: 8rem;
      min-height: 300px;
      overflow: hidden;
      align-items: flex-start;
      min-width: 1000px; }
      .ur-menu .btm-content .menu-content .pickUp .ft-left {
        width: 40%;
        color: #fff;
        padding: 2.85rem 4rem 4rem;
        align-self: center; }
        .ur-menu .btm-content .menu-content .pickUp .ft-left .left-inner {
          max-width: 500px;
          margin: 0 auto; }
          .ur-menu .btm-content .menu-content .pickUp .ft-left .left-inner dl {
            margin-bottom: 1rem; }
            .ur-menu .btm-content .menu-content .pickUp .ft-left .left-inner dl dt {
              font-size: 2rem;
              line-height: 1; }
            .ur-menu .btm-content .menu-content .pickUp .ft-left .left-inner dl dd {
              font-size: 1.42rem;
              min-width: 100px;
              text-align: right; }
      .ur-menu .btm-content .menu-content .pickUp .ft-right {
        width: 60%;
        align-self: flex-start; }
    .ur-menu .btm-content .menu-content .menuWrap {
      max-width: 1068px;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center; }
      .ur-menu .btm-content .menu-content .menuWrap .menu-list {
        flex-wrap: wrap; }
        .ur-menu .btm-content .menu-content .menuWrap .menu-list li {
          padding: 1rem;
          align-self: stretch; }
          .ur-menu .btm-content .menu-content .menuWrap .menu-list li img {
            margin-bottom: 1rem; }
          .ur-menu .btm-content .menu-content .menuWrap .menu-list li dt {
            font-size: 1.142rem;
            font-weight: bold; }
            .ur-menu .btm-content .menu-content .menuWrap .menu-list li dt span {
              display: block;
              font-size: 1rem;
              font-weight: lighter; }
          .ur-menu .btm-content .menu-content .menuWrap .menu-list li .sys-price {
            font-size: 1.442rem;
            text-align: right;
            font-weight: bold; }
            .ur-menu .btm-content .menu-content .menuWrap .menu-list li .sys-price span {
              font-size: .857rem;
              font-weight: normal; }
          .ur-menu .btm-content .menu-content .menuWrap .menu-list li .gram {
            display: flex;
            justify-content: space-between;
            align-items: flex-end; }
            .ur-menu .btm-content .menu-content .menuWrap .menu-list li .gram div:first-child {
              width: 75%;
              text-align: left; }
          .ur-menu .btm-content .menu-content .menuWrap .menu-list li .comment {
            text-align: left;
            margin-top: .5rem;
            padding-top: .5rem;
            line-height: 1.3;
            color: #665244;
            font-size: .9rem;
            border-top: 1px solid #cccccc; }

@media (max-width: 440px) {
  .menu-list {
    flex-direction: column; }
    .menu-list li {
      max-width: inherit;
      padding-bottom: 0; }
      .menu-list li img {
        margin-bottom: 1rem; } }
@media (min-width: 441px) {
  .menu-list li {
    width: 50%; } }
@media (min-width: 800px) {
  .tabWrap {
    min-width: 1000px; }

  .menu-list {
    margin: 0 auto; }
    .menu-list li {
      /*width: 50%;*/
      width: calc(100% / 3); } }
/*@media (min-width: 1024px) {
.menu-list{
margin: 0 auto;
li{
width: calc(100% / 3);
}
}
}*/
@media (min-width: 1280px) {
  .menu-list {
    margin: 0 auto; }
    .menu-list li {
      width: 25%; } }
@media (max-width: 800px) {
  .ur-menu .top-content {
    position: inherit; }
  .ur-menu .btm-content .tabWrap {
    margin-left: 0;
    order: 3; }
    .ur-menu .btm-content .tabWrap .tabs .tab-buttons {
      border-bottom: none; }
      .ur-menu .btm-content .tabWrap .tabs .tab-buttons .tab-inner {
        flex-direction: column;
        max-width: inherit; }
        .ur-menu .btm-content .tabWrap .tabs .tab-buttons .tab-inner span {
          width: auto;
          height: 50px;
          padding-top: 10px; }
        .ur-menu .btm-content .tabWrap .tabs .tab-buttons .tab-inner #lamp {
          width: 40%; }
        .ur-menu .btm-content .tabWrap .tabs .tab-buttons .tab-inner #lamp.content2 {
          left: 30%;
          top: calc(100% / 3 * 2); }
        .ur-menu .btm-content .tabWrap .tabs .tab-buttons .tab-inner #lamp.content3 {
          left: 30%;
          top: calc(100% / 3 * 3); }
        .ur-menu .btm-content .tabWrap .tabs .tab-buttons .tab-inner #lamp.content4 {
          left: 30%;
          top: calc(100% / 3 * 4); }
        .ur-menu .btm-content .tabWrap .tabs .tab-buttons .tab-inner #lamp.content5 {
          left: 30%;
          top: calc(100% / 3 * 5); }
        .ur-menu .btm-content .tabWrap .tabs .tab-buttons .tab-inner #lamp.content1 {
          left: 30%;
          top: calc(100% / 3 * 1); }
    .ur-menu .btm-content .tabWrap .tabs .tab-content .c-inner ul.center {
      display: block;
      justify-content: inherit; }
      .ur-menu .btm-content .tabWrap .tabs .tab-content .c-inner ul.center li img {
        max-width: none; }
    .ur-menu .btm-content .tabWrap .tabs .tab-content .c-inner .slick-dots {
      bottom: -50px; }
  .ur-menu .btm-content .menu-content .pickUp {
    flex-direction: column;
    margin-bottom: 2rem;
    min-width: inherit;
    min-height: inherit;
    max-height: inherit; }
    .ur-menu .btm-content .menu-content .pickUp .ft-left {
      order: 2;
      width: 100%; }
      .ur-menu .btm-content .menu-content .pickUp .ft-left .left-inner dl {
        flex-direction: column;
        align-items: stretch; }
        .ur-menu .btm-content .menu-content .pickUp .ft-left .left-inner dl dd {
          text-align: left; }
    .ur-menu .btm-content .menu-content .pickUp .ft-right {
      order: 1;
      width: 100%; }
  .ur-menu .s-inner {
    padding: 0 0 4rem; } }
.ur-campaign .btm-content dt {
  font-size: 1.285rem;
  padding: 1.25rem 0;
  border-bottom: 1px dashed #0c0c0c;
  margin-bottom: 2rem;
  font-weight: bold; }
  .ur-campaign .btm-content dt span {
    font-size: .857rem;
    display: block;
    margin-bottom: .5rem; }
  .ur-campaign .btm-content dt .icon {
    width: .8rem;
    height: .8rem;
    margin-right: 1rem; }
.ur-campaign .btm-content dd {
  max-width: 750px;
  margin: 0 auto 3rem; }
.ur-campaign .btm-content .cam-bnr {
  margin-bottom: 1rem; }
.ur-campaign .btm-content .cam-txt {
  line-height: 1.6; }
.ur-campaign .btm-content .top-btn::after {
  width: 155px; }

@media (min-width: 800px) {
  .news .content-inner {
    min-width: 800px; } }
/* ポップアップウインドウの設定 */
.modal {
  margin: auto;
  padding: 0 3rem;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc( 100% - 60px);
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center; }
  .modal ul {
    width: 100%;
    max-width: 600px; }
    .modal ul, .modal ul a, .modal ul button {
      color: white;
      font-size: 1.2em; }
    .modal ul a, .modal ul button {
      display: block;
      padding: 1em 0; }
    .modal ul li:not(:last-child) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .modal ul button {
      background-color: transparent;
      border: none;
      cursor: pointer;
      outline: none;
      padding: 0;
      appearance: none;
      margin-left: auto;
      font-size: .85em; }
    .modal ul span {
      font-size: 2em;
      display: inline-block;
      margin-right: .2em; }

.overlay {
  background: #777;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98; }

.box_topics_bnn {
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column; }
  @media (min-width: 800px) {
    .box_topics_bnn {
      flex-wrap: wrap;
      flex-direction: row; } }
  .box_topics_bnn a {
    display: block;
    max-width: 350px;
    margin: 10px; }

.banner-area .flexB {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 2%; }
  .banner-area .flexB .bnr-left {
    width: 48%;
    margin-right: 2%; }
  .banner-area .flexB .bnr-right {
    width: 48%;
    margin-left: 2%; }

.banner-area2 .bnr-inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 2%; }

.banner-area3 .flexB {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 2%; }
  .banner-area3 .flexB .bnr-left {
    width: 32%;
    margin-right: 2%; }
  .banner-area3 .flexB .bnr-center {
    width: 32%;
    margin-right: 2%; }
  .banner-area3 .flexB .bnr-right {
    width: 32%; }

.banner-area4 .flexB {
  max-width: 880px;
  margin: 0 auto;
  padding: 1% 2%; }
  .banner-area4 .flexB .bnr-left {
    width: 48%;
    margin-right: 2%; }
  .banner-area4 .flexB .bnr-right {
    width: 48%; }

@media (max-width: 800px) {
  .banner-area .flexB, .banner-area3 .flexB, .banner-area4 .flexB {
    flex-direction: column;
    padding: 0; }
    .banner-area .flexB .bnr-left, .banner-area .flexB .bnr-right, .banner-area .flexB .bnr-center, .banner-area3 .flexB .bnr-left, .banner-area3 .flexB .bnr-right, .banner-area3 .flexB .bnr-center, .banner-area4 .flexB .bnr-left, .banner-area4 .flexB .bnr-right, .banner-area4 .flexB .bnr-center {
      width: 100%;
      margin: 0; }
    .banner-area .flexB .bnr-left, .banner-area .flexB .bnr-center, .banner-area3 .flexB .bnr-left, .banner-area3 .flexB .bnr-center, .banner-area4 .flexB .bnr-left, .banner-area4 .flexB .bnr-center {
      margin-bottom: 10%; }

  .banner-area4 .flexB {
    margin-bottom: 10%; } }
.insta-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 1rem; }
  .insta-inner .insta-btn {
    display: block;
    max-width: 180px;
    border: 1px solid #000;
    text-align: center;
    margin: 2rem auto;
    padding: 1.3rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
    transition: 1s; }
    .insta-inner .insta-btn:hover {
      background: #000;
      box-shadow: 0px 0px 10px #666;
      color: #fff;
      transition: 1s; }

@media (max-width: 800px) {
  .insta-inner .insta-btn {
    transition: none; }
    .insta-inner .insta-btn:hover {
      background: #fff;
      transition: none;
      border: 1px solid #000;
      box-shadow: none;
      color: #000; } }
.concept {
  background: #172736;
  color: #fff; }
  .concept h2 {
    font-size: 2.57rem;
    letter-spacing: .5rem;
    line-height: 1.8; }
  .concept h3 {
    font-size: 1.285rem;
    margin-left: 1rem;
    line-height: 1.6; }
  .concept .rt-txt {
    line-height: 2; }
  .concept .vertical-rl {
    writing-mode: vertical-rl; }
  .concept .c-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 4rem; }
  .concept .c-inner2 {
    max-width: 800px;
    margin: 0 auto; }
  .concept .kodawari .kodawari-top .c-inner2 {
    position: relative; }
  .concept .kodawari .kodawari-top .a5rank {
    position: absolute;
    z-index: 10;
    bottom: -30px; }
  .concept .kodawari .kodawari-top .logo {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0; }
  .concept .kodawari .kodawari-top .c-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 6rem 4rem 10rem; }
    .concept .kodawari .kodawari-top .c-inner div {
      display: flex;
      flex-direction: row-reverse; }
  .concept .kodawari .kodawari-btm {
    background: #000;
    position: relative;
    z-index: 0;
    padding: 2rem 0 5rem; }
    .concept .kodawari .kodawari-btm::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      /* 四角形を傾ける */
      transform: skewY(-7deg);
      transform-origin: bottom left;
      z-index: -1;
      width: 100%;
      height: 100%;
      background: #000; }
    .concept .kodawari .kodawari-btm h2 {
      text-align: center; }
      .concept .kodawari .kodawari-btm h2 span {
        font-size: 1.285rem;
        vertical-align: middle;
        margin-right: 1rem;
        margin-bottom: 0.5rem;
        display: inline-block;
        letter-spacing: 0.05rem; }
      .concept .kodawari .kodawari-btm h2::before, .concept .kodawari .kodawari-btm h2::after {
        content: "";
        display: inline-block;
        width: 100px;
        height: 17px;
        background: url("../images/concept/ttl_pattern.png") repeat; }
      .concept .kodawari .kodawari-btm h2::before {
        margin-right: 50px; }
      .concept .kodawari .kodawari-btm h2::after {
        margin-left: 50px; }
  .concept .sozai, .concept .kukan {
    padding: 5rem 0;
    margin-bottom: -20rem; }
    .concept .sozai .c-inner, .concept .sozai .flexW, .concept .kukan .c-inner, .concept .kukan .flexW {
      flex-direction: row-reverse;
      align-items: flex-start;
      position: relative;
      z-index: 10; }
    .concept .sozai h2, .concept .kukan h2 {
      text-shadow: 0px 0px 3px black; }
    .concept .sozai .c-inner2, .concept .kukan .c-inner2 {
      position: relative;
      z-index: 0;
      top: -16rem; }
  .concept .kukan {
    margin-bottom: -8rem; }
    .concept .kukan .c-inner2 {
      top: -9rem; }
  .concept .tare {
    padding-bottom: 2rem; }
    .concept .tare .c-inner.flexB {
      flex-direction: row-reverse; }
      .concept .tare .c-inner.flexB ul {
        margin: 1rem auto; }
        .concept .tare .c-inner.flexB ul li {
          text-align: center; }
    .concept .tare .c-inner2 {
      padding-top: 4rem; }
      .concept .tare .c-inner2 dl div {
        border: 1px solid #fff;
        padding: 1rem 1rem 2rem;
        margin-bottom: 4rem; }
      .concept .tare .c-inner2 dl dt {
        text-align: center;
        font-size: 1.26rem;
        margin-bottom: 1rem;
        border-bottom: 2px #fff;
        border-bottom-style: dotted;
        padding-bottom: 0.5rem; }
      .concept .tare .c-inner2 dl dd {
        line-height: 1.8; }
  .concept .brand {
    background: #000; }
    .concept .brand .brand-top {
      margin-bottom: 5rem; }
      .concept .brand .brand-top .c-inner2 {
        position: relative; }
        .concept .brand .brand-top .c-inner2 .c-inner {
          display: flex;
          flex-direction: row-reverse;
          justify-content: space-between;
          padding: 6rem 4rem 20rem;
          position: relative;
          z-index: 10; }
          .concept .brand .brand-top .c-inner2 .c-inner h2 span {
            background: -webkit-linear-gradient(180deg, #f6bd44, #f6bd44, #f8eb9e, #f8eb9e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            display: block; }
          .concept .brand .brand-top .c-inner2 .c-inner div {
            display: flex;
            flex-direction: row-reverse; }
      .concept .brand .brand-top .kobegyu {
        position: absolute;
        z-index: 1;
        bottom: -30px; }
    .concept .brand .brand-btm {
      padding-bottom: 5rem; }
      .concept .brand .brand-btm h2 {
        margin-bottom: 3rem;
        font-size: 2rem;
        letter-spacing: 0.05rem;
        text-align: center;
        border-top: 1px solid #f6bd44;
        border-bottom: 1px solid #f6bd44;
        border-image: linear-gradient(to left, #f6bd44 30%, #f8eb9e 100%);
        border-image-slice: 1; }
        .concept .brand .brand-btm h2 span {
          background: -webkit-linear-gradient(90deg, #f6bd44, #f6bd44, #f8eb9e, #f8eb9e);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
      .concept .brand .brand-btm .brand-btm01 {
        padding-bottom: 2rem;
        border-bottom: 1px dotted #fff;
        margin-bottom: 2rem;
        flex-direction: row-reverse; }
        .concept .brand .brand-btm .brand-btm01 div {
          margin-left: 1rem; }
      .concept .brand .brand-btm .brand-btm02 {
        margin-bottom: 3rem; }
        .concept .brand .brand-btm .brand-btm02 div {
          margin-right: 1rem; }
      .concept .brand .brand-btm .brand-btm01, .concept .brand .brand-btm .brand-btm02 {
        align-items: flex-start; }
        .concept .brand .brand-btm .brand-btm01 div, .concept .brand .brand-btm .brand-btm02 div {
          width: 35%; }
          .concept .brand .brand-btm .brand-btm01 div h3, .concept .brand .brand-btm .brand-btm02 div h3 {
            margin-left: 0;
            margin-bottom: 1rem;
            font-size: 1.7rem;
            text-align: center;
            background: -webkit-linear-gradient(90deg, #a38358, #a38358, #eadcba, #eadcba);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            border-bottom: 1px solid #a38358;
            border-image: linear-gradient(to left, #a38358 30%, #eadcba 100%);
            border-image-slice: 1; }
          .concept .brand .brand-btm .brand-btm01 div p, .concept .brand .brand-btm .brand-btm02 div p {
            line-height: 2; }
        .concept .brand .brand-btm .brand-btm01 picture, .concept .brand .brand-btm .brand-btm02 picture {
          width: 65%; }
      .concept .brand .brand-btm .brandBeef {
        padding: 0 1.2rem; }
        .concept .brand .brand-btm .brandBeef img:not(:last-child) {
          margin-bottom: 2rem; }

@media (min-width: 800px) {
  .pc {
    display: none; } }
@media (max-width: 800px) {
  .concept .sp {
    display: none; }
  .concept h2 {
    font-size: 2rem;
    letter-spacing: .3rem;
    line-height: 1.6;
    margin-bottom: 2rem; }
  .concept h3 {
    font-size: 1.38rem;
    margin-left: 0;
    margin-bottom: .5rem;
    line-height: 1.6; }
  .concept .rt-txt {
    font-size: 1.08rem;
    line-height: 2;
    letter-spacing: 0.02rem; }
  .concept .vertical-rl {
    writing-mode: horizontal-tb; }
  .concept .c-inner {
    padding: 0 1.2rem; }
  .concept .flexB, .concept .flexW {
    flex-direction: column; }
  .concept .kodawari .kodawari-top .a5rank {
    width: 68%;
    bottom: -30px; }
  .concept .kodawari .kodawari-top .logo {
    width: 36%;
    right: 1rem; }
  .concept .kodawari .kodawari-top .c-inner {
    flex-direction: column;
    padding: 4rem 1.5rem 17rem;
    text-align: justify;
    letter-spacing: .03rem; }
    .concept .kodawari .kodawari-top .c-inner div {
      flex-direction: column; }
  .concept .kodawari .kodawari-btm {
    padding: 2rem 0 3rem; }
    .concept .kodawari .kodawari-btm::after {
      transform: skewY(-19deg); }
    .concept .kodawari .kodawari-btm h2 {
      margin-bottom: 2rem;
      position: relative; }
      .concept .kodawari .kodawari-btm h2 span {
        margin-right: 0;
        margin-bottom: 0;
        display: block;
        letter-spacing: 0.05rem; }
      .concept .kodawari .kodawari-btm h2::before, .concept .kodawari .kodawari-btm h2::after {
        width: 20%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      .concept .kodawari .kodawari-btm h2::before {
        margin-right: 0;
        left: 0; }
      .concept .kodawari .kodawari-btm h2::after {
        margin-left: 0;
        right: 0; }
  .concept .sozai, .concept .kukan {
    padding: 2rem 0;
    margin-bottom: 0; }
    .concept .sozai .c-inner, .concept .sozai .flexW, .concept .kukan .c-inner, .concept .kukan .flexW {
      flex-direction: column;
      margin-bottom: 1rem; }
    .concept .sozai h2, .concept .kukan h2 {
      text-shadow: none;
      letter-spacing: 0.2rem; }
    .concept .sozai .c-inner2, .concept .kukan .c-inner2 {
      position: inherit; }
  .concept .kukan {
    margin-bottom: 0; }
    .concept .kukan .c-inner2 {
      top: 0; }
  .concept .tare {
    padding: 2rem 1.2rem 0; }
    .concept .tare .c-inner.flexB {
      padding: 0;
      flex-direction: column; }
      .concept .tare .c-inner.flexB ul {
        margin: 0rem auto 1rem;
        flex-direction: row; }
        .concept .tare .c-inner.flexB ul li {
          letter-spacing: 0.02rem; }
    .concept .tare .c-inner2 {
      padding-top: 3rem; }
      .concept .tare .c-inner2 dl div {
        margin-bottom: 2rem; }
  .concept .brand .brand-top .c-inner2 .c-inner {
    flex-direction: column;
    padding: 4rem 1.5rem 19rem;
    text-align: justify;
    letter-spacing: .03rem; }
    .concept .brand .brand-top .c-inner2 .c-inner div {
      flex-direction: column; }
  .concept .brand .brand-btm h2 {
    margin: 0 1.2rem 4rem; }
    .concept .brand .brand-btm h2 span {
      display: block; }
  .concept .brand .brand-btm .brand-btm01, .concept .brand .brand-btm .brand-btm02 {
    flex-direction: column; }
    .concept .brand .brand-btm .brand-btm01 div, .concept .brand .brand-btm .brand-btm02 div {
      width: 100%;
      padding: 0 1.2rem;
      margin-left: 0;
      margin-bottom: 1rem; }
    .concept .brand .brand-btm .brand-btm01 picture, .concept .brand .brand-btm .brand-btm02 picture {
      width: 100%; } }
@media (min-width: 400px) and (max-width: 629px) {
  .concept .kodawari .kodawari-top .a5rank {
    width: 50%;
    bottom: -50px; }

  .concept .kodawari .kodawari-top .logo {
    width: 30%;
    right: 4rem; }

  .concept .brand .brand-top .kobegyu {
    width: 60%; } }
@media (min-width: 630px) and (max-width: 800px) {
  .concept .kodawari .kodawari-top .a5rank {
    width: 40%;
    bottom: -50px; }

  .concept .kodawari .kodawari-top .logo {
    width: 30%;
    right: 8rem; }

  .concept .brand .brand-top .kobegyu {
    width: 55%; } }
