@charset "UTF-8";

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

html,
body,
main,
article {
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  overflow: hidden;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}

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

img.fade {
  opacity: 0;
  transition: all 0.5s 0.25s;
}

ul {
  list-style: none;
}

img.fade.lazyloaded {
  opacity: 1;
}

nav.local {
  padding: 1.5rem 1rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  z-index: 10;
}

.nav-menu-btn {
  display: flex;
  flex-flow: column;
  width: 2.75rem;
  height: 1rem;
  margin-left: auto;
  z-index: 1;
  position: relative;
  cursor: pointer;
}

.nav-menu-btn .bar {
  border-bottom: 1px solid;
  margin: 0.3rem 0;
  transition: transform 0.5s;
}

.nav-menu-btn .bar:first-child {
  width: 100%;
}

.nav-menu-btn .bar:last-child {
  width: 80%;
}

.nav-menu-btn.off .bar:first-child {
  transform: rotate(20deg);
}

.nav-menu-btn.off .bar:last-child {
  transform: rotate(-20deg);
}

.nav-menu-btn.off .bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.nav-local-menu {
  width: 72.5%;
  height: 100dvh;
  position: absolute;
  right: -74vw;
  top: 0;
  background: rgb(255 255 255 / 60%);
  backdrop-filter: saturate(100%) blur(40px);
  transition: all 0.5s cubic-bezier(0.01, 1.1, 1, 0.99);
}

.nav-local-menu.on {
  right: 0;
}

.nav-local-menu ul {
  display: flex;
  flex-flow: column;
  padding: 3.2rem 1.6rem 1.6rem 1.6rem;
  gap: 1.5rem;
}

.nav-local-menu ul li {
  border-bottom: 1px solid;
  padding-bottom: 1.25rem;
}

.nav-local-menu ul li a {
  text-decoration: none;
  width: 100%;
  color: #000;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.nav-local-menu ul li span {
  font-size: clamp(10px, 4vw, 24px);
}

.nav-local-menu ul li span.b {
  font-weight: 600;
}

.nav-local-menu ul li span.material-symbols-outlined {
  position: absolute;
  right: 0;
  font-size: 1.5rem;
  font-weight: 200;
}

.nav-local-menu ul li span.top {
  font-size: clamp(12px, 6vw, 30px);
}

.nav-local-menu ul li .cont-title {
  /*height: 1.45rem;*/
  width: 35%;
  margin-bottom: 0.5rem;
}

.twrap {
  padding: 8% 8%;
}

.twrap p {
  font-size: clamp(12px, 3.82vw, 21px);
}

.twrap.center {
  text-align: center;
}

a.btn {
  display: flex;
  align-items: center;
  border: 1px solid;
  color: #000;
  padding: 0.5rem 1rem;
  max-width: 240px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.075rem;
  transition: opacity 0.2s;
}


a.btn:hover {
  opacity: 0.5;
}

a {
  text-decoration: none;
}

a.btn .material-symbols-outlined {
  font-weight: 200;
  margin-left: auto;
}

section.gry,
.bg.gry {
  background: #f2f2ed;
}

.bg.red {
  background: #e1393e;
}

.bg.grn {
  background: #33a25b;
  color: #fff;
  position: relative;
  margin-top: 10vw;
  padding-top: 10vw;
}

section#special.tbox {
  padding-bottom: 10rem;
}

section#special picture {
  position: relative;
  display: block;
}

section#special picture.tbox {
  padding-bottom: 45%;
}

section#special picture#cont03.tbox {
  padding-bottom: 0;
  margin-bottom: 15%;
}

section#special picture#cont01 {
  padding-bottom: 0;
  margin-bottom: 30%;
}

section#special picture#cont02 {
  padding-bottom: 0;
  margin-bottom: 45%;
}

.index #special {
  padding-bottom: 30%;
}

#fv picture {
  display: flex;
  position: relative;
}

#fv picture .twrap {
  position: absolute;
  bottom: 0;
  left: 0;
}

#fv .contTitle {
  width: 28vw;
  max-width: 15rem;
  margin-left: 8%;
  margin-bottom: 4%;
}

.index #fv picture .twrap {
  bottom: 12vw;
  font-weight: 500;
}

.index #intro .twrap {
  padding: 8% 6%;
}

#fv picture .twrap p {
  color: #fff;
  font-size: clamp(22px, 6.5vw, 48px);
  margin: 0;
  font-weight: 500;
}

.h1 h1 {
  font-size: clamp(22px, 6.5vw, 48px);
  margin: 0;
  color: #fff;
}

.h1 h1 span {
  display: block;
}

.h2 h2 img {
  width: 62.5%;
  max-width: 21.5rem;
  margin: 0 auto;
}

.twrap.h1 p {
  margin: 0;
}

.tbox .twrap {
  position: absolute;
  right: 0;
  width: calc(50% + 8%);
  top: 25%;
  background: #f2f2ed;
  padding: 6%;
}

.tbox .twrap h3 {
  font-size: clamp(18px, 4vw, 30px);
  font-weight: 500;
}

.tbox .twrap p {
  line-height: 1.75;
}

.tbox .twrap a.btn {
  margin-top: 20%;
}

#cont02 .logo {
  width: 7.5rem;
  min-height: 51px;
  max-width: 160px;
  margin-top: 15%;
}

.contents #fv {
  padding-top: 4rem;
}

#fv picture .twrap h1 {
  font-size: clamp(22px, 6.85vw, 42px);
  margin: 0;
  font-weight: 600;
}

#fv picture .twrap span.bg {
  width: max-content;
  background: #fff;
  color: #000;
  padding: 0.05em 0.5em;
  margin-left: -0.65em;
  display: block;
}

.index #intro .twrap.h2 p {
  text-indent: 0.75em;
}

.contents .twrap p {
  font-weight: 500;
}

.contents #intro .twrap {
  padding: 8% 6% 16% 6%;
}

.contents #intro .twrap p {
  font-size: clamp(12px, 3.82vw, 24px);
  text-align: justify;
  margin: 0;
  line-height: 2.25em;
}

.twrap.flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-top: 0;
}

.cont-title {
  width: 60%;
}

.anchor h2 {
  font-size: clamp(12px, 3.82vw, 24px);
}

.anchor .twrap.flex a {
  width: calc(100% / 3);
  height: max-content;
}

.anchor .twrap.flex a img {
  height: 26vw;
  width: auto;
  max-height: 12rem;
  margin-left: auto;
  margin-right: auto;
}

.products {
  border-top: 1px solid #000;
  width: calc(100% - 2rem);
  margin: auto;
  margin-top: 2rem;
  padding-bottom: 1rem;
}

.products .logo {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.products .logo img {
  max-width: 15%;
}

#kobe.products .logo img {
  max-width: 19%;
}

#itohan.products .logo img {
  max-width: 27%;
}

#vegeteria.products .logo img {
  max-width: 36%;
}

#yugo.products .logo img {
  max-width: 20%;
}

.products .logo::after {
  content: '';
  display: block;
  width: 3rem;
  border-bottom: 1.5px solid #000;
  margin-top: 1.5rem;
}

.swiper-wrapper .inner {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.swiper-wrapper .inner .twrap {
  padding-left: 0;
  padding-right: 0;
  padding-top: 3.5%;
  padding-bottom: 3.5%;
}

.swiper-wrapper .inner .twrap p,
.contents .twrap.tbody p {
  text-align: justify;
  margin-top: 0;
  font-size: clamp(12px, 4.25vw, 24px);
  line-height: 1.75;
}

.twrap.h3 h3,
.twrap.h4 h4 {
  margin: 0;
  font-size: clamp(12px, 5vw, 24px);
  line-height: 1.75;
}

.red {
  color: #e1393e;
}

.grn {
  color: #33a25b;
}

.bg.red .twrap {
  color: #fff;
}

.bubble {
  width: 30%;
}

#c01 .bubble {
  margin-bottom: 1rem;
}

.spec {
  text-align: right;
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}

.spec .price {
  border-bottom: 1px solid #000;
  padding-bottom: 0.5rem;
  letter-spacing: 0.085rem;
  font-weight: 500;
}

.spec .price .shoulder {
  font-size: 0.75rem;
  margin-right: 0.5em;
}

.spec .price .num {
  font-size: clamp(16px, 8.5vw, 32px);
}

.spec .price .en {
  font-size: 1rem;
  margin-right: 0.25em;
}

.spec .price .tax {
  font-size: 0.85rem;
}

.spec .info {
  font-size: 0.8rem;
}

.caution {
  font-size: 0.8rem;
}

.products .swiper-horizontal .swiper-pagination-bullet {
  width: auto;
  height: auto;
  margin: 0 0.75em;
  background: none;
  font-size: 1.2rem;
}

.swiper-pagination-bullet-active {
  background: none;
}

.secTitle04 {
  width: 28vw;
  position: absolute;
  top: -15vw;
  right: 8%;
}

#challenge #sec02 .bg.grn {
  padding-bottom: 20vw;
}

#challenge .contents {
  margin-top: 4rem;
}

#challenge #sec03.contents {
  margin-top: 0;
  padding-top: 4rem;
}

#challenge a.btn {
  color: #fff;
  max-width: 85vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 3rem;
}

#point a.btn {
  margin-left: auto;
  font-size: 0.875rem;
  margin-top: 2rem;
}

.vwrap {
  padding: 0 1.6rem;
}

.twrap.h2 {
  padding: 8% 6%;
}

.twrap.h2 h2 {
  font-size: clamp(20px, 6.25vw, 48px);
}

.twrap.th p {
  font-weight: 300;
}

.contents .twrap {
  padding: 8% 6%;
}

.contents .twrap p.caution {
  font-size: 0.7rem;
}

.contents .twrap.h3 h3 {
  font-size: clamp(12px, 4.25vw, 24px);
  margin-bottom: 1em;
}

.contents .twrap.h3 h3 span.s{
  color: #000;
  font-size: 82%;
  font-weight: 400;
}

.contents .twrap.h4 h4,
.contents .twrap.h5 h5 {
  font-size: clamp(12px, 4.25vw, 26px);
  margin-bottom: 1em;
}

.contents .twrap.h2 h2 {
  margin-bottom: 0;
}

.contents .twrap.h3 p,
.contents .twrap.h4 p,
.contents .twrap.h5 p {
  font-size: clamp(11px, 3.8vw, 20px);
}

#sec03.contents .twrap.h2 {
  padding-bottom: 0;
}

.contents .twrap.h3 p.pop {
  position: relative;
  margin-bottom: 1.25rem;
}

.contents .twrap.h3 p.pop::before,
.contents .twrap.h3 p.pop::after {
  content: '';
  display: block;
  height: 2rem;
  position: absolute;
  top: 0;
  border-left: 2px solid;
  bottom: 0;
  margin: auto;
  width: 2px;
}

.contents .twrap.h3 p.pop::before {
  left: 14%;
  transform: rotate(-18deg);
}

.contents .twrap.h3 p.pop::after {
  right: 14%;
  transform: rotate(18deg);
}

h5.grn {
  color: #009d57;
}

#challenge #sec03.contents .twrap.h4 p {
  margin-bottom: 0;
}

.contents .twrap.h5 h5 {
  margin-top: 0;
}

#point {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#c01 #point {
  padding-top: 0;
}

#caution ul {
  font-size: 0.8rem;
}

#caution ul li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.75;
  margin-bottom: 0.25em;
}

#c02 #intro .twrap.h2 h2 {
  font-size: clamp(18px, 5vw, 48px);
  margin-bottom: 1em
}

#c02 #intro .twrap .logo {
  max-width: 35rem;
  margin-bottom: 1.5rem;
}

#c02 #point .twrap.h2 span {
  display: block;
  font-size: 85%;
}

#c02 .twrap.h2 h2 {
  font-size: clamp(20px, 5.85vw, 32px);
}

#c02 #sec03.contents .twrap.h2 {
  padding-bottom: 8%;
}

#c02 #sec03.contents a.btn.b {
  color: #e1393e;
  margin-right: auto;
  max-width: fit-content;
  margin-top: 1rem;
}

.bg.red .spec .price {
  border-color: #fff;
}

#c02 #sec03.contents .spec a.btn {
  color: #fff;
  margin-top: 1rem;
}

#c02 #sec01 .twrap.h2 {
  padding-top: 0;
}

#c02 #sec03 .bg.red {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

#c02 #sec03.contents .spec .twrap.right {
  padding: 0;
  margin-top: 2rem;
}

#c02 #sec03.contents .spec .twrap.right p {
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.5;
}

#c02 #sec03.contents .spec .twrap.right p.caution {
  margin-bottom: 0.5em;
}

#c02 #sec03.contents .spec .twrap p.bg.w {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 1.5rem 1rem;
  gap: 1rem;
  border-radius: 1rem;
}

#c02 #sec03.contents .spec .twrap p.bg.w .logo {
  width: 5rem;
  height: auto;
}

#c02 #sec03.contents .spec .twrap p.bg.w .logo.rf1 {
  width: 2.5rem;
}

.twrap.bubble.txt .inner {
  background: #fff;
  padding: 2em;
  border-radius: 1rem;
}

.twrap.bubble.txt {
  width: 100%;
  padding-top: 0;
  position: relative;
}

