@charset "UTF-8";
/*-----------------------------------------------------
	top
-----------------------------------------------------*/
/*top-mv
-----------------------------------------------------*/
.top-mv .content-lrg-inner {
  position: relative;
}

.top-mv-box {
  position: relative;
  background: #000;
}

.top-mv-head {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 10;
}
.top-mv-head .head {
  display: none;
}
.top-mv-head .head-img {
  width: 140px;
}

.top-mv-slick {
  min-height: 300px;
}
.top-mv-slick img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .top-mv-head .head-img {
    width: 176px;
  }
  .top-mv-slick img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .top-mv-head {
    top: 45%;
  }
  .top-mv-head .head-img {
    width: 260px;
  }
}
/*top-news
-----------------------------------------------------*/
.top-news {
  position: relative;
  padding: 15px var(--sp-sec) 10px;
  background: rgba(255, 255, 255, 0.85);
  z-index: 100;
}
.top-news .top-news-ttl {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.top-news .webgene-blog {
  font-size: 1.3rem;
}
.top-news a {
  color: var(--black);
  text-decoration: none;
}
.top-news .blogdate {
  display: inline-block;
  margin-right: 10px;
  white-space: nowrap;
}
.top-news .blogcate {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  background: var(--brown);
  white-space: nowrap;
}
.top-news .blogttl {
  margin-top: 10px;
}
.top-news .top-news-btn {
  text-align: right;
  font-size: 1.3rem;
}
.top-news .top-news-btn a {
  position: relative;
  padding-right: 13px;
  text-decoration: underline;
  min-height: auto;
}

@media screen and (min-width: 768px) {
  .top-news {
    padding: 20px 30px;
  }
  .top-news .top-news-ttl {
    font-size: 2rem;
  }
  .top-news .webgene-blog {
    font-size: 1.4rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .top-news .blog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .top-news .blogdate {
    margin-right: 0;
    font-size: 1.4rem;
  }
  .top-news .blogttl {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top-news {
    margin-inline: auto;
    width: 95%;
  }
  .top-news .top-news-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .top-news .top-news-ttl {
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 2.4rem;
  }
  .top-news .webgene-blog {
    font-size: 1.6rem;
  }
  .top-news .blog-item {
    gap: 20px;
  }
  .top-news a:hover .blogttl {
    opacity: var(--hover);
    text-decoration: underline;
  }
  .top-news .top-news-btn a:hover {
    opacity: var(--hover);
  }
}
/*top-lead
-----------------------------------------------------*/
.top-lead {
  margin-top: calc(var(--sp-mgt) + 200px);
  position: relative;
}
.top-lead .bg-image-fixed {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 230px;
  background-size: auto 600px;
  background-position: top center;
  background-image: url(/system_panel/uploads/images/top-lead-bg.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.top-lead-content {
  position: relative;
  margin-top: 200px;
  padding-bottom: var(--sp-mgt);
  width: 100%;
}
.top-lead-content:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 86%;
  content: "";
  background-image: url(/system_panel/uploads/images/content-bg01.png);
  background-repeat: repeat;
  background-size: 400px auto;
  z-index: -1;
}

.top-lead-head {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}
.top-lead-head .top-lead-bg {
  position: absolute;
  bottom: 0;
  right: calc(-1 * var(--sp-sec));
  z-index: -1;
  width: 80%;
}
.top-lead-head .head {
  display: none;
}
.top-lead-head .img-head {
  width: 130px;
}

.top-lead-img .img-box01 {
  width: 60%;
}
.top-lead-img .img-box02 {
  margin-top: -110px;
  margin-left: auto;
  width: 50%;
}

.top-lead-txt {
  margin-top: 30px;
  text-align: center;
}
.top-lead-txt p {
  line-height: 2;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px) {
  .top-lead {
    margin-top: calc(var(--pc-mgt) + 300px);
  }
  .top-lead .bg-image-fixed {
    top: -300px;
    background-size: cover;
    background-attachment: fixed;
  }
  .top-lead-content {
    margin-top: 300px;
    padding-bottom: var(--pc-mgt);
  }
  .top-lead-content:before {
    height: 79%;
  }
  .top-lead-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .top-lead-head {
    width: min(27%, 279px);
  }
  .top-lead-head .img-head {
    width: 100%;
  }
  .top-lead-head .top-lead-bg {
    bottom: -100px;
    right: calc(-1 * var(--pc-sec));
    width: min(60vw, 900px);
  }
  .top-lead-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 200px;
  }
  .top-lead-body .img-box01 {
    width: 50%;
  }
  .top-lead-body .img-box02 {
    margin-top: -110px;
    margin-left: 40%;
    width: 40%;
  }
  .top-lead-txt p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .top-lead-box {
    gap: 100px;
  }
  .top-lead-content:before {
    height: 73%;
  }
  .top-lead-body .img-box01 {
    width: 65%;
  }
  .top-lead-body .img-box02 {
    margin-top: -110px;
    margin-left: 58%;
    width: 40%;
  }
  .top-lead-txt {
    margin-top: 70px;
    margin-left: auto;
    text-align: left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .top-lead-txt p {
    line-height: 2.2;
    font-size: 2rem;
    margin-left: 1.5em;
  }
}
@media screen and (min-width: 1400px) {
  .top-lead-head .top-lead-bg {
    bottom: -280px;
    right: calc(-1 * (100vw - var(--cont-width)) / 2);
  }
  .top-lead-box {
    gap: 160px;
  }
}
/*top-joyment
-----------------------------------------------------*/
.top-joyment {
  position: relative;
}
.top-joyment .btn-arrow {
  margin-inline: auto;
}
.top-joyment:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 80vw;
  height: 80%;
  background-image: url(/system_panel/uploads/images/content-bg02.png);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 1000px auto;
  z-index: -1;
}
.top-joyment .joyment-box {
  position: relative;
  padding: 40px 0;
}
.top-joyment .joyment-box:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 95vw;
  height: 100%;
  background-image: url(/system_panel/uploads/images/top-joyment-img.png);
  background-size: cover;
  z-index: -1;
}
.top-joyment .joyment-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.top-joyment .joyment-head {
  text-align: center;
}
.top-joyment .joyment-head img {
  width: 90px;
}
.top-joyment .joyment-body {
  text-align: center;
  color: #fff;
}
.top-joyment .joyment-body p {
  line-height: 2;
}
.top-joyment .joyment-body strong {
  font-weight: 400;
  display: block;
}
.top-joyment .joyment-bg {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: min(40vw, 660px);
}
.top-joyment .joyment-lists {
  position: relative;
  margin-top: 30px;
  margin-inline: auto;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  z-index: 1;
}
.top-joyment .joyment-item p {
  margin-top: 0.5em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top-joyment:before {
    width: 90vw;
    height: 50%;
  }
  .top-joyment .joyment-lead {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top-joyment .joyment-head {
    padding-left: 50px;
  }
  .top-joyment .joyment-head img {
    width: 150px;
  }
  .top-joyment .joyment-body {
    text-align: left;
  }
  .top-joyment .joyment-body strong {
    display: inline;
  }
  .top-joyment .joyment-bg {
    bottom: -170px;
  }
  .top-joyment .joyment-lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    width: 100%;
  }
  .top-joyment .joyment-item {
    width: calc(100% - 15px);
  }
  .top-joyment .joyment-item:nth-child(2) {
    margin-top: 40px;
  }
  .top-joyment .joyment-item:nth-child(3) {
    margin-top: 80px;
  }
  .top-joyment .joyment-item:nth-child(4) {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .top-joyment .joyment-body p {
    font-size: 1.8rem;
  }
  .top-joyment .joyment-head img {
    width: 216px;
  }
  .top-joyment .joyment-lists {
    gap: 30px;
  }
  .top-joyment .joyment-box {
    padding-block: 110px;
  }
  .top-joyment .joyment-item {
    width: calc(100% - 22.5px);
  }
  .top-joyment .joyment-item p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-joyment .joyment-bg {
    bottom: -350px;
  }
}
/*top-charm
-----------------------------------------------------*/
.top-charm {
  position: relative;
}
.top-charm:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(/system_panel/uploads/images/content-bg03.png);
  z-index: -1;
}
.top-charm .charm-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding-block: 40px;
}
.top-charm .charm-head {
  text-align: center;
}
.top-charm .charm-head img {
  width: 90px;
}
.top-charm .charm-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 20px;
  color: #fff;
}
.top-charm .img-block {
  position: relative;
}
.top-charm .charm-img01 {
  margin-left: 20px;
  width: min(50%, 460px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.top-charm .charm-img02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(30%, 300px);
}
.top-charm .charm-bg {
  position: absolute;
  top: -50px;
  right: 0;
  content: "";
  width: min(45vw, 700px);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .top-charm:before {
    width: 90vw;
    height: 95%;
  }
  .top-charm .charm-lead {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 80px;
    padding-block: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top-charm .charm-head {
    width: 150px;
  }
  .top-charm .charm-head img {
    width: 150px;
  }
  .top-charm .charm-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    color: #fff;
  }
  .top-charm .charm-body p {
    margin-left: 180px;
  }
  .top-charm .charm-img01 {
    margin-left: 180px;
    width: min(30%, 460px);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .top-charm .charm-img02 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: min(30%, 300px);
  }
}
@media screen and (min-width: 1024px) {
  .top-charm .charm-bg {
    top: -150px;
  }
  .top-charm .charm-head {
    width: 182px;
  }
  .top-charm .charm-head img {
    width: 182px;
  }
  .top-charm .charm-body {
    gap: 80px;
  }
  .top-charm .charm-body p {
    font-size: 1.8rem;
    margin-left: 230px;
  }
  .top-charm .img-block .charm-img01 {
    margin-inline: auto;
  }
  .top-charm .img-block .charm-img02 {
    bottom: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .top-charm:before {
    height: 85%;
  }
  .top-charm .charm-body p {
    margin-left: 50px;
  }
  .top-charm .charm-body .charm-img {
    margin-left: calc(50% - 40vw);
  }
  .top-charm .img-block .charm-img01 {
    -webkit-transform: translateY(-100px) translateX(170px);
    transform: translateY(-100px) translateX(170px);
  }
  .top-charm .img-block .charm-img02 {
    bottom: 200px;
    right: calc(50% - 50vw);
  }
  .top-charm .charm-bg {
    top: -250px;
  }
}
/*top-recommend
-----------------------------------------------------*/
.top-recommend .top-recommend-area {
  position: relative;
  padding-block: 20px;
}
.top-recommend .top-recommend-area:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fffaf5;
  z-index: -1;
}
.top-recommend .top-recommend-area:after {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 80%;
  content: "";
  background-image: url(/system_panel/uploads/images/top-recommend-bg.png);
  background-size: contain;
  z-index: -2;
}
.top-recommend .recommend-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.top-recommend .recommend-head {
  position: relative;
  padding-block: 15px;
  background: var(--black);
}
.top-recommend .recommend-head:before, .top-recommend .recommend-head:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #fff;
}
.top-recommend .recommend-head:before {
  bottom: 5px;
}
.top-recommend .recommend-head:after {
  bottom: 2px;
}
.top-recommend .recommend-head .head {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
}
.top-recommend .recommend-body {
  min-height: 0;
  min-width: 0;
}
.top-recommend .recommend-slick-item {
  padding-block: 20px;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}
