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,
b, 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, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

img {
  image-rendering: -webkit-optimize-contrast;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
}

body {
  font-size: 1.7rem;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
  background: #ebeef3;
}

body.nav-open {
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

#wrap {
  overflow: hidden;
}

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

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
}
header .top_order_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 46px;
}
header .top_order_btn a {
  font-family: courier-prime, monospace;
  display: flex;
  width: 100%;
  height: 46px;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #021954;
  font-size: 1.8rem;
  text-decoration: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #021954;
}
header .top_order_btn a:hover {
  background-color: #c44e33;
  color: #ffffff;
  border: 1px solid #ebeef3;
}

#hero {
  display: flex;
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
  background-color: #021954;
}
#hero .deco.deco01 {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 200px;
  display: flex;
  flex-wrap: wrap;
}
#hero .deco span {
  width: 40px;
  height: 40px;
}
#hero .deco span:nth-child(2),
#hero .deco span:nth-child(8),
#hero .deco span:nth-child(11),
#hero .deco span:nth-child(15) {
  background-color: #c44e33;
}
#hero .deco span:nth-child(7),
#hero .deco span:nth-child(13) {
  background-color: #021954;
}
#hero .deco span:nth-child(12),
#hero .deco span:nth-child(14) {
  background-color: #ebeef3;
}
#hero .hero_header {
  height: 100vh;
  height: 100svh;
  width: 110px;
  padding: 50px 10px;
  text-align: center;
  position: relative;
  background-color: #ebeef3;
}
#hero .hero_header h1 img {
  zoom: 0.5;
}
#hero .hero_header .compact_menu {
  width: 40px;
  height: 20px;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#hero .hero_header .compact_menu span {
  height: 2px;
  width: 100%;
  background-color: #231815;
  position: relative;
}
#hero .hero_header .compact_menu span::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #231815;
}
#hero .hero_header .compact_menu span::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #231815;
}
#hero .hero_header .sns_box {
  position: absolute;
  bottom: 160px;
  left: 25px;
  display: flex;
  width: 60px;
  justify-content: space-between;
}
#hero .hero_visual {
  height: 100vh;
  height: 100svh;
  width: calc(100% - 110px);
  overflow: hidden;
  position: relative;
}
#hero .hero_visual h1 {
  position: absolute;
  bottom: 70px;
  right: 70px;
  font-family: futura-pt, sans-serif;
  font-size: 6rem;
  line-height: 1.2;
  color: #ffffff;
}
#hero .hero_visual h1 span {
  color: #c44e33;
}
@media screen and (min-width: 1240px) {
  #hero .hero_visual h1 {
    right: auto;
    left: 60%;
  }
}
#hero .hero_visual .line_bg_layer {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#hero .hero_visual .line_bg_layer .linedeco {
  display: inline-block;
  width: 180px;
  height: 70px;
  border-radius: 35px;
  background-color: #e9c577;
  transform: rotate(-45deg) translateX(100px);
  transition: all 1s;
}
#hero .hero_visual .line_bg_layer .linedeco.line_position01 {
  position: absolute;
  top: 5%;
  left: 0;
}
#hero .hero_visual .line_bg_layer .linedeco.line_position02 {
  position: absolute;
  top: 75%;
  left: -5%;
}
#hero .hero_visual .line_bg_layer .linedeco.line_position03 {
  position: absolute;
  top: -5%;
  left: 45%;
}
#hero .hero_visual .line_bg_layer .linedeco.line_position04 {
  position: absolute;
  top: 50%;
  left: 45%;
}
#hero .hero_visual .line_bg_layer .linedeco.line_position05 {
  position: absolute;
  top: 90%;
  left: 90%;
}
#hero .hero_visual .bowl_layer {
  display: flex;
}
#hero .hero_visual .bowl_wrap {
  display: flex;
  align-items: flex-end;
  height: 100vh;
  height: 100svh;
  margin: 0 auto;
  opacity: 0;
  transition: all 2s;
  position: relative;
}
#hero .hero_visual .bowl_wrap .left_bowl {
  position: relative;
  padding: 0 40px 70px 70px;
}
#hero .hero_visual .bowl_wrap .left_bowl img {
  width: 607px;
}
#hero .hero_visual .bowl_wrap .right_bowl {
  position: relative;
  padding-bottom: 50vh;
}
#hero .hero_visual .bowl_wrap .right_bowl img {
  width: 607px;
}
@media screen and (min-width: 1700px) {
  #hero .hero_visual .bowl_wrap .left_bowl img, #hero .hero_visual .bowl_wrap .right_bowl img {
    width: 35vw;
    height: 35vw;
  }
}

.load #hero .hero_visual .bowl_wrap {
  opacity: 1;
}

.load #hero .hero_visual .line_bg_layer .linedeco {
  transform: rotate(-45deg) translateX(0);
}

#try.sectionbox {
  padding: 200px 0;
}
#try.sectionbox .section_title {
  text-align: center;
  margin-bottom: 50px;
}
#try.sectionbox .section_title span {
  display: inline-block;
  font-size: 3.4rem;
  font-family: futura-pt, sans-serif;
  padding: 0 30px;
  position: relative;
}
#try.sectionbox .section_title span img {
  position: absolute;
  bottom: 0;
  left: -40px;
}
#try.sectionbox .try_inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 80px;
  position: relative;
}
#try.sectionbox .try_inner .first_column, #try.sectionbox .try_inner .second_column {
  margin-top: 50px;
}
#try.sectionbox .try_inner .first_column .column_title, #try.sectionbox .try_inner .second_column .column_title {
  font-size: 2.2rem;
  font-family: futura-pt, sans-serif;
  margin-bottom: 15px;
}
#try.sectionbox .try_inner .first_column .body_tx, #try.sectionbox .try_inner .second_column .body_tx {
  font-family: courier-prime, monospace;
  font-size: 1.6rem;
  line-height: 2;
}
#try.sectionbox .try_inner .second_column {
  padding-left: 28%;
}
#try.sectionbox .try_inner .deco {
  display: flex;
  flex-wrap: wrap;
}
#try.sectionbox .try_inner .deco span {
  width: 40px;
  height: 40px;
}
#try.sectionbox .try_inner .deco.deco02 {
  position: absolute;
  top: -40px;
  right: 0;
  width: 160px;
}
#try.sectionbox .try_inner .deco.deco02 span:nth-child(2),
#try.sectionbox .try_inner .deco.deco02 span:nth-child(7) {
  background-color: #c44e33;
}
#try.sectionbox .try_inner .deco.deco02 span:nth-child(4),
#try.sectionbox .try_inner .deco.deco02 span:nth-child(6),
#try.sectionbox .try_inner .deco.deco02 span:nth-child(11) {
  background-color: #021954;
}
#try.sectionbox .try_inner .deco.deco02 span:nth-child(3),
#try.sectionbox .try_inner .deco.deco02 span:nth-child(5) {
  background-color: #ebeef3;
}
#try.sectionbox .try_inner .deco.deco03 {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 160px;
}
#try.sectionbox .try_inner .deco.deco03 span:nth-child(11),
#try.sectionbox .try_inner .deco.deco03 span:nth-child(13) {
  background-color: #c44e33;
}
#try.sectionbox .try_inner .deco.deco03 span:nth-child(3),
#try.sectionbox .try_inner .deco.deco03 span:nth-child(8),
#try.sectionbox .try_inner .deco.deco03 span:nth-child(10) {
  background-color: #021954;
}

