﻿@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* Sections */
body {
  margin: 0;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

/* Text-level semantics */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: opacity;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  letter-spacing: normal;
  vertical-align: middle;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

/* Interactive */
details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

:root {
  --imgpath: "/cms/kobeya/";
  --header-height: 88px;
  --vh: 1vh;
}

.u-align-center {
  text-align: center !important;
}
.u-align-left {
  text-align: left !important;
}
.u-align-right {
  text-align: right !important;
}
.u-align-justify {
  text-align: justify !important;
}

.u-color-blue {
  color: #1073d8;
}
.u-color-orange {
  color: #d38200;
}
.u-color-red {
  color: #d81010;
}

.u-font-r {
  font-weight: normal !important;
}
.u-font-m {
  font-weight: 500 !important;
}
.u-font-b {
  font-weight: 700 !important;
}
.u-font-default {
  font-family: sans-serif !important;
}
.u-font-roboto {
  font-family: "Roboto", sans-serif !important;
}
.u-font-noto {
  font-family: "Noto Sans JP", sans-serif !important;
}
.u-font-xs {
  font-size: 85% !important;
}
.u-font-sm {
  font-size: 92% !important;
}
.u-font-md {
  font-size: 114.28% !important;
}
.u-font-lg {
  font-size: 128.57% !important;
}

.u-icn-cart {
  display: block;
  line-height: 1;
}
.u-icn-cart::before {
  display: block;
  line-height: 1;
  content: "";
  background-image: url(/cms/kobeya/img/icn/icn-cart.svg#cart-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.u-icn-cart_wh {
  display: block;
  line-height: 1;
}
.u-icn-cart_wh::before {
  display: block;
  line-height: 1;
  content: "";
  background-image: url(/cms/kobeya/img/icn/icn-cart_wh.svg#cart_wh-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.u-icn-close {
  display: block;
  line-height: 1;
}
.u-icn-close::before {
  display: block;
  line-height: 1;
  content: "";
  background-image: url(/cms/kobeya/img/icn/icn-close.svg#close-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 12px;
  height: 12px;
}
.u-icn-fb_color {
  display: block;
  line-height: 1;
}
.u-icn-fb_color::before {
  display: block;
  line-height: 1;
  content: "";
  background-image: url(/cms/kobeya/img/icn/icn-fb_color.svg#fb_color-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 28px;
  height: 28px;
}
.u-icn-fb {
  display: block;
  line-height: 1;
}
.u-icn-fb::before {
  display: block;
  line-height: 1;
  content: "";
  background-image: url(/cms/kobeya/img/icn/icn-fb.svg#fb-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.u-icn-home_wh {
  display: block;
  line-height: 1;
}
.u-icn-home_wh::before {
  display: block;
  line-height: 1;
  content: "";
  background-image: url(/cms/kobeya/img/icn/icn-home_wh.svg#home_wh-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 19px;
  height: 16px;
}
.u-icn-home {
  display: block;
  line-height: 1;
}
.u-icn-home::before {
  display: block;
  line-height: 1;
  content: "";
  background-image: url(/cms/kobeya/img/icn/icn-home.svg#home-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 19px;
  height: 16px;
}
.u-icn-ig_color {
  display: block;
  line-height: 1;
}
.u-icn-ig_color::before {
  display: block;
  line-height: 1;
  content: "";
  background-image: url(/cms/kobeya/img/icn/icn-ig_color.svg#ig_color-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 34px;
  height: 34px;
}
.u-icn-ig {
  display: block;
  line-height: 1;
}
.u-icn-ig::before {
  display: block;
  line-height: 1;
  content: "";
  background-image: url(/cms/kobeya/img/icn/icn-ig.svg#ig-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.u-icn-linkarrow_wh {
  display: block;
  line-height: 1;
}
.u-icn-linkarrow_wh::before {
  display: block;
  line-height: 1;
  content: "";
  background-image: url(/cms/kobeya/img/icn/icn-linkarrow_wh.svg#linkarrow_wh-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.u-icn-linkarrow {
  display: block;
  line-height: 1;
}
.u-icn-linkarrow::before {
  display: block;
  line-height: 1;
  content: "";
  background-image: url(/cms/kobeya/img/icn/icn-linkarrow.svg#linkarrow-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.u-icn-tw_color {
  display: block;
  line-height: 1;
}
.u-icn-tw_color::before {
  display: block;
  line-height: 1;
  content: "";
  background-image: url(/cms/kobeya/img/icn/icn-tw_color.svg#tw_color-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 28px;
  height: 28px;
}
.u-icn-tw {
  display: block;
  line-height: 1;
}
.u-icn-tw::before {
  display: block;
  line-height: 1;
  content: "";
  background-image: url(/cms/kobeya/img/icn/icn-tw.svg#tw-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.u-icn-tel {
  display: block;
  line-height: 1;
}
.u-icn-tel::before {
  display: block;
  line-height: 1;
  content: "";
  background-image: url(/cms/kobeya/img/icn/icn-tel.svg#tel-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 6px;
  height: 10px;
}
.u-icn-shop-takeout {
  display: block;
  line-height: 1;
}
.u-icn-shop-takeout::before {
  display: block;
  line-height: 1;
  content: "";
  background-image: url(/cms/kobeya/img/icn/icn-shop-takeout.svg#shop-takeout-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 19px;
  height: 24px;
}
.u-icn-shop-eat {
  display: block;
  line-height: 1;
}
.u-icn-shop-eat::before {
  display: block;
  line-height: 1;
  content: "";
  background-image: url(/cms/kobeya/img/icn/icn-shop-eat.svg#shop-eat-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 17px;
  height: 24px;
}
.u-icn-shop-cup {
  display: block;
  line-height: 1;
}
.u-icn-shop-cup::before {
  display: block;
  line-height: 1;
  content: "";
  background-image: url(/cms/kobeya/img/icn/icn-shop-cup.svg#shop-cup-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.u-icn-shop-p {
  display: block;
  line-height: 1;
}
.u-icn-shop-p::before {
  display: block;
  line-height: 1;
  content: "";
  background-image: url(/cms/kobeya/img/icn/icn-shop-p.svg#shop-p-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.u-icn-shop-babycar {
  display: block;
  line-height: 1;
}
.u-icn-shop-babycar::before {
  display: block;
  line-height: 1;
  content: "";
  background-image: url(/cms/kobeya/img/icn/icn-shop-babycar.svg#shop-babycar-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.u-icn-shop-wheelchair {
  display: block;
  line-height: 1;
}
.u-icn-shop-wheelchair::before {
  display: block;
  line-height: 1;
  content: "";
  background-image: url(/cms/kobeya/img/icn/icn-shop-wheelchair.svg#shop-wheelchair-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.u-icn-map {
  display: block;
  line-height: 1;
}
.u-icn-map::before {
  display: block;
  line-height: 1;
  content: "";
  background-image: url(/cms/kobeya/img/icn/icn-map.svg#map-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 12px;
  height: 17px;
}
.u-icn-info {
  display: block;
  line-height: 1;
}
.u-icn-info::before {
  display: block;
  line-height: 1;
  content: "";
  background-image: url(/cms/kobeya/img/icn/icn-info.svg#info-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 14px;
  height: 14px;
}
.u-icn-calendar {
  display: block;
  line-height: 1;
}
.u-icn-calendar::before {
  display: block;
  line-height: 1;
  content: "";
  background-image: url(/cms/kobeya/img/icn/icn-calendar.svg#calendar-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.u-icn-triangle {
  display: block;
  line-height: 1;
}
.u-icn-triangle::before {
  display: block;
  line-height: 1;
  content: "";
  background-image: url(/cms/kobeya/img/icn/icn-triangle.svg#triangle-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 12px;
  height: 10px;
}
.u-icn-check_wh {
  display: block;
  line-height: 1;
}
.u-icn-check_wh::before {
  display: block;
  line-height: 1;
  content: "";
  background-image: url(/cms/kobeya/img/icn/icn-check_wh.svg#check_wh-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 11px;
  height: 8px;
}

.u-hide {
  display: none !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}
.u-mb-10 {
  margin-bottom: 10px !important;
}
.u-mb-20 {
  margin-bottom: 20px !important;
}
.u-mb-30 {
  margin-bottom: 30px !important;
}
.u-mb-40 {
  margin-bottom: 40px !important;
}
.u-mb-50 {
  margin-bottom: 50px !important;
}
.u-mb-60 {
  margin-bottom: 60px !important;
}
.u-mb-70 {
  margin-bottom: 70px !important;
}
.u-mb-80 {
  margin-bottom: 80px !important;
}
.u-mb-90 {
  margin-bottom: 90px !important;
}
.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}
.u-mt-10 {
  margin-top: 10px !important;
}
.u-mt-20 {
  margin-top: 20px !important;
}
.u-mt-30 {
  margin-top: 30px !important;
}
.u-mt-40 {
  margin-top: 40px !important;
}
.u-mt-50 {
  margin-top: 50px !important;
}
.u-mt-60 {
  margin-top: 60px !important;
}
.u-mt-70 {
  margin-top: 70px !important;
}
.u-mt-80 {
  margin-top: 80px !important;
}
.u-mt-90 {
  margin-top: 90px !important;
}
.u-mt-100 {
  margin-top: 100px !important;
}

:target {
  scroll-margin-top: calc(var(--header-height) + 16px);
}
body.is_fixed {
  overflow: hidden;
}

video,
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

main.main {
  position: relative;
  padding-top: var(--header-height);
  padding-bottom: 120px;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-pagination-bullet {
  display: block;
  width: 24px;
  height: 4px;
  margin: 0 !important;
  background-color: #fff;
  border-radius: 4px;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #1073d8;
}

input[type=text],
input[type=tel],
input[type=num],
input[type=email] {
  width: 400px;
  max-width: 100%;
  padding: 12px 16px;
  line-height: 1.4;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

input[type=radio] {
  width: 22px;
  height: 22px;
  border: 5px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1.4px #d9d9d9;
          box-shadow: 0 0 0 1.4px #d9d9d9;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=radio]:focus-within {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 3px;
}

input[type=radio]:checked {
  background-color: #1073d8;
}

input[type=checkbox] {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 1.4px #d9d9d9;
          box-shadow: 0 0 0 1.4px #d9d9d9;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=checkbox]:checked {
  background: #1073d8 url("/cms/kobeya/img/icn/icn-check_wh.svg") 50% 50% no-repeat;
  background-size: 11px 8px;
  -webkit-box-shadow: 0 0 0 2px #1073d8;
          box-shadow: 0 0 0 2px #1073d8;
}

select {
  position: relative;
  width: 400px;
  max-width: 100%;
  padding: 12px 40px 12px 16px;
  background: url("/cms/kobeya/img/icn/icn-triangle.svg") calc(100% - 16px) 50% no-repeat;
  background-size: 12px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: scaleY(0) translateZ(0);
            transform: scaleY(0) translateZ(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  25% {
    -webkit-transform: scaleY(1) translateZ(0);
            transform: scaleY(1) translateZ(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50% {
    -webkit-transform: scaleY(1) translateZ(0);
            transform: scaleY(1) translateZ(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  75% {
    -webkit-transform: scaleY(0) translateZ(0);
            transform: scaleY(0) translateZ(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform: scaleY(0) translateZ(0);
            transform: scaleY(0) translateZ(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}

@keyframes scrolldown {
  0% {
    -webkit-transform: scaleY(0) translateZ(0);
            transform: scaleY(0) translateZ(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  25% {
    -webkit-transform: scaleY(1) translateZ(0);
            transform: scaleY(1) translateZ(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50% {
    -webkit-transform: scaleY(1) translateZ(0);
            transform: scaleY(1) translateZ(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  75% {
    -webkit-transform: scaleY(0) translateZ(0);
            transform: scaleY(0) translateZ(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform: scaleY(0) translateZ(0);
            transform: scaleY(0) translateZ(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@-webkit-keyframes concept-img-scroll {
  from {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
  }
  to {
    -webkit-transform: translateX(-1620px) translateZ(0);
            transform: translateX(-1620px) translateZ(0);
  }
}
@keyframes concept-img-scroll {
  from {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
  }
  to {
    -webkit-transform: translateX(-1620px) translateZ(0);
            transform: translateX(-1620px) translateZ(0);
  }
}
@-webkit-keyframes concept-img-scroll_sp {
  from {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
  }
  to {
    -webkit-transform: translateX(-1125px) translateZ(0);
            transform: translateX(-1125px) translateZ(0);
  }
}
@keyframes concept-img-scroll_sp {
  from {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
  }
  to {
    -webkit-transform: translateX(-1125px) translateZ(0);
            transform: translateX(-1125px) translateZ(0);
  }
}
.block-breads {
  margin-top: 120px;
  margin-bottom: 90px;
}
.block-breads_listwrap {
  max-width: 900px;
  padding: 0 58px 58px;
  margin: 0 auto;
  border: 3px solid #d9d9d9;
  border-radius: 4px;
}
.block-breads_hdg {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 18px;
  margin: -1em auto 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  background-color: #fff;
}
.block-breads_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-breads_item {
  position: relative;
  width: 212px;
  text-align: center;
}
.block-breads_item_hdg {
  margin-top: 20px;
  font-weight: 700;
}
.block-breads_item_txt {
  margin-top: 4px;
  font-family: "Noto Sans JP", sans-serif;
}
.block-breads_modal_container {
  margin: auto;
  overflow: hidden;
  border-radius: 4px;
}
.block-breads_modal_list {
  padding-bottom: 24px;
  text-align: center;
}
.block-breads_modal_navigation .swiper-button-next,
.block-breads_modal_navigation .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-color: #1073d8;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.block-breads_modal_navigation .swiper-button-next::after,
.block-breads_modal_navigation .swiper-button-prev::after {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.block-breads_modal_navigation .swiper-button-next {
  right: -15px;
}
.block-breads_modal_navigation .swiper-button-next::after {
  border-left: 6px solid #fff;
}
.block-breads_modal_navigation .swiper-button-prev {
  left: -15px;
}
.block-breads_modal_navigation .swiper-button-prev::after {
  border-right: 6px solid #fff;
}
.block-breads_item--modal {
  position: relative;
  max-width: 300px;
  height: auto;
  padding: 15px;
  text-align: center;
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 12px rgba(26, 19, 17, 0.29);
          box-shadow: 0 0 12px rgba(26, 19, 17, 0.29);
}
.block-breads_item_hdg--modal {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
}
.block-breads_balloon {
  position: absolute;
  top: 120px;
  left: 50%;
  z-index: 2;
  width: 380px;
  padding: 26px 38px;
  line-height: 1.75;
  text-align: left;
  letter-spacing: 0;
  cursor: default;
  visibility: hidden;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 12px rgba(26, 19, 17, 0.29);
          box-shadow: 0 0 12px rgba(26, 19, 17, 0.29);
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.is_load .block-breads_balloon {
  -webkit-transition: opacity 0.3s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.3s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.3s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.block-breads_caption {
  max-width: 900px;
  margin: 6px auto 0;
  font-size: 12px;
  text-align: right;
  letter-spacing: 0;
}
.block-breads_txt {
  padding-bottom: 86px;
  margin-top: 70px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  background: url("/cms/kobeya/img/common/hdg-bg.svg") 50% 100% no-repeat;
}

.btn-linkarrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #1073d8;
}
.btn-linkarrow > i::before {
  display: block;
  line-height: 1;
  content: "";
  background-image: url(/cms/kobeya/img/icn/icn-linkarrow.svg#linkarrow-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.btn-pagetop {
  position: fixed;
  z-index: 98;
  width: 44px;
  line-height: 1;
  visibility: hidden;
  opacity: 0;
}
.is_load .btn-pagetop {
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.btn-pagetop.is_abs {
  position: absolute;
  bottom: auto;
}
.is_scrolled .btn-pagetop {
  visibility: visible;
  opacity: 1;
}
.btn-pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #1073d8;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.btn-pagetop a::before {
  display: block;
  width: 44px;
  height: 44px;
  content: "";
  background: url("/cms/kobeya/img/common/btn-pagetop.svg") no-repeat;
  background-size: contain;
}
.btn-pagetop a span {
  font-family: "Roboto", sans-serif;
}

.btn-panda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 12px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  background-color: #d38200;
  -webkit-transition: max-width 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: max-width 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.btn-panda > i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  height: 64px;
}

.btn-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  text-align: left;
  background-color: #1073d8;
  -webkit-transition: max-width 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: max-width 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.btn-store > i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.btn-wrap, .btn-wrap--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.btn-wrap--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 240px;
  padding: 14px;
  margin: auto;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #1073d8;
  text-align: center;
  border: 1px solid #1073d8;
  border-radius: 28px;
  -webkit-transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.btn_link > i {
  line-height: 0;
}
.btn--wh .btn_link {
  background-color: #fff;
}
.btn--blue .btn_link {
  color: #fff;
  background-color: #1073d8;
}
.btn--close .btn_link {
  min-width: 160px;
  color: #1a1311;
  border: 1px solid #1a1311;
}

.category-icn {
  display: inline-block;
  min-width: 82px;
  padding: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: #1073d8;
  text-align: center;
  background-color: #eaf2fa;
  border-radius: 20px;
}

.form_table {
  border-bottom: 1px solid #d9d9d9;
}
.form_table:first-of-type {
  border-top: 1px solid #d9d9d9;
}
.form_table dt {
  position: relative;
  line-height: 1.5;
  background-color: #f0f0f0;
}
.form_table dt.is_required::after {
  position: absolute;
  top: 32px;
  right: 28px;
  display: block;
  padding: 1px 8px;
  font-size: 12px;
  color: #fff;
  content: "必須";
  background-color: #d81010;
  border-radius: 2px;
}
.form_table dd p:not(:last-child) {
  margin-bottom: 12px;
}
.form_note {
  display: block;
  margin-top: 8px;
}
.form_radiowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 40px;
}
.form_radiowrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 24px;
}
.form_inputs .form_input input,
.form_inputs .form_input select {
  width: auto;
  min-width: 100px;
}
.form_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_input--full input,
.form_input--full select {
  width: 100%;
}
.form_box + .form_box {
  margin-top: 24px;
}
.form_box_ttl {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}

.hdg {
  position: relative;
  padding-left: 12px;
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}
.hdg::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  display: block;
  width: 4px;
  height: 18px;
  content: "";
  background-color: #1073d8;
}

.maplink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
}

.menulist_listwrap {
  position: relative;
  overflow: hidden;
  -webkit-transition: max-height 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: max-height 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.menulist_listwrap.is_close {
  max-height: 960px;
}
.menulist_more {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
}
.is_open .menulist_more {
  display: none;
}
.menulist_list {
  display: -ms-grid;
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 40px 24px;
}
.menulist_img img {
  border-radius: 4px;
}
.menulist_item-ttl {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.menulist_item-txt {
  height: 50%;
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.7142857143;
}
.menulist_menubook {
  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;
  max-width: 900px;
  padding: 1px 30px 30px;
  margin: 100px auto 0;
  border: 3px solid #1073d8;
  border-radius: 4px;
}
.menulist_menubook_hdg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 18px;
  margin: -1em auto 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  background-color: #fff;
}
.menulist_menubook_hdg::before, .menulist_menubook_hdg::after {
  display: block;
  height: 36px;
  content: "";
}
.menulist_menubook_hdg::before {
  width: 17px;
  background: url("/cms/kobeya/img/common/menuicn_l.svg") 0 0 no-repeat;
  background-size: contain;
}
.menulist_menubook_hdg::after {
  width: 15px;
  background: url("/cms/kobeya/img/common/menuicn_r.svg") 0 0 no-repeat;
  background-size: contain;
}
.menulist_menubook_contents {
  padding: 0 20px;
}
.menulist_menubook_bnr {
  margin: 0 auto;
  text-align: center;
}
.menulist_menubook_notes {
  max-width: 540px;
  margin: 40px auto 0;
  font-size: 12px;
}

.menunav_list {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  margin-top: 50px;
}
.menunav_item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.menunav_link {
  display: block;
  height: 100%;
  color: #fff;
}
.menunav_link::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(26, 19, 17, 0.6);
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.menunav_img {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.menunav_img img {
  width: 100%;
  aspect-ratio: 376/146;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.menunav_ttl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  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;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  color: #ccc;
  text-align: center;
}
.menunav_ttl > span {
  padding: 8px 16px;
  color: #ccc;
  border-radius: 22px;
  -webkit-transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.menunav_link:hover .menunav_ttl > span, .is_active .menunav_ttl > span {
  color: #fff;
  background-color: #1073d8;
}
.menunav_ttl::after {
  bottom: 16px;
  display: block;
  content: "";
  border-top: 12px solid #ccc;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  -webkit-transition: border-top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: border-top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.menunav_link:hover .menunav_ttl::after, .is_active .menunav_ttl::after {
  border-top-color: #1073d8;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.is_load .modal {
  -webkit-transition: opacity 0.3s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.3s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.3s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.modal.is_show {
  visibility: visible;
  opacity: 1;
}
.modal_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100vh;
}
.modal_inner {
  padding: 40px;
}
.modal_main {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: all;
}
.modal_close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 30px;
  height: 30px;
}
.modal_close::before, .modal_close::after {
  position: absolute;
  display: block;
  width: 40px;
  height: 2px;
  content: "";
  background-color: #fff;
}
.modal_close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal_close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.newslist {
  font-size: 14px;
}
.newslist_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.newslist_item + .newslist_item {
  padding-top: 28px;
  margin-top: 28px;
  border-top: 1px solid #d9d9d9;
}
.newslist_date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}
.newslist_cat {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.newslist_ttl {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.note {
  display: block;
  padding-left: 1em;
  line-height: 1.5;
  text-indent: -1em;
}
.note::before {
  content: "※";
}
.note + .note {
  margin-top: 0.7em;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager_prev, .pager_next {
  position: relative;
}
.pager_prev a::before, .pager_next a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.pager_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager_prev, .pager_next, .pager_item {
  position: relative;
  width: 48px;
  height: 48px;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.pager_prev {
  margin-right: 40px;
}
.pager_prev a::before {
  border-right: 6px solid #fff;
}
.pager_next {
  margin-left: 40px;
}
.pager_next a::before {
  border-left: 6px solid #fff;
}
.pager_link {
  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;
  width: 100%;
  height: 100%;
  color: #1073d8;
  background-color: #fff;
  border: 1px solid #1073d8;
  border-radius: 30px;
  -webkit-transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.pager_link i {
  display: none;
}
.pager_prev .pager_link, .pager_next .pager_link, .pager_link.is_active {
  color: #fff;
  background-color: #1073d8;
}

.pagination {
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: auto !important;
}
.pagination.is_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination span {
  display: block;
  width: 24px;
  height: 4px;
  margin: 0 !important;
  background-color: #e0e0e0;
  border-radius: 4px;
  opacity: 1;
}
.pagination span.swiper-pagination-bullet-active {
  background-color: #1073d8;
}

.payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.payments > span {
  padding: 2px 10px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #fff;
  background-color: #1a1311;
  border-radius: 2px;
}
.payments > span.is_disabled {
  color: #999;
  background-color: #f0f0f0;
}

/* section */
.section {
  position: relative;
  z-index: 1;
}
.section:not(:first-child) {
  margin-top: 104px;
}
.section_hdg {
  line-height: 1.4285714286;
  text-align: center;
}
.section_hdg > div {
  display: block;
  padding-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 500;
  background: url("/cms/kobeya/img/common/hdg-bg.svg") 50% 0% no-repeat;
}
.section_hdg > small {
  display: block;
  margin-top: 20px;
  font-size: 16px;
}
.section_contents:not(:first-child) {
  margin-top: 42px;
}

.shoplist_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  margin-bottom: 80px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.shoplist_head > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.shoplist_list {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  margin-top: 50px;
}
.shoplist_list--wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  margin-top: 50px;
}
.shoplist_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
}
.shoplist_img img {
  width: 100%;
  aspect-ratio: 272/205;
}
.shoplist_txt {
  padding: 16px 20px 20px;
  line-height: 1.5;
}
.shoplist_txt dt {
  font-weight: 700;
}
.shoplist_txt dd {
  margin-top: 8px;
  font-size: 14px;
}
.shoplist_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  margin-top: auto;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.shoplist_icns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 16px 20px 20px;
  line-height: 1;
}
.shoplist_detail {
  display: block;
  width: 100%;
  border-top: 1px solid #d9d9d9;
}
.shoplist_detail .btn-linkarrow {
  width: 100%;
  padding: 14px 10px;
  text-align: center;
}
.shoplist_topitem {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
}
.shoplist_topitem_hdg {
  width: 100%;
  padding: 40px 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #d9d9d9;
}
.shoplist_topitem_img {
  width: 27.7777777778%;
}
.shoplist_topitem_img img {
  width: 100%;
  aspect-ratio: 300/226;
}
.shoplist_topitem_txt {
  font-size: 14px;
  line-height: 1.5;
}
.shoplist_topitem_txtcol2 dl + dl,
.shoplist_topitem_txtcol2 p + p {
  margin-top: 1em;
}
.shoplist_topitem_addr {
  margin-bottom: 5px;
}
.shoplist_topitem_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.shoplist_topitem_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d9d9d9;
}
.shoplist_topitem_data .payments {
  font-size: 14px;
}
.shoplist_topitem_icns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 12px;
}
.shoplist_topitem_icns > i {
  max-height: 24px;
}
.shoplist_topitem_icns > i img {
  height: 24px;
}

.snslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

.table {
  width: 100%;
}
.table th,
.table td {
  width: 38%;
  padding: 22px 22px 22px 0;
  vertical-align: middle;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.table th:first-child,
.table td:first-child {
  width: 24%;
  padding-left: 30px;
}
.table th {
  background-color: #f0f0f0;
}
.ticker-slider {
  position: relative;
  padding-bottom: 20px;
}
.ticker-slider_container {
  width: 100%;
  overflow: hidden;
}
.ticker-slider_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  will-change: transform;
  -webkit-transform: translateX(0) translateZ(0);
          transform: translateX(0) translateZ(0);
}
.ticker-slider_slide, .ticker-slider_slide--craftsman1, .ticker-slider_slide--craftsman2, .ticker-slider_slide--work1-1, .ticker-slider_slide--work1-2, .ticker-slider_slide--work2 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto !important;
}
.ticker-slider_slide img, .ticker-slider_slide--craftsman1 img, .ticker-slider_slide--craftsman2 img, .ticker-slider_slide--work1-1 img, .ticker-slider_slide--work1-2 img, .ticker-slider_slide--work2 img {
  height: initial;
  border-radius: 4px;
}
.ticker-slider_slide img {
  aspect-ratio: 520/390;
}
.ticker-slider_slide--craftsman1 {
  aspect-ratio: 420/315;
}
.ticker-slider_slide--craftsman2 {
  aspect-ratio: 378/315;
}
.ticker-slider_slide--work1-1 {
  aspect-ratio: 307/460;
}
.ticker-slider_slide--work1-2 {
  aspect-ratio: 395/460;
}
.ticker-slider_slide--work2 {
  aspect-ratio: 1/1;
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: var(--header-height);
  background-color: #fff;
}
.header_hamburger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: var(--header-height);
  height: var(--header-height);
  cursor: pointer;
  -webkit-transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: opacity;
}
.header_hamburger_btn {
  position: relative;
  width: 20px;
  height: 18px;
  outline: none;
}
.header_hamburger_btn span, .header_hamburger_btn::before, .header_hamburger_btn::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1a1311;
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), bottom 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), bottom 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), bottom 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), bottom 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.header_hamburger_btn::before, .header_hamburger_btn::after {
  content: "";
}
.header_hamburger_btn span {
  top: calc(50% - 1px);
}
.header_hamburger_btn::before {
  top: 0;
}
.header_hamburger_btn::after {
  bottom: 0;
}
.is_active .header_hamburger_btn span {
  opacity: 0;
}
.is_active .header_hamburger_btn::before {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.is_active .header_hamburger_btn::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
.header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(100% - 150px);
}
.header_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(32px, 4%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
  max-width: 520px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.header_menu_item {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header_menu_item:hover .header_menu_link::after {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.header_menu_link {
  position: relative;
  display: block;
  height: calc(50% + 1em);
}
.js_megamenu_btn .header_menu_link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  pointer-events: none;
  content: "";
  background: #1073d8;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.js_megamenu_btn .header_menu_link:hover {
  opacity: 1;
}
.header_megamenu {
  visibility: hidden;
  opacity: 0;
}
.is_load .header_megamenu {
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.header_megamenu.is_active {
  visibility: visible;
  opacity: 1;
}
.header_snslist.snslist {
  gap: min(32px, 20%);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 15%;
  max-width: 200px;
  margin-left: 20px;
}
.header_menu_panda {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px min(22px, 2.5%);
  margin-left: min(32px, 2.5%);
}
.header_menu_store {
  gap: 20px;
  width: 24%;
  max-width: 226px;
  height: var(--header-height);
  padding: 20px min(30px, 3%);
  margin-left: 2px;
}

/* ブランドごとのheader */
.brandheader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: var(--header-height);
  background-color: #fff;
}
.brandheader_inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  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;
  height: 100%;
}
.brandheader_logo {
  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-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  height: var(--header-height);
}
.brandheader_menu {
  position: absolute;
  left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 30%;
}
.brandheader_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(32px, 7%);
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.brandheader_menu_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.brandheader_menu_item:hover .brandheader_menu_link::after {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.brandheader_menu_link {
  position: relative;
  display: block;
}
.brandheader_menu_home {
  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;
}
.brandheader_snslist.snslist {
  position: absolute;
  right: 40px;
  gap: min(32px, 20%);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 22%;
  max-width: 200px;
}

.megamenu {
  position: absolute;
  top: var(--header-height);
  right: 0;
  left: 0;
  z-index: 1;
  padding: 48px 0;
  background-color: #fff;
}
.megamenu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
}

.spmenu {
  position: fixed;
  top: var(--header-height);
  right: 0;
  left: 0;
  z-index: 9999;
  height: calc(var(--vh, 1lvh) * 100 - var(--header-height));
  overflow: hidden;
  overflow-y: scroll;
  visibility: hidden;
  background-color: #f0f0f0;
  opacity: 0;
}
.is_load .spmenu {
  -webkit-transition: visibility 0.3s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: visibility 0.3s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.spmenu_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 38px 50px;
}
.spmenu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  line-height: 1.6;
  text-align: center;
}
.spmenu_link {
  font-weight: 700;
}
.spmenu_sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 22px;
  font-size: 12px;
  font-weight: normal;
}
.spmenu_home {
  line-height: 1;
}
.spmenu_panda {
  margin-top: 40px;
}
.spmenu_store {
  margin-top: 40px;
}
.spmenu_panda + .spmenu_store {
  margin-top: 24px;
}
.spmenu_snslist {
  margin-top: 40px;
}
.spmenu_close {
  margin-top: 40px;
}

.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: var(--header-height);
  height: var(--header-height);
  cursor: pointer;
  -webkit-transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: opacity;
}
.hamburger_btn {
  position: relative;
  width: 20px;
  height: 18px;
  outline: none;
}
.hamburger_btn span, .hamburger_btn::before, .hamburger_btn::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1a1311;
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), bottom 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), bottom 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), bottom 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), bottom 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.hamburger_btn::before, .hamburger_btn::after {
  content: "";
}
.hamburger_btn span {
  top: calc(50% - 1px);
}
.hamburger_btn::before {
  top: 0;
}
.hamburger_btn::after {
  bottom: 0;
}
.is_active .hamburger_btn span {
  opacity: 0;
}
.is_active .hamburger_btn::before {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.is_active .hamburger_btn::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

/* footer */
.footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  background-color: #1a1311;
}
.footer_links_ttl {
  margin-bottom: 15px;
  font-weight: 700;
}
.footer_links_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
}
.footer_links_list > li {
  position: relative;
}
.footer_links_listsub {
  margin-top: 5px;
  color: #ccc;
}
.footer_links_listsub > li {
  position: relative;
  font-weight: normal;
}
.footer_links_listsub > li::before {
  content: "- ";
}
.footer_links_lists_col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.footer_links_lists2 .footer_links_list {
  font-weight: 700;
}
.footer_bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  border-top: 1px solid #666;
}
.footer_bottom_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}

.section-brand_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-brand_item {
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}
.section-brand_item a {
  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;
  width: 100%;
  height: 100%;
  padding: 15%;
}
.section-brand_item a img {
  height: 100%;
  max-height: 96px;
}
.section-brand_item a[data-brand=court] img {
  max-height: 114px;
}
.section-brand_break {
  width: 100%;
  margin-top: 40px;
}

.section-concept {
  overflow: hidden;
}
.section-concept_wrap, .section-concept_wrap--brand, .section-concept_wrap--brand2, .section-concept_wrap--craftsman, .section-concept_wrap--bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-concept_wrap--craftsman .section-concept_txtcol, .section-concept_wrap--brand .section-concept_txtcol {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
.section-concept_wrap--craftsman .section-concept_imgcol, .section-concept_wrap--brand .section-concept_imgcol {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-concept_wrap--brand2, .section-concept_wrap--bread {
  position: relative;
}
.section-concept_wrap--brand2::before, .section-concept_wrap--bread::before {
  position: absolute;
  top: -60px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 330px;
  content: "";
  background-color: #f0f0f0;
}
.section-concept_wrap--bread::before {
  top: -360px;
  height: 600px;
}
.section-concept_txt_hdg {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.5;
}
.section-concept_txt_medium {
  font-size: 16px;
  font-weight: 300;
}
.section-concept_txt_small {
  font-size: 14px;
  font-weight: 300;
}
.section-concept_imgcol {
  overflow: hidden;
}

.section-contact {
  margin-top: 40px;
}
.section-contact_head_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-contact_head_step > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-contact_head_step > li:not(:first-child)::before {
  display: block;
  width: 100px;
  height: 2px;
  content: "";
  background-color: #e0e0e0;
}
.section-contact_head_step > li i {
  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;
  width: 40px;
  height: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  background-color: #e0e0e0;
  border-radius: 50%;
}
.section-contact_head_step > li span {
  margin-left: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #e0e0e0;
}
.section-contact_head_step > li.is_active::before {
  background-color: #1073d8;
}
.section-contact_head_step > li.is_active i {
  background-color: #1073d8;
}
.section-contact_head_step > li.is_active span {
  color: #1073d8;
}
.section-contact_head_hdg {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.section-contact_head_notes {
  padding: 32px;
  margin-top: 40px;
  border: 1px solid #d9d9d9;
}
.section-contact_head_notes > li {
  padding-left: 1em;
  font-size: 12px;
  text-indent: -1em;
}
.section-contact_head_shop {
  margin-top: 24px;
  font-weight: 700;
}
.section-contact_head_btn {
  margin-top: 56px;
}
.section-contact_shop {
  margin-top: 40px;
  font-weight: 700;
}
.section-contact_form {
  margin-top: 40px;
}
.section-contact_agreement {
  margin-top: 80px;
  text-align: center;
}
.section-contact_agreement p {
  font-size: 14px;
}
.section-contact_agreement a {
  color: #1073d8;
  text-decoration: underline;
}
.section-contact_agreement_input {
  margin-top: 24px;
}
.section-contact_agreement_input label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.section-contact_agreement_input span {
  font-weight: 700;
}
.section-contact_btn--confirm {
  margin-top: 28px;
}
.section-contact_btn--submit {
  margin-top: 84px;
}

.section-crafts-contest_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 40px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 12px rgba(26, 19, 17, 0.29);
          box-shadow: 0 0 12px rgba(26, 19, 17, 0.29);
}
.section-crafts-contest_block:not(:first-child) {
  margin-top: 30px;
}
.section-crafts-contest_txtcol {
  letter-spacing: 0;
}
.section-crafts-contest_hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-crafts-contest_hdg > i {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 90px;
  height: 90px;
}
.section-crafts-contest_hdg > span {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
}
.section-crafts-contest_txt {
  margin-top: 20px;
}
.section-crafts-contest_imgcol {
  width: 304px;
  margin: auto;
  text-align: center;
}
.section-crafts-contest_imgcol figcaption {
  margin-top: 6px;
}

.section-crafts-news {
  padding: 80px 0;
  background-color: #f0f0f0;
}
.section-crafts-news_list {
  padding: 28px 40px;
  font-size: 14px;
  background-color: #fff;
  border-radius: 4px;
}
.section-crafts-news_item_txtcol {
  font-size: 14px;
}
.section-crafts-news_item_hdg {
  font-weight: 700;
}
.section-crafts-news_item_txt {
  margin-top: 1em;
}

.section-crafts-people_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-crafts-people_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.section-crafts-people_img img {
  border-radius: 50%;
}
.section-crafts-people_hdg {
  margin-top: 30px;
  font-weight: 700;
}
.section-crafts-people_name {
  margin-top: 30px;
  margin-bottom: 24px;
}
.section-crafts-people_btn {
  margin-top: auto;
}
.section-crafts-people_txt {
  margin-top: 90px;
  text-align: center;
}
.section-crafts-people_table {
  margin-top: 60px;
}

.section-ig .section_hdg > div {
  padding-top: 0;
  background-image: none;
}
.section-ig .section_hdg > div i {
  display: inline-block;
  margin-top: -4px;
  margin-right: 8px;
  line-height: 1;
  vertical-align: middle;
}
.section-ig_tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-ig_tab-nav button {
  width: 188px;
  padding: 8px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #1a1311;
  -webkit-transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.section-ig_tab-nav button:hover, .section-ig_tab-nav button.is_active {
  color: #fff;
  background-color: #1a1311;
}
.section-ig_tab-body {
  margin-top: 24px;
}
.section-ig_tab-contents {
  display: none;
}
.section-ig_tab-contents.is_active {
  display: block;
}
.section-ig_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
}
.section-ig_more {
  margin-top: 32px;
}

.section-info {
  margin-top: 28px;
}
.section-info_wrap {
  line-height: 1.6;
}
.section-info_hdg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.section-info_list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
}
.section-info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.section-info_item:not(:first-child) {
  margin-top: 6px;
}
.section-info_date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Roboto", sans-serif;
}
.section-info_more {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}

.section-interview {
  overflow: hidden;
}
.section-interview_wrap, .section-interview_wrap--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-interview_wrap--reverse {
  position: relative;
}
.section-interview_wrap--reverse::before {
  position: absolute;
  top: -60px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 330px;
  content: "";
  background-color: #f0f0f0;
}
.section-interview_txt_hdg {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.section-interview_txt_medium {
  font-size: 16px;
  font-weight: 300;
}
.section-interview_txt_small {
  font-weight: 300;
}
.section-interview_imgcol {
  overflow: hidden;
}
.section-interview_news {
  padding: 12px 0;
}
.section-interview_video {
  position: relative;
  width: 100%;
  max-width: 840px;
  aspect-ratio: 840/460;
  margin-right: auto;
  margin-left: auto;
}
.section-interview_video:not(:first-child) {
  margin-top: 110px;
}
.section-interview_video video {
  width: 100%;
}

.section-magazinedetail {
  color: #1a1311;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0px;
}
.section-magazinedetail_kv {
  margin-bottom: 80px;
}
.section-magazinedetail_kv img {
  width: 100%;
}
.section-magazinedetail_head {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.4375;
  padding-top: 40px;
  margin-bottom: 40px;
}
.section-magazinedetail h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4230769231;
  letter-spacing: 0.3px;
  border-bottom: 2px solid #d9d9d9;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 35px;
}
.section-magazinedetail h2::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 310px;
  height: 2px;
  background-color: #1073D8;
}
.section-magazinedetail_article .ticker-slider {
  padding-bottom: 40px;
}
.section-magazinedetail_article .ticker-slider .ticker-slider_slide {
  width: 560px !important;
  height: 373px;
}
.section-magazinedetail_article .ticker-slider .ticker-slider_slide img {
  width: 100%;
  height: 100%;
}
.section-magazinedetail_article .ticker-slider .ticker-slider_slide + .swiper-slide {
  margin-left: 40px;
}
.section-magazinedetail_article .ticker-slider .pagination {
  margin-bottom: 20px;
}
.section-magazinedetail_article p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 60px;
}
.section-magazinedetail_article p + h2 {
  margin-top: 80px;
}
.section-magazinedetail_article figure {
  display: inline-block;
  margin-bottom: 40px;
}
.section-magazinedetail_article figure + figure {
  margin-left: 35px;
}
.section-magazinedetail .section:not(:first-child) {
  margin-top: 60px;
}
.section-magazinedetail_link h2 {
  margin-top: 80px;
}
.section-magazinedetail_link a {
  color: #1073D8;
}
.section-magazinedetail_link p {
  margin-bottom: 30px;
}
.section-magazinedetail_report_contents .report_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
.section-magazinedetail_report_contents .report_list .report_item {
  margin-right: 40px;
}
.section-magazinedetail_report_contents .report_list .report_item:last-child {
  margin-right: 0;
}
.section-magazinedetail_report_contents .report_list .report_item img {
  padding-bottom: 20px;
}
.section-magazinedetail_report_contents .report_list p {
  font-size: 16px;
  font-weight: 700;
}

.section-mv {
  position: relative;
  overflow: hidden;
}
.section-mv .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.section-mv .swiper-slide {
  height: auto;
  overflow: hidden;
}
.section-mv .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.section-mv .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 28px;
  left: 0;
  z-index: 9;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-news {
  padding: 80px 0;
  background-color: #f0f0f0;
}
.section-news_list {
  padding: 28px 40px;
  font-size: 14px;
  background-color: #fff;
  border-radius: 4px;
}
.section-news_more {
  margin-top: 48px;
}
.section-news_more .btn-linkarrow {
  margin-left: auto;
}

.section-newsdetail_head {
  padding-bottom: 40px;
  margin-bottom: 48px;
  border-bottom: 1px solid #d9d9d9;
}
.section-newsdetail_hdg {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}
.section-newsdetail_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.section-newsdetail_date {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.section-newsdetail_cat .category-icn {
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 700;
}
.section-newsdetail_body a {
  color: #1073d8;
}
.section-newsdetail_body a[href$=pdf]::after {
  display: inline-block;
  width: 18px;
  height: 20px;
  margin-top: -0.3em;
  margin-left: 10px;
  vertical-align: middle;
  content: "";
  background: url("/cms/kobeya/img/icn/icn-pdf.svg") 50% 50% no-repeat;
}
.section-newsdetail_body small {
  display: inline-block;
}
.section-newsdetail_body p:not(:first-child) {
  margin-top: 1.5em;
}
.section-newsdetail_body p + p {
  margin-top: 1.5em;
}
.section-newsdetail_body figure:not(:first-child),
.section-newsdetail_body dl:not(:first-child),
.section-newsdetail_body table:not(:first-child),
.section-newsdetail_body h2:not(:first-child),
.section-newsdetail_body h3:not(:first-child),
.section-newsdetail_body h4:not(:first-child) {
  margin-top: 40px;
}
.section-newsdetail_body em,
.section-newsdetail_body strong,
.section-newsdetail_body h2,
.section-newsdetail_body h3,
.section-newsdetail_body h4 {
  font-weight: 700;
}
.section-newsdetail_body h2 {
  font-size: 20px;
}
.section-newsdetail_body h3 {
  font-size: 18px;
}
.section-newsdetail_body ul li,
.section-newsdetail_body ol li {
  position: relative;
  padding-left: 1.2em;
}
.section-newsdetail_body ul li::before,
.section-newsdetail_body ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.section-newsdetail_body ul li::before {
  content: "・";
}
.section-newsdetail_body ol {
  counter-reset: item;
}
.section-newsdetail_body ol li::before {
  content: counter(item) ".";
  counter-increment: item;
}
.section-newsdetail_body figure img {
  border-radius: 4px;
}
.section-newsdetail_body figure figcaption {
  margin-top: 8px;
}
.section-newsdetail_btns {
  margin-top: 80px;
}

.section-newslist_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.section-newslist_categories a {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2px 28px;
  font-weight: 700;
  color: #1073d8;
  background-color: #fff;
  border: 1px solid #1073d8;
  border-radius: 30px;
  -webkit-transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.section-newslist_categories a.is_active {
  color: #fff;
  background-color: #1073d8;
}
.section-newslist_listwrap {
  margin-top: 64px;
}
.section-newslist_listwrap .newslist {
  padding: 28px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.section-newslist_pager {
  margin-top: 80px;
}

.section-pageheader {
  position: relative;
  height: 242px;
  overflow: hidden;
}
.section-pageheader::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  left: 50%;
  display: block;
  width: 100%;
  content: "";
  background: url("/cms/kobeya/img/common/pagehdg-bg.svg") 50% 0% no-repeat;
  background-size: 100%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.section-pageheader_inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  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;
  height: 100%;
}
.section-pageheader_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-pageheader_img img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  top: 0;
}
.section-pageheader_img::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(26, 19, 17, 0.4);
}
.section-pageheader_hdg {
  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;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.section-pageheader_hdg > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 500;
}
.section-pageheader_hdg > span::before, .section-pageheader_hdg > span::after {
  display: block;
  width: 16px;
  height: 6px;
  content: "";
  background: url("/cms/kobeya/img/common/pagehdg-icn.svg") 50% 50% no-repeat;
  background-size: contain;
}
.section-pageheader_hdg > small {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.section-recipedetail {
  color: #1a1311;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  counter-reset: number 0;
}
.section-recipedetail_kv {
  margin-bottom: 80px;
}
.section-recipedetail_kv img {
  width: 100%;
}
.section-recipedetail_kv p {
  margin-bottom: 40px;
}
.section-recipedetail_head h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.4375;
  padding-top: 40px;
  margin-bottom: 40px;
}
.section-recipedetail h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4230769231;
  letter-spacing: 0.3px;
  border-bottom: 2px solid #d9d9d9;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 35px;
}
.section-recipedetail h2::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 310px;
  height: 2px;
  background-color: #1073D8;
}
.section-recipedetail_article .materialwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
.section-recipedetail_article .materialwrap .material dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.section-recipedetail_article .materialwrap .material dl dt {
  /*20230405修正
  width: 457px;*/
  width: 427px;
  font-weight: 300;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.section-recipedetail_article .materialwrap .material dl dd {
  /*20230405修正
  width: 50px;*/
  width: 80px;
  text-align: right;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.section-recipedetail_article .explain {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 10px;
  margin-top: 10px;
}
.section-recipedetail_article .explain::before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number) "";
  width: 30px;
  height: 30px;
  background-color: #1073D8;
  border-radius: 50%;
  color: #FFFFFF;
  text-align: center;
}
.section-recipedetail_article .explain:not(:last-of-type) {
  border-bottom: 1px solid #EEEEEE;
}
.section-recipedetail_article .explain p {
  width: 750px;
  margin-left: 50px;
}
.section-recipedetail_article .explain .img-wrap {
  width: 360px;
}
.section-recipedetail_article .explain .img-wrap figure {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  text-align: right;
}
.section-recipedetail_article p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 60px;
}
.section-recipedetail_article p + h2 {
  margin-top: 80px;
}
.section-recipedetail_article figure {
  display: inline-block;
  margin-bottom: 40px;
}
.section-recipedetail_article figure + figure {
  margin-left: 35px;
}
.section-recipedetail .section:not(:first-child) {
  margin-top: 60px;
}
.section-recipedetail_link h2 {
  margin-top: 80px;
}
.section-recipedetail_link a {
  color: #1073D8;
}
.section-recipedetail_link p {
  margin-bottom: 30px;
}
.section-recipedetail_report_contents .report_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
.section-recipedetail_report_contents .report_list .report_item {
  margin-right: 40px;
}
.section-recipedetail_report_contents .report_list .report_item:last-child {
  margin-right: 0;
}
.section-recipedetail_report_contents .report_list .report_item img {
  padding-bottom: 20px;
}
.section-recipedetail_report_contents .report_list p {
  font-size: 16px;
  font-weight: 700;
}

.section-shop {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f0f0f0;
}
.section-shop_list {
  display: -ms-grid;
  display: grid;
  gap: 22px;
  margin-top: 50px;
}
.section-shop_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
}
.section-shop_img {
  width: 38.7096774194%;
  aspect-ratio: 1/1;
}
.section-shop_txt {
  width: 61.2903225806%;
  padding: 18px 20px 12px 16px;
  line-height: 1.5;
}
.section-shop_txt dt {
  font-weight: 700;
}
.section-shop_txt dd {
  margin-top: 8px;
  font-size: 14px;
}
.section-shop_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.section-shop_detail {
  display: block;
  width: 100%;
  margin-top: auto;
  border-top: 1px solid #d9d9d9;
}
.section-shop_detail .btn-linkarrow {
  width: 100%;
  padding: 14px 10px;
  text-align: center;
}
.section-shop_btn {
  margin-top: 40px;
}
.section-shopdetail_head_hdg {
  margin-bottom: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}
.section-shopdetail_contents {
  margin-top: 80px;
}
.section-shopdetail_img {
  position: relative;
  overflow: hidden;
}
.section-shopdetail_img img {
  border-radius: 4px;
}
.section-shopdetail_img .swiper-button-next,
.section-shopdetail_img .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #1073d8;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.section-shopdetail_img .swiper-button-next::after,
.section-shopdetail_img .swiper-button-prev::after {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.section-shopdetail_img .swiper-button-next::after {
  border-left: 6px solid #fff;
}
.section-shopdetail_img .swiper-button-prev::after {
  border-right: 6px solid #fff;
}
.section-shopdetail_data {
  border-bottom: 1px solid #d9d9d9;
}
.section-shopdetail_data > dt {
  font-weight: bold;
}
.section-shopdetail_data > dd {
  font-size: 14px;
}
.section-shopdetail_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.section-shopdetail_hour + .section-shopdetail_hour {
  margin-top: 1em;
}
.section-shopdetail_icns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.section-shopdetail_icns i img {
  width: 28px;
  height: 28px;
}
.section-shopdetail_about-icn {
  padding: 20px;
  margin-top: 35px;
  background-color: #f0f0f0;
  border-radius: 4px;
}
.section-shopdetail_about-icn_hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.section-shopdetail_about-icn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 10px;
}
.section-shopdetail_about-icn_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 700;
}
.section-shopdetail_btns {
  margin-top: 80px;
}

.section-shopmenu_list {
  display: -ms-grid;
  display: grid;
  gap: 1px;
  margin-top: 50px;
}
.section-shopmenu_item {
  position: relative;
}
.section-shopmenu_link {
  display: block;
  overflow: hidden;
  color: #fff;
}
.section-shopmenu_link::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(26, 19, 17, 0.4);
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.section-shopmenu_img {
  position: relative;
  z-index: 0;
}
.section-shopmenu_img img {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.section-shopmenu_ttl {
  position: absolute;
  bottom: 28px;
  left: 28px;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}
.section-shopmenu_ttl > i {
  margin-top: 18px;
}

.section-sns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(40px, 3%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-sns_hdg {
  font-weight: 500;
  text-align: center;
}
.section-sns_hdg span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
}
.section-sns_hdg span i {
  display: inline-block;
  margin-top: -2px;
  margin-right: 8px;
  line-height: 1;
  vertical-align: middle;
}
.section-sns_hdg small {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
.section-sns_hdg[data-sns=fb] span {
  color: #1877f2;
}
.section-sns_hdg[data-sns=tw] span {
  color: #1da1f2;
}
.section-sns_widget {
  margin-top: 32px;
  overflow: hidden;
  text-align: center;
}
.section-sns_widget .fb-page {
  width: 100% !important;
  max-width: 430px;
  margin: auto;
}
.section-sns_widget .fb-page span {
  width: 100% !important;
}
.section-sns_widget .fb-page iframe {
  width: 100% !important;
  height: 100% !important;
}
.section-sns_widget .twitter-timeline {
  width: 100% !important;
  max-width: 430px !important;
  margin: auto;
}
.section-sns_widget .twitter-timeline iframe {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  :root {
    --header-height: 64px;
  }
  .u-pc {
    display: none !important;
  }
  .inner {
    min-width: 345px;
    padding-right: 20px;
    padding-left: 20px;
  }
  main.main {
    padding-bottom: 96px;
  }
  input[type=radio] {
    width: 30px;
    height: 30px;
  }
  select {
    padding: 9px 32px 9px 12px;
    background-position: calc(100% - 12px) 50%;
  }
  .block-breads {
    margin-top: 86px;
    margin-bottom: 60px;
  }
  .block-breads_listwrap {
    padding: 0 0 40px;
  }
  .block-breads_hdg {
    height: 24px;
    padding: 0 8px;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.035em;
  }
  .block-breads_list {
    gap: 40px 10px;
  }
  .block-breads_item {
    width: calc(50% - 5px);
  }
  .block-breads_item_hdg {
    font-size: 14px;
  }
  .block-breads_item_txt {
    font-size: 14px;
    text-align: left;
  }
  .block-breads_modal_container {
    width: 100%;
    max-width: 300px;
  }
  .block-breads_caption {
    font-size: 11px;
  }
  .block-breads_txt {
    padding-bottom: 54px;
    margin-top: 46px;
    font-size: 16px;
  }
  .btn-pagetop {
    width: 58px;
    height: 58px;
    right: 20px;
    bottom: 20px;
  }
  .btn-pagetop.is_abs {
    margin-top: -28px;
  }
  .btn-pagetop a {
    height: 58px;
  }
  .btn-pagetop a::before {
    width: 58px;
    height: 58px;
  }
  .btn-pagetop a span {
    display: none;
  }
  .btn-panda > i {
    width: 70px;
    height: auto;
    aspect-ratio: 80/64;
  }
  .btn-wrap--center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form_table dt {
    padding: 18px 68px 18px 16px;
  }
  .form_table dt.is_required::after {
    top: 21px;
    right: 16px;
  }
  .form_table dd {
    padding: 20px 16px;
    font-size: 14px;
  }
  .form_note {
    font-size: 14px;
  }
  .form_radiowrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .form_inputs {
    gap: 12px;
  }
  .form_inputs .form_input input,
  .form_inputs .form_input select {
    min-width: initial;
  }
  .form_input {
    gap: 8px;
  }
  .hdg {
    margin-bottom: 32px;
    font-size: 20px;
  }
  .menulist_list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 36px 11px;
  }
  .menulist_item-ttl {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5714285714;
  }
  .menulist_item-txt {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.5384615385;
  }
  .menulist_item-txt br {
    display: none;
  }
  .menulist_menubook {
    padding: 1px 0 30px;
  }
  .menulist_menubook_hdg {
    gap: 8px;
    height: 24px;
    padding: 0 8px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.035em;
  }
  .menulist_menubook_hdg::before, .menulist_menubook_hdg::after {
    height: 24px;
  }
  .menulist_menubook_hdg::before {
    width: 11px;
  }
  .menulist_menubook_hdg::after {
    width: 10px;
  }
  .menulist_menubook_bnr {
    width: 88%;
  }
  .menulist_menubook_notes {
    margin-top: 24px;
  }
  .menunav_list {
    gap: 20px;
  }
  .menunav_ttl > span {
    margin-bottom: 1em;
  }
  .modal_inner {
    padding: 20px;
  }
  .newslist_item {
    gap: 4px 16px;
  }
  .newslist_item + .newslist_item {
    padding-top: 20px;
    margin-top: 18px;
  }
  .newslist_ttl {
    width: 100%;
  }
  .pager_prev {
    margin-right: auto;
  }
  .pager_next {
    margin-left: auto;
  }
  .pager_item:nth-child(n+4) {
    display: none;
  }
  .pagination {
    left: 20px !important;
  }
  .pagination.is_center {
    right: 20px !important;
    left: 20px !important;
  }
  .section:not(:first-child) {
    margin-top: 64px;
  }
  .section_hdg > div {
    font-size: 22px;
  }
  .shoplist_head {
    gap: 16px 20px;
    margin-bottom: 64px;
  }
  .shoplist_head > li {
    gap: 6px;
    font-size: 12px;
  }
  .shoplist_list--wide {
    gap: 40px;
  }
  .shoplist_img {
    width: 100%;
  }
  .shoplist_txt dt {
    font-size: 14px;
  }
  .shoplist_txt dd {
    font-size: 12px;
  }
  .shoplist_topitem_hdg {
    padding: 21px 16px;
    font-size: 16px;
  }
  .shoplist_topitem_wrap {
    padding: 16px;
  }
  .shoplist_topitem_img {
    width: 100%;
  }
  .shoplist_topitem_txt {
    margin-top: 24px;
  }
  .shoplist_topitem_txtcol2 {
    margin-top: 24px;
  }
  .shoplist_topitem_tel {
    font-size: 14px;
  }
  .shoplist_topitem_data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 32px 16px;
  }
  .shoplist_topitem_data .payments {
    margin-top: 24px;
  }
  .table th,
  .table td {
    padding: 20px 20px 20px 0;
    font-size: 11px;
  }
  .table th:first-child,
  .table td:first-child {
    padding-left: 20px;
  }
  .ticker-slider_container {
    max-width: 100vw;
  }
  .ticker-slider_slide {
    width: 375px !important;
  }
  .ticker-slider_slide--craftsman1 {
    width: 294px !important;
  }
  .ticker-slider_slide--craftsman2 {
    width: 265px !important;
  }
  .ticker-slider_slide--work1-1 {
    width: 253px !important;
  }
  .ticker-slider_slide--work1-2 {
    width: 326px !important;
  }
  .ticker-slider_slide--work2 {
    width: 246px !important;
  }
  .header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 15px;
  }
  .header_logo {
    width: 84px;
    height: 22px;
  }
  .brandheader_inner {
    min-width: 345px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .brandheader_logo {
    max-width: 58%;
  }
  .brandheader_logo img {
    max-height: 40px;
  }
  .spmenu_panda br {
    display: none;
  }
  .footer {
    text-align: center;
  }
  .footer_inner {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .footer_links_home {
    margin-top: 30px;
  }
  .footer_links_list {
    font-size: 12px;
    color: #ccc;
  }
  .footer_links_list + .footer_links_list {
    margin-top: 15px;
  }
  .footer_links_listsub {
    display: none;
  }
  .footer_links_lists_col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    margin-top: 25px;
  }
  .footer_links_lists_col3 {
    margin-top: 25px;
  }
  .footer_links_lists2 .footer_links_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
    color: #fff;
  }
  .footer_bottom {
    font-size: 12px;
  }
  .footer_bottom_links {
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 12px;
  }
  .section-brand_list {
    gap: 32px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 8px;
  }
  .section-brand_item {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: calc(50% - 16px);
  }
  .section-brand_break {
    display: none;
  }
  .section-concept_wrap, .section-concept_wrap--brand, .section-concept_wrap--brand2, .section-concept_wrap--craftsman, .section-concept_wrap--bread {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
  .section-concept_wrap .section-concept_txtcol {
    font-size: 14px;
  }
  .section-concept_wrap .section-concept_imgcol {
    margin: 0 -20px;
  }
  .section-concept_wrap--craftsman, .section-concept_wrap--brand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-concept_wrap--craftsman .section-concept_txtcol, .section-concept_wrap--brand .section-concept_txtcol {
    font-size: 16px;
  }
  .section-concept_wrap--craftsman .section-concept_imgcol, .section-concept_wrap--brand .section-concept_imgcol {
    margin: 0 -20px;
  }
  .section-concept_wrap--brand2, .section-concept_wrap--bread {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .section-concept_wrap--brand2::before, .section-concept_wrap--bread::before {
    left: -20px;
  }
  .section-concept_wrap--brand2 .section-concept_imgcol, .section-concept_wrap--bread .section-concept_imgcol {
    font-size: 14px;
  }
  .section-concept_wrap--brand2 .section-concept_imgcol .ticker-slider_slide, .section-concept_wrap--bread .section-concept_imgcol .ticker-slider_slide {
    width: 295px !important;
  }
  .section-concept_wrap--brand2 .section-concept_txtcol, .section-concept_wrap--bread .section-concept_txtcol {
    font-size: 14px;
    line-height: 2;
  }
  .section-concept_wrap--craftsman {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section-concept_txt_hdg {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .section-concept_txt_medium {
    font-size: 14px;
  }
  .section-contact_head_step {
    gap: 12px 14px;
  }
  .section-contact_head_step > li:not(:first-child)::before {
    width: 26px;
  }
  .section-contact_head_step > li span {
    margin-left: 8px;
    font-size: 16px;
  }
  .section-contact_head_hdg {
    margin-top: 40px;
    font-size: 20px;
  }
  .section-contact_head_txt {
    margin-top: 40px;
  }
  .section-contact_head_notes {
    padding: 16px;
    font-size: 14px;
  }
  .section-contact_head_btn {
    margin-top: 48px;
  }
  .section-contact_agreement {
    margin-top: 54px;
  }
  .section-contact_btn--submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 56px;
  }
  .section-crafts-contest_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    padding: 26px 16px;
  }
  .section-crafts-contest_hdg {
    gap: 16px;
    font-size: 16px;
  }
  .section-crafts-contest_hdg > i {
    width: 60px;
    height: 60px;
  }
  .section-crafts-contest_hdg > span {
    font-size: 18px;
  }
  .section-crafts-contest_txt {
    font-size: 14px;
  }
  .section-crafts-contest_imgcol figcaption {
    font-size: 14px;
  }
  .section-crafts-news {
    padding: 56px 0;
  }
  .section-crafts-news_list {
    padding: 22px 16px 26px;
  }
  .section-crafts-news_item_imgcol {
    margin-top: 20px;
    text-align: center;
  }
  .section-crafts-news_item_imgcol img {
    width: 100%;
    max-width: 303px;
  }
  .section-crafts-people_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .section-crafts-people_hdg {
    margin-top: 20px;
    font-size: 14px;
  }
  .section-crafts-people_name {
    margin-top: 0;
    font-size: 14px;
  }
  .section-crafts-people_txt {
    margin-top: 60px;
    font-size: 14px;
    text-align: left;
  }
  .section-crafts-people_table {
    margin-top: 40px;
  }
  .section-ig .section_hdg small {
    font-size: 14px;
  }
  .section-ig_tab-nav button {
    line-height: 1.3;
  }
  .section-ig_list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .section-ig_item:nth-child(n+7) {
    display: none;
  }
  .section-info_hdg {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 20px;
    line-height: 1.4;
  }
  .section-info_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  .section-info_date {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 16px;
    line-height: 1.4;
    border-left: 1px solid #1073d8;
  }
  .section-info_ttl {
    width: 100%;
    margin-top: 8px;
  }
  .section-info_more {
    margin-top: 6px;
  }
  .section-info_more .btn-linkarrow {
    margin-left: auto;
  }
  .section-interview_wrap, .section-interview_wrap--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .section-interview_wrap .section-interview_txtcol {
    font-size: 14px;
  }
  .section-interview_wrap .section-interview_imgcol {
    margin: 0 -20px;
  }
  .section-interview_wrap--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
  }
  .section-interview_wrap--reverse::before {
    top: 0;
    left: -20px;
    height: 100%;
  }
  .section-interview_wrap--reverse .section-interview_imgcol {
    margin: 0 -20px;
    font-size: 14px;
  }
  .section-interview_wrap--reverse .section-interview_imgcol .ticker-slider_slide {
    width: 295px !important;
  }
  .section-interview_wrap--reverse .section-interview_txtcol {
    font-size: 14px;
    line-height: 2;
  }
  .section-interview_txt_hdg {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .section-interview_txt_medium {
    font-size: 14px;
  }
  .section-interview_txt_small {
    font-size: 14px;
  }
  .section-interview_news {
    font-size: 14px;
  }
  .section-interview_news_hdg {
    font-size: 14px;
  }
  .section-interview_video {
    padding: 0 10px;
  }
  .section-interview_video:not(:first-child) {
    margin-top: 60px;
  }
  .section-magazinedetail_kv {
    margin-bottom: 45px;
  }
  .section-magazinedetail_head {
    font-size: 22px;
    letter-spacing: 0.2px;
    line-height: 1.4545454545;
    padding-top: 27px;
    margin-bottom: 20px;
  }
  .section-magazinedetail h2 {
    font-size: 20px;
    line-height: 1.45;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  .section-magazinedetail h2::after {
    width: 85px;
  }
  .section-magazinedetail_article .ticker-slider {
    padding-bottom: 20px;
  }
  .section-magazinedetail_article .ticker-slider .ticker-slider_slide {
    width: 335px !important;
    height: 223px;
  }
  .section-magazinedetail_article .ticker-slider .ticker-slider_slide + .swiper-slide {
    margin-bottom: 40px;
    margin-left: 0;
  }
  .section-magazinedetail_article .ticker-slider .pagination {
    left: 0px !important;
    margin-bottom: 40px;
  }
  .section-magazinedetail_article p {
    font-size: 14px;
    line-height: 1.9285714286;
    margin-bottom: 40px;
  }
  .section-magazinedetail_article p :last-child {
    margin-bottom: 30px;
  }
  .section-magazinedetail_article p + h2 {
    margin-top: 40px;
  }
  .section-magazinedetail_article figure {
    margin-bottom: 20px;
  }
  .section-magazinedetail .section:not(:first-child) {
    margin-top: 30px;
  }
  .section-magazinedetail_link h2 {
    margin-top: 40px;
  }
  .section-magazinedetail_link a {
    text-decoration: underline;
    font-size: 14px;
  }
  .section-magazinedetail_link p {
    font-size: 14px;
  }
  .section-magazinedetail_report_contents .report_list {
    display: block;
    margin-top: 30px;
  }
  .section-magazinedetail_report_contents .report_list .report_item {
    margin-right: 0;
  }
  .section-magazinedetail_report_contents .report_list .report_item img {
    height: 130px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 -70px;
       object-position: 0 -70px;
    padding-bottom: 10px;
  }
  .section-magazinedetail_report_contents .report_list p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .section-mv .swiper-slide {
    height: calc(var(--vh) * 100 - var(--header-height));
  }
  .section-mv .swiper-slide img {
    height: calc(var(--vh) * 100 - var(--header-height));
  }
  .section-news {
    padding: 56px 0;
  }
  .section-news_list {
    padding: 26px 16px;
  }
  .section-newsdetail_hdg {
    font-size: 20px;
  }
  .section-newsdetail_body {
    font-size: 14px;
  }
  .section-newslist_categories a {
    font-size: 14px;
    padding: 6px 26px;
  }
  .section-newslist_listwrap {
    margin-top: 40px;
  }
  .section-newslist_listwrap .newslist {
    padding: 20px 0;
  }
  .section-newslist_pager {
    margin-top: 64px;
  }
  .section-pageheader {
    height: 176px;
  }
  .section-pageheader::after {
    height: 16px;
    background: url("/cms/kobeya/img/common/pagehdg-bg_sp.svg") 50% 0% no-repeat;
    background-size: 150%;
  }
  .section-pageheader_inner {
    min-width: 345px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-recipedetail_kv {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section-recipedetail_kv img {
    margin-bottom: 20px;
  }
  .section-recipedetail_kv p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .section-recipedetail_head h1 {
    font-size: 22px;
    letter-spacing: 0.2px;
    line-height: 1.4545454545;
    padding-top: 27px;
    margin-bottom: 20px;
  }
  .section-recipedetail h2 {
    font-size: 20px;
    line-height: 1.45;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  .section-recipedetail h2::after {
    width: 85px;
  }
  .section-recipedetail_article .materialwrap {
    display: block;
    margin-bottom: 40px;
  }
  .section-recipedetail_article .materialwrap .material dl dt {
    width: 290px;
    font-size: 14px;
    padding-bottom: 2px;
    margin-bottom: 2px;
  }
  .section-recipedetail_article .materialwrap .material dl dd {
    width: 45px;
    font-size: 14px;
    padding-bottom: 2px;
    margin-bottom: 2px;
  }
  .section-recipedetail_article .explain {
    padding: 5px 0 0;
    margin-top: 5px;
  }
  .section-recipedetail_article .explain::before {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
  .section-recipedetail_article .explain p {
    width: 166px;
    margin-left: 34px;
  }
  .section-recipedetail_article .explain .img-wrap {
    width: 120px;
  }
  .section-recipedetail_article .explain .img-wrap figure {
    height: 80px;
  }
  .section-recipedetail_article p {
    font-size: 14px;
    line-height: 1.9285714286;
    margin-bottom: 40px;
  }
  .section-recipedetail_article p :last-child {
    margin-bottom: 30px;
  }
  .section-recipedetail_article p + h2 {
    margin-top: 40px;
  }
  .section-recipedetail_article figure {
    margin-bottom: 20px;
  }
  .section-recipedetail .section:not(:first-child) {
    margin-top: 30px;
  }
  .section-recipedetail_link h2 {
    margin-top: 40px;
  }
  .section-recipedetail_link a {
    text-decoration: underline;
    font-size: 14px;
  }
  .section-recipedetail_link p {
    font-size: 14px;
  }
  .section-recipedetail_report_contents .report_list {
    display: block;
    margin-top: 30px;
  }
  .section-recipedetail_report_contents .report_list .report_item {
    margin-right: 0;
  }
  .section-recipedetail_report_contents .report_list .report_item img {
    height: 130px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 -70px;
       object-position: 0 -70px;
    padding-bottom: 10px;
  }
  .section-recipedetail_report_contents .report_list p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .section-shop_img {
    width: 120px;
  }
  .section-shop_txt {
    width: calc(100% - 120px);
    padding: 12px;
  }
  .section-shop_txt dt {
    font-size: 14px;
  }
  .section-shop_txt dd {
    font-size: 12px;
  }
  .section-shop_tel {
    font-size: 14px;
  }
  .section-shopdetail_head {
    font-size: 14px;
  }
  .section-shopdetail_head_hdg {
    font-size: 20px;
  }
  .section-shopdetail_contents {
    margin-top: 64px;
  }
  .section-shopdetail_data {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-shopdetail_data > dd {
    margin-top: 5px;
  }
  .section-shopdetail_tel {
    font-size: 14px;
  }
  .section-shopdetail_about-icn {
    padding: 20px 15px;
  }
  .section-shopdetail_about-icn_list {
    gap: 16px 18px;
  }
  .section-shopdetail_about-icn_list > li {
    gap: 6px;
  }
  .section-shopdetail_btns {
    margin-top: 64px;
  }
  .section-shopmenu_list {
    margin-right: -20px;
    margin-left: -20px;
  }
  .section-sns_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .section-sns_col {
    width: 100%;
  }
  .section-sns_hdg span {
    font-size: 24px;
  }
  .section-sns_hdg span i {
    margin-top: -3px;
  }
  .section-sns_hdg small {
    font-size: 12px;
  }
  .section-sns_widget {
    margin-top: 21px;
  }
  .section-sns_widget .fb-page {
    width: 350px !important;
  }
}
@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
  a:hover {
    opacity: 0.6;
  }
  .inner {
    max-width: 1240px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .block-breads_item:hover .block-breads_balloon {
    visibility: visible;
    opacity: 1;
  }
  .btn-pagetop {
    right: 40px;
    bottom: 48px;
  }
  .btn-pagetop.is_abs {
    margin-top: -188px;
  }
  .btn-pagetop a {
    height: 140px;
  }
  .btn_link:hover {
    color: #fff;
    background-color: #1073d8;
    opacity: 1;
  }
  .btn--blue .btn_link:hover {
    color: #1073d8;
    background-color: #fff;
  }
  .form_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form_table dt {
    width: 304px;
    padding: 30px 80px 30px 30px;
  }
  .form_table dd {
    width: calc(100% - 304px);
    padding: 30px;
  }
  .menunav_list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .menunav_link.is_active, .menunav_link:hover {
    opacity: 1;
  }
  .menunav_link.is_active::after, .menunav_link:hover::after {
    opacity: 0;
  }
  .menunav_link.is_active .menunav_img img, .menunav_link:hover .menunav_img img {
    -webkit-transform: scale3d(1.05, 1.05, 1);
            transform: scale3d(1.05, 1.05, 1);
  }
  .modal.js_breadmodal {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: none;
    transition: none;
  }
  .pager_link:hover {
    color: #fff;
    background-color: #1073d8;
    opacity: 1;
  }
  .pagination.is_right_pc {
    right: 0 !important;
    left: auto !important;
  }
  .shoplist_list {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .shoplist_topitem_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    padding: 32px 40px;
  }
  .shoplist_topitem_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    width: 69.2592592593%;
  }
  .shoplist_topitem_txtcol1 {
    width: 260px;
  }
  .shoplist_topitem_txtcol2 {
    width: calc(100% - 200px);
  }
  .shoplist_topitem_data {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px 40px;
  }
  .ticker-slider_slide {
    width: 520px !important;
  }
  .header {
    padding-left: 40px;
  }
  .header_hamburger:hover {
    opacity: 0.6;
  }
  .brandheader_inner {
    max-width: 1240px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .hamburger:hover {
    opacity: 0.6;
  }
  .footer_inner {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .footer_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_links_lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    padding-right: 40px;
    border-right: 1px solid #666;
  }
  .footer_links_list + .footer_links_list {
    margin-top: 30px;
  }
  .footer_links_lists_col1 {
    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;
    margin-right: auto;
  }
  .footer_links_lists_col2 .footer_links_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
  .footer_links_lists_col2 .footer_links_list > li {
    padding-left: 6px;
    font-weight: 700;
  }
  .footer_links_lists_col2 .footer_links_list > li::before {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 2px;
    height: 10px;
    content: "";
    background-color: #666;
  }
  .footer_links_lists2 {
    width: 160px;
  }
  .footer_bottom_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-brand_list {
    gap: 0 6%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-brand_item {
    width: min(200px, 18.5%);
  }
  .section-concept_wrap, .section-concept_wrap--brand, .section-concept_wrap--brand2, .section-concept_wrap--craftsman, .section-concept_wrap--bread {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-concept_wrap {
    margin-right: calc(50% - 50vw);
  }
  .section-concept_wrap .section-concept_txtcol {
    width: 58%;
  }
  .section-concept_wrap .section-concept_imgcol {
    width: 42%;
    border-radius: 4px 0 0 4px;
  }
  .section-concept_wrap--craftsman, .section-concept_wrap--brand {
    margin-right: calc(50% - 50vw);
  }
  .section-concept_wrap--craftsman .section-concept_txtcol, .section-concept_wrap--brand .section-concept_txtcol {
    width: 58%;
    font-size: 20px;
  }
  .section-concept_wrap--craftsman .section-concept_imgcol, .section-concept_wrap--brand .section-concept_imgcol {
    width: 51.5625%;
    border-radius: 4px 0 0 4px;
  }
  .section-concept_wrap--brand2, .section-concept_wrap--bread {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 64px;
    margin-right: auto;
    margin-left: calc(50% - 50vw);
  }
  .section-concept_wrap--brand2 .section-concept_imgcol, .section-concept_wrap--bread .section-concept_imgcol {
    width: 51.5625%;
  }
  .section-concept_wrap--brand2 .section-concept_imgcol .ticker-slider_container, .section-concept_wrap--bread .section-concept_imgcol .ticker-slider_container {
    border-radius: 0 4px 4px 0;
  }
  .section-concept_wrap--brand2 .section-concept_txtcol, .section-concept_wrap--bread .section-concept_txtcol {
    width: 42.1875%;
  }
  .section-concept_wrap--craftsman {
    margin-top: 86px;
  }
  .section-concept_img {
    width: 660px;
  }
  .section-contact_head_hdg {
    margin-top: 64px;
  }
  .section-contact_head_txt {
    margin-top: 64px;
    text-align: center;
  }
  .section-contact_agreement a:hover {
    text-decoration: none;
  }
  .section-crafts-contest_txtcol:last-child {
    width: 100%;
  }
  .section-crafts-news_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-crafts-news_item_txtcol {
    width: calc(100% - 286px);
  }
  .section-crafts-news_item_imgcol {
    width: 246px;
  }
  .section-crafts-people_item {
    width: 370px;
  }
  .section-info_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 40px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  }
  .section-info_list {
    padding: 8px 20px 8px 32px;
    border-left: 1px solid #1073d8;
  }
  .section-interview_wrap, .section-interview_wrap--reverse {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-interview_wrap {
    margin-right: calc(50% - 50vw);
  }
  .section-interview_wrap .section-interview_txtcol {
    width: 58%;
  }
  .section-interview_wrap .section-interview_imgcol {
    width: 42%;
    border-radius: 4px 0 0 4px;
  }
  .section-interview_wrap--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 64px;
    margin-right: auto;
    margin-left: calc(50% - 50vw);
  }
  .section-interview_wrap--reverse .section-interview_imgcol {
    width: 51.5625%;
  }
  .section-interview_wrap--reverse .section-interview_imgcol .ticker-slider_container {
    border-radius: 0 4px 4px 0;
  }
  .section-interview_wrap--reverse .section-interview_txtcol {
    width: 42.1875%;
  }
  .section-interview_img {
    width: 660px;
  }
  .section-interview_news .section-crafts-contest_txtcol {
    width: calc(100% - 470px);
  }
  .section-interview_news .section-crafts-contest_imgcol {
    width: 440px;
    max-width: 100%;
    margin-top: 0;
  }
  .section-mv .swiper-slide {
    min-height: 500px;
    max-height: 612px;
  }
  .section-mv .swiper-slide img {
    min-height: 500px;
    max-height: 612px;
  }
  .section-newslist_categories a:hover {
    color: #fff;
    background-color: #1073d8;
    opacity: 1;
  }
  .section-pageheader::after {
    min-width: 1400px;
    height: 33px;
  }
  .section-pageheader_inner {
    max-width: 1240px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .section-pageheader_img.is_restaurant img {
    -o-object-position: 50% 55%;
       object-position: 50% 55%;
  }
  .section-pageheader_img.is_news img {
    -o-object-position: 50% 32%;
       object-position: 50% 32%;
  }
  .section-shop_list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .section-shopdetail_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.1379310345%;
  }
  .section-shopdetail_col1 {
    width: 40.5172413793%;
  }
  .section-shopdetail_col2 {
    width: 55.3448275862%;
  }
  .section-shopdetail_img .swiper-button-next:hover,
  .section-shopdetail_img .swiper-button-prev:hover {
    opacity: 0.8;
  }
  .section-shopdetail_data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section-shopdetail_data:first-child {
    border-top: 1px solid #d9d9d9;
  }
  .section-shopdetail_data > dt {
    width: 90px;
  }
  .section-shopdetail_col2 .section-shopdetail_data > dt {
    width: 158px;
  }
  .section-shopdetail_data > dd {
    width: calc(100% - 90px);
  }
  .section-shopdetail_col2 .section-shopdetail_data > dd {
    width: calc(100% - 158px);
  }
  .section-shopmenu_list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .section-shopmenu_link:hover {
    opacity: 1;
  }
  .section-shopmenu_link:hover::after {
    opacity: 0;
  }
  .section-shopmenu_link:hover .section-shopmenu_img img {
    -webkit-transform: scale3d(1.05, 1.05, 1);
            transform: scale3d(1.05, 1.05, 1);
  }
  .section-sns_col {
    width: 50%;
    max-width: 430px;
  }
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .menulist_list {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .menunav_item {
    min-height: 120px;
  }
  .menunav_img {
    height: 100%;
  }
  .menunav_ttl::after {
    bottom: 12px;
  }
}
@media screen and (max-width: 960px) {
  .menunav_img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .menunav_ttl {
    font-size: 16px;
  }
  .header_hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header_menu {
    display: none;
  }
  .header_menu_list {
    gap: 8%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .brandheader_menu {
    display: none;
  }
  .brandheader_menu_list {
    gap: 8%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .brandheader_snslist.snslist {
    display: none;
  }
  .spmenu.is_active {
    visibility: visible;
    opacity: 1;
  }
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1020px) {
  .header_menu_store {
    max-width: 88px;
  }
  .header_menu_store span {
    display: none;
  }
}
@media screen and (min-width: 1160px) {
  .section-concept_wrap .section-concept_txtcol {
    width: 586px;
  }
  .section-concept_wrap .section-concept_imgcol {
    width: calc(100% - 576px);
  }
  .section-concept_wrap--craftsman .section-concept_txtcol, .section-concept_wrap--brand .section-concept_txtcol {
    width: calc(100% - 660px);
  }
  .section-concept_wrap--craftsman .section-concept_imgcol, .section-concept_wrap--brand .section-concept_imgcol {
    width: 660px;
  }
  .section-concept_wrap--brand2 .section-concept_imgcol, .section-concept_wrap--bread .section-concept_imgcol {
    width: 660px;
  }
  .section-concept_wrap--brand2 .section-concept_txtcol, .section-concept_wrap--bread .section-concept_txtcol {
    width: calc(100% - 660px);
  }
  .section-interview_wrap .section-interview_txtcol {
    width: 586px;
  }
  .section-interview_wrap .section-interview_imgcol {
    width: calc(100% - 576px);
  }
  .section-interview_wrap--reverse .section-interview_imgcol {
    width: 660px;
  }
  .section-interview_wrap--reverse .section-interview_txtcol {
    width: calc(100% - 660px);
  }
}