@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

*,
*:before,
*:after {
  box-sizing: border-box; }

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #474747;
  transition: all 0.3s 0s ease;
  position: relative;
  min-width: auto; }
  @media only screen and (min-width: 768px) {
    body {
      font-size: 14px; } }
  @media only screen and (min-width: 1024px) {
    body {
      font-size: 14px; } }

a {
  color: #8ab6d1;
  text-decoration: none; }

input[type="text"],
input[type="password"],
textarea,
select,
button {
  outline: none; }

/* ------------------------------------------
  common
--------------------------------------------- */
.wrap {
  max-width: calc(1200px + 6vw);
  margin: 0 auto;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-bottom: clamp(100px, 26.6666666667vw, 100px);
  font-size: clamp(16px, 4.2666666667vw, 16px); }
  @media only screen and (min-width: 768px) {
    .wrap {
      padding: 0 3vw 10vw; } }
  @media only screen and (min-width: 1024px) {
    .wrap {
      display: flex;
      justify-content: space-between; } }

.ph24-menus .header_search_wrap {
  display: none; }
  @media only screen and (min-width: 768px) {
    .ph24-menus .header_search_wrap {
      display: flex; } }

.home main {
  width: 100%; }

.post-navigation {
  max-width: calc(1280px + 10vw);
  margin: 0 auto;
  padding: 0 5vw;
  transition: all 0.3s 0s ease;
  margin-top: clamp(40px, 10.6666666667vw, 80px); }
  @media only screen and (min-width: 768px) {
    .post-navigation {
      padding: 0 4vw; } }
  @media only screen and (min-width: 1024px) {
    .post-navigation {
      padding: 0 5vw;
      margin-top: 80px; } }

.scrolled .post-navigation {
  margin-top: 0; }

/*fadein*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms; }

.fadein-active {
  opacity: 1;
  transform: translate(0, 0); }

/* ------------------------------------------
  pagetitle
--------------------------------------------- */
.pagetitle {
  max-width: calc(1200px + 6vw);
  margin: 0 auto;
  /*padding-left: 5vw;
  padding-right: 5vw;*/
  font-weight: 500;
  display: flex;
  align-items: center;
  height: clamp(120px, 32vw, 230px); }
  @media only screen and (min-width: 768px) {
    .pagetitle {
      /*padding: 0 3vw;*/ } }

.common-head-jp {
  font-size: clamp(24px, 6.4vw, 28px); }
.common-head-en {
  font-size: clamp(14px, 3.7333333333vw, 16px);
  margin-left: 5px; }
.common-head small {
  font-size: clamp(14px, 3.7333333333vw, 16px); }
.post-itemBox .common-head {
  margin-bottom: clamp(14px, 3.7333333333vw, 40px); }

/* ------------------------------------------
  sidebar
--------------------------------------------- */
.blog-side-item + .blog-side-item {
  padding-top: 20px;
  border-top: 1px solid #ccc;
  margin-top: 30px; }

.sidebar {
  background: #f4f4f4;
  padding: 30px 25px; }
  .sidebar-title {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem; }
    .sidebar-title img {
      width: 22px;
      display: inline-block; }
    .sidebar-title span {
      display: block; }
    .sidebar-title-en {
      font-size: 12px; }
    .sidebar-title-jp {
      font-size: 18px;
      letter-spacing: 3px; }
  .sidebar .wpp-no-data {
    font-size: 12px;
    text-align: center; }
  .sidebar-sns-list {
    display: flex;
    justify-content: center;
    gap: 10px; }

.side-osusumeIitem-img {
  margin-bottom: 15px; }
.side-osusumeIitem-text h4 {
  padding-bottom: 2px; }
.side-osusumeIitem-price {
  color: #af0101;
  font-weight: 700; }