#menu.sectionbox {
  padding: 0;
  background-color: #ffffff;
}
#menu.sectionbox .section_title {
  text-align: center;
  margin-bottom: 50px;
}
#menu.sectionbox .section_title span {
  display: inline-block;
  font-size: 3.4rem;
  font-family: futura-pt, sans-serif;
  padding: 0 30px;
  position: relative;
}
#menu.sectionbox .section_title span img {
  position: absolute;
  bottom: 0;
  left: -40px;
}
#menu.sectionbox .line_bg_layer {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 200px 50px 120px;
}
#menu.sectionbox .line_bg_layer .linedeco {
  display: inline-block;
  width: 180px;
  height: 70px;
  border-radius: 35px;
  background-color: #e9c577;
  transform: rotate(-45deg) translateX(100px);
  transition: all 1s;
}
#menu.sectionbox .line_bg_layer .linedeco.line_position01 {
  position: absolute;
  top: 5%;
  right: 20%;
}
#menu.sectionbox .line_bg_layer .linedeco.line_position02 {
  position: absolute;
  top: 35%;
  left: 0;
}
#menu.sectionbox .line_bg_layer .linedeco.line_position03 {
  position: absolute;
  top: 35%;
  right: 5%;
}
#menu.sectionbox .line_bg_layer .linedeco.line_position04 {
  position: absolute;
  top: 80%;
  right: 0;
}
#menu.sectionbox .line_bg_layer .linedeco.line_position05 {
  position: absolute;
  top: 80%;
  left: -10%;
}
#menu.sectionbox .menu_inner {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
#menu.sectionbox .menu_inner .time_schedule_box {
  background-color: #021954;
  padding: 30px;
  color: #e9c577;
  font-size: 3rem;
  font-family: futura-pt, sans-serif;
  line-height: 1.6;
  text-align: center;
}
#menu.sectionbox .menu_list {
  margin-top: 30px;
}
#menu.sectionbox .menu_list .list_2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
#menu.sectionbox .menu_list .list_2 li {
  width: 46%;
  max-width: 460px;
  text-align: center;
  margin-bottom: 40px;
  overflow: hidden;
}
#menu.sectionbox .menu_list .list_2 li img {
  width: 100%;
}
#menu.sectionbox .menu_list .list_2 li .food_name {
  margin-top: 20px;
  font-size: 2.4rem;
  font-family: futura-pt, sans-serif;
}
#menu.sectionbox .menu_list .list_2 li .body_tx {
  font-family: courier-prime, monospace;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-top: 8px;
}
#menu.sectionbox .menu_list .list_2 li .menu_price {
  font-family: courier-prime, monospace;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 8px;
}
#menu.sectionbox .menu_list .list_2 li .option_title {
  margin-top: 12px;
  display: inline-block;
  color: #ffffff;
  background-color: #e9c577;
  padding: 2px 8px;
  text-align: center;
  font-family: courier-prime, monospace;
  font-size: 2rem;
}
#menu.sectionbox .menu_list .btn_order a {
  width: 300px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: courier-prime, monospace;
  font-size: 3rem;
  color: #021954;
  background-color: #ffffff;
  border: 1px solid #021954;
  text-decoration: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#menu.sectionbox .menu_list .btn_order a:hover {
  background-color: #c44e33;
  color: #ffffff;
  border: 1px solid #ebeef3;
}

