﻿:root {
  --main-color: #333;
  --sub-color: #777;
  --sa-color: #ea0b29;
  --co-color: #828282;
  --otb-color: #b4946c;
}

.u-icon-cart-white {
  width: 25px;
  height: 19px;
  background: url(../../common/icon-cart-white.svg) no-repeat;
}

.u-icon-pin-white {
  width: 14px;
  height: 20px;
  background: url(../../common/icon-pin-white.svg) no-repeat;
}

.l-container {
  width: 100%;
  line-height: 1.5;
}

.l-container li {
  list-style: none;
}

.l-container .sp {
  display: none;
}

.l-container img {
  width: 100%;
}

.concept-copy,
.concept-block,
.concept-movie,
.concept-images {
  width: 750px;
  height: auto;
  margin: 0 auto;
}

/* .concept-visual */
.concept-visual {
  position: relative;
}

.concept-visual img {
    filter: brightness(0.7);
}

.concept-visual .concept-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font: 700 36px / 1.4 "Lato", sans-serif;
  letter-spacing: 0.08em;
  text-align: center;
}

.concept-visual .concept-name span {
    display: block;
    font: 400 18px / 1.4 "Noto Sans JP", sans-serif;
}

/* .concept-logo */

.concept-logo {
  width: 280px;
  margin: 100px auto 60px;
}

/* .concept-copy */

.concept-copy {
  padding-bottom: 60px;
  font: 400 30px / 1.4 "Noto Sans JP", sans-serif;
  text-align: center;
}

/* .concept-buttons */

.concept-buttons {
  width: 500px;
  margin: 0 auto;
  padding: 20px 0 80px;
}

.concept-buttons {
  display: flex;
  gap: 20px;
}

.concept-buttons .concept-button {
  width: 240px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  color: white;
  font-size: 16px;
  border-radius: 25px;
  position: relative;
}

.concept-buttons .concept-button .u-icon {
  margin: 5px 10px 0 0;
}

.concept-buttons .concept-button::after {
  content: "";
  background-image: url(../img/top_button_arrow.svg);
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

/* .concept-lead */
.concept-lead {
  padding-bottom: 30px;
}

.concept-lead .u-title {
  text-align: center;
}

/* .concept-block */
.concept-block {
  padding-bottom: 60px;
}

/* .concept-movie */
.concept-movie {
  padding-bottom: 60px;
}

/* .concept-images */
.concept-images {
  padding-bottom: 60px;
}

.concept-images ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.concept-images ul li {
  width: 240px;
}

.concept-images ul li.wide {
  width: 750px;
  margin-bottom: 60px;
}

/* .concept-list  */

.concept-list {
    width: 1140px;
    margin: 0 auto 40px;
}

.concept-list .concept-list-inner {
    display: flex;
    margin: 40px 0 0;
    gap: 20px;
}

.concept-list .concept-list-inner a {
    display: block;
    width: 213px;
    height: auto;
}

.concept-list-images {
    overflow: hidden;
    width: 213px;
    height: 90px;
    border-radius: 10px;
    background-color: #FFF;
    filter: drop-shadow(0px 0px 4px #ddd);
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.concept-list-images img.sa {
    width: 120px;
}

.concept-list-images img.us {
  width: 120px;
}

.concept-list-images img.os {
  width: 150px;
}

.concept-list-images img.co {
  width: 120px;
}

.concept-list-images img.otb {
  width: 60px;
}

/* .concept-map */
.concept-map {
    background-color: #F6F6F6;
    padding: 60px 0;
    margin-bottom: 60px;
}

.shop-map {
    width: 893px;
    margin: 40px auto 0;
}

/* .concept-slider */
.concept-slider {
  width: 950px;
  margin: 0 auto 100px;
  position: relative;
}

.concept-slider .swiper-container {
  width: 750px;
}

.concept-slider .swiper-pagination {
  position: relative;
  padding-top: 20px;
}

.concept-slider .swiper-pagination-bullet {
  background-color: #ddd;
  width: 30px;
  height: 3px;
  margin: 0 5px;
  border-radius: 0;
  opacity: 1;
}

.concept-slider .swiper-pagination-bullet-active {
  background-color: var(--main-color);
  width: 30px;
  height: 6px;
  border-radius: 0;
}

.concept-slider .swiper-button-prev,
.concept-slider .swiper-button-next {
  overflow: hidden;
  width: 60px;
  height: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 60px;
  outline: none;
  position: absolute;
  z-index: 2;
  top: 50%;
}

.concept-slider .swiper-button-prev {
  background-image: url(../../common/top_sa_slider_arrow_prev.svg) !important;
  left: 0;
}

.concept-slider .swiper-button-next {
  background-image: url(../../common/top_sa_slider_arrow_next.svg) !important;
  right: 0;
}

/* 屋号レイアウト調整 */

.concept-sa .concept-button {
  background-color: var(--sa-color);
}

.concept-co .concept-button {
  background-color: var(--co-color);
}

.concept-otb .concept-logo {
  width: 150px;
}

.concept-otb .concept-button {
  background-color: var(--otb-color);
}

.concept-us .concept-button {
  background-color: #AB89BD;
}

.u-title {
  color: var(--main-color);
  font: 700 18px / 1.4 "Noto Sans JP", sans-serif;
}

.u-title-top {
  text-align: center;
  color: #000;
  font: 700 20px / 1.4 "Noto Sans JP", sans-serif;
}

.u-title-top span {
  display: block;
  margin: 10px 0 0;
  color: #999;
  font: 700 10px / 1.4 "Lato", sans-serif;
  letter-spacing: 0.08em;
}

.u-text,
.u-text-link {
  font: 400 14px / 1.8 "Noto Sans JP", sans-serif;
}

.u-text10 {
  font-size: 10px;
}

.u-text11 {
  font-size: 11px;
}

.u-text12 {
  font-size: 12px;
}

.u-text13 {
  font-size: 13px;
}

.u-text14 {
  font-size: 14px;
}

.u-text16 {
  font-size: 16px;
}

.u-text-gray {
  color: var(--sub-color);
}

.u-text-link {
  text-decoration: underline;
  transition: 0.3s;
}

.u-text-link:hover {
  text-decoration: underline;
  opacity: 0.6;
}

.shop-map.shop-map-sp{display:none;}