@charset "utf-8";
/* Body
------------------------------ */
html {
  overflow-x: hidden;
  font-size: 62.5%;
}
body {
  box-shadow: none;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 1.6em;
  letter-spacing: 0.025em;
  text-size-adjust: 100%;
  margin: 0;
}
h1,h2 {
  line-height: 1.4;
}
h3,h4 {
  line-height: 1.6;
}
p {
  line-height: 1.8;
}
a {
  text-decoration: none;
  transition: 0.3s ease;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.min {
  font-family: "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", serif;
}
/* layout
------------------------------ */
.wrapper {
  position: relative;
  width: 1250px;
  margin: 0 auto;
  padding: 0 15px;
}
ul,
ol {
  letter-spacing: -0.4em;
  line-height: 0;
}
li {
  letter-spacing: normal;
  line-height: 1.8;
  vertical-align: top;
}
*:not(.wrapper) {
  box-sizing: border-box;
}

/* Common
------------------------------ */
table {
  width: 100%;
}
.table_g tr:first-of-type {
  border-top: solid 1px #00af68;
}
.table_g tr {
  border-bottom: solid 1px #00af68;
}
.table_g th,
.table_g td {
  line-height: 1.6;
}
.table_g th {
  background: #def4eb;
  text-align: left;
  vertical-align: top;
  width: 27.2%;
  padding: 27px 30px;
}
.table_g td {
  padding: 27px 0 27px 34px;
}
@media screen and (min-width: 641px) {
  .btn_r,
  .btn_br,
  .btn_r_w {
    width: 299px;
    padding: 27px 52px 25px 38px;
  }
}
.btn_r,
.btn_br,
.btn_r_w {
  position: relative;
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 600;
  text-align: left;
}
.btn_r {
  background: #d12c2c;
  color: #fff;
  border: 1px solid #d12c2c;
}
.btn_br {
  background: #8e6a03;
  color: #fff;
  border: 1px solid #8e6a03;
}
.btn_r_w {
  background: #fff;
  color: #d12c2c;
  border: 1px solid #fff;
}
.btn_r:hover,
.single_pagenavi a:hover {
  color: #d12c2c;
  background: #fff;
}
.btn_br:hover {
  color: #8e6a03;
  background: #fff;
}
.btn_r_w:hover {
  color: #fff;
  background: #d12c2c;
}
.btn_r::before,
.btn_r::after,
.btn_br::before,
.btn_br::after,
.btn_r_w::before,
.btn_r_w::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.btn_r::before,
.btn_br::before,
.btn_r_w::before {
  width: 20px;
  height: 20px;
  right: 27px;
  transition: 0.3s ease;
  border-radius: 50%;
}
.btn_r::before,
.btn_br::before {
  border: 1px solid #fff;
}
.btn_r_w::before {
  border: 1px solid #d12c2c;
}
.btn_r::after,
.btn_br::after,
.btn_r_w::after {
  right: 36px;
  width: 5px;
  height: 5px;
  transform: rotate(54deg) skew(18deg);
}
.btn_r::after,
.btn_br::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.btn_r_w::after {
  border-top: solid 1px #d12c2c;
  border-right: solid 1px #d12c2c;
}
.btn_r:hover::before,
.btn_r_w:hover::before {
  right: 16px;
}
.btn_r:hover::after,
.btn_r_w:hover::after {
  right: 25px;
}
.btn_r:hover::before,
.btn_r:hover::after {
  border-color: #d12c2c;
}
.btn_br:hover::before,
.btn_br:hover::after {
  border-color: #8e6a03;
}
.btn_r_w:hover::before,
.btn_r_w:hover::after {
  border-color: #fff;
}
.single_pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 72px;
}
.single_pagenavi a {
  position: relative;
  display: block;
  width: 210px;
  letter-spacing: 0.05em;
  padding: 22px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  background: #d12c2c;
  border: 1px solid #d12c2c;
}
.single_pagenavi .prev a {
  text-align: right;
}
.single_pagenavi .list a {
  text-align: center;
}
.single_pagenavi .list a::before,
.single_pagenavi .list a::after {
  content: none;
}
.single_pagenavi a::before,
.single_pagenavi a::after {
  content: "";
  display: block;
  font-size: 1.8rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.single_pagenavi a::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.single_pagenavi .prev a::before {
  left: 22px;
}
.single_pagenavi .prev a:hover::before {
  left: 14px;
}
.single_pagenavi .prev a::after {
  left: 31px;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
}
.single_pagenavi .prev a:hover::after {
  left: 23px;
}
.single_pagenavi .next a::before {
  right: 22px;
}
.single_pagenavi .next a:hover::before {
  right: 14px;
}
.single_pagenavi .next a::after {
  right: 31px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.single_pagenavi .next a:hover::after {
  right: 23px;
}
.single_pagenavi a::after {
  width: 5px;
  height: 5px;
  transform: rotate(54deg) skew(18deg);
}
.single_pagenavi a:hover::before,
.single_pagenavi a:hover::after {
  border-color: #d12c2c;
}
.caution {
  position: relative;
  display: block;
  padding-left: 1.4em;
  line-height: 1.7;
}
.caution::before {
  content: "※";
  position: absolute;
  left: 0;
}
.line_text {
  position: relative;
  padding-left: 2.1em;
}
.line_text span:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
}
.dot_list li {
  position: relative;
  line-height: 1.6;
  margin-bottom: 6px;
  padding-left: 1.2em;
}
.dot_list li:last-of-type {
  margin-bottom: 0;
}
.dot_list li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.num_list li {
  position: relative;
  line-height: 1.6;
  margin-bottom: 6px;
  padding-left: 1.4em;
}
.num_list li .num {
  position: absolute;
  top: 0px;
  left: 0;
  font-weight: 600;
}
.num_list li:last-of-type {
  margin-bottom: 0;
}
/*adjust link*/
#contact02::before,
#shop #nagaura::before,
#shop #oyumino::before,
#menu04_deri,
#menu04_take {
  content: "";
  display: block;
  margin-top: -160px;
  padding-top: 160px;
}
/* Header
------------------------------ */
.contents {
  position: relative;
  padding-top: 147px;
  overflow: hidden;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  background: #d12c2c;
}
header::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: url(../images/line_r.svg) repeat-x;
  z-index: 2;
}
.header_wrapper {
  min-width: 1280px;
  margin: 0 auto;
}
footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 641px) {
  .header_inner,
  .header_inner_r,
  header .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #logo {
    position: absolute;
    top: 50px;
    left: 26px;
  }
}
#logo {
  display: block;
}
.header_inner_l {
  position: relative;
  z-index: 3;
}
.header_inner_l::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -78px;
  left: -22px;
  background: url(../images/logo_round.svg) no-repeat center center/contain;
  width: 295px;
  height: 289px;
  z-index: -1;
  transition: 0.3s;
  transform-origin: top left;
}
#logo span {
  height: 134px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  transition: 0.3s;
}
#logo span {
  background: url(../images/logo.png) no-repeat left center / contain;
}
#logo:hover {
  opacity: 0.6;
}
header .sns {
  width: 143px;
  /* width: 195px; */
  margin-top: 12px;
  margin-left: 89px;
  /* margin-left: 54px; */
  margin-right: 14px;
}
header .sns a {
  display: block;
}
header .sns a:hover,
footer .sns a:hover {
  opacity: 0.7;
}
header .sns span,
footer .sns span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
header .facebook span,
footer .facebook span {
  background: url(../images/facebook.svg) no-repeat center center/contain;
  width: 34px;
  height: 34px;
}
header .youtube span,
footer .youtube span {
  background: url(../images/youtube.svg) no-repeat center center/contain;
  width: 34px;
  height: 32px;
}
header .line span,
footer .line span {
  background: url(../images/line.svg) no-repeat center center/contain;
  width: 34px;
  height: 34px;
}
header .x span,
footer .x span {
  background: url(../images/x.svg) no-repeat center center/contain;
  width: 34px;
  height: 34px;
}
header .instagram span,
footer .instagram span {
  background: url(../images/instagram.svg) no-repeat center center/contain;
  width: 34px;
  height: 34px;
}

@media screen and (min-width: 641px) {
  .header_inner_r {
    max-width: 900px;
    /* max-width: 940px; */
  }
  .header_merchant a {
    color: #000;
    background: #ffd801;
    font-weight: 600;
    position: relative;
    width: 174px;
    padding: 20px 17px;
    border-radius: 0 0 10px 10px;
    display: inline-block;
    letter-spacing: 2px;
    text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff,
      -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff,
      -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
  }
  .header_news a::before,
  .header_news a::after,
  .header_merchant a::before,
  .header_merchant a::after,
  .header_news span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    transition: 0.3s;
  }
  .header_merchant a::before {
    right: 10px;
    width: 22px;
    height: 22px;
    background: #fff;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    border-radius: 50%;
  }
  .header_merchant a::after {
    right: 19px;
    width: 5px;
    height: 5px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(54deg) skew(18deg);
  }
  .header_merchant a:hover:before {
    right: 6px;
  }
  .header_merchant a:hover:after {
    right: 15px;
  }
  .header_news a {
    background: #fff;
    color: #d12c2c;
    font-weight: 600;
    border: 1px solid #fff;
    position: relative;
    width: 159px;
    padding: 20px 36px 20px 46px;
    border-radius: 0 0 10px 10px;
    display: block;
  }
  .header_news a:hover {
    background: #d12c2c;
    color: #fff;
  }
  .header_news a::before {
    right: 16px;
    width: 22px;
    height: 22px;
    background: #fff;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    border-radius: 50%;
  }
  .header_news a::after {
    right: 25px;
    width: 5px;
    height: 5px;
    border-top: solid 1px #d12c2c;
    border-right: solid 1px #d12c2c;
    transform: rotate(54deg) skew(18deg);
  }
  .header_news a:hover:before {
    right: 11px;
  }
  .header_news a:hover:after {
    right: 20px;
  }
  .header_news span {
    position: relative;
  }
  .header_news span::before {
    left: -28px;
    background: #fff url(../images/info_icon_bg_r.svg) no-repeat center
      center/contain;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  .header_contact {
    background: #fff;
    border-radius: 0 0 10px 10px;
    width: 296px;
    padding: 6px 20px 6px 24px;
  }
  .header_contact .icon {
    position: relative;
    padding-left: 33px;
  }
  .header_contact .icon::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/tel_icon_r.svg) no-repeat center center/contain;
    width: 25px;
    height: 42px;
  }
  .header_contact .tel {
    color: #d12c2c;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1;
  }
  .header_contact .time {
    line-height: 1;
    text-align: center;
    margin-top: 2px;
    letter-spacing: 0;
  }
}
#gnav {
  text-align: right;
  margin-top: 17px;
}
#gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#gnav > ul > li {
  position: relative;
}
#gnav > ul > li > a {
  position: relative;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  width: 150px;
  padding-bottom: 20px;
}
#gnav > ul > li > a:hover {
}
#gnav > ul > li > a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  margin: auto;
  transition: 0.3s;
}
#gnav > ul > li > a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 50px;
  background: #fff;
}
#gnav > ul > li:first-of-type > a::before {
  background-image: url(../images/home_icon_r.svg);
  background-size: 18px auto;
}
#gnav > ul > li:nth-of-type(2) > a::before {
  background-image: url(../images/tableware_icon_r.svg);
  background-size: 13px auto;
}
#gnav > ul > li:nth-of-type(3) > a::before {
  background-image: url(../images/store_icon_r.svg);
  background-size: 16px auto;
}
#gnav > ul > li:nth-of-type(4) > a::before {
  background-image: url(../images/delivery_icon_r.svg);
  background-size: 19px auto;
}
#gnav > ul > li:nth-of-type(5) > a::before {
  background-image: url(../images/organization_icon_r.svg);
  background-size: 20px auto;
}
#gnav > ul > li:nth-of-type(6) > a::before {
  background-image: url(../images/mail_icon_r.svg);
  background-size: 16px auto;
}
#gnav > ul > li:last-of-type > a::after {
  content: none;
}
#gnav > ul > li > a p {
  line-height: 1;
  margin-top: 6px;
}
/* 子メニュー */
#gnav .sub {
  background: rgba(210, 45, 45, 0.9);
  border: 1px solid #d12c2c;
  position: absolute;
  top: 71px;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  display: none;
  z-index: 5;
}
#gnav .sub li {
  width: 100%;
  border-bottom: 1px solid #af020b;
}
#gnav .sub a {
  display: block;
  padding: 8px 12px;
  color: #fff;
  font-size: 1.4rem;
}
#gnav .sub p {
  line-height: 1.6;
}
#gnav .sub a:hover {
  background: #fff;
  color: #d12c2c;
}
/* fixed header */
@media screen and (min-width: 641px) {
  header.fixed_none #gnav {
    margin-top: 10px;
  }
  header.fixed_none #gnav > ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header.fixed_none #gnav > ul > li > a::before {
    width: 0;
    height: 0;
  }
  header.fixed_none #gnav > ul > li > a::after {
    height: 42px;
  }
  header.fixed_none #gnav .sub {
    top: 41px;
  }
  header.fixed_none #logo {
    top: -10px;
  }
  header.fixed_none #logo span {
    width: 122px;
  }
  header.fixed_none .header_inner_l::after {
    opacity: 0;
    bottom: 0;
  }
  .customize-support header {
    top: 32px;
  }
}
/* //fixed header */
#gnav .menu_bg::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2000px;
  height: 130px;
  top: 0;
  right: 1px;
  transform: skew(-30deg);
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  z-index: -1;
}

/*slider*/
.slider01,
.slick-slide img {
  width: 100%;
}
.slick-track {
  margin-left: 0 !important;
}
.slick-slide {
  max-height: 578px;
  position: relative;
  overflow: hidden;
}
.slider01 .wrapper {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
@media screen and (min-width: 641px) {
  .slider01 .wrapper {
    text-align: right;
  }
  .slider01_01 h2 {
    font-size: 4.5rem;
    margin-top: 79px;
    margin-right: 142px;
    min-height: 370px;
  }
}
.slider01_01 h2 {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.28em;
  text-shadow: 0 0 60px #fff, 0 0 60px #fff, 0 0 60px #fff, 0 0 60px #fff,
    0 0 60px #fff;
}
.slider01_01 .br_l_w {
  display: inline-block;
  position: relative;
}
.slider01_01 .br_l_w::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -4px;
  width: 11px;
  height: 100%;
}
.slider01_01 .br_l_w:first-of-type:after {
  background: url(../images/slider_br_l_3w.svg) no-repeat center center/11px
    100%;
}
.slider01_01 .br_l_w:nth-of-type(2):after {
  background: url(../images/slider_br_l_2w.svg) no-repeat center center/11px
    100%;
}
.slider01_01 .br_l_w:last-of-type:after {
  background: url(../images/slider_br_l_1w.svg) no-repeat center center/11px
    100%;
}
.slider01_01 .br_l_w:nth-of-type(2) {
  margin-top: 30px;
}
.slider01_01 .red {
  color: #de0104;
}
.slider01 .medal {
  position: absolute;
}
@media screen and (min-width: 641px) {
  .slider01 .medal {
    right: 15px;
  }
}
@media screen and (min-width: 1401px) {
  .slider01 .medal {
    bottom: 95px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1400px) {
  .slider01 .medal {
    bottom: 30px;
  }
}
.slider01 .medal span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url(../images/slider_medal.svg) no-repeat center center/contain;
  width: 204px;
  height: 167px;
}

/* index
------------------------------ */
/* loading */
#index #loading {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  animation: loading 0.4s ease-in 2s 1 forwards;
}
#loading_video {
  object-fit: cover;
  /* width: 100vw;
  height: 100vh; */
  width: 100%;
  height: 100%;
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
#index #loading.load_none {
  animation: loading 0.8s ease-in 0.2s 1 forwards;
}
#index #loading.load_none video {
  display: none;
}
#index #loading.load_cancel {
  animation: loading 0.6s ease-in 0s 1 forwards;
}
#index #loading .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url(../images/logo.png) no-repeat center / contain;
  height: 10vw;
  z-index: 22;
  min-height: 100px;
}
/* index_news */
#index_news .section_inner {
  background: #fdf4f4;
  padding-top: 40px;
  padding-bottom: 40px;
}
#index_news .flex {
  position: relative;
  background: #fff;
  z-index: 2;
}
#index_news .flex::before {
  content: "";
  display: block;
  position: absolute;
  top: -51px;
  left: 11px;
  background: url(../images/index_news_mascot_l.png) no-repeat center
    center/contain;
  width: 141px;
  height: 95px;
}
#index_news .flex::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -49px;
  right: 25px;
  background: url(../images/index_news_mascot_r.png) no-repeat center
    center/contain;
  width: 140px;
  height: 74px;
}
#index_news h3 a {
  color: #d12c2c;
  font-size: 2.8rem;
  display: inline-block;
}
#index_news h3 a::before {
  content: "";
  display: block;
  background: #fff url(../images/info_icon_bg_r.svg) no-repeat center
    center/contain;
  width: 27px;
  height: 27px;
  margin: auto;
}
.index_news_post {
  width: 100%;
  max-width: 100%;
}
.index_news_post .btn {
  margin-top: 20px;
}
.index_news_post .list {
  margin-top: 30px;
}
#index_news h3 {
  color: #d12c2c;
  font-size: 2.8rem;
  display: inline-block;
}
.index_news_instagram {
  width: 100%;
  max-width: 100%;
  margin-top: 50px;
}
.index_news_x {
  width: 100%;
  max-width: 100%;
  margin-top: 50px;
}
.index_news_x_menu {
  margin-top: 30px;
}
.index_news_x_menu_timeline {
  max-height: 1250px;
  overflow-y: scroll;
}

@media screen and (min-width: 641px) {
  #index_news .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    /* align-items: center; */
    /* padding-right: 35px; */
    padding: 20px 15px;
  }
  #index_news .text {
    /* width: 593px; */
    /* margin-left: 108px; */
    /* margin-right: 20px; */
    position: relative;
    line-height: 1.6;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center; */
  }
  #index_news .headline {
    position: relative;
    /* width: 214px; */
    padding: 47px 0;
  }
  /* #index_news .headline::after {
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    background: #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  } */
  /* #index_news .title {
    width: calc(100% - 8em);
  } */
  #index_news .btn_r {
    width: 280px;
    padding: 16px 33px;
  }
  #index_commitment .sub_title {
    font-size: 2.4rem;
    margin-top: 25px;
  }
  .index_news_post {
    max-width: 330px;
  }
  .index_news_instagram {
    max-width: 330px;
    margin-top: 0;
  }
  .index_news_instagram_menu {
    margin-top: 30px;
  }
  .index_news_x {
    max-width: 330px;
    margin-top: 0;
  }
  .index_news_x_menu {
    margin-top: 30px;
  }
  .index_news_x_menu_timeline {
    max-height: 480px;
  }
}
#index_news .headline {
  text-align: center;
}
#index_news .text {
  line-height: 1.6;
}
#index_news .headline a:hover,
#index_news .text a:hover {
  opacity: 0.7;
}
#index_news .date {
  color: #d12c2d;
  font-weight: 600;
  /* margin-right: 1em; */
}
#index_news .title a {
  color: #000;
  border-bottom: 1px solid #000;
}
/* index_commitment */
#index_commitment .headline::before {
  content: "";
  display: block;
  position: absolute;
  left: -80px;
  bottom: 0;
  background: url(../images/index_commitment_bg.png) no-repeat center
    bottom/contain;
}
#index_commitment .headline {
  position: relative;
  text-align: center;
  padding: 94px 2px 60px;
}
#index_commitment h2 {
  position: relative;
  font-size: 4.2rem;
  font-weight: normal;
  color: #472800;
  line-height: 1;
  letter-spacing: 0.1em;
}
#index_commitment h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -36px;
  margin: auto;
  background: url(../images/logomark_thin_bl.svg) no-repeat center
    center/contain;
  width: 137px;
  height: 126px;
  z-index: -1;
}
#index_commitment h2::after {
  content: "";
  display: block;
  background: url(../images/title_br_r.png) no-repeat center center/contain;
  max-width: 476px;
  height: 11px;
  margin: auto;
}
#index_commitment h2 .red {
  font-size: 7rem;
  color: #d12c2c;
  margin-left: 18px;
  margin-right: 12px;
  vertical-align: middle;
}
#index_commitment .sub_title {
  color: #d12c2c;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 641px) {
  #index_commitment .headline::before {
    height: 326px;
    width: 1410px;
  }
  #index_commitment .list {
    max-width: 1500px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index_commitment .list > div {
    width: calc(100% / 3);
  }
  #index_commitment .list .text {
    padding: 80px 60px 40px;
  }
  #index_commitment h3 {
    font-size: 3rem;
    line-height: 1.7;
  }
  #index_commitment .adjust {
    margin-left: -0.5em;
    display: block;
  }
  #index_commitment .explan {
    letter-spacing: -0.05em;
  }
}
#index_commitment .list > div {
  position: relative;
  overflow: hidden;
}
#index_commitment .num {
  font-size: 7.3rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 15px;
  right: 33px;
  z-index: 1;
  letter-spacing: 0.05em;
}
#index_commitment .num::after {
  content: "";
  display: block;
  position: absolute;
  right: -82px;
  bottom: -47px;
  background: url(../images/index_commitment_round.svg) no-repeat center
    center/contain;
  width: 264px;
  height: 268px;
  z-index: -1;
}
#index_commitment .num01 {
  background: #bc7b1d;
}
#index_commitment .num01 .num {
  color: #bc7b1d;
}
#index_commitment .num02 {
  background: #8e6a03;
}
#index_commitment .num02 .num {
  color: #8e6a03;
}
#index_commitment .num03 {
  background: #af020b;
}
#index_commitment .num03 .num {
  color: #af020b;
}
#index_commitment h3 {
  position: relative;
  color: #472800;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff,
    -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff,
    -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
  margin-bottom: 18px;
}
#index_commitment h3::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  margin-top: 8px;
}
#index_commitment .explan {
  color: #fff;
}

#index_menu .section_inner {
  padding-top: 136px;
  padding-bottom: 124px;
  background: url(../images/index_menu_bg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}
#index_menu .headline {
  text-align: center;
  z-index: 2;
  margin-bottom: 60px;
}
#index_menu h2 {
  position: relative;
  font-size: 5.4rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  z-index: 2;
  max-width: 632px;
  margin: auto;
  padding: 0 22px;
  box-sizing: content-box;
}
#index_menu h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 5px;
  background: #603813;
  z-index: -1;
}
#index_menu h2 > span {
  position: relative;
  width: calc(100% / 5);
  display: block;
}
#index_menu h2 > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 112px;
  background: url(../images/goodwill.svg) no-repeat center center/contain;
  z-index: -1;
}
#index_menu .logo span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/logomark_w.svg) no-repeat center center/52% auto;
  height: 112px;
  display: block;
}
#index_menu .item {
  position: relative;
  letter-spacing: 0.1em;
  z-index: 2;
  margin-bottom: 78px;
}
#index_menu .item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 641px) {
  #index_menu .text {
    width: 500px;
    padding: 110px 0 89px;
  }
  #index_menu .item:nth-of-type(even),
  #index_menu .item:nth-of-type(even) .text {
    margin-left: auto;
  }
  #index_menu .item:nth-of-type(even)::after {
    left: 360px;
  }
  #index_menu .item:nth-of-type(odd)::after {
    right: 360px;
  }
  #index_menu .item:nth-of-type(odd) .text {
    margin-left: 58px;
  }
  #index_menu .btn {
    width: 299px;
    padding: 26px 43px 23px 38px;
  }
  #index_menu .item .pict {
    position: absolute;
  }
  #index_menu .single .pict {
    top: -22px;
    left: -293px;
  }
  #index_menu .box_lunch .pict {
    top: -85px;
    right: -215px;
  }
  #index_menu .side .pict {
    top: -120px;
    left: -194px;
  }
  #index_menu .btn {
    font-size: 1.8rem;
  }
}
#index_menu .text {
  position: relative;
  z-index: 2;
}
#index_menu .text::before {
  content: "";
  display: block;
  position: absolute;
  top: 74px;
  left: -54px;
  background: url(../images/logomark_w.svg) no-repeat center center/contain;
  width: 409px;
  height: 378px;
  opacity: 0.1;
  z-index: -1;
}
#index_menu .item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 143vw;
  height: 100%;
  z-index: -1;
}
#index_menu .single::after {
  background: #af020b;
}
#index_menu .box_lunch::after {
  background: #8e6a03;
}
#index_menu .side::after {
  background: #ad7004;
}
#index_menu .btn {
  position: relative;
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 600;
  text-align: left;
  margin-top: 48px;
  background: #fff;
  border: 1px solid #fff;
}
#index_menu .btn::before,
#index_menu .btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
#index_menu .btn::before {
  width: 20px;
  height: 20px;
  right: 27px;
  transition: 0.3s ease;
  border-radius: 50%;
}
#index_menu .btn::after {
  right: 36px;
  width: 5px;
  height: 5px;
  transform: rotate(54deg) skew(18deg);
}
#index_menu .btn:hover::before {
  right: 16px;
}
#index_menu .btn:hover::after {
  right: 25px;
}
#index_menu .single .btn {
  color: #af020b;
}
#index_menu .single .btn:hover {
  background: #af020b;
  color: #fff;
}
#index_menu .single .btn::before {
  border: 1px solid #af020b;
}
#index_menu .single .btn::after {
  border-top: solid 1px #af020b;
  border-right: solid 1px #af020b;
}
#index_menu .box_lunch .btn {
  color: #8e6a03;
}
#index_menu .box_lunch .btn:hover {
  background: #8e6a03;
  color: #fff;
}
#index_menu .box_lunch .btn::before {
  border: 1px solid #8e6a03;
}
#index_menu .box_lunch .btn::after {
  border-top: solid 1px #8e6a03;
  border-right: solid 1px #8e6a03;
}
#index_menu .side .btn {
  color: #ad7004;
}
#index_menu .side .btn:hover {
  background: #ad7004;
  color: #fff;
}
#index_menu .side .btn::before {
  border: 1px solid #ad7004;
}
#index_menu .side .btn::after {
  border-top: solid 1px #ad7004;
  border-right: solid 1px #ad7004;
}
#index_menu .single .btn:hover:before,
#index_menu .single .btn:hover::after,
#index_menu .box_lunch .btn:hover::before,
#index_menu .box_lunch .btn:hover::after,
#index_menu .side .btn:hover::before,
#index_menu .side .btn:hover::after {
  border-color: #fff;
}

#index_menu .item h3 {
  font-size: 4rem;
  color: #fff;
  margin-bottom: 16px;
}
#index_menu .explan {
  color: #fff;
  letter-spacing: 0.06em;
}
#index_menu .br_text_w {
  text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff,
    -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff,
    -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
  color: #472800;
}
#index_order .section_inner {
  padding-top: 138px;
  padding-bottom: 150px;
  background: #d12c2c;
}
#index_order h2 {
  font-size: 3.6rem;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 641px) {
  #index_order h2 {
    margin-bottom: 95px;
  }
  #index_order .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1180px;
    margin: auto;
  }
  #index_order .list > div {
    width: 550px;
  }
  #index_order .btn_r {
    width: auto;
  }
}
#index_order .list > div {
  position: relative;
  z-index: 2;
}
#index_order .takeout {
  margin-top: 38px;
}
#index_order .inner {
  position: relative;
  background: #fff;
}
#index_order .text {
  padding: 19px 42px 28px;
}
#index_order .text p {
  letter-spacing: -0.04em;
}
#index_order .catuiton {
  margin-left: 190px;
  margin-bottom: 10px;
  color: #fff;
}
#index_order h4 {
  width: 158px;
  position: absolute;
  top: -46px;
  left: 15px;
  color: #d12c2c;
  font-size: 2.1rem;
  text-align: center;
}
#index_order h4::after {
  content: "";
  display: block;
  position: absolute;
  top: -55px;
  left: 0;
  background: url(../images/index_commitment_round.svg) no-repeat center
    center/contain;
  width: 100%;
  height: 160px;
  z-index: -1;
}
#index_order .btn_r {
  margin-top: 24px;
}
#index_shop .section_inner {
  padding-top: 178px;
  padding-bottom: 126px;
  background: url(../images/index_shop_bg.jpg) no-repeat top center/100% auto;
}
#index_shop .headline {
  text-align: center;
  margin-bottom: 56px;
}
#index_shop .headline + .pict img {
  border-radius: 10px;
}
#index_shop h2 {
  position: relative;
  font-size: 4.2rem;
  font-weight: normal;
  color: #472800;
  line-height: 1;
  letter-spacing: 0.1em;
  z-index: 2;
}
#index_shop h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -44px;
  margin: auto;
  background: url(../images/logomark_thin_bl.svg) no-repeat center
    center/contain;
  width: 137px;
  height: 126px;
  z-index: -1;
}
#index_shop h2::after {
  content: "";
  display: block;
  background: url(../images/title_br_r.png) no-repeat center center/contain;
  max-width: 476px;
  height: 11px;
  margin: 18px auto 0;
}
@media screen and (min-width: 641px) {
  #index_shop .sub_title {
    font-size: 2.4rem;
    margin-top: 25px;
  }
  #index_shop .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-flow: row-reverse;
    padding: 62px 57px;
    max-width: 1150px;
    margin: -80px auto 0;
  }
  #index_shop .ggmap {
    width: 566px;
  }
}
#index_shop .sub_title {
  color: #d12c2c;
  line-height: 1;
  letter-spacing: 0.1em;
}
#index_shop .flex {
  position: relative;
  background: #fff;
  border-radius: 10px;
  z-index: 2;
}
#index_shop h3 {
  position: relative;
  font-size: 2.4rem;
  font-weight: normal;
  padding-left: 102px;
  letter-spacing: 0;
  margin-bottom: 47px;
  margin-top: 12px;
}
#index_shop h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../images/logo.png) no-repeat center center/contain;
  width: 101px;
  height: 70px;
}
#index_shop .text {
  position: relative;
  padding-bottom: 86px;
}
#index_shop .text::after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  bottom: 0;
  background: url(../images/index_store_mascot.jpg) no-repeat center
    center/contain;
  width: 238px;
  height: 79px;
}
#index_shop .line {
  position: relative;
  padding-left: 110px;
  margin-bottom: 9px;
}
#index_shop .line:last-of-type {
  margin-bottom: 0;
}
#index_shop .title {
  position: absolute;
  left: 0;
  background: #d12c2c;
  color: #fff;
  width: 96px;
  text-align: center;
  border-radius: 10px;
}
@media screen and (min-width: 641px) {
  #index_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  #index_search {
    padding: 76px 64px 34px;
  }
  #index_search .panel {
    width: 227px;
    padding: 43px;
    font-size: 2rem;
  }
  #index_search .shop {
    max-width: 261px;
  }
  #search_list {
    width: 868px;
  }
  #index_search {
    background: #f4f2f0;
  }
  #search_list p {
    margin-top: 16px;
  }
}
#index_search .panel {
  text-align: center;
  color: #fff;
  background: #472800;
  line-height: 1.8;
  font-weight: 600;
}
#index_search .shop a {
  display: block;
}
#search_list p {
  color: #000;
  text-align: center;
  letter-spacing: -0.05em;
  transition: 0.3s;
}
#search_list a img {
  transition: 0.3s;
}
#search_list a:hover p {
  color: #d12c2c;
}
#search_list a:hover img {
  opacity: 0.7;
}
#index_shop .btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 62px;
}
#index_shop .btn_list a {
  margin: 0 22px;
}
/* index_media */
#index_media .section_inner {
  background: #d12c2c;
  position: relative;
  overflow: hidden;
  padding-top: 112px;
  padding-bottom: 100px;
}
@media screen and (min-width: 641px) {
  #index_media .section_inner::before,
  #index_media .section_inner::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/index_commitment_round.svg) no-repeat center
      center/contain;
    opacity: 0.2;
  }
  #index_media .section_inner::before {
    width: 534px;
    height: 529px;
    top: -297px;
    right: -65px;
  }
  #index_media .section_inner::after {
    width: 735px;
    height: 745px;
    bottom: -652px;
    left: -154px;
  }
}
#index_media .headline {
  position: relative;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
#index_media .headline::before {
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  top: 0;
  background: url(../images/logomark_w.svg) no-repeat center center/contain;
  width: 137px;
  height: 126px;
  opacity: 0.1;
}

@media screen and (min-width: 641px) {
  #index_media .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #index_media .headline {
    padding: 42px 92px 34px 0;
  }
  #index_media .list {
    width: 894px;
  }
  #index_media .headline {
    border-right: 1px solid #ccc;
  }
  #index_media .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index_media .title {
    width: calc(100% - 8em);
  }
  #index_media .title.none{
    color: #fff;
  }
  #index_media h2 {
    font-size: 4.2rem;
  }
  #index_media .sub_title {
    font-size: 2.4rem;
    margin-top: 32px;
    letter-spacing: 0.1em;
  }
}
#index_media .date {
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
  margin-right: 20px;
}
#index_media .text {
  margin-bottom: 28px;
  color: #fff;
}
#index_media .text:last-of-type {
  margin-bottom: 0;
}
#index_media .title a {
  line-height: 1.6;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
#index_media .text a:hover {
  border-color: #fff;
}
/* sub
------------------------------ */
body.sub {
  animation: fadeIn 0.4s ease-in 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sub .main_title {
  height: 319px;
}
.sub .main_title .wrapper {
  height: 100%;
}
@media screen and (min-width: 641px) {
  .sub .main_title .box {
    width: 450px;
  }
}
.sub .main_title .box {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -83px;
  text-align: center;
  z-index: 2;
}
.sub .main_title .box::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -48px;
  margin: auto;
  background: url(../images/logomark_thin_bl.svg) no-repeat center
    center/contain;
  width: 137px;
  height: 126px;
}
.sub .main_title .box::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 200px;
  height: 80px;
  z-index: -1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: -1px -90px 50px rgba(255, 255, 255, 0.8);
}
.sub .main_title .main {
  font-size: 3.2rem;
  color: #472800;
  letter-spacing: 0.1em;
  font-weight: normal;
}
.sub .main_title .main::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 420px;
  height: 70px;
  z-index: -1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 641px) {
  .sub .main_title .main::before {
    box-shadow: 0 -20px 100px #fff, 0 -20px 100px #fff, 0 -29px 60px #fff,
      0 -29px 10px #fff, -38px -35px 50px #fff, 38px -35px 50px #fff,
      38px -2px 50px #fff, -38px -2px 50px #fff;
  }
}
.sub .main_title .main::after {
  content: "";
  display: block;
  background: url(../images/title_br_r.png) no-repeat center center/contain;
  width: 476px;
  height: 11px;
  margin: 14px auto 0;
}
.sub .main_title .sub {
  font-size: 2.4rem;
  color: #d12c2c;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 20px;
  text-transform: uppercase;
}
/* menu
------------------------------ */
#menu .main_title {
  position: relative;
  background: url(../images/menu_main_img.jpg) no-repeat center right/cover;
}
#menu00 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 118px;
}
#menu00 .list > div {
  position: relative;
  text-align: center;
}
#menu00 .list a::before,
#menu00 .list a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}
@media screen and (min-width: 641px) {
  #menu00 .list > div {
    width: 235px;
    margin-top: 42px;
    margin-bottom: 20px;
  }
  #menu00 .list > div::before,
  #menu00 .list > div::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s;
  }
  #menu00 .list > div::before {
    top: -42px;
    height: 71px;
    z-index: 2;
  }
  #menu00 .list > div:hover::before {
    transform: scale(1.1);
  }
  #menu00 .list > div::after {
    width: 96px;
    height: 95px;
    bottom: -20px;
  }
  #menu00 .single_item::before {
    background: url(../images/menu00_single_item.png) no-repeat center
      bottom/contain;
    width: 103px;
  }
  #menu00 .lunch_box::before {
    background: url(../images/menu00_lunch_box.png) no-repeat center
      bottom/contain;
    width: 96px;
  }
  #menu00 .side::before {
    background: url(../images/menu00_side.png) no-repeat center bottom/contain;
    width: 110px;
  }
  #menu00 .deli_takeout::before {
    background: url(../images/menu00_deli_takeout.png) no-repeat center
      bottom/contain;
    width: 89px;
  }
  #menu00 .allergies::before {
    background: url(../images/menu00_allergies.png) no-repeat center
      bottom/contain;
    width: 101px;
  }
  #menu00 .single_item::after {
    background: url(../images/menu00_round_r.svg) no-repeat center
      bottom/contain;
  }
  #menu00 .lunch_box::after {
    background: url(../images/menu00_round_ocher.svg) no-repeat center
      bottom/contain;
  }
  #menu00 .side::after {
    background: url(../images/menu00_round_br.svg) no-repeat center
      bottom/contain;
  }
  #menu00 .deli_takeout::after {
    background: url(../images/menu00_round_y.svg) no-repeat center
      bottom/contain;
  }
  #menu00 .allergies::after {
    background: url(../images/menu00_round_scarlet.svg) no-repeat center
      bottom/contain;
  }
  #menu00 .list a {
    font-size: 1.8rem;
    padding: 38px 10px 23px;
  }
  #menu00 .single_item {
    background: url(../images/menu00_single_item_bg.svg) no-repeat center
      center/cover;
  }
  #menu00 .lunch_box {
    background: url(../images/menu00_lunch_box_bg.svg) no-repeat center
      center/cover;
  }
  #menu00 .side {
    background: url(../images/menu00_side_bg.svg) no-repeat center center/cover;
  }
  #menu00 .deli_takeout {
    background: url(../images/menu00_deli_takeout_bg.svg) no-repeat center
      center/cover;
  }
  #menu00 .allergies {
    background: url(../images/menu00_allergies_bg.svg) no-repeat center
      center/cover;
  }
}
#menu00 .list a {
  position: relative;
  color: #fff;
  display: block;
  letter-spacing: -0.01em;
  z-index: 2;
}
#menu00 .list a::before,
#menu00 .list a::after {
  transition: 0.3s;
}
#menu00 .list a::before {
  bottom: -10px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
}
#menu00 .list a::after {
  bottom: -2px;
  width: 5px;
  height: 5px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: rotate(48deg);
}
#menu00 .single_item a::after {
  border-color: #af020b;
}
#menu00 .lunch_box a::after {
  border-color: #8e6a03;
}
#menu00 .side a::after {
  border-color: #ad7004;
}
#menu00 .deli_takeout a::after {
  border-color: #d8af05;
}
#menu00 .allergies a::after {
  border-color: #d12c2c;
}
#menu .bg_y {
  background: #fff9ed;
  padding-top: 68px;
}
#menu01::before {
  content: "";
  display: block;
  margin-top: -240px;
  padding-top: 240px;
}
#menu02::before,
#menu03::before,
#menu05::before {
  content: "";
  display: block;
  margin-top: -160px;
  padding-top: 160px;
}
#menu04::before {
  content: "";
  display: block;
  margin-top: -10px;
  padding-top: 10px;
}
#menu01 .section_inner {
  position: relative;
  padding-bottom: 150px;
}
#menu .sub_section h2 {
  color: #fff;
  font-size: 3rem;
  text-align: center;
  padding: 11px 12px 12px;
}
#menu01 h2 {
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 641px) {
  #menu01 h2 {
    background: url(../images/menu01_h2.svg) no-repeat center center/contain;
  }
  #menu02 h2 {
    background: url(../images/menu02_h2.svg) no-repeat center center/contain;
  }
  #menu03 h2 {
    background: url(../images/menu03_h2.svg) no-repeat center center/contain;
  }
  #menu04 h2 {
    background: url(../images/menu04_h2.svg) no-repeat center center/contain;
  }
  #menu05 h2 {
    background: url(../images/menu05_h2.svg) no-repeat center center/contain;
  }
  #menu .sub_section .wrapper > .chapter {
    text-align: center;
  }
}
#menu01 .wrapper > .chapter {
  margin-bottom: 22px;
}
#menu01_classic .chapter {
  margin-top: 22px;
}
#menu .sub_section .caution {
  display: inline-block;
}
@media screen and (min-width: 641px) {
  #menu .sub_section .br_lr_r {
    position: relative;
    font-size: 2.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #menu .sub_section .br_lr_r > span {
    padding: 0 30px;
  }
  #menu .column2 .item {
    width: 600px;
  }
}
#menu .sub_section .br_lr_r {
  color: #472800;
}
#menu .sub_section .br_lr_r::before,
#menu .sub_section .br_lr_r::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
}
#menu01 .br_lr_r::before,
#menu01 .br_lr_r::after {
  background: url(../images/menu01_h3_bg.svg) no-repeat center center/contain;
}
#menu02 .br_lr_r::before,
#menu02 .br_lr_r::after,
#menu03 .br_lr_r::before,
#menu03 .br_lr_r::after {
  background: url(../images/menu02_h3_bg.svg) no-repeat center center/contain;
}
#menu04 .br_lr_r::before,
#menu04 .br_lr_r::after {
  background: url(../images/menu04_h3_bg.svg) no-repeat center center/contain;
}
#menu .sub_section .br_lr_r::after {
  transform: scale(-1, 1);
}
#menu .column2,
#menu .column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#menu .column2 .item {
  padding: 3px;
}
#menu .column3 .item {
  width: 406px;
  padding: 3px;
}
#menu01 .medal {
  position: absolute;
  top: -36px;
  left: 30px;
  background: url(../images/slider_medal.svg) no-repeat center center/contain;
  width: 160px;
  height: 132px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#menu .sub_section h4 {
  font-size: 2.3rem;
  color: #472800;
}
#menu .column2 h4,
#menu .column3 h4,
#menu .column2 .chapter,
#menu .column3 .chapter,
#menu03_rice h4 {
  text-align: center;
}
#menu .sub_section .item {
  position: relative;
}
#menu .sub_section .item img {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
#menu .sub_section .text {
  padding: 14px 14px 23px;
  background: #fff;
  color: #472800;
}
#menu .sub_section .item::before,
#menu .sub_section .item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 80%;
}
#menu .sub_section .item::before {
  top: 0%;
}
#menu .sub_section .item::after {
  transform: scale(1, -1);
  bottom: 0;
}
#menu01 .column2 .item::before,
#menu01 .column2 .item::after {
  background: url(../images/menu_frame_r.svg) no-repeat top center/100%;
}
#menu01 .column3 .item::before,
#menu01 .column3 .item::after {
  background: url(../images/menu_frame_r_mini.svg) no-repeat top center/100%;
}
#menu02 .column3 .item::before,
#menu02 .column3 .item::after {
  background: url(../images/menu_frame_ocher_mini.svg) no-repeat top center/100%;
}
#menu02 .single .item::before,
#menu02 .single .item::after {
  background: url(../images/menu_frame_ocher_big.svg) no-repeat top center/100%;
}
#menu03 .set .item::before,
#menu03 .set .item::after {
  background: url(../images/menu_frame_br_mini.svg) no-repeat top center/100%;
}
#menu03_starter .single .item::before,
#menu03_starter .single .item::after {
  background: url(../images/menu_frame_br_big.svg) no-repeat top center/100%;
}
#menu01 .price,
#menu .sub_section .price p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#menu .sub_section .price {
  font-size: 1.8rem;
  color: #472800;
  font-weight: 600;
}
#menu01 .price {
  max-width: 400px;
  justify-content: center;
}
#menu01 .price,
#menu02_classic .price {
  margin: 14px auto 0;
}
#menu .sub_section .price::after {
  content: "";
  display: block;
  width: 153px;
  height: 0;
}
#menu .sub_section .price p {
  line-height: 1;
  margin-bottom: 6px;
}
#menu02_classic .price p,
#menu02_variety .price p {
  justify-content: center;
}
#menu01 .price p:nth-of-type(odd) {
  margin-right: 20px;
}
#menu .sub_section .price p span {
  padding-top: 3px;
  padding-bottom: 4px;
}
#menu .sub_section .quantity {
  color: #fff;
  border-radius: 5px;
  display: block;
}
#menu01 .quantity,
#menu02 .quantity,
#menu03_starter .quantity {
  margin-right: 12px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}
#menu #menu01 .quantity {
  background: #d12c2c;
  width: 60px;
  padding-left: 0;
  padding-right: 0;
}
#menu02 .quantity {
  background: #8e6a03;
}
#menu03 .quantity {
  background: #b78224;
}
#menu .sub_section .num {
  min-width: 4.5em;
  text-align: right;
}
#menu .sub_section .point {
  line-height: 1.4;
  color: #fff;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 641px) {
  #menu .sub_section .point {
    font-size: 1.8rem;
    width: 121px;
    position: absolute;
    top: 53px;
    right: 18px;
  }
  #menu .sub_section .point::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 119px;
    z-index: -1;
    background: url(../images/menu00_round_r.svg) no-repeat center
      bottom/contain;
  }
}
#menu .sub_section .chapter {
  color: #472800;
}
#menu .sub_section .bnr_list{
  margin: 30px auto 0;
  text-align: center;
}
#menu01_gold .list {
  margin-top: 57px;
  margin-bottom: 74px;
}
#menu01_classic .list {
  margin-top: 40px;
}
#menu01_classic .chapter {
  margin-top: 17px;
  text-align: center;
}
#menu01_classic .item {
  margin-bottom: 20px;
}
#menu01 .btn_r {
  margin: 44px auto 0;
  width: 466px;
}
#menu02 .section_inner {
  margin-bottom: 150px;
}
#menu02 .wrapper > .chapter {
  max-width: 600px;
  margin: 25px auto 23px;
}
#menu02 .list {
  margin-top: 30px;
}
#menu02_classic {
  margin-bottom: 74px;
}
#menu02_classic .item .chapter {
  margin-top: 5px;
}
#menu02_combi {
  margin-bottom: 70px;
}
#menu .single .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 6px;
  margin-bottom: 15px;
}
#menu .single .pict {
  max-width: 446px;
}
@media screen and (min-width: 641px) {
  #menu .single .text {
    width: calc(100% - 446px);
    padding: 47px 74px 45px;
  }
}
#menu02_combi .single .chapter,
#menu02_mix .single .chapter {
  margin-bottom: 30px;
}
#menu .single h4 {
  margin-bottom: 20px;
}
#menu .single h4 + .price {
  margin-top: 34px;
}
#menu02_classic h4 + .price {
  margin-top: 46px;
}
#menu02_combi .price {
  text-align: left;
}
#menu02_combi .chapter {
  min-height: 5.5em;
}
#menu02_mix {
  margin-bottom: 74px;
}
#menu02_variety {
  margin-bottom: 94px;
}
#menu02_variety .chapter + .price {
  margin-top: 14px;
}
#menu02_variety .chapter {
  min-height: 3em;
}
#menu02_variety .item .chapter {
  margin-top: 6px;
  min-height: 3.5em;
}
#menu02 .bnr {
  position: relative;
}
#menu02 .bnr01 {
  position: relative;
}
#menu02 .bnr01::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/menu02_bnr.png) no-repeat center center/contain;
  z-index: 2;
}
#menu02 .bnr01 .inner {
  position: relative;
  overflow: hidden;
  border: 1px solid #cccccc;
  background: #fff;
}
#menu02 .bnr .box {
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #472800;
}
#menu02 .plateful .price {
  font-size: 2.4rem;
  color: #472800;
}
#menu02 .bnr .big {
  font-size: 4.3rem;
}
#menu02 .bnr .red {
  color: #af020b;
  font-size: 4.3rem;
}
@media screen and (min-width: 641px) {
  #menu02 .bnr01::before {
    width: 518px;
    height: 288px;
  }
  #menu02 .bnr01 .inner {
    padding: 46px 330px;
  }
  #menu02 .change {
    position: absolute;
    top: 24px;
    left: 26px;
    font-size: 2.6rem;
  }
  #menu02 .target {
    width: 174px;
    top: 5px;
    right: 324px;
    font-size: 1.8rem;
  }
}
#menu02 .change {
  color: #fff;
  font-weight: 600;
  text-align: center;
  z-index: 2;
}
#menu02 .change::before {
  content: "";
  display: block;
  position: absolute;
  right: -90px;
  bottom: -90px;
  margin: auto;
  width: 500px;
  height: 500px;
  z-index: -1;
  background: url(../images/menu00_round_r.svg) no-repeat center bottom/contain;
}
#menu02 .target {
  position: absolute;
  color: #472800;
  z-index: 2;
  text-align: center;
}
#menu02 .target::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: -10px;
  right: 0;
  margin: auto;
  background: url(../images/menu02_bnr_balloon.svg) no-repeat center
    center/contain;
  width: 100%;
  height: 111px;
  z-index: -1;
}
#menu02 .chiba {
  line-height: 1.4;
  z-index: 2;
}
@media screen and (min-width: 641px) {
  #menu02 .chiba {
    color: #af020b;
    font-size: 1.8rem;
    text-align: center;
    position: absolute;
    right: 18px;
    bottom: 45px;
    width: 121px;
  }
  #menu02 .chiba::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/index_commitment_round.svg) no-repeat center
      center/contain;
    width: 100%;
    height: 119px;
    z-index: -1;
  }
  #menu03_potato {
    width: 825px;
  }
  #menu03 .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#menu02 .btn_br {
  margin: 60px auto 0;
  width: 466px;
}
#menu03 .section_inner {
  padding-bottom: 150px;
}
#menu03 .wrapper > .chapter {
  margin-top: 24px;
  margin-bottom: 20px;
}
#menu03_starter .list {
  margin-top: 32px;
}
#menu03_starter .price {
  margin-top: 4px;
  margin-bottom: 26px;
}
#menu03_starter .price:last-of-type {
  margin-bottom: 0;
}
#menu03 .set {
  margin-top: 73px;
}
#menu03_potato > .chapter,
#menu03_rice > .chapter {
  margin-top: 13px;
  text-align: center;
}
#menu03 .set .list {
  margin-top: 40px;
}
#menu03 .set .text {
  min-height: 218px;
}
#menu03 .set .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
#menu03_potato .price p {
  margin: 0 10px;
}
#menu #menu03_rice .price p {
  margin-right: 10px;
  margin-bottom: 10px;
}
#menu #menu03_rice .price p:nth-of-type(3n) {
  margin-right: 0;
}
#menu03_potato .price {
  margin-top: 40px;
}
#menu03_rice .price {
  margin-top: 13px;
}
#menu03_rice .quantity {
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
#menu03_potato .quantity {
  width: 34px;
  text-align: center;
  margin-right: 5px;
}
#menu03 .set .num {
  min-width: auto;
}
#menu03 .item .chapter {
  margin-top: 6px;
}
#menu #menu03_rice .quantity {
  padding-left: 7px;
  padding-right: 7px;
}
#menu04 .section_inner {
  padding-top: 150px;
  padding-bottom: 150px;
}
#menu04 .chapter {
  margin-top: 18px;
}
#menu04_deri .bg {
  position: relative;
  background: #f8f8f5;
  margin-top: 40px;
  padding: 53px 53px 68px;
  margin-bottom: 42px;
}
#menu04_take .bg {
  background: #f9f3da;
  padding: 53px 53px 45px;
}
#menu04 .only {
  position: absolute;
  line-height: 1.4;
  color: #fff;
  z-index: 2;
}

@media screen and (min-width: 641px) {
  #menu04 .only {
    top: 11px;
    right: 259px;
    font-size: 1.8rem;
    width: 121px;
    text-align: center;
  }
  #menu04 .only::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/menu04_deri_round.svg) no-repeat center
      center/contain;
    width: 100%;
    height: 119px;
    z-index: -1;
  }
  #menu04 .chapter {
    text-align: center;
  }
  #menu04 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 32px;
  }
  #menu04 .flex a {
    margin-right: 28px;
  }
  #menu04 .flex a:last-of-type {
    margin-right: 0;
  }
  #menu05_list h3 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 32px;
  }
  #menu05_list h3 span {
    margin-right: 2em;
  }
  #menu05_list h3 span:last-of-type {
    margin-right: 0;
  }
}
#menu04 .flex a {
  display: inline-block;
}
#menu04 .flex a:hover {
  opacity: 0.7;
}
#menu04 .card {
  text-align: center;
  margin-top: 17px;
}
#menu05 .section_inner {
  padding-bottom: 200px;
}
#menu05_list {
  background: #fbeeee;
  margin-top: 38px;
  padding: 46px 46px 58px;
}
#menu05_list h3 {
  color: #d12c2c;
}
#menu05_list .dot_list li {
  letter-spacing: -0.06em;
}
#menu05_list .dot_list li::before {
  color: #d12c2c;
}
#menu05_list .chapter {
  margin-top: 28px;
}
/* shop
------------------------------ */
#shop .main_title {
  position: relative;
  background: url(../images/shop_main_img.jpg) no-repeat center right/cover;
}
@media screen and (min-width: 641px) {
  #shop .sub_section .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-flow: row-reverse;
  }
  #shop .sub_section .text,
  #shop .sub_section .pict {
    width: 600px;
  }
  #shop .sub_section .pict img {
    margin-bottom: 20px;
  }
}
#shop .sub_section .pict img {
  border-radius: 10px;
}
#shop .sub_section .pict img:last-of-type {
  margin-bottom: 0;
}
#shop .br_round_r {
  margin-bottom: 50px;
}
.sub .br_round_r {
  position: relative;
  color: #d12c2c;
  font-size: 3rem;
  padding-bottom: 10px;
  padding-left: 30px;
  letter-spacing: 0.05em;
}
.sub .br_round_r::before,
.sub .br_round_r::after {
  content: "";
  display: block;
}
.sub .br_round_r::before {
  position: absolute;
  top: -14px;
  left: 0;
  background: url(../images/menu00_round_r.svg) no-repeat center bottom/contain;
  width: 49px;
  height: 48px;
  opacity: 0.2;
}
.sub .br_round_r::after {
  background: url(../images/br_round_line_r.svg) no-repeat left center/contain;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sub .bg_r {
  color: #472800;
  font-size: 2.6rem;
  background: url(../images/shop01_h2.svg) no-repeat center center/100% 100%;
  padding: 11px 35px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.table_line th {
  color: #d12c2c;
  text-align: left;
  vertical-align: middle;
}
.table_line th:not(.bnr_list) {
  padding: 18px 18px 18px 34px;
}
.table_line td {
  vertical-align: middle;
  padding: 18px 10px 18px 0;
}
#shop #yawatajyuku tr:last-of-type,
#shop #nagaura tr:last-of-type {
  border-bottom: 0;
}
.table_line,
#shop .caution {
  color: #472800;
}
@media screen and (min-width: 641px) {
  .table_line tr {
    border-bottom: 1px solid #472800;
  }
  .table_line th {
    width: 148px;
  }
  .table_line .tile {
    background: url(../images/tile_r.svg) no-repeat center center/contain;
    padding: 47px 0;
    text-align: center;
    color: #fff;
    margin: 5px 0;
    width: 123px;
  }
}
@media screen and (min-width: 541px) {
  .table_line .bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.table_line a {
  display: inline-block;
}
.table_line a:hover {
  opacity: 0.7;
}
#shop .table_line a {
  width: 202px;
}
#shop .demae_can {
  border: 1px solid #ccc;
}
#shop01 .chapter {
  margin-top: 20px;
}
#shop .map {
  font-size: 0;
}
#shop #yawatajyuku .map {
  margin-top: 10px;
}
#shop #oyumino .map {
  margin-top: 30px;
}
#shop #nagaura .map {
  margin-top: 20px;
}
#shop .map iframe {
  border-radius: 10px;
}
#shop #yawatajyuku {
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #472800;
}
#shop02 .section_inner {
  padding-top: 160px;
  padding-bottom: 200px;
}
#shop #nagaura .caution {
  margin-top: 6px;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
}
/* event
------------------------------ */
#event .main_title {
  position: relative;
  background: url(../images/event_main_img.jpg) no-repeat center center/cover;
}
#event .main_title::after {
  content: "";
  display: block;
  position: absolute;
  right: 124px;
  top: 18px;
  background: url(../images/car_main_img.png) no-repeat center center/contain;
  width: 318px;
  height: 280px;
  z-index: 2;
}
#event .bread_crumb,
#event01 .section_inner {
  background: #fff9ed;
}
#event01 .section_inner {
  padding-bottom: 26px;
}
@media screen and (min-width: 641px) {
  #event01 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #event01 .pict {
    position: relative;
  }
  #event01 .pict::after {
    right: -110px;
    bottom: 54px;
    width: 326px;
    height: 182px;
  }
  #event01 .text {
    width: 636px;
  }
}
#event01 .pict {
  position: relative;
}
#event01 .pict::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/event01_karage.png) no-repeat center center/contain;
}
#event01 .text {
  position: relative;
}
#event01 .text::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -50px;
  background: url(../images/event01_car.png) no-repeat center center/contain;
  width: 157px;
  height: 116px;
}
#event01 h2 {
  color: #472800;
  font-size: 3rem;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
}
#event section .red,
#event02 .cracker .big {
  color: #d12c2c;
}
#event01 .big,
#event02 .cracker .big {
  font-size: 4.6rem;
}
#event01 .award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #472800;
  margin-top: 28px;
}
#event01 .award > p {
  width: 129px;
  position: relative;
  line-height: 1.5;
  margin: 0 16px;
  display: block;
}
#event01 .award > p::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/event01_award.svg) no-repeat center center/contain;
  width: 100%;
  height: 121px;
}
#event01 .award .single {
  padding: 47px 0;
}
#event01 .award .multi {
  padding: 33px 0;
}
#event02 .section_inner {
  padding-top: 142px;
  padding-bottom: 330px;
}
#event02 h2 {
  font-size: 3rem;
  margin-bottom: 48px;
  text-align: center;
  color: #472800;
  line-height: 1.5;
}
#event02 .cracker {
  position: relative;
  padding-left: 67px;
  padding-right: 67px;
  display: inline-block;
}
#event02 .cracker::before,
#event02 .cracker::after {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  bottom: 0;
  margin: auto;
  background: url(../images/cracker.svg) no-repeat center center/contain;
  width: 46px;
  height: 50px;
}
#event02 .cracker::before {
  left: 0;
}
#event02 .cracker::after {
  right: 0;
  transform: scale(-1, 1);
}
#event02 .flag {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #472800;
  margin-bottom: 26px;
}
#event02 .flag span {
  position: relative;
  padding-left: 38px;
}
#event02 .flag span::after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  background: url(../images/flag.svg) no-repeat center center/contain;
  width: 39px;
  height: 46px;
}
#event02 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 641px) {
  #event02 .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #event02 .set > div {
    width: 600px;
  }
  #event02 .set {
    margin-bottom: 110px;
  }
  #event02 .text {
    width: 670px;
  }
  #event02 .set .flex {
    padding: 0 22px;
  }
  #event02_01 .text {
    padding-left: 22px;
  }
  #event02_01 .flex {
    flex-flow: row-reverse;
  }
  #event02_01 .pict {
    padding-right: 22px;
  }
}
#event01 .chapter,
#event02 .text {
  color: #472800;
}
#event02_01 {
  margin-bottom: 56px;
}
#event02 .pict img {
  border-radius: 10px;
}
#event02 .chapter p {
  margin-bottom: 1.8rem;
}
#event02 .chapter p:last-of-type {
  margin-bottom: 0;
}
#event02 .num_line_r {
  position: relative;
  background: #fbeeee;
  color: #472800;
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}
#event02 .num {
  position: absolute;
  top: 6px;
  left: -48px;
  font-size: 4.4rem;
  color: #fff;
  width: 96px;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 641px) {
  #event02 .num_line_r {
    font-size: 2rem;
    padding: 26px 26px 26px 64px;
    margin-left: 48px;
  }
  #event02 .num {
    letter-spacing: -0.08em;
  }
  #event02_04 .point {
    width: 400px;
    padding: 60px 36px 34px;
  }
  #event02_04 h4 {
    position: absolute;
    top: -37px;
    left: 17px;
  }
}
#event02 .num::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/event02_round_r.svg) no-repeat center bottom/contain;
  width: 100%;
  height: 95px;
  z-index: -1;
}
#event02_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 68px;
}
#event02_04 .point {
  position: relative;
  background: #f2f2f2;
  color: #472800;
}
#event02_04 .br_b_r {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 22px;
}
#event02_04 .br_b_r::after {
  content: "";
  display: block;
  background: url(../images/event02_br_r.svg) no-repeat center center/contain;
  width: 100%;
  height: 3px;
  margin: 10px auto 0;
}
#event02_04 h4 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/slider_medal.svg) no-repeat center center/contain;
  width: 114px;
  height: 94px;
}
@media screen and (min-width: 641px) {
  #event02 .bnr {
    width: 878px;
  }
  #event02 .bnr01 a {
    padding: 40px 100px 40px 300px;
  }
  #event02 .bnr01::after {
    background: url(../images/event02_bnr01_karage.jpg) no-repeat center
      center/contain;
    width: 105px;
    height: 59px;
    right: 142px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #event02 .bnr01::before {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/event02_bnr01_bg.jpg) no-repeat center
      center/cover;
    width: 268px;
    height: 156px;
  }
}
#event02 .bnr {
  margin: auto;
}
#event02 .bnr01 {
  position: relative;
  background: #d12c2c;
  overflow: hidden;
}
#event02 .bnr01::before {
  content: "";
  display: block;
  transform-origin: left center;
  transition: 0.4s;
}
#event02 .bnr01:hover::before {
  transform: scale(1.05);
}
#event02 .bnr01 a {
  position: relative;
  display: block;
  color: #fff;
}
#event02 .bnr01 h3 {
  font-size: 2.3rem;
}
#event02 .bnr01 .big {
  font-size: 3rem;
}
#event02 .bnr01 .en {
  font-weight: 600;
}
#event02 .bnr01::after,
#event02 .bnr01 a::before,
#event02 .bnr01 a::after {
  content: "";
  display: block;
  position: absolute;
}
#event02 .bnr01 a::before,
#event02 .bnr01 a::after {
  top: 0;
  margin: auto;
  bottom: 0;
  transition: 0.3s;
}
#event02 .bnr01 a::before {
  right: 35px;
  width: 58px;
  height: 58px;
  background: #fff;
  box-shadow: 0 0 6px rgb(0 0 0 / 10%);
  border-radius: 50%;
}
#event02 .bnr01 a::after {
  right: 58px;
  width: 14px;
  height: 14px;
  border-top: solid 3px #d12c2c;
  border-right: solid 3px #d12c2c;
  transform: rotate(54deg) skew(18deg);
}
#event02 .bnr01 a:hover:before {
  right: 25px;
}
#event02 .bnr01 a:hover:after {
  right: 48px;
}
#event03 .section_inner {
  background: url(../images/event03_bg.jpg) no-repeat center center/cover;
  padding-top: 70px;
  padding-bottom: 70px;
}
#event03 .balloon_r {
  color: #472800;
  position: absolute;
  z-index: 2;
}
#event03 .br_r {
  position: relative;
  display: block;
}
#event03 .balloon_r::before,
#event03 .raund::after {
  content: "";
  display: block;
  position: absolute;
}
#event03 .balloon_r::before {
  left: 0;
  top: 0;
  background: url(../images/event03_balloon_r.svg) no-repeat center
    center/contain;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 641px) {
  #event03 .flex {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #event03 .flex_l {
    width: 537px;
  }
  #event03 .flex_r {
    width: 702px;
    padding-top: 102px;
  }
  #event03 .balloon_r {
    font-size: 3rem;
    width: 578px;
    top: -190px;
    right: 97px;
    padding: 77px 47px 113px 70px;
    line-height: 27px;
    letter-spacing: -0.02em;
  }
  #event03 .front {
    margin-top: -245px;
    margin-left: -22px;
  }
  #event03 .br_r::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/event03_br_r.svg) no-repeat center center/cover;
    width: 105%;
    height: 3px;
    margin-top: 10px;
    margin-left: -15px;
  }
  #event03 .back {
    margin-right: 19px;
  }
}
#event03 .set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#event03 .side {
  position: relative;
  width: 300px;
  text-align: right;
  margin-top: 37px;
  z-index: 2;
}
#event03 .back {
  position: relative;
  width: 204px;
  margin-top: -7px;
  z-index: 2;
}
#event03 .raund {
  position: absolute;
  color: #fff;
  z-index: -1;
  text-align: center;
  letter-spacing: 0;
}
#event03 .side .raund {
  width: 152px;
  top: -20px;
  left: -10px;
}
#event03 .back .raund {
  width: 138px;
  top: -28px;
  right: 0;
}
#event03 .raund::after {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../images/event02_round_r.svg) no-repeat center/contain;
  width: 100%;
  z-index: -1;
}
#event03 .raund::after {
  height: 148px;
}
#event03 .curve_text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/event03_curve_text.svg) no-repeat center
    center/contain;
  height: 38px;
  margin-bottom: 57px;
}
@media screen and (min-width: 641px) {
  #event03 .point_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #event03 .point_list > div {
    width: 224px;
  }
  #event03 .num {
    top: -20px;
    left: 0;
    right: 0;
    width: 68px;
    font-size: 3.2rem;
    letter-spacing: -0.03em;
  }
  #event03 .num::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../images/event02_round_r.svg) no-repeat center/contain;
    width: 100%;
    z-index: -1;
  }
  #event03 .num::after {
    height: 67px;
  }
}
#event03 .point_list > div {
  position: relative;
  padding: 36px 10px 20px;
  background: #fff;
  color: #472800;
  font-size: 1.8rem;
  text-align: center;
}
#event03 .num {
  color: #fff;
  position: absolute;
  margin: auto;
  font-weight: 600;
  text-align: center;
  z-index: 2;
}
#event03 h4 {
  color: #472800;
  font-size: 2rem;
  margin-top: 30px;
  letter-spacing: -0.01em;
  text-align: center;
}
#event04 .section_inner {
  background: #d12c2c;
  padding-top: 145px;
  padding-bottom: 150px;
}
#event04 h2 {
  color: #fff;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
}
#event04 .none {
  text-align: center;
  padding: 30px;
  color: #fff;
}
#event04 .btn_r_w {
  margin: 58px auto 0;
}
#event04 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#event04 .list::after {
  content: "";
  display: block;
  width: 400px;
  height: 0;
}
#event04 .panel {
  background: #fff9ed;
}
#event04 .chapter {
  color: #472800;
}
@media screen and (min-width: 641px) {
  #event04 h3 {
    margin-bottom: 13px;
  }
  #event04 h3 a {
    font-size: 2rem;
  }
  #event04 .text {
    padding: 12px 40px 30px;
  }
  #event04 .panel {
    width: 400px;
  }
}
#event04 .date {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 6px;
}
#event04 .title a {
  color: #d12c2c;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  font-weight: 600;
  line-height: 1.4;
}
#event04 .title a:hover {
  border-color: #d12c2c;
}
#event04 .pict a {
  display: block;
}
#event04 .pict a:hover {
  opacity: 0.7;
}
/* company
------------------------------ */
#company .main_title {
  background: url(../images/company_main_img.jpg) no-repeat center right/cover;
}
@media screen and (min-width: 641px) {
  #company01 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-flow: row-reverse;
  }
  /*#company01 .text {
    width: 782px;
  }*/
  #company01 .pict {
    width: 412px;
    margin-top: -14px;
  }
}
#company01 .chapter {
  color: #472800;
}
#company01 .section_inner {
  padding-bottom: 152px;
}
#company01 .br_round_r {
  margin-bottom: 45px;
}
#company01 .chapter p {
  margin-bottom: 1.8em;
}
#company01 .chapter p:last-of-type {
  margin-bottom: 0;
}
#company01 .last {
  font-size: 1.8rem;
  color: #472800;
  text-align: right;
  margin-top: 30px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
#company01 .name {
  font-size: 2.2rem;
  margin-left: 20px;
}
#company01 .pict img {
  border-radius: 10px;
}
.table_r_gr {
  color: #472800;
  border-collapse: separate;
  border-spacing: 3px;
  line-height: 1.8;
}
.table_r_gr th {
  background: #d12c2c;
  color: #fff;
  text-align: left;
  border-radius: 10px 0 0 10px;
  width: 290px;
  padding: 21px 40px;
}
.table_r_gr td {
  background: #f8f8f8;
  border-radius: 0 10px 10px 0;
  padding: 21px 48px;
}
#company02 .section_inner {
  padding-bottom: 150px;
}
#company02 .br_round_r {
  margin-bottom: 50px;
}
#company02 .map {
  font-size: 0;
  margin-top: 48px;
}
#company02 .map iframe {
  border-radius: 10px;
}
#company03 .section_inner {
  background: url(../images/company03_bg.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 641px) {
  #company03 .section_inner {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  #company03 .bg_w {
    padding: 75px 87px 227px;
  }
  #company03 h2 {
    font-size: 3rem;
    margin-bottom: 100px;
  }
  #company03 .table_year {
    width: 510px;
  }
  .table_year th {
    padding: 14px 0;
  }
  .table_year td {
    padding: 14px 0 14px 53px;
    letter-spacing: -0.03em;
  }
  .table_year .month {
    width: 4em;
  }
  .table_year tr:first-of-type th,
  .table_year tr:first-of-type td {
    padding-top: 0;
  }
  .table_year tr:last-of-type th,
  .table_year tr:last-of-type td {
    padding-bottom: 0;
  }
  .table_year th {
    width: 205px;
    border-right: 1px solid #d12c2c;
  }
  .table_year .set {
    display: inline-block;
    text-align: right;
    width: 128px;
  }
  #company04 h2 {
    font-size: 3rem;
    margin-bottom: 50px;
  }
  #company04 .bg_w {
    padding: 50px 118px 94px;
  }
  #company03 .bg_w::before {
    width: 519px;
    height: 290px;
  }
}
#company03 .bg_w {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
}
#company03 .bg_w::before {
  content: "";
  display: block;
  position: absolute;
  right: -8px;
  bottom: -46px;
  background: url(../images/company03_karage.png) no-repeat center
    center/contain;
}
#company03 h2 {
  color: #472800;
  text-align: center;
}
#company03 .table_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.table_year {
  color: #472800;
}
.table_year th {
  text-align: left;
  letter-spacing: -0.4em;
}
.table_year .set {
  display: inline-block;
  text-align: right;
}
.table_year .year,
.table_year .month {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  text-align: right;
}
#company04 .section_inner {
  padding-top: 145px;
  padding-bottom: 150px;
  background: #d12c2c;
}
#company04 h2 {
  color: #fff;
  text-align: center;
}
#company04 .bg_w {
  background: #fff;
}
#company04 h3 {
  text-align: center;
  color: #472800;
}
#company04 .pict img {
  border-radius: 10px;
}
.table_r {
  line-height: 1.8;
  color: #472800;
}
@media screen and (min-width: 641px) {
  #company04 h3 {
    font-size: 2.6rem;
    margin-bottom: 34px;
  }
  .table_r tr {
    border-bottom: 1px solid #d12c2c;
  }
  .table_r th {
    width: 157px;
    padding: 20px 0;
  }
  .table_r td {
    padding: 20px 26px;
  }
}
.table_r th p {
  background: #d12c2c;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 5px;
  border-radius: 8px;
}
.working_hours .dot_list {
  margin-top: 2em;
}
#company04 .btn_r {
  margin: 60px auto 6px;
}
/* contact
------------------------------ */
#contact .main_title,
#thanks .main_title,
#yonmaruyon .main_title {
  background: url(../images/contact_main_img.jpg) no-repeat center right/cover;
}
#contact01 .chapter,
#contact02 .chapter {
  color: #472800;
}
@media screen and (min-width: 641px) {
  #contact01 .section_inner {
    padding-bottom: 168px;
  }
  #contact02 .section_inner {
    padding-bottom: 200px;
  }
  #contact01 .br_round_r,
  #contact02 .br_round_r {
    margin-bottom: 44px;
  }
  #contact01 .bg_gr {
    padding: 50px 78px 48px;
  }
  #mailformpro .table_r_gr th {
    padding: 23px 20px;
  }
  #mailformpro .table_r_gr td {
    padding: 23px 42px;
  }
}
#contact01 .bg_gr {
  display: inline-block;
  background: #f8f8f8;
  margin-top: 29px;
  border-radius: 10px;
  text-align: center;
}
@media screen and (min-width: 421px) {
  #contact01 .icon {
    position: relative;
    padding-left: 45px;
  }
  #contact01 .icon::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 52px;
  }
  #contact01 .tel {
    font-size: 3.3rem;
  }
  #mailformpro {
    margin-top: 52px;
  }
}
#contact01 .icon::before {
  content: "";
  display: block;
  margin: auto;
  background: url(../images/tel_icon_r.svg) no-repeat center center/contain;
}
#contact01 .tel {
  color: #d12c2c;
  font-weight: 600;
  line-height: 1;
}
#contact01 .time {
  color: #472800;
  line-height: 1;
  margin-top: 4px;
}
#mailformpro h3 {
  color: #d12c2c;
  margin-top: 20px;
  margin-bottom: 6px;
  font-size: 2rem;
}
#mailformpro .customer {
  margin-top: 54px;
}
#mailformpro .table_r_gr th {
  position: relative;
}
#mailformpro .table_r_gr td {
  vertical-align: middle;
}
#mailformpro .must {
  color: #d12c2c;
  background: #fff;
  position: absolute;
  top: 25px;
  right: 20px;
  line-height: 1;
  font-size: 1.4rem;
  padding: 4px 6px;
}
#mailformpro textarea {
  width: 100% !important;
  box-sizing: border-box;
}
#mailformpro .radio {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1%;
}
#mailformpro .type li,
#mailformpro .shop li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
#mailformpro .type li input,
#mailformpro .shop li input {
  margin-right: 4px;
  vertical-align: -1px;
}
#mailformpro .address input:first-of-type {
  max-width: 300px;
  margin-left: 1.5%;
  margin-bottom: 1%;
}
#mailformpro td > input,
#mailformpro td > textarea {
  font-size: 1.6rem;
  border: 1px solid #ccc;
}
#mailformpro td > textarea {
  padding: 0.6%;
  max-width: 736px;
}
#mailformpro td > input {
  padding: 0.8% 0.6%;
}
#mailformpro .mail input:first-of-type {
  margin-bottom: 10px;
}
#mailformpro .problem {
  background-color: #fcc;
}
#mailformpro td > input {
  width: 61%;
}
#mailformpro button {
  font-size: 1.6rem;
  margin: 60px auto 0;
}
#privacy {
  border: 1px solid #d12c2c;
  color: #472800;
  height: 215px;
  overflow-y: scroll;
  padding: 38px 20px 38px 47px;
  border-radius: 10px;
  margin-top: 56px;
}
#privacy h2 {
  font-size: 2.6rem;
  color: #d12c2c;
  margin-bottom: 13px;
}
#privacy li {
  margin-bottom: 10px;
}
#privacy li:last-of-type {
  margin-bottom: 0;
}
#privacy .dot_list {
  margin-top: 1em;
}
/* thanks
------------------------------ */
#thanks01,
#yonmaruyon01 {
  padding-bottom: 60px;
}
#thanks01 p {
  margin-bottom: 1em;
}
#thanks01 .btn_r,
#yonmaruyon01 .btn_r {
  margin-top: 60px;
}
#thanks01 .br_round_r {
  margin-bottom: 30px;
}
/* yonmaruyon
------------------------------ */
/* news - archive
------------------------------ */
@media screen and (min-width: 641px) {
  .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .column_l {
    width: 840px;
  }
  .column_r {
    width: 316px;
  }
  #archive01,
  #single01 {
    padding-bottom: 200px;
  }
  #archive01 .news_list li,
  #archive01 .news_list::after {
    width: 400px;
  }
}
#news .main_title {
  background: url(../images/news_main_img.jpg) no-repeat center right/cover;
}
#archive01 .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#archive01 .news_list::after {
  content: "";
  display: block;
  height: 0;
}
#archive01 .news_list li {
  background: #fff9ed;
  margin-bottom: 40px;
}
#archive01 .news_list .none {
  background: none;
}
#archive01 .set {
  position: relative;
}
#archive01 .pict a:hover {
  opacity: 0.7;
}
#archive01 .tag {
  position: absolute;
  left: 0;
  bottom: 10px;
  color: #d12c2c;
  background: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-weight: 600;
  padding: 4px 13px;
  line-height: 1;
  display: block;
}
#archive01 .tag:hover {
  color: #fff;
  background: #d12c2c;
}
#archive01 .date {
  font-size: 1.4rem;
  color: #472800;
}
#archive01 .chapter {
  color: #472800;
}
#archive01 li h3 {
  margin-bottom: 10px;
}
#archive01 li h3 a {
  font-size: 2rem;
  line-height: 1.5;
  color: #d12c2c;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
#archive01 li h3 a:hover {
  border-color: #d12c2c;
}
#archive01 .info {
  padding: 14px 40px 28px;
}
/* news - single
------------------------------ */
.single_title {
  position: relative;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
.single_title h2 {
  color: #d12c2c;
  font-size: 3rem;
  margin-bottom: 2px;
}
.single_title::before,
.single_title::after {
  content: "";
  display: block;
}
.single_title::before {
  position: absolute;
  top: -14px;
  left: 0;
  background: url(../images/menu00_round_r.svg) no-repeat center bottom/contain;
  width: 49px;
  height: 48px;
  opacity: 0.2;
}
.single_title::after {
  background: url(../images/br_round_line_r.svg) no-repeat left center/100% 100%;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#single01 .set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#single01 .tag a {
  color: #d12c2c;
  border: 1px solid #d12c2c;
  padding: 1px 12px;
}
#single01 .tag a:hover {
  background: #d12c2c;
  color: #fff;
}
#single01 .date {
  margin-right: 20px;
}
#single01 .pict {
  margin-bottom: 44px;
}
#single01 .content h1 {
  font-size: 2.6rem;
  color: #d12c2c;
  line-height: 1.5;
  margin-bottom: 10px;
}
#single01 .content h2 {
  font-size: 2.4rem;
  color: #d12c2c;
  margin-bottom: 10px;
}
#single01 .content h3 {
  font-size: 2.2rem;
  margin-bottom: 6px;
}
#single01 .content p {
  margin-bottom: 1.6em;
}
#single01 .content img {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
}
#single01 .content a {
  color: #d12c2c;
  border-bottom: 1px solid #d12c2c;
}
#single01 .content a:hover {
  opacity: 0.7;
}
/* works - archive
------------------------------ */

/* works - single
------------------------------ */

/* aside
------------------------------ */
aside .bnr_list {
  margin-top: -7px;
  margin-bottom: 28px;
}
aside .bnr_list a:hover {
  opacity: 0.7;
}
aside .category_list h3 {
  background: #d12c2c;
  color: #fff;
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding: 10px;
  margin-bottom: 20px;
}
aside ul {
  padding-left: 12px;
}
aside li {
  margin-bottom: 34px;
}
aside li a {
  position: relative;
  color: #333;
  padding: 4px 4px 4px 50px;
}
aside li a::before,
aside li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  margin: auto;
  bottom: 0;
  transition: 0.3s;
}
aside li a::before {
  left: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  box-shadow: 0 0 6px rgb(0 0 0 / 10%);
  border-radius: 50%;
}
aside li a::after {
  left: 10px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #d12c2c;
  border-right: solid 2px #d12c2c;
  transform: rotate(54deg) skew(18deg);
}
aside li a:hover {
  color: #d12c2c;
}
aside li a:hover:before {
  left: 8px;
}
aside li a:hover::after {
  left: 18px;
}
/* wp-pagenavi
------------------------------ */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;
}
.wp-pagenavi span,
.wp-pagenavi a {
  color: #d12c2c;
  border: 1px solid #d12c2c;
  display: block;
  margin: 0 6px;
  padding: 8px 9px;
  line-height: 1;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover {
  color: #fff;
  background: #d12c2c;
}

/* footer
------------------------------ */
footer .section_inner {
  background: url(../images/fooder_bg.jpg) no-repeat center center/cover;
  padding-top: 142px;
  position: relative;
}
/* bottom_franchise */
#bottom_franchise .section_inner {
  padding-top: 140px;
}
#bottom_franchise .bg {
  position: relative;
  background: #fff;
  border: solid 1px #e6e6e6;
  transition: 0.3s;
  margin-bottom: 102px;
}
#bottom_franchise .inner {
  position: relative;
  display: block;
}
#bottom_franchise .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (min-width: 641px) {
  #bottom_franchise .inner {
    padding: 105px 140px 44px 48px;
  }
  #bottom_franchise .bg:hover {
    transform: scale(1.01);
  }
  #bottom_franchise .inner::before,
  #bottom_franchise .inner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
  }
  #bottom_franchise .inner::before {
    width: 78px;
    height: 78px;
    background: #fff;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    border-radius: 50%;
    right: 34px;
  }
  #bottom_franchise .inner::after {
    width: 18px;
    height: 18px;
    border-top: solid 3px #d12c2c;
    border-right: solid 3px #d12c2c;
    transform: rotate(50deg) skew(10deg);
    right: 66px;
  }
  #bottom_franchise .inner:hover:before {
    right: 28px;
  }
  #bottom_franchise .inner:hover:after {
    right: 60px;
  }
  #bottom_franchise .bg::before {
    content: "";
    display: block;
    background: url(../images/bottom_franchise_bg.jpg) no-repeat center
      right/cover;
    width: 362px;
    height: 234px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #bottom_franchise .top {
    position: absolute;
    top: -44px;
    left: 44px;
  }
  #bottom_franchise .round {
    transform: rotate(-11deg);
  }
  #bottom_franchise .taishotei {
    margin-right: 25px;
    width: 178px;
  }
  #bottom_franchise .karadeli {
    width: 269px;
  }
}

#bottom_franchise .logo span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#bottom_franchise .taishotei span {
  background: url(../images/logo.png) no-repeat left center / contain;
  width: 100%;
  height: 130px;
}
#bottom_franchise .karadeli span {
  background: url(../images/karadeli_logo.png) no-repeat center center/contain;
  width: 100%;
  height: 112px;
}
#bottom_franchise .text {
  color: #000;
}
#bottom_franchise h2 {
  position: relative;
  letter-spacing: 0.05em;
  padding-bottom: 11px;
}
#bottom_franchise h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/title_br_o.svg) no-repeat center center/contain;
  width: 100%;
  height: 9px;
}
footer .info {
  background: rgba(72, 41, 4, 0.9);
  padding-top: 116px;
  padding-top: 100px;
}
@media screen and (min-width: 641px) {
  #bottom_franchise .round {
    position: relative;
    color: #fff;
    text-align: center;
    font-weight: 600;
    z-index: 2;
    width: 117px;
    padding: 31px 0;
    margin-right: 25px;
  }
  #bottom_franchise .round::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/index_franchise_round.svg) no-repeat center
      center/contain;
    width: 100%;
    height: 117px;
    z-index: -1;
  }
  #bottom_franchise h2 {
    font-size: 2.9rem;
    margin-right: 20px;
  }
  #bottom_franchise .text p {
    width: 536px;
    letter-spacing: -0.06em;
  }
  #bottom_franchise .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  footer .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .flex_l {
    width: 515px;
    margin-right: 104px;
    position: relative;
  }
  footer .flex_l::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 29px;
    background: #fff;
    width: 1px;
    height: 37%;
  }
  footer .flex_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 528px;
    margin-top: 16px;
  }
  footer .flex_l .inner {
    margin-left: 112px;
  }
}
footer .flex_l {
  color: #fff;
}
footer .info .logo {
  position: relative;
  color: #fff;
  font-size: 2.4rem;
  display: inline-block;
  padding: 23px 0 23px 106px;
  letter-spacing: 0;
  margin-bottom: 3px;
}
footer .sns {
  max-width: 142px;
  /* max-width: 215px; */
  margin-top: 12px;
}
footer .sns a {
  display: block;
}
footer .info .logo::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../images/logo.png) no-repeat center center/contain;
  width: 108px;
  height: 72px;
}
footer .list:first-of-type {
  margin-right: 40px;
}
footer .list > li {
  margin-bottom: 4px;
}
footer .list > li:last-of-type {
  margin-bottom: 0;
}
footer .list a {
  color: #fff;
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 20px;
}
footer .list a:hover {
  color: #d12c2c;
}
footer .sub a {
  position: relative;
  padding-left: 10px;
}
footer .sub a::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 5px;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}
footer .sub a:hover::before {
  background: #d12c2c;
}
@media screen and (min-width: 641px) {
  footer .bnr {
    width: 528px;
  }
}
footer .bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
footer .bnr a {
  display: block;
  margin-bottom: 24px;
}
footer .bnr a:hover {
  opacity: 0.7;
}
.copyright {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  padding: 56px;
}
.copyright a {
  color: #fff;
}
/* Breadcrumb
------------------------------ */
.bread_crumb {
  padding-top: 17px;
  padding-bottom: 137px;
}
.bread_crumb .inner {
  max-width: 380px;
}
.bread_crumb .home span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  background: url(../images/home_icon_r.svg) no-repeat center center/contain;
  width: 18px;
  height: 16px;
}
.bread_crumb span,
.bread_crumb a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
.bread_crumb a {
  color: #d12c2c;
  margin-right: 12px;
}
.bread_crumb a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  margin-left: 13px;
}
.bread_crumb .arr {
  font-family: "Helvetica Neue", Arial, sans-serif;
  margin-left: 10px;
  margin-right: 10px;
}
.bread_crumb ul li a:hover {
  opacity: 0.7;
}

/* Page Navi
------------------------------ */
.pagenavi {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
.pagenavi span,
.pagenavi a {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  margin-right: 8px;
  border-radius: 50%;
}
.pagenavi span {
  color: #fff;
  background: #00af68;
}
.pagenavi a {
  color: #00af68;
  background: #fff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
}
.pagenavi a.next {
  text-indent: -9999px;
  background: #fff url(../images/pagenavi_next_blue.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: center center, 0 0;
  background-size: 8px auto, auto;
}
.pagenavi a:hover {
  color: #fff;
  background: #00af68;
  border-color: #00af68;
}
.pagenavi a.next:hover {
  background: #00af68 url(../images/pagenavi_next_white.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: center center, 0 0;
  background-size: 8px auto, auto;
}
/* Page Top
------------------------------ */
.pagetop.show {
  opacity: 1;
  bottom: 40px;
}
.pagetop.move {
  animation: pagetop 0.4s ease-in 0s 10 normal;
}
@keyframes pagetop {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pagetop {
  position: fixed;
  bottom: 0px;
  right: 20px;
  transition: 0.3s;
  z-index: 10;
  opacity: 0;
  text-align: center;
  width: 90px;
}
.pagetop::before {
  content: "";
  display: block;
  position: absolute;
  top: -21px;
  left: 0;
  margin: auto;
  background: url(../images/pagetop_karage.png) no-repeat center center/contain;
  width: 100%;
  height: 75px;
  z-index: -1;
}
.pagetop a {
  position: relative;
  color: #fff;
  display: block;
  padding-top: 16px;
}
.pagetop a:hover {
  opacity: 0.7;
}
.pagetop p {
  line-height: 1;
}
.pagetop a::after,
.pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
.pagetop a::before {
  top: -11px;
  width: 22px;
  height: 22px;
  background: #d12c2c;
  box-shadow: 0 0 6px rgb(0 0 0 / 10%);
  border-radius: 50%;
}
.pagetop a::after {
  top: -3px;
  width: 5px;
  height: 5px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  transform: rotate(45deg) skew(-4deg);
}

/*
.pagetop {
  position: fixed;
  bottom: 0px;
  right: 20px;
  transition: 0.3s;
  font-size: 0;
  z-index: 10;
  opacity: 0;
}
.pagetop a {
  background: #d12c2c;
  border: 2px solid #fff;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 41%;
  left: 0;
  right: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  transform: rotate(45deg);
}
.pagetop a:hover {
  background: #fff;
}
.pagetop a:hover:before {
  border-color: #d12c2c;
} */
/* font
------------------------------ */
@font-face {
  font-family: "keifont";
  font-weight: normal;
  font-style: normal;
  src: url("../font/keifont.woff") format("woff");
}
.keifont {
  font-family: "keifont", sans-serif;
  font-weight: normal;
}