.top-recommend .recommend-slick-item .num {
  text-decoration: underline;
}
.top-recommend .recommend-slick-item .name {
  margin-top: 0.5em;
  font-size: 2.4rem;
}
.top-recommend .recommend-slick-item .desc {
  margin-top: 1em;
}
.top-recommend .slick-dots {
  bottom: -40px;
}
.top-recommend .slick-dots button:before {
  content: "";
  width: 20px;
  height: 3px;
  background: var(--brown);
}
.top-recommend .btn-arrow {
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .top-recommend .top-recommend-area:before {
    width: 90vw;
  }
  .top-recommend .top-recommend-area:after {
    top: -100px;
    width: min(90%, 1400px);
  }
  .top-recommend .recommend-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 50px;
  }
  .top-recommend .recommend-head {
    padding: 40px 30px;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .top-recommend .recommend-head:before, .top-recommend .recommend-head:after {
    width: 1px;
    height: 100%;
    top: 0;
    bottom: auto;
  }
  .top-recommend .recommend-head:before {
    left: 3px;
  }
  .top-recommend .recommend-head:after {
    left: 6px;
  }
  .top-recommend .recommend-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-block: 50px;
  }
  .top-recommend .recommend-slick-item {
    padding-block: 60px;
  }
  .top-recommend .slick-dots {
    bottom: -60px;
  }
  .top-recommend .slick-dots li {
    width: 30px !important;
  }
  .top-recommend .slick-dots li button {
    width: 30px !important;
  }
  .top-recommend .slick-dots li button:before {
    width: 30px !important;
  }
}
@media screen and (min-width: 1024px) {
  .top-recommend .top-recommend-area:after {
    top: -290px;
  }
  .top-recommend .recommend-box {
    gap: 80px;
  }
  .top-recommend .recommend-head {
    -webkit-transform: translateY(-160px);
    transform: translateY(-160px);
  }
  .top-recommend .recommend-head .head {
    font-size: 3.6rem;
  }
  .top-recommend .recommend-slick-item .name {
    font-size: 3rem;
  }
}
/*top-broth
-----------------------------------------------------*/
.top-broth {
  position: relative;
}
.top-broth:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(/system_panel/uploads/images/top-broth-img.png);
  background-size: cover;
  background-position: center center;
  z-index: -2;
}
.top-broth .broth-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding-block: 40px;
}
.top-broth .broth-head {
  text-align: center;
}
.top-broth .broth-head img {
  width: 90px;
}
.top-broth .broth-body {
  color: #fff;
}
.top-broth .top-broth-bg {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: min(40vw, 660px);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .top-broth .broth-lead {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 80px;
    padding-block: 80px;
  }
  .top-broth .broth-head img {
    width: 150px;
  }
  .top-broth .top-broth-bg {
    bottom: -50px;
  }
}
@media screen and (min-width: 1024px) {
  .top-broth .broth-lead {
    padding-block: 120px;
  }
  .top-broth .broth-head img {
    width: 187px;
  }
  .top-broth .broth-body {
    padding-right: 230px;
  }
  .top-broth .broth-body p {
    font-size: 1.8rem;
  }
  .top-broth .top-broth-bg {
    bottom: -150px;
  }
}
/*top-menu
-----------------------------------------------------*/
.top-menu .menu-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-menu .menu-head .head {
  padding-block: 10px;
  font-size: 2.6rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
}
.top-menu .menu-content {
  position: relative;
  margin-top: 30px;
  padding: var(--sp-sec);
}
.top-menu .menu-content:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 90vw;
  height: 80%;
  content: "";
  background-image: url(/system_panel/uploads/images/content-bg01.png);
  background-size: 1000px auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.top-menu .menu-box + .menu-box {
  margin-top: 60px;
}
.top-menu .menu-body {
  margin-top: 10px;
  text-align: center;
}
.top-menu .menu-body .head {
  font-size: 2rem;
}
.top-menu .menu-food-bg,
.top-menu .menu-drink-bg {
  display: none;
}

