@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 430px) {
  html {
    font-size: 3.7209302326vw;
  }
}

body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  background: #FCFAED;
}
body::after {
  content: "";
  position: fixed;
  z-index: 1;
  display: block;
  width: 100vw;
  height: 100vw;
  inset: 0;
  background-image: url(../imgs/pc/bg.webp);
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
  opacity: 0.3;
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  body::after {
    height: 100svw;
  }
}

body.is-locked {
  overflow: hidden;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

a {
  display: inline-block;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-inner-img,
.l-inner-img02,
.l-inner-img03 {
  position: fixed;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-inner-img,
  .l-inner-img02,
  .l-inner-img03 {
    display: none;
  }
}
.l-inner-img img,
.l-inner-img02 img,
.l-inner-img03 img {
  display: block;
  width: 100%;
  height: auto;
}
.l-inner-img img:nth-child(2),
.l-inner-img02 img:nth-child(2),
.l-inner-img03 img:nth-child(2) {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-animation: swapFade 8s infinite;
          animation: swapFade 8s infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.l-inner-img {
  top: 3.8571428571vw;
  left: 0;
  width: 19.6428571429vw;
}

.l-inner-img02 {
  top: 30.8571428571vw;
  left: 0;
  width: 19.6428571429vw;
}

.l-inner-img03 {
  top: 11.2857142857vw;
  left: 22.6428571429vw;
  width: 21.2142857143vw;
}

@-webkit-keyframes swapFade {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes swapFade {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.l-inner-bg {
  position: fixed;
  z-index: 3;
  width: 100%;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-inner-bg {
    display: none;
  }
}
.l-inner-bg .scroll_img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-inner-bg.is-inview .scroll_img {
  opacity: 1;
}

.l-inner-float {
  position: fixed;
  width: 20.0625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.125rem;
  z-index: 10;
}
@media screen and (min-width: 1401px) {
  .l-inner-float {
    top: 50%;
    left: calc(50% + 31.5625rem);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-inner-float {
    display: none;
  }
}

.l-inner-float__title {
  text-align: center;
}

.l-inner-float__titleIn {
  position: relative;
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.l-inner-float__titleIn::before, .l-inner-float__titleIn::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url(../imgs/pc/title_bar.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.l-inner-float__titleIn::before {
  left: -1.625rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.l-inner-float__titleIn::after {
  right: -1.625rem;
}
.l-inner-float__titleIn .red {
  color: #E40D11;
}

.l-inner-float__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.l-inner-floatCard {
  width: 100%;
  border-radius: 0.625rem;
  background: #fff;
  padding: 1.75rem 1.25rem;
}

.l-inner-floatCard__logo {
  width: 16.375rem;
  margin: 0 auto;
}

.l-inner-floatCard__btn {
  position: relative;
  width: 100%;
  max-width: 16.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  padding: 0.875rem;
  background: #E40D11;
  border-radius: 5rem;
  margin: 0.625rem auto 0rem auto;
}
.l-inner-floatCard__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.9375rem;
  width: 0.9375rem;
  height: 0.5625rem;
  background-image: url(../imgs/pc/arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-inner-floatCard__btn:hover {
  opacity: 0.7;
}
.l-inner-floatCard__btn:hover::after {
  right: 0.625rem;
}

.l-inner {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 26.875rem;
  margin-left: auto;
  margin-right: 24rem;
  background: #fff;
  -webkit-box-shadow: 0 0 3.5rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3.5rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1401px) {
  .l-inner {
    left: 6.25rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    left: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}

.l-header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #fff;
}

.l-header__inner {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1rem;
  background: #fff;
}

.l-header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}

.l-header__logo {
  width: 10.25rem;
}
.l-header__logo:hover {
  opacity: 0.7;
}

.l-header-top {
  position: fixed;
  cursor: pointer;
  z-index: 9;
  right: 25rem;
  bottom: 1.25rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 100%;
  background: rgba(228, 13, 17, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (min-width: 1401px) {
  .l-header-top {
    right: auto;
    left: calc(50% + 16.875rem);
    -webkit-transform: translateX(-50%) translateY(6px);
            transform: translateX(-50%) translateY(6px);
  }
}
@media screen and (max-width: 767px) {
  .l-header-top {
    right: 0.9375rem;
  }
}
.l-header-top::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% + 0.1875rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 1rem;
  height: 1rem;
  border-top: 0.1875rem solid #fff;
  border-right: 0.1875rem solid #fff;
}
.l-header-top:hover {
  background: #e40d11;
}

.l-header-top.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 1401px) {
  .l-header-top.is-show {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}

.l-main {
  position: relative;
  width: 100%;
  contain: paint;
}

.l-footer {
  width: 100%;
  background: #F0F0F0;
}

.l-footer__inner {
  width: 100%;
  padding: 1.875rem 1.25rem 1.625rem 1.25rem;
}

.l-footer__title {
  text-align: center;
}

.l-footer__titleIn {
  position: relative;
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.l-footer__titleIn::before, .l-footer__titleIn::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url(../imgs/pc/title_bar.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.l-footer__titleIn::before {
  left: -1.625rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.l-footer__titleIn::after {
  right: -1.625rem;
}
.l-footer__titleIn .red {
  color: #E40D11;
}

.l-footer__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.l-footerCard {
  width: 100%;
  border-radius: 0.625rem;
  background: #fff;
  padding: 1.25rem;
}

.l-footerCard__logo {
  width: 16.375rem;
  margin: 0 auto;
}

.l-footerCard__btn {
  position: relative;
  width: 100%;
  max-width: 16.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  padding: 0.875rem;
  background: #E40D11;
  border-radius: 5rem;
  margin: 0.625rem auto 0rem auto;
}
.l-footerCard__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.9375rem;
  width: 0.9375rem;
  height: 0.5625rem;
  background-image: url(../imgs/pc/arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footerCard__btn:hover {
  opacity: 0.7;
}
.l-footerCard__btn:hover::after {
  right: 0.625rem;
}

.l-footer__icon {
  display: block;
  width: 100%;
  max-width: 6.375rem;
  margin: 1.75rem auto 0rem auto;
}
.l-footer__icon:hover {
  opacity: 0.7;
}

.l-footer__copy {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 700;
  text-align: center;
  background: #333;
  padding: 0.625rem 0.625rem 0.8125rem 0.625rem;
}

.c-hamburger {
  cursor: pointer;
  position: relative;
  width: 4rem;
  height: 4rem;
  background: #E40D11;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.0625rem;
  height: 0.125rem;
  background: #fff;
  border-radius: 1.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: calc(50% - 0.6875rem);
}
.c-hamburger span:nth-of-type(3) {
  top: calc(50% + 0.6875rem);
}

.c-hamburger.min {
  position: relative;
  z-index: 99;
  top: 0;
  width: 3.125rem;
  height: 3.125rem;
  max-height: 0;
  overflow: hidden;
  margin-left: auto;
  background: rgba(228, 13, 17, 0.5);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .c-hamburger.min {
    right: 0;
  }
}
.c-hamburger.min span {
  width: 1.25rem;
}
.c-hamburger.min span:nth-of-type(1) {
  top: calc(50% - 0.5rem);
}
.c-hamburger.min span:nth-of-type(3) {
  top: calc(50% + 0.5rem);
}
.c-hamburger.min.on {
  position: sticky;
  max-height: none;
  overflow: inherit;
  opacity: 1;
}
.c-hamburger.min:hover {
  background: #E40D11;
}

.c-hamburger.active {
  background: #E40D11;
}
.c-hamburger.active span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.c-hamburger.active span:nth-of-type(2) {
  display: none;
}
.c-hamburger.active span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.c-hamburger-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: -100%;
  right: 24rem;
  width: 100%;
  height: 100vh;
  max-width: 26.875rem;
  max-height: 0;
  background: #F2F2F2;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1401px) {
  .c-hamburger-nav {
    left: calc(50% + 6.25rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-hamburger-nav {
    left: 0;
    right: auto;
    max-width: 100%;
    height: 100svh;
  }
}

.c-hamburger-nav__inner {
  width: 100%;
  padding: 5.625rem 1.25rem 2.5rem 1.25rem;
}

.c-hamburger-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0rem;
}

.c-hamburger-nav__list {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  padding: 1.25rem 0;
  border-bottom: 1px solid #D1D1D1;
}
.c-hamburger-nav__list:first-of-type {
  padding-top: 0rem;
}
.c-hamburger-nav__list:last-of-type {
  padding-bottom: 0rem;
  border-bottom: none;
}

.c-hamburger-nav__link {
  position: relative;
  width: 100%;
  display: block;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  padding-right: 1.25rem;
}
.c-hamburger-nav__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  width: 0.875rem;
  height: 0.5625rem;
  background-image: url(../imgs/pc/arrow_red.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-hamburger-nav__link:hover {
  color: #E40D11;
}

.c-hamburger-nav__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.c-hamburger-navCard {
  width: 100%;
  border-radius: 0.625rem;
  background: #fff;
  padding: 1.25rem;
}

.c-hamburger-navCard__logo {
  width: 16.375rem;
  margin: 0 auto;
}

.c-hamburger-navCard__btn {
  position: relative;
  width: 100%;
  max-width: 16.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  padding: 0.875rem;
  background: #E40D11;
  border-radius: 5rem;
  margin: 0.625rem auto 0rem auto;
}
.c-hamburger-navCard__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.9375rem;
  width: 0.9375rem;
  height: 0.5625rem;
  background-image: url(../imgs/pc/arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-navCard__btn:hover {
  opacity: 0.7;
}
.c-hamburger-navCard__btn:hover::after {
  right: 0.625rem;
}

.c-hamburger-nav.active {
  z-index: 10;
  max-height: none;
  top: 0%;
  opacity: 1;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-top: 2.5rem;
}
.pagination .page-numbers {
  width: 2.9375rem;
  height: 2.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #E40D11;
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: 600;
  background: #fff;
  border: 1px solid #E40D11;
}
.pagination .page-numbers:hover {
  color: #fff;
  background: #E40D11;
}
.pagination .dots {
  width: auto;
  height: auto;
  color: #E40D11;
  background: none;
  border: none;
}
.pagination .dots:hover {
  color: #E40D11;
  background: none;
}
.pagination .current {
  color: #fff;
  background: #E40D11;
}
.pagination .prev,
.pagination .next {
  display: none;
}

.p-single {
  position: relative;
  width: 100%;
  padding: 2.5rem 1.25rem 1rem 1.25rem;
}

.p-single__bgImg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}

.p-single__thumbnail {
  width: 100%;
}

.p-single__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
}

.p-single__time {
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  line-height: 1.3636363636;
}

.p-single__category {
  display: inline-block;
  min-width: 4.375rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding: 0.1875rem 0.625rem;
  background: #E40D11;
}
.p-single__category.cooking {
  background: #33B2F3;
}
.p-single__category.confectionery {
  background: #ED75A9;
}
.p-single__category.others {
  background: #F38201;
}

.p-single__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  line-height: 1.2083333333;
  font-weight: 600;
  padding-bottom: 1.875rem;
  border-bottom: 2px solid #E40D11;
  margin-top: 0.375rem;
  margin-bottom: 0.75rem;
}

.p-single__editor {
  /*-- 引用 --*/
}
.p-single__editor h2 {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 700;
  padding: 0.75rem 0.75rem 0.75rem 1.625rem;
  background: #F0F0F0;
  margin-top: 1.5rem;
  margin-bottom: 0.875rem;
}
.p-single__editor h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.75rem;
  width: 0.3125rem;
  height: calc(100% - 1.625rem);
  background: #E40D11;
}
.p-single__editor h3 {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 700;
  padding-bottom: 0.75rem;
  border-bottom: 2px dashed #E40D11;
  margin-bottom: 0.875rem;
}
.p-single__editor h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.875rem;
  border-left: 2px solid #E40D11;
  padding-left: 0.3125rem;
}
.p-single__editor h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.875rem;
}
.p-single__editor h6 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.875rem;
}
.p-single__editor p {
  padding-bottom: 1.5rem;
}
.p-single__editor figure {
  margin-bottom: 1.25rem;
}
.p-single__editor img {
  width: auto;
}
.p-single__editor table {
  margin-bottom: 1.875rem;
}
.p-single__editor table thead {
  background: #E40D11;
  border-bottom: none;
}
.p-single__editor table thead th,
.p-single__editor table thead td {
  color: #fff;
}
.p-single__editor table th {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  border: 1px solid #E40D11;
  padding: 0.9375rem;
}
.p-single__editor table td {
  font-size: 0.875rem;
  line-height: 1.5;
  border: 1px solid #E40D11;
  padding: 0.9375rem;
}
.p-single__editor a {
  display: inline-block;
  color: #33B2F3;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: underline;
}
.p-single__editor a:hover {
  opacity: 0.7;
}
.p-single__editor ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}
.p-single__editor ul li {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.625rem;
}
.p-single__editor ul li:last-of-type {
  margin-bottom: 0rem;
}
.p-single__editor ul li ul {
  padding-left: 1rem;
  margin-top: 0.625rem;
  margin-bottom: 0rem;
}
.p-single__editor ol {
  list-style: decimal;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.p-single__editor ol li {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.p-single__editor ol li:last-of-type {
  margin-bottom: 0rem;
}
.p-single__editor ol li ul {
  list-style: decimal;
  padding-left: 1rem;
  margin-top: 0.625rem;
  margin-bottom: 0rem;
}
.p-single__editor ol li::marker {
  font-weight: bold;
}
.p-single__editor blockquote {
  position: relative;
  padding: 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #eaeef2;
  margin-bottom: 1.5rem;
}
.p-single__editor #ez-toc-container {
  padding: 0;
  border-radius: 0;
  border: 1px solid #E40D11;
  background: #fff;
}
.p-single__editor .ez-toc-title-container {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  background: #E40D11;
  padding-top: 0.1875rem;
  padding-bottom: 0.25rem;
}
.p-single__editor #ez-toc-container .ez-toc-list-level-1 {
  padding: 1.25rem 1.25rem 1.5rem 1.25rem;
  counter-reset: toc1;
}
.p-single__editor #ez-toc-container .ez-toc-list-level-1 > li {
  counter-increment: toc1;
}
.p-single__editor #ez-toc-container .ez-toc-list-level-1 > li > .ez-toc-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
}
.p-single__editor #ez-toc-container .ez-toc-list-level-1 > li > .ez-toc-link::before {
  content: counter(toc1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  background: #E40D11;
  border-radius: 100%;
  margin-right: 0.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
}
.p-single__editor #ez-toc-container .ez-toc-list-level-1 > li > .ez-toc-link:hover {
  color: #33B2F3;
}

.p-single-keyword {
  width: 100%;
  background: #F0F0F0;
  padding: 2rem 1.25rem 1.75rem 1.25rem;
}

.p-single-keyword__inner {
  width: 100%;
}

.p-single-keyword__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
}

.p-single-keyword__tags {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.p-single-keyword__tag {
  color: #D6A302;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  padding: 0.4375rem 0.6875rem;
  background: #fff;
  border: 1px solid #D6A302;
  border-radius: 5rem;
}
.p-single-keyword__tag:hover {
  color: #fff;
  background: #D6A302;
}

.p-single-share {
  width: 100%;
  padding: 1.75rem 1.25rem;
  background: #E40D11;
}

.p-single-share__inner {
  width: 100%;
}

.p-single-share__title {
  width: 100%;
  max-width: 15.0625rem;
  height: 2.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0rem auto;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 0.625rem;
  background-image: url(../imgs/pc/share_bar.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-single-share__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.p-single-share__link {
  display: block;
  width: 3.125rem;
}
.p-single-share__link:hover {
  opacity: 0.7;
}

.p-single-recommend {
  position: relative;
  width: 100%;
  padding: 2.5rem 1.25rem;
}
.p-single-recommend.bg {
  background: #F7F7F7;
}

.p-single-recommend__item {
  position: absolute;
  top: -2.75rem;
  right: 0.3125rem;
  width: 100%;
  max-width: 13rem;
}

.p-single-recommend__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  line-height: 1.2727272727;
  font-weight: 600;
  border-left: 0.3125rem solid #E40D11;
  padding-left: 0.5rem;
}

.p-single-recommend__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.75rem;
  margin-top: 1.5rem;
}

.p-single-recommend__arrow {
  text-align: right;
  margin-top: 1rem;
}
.p-single-recommend__arrow a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  font-family: "Shippori Mincho", serif;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 500;
  padding: 0 0.5rem 0.6875rem 0.5rem;
  border-bottom: 1px solid #000000;
}
.p-single-recommend__arrow a::after {
  content: "";
  display: inline-block;
  position: relative;
  left: 0rem;
  width: 0.875rem;
  height: 0.5625rem;
  background-image: url(../imgs/pc/arrow_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-single-recommend__arrow a:hover::after {
  left: 0.5rem;
}

.p-single-recommendPost {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
.p-single-recommendPost:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-single-recommendPost__thumbnail {
  position: relative;
  width: 100%;
  max-width: 37.4358974359%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-single-recommendPost__img {
  position: relative;
  padding-top: 61.0256410256%;
  overflow: hidden;
}
.p-single-recommendPost__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-single-recommendPost__category {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: inline-block;
  min-width: 2.5rem;
  color: #fff;
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  font-weight: 700;
  text-align: center;
  padding: 0.1875rem 0.5625rem;
  background: #E40D11;
}
.p-single-recommendPost__category.cooking {
  background: #33B2F3;
}
.p-single-recommendPost__category.confectionery {
  background: #ED75A9;
}
.p-single-recommendPost__category.others {
  background: #F38201;
}

.p-single-recommendPost__group {
  width: 100%;
}

.p-single-recommendPost__time {
  font-family: "Shippori Mincho", serif;
  font-size: 0.875rem;
  line-height: 1.3571428571;
}

.p-single-recommendPost__title {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.125rem;
}

.p-single-recommendPost__tags {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.375rem;
}

.p-single-recommendPost__tag {
  color: #D6A302;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 700;
  padding: 0.1875rem 0.4375rem;
  border: 1px solid #D6A302;
  border-radius: 5rem;
}

.p-column {
  position: relative;
  width: 100%;
  padding: 1.75rem 1.25rem 2.5rem 1.25rem;
}

.p-column__bgImg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}

.p-column__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.875rem;
}
.p-column__title::before {
  content: attr(data-en);
  display: block;
  color: #E40D11;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.p-column__categories {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.p-column__category {
  width: 100%;
}
.p-column__category a {
  display: block;
  width: 100%;
  color: #E40D11;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding: 0.1875rem 0.625rem;
  background: #fff;
  border: 1px solid #E40D11;
}
.p-column__category a:hover {
  color: #fff;
  background: #E40D11;
}
.p-column__category.on a {
  color: #fff;
  background: #E40D11;
  pointer-events: none;
}
.p-column__category.cooking a {
  color: #33B2F3;
  border: 1px solid #33B2F3;
}
.p-column__category.cooking a:hover {
  color: #fff;
  background: #33B2F3;
}
.p-column__category.cooking.on a {
  color: #fff;
  background: #33B2F3;
}
.p-column__category.confectionery a {
  color: #ED75A9;
  border: 1px solid #ED75A9;
}
.p-column__category.confectionery a:hover {
  color: #fff;
  background: #ED75A9;
}
.p-column__category.confectionery.on a {
  color: #fff;
  background: #ED75A9;
}
.p-column__category.others a {
  color: #F38201;
  border: 1px solid #F38201;
}
.p-column__category.others a:hover {
  color: #fff;
  background: #F38201;
}
.p-column__category.others.on a {
  color: #fff;
  background: #F38201;
}

.p-column__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.75rem;
}

.p-column-fv {
  position: relative;
  width: 100%;
  padding-top: 0.375rem;
}

.p-column-fv__band {
  position: relative;
  left: -0.1875rem;
  width: 22.6875rem;
  height: 2.3125rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #E40D11;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  padding-bottom: 0.4375rem;
  background-image: url(../imgs/pc/fv_band.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-column-fv__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8125rem;
  line-height: 1.3793103448;
  font-weight: 600;
  padding-left: 0.625rem;
  margin-top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .p-column-fv__title {
    max-width: 25rem;
    margin: -0.5rem auto 0rem auto;
  }
}
.p-column-fv__title span {
  color: #E40D11;
}

.p-column-fv__item {
  position: absolute;
  top: 5.3125rem;
  right: -0.75rem;
  width: 7.125rem;
}

.p-column-food {
  position: relative;
  margin-top: 3.625rem;
  padding-top: 2.9375rem;
  padding-bottom: 2.5rem;
}
.p-column-food::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1.25rem;
  width: 100%;
  max-width: 22.75rem;
  height: 100%;
  background: #F0F0F0;
}

.p-column-food__eng {
  position: absolute;
  top: -1.5rem;
  left: -1.25rem;
  max-width: 23rem;
}

.p-column-food__item {
  position: absolute;
  z-index: 3;
  right: -1rem;
  bottom: -3rem;
  width: 100%;
  max-width: 11.0625rem;
}

.p-column-food__inner {
  position: relative;
  z-index: 2;
}

.p-column-food__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.p-column-food__title span {
  color: #E40D11;
}

.p-column-food__text {
  line-height: 1.875;
  margin-top: 0.75rem;
}

.p-column-food__lists {
  position: relative;
  left: -1.25rem;
  width: calc(100% + 2.5rem);
  margin-top: 1.875rem;
}

.p-column-food__list {
  margin: 0 0.21875rem;
}

.p-columnRank {
  width: 100%;
  padding-top: 2.6875rem;
  padding-bottom: 0rem;
}

.p-columnRank__inner {
  width: 100%;
}

.p-columnRank__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  line-height: 1.1818181818;
  font-weight: 600;
  border-left: 0.3125rem solid #E40D11;
  padding-left: 0.5rem;
}

.p-columnRank__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.75rem;
  margin-top: 1.25rem;
}

.p-columnPost {
  width: 100%;
}
.p-columnPost:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-columnPost.number {
  position: relative;
}
.p-columnPost.number::before {
  content: "1";
  position: absolute;
  z-index: 2;
  top: 0.75rem;
  left: 0.75rem;
  width: 2.9375rem;
  height: 2.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  border-radius: 0.3125rem;
  background: #E40D11;
}
.p-columnPost.number:nth-of-type(1)::before {
  content: "1";
}
.p-columnPost.number:nth-of-type(2)::before {
  content: "2";
}
.p-columnPost.number:nth-of-type(3)::before {
  content: "3";
}
.p-columnPost.number:nth-of-type(4)::before {
  content: "4";
}
.p-columnPost.number:nth-of-type(5)::before {
  content: "5";
}

.p-columnPost__thumbnail {
  width: 100%;
}

.p-columnPost__img {
  position: relative;
  padding-top: 61.0256410256%;
  overflow: hidden;
}
.p-columnPost__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-columnPost__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.625rem;
}

.p-columnPost__time {
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  line-height: 1.35;
}

.p-columnPost__category {
  display: inline-block;
  min-width: 4.375rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding: 0.1875rem 0.625rem;
  background: #E40D11;
}
.p-columnPost__category.cooking {
  background: #33B2F3;
}
.p-columnPost__category.confectionery {
  background: #ED75A9;
}
.p-columnPost__category.others {
  background: #F38201;
}

.p-columnPost__title {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 0.5rem;
}

.p-columnPost__tags {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.625rem;
}

.p-columnPost__tag {
  color: #D6A302;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  padding: 0.4375rem 0.6875rem;
  border: 1px solid #D6A302;
  border-radius: 5rem;
}

.p-recommend {
  width: 100%;
  margin-top: 2.125rem;
}

.p-recommend__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  line-height: 1.1818181818;
  font-weight: 600;
  border-left: 0.3125rem solid #E40D11;
  padding-left: 0.5rem;
}

.p-recommend__wrapper {
  position: relative;
  left: -1.25rem;
  width: calc(100% + 2.5rem);
  margin-top: 1.125rem;
}

.recommend-slider .slick-slide {
  margin: 0 0.625rem;
  overflow: visible;
}
.recommend-slider .slick-list {
  overflow: visible;
}
.recommend-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: visible;
}
.recommend-slider .slick-dots {
  display: none !important;
}
.recommend-slider .c-slickbar {
  width: 100%;
  max-width: 24.375rem;
  height: 0.25rem;
  background: #DEDEDE;
  overflow: hidden;
  margin: 1.75rem auto 0;
}
.recommend-slider .c-slickbar__fill {
  display: block;
  width: 0%;
  height: 100%;
  background: #E40D11;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}

.p-recommendPost {
  width: 100%;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
}
.p-recommendPost:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-recommendPost:hover .p-recommendPost__arrow span::after {
  left: 0.5rem;
}

.p-recommendPost__thumbnail {
  width: 100%;
}

.p-recommendPost__img {
  position: relative;
  padding-top: 61.0256410256%;
  overflow: hidden;
}
.p-recommendPost__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-recommendPost__group {
  position: relative;
  width: 100%;
  padding: 1.25rem;
}

.p-recommendPost__point {
  position: absolute;
  top: -0.9375rem;
  left: 0;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  line-height: 1.125;
  font-weight: 600;
  padding: 0.25rem 1.25rem 0.3125rem 1.25rem;
  background: #E40D11;
}

.p-recommendPost__title {
  font-size: 1.25rem;
  line-height: 1.45;
}

.p-recommendPost__arrow {
  text-align: right;
  margin-top: 0.25rem;
}
.p-recommendPost__arrow span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  font-family: "Shippori Mincho", serif;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 500;
  padding: 0 0.5rem 0.6875rem 0.5rem;
  border-bottom: 1px solid #000000;
}
.p-recommendPost__arrow span::after {
  content: "";
  display: inline-block;
  position: relative;
  left: 0rem;
  width: 0.875rem;
  height: 0.5625rem;
  background-image: url(../imgs/pc/arrow_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-category {
  position: relative;
  width: 100%;
  padding: 2.75rem 1.25rem 2.5rem 1.25rem;
}

.p-category__inner {
  width: 100%;
  max-width: 24.375rem;
  margin: 0rem auto;
}

.p-category__img {
  position: absolute;
  top: -2.125rem;
  left: 0.625rem;
  width: 9.25rem;
}

.p-category__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.375rem;
}
.p-category__title::before {
  content: attr(data-en);
  display: block;
  color: #E40D11;
  font-size: 0.875rem;
  margin-bottom: 0.4375rem;
}

.p-category__lists {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}

.p-category__list {
  width: 100%;
  background-image: url(../imgs/pc/category_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-category__list.confectionery {
  background-image: url(../imgs/pc/category_bg02.webp);
}
.p-category__list.others {
  background-image: url(../imgs/pc/category_bg03.webp);
}
.p-category__list a {
  width: 100%;
  min-height: 9.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.25rem;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 600;
  padding-top: 3.4375rem;
  background: rgba(0, 0, 0, 0.5);
}
.p-category__list a:hover {
  background: rgba(0, 0, 0, 0.3);
}
.p-category__list a:hover span::after {
  left: 0.5rem;
}
.p-category__list a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  padding: 0 0.5rem 0.5625rem 0.5rem;
  border-bottom: 1px solid #fff;
}
.p-category__list a span::after {
  content: "";
  display: inline-block;
  position: relative;
  left: 0rem;
  width: 0.875rem;
  height: 0.5625rem;
  background-image: url(../imgs/pc/arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-keyword {
  width: 100%;
  background-image: url(../imgs/pc/keyword_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.75rem 1.25rem 2.5rem 1.25rem;
}

.p-keyword__inner {
  width: 100%;
  max-width: 20.25rem;
  margin: 0rem auto;
}

.p-keyword__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.25rem;
}
.p-keyword__title::before {
  content: attr(data-en);
  display: block;
  color: #D6A302;
  font-size: 0.875rem;
  margin-bottom: 0.4375rem;
}

.p-keyword__tags {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.p-keyword__tag {
  color: #D6A302;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  padding: 0.4375rem 0.6875rem;
  background: #fff;
  border: 1px solid #D6A302;
  border-radius: 5rem;
}
.p-keyword__tag:hover {
  color: #fff;
  background: #D6A302;
}

.p-404 {
  width: 100%;
}

.p-404__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 0.875rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-sp-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline-block !important;
  }
}

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}/*# sourceMappingURL=style.css.map */