.twrap.bubble.txt::after {
  content: '';
  display: inline-block;
  border-top: 0.75rem solid #fff;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  position: absolute;
  right: 20%;
  bottom: auto;
}

.twrap.bubble.txt p {
  width: 100%;
  line-height: 2;
  font-weight: 600;
  margin: 0;
}

#c02 #point .twrap.bubble.txt .inner a.btn {
  margin-right: auto;
  margin-top: 1rem;
  max-width: max-content;
  color: #e1393e;
}

#point a.btn.s {
  font-size: 0.75rem;
}

#pickup a.btn.modal {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}

.index #special .tbox .twrap h3 {
  font-size: clamp(18px, 5.1vw, 30px);
}

.modaal-container {
  border: 1px solid red;
  border-radius: 1rem;
  background: transparent;
  margin: 0 auto;
}

#c01 .modaal-container {
  border: 1px solid #33a25b;
}

.modaal-content-container {
  padding: 0;
}

.modaal-wrapper ul {
  padding-left: 0;
  text-align: left;
  font-size: clamp(12px, 3.6vw, 22px);
  line-height: 2;
  margin-bottom: 0;
}

.modaal-wrapper ul li span {
  margin-right: 0.5em;
  min-width: 4.5em;
  display: inline-block;
}

.modaal-wrapper ul li.divide {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 0.5em 0;
  margin: 0.5em 0;
}

.modaal-wrapper ul li.mb {
  margin-bottom: 0.5em;
}

.modaal-wrapper .modaal-close {
  background: none;
  width: 3rem;
  height: 3rem;
  position: absolute;
}

.modaal-close:before,
.modaal-close:after {
  background: #000;
}

a.modaal-close.bottom {
  position: static;
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 1rem;
  margin-top: 2rem;
  border-top: 1px solid red;
  padding-top: 1.5rem;
}

a.modaal-close.bottom.grn {
  border-color: #33a25b;
}

a.modaal-close.bottom:before,
a.modaal-close.bottom:after {
  display: none;
}

a.modaal-close.bottom .material-symbols-outlined {
  line-height: 1;
  font-size: 1.25rem;
  font-weight: 300;
  margin-top: 0.2em;
}

.modaal-inner-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.swiper-wrapper {
  margin-bottom: 2rem;
}

.swiper-pagination {
  position: static;
}

.swiper-button-next,
.swiper-button-prev {
  height: 1.5rem;
  height: 1.5rem;
  top: -0.75rem;
  padding-top: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.5rem;
  color: #000;
}
ruby > rt {
  text-align: center;
}


@media (768px <=width) {
  #challenge a.btn {
    max-width: 55%;
  }

  section#special picture.tbox {
    padding-bottom: 45%;
  }

  section#special picture#cont03.tbox {
    padding-bottom: 4rem;
  }

  section#special picture#cont01 {
    padding-bottom: 0;
    margin-bottom: 14rem;
  }

  section#special picture#cont02 {
    padding-bottom: 0;
    margin-bottom: 19rem;
  }

  .index #special {
    padding-bottom: 30%;
  }
}

@media (820px <=width) {

  .wrapper,
  nav.local {
    max-width: 560px;
  }

  .modaal-container {
    max-width: calc(560px - 2rem);
  }

  section#special picture.tbox {
    padding-bottom: 45%;
  }

  section#special picture#cont03.tbox {
    padding-bottom: 4rem;
    margin-bottom: 6rem;
  }

  section#special picture#cont01 {
    padding-bottom: 0;
    margin-bottom: 10rem;
  }

  section#special picture#cont02 {
    padding-bottom: 0;
    margin-bottom: 10rem;
  }

  .index #special {
        padding-bottom: 1rem;
  }

  .secTitle04 {
    max-width: 10rem;
    width: 18vw;
    top: -5rem;
  }

  #challenge #sec02 .bg.grn {
    margin-top: 4rem;
    padding-top: 5rem;
  }

  #challenge #sec02 .bg.grn {
    padding-bottom: 5rem;
  }

  .twrap.h2 h2 {
    font-size: clamp(20px, 6.25vw, 42px);
  }

  #fv .contTitle {
    width: 18vw;
  }

  .index #fv picture .twrap {
    bottom: 3rem;
  }

  .tbox .twrap a.btn {
    margin-top: 2rem;
  }
  .anchor .twrap.flex a img{
    height: 8rem;
  }
  .index #special .tbox .twrap h3{
    font-size: 28px;
  }
}