#comingsoon {
  position: relative;
}
#comingsoon.sectionbox {
  padding: 120px 50px;
}
#comingsoon #scroll_tx_wrap {
  overflow: hidden;
  white-space: nowrap;
  width: 100vw;
  margin-left: -50px;
}
#comingsoon #scroll_tx_wrap .scroll_tx {
  font-size: 10rem;
  font-family: futura-pt, sans-serif;
  color: #021954;
  opacity: 0.3;
  display: inline-block;
  animation: slide 10s linear infinite;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#comingsoon .soon_inner {
  max-width: 960px;
  margin: 0 auto;
}
#comingsoon .soon_inner .soon_list {
  margin-top: 50px;
}
#comingsoon .soon_inner .soon_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#comingsoon .soon_inner .soon_list li .img_box {
  width: calc(100vw - 40px);
  height: calc(100vw - 40px);
  max-width: 400px;
  max-height: 400px;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
}
#comingsoon .soon_inner .soon_list li .img_box span {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background-color: #021954;
  border-radius: 50%;
  color: #e9c577;
  font-family: futura-pt, sans-serif;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#comingsoon .soon_inner .soon_list li .img_box figure {
  overflow: hidden;
  border-radius: 50%;
}
#comingsoon .soon_inner .soon_list li .img_box img {
  max-width: 100%;
  vertical-align: bottom;
}
#comingsoon .soon_inner .soon_list li .munu_info {
  width: calc(100% - 460px);
}
#comingsoon .soon_inner .soon_list li .munu_info .food_name {
  margin-top: 20px;
  font-size: 2.4rem;
  font-family: futura-pt, sans-serif;
}
#comingsoon .soon_inner .soon_list li .munu_info .body_tx {
  font-family: courier-prime, monospace;
  font-size: 1.6rem;
  line-height: 2;
}
#comingsoon .soon_inner .soon_list li .munu_info .menu_price {
  font-family: courier-prime, monospace;
  font-size: 1.8rem;
  font-weight: bold;
}
#comingsoon .soon_inner .soon_list li .munu_info .food_category {
  margin-top: 15px;
  padding: 5px 5px 3px;
  border: 1px solid #021954;
  color: #021954;
  font-family: courier-prime, monospace;
  font-size: 1.6rem;
  display: inline-block;
}
#comingsoon .soon_inner .soon_list li.whatson .img_box span {
  background-color: #c44e33;
  color: #ffffff;
}
#comingsoon .soon_inner .soon_list li.whatson .munu_info .special_name {
  border-top: 3px solid #e9c577;
  border-bottom: 3px solid #e9c577;
  margin: 8px 0;
  font-weight: bold;
  line-height: 1.6;
  display: inline-block;
  color: #e9c577;
  background-color: #021954;
  padding: 2px 10px;
}
#comingsoon .soon_inner .soon_list .right_column {
  flex-direction: row-reverse;
}
#comingsoon .soon_inner .soon_list .right_column .img_box span {
  top: 0;
  right: auto;
  left: 0;
}
#comingsoon .soon_inner .soon_list .right_column .img_box img {
  max-width: 100%;
}
#comingsoon .soon_inner .soon_list .right_column .munu_info {
  width: calc(100% - 460px);
  text-align: right;
}
#comingsoon .soon_inner .soon_list .right_column .munu_info .info_block {
  display: inline-block;
  text-align: left;
}
#comingsoon .deco {
  display: flex;
  flex-wrap: wrap;
}
#comingsoon .deco span {
  width: 40px;
  height: 40px;
}
#comingsoon .deco.deco04 {
  position: absolute;
  top: -40px;
  right: 10%;
  width: 200px;
}
#comingsoon .deco.deco04 span:nth-child(2),
#comingsoon .deco.deco04 span:nth-child(8),
#comingsoon .deco.deco04 span:nth-child(11),
#comingsoon .deco.deco04 span:nth-child(15) {
  background-color: #c44e33;
}
#comingsoon .deco.deco04 span:nth-child(7),
#comingsoon .deco.deco04 span:nth-child(13) {
  background-color: #021954;
}
#comingsoon .deco.deco04 span:nth-child(12),
#comingsoon .deco.deco04 span:nth-child(14) {
  background-color: #ebeef3;
}
#comingsoon .deco.deco05 {
  position: absolute;
  bottom: -80px;
  left: 10%;
  width: 160px;
}
#comingsoon .deco.deco05 span:nth-child(11),
#comingsoon .deco.deco05 span:nth-child(13) {
  background-color: #c44e33;
}
#comingsoon .deco.deco05 span:nth-child(3),
#comingsoon .deco.deco05 span:nth-child(8),
#comingsoon .deco.deco05 span:nth-child(10) {
  background-color: #021954;
}

#love.sectionbox {
  padding: 200px 0;
  background-color: #ffffff;
}
#love.sectionbox .section_title {
  text-align: center;
  margin-bottom: 50px;
}
#love.sectionbox .section_title span {
  display: inline-block;
  font-size: 3.4rem;
  font-family: futura-pt, sans-serif;
  padding: 0 30px;
  position: relative;
}
#love.sectionbox .section_title span img {
  position: absolute;
  bottom: 0;
  left: -40px;
}
#love.sectionbox .love_inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
#love.sectionbox .love_inner .cross_circle {
  position: relative;
  height: 480px;
}
#love.sectionbox .love_inner .cross_circle .red_circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 480px;
  height: 480px;
  background-color: #c44e33;
  border-radius: 50%;
}
#love.sectionbox .love_inner .cross_circle .red_circle img {
  max-width: 100%;
}
#love.sectionbox .love_inner .cross_circle .text_circle {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100vw - 40px);
  height: calc(100vw - 40px);
  max-width: 480px;
  max-height: 480px;
  background-color: #ebeef3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#love.sectionbox .love_inner .cross_circle .text_circle .tx_block {
  width: 70%;
  font-family: courier-prime, monospace;
  font-size: 1.6rem;
  line-height: 2;
}
#love.sectionbox .love_inner .cross_circle .text_circle .tx_block a {
  color: #231815;
}
#love.sectionbox .love_inner .cross_circle .text_circle .kittyrescuesquad {
  text-align: center;
  margin-top: 20px;
}
#love.sectionbox .love_inner .cross_circle .text_circle .kittyrescuesquad img {
  width: 100px;
}

#local {
  padding: 80px 30px;
  background-color: #ffffff;
  border: 10px solid #c44e33;
}
#local .local_inner {
  max-width: 980px;
  margin: 0 auto;
}
#local .local_inner .local_flex {
  display: flex;
  justify-content: space-between;
}
#local .local_inner .local_flex .tx_introduction {
  width: 48%;
}
#local .local_inner .local_flex .tx_introduction .freedelivery_title {
  display: inline-block;
  font-size: 3rem;
  font-family: futura-pt, sans-serif;
  position: relative;
  margin-bottom: 20px;
}
#local .local_inner .local_flex .tx_introduction p {
  font-family: courier-prime, monospace;
  font-size: 1.6rem;
  line-height: 2;
}
#local .local_inner .local_flex .tx_introduction p em {
  font-weight: bold;
  background-color: rgba(196, 78, 51, 0.1);
}
#local .local_inner .local_flex .tx_introduction .image_introduction_sp {
  display: none;
}
#local .local_inner .local_flex .tx_introduction .special {
  position: relative;
}
#local .local_inner .local_flex .tx_introduction .special h3 {
  font-size: 3rem;
  font-family: futura-pt, sans-serif;
  position: relative;
  margin: 20px 0;
  line-height: 1.2;
  color: #e9c577;
  border-bottom: 1px solid #e9c577;
  padding-bottom: 10px;
}
#local .local_inner .local_flex .tx_introduction .special span {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background-color: #e9c577;
  border-radius: 50%;
  color: #ffffff;
  font-family: futura-pt, sans-serif;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#local .local_inner .local_flex .image_introduction {
  width: 48%;
}
#local .local_inner .local_flex .image_introduction img {
  max-width: 100%;
}

#profile {
  padding: 80px 10px 120px;
  background-color: #021954;
}
#profile .foot_logo {
  text-align: center;
  margin-bottom: 80px;
}
#profile .foot_logo img {
  zoom: 0.5;
}
#profile .profile_wrap {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#profile .profile_wrap .profile_tx {
  width: calc(100% - 280px);
}
#profile .profile_wrap .profile_tx .profile_title {
  font-size: 2.2rem;
  font-family: futura-pt, sans-serif;
  color: #ffffff;
  margin-bottom: 15px;
}
#profile .profile_wrap .profile_tx .body_tx {
  font-family: courier-prime, monospace;
  font-size: 1.6rem;
  line-height: 2;
  color: #ffffff;
}
#profile .profile_wrap .profile_tx .place_infomation {
  margin-top: 20px;
  font-family: courier-prime, monospace;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #ffffff;
}
#profile .profile_wrap .profile_tx .place_infomation em {
  font-size: 1.8rem;
  font-weight: bold;
}

