/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/scss/common.scss ***!
  \********************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap);
/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/scss/common.scss (1) ***!
  \************************************************************************************************************************************************************************************************/
@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
var {
  font-weight: normal;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

li {
  list-style: none;
  list-style-type: none;
}

caption,
th {
  font-weight: normal;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

area {
  border: none;
  outline: none;
}

abbr,
acronym {
  border: 0;
}

* {
  box-sizing: border-box;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  outline: none;
}

figure {
  line-height: 0;
}

img {
  width: 100%;
  height: auto;
}

/*
  SP: 〜1023px
  PC: 1024px〜
*/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-size: 0.78125vw;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #222;
  font-weight: 400;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-display: swap;
  letter-spacing: normal;
  letter-spacing: 0.02em;
  text-rendering: optimizeLegibility;
  word-break: break-all;
}
img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

.p-article figure {
  margin: 0;
}

input[type=submit],
a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}

._sp {
  display: none !important;
}

* {
  max-width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

strong {
  font-weight: bold;
}

a {
  color: inherit;
}
.l-inner {
  width: 620px;
  max-width: 100%;
  margin: 0 auto;
}

.l-innerWide {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}

.l-innerSmall {
  width: 620px;
  max-width: 100%;
  margin: 0 auto;
}

.header {
  display: none;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.header__logo {
  display: block;
  filter: drop-shadow(0 0 0.1rem #333);
}

.footer {
  padding: 3.2rem 0;
  background: #222;
}

.footer__logo {
  width: 18.4rem;
  margin: 0 auto;
}

.footer__copy {
  margin-top: 1.6rem;
  color: #FFF;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
}

.l-contents {
  position: absolute;
  top: 0;
  right: 26rem;
  max-width: 37.5rem;
  background: #FFF;
  box-shadow: 0 0 4rem 0px rgba(100, 100, 100, 0.1);
}

.c-secTitle {
  color: #222;
  font-weight: 700;
  font-size: 2rem;
}

.hamburger {
  display: none;
  z-index: 3;
  position: absolute;
  top: 2rem;
  right: 2rem;
  bottom: 0;
  align-items: center;
  justify-content: flex-end;
  width: 9rem;
  height: 3rem;
  padding-right: 1rem;
  border: 2px solid #FFF;
  outline: 0;
  background-color: transparent;
  filter: drop-shadow(0 0 0.1rem #333);
  transition: background-color 0.3s cubic-bezier(0.23, 1, 0.58, 1);
}
.hamburger__line {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5rem;
  width: 1.8rem;
  height: 0.1rem;
  min-height: 1px;
  margin: auto;
  border-radius: 0.25em;
  background-color: #FFF;
  transition: background 0.2s cubic-bezier(0.23, 1, 0.58, 1);
}

.hamburger__line:after,
.hamburger__line:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: inherit;
  background-color: #FFF;
  content: "";
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.58, 1), top 0.2s cubic-bezier(0.23, 1, 0.58, 1) 0.2s;
}

.hamburger__line:before {
  top: -0.5rem;
}

.hamburger__line:after {
  top: 0.5rem;
}

.hamburger[aria-expanded=true] .hamburger__line {
  background-color: transparent;
}

.is-drawerActive .hamburger__line:after,
.is-drawerActive .hamburger__line:before {
  top: 0;
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.58, 1) 0.2s, top 0.2s cubic-bezier(0.23, 1, 0.58, 1);
}

.is-drawerActive .hamburger__line:before {
  transform: rotate(-45deg);
}

.is-drawerActive .hamburger__line:after {
  transform: rotate(45deg);
}

.hamburger__text {
  color: #FFF;
  font-weight: 700;
  font-size: 1.2rem;
}

.drawer {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  overflow: visible;
  transform: none;
  background-color: transparent;
  box-shadow: none;
  color: inherit;
}
.globalNav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.globalNav__item {
  position: relative;
  transform: none;
  opacity: 1;
  transition: none;
}

.globalNav__link {
  display: block;
  padding: 1.4rem 2rem 1.3rem;
  border-bottom: 1px solid #ccc;
  color: #FFF;
  font-size: 1.4rem;
}

.is-dropdownActive .globalNav__link,
.globalNav__link.is-active,
.globalNav__link:focus,
.globalNav__link:hover {
  background-color: transparent;
  color: inherit;
}

.is-dropdownActive .globalNav__link:before,
.globalNav__link.is-active:before,
.globalNav__link:focus:before,
.globalNav__link:hover:before {
  transform: scale(1);
}

.is-drawerActive .globalNav {
  overflow: visible;
}

.is-drawerActive .globalNav__item {
  transform: none;
  transition: none;
}

.mv {
  background: #222;
}
.mv .mv__sliderItem {
  position: relative;
}
.mv .mv__sliderItem::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222;
  content: "";
  opacity: 0.3;
  pointer-events: none;
}
.mv .swiper-slide-active .mv__sliderImage,
.mv .swiper-slide-duplicate-active .mv__sliderImage,
.mv .swiper-slide-prev .mv__sliderImage {
  animation: zoomUp 7s linear 0s normal both;
}
.mv .swiper-slide img {
  width: 100%;
  height: auto;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.about {
  z-index: 1;
  position: relative;
  padding-top: 9rem;
  background: #FFF;
}
.about::before {
  z-index: -1;
  position: absolute;
  top: 14.8rem;
  left: 0;
  width: 100%;
  height: calc(100% - 10rem - 14.8rem);
  background: #222;
  content: "";
}
.about .about__text01 {
  margin-top: 2.8rem;
  padding: 0 1.6rem;
  color: #FFF;
  font-weight: 700;
  font-size: 2rem;
}
.about .about__text02 {
  margin-top: 3.2rem;
  padding: 0 1.6rem;
  color: #FFF;
  font-weight: 700;
  font-size: 1.2rem;
}
.about .about__image01 {
  width: 26rem;
}
.about .about__image02 {
  width: 20rem;
  margin: 4rem 0 0 auto;
}

.news {
  z-index: 2;
  position: relative;
  margin-top: -8rem;
  padding: 5.6rem 1.6rem 3.2rem;
}
.news .news__list {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  gap: 1.6rem;
}
.news .news__date {
  color: #BBB;
  font-weight: 700;
  font-size: 1.4rem;
}
.news .news__text {
  color: #222;
  font-weight: 700;
  font-size: 1.4rem;
}
.news .news__text a {
  text-decoration: underline;
}

.shop {
  padding: 5.6rem 1.6rem;
  background: #E6E6E6;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.shop .swiper-button-prev,
.shop .swiper-button-next {
  width: 3rem;
  height: 3rem;
  filter: drop-shadow(0 0 0.1rem #333);
}
.shop .swiper-button-prev {
  left: 0.4rem;
}
.shop .swiper-button-next {
  right: 0.4rem;
}
.shop .swiper-button-prev::after,
.shop .swiper-button-next::after {
  width: 3rem;
  height: 3rem;
  margin: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.shop .swiper-button-prev::after {
  background-image: url(./../img/arrow-white-prev.svg);
}
.shop .swiper-button-next::after {
  background-image: url(./../img/arrow-white-next.svg);
}
.shop .shop__block {
  margin-top: 2rem;
}
.shop .shop__block + .shop__block {
  margin-top: 4rem;
}
.shop .shop__name {
  font-weight: 700;
  font-size: 1.4rem;
}
.shop .shop__slider {
  aspect-ratio: 1280/674;
  margin-top: 0.8rem;
}
.shop .shop__slider video,
.shop .shop__slider img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.shop .shop__info {
  display: flex;
  justify-content: space-between;
  margin-top: 0.8rem;
  gap: 1.8rem;
}
.shop .shop__link {
  flex: 1;
  border-bottom: 1px solid #222;
  background: url(./../img/arrow-black-next.svg) right 0.3rem center/2rem no-repeat;
  font-weight: 700;
  font-size: 1.2rem;
}

.photo {
  padding: 8rem 0 4rem;
}
.photo .photo__item01 {
  width: 28rem;
  margin: 0 0 0 auto;
}
.photo .photo__item02 {
  width: 14rem;
  margin: -4rem 0 0 1rem;
}
.photo .photo__item03 {
  width: 14rem;
  margin: -8rem 1rem 0 auto;
}
.photo .photo__item04 {
  width: 32rem;
  margin: 1rem 0 0;
}

.chicken {
  padding: 6.8rem 1.6rem 4rem;
  background: url(./../img/chicken_bg_01.png) center top/cover;
}
.chicken .chicken__title {
  color: #FFF;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
.chicken .chicken__icon {
  width: 6rem;
  margin: 2.4rem auto 0;
}
.chicken .chicken__text {
  margin-top: 1.6rem;
  color: #FFF;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
}
.chicken .chicken__line {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  filter: drop-shadow(0 0 0.1rem #555);
}
.comingsoon {
  padding: 4rem 1.6rem;
  background: #222;
  color: #fff;
}
.comingsoon .comingsoon__title {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
.comingsoon .comingsoon__text01 {
  margin-top: 2rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
.comingsoon .comingsoon__text02 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

.company {
  padding: 4rem 1.6rem;
  background: url(./../img/company_bg_01.jpg) center center/cover;
}
.company .company__title {
  color: #FFF;
}
.company .company__detail {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.company .company__detail dt,
.company .company__detail dd {
  color: #FFF;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2;
}
.company .company__detail dt {
  flex-shrink: 0;
  width: 6.2rem;
}
.company .company__detail dd {
  width: calc(100% - 6.3rem);
  padding-left: 0.8rem;
}

.cake {
  padding: 4rem 1.6rem;
}
.cake p,
.cake .smf-item__label__text,
.cake .smf-checkbox-control__label {
  font-weight: 500;
  font-size: 1.2rem;
}
.cake .smf-action {
  display: flex;
  justify-content: center;
}
.cake .smf-form .smf-item .smf-text-control__control {
  width: 100%;
}
.cake .smf-form .smf-item .smf-checkbox-control {
  display: flex;
  align-items: center;
}

.cake__title {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

.recruit {
  padding: 4rem 1.6rem;
  background: #E6E6E6;
}
.recruit .recruit__title {
  font-weight: 700;
  font-size: 2rem;
}
.recruit .recruit__content {
  margin-top: 2rem;
}
.recruit .recruit__content p {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  line-height: 2;
}
.recruit .recruit__content p a {
  text-decoration: underline;
}
.recruit .recruit__acToggle {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 3rem 1rem 1rem;
  cursor: pointer;
}
.recruit .recruit__acToggle::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0.5rem;
  width: 1rem;
  height: 1rem;
  margin: auto 0;
  transform: rotate(135deg);
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  content: "";
}
.recruit .recruit__acContents {
  display: none;
}

.glumb {
  padding: 4rem 1.6rem;
  border-top: #222 solid 2rem;
}
.glumb .glumb__logo {
  width: 20rem;
  margin: 0 auto;
}
.glumb .glumb__text {
  margin-top: 2rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}

.pc__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  padding: 4rem;
  background: #222;
}

.pc__logo {
  width: 32rem;
}

.pc__nav {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10vh;
  gap: 1rem;
}

.pc__navItemLink {
  color: #FFF;
  font-weight: 500;
  font-size: 1.4rem;
}

.u-visuallyHidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
          clip-path: inset(50%);
}

.u-bold {
  font-weight: 700;
}

.mt-10 {
  margin-top: 1rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mt-20 {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  * {
    word-break: break-all;
  }
  html {
    font-size: 2.667vw;
  }
  ._pc {
    display: none !important;
  }
  ._sp {
    display: block !important;
  }
  .l-inner {
    width: 100%;
  }
  .l-innerWide {
    width: 100%;
  }
  .l-innerSmall {
    width: 100%;
  }
  .header {
    display: block;
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 2.3rem 2rem 0;
  }
  .header__inner {
    justify-content: flex-start;
    gap: 2.1rem;
  }
  .header__logo {
    width: 11.8rem;
  }
  .l-contents {
    position: static;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
  }
  .hamburger {
    display: flex;
  }
  .drawer {
    display: flex;
    flex-direction: column;
    padding: 8.4rem 1.6rem 2rem;
    gap: 2.7rem;
  }
  .drawer,
  .drawer:before {
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    overflow: hidden;
  }
  .drawer {
    visibility: hidden;
    z-index: 2;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    min-height: 100%;
  }
  .drawer::before {
    z-index: -1;
    position: absolute;
    max-width: 100%;
    height: 100%;
    background-color: #222;
    content: "";
    opacity: 0;
    transition: 0.2s all;
  }
  .is-drawerActive .drawer {
    visibility: visible;
    transition: visibility 0.01s cubic-bezier(0.23, 1, 0.58, 1);
  }
  .is-drawerActive .drawer:before {
    opacity: 1;
  }
  .globalNav {
    visibility: hidden;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    opacity: 0;
    transition: all 0.01s cubic-bezier(0.23, 1, 0.58, 1);
  }
  .is-drawerActive .globalNav {
    visibility: visible;
    opacity: 1;
  }
  .globalNav__item {
    width: 100%;
  }
  .pc__bg {
    display: none;
  }
}
