@charset "UTF-8";
:root {
  --margin: calc(50px*2);
  --transformY: translateY(-50%);
  --flex3-0: calc(100% / 3);
  --flex3: calc((100% - 30px*2) / 3);
  --flex3-15: calc((100% - 15px*2) / 3);
  --flex3-20: calc((100% - 20px*2) / 3);
  --flex3-40: calc((100% - 40px*2) / 3);
  --flex3-45: calc((100% - 45px*2) / 3);
  --flex3-75: calc((100% - 75px*2) / 3);
  --flex2-0: calc(100% / 2);
  --flex2-60: calc((100% - 60px) / 2);
  --flex2: calc((100% - 30px) / 2);
  --flex2-15: calc((100% - 15px) / 2);
  --flex2-45: calc((100% - 45px) / 2);
  --flex2-60: calc((100% - 60px) / 2);
  --flex4: calc((100% - 30px*3) / 4);
  --flex4-30: calc((100% - 30px*3) / 4);
  --flex4-40: calc((100% - 40px*3) / 4);
  --flex4-2: calc(100% / 4);
  --flex4-15: calc((100% - 15px*3) / 4);
  --flex5-15: calc((100% - 15px*4) / 5);
  --transCenter:translate(-50%,-50%);
  --transY:translateY(-50%);
  --transX:translateX(-50%);
  --mainColor:#c2533c;
  --white:#ffffff;
  --accColor:#f7f7f7;
  --btnColor:#5bc6b3;
  --paleColor:#f7f7f7;
  --inner-2:82.5vw;
  --ja: "Shippori Mincho", serif;
  --black:#000000;
  --icon-fill:"Phosphor-fill";
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: #d0d0ff;
}

::selection {
  background-color: #d0d0ff;
}

.pcnone {
  display: none;
}
@media only screen and (max-width: 900px) {
  .pcnone {
    display: block;
  }
}

@media only screen and (max-width: 900px) {
  .spnone {
    display: none;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .bp1200none {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
  scroll-padding-top: 200px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 1.7em;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: var(--white);
  word-wrap: break-word;
  overflow: hidden;
  font-size: 2rem;
  font-family: var(--ja);
  animation: fadeInAnime 1.5s ease 0s;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.inner2 {
  max-width: 1642px;
  margin: auto;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  position: relative;
  padding-bottom: 100px;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  #contents_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  #contents_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}

#contents {
  width: 100%;
  max-width: 1200px;
  background-color: transparent !important;
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.tdpd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: var(--white);
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 1s;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 0;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  text-align: center;
}

#g-nav.panelactive {
  background: url(../images/home/body_pattern.jpg);
  padding: 10rem 50px;
}

.navR {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 900px) {
  #g-nav {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }
}
#g-nav .mainNav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 15px;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav {
    display: block;
  }
}
#g-nav .mainNav li {
  position: relative;
}
#g-nav .mainNav li::after {
  content: "/";
  color: var(--white);
  position: absolute;
  right: -5px;
  top: 50%;
  transform: var(--transY);
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li::after {
    display: none;
  }
}
#g-nav .mainNav li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
#g-nav .mainNav li a {
  display: block;
  text-align: center;
  position: relative;
  color: var(--white);
  padding: 10px 1.5vw;
  line-height: 1em;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  #g-nav .mainNav li a {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  #g-nav .mainNav li a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li a {
    border-bottom: none;
    flex-direction: column;
    display: flex;
    padding: 30px 15px;
    text-align: left;
    position: relative;
    line-height: 1.25em;
  }
  #g-nav .mainNav li a:before {
    font-family: var(--icon-fill);
    content: "\e122";
    color: var(--white);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 900px) {
  .nav_dropdown {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nav_dropdown a {
    flex-grow: 1;
  }
  .nav_dropdown a::before {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: -1;
    /*ナビのスタート位置と形状*/
    left: 0;
    right: 0;
    height: 100vh;
    /*ナビの高さ*/
    /*動き*/
    transition: all 0.6s;
    opacity: 0;
    transition: 0.8s cubic-bezier(0.18, 0.06, 0.23, 1);
    transition-property: visibility, opacity, display;
    display: none;
  }
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    top: 0;
    margin-top: 0;
    opacity: 1;
    display: block;
    transition: 0.8s cubic-bezier(0.18, 0.06, 0.23, 1);
    transition-property: visibility, opacity, display;
  }
}
#toggle .is-open {
  display: block;
}

.dropdown {
  width: 250px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: none;
}
@media only screen and (max-width: 900px) {
  .dropdown {
    position: inherit;
    transform: none;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
}
.dropdown li {
  border-bottom: 1px solid #ccc !important;
}
.dropdown li:last-of-type {
  border-bottom: none !important;
}
.dropdown li a {
  line-height: 1.2em;
  background-color: var(--mainColor);
  display: block;
  color: var(--white) !important;
  padding: 15px !important;
  font-size: 1.6rem !important;
}
@media only screen and (max-width: 900px) {
  .dropdown li a {
    color: var(--black) !important;
    background-color: #fff;
  }
}

@media only screen and (max-width: 900px) {
  .toggle {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    position: relative;
    width: 55px;
    min-height: 55px;
    background: var(--mainColor);
    border-radius: 100px;
  }
  .toggle::before, .toggle::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background: #fff;
    transition: 0.2s ease;
  }
  .toggle::before {
    width: 15px;
    height: 1px;
  }
  .toggle::after {
    width: 1px;
    height: 15px;
  }
}
@media screen and (max-width: 834px) {
  .toggle {
    z-index: 100;
  }
}

/*ハンバーガーメニュー*/
.openBtn {
  display: none;
}

@media only screen and (max-width: 900px) {
  .openBtn {
    display: block;
  }
}
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openBtn {
  position: fixed;
  /*ボタン内側の基点となるためrelativeを指定*/
  top: 0;
  right: 0;
  cursor: pointer;
  width: 80px;
  height: 100%;
  z-index: 10000;
}

.btnArea {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: var(--mainColor);
}

/*ボタン内側*/
.openBtn span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  height: 1px;
  background: #fff;
  width: 45%;
}

.openBtn span:nth-of-type(2) {
  margin: 5px 0;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openBtn.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 45%;
}

.openBtn.active span:nth-of-type(2) {
  opacity: 0;
  margin: 10px 0;
}

.openBtn.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-18px) rotate(45deg);
  width: 45%;
}

