@charset "UTF-8";
/* CSS Document */
:root {
  font-size: 62.5%;
}
@media (max-width: 1200px) {
  :root {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 768px) {
  :root {
    font-size: 1.3333333333vw;
  }
}

@media (max-width: 768px) {
  .pure-toggle-label h3 {
    font-size: 3.2rem;
  }
}

.nav_wrap > div:nth-of-type(2) h2,
footer .f-nav div:first-of-type ul li:nth-of-type(2) {
  display: none;
}

@media (max-width: 768px) {
  .last-ac-content li:first-of-type {
    display: none;
  }
}
/*-----------------
root
-----------------*/
.vegedashi img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.w1200 {
  max-width: 125rem;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .w1200 {
    max-width: 100%;
  }
}
/*-----------------
ttl
-----------------*/
.ttl {
  background: url(../img/bg.jpg) no-repeat top center/cover;
  height: 39.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ttl .inner {
  text-align: center;
}

.ttl .inner h1 {
  font-weight: bold;
  font-size: 3rem;
  line-height: 4.8rem;
  letter-spacing: 0.2em;
}

.ttl .inner h1 span {
  font-weight: bold;
  border-bottom: 1px solid #000000;
}

.ttl .inner small {
  display: block;
  margin: 1.9rem 0 2.5rem;
  color: #d81718;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.ttl .inner p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  .ttl {
    background: url(../img/sp-bg.jpg) no-repeat top center/cover;
  }
  .ttl .inner h1 {
    font-size: 4rem;
    line-height: 6rem;
  }
  .ttl .inner small {
    margin: 1.6rem 0 2.5rem;
    font-size: 1.8rem;
  }
  .ttl .inner p {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
}
/*-----------------
greeting
-----------------*/
.greeting {
  margin: 9.9rem 0 14.6rem;
}

.greeting * {
  text-align: center;
}

.greeting h2 {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.2em;
}

.greeting h2 small {
  display: block;
  margin-bottom: 2rem;
  color: #d81718;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.greeting > picture {
  display: block;
  margin: 12.7rem 0 13.5rem;
}

.greeting .inner h3 {
  font-weight: bold;
  font-size: 3rem;
  line-height: 5rem;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.greeting .inner p {
  font-size: 1.8rem;
  line-height: 3rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .greeting {
    margin: 13.6rem 0 12rem;
  }
  .greeting h2 {
    font-size: 4.5rem;
    letter-spacing: 0.05em;
  }
  .greeting h2 small {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
  .greeting > picture {
    display: block;
    margin: 0;
  }
  .greeting .inner h3 {
    font-size: 3.6rem;
    margin-bottom: 3.3rem;
  }
  .greeting .inner p {
    font-size: 2.4rem;
    line-height: 4.8rem;
    letter-spacing: 0;
  }
  .greeting .inner p:last-of-type {
    text-align: left;
    padding: 0 3.1rem;
    box-sizing: border-box;
  }
}
/*-----------------
point
-----------------*/
.point > div > h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 2.2rem;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 8rem 0 5.1rem;
}

.point > div > h2 small {
  color: #d81718;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.01em;
}

.point > div > p {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.point .box {
  display: grid;
  gap: 5rem 0;
  margin-top: 6rem;
}

.point .box .i-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 6rem;
}

.point .box .i-box p {
  font-size: 1.8rem;
  line-height: 3rem;
  letter-spacing: 0.05em;
  margin-top: 3rem;
}

.point .box .i-box .no {
  color: #d8d8d8;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif !important;
  font-size: 18rem;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 0;
  transform: skewX(-10deg);
}

.point .box .i-box h3 {
  position: relative;
  font-weight: bold;
  font-size: 3rem;
  line-height: 4.8rem;
  letter-spacing: 0.05em;
  padding-left: 1.7rem;
  margin-top: 3rem;
}

.point .box .i-box h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 3.9rem;
  background: #d71919;
}

.point .recipe {
  margin-top: 6rem;
  background: url(../img/bg2.jpg) repeat-y right center/auto;
}

.point .recipe .w1200 {
  background: #f4f3ef;
  border-radius: 6rem 0 0 6rem;
  padding: 9rem 9.7rem;
  box-sizing: border-box;
}

.point .recipe .w1200 ul {
  display: flex;
  gap: 0 2.1rem;
}

.point .recipe .w1200 ul li a {
  display: block;
  text-align: center;
}

.point .recipe .w1200 ul li a figure img {
  display: block;
  margin: 1.7rem 0 2.7rem;
}

.point .recipe .w1200 ul li a figure figcaption {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.point .recipe .w1200 ul li a picture {
  display: block;
  max-width: 3.6rem;
  width: 100%;
  margin: 0 auto 1.3rem;
}

.point .recipe .w1200 ul li a p {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.point .recipe .w1200 ul li a p::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: -3rem;
  transform: translate(0%, -50%);
}

.point .qr ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 18.7rem;
  margin-top: 15rem;
}

.point .qr ul li p {
  text-align: center;
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.8rem;
}

@media screen and (max-width: 768px) {
  .point > div > h2 {
    flex-wrap: wrap;
    gap: 1.5rem 0;
    font-size: 3.6rem;
    padding: 0 1rem;
    margin-bottom: 2.9rem;
    box-sizing: border-box;
  }
  .point > div > h2 small {
    font-size: 1.8rem;
    padding-left: 2rem;
  }
  .point > div > p {
    font-size: 2.4rem;
    padding: 0 3.1rem;
    box-sizing: border-box;
  }
  .point .box {
    gap: 0;
    padding: 0 3.1rem;
    box-sizing: border-box;
  }
  .point .box .i-box {
    display: grid;
    gap: 3.6rem 0;
  }
  .point .box .i-box p {
    grid-column: 2/4;
    font-size: 2.4rem;
    line-height: 4.8rem;
    padding-left: 1.8rem;
    margin-top: 0;
  }
  .point .box .i-box .no {
    grid-column: 1/2;
    grid-row: 1/4;
    padding-left: 0;
    padding-right: 5.6rem;
  }
  .point .box .i-box h3 {
    grid-column: 2/4;
    padding-left: 1.6rem;
  }
  .point .box .i-box h3:before {
    content: "";
    height: 100%;
  }
  .point .recipe {
    padding-left: 3.1rem;
    margin-top: 1rem;
  }
  .point .recipe .w1200 {
    padding: 7.5rem 4.5rem;
  }
  .point .recipe .w1200 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8.3rem 2.9rem;
  }
  .point .recipe .w1200 ul li a figure img {
    margin: 2.5rem 0 1.8rem;
  }
  .point .recipe .w1200 ul li a figure figcaption {
    font-size: 3rem;
  }
  .point .recipe .w1200 ul li a picture {
    max-width: 6.5rem;
    margin: 0 auto 3.4rem;
  }
  .point .recipe .w1200 ul li a p {
    font-size: 2.4rem;
  }
  .point .recipe .w1200 ul li a p::after {
    right: -4rem;
  }
  .point .qr ul {
    gap: 0 5.5rem;
    margin: 10rem 0 20rem;
  }
  .point .qr ul li {
    max-width: 21.6rem;
    width: 100%;
  }
  .point .qr ul li p {
    margin-bottom: 2.5rem;
  }
}
.picture-background {
  background-color: #f2faef;
  padding-bottom: 6rem;
  padding-top: 4rem;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.expo-font-size {
  font-size: 1.8rem;
  line-height: 3.5rem;
  letter-spacing: 0.05em;
  margin-top: 4.5rem;
  margin-bottom: 5.5rem;
}

.point > div > .title-dasi {
  display: block;
  text-align: center;
}

.expo-img-wrap {
  text-align: center;
  margin-bottom: 11rem;
}

.expo-img-01 {
  margin-bottom: 2rem;
}

.point .qr .qr-flex {
  gap: 0 9rem;
}

.greeting .inner p {
  line-height: 3.5rem;
}

@media screen and (max-width: 768px) {
  .expo-font-size {
    font-size: 2.4rem;
    padding: 0 3.1rem;
    line-height: 4.8rem;
    letter-spacing: 0;
    margin-top: 9rem;
    margin-bottom: 15rem;
    text-align: left;
  }
  .point .qr .qr-flex {
    flex-direction: column;
    gap: 5rem;
  }
  .point .qr .qr-flex li {
    max-width: 49rem;
  }
  .greeting .inner p:last-of-type {
    line-height: 4.8rem;
  }
}/*# sourceMappingURL=style.css.map */