@media screen and (min-width: 768px) {
  .top-menu .menu-head .head {
    padding-block: 15px;
    font-size: 4rem;
  }
  .top-menu .menu-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
  }
  .top-menu .menu-box.drink {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-bottom: 60px;
  }
  .top-menu .menu-box.drink .menu-body-box {
    margin-left: auto;
    margin-right: 0;
  }
  .top-menu .menu-img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    min-width: 0;
  }
  .top-menu .menu-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .top-menu .menu-body .head {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-left: auto;
    margin-right: auto;
  }
  .top-menu .menu-body-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; /* 子要素を中央に配置 */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; /* 縦方向も中央にしたい場合 */
  }
  .top-menu .top-menu-slick {
    width: 100%;
  }
  .top-menu .menu-slick-item img {
    width: 100%;
    height: auto;
    display: block;
  }
  .top-menu .menu-body-box {
    width: 340px;
  }
  .top-menu .menu-food-bg,
  .top-menu .menu-drink-bg {
    display: block;
  }
  .top-menu .menu-food-bg {
    position: absolute;
    bottom: -75px;
    right: calc(-1 * var(--sp-sec));
    width: 200px;
  }
  .top-menu .menu-drink-bg {
    position: absolute;
    bottom: -56px;
    left: 0;
    width: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .top-menu .menu-head .head {
    padding-block: 15px;
    font-size: 4rem;
  }
  .top-menu .menu-content {
    margin-top: 100px;
  }
  .top-menu .menu-body .head {
    font-size: 3rem;
  }
  .top-menu .menu-body .btn-arrow {
    width: 100%;
  }
  .top-menu .menu-food-bg {
    width: 280px;
  }
  .top-menu .menu-drink-bg {
    left: -60px;
    width: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .top-menu .menu-drink-bg {
    bottom: 0;
    left: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .top-menu .menu-head .head {
    padding-block: 20px;
    font-size: 5rem;
  }
  .top-menu .menu-body .head {
    font-size: 4rem;
  }
  .top-menu .menu-box {
    gap: 80px;
  }
  .top-menu .menu-box.drink {
    margin-top: -40px;
  }
  .top-menu .menu-food-bg {
    bottom: 30px;
    width: 380px;
  }
  .top-menu .menu-drink-bg {
    left: 0;
    width: 335px;
  }
}
/*top-scene
-----------------------------------------------------*/
.top-scene {
  position: relative;
  padding-bottom: 60px;
  text-align: center;
}
.top-scene .scene-head {
  text-align: center;
}
.top-scene .scene-head .head {
  font-size: 2.2rem;
  line-height: 1.7;
}
.top-scene .scene-head strong {
  font-size: 2.6rem;
  font-weight: 400;
  color: #86501a;
}
.top-scene .scene-body {
  position: relative;
  margin-top: 20px;
  z-index: 10;
}
.top-scene .img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  margin-inline: var(--sp-sec);
}
.top-scene .scene-img {
  width: 50%;
}
.top-scene .scene-img01 {
  width: 160px;
}
.top-scene .scene-img02 {
  margin-left: 10px;
  margin-top: 10px;
  width: 100px;
}
.top-scene .scene-img03 {
  margin-top: 10px;
  margin-left: 10px;
  width: 100px;
}
.top-scene .scene-img04 {
  margin-top: 20px;
  width: 160px;
}
.top-scene .top-scene-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(45vw, 700px);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .top-scene {
    padding-bottom: 50px;
  }
  .top-scene .scene-head .head {
    font-size: 3rem;
  }
  .top-scene .scene-head strong {
    font-size: 4rem;
  }
  .top-scene .scene-body {
    margin-top: 50px;
  }
  .top-scene .btn-arrow {
    margin-inline: auto;
  }
  .top-scene .img-block {
    margin-top: -200px;
  }
  .top-scene .scene-img01 {
    margin-top: 30px;
    margin-left: -180px;
    width: 190px;
  }
  .top-scene .scene-img02 {
    margin-left: 150px;
    width: 130px;
  }
  .top-scene .scene-img03 {
    margin-left: 250px;
    margin-top: 80px;
    width: 150px;
  }
  .top-scene .scene-img04 {
    margin-top: 50px;
    margin-left: 100px;
    width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .top-scene .scene-head .head {
    font-size: 3.6rem;
  }
  .top-scene .scene-head strong {
    font-size: 6.4rem;
  }
  .top-scene .scene-body {
    font-size: 1.8rem;
  }
  .top-scene .scene-img01 {
    margin-left: -190px;
    width: 280px;
  }
  .top-scene .scene-img02 {
    width: 160px;
  }
  .top-scene .scene-img03 {
    margin-left: 350px;
    width: 160px;
  }
  .top-scene .scene-img04 {
    margin-top: 30px;
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .top-scene .scene-img01 {
    width: 370px;
  }
  .top-scene .scene-img02 {
    width: 220px;
  }
  .top-scene .scene-img03 {
    width: 220px;
  }
  .top-scene .scene-img04 {
    width: 440px;
  }
}
@media screen and (min-width: 1440px) {
  .top-scene .scene-img01 {
    width: 530px;
  }
  .top-scene .scene-img02 {
    width: 290px;
  }
  .top-scene .scene-img03 {
    margin-left: 450px;
    width: 290px;
  }
  .top-scene .scene-img04 {
    width: 560px;
  }
}
/*-----------------------------------------------------
	おでんとお酒の魅力
-----------------------------------------------------*/
/*charm-outline
-----------------------------------------------------*/
.charm-outline {
  position: relative;
  padding-top: min(20vw, 130px);
  padding-bottom: 30px;
}
.charm-outline:before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 90%;
  content: "";
  background: #fffaf5;
  z-index: -1;
}
.charm-outline .media-img {
  text-align: center;
}
.charm-outline .media-img .head {
  width: 150px;
}
.charm-outline .media-img .img01 {
  display: block;
  margin-top: 20px;
}
.charm-outline .txt {
  margin-top: 20px;
}
.charm-outline .bg01-img {
  position: absolute;
  top: 0;
  right: 0;
  width: min(50%, 600px);
  z-index: -1;
}
.charm-outline .bg02-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
}

@media screen and (min-width: 768px) {
  .charm-outline {
    position: relative;
    padding-top: min(20vw, 300px);
    padding-bottom: 60px;
  }
  .charm-outline:before {
    height: 85%;
  }
  .charm-outline .media-block {
    margin-top: min(-10vw, -200px);
  }
  .charm-outline .media-content {
    margin-top: min(20vw, 260px);
  }
  .charm-outline .bg02-img {
    bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .charm-outline:before {
    height: 80%;
    bottom: 8%;
    width: 90vw;
  }
  .charm-outline:after {
    top: 40%;
    width: 70%;
  }
  .charm-outline .media-img .head {
    width: 245px;
  }
  .charm-outline .media-img .img01 {
    margin-top: 80px;
  }
  .charm-outline .media-content .txt {
    margin-top: 60px;
  }
  .charm-outline .bg02-img {
    bottom: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .charm-outline:before {
    height: 70%;
  }
  .charm-outline .media-img .img01 {
    margin-top: 100px;
  }
  .charm-outline .bg02-img {
    bottom: 360px;
  }
}
/*charm-catch
-----------------------------------------------------*/
.charm-catch {
  position: relative;
  margin-top: 100px;
}
.charm-catch .bg-image-fixed {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 220px;
  background-size: auto 630px;
  background-position: top center;
  background-image: url(/system_panel/uploads/images/charm-img02-bg.png);
  background-repeat: no-repeat;
  z-index: -1;
}
.charm-catch .charm-catch-content {
  position: relative;
  padding-bottom: min(25vw, 160px);
  z-index: 2;
}
.charm-catch .catch-head {
  text-align: center;
}
.charm-catch .catch-head img {
  width: 100px;
}
.charm-catch .txt {
  margin-top: 20px;
  color: #fff;
  text-align: center;
}
.charm-catch .txt strong {
  display: block;
  font-weight: 400;
}
.charm-catch .img-block {
  margin-top: 30px;
}
.charm-catch .img-block img {
  display: block;
}
.charm-catch .img-block .img01 {
  width: 80%;
}
.charm-catch .img-block .img02 {
  margin-left: auto;
  margin-top: -30px;
  width: 50%;
}
.charm-catch .img-block .img03 {
  position: relative;
  margin-top: -30px;
  width: 70%;
  z-index: -1;
}
.charm-catch .bg01-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(50%, 600px);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .charm-catch {
    margin-top: calc(var(--pc-mgt) + 150px);
  }
  .charm-catch .bg-image-fixed {
    top: -150px;
    height: 95%;
    min-height: 230px;
    background-size: cover;
    background-attachment: fixed;
  }
  .charm-catch .catch-head img {
    width: 130px;
  }
  .charm-catch .txt {
    margin-top: 30px;
  }
  .charm-catch .txt strong {
    display: inline;
  }
  .charm-catch .img-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
  .charm-catch .img-block .img01 {
    width: 35%;
  }
  .charm-catch .img-block .img02 {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: -40px;
    width: 25%;
  }
  .charm-catch .img-block .img03 {
    margin-top: 0;
    width: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .charm-catch .catch-head img {
    width: 176px;
  }
  .charm-catch .txt {
    margin-top: 60px;
  }
  .charm-catch .img-block {
    margin-top: 70px;
  }
  .charm-catch .img-block .img02 {
    margin-bottom: -70px;
  }
}
/*charm-recommend
-----------------------------------------------------*/
.charm-recommend {
  position: relative;
  padding-bottom: 40px;
}
.charm-recommend .recommend-head {
  text-align: center;
}
.charm-recommend .recommend-head .head-jp {
  display: inline-block;
  padding: 10px;
  font-size: 2.6rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.charm-recommend .recommend-body {
  margin-top: 30px;
}
.charm-recommend .charm-slick-item {
  margin-inline: 10px;
  padding: 30px 20px;
  background: #fff;
}
.charm-recommend .recommend-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.charm-recommend .recommend-name .icon {
  width: 70px;
}
.charm-recommend .recommend-name .img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding-top: 30px;
}
.charm-recommend .recommend-name .img img {
  width: 70px;
  display: inline-block;
}
.charm-recommend .recommend-name .name {
  padding-top: 30px;
  width: 70px;
  font-size: 2rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.charm-recommend .recommend-content {
  margin-top: 20px;
}
.charm-recommend .slick-dots {
  bottom: -40px;
}
.charm-recommend .slick-dots button:before {
  content: "";
  width: 20px;
  height: 3px;
  background: var(--brown);
}
.charm-recommend .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.charm-recommend .slick-slide {
  height: auto !important;
}

@media screen and (min-width: 768px) {
  .charm-recommend .recommend-head .head-jp {
    padding: 15px 20px;
    font-size: 3.6rem;
  }
  .charm-recommend .recommend-body {
    margin-top: 60px;
  }
  .charm-recommend .charm-slick-item {
    padding: 30px;
  }
  .charm-recommend .recommend-name .icon {
    width: 100px;
  }
  .charm-recommend .recommend-name .img {
    margin-top: 40px;
  }
  .charm-recommend .recommend-name .name {
    width: 40px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .charm-recommend {
    padding-bottom: 120px;
  }
  .charm-recommend .recommend-head .head-jp {
    padding-block: 20px;
    font-size: 5rem;
  }
  .charm-recommend .recommend-name .img {
    margin-top: 30px;
  }
  .charm-recommend .slick-dots {
    bottom: -60px;
  }
  .charm-recommend .slick-dots li {
    margin: 0 20px;
  }
  .charm-recommend .slick-dots button:before {
    content: "";
    width: 50px;
    height: 3px;
    background: var(--brown);
  }
}
@media screen and (min-width: 1200px) {
  .charm-recommend .charm-slick-item {
    margin-inline: 10px;
    padding: 40px;
    background: #fff;
  }
  .charm-recommend .recommend-name .icon {
    width: 145px;
  }
  .charm-recommend .recommend-name .img img {
    width: 110px;
  }
  .charm-recommend .recommend-name .name {
    width: 100px;
    font-size: 3rem;
  }
  .charm-recommend .recommend-content {
    margin-top: 50px;
  }
}
/*charm-scene
-----------------------------------------------------*/
.charm-scene {
  position: relative;
}
.charm-scene .scene-head .head-jp {
  font-size: 2.2rem;
  line-height: 1.7;
}
.charm-scene .scene-head strong {
  font-size: 2.6rem;
  font-weight: 400;
  color: #86501a;
}
.charm-scene .scene-head em {
  display: block;
  padding-left: 2em;
  font-style: normal;
  font-size: 2.2rem !important;
}
.charm-scene .media-img {
  display: none;
}
.charm-scene .media-content .txt {
  margin-top: 20px;
}
.charm-scene .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.charm-scene .bg01-img {
  position: absolute;
  top: 0;
  left: 0;
  width: min(50%, 600px);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .charm-scene .scene-head .head-jp {
    font-size: 3rem;
  }
  .charm-scene .scene-head strong {
    font-size: 4rem;
  }
  .charm-scene .scene-head em {
    font-size: 3rem !important;
  }
  .charm-scene .media-block {
    margin-top: 30px;
  }
  .charm-scene .media-img {
    display: block;
  }
  .charm-scene .media-img img {
    display: block;
  }
  .charm-scene .media-img .img01 {
    width: 70%;
  }
  .charm-scene .media-img .img03 {
    margin-top: 20px;
    margin-left: auto;
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .charm-scene .scene-head {
    margin-left: 40px;
  }
  .charm-scene .scene-head .head-jp {
    font-size: 3.6rem;
  }
  .charm-scene .scene-head strong {
    font-size: 6.4rem;
  }
  .charm-scene .scene-head em {
    font-size: 3.6rem !important;
  }
  .charm-scene .media-block {
    margin-top: 80px;
  }
  .charm-scene .media-img .img03 {
    margin-top: 60px;
  }
  .charm-scene .media-content {
    padding-top: 100px;
  }
  .charm-scene .media-content .txt {
    margin-top: 60px;
  }
  .charm-scene .btn-group {
    margin-top: 20px;
  }
}
/*-----------------------------------------------------
	たこ寅自慢の出汁
-----------------------------------------------------*/
/*broth-item
-----------------------------------------------------*/
.broth-item {
  position: relative;
  padding-bottom: min(20vw, 130px);
}
.broth-item.bg01:before {
  position: absolute;
  bottom: min(10vw, 80px);
  left: 0;
  width: 100vw;
  height: 90%;
  content: "";
  background: #fffaf5;
  z-index: -1;
}
.broth-item.bg02:before {
  position: absolute;
  bottom: min(10vw, 80px);
  right: 0;
  width: 95vw;
  height: 90%;
  content: "";
  background-image: url(/system_panel/uploads/images/content-bg01.png);
  background-size: 1000px auto;
  z-index: -1;
}
.broth-item .bg01-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(50%, 600px);
}
.broth-item .bg02-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(50%, 600px);
}
.broth-item .media-img {
  margin-inline: auto;
  width: 70px;
}
.broth-item .img-block .img01 {
  width: 80%;
}
.broth-item .img-block .img02 {
  display: block;
  margin-top: -50px;
  margin-left: auto;
  margin-right: 10px;
  width: 50%;
}
.broth-item .txt {
  margin-top: 20px;
}
.broth-item .media-block.reverse .img-block .img01 {
  display: block;
  margin-left: auto;
}
.broth-item .media-block.reverse .img-block .img02 {
  margin-left: 10px;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .broth-item.bg01:before {
    width: 90vw;
    height: 80%;
  }
  .broth-item.bg02:before {
    width: 90vw;
    height: 80%;
  }
  .broth-item .media-content {
    width: calc(100% - 160px);
  }
}
@media screen and (min-width: 1024px) {
  .broth-item .media-content {
    width: calc(100% - min(20vw, 268px));
  }
  .broth-item .img-block .img02 {
    margin-top: -100px;
    margin-right: 0;
    width: 40%;
  }
  .broth-item .txt {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .page-header + .broth-item {
    margin-top: 200px;
  }
}
/*broth-effect
-----------------------------------------------------*/
.broth-effect {
  position: relative;
  padding-block: 40px;
}
.broth-effect:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 60%;
  content: "";
  background-image: url(/system_panel/uploads/images/content-bg03.png);
  z-index: -1;
}
.broth-effect:after {
  position: absolute;
  top: 10%;
  right: 0;
  width: 100vw;
  height: 40%;
  content: "";
  background-image: url(/system_panel/uploads/images/broth-bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
}
.broth-effect .broth-effect-block {
  position: relative;
  z-index: 2;
}
.broth-effect .broth-effect-head .head {
  display: block;
  margin-inline: auto;
  width: 90px;
}
.broth-effect .broth-effect-head .img02 {
  display: block;
  margin-top: 30px;
  margin-left: auto;
  width: 50%;
}
.broth-effect .broth-effect-img {
  position: relative;
  margin-top: -30px;
  z-index: -1;
}
.broth-effect .broth-effect-item {
  padding: 30px 20px;
  background: #fff;
  margin-top: 20px;
}
.broth-effect .broth-effect-item .head {
  padding-left: 55px;
  font-size: 2rem;
  color: var(--light-brown);
  line-height: 1.6;
  background-repeat: no-repeat;
  background-size: 45px auto;
}
.broth-effect .broth-effect-item .num01 {
  background-image: url(/system_panel/uploads/images/num01.png);
}
.broth-effect .broth-effect-item .num02 {
  background-image: url(/system_panel/uploads/images/num02.png);
}
.broth-effect .broth-effect-item .line1 {
  padding-block: 5px;
}
.broth-effect .broth-effect-item .txt {
  margin-top: 10px;
  padding-left: 55px;
}

@media screen and (min-width: 768px) {
  .broth-effect {
    padding-block: 60px;
  }
  .broth-effect:before {
    width: 90vw;
    height: 60%;
  }
  .broth-effect .broth-effect-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 50px;
  }
  .broth-effect .broth-effect-head {
    width: min(20vw, 380px);
  }
  .broth-effect .broth-effect-head .head {
    width: min(60%, 175px);
  }
  .broth-effect .broth-effect-head .img02 {
    margin-top: 100px;
    width: 100%;
  }
  .broth-effect .broth-effect-img {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .broth-effect .broth-effect-item {
    margin-top: 30px;
    padding: 35px;
  }
  .broth-effect .broth-effect-item .head {
    padding-left: 75px;
    padding-block: 12px;
    font-size: 2.6rem;
    background-size: 65px auto;
  }
  .broth-effect .broth-effect-item .head--br br{
    display: none;
  }
  .broth-effect .broth-effect-item .line1 {
    padding-block: 10px;
  }
  .broth-effect .broth-effect-item .txt {
    padding-left: 75px;
  }
}
@media screen and (min-width: 1024px) {
  .broth-effect .broth-effect-item {
    margin-top: 30px;
    padding: 50px;
  }
  .broth-effect .broth-effect-item .head {
    padding-left: 130px;
    padding-block: 24px;
    font-size: 3rem;
    background-size: 90px auto;
  }
  .broth-effect .broth-effect-item .txt {
    padding-left: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .broth-effect .broth-effect-block {
    gap: 100px;
  }
  .broth-effect .broth-effect-img {
    margin-left: calc(50% - 50vw + var(--pc-sec));
  }
}
/*-----------------------------------------------------
	季節のおすすめ
-----------------------------------------------------*/
/*season-mv
-----------------------------------------------------*/
.season-mv {
  padding-block: 40px;
  color: #fff;
  background-image: url(/system_panel/uploads/images/season-mv-bg.png);
  background-size: cover;
}
.season-mv .season-mv-inner {
  padding-inline: var(--sp-sec);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.season-mv .mv-head {
  text-align: center;
}
.season-mv .mv-head .head {
  display: inline-block;
  padding: 10px;
  font-size: 2.6rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.season-mv .mv-content .img {
  width: 330px;
}
.season-mv .mv-content .txt {
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: center;
}
.season-mv .mv-content strong {
  font-weight: 400;
  display: block;
}

@media screen and (min-width: 768px) {
  .season-mv {
    padding-inline: 30px;
  }
  .season-mv .season-mv-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-inline: auto;
    max-width: 1060px;
  }
  .season-mv .mv-head .head {
    padding: 15px 20px;
    font-size: 3.6rem;
  }
  .season-mv .mv-content .img {
    width: 400px;
  }
  .season-mv .mv-content .txt {
    margin-top: 40px;
    font-size: 1.6rem;
    text-align: left;
  }
  .season-mv .mv-content strong {
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  .season-mv {
    padding-block: 170px;
  }
  .season-mv .mv-head .head {
    padding-block: 20px;
    font-size: 5rem;
  }
  .season-mv .mv-content {
    padding-top: 80px;
  }
  .season-mv .mv-content .img {
    width: 605px;
  }
  .season-mv .mv-content .txt {
    margin-top: 60px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .season-mv .season-mv-inner {
    gap: 140px;
  }
  .season-mv .mv-head {
    padding-left: 60px;
  }
}
/*season-recommend
-----------------------------------------------------*/
.season-recommend {
  position: relative;
  padding-bottom: 40px;
}
.season-recommend .recommend-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.season-recommend .recommend-img {
  position: relative;
  margin: 0 auto;
  width: 100px;
  z-index: 1;
  margin-bottom: -100px;
}
.season-recommend .recommend-content {
  position: relative;
  padding: 100px 40px 40px;
  background: #fff;
}
.season-recommend .recommend-content:after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #f3e595;
  z-index: -1;
}
.season-recommend .recommend-content::before {
  position: absolute;
  bottom: -40px;
  right: -10px;
  content: "";
  width: 170px;
  height: 100px;
  background-image: url(/system_panel/uploads/images/season-recommend-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.season-recommend .recommend-item {
  margin-top: 10px;
  padding-left: 20px;
  background-image: url(/system_panel/uploads/images/icon-check.png);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: 0 0.5em;
}
.season-recommend .recommend-item strong {
  font-weight: 500;
  color: var(--light-brown);
}
.season-recommend .bg01-img {
  position: absolute;
  top: 0;
  left: 0;
  width: min(45vw, 700px);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .season-recommend .recommend-block {
    padding: 40px;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
    background: #fff;
  }
  .season-recommend .recommend-block:before {
    position: absolute;
    top: 10px;
    left: 10px;
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #f3e595;
  }
  .season-recommend .recommend-img {
    width: 120px;
  }
  .season-recommend .recommend-img .head {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  .season-recommend .recommend-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    background: transparent;
  }
  .season-recommend .recommend-content:after {
    display: none;
  }
  .season-recommend .recommend-content:before {
    bottom: -80px;
    right: -60px;
    width: 200px;
    height: 111px;
    z-index: 10;
  }
  .season-recommend .bg01-img {
    top: -90px;
  }
}
@media screen and (min-width: 1024px) {
  .season-recommend {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .season-recommend .recommend-block {
    padding-inline: 80px;
    gap: 80px;
  }
  .season-recommend .recommend-img {
    width: 190px;
  }
  .season-recommend .recommend-img .head {
    -webkit-transform: translateY(-160px);
    transform: translateY(-160px);
  }
  .season-recommend .recommend-content {
    padding-top: 20px;
  }
  .season-recommend .recommend-content:before {
    bottom: -160px;
    right: -110px;
    width: 300px;
    height: 167px;
  }
  .season-recommend .recommend-item {
    margin-top: 15px;
    padding-left: 30px;
    font-size: 2.1rem;
    background-size: 20px auto;
  }
}
@media screen and (min-width: 1200px) {
  .season-recommend {
    padding-bottom: 140px;
  }
  .season-recommend .recommend-content:before {
    bottom: -220px;
    right: -150px;
    width: 440px;
    height: 268px;
  }
}
/*season-joyment
-----------------------------------------------------*/
.season-joyment {
  position: relative;
}
.season-joyment:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  content: "";
  background-image: url(/system_panel/uploads/images/content-bg03.png);
  z-index: -1;
}
.season-joyment:after {
  position: absolute;
  top: 6%;
  right: 0;
  width: 100vw;
  height: 40%;
  content: "";
  background-image: url(/system_panel/uploads/images/season-joy-bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
}
.season-joyment .joyment-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding-block: 40px;
}
.season-joyment .joyment-head {
  text-align: center;
}
.season-joyment .joyment-head img {
  width: 90px;
}
.season-joyment .joyment-item {
  position: relative;
  margin-top: 50px;
  z-index: 2;
}
.season-joyment .joyment-item .num01 {
  background-image: url(/system_panel/uploads/images/num01.png);
}
.season-joyment .joyment-item .num02 {
  background-image: url(/system_panel/uploads/images/num02.png);
}
.season-joyment .joyment-item .num03 {
  background-image: url(/system_panel/uploads/images/num03.png);
}
.season-joyment .joyment-item .num04 {
  background-image: url(/system_panel/uploads/images/num04.png);
}
.season-joyment .joyment-item .media-content {
  padding: 20px;
  background: #fff;
}
.season-joyment .joyment-item .media-content .head {
  padding-left: 55px;
  font-size: 2rem;
  color: var(--light-brown);
  line-height: 1.6;
  background-repeat: no-repeat;
  background-size: 45px auto;
}
.season-joyment .joyment-item .media-content .head.line1 {
  padding-block: 9px;
}
.season-joyment .joyment-item .media-content .txt {
  margin-top: 10px;
}
.season-joyment .bg01-img {
  position: absolute;
  top: 30%;
  left: 0;
  width: min(50%, 600px);
}
.season-joyment .bg02-img {
  position: absolute;
  bottom: 15%;
  right: 0;
  width: min(50%, 600px);
}

@media screen and (min-width: 768px) {
  .season-joyment:before {
    width: 90vw;
    height: 35%;
  }
  .season-joyment .joyment-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 80px;
    padding-block: 80px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .season-joyment .joyment-head {
    width: 150px;
  }
  .season-joyment .joyment-head img {
    width: 150px;
  }
  .season-joyment .joyment-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .season-joyment .joyment-item .media-block.reverse .media-content {
    padding-left: 20px;
    left: 0;
  }
  .season-joyment .joyment-item .media-block {
    position: relative;
    margin-bottom: 80px;
  }
  .season-joyment .joyment-item .media-img {
    width: 47%;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    z-index: 1;
  }
  .season-joyment .joyment-item .media-content {
    position: absolute;
    top: 40px;
    right: 0;
    width: 60%;
    z-index: 2;
  }
  .season-joyment .joyment-item .media-content .head {
    padding-left: 75px;
    font-size: 2.4rem;
    background-size: 65px auto;
  }
  .season-joyment .joyment-item .media-content .head.line1 {
    padding-block: 15px;
  }
  .season-joyment .bg02-img {
    bottom: 6%;
  }
}
@media screen and (min-width: 1024px) {
  .season-joyment {
    padding-bottom: var(--pc-mgt);
  }
  .season-joyment:after {
    top: 10%;
    width: 70%;
  }
  .season-joyment .joyment-block {
    margin-bottom: 90px;
  }
  .season-joyment .joyment-head {
    width: 190px;
  }
  .season-joyment .joyment-head img {
    width: 190px;
  }
  .season-joyment .joyment-item .media-content {
    padding: 30px !important;
    top: 50%;
  }
  .season-joyment .joyment-item .media-content.fade_up.animated {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .season-joyment .joyment-item .media-content .head {
    padding-left: 120px;
    font-size: 3rem;
    background-size: 90px auto;
  }
  .season-joyment .joyment-item .media-content .head.line1 {
    padding-block: 25px;
  }
  .season-joyment .joyment-item .media-content .txt {
    margin-top: 30px;
  }
  .season-joyment .bg01-img {
    top: 36%;
  }
  .season-joyment .bg02-img {
    bottom: 6%;
  }
}
@media screen and (min-width: 1200px) {
  .season-joyment .joyment-item .media-img {
    width: 60%;
  }
  .season-joyment .joyment-item .media-content {
    padding: 60px !important;
    width: 52%;
  }
}
@media screen and (min-width: 1400px) {
  .season-joyment .joyment-img {
    margin-left: calc(50% - 39vw);
  }
}
/*-----------------------------------------------------
	お品書き
-----------------------------------------------------*/
/*menu-lead
-----------------------------------------------------*/
.menu-lead {
  position: relative;
  padding-top: min(20vw, 130px);
  padding-bottom: 30px;
}
.menu-lead .menu-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.menu-lead .menu-head {
  text-align: center;
}
.menu-lead .menu-head .head {
  width: 150px;
}
.menu-lead .menu-img {
  position: relative;
}
.menu-lead .menu-img:after {
  position: absolute;
  top: -5px;
  left: -5px;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #86501a;
}
.menu-lead .bg01-img {
  position: absolute;
  top: 0;
  right: 0;
  width: min(50%, 600px);
  z-index: -1;
}
.menu-lead .bg02-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .menu-lead .menu-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu-lead .menu-head {
    width: 220px;
  }
  .menu-lead .menu-head .head {
    width: 220px;
  }
  .menu-lead .menu-img img {
    max-width: 642px;
  }
  .menu-lead .bg02-img {
    bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .menu-lead .menu-block {
    gap: 100px;
  }
  .menu-lead .menu-head {
    width: 290px;
  }
  .menu-lead .menu-head .head {
    width: 272px;
  }
  .menu-lead .menu-img:after {
    top: -10px;
    left: -10px;
  }
  .menu-lead .bg02-img {
    bottom: 160px;
    width: 70vw;
  }
}
@media screen and (min-width: 1200px) {
  .menu-lead .menu-block {
    gap: 160px;
  }
  .menu-lead .bg02-img {
    bottom: 360px;
  }
}
/*menu-links
-----------------------------------------------------*/
.menu-links .menu-link-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.menu-links .menu-item {
  width: calc((100% - 10px) / 2);
}
.menu-links .menu-item:first-child {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .menu-links .menu-item {
    width: calc((100% - 20px) / 3);
  }
  .menu-links .menu-item:first-child {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (min-width: 1024px) {
  .menu-links {
    padding-bottom: 160px;
  }
  .menu-links .menu-link-lists {
    margin-inline: auto;
    width: min(90%, 1000px);
  }
}
/*menu-area
-----------------------------------------------------*/
.menu-area .menu-section-head {
  text-align: center;
}
.menu-area .menu-section-head .head {
  display: inline-block;
  padding: 10px;
  font-size: 2.6rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.menu-area .menu-section-head .note {
  margin-top: 20px;
  font-size: 1.4rem;
}
.menu-area .menu-box {
  position: relative;
  margin-top: 60px;
}
.menu-area .menu-box .menu-head {
  position: relative;
  margin-bottom: 20px;
  padding: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.menu-area .menu-box .menu-head .head {
  font-size: 2.2rem;
  text-align: center;
}
.menu-area .menu-box .menu-head .icon {
  position: absolute;
  top: -35px;
  left: -10px;
  width: 70px;
}
.menu-area .bg01-img {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: min(50%, 600px);
  z-index: -1;
}
.menu-area .bg02-img {
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  width: 100%;
  height: 110px;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .menu-area .menu-section-head .head {
    display: inline-block;
    padding: 15px 20px;
    font-size: 3.6rem;
  }
  .menu-area .menu-section-head .note {
    margin-top: 40px;
  }
  .menu-area .menu-box {
    margin-top: 80px;
  }
  .menu-area .menu-box .menu-head {
    margin-bottom: 40px;
    padding: 20px;
  }
  .menu-area .menu-box .menu-head .head {
    font-size: 2.6rem;
  }
  .menu-area .menu-box .menu-head .icon {
    left: 30px;
    width: 110px;
  }
  .menu-area .bg01-img {
    top: 0;
  }
  .menu-area .bg02-img {
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .menu-area .menu-section-head .head {
    padding-block: 20px;
    font-size: 5rem;
  }
  .menu-area .menu-section-head .note {
    margin-top: 50px;
    font-size: 1.6rem;
  }
  .menu-area .menu-box {
    margin-top: 100px;
  }
  .menu-area .menu-box .menu-head {
    margin-bottom: 60px;
    padding: 30px;
  }
  .menu-area .menu-box .menu-head .head {
    font-size: 3rem;
  }
  .menu-area .menu-box .menu-head .icon {
    top: -55px;
  }
  .menu-area .bg01-img {
    top: -50px;
  }
  .menu-area .bg02-img {
    top: 0;
    width: 70vw;
  }
}
@media screen and (min-width: 1200px) {
  .menu-area .bg02-img {
    top: 100px;
  }
}
/*menu-list-img
-----------------------------------------------------*/
.menu-img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.menu-img-list .menu-body {
  margin-top: 10px;
}
.menu-img-list .name {
  color: #86501a;
  font-size: 2rem;
}
.menu-img-list .price-tbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-img-list .type {
  font-size: 1.4rem;
}
.menu-img-list .price {
  font-size: 1.8rem;
  width: 80px;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .menu-img-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
  }
  .menu-img-list .menu-img-item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (min-width: 1024px) {
  .menu-img-list {
    gap: 30px;
  }
  .menu-img-list .menu-img-item {
    width: calc((100% - 60px) / 3);
  }
  .menu-img-list .name {
    font-size: 2.2rem;
  }
  .menu-img-list .type {
    font-size: 1.6rem;
  }
  .menu-img-list .price {
    font-size: 2.1rem;
  }
}
/*menu-list-txt
-----------------------------------------------------*/
.menu-txt-list .menu-txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #000;
}
.menu-txt-list .menu-txt-box + .menu-txt-box {
  border-top: none;
}
.menu-txt-list .menu-txt-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 5px;
  border-bottom: 1px solid #000;
}
.menu-txt-list .price {
  white-space: nowrap;
}

.menu-img-list + .menu-txt-list {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .menu-txt-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  .menu-txt-list .menu-txt-box {
    width: calc((100% - 30px) / 2);
  }
  .menu-txt-list .menu-txt-box + .menu-txt-box {
    border-top: 1px solid #000;
  }
  .menu-img-list + .menu-txt-list {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .menu-txt-list {
    gap: 60px;
  }
  .menu-txt-list .menu-txt-box {
    width: calc((100% - 60px) / 2);
  }
  .menu-txt-list .menu-txt-item {
    padding-block: 15px;
    font-size: 1.8rem;
  }
  .menu-img-list + .menu-txt-list {
    margin-top: 60px;
  }
}
/*-----------------------------------------------------
	ご利用シーン
-----------------------------------------------------*/
/*scene-lead
-----------------------------------------------------*/
.scene-lead {
  position: relative;
  padding-bottom: 50px;
}
.scene-lead .media-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.scene-lead .media-img {
  margin-top: 20px;
}
.scene-lead .media-content {
  text-align: center;
}
.scene-lead .media-content .head {
  width: 100px;
}
.scene-lead .media-content .txt {
  margin-top: 20px;
}
.scene-lead .bg01-img {
  position: absolute;
  top: 0;
  right: 0;
  width: min(50%, 600px);
}
.scene-lead .bg02-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
}

@media screen and (min-width: 768px) {
  .scene-lead {
    padding-top: 30px;
  }
  .scene-lead .media-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .scene-lead .media-content .head {
    width: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .scene-lead .media-content {
    text-align: left;
    padding-left: 80px;
  }
  .scene-lead .media-content .head {
    width: 196px;
  }
  .scene-lead .media-content .txt {
    margin-top: 60px;
    font-size: 1.8rem;
  }
  .scene-lead .bg02-img {
    width: 70vw;
    bottom: 220px;
  }
}
/*scene-case
-----------------------------------------------------*/
.scene-case {
  position: relative;
  margin-top: calc(var(--sp-mgt) + 200px);
}
.scene-case .bg-image-fixed {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 230px;
  background-size: auto 600px;
  background-position: top center;
  background-image: url(/system_panel/uploads/images/scene-case-bg.png);
  background-repeat: no-repeat;
  z-index: -1;
}
.scene-case .scene-case-content {
  background-image: url(/system_panel/uploads/images/body-bg.png);
}
.scene-case .scene-case-block {
  position: relative;
  padding-bottom: 50px;
}
.scene-case .scene-case-block.normal {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}
.scene-case .scene-case-block.normal .bg01-img {
  top: 50px;
}
.scene-case .scene-case-block.banquet {
  margin-top: 30px;
}
.scene-case .scene-case-block.banquet .case-head {
  position: relative;
}
.scene-case .scene-case-block.banquet .case-head .head {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.scene-case .scene-case-block.banquet .case-head .img {
  margin-right: 30px;
  margin-left: calc(50% - 50vw);
}
.scene-case .scene-case-block .content-inner {
  position: relative;
  z-index: 2;
}
.scene-case .case-head .head {
  width: 160px;
}
.scene-case .case-item {
  margin-top: 50px;
}
.scene-case .media-img {
  position: relative;
}
.scene-case .media-img:after {
  position: absolute;
  top: -8px;
  left: -8px;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--light-brown);
}
.scene-case .media-content {
  padding: 20px;
  background: #fff;
}
.scene-case .media-content .head {
  font-size: 2rem;
  color: var(--light-brown);
}
.scene-case .media-content .txt {
  margin-top: 10px;
}
.scene-case .media-block.reverse .media-img:after {
  left: 8px;
}
.scene-case .bg01-img {
  position: absolute;
  top: 0;
  left: 30px;
  width: min(50%, 600px);
  z-index: 1;
}
.scene-case .bg02-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 110px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .scene-case {
    margin-top: calc(var(--pc-mgt) + 500px);
  }
  .scene-case .bg-image-fixed {
    top: -500px;
    background-size: cover;
    background-attachment: fixed;
  }
  .scene-case .scene-case-content {
    margin-top: 300px;
  }
  .scene-case .case-head .head {
    width: 200px;
  }
  .scene-case .media-block.reverse .media-content {
    padding-left: 20px;
    left: 0;
  }
  .scene-case .media-block {
    position: relative;
    margin-bottom: 80px;
  }
  .scene-case .media-img {
    width: 47%;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    z-index: 1;
  }
  .scene-case .media-content {
    position: absolute;
    top: 40px;
    right: 0;
    width: 60%;
    z-index: 2;
  }
  .scene-case .media-content .head {
    font-size: 2.6rem;
  }
  .scene-case .scene-case-block {
    padding-bottom: 0;
  }
  .scene-case .scene-case-block.banquet .case-head .img {
    margin-right: 100px;
  }
  .scene-case .bg01-img {
    top: 120px;
  }
  .scene-case .bg02-img {
    bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .scene-case .case-head .head {
    width: 332px;
  }
  .scene-case .scene-case-block.normal {
    -webkit-transform: translateY(-140px);
    transform: translateY(-140px);
  }
  .scene-case .scene-case-block.normal .bg01-img {
    top: 230px;
  }
  .scene-case .scene-case-block.banquet {
    margin-top: 100px;
  }
  .scene-case .case-item {
    margin-top: 70px;
  }
  .scene-case .media-content {
    padding: 30px !important;
    top: 50%;
  }
  .scene-case .media-content.fade_up.animated {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .scene-case .media-content .head {
    font-size: 3rem;
  }
  .scene-case .media-content .txt {
    margin-top: 40px;
  }
  .scene-case .bg01-img {
    top: 400px;
  }
  .scene-case .bg02-img {
    width: 70vw;
  }
}
@media screen and (min-width: 1200px) {
  .scene-case .media-img {
    width: 60%;
  }
  .scene-case .media-content {
    padding: 60px !important;
    width: 52%;
  }
  .scene-case .bg01-img {
    top: 670px;
  }
  .scene-case .bg02-img {
    bottom: 300px;
  }
}
/*scene-catch
-----------------------------------------------------*/
.scene-catch {
  position: relative;
  padding-block: var(--sp-mgt);
}
.scene-catch:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(/system_panel/uploads/images/content-bg01.png);
  background-repeat: repeat;
  background-size: 400px auto;
  z-index: -1;
}
.scene-catch .scene-catch-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.scene-catch .catch-head {
  text-align: center;
  width: 70px;
}
.scene-catch .catch-img02 {
  display: none;
}

@media screen and (min-width: 768px) {
  .scene-catch:before {
    width: 90vw;
  }
  .scene-catch .scene-catch-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  .scene-catch .catch-img01 {
    width: 300px;
  }
  .scene-catch .catch-img02 {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .scene-catch {
    padding-block: var(--pc-mgt);
  }
  .scene-catch .scene-catch-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }
  .scene-catch .catch-head {
    width: 98px;
  }
  .scene-catch .catch-img01 {
    padding-left: 50px;
    width: 450px;
  }
  .scene-catch .catch-img02 {
    margin-top: 100px;
  }
}