.footer_copy {
  background-color: #ffffff;
  text-align: center;
  font-size: 2rem;
  font-family: futura-pt, sans-serif;
  padding: 20px;
}

@media screen and (max-width: 1100px) {
  #hero .hero_header {
    position: absolute;
    top: 0px;
    left: 30px;
    height: auto;
    width: auto;
    padding: 20px 10px;
    background-color: #ebeef3;
    z-index: 1;
  }
  #hero .hero_header .sns_box {
    display: none;
  }
  #hero .hero_header .compact_menu {
    display: none;
  }
  #hero .hero_header .compact_menu span {
    background-color: #ffffff;
    display: none;
  }
  #hero .hero_header .compact_menu span::after {
    background-color: #ffffff;
  }
  #hero .hero_header .compact_menu span::before {
    background-color: #ffffff;
  }
  #hero .hero_visual {
    width: 100%;
  }
  #hero .hero_visual .bowl_wrap .left_bowl {
    padding: 0 0 80px 0;
  }
  #hero .hero_visual .bowl_wrap .left_bowl img {
    width: 90vw;
    max-width: 600px;
    transform: translateX(0%);
  }
  #hero .hero_visual .bowl_wrap .right_bowl {
    padding: 0 0 50vh 0;
  }
  #hero .hero_visual .bowl_wrap .right_bowl img {
    width: 80vw;
    max-width: 600px;
    transform: translateX(0%);
  }
  header {
    position: fixed;
    width: 100%;
  }
  header .top_order_btn {
    position: absolute;
    top: 0;
    right: 50px;
    width: 140px;
    height: 46px;
  }
  header .top_order_btn a {
    font-size: 1.6rem;
    box-shadow: none;
    z-index: 92;
  }
  header .compact_menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 46px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ebeef3;
    border: 1px solid #021954;
  }
  header .compact_menu span {
    height: 2px;
    width: 100%;
    background-color: #021954;
    position: relative;
  }
  header .compact_menu span::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #021954;
  }
  header .compact_menu span::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #021954;
  }
}
@media screen and (max-width: 1100px) and (orientation: portrait) {
  #hero .hero_visual .bowl_wrap .left_bowl {
    padding: 0 0 80px 0;
  }
  #hero .hero_visual .bowl_wrap .left_bowl img {
    width: 90vw;
    max-width: 800px;
    transform: translateX(-26%);
  }
  #hero .hero_visual .bowl_wrap .right_bowl {
    padding: 0 0 50vh 0;
  }
  #hero .hero_visual .bowl_wrap .right_bowl img {
    width: 80vw;
    max-width: 800px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 960px) {
  #love.sectionbox .love_inner .cross_circle .red_circle {
    width: 50vw;
    height: 50vw;
  }
  #love.sectionbox .love_inner .cross_circle .red_circle img {
    max-width: 100%;
  }
}
@media screen and (max-width: 760px) {
  #hero .hero_visual h1 {
    position: absolute;
    bottom: 100px;
    right: 30px;
    font-family: futura-pt, sans-serif;
    font-size: 8vw;
    line-height: 1.2;
    color: #ffffff;
  }
  #try.sectionbox .try_inner {
    padding: 0;
  }
  #try.sectionbox .try_inner .first_column,
  #try.sectionbox .try_inner .second_column {
    padding: 0 20px;
  }
  #try.sectionbox .try_inner .deco.deco03 {
    position: absolute;
    bottom: -160px;
  }
  #menu.sectionbox {
    padding: 0;
    background-color: #ffffff;
  }
  #menu.sectionbox .line_bg_layer {
    padding: 200px 20px 120px;
  }
  #menu.sectionbox .menu_inner .time_schedule_box {
    padding: 20px 10px;
    font-size: 5vw;
  }
  #menu.sectionbox .menu_list .list_2 {
    flex-wrap: wrap;
  }
  #menu.sectionbox .menu_list .list_2 li {
    width: 100%;
    margin: 0 auto 40px;
  }
  #comingsoon.sectionbox {
    padding: 120px 20px;
  }
  #comingsoon.sectionbox #scroll_tx_wrap {
    margin-left: -20px;
  }
  #comingsoon.sectionbox #scroll_tx_wrap .scroll_tx {
    font-size: 7rem;
  }
  #comingsoon.sectionbox .soon_inner .soon_list li {
    display: block;
    max-width: 400px;
    margin: 0 auto 80px;
  }
  #comingsoon.sectionbox .soon_inner .soon_list li .munu_info {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 20px;
  }
  #comingsoon.sectionbox .soon_inner .soon_list li .munu_info.right_column {
    text-align: left;
    margin-bottom: 0;
  }
  #love.sectionbox {
    padding: 200px 0 100px;
    background-color: #ffffff;
  }
  #love.sectionbox .love_inner .cross_circle {
    position: relative;
    height: auto;
  }
  #love.sectionbox .love_inner .cross_circle .red_circle {
    position: relative;
    width: calc(100vw - 40px);
    height: calc(100vw - 40px);
    max-width: 480px;
    max-height: 480px;
    margin: 0 auto 40px;
  }
  #love.sectionbox .love_inner .cross_circle .text_circle {
    position: relative;
    background: none;
    height: auto;
    max-height: -moz-fit-content;
    max-height: fit-content;
    margin: 0 auto;
  }
  #love.sectionbox .love_inner .cross_circle .text_circle .tx_block {
    width: 100%;
    padding: 20px 0 0;
  }
  #profile .profile_wrap {
    display: block;
    padding: 0 20px;
  }
  #profile .profile_wrap .profile_tx {
    width: 100%;
    margin-top: 40px;
  }
  #local {
    padding: 50px 10px;
  }
  #local .local_inner .local_flex {
    flex-wrap: wrap;
  }
  #local .local_inner .local_flex .tx_introduction {
    width: 100%;
  }
  #local .local_inner .local_flex .tx_introduction .freedelivery_title {
    display: inline-block;
    font-size: 3.4rem;
    font-family: futura-pt, sans-serif;
    position: relative;
    margin-bottom: 20px;
  }
  #local .local_inner .local_flex .tx_introduction p {
    font-family: courier-prime, monospace;
    font-size: 1.6rem;
    line-height: 2;
  }
  #local .local_inner .local_flex .tx_introduction .image_introduction_sp {
    text-align: center;
    display: block;
    padding: 50px;
  }
  #local .local_inner .local_flex .tx_introduction .image_introduction_sp img {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  #local .local_inner .local_flex .image_introduction {
    display: none;
  }
}
#deco01 span.red, #deco02 span.red, #deco03 span.red, #deco04 span.red, #deco05 span.red {
  background-color: #c44e33 !important;
}
#deco01 span.blue, #deco02 span.blue, #deco03 span.blue, #deco04 span.blue, #deco05 span.blue {
  background-color: #021954 !important;
}
#deco01 span.light, #deco02 span.light, #deco03 span.light, #deco04 span.light, #deco05 span.light {
  background-color: #ebeef3 !important;
}
#deco01 span.clear, #deco02 span.clear, #deco03 span.clear, #deco04 span.clear, #deco05 span.clear {
  background-color: transparent !important;
}

