@charset "UTF-8";
/* 一括管理 */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

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] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

button, input, optgroup, select, textarea {
  -webkit-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: 700;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: clamp(0.9375rem, 0.9154rem + 0.09vw, 1rem);
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  line-height: 1.7;
}
@media screen and (min-width: 1025px) {
  body {
    line-height: 2;
  }
}
body {
  color: #333333;
  background: url(../images/bg_pattern.jpg) repeat;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  transition: 0.5s;
}

img {
  width: 100%;
}

img,
a img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5 {
  font-weight: 600;
  line-height: 1.4;
}

h1, h2, h3, h4, h5,
p, li, dt, dd, th, td {
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

header, main, footer {
  opacity: 0;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-out;
  pointer-events: none;
}

.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../images/bg_pattern.jpg) repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  user-select: none;
  transition: opacity 0.6s ease-out;
  opacity: 1;
  visibility: visible;
}

.loading.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.load-logo {
  width: clamp(12.5rem, 10.2992rem + 9.38vw, 18.75rem);
  margin-bottom: clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem);
}

.load-bar {
  height: 0.125rem;
  width: clamp(7.5rem, 6.6197rem + 3.75vw, 10rem);
  --c:no-repeat linear-gradient(#777 0 0);
  background: var(--c), var(--c), #CCC;
  background-size: 60% 100%;
  animation: l16 3s infinite;
}

@keyframes l16 {
  0% {
    background-position: -150% 0, -150% 0;
  }
  66% {
    background-position: 250% 0, -150% 0;
  }
  100% {
    background-position: 250% 0, 250% 0;
  }
}
/* モーダル設定 */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.modal-content {
  position: relative;
  width: 80%;
  max-width: 60rem;
  padding: clamp(2.5rem, 2.0598rem + 1.87vw, 3.75rem);
  border-radius: clamp(1.25rem, 1.0299rem + 0.93vw, 1.875rem);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .modal-content {
    width: 90%;
    padding: clamp(1.875rem, 1.6549rem + 0.93vw, 2.5rem);
  }
}
.modal-content h2 {
  padding-bottom: 1.25rem;
  font-size: clamp(1.375rem, 1.3309rem + 0.18vw, 1.5rem);
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .modal-content h2 {
    margin-top: 1.5625rem;
  }
}
.modal-content__inner {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 0;
  margin: 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .modal-content__inner {
    grid-template-columns: 1fr;
  }
}
.modal-content__txt {
  font-size: clamp(0.9375rem, 0.8714rem + 0.28vw, 1.125rem);
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .modal-content__txt {
    margin-bottom: 1.25rem;
  }
}
.modal-content .link-btn {
  text-align: center;
}

@keyframes blink {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.modal-overlay.fade-out {
  opacity: 0;
  pointer-events: none;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  top: 0.625rem;
  right: 0.9375rem;
}

.modal-close::before,
.modal-close::after {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 0.125rem;
  top: 50%;
  left: 50%;
  border-radius: 0.125rem;
  background-color: #000000;
}

.modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header {
  position: relative;
  max-width: 90rem;
  margin: 0 auto;
  z-index: 999;
}
@media screen and (max-width: 1440px) {
  .header {
    padding: 0 clamp(1.3125rem, 1.1144rem + 0.84vw, 1.875rem);
  }
}
.header__main {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
}
.header__logo {
  width: clamp(10.625rem, 9.0845rem + 6.57vw, 15rem);
  transition: 0.5s;
}
.header__logo a {
  display: block;
}
.header__logo img {
  width: 100%;
}
.header__menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem);
}
@media screen and (max-width: 1440px) {
  .header__menu {
    gap: clamp(0.4375rem, 0.3714rem + 0.28vw, 0.625rem);
  }
}
.header__menu .nav__list ul {
  display: flex;
  align-items: center;
  gap: clamp(1.3125rem, 1.1144rem + 0.84vw, 1.875rem);
}
.header__menu .nav__list ul li {
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .header__menu .nav__list {
    display: none;
  }
}
.header__sub-logo {
  width: clamp(10rem, 8.2394rem + 7.51vw, 15rem);
  transition: 0.5s;
}
.header__sub-logo a {
  display: block;
}
.header__sub-logo img {
  width: 100%;
}
.header .sub-menu {
  display: block !important;
  position: absolute;
  width: 10rem;
  top: 1.875rem;
  padding: clamp(0.4375rem, 0.3714rem + 0.28vw, 0.625rem);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  background-color: #000000;
}
.header .sub-menu a {
  display: block;
  padding: clamp(0.2187rem, 0.1857rem + 0.14vw, 0.3125rem) clamp(0.6562rem, 0.5572rem + 0.42vw, 0.9375rem);
  font-weight: var(--font-regular);
  color: #FFF;
}
.header .menu-item-has-children {
  position: relative;
}
.header__menu .nav__button {
  display: flex;
  gap: clamp(0.4375rem, 0.3714rem + 0.28vw, 0.625rem);
}
.header__menu .nav__button li a {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 2.5rem;
  padding: clamp(0.35rem, 0.2971rem + 0.22vw, 0.5rem) clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
  font-size: clamp(0.875rem, 0.8309rem + 0.18vw, 1rem);
  text-align: center;
  border-radius: 100vh;
  background-color: #000000;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .header__menu .nav__button li a {
    justify-content: center;
    padding: clamp(0.35rem, 0.2971rem + 0.22vw, 0.5rem) clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem);
  }
}
.header__menu .nav__button li a .button-icon {
  height: 1.25rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .header__menu .nav__button li a .button-icon {
    margin-right: 0;
  }
}
.header__menu .nav__button li.cart__button a {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.menu-item-label {
  cursor: pointer;
}

.menu-toggle {
  display: none;
}

.menu-toggle:checked + .menu-item-label + .sub-menu {
  opacity: 1;
  visibility: visible;
}

.footer {
  margin: 0 auto;
  padding: clamp(3.5rem, 2.9718rem + 2.25vw, 5rem) clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem) clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem) clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem);
  background-color: #000000;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem) clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem) 0;
  }
}
.footer {
  transition: 0.5s;
}
.footer__inner {
  max-width: 90rem;
  display: grid;
  grid-template-columns: 2fr 4fr;
  align-items: center;
  margin: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem) auto 0 auto;
}
@media screen and (max-width: 1024px) {
  .footer__inner {
    grid-template-columns: 1fr;
  }
}
.footer__logo {
  width: 13.75rem;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .footer__logo {
    margin: 0;
  }
}
.footer__logo img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .footer__company {
    margin: clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem) auto clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem) auto;
    order: 2;
  }
}
.footer__business {
  margin-top: clamp(0.4375rem, 0.3714rem + 0.28vw, 0.625rem);
  font-size: clamp(0.8125rem, 0.7904rem + 0.09vw, 0.875rem);
  line-height: 1.4;
}
.footer__menu {
  align-items: center;
}
.footer__menu ul {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(4, auto);
  align-items: center;
  gap: 0.3125rem clamp(0.9375rem, 0.7174rem + 0.93vw, 1.5625rem);
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .footer__menu ul {
    display: flex;
    grid-template-columns: auto;
    margin-top: clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem);
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .footer__menu ul {
    margin-bottom: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
    flex-wrap: wrap;
    justify-content: start;
    gap: clamp(0.4375rem, 0.3714rem + 0.28vw, 0.625rem) clamp(1.0937rem, 0.9286rem + 0.7vw, 1.5625rem);
    order: 1;
  }
}
.footer__menu ul li a {
  color: #FFFFFF;
}
.footer__menu .annot {
  margin-top: clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem);
  font-size: clamp(0.8125rem, 0.7904rem + 0.09vw, 0.875rem);
  line-height: 1.4;
  color: #777777;
}
.footer__copyright {
  margin-top: clamp(0.4375rem, 0.3714rem + 0.28vw, 0.625rem);
  font-size: 0.6875rem;
  color: #777777;
}
@media screen and (max-width: 1024px) {
  .footer__copyright {
    text-align: center;
  }
}
.footer__pagetop {
  display: none;
  position: fixed;
  width: 3.125rem;
  height: 3.125rem;
  right: clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem);
  bottom: clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem);
  background: #333333;
  border: none;
  border-radius: 100vh;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .footer__pagetop {
    bottom: clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem);
  }
}
.footer__pagetop::before {
  position: absolute;
  display: block;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  top: 55%;
  left: 50%;
  border-top: 0.125rem solid #FFFFFF;
  border-right: 0.125rem solid #FFFFFF;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-toggle {
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  z-index: 1000;
}
.nav-toggle::before,
.nav-toggle span, .nav-toggle::after {
  position: absolute;
  width: 1.25rem;
  height: 0.125rem;
  left: 0;
  right: 0;
  content: "";
  border-radius: 0.125rem;
  background-color: #000000;
  translate: 0 -50%;
  margin-inline: auto;
  transition: all 0.6s;
}
.nav-toggle::before {
  top: 35%;
}
.nav-toggle span {
  top: 50%;
}
.nav-toggle::after {
  top: 65%;
}
.nav-toggle.active::before {
  transform: translateY(0.3125rem) rotate(-45deg);
  background-color: #FFFFFF;
}
.nav-toggle.active span {
  opacity: 0;
}
.nav-toggle.active::after {
  transform: translateY(-0.3125rem) rotate(45deg);
  background-color: #FFFFFF;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
  z-index: 900;
}
.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}
.nav-overlay.active .nav-toggle__list {
  transform: translateX(0);
}

.nav-toggle__list {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  transition: all 0.2s;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0.9);
}
.nav-toggle__list ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .nav-toggle__list ul {
    top: 25%;
    transform: translate(-50%, -25%);
  }
}
.nav-toggle__list li {
  padding: clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem) 0;
  font-size: clamp(1.125rem, 1.0369rem + 0.37vw, 1.375rem);
}
.nav-toggle__list li p, .nav-toggle__list li a {
  color: #FFFFFF;
}

.news-post__article {
  line-height: 1.8;
  color: #222;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.news-post__article > *:first-child {
  margin-top: 0;
}
.news-post__article > *:last-child {
  margin-bottom: 0;
}
.news-post__article h1, .news-post__article h2, .news-post__article h3, .news-post__article h4, .news-post__article h5 {
  margin: 1.6em 0 1em;
  line-height: 1.4;
  font-weight: 700;
}
.news-post__article h1 {
  font-size: 2rem;
}
.news-post__article h2 {
  font-size: 1.75rem;
}
.news-post__article h3 {
  font-size: 1.5rem;
}
.news-post__article h4 {
  font-size: 1.25rem;
}
.news-post__article h5 {
  font-size: 1.125rem;
}
.news-post__article p {
  margin: 0 0 1em;
}
.news-post__article a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.12em;
  word-break: break-all;
}
.news-post__article ul, .news-post__article ol {
  margin: 0 0 1em;
  padding-left: 1.5em;
}
.news-post__article ul {
  list-style: disc;
}
.news-post__article ol {
  list-style: decimal;
}
.news-post__article li {
  margin: 0.3em 0;
}
.news-post__article li > ul, .news-post__article li > ol {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.news-post__article figure {
  margin: 0 0 1.5em;
}
.news-post__article img {
  display: block;
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}
.news-post__article figcaption {
  margin-top: 0.5em;
  font-size: 0.875rem;
  color: #666;
  line-height: 1.6;
}
.news-post__article blockquote {
  margin: 0 0 1.5em;
  padding: 0.75em 1em;
  border-left: 4px solid #d9d9d9;
  color: #444;
}
.news-post__article blockquote > *:last-child {
  margin-bottom: 0;
}
.news-post__article hr {
  margin: 2em 0;
  border: 0;
  border-top: 1px solid #ddd;
}
.news-post__article code {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.95em;
  padding: 0.15em 0.35em;
  background: #f5f5f5;
  border-radius: 4px;
}
.news-post__article pre {
  margin: 0 0 1.5em;
  padding: 1em;
  overflow-x: auto;
  line-height: 1.6;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
.news-post__article pre code {
  padding: 0;
  background: none;
  border-radius: 0;
  white-space: pre;
  word-break: normal;
  overflow-wrap: normal;
}
.news-post__article table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  margin: 0 0 1.5em;
}
.news-post__article th, .news-post__article td {
  padding: 0.75em;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}
.news-post__article th {
  background: #f7f7f7;
  font-weight: 700;
}
.news-post__article iframe, .news-post__article video {
  max-width: 100%;
}

.news-post__title:hover {
  text-decoration: none !important;
}

.c-button {
  position: relative;
  width: fit-content;
  white-space: nowrap;
  padding: clamp(0.4375rem, 0.3714rem + 0.28vw, 0.625rem) clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem);
  font-size: clamp(0.875rem, 0.8529rem + 0.09vw, 0.9375rem);
  text-align: center;
}
.c-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: clamp(-1.9688rem, -1.6717rem + -1.27vw, -2.8125rem);
  width: 3.125rem;
  height: 1px;
  background-color: #000000;
  transform: translateY(-50%);
  transition: 0.5s;
}
.c-button:hover::before {
  left: clamp(-1.3125rem, -1.1145rem + -0.85vw, -1.875rem);
}
.c-button--line {
  border: 1px solid #000000;
  color: #000000;
}
.c-button--fill {
  border: 1px solid #d14c11;
  background-color: #d14c11;
  color: #FFFFFF;
}
.c-button--fill::before {
  display: none;
}
.c-button--fill:hover {
  color: #d14c11;
  background: none;
  opacity: 1;
  transition: 0.5s;
}

