@charset "UTF-8";
/* サーバーにアップしたwebfonts読み込み用のcss */

/* google fonts 『Noto Sans JP』 */
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 900;
  src:url("https://www.katsuda.com/blog/wp-content/themes/katsuda-theme/assets/font/NotoSansJP-Black.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 800;
  src:url("https://www.katsuda.com/blog/wp-content/themes/katsuda-theme/assets/font/NotoSansJP-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 700;
  src:url("https://www.katsuda.com/blog/wp-content/themes/katsuda-theme/assets/font/NotoSansJP-Bold.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 600;
  src:url("https://www.katsuda.com/blog/wp-content/themes/katsuda-theme/assets/font/NotoSansJP-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 500;
  src:url("https://www.katsuda.com/blog/wp-content/themes/katsuda-theme/assets/font/NotoSansJP-Medium.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 400;
  src:url("https://www.katsuda.com/blog/wp-content/themes/katsuda-theme/assets/font/NotoSansJP-Regular.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 300;
  src:url("https://www.katsuda.com/blog/wp-content/themes/katsuda-theme/assets/font/NotoSansJP-Light.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 200;
  src:url("https://www.katsuda.com/blog/wp-content/themes/katsuda-theme/assets/font/NotoSansJP-ExtraLight.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 100;
  src:url("https://www.katsuda.com/blog/wp-content/themes/katsuda-theme/assets/font/NotoSansJP-Thin.woff") format("woff");
}

/* sidebar */
h1, h2, h3, h4 {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

p, input, textarea, li, span {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

a {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #728496;
}

button, label {
  cursor: pointer;
}

.p-product-detail .content__sidebar,
.p-product-lists .content__sidebar {
  width: 100%;
  max-width: 130px;
}

.content__sidebar .form__ttl {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 0.5px solid #434748;
}

.content__sidebar .form__label {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.content__sidebar .form__checkbox {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  content: "";
  border: 0.5px solid #434748;
  border-radius: 2px;
}

.content__sidebar .form__price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.content__sidebar .form select, .content__sidebar .form input[type=text] {
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  padding: 8px 10px;
  border: 0.5px solid #434748;
  border-radius: 3px;
}

.content__sidebar .form__price {
  width: 100%;
}

.content__sidebar .form__price-box span {
  margin-left: 5px;
}

.content__sidebar .form__price-box + p {
  font-size: 1rem;
  line-height: 2;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
}

.content__sidebar .form__select-box {
  position: relative;
}

.content__sidebar .form__select-box::before {
  position: absolute;
  right: 10px;
  bottom: 12px;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 1px solid #434748;
  border-bottom: 1px solid #434748;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

.content__sidebar .form select.no-select {
  color: #c8c8c8;
}

.content__sidebar .form select, .content__sidebar .form input[type=text] {
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  padding: 8px 10px;
  border: 0.5px solid #434748;
  border-radius: 3px;
}

.content__sidebar .form__tag {
  width: 100%;
  max-width: 235px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.content__sidebar .form__button {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  margin: 40px auto 0;
  color: #fff;
  background: #434748;
  border-radius: 2px;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button, [type=button], [type=reset], [type=submit], [role=button] {
  color: inherit;
  cursor: pointer;
}

.content__sidebar .form__button img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}

img {
  vertical-align: bottom;
  border-style: none;
  image-rendering: -webkit-optimize-contrast;
}

.content__sidebar .form__link {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  margin: 20px auto 0;
  color: #fff;
  background: #434748;
  border-radius: 2px;
}

.content__sidebar .form__link::before {
  position: absolute;
  top: 52%;
  right: 12px;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

*, ::before, ::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .p-product-detail .content__sidebar,
.p-product-lists .content__sidebar {
    display: none;
  }
}

.custom-post-article {
  
}

.content__sidebar .form__box:not(:first-of-type) {
  margin-top: 40px;
}

/* 240423 add */
.content__sidebar
{
    width: 130px;
}

.custom-post-article
{
    display: flex;

    max-width: 1000px;
    margin: 0 auto;

    justify-content: space-between;
}

.topics
{
    display: block;

    width: 790px;
    height: auto;
    padding-top: 27px;
}
.topics__title
{
    font-family: 'Noto Serif JP';
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;

    margin-bottom: 30px;

    letter-spacing: 1.6px;

    color: var(--333, #333);
}
.topics__title > span
{
    font-family: "Cinzel", serif;
    font-size: 34px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    margin-right: 9px;

    letter-spacing: 3.4px;

    color: #7d2e2e;
}
.topics__list
{
    display: flex;

    flex-wrap: wrap;
    gap: 23px;
}
.topics__list .topics-list-item
{
    display: block;

    height: auto;

    background: var(--fff, #fff);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .1);
}
.topics__list .topics-list-item:nth-of-type(-n+2)
{
    width: calc(50% - 19px);
    margin-bottom: 16px;
}
.topics__list .topics-list-item:nth-of-type(2)
{
    margin-left: auto;
}
.topics__list .topics-list-item:nth-of-type(n+3)
{
    width: calc(33.3333333333% - 16px);
}
.topics__list .topics-list-item:nth-of-type(n+3) .topics-list-item__link--thumbnail
{
    height: 156px;
}
.topics__list .topics-list-item:nth-of-type(n+3) .topics-list-item__link--text .item-title
{
    display: none;
}
.topics__list .topics-list-item__link--thumbnail
{
    position: relative;

    display: block;

    width: 100%;
    height: 194px;
}
.topics__list .topics-list-item__link--thumbnail > img
{
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}
.topics__list .topics-list-item__link--thumbnail .topics-label
{
    font-family: "Baskervville", serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    position: absolute;
    position: absolute;
    top: 10px;
    left: 12px;

    display: inline-flex;

    padding: 0 4px;

    letter-spacing: 1.2px;

    color: #fff;
    color: var(--fff, #fff);
    background: var(--tag-gold, #b89d4b);

    gap: 10px;
    align-items: center;
    justify-content: center;
}
.topics__list .topics-list-item__link--text
{
    padding: 15px 20px 27px;
}
.topics__list .topics-list-item__link--text .item-title
{
  font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;

    margin-bottom: 8px;

    letter-spacing: 1.5px;

    color: var(--333, #333);
}
.topics__list .topics-list-item__link--text .item-description
{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 170%; /* 23.8px */

    letter-spacing: .7px;

    color: var(--333, #333);
}

.pagination
{
    display: flex;

    width: 100%;
    margin-bottom: 100px;
    padding-top: 50px;

    text-align: center;

    gap: 32px;
    align-items: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.p-archive .page-numbers {
  padding-left: 10px;
}

.page-numbers
{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: normal;
    padding-left: 10px;
    color: var(--000, #000);
}

.current
{
    padding: 5px 10px;
    border-bottom: none!important;
    color: #fff;
    background: #962124;
}

.prev::before,
.next::before
{
    display: block;

    width: 12px;
    height: 12px;

    content: '';
    transform: rotate(-45deg);

    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}

.to-top-button
{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;

    position: relative;

    display: flex;

    width: 169px;
    height: 47px;
    margin: 0 auto;
    margin-bottom: 82px;

    transition: .6s;
    letter-spacing: .64px;

    color: var(--000, #000);
    border: 1px solid #6c6c6c;

    align-items: center;
    justify-content: center;
}
.to-top-button::before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 19px;

    display: block;

    width: 9px;
    height: 9px;
    margin: auto 0;

    content: '';

    background-image: url(../images/common/icon-arrow.svg);
    background-size: contain;
}
.to-top-button > span
{
    padding-left: 16px;
}


@media screen and (max-width: 767px)
{
    .p-product-detail .content__sidebar,
    .p-product-lists .content__sidebar
    {
        display: none;
    }
    .topics
    {
        width: 100%;
        padding: 27px 20px 0;
    }
    .topics__list
    {
        flex-direction: column;
    }
    .topics__list .topics-list-item:nth-of-type(-n+2)
    {
        width: 100%;
        margin-bottom: 0;
    }
    .topics__list .topics-list-item:nth-of-type(n+3)
    {
        width: 100%;
    }
    .topics__list .topics-list-item:nth-of-type(n+3) .topics-list-item__link--text .item-title
    {
        display: block;
    }
    .pagination
    {
        padding-top: 30px;

        gap: 16px;
    }
    .content__sidebar
    {
        display: none;
    }
}

/* 240502 add */
.topic-detail
{
    display: block;

    width: 790px;
    height: auto;
    padding-top: 27px;
}
.topic-detail .topic-detail-image
{
    display: block;

    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.topic-detail .topic-detail-image > img
{
    display: block;

    width: 100%;
    height: 100%;
}
.topic-detail .topic-detail-lead-text
{
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 170%; /* 30.6px */

    margin-bottom: 50px;

    letter-spacing: .72px;

    color: #333;
}
.topic-detail .topic-detail-heading02
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 170%; /* 27.2px */

    display: flex;

    min-height: 45px;
    margin-bottom: 20px;
    padding: 0 20px;

    letter-spacing: 1.6px;

    color: #333;
    background: #e6e6e6;

    align-items: center;
}
.topic-detail .topic-detail-usually-text
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 200%; /* 28px */

    margin-bottom: 50px;

    letter-spacing: .84px;

    color: #333;
}

.topic-detail > div > h2
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 170%; /* 27.2px */

    display: flex;

    min-height: 45px;
    margin-bottom: 20px;
    padding: 5px 20px;

    letter-spacing: 1.6px;

    color: #333;
    background: #e6e6e6;

    align-items: center;
}

.topic-detail > div > p
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 200%;

    margin-bottom: 50px;

    letter-spacing: .84px;

    color: #333;
}

.opening-text
{
    font-family: 'Noto Serif JP', serif !important;
    font-size: 18px !important;
    font-weight: 400;
    font-style: normal;
    line-height: 170% !important; /* 30.6px */

    margin-bottom: 50px;

    letter-spacing: .72px !important;

    color: #333;
}

.eye-catching
{
    display: block;

    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.wine-card-block
{
    display: flex;

    margin-bottom: 30px;
    padding: 20px 49px 42px 49px;

    border: 1px solid var(--e6, #e6e6e6);
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);

    gap: 10px;
    align-items: flex-start;
    justify-content: space-between;
}
.wine-card-block .wine-image-wrap
{
    display: block;

    width: 240px;
    height: 240px;
    margin-top: 21px;
    margin-right: 26px;
}
.wine-card-block .wine-image-wrap > img
{
    display: block;

    width: 100%;
    height: 1005;
}
.wine-card-block .wine-data-container
{
    display: block;

    width: calc(100% - 240px - 26px);
    height: auto;
}
.wine-card-block .wine-data-container__label
{
    font-family: YuGothic;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;

    display: flex;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    margin-bottom: 10px;
    padding: 5px 7px 5px 4px;

    color: #fff;
    border-radius: 3px;
    background: var(---, #93203b);

    gap: 4px;
    align-items: flex-start;
}
.wine-card-block .wine-data-container__label > span
{
    padding: 0 4px;

    color: #93203b;
    border-radius: 3px;
    background-color: #fff;
}
.wine-card-block .wine-data-container__name
{
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;

    margin-bottom: 14px;

    color: var(--000, #000);
}
.wine-card-block .wine-data-container__flag
{
    display: flex;

    margin-bottom: 14px;

    align-items: center;
}
.wine-card-block .wine-data-container__flag--image
{
    display: block;

    width: 27px;
    height: 18px;
    margin-right: 8px;

    border: 1px solid #c9caca;
}
.wine-card-block .wine-data-container__flag--image > img
{
    display: block;

    width: 100%;
    height: 100%;
}
.wine-card-block .wine-data-container__flag--name
{
    font-family: 'Noto Sans JP';
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    color: #000;
}
.wine-card-block .wine-data-container__tags
{
    display: flex;

    margin-bottom: 14px;

    gap: 12px;
    align-items: center;
}
.wine-card-block .wine-data-container__tags--brand
{
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 13px; /* 100% */

    display: flex;

    height: 25px;
    padding: 5px 8px;

    letter-spacing: .26px;

    color: #595858;
    background: var(--back-, #ededed);

    align-items: center;
    justify-content: center;
}
.wine-card-block .wine-data-container__tags--rank
{
    font-family: 'Noto Serif JP';
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;

    display: flex;

    height: 25px;
    padding: 5px 8px;

    color: var(--ye04_ka, #62532a);
    background: var(--back-, #e5e2d1);

    align-items: center;
    justify-content: center;
}
.wine-card-block .wine-data-container__description
{
    font-family: 'Noto Sans JP';
    font-size: 13px;
    font-weight: 350;
    font-style: normal;
    line-height: 170%; /* 22.1px */

    margin-bottom: 12px;

    color: #000;
}
.wine-card-block .wine-data-container__price
{
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;

    margin-bottom: 12px;

    letter-spacing: 1.08px;

    color: #000;
}
.wine-card-block .wine-data-container__price > span
{
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;

    color: #000;
}
.wine-card-block .wine-data-container__link-button
{
    position: relative;

    display: flex;

    width: 166px;
    height: 40px;

    transition: .6s;

    border: 1px solid #000;

    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}
.wine-card-block .wine-data-container__link-button::after
{
    position: absolute;
    right: 12px;

    display: block;

    width: 10px;
    height: 10px;

    content: '';

    background-image: url(../images/common/triangle-arrow.svg);
    background-size: contain;
}
@media screen and (max-width: 767px)
{
    .SPshow
    {
        display: block;
    }
    .PCshow
    {
        display: none;
    }
    .topics
    {
        width: 100%;
        padding: 27px 20px 0;
    }
    .topics__list
    {
        flex-direction: column;
    }
    .topics__list .topics-list-item:nth-of-type(-n+2)
    {
        width: 100%;
    }
    .topics__list .topics-list-item:nth-of-type(n+3)
    {
        width: 100%;
    }
    .topics__list .topics-list-item:nth-of-type(n+3) .topics-list-item__link--text .item-title
    {
        display: block;
    }
    .pagination
    {
        gap: 16px;
    }
    .content__sidebar
    {
        display: none;
    }
    .topics__lists
    {
        flex-direction: column;
    }
    .topics__lists .topics-list-item:nth-of-type(-n+2)
    {
        width: 100%;
    }
    .topics__lists .topics-list-item:nth-of-type(n+3)
    {
        width: 100%;
    }
    .topic-detail
    {
        width: 100%;
        padding: 27px 20px 0;
    }
}
@media screen and (max-width: 768px)
{
    .p-product-detail .content__sidebar,
    .p-product-lists .content__sidebar
    {
        display: none;
    }
}
@media print, screen and (min-width: 1025px)
{
    .wine-card-block .wine-data-container__link-button:hover
    {
        transition: .6s;

        opacity: .6;
    }
    .to-top-button:hover
    {
        transition: .6s;

        opacity: .6;
    }
    .to-item-button:hover
    {
        transition: .6s;

        opacity: .6;
    }
}

/* 240507 add */
@media (min-width: 768px) and (max-width: 1024px)
{
    .custom-post-article
    {
        padding: 0 24px;
    }
    .topics
    {
        width: 100%;
    }
    .topics__list .topics-list-item:nth-of-type(-n+2)
    {
        width: calc(50% - 12px);
    }
}

/* 240509 add */
.insert-image
{
    display: block;

    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.annotation-text
{
    font-family: 'Noto Serif JP', serif !important;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: 200%; /* 28px */

    letter-spacing: .56px;

    color: #333;
}

.to-top-button-container
{
    display: flex;

    padding: 30px 0;

    align-items: center;
    justify-content: center;
}
.to-top-button-container .to-top-button
{
    display: flex;

    width: 169px;
    height: 47px;
    margin-bottom: 0;

    transition: .6s;

    border: 1px solid #6c6c6c;

    align-items: center;
    justify-content: center;
}
.to-top-button-container .to-top-button > span
{
    font-family: 'Noto Sans JP', serif !important;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;

    margin-top: -2px;

    letter-spacing: .64px;

    color: #000;
}
.wine-card-block .wine-data-container__link-button > span
{
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
}

.to-item-button
{
    transition: .6s;

    color: #fff;
    background-color: #333;
}

/* 240520 add */
@media screen and (max-width: 767px) {
    .wine-card-block {
        padding: 20px 20px 36px 10px;
    }

    .wine-card-block .wine-image-wrap {
        width: 160px;
        height: 160px;
        margin-right: 8px;
    }

    .wine-card-block .wine-data-container {
        width: calc(100% - 160px - 17px);
    }

    .wine-data-container__tags {
        flex-wrap: wrap;
    }

    .wine-card-block .wine-data-container__tags--brand {
        min-height: 25px;
        height: auto;
    }
}

@media screen and (max-width: 430px) {
    .wine-card-block .wine-image-wrap {
        width: 37.21vw;
        height: 37.21vw;
    }

    .wine-card-block .wine-data-container {
        width: calc(100% - 37.21vw - 17px);
    }

    .wine-card-block .wine-data-container__link-button {
        width: 100%;
        max-width: 166px;
    }

    .wine-card-block .wine-data-container__price {
        white-space: nowrap;
        font-size: 2.4vw;
    }
}

/* 20240606n add article button style */
.wp-block-buttons > .wp-block-button {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    /* margin: 0 auto; */
}

.wp-block-button__link {
    /* border-radius: 0!important; */
    /* min-width: 120px; */
    transition: .3s;
}

.wp-block-button__link:hover {
    color: #fff;
    opacity: .6;
    transition: .3s;
}

/* 20240903 add */
@media screen and (max-width: 767px) {
    .p-single .article .content__ttl {
        font-size: 20px;
        line-height: 1.3;
    }
    .p-single .article .content__main p {
        font-size: 14px;
        line-height: 200%;
    }
}

/* 20240917 add */
.oshirase-bunner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EFEDE9;
    position: absolute;
    top: -41px;
    left: 0;
    width: 100%;
    padding: 14px 0;
  }
  .oshirase-bunner__inner {
      display: block;
      width: 100%;
      height: fit-content;
      position: relative;
  }
  .oshirase-bunner__inner::after {
      content: "＞";
      display: block;
      color: #7D2E2E!important;
      font-size: 13px;
      font-weight: 400;
      line-height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 40px;
  }
  .oshirase-bunner__text {
    color: #7D2E2E!important;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.3px;
    margin: 0 auto;
      display: block;
      width: fit-content;
  }
  .l-header {
    top: 40px;
  }
  /* お知らせを消したら▼のfs-l-pageもコメントアウト */
  .fs-l-page {
    padding-top: 160px;
  }

  .p-single {
    padding: 160px 0 100px;
}

.p-archive {
    padding: 150px 0;
}
  
  @media screen and (max-width: 767px) {
    .oshirase-bunner__inner::after {
      right: 8px;
    }
    .p-single {
        padding: 80px 0 40px;
    }
    .l-header__sp-nav.is-open {
        top: 80px;
    }
    .p-archive {
        padding: 80px 0 40px;
    }
  }

  /* 20250722 add */
  @media screen and (max-width: 767px) {
  .n-h-nav-menu__item--link > span {
    color: #fff!important;
  }
}