@charset "UTF-8";

:root{
  --themeColor:#01449b;
}
.theme {
  color: var(--themeColor);
}
*,
*: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: YakuHanJP, "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;
}

.bold {
  font-weight: 600;
}

ul {
  list-style: none;
}

img.fade.lazyloaded {
  opacity: 1;
}

a:hover {
  opacity: 0.7;
}

.anchor a:hover {
  opacity: 0.5;
}

.flex {
  display: flex;
}

.flex.column {
  flex-flow: column;
}

.flex-align-start {
  align-items: flex-start;
}

.flex-align-center {
  align-items: center;
}

.flex-align-end{
  align-items: end;
}

.flex-justify-center {
  justify-content: center;
}

.flex-between {
  justify-content: space-between;
}

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

.contents .anchor .twrap{
    padding-top: 4%;
    padding-bottom: 4%;
}

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

.posiAbs {
  position: absolute;
}

.bgWrap {
  position: relative;
}

img.bg {
  width: 100%;
}

.center {
  text-align: center;
}

.contents #intro .twrap h1 {
  font-size: clamp(20px, 6.75vw, 34px);
  font-weight: 700;
  letter-spacing: 3.4px;
}

.contents #intro .twrap h2 {
  font-size: clamp(18px, 4vw, 22px);
  line-height: 200%;
  font-weight: 600;
}

.contents #anchors .twrap h3 {
  font-size: clamp(16px, 4.5vw, 22px);
}

.block .inner.hori {
  gap: 1rem;
  height: 100%;
}

.block .inner.hori.rev {
  flex-flow: row-reverse;
}

.inner.hori picture {
  width: 50%;
  /* aspect-ratio: 4 / 3; */
  height: auto;
  border-radius: 0.25rem;
  overflow: hidden;
}

.contents .products .hori .twrap {
  width: 50%;
  padding: 0;
}

.contents .products .hori .twrap h3 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: clamp(12px, 4.5vw, 22px);
}

.contents .products .col2 .hori .twrap h3{
  font-size: clamp(12px, 3.55vw, 20px);
}

.contents .twrap.h3 span.s {
  color: #000;
  font-size: clamp(12px, 2.7vw, 14px);
  font-weight: 400;
  display: inline-block;
  line-height: 1.2;
  margin-top: 0;
}

.col1 .inner.hori picture,
.col2 .inner.hori picture{
  width: 100%;
}

.col2 .inner.hori picture{
  overflow: initial;
}
.col2 .inner.hori picture img{
  border-radius: 0.25rem;
}

.col1 .inner.hori .twrap,
.col2 .inner.hori .twrap{
  width: 100%;
  gap: 0.75rem;
}

.col1 .inner.hori .twrap{
    gap: 0.3rem;
}

.contents .col1 .twrap.h3 span.s{
  font-size: clamp(12px, 4.5vw, 22px);
  line-height: 1;
  /*font-weight: 600;*/
}

.contents .col1 .twrap.h3 span.s.caution{
  font-size:11px;
  margin-top: 8px;
}

.contents .col2 .twrap.h3 span.s.caution{
  font-size:10px;
}

.col2 .inner.hori .twrap{
  height: 100%;
}
.col2 .inner.hori .twrap .spec{
    margin-top: auto;
    /*justify-content: stretch;
    height: 100%;*/
        justify-content: end;
    height: max-content;
}

.col2{
  flex-wrap: wrap;
  gap: 1rem;
}