.c-form {
  max-width: 90rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  width: 90vw;
  margin: 0 auto;
  padding: clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem) clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
  border: 1px solid #777777;
  gap: 0 clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .c-form {
    grid-template-columns: 1fr;
    width: 100%;
    padding: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
  }
}
.c-form__content {
  text-align: center;
  color: #FFFFFF;
}
.c-form__subtitle {
  line-height: 1;
}
.c-form__title {
  line-height: 1.4;
  font-size: clamp(2.25rem, 1.9859rem + 1.12vw, 3rem);
  font-weight: var(--font-bold);
}
.c-form__guid {
  font-size: clamp(0.8125rem, 0.7904rem + 0.09vw, 0.875rem);
}
@media screen and (max-width: 768px) {
  .c-form__guid {
    text-align: left;
  }
}
.c-form__button {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .c-form__button {
    margin-top: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
  }
}
.c-form__button a {
  display: block;
  width: 100%;
  font-size: clamp(1rem, 0.9559rem + 0.18vw, 1.125rem);
}
.c-form__button .c-button {
  padding: clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem) clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
}
.c-form__button .c-button::before {
  display: none;
}
.c-form__button .c-button:hover::before {
  left: 0;
}

.smoke-container {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
}

.smoke {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: repeat-x;
  opacity: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .smoke {
    width: 150%;
    left: -25%;
  }
}

.smoke-stay {
  background-image: url("../images/smoke_stay.png");
  animation: stay-anim 20s linear infinite;
}

.smoke-smolder {
  background-image: url("../images/smoke_smolder.png");
  animation: smolder-anim 15s ease-in-out infinite;
}

.smoke-flow {
  width: 200%;
  background-image: url("../images/smoke_flow.png");
  animation: flow-anim 80s linear infinite;
}
@media screen and (max-width: 768px) {
  .smoke-flow {
    width: 250%;
  }
}

/* 円を描くように微かに揺れる */
@keyframes stay-anim {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-2%, 2%) scale(1.05);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
/* 上下にふわふわと動く */
@keyframes smolder-anim {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
/* 左から右へゆっくりループ移動 */
@keyframes flow-anim {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.cartjs_product_table {
  margin-bottom: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
}

.cartjs_sales_price {
  margin-bottom: clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem);
  font-size: clamp(1.125rem, 0.9049rem + 0.93vw, 1.75rem);
}
.cartjs_sales_price th {
  padding-right: clamp(0.4375rem, 0.3714rem + 0.28vw, 0.625rem);
  font-size: clamp(0.875rem, 0.8309rem + 0.18vw, 1rem);
  vertical-align: middle;
}

.cartjs_product_num input {
  width: 3.125rem;
  height: 1.875rem;
  text-align: center;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
}

.cartjs_cart_in input[type=submit] {
  position: relative;
  width: 100%;
  white-space: nowrap;
  padding: clamp(0.4375rem, 0.3714rem + 0.28vw, 0.625rem) clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem);
  font-size: clamp(0.875rem, 0.8529rem + 0.09vw, 0.9375rem);
  text-align: center;
  border: 1px solid #d14c11;
  background: #d14c11;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .cartjs_cart_in input[type=submit] {
    width: 100%;
  }
}
.cartjs_cart_in input[type=submit]:hover {
  color: #d14c11;
  background: none;
  opacity: 1;
  transition: 0.5s;
}

.page__button .cartjs_product_table {
  display: none;
}

.catch_title {
  font-size: clamp(1.5rem, 1.3239rem + 0.75vw, 2rem);
}

.top-visual {
  position: relative;
  aspect-ratio: 1/1;
  background: url(../images/topVisual.png) no-repeat center center;
  background-size: cover;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .top-visual {
    aspect-ratio: 1/1.2;
  }
}
.top-visual::after {
  position: absolute;
  content: "";
  display: block;
  width: 72%;
  height: 0;
  padding-top: 42%;
  left: -30%;
  bottom: 15%;
  background: url(../images/top_cask.png) no-repeat center center;
  background-size: contain;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-visual::after {
    width: 100%;
    padding-top: 58%;
    left: -42%;
    bottom: -15%;
  }
}
.top-visual__heading {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -25%);
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-visual__heading {
    top: 30%;
    transform: translate(-50%, -30%);
  }
}
.top-visual__heading .catch_text {
  white-space: nowrap;
}
.top-visual__heading img {
  width: 50vw;
  margin: clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem) 0;
}
@media screen and (max-width: 1024px) {
  .top-visual__heading img {
    width: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .top-visual__heading img {
    width: 60vw;
    margin: clamp(1.3125rem, 1.1144rem + 0.84vw, 1.875rem) 0;
  }
}
.top-visual__sub-heading {
  position: absolute;
  top: clamp(1.25rem, 0.8098rem + 1.87vw, 2.5rem);
  right: 0;
  padding-right: clamp(7.8749rem, 6.6866rem + 5.07vw, 11.25rem);
  font-weight: 500;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .top-visual__sub-heading {
    display: none;
  }
}
.top-visual__sub-heading span {
  white-space: nowrap;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.top-concept {
  max-width: 100rem;
  position: relative;
  margin: clamp(4.375rem, 3.7147rem + 2.81vw, 6.25rem) auto 0 auto;
  text-align: center;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .top-concept {
    margin: clamp(6.125rem, 5.2007rem + 3.94vw, 8.75rem) 0 0 0;
  }
}
.top-concept::before {
  position: absolute;
  content: "";
  display: block;
  top: -80%;
  right: 5%;
  width: 50%;
  height: 0;
  padding-top: 37.8%;
  background: url(../images/top_whisky.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .top-concept::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top-concept::after {
    position: absolute;
    content: "";
    display: block;
    bottom: -70%;
    right: 0;
    width: 55%;
    padding-top: 55%;
    background: url(../images/top_whisky_sp.png) no-repeat;
    background-size: contain;
    z-index: 1;
  }
}
.top-concept__heading {
  position: relative;
  z-index: 2;
}
.top-concept .catch_text {
  margin: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem) auto;
}
@media screen and (max-width: 768px) {
  .top-concept .catch_text {
    width: 70vw;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .top-concept .catch_text {
    width: 80vw;
  }
}
.top-concept .link-btn {
  position: relative;
  z-index: 2;
}

.top-distillery {
  position: relative;
  display: grid;
  align-items: center;
  background: url(../images/bg_distillery.png) no-repeat center center;
  background-size: cover;
  aspect-ratio: 3/2;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .top-distillery {
    padding: clamp(5.25rem, 4.4577rem + 3.38vw, 7.5rem) 0 clamp(3.5rem, 2.9718rem + 2.25vw, 5rem) 0;
  }
}
.top-distillery__heading {
  max-width: 50rem;
  width: 50vw;
  margin: clamp(8.75rem, 7.4295rem + 5.63vw, 12.5rem) 0 0 clamp(4.375rem, 3.7147rem + 2.81vw, 6.25rem);
}
@media screen and (max-width: 768px) {
  .top-distillery__heading {
    margin: clamp(8.75rem, 7.4295rem + 5.63vw, 12.5rem) 0 0 clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem);
  }
}
.top-distillery .catch_title {
  color: #FFFFFF;
}
.top-distillery .catch_text {
  margin: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem) 0;
  color: #FFFFFF;
}
.top-distillery .section_name {
  display: grid;
  grid-template-columns: 1fr 4fr;
  align-items: center;
  margin-bottom: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .top-distillery .section_name {
    grid-template-columns: 1fr 1fr;
    width: fit-content;
  }
}
.top-distillery .section_name::after {
  content: "";
  height: 1px;
  margin-left: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
  background-color: #FFFFFF;
  vertical-align: middle;
}
.top-distillery .link-btn {
  margin: 0 auto;
  text-align: center;
}
.top-distillery .c-button {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.top-distillery .c-button::before {
  background-color: #FFFFFF;
}

.top-particular {
  display: grid;
  align-items: center;
  background: url(../images/bg_particular.jpg) no-repeat center center;
  background-size: cover;
  aspect-ratio: 2/1;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .top-particular {
    background-position: 30% center;
  }
}
.top-particular__heading {
  max-width: 50rem;
  width: 50vw;
  margin: 0 clamp(4.375rem, 3.7147rem + 2.81vw, 6.25rem) 0 auto;
}
@media screen and (max-width: 768px) {
  .top-particular__heading {
    width: 60vw;
    margin: clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem) clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem) clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem) auto;
  }
}
.top-particular .catch_text {
  margin: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem) 0;
}
.top-particular .section_name {
  display: grid;
  grid-template-columns: 1fr 4fr;
  align-items: center;
  margin-bottom: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
}
@media screen and (max-width: 768px) {
  .top-particular .section_name {
    grid-template-columns: 1fr 1fr;
    width: fit-content;
  }
}
.top-particular .section_name::after {
  content: "";
  height: 1px;
  margin-left: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
  background-color: #000000;
  vertical-align: middle;
}
.top-particular .link-btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-around;
  gap: 0 clamp(3.5rem, 2.9718rem + 2.25vw, 5rem);
}
@media screen and (max-width: 1024px) {
  .top-particular .link-btn {
    grid-template-columns: clamp(15rem, 14.5598rem + 1.87vw, 16.25rem);
    justify-content: center;
    gap: clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem) 0;
  }
}
.top-particular .c-button {
  width: 100%;
}

.top-yuho {
  display: grid;
  align-content: flex-end;
  margin-top: clamp(-5.25rem, -4.4578rem + -3.39vw, -7.5rem);
  padding: 0 clamp(4.375rem, 3.7147rem + 2.81vw, 6.25rem) 0 clamp(4.375rem, 3.7147rem + 2.81vw, 6.25rem);
  background: url(../images/bg_yuho.png) no-repeat top center;
  aspect-ratio: 3/2;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .top-yuho {
    align-content: baseline;
    padding: clamp(13.125rem, 11.1443rem + 8.45vw, 18.75rem) clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem) 0 clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem);
  }
}
.top-yuho__heading {
  margin: 0 auto;
  text-align: center;
}
.top-yuho__heading .section_name {
  font-size: clamp(1rem, 0.8679rem + 0.56vw, 1.375rem);
  font-weight: 700;
}
.top-yuho__heading .catch_text {
  font-size: clamp(1rem, 0.9119rem + 0.37vw, 1.25rem);
}
.top-yuho .catch_logo {
  margin: clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem) auto clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem) auto;
  width: clamp(16.25rem, 11.4084rem + 20.65vw, 30rem);
}
.top-yuho__product {
  max-width: 90rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: clamp(3.0625rem, 2.6003rem + 1.97vw, 4.375rem) auto 0 auto;
}
@media screen and (max-width: 1024px) {
  .top-yuho__product {
    grid-template-columns: 1fr;
    margin-top: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .top-yuho__product img {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top-yuho__product img {
    width: 70%;
  }
}
.top-yuho__product .yuho_text {
  display: grid;
  margin: 0 auto;
  padding: 0 clamp(3.5rem, 2.9718rem + 2.25vw, 5rem);
  align-content: center;
}
@media screen and (max-width: 1024px) {
  .top-yuho__product .yuho_text {
    padding: 0 clamp(4.375rem, 3.7147rem + 2.81vw, 6.25rem);
  }
}
@media screen and (max-width: 768px) {
  .top-yuho__product .yuho_text {
    padding: 0;
  }
}
.top-yuho__product .yuho_text p {
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .top-yuho__product .yuho_text p {
    margin-top: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
  }
}
.top-yuho__product .yuho_text .link-btn {
  margin-top: clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem);
  text-align: center;
}

.top-cask {
  max-width: 90rem;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  align-items: center;
  margin: clamp(4.375rem, 3.7147rem + 2.81vw, 6.25rem) auto;
  padding: clamp(3.0625rem, 2.6003rem + 1.97vw, 4.375rem) clamp(3.0625rem, 2.6003rem + 1.97vw, 4.375rem) clamp(3.0625rem, 2.6003rem + 1.97vw, 4.375rem) 0;
  border-radius: 1.875rem;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .top-cask {
    margin: clamp(4.375rem, 3.7147rem + 2.81vw, 6.25rem) clamp(3.5rem, 2.9718rem + 2.25vw, 5rem);
  }
}
@media screen and (max-width: 768px) {
  .top-cask {
    grid-template-columns: 1fr;
    margin: clamp(4.375rem, 3.7147rem + 2.81vw, 6.25rem) clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem) clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
    padding: clamp(3.5rem, 2.9718rem + 2.25vw, 5rem) clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem);
  }
}
.top-cask img {
  position: relative;
  left: -1.25rem;
}
@media screen and (max-width: 768px) {
  .top-cask img {
    margin: 0 auto;
    left: auto;
  }
}
.top-cask__heading {
  padding: 0 0 0 clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem);
}
@media screen and (max-width: 768px) {
  .top-cask__heading {
    margin: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem) 0 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-cask__heading .section_name {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .top-cask__heading .catch_title {
    text-align: center;
  }
}
.top-cask__heading .limited {
  position: absolute;
  width: clamp(3.75rem, 3.5299rem + 0.93vw, 4.375rem);
  top: -4%;
  left: auto;
  right: 6%;
}
.top-cask .catch_text {
  margin: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem) 0;
}
.top-cask .link-btn {
  margin-top: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
  text-align: center;
}

.top-access {
  margin: clamp(4.375rem, 3.7147rem + 2.81vw, 6.25rem) 0 0 0;
}
.top-access__heading {
  margin-bottom: clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem);
  text-align: center;
}
.top-access__heading .catch_title {
  font-family: "EB Garamond", serif;
  font-size: clamp(3rem, 2.5598rem + 1.87vw, 4.25rem);
  font-weight: 400;
  color: #CCCCCC;
}
.top-access .location {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .top-access .location {
    grid-template-columns: 1fr;
  }
}
.top-access .location iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-access .location iframe {
    height: 18.75rem;
  }
}

#js-top-news {
  position: absolute;
  width: 60%;
  left: 50%;
  bottom: 25%;
  z-index: 1;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #js-top-news {
    width: 60%;
    bottom: 20%;
  }
}
@media screen and (max-width: 640px) {
  #js-top-news {
    width: 90%;
    bottom: 10%;
  }
}
@media screen and (max-width: 480px) {
  #js-top-news {
    bottom: 0;
  }
}

.top-news-list {
  padding: clamp(1.3125rem, 1.1144rem + 0.84vw, 1.875rem) clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
  border-radius: clamp(0.625rem, 0.4049rem + 0.93vw, 1.25rem);
  background-color: rgba(0, 0, 0, 0.8);
}

.top-news-item {
  position: relative;
}

.top-news-item a {
  display: flex;
  gap: 0 clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem);
  color: #FFFFFF;
}

.top-news-item a::after {
  content: "";
  position: absolute;
  width: 1.375rem;
  height: 1.375rem;
  top: 50%;
  right: 0;
  background: url(../images/icon_arrow.svg) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.top-news-title {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  .top-news-title {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .top-news-title {
    width: 70%;
  }
}

.page-sec .section_name.num::after,
.page-sec__catch span {
  font-family: "EB Garamond", serif;
  font-weight: 500;
}

.page-sec__catch,
.page-sec__article,
.product-sec__list {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.product-item,
.cask .page-sec__article {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.product-sec__list .catch_title,
.cask .page-sec__article:last-child,
.cask .page-sec__item hr,
.product-item hr,
.product .page-sec__text .yuho__logo::after {
  border-top: 1px solid #CCCCCC;
}

.product-sec__list .catch_title,
.product .page-sec__text .yuho__logo::after {
  border-top: none;
  border-bottom: 1px solid #CCCCCC;
}

.page-sec {
  counter-reset: section-count;
}
.page-sec .section_name {
  position: relative;
  counter-increment: section-count;
}
.page-sec .section_name.num::after {
  content: counter(section-count, decimal-leading-zero);
  position: absolute;
  top: clamp(-1.25rem, -0.8099rem + -1.88vw, -2.5rem);
  font-size: clamp(5rem, 3.2394rem + 7.51vw, 10rem);
  line-height: 1;
  color: #FFFFFF;
  z-index: -1;
}
.page-sec__title {
  display: flex;
  align-items: center;
  aspect-ratio: 3/1.33;
  background: url(../images/bg_page_title.png) no-repeat center center;
  background-size: contain;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .page-sec__title {
    margin-bottom: clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem);
    padding: 0 clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
    background-size: 140%;
  }
}
.page-sec__catch {
  width: 100%;
  font-size: clamp(1.125rem, 0.9049rem + 0.93vw, 1.75rem);
}
@media screen and (max-width: 1440px) {
  .page-sec__catch {
    padding: 0 clamp(3.5rem, 2.9718rem + 2.25vw, 5rem);
  }
}
@media screen and (max-width: 768px) {
  .page-sec__catch {
    padding: 0;
  }
}
.page-sec__catch span {
  display: block;
  font-size: clamp(2.375rem, 1.0105rem + 5.82vw, 6.25rem);
}
.page-sec .logo_title {
  display: block;
  width: 60vw;
  margin-top: clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .page-sec .logo_title {
    width: 100%;
  }
}
.page-sec__article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0 clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem);
  margin-bottom: clamp(4.375rem, 3.7147rem + 2.81vw, 6.25rem);
  transition: 0.5s;
}
.page-sec__article:nth-of-type(even) > *:nth-child(1) {
  order: 2;
}
@media screen and (max-width: 768px) {
  .page-sec__article:nth-of-type(even) > *:nth-child(1) {
    order: 0;
  }
}
.page-sec__article.headline {
  grid-template-columns: 1fr;
}
.page-sec__article.headline .catch_text {
  font-size: clamp(1rem, 0.9559rem + 0.18vw, 1.125rem);
}
@media screen and (max-width: 1440px) {
  .page-sec__article {
    padding: 0 clamp(3.5rem, 2.9718rem + 2.25vw, 5rem);
  }
}
@media screen and (max-width: 768px) {
  .page-sec__article {
    grid-template-columns: 1fr;
    padding: 0 clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
  }
}
.page-sec__article .section_name {
  margin-bottom: clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem);
  color: #d14c11;
}
.page-sec__article .catch_title {
  font-size: clamp(1.375rem, 1.2429rem + 0.56vw, 1.75rem);
}
.page-sec__article .catch_subtitle {
  margin-top: clamp(1.3125rem, 1.1144rem + 0.84vw, 1.875rem);
  font-size: clamp(1.125rem, 1.0369rem + 0.37vw, 1.375rem);
  line-height: 1.4;
}
.page-sec__article .catch_subtitle.clause {
  margin-top: clamp(4.375rem, 3.7147rem + 2.81vw, 6.25rem);
}
.page-sec__article .catch_subtitle.prof {
  margin-top: clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem);
  font-size: 1.125rem;
}
.page-sec__article .catch_text {
  margin-top: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
}
@media screen and (max-width: 768px) {
  .page-sec__article .catch_text {
    margin: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem) 0;
  }
}
.page-sec__article .catch_text.prof {
  margin-top: clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem);
  font-size: 0.875rem;
}

@media screen and (min-width: 1025px) {
  .distillery .page-sec__article:nth-of-type(1) {
    margin-bottom: 0;
  }
}

.distillery_img {
  position: relative;
  margin: clamp(-13.125rem, -11.1444rem + -8.46vw, -18.75rem) auto clamp(3.5rem, 2.9718rem + 2.25vw, 5rem) auto;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .distillery_img {
    display: none;
  }
}

.comcept .num::after {
  left: clamp(5.625rem, 5.4049rem + 0.93vw, 6.25rem);
}

.raw_material .num::after {
  left: clamp(9.375rem, 9.1549rem + 0.93vw, 10rem);
}

.product .page-sec__text {
  margin-bottom: clamp(4.375rem, 3.7147rem + 2.81vw, 6.25rem);
}
.product .page-sec__text .yuho__logo {
  margin: clamp(4.375rem, 3.7147rem + 2.81vw, 6.25rem) auto 0 auto;
  max-width: 37.5rem;
  text-align: center;
}
.product .page-sec__text .yuho__logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .product .page-sec__text .yuho__logo img {
    width: 80vw;
  }
}
.product .page-sec__text .yuho__logo::after {
  display: block;
  margin: 0 auto;
  padding-bottom: clamp(3.5rem, 2.9718rem + 2.25vw, 5rem);
  content: "";
}
@media screen and (max-width: 768px) {
  .product .page-sec__text .yuho__logo::after {
    width: 80vw;
  }
}
.product .page-sec__text .vertical {
  display: flex;
  align-items: center;
  width: 100%;
  height: clamp(17.5rem, 15.7394rem + 7.51vw, 22.5rem);
  margin: clamp(3.5rem, 2.9718rem + 2.25vw, 5rem) auto 0 auto;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.product .page-sec__text .vertical__title {
  display: block;
  margin-left: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
  font-size: clamp(1.125rem, 1.0809rem + 0.18vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .product .page-sec__text .vertical__text {
    font-size: 0.875rem;
  }
}
.product .page-sec__text .annot {
  margin-top: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
  font-size: clamp(0.75rem, 0.7059rem + 0.18vw, 0.875rem);
  text-align: center;
}
.product .page-sec__text .annot img {
  width: 0.9375rem;
  margin-right: clamp(0.0875rem, 0.0742rem + 0.05vw, 0.125rem);
  vertical-align: middle;
}

.product-sec {
  padding: clamp(6.25rem, 1.8485rem + 18.77vw, 18.75rem) 0 clamp(2.5rem, 1.1795rem + 5.63vw, 6.25rem) 0;
  aspect-ratio: 3/2;
  background: url(../images/bg_product.png) no-repeat top center, linear-gradient(to bottom, transparent 0%, transparent 5%, #f6aa00 5%, #f6aa00 80%, #b05402 100%);
  background-size: contain;
}
.product-sec__title {
  font-size: clamp(1.25rem, 1.0739rem + 0.75vw, 1.75rem);
  text-align: center;
  text-shadow: 0 0 0.5rem #b05402;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .product-sec__title {
    width: 90vw;
    margin: 0 auto;
    text-align: left;
  }
}
.product-sec__text {
  width: 60vw;
  margin: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem) auto clamp(3.5rem, 2.9718rem + 2.25vw, 5rem) auto;
  text-shadow: 0 0 0.3125rem #b05402;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .product-sec__text {
    width: 90vw;
  }
}
.product-sec__list {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
  width: 80vw;
  margin-bottom: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
  padding: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem) clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem);
  background: #FFFFFF url(../images/bg_product_item.png) no-repeat;
  background-position: 95% center;
  background-size: 45%;
}
@media screen and (min-width: 769px) {
  .product-sec__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1281px) {
  .product-sec__list {
    grid-template-columns: 2fr 1fr;
    background-size: 35%;
  }
}
@media screen and (max-width: 768px) {
  .product-sec__list {
    display: flex;
    width: 90vw;
    gap: 0 clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem);
    flex-direction: column-reverse;
    padding: clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem);
    background-position: center 10%;
    background-size: 80%;
  }
}
.product-sec__list .item_text {
  position: relative;
}
.product-sec__list .section_name {
  color: #d14c11;
}
.product-sec__list .catch_title {
  width: 100%;
  margin: clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem) 0;
  padding-bottom: clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem);
  font-size: clamp(1.25rem, 1.0299rem + 0.93vw, 1.875rem);
}
.product-sec__list .catch_title span {
  display: block;
  font-size: clamp(0.875rem, 0.8529rem + 0.09vw, 0.9375rem);
}
.product-sec__list .catch_subtitle {
  font-size: clamp(1rem, 0.9119rem + 0.37vw, 1.25rem);
}
.product-sec__list .catch_text {
  margin: clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem) 0 clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem) 0;
  font-size: clamp(0.875rem, 0.8529rem + 0.09vw, 0.9375rem);
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .product-sec__list .item_img {
    width: 100%;
    margin: 0 auto clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem) auto;
  }
}
.product-sec__list .link-btn {
  text-align: center;
}

.cask .page-sec__title {
  text-align: center;
}
.cask .page-sec__article {
  display: block;
  margin-bottom: clamp(3.5rem, 2.9718rem + 2.25vw, 5rem);
  padding: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem) 0 0 0;
}
@media screen and (max-width: 768px) {
  .cask .page-sec__article {
    padding: 0 clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
  }
}
.cask .page-sec__article .catch_title {
  text-align: center;
}
.cask .page-sec__article .catch_text {
  width: 60vw;
  margin: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem) auto;
}
@media screen and (max-width: 768px) {
  .cask .page-sec__article .catch_text {
    width: 100%;
  }
}
.cask .page-sec__article .limited {
  display: block;
  width: clamp(11.25rem, 10.8098rem + 1.87vw, 12.5rem);
  margin: clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem) auto;
}
.cask .page-sec__item {
  display: grid;
  grid-template-columns: repeat(auto-fit);
  justify-content: center;
  margin: clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem) auto 0 auto;
}
.cask .page-sec__item .cask_title {
  width: 13.75rem;
  margin: 0 auto clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem) auto;
  padding: clamp(0.2187rem, 0.1857rem + 0.14vw, 0.3125rem) 0;
  font-size: clamp(1.125rem, 1.0809rem + 0.18vw, 1.25rem);
  text-align: center;
  background-color: #FFFFFF;
}
.cask .page-sec__item .cask_detail {
  margin: 0 auto clamp(0.4375rem, 0.3714rem + 0.28vw, 0.625rem) auto;
  font-size: clamp(1.125rem, 1.0809rem + 0.18vw, 1.25rem);
  font-weight: 600;
  line-height: 1.7;
}
.cask .page-sec__item .cask_detail li::before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  margin-right: 0.625rem;
  background-color: #000000;
  border-radius: 100vh;
  vertical-align: middle;
}
.cask .page-sec__item .cask_detail small {
  font-size: 70%;
}
.cask .page-sec__item .cask_text {
  margin: 0 auto;
}
.cask .page-sec__item .cask_annot {
  margin: clamp(0.2187rem, 0.1857rem + 0.14vw, 0.3125rem) auto 0 1em;
  font-size: clamp(0.8125rem, 0.7904rem + 0.09vw, 0.875rem);
  text-indent: -1em;
}
.cask .page-sec__item .cask_annot.num {
  margin-left: 2.5em;
  text-indent: -2.5em;
}

@media screen and (max-width: 1024px) {
  .product-item {
    width: 100%;
    padding: 0 clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
  }
}
.product-item .yuho__logo {
  width: 30vw;
  margin: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem) auto clamp(3.5rem, 2.9718rem + 2.25vw, 5rem) auto;
}
@media screen and (max-width: 768px) {
  .product-item .yuho__logo {
    width: 50vw;
  }
}
.product-item__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3.5rem, 2.9718rem + 2.25vw, 5rem);
}
@media screen and (max-width: 768px) {
  .product-item__list {
    grid-template-columns: 1fr;
    gap: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem) 0;
  }
}
.product-item__list .item_img {
  width: clamp(18.75rem, 14.7887rem + 16.9vw, 30rem);
  height: clamp(18.75rem, 14.7887rem + 16.9vw, 30rem);
  padding: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .product-item__list .item_img {
    width: 100%;
  }
}
.product-item__list .item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-item__list .item_info .item_title {
  margin-bottom: clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem);
  font-size: clamp(1.25rem, 1.0299rem + 0.93vw, 1.875rem);
}
.product-item__list .item_info ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: clamp(1.3125rem, 1.1144rem + 0.84vw, 1.875rem);
}
.product-item__list .item_info ul li {
  padding: 0;
}
.product-item__list .item_info ul li dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.product-item__list .item_info ul li dl dt {
  font-size: clamp(0.8125rem, 0.7904rem + 0.09vw, 0.875rem);
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
  border: 1px solid #000000;
  color: #000000;
}
.product-item__list .item_info ul li dl dd {
  font-size: clamp(1rem, 0.9559rem + 0.18vw, 1.125rem);
  text-align: center;
}
.product-item__article {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem);
  margin: clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem) auto;
}
@media screen and (max-width: 768px) {
  .product-item__article {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.product-item__article .catch_subtitle {
  margin: 0 auto clamp(1.3125rem, 1.1144rem + 0.84vw, 1.875rem) auto;
  font-size: clamp(1.25rem, 1.1619rem + 0.37vw, 1.5rem);
}
.product-item__article .catch_text {
  font-size: 0.9375rem;
}
.product-item .page-sec__item {
  display: grid;
  grid-template-columns: 1fr 4fr;
  align-items: center;
  padding: clamp(1.3125rem, 1.1144rem + 0.84vw, 1.875rem);
}
.product-item .page-sec__item {
  display: grid;
  grid-template-columns: 1fr 4fr;
  align-items: center;
  padding: clamp(1.3125rem, 1.1144rem + 0.84vw, 1.875rem);
  border-top: 1px solid #000000;
}
.product-item .page-sec__item:first-child {
  border-top: none;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .product-item .page-sec__item:first-child {
    padding-top: clamp(1.3125rem, 1.1144rem + 0.84vw, 1.875rem);
    border-top: 1px solid #000000;
  }
}
.product-item .cat_text {
  font-size: 0.875rem;
  line-height: 1.4;
}
.product-item .page__button {
  display: flex;
  align-items: center;
  gap: 0 clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem);
  width: fit-content;
  margin: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem) auto 0 auto;
}
@media screen and (max-width: 768px) {
  .product-item .page__button .c-button {
    padding: clamp(0.4375rem, 0.3714rem + 0.28vw, 0.625rem) clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
  }
}
.product-item .c-button--line::before {
  display: none;
}