#loading-container {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  height: 100svh;
  background: #ffffff;
  width: 100%;
  z-index: 91;
  transition: opacity 0.5s;
}

#loading-icon {
  width: 100px;
}
#loading-icon .fujisan {
  fill: #000000;
}
#loading-icon #progress5, #loading-icon #progress10, #loading-icon #progress15, #loading-icon #progress20, #loading-icon #progress25, #loading-icon #progress30, #loading-icon #progress35, #loading-icon #progress40, #loading-icon #progress45, #loading-icon #progress50, #loading-icon #progress55, #loading-icon #progress60, #loading-icon #progress65, #loading-icon #progress70, #loading-icon #progress75 {
  fill: #e8e8e8;
  transition: all 0.3s;
}
#loading-icon #progress5.progress5, #loading-icon #progress10.progress10, #loading-icon #progress15.progress15, #loading-icon #progress20.progress20, #loading-icon #progress25.progress25, #loading-icon #progress30.progress30, #loading-icon #progress35.progress35, #loading-icon #progress40.progress40, #loading-icon #progress45.progress45, #loading-icon #progress50.progress50, #loading-icon #progress55.progress55, #loading-icon #progress60.progress60, #loading-icon #progress65.progress65, #loading-icon #progress70.progress70, #loading-icon #progress75.progress75 {
  fill: #000000;
}
#loading-icon #progress80 {
  fill: #e8e8e8;
  transition: all 0.3s;
}
#loading-icon #progress80.progress80 {
  fill: #c44e33;
}

