﻿:root {
  --main-color: #333;
  --sub-color: #777;
  --sa-color: #ea0b29;
  --co-color: #828282;
  --otb-color: #b4946c;
}

.u-icon-cart-white {
  width: 18px;
  height: 14px;
  background: url(../../common/icon-cart-white.svg) no-repeat center / 100%;
}

.u-icon-pin-white {
  width: 12px;
  height: 17px;
  background: url(../../common/icon-pin-white.svg) no-repeat center / 100%;
}

.l-container {
  width: 100%;
}

.l-container li {
  list-style: none;
}

.l-container .pc {
  display: none;
}

.l-container img {
  width: 100%;
}

/* .concept-visual */
.concept-visual {
  position: relative;
}

.concept-visual img {
  filter: brightness(0.7);
}

.concept-visual .concept-name {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font: 700 calc(24 * (100vw / 375)) / 1.4 "Lato", sans-serif;
  letter-spacing: 0.08em;
  text-align: center;
}

.concept-visual .concept-name span {
  display: block;
  font: 400 calc(16 * (100vw / 375)) / 1.4 "Noto Sans JP", sans-serif;
}

/* .concept-logo */

.concept-logo {
  width: calc(200 * (100vw / 375));
  margin: calc(60 * (100vw / 375)) auto;
}

/* .concept-copy */

.concept-copy {
  padding-bottom: calc(40 * (100vw / 375));
  font: 400 calc(15 * (100vw / 375)) / 1.4 "Noto Sans JP", sans-serif;
  text-align: center;
  width: calc(335 * (100vw / 375));
  height: auto;
  margin: 0 auto;
}

/* .concept-buttons */

.concept-buttons {
  display: flex;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 40px;
  gap: 1px;
}

.concept-button {
  width: 100%;
  height: 40px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: white;
  position: relative;
  background-color: var(--main-color);
}

.concept-button:first-child {
  border-radius: 25px 0 0 25px;
}

.concept-button:last-child {
  border-radius: 0 25px 25px 0;
}

.concept-button::after {
  content: none;
}

/* .concept-lead */
.concept-lead {
  padding-bottom: calc(15 * (100vw / 375));
}

.concept-lead .u-title {
  text-align: center;
}

/* .concept-block */
.concept-block {
  width: calc(335 * (100vw / 375));
  height: auto;
  margin: 0 auto;
  padding-bottom: calc(40 * (100vw / 375));
}

/* .concept-movie */
.concept-movie {
  padding-bottom: calc(40 * (100vw / 375));
}

/* .concept-images */
.concept-images {
  width: calc(335 * (100vw / 375));
  height: auto;
  margin: 0 auto;
  padding-bottom: calc(40 * (100vw / 375));
}

.concept-images ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: calc(5 * (100vw / 375));
}

.concept-images ul li {
  width: calc(165 * (100vw / 375));
}

.concept-images ul li.wide {
  width: calc(335 * (100vw / 375));
  margin: 0 auto calc(40 * (100vw / 375));
}

/* .concept-list  */

.concept-list {
  width: calc(335 * (100vw / 375));
  margin: 0 auto;
}

.concept-list .concept-list-inner {
  margin: calc(20 * (100vw / 375)) 0 0;
}

.concept-list .concept-list-inner a {
  width: calc(335 * (100vw / 375));
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(20 * (100vw / 375));
  gap: calc(15 * (100vw / 375));
}

.concept-list-images {
  overflow: hidden;
  width: calc(120 * (100vw / 375));
  height: calc(90 * (100vw / 375));
  border-radius: calc(10 * (100vw / 375));
  background-color: #fff;
  filter: drop-shadow(0px 0px 4px #ddd);
  display: flex;
  justify-content: center;
  margin-bottom: calc(10 * (100vw / 375));
}

.concept-list-images img.sa {
  width: calc(100 * (100vw / 375));
}

.concept-list-images img.us {
  width: calc(90 * (100vw / 375));
}

.concept-list-images img.os {
  width: calc(100 * (100vw / 375));
}

.concept-list-images img.co {
  width: calc(100 * (100vw / 375));
}

.concept-list-images img.otb {
  width: calc(60 * (100vw / 375));
}

.concept-list-text {
  width: calc(200 * (100vw / 375));
}

/* .concept-map */
.concept-map {
  background-color: #f6f6f6;
  padding: calc(40 * (100vw / 375)) 0;
  margin-bottom: calc(40 * (100vw / 375));
}

.shop-map {
  width: calc(100% - 40px);
  aspect-ratio: 335 / 290;
  margin: calc(20 * (100vw / 375)) auto 0;
}

/* .concept-slider */
.concept-slider {
  width: 100%;
  margin: 0 auto calc(60 * (100vw / 375));
  position: relative;
}

.concept-slider .swiper-container {
  width: calc(335 * (100vw / 375));
}

.concept-slider .swiper-pagination {
  position: relative;
  padding-top: calc(20 * (100vw / 375));
}

.concept-slider .swiper-pagination-bullet {
  background-color: #ddd;
  width: calc(15 * (100vw / 375));
  height: 3px;
  margin: 0 5px;
  border-radius: 0;
  opacity: 1;
}

.concept-slider .swiper-pagination-bullet-active {
  background-color: var(--main-color);
  width: calc(15 * (100vw / 375));
  height: 6px;
  border-radius: 0;
}

.concept-slider .swiper-button-prev,
.concept-slider .swiper-button-next {
  overflow: hidden;
  width: calc(40 * (100vw / 375));
  height: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: calc(40 * (100vw / 375));
  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;
  top: 45%;
}

.concept-slider .swiper-button-next {
  background-image: url(../../common/top_sa_slider_arrow_next.svg) !important;
  right: 0;
  top: 45%;
}

/* 屋号レイアウト調整 */

.concept-sa .concept-button {
  background-color: var(--sa-color);
}

.concept-co .concept-button {
  background-color: var(--co-color);
}

.concept-otb .concept-logo {
  width: calc(100 * (100vw / 375));
}

.concept-otb .concept-button {
  background-color: var(--otb-color);
}

.concept-us .concept-button {
  background-color: #AB89BD;
}

.u-title {
  color: var(--main-color);
  font: 700 16px / 1.4 "Noto Sans JP", sans-serif;
}

.u-text,
.u-text-link {
  font: 400 14px / 1.8 "Noto Sans JP", sans-serif;
}

.u-text-link {
  text-decoration: underline;
  transition: 0.3s;
}

.u-text-link:hover {
  text-decoration: underline;
  opacity: 0.6;
}

.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-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-gray {
  color: var(--sub-color);
}

.shop-map.shop-map-pc{display:none;}