.product-item .page__button {
  margin: 0 auto clamp(3.5rem, 2.9718rem + 2.25vw, 5rem) auto;
}

.award {
  display: flex;
  align-items: center;
  gap: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
  margin: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem) 0;
}
.award img {
  width: 7.5rem;
}

.news, .post {
  margin: 0 auto;
  padding-bottom: clamp(6.25rem, 4.0492rem + 9.38vw, 12.5rem);
}

.news-list__article, .news-post__article {
  max-width: 90rem;
  margin: 0 clamp(3.5rem, 2.9718rem + 2.25vw, 5rem) clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem) clamp(3.5rem, 2.9718rem + 2.25vw, 5rem);
  padding: clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem) clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem) 0 clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem);
}
@media screen and (min-width: 1441px) {
  .news-list__article, .news-post__article {
    margin: 0 auto clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem) auto;
  }
}
.news-list__data, .news-post__data {
  display: flex;
  align-items: center;
  gap: 0 clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem);
}
.news-list__day, .news-post__day {
  font-size: clamp(1rem, 0.9559rem + 0.18vw, 1.125rem);
}
.news-list__cat, .news-post__cat {
  width: fit-content;
  padding: clamp(0.175rem, 0.1485rem + 0.11vw, 0.25rem) clamp(0.4375rem, 0.3714rem + 0.28vw, 0.625rem);
  font-size: clamp(0.75rem, 0.7059rem + 0.18vw, 0.875rem);
  text-align: center;
  line-height: 1.2;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .news-list__title, .news-post__title {
    margin-top: clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem);
  }
}
.news-list__title:hover, .news-post__title:hover {
  text-decoration: underline;
}

.news-list__article {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
  gap: 0 clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
}
@media screen and (max-width: 768px) {
  .news-list__article {
    grid-template-columns: 1fr;
    margin: 0 clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem) clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem) clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
    padding: clamp(2.625rem, 2.2288rem + 1.69vw, 3.75rem) 0 0 0;
  }
}
.news-list__article:nth-of-type(n+2) {
  border-top: 1px solid #CCCCCC;
}
.news-list__article > a {
  display: contents;
}
.news-list__schedule {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 0 clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
}
@media screen and (max-width: 1024px) {
  .news-list__schedule {
    grid-template-columns: 1fr;
  }
}
.news-list__data {
  display: block;
}
@media screen and (max-width: 1024px) {
  .news-list__data {
    display: flex;
    margin-bottom: clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem);
  }
}
.news-list__cat {
  margin-top: clamp(0.2187rem, 0.1857rem + 0.14vw, 0.3125rem);
}
.news-list__title {
  margin-bottom: clamp(0.875rem, 0.7429rem + 0.56vw, 1.25rem);
  font-size: clamp(1.25rem, 1.1619rem + 0.37vw, 1.5rem);
}
.news-list__lead {
  font-size: clamp(0.875rem, 0.8529rem + 0.09vw, 0.9375rem);
}

@media screen and (max-width: 768px) {
  .news-post__article {
    margin: 0 clamp(1.3125rem, 1.1144rem + 0.84vw, 1.875rem) clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem) clamp(1.3125rem, 1.1144rem + 0.84vw, 1.875rem);
  }
}
.news-post__data {
  margin-bottom: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
}
.news-post__title {
  margin-bottom: clamp(3.5rem, 2.9718rem + 2.25vw, 5rem);
  font-size: clamp(1.5rem, 1.3239rem + 0.75vw, 2rem);
}
.news-post__lead {
  margin-top: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
  font-size: clamp(0.9375rem, 0.9154rem + 0.09vw, 1rem);
}

.post .link-btn {
  text-align: center;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 0 clamp(0.2187rem, 0.1857rem + 0.14vw, 0.3125rem);
  margin: clamp(6.125rem, 5.2007rem + 3.94vw, 8.75rem) auto 0 auto;
}
.pagination .current {
  padding: clamp(0.2624rem, 0.2228rem + 0.16vw, 0.375rem) clamp(0.7875rem, 0.6686rem + 0.5vw, 1.125rem);
  background-color: #000000;
  border: 1px solid #000000;
  color: #FFFFFF;
}
.pagination a {
  position: relative;
  padding: clamp(0.2624rem, 0.2228rem + 0.16vw, 0.375rem) clamp(0.7875rem, 0.6686rem + 0.5vw, 1.125rem);
  border: 1px solid #000000;
}
.pagination a .nav-arrow {
  position: absolute;
  content: "";
  top: 50%;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 1px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.pagination a .nav-arrow.prev {
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.pagination a .nav-arrow.next {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.pagination .arrow {
  border: none;
}

.not-found__item {
  margin: clamp(4.375rem, 3.7147rem + 2.81vw, 6.25rem) auto clamp(6.125rem, 5.2007rem + 3.94vw, 8.75rem) auto;
}
@media screen and (max-width: 768px) {
  .not-found__item {
    width: 90vw;
  }
}
.not-found__item .link-btn {
  margin-top: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
  text-align: center;
}
.not-found__title {
  margin-bottom: clamp(1.75rem, 1.4859rem + 1.12vw, 2.5rem);
  font-size: clamp(1.75rem, 1.1338rem + 2.62vw, 3.5rem);
  line-height: 1;
  color: #CCCCCC;
  text-align: center;
}
.not-found__title strong {
  font-size: clamp(6rem, 3.7112rem + 9.76vw, 12.5rem);
}
.not-found__txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .not-found__txt {
    text-align: left;
  }
}