/* ------------------------------------------
  pager
--------------------------------------------- */
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center; }
  .wp-pagenavi .current {
    background: #474747;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 5px; }
  .wp-pagenavi .page {
    border: 1px solid;
    color: #474747;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 5px; }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .last,
  .wp-pagenavi .first {
    text-indent: -9999px;
    position: relative;
    display: inline-flex;
    width: 20px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  .wp-pagenavi .previouspostslink:before,
  .wp-pagenavi .nextpostslink:before,
  .wp-pagenavi .last:before,
  .wp-pagenavi .last:after,
  .wp-pagenavi .first:before,
  .wp-pagenavi .first:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 14px; }
  .wp-pagenavi .nextpostslink:before,
  .wp-pagenavi .last:before {
    left: 10px;
    border-top: 1px solid #474747;
    border-right: 1px solid #474747;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%); }
  .wp-pagenavi .last:after {
    left: 17px;
    border-top: 1px solid #474747;
    border-right: 1px solid #474747;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%); }
  .wp-pagenavi .first:before,
  .wp-pagenavi .first:after,
  .wp-pagenavi .previouspostslink:before {
    right: 10px;
    border-bottom: 1px solid #474747;
    border-left: 1px solid #474747;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%); }
  .wp-pagenavi .first:after {
    right: 17px;
    border-bottom: 1px solid #474747;
    border-left: 1px solid #474747;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%); }

/* ------------------------------------------
  post
--------------------------------------------- */
.post-tagList a {
  background: #323232;
  font-size: 13px;
  color: #fff;
  padding: 0 5px 1px;
  line-height: 1;
  border-radius: 4px; }

/* ------------------------------------------
  breadcrumb
--------------------------------------------- */
.breadcrumbs {
  max-width: calc(1200px + 6vw);
  margin: 0 auto;
  padding-left: 5vw;
  padding-right: 5vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: clamp(10px, 2.6666666667vw, 10px); }
  .breadcrumbs span {
    padding-right: 2px; }
    .breadcrumbs span:nth-child(n+2) {
      padding-left: 2px; }
  @media only screen and (min-width: 768px) {
    .breadcrumbs {
      padding: 0 3vw; } }
  body.single .breadcrumbs {
    position: absolute;
    top: clamp(20px, 5.3333333333vw, 30px);
    left: clamp(20px, 5.3333333333vw, 40px);
    z-index: 2;
    color: #fff;
    padding: 0; }
    body.single .breadcrumbs a {
      color: #fff !important; }
    @media only screen and (min-width: 768px) {
      body.single .breadcrumbs {
        padding: 0; } }

/* ------------------------------------------
  btn
--------------------------------------------- */
.btn-wrap {
  text-align: center;
  padding-top: clamp(40px, 10.6666666667vw, 80px);
  position: relative;
  z-index: 20; }

.blog-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  height: clamp(50px, 13.3333333333vw, 60px);
  background-position: 100% 0;
  position: relative;
  font-size: 14px; }
  .blog-btn:hover {
    opacity: 1; }
  .blog-btn-icon {
    width: clamp(35px, 9.3333333333vw, 40px); }
  .blog-btn-back {
    padding-right: clamp(20px, 5.3333333333vw, 40px);
    padding-left: clamp(2px, 0.5333333333vw, 5px); }
  .blog-btn-next {
    padding-left: clamp(20px, 5.3333333333vw, 40px);
    padding-right: clamp(2px, 0.5333333333vw, 5px); }

/* ------------------------------------------
  post-list
--------------------------------------------- */
.post-list-head {
  font-weight: 500;
  margin-bottom: clamp(30px, 8vw, 60px); }
  .post-list-head-title {
    font-size: 150%;
    font-weight: 500; }
  .post-list-head-count {
    font-size: clamp(16px, 4.2666666667vw, 18px); }
    .post-list-head-count strong {
      font-size: 150%;
      font-weight: 500; }
  .post-list-head-search-btn {
    background: #f4f4f4;
    font-size: clamp(14px, 3.7333333333vw, 14px); }
    .post-list-head-search-btn:hover {
      color: #795e28; }
  .post-list-head-search-catList {
    background: #f4f4f4;
    width: clamp(230px, 61.3333333333vw, 385px);
    padding: clamp(20px, 5.3333333333vw, 25px); }
    .post-list-head-search-catList ul {
      display: flex;
      flex-wrap: wrap; }
      .post-list-head-search-catList ul li a {
        background: #fff;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: clamp(8px, 2.1333333333vw, 12px);
        border-radius: 6px; }
        .post-list-head-search-catList ul li a:hover {
          color: #795e28; }
.btn-wrap + .post-list {
  margin-top: clamp(40px, 10.6666666667vw, 80px); }

.postList-image {
  margin-bottom: clamp(10px, 2.6666666667vw, 20px); }
.postList-text p {
  color: #a7a7a7;
  font-size: clamp(10px, 2.6666666667vw, 11px); }
  .postList-text p + + p {
    padding-top: clamp(2px, 0.5333333333vw, 5px); }
.postList-title {
  font-size: clamp(14px, 3.7333333333vw, 16px);
  font-weight: 500;
  letter-spacing: clamp(1px, 0.2666666667vw, 1px);
  margin-bottom: clamp(8px, 2.1333333333vw, 16px); }

/* ------------------------------------------
  pots-content
--------------------------------------------- */
.post-thumbnail {
  margin-bottom: clamp(30px, 8vw, 60px);
  color: #fff; }
  .post-thumbnail-summary {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: clamp(20px, 5.3333333333vw, 40px); }
  .post-thumbnail-title {
    font-size: clamp(20px, 5.3333333333vw, 30px);
    padding-bottom: clamp(5px, 1.3333333333vw, 15px); }
  .post-thumbnail-info {
    font-size: clamp(11px, 2.9333333333vw, 14px); }
    .post-thumbnail-info a {
      color: #fff; }
.post-itemBox {
  border-top: 1px solid #ccc;
  padding-top: clamp(40px, 10.6666666667vw, 50px);
  padding-bottom: clamp(40px, 10.6666666667vw, 50px); }
  .post-itemBox:last-child {
    padding-bottom: 0; }
.post-nextAndPrev ul {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.post-nextAndPrev-item {
  width: 47%; }
  .post-nextAndPrev-item-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    font-weight: 500;
    height: 100%;
    gap: 15px; }
  .post-nextAndPrev-item.blog-next-item {
    text-align: right; }
  .post-nextAndPrev-item-nav-next, .post-nextAndPrev-item-nav-prev {
    width: 100%;
    line-height: 1;
    position: relative; }
    .post-nextAndPrev-item-nav-next:after, .post-nextAndPrev-item-nav-prev:after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-bottom: 2px solid #000;
      border-left: 2px solid #000;
      position: absolute;
      top: 6px; }
  .post-nextAndPrev-item-nav-next {
    text-align: right;
    padding-right: 15px; }
    .post-nextAndPrev-item-nav-next:after {
      right: 0;
      transform: rotate(-135deg) translateY(50%); }
  .post-nextAndPrev-item-nav-prev {
    padding-left: 20px; }
    .post-nextAndPrev-item-nav-prev:after {
      left: 0;
      transform: rotate(45deg) translateY(-50%); }
  .post-nextAndPrev-item-text {
    line-height: 1.3; }
    @media only screen and (min-width: 768px) {
      .post-nextAndPrev-item-text {
        width: calc(100% - 120px); } }
  .post-nextAndPrev-item-img img {
    width: 100px;
    height: auto; }

.post-content {
  line-height: 2;
  padding-bottom: clamp(60px, 16vw, 110px); }
  @media only screen and (min-width: 768px) {
    .post-content {
      padding-right: 50px;
      padding-left: 50px; } }
  .post-content-head-lv02 {
    font-weight: 500;
    padding-bottom: clamp(30px, 8vw, 60px);
    font-size: clamp(20px, 5.3333333333vw, 26px); }
  .post-content-head-lv03 {
    font-weight: 500;
    padding-bottom: clamp(20px, 5.3333333333vw, 30px);
    font-size: clamp(18px, 4.8vw, 24px); }
  .post-content-head-lv04 {
    font-weight: 500;
    padding-bottom: clamp(20px, 5.3333333333vw, 30px);
    font-size: clamp(16px, 4.2666666667vw, 22px); }
  .post-content p + p {
    padding-top: clamp(30px, 8vw, 60px); }
  .post-content p + [class*="post-content-head"] {
    padding-top: clamp(30px, 8vw, 60px); }
  .post-content p.image-container-p {
    padding-right: clamp(20px, 5.3333333333vw, 50px);
    padding-left: clamp(20px, 5.3333333333vw, 50px);
    display: flex;
    justify-content: center; }
    @media only screen and (min-width: 768px) {
      .post-content p.image-container-p {
        padding-right: 0;
        padding-left: 0; } }

/* ------------------------------------------
  Recipe
--------------------------------------------- */
.recipe-block + .recipe-block {
  padding-top: clamp(30px, 8vw, 60px); }
.recipe-material {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.5; }
  .recipe-material dt,
  .recipe-material dd {
    padding: 5px 15px; }
    .recipe-material dt:nth-last-of-type(odd),
    .recipe-material dd:nth-last-of-type(odd) {
      background: #f6f6f6; }
  .recipe-material dt {
    width: 60%; }
    .recipe-material dt a {
      text-decoration: underline !important; }
  .recipe-material dd {
    width: 40%;
    text-align: right; }
.recipe-step {
  padding-left: clamp(24px, 6.4vw, 28px);
  line-height: 1.5; }
  .recipe-step li + li {
    padding-top: clamp(20px, 5.3333333333vw, 30px); }
  @media only screen and (min-width: 768px) {
    .recipe-step-inner {
      display: flex;
      justify-content: space-between; } }
  .recipe-step-img {
    display: flex;
    padding-top: 2vw; }
    @media only screen and (min-width: 768px) {
      .recipe-step-img {
        padding-top: 0;
        justify-content: space-between; } }
    .recipe-step-img img {
      width: 30vw; }
      @media only screen and (min-width: 768px) {
        .recipe-step-img img {
          width: 100%; } }
      .recipe-step-img img + img {
        margin-left: 2vw; }
        @media only screen and (min-width: 768px) {
          .recipe-step-img img + img {
            margin-left: 0; } }
  @media only screen and (min-width: 768px) {
    .recipe-step li.has-img01-only p {
      width: 80%; }
    .recipe-step li.has-img01-only .recipe-step-img {
      width: 16%; } }
  @media only screen and (min-width: 768px) {
    .recipe-step li.has-both-images p {
      width: 65%; }
    .recipe-step li.has-both-images .recipe-step-img {
      width: 33%; }
      .recipe-step li.has-both-images .recipe-step-img img {
        width: 48.5%; } }

/* ------------------------------------------
  slider
--------------------------------------------- */
.mv {
  margin-bottom: clamp(30px, 8vw, 60px);
  margin-left: -6vw;
  margin-right: -6vw; }
  .mv img {
    max-width: 100%; }
  @media only screen and (min-width: 768px) {
    .mv {
      margin-left: 0;
      margin-right: 0; } }

/* ------------------------------------------
  lead
--------------------------------------------- */
.top-lead {
  position: relative; }
  .top-lead:before {
    content: "";
    display: block;
    width: calc(100% + 3rem);
    top: -5rem;
    height: calc(100% + 10rem);
    background: url(../images/top/lead-bg-sp.svg) no-repeat center top;
    position: absolute;
    z-index: -1;
    margin: 0 -1.5rem;
    background-size: 110%; }
    @media only screen and (min-width: 768px) {
      .top-lead:before {
        width: calc(100% + 4rem);
        margin: 0 -2rem; } }
    @media only screen and (min-width: 1024px) {
      .top-lead:before {
        top: -10rem;
        height: calc(100% + 20rem);
        background: url(../images/top/lead-bg.svg) no-repeat center top;
        width: 100%;
        background-size: initial; } }