.header {
  background: linear-gradient(to bottom, #342110, rgba(52, 33, 16, 0));
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 9997;
  padding: 30px;
  position: fixed;
  top: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  left: 0;
  right: 0;
  transform: translateY(0);
  will-change: transform;
  transition: transform 0.4s ease;
}
@media only screen and (max-width: 900px) {
  .header {
    padding: 15px;
  }
}

.fix-cart {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.fix-cart a {
  display: block;
  color: var(--white);
  background: url(../images/home/shrimp_pattern.jpg);
  padding: 20px;
}

.fix_contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 8vw;
}
.fix_contact a {
  display: block;
}
.fix_contact .tel {
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1em;
  color: var(--white);
  margin-right: 20px;
}
.fix_contact .cart {
  margin-left: 8px;
}

@media only screen and (max-width: 900px) {
  .fix_contact {
    display: none;
  }
}

.fix_contact2 {
  display: none;
}
@media only screen and (max-width: 900px) {
  .fix_contact2 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}

.mainWrap {
  position: relative;
  z-index: 2;
}
.mainWrap::before {
  content: "";
  -webkit-backdrop-filter: brightness(0.8);
          backdrop-filter: brightness(0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.mainWrap .catch {
  font-size: clamp(36px, 5vw, 52px);
  line-height: 1.5em;
  position: absolute;
  left: 15%;
  bottom: 0;
  z-index: 1;
  writing-mode: vertical-rl;
}

.mainArea img {
  height: 100vh !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .mainArea img {
    height: 90vh !important;
  }
}

#slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

#slider.slick-initialized {
  opacity: 1;
}

.shopMain, .shopMain-tokusho {
  display: none;
}

.page-shop .shopMain {
  display: block;
}
.page-shop .shopMain-tokusho {
  display: none;
}

.page-shop-tokusho .shopMain-tokusho {
  display: block;
}
.page-shop-tokusho .shopMain {
  display: none;
}

.subArea, .shopMain, .shopMain-tokusho {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 116px;
}
@media only screen and (max-width: 900px) {
  .subArea, .shopMain, .shopMain-tokusho {
    margin-top: 102px;
  }
}
.subArea::before, .shopMain::before, .shopMain-tokusho::before {
  content: "";
  -webkit-backdrop-filter: brightness(0.6);
          backdrop-filter: brightness(0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.subArea .mainH1, .subArea .shopTitle, .shopMain .mainH1, .shopMain .shopTitle, .shopMain-tokusho .mainH1, .shopMain-tokusho .shopTitle {
  position: absolute;
  left: 5vw;
  bottom: 3%;
}
.subArea h1, .subArea .shopTitle-in, .shopMain h1, .shopMain .shopTitle-in, .shopMain-tokusho h1, .shopMain-tokusho .shopTitle-in {
  font-size: clamp(36px, 5vw, 52px);
  line-height: 1.25em;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .subArea h1, .subArea .shopTitle-in, .shopMain h1, .shopMain .shopTitle-in, .shopMain-tokusho h1, .shopMain-tokusho .shopTitle-in {
    writing-mode: horizontal-tb;
    flex-direction: column;
  }
}
.subArea h1::before, .subArea .shopTitle-in::before, .shopMain h1::before, .shopMain .shopTitle-in::before, .shopMain-tokusho h1::before, .shopMain-tokusho .shopTitle-in::before {
  content: "";
  background: url(../images/home/ttl_deco_white.png);
  max-width: 20vw;
  display: block;
  width: 196px;
  height: 76px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.subArea img, .shopMain img, .shopMain-tokusho img {
  width: 100% !important;
  height: calc(100vh - 116px) !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .subArea img, .shopMain img, .shopMain-tokusho img {
    height: 40vh !important;
  }
}

.breadcrumb {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  margin-bottom: 12.8rem;
  font-size: 1.4rem;
  display: flex;
  color: #262626;
  flex-wrap: wrap;
}
.breadcrumb a {
  color: var(--white);
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    margin-top: 0;
  }
}
.breadcrumb .breadcrumb__li {
  margin-right: 10px;
}
.breadcrumb .breadcrumb__divide {
  margin-right: 10px;
}

.breadcrumb pan .breadcrumb {
  margin-bottom: 0;
}

footer#global_footer {
  color: var(--white);
}
footer#global_footer .pageTop {
  font-size: 3rem;
  color: var(--mainColor);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--mainColor);
  position: fixed;
  right: 1%;
  bottom: 7%;
  line-height: 1em;
  z-index: 2;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 640px) {
  footer#global_footer .pageTop {
    font-size: 2.4rem;
  }
}
footer#global_footer .gmap iframe {
  height: 415px;
  min-height: 100%;
}
footer#global_footer .bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
footer#global_footer .footer {
  -webkit-backdrop-filter: brightness(0.5);
          backdrop-filter: brightness(0.5);
  padding: 26vw 2.6vw 90px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 900px) {
  footer#global_footer .footer {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
footer#global_footer .footer-left {
  text-align: left;
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
}
footer#global_footer .footer-left address {
  line-height: 2em;
  margin-bottom: 70px;
}
footer#global_footer .footer-logo {
  margin-bottom: 70px;
}
footer#global_footer .footer-nav {
  display: flex;
  flex-flow: column wrap;
  gap: 20px;
  max-height: 370px;
}
@media only screen and (max-width: 900px) {
  footer#global_footer .footer-nav {
    max-height: 100%;
  }
}
footer#global_footer .footer-nav li {
  text-align: left;
}
footer#global_footer .footer-nav li .ft-dropdown {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
footer#global_footer .footer-nav li .ft-dropdown li a {
  font-size: 1.8rem;
}
footer#global_footer .footer-nav li .ft-dropdown li a::before {
  content: "一";
  margin-right: 5px;
}
footer#global_footer .footer-nav li a {
  color: var(--white);
  display: inline-block;
  position: relative;
}
footer#global_footer #copy a {
  line-height: 1em;
  text-decoration: none;
  color: #fff;
  display: block;
}