#slide_menu {
  position: fixed;
  z-index: 91;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  height: 100dvh;
  padding: 80px;
  background-color: #ebeef3;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
#slide_menu #close_btn {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#slide_menu #close_btn span {
  display: block;
  width: 100%;
  height: 2px;
  transform: rotate(45deg);
  background-color: #231815;
}
#slide_menu #close_btn span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: rotate(90deg);
  background-color: #231815;
}
#slide_menu ul {
  overflow: auto;
}
#slide_menu ul li {
  padding-bottom: 8px;
}
#slide_menu ul li.link_sns {
  display: flex;
  justify-content: center;
}
#slide_menu ul li.link_home img {
  width: 65px;
}
#slide_menu ul li a {
  display: block;
  padding: 8px;
  font-size: 2.2rem;
  color: #231815;
  text-decoration: none;
  font-family: futura-pt, sans-serif;
  text-align: center;
}
#slide_menu.show {
  opacity: 1;
}

.swiper-container {
  width: 100%;
  height: auto;
  position: relative;
}
.swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-container .swiper-pagination-bullet {
  background: #ffffff !important;
}

#popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#popup .popup-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #ffffff;
}
#popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  #hero .deco.deco01 {
    width: 160px;
  }
  #hero .deco.deco01 span {
    width: 32px;
    height: 32px;
  }
  #hero .hero_visual .line_bg_layer .linedeco {
    width: 150px;
    height: 50px;
    border-radius: 25px;
  }
  #hero .hero_visual h1 span {
    background-color: #c44e33;
    color: #ffffff;
  }
  #hero .hero_visual h1 {
    bottom: 60px;
  }
  #try.sectionbox .try_inner .deco.deco02 {
    width: 128px;
  }
  #try.sectionbox .try_inner .deco.deco02 span {
    width: 32px;
    height: 32px;
  }
  #try.sectionbox .try_inner .deco.deco03 {
    width: 128px;
  }
  #try.sectionbox .try_inner .deco.deco03 span {
    width: 32px;
    height: 32px;
  }
  #comingsoon .deco.deco04 {
    width: 160px;
  }
  #comingsoon .deco.deco04 span {
    width: 32px;
    height: 32px;
  }
  #comingsoon .deco.deco05 {
    width: 128px;
  }
  #comingsoon .deco.deco05 span {
    width: 32px;
    height: 32px;
  }
  #menu.sectionbox .line_bg_layer .linedeco {
    width: 130px;
    height: 40px;
    border-radius: 20px;
  }
  #menu.sectionbox .line_bg_layer .linedeco.line_position02 {
    position: absolute;
    top: 15%;
    left: -20%;
  }
  #menu.sectionbox .line_bg_layer .linedeco.line_position03 {
    position: absolute;
    top: 25%;
    right: 5%;
  }
  #menu.sectionbox .line_bg_layer .linedeco.line_position04 {
    position: absolute;
    top: 60%;
    right: 0;
  }
  #menu.sectionbox .line_bg_layer .linedeco.line_position05 {
    position: absolute;
    top: 78%;
    left: -20%;
  }
  .section_title span img {
    width: 120px !important;
  }
}/*# sourceMappingURL=style.css.map */