@charset "UTF-8";
.pc {
  display: none;
}

.sp {
  display: block;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.container_s {
  padding-left: 15px;
  padding-right: 15px;
}

header nav {
  width: 100%;
}
header nav ul {
  margin-top: 90px;
  padding-left: 34px;
}
header nav ul li {
  margin-top: 20px;
}
header nav ul li a {
  font-size: 2.4rem;
  line-height: 1.6;
}
header nav ul li ul.child {
  padding-left: 26px;
}
header nav ul li ul.child li a {
  font-size: 1.8rem;
  line-height: 1.6;
}
header .nav_banner {
  padding: 28px 0;
}

/* ハンバーガーメニュー */
.header__hamburger {
  width: 32px;
  height: 100%;
}

.header__hamburger_wrap {
  position: fixed;
  top: 22px;
  right: 32px;
  z-index: 9999;
}

.hamburger span:nth-child(2) {
  margin: 6px 0;
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(3) {
  top: -15px;
  transform: rotate(-45deg);
}

section.kv .kv_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
section.kv .kv_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.kv .kv_wrap .kvtext {
  position: absolute;
  top: 15.671641%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
section.kv .kv_wrap .kvtext h1 {
  font-size: 30px;
  line-height: 46px;
}
section.kv .kv_wrap .kv_text2 {
  position: absolute;
  bottom: 30px;
  right: 0;
}
section.kv .kv_wrap .kv_text2 h2 {
  font-size: 64px;
  line-height: 68px;
  text-align: right;
}

section.about {
  padding-bottom: 60px;
}
section.about div.about_img {
  display: flex;
  justify-content: center;
}
section.about .about_Text {
  margin-top: 40px;
}
section.about .about_Text h2 {
  font-size: 30px;
  line-height: 46px;
}
section.about .about_Text p {
  margin-top: 35px;
  font-size: 14px;
  line-height: 35px;
}
section.about .about_banner {
  margin-top: 80px;
}

section.shop {
  padding: 100px 0;
}
section.shop .section_title h2 {
  font-size: 30px;
  line-height: 43px;
}
section.shop .section_title p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 28px;
}
section.shop .shop_cards {
  margin-top: 60px;
  flex-wrap: wrap;
}
section.shop .shop_cards .shop_card {
  width: 100%;
  margin-top: 56px;
}
section.shop .shop_cards .shop_card:first-child {
  margin-top: 0;
}
section.shop .shop_cards .shop_card .thumnail {
  margin-top: 10px;
}
section.shop .shop_cards .shop_card a {
  display: flex;
  flex-direction: column-reverse;
}
section.shop .shop_cards .shop_card .title {
  display: flex;
  flex-direction: column-reverse;
}
section.shop .shop_cards .shop_card .title .desc {
  margin-top: 8px;
}
section.shop .shop_cards .shop_card .title .desc p {
  display: flex;
  justify-content: center;
}
section.shop .shop_cards .shop_card .title .desc .cat {
  font-size: 12px;
  line-height: 17px;
}
section.shop .shop_cards .shop_card .title .desc .add {
  font-size: 14px;
  line-height: 20px;
}
section.shop .shop_cards .shop_card .title .shop_name {
  margin-top: 10px;
}
section.shop .shop_cards .shop_card .title .shop_name h3 {
  font-size: 20px;
  line-height: 29px;
}

section.menus div.parallax {
  min-height: 112px;
  background-image: url(../images/sp/parallax_1.png);
}
section.menus div.parallax_2 {
  min-height: 112px;
  background-image: url(../images/sp/parallax_2.png);
}
section.menus div.parallax_3 {
  min-height: 112px;
  background-image: url(../images/sp/parallax_3.png);
  background-position: left;
}
section.menus div.bg {
  padding: 100px 0;
  background-image: url(../images/menu_bg.png);
}
section.menus .section_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.menus .section_title h2 {
  margin-top: 12px;
  font-size: 30px;
  line-height: 43px;
}
section.menus .section_title div.desc {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
section.menus .section_title div.desc span.cat {
  font-size: 12px;
  line-height: 17px;
}
section.menus .section_title div.desc span.add {
  font-size: 14px;
  line-height: 20px;
}
section.menus .section_title p {
  max-width: none;
  font-size: 14px;
  line-height: 28px;
}
section.menus .big_menus {
  margin-top: 100px;
}
section.menus .big_menus .big_menu {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
section.menus .big_menus .big_menu:nth-child(2n) {
  flex-direction: column-reverse;
}
section.menus .big_menus .big_menu:nth-child(2n) .text h3,
section.menus .big_menus .big_menu:nth-child(2n) .text p {
  margin-right: auto;
  margin-left: 0;
}
section.menus .big_menus .big_menu .text {
  width: 100%;
  padding: 0 15px;
}
section.menus .big_menus .big_menu .text h3,
section.menus .big_menus .big_menu .text p {
  max-width: none;
  margin-left: 0;
}
section.menus .big_menus .big_menu .text h3 {
  margin-top: 30px;
  font-size: 20px;
  line-height: 29px;
}
section.menus .big_menus .big_menu .text p {
  font-size: 14px;
  line-height: 28px;
  /* or 206% */
}
section.menus .big_menus .big_menu .img {
  width: 100%;
  padding: 0 15px;
}
section.menus .big_menus .big_menu .img img {
  width: 100%;
  object-fit: cover;
}
section.menus .menus {
  margin-top: 100px;
}
section.menus .menus .section_title h3 {
  font-size: 20px;
  line-height: 29px;
}
section.menus .menus .menu_cards {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
section.menus .menus .menu_cards .menu_card {
  margin-bottom: 40px;
  width: 100%;
  margin-right: 0;
}
section.menus .menus .menu_cards .menu_card h4 {
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
}
section.menus .menus .menu_cards .menu_card p.price {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
}
section.menus .menus .shop_info_box {
  padding: 18px;
  margin-top: 100px;
  flex-direction: column-reverse;
}
section.menus .menus .shop_info_box .text h3 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 22px;
}
section.menus .menus .shop_info_box .text table {
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  /* or 208% */
}
section.menus .menus .shop_info_box .text table th {
  white-space: nowrap;
}
section.menus .menus .shop_info_box .text table td {
  padding-left: 12px;
}
section.menus .shop_btn {
  margin-top: 100px;
}

a.btn {
  font-size: 20px;
  line-height: 63px;
  width: 100%;
}
a.btn:hover {
  opacity: 0.6;
}
a.btn span {
  position: relative;
}
a.btn span i {
  top: 14.5px;
}

section.products {
  padding: 100px 0;
}
section.products .title_box h2 {
  font-size: 24px;
  line-height: 34px;
}
section.products .title_box p {
  font-size: 14px;
  line-height: 28px;
}
section.products .product_cards {
  margin-top: 60px;
}
section.products .product_cards .product_card {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}
section.products .product_cards .product_card:nth-child(2n) {
  margin-right: 0;
}
section.products .product_cards .product_card a .thumnail {
  width: 110px;
  flex-shrink: 0;
}
section.products .product_cards .product_card a .thumnail img {
  width: 100%;
}
section.products .product_cards .product_card a .text_box {
  width: calc(100% - 77px);
  padding-left: 14px;
}
section.products .product_cards .product_card a .text_box h3 {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}
section.products .product_cards .product_card a .text_box .price_box {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
section.products .product_cards .product_card a .text_box .price_box span.price {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
section.products .product_cards .product_card a .text_box .price_box span.price span {
  font-weight: 600;
  font-size: 10px;
  line-height: 22px;
}
section.products .product_cards .product_card a .text_box .price_box .cart {
  padding: 0px 14px;
  padding-right: 35px;
  margin-left: auto;
}
section.products .product_cards .product_card a .text_box .price_box .cart span.cart_text {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #FFFFFF;
}
section.products .product_cards .product_card a .text_box .price_box .cart span.icon {
  position: relative;
}
section.products .product_cards .product_card a .text_box .price_box .cart span.icon i {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -21px;
  background-image: url(../images/tabler-icon-external-link.svg);
  width: 17px;
  height: 17px;
  background-size: cover;
}

.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
.totop img {
  width: 61px;
}

section.footer {
  background: #4D3B0E;
  padding: 90px 0 25px;
  color: #FFFFFF;
}
section.footer .footer_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
section.footer .footer_content a {
  text-decoration: none;
}
section.footer .footer_content a.hp {
  margin-top: 5px;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  /* or 135% */
  text-align: center;
  color: #FFFFFF;
  transition: all 0.3s;
}
section.footer .footer_content a.hp:hover {
  opacity: 0.6;
}
section.footer .footer_content p.name {
  margin-top: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  /* identical to box height, or 169% */
  text-align: center;
}
section.footer .footer_content p.add,
section.footer .footer_content p.tell {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  /* or 150% */
  text-align: center;
  color: #FFFFFF;
}
section.footer .footer_content .copy {
  margin-top: 90px;
}
section.footer .footer_content .copy p {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
}/*# sourceMappingURL=style_sp.css.map */