.index #contents_wrap {
  padding-bottom: 0 !important;
}

.title-01 h2 {
  font-size: clamp(36px, 4vw, 42px);
  line-height: 1.25em;
  writing-mode: vertical-rl;
}
.title-01 article {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title-01 img {
  max-width: 20vw;
}
.title-01 p, .title-01 article > div {
  line-height: 2.5em;
  margin-top: 40px;
}
.title-01 p:empty, .title-01 article > div:empty {
  margin-top: 0;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .title-01 img {
    max-width: 100% !important;
  }
}

.scroll-hint-text {
  line-height: 1.25em;
}

.text-vertical {
  writing-mode: vertical-rl;
}
.text-vertical > div {
  line-height: 2.5em;
}
.text > div, .text p {
  line-height: 2.5em;
}
.text article > div, .text p {
  line-height: 2.5em;
}

.section-recipe .flex-text-btn {
  margin-top: -540px;
}
@media screen and (max-width: 834px) {
  .section-recipe .flex-text-btn {
    margin-top: 0;
    padding: 0 5vw;
  }
}
.section-news .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .section-news .inner {
    display: block;
  }
}
.section-news .inner .section-left {
  width: 20%;
}
.section-news .inner .section-left .img {
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .section-news .inner .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .section-news .inner .section-left {
    width: 100% !important;
  }
}
.section-news .inner .section-right {
  width: 75%;
}
.section-news .inner .section-right .btn {
  margin-top: 40px;
}
.section-news .inner .section-right .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .section-news .inner .section-right {
    width: 100% !important;
    margin-top: 50px;
  }
}
.section-about {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .section-about {
    display: block;
  }
}
.section-about .section-left {
  width: 70%;
}
.section-about .section-left .img {
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .section-about .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .section-about .section-left {
    width: 100% !important;
  }
}
.section-about .section-right {
  width: 38%;
}
.section-about .section-right .btn {
  margin-top: 40px;
}
.section-about .section-right .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .section-about .section-right {
    width: 100% !important;
    margin-top: 50px;
  }
}
.section-about::before {
  content: "";
  background: url(../images/home/body_pattern.jpg);
  height: 607px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.section-about .section-right {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .section-about .section-right {
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .section-about .section-right {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .section-about .section-right .title-01 {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 900px) {
  .section-about .section-right .title-01 {
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 900px) {
  .section-about {
    display: block;
  }
  .section-about .section-left, .section-about .section-right {
    width: 100% !important;
  }
}

.fix-img {
  z-index: -1;
  position: fixed;
  top: -120px;
  left: 0;
}
@media screen and (max-width: 640px) {
  .fix-img {
    top: 0;
  }
}
.fix-img::before {
  content: "";
  -webkit-backdrop-filter: brightness(0.5);
          backdrop-filter: brightness(0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.fix-img img {
  height: 100vh !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.flex-bnr {
  gap: 30px;
}
.flex-bnr .box {
  width: var(--flex3);
}
@media screen and (max-width: 640px) {
  .flex-bnr .box {
    width: 100%;
  }
}
.flex-text-btn {
  align-items: flex-end;
  gap: 30px;
}
@media screen and (max-width: 834px) {
  .flex-text-btn {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.flex-text-btn .box:first-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .flex-text-btn .box {
    width: 100%;
  }
}
.flex-text-btn h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.flex-text-btn p {
  line-height: 2em;
}
.flex-img-recipe {
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex-img-recipe {
    height: 550px !important;
  }
}
.flex-img-recipe .box:first-of-type {
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 1;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .flex-img-recipe .box:first-of-type {
    left: -10.42vw;
  }
}
@media screen and (max-width: 640px) {
  .flex-img-recipe .box:first-of-type {
    left: 0;
    bottom: 0;
    top: unset;
  }
}
.flex-img-recipe .box:first-of-type img {
  max-width: 35vw;
}
@media screen and (max-width: 640px) {
  .flex-img-recipe .box:first-of-type img {
    max-width: 40vw;
  }
}
.flex-img-recipe .box:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: 0;
}
.flex-img-recipe .box:nth-of-type(2) img {
  max-width: 80vw;
}
@media screen and (max-width: 640px) {
  .flex-img-recipe .box:nth-of-type(2) img {
    max-width: 100%;
  }
}
.flex-img-recipe .box:last-of-type {
  position: absolute;
  right: 3%;
  top: 540px;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .flex-img-recipe .box:last-of-type {
    top: 440px;
  }
}
@media screen and (max-width: 834px) {
  .flex-img-recipe .box:last-of-type {
    top: 340px;
  }
}
@media screen and (max-width: 640px) {
  .flex-img-recipe .box:last-of-type {
    top: 280px;
  }
}
.flex-img-recipe .box:last-of-type img {
  max-width: 20vw;
}
@media screen and (max-width: 640px) {
  .flex-img-recipe .box:last-of-type img {
    max-width: 30vw;
  }
}
.flex-btn-img {
  gap: 1px;
}
.flex-btn-img .box {
  width: 100%;
}
.flex-btn-img .box a {
  position: relative;
  display: block;
  color: var(--white);
  z-index: 1;
}
.flex-btn-img .box a img {
  width: 100% !important;
  transition: 0.8s;
  filter: brightness(0.5);
}
.flex-btn-img .box a:hover {
  opacity: 1 !important;
}
.flex-btn-img .box a:hover img {
  transform: scale(1.1);
  transition: 0.8s;
  filter: brightness(1);
}
.flex-btn-img .box article > div {
  position: absolute;
  left: 15%;
  top: 50%;
  transform: var(--transY);
}
.flex-btn-img .box article > div h3 {
  line-height: 1.5em;
  text-align: center;
  font-size: clamp(28px, 3vw, 36px);
}
.flex-btn-img .box:nth-of-type(even) a article > div {
  position: absolute;
  right: 15%;
  left: unset;
}

.dl-news {
  max-height: 525px;
  overflow-y: auto;
  text-align: left;
}
.dl-news dt,
.dl-news dd {
  border: none !important;
  background: none !important;
}
@media screen and (max-width: 834px) {
  .dl-news dt,
  .dl-news dd {
    width: 100% !important;
  }
}
.dl-news dt {
  line-height: 1em;
  padding: 40px 8px 0 !important;
}
.dl-news dd {
  padding: 40px 8px !important;
}
.dl-news dl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: block !important;
}
.dl-company dt {
  background: none !important;
  padding: 30px 15px !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  background: none !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
}
@media screen and (max-width: 640px) {
  .dl-company dt {
    width: 100% !important;
  }
}
.dl-company dd {
  background: none !important;
  padding: 30px 15px !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
}
@media screen and (max-width: 640px) {
  .dl-company dd {
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .dl-company dl {
    display: block !important;
  }
}

.gmap iframe {
  width: 100%;
  vertical-align: bottom;
  min-height: 415px;
}

.btn {
  width: -moz-fit-content;
  width: fit-content;
}
.btn a {
  text-align: center;
  border: 1px solid var(--mainColor);
  display: block;
  padding: 40px;
  border-radius: 50px;
  min-width: 320px;
  color: var(--mainColor);
  line-height: 1em;
  position: relative;
}
.btn a:hover {
  background-color: var(--mainColor);
  color: var(--white);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: none;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #ccc;
}

::-webkit-scrollbar-thumb {
  background: rgba(204, 204, 204, 0.6);
  border-radius: 10px;
  box-shadow: none;
}

.fadeRightTrigger,
.fadeLeftTrigger,
.fadeUpTrigger,
.fadeUpTrigger-load {
  opacity: 0;
}

/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.fadeUp-load {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime-load {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.pager {
  display: flex;
}

.page-shop #contents_wrap {
  margin-top: 200px;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl, button.addcart {
  width: 50% !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

.item_option dl dt {
  background: none !important;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title, .wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2, .item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a, .item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover, .item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

#sumcart div.sum {
  background: none !important;
}

div.postage {
  background: none !important;
}

.page-shop .items {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  margin-left: 0 !important;
}
@media screen and (max-width: 834px) {
  .page-shop .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-shop .items article {
  margin-left: 0 !important;
}
.page-shop .items article .photo {
  width: 100% !important;
}
.page-shop .items article .name {
  color: var(--white) !important;
}
.page-shop .items article .price {
  color: var(--white) !important;
}
.page-shop .items article button {
  font-family: var(--ja);
  border-radius: 0 !important;
  background: var(--mainColor) !important;
  color: var(--white) !important;
  border: none !important;
  text-indent: 0 !important;
}
.page-shop .items > article {
  width: auto !important;
}

div.items > article a.photo {
  height: auto !important;
  padding-top: 100% !important;
  width: 100% !important;
}

.page-shop div.items > article .thumb {
  z-index: 2;
  position: relative;
}

.page-shop div.items > article a {
  text-decoration: none;
}

#main #col_side1 {
  display: none;
}

.page-shop #main #col_side1 {
  display: block;
  padding-right: 24px;
}
@media screen and (max-width: 834px) {
  .page-shop #main #col_side1 {
    width: 100% !important;
  }
}

.view_cart a {
  background-color: #1e42a8;
  display: block;
  color: var(--white);
  text-align: center;
  padding: 10px;
}
.view_cart a i {
  margin-right: 10px;
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}
.flex2cl_02 .box img {
  width: 100% !important;
}
.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex3cl .box img {
  width: 100% !important;
}
.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex4cl .box img {
  width: 100% !important;
}
.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.local-title-01 h2 {
  font-size: clamp(36px, 4vw, 42px);
  line-height: 1.25em;
}
.local-title-01 article > div, .local-title-01 p {
  line-height: 2.5em;
  margin-top: 40px;
}
.local-title-01 article > div:empty, .local-title-01 p:empty {
  margin-top: 0;
}

.sub-title-01 h3 {
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.25em;
}
.sub-title-01 article > div {
  margin-top: 30px;
}
.sub-title-01 article > div:empty {
  margin-top: 0;
}

.img .imgL,
.img .imgR {
  margin-right: 0 !important;
  float: none !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .img .imgL,
  .img .imgR {
    max-width: 100% !important;
  }
}

.local-section-imgText {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .local-section-imgText {
    display: block;
  }
}
.local-section-imgText .section-left {
  width: 48%;
}
.local-section-imgText .section-left .img {
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-section-imgText .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .local-section-imgText .section-left {
    width: 100% !important;
  }
}
.local-section-imgText .section-right {
  width: 48%;
}
.local-section-imgText .section-right .btn {
  margin-top: 40px;
}
.local-section-imgText .section-right .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .local-section-imgText .section-right {
    width: 100% !important;
    margin-top: 50px;
  }
}

.local-flex-recipe-nb {
  gap: 30px;
}
.local-flex-recipe-nb .box {
  overflow: visible !important;
  font-size: 1.2em;
  position: relative;
  padding-left: 6rem;
}
.local-flex-recipe-nb .box .en {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  background-color: var(--mainColor);
  position: absolute;
  left: 0;
  top: 50%;
  transform: var(--transY);
  font-size: 0.8em;
}
.local-flex-recipe {
  gap: 30px;
}
.local-flex-recipe .box {
  overflow: visible !important;
}
.local-flex-recipe .box h3 {
  font-size: 1.5em;
  position: relative;
  padding-left: 6rem;
  margin-bottom: 30px;
}
.local-flex-recipe .box h3 .en {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  background-color: var(--mainColor);
  position: absolute;
  left: 0;
  top: 50%;
  transform: var(--transY);
  font-size: 0.8em;
}
.local-flex-btn-anchor {
  gap: 30px;
}
@media screen and (max-width: 834px) {
  .local-flex-btn-anchor {
    gap: 15px;
    justify-content: space-between;
  }
}
.local-flex-btn-anchor .box {
  width: var(--flex3);
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-flex-btn-anchor .box {
    width: var(--flex2-15);
  }
}
@media screen and (max-width: 640px) {
  .local-flex-btn-anchor .box {
    width: 100%;
  }
}
.local-flex-btn-anchor .box > div {
  height: 100%;
}
.local-flex-btn-anchor .box a {
  height: 100%;
  border: 1px solid var(--mainColor);
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--mainColor);
  border-radius: 50px;
}
.local-flex-btn-anchor .box a:hover {
  background-color: var(--mainColor);
  color: var(--white);
}
.local-flex-imgText-full {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .local-flex-imgText-full {
    gap: 50px;
  }
}
.local-flex-imgText-full .box {
  width: var(--flex2-0);
}
.local-flex-imgText-full .box:nth-of-type(2) {
  padding: 0 3vw;
}
.local-flex-imgText-full .box h2 {
  margin-bottom: 50px;
}
.local-flex-imgText-full .box .taR {
  display: block;
  text-align: right;
}
.local-flex-imgText-full .box img {
  width: 100% !important;
}
.local-flex-imgText-full .box article > div, .local-flex-imgText-full .box > div {
  line-height: 2.5em;
}
@media screen and (max-width: 834px) {
  .local-flex-imgText-full .box {
    width: 100% !important;
  }
}
.local-flex-imgText-full-reverse {
  justify-content: space-between;
  flex-direction: row-reverse !important;
  align-items: center;
}
.local-flex-imgText-full-reverse .box {
  width: var(--flex2-0);
}
.local-flex-imgText-full-reverse .box:nth-of-type(2) {
  padding: 0 3vw;
}
.local-flex-imgText-full-reverse .box h2 {
  margin-bottom: 50px;
}
.local-flex-imgText-full-reverse .box img {
  width: 100% !important;
}
.local-flex-imgText-full-reverse .box article > div, .local-flex-imgText-full-reverse .box > div {
  line-height: 2.5em;
}
@media screen and (max-width: 834px) {
  .local-flex-imgText-full-reverse .box {
    width: 100% !important;
  }
}
.local-flex-imgText {
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.local-flex-imgText .box {
  width: var(--flex2);
}
.local-flex-imgText .box h2 {
  margin-bottom: 30px;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.25em;
}
.local-flex-imgText .box img {
  width: 100% !important;
}
.local-flex-imgText .box article > div, .local-flex-imgText .box > div {
  line-height: 2em;
}
@media screen and (max-width: 834px) {
  .local-flex-imgText .box {
    width: 100% !important;
  }
}
.local-flex-img-3 {
  gap: 30px;
}
.local-flex-img-3 .box {
  width: var(--flex3);
}
.local-flex-img-3 .box img {
  border-radius: 14px;
}
@media screen and (max-width: 640px) {
  .local-flex-img-3 .box {
    width: 100%;
  }
}
.local-flex-img-2 {
  gap: 30px;
}
.local-flex-img-2 .box {
  width: var(--flex2);
}
.local-flex-img-2 .box img {
  border-radius: 14px;
}
@media screen and (max-width: 640px) {
  .local-flex-img-2 .box {
    width: 100%;
  }
}

.local-list-point ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.local-list-point ul li {
  position: relative;
  padding-left: 4.2rem;
  line-height: 1.25em;
  overflow: visible !important;
}
.local-list-point ul li::before {
  font-family: "Phosphor-fill" !important;
  content: "\e184";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: var(--accColor);
  font-size: 2em;
}

.form dt {
  background: none !important;
  padding: 30px 15px !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  background: none !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
}
@media screen and (max-width: 640px) {
  .form dt {
    width: 100% !important;
  }
}
.form dd {
  background: none !important;
  padding: 30px 15px !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
}
@media screen and (max-width: 640px) {
  .form dd {
    width: 100% !important;
  }
}
dl.file dt, dl.photo dt {
  background: transparent !important;
  font-size: 1.6rem;
}

section div.form_wrap.message {
  background: none;
}

.policy_cont p {
  margin-bottom: 10px;
  line-height: 2em;
}
.policy_cont h2 {
  font-size: 2rem;
  border-bottom: 1px solid var(--mainColor);
  padding-bottom: 15px;
  line-height: 1.25em;
  margin: 50px 0 20px 0;
}

.title {
  display: none;
}

.policy {
  padding: 10px 0;
  text-align: center;
}

.fadeupTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.local-shop .item_view, .local-shop-column .item_view {
  width: 48% !important;
  min-width: auto !important;
  max-width: 100% !important;
}
.local-shop .item_view h2, .local-shop-column .item_view h2 {
  line-height: 1.25em;
}
@media screen and (max-width: 834px) {
  .local-shop .item_view, .local-shop-column .item_view {
    width: 100% !important;
  }
}
.local-shop .photo, .local-shop-column .photo {
  width: 48% !important;
}
@media screen and (max-width: 834px) {
  .local-shop .photo, .local-shop-column .photo {
    width: 100% !important;
  }
}
.local-shop .photo .large, .local-shop-column .photo .large {
  width: 100% !important;
}
.local-shop .photo .large img, .local-shop-column .photo .large img {
  width: 100% !important;
}

.local-shop-column .item {
  flex-direction: column;
  gap: 30px;
}
.local-shop-column .item .photo {
  width: 100% !important;
  justify-content: center;
}
.local-shop-column .item .photo .large {
  width: 40% !important;
}
.local-shop-column .item .item_view {
  width: 100% !important;
}
.local-shop-column .item .item_view h2 {
  line-height: 1.25em;
}

.local-section-shop {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .local-section-shop {
    display: block;
  }
}
.local-section-shop .section-left {
  width: 48%;
}
.local-section-shop .section-left .img {
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-section-shop .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .local-section-shop .section-left {
    width: 100% !important;
  }
}
.local-section-shop .section-right {
  width: 48%;
}
.local-section-shop .section-right .btn {
  margin-top: 40px;
}
.local-section-shop .section-right .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .local-section-shop .section-right {
    width: 100% !important;
    margin-top: 50px;
  }
}

.page-shop-tokusho .form_wrap dt {
  background: none !important;
  padding: 30px 15px !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  background: none !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
}
@media screen and (max-width: 640px) {
  .page-shop-tokusho .form_wrap dt {
    width: 100% !important;
  }
}
.page-shop-tokusho .form_wrap dd {
  background: none !important;
  padding: 30px 15px !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
}
@media screen and (max-width: 640px) {
  .page-shop-tokusho .form_wrap dd {
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .page-shop-tokusho .form_wrap dl {
    display: block !important;
  }
}

.page-shop div.relay ul li, .page-shop div.bundle ul li {
  height: auto !important;
}/*# sourceMappingURL=assets.css.map */