.col2 .block{
  width: calc(50% - 0.5rem);
  display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.col2 .block .inner.hori{

}

.col2 .btn{
  font-size: clamp(0.7rem, 3vw, 15px);
    padding: 0.5rem 0 0.5rem 0.5rem;
    width: 99%;
}

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

.hori .spec .price {
  border-bottom: none;
  text-align: right;
}

.spec .price .shoulder {
  font-size: clamp(9px, 2.6vw, 13px);
  margin-right: 0.5em;
}

.spec .spec .shoulder{
  margin-right: 0;
  font-size: clamp(9px, 2.85vw, 14px);
}

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

.col1 .spec .price .num{
  font-size: clamp(16px, 8vw, 38px);
}

.spec .price .en {
  font-size: clamp(11px, 2.4vw, 14px);
  margin-right: 0.25em;
  font-weight: 600;
}

.spec .price .tax {
  font-size: clamp(9px, 2.2vw, 13px);
}

a.btn,
p.btn {
  border: 1px solid var(--themeColor);
  display: flex;
  align-items: center;
  color: var(--themeColor);
  padding: 1rem 1.25rem;
  max-width: 240px;
  font-size: clamp(0.875rem, 3vw, 15px);
  font-weight: 500;
  text-decoration: none;
}

a {
  transition: opacity 0.3s;
  will-change: opacity;
}

a.btn {
  justify-content: center;
  margin: 1.5rem auto 0 auto;
  border-radius: 0.25rem;
  padding: 0.5rem 1.25rem;
  border-style: solid;
  height: 3em;
}

a.btn::after {
  font-family: 'Material Symbols Outlined';
  content: '\e315';
  font-size: 1.35rem;
  line-height: 1;
  margin-top: 0.1em;
  color: var(--themeColor);
}

a.btn.ended {
  color: #666666;
  border-color: #666666;
  pointer-events: none;
  min-width: 225px;
}

a.btn.coming::after,
a.btn.ended::after {
  display: none;
}

a.btn.coming{
      color: #666666;
    border-color: #666666;
    background: none;
    pointer-events: none;
    padding: 0.5rem;
}
a.material.coming{
  height: 1.55em;
}

a.material {
  font-size: clamp(0.6rem, 3.2vw, 14px);
  color: #000;
  line-height: 1;
  margin-top: 0.75rem;
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 0.5em;

}

.col2 a.material{
  font-size: clamp(0.6rem, 2.9vw, 14px);
}

.anchor .twrap.flex {
  flex-flow: row wrap;
  justify-content: center;
  gap: 2.5rem 1rem;
  padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  width: 100%;
  margin: auto;
  padding-bottom: 4rem;
}

.anchor .twrap.flex.col2 a {
  width: calc((100% / 2) - 0.5rem - 4px);
  height: max-content;
}

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

.anchor .twrap a.btn{
  margin-top: 0;
  border-width: 2px;
  aspect-ratio: 1 / 0.85;
    padding: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
}

.anchor .twrap a.btn::before{
  content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background: white;
    bottom: -0.75rem;
}
.anchor .twrap a.btn::after{
    position: absolute;
    bottom: -1rem;
    font-size: 1.6rem;
    transform: rotate(90deg);
}

.anchor .twrap.flex a img {
  height: 50%;
  width: auto;

}

.anchor .twrap.flex a img.vege{
  height: 25%;
}

.anchor .twrap a.btn img.catch{
position: absolute;
    width: 32%;
    max-width: 3rem;
    height: auto;
    top: -11%;
}

.wht {
  color: #ffffff;
}

.base.bgred {
  background: #D73B2D;
  padding: 1rem;
  gap: 1rem;
}

.products {
  border-top: 5px dotted var(--themeColor);
  padding-bottom: 1rem;
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}
/*
.products:last-child {
  border-bottom: 5px dotted var(--themeColor);
}
*/
.block {
  padding-bottom: 4rem;
}

.block.head {
  padding-top: 4rem;
  padding-bottom: 2rem;
  gap: 4%;
}

.block.head p {
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 600;
}

.block.head img {
  width: auto;
  height: 15vw;
      max-height: 4.5rem;
}


.block.head img.flag {
  max-width: 110px;
}

#intro .twrap.posiAbs {
  margin-top: 12%;
}

#anchors .block.head+.twrap {
  padding-top: 0;
}

#anchors .block.head {
  padding-bottom: 1.5rem;
  padding-top: 6rem;
}

#vegeteria .block.head img {
      max-height: 2.75rem;
}

#caution{
  background: #E9E9E9;
      border-bottom: 1px solid #ffffff;
}

#caution ul {
  line-height: 2;
  padding: 6%;
  margin: 0;
}

#caution ul li {
  font-size: clamp(0.7rem, 2.5vw, 12.5px);
}

.curn{
    letter-spacing: -6%;
}
#kobe .curn{
  letter-spacing: -3%;
}

#closing  .twrap{
  gap: 1.5rem;
}
#closing .catch{
    width: 30%;
    max-width: 140px;
    height: auto;
}

#closing  .twrap h4{
      font-size: clamp(12px, 3.55vw, 20px);
}


@media (820px <=width) {
  .wrapper {
    max-width: 560px;
  }

}

@media (430px >=width) {

  #gastro .cur {
    letter-spacing: -0.33vw;
  }
}

@media (393px >=width) {
  #vegeteria .shoulder {
        display: block;
  }
   #vegeteria .col1 .shoulder{
    display: inline;
   }

  .contents #intro .twrap h2 {
    font-size: 4.3vw;
  }
}