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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  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] {
  -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;
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

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;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

@font-face {
  font-family: "cormorant";
  src: url("../fonts/Cormorant-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "cormorant";
  src: url("../fonts/Cormorant-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "cormorant";
  src: url("../fonts/Cormorant-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  src: url("../fonts/ShipporiMinchoB1-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  src: url("../fonts/ShipporiMinchoB1-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  src: url("../fonts/ShipporiMinchoB1-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
}

body {
  font-family: "Shippori Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  color: #333333;
  line-height: 2.2;
  letter-spacing: 0.05em;
  background-color: #eaebe3;
  animation: first linear 1.5s;
}

@keyframes first {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
article {
  overflow: clip;
}

.en,
.wp-pagenavi,
ol.wp-block-list li::before {
  font-family: "cormorant", "Times New Roman", serif;
}

.hover-roll {
  color: transparent;
  text-shadow: 0 1em 0 transparent, 0 0 0 #333333;
  overflow: hidden;
}
@media (hover: hover) {
  .hover-roll:hover {
    text-shadow: 0 0 0 #333333, 0 -1em 0 transparent;
    transition: text-shadow 0.4s;
  }
}

.image-wide {
  position: relative;
  height: min(44.4444444444vw, 853px);
  clip-path: border-box;
}
@media screen and (max-width: 768px) {
  .image-wide {
    height: max(85vw, 480px);
  }
}
.image-wide-inner {
  position: fixed;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 + 80px);
  height: calc(100svh + 80px);
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.heading2 {
  display: flex;
  flex-direction: column;
}
.heading2__ja {
  position: relative;
  font-size: clamp(12px, 0.9722222222vw, 18px);
  font-weight: 700;
  padding-left: calc(1em + 4px);
}
.heading2__ja::before {
  content: "";
  position: absolute;
  width: 1em;
  aspect-ratio: 1/1;
  background: url("../images/svg/rice.svg") no-repeat center/100%;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.heading2__en {
  font-size: clamp(48px, 5.5555555556vw, 106px);
  font-weight: 600;
  line-height: 1.2;
}

.text-contents {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.text-contents h3 {
  font-size: clamp(22px, 1.9444444444vw, 37px);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 32px;
}
.text-contents p {
  font-size: clamp(14px, 1.1805555556vw, 17px);
  margin-bottom: 24px;
}

.btn-detail {
  position: relative;
  display: block;
  width: 7.3em;
  padding: 1em 1.5em 1em 0;
  border-bottom: solid 1px #333333;
  font-size: clamp(16px, 1.1805555556vw, 22px);
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .btn-detail {
    width: 130px;
    padding: 0.7em 1.5em 0.7em 0;
  }
}
.btn-detail.en {
  font-weight: 700;
}
.btn-detail::after {
  content: "";
  position: absolute;
  width: 1em;
  aspect-ratio: 1/1;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
.btn-detail::after {
  background: url("../images/svg/arrow.svg") no-repeat center/100%;
}

.btn-back {
  position: relative;
  display: block;
  width: 7.3em;
  padding: 1em 1.5em 1em 0;
  border-bottom: solid 1px #333333;
  font-size: clamp(16px, 1.1805555556vw, 22px);
  line-height: 1.2;
  text-align: right;
  padding: 1em 0 1em 1.5em;
}
@media screen and (max-width: 480px) {
  .btn-back {
    width: 130px;
    padding: 0.7em 1.5em 0.7em 0;
  }
}
.btn-back.en {
  font-weight: 700;
}
.btn-back::after {
  content: "";
  position: absolute;
  width: 1em;
  aspect-ratio: 1/1;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
@media screen and (max-width: 480px) {
  .btn-back {
    padding: 0.7em 0 0.7em 1.5em;
  }
}
.btn-back::after {
  background: url("../images/svg/arrow.svg") no-repeat center/100%;
  right: initial;
  left: 0;
  rotate: -180deg;
  transform-origin: center;
}

.btn-external {
  position: relative;
  display: block;
  width: 7.3em;
  padding: 1em 1.5em 1em 0;
  border-bottom: solid 1px #333333;
  font-size: clamp(16px, 1.1805555556vw, 22px);
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .btn-external {
    width: 130px;
    padding: 0.7em 1.5em 0.7em 0;
  }
}
.btn-external.en {
  font-weight: 700;
}
.btn-external::after {
  content: "";
  position: absolute;
  width: 1em;
  aspect-ratio: 1/1;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
.btn-external::after {
  background: url("../images/svg/arrow-outside.svg") no-repeat center/100%;
  rotate: -45deg;
}

.btn-ec {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  background-color: #333333;
  padding: 0.5em 1.12em;
  border: solid 1px #333333;
  border-radius: 48px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.07em;
  transition-property: background-color, color;
  transition-duration: 0.4s;
}
.btn-ec svg {
  width: clamp(16px, 1.1111111111vw, 21px);
  height: auto;
}
@media (hover: hover) {
  .btn-ec:hover {
    background-color: #ffffff;
    color: #333333;
  }
}

.btn-social-column {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .btn-social-column {
    margin-top: 0;
  }
}
.btn-social-column .btn-social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(32px, 2.2222222222vw, 42px);
  aspect-ratio: 1/1;
  border: solid 1px #333333;
  border-radius: 50%;
  margin-right: 0.7em;
  color: #333333;
  transition: opacity 0.4s;
}
.btn-social-column .btn-social svg {
  width: auto;
  height: 50%;
}
@media (hover: hover) {
  .btn-social-column .btn-social:hover {
    opacity: 0.5;
  }
}
.btn-social-column .btn-social:last-child {
  margin-right: 0;
}

.annotation {
  position: relative;
  padding-left: 1em;
}
.annotation::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 480px) {
  .break {
    display: none;
  }
}

.js-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9990;
}
@media screen and (max-width: 480px) {
  .js-header:not(.js-header-fixed) {
    position: absolute;
  }
}
.js-header .h-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .js-header .h-inner {
    padding: 20px 20px 0;
  }
}
.js-header .h-inner .menu {
  position: absolute;
  top: 20px;
  left: 25px;
}
@media screen and (max-width: 480px) {
  .js-header .h-inner .menu {
    position: initial;
    top: initial;
    left: initial;
  }
}
.js-header .h-inner .menu-common a {
  display: flex;
  margin-bottom: 10px;
  font-size: clamp(14px, 0.9722222222vw, 18px);
  line-height: 1.2;
}
.js-header .h-inner .menu-common li:last-child a {
  margin-bottom: 0;
}
.js-header .h-inner .menu-common__en {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.js-header .h-inner .menu-common__ja {
  display: none;
}
.js-header .h-inner .menu-sp {
  display: none;
}
.js-header .h-inner__top {
  position: absolute;
  top: 20px;
  right: 25px;
}
@media screen and (max-width: 480px) {
  .js-header .h-inner__top {
    position: initial;
    top: initial;
    left: initial;
  }
}
.js-header .h-inner__top .btn-hbg {
  display: none;
}
@media (hover: hover) {
  .js-header .h-inner__top .menu-logo a:hover img {
    opacity: 0.5;
  }
}
.js-header .h-inner__top .menu-logo a img {
  transition: opacity ease-out 0.2s;
}
@media screen and (max-width: 480px) {
  .js-header .h-inner__top .menu-logo a img {
    width: 120px;
  }
}

.js-header-fixed {
  display: none;
}
.js-header-fixed .h-inner {
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .js-header-fixed .h-inner .btn-hbg {
    display: block;
    position: absolute;
    width: 40px;
    height: 24px;
    top: 20px;
    left: 20px;
  }
  .js-header-fixed .h-inner .btn-hbg::before, .js-header-fixed .h-inner .btn-hbg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #333333;
    left: 50%;
    translate: -50% -50%;
    transform-origin: center center;
    transition: all linear 0.4s;
  }
  .js-header-fixed .h-inner .btn-hbg::before {
    top: calc(50% - 6px);
  }
  .js-header-fixed .h-inner .btn-hbg::after {
    top: calc(50% + 6px);
  }
}
.js-header-fixed .h-inner .btn-hbg.open::before {
  top: 50%;
  rotate: 30deg;
}
.js-header-fixed .h-inner .btn-hbg.open:after {
  top: 50%;
  rotate: -30deg;
}
.js-header-fixed .h-inner .menu-logo {
  position: absolute;
  top: 20px;
  right: 20px;
}
.js-header-fixed .h-inner .menu {
  display: none;
}
@media screen and (max-width: 480px) {
  .js-header-fixed .h-inner .menu-common {
    margin-bottom: 48px;
  }
}
.js-header-fixed .h-inner .menu-common a {
  gap: 0.5em;
  align-items: center;
  font-size: max(5.7894736842vw, 22px);
  line-height: initial;
  margin-bottom: 0.8em;
}
.js-header-fixed .h-inner .menu-common__en {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .js-header-fixed .h-inner .menu-common__ja {
    font-size: max(3.1578947368vw, 12px);
    font-weight: 600;
  }
}
@media screen and (max-width: 480px) {
  .js-header-fixed .h-inner .menu {
    height: calc(var(--vh, 1vh) * 100);
    height: 100svh;
    width: 100%;
    background-color: #eaebe3;
    padding: 110px clamp(28px, 6.25vw, 120px) 64px;
    overflow-y: scroll;
  }
  .js-header-fixed .h-inner .menu.open + .h-inner__top {
    background-color: #eaebe3;
  }
  .js-header-fixed .h-inner .menu > * {
    width: 100%;
  }
  .js-header-fixed .h-inner .menu .menu-common__ja {
    display: block;
  }
  .js-header-fixed .h-inner .menu .menu-sp {
    display: block;
  }
  .js-header-fixed .h-inner .menu .menu-sp .btn-ec {
    width: 100%;
    margin-bottom: 24px;
    padding: 0.6em 1em;
    font-size: max(4.4736842105vw, 17px);
    font-weight: 700;
  }
  .js-header-fixed .h-inner .menu .menu-sp .btn-external {
    width: 7.5em;
    font-size: max(3.6842105263vw, 14px);
  }
  .js-header-fixed .h-inner .menu .menu-sp .btn-external.tabechoku {
    margin-bottom: 0.6em;
  }
  .js-header-fixed .h-inner .menu .menu-sp .btn-external.tabechoku, .js-header-fixed .h-inner .menu .menu-sp .btn-external.mercari-shops {
    display: inline-block;
    width: auto;
    font-size: max(3.1578947368vw, 12px);
    font-weight: 600;
  }
  .js-header-fixed .h-inner .menu .menu-sp .btn-social-column {
    justify-content: flex-start;
    margin-top: min(11.8421052632vw, 50px);
  }
  .js-header-fixed .h-inner .menu .menu-sp address {
    margin: 16px 0 8px;
    font-size: max(3.1578947368vw, 12px);
  }
}

/* テスト */
span.fade-test {
  display: inline-block;
}

.top-fv {
  position: relative;
}
.top-fv__slide {
  height: calc(var(--vh, 1vh) * 100) !important;
  height: 100svh !important;
}
.top-fv__slide .swiper-slide-active img,
.top-fv__slide .swiper-slide-duplicate-active img,
.top-fv__slide .swiper-slide-prev img {
  animation: zoom 9s linear 0s normal both;
}
@keyframes zoom {
  0% {
    scale: 1.3;
  }
  100% {
    scale: 1;
  }
}
.top-fv__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  order: 2;
}
.top-fv__copy {
  position: absolute;
  width: 200px;
  top: 45%;
  left: 50%;
  translate: -50% -50%;
  z-index: 20;
}
@media screen and (max-width: 480px) {
  .top-fv__copy {
    width: 150px;
  }
}

.top-intro {
  position: relative;
  padding: clamp(50px, 11.8055555556vw, 227px) 0 clamp(70px, 9.7222222222vw, 187px);
  z-index: 10;
}
.top-intro-column {
  width: min(100%, 1600px);
  margin: 0 auto;
  position: relative;
  padding: 0 clamp(28px, 6.25vw, 120px);
  display: grid;
  gap: 48px 24px;
  grid-template-columns: 1fr 1.5fr 1fr;
}
@media screen and (max-width: 768px) {
  .top-intro-column {
    width: min(100%, 580px);
    margin: 0 auto;
    grid-template-columns: 1fr;
  }
}
.top-intro-column__copy {
  order: 3;
  display: flex;
  justify-content: center;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .top-intro-column__copy {
    position: absolute;
    top: 0;
    right: clamp(28px, 6.25vw, 120px);
  }
}
.top-intro-column__copy h2 {
  writing-mode: vertical-rl;
  font-size: clamp(24px, 2.7777777778vw, 42px);
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.8;
  padding-top: 1.7em;
}
@media screen and (max-width: 768px) {
  .top-intro-column__copy h2 {
    padding-top: 0;
  }
}
.top-intro-column__image {
  order: 2;
  width: min(100%, 500px);
  aspect-ratio: 680/897;
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top-intro-column__image {
    width: max(34.7222222222vw, 245px);
    margin-top: 88px;
  }
}
.top-intro-column__image img {
  position: absolute;
  width: 100%;
  height: calc(100% + 60px);
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
  translate: 0 -30px !important;
}
.top-intro-column__text {
  order: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .top-intro-column__text {
    grid-row: 2;
  }
}
.top-intro-column__text p {
  margin-bottom: 2.2em;
  font-size: clamp(16px, 1.25vw, 22px);
}
@media screen and (max-width: 768px) {
  .top-intro-column__text p {
    margin-bottom: 0;
  }
  .top-intro-column__text p br:not(:nth-of-type(2)) {
    display: none;
  }
}

.top-about {
  position: relative;
  padding: clamp(70px, 9.7222222222vw, 187px) 0;
  z-index: 10;
}
.top-about-inner {
  width: min(100%, 2560px);
  margin: 0 auto;
  position: relative;
  padding-bottom: clamp(64px, 25vw, 560px);
}
@media screen and (max-width: 960px) {
  .top-about-inner {
    padding-bottom: max(10vw, 48px);
  }
}
@media screen and (max-width: 960px) {
  .top-about-column {
    display: flex;
    flex-direction: column;
  }
}
.top-about-column__text {
  width: min(100%, 820px);
  margin: 0 auto;
  padding: 0 clamp(28px, 6.25vw, 120px);
}
@media screen and (max-width: 1200px) {
  .top-about-column__text {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 960px) {
  .top-about-column__text {
    order: 2;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.top-about-column__text .heading2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  translate: -100% 0;
}
@media screen and (max-width: 960px) {
  .top-about-column__text .heading2 {
    left: initial;
    translate: initial;
  }
}
.top-about-column__text .heading2__ja {
  margin-top: 56px;
}
@media screen and (max-width: 480px) {
  .top-about-column__text .heading2__ja {
    margin-top: 24px;
  }
}
.top-about-column__text .heading2__en {
  margin-bottom: 1.2em;
}
@media screen and (max-width: 960px) {
  .top-about-column__text .text-contents {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 480px) {
  .top-about-column__text .text-contents p br:nth-of-type(2) {
    display: none;
  }
}
.top-about-column__image {
  position: absolute;
  overflow: hidden;
}
.top-about-column__image img {
  position: absolute;
  width: 100%;
  height: calc(100% + 60px);
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
  translate: 0 -30px !important;
}
.top-about-column__image[data-index="1"] {
  width: clamp(190px, 31.25vw, 600px);
  aspect-ratio: 640/427;
  right: 0;
  top: 0;
  translate: 0 25%;
}
@media screen and (max-width: 768px) {
  .top-about-column__image[data-index="1"] {
    order: 1;
    position: relative;
    margin-left: auto;
    right: initial;
    top: initial;
  }
}
.top-about-column__image[data-index="1.5"] {
  width: clamp(240px, 29.1666666667vw, 560px);
  aspect-ratio: 160/213;
  left: 0;
  top: 32%;
}
@media screen and (max-width: 960px) {
  .top-about-column__image[data-index="1.5"] {
    order: 3;
    position: relative;
    left: initial;
    top: initial;
  }
}
.top-about-column__image[data-index="2"] {
  width: clamp(190px, 25vw, 480px);
  aspect-ratio: 3/2;
  right: 0;
  bottom: 0;
  translate: -30% 0 !important;
}
@media screen and (max-width: 768px) {
  .top-about-column__image[data-index="2"] {
    order: 4;
    position: relative;
    margin: 40px 0 0 auto;
    right: initial;
    bottom: initial;
    translate: initial !important;
  }
}

.top-products {
  position: relative;
  padding: clamp(70px, 9.7222222222vw, 187px) 0;
  z-index: 10;
}
.top-products-inner {
  width: min(100%, 2560px);
  margin: 0 auto;
}
.top-products-column {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .top-products-column {
    flex-direction: column;
  }
}
.top-products-column .text-contents {
  padding: 0 0 0 clamp(28px, 6.25vw, 120px);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top-products-column .text-contents {
    margin: 0 auto 40px;
    padding: 0 clamp(28px, 6.25vw, 120px);
  }
}
.top-products-column .text-contents .heading2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .top-products-column .text-contents .heading2 {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 480px) {
  .top-products-column .text-contents p br:nth-of-type(2) {
    display: none;
  }
}
.top-products-column .top-products-images {
  position: relative;
  width: min(53.4722222222vw, 1096px);
}
@media screen and (max-width: 768px) {
  .top-products-column .top-products-images {
    width: 82%;
    min-width: initial;
    margin: 0 0 0 auto;
  }
}
.top-products-column .top-products-images img {
  position: absolute;
  width: 100%;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100% + 60px);
  translate: 0 -30px !important;
}
.top-products-column .top-products-images .top-products-image {
  overflow: hidden;
}
.top-products-column .top-products-images .top-products-image[data-index="1"] {
  width: 70%;
  aspect-ratio: 380/549;
  margin-left: auto;
}
.top-products-column .top-products-images .top-products-image[data-index="2"] {
  position: absolute;
  width: 45%;
  aspect-ratio: 480/649;
  left: 0;
  bottom: -16%;
}

.top-blog {
  position: relative;
  padding: clamp(70px, 9.7222222222vw, 187px) 0;
  z-index: 10;
}
.top-blog-column {
  width: min(100%, 1600px);
  margin: 0 auto;
  display: grid;
  gap: 48px 80px;
  grid-template-rows: auto 1fr;
  grid-template-columns: minmax(280px, 1fr) 2.8fr;
  align-items: flex-start;
  padding: 0 clamp(28px, 6.25vw, 120px);
}
@media screen and (max-width: 1200px) {
  .top-blog-column {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .top-blog-column {
    gap: 24px;
  }
}
@media screen and (max-width: 480px) {
  .top-blog-column__h {
    margin-bottom: 16px;
  }
}
.top-blog-column .btn-detail {
  grid-column: 1;
  grid-row: 2;
}
@media screen and (max-width: 1200px) {
  .top-blog-column .btn-detail {
    order: 3;
    grid-column: initial;
    grid-row: initial;
    margin-left: auto;
  }
}
.top-blog-column__list {
  grid-column: 2;
  grid-row: 1/3;
}
@media screen and (max-width: 1200px) {
  .top-blog-column__list {
    grid-column: initial;
    grid-row: initial;
  }
}

.sub-fv {
  height: calc(var(--vh, 1vh) * 100);
  height: 100svh;
}
@media screen and (max-width: 768px) {
  .sub-fv {
    height: auto;
  }
}
.sub-fv .sub-fv-column {
  width: min(100%, 2560px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: flex-end;
  height: 100%;
  padding: 0 clamp(28px, 6.25vw, 120px);
}
@media screen and (max-width: 1200px) {
  .sub-fv .sub-fv-column {
    grid-template-columns: 1fr 1fr;
    padding: 0 0 0 clamp(28px, 6.25vw, 120px);
  }
}
@media screen and (max-width: 768px) {
  .sub-fv .sub-fv-column {
    grid-template-columns: 1fr;
    padding: min(23.6842105263vw, 90px) 0 0 0;
  }
}
.sub-fv .sub-fv-column .text-contents {
  margin: 0 auto 80px 0;
}
@media screen and (max-width: 768px) {
  .sub-fv .sub-fv-column .text-contents {
    order: 2;
    margin-top: clamp(45px, 6.25vw, 90px);
    margin-bottom: 0;
    padding: 0 clamp(28px, 6.25vw, 120px);
  }
}
.sub-fv .sub-fv-column .text-contents .heading2__en {
  margin-bottom: 0.3em;
}
.sub-fv .sub-fv-column .text-contents p {
  margin-bottom: 0;
}
.sub-fv .sub-fv-column .sub-fv-image {
  position: relative;
  height: 100%;
  clip-path: border-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sub-fv .sub-fv-column .sub-fv-image {
    order: 1;
    height: max(40vh, 420px);
  }
}
.sub-fv .sub-fv-column .sub-fv-image img {
  position: fixed;
  height: calc(100% + 80px);
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .sub-fv .sub-fv-column .sub-fv-image img {
    width: calc(100% - clamp(28px, 6.25vw, 120px));
    height: calc(40vh + 160px + clamp(28px, 6.25vw, 120px) * 2);
    margin-left: auto;
  }
}

.about-intro-detail {
  width: min(100%, 2560px);
  margin: 0 auto;
  position: relative;
  padding: clamp(70px, 13.8888888889vw, 250px) clamp(28px, 6.25vw, 120px);
}
@media screen and (max-width: 768px) {
  .about-intro-detail {
    width: min(100%, 580px);
    margin: 0 auto;
  }
}
.about-intro-detail__map {
  position: absolute;
  width: clamp(720px, 88.3333333333vw, 1920px);
  top: 50%;
  left: 0;
  translate: -10% -55% !important;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about-intro-detail__map {
    position: relative;
    width: max(201.8421052632vw, 760px);
    max-width: -moz-max-content;
    max-width: max-content;
    margin-bottom: max(-138vw, -880px);
    top: 0;
    left: 50%;
    translate: -50% -40% !important;
  }
}
.about-intro-detail__text {
  position: relative;
  width: 50%;
  margin: 0 0 0 auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .about-intro-detail__text {
    width: auto;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .about-intro-detail__text .text-contents p:not(:last-child) br {
    display: none;
  }
}

.about-message-wide {
  display: grid;
  gap: clamp(6px, 0.6944444444vw, 12px);
  grid-template-columns: 1fr 2fr;
  height: min(44.4444444444vw, 853px);
}
@media screen and (max-width: 768px) {
  .about-message-wide {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.about-message-wide__item {
  clip-path: border-box;
}
.about-message-wide__item .bg-parallax {
  position: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 + 80px);
  height: calc(100svh + 80px);
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about-message-wide__item {
    aspect-ratio: 19/12;
  }
}
.about-message-wide__item:nth-of-type(1) figure {
  width: 33.3%;
  background-image: url("../images/about/about-message01.webp");
  left: 0;
}
@media screen and (max-width: 768px) {
  .about-message-wide__item:nth-of-type(1) figure {
    width: 100%;
    background-image: url("../images/about/about-message01-sp.webp");
  }
}
.about-message-wide__item:nth-of-type(2) figure {
  width: 66.7%;
  background-image: url("../images/about/about-message02.webp");
  right: 0;
}
@media screen and (max-width: 768px) {
  .about-message-wide__item:nth-of-type(2) figure {
    width: 100%;
    background-image: url("../images/about/about-message02-sp.webp");
  }
}

.about-message {
  position: relative;
  z-index: 10;
}
.about-message .about-message-column {
  width: min(100%, 1600px);
  margin: 0 auto;
  display: grid;
  gap: 0 clamp(100px, 11.8055555556vw, 180px);
  grid-template-columns: 1.5fr 2fr 0.5fr;
  padding: clamp(70px, 11.1111111111vw, 200px) clamp(28px, 6.25vw, 120px);
}
@media screen and (max-width: 1200px) {
  .about-message .about-message-column {
    gap: 0 max(5.5555555556vw, 48px);
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .about-message .about-message-column {
    width: min(100%, 580px);
    margin: 0 auto;
    gap: clamp(50px, 13.1578947368vw, 64px);
    grid-template-columns: 1fr;
  }
}
.about-message .about-message-column .heading2 {
  grid-column: 1;
  grid-row: 1;
}
.about-message .about-message-column .heading2__en {
  font-size: clamp(42px, 5.5555555556vw, 106px);
}
@media screen and (max-width: 1200px) {
  .about-message .about-message-column .heading2 {
    grid-column: 2;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .about-message .about-message-column .heading2 {
    grid-column: 1;
    margin: 0 auto 0 0;
  }
}
.about-message .about-message-column__copy {
  grid-column: 3;
  grid-row: 1/3;
  font-size: clamp(24px, 1.9444444444vw, 37px);
}
@media screen and (max-width: 1200px) {
  .about-message .about-message-column__copy {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .about-message .about-message-column__copy {
    grid-column: 1;
  }
}
.about-message .about-message-column__copy h3 {
  writing-mode: vertical-rl;
  font-size: clamp(22px, 1.9444444444vw, 37px);
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.8;
  margin-top: 2.5em;
}
@media screen and (max-width: 1200px) {
  .about-message .about-message-column__copy h3 {
    margin: 2.5em 0;
  }
}
@media screen and (max-width: 768px) {
  .about-message .about-message-column__copy h3 {
    margin: 0;
  }
}
.about-message .about-message-column__content {
  grid-column: 2;
  grid-row: 1/3;
  margin-top: 190px;
}
@media screen and (max-width: 1200px) {
  .about-message .about-message-column__content {
    grid-column: 2/4;
    grid-row: 3;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .about-message .about-message-column__content {
    grid-column: 1;
  }
}
.about-message .about-message-column__content p {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  margin-bottom: 1.8em;
}
.about-message .about-message-column__content p:last-child {
  margin-bottom: 0;
}
.about-message .about-message-column__image {
  grid-column: 1;
  grid-row: 2;
  margin-top: auto;
}
@media screen and (max-width: 1200px) {
  .about-message .about-message-column__image {
    grid-row: 3;
  }
}
@media screen and (max-width: 768px) {
  .about-message .about-message-column__image {
    grid-row: 4;
  }
}
.about-message .about-message-column__image__name {
  width: 70%;
  margin-top: 25px;
}
.about-message .about-message-column__image p {
  font-size: clamp(15px, 1.25vw, 23px);
}

.products-features-inner {
  padding: clamp(180px, 15.2777777778vw, 250px) 0 clamp(120px, 13.6805555556vw, 200px);
}
@media screen and (max-width: 768px) {
  .products-features-inner {
    padding-bottom: 0;
  }
}
.products-features-inner .heading2 {
  align-items: center;
}
.products-features-inner .heading2__en {
  font-size: clamp(42px, 5.5555555556vw, 106px);
  margin-bottom: 1em;
}
.products-features-inner .products-features-column .features-details {
  position: relative;
}
.products-features-inner .products-features-column .features-details li {
  height: calc(var(--vh, 1vh) * 100);
  height: 100svh;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .products-features-inner .products-features-column .features-details li {
    height: initial;
    grid-template-columns: 1fr;
  }
}
.products-features-inner .products-features-column .features-details li .features-details__contents {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 clamp(28px, 6.25vw, 120px);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .products-features-inner .products-features-column .features-details li .features-details__contents {
    padding: max(10.5263157895vw, 40px) clamp(28px, 6.25vw, 120px) max(15.7894736842vw, 60px);
  }
}
.products-features-inner .products-features-column .features-details li .features-details__contents__inner {
  width: min(100%, 416px);
  margin: 0 auto;
}
.products-features-inner .products-features-column .features-details li .features-details__contents__inner h3 {
  font-size: clamp(24px, 1.9444444444vw, 37px);
}
.products-features-inner .products-features-column .features-details li .features-details__contents__inner h3 .point {
  display: flex;
  gap: 0.3em;
  align-items: center;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
}
.products-features-inner .products-features-column .features-details li .features-details__contents__inner h3 .point__i {
  font-size: 1.4em;
  letter-spacing: 0.1em;
  margin-bottom: 0.15em;
}
.products-features-inner .products-features-column .features-details li .features-details__contents__inner h3 .features-details__copy {
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 1.7em 0 1.2em;
}
@media screen and (max-width: 768px) {
  .products-features-inner .products-features-column .features-details li .features-details__contents__inner h3 .features-details__copy {
    margin: 1.2em 0 1em;
  }
}
.products-features-inner .products-features-column .features-details li .features-details__contents__inner .features-details__explain {
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
@media screen and (max-width: 768px) {
  .products-features-inner .products-features-column .features-details li .features-details__contents {
    order: 2;
  }
}
.products-features-inner .products-features-column .features-details li .features-details__image {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  clip-path: border-box;
}
@media screen and (max-width: 768px) {
  .products-features-inner .products-features-column .features-details li .features-details__image {
    order: 1;
    position: relative;
    width: 100%;
    aspect-ratio: 379/427;
    top: initial;
    right: initial;
    clip-path: border-box;
  }
}
.products-features-inner .products-features-column .features-details li .features-details__image img {
  height: calc(var(--vh, 1vh) * 100 + 80px);
  height: calc(100svh + 80px);
  position: sticky;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .products-features-inner .products-features-column .features-details li .features-details__image img {
    position: fixed;
    height: calc(var(--vh, 1vh) * 100 + 80px);
    height: calc(100svh + 80px);
  }
}
.products-features-inner .products-features-column .features-details li:last-child .features-details__contents__inner {
  margin-bottom: 20vh;
}
@media screen and (max-width: 768px) {
  .products-features-inner .products-features-column .features-details li:last-child .features-details__contents__inner {
    margin-bottom: 0;
  }
}

.products-lineup {
  position: relative;
  z-index: 10;
}
.products-lineup-image {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #d2d4ca;
  padding: clamp(57px, 4.8611111111vw, 100px) clamp(28px, 6.25vw, 120px) 0;
}
.products-lineup-image img {
  width: clamp(220px, 22.2222222222vw, 450px);
}
.products-lineup-image .annotation {
  margin: 2em 0 2.5em auto;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  .products-lineup-image .annotation {
    font-size: 12px;
    margin: 3em auto 2em;
  }
}
.products-lineup-inner {
  width: min(100%, 1600px);
  margin: 0 auto;
  padding: clamp(100px, 8.3333333333vw, 150px) clamp(28px, 6.25vw, 120px);
}
.products-lineup-inner .products-lineup-column {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) 3fr;
}
@media screen and (max-width: 768px) {
  .products-lineup-inner .products-lineup-column {
    grid-template-columns: 1fr;
  }
}
.products-lineup-inner .products-lineup-column h2 {
  font-size: clamp(38px, 2.7777777778vw, 53px);
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .products-lineup-inner .products-lineup-column h2 {
    margin-bottom: 0.8em;
  }
}
.products-lineup-inner .products-lineup-column .lineup-list__item {
  display: grid;
  gap: max(48px, 5.4166666667vw);
  grid-template-columns: 2fr minmax(230px, 1.2fr);
  border-top: solid 1px #c4c5bf;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  padding: 1em 0 3.5em;
}
@media screen and (max-width: 768px) {
  .products-lineup-inner .products-lineup-column .lineup-list__item {
    gap: 1.5em;
    grid-template-columns: 1fr;
    padding: 1.7em 0 2.5em;
  }
}
.products-lineup-inner .products-lineup-column .lineup-list__item:last-child {
  padding-bottom: 0;
}
.products-lineup-inner .products-lineup-column .lineup-list__item h3 {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.products-lineup-inner .products-lineup-column .lineup-list__item h3 p {
  font-size: 1.375em;
}
.products-lineup-inner .products-lineup-column .lineup-list__item h3 small {
  margin-top: 0.7em;
}
@media screen and (max-width: 768px) {
  .products-lineup-inner .products-lineup-column .lineup-list__item h3 small {
    margin-top: 0.3em;
  }
}
@media screen and (max-width: 768px) {
  .products-lineup-inner {
    padding: max(10.5263157895vw, 40px) clamp(28px, 6.25vw, 120px) max(18.4210526316vw, 70px);
  }
}

.products-shop {
  clip-path: border-box;
}
.products-shop .bg-parallax {
  position: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 + 80px);
  height: calc(100svh + 80px);
  top: 0;
  z-index: -1;
}
.products-shop .bg-parallax {
  background-image: url("../images/products/products-onlineshop.webp");
  left: 0;
}
.products-shop-inner {
  position: relative;
  padding: calc(clamp(28px, 6.25vw, 120px) * 1.5) clamp(28px, 6.25vw, 120px);
  z-index: 10;
}
.products-shop-inner .shop-box {
  width: min(100%, 1920px);
  margin: 0 auto;
}
.products-shop-inner .shop-box-inner {
  width: min(100%, 1600px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  background-color: #ffffff;
  padding: clamp(28px, 6.25vw, 120px);
}
@media screen and (max-width: 1200px) {
  .products-shop-inner .shop-box-inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .products-shop-inner .shop-box-inner {
    padding: calc(clamp(28px, 6.25vw, 120px) * 1.5) clamp(28px, 6.25vw, 120px);
  }
}
.products-shop-inner .shop-box-inner a {
  transition: opacity ease-out 0.2s;
}
@media (hover: hover) {
  .products-shop-inner .shop-box-inner a:hover {
    opacity: 0.5;
  }
}
.products-shop-inner .shop-box .heading2__en {
  font-size: clamp(42px, 5.5555555556vw, 106px);
  line-height: 1;
  margin-top: 0.1em;
}
@media screen and (max-width: 1200px) {
  .products-shop-inner .shop-box .heading2__en {
    margin-bottom: 0.8em;
  }
  .products-shop-inner .shop-box .heading2__en br {
    display: none;
  }
}
.products-shop-inner .shop-box .shop-box-links__ec p {
  font-size: clamp(14px, 1.0416666667vw, 17px);
  margin-bottom: 10px;
}
.products-shop-inner .shop-box .shop-box-links .btn-products {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  border: solid 1px #333333;
}
@media screen and (max-width: 480px) {
  .products-shop-inner .shop-box .shop-box-links .btn-products {
    height: 80px;
    padding: 0 calc(clamp(28px, 6.25vw, 120px) / 2);
  }
}
.products-shop-inner .shop-box .shop-box-links .btn-products-ec {
  gap: 1em;
  font-size: clamp(16px, 1.25vw, 23px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .products-shop-inner .shop-box .shop-box-links .btn-products-ec {
    justify-content: space-between;
  }
}
.products-shop-inner .shop-box .shop-box-links .btn-products-ec span br {
  display: none;
}
@media screen and (max-width: 480px) {
  .products-shop-inner .shop-box .shop-box-links .btn-products-ec span br {
    display: block;
  }
}
.products-shop-inner .shop-box .shop-box-links .btn-products-ec::after {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background: url("../images/svg/arrow.svg") no-repeat center/100%;
}
.products-shop-inner .shop-box .shop-box-links__sub {
  display: grid;
  gap: 15px 20px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .products-shop-inner .shop-box .shop-box-links__sub {
    grid-template-columns: 1fr;
  }
}
.products-shop-inner .shop-box .shop-box-links__sub p {
  grid-column: 1/3;
  font-size: clamp(14px, 1.1805555556vw, 17px);
  line-height: 1.8;
  margin-top: 2em;
}
@media screen and (max-width: 1200px) {
  .products-shop-inner .shop-box .shop-box-links__sub p br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .products-shop-inner .shop-box .shop-box-links__sub p {
    grid-column: initial;
    margin-top: 3em;
  }
}
.products-shop-inner .shop-box .shop-box-links__sub .btn-products-sub {
  grid-row: 2;
}
@media screen and (max-width: 768px) {
  .products-shop-inner .shop-box .shop-box-links__sub .btn-products-sub {
    grid-row: initial;
  }
}
.products-shop-inner .shop-box .shop-box-links__sub .btn-products-sub img {
  width: auto;
  height: 40%;
}
.products-shop-inner .shop-box .shop-box-links__sub .btn-products-tabechoku {
  grid-column: 1;
}
@media screen and (max-width: 768px) {
  .products-shop-inner .shop-box .shop-box-links__sub .btn-products-tabechoku {
    grid-column: initial;
  }
}
.products-shop-inner .shop-box .shop-box-links__sub .btn-products-mercari {
  grid-column: 2;
}
@media screen and (max-width: 768px) {
  .products-shop-inner .shop-box .shop-box-links__sub .btn-products-mercari {
    grid-column: initial;
  }
}

.post-inner {
  padding: 134px clamp(28px, 6.25vw, 120px) 160px;
}
@media screen and (max-width: 480px) {
  .post-inner {
    padding-top: 178px;
  }
}
.post-inner .post-container {
  width: min(100%, 860px);
  margin: 0 auto;
}
.post-inner .post-container .post-title {
  position: relative;
  border-bottom: solid 1px #333333;
}
.post-inner .post-container .post-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #333333;
  bottom: 3px;
  left: 0;
}
.post-inner .post-container .post-title__sub {
  display: flex;
  align-items: center;
}
.post-inner .post-container .post-title__sub .post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  font-size: clamp(12px, 0.9027777778vw, 17px);
}
.post-inner .post-container .post-title__sub .post-categories a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  padding: 0 0.5em;
  background-color: #333333;
  border-radius: 2em;
  color: #ffffff;
  line-height: 2.1;
}
@media screen and (max-width: 480px) {
  .post-inner .post-container .post-title__sub .post-categories a {
    min-width: 90px;
  }
}
.post-inner .post-container .post-title__sub time {
  font-size: clamp(18px, 1.3888888889vw, 26px);
  margin-bottom: 0.2em;
  margin-left: 1.5em;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .post-inner .post-container .post-title__sub time {
    margin-left: 0;
  }
}
.post-inner .post-container .post-title__sub time {
  margin-left: 1.2em;
}
.post-inner .post-container .post-title h1 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 1.4em 0 calc(1em + 3px);
}
@media screen and (max-width: 768px) {
  .post-inner .post-container .post-title h1 {
    font-size: clamp(22px, 5.7894736842vw, 1.75rem);
  }
}
.post-inner .post-container .post-content {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .post-inner .post-container .post-content {
    padding-top: 40px;
  }
}
.post-inner .post-container .post-content a {
  text-decoration: underline;
  transition: opacity linear 0.2s;
}
@media (hover: hover) {
  .post-inner .post-container .post-content a:hover {
    opacity: 0.5;
  }
}
.post-inner .post-container .post-content p, .post-inner .post-container .post-content .wp-block-list, .post-inner .post-container .post-content table {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .post-inner .post-container .post-content p, .post-inner .post-container .post-content .wp-block-list, .post-inner .post-container .post-content table {
    font-size: clamp(14px, 3.6842105263vw, 1rem);
  }
}
.post-inner .post-container .post-content p {
  margin-bottom: 2.5em;
}
.post-inner .post-container .post-content h2 {
  font-size: 1.625rem !important;
  font-weight: 700;
  line-height: 1.8;
  padding-bottom: 0.8em;
  border-bottom: solid 1px #c4c5bf;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 768px) {
  .post-inner .post-container .post-content h2 {
    font-size: clamp(18px, 4.7368421053vw, 1.625rem) !important;
  }
}
.post-inner .post-container .post-content h3 {
  position: relative;
  font-size: 1.375rem !important;
  font-weight: 700;
  line-height: 1.8;
  padding-left: 2em;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 768px) {
  .post-inner .post-container .post-content h3 {
    font-size: clamp(20px, 5.2631578947vw, 1.375rem) !important;
  }
}
.post-inner .post-container .post-content h3::before {
  content: "";
  position: absolute;
  width: 1.6em;
  height: 1px;
  background-color: #333333;
  top: 0.9em;
  left: 0;
}
.post-inner .post-container .post-content figure {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
.post-inner .post-container .post-content figure figcaption {
  font-size: 0.75rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .post-inner .post-container .post-content figure figcaption {
    font-size: clamp(12px, 3.1578947368vw, 0.75rem);
  }
}
.post-inner .post-container .post-content figure.is-layout-flex {
  display: grid;
  gap: 30px 20px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .post-inner .post-container .post-content figure.is-layout-flex {
    grid-template-columns: 1fr;
  }
}
.post-inner .post-container .post-content figure.is-layout-flex figure {
  width: 100% !important;
}
.post-inner .post-container .post-content .wp-block-list {
  margin-bottom: 2.5em;
}
.post-inner .post-container .post-content .wp-block-list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 1em;
}
.post-inner .post-container .post-content .wp-block-list li:last-child {
  margin-bottom: 0;
}
.post-inner .post-container .post-content .wp-block-list li::before {
  position: absolute;
  left: 0;
}
.post-inner .post-container .post-content ul.wp-block-list li::before {
  content: "";
  width: 0.4em;
  aspect-ratio: 1/1;
  background-color: #333333;
  border-radius: 50%;
  top: 0.7em;
}
.post-inner .post-container .post-content ol.wp-block-list {
  counter-reset: index;
}
.post-inner .post-container .post-content ol.wp-block-list li::before {
  counter-increment: index;
  content: counter(index) ".";
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
  top: 0;
}
.post-inner .post-container .post-content table {
  border: solid 1px #c4c5bf;
}
.post-inner .post-container .post-content table tr {
  border-bottom: solid 1px #c4c5bf;
}
.post-inner .post-container .post-content table tr:last-child {
  border: none;
}
.post-inner .post-container .post-content table tr > * {
  border: none;
  border-right: solid 1px #c4c5bf;
  background-color: transparent;
}
.post-inner .post-container .post-content table tr > *:last-child {
  border: none;
}
.post-inner .post-container .post-content table td, .post-inner .post-container .post-content table th {
  padding: 0.8em;
}
.post-inner .post-container .post-share-column {
  display: flex;
  align-items: center;
  margin: 60px 0 120px;
}
@media screen and (max-width: 480px) {
  .post-inner .post-container .post-share-column {
    margin-bottom: 110px;
  }
}
.post-inner .post-container .post-share-column h2 {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-right: 1.2em;
}
@media screen and (max-width: 768px) {
  .post-inner .post-container .post-share-column h2 {
    font-size: clamp(24px, 6.3157894737vw, 1.75rem);
  }
}
@media screen and (max-width: 480px) {
  .post-inner .post-container .post-share-column h2 {
    margin-right: 0.8em;
  }
}
.post-inner .post-container .post-share-column .post-share-list {
  display: flex;
  gap: 12px;
  align-items: center;
}
.post-inner .post-container .post-share-column .post-share-list__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  aspect-ratio: 1/1;
  background-color: #333333;
  border: solid 1px #333333;
  border-radius: 50%;
  color: #ffffff;
  transition-property: color, background-color;
  transition-duration: 0.4s;
}
@media (hover: hover) {
  .post-inner .post-container .post-share-column .post-share-list__btn:hover {
    color: #333333;
    background-color: #ffffff;
  }
}
.post-inner .post-container .post-share-column .post-share-list__btn svg {
  width: auto;
  height: 40%;
}
.post-inner .post-container .post-pager {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  align-items: center;
  border-top: solid 1px #333333;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-top: 2em;
}
@media screen and (max-width: 480px) {
  .post-inner .post-container .post-pager {
    font-size: 1rem;
  }
}
.post-inner .post-container .post-pager__prev a, .post-inner .post-container .post-pager__next a, .post-inner .post-container .post-pager__archive a {
  border-bottom: solid 1px #333333;
}
.post-inner .post-container .post-pager__prev a, .post-inner .post-container .post-pager__next a {
  position: relative;
}
.post-inner .post-container .post-pager__prev a::before, .post-inner .post-container .post-pager__next a::before {
  content: "";
  position: absolute;
  width: 0.8em;
  aspect-ratio: 1/1;
  background: url("../images/svg/arrow.svg") no-repeat center/100%;
  top: 50%;
  translate: 0 -50%;
}
.post-inner .post-container .post-pager__prev {
  margin-right: auto;
}
.post-inner .post-container .post-pager__prev a {
  padding-left: 1.2em;
}
.post-inner .post-container .post-pager__prev a::before {
  left: 0;
  rotate: -180deg;
  transform-origin: center;
}
.post-inner .post-container .post-pager__next {
  margin-left: auto;
}
.post-inner .post-container .post-pager__next a {
  padding-right: 1.2em;
}
.post-inner .post-container .post-pager__next a::before {
  right: 0;
}
.post-inner .post-container .post-pager__archive {
  margin: 0 auto;
}

.blog-list .list-item {
  display: flex;
  gap: clamp(20px, 3.4722222222vw, 66px);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 0;
  border-bottom: solid 1px #c4c5bf;
}
@media screen and (max-width: 480px) {
  .blog-list .list-item {
    padding: 24px 0;
  }
}
.blog-list .list-item__thumb {
  width: clamp(110px, 13.1944444444vw, 254px);
  aspect-ratio: 3/2;
  overflow: hidden;
}
.blog-list .list-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale ease-out 0.4s;
}
.blog-list .list-item__contents {
  flex: 1;
}
.blog-list .list-item__contents .contents-sub {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .blog-list .list-item__contents .contents-sub {
    justify-content: space-between;
  }
}
.blog-list .list-item__contents .contents-sub .post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  font-size: clamp(12px, 0.9027777778vw, 17px);
}
.blog-list .list-item__contents .contents-sub .post-categories a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  padding: 0 0.5em;
  background-color: #333333;
  border-radius: 2em;
  color: #ffffff;
  line-height: 2.1;
}
@media screen and (max-width: 480px) {
  .blog-list .list-item__contents .contents-sub .post-categories a {
    min-width: 90px;
  }
}
.blog-list .list-item__contents .contents-sub time {
  font-size: clamp(18px, 1.3888888889vw, 26px);
  margin-bottom: 0.2em;
  margin-left: 1.5em;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .blog-list .list-item__contents .contents-sub time {
    margin-left: 0;
  }
}
.blog-list .list-item__contents h3 {
  font-size: clamp(12px, 1.0416666667vw, 15px);
  line-height: 1.8;
  margin-top: 1.5em;
}
@media (hover: hover) {
  .blog-list .list-item:hover .list-item__thumb img {
    scale: 1.2;
  }
}
.blog-list li:first-child .list-item {
  border-top: solid 1px #c4c5bf;
}

.archive-contents {
  position: relative;
  padding: clamp(140px, 9.7222222222vw, 160px) 0;
}
@media screen and (max-width: 768px) {
  .archive-contents {
    padding: 0 0 clamp(80px, 21.0526315789vw, 120px);
  }
}
.archive-contents-column {
  width: min(100%, 1600px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 0.5fr) 3fr;
  padding: 0 clamp(28px, 6.25vw, 120px);
}
@media screen and (max-width: 768px) {
  .archive-contents-column {
    grid-template-columns: 1fr;
  }
}
.archive-contents-column .archive-categories {
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  .archive-contents-column .archive-categories {
    grid-row: 2;
  }
}
.archive-contents-column .archive-categories-list {
  display: flex;
  flex-direction: column;
  gap: 0.8em 1.8em;
  font-size: clamp(12px, 0.9722222222vw, 18px);
}
.archive-contents-column .archive-categories-list li > span {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .archive-contents-column .archive-categories-list {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 3.8em 0 2em;
  }
}
.archive-contents-column .archive-explain {
  grid-column: 2;
  grid-row: 1;
}
@media screen and (max-width: 768px) {
  .archive-contents-column .archive-explain {
    grid-column: initial;
    grid-row: 1;
  }
}
.archive-contents-column .archive-explain p {
  font-size: clamp(14px, 1.0416666667vw, 17px);
}
.archive-contents-column .archive-articles {
  grid-column: 2;
  grid-row: 2;
  margin: clamp(30px, 3.4722222222vw, 60px) 0;
}
@media screen and (max-width: 768px) {
  .archive-contents-column .archive-articles {
    grid-column: initial;
    grid-row: 3;
    margin: 0 0 min(15.7894736842vw, 60px);
  }
}
.archive-contents-column .wp-pagenavi {
  grid-column: 2;
  grid-row: 3;
  display: flex;
  align-items: flex-end;
  gap: 0.5em;
  font-size: clamp(20px, 1.5277777778vw, 24px);
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .archive-contents-column .wp-pagenavi {
    grid-column: initial;
    grid-row: 4;
  }
}
.archive-contents-column .wp-pagenavi a, .archive-contents-column .wp-pagenavi .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(40px, 3.1944444444vw, 48px);
  aspect-ratio: 1/1;
  border: solid 1px #333333;
  border-radius: 50%;
}
.archive-contents-column .wp-pagenavi a {
  transition-property: color, background-color;
  transition-duration: 0.4s;
}
@media (hover: hover) {
  .archive-contents-column .wp-pagenavi a:hover {
    color: #ffffff;
    background-color: #333333;
  }
}
.archive-contents-column .wp-pagenavi .current {
  color: #ffffff;
  background-color: #333333;
}
.archive-contents-column .wp-pagenavi .extend {
  margin-bottom: 0.4em;
}

footer {
  border-top: solid 1px #c4c5bf;
}
footer .f-inner {
  padding: 40px 25px 64px;
}
@media screen and (max-width: 768px) {
  footer .f-inner {
    padding-top: 48px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  footer .f-inner {
    padding: 40px 20px 64px;
  }
}
footer .f-inner .f-menu {
  display: flex;
  gap: 32px 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(23px, 4.1666666667vw, 140px);
}
@media screen and (max-width: 768px) {
  footer .f-inner .f-menu {
    flex-direction: column-reverse;
    margin-bottom: 24px;
  }
}
footer .f-inner .f-menu .f-logo {
  width: clamp(134px, 14.5833333333vw, 250px);
}
@media screen and (max-width: 768px) {
  footer .f-inner .f-menu .f-logo {
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) {
  footer .f-inner .f-menu .f-logo {
    width: 132px;
  }
}
footer .f-inner .f-menu__list {
  display: flex;
  gap: 16px 1.6em;
  align-items: flex-start;
  font-size: clamp(16px, 1.1805555556vw, 22px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  footer .f-inner .f-menu__list {
    line-height: 1;
  }
}
footer .f-inner .f-menu__list a {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .f-inner .f-menu__list__btn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    margin-top: 1.5em;
  }
}
footer .f-inner .f-menu__list__btn .btn-ec {
  margin-bottom: 1.7em;
}
@media screen and (max-width: 768px) {
  footer .f-inner .f-menu__list__btn .btn-ec {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .f-inner .f-menu__list {
    flex-direction: column;
    width: 100%;
    padding-bottom: 48px;
    border-bottom: solid 1px #c4c5bf;
  }
}
@media screen and (max-width: 480px) {
  footer .f-inner .f-menu__list {
    font-size: 1rem;
  }
}
footer .f-inner .f-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  footer .f-inner .f-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .f-inner .f-bottom__left {
  margin-left: calc(clamp(28px, 6.25vw, 120px) / 3);
}
@media screen and (max-width: 768px) {
  footer .f-inner .f-bottom__left {
    margin-left: 0;
  }
}
footer .f-inner .f-bottom__left address {
  margin-bottom: 1em;
  font-size: clamp(12px, 0.9722222222vw, 18px);
}
footer .f-inner .f-bottom__right {
  font-size: clamp(14px, 0.9722222222vw, 18px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  footer .f-inner .f-bottom__right {
    margin-top: 64px;
  }
}

.not-found-inner {
  width: min(100%, 900px);
  margin: 0 auto;
  padding: 228px clamp(28px, 6.25vw, 120px) 220px;
}
@media screen and (max-width: 480px) {
  .not-found-inner {
    padding: 200px clamp(28px, 6.25vw, 120px) 130px;
  }
}
.not-found-inner h2 {
  font-size: clamp(22px, 1.9444444444vw, 32px);
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.not-found-inner p {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  margin-bottom: 4em;
}
@media screen and (max-width: 480px) {
  .not-found-inner p {
    margin-bottom: 3em;
  }
}
.not-found-inner .btn-back {
  width: 11em;
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */