@charset "UTF-8";
@font-face {
  src: url("../font/NotoSerifJP-SemiBold.woff") format("woff");
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  src: url("../font/NotoSerifJP-Regular.woff") format("woff");
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html,
body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  font: inherit;
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  cursor: pointer;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  color: #2F2725;
  background-color: #FEFDFC;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
body img {
  width: 100%;
  height: auto;
}
body a {
  text-decoration: none;
  color: #2F2725;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.line--accent {
  padding-bottom: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #EDE9D0));
  background: linear-gradient(transparent 40%, #EDE9D0 40%);
}

.color--middle {
  color: #BEA6A1;
}

.dib {
  display: inline-block;
}

.sm {
  display: none;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

.pc {
  display: none;
}

.c-section {
  padding: 100px 0;
}

.c-section__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-section__flex .c-section__head {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 34px;
      -ms-flex: 0 0 34px;
          flex: 0 0 34px;
  margin-right: clamp(40px, 6.25vw, 90px);
}
.c-section__flex .c-section__head .c-section__title {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.c-section__flex--reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
.c-section__flex--reverse .c-section__head {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 34px;
      -ms-flex: 0 0 34px;
          flex: 0 0 34px;
  margin-left: clamp(40px, 6.25vw, 90px);
}
.c-section__flex--reverse .c-section__head .c-section__title {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.c-section__head {
  margin-bottom: 40px;
  position: relative;
}
.c-section__head--center {
  text-align: center;
}

.c-section__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 600;
  position: relative;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

.c-section__sub-title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 600;
  position: relative;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #F6F4F4;
}
.c-section__sub-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 60px;
  background-color: #D0121B;
}

.c-section__body {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.c-section__text:nth-child(n+2) {
  margin-top: 1em;
}

.c-section--top {
  padding: 100px 0;
}

.c-section__link {
  color: #D0121B;
  text-decoration: underline;
}

.c-btn {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  background: #d0121b;
  color: #fff;
  border-radius: 4px;
  padding: 7px 14px;
  font-size: 13px;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
}

.c-btn--note:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-mask: url(../img/svg/note.svg);
          mask: url(../img/svg/note.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-right: 10px;
  vertical-align: text-top;
}

#sb_instagram .sbi_follow_btn {
  width: 100%;
  max-width: 200px;
}
#sb_instagram .sbi_follow_btn a {
  width: 100%;
}

.p-info__item:first-child .c-post {
  border-top: 2px solid #F6F4F4;
}

.c-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
  position: relative;
  border-bottom: 2px solid #F6F4F4;
}

.c-post__time {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  font-size: 1.4rem;
  font-weight: 400;
}

.c-post__cat {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  text-align: center;
  color: #BEA6A1;
  padding: 3px 10px;
  border: 1px solid #BEA6A1;
  font-size: 1.4rem;
  margin-right: 20px;
}

.c-post__title {
  font-family: "Noto Serif JP", serif;
  line-height: 1.3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.6rem;
}

.c-pagination {
  margin-top: 60px;
}

.page-numbers {
  font-family: "Noto Serif JP", serif;
  margin: 0 2px;
  display: inline-block;
  font-size: 1.6rem;
}

.page-numbers:not(.next, .prev, .dots) {
  width: 30px;
  text-align: center;
  font-weight: bold;
}

.page-numbers:not(.dots, .current) {
  border-bottom: 1px solid transparent;
}

.page-numbers.prev,
.page-numbers.next {
  display: inline-block;
  padding: 0 5px;
}

.page-numbers.current {
  color: #D0121B;
  border-bottom: 1px solid #D0121B;
}

/* ==============================================================
# カード
============================================================== */
.c-card {
  display: block;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.c-card__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.c-card__head {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  background-color: rgba(51, 51, 51, 0.6);
}

.c-card__head--m {
  padding: 20px;
}

.c-card__head--s {
  padding: 10px;
}

.c-card__title {
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}

.c-card__tag {
  display: inline-block;
  border-radius: 6px;
  color: #D0121B;
  background-color: #E8F2F6;
  padding: 3px 5px;
  font-weight: bold;
  margin: 2px;
}

/* ==============================================================
# 場面切り替え用：固定画像
============================================================== */
.c-bg {
  position: relative;
  height: 400px;
  margin: 0 0 40px;
}

.c-bg__fixed {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-bg__clip {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  height: 100%;
}
.c-bg__clip img {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.size--xl {
  font-size: 2.6rem;
}

.size--l {
  font-size: 2rem;
}

.size--m {
  font-size: 1.6rem;
}

.size--s {
  font-size: 1.4rem;
}

.size--ss {
  font-size: 1.2rem;
}

/*------------------------------------------------------------------------------
animation
------------------------------------------------------------------------------*/
@-webkit-keyframes startFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes startFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anm {
  opacity: 0;
}
.anm.is-animated {
  -webkit-animation: fadeIn 1.5s forwards;
          animation: fadeIn 1.5s forwards;
}

.anm-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.anm-up.is-animated {
  -webkit-animation: fadeInUp 0.8s forwards;
          animation: fadeInUp 0.8s forwards;
}

.anm-left {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.anm-left.is-animated {
  -webkit-animation: fadeInLeft 1.5s forwards;
          animation: fadeInLeft 1.5s forwards;
}

.anm-right {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.anm-right.is-animated {
  -webkit-animation: fadeInRight 1.5s forwards;
          animation: fadeInRight 1.5s forwards;
}

.anm-list > * {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.anm-list > *.is-animated {
  -webkit-animation: fadeInUp 1.5s forwards;
          animation: fadeInUp 1.5s forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.l-header {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-header__left {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  padding: 40px 40px;
  background-color: #FEFDFC;
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__left::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  width: 1px;
  height: calc(100% - 80px);
  background-color: #F6F4F4;
}

.l-header__sp-shop {
  display: none;
}
.l-header__sp-shop.is-transform a::before {
  background: #2F2725;
}
.l-header__sp-shop a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.l-header__sp-shop a::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  -webkit-mask: url(../img/svg/icon_cart.svg);
          mask: url(../img/svg/icon_cart.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.l-header__logo-link {
  display: block;
}
.l-header__logo-link img {
  width: 70px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-header__right {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  padding: 40px 40px;
  background-color: #FEFDFC;
  z-index: 999;
}
.l-header__right::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 1px;
  height: calc(100% - 80px);
  background-color: #F6F4F4;
}

.l-header__right.is-active {
  opacity: 1;
  visibility: visible;
}

.l-header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  height: 100%;
}

.l-header__items {
  display: grid;
  gap: clamp(20px, 4vh, 40px);
}

.l-header__link {
  display: block;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 2rem;
  line-height: 1.5;
}

.l-header__shop a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #D0121B;
}
.l-header__shop a::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  -webkit-mask: url(../img/svg/icon_cart.svg);
          mask: url(../img/svg/icon_cart.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.l-header__shop span {
  display: none;
  color: #fff;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}

.l-header__sns-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.l-header__sns-link {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 999px;
}
.l-header__sns-link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-header__sns-link.l-header__sns-link--instagram:after {
  -webkit-mask: url(../img/svg/instagram.svg);
          mask: url(../img/svg/instagram.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #ccc;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  width: 16px;
  height: 16px;
}
.l-header__sns-link.l-header__sns-link--note:after {
  -webkit-mask: url(../img/svg/note.svg);
          mask: url(../img/svg/note.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #ccc;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  width: 14px;
  height: 14px;
}

.l-header__hamburger {
  display: none;
}

.c-hamburger {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: 37%;
}
.c-hamburger span:nth-of-type(2) {
  top: 50%;
}
.c-hamburger span:nth-of-type(3) {
  top: 63%;
}

.c-hamburger.is-active span {
  left: 50%;
}
.c-hamburger.is-active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.c-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.c-hamburger.is-active span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.c-hamburger.is-transform.is-active span {
  background-color: #fff;
}

.scroll-prevent {
  position: fixed;
  width: 100%;
  height: 100%;
}

.l-footer {
  position: relative;
  margin: 0 109px 0 149px;
  border-top: 1px solid #F6F4F4;
  border-left: 1px solid #F6F4F4;
  border-right: 1px solid #F6F4F4;
  z-index: 99;
}

.l-footer__inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 40px;
}

.l-footer__copyright {
  padding: 10px 0;
  text-align: center;
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
}

.l-main {
  margin: 0 110px 0 150px;
  padding-top: 40px;
}

.l-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.l-inner--small {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* ==============================================================
# メインビジュアル
============================================================== */
.p-top-mv {
  height: calc(100vh - 80px);
  position: relative;
  -webkit-animation: fadeIn 1s linear;
          animation: fadeIn 1s linear;
}

.p-mv__head {
  position: relative;
}

.p-top-mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 30px 20px;
  opacity: 0;
  -webkit-animation: fadeIn 1.5s forwards;
          animation: fadeIn 1.5s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  z-index: 10;
}

.p-top__swiper {
  height: 100%;
}

.p-top__item img {
  height: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-top-info {
  position: relative;
  padding: 100px 0 50px;
}

.p-info__body {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.p-info__cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-info__cat-link {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
}
.p-info__cat-link:first-of-type {
  padding-right: 20px;
}
.p-info__cat-link:nth-of-type(n+2) {
  border-left: 1px solid #BEA6A1;
  padding: 0 20px;
}

.p-info__cat-link.is-active {
  color: #D0121B;
  text-decoration: underline;
}

.p-contact {
  margin-top: 100px;
  padding: 60px 0;
  background-color: #f6f4f4;
}

body.home .p-contact {
  margin-top: 0;
}

.p-contact__head {
  margin-bottom: 0;
}
.p-contact__head .c-section__title {
  margin-bottom: 0;
}

.p-contact__text {
  line-height: 1.5;
}
.p-contact__text img {
  width: 20px;
  margin-right: 6px;
  vertical-align: middle;
}
.p-contact__text:nth-child(n+2) {
  margin-top: 1.5em;
}

.p-contact__btn {
  margin-top: 8px;
  display: inline-block;
}
.p-contact__btn img {
  max-width: 20rem;
}

.p-contact__address a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.p-sns {
  padding: 50px 0 100px;
}

.p-sns__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 80px;
}

.p-sns__text {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 2;
}

.p-sns__body {
  margin-top: 20px;
}

.p-note__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.p-note__link {
  display: block;
}

.p-note__img {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
.p-note__img img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-note__text-area {
  margin-top: 10px;
  padding-right: 20px;
  position: relative;
}
.p-note__text-area::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  -webkit-mask: url(../img/svg/icon_arrow.svg);
          mask: url(../img/svg/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #BEA6A1;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.p-note__time {
  display: block;
  font-size: 1.2rem;
  line-height: 1.3;
}

.p-note__title {
  font-family: "Noto Serif JP", serif;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.p-note__btn {
  margin-top: 40px;
}

/*=========================================================================================
# 下層ページ
=========================================================================================*/
.p-sub {
  position: relative;
}
.p-sub--news {
  margin-bottom: 60px;
}

.p-sub__head {
  height: 360px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-sub__head--concept {
  background: url(../img/concept_head.jpg) no-repeat center 60%/cover;
}

.p-sub__head--apple {
  background: url(../img/apple_head.jpg) no-repeat center 60%/cover;
}

.p-sub__title {
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  background-color: #fff;
  padding: 20px 5px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  -webkit-animation: fadeIn 0.6s linear;
          animation: fadeIn 0.6s linear;
}

/*=========================================================================================
# わたしのこと
=========================================================================================*/
.p-about .c-section__title {
  text-align: center;
}

.p-about__text {
  text-align: center;
  line-height: 2.5;
}
.p-about__text:nth-child(n+2) {
  margin-top: 1.5em;
}

.p-about__swiper {
  margin-top: 80px;
  padding: 20px;
  border: 1px solid #EDE9D0;
}

.p-about__img {
  position: relative;
  padding-top: 56.25%;
}
.p-about__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=========================================================================================
# 茜さす果実に込めた想い
=========================================================================================*/
/*=========================================================================================
# プロフィール
=========================================================================================*/
.p-profile__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-profile__contents .p-profile__text-area {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.p-profile__contents .p-profile__img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.p-profile__img {
  position: relative;
  padding-top: 75%;
}
.p-profile__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-profile__item {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #F6F4F4;
  letter-spacing: 0.1em;
  position: relative;
}
.p-profile__item::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 60px;
  background-color: #D0121B;
}

.p-profile__title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.p-profile__text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  font-family: "Noto Serif JP", serif;
}

.p-profile__caution {
  display: inline-block;
  margin-left: 20px;
  font-size: 1.2rem;
}

/*=========================================================================================
# 板柳町について
=========================================================================================*/
.p-town__contents {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 4%;
}

/*=========================================================================================
# りんごのことページ
=========================================================================================*/

.p-apple__items {
  margin-top: 40px;
  padding: 0 20px;
  background-color: #F6F4F4;
}

.p-apple__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
.p-apple__item:nth-child(n+2) {
  border-top: 2px solid #FEFDFC;
}

.p-apple__item-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

.p-apple__item-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  font-size: 1.4rem;
  line-height: 1.5;
}

/*=========================================================================================
# 作業の流れ
=========================================================================================*/
.p-flow__main-img {
  overflow-x: scroll;
}
.p-flow__main-img img {
  min-width: 560px;
}

.p-flow__caution {
  display: none;
}

.p-flow__items {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.p-flow__img {
  position: relative;
  padding-top: 133.3333333333%;
}
.p-flow__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-flow__title {
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
}

/*=========================================================================================
# 現在の取り扱い品種
=========================================================================================*/
.p-kind__items {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.p-kind__img {
  position: relative;
  padding-top: 56.25%;
}
.p-kind__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-kind__cat {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  font-weight: 600;
  text-align: center;
  z-index: 1;
}
.p-kind__cat--open {
  background-color: #D0121B;
  color: #fff;
}
.p-kind__cat--grow {
  background-color: #EDE9D0;
  color: #56423E;
}
.p-kind__cat--closed {
  background-color: #F6F4F4;
  color: #2F2725;
}

.p-kind__body {
  margin-top: 5px;
}

.p-kind__title {
  position: absolute;
  top: 0;
  right: 20px;
  background-color: #fff;
  padding: 10px 0;
  font-size: 2.2rem;
  font-weight: 600;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}

.p-kind__sub-items {
  padding: 0 10px;
}

.p-kind__sub-item {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-kind__sub-item:nth-child(n+2) {
  border-top: 2px dashed #F6F4F4;
}

.p-kind__sub-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.p-kind__sub-text {
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-kind__sub-taste {
  display: inline-block;
}
.p-kind__sub-taste:nth-child(1) {
  margin-right: 10px;
}

/*=========================================================================================
# 育成中の品種
=========================================================================================*/
.p-grow__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

.p-grow__img {
  position: relative;
  padding-top: 100%;
}
.p-grow__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-grow__title {
  position: absolute;
  top: 0;
  right: 20px;
  background-color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 10px 3px;
  letter-spacing: 0.1em;
}

.p-grow__time {
  font-size: 1.4rem;
}

/*=========================================================================================
# 投稿詳細ページ
=========================================================================================*/
.p-single__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 600;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
.p-single__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #D0121B;
}

.p-single__time {
  font-size: 1.4rem;
  font-weight: 400;
}

.p-single__cat {
  display: inline-block;
  text-align: center;
  color: #BEA6A1;
  padding: 3px 15px;
  border: 1px solid #BEA6A1;
  font-size: 1.4rem;
  margin-left: 20px;
}

.p-single__body {
  margin-top: 60px;
  padding-bottom: 100px;
  border-bottom: 1px solid #56423E;
}
.p-single__body p {
  line-height: 1.5;
}
.p-single__body h2,
.p-single__body h3,
.p-single__body h4 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  position: relative;
  line-height: 1.3;
  margin-bottom: 10px;
}
.p-single__body h2 {
  margin-top: 40px;
  font-size: 2rem;
}
.p-single__body h3 {
  margin-top: 30px;
  font-size: 1.8rem;
}
.p-single__body h4 {
  margin-top: 30px;
  font-size: 1.6rem;
}
.p-single__body a {
  color: #D0121B;
  text-decoration: underline;
}
.p-single__body a:hover {
  opacity: 0.7;
}
.p-single__body img {
  width: 80%;
  margin: 1em 0;
}
.p-single__body ul li {
  padding-left: 1em;
  position: relative;
}
.p-single__body ul li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #D0121B;
}

.p-single__pagination {
  margin-top: 20px;
}

.p-single__pagination-link {
  display: inline-block;
}

@media screen and (min-width: 1025px) {
  html {
    margin: 0;
  }
  .pc {
    display: block;
  }
  .none-pc {
    display: none;
  }
}

@media screen and (max-width: 1360px) {
  html {
    margin: 0;
  }
}

@media screen and (max-width: 1366px) {
  html {
    margin: 0;
  }
  .l-header__left {
    padding: 40px 25px;
  }
  .l-header__right {
    padding: 40px 25px;
  }
  .l-footer {
    margin: 0 79px 0 119px;
  }
  .l-main {
    margin: 0 80px 0 120px;
  }
}

@media screen and (max-width: 1280px) {
  html {
    margin: 0;
  }
  .c-section__flex .c-section__head {
    margin-right: 40px;
  }
  .c-section__flex--reverse .c-section__head {
    margin-left: 40px;
  }
}

@media screen and (max-width: 1024px) {
  html {
    margin: 0;
  }
  .tab {
    display: block;
  }
  .none-tab {
    display: none;
  }
  .c-section {
    padding: 80px 0;
  }
  .c-section__flex {
    display: block;
  }
  .c-section__flex .c-section__head {
    margin: 0;
  }
  .c-section__flex .c-section__head .c-section__title {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
  .c-section__flex--reverse {
    display: block;
  }
  .c-section__flex--reverse .c-section__head {
    margin: 0;
  }
  .c-section__flex--reverse .c-section__head .c-section__title {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
  .c-card__head {
    padding: 20px 10px;
  }
  .c-card__head .c-card__title {
    font-size: 1.6rem;
  }
  .size--l {
    font-size: 1.8rem;
  }
  .l-header__left::after {
    display: none;
  }
  .l-header__left {
    height: 80px;
    width: calc(100% - 80px);
    padding: 0;
    z-index: 1000;
    border-bottom: 1px solid #F6F4F4;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .l-header__left.is-transform {
    opacity: 1;
    visibility: visible;
  }
  .l-header__left.is-active {
    opacity: 1;
    visibility: visible;
  }
  .l-header__sp-shop {
    display: block;
    position: fixed;
    top: 0;
    right: 80px;
    width: 80px;
    height: 80px;
    z-index: 1000;
  }
  .l-header__logo {
    height: 100%;
    padding: 10px 0 10px 32px;
  }
  .l-header__logo-link img {
    width: inherit;
    height: 100%;
  }
  .l-header__logo-link {
    display: inline-block;
    height: 60px;
  }
  .l-header__right {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: #FEFDFC;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__nav {
    display: block;
    padding: 30vh 32px 60px;
  }
  .l-header__items {
    gap: 0;
  }
  .l-header__item + .l-header__item {
    border-top: 2px dashed #F6F4F4;
  }
  .l-header__link {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    text-align: center;
    padding: 15px 0;
  }
  .l-header__shop a {
    margin-top: 20px;
    width: 100%;
    height: auto;
    padding: 12px 10px;
    gap: 8px;
    border-radius: 4px;
  }
  .l-header__shop span {
    display: block;
  }
  .l-header__sns-items {
    margin-top: 8vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
  }
  .l-header__sns-link {
    width: 40px;
    height: 40px;
  }
  .l-header__sns-link.l-header__sns-link--instagram:after {
    width: 20px;
    height: 20px;
  }
  .l-header__hamburger {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 80px;
    height: 80px;
  }
  .c-hamburger {
    cursor: pointer;
    width: 80px;
    height: 80px;
  }
  .c-hamburger.is-transform {
    background-color: #D0121B;
  }
  .c-hamburger.is-active {
    background-color: #D0121B;
  }
  .c-hamburger span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    max-width: 32px;
    background: #D0121B;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
    height: 2px;
    background-color: #FEFDFC;
  }
  .l-footer {
    margin: 0;
    border-left: none;
    border-right: none;
  }
  .l-footer__inner {
    padding: 0 32px;
  }
  .l-main {
    margin: 0;
    padding-top: 0;
  }
  .l-inner {
    max-width: 800px;
    padding: 0 32px;
  }
  .l-inner--small {
    padding: 0 32px;
  }
  .p-top-mv {
    height: 100vh;
    -webkit-animation: none;
            animation: none;
  }
  .p-top__swiper {
    -webkit-animation: fadeIn 1.5s forwards;
            animation: fadeIn 1.5s forwards;
  }
  .p-sns__items {
    display: block;
  }
  .p-sns__item:nth-child(n+2) {
    margin-top: 40px;
  }
  .p-sns__body {
    margin: 40px auto 0;
  }
  .p-note__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-kind__items {
    gap: 30px;
  }
  .p-kind__cat {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.4rem;
  }
  .p-kind__sub-item {
    padding: 10px 0;
  }
  .p-kind__sub-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 110px;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
  }
  .p-grow__items {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}

@media screen and (max-width: 768px) {
  html {
    margin: 0;
  }
  .sp {
    display: block;
  }
  .none-sp {
    display: none;
  }
  .c-section--top {
    padding: 80px 0;
  }
  .c-btn {
    padding: 10px;
  }
  .c-post__title {
    margin-top: 0;
  }
  .page-numbers:not(.next, .prev, .dots) {
    width: 30px;
  }
  .c-bg {
    height: 300px;
  }
  .l-header__left {
    height: 60px;
    width: calc(100% - 60px);
  }
  .l-header__sp-shop {
    right: 60px;
    width: 60px;
    height: 60px;
  }
  .l-header__sp-shop a::before {
    width: 26px;
    height: 26px;
  }
  .l-header__logo {
    padding: 8px 0 8px 4%;
  }
  .l-header__logo-link {
    height: 44px;
  }
  .l-header__nav {
    padding: 30vh 4% 60px;
  }
  .l-header__link {
    font-size: 1.6rem;
    font-weight: 600;
  }
  .l-header__sns-link.l-header__sns-link--note:after {
    width: 18px;
    height: 18px;
  }
  .l-header__hamburger {
    width: 60px;
    height: 60px;
  }
  .c-hamburger {
    width: 60px;
    height: 60px;
  }
  .c-hamburger span {
    max-width: 24px;
  }
  .l-footer__inner {
    padding: 0 4%;
  }
  .l-inner {
    max-width: 600px;
    padding: 0 4%;
  }
  .l-inner--small {
    max-width: 600px;
    padding: 0 4%;
  }
  .p-top-mv__title img {
    width: 70px;
  }
  .p-contact__head {
    margin-bottom: 40px !important;
  }
  .p-sns__text {
    font-size: 16px;
  }
  .p-sns__body {
    margin-top: 40px;
  }
  .p-note__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-about .c-section__title {
    text-align: left;
  }
  .p-about__text {
    line-height: 2;
    text-align: left;
  }
  .p-about__swiper {
    padding: 10px;
    margin-top: 60px;
  }
  .p-profile__contents {
    display: block;
  }
  .p-profile__img {
    margin-top: 40px;
    padding-top: 56.25%;
  }
  .p-town__contents {
    display: block;
  }
  .p-town__img {
    margin-top: 40px;
  }
  .p-kind__items {
    grid-template-columns: 1fr;
  }
  .p-kind__sub-items {
    padding: 0;
  }
  .p-grow__title {
    font-size: 1.6rem;
    right: 10px;
  }
  .p-single__body {
    padding-bottom: 60px;
  }
  .p-single__body h2 {
    font-size: 1.8rem;
  }
  .p-single__body h3 {
    font-size: 1.6rem;
  }
  .p-single__body img {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  html {
    margin: 0;
  }
  .c-section__title {
    font-size: 2.4rem;
  }
  .c-section__sub-title {
    font-size: 2.4rem;
  }
  .c-post {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 15px 20px 15px 0;
  }
  .c-post::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    -webkit-mask: url(../img/svg/icon_arrow.svg);
            mask: url(../img/svg/icon_arrow.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-size: contain;
            mask-size: contain;
    background: #BEA6A1;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .c-post__time {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90px;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
  }
  .c-post__cat {
    padding: 0 10px;
  }
  .c-post__title {
    width: 100%;
  }
  .c-card__head {
    padding: 10px;
  }
  .c-card__head .c-card__title {
    font-size: 1.5rem;
  }
  .c-bg {
    height: 240px;
  }
  .p-top-mv__title {
    padding: 20px 10px;
  }
  .p-contact__text {
    font-size: 1.5rem;
  }
  .p-about__swiper {
    padding: 0;
    border: none;
    margin: 60px calc(50% - 50vw) 0;
  }
  .p-apple__text .dib {
    display: inline;
  }
  .p-apple__item {
    display: block;
    padding: 15px 0;
  }
  .p-apple__item-text {
    margin-top: 5px;
  }
  .p-flow__caution {
    display: block;
    text-align: center;
    font-size: 1.2rem;
  }
  .p-flow__items {
    margin-top: 40px;
    gap: 5px;
  }
  .p-flow__title {
    font-size: 1.2rem;
  }
  .p-single__title {
    font-size: 2rem;
  }
  .p-single__cat {
    padding: 0 10px;
  }
  .p-single__body {
    margin-top: 40px;
  }
  .p-single__pagination {
    text-align: center;
  }
  .p-single__pagination-link {
    display: block;
  }
}

@media screen and (max-width: 425px) {
  html {
    margin: 0;
  }
  body {
    letter-spacing: 0;
  }
  body {
    font-size: 1.5rem;
  }
  .sm {
    display: block;
  }
  .none-sm {
    display: none;
  }
  .c-section__title {
    font-size: 2.2rem;
  }
  .c-section__sub-title {
    font-size: 2.2rem;
    padding-bottom: 5px;
  }
  .c-section--top {
    padding: 60px 0;
  }
  .l-header__nav {
    padding: 25vh 4% 60px;
  }
  .p-top-mv__title img {
    width: 60px;
  }
  .p-contact__text span {
    font-size: 1.5rem;
    display: inline;
  }
  .p-about__text {
    line-height: 1.7;
    font-size: 1.6rem;
  }
  .p-about__text .dib {
    display: inline;
  }
  .p-profile__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90px;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
  }
  .p-profile__caution {
    margin-left: 10px;
    font-size: 1rem;
  }
  .p-town__img {
    margin-top: 20px;
  }
  .p-apple__items {
    padding: 0 15px;
  }
  .p-kind__img {
    padding-top: 60%;
  }
  .p-kind__cat {
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.2rem;
  }
  .p-kind__title {
    font-size: 1.8rem;
  }
  .p-kind__sub-item {
    display: block;
  }
  .p-kind__sub-item:nth-child(n+2) {
    border: none;
  }
  .p-kind__sub-title {
    font-size: 1.6rem;
    border-bottom: 2px dashed #F6F4F4;
  }
  .p-kind__sub-text {
    margin-top: 5px;
  }
  .p-grow__items {
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
  }
  .p-grow__time {
    font-size: 1.2rem;
  }
}

@media (hover: hover) {
  .c-btn:hover {
    background: #AC1119;
  }
  .c-post:hover .c-post__title {
    color: #BEA6A1;
  }
  .page-numbers:not(.dots, .current):hover {
    opacity: 1;
    color: #D0121B;
    border-bottom: 1px solid #D0121B;
  }
  .c-card:hover .c-card__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .l-header__link:hover {
    color: #BEA6A1;
  }
  .l-header__shop a:hover {
    background: #AC1119;
  }
  .l-header__sns-link:hover {
    border-color: #BEA6A1;
  }
  .l-header__sns-link:hover::after {
    background: #BEA6A1;
  }
  .p-info__cat-link:hover {
    opacity: 1;
    color: #D0121B;
    text-decoration: underline;
  }
  .p-contact__address a:hover {
    color: #BEA6A1;
  }
  .p-note__link:hover .p-note__title {
    color: #BEA6A1;
  }
  .p-note__link:hover .p-note__text-area::after {
    background: #BEA6A1;
  }
  .p-note__link:hover .p-note__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-single__cat:hover {
    background-color: #BEA6A1;
    color: #fff;
  }
  .p-single__pagination-link:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}

@media screen and (max-height: 700px) {
  .l-header__link {
    font-size: 1.8rem;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */