@charset "UTF-8";/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

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

/* Headings */
/* ============================================ */

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

/* Lists (enumeration) */
/* ============================================ */

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

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

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

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -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; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

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

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

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

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* =====================
  configuration setting
===================== */
/* easeInOutCirc */
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  width: 100%;
  border: 0;
  border-top: 1px solid #ddd;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-pc,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1519px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1519px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1519px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1519px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .visible-pc {
    display: block !important;
  }
  table.visible-pc {
    display: table !important;
  }
  tr.visible-pc {
    display: table-row !important;
  }
  th.visible-pc,
  td.visible-pc {
    display: table-cell !important;
  }
}
@media (min-width: 1520px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1520px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1520px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1520px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1519px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-pc {
    display: none !important;
  }
}
@media (min-width: 1520px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*=====================
  common
===================== */
:root {
  --primary-color: #c30d23;
}
html {
  font-size: min(3.8647342995vw, 24px);
}
@media print, screen and (min-width: 992px) {
  html {
    font-size: max(11px, min(1.0526315789vw, 16px));
  }
}
@media print {
  html {
    font-size: max(11px, min(1.0526315789vw, 16px));
  }
}
html,
body,
.popup-modal {
  font-optical-sizing: auto;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #1d202c;
  word-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 992px) {
  html,
  body,
  .popup-modal {
    line-height: 2;
  }
}
@media print {
  html,
  body,
  .popup-modal {
    line-height: 2;
  }
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
  [id] {
    scroll-margin-top: 3.5rem;
  }
}
@media print and (prefers-reduced-motion: no-preference), screen and (prefers-reduced-motion: no-preference) and (min-width: 992px) {
  [id] {
    scroll-margin-top: 4rem;
  }
}
@media print and (prefers-reduced-motion: no-preference) {
  [id] {
    scroll-margin-top: 4rem;
  }
}
body {
  position: relative;
  padding-top: 3.5rem;
}
@media print, screen and (min-width: 992px) {
  body {
    padding-top: 10rem;
  }
}
@media print {
  body {
    padding-top: 10rem;
  }
}
body.is-scrollLock {
  overflow: hidden;
}
@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}
*:focus {
  outline: none;
}
.page-wrapper {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  font-size: 0.9375rem;
  background-color: #fff;
}
@media print, screen and (min-width: 992px) {
  .page-wrapper {
    font-size: 1rem;
  }
}
@media print {
  .page-wrapper {
    font-size: 1rem;
  }
}
.page-wrapper__main {
  flex: 1;
}
.common-hr {
  width: 100%;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
}
.align-center {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
}
.align-right {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.text-link, .text-link--xs, .text-link--sm {
  color: #1d202c;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.text-link--sm {
  opacity: 0.75;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 992px) {
  .text-link--sm {
    font-size: 0.875rem;
  }
}
@media print {
  .text-link--sm {
    font-size: 0.875rem;
  }
}
.text-link--xs {
  opacity: 0.75;
  font-size: 0.625rem;
}
@media print, screen and (min-width: 992px) {
  .text-link--xs {
    font-size: 0.75rem;
  }
}
@media print {
  .text-link--xs {
    font-size: 0.75rem;
  }
}
strong {
  font-weight: 600;
}
info-tag {
  display: none !important;
}
@media print {
  /**
   * Bootstrap Print v1.0.0 (https://github.com/onocom/bootstrap-print)
   * Copyright (c) 2017 Ono Takashi
   * Licensed under MIT (https://github.com/onocom/bootstrap-print/blob/master/LICENSE)
   */
  @page {
    margin: 0 !important;
  }
  * {
    -webkit-print-color-adjust: exact !important;
    background-attachment: scroll !important;
    background-attachment: initial !important;
    overflow-y: visible !important;
  }
  html {
    overflow: visible !important;
    zoom: 0.7 !important;
  }
  body {
    margin: 0 auto;
    width: 1120px;
    min-width: 1120px !important;
    padding-bottom: 0px !important;
  }
  .container-fluid,
  .container {
    min-width: 1090px !important;
  }
  .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
  .navbar-header {
    float: left;
  }
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  .navbar {
    border-radius: 0;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .nav-justified {
    width: 100%;
  }
  .nav-justified > li {
    float: none;
  }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-static-top {
    border-radius: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-left {
    float: left;
  }
  .navbar-right {
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
  .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
  .visible-xs,
  .visible-sm,
  .visible-md {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
  .visible-xs-block,
  .visible-xs-inline,
  .visible-xs-inline-block,
  .visible-sm-block,
  .visible-sm-inline,
  .visible-sm-inline-block,
  .visible-md-block,
  .visible-md-inline,
  .visible-md-inline-block {
    display: none !important;
  }
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: block !important;
  }
  .hidden-xs,
  .hidden-sm,
  .hidden-md {
    display: block !important;
  }
  .hidden-lg {
    display: none !important;
  }
  .navbar-offcanvas {
    position: relative;
    display: block;
    width: auto;
    max-width: none;
    left: auto;
    top: auto;
  }
}
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.gmap, .gmap--hide-detail {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 2px solid #fff;
}
@media print, screen and (min-width: 992px) {
  .gmap, .gmap--hide-detail {
    padding-bottom: 35rem;
    border-radius: 1.5rem;
  }
}
@media print {
  .gmap, .gmap--hide-detail {
    padding-bottom: 35rem;
    border-radius: 1.5rem;
  }
}
.gmap iframe, .gmap--hide-detail iframe,
.gmap object,
.gmap--hide-detail object,
.gmap embed,
.gmap--hide-detail embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.gmap--hide-detail iframe,
.gmap--hide-detail object,
.gmap--hide-detail embed {
  height: calc(100% + 300px);
  top: -150px;
  bottom: 0;
}
.fotorama {
  overflow: visible;
  max-width: 60rem;
}
.fotorama-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
}
.fotorama__stage {
  margin-bottom: 1rem;
}
.fotorama__caption {
  width: 100%;
}
.fotorama__caption__wrap {
  width: 100%;
  text-align: center;
}
.fotorama__thumb-border {
  border-color: #1d202c;
  border-width: 1px !important;
}
.iframe-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
}
.grecaptcha-badge {
  visibility: hidden;
}
.lightcaseImage-contentInner {
  background-color: #fff;
}
.only-work,
.only-fashion {
  display: none !important;
}
body[data-current=fashion] .header-tab__link[data-current=fashion] {
  background-color: #c30d23;
  color: #fff;
}
@media print, screen and (min-width: 992px) {
  body[data-current=fashion] .header-tab__link[data-current=fashion] {
    background-color: transparent;
    color: #c30d23;
  }
  body[data-current=fashion] .header-tab__link[data-current=fashion]::after {
    content: " ";
  }
}
@media print {
  body[data-current=fashion] .header-tab__link[data-current=fashion] {
    background-color: transparent;
    color: #c30d23;
  }
  body[data-current=fashion] .header-tab__link[data-current=fashion]::after {
    content: " ";
  }
}
body[data-current=fashion] .global-list[data-current=work],
body[data-current=fashion] .drawer-list[data-current=work],
body[data-current=fashion] .drawer-cat-list[data-current=work],
body[data-current=fashion] .top-search-list[data-current=work],
body[data-current=fashion] .side-list[data-current=work] {
  display: none !important;
}
body[data-current=fashion] .only-fashion {
  display: block !important;
}
body[data-current=work] .header-tab__link[data-current=work] {
  background-color: #c30d23;
  color: #fff;
}
@media print, screen and (min-width: 992px) {
  body[data-current=work] .header-tab__link[data-current=work] {
    background-color: transparent;
    color: #c30d23;
  }
  body[data-current=work] .header-tab__link[data-current=work]::after {
    content: " ";
  }
}
@media print {
  body[data-current=work] .header-tab__link[data-current=work] {
    background-color: transparent;
    color: #c30d23;
  }
  body[data-current=work] .header-tab__link[data-current=work]::after {
    content: " ";
  }
}
body[data-current=work] .global-list[data-current=fashion],
body[data-current=work] .drawer-list[data-current=fashion],
body[data-current=work] .drawer-cat-list[data-current=fashion],
body[data-current=work] .top-search-list[data-current=fashion],
body[data-current=work] .side-list[data-current=fashion] {
  display: none !important;
}
body[data-current=work] .only-work {
  display: block !important;
}
.common-h2, .common-h2--sub {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
@media print, screen and (min-width: 992px) {
  .common-h2, .common-h2--sub {
    gap: 0.25rem;
  }
}
@media print {
  .common-h2, .common-h2--sub {
    gap: 0.25rem;
  }
}
.common-h2--sub .common-h2__ja {
  font-weight: 600;
  opacity: 1;
}
.common-h2__en {
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
  font-size: 1.75rem;
}
@media print, screen and (min-width: 992px) {
  .common-h2__en {
    font-size: 2.5rem;
  }
}
@media print {
  .common-h2__en {
    font-size: 2.5rem;
  }
}
.common-h2__en > span {
  display: inline-flex;
}
.common-h2__ja {
  line-height: 1.25;
  opacity: 0.75;
  font-size: 1rem;
  font-weight: 400;
}
@media print, screen and (min-width: 992px) {
  .common-h2__ja {
    font-size: 1.125rem;
  }
}
@media print {
  .common-h2__ja {
    font-size: 1.125rem;
  }
}
.common-h2__ja > span {
  display: inline-flex;
}
.common-h3 {
  font-weight: 600;
  line-height: 1.5;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 992px) {
  .common-h3 {
    font-size: 1.5rem;
  }
}
@media print {
  .common-h3 {
    font-size: 1.5rem;
  }
}
.common-h3.--lined {
  border-bottom: 1px solid;
  padding-bottom: 0.25em;
}
.common-h4 {
  font-weight: 600;
  line-height: 1.5;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 992px) {
  .common-h4 {
    font-size: 1.25rem;
  }
}
@media print {
  .common-h4 {
    font-size: 1.25rem;
  }
}
/* =====================
  editor(WYSIWYG)
===================== */
table .editor-content {
  line-height: 1.5;
  font-size: 0.625rem;
}
@media print, screen and (min-width: 768px) {
  table .editor-content {
    font-size: 0.8125rem;
  }
}
@media print {
  table .editor-content {
    font-size: 0.8125rem;
  }
}
table .editor-content p {
  margin: 0;
}
.editor-content {
  word-break: break-all;
  font-size: 0.9rem;
}
@media print, screen and (min-width: 992px) {
  .editor-content {
    font-size: 1.15rem;
  }
}
@media print {
  .editor-content {
    font-size: 1.15rem;
  }
}
.editor-content * {
  word-wrap: break-word;
  word-wrap: break-word;
  min-width: 0;
  max-width: 100%;
}
.editor-content button,
.editor-content input,
.editor-content select,
.editor-content textarea {
  font-size: 100%;
  font-weight: 500;
  line-height: 1.66;
}
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
  line-height: 1.5;
  font-weight: 600;
  margin-top: 2em;
}
.editor-content h1:first-child,
.editor-content h2:first-child,
.editor-content h3:first-child,
.editor-content h4:first-child,
.editor-content h5:first-child,
.editor-content h6:first-child,
.editor-content p:first-child {
  margin-top: 0;
}
.editor-content h1 {
  font-size: 225%;
  border-bottom: 1px solid;
  padding-bottom: 0.25em;
}
.editor-content h2 {
  font-size: 200%;
  border-bottom: 1px solid;
  padding-bottom: 0.25em;
}
.editor-content h3 {
  font-size: 150%;
}
.editor-content h4 {
  font-size: 125%;
}
.editor-content h5 {
  font-size: 110%;
}
.editor-content h6 {
  font-size: 100%;
}
.editor-content a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .editor-content a {
    transition: all 0.25s ease;
  }
  .editor-content a:hover {
    color: rgb(239.3125, 19.6875, 46.2355769231);
  }
}
@media (hover: hover) and (pointer: fine) {
  .editor-content .btn:hover {
    color: #fff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .editor-content a img {
    transition: all 0.25s ease;
  }
  .editor-content a img:hover {
    opacity: 0.65;
  }
}
.editor-content img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}
.editor-content img.alignright {
  display: block;
  margin-left: auto;
}
.editor-content img.alignleft {
  display: block;
  margin-right: auto;
}
.editor-content img.aligncenter {
  display: block;
  margin: 1em auto;
}
.editor-content p,
.editor-content table,
.editor-content img,
.editor-content ul,
.editor-content ol,
.editor-content > div {
  margin-top: 1.5em;
}
.editor-content p:first-child,
.editor-content table:first-child,
.editor-content img:first-child,
.editor-content ul:first-child,
.editor-content ol:first-child,
.editor-content > div:first-child {
  margin-top: 0;
}
.editor-content p > img:first-child {
  margin-top: 0;
}
.editor-content dfn,
.editor-content cite,
.editor-content em,
.editor-content i {
  font-style: italic;
}
.editor-content blockquote {
  color: #666;
  background-color: #f7f7f7;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0.5em;
  padding-left: 1.5em;
}
@media print, screen and (min-width: 768px) {
  .editor-content blockquote {
    font-size: 15px;
  }
}
@media print {
  .editor-content blockquote {
    font-size: 15px;
  }
}
.editor-content blockquote.alignleft,
.editor-content blockquote.alignright {
  font-size: 0.875rem;
  width: 34%;
}
.editor-content address {
  margin: 0 0 1.5em;
}
.editor-content pre {
  background: #f7f7f7;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.editor-content code,
.editor-content kbd,
.editor-content tt,
.editor-content var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.editor-content abbr,
.editor-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.editor-content mark,
.editor-content ins {
  background: #eee;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.editor-content big {
  font-size: 125%;
}
.editor-content dl dt {
  font-weight: 700;
}
.editor-content blockquote,
.editor-content q {
  quotes: "" "";
}
.editor-content blockquote:before,
.editor-content blockquote:after,
.editor-content q:before,
.editor-content q:after {
  content: "";
}
.editor-content hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
}
.editor-content ul,
.editor-content ol {
  margin-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
}
.editor-content ul {
  list-style: disc;
}
.editor-content ol h1,
.editor-content ol h2,
.editor-content ol h3,
.editor-content ol h4,
.editor-content ol h5,
.editor-content ol h6 {
  border: none;
  padding: 0;
}
.editor-content ol h3 {
  font-weight: 700;
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  .editor-content ol h3 {
    font-size: 1.125rem;
  }
}
@media print {
  .editor-content ol h3 {
    font-size: 1.125rem;
  }
}
.editor-content ol h4 {
  font-weight: 700;
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 768px) {
  .editor-content ol h4 {
    font-size: 1rem;
  }
}
@media print {
  .editor-content ol h4 {
    font-size: 1rem;
  }
}
.editor-content li > ul,
.editor-content li > ol {
  margin-bottom: 1em;
  margin-left: 1em;
}
.editor-content li ol {
  font-size: 90%;
}
.editor-content li ol li {
  margin-bottom: 0.5em;
}
.editor-content table {
  font-size: 0.6875rem;
}
@media print, screen and (min-width: 768px) {
  .editor-content table {
    font-size: 1rem;
  }
}
@media print {
  .editor-content table {
    font-size: 1rem;
  }
}
.editor-content .iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.editor-content .iframe iframe,
.editor-content .iframe object,
.editor-content .iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
}
.editor-content embed,
.editor-content iframe,
.editor-content object {
  margin-top: 2em;
  max-width: 100%;
}
.editor-content strong {
  font-weight: 700;
}
.editor-content em {
  font-style: italic;
}
.editor-content blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.editor-content.--post pre {
  padding: 0;
  background-color: transparent;
  white-space: pre-wrap !important;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.75;
}
.editor-content--sm {
  word-break: break-all;
  font-size: 0.8rem;
}
@media print, screen and (min-width: 992px) {
  .editor-content--sm {
    font-size: 1rem;
  }
}
@media print {
  .editor-content--sm {
    font-size: 1rem;
  }
}
.editor-content--sm * {
  word-wrap: break-word;
  word-wrap: break-word;
  min-width: 0;
  max-width: 100%;
}
.editor-content--sm button,
.editor-content--sm input,
.editor-content--sm select,
.editor-content--sm textarea {
  font-size: 100%;
  font-weight: 500;
  line-height: 1.66;
}
.editor-content--sm h1,
.editor-content--sm h2,
.editor-content--sm h3,
.editor-content--sm h4,
.editor-content--sm h5,
.editor-content--sm h6 {
  line-height: 1.5;
  font-weight: 600;
  margin-top: 2em;
}
.editor-content--sm h1:first-child,
.editor-content--sm h2:first-child,
.editor-content--sm h3:first-child,
.editor-content--sm h4:first-child,
.editor-content--sm h5:first-child,
.editor-content--sm h6:first-child,
.editor-content--sm p:first-child {
  margin-top: 0;
}
.editor-content--sm h1 {
  font-size: 225%;
  border-bottom: 1px solid;
  padding-bottom: 0.25em;
}
.editor-content--sm h2 {
  font-size: 200%;
  border-bottom: 1px solid;
  padding-bottom: 0.25em;
}
.editor-content--sm h3 {
  font-size: 150%;
}
.editor-content--sm h4 {
  font-size: 125%;
}
.editor-content--sm h5 {
  font-size: 110%;
}
.editor-content--sm h6 {
  font-size: 100%;
}
.editor-content--sm a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .editor-content--sm a {
    transition: all 0.25s ease;
  }
  .editor-content--sm a:hover {
    color: rgb(239.3125, 19.6875, 46.2355769231);
  }
}
@media (hover: hover) and (pointer: fine) {
  .editor-content--sm .btn:hover {
    color: #fff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .editor-content--sm a img {
    transition: all 0.25s ease;
  }
  .editor-content--sm a img:hover {
    opacity: 0.65;
  }
}
.editor-content--sm img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}
.editor-content--sm img.alignright {
  display: block;
  margin-left: auto;
}
.editor-content--sm img.alignleft {
  display: block;
  margin-right: auto;
}
.editor-content--sm img.aligncenter {
  display: block;
  margin: 1em auto;
}
.editor-content--sm p,
.editor-content--sm table,
.editor-content--sm img,
.editor-content--sm ul,
.editor-content--sm ol,
.editor-content--sm > div {
  margin-top: 1.5em;
}
.editor-content--sm p:first-child,
.editor-content--sm table:first-child,
.editor-content--sm img:first-child,
.editor-content--sm ul:first-child,
.editor-content--sm ol:first-child,
.editor-content--sm > div:first-child {
  margin-top: 0;
}
.editor-content--sm p > img:first-child {
  margin-top: 0;
}
.editor-content--sm dfn,
.editor-content--sm cite,
.editor-content--sm em,
.editor-content--sm i {
  font-style: italic;
}
.editor-content--sm blockquote {
  color: #666;
  background-color: #f7f7f7;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0.5em;
  padding-left: 1.5em;
}
@media print, screen and (min-width: 768px) {
  .editor-content--sm blockquote {
    font-size: 15px;
  }
}
@media print {
  .editor-content--sm blockquote {
    font-size: 15px;
  }
}
.editor-content--sm blockquote.alignleft,
.editor-content--sm blockquote.alignright {
  font-size: 0.875rem;
  width: 34%;
}
.editor-content--sm address {
  margin: 0 0 1.5em;
}
.editor-content--sm pre {
  background: #f7f7f7;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.editor-content--sm code,
.editor-content--sm kbd,
.editor-content--sm tt,
.editor-content--sm var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.editor-content--sm abbr,
.editor-content--sm acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.editor-content--sm mark,
.editor-content--sm ins {
  background: #eee;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.editor-content--sm big {
  font-size: 125%;
}
.editor-content--sm dl dt {
  font-weight: 700;
}
.editor-content--sm blockquote,
.editor-content--sm q {
  quotes: "" "";
}
.editor-content--sm blockquote:before,
.editor-content--sm blockquote:after,
.editor-content--sm q:before,
.editor-content--sm q:after {
  content: "";
}
.editor-content--sm hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
}
.editor-content--sm ul,
.editor-content--sm ol {
  margin-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
}
.editor-content--sm ul {
  list-style: disc;
}
.editor-content--sm ol h1,
.editor-content--sm ol h2,
.editor-content--sm ol h3,
.editor-content--sm ol h4,
.editor-content--sm ol h5,
.editor-content--sm ol h6 {
  border: none;
  padding: 0;
}
.editor-content--sm ol h3 {
  font-weight: 700;
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  .editor-content--sm ol h3 {
    font-size: 1.125rem;
  }
}
@media print {
  .editor-content--sm ol h3 {
    font-size: 1.125rem;
  }
}
.editor-content--sm ol h4 {
  font-weight: 700;
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 768px) {
  .editor-content--sm ol h4 {
    font-size: 1rem;
  }
}
@media print {
  .editor-content--sm ol h4 {
    font-size: 1rem;
  }
}
.editor-content--sm li > ul,
.editor-content--sm li > ol {
  margin-bottom: 1em;
  margin-left: 1em;
}
.editor-content--sm li ol {
  font-size: 90%;
}
.editor-content--sm li ol li {
  margin-bottom: 0.5em;
}
.editor-content--sm table {
  font-size: 0.6875rem;
}
@media print, screen and (min-width: 768px) {
  .editor-content--sm table {
    font-size: 1rem;
  }
}
@media print {
  .editor-content--sm table {
    font-size: 1rem;
  }
}
.editor-content--sm .iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.editor-content--sm .iframe iframe,
.editor-content--sm .iframe object,
.editor-content--sm .iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
}
.editor-content--sm embed,
.editor-content--sm iframe,
.editor-content--sm object {
  margin-top: 2em;
  max-width: 100%;
}
.editor-content--sm strong {
  font-weight: 700;
}
.editor-content--sm em {
  font-style: italic;
}
.editor-content--sm blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.editor-content--sm.--post pre {
  padding: 0;
  background-color: transparent;
  white-space: pre-wrap !important;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.75;
}
.global-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 992px) {
  .global-list {
    flex-wrap: nowrap;
    gap: 0;
    font-size: 0.9375rem;
    height: 100%;
  }
}
@media print {
  .global-list {
    flex-wrap: nowrap;
    gap: 0;
    font-size: 0.9375rem;
    height: 100%;
  }
}
.global-list__item {
  padding: 0;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
@media print, screen and (min-width: 992px) {
  .global-list__item {
    display: flex;
    width: auto;
    border-bottom: none;
    cursor: pointer;
    min-width: 7.5rem;
  }
}
@media print {
  .global-list__item {
    display: flex;
    width: auto;
    border-bottom: none;
    cursor: pointer;
    min-width: 7.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .global-list__item:hover .global-list__text {
    color: #c30d23;
  }
}
.global-list__item:has(.global-list__child) .global-list__content {
  background-color: #1d202c;
  color: #fff;
}
@media print, screen and (min-width: 992px) {
  .global-list__item:has(.global-list__child) .global-list__content {
    gap: 0;
    justify-content: center;
  }
}
@media print {
  .global-list__item:has(.global-list__child) .global-list__content {
    gap: 0;
    justify-content: center;
  }
}
@media print, screen and (min-width: 992px) {
  .global-list__item:has(.global-list__child) .global-list__text {
    flex: initial;
  }
}
@media print {
  .global-list__item:has(.global-list__child) .global-list__text {
    flex: initial;
  }
}
@media (hover: hover) and (pointer: fine) {
  .global-list__item:has(.global-list__child):hover .global-list__child {
    grid-template-rows: 1fr;
  }
}
.global-list__content {
  position: relative;
  display: flex;
  width: 100%;
  gap: 1em;
  min-height: 3.5rem;
  line-height: 1.25;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  transition: 0.25s linear;
  color: currentColor;
}
@media print, screen and (min-width: 992px) {
  .global-list__content {
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media print {
  .global-list__content {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.global-list__content[aria-current=page] {
  background-color: rgba(195, 13, 35, 0.15);
}
@media print, screen and (min-width: 992px) {
  .global-list__content[aria-current=page] {
    background-color: transparent;
  }
  .global-list__content[aria-current=page]::after {
    width: 100%;
  }
}
@media print {
  .global-list__content[aria-current=page] {
    background-color: transparent;
  }
  .global-list__content[aria-current=page]::after {
    width: 100%;
  }
}
.global-list__text {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  font-weight: 600;
  color: currentColor;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  transition: all 0.25s linear;
}
@media print, screen and (min-width: 992px) {
  .global-list__text {
    justify-content: center;
    text-align: center;
  }
}
@media print {
  .global-list__text {
    justify-content: center;
    text-align: center;
  }
}
.global-list__arrow {
  display: flex;
  width: 100%;
  justify-content: center;
}
.global-list__child {
  width: 100%;
  display: grid;
  grid-template-rows: 0fr;
  transition: 250ms grid-template-rows ease;
}
@media print, screen and (min-width: 992px) {
  .global-list__child {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 92;
    transform: translateZ(1px);
  }
}
@media print {
  .global-list__child {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 92;
    transform: translateZ(1px);
  }
}
.global-list-arrow {
  position: relative;
  font-size: 1em;
  width: 1em;
  height: 1em;
}
.global-list-arrow::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.6em;
  height: 0.6em;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translate(-50%, -50%) rotate(-45deg);
  pointer-events: none;
}
.dropdown-menu {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #f0f0f0;
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.975);
    max-height: calc(100vh - 10rem);
    overflow: auto;
    z-index: 92;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175);
    border-radius: 0 0 0.5rem;
  }
}
@media print {
  .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.975);
    max-height: calc(100vh - 10rem);
    overflow: auto;
    z-index: 92;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175);
    border-radius: 0 0 0.5rem;
  }
}
.dropdown-menu__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1520px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .dropdown-menu__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu__container {
    padding-top: 4rem;
    padding-bottom: 5rem;
    flex-direction: row;
    gap: 7.5rem;
  }
}
@media print {
  .dropdown-menu__container {
    padding-top: 4rem;
    padding-bottom: 5rem;
    flex-direction: row;
    gap: 7.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu__header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 15rem;
    gap: 4rem;
  }
}
@media print {
  .dropdown-menu__header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 15rem;
    gap: 4rem;
  }
}
.dropdown-menu__header--noLink {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu__header--noLink {
    display: block;
  }
}
@media print {
  .dropdown-menu__header--noLink {
    display: block;
  }
}
.dropdown-menu__title {
  display: flex;
  width: 100%;
}
.dropdown-menu__main {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu__main {
    flex: 1;
    margin: 0;
    gap: 2.5rem;
    padding-top: 1rem;
  }
}
@media print {
  .dropdown-menu__main {
    flex: 1;
    margin: 0;
    gap: 2.5rem;
    padding-top: 1rem;
  }
}
a.dropdown-title {
  color: #1d202c;
}
@media (hover: hover) and (pointer: fine) {
  a.dropdown-title {
    transition: all 0.25s ease;
  }
  a.dropdown-title:hover {
    color: #555;
  }
  a.dropdown-title:hover .dropdown-title__arrow {
    transform: translate(25%, 0);
  }
}
@media print, screen and (min-width: 992px) {
  a.dropdown-title .dropdown-title__text > span {
    border-bottom: 1px solid;
  }
}
@media print {
  a.dropdown-title .dropdown-title__text > span {
    border-bottom: 1px solid;
  }
}
.dropdown-title {
  display: flex;
  width: 100%;
  align-items: center;
  line-height: 1.25;
  font-size: 1.125rem;
  border-top: 1px solid #ddd;
  position: relative;
  min-height: 3.5rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 1rem;
}
@media print, screen and (min-width: 992px) {
  .dropdown-title {
    font-size: 2rem;
    background-color: transparent;
    border: none;
    padding: 0;
    min-height: 0;
  }
}
@media print {
  .dropdown-title {
    font-size: 2rem;
    background-color: transparent;
    border: none;
    padding: 0;
    min-height: 0;
  }
}
.dropdown-title__text {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  font-weight: 600;
}
.dropdown-title small {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .dropdown-title small {
    font-size: 1.125rem;
  }
}
@media print {
  .dropdown-title small {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 992px) {
  .dropdown-title__sp {
    display: none;
  }
}
@media print {
  .dropdown-title__sp {
    display: none;
  }
}
.dropdown-title__arrow {
  transition: 0.25s ease;
}
.dropdown-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  font-size: 95%;
}
@media print, screen and (min-width: 992px) {
  .dropdown-list {
    flex-direction: row;
    flex: 1;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1.5rem 3rem;
    background-color: transparent;
    font-size: 100%;
  }
}
@media print {
  .dropdown-list {
    flex-direction: row;
    flex: 1;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1.5rem 3rem;
    background-color: transparent;
    font-size: 100%;
  }
}
.dropdown-list__item, .dropdown-list__item--sm {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0;
  margin: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}
@media print, screen and (min-width: 992px) {
  .dropdown-list__item, .dropdown-list__item--sm {
    border: none;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
    width: calc(33.333% - 2rem);
  }
}
@media print {
  .dropdown-list__item, .dropdown-list__item--sm {
    border: none;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
    width: calc(33.333% - 2rem);
  }
}
@media print, screen and (min-width: 992px) {
  .dropdown-list__item--sm {
    width: calc(25% - 2.25rem);
  }
}
@media print {
  .dropdown-list__item--sm {
    width: calc(25% - 2.25rem);
  }
}
a.dropdown-item {
  color: #1d202c;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
  a.dropdown-item {
    transition: all 0.25s ease;
  }
  a.dropdown-item:hover {
    color: #555;
  }
  a.dropdown-item:hover .dropdown-item__image img {
    transform: scale(1.03);
  }
  a.dropdown-item:hover .dropdown-item__arrow {
    transform: translate(25%, 0);
  }
}
.dropdown-item {
  position: relative;
  display: flex;
  min-height: 3.5rem;
  width: 100%;
  line-height: 1.5;
  font-weight: 400;
}
.dropdown-item:active, .dropdown-item:focus {
  color: #1d202c;
}
@media print, screen and (min-width: 992px) {
  .dropdown-item {
    flex-direction: column;
    height: auto;
    padding: 0;
    border: none;
    gap: 1.5em;
    min-height: 0;
    background-color: transparent;
  }
}
@media print {
  .dropdown-item {
    flex-direction: column;
    height: auto;
    padding: 0;
    border: none;
    gap: 1.5em;
    min-height: 0;
    background-color: transparent;
  }
}
.dropdown-item__arrow {
  transition: 0.25s ease;
}
.dropdown-item__image {
  display: flex;
  width: 4.5rem;
}
@media print, screen and (min-width: 992px) {
  .dropdown-item__image {
    width: 100%;
  }
}
@media print {
  .dropdown-item__image {
    width: 100%;
  }
}
.dropdown-item__image-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media print, screen and (min-width: 992px) {
  .dropdown-item__image-inner {
    height: 0;
    padding-bottom: 56.25%;
  }
}
@media print {
  .dropdown-item__image-inner {
    height: 0;
    padding-bottom: 56.25%;
  }
}
.dropdown-item__image-inner img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
}
.dropdown-item__main {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.5;
  gap: 0.5em;
  flex: 1;
  padding: 1rem;
}
@media print, screen and (min-width: 992px) {
  .dropdown-item__main {
    padding: 0;
    padding-bottom: 1em;
  }
}
@media print {
  .dropdown-item__main {
    padding: 0;
    padding-bottom: 1em;
  }
}
.dropdown-item__text {
  flex: 1;
}
.drawer {
  position: fixed;
  display: flex;
  z-index: 990;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  justify-content: flex-end;
}
.drawer__backdrop {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.drawer__inner {
  height: 100%;
  width: 22.5rem;
  transform: translate(100%, 0);
  background-color: #f9f9f9;
  overflow: auto;
}
@media print, screen and (min-width: 992px) {
  .drawer__inner {
    width: 27.5rem;
  }
}
@media print {
  .drawer__inner {
    width: 27.5rem;
  }
}
.drawer[aria-hidden] {
  transition: all 0.25s ease;
}
.drawer[aria-hidden] .drawer__backdrop,
.drawer[aria-hidden] .drawer__inner {
  transition: all 0.25s ease;
}
.drawer[aria-hidden=false] {
  visibility: visible;
  width: 100%;
}
.drawer[aria-hidden=false] .drawer__backdrop {
  opacity: 1;
}
.drawer[aria-hidden=false] .drawer__inner {
  transform: translate(0);
}
.drawer[aria-hidden=true] {
  visibility: hidden;
}
.drawer[aria-hidden=true] .drawer__backdrop {
  opacity: 0;
}
.drawer-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.1em;
  margin: 0;
  font-size: 3rem;
  padding: 0;
  width: 100%;
  border: none;
  color: #fff;
  background-color: #1d202c;
  z-index: 1000;
  position: fixed;
  bottom: 0;
  right: 0;
  height: 3.5rem;
  width: 24.9vw;
  border-top-right-radius: 0.5rem;
  transition: 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .drawer-btn:hover {
    background-color: #194a71;
  }
  .drawer-btn:hover .drawer-btn__bar:nth-child(1) {
    transform: translate(0, -1px);
  }
  .drawer-btn:hover .drawer-btn__bar:nth-child(3) {
    transform: translate(0, 1px);
  }
}
@media print, screen and (min-width: 992px) {
  .drawer-btn {
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    top: 1.5rem;
    right: 2.5rem;
  }
}
@media print {
  .drawer-btn {
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    top: 1.5rem;
    right: 2.5rem;
  }
}
.drawer-btn__bars {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  gap: 0.125em;
  width: 0.5em;
}
.drawer-btn__bar {
  display: block;
  background-color: currentColor;
  width: 100%;
  height: 0;
  border-top: 1px solid currentColor;
  border-radius: 999em;
  transition: all 0.25s ease;
}
.drawer-btn__text, .drawer-btn__text--close, .drawer-btn__text--open {
  font-size: 0.15em;
  line-height: 1;
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.drawer-btn[aria-expanded=false] .drawer-btn__text__text--close {
  display: none;
}
.drawer-btn[aria-expanded=true] {
  border-radius: 50%;
  width: 3.5rem;
  bottom: 1rem;
  right: 1rem;
}
@media print, screen and (min-width: 992px) {
  .drawer-btn[aria-expanded=true] {
    width: 3rem;
    bottom: auto;
    font-size: 3rem;
  }
}
@media print {
  .drawer-btn[aria-expanded=true] {
    width: 3rem;
    bottom: auto;
    font-size: 3rem;
  }
}
.drawer-btn[aria-expanded=true] .drawer-btn__text__text--open {
  display: none;
}
.drawer-btn[aria-expanded=true] .drawer-btn__bar:nth-child(2) {
  opacity: 0;
}
.drawer-btn[aria-expanded=true] .drawer-btn__bar:nth-child(1) {
  opacity: 1;
  transform: translate(0, 0.15em) rotate(45deg);
}
.drawer-btn[aria-expanded=true] .drawer-btn__bar:nth-child(3) {
  transform: translate(0, -0.15em) rotate(-45deg);
}
.drawer-contents {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #fff;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .drawer-contents {
    padding-top: 2.25rem;
    padding-bottom: 3rem;
    gap: 2rem;
  }
}
@media print {
  .drawer-contents {
    padding-top: 2.25rem;
    padding-bottom: 3rem;
    gap: 2rem;
  }
}
.drawer-contents__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media print, screen and (min-width: 992px) {
  .drawer-contents__header {
    gap: 1.5rem;
  }
}
@media print {
  .drawer-contents__header {
    gap: 1.5rem;
  }
}
.drawer-contents__search {
  display: flex;
  width: 100%;
}
.drawer-contents__search [class^=search-box] {
  width: 100%;
}
.drawer-contents__list {
  display: flex;
  width: 100%;
}
.drawer-contents__cats {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .drawer-contents__cats {
    gap: 1rem;
  }
}
@media print {
  .drawer-contents__cats {
    gap: 1rem;
  }
}
.drawer-contents__row {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media print, screen and (min-width: 992px) {
  .drawer-contents__row {
    gap: 0.5rem;
  }
}
@media print {
  .drawer-contents__row {
    gap: 0.5rem;
  }
}
.drawer-contents__title {
  display: flex;
  align-items: baseline;
  gap: 0.25em;
  flex: 1;
  line-height: 1.5;
  font-weight: 600;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .drawer-contents__title {
    font-size: 1rem;
  }
}
@media print {
  .drawer-contents__title {
    font-size: 1rem;
  }
}
.drawer-contents__title > small {
  font-size: 75%;
  font-weight: 400;
}
.drawer-contents__other {
  display: flex;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.drawer-contents__sns {
  display: flex;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.drawer-other-list {
  font-size: 0.625rem;
  opacity: 0.75;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1em 2em;
}
@media print, screen and (min-width: 992px) {
  .drawer-other-list {
    font-size: 0.8125rem;
  }
}
@media print {
  .drawer-other-list {
    font-size: 0.8125rem;
  }
}
.drawer-other-list > li {
  display: flex;
}
.drawer-other-list a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: currentColor;
  line-height: 1.5;
}
@media (hover: hover) and (pointer: fine) {
  .drawer-other-list a {
    transition: 0.25s ease;
  }
  .drawer-other-list a:hover {
    opacity: 0.75;
  }
}
.drawer-cat-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 0.8125rem;
  border-top: 1px solid #ddd;
}
@media print, screen and (min-width: 992px) {
  .drawer-cat-list {
    font-size: 0.875rem;
  }
}
@media print {
  .drawer-cat-list {
    font-size: 0.875rem;
  }
}
.drawer-cat-list__item {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.drawer-cat-link {
  padding: 1rem;
  display: flex;
  width: 100%;
  height: 4em;
  align-items: center;
}
@media (hover: hover) and (pointer: fine) {
  .drawer-cat-link {
    transition: 0.25s ease;
  }
  .drawer-cat-link:hover {
    background-color: #f3f1ee;
  }
}
.drawer-cat-link__text {
  font-weight: 600;
  line-height: 1.5;
  flex: 1;
}
.drawer-cat-link__arrow {
  transition: 0.25s ease;
}
.drawer-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 992px) {
  .drawer-list {
    font-size: 0.875rem;
  }
}
@media print {
  .drawer-list {
    font-size: 0.875rem;
  }
}
.drawer-list__item {
  display: flex;
  width: 50%;
}
.drawer-list__item:nth-child(n+3) {
  border-top: 1px solid #ddd;
}
.drawer-list__item:nth-child(even) {
  border-left: 1px solid #ddd;
}
.drawer-list__content {
  display: flex;
  width: 100%;
}
.drawer-list__text {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 3.5em;
  background-color: #1d202c;
  color: #fff;
  font-weight: 600;
}
@media (hover: hover) and (pointer: fine) {
  .drawer-list__text {
    transition: 0.25s ease;
  }
  .drawer-list__text:hover {
    filter: brightness(1.45);
    color: #fff;
  }
}
.drawer-btns {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.75rem;
  gap: 2em;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .drawer-btns {
    font-size: 0.875rem;
  }
}
@media print {
  .drawer-btns {
    font-size: 0.875rem;
  }
}
.drawer-btns__item {
  display: flex;
}
.swiper-ui {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .swiper-ui {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }
}
@media print {
  .swiper-ui {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }
}
.swiper-ui.slideNone {
  display: none;
}
.swiper-ui__controller {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .swiper-ui__controller {
    gap: 1.5rem;
    flex: 1;
  }
}
@media print {
  .swiper-ui__controller {
    gap: 1.5rem;
    flex: 1;
  }
}
.swiper-ui__btn {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media print, screen and (min-width: 992px) {
  .swiper-ui__btn {
    width: 10rem;
  }
}
@media print {
  .swiper-ui__btn {
    width: 10rem;
  }
}
.swiper-ui__btn > [class^=btn] {
  min-width: 0;
  width: 10rem;
}
@media print, screen and (min-width: 992px) {
  .swiper-ui__btn > [class^=btn] {
    width: 100%;
  }
}
@media print {
  .swiper-ui__btn > [class^=btn] {
    width: 100%;
  }
}
.swiper .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #1d202c;
}
.swiper .swiper-scrollbar {
  display: flex;
  position: relative !important;
  width: 100%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 999em;
  left: auto;
  bottom: auto;
  top: auto;
  touch-action: initial;
}
.swiper .swiper-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  background: rgba(0, 0, 0, 0.3);
}
.swiper-buttons {
  display: flex;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .swiper-buttons {
    gap: 1rem;
  }
}
@media print {
  .swiper-buttons {
    gap: 1rem;
  }
}
.swiper-buttons__button--prev, .swiper-buttons__button--next {
  cursor: pointer;
}
.swiper-buttons__button--prev2, .swiper-buttons__button--next2 {
  position: absolute;
  z-index: 20;
  cursor: pointer;
  top: 10rem;
}
@media print, screen and (min-width: 992px) {
  .swiper-buttons__button--prev2, .swiper-buttons__button--next2 {
    top: 15rem;
  }
}
@media print {
  .swiper-buttons__button--prev2, .swiper-buttons__button--next2 {
    top: 15rem;
  }
}
.swiper-buttons__button--prev2 {
  left: 0.25em;
  transform: translateY(-50%) rotate(180deg);
}
.swiper-buttons__button--next2 {
  right: 0.25em;
  transform: translateY(-50%);
}
.list, .list--inline {
  padding: 0;
  margin: 0;
  list-style: none !important;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.list > li, .list--inline > li {
  position: relative;
  padding: 0;
  line-height: 1.75;
  padding-left: 0.75em;
}
.list > li:after, .list--inline > li:after {
  position: absolute;
  content: " ";
  display: block;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background-color: #c30d23;
  left: 0;
  top: 0.85em;
  transform: translate(0, -50%);
}
.list--inline {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75em 1.5em;
}
.list--inline li {
  min-width: 12em;
}
.card-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media print, screen and (min-width: 992px) {
  .card-list {
    gap: 3rem;
  }
}
@media print {
  .card-list {
    gap: 3rem;
  }
}
.card-list__item {
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .card-list__item {
    width: calc(25% - 2.25rem);
  }
}
@media print {
  .card-list__item {
    width: calc(25% - 2.25rem);
  }
}
.card-list__item--lg {
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .card-list__item--lg {
    width: calc(33.333% - 2rem);
  }
}
@media print {
  .card-list__item--lg {
    width: calc(33.333% - 2rem);
  }
}
.lp-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 3rem;
}
@media print, screen and (min-width: 992px) {
  .lp-item {
    gap: 5rem;
  }
}
@media print {
  .lp-item {
    gap: 5rem;
  }
}
.lp-item__header {
  display: flex;
  width: 100%;
}
.lp-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .lp-header {
    flex-direction: row;
    gap: 2.5rem;
  }
}
@media print {
  .lp-header {
    flex-direction: row;
    gap: 2.5rem;
  }
}
.lp-header__body {
  display: flex;
  flex-direction: column;
}
.lp-header__lead {
  line-height: 1.5;
  font-weight: 600;
  color: #c30d23;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 992px) {
  .lp-header__lead {
    font-size: 2rem;
  }
}
@media print {
  .lp-header__lead {
    font-size: 2rem;
  }
}
.lp-header__title {
  line-height: 1.5;
  font-weight: 600;
  font-size: 1.75rem;
}
@media print, screen and (min-width: 992px) {
  .lp-header__title {
    font-size: 3rem;
  }
}
@media print {
  .lp-header__title {
    font-size: 3rem;
  }
}
.lp-header__functions, .lp-header__functions--rect {
  display: flex;
  gap: 0.5rem;
  font-size: 1.125rem;
  gap: 0.5em;
}
@media print, screen and (min-width: 992px) {
  .lp-header__functions, .lp-header__functions--rect {
    font-size: 1.5rem;
  }
}
@media print {
  .lp-header__functions, .lp-header__functions--rect {
    font-size: 1.5rem;
  }
}
.lp-header__functions--rect {
  height: 2em;
  border-radius: 0;
}
.lp-header__functions > *, .lp-header__functions--rect > * {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 4em;
  height: 4em;
  border: 1px solid;
  color: #9a865c;
  border-radius: 50%;
  letter-spacing: 0.1em;
}
.lp-trouble {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .lp-trouble {
    gap: 3rem;
  }
}
@media print {
  .lp-trouble {
    gap: 3rem;
  }
}
.lp-trouble__box {
  position: relative;
  display: flex;
  width: 100%;
  background-color: #f3f1ee;
  padding: 1.5rem 1rem;
  flex-direction: column;
  gap: 1.5rem;
  border-bottom: 1px solid;
}
@media print, screen and (min-width: 992px) {
  .lp-trouble__box {
    padding: 3rem;
    gap: 3rem;
    border-bottom-width: 2px;
  }
}
@media print {
  .lp-trouble__box {
    padding: 3rem;
    gap: 3rem;
    border-bottom-width: 2px;
  }
}
.lp-trouble__box::before, .lp-trouble__box::after {
  top: 100%;
  left: 50%;
  font-size: 1.5rem;
  position: absolute;
  border: 1em solid transparent;
  border-top: 1em solid #1d202c;
  transform: translateX(-50%);
  content: "";
}
@media print, screen and (min-width: 992px) {
  .lp-trouble__box::before, .lp-trouble__box::after {
    font-size: 3rem;
  }
}
@media print {
  .lp-trouble__box::before, .lp-trouble__box::after {
    font-size: 3rem;
  }
}
.lp-trouble__box::after {
  content: "";
  border-top-color: #f3f1ee;
  margin-top: -2px;
}
@media print, screen and (min-width: 992px) {
  .lp-trouble__box::after {
    margin-top: -3px;
  }
}
@media print {
  .lp-trouble__box::after {
    margin-top: -3px;
  }
}
.lp-trouble__title {
  display: flex;
  text-align: center;
  justify-content: center;
  font-weight: 600;
  line-height: 1.75;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 992px) {
  .lp-trouble__title {
    font-size: 1.75rem;
  }
}
@media print {
  .lp-trouble__title {
    font-size: 1.75rem;
  }
}
.lp-trouble__title > strong {
  display: inline-block;
  position: relative;
}
.lp-trouble__title > strong::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background-color: #c30d23;
  content: "";
}
.lp-trouble__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  .lp-trouble__list {
    font-size: 1.125rem;
  }
}
@media print {
  .lp-trouble__list {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 992px) {
  .lp-trouble__list {
    flex-direction: row;
  }
}
@media print {
  .lp-trouble__list {
    flex-direction: row;
  }
}
.lp-trouble__list > li {
  position: relative;
  display: flex;
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 1rem;
  padding-bottom: 2rem;
  margin-top: -1rem;
  font-weight: 600;
  border: 2px solid #f3f1ee;
}
.lp-trouble__list > li:nth-child(even)::before, .lp-trouble__list > li:nth-child(even)::after {
  right: 10%;
  left: auto;
}
@media print, screen and (min-width: 992px) {
  .lp-trouble__list > li:nth-child(even)::before, .lp-trouble__list > li:nth-child(even)::after {
    right: auto;
    left: 10%;
  }
}
@media print {
  .lp-trouble__list > li:nth-child(even)::before, .lp-trouble__list > li:nth-child(even)::after {
    right: auto;
    left: 10%;
  }
}
@media print, screen and (min-width: 992px) {
  .lp-trouble__list > li {
    padding: 2.5rem;
    border-radius: 4rem;
    margin-top: 0;
    margin-left: -1.5rem;
    border: 4px solid #f3f1ee;
  }
}
@media print {
  .lp-trouble__list > li {
    padding: 2.5rem;
    border-radius: 4rem;
    margin-top: 0;
    margin-left: -1.5rem;
    border: 4px solid #f3f1ee;
  }
}
.lp-trouble__list > li:first-child {
  margin: 0;
}
.lp-trouble__list > li::before, .lp-trouble__list > li::after {
  bottom: 100%;
  left: 10%;
  font-size: 1rem;
  position: absolute;
  border: 1em solid transparent;
  border-bottom: 1em solid #f3f1ee;
  content: "";
}
@media print, screen and (min-width: 992px) {
  .lp-trouble__list > li::before, .lp-trouble__list > li::after {
    font-size: 2rem;
  }
}
@media print {
  .lp-trouble__list > li::before, .lp-trouble__list > li::after {
    font-size: 2rem;
  }
}
.lp-trouble__list > li::after {
  content: "";
  border-bottom-color: #fff;
  margin-bottom: -0.2em;
}
.lp-trouble__lead {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
  font-size: 1.5rem;
  text-underline-offset: 0.5em;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #c30d23;
}
@media print, screen and (min-width: 992px) {
  .lp-trouble__lead {
    font-size: 2.5rem;
  }
}
@media print {
  .lp-trouble__lead {
    font-size: 2.5rem;
  }
}
.lp-trouble__lead > strong {
  font-size: 120%;
  line-height: 1.25;
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-weight: 700;
}
.lp-trouble__lead rt {
  font-size: 35%;
}
.lp-feature-image {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
  background-color: #f7f8fc;
  padding: 1rem;
}
.lp-feature-image img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 992px) {
  .lp-feature-image img {
    max-width: 50rem;
  }
}
@media print {
  .lp-feature-image img {
    max-width: 50rem;
  }
}
.lp-feature-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  width: 100%;
  border-top: 1px solid #ddd;
  flex-direction: column;
}
.lp-feature-list__item {
  border-bottom: 1px solid #ddd;
}
.lp-feature-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .lp-feature-item {
    flex-direction: row;
    gap: 3rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media print {
  .lp-feature-item {
    flex-direction: row;
    gap: 3rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.lp-feature-item__image {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .lp-feature-item__image {
    width: 25rem;
  }
}
@media print {
  .lp-feature-item__image {
    width: 25rem;
  }
}
.lp-feature-item__image img {
  width: 100%;
  height: auto;
  max-width: 25rem;
}
@media print, screen and (min-width: 992px) {
  .lp-feature-item__image img {
    max-width: none;
  }
}
@media print {
  .lp-feature-item__image img {
    max-width: none;
  }
}
.lp-feature-item__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .lp-feature-item__body {
    gap: 1.5rem;
    flex: 1;
  }
}
@media print {
  .lp-feature-item__body {
    gap: 1.5rem;
    flex: 1;
  }
}
.lp-feature-item__header {
  display: flex;
  width: 100%;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .lp-feature-item__header {
    gap: 1.5rem;
  }
}
@media print {
  .lp-feature-item__header {
    gap: 1.5rem;
  }
}
.lp-feature-item__number {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  width: 2em;
  font-size: 1.5rem;
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  gap: 0.1em;
  color: #c30d23;
}
@media print, screen and (min-width: 992px) {
  .lp-feature-item__number {
    font-size: 2.5rem;
  }
}
@media print {
  .lp-feature-item__number {
    font-size: 2.5rem;
  }
}
.lp-feature-item__number small {
  font-size: 30%;
}
.lp-feature-item__number strong {
  letter-spacing: 0.05em;
  font-size: 100%;
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
.lp-feature-item__title {
  display: flex;
  align-items: center;
  flex: 1;
  padding-left: 0.5rem;
  font-weight: 600;
  line-height: 1.75;
  font-size: 1.25rem;
  border-left: 1px solid;
}
@media print, screen and (min-width: 992px) {
  .lp-feature-item__title {
    padding-left: 1.5rem;
    font-size: 1.75rem;
  }
}
@media print {
  .lp-feature-item__title {
    padding-left: 1.5rem;
    font-size: 1.75rem;
  }
}
.point-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .point-block {
    flex-direction: row;
    gap: 1.5rem;
  }
}
@media print {
  .point-block {
    flex-direction: row;
    gap: 1.5rem;
  }
}
.point-block__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .point-block__body {
    flex: 1;
    gap: 1rem;
  }
}
@media print {
  .point-block__body {
    flex: 1;
    gap: 1rem;
  }
}
.point-block__title {
  position: relative;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 0.75em;
}
@media print, screen and (min-width: 992px) {
  .point-block__title {
    font-size: 1.25rem;
  }
}
@media print {
  .point-block__title {
    font-size: 1.25rem;
  }
}
.point-block__title:after {
  position: absolute;
  content: " ";
  display: block;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background-color: #c30d23;
  left: 0;
  top: 0.75em;
  transform: translate(0, -50%);
}
.point-block__title > span {
  flex: 1;
}
.point-block__text {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .point-block__text {
    font-size: 1rem;
  }
}
@media print {
  .point-block__text {
    font-size: 1rem;
  }
}
.point-block__image {
  position: relative;
  width: 9rem;
}
.point-block__image img {
  width: 100%;
  height: auto;
}
.lp-arrow {
  display: flex;
  justify-content: center;
  width: 1em;
  font-size: 3rem;
  color: #c30d23;
}
@media print, screen and (min-width: 992px) {
  .lp-arrow {
    font-size: 5rem;
  }
}
@media print {
  .lp-arrow {
    font-size: 5rem;
  }
}
.lp-arrow > * {
  font-size: 50%;
  transform: rotate(90deg);
}
.lp-reason-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1px;
  padding-left: 1rem;
}
@media print, screen and (min-width: 992px) {
  .lp-reason-list {
    flex-direction: row;
    padding-left: max(50vw - 45rem, 2.5rem);
  }
}
@media print {
  .lp-reason-list {
    flex-direction: row;
    padding-left: max(50vw - 45rem, 2.5rem);
  }
}
.lp-reason-list__item {
  display: flex;
  width: 100%;
}
.lp-reason-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 25rem;
  overflow: hidden;
  color: #fff;
  padding: 1.5rem 1rem;
}
@media print, screen and (min-width: 992px) {
  .lp-reason-card {
    height: 40rem;
    padding: 2.5rem;
  }
}
@media print {
  .lp-reason-card {
    height: 40rem;
    padding: 2.5rem;
  }
}
.lp-reason-card__image {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
}
.lp-reason-card__image::after {
  position: absolute;
  display: block;
  content: " ";
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.lp-reason-card__image img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
  opacity: 0.75;
}
.lp-reason-card__number {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  width: 4em;
  height: 4em;
  padding: 0.4em;
  line-height: 1.25;
  font-size: 1.125rem;
  z-index: 10;
}
@media print, screen and (min-width: 992px) {
  .lp-reason-card__number {
    font-size: 1.5rem;
  }
}
@media print {
  .lp-reason-card__number {
    font-size: 1.5rem;
  }
}
.lp-reason-card__number::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background-color: #c30d23;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.lp-reason-card__number span {
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  font-size: 50%;
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
.lp-reason-card__number strong {
  position: relative;
  z-index: 10;
  font-size: 100%;
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-weight: 700;
}
.lp-reason-card__body {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .lp-reason-card__body {
    gap: 1rem;
  }
}
@media print {
  .lp-reason-card__body {
    gap: 1rem;
  }
}
.lp-reason-card__title {
  line-height: 1.75;
  font-weight: 600;
  font-size: 1.25rem;
  text-underline-offset: 0.5em;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
@media print, screen and (min-width: 992px) {
  .lp-reason-card__title {
    font-size: 1.5rem;
  }
}
@media print {
  .lp-reason-card__title {
    font-size: 1.5rem;
  }
}
.lp-reason-card__text {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .lp-reason-card__text {
    font-size: 1rem;
  }
}
@media print {
  .lp-reason-card__text {
    font-size: 1rem;
  }
}
.lp-style-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 1.5rem 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .lp-style-list {
    flex-direction: row;
    gap: 3rem 2.5rem;
  }
}
@media print {
  .lp-style-list {
    flex-direction: row;
    gap: 3rem 2.5rem;
  }
}
.lp-style-list__item {
  display: flex;
  padding: 0;
  margin: 0;
  width: calc(50% - 0.25rem);
}
@media print, screen and (min-width: 992px) {
  .lp-style-list__item {
    width: 15rem;
  }
}
@media print {
  .lp-style-list__item {
    width: 15rem;
  }
}
.lp-style-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #1d202c;
  overflow: hidden;
  gap: 0.5em;
}
.lp-style-item__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 150%;
  overflow: hidden;
  background-color: #f3f1ee;
}
.lp-style-item__image img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
}
.lp-style-item__body {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.25em;
}
.lp-style-item__title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
@media print, screen and (min-width: 992px) {
  .lp-style-item__title {
    font-size: 1.125rem;
  }
}
@media print {
  .lp-style-item__title {
    font-size: 1.125rem;
  }
}
.lp-style-item__text {
  font-size: 0.8125rem;
  opacity: 0.75;
}
@media print, screen and (min-width: 992px) {
  .lp-style-item__text {
    font-size: 0.875rem;
  }
}
@media print {
  .lp-style-item__text {
    font-size: 0.875rem;
  }
}
.circle-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .circle-list {
    gap: 1.5rem;
  }
}
@media print {
  .circle-list {
    gap: 1.5rem;
  }
}
.circle-list__item {
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .circle-list__item {
    width: auto;
  }
}
@media print {
  .circle-list__item {
    width: auto;
  }
}
.circle-item {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  width: 13.3em;
  height: 13.3em;
  font-size: 0.5625rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  .circle-item {
    font-size: 1.125rem;
  }
}
@media print {
  .circle-item {
    font-size: 1.125rem;
  }
}
.circle-item__number {
  color: #9a865c;
  font-size: 1.33em;
  line-height: 1;
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(1em, 1em);
}
.circle-item__title {
  font-weight: 600;
  line-height: 1.65;
  font-size: 1.11em;
}
.circle-item__text {
  font-size: 1rem;
  line-height: 1.75;
}
@media print, screen and (min-width: 992px) {
  .circle-item__text {
    font-size: 1.125rem;
  }
}
@media print {
  .circle-item__text {
    font-size: 1.125rem;
  }
}
.card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .card {
    gap: 1rem;
  }
}
@media print {
  .card {
    gap: 1rem;
  }
}
.card > img {
  width: 100%;
  height: auto;
}
.card__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.25rem;
}
@media print, screen and (min-width: 992px) {
  .card__body {
    gap: 0.5rem;
  }
}
@media print {
  .card__body {
    gap: 0.5rem;
  }
}
.card__title {
  line-height: 1.75;
  font-weight: 600;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 992px) {
  .card__title {
    font-size: 1.5rem;
  }
}
@media print {
  .card__title {
    font-size: 1.5rem;
  }
}
.card__title strong {
  font-size: 115%;
}
.card__text {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .card__text {
    font-size: 1rem;
  }
}
@media print {
  .card__text {
    font-size: 1rem;
  }
}
.container, .container--md, .container--sm, .container--xs {
  width: 100%;
  max-width: 1520px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media print, screen and (min-width: 992px) {
  .container, .container--md, .container--sm, .container--xs {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .container, .container--md, .container--sm, .container--xs {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .container, .container--md, .container--sm, .container--xs {
    gap: 10rem;
  }
}
@media print {
  .container, .container--md, .container--sm, .container--xs {
    gap: 10rem;
  }
}
.container--xs {
  max-width: 60rem;
}
.container--sm {
  max-width: 70rem;
}
.container--md {
  max-width: 77.5rem;
}
.row-container, .row-container--sm, .row-container--post, .row-container--inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
  max-width: 1520px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 992px) {
  .row-container, .row-container--sm, .row-container--post, .row-container--inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .row-container, .row-container--sm, .row-container--post, .row-container--inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .row-container, .row-container--sm, .row-container--post, .row-container--inner {
    flex-direction: row;
    gap: 5rem;
    justify-content: center;
  }
}
@media print {
  .row-container, .row-container--sm, .row-container--post, .row-container--inner {
    flex-direction: row;
    gap: 5rem;
    justify-content: center;
  }
}
.row-container--inner {
  padding: 0;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .row-container--inner {
    gap: 5rem;
  }
}
@media print {
  .row-container--inner {
    gap: 5rem;
  }
}
.row-container--post {
  gap: 0;
}
@media print, screen and (min-width: 992px) {
  .row-container--post {
    gap: 2.5rem;
  }
}
@media print {
  .row-container--post {
    gap: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .row-container--post .row-container__side {
    width: 22.5rem;
  }
}
@media print {
  .row-container--post .row-container__side {
    width: 22.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .row-container--post .row-container__main {
    width: calc(100% - 25rem);
  }
}
@media print {
  .row-container--post .row-container__main {
    width: calc(100% - 25rem);
  }
}
@media print, screen and (min-width: 992px) {
  .row-container--sm {
    gap: 0;
  }
}
@media print {
  .row-container--sm {
    gap: 0;
  }
}
.row-container__side {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .row-container__side {
    width: 25rem;
    gap: 1.5rem;
  }
}
@media print {
  .row-container__side {
    width: 25rem;
    gap: 1.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .row-container__sticky {
    position: sticky;
    top: 10rem;
    z-index: 100;
  }
}
@media print {
  .row-container__sticky {
    position: sticky;
    top: 10rem;
    z-index: 100;
  }
}
.row-container__main {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media print, screen and (min-width: 992px) {
  .row-container__main {
    width: calc(100% - 30rem);
    gap: 7.5rem;
  }
}
@media print {
  .row-container__main {
    width: calc(100% - 30rem);
    gap: 7.5rem;
  }
}
.section, .section--lg, .section--top {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .section, .section--lg, .section--top {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media print {
  .section, .section--lg, .section--top {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.section--top {
  padding-top: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .section--top {
    padding-top: 3rem;
  }
}
@media print {
  .section--top {
    padding-top: 3rem;
  }
}
.section--lg {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media print, screen and (min-width: 992px) {
  .section--lg {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media print {
  .section--lg {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.banner-slider {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: visible !important;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .banner-slider {
    gap: 2rem;
  }
}
@media print {
  .banner-slider {
    gap: 2rem;
  }
}
.banner-slider .banner-swiper {
  width: 100%;
}
.banner-slider__list {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.banner-slider__item {
  width: auto !important;
}
.banner-slider .banner-slide {
  width: 20rem;
}
@media print, screen and (min-width: 992px) {
  .banner-slider .banner-slide {
    width: 30rem;
  }
}
@media print {
  .banner-slider .banner-slide {
    width: 30rem;
  }
}
.banner-slider .swiper-buttons__button--prev, .banner-slider .swiper-buttons__button--next {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.625rem;
  cursor: pointer;
}
@media print, screen and (min-width: 992px) {
  .banner-slider .swiper-buttons__button--prev, .banner-slider .swiper-buttons__button--next {
    font-size: 0.75rem;
  }
}
@media print {
  .banner-slider .swiper-buttons__button--prev, .banner-slider .swiper-buttons__button--next {
    font-size: 0.75rem;
  }
}
.banner-slider .swiper-buttons__button--prev {
  left: 1rem;
  transform: translateY(-50%) rotate(180deg);
}
@media print, screen and (min-width: 992px) {
  .banner-slider .swiper-buttons__button--prev {
    left: 1.5rem;
  }
}
@media print {
  .banner-slider .swiper-buttons__button--prev {
    left: 1.5rem;
  }
}
.banner-slider .swiper-buttons__button--next {
  right: 1rem;
}
@media print, screen and (min-width: 992px) {
  .banner-slider .swiper-buttons__button--next {
    right: 1.5rem;
  }
}
@media print {
  .banner-slider .swiper-buttons__button--next {
    right: 1.5rem;
  }
}
.banner-slide {
  position: relative;
  display: flex;
  width: 100%;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  height: 20rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media print, screen and (min-width: 992px) {
  .banner-slide {
    height: 30rem;
    border-radius: 0.5rem;
  }
}
@media print {
  .banner-slide {
    height: 30rem;
    border-radius: 0.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .banner-slide:hover img {
    transform: scale(1.05);
    opacity: 0.75;
  }
}
.banner-slide img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
}
.link-arrow, .link-arrow--arrow, .link-arrow--primary, .link-arrow--transparent {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 4em;
  height: 4em;
  color: currentColor;
  border: 1px solid #ddd;
}
.link-arrow svg, .link-arrow--arrow svg, .link-arrow--primary svg, .link-arrow--transparent svg {
  width: 1em;
  height: auto;
  fill: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .link-arrow svg, .link-arrow--arrow svg, .link-arrow--primary svg, .link-arrow--transparent svg {
    transition: 0.5s ease;
  }
}
.link-arrow--transparent {
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(170, 170, 170, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.link-arrow--primary {
  color: #fff;
  background-color: #c30d23;
  border: none;
}
.link-arrow--arrow {
  width: 1em;
  height: 1em;
  border: none;
  background-color: transparent;
  border-radius: 0;
}
.gap, .gap--xxs, .gap--xs, .gap--sm, .gap--xl, .gap--lg {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .gap, .gap--xxs, .gap--xs, .gap--sm, .gap--xl, .gap--lg {
    gap: 2.5rem;
  }
}
@media print {
  .gap, .gap--xxs, .gap--xs, .gap--sm, .gap--xl, .gap--lg {
    gap: 2.5rem;
  }
}
.gap--lg {
  gap: 3rem;
}
@media print, screen and (min-width: 992px) {
  .gap--lg {
    gap: 5rem;
  }
}
@media print {
  .gap--lg {
    gap: 5rem;
  }
}
.gap--xl {
  gap: 5rem;
}
@media print, screen and (min-width: 992px) {
  .gap--xl {
    gap: 9rem;
  }
}
@media print {
  .gap--xl {
    gap: 9rem;
  }
}
.gap--sm {
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .gap--sm {
    gap: 1.5rem;
  }
}
@media print {
  .gap--sm {
    gap: 1.5rem;
  }
}
.gap--xs {
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .gap--xs {
    gap: 1rem;
  }
}
@media print {
  .gap--xs {
    gap: 1rem;
  }
}
.gap--xxs {
  gap: 0.25rem;
}
@media print, screen and (min-width: 992px) {
  .gap--xxs {
    gap: 0.5rem;
  }
}
@media print {
  .gap--xxs {
    gap: 0.5rem;
  }
}
.item-slider {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.item-slider__main {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  overflow: visible !important;
}
@media print, screen and (min-width: 992px) {
  .item-slider__main {
    gap: 2.5rem;
  }
}
@media print {
  .item-slider__main {
    gap: 2.5rem;
  }
}
.item-slider__list {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.item-slider__item {
  width: auto !important;
}
.item-slider .item-card, .item-slider .item-card--sm {
  width: 20rem;
}
@media print, screen and (min-width: 992px) {
  .item-slider .item-card, .item-slider .item-card--sm {
    width: 27.5rem;
  }
}
@media print {
  .item-slider .item-card, .item-slider .item-card--sm {
    width: 27.5rem;
  }
}
.item-slider .swiper-buttons {
  display: flex;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .item-slider .swiper-buttons {
    gap: 1rem;
  }
}
@media print {
  .item-slider .swiper-buttons {
    gap: 1rem;
  }
}
.item-slider .swiper-buttons__button--prev, .item-slider .swiper-buttons__button--next {
  font-size: 0.75rem;
  cursor: pointer;
}
@media print, screen and (min-width: 992px) {
  .item-slider .swiper-buttons__button--prev, .item-slider .swiper-buttons__button--next {
    font-size: 1rem;
  }
}
@media print {
  .item-slider .swiper-buttons__button--prev, .item-slider .swiper-buttons__button--next {
    font-size: 1rem;
  }
}
.item-slider .swiper-buttons__button--prev {
  transform: rotate(180deg);
}
.item-list, .item-list--index, .item-list--sm {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2rem 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .item-list, .item-list--index, .item-list--sm {
    gap: 2.5rem 1.5rem;
  }
}
@media print {
  .item-list, .item-list--index, .item-list--sm {
    gap: 2.5rem 1.5rem;
  }
}
.item-list__item {
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .item-list__item {
    width: calc(33.333% - 16px);
  }
}
@media print {
  .item-list__item {
    width: calc(33.333% - 16px);
  }
}
.item-list--sm .item-list__item {
  width: calc(50% - 0.25rem);
}
@media print, screen and (min-width: 992px) {
  .item-list--sm .item-list__item {
    width: 20rem;
  }
}
@media print {
  .item-list--sm .item-list__item {
    width: 20rem;
  }
}
.item-list--index .item-list__item {
  width: calc(50% - 0.25rem);
}
@media print, screen and (min-width: 992px) {
  .item-list--index .item-list__item {
    width: calc(33.333% - 1rem);
  }
}
@media print {
  .item-list--index .item-list__item {
    width: calc(33.333% - 1rem);
  }
}
.item-card, .item-card--sm {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  width: 100%;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  color: currentColor;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .item-card, .item-card--sm {
    font-size: 1rem;
  }
}
@media print {
  .item-card, .item-card--sm {
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .item-card:hover img, .item-card--sm:hover img {
    transform: scale(1.05);
    opacity: 0.75;
  }
}
.item-card--sm {
  font-size: 0.6875rem;
}
@media print, screen and (min-width: 992px) {
  .item-card--sm {
    font-size: 0.875rem;
  }
}
@media print {
  .item-card--sm {
    font-size: 0.875rem;
  }
}
.item-card__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 0.5em;
  overflow: hidden;
}
.item-card__image > img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
}
.item-card__number {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translate(-25%, -25%);
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  width: 2em;
  height: 2em;
  background-color: #aaadb1;
  color: #fff;
}
@media print, screen and (min-width: 992px) {
  .item-card__number {
    font-size: 1.25rem;
  }
}
@media print {
  .item-card__number {
    font-size: 1.25rem;
  }
}
.item-card__number[data-ranking="1"] {
  background-color: #e8ae00;
}
.item-card__number[data-ranking="2"] {
  background-color: #7a9dc5;
}
.item-card__number[data-ranking="3"] {
  background-color: #c1905c;
}
.item-card__soldout, .item-card__icon, .item-card__sale {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  left: 2em;
  font-size: 0.875em;
  color: #fff;
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
}
.item-card__soldout, .item-card__sale {
  background-color: #c30d23;
  padding: 0.5em 0.75em;
  min-width: 4em;
  border-radius: 99em;
}
.item-card__soldout {
  bottom: 1em;
  background-color: #333;
}
.item-card__sale {
  top: 2em;
}
.item-card__icon {
  width: 4em;
  top: 2em;
}
.item-card__icon img {
  width: 100%;
  height: auto;
}
.item-card__body {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1em;
}
.item-card__cats {
  display: flex;
  gap: 0.25em;
  flex-wrap: wrap;
  width: 100%;
  font-size: 0.8125em;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
}
.item-card__cats > li,
.item-card__cats > span,
.item-card__cats > div,
.item-card__cats > p {
  margin: 0;
  line-height: 1.5;
  background-color: #f3f1ee;
  color: rgba(29, 32, 44, 0.75);
  padding: 0.25em 1em;
  min-width: 4em;
  border-radius: 999em;
}
.item-card__main {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  width: 100%;
}
.item-card__name {
  font-size: 1.125em;
  line-height: 1.25em;
  font-weight: 600;
}
.item-card__price, .item-card__price--sale {
  font-size: 1em;
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.item-card__price small, .item-card__price--sale small {
  color: #1d202c;
  font-size: 0.7em;
  opacity: 0.75;
  font-weight: 400;
}
.item-card__price--sale {
  color: #c30d23;
}
.btn, .btn--white, .btn--back {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  width: 14rem;
  max-width: 100%;
  height: 3rem;
  border-radius: 999em;
  padding: 0.25em 2em;
  background-color: #1d202c;
  color: #fff;
  line-height: 1.25;
  gap: 0.5em;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 992px) {
  .btn, .btn--white, .btn--back {
    height: 3.5rem;
    font-size: 1rem;
  }
}
@media print {
  .btn, .btn--white, .btn--back {
    height: 3.5rem;
    font-size: 1rem;
  }
}
.btn--back {
  flex-direction: row-reverse;
}
.btn--back .btn__arrow {
  transform: rotate(180deg);
}
@media (hover: hover) and (pointer: fine) {
  .btn--back:hover .btn__arrow {
    transform: rotate(180deg) translate(25%, 0);
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn, .btn--white, .btn--back {
    transition: all 0.25s linear;
  }
  .btn:hover, .btn--white:hover, .btn--back:hover {
    color: #fff;
    background-color: #1d202c;
    filter: brightness(1.5);
  }
  .btn:hover .btn__arrow, .btn--white:hover .btn__arrow, .btn--back:hover .btn__arrow {
    transform: translate(25%, 0);
  }
  .btn:hover .btn__icon svg, .btn--white:hover .btn__icon svg, .btn--back:hover .btn__icon svg {
    fill: currentColor;
  }
}
.btn__text {
  flex: 1;
  font-weight: 600;
}
.btn__icon img,
.btn__icon svg {
  width: 1.5em;
  height: auto;
  line-height: 1;
}
.btn__icon svg {
  fill: currentColor;
  vertical-align: middle;
}
.btn__arrow {
  position: absolute;
  right: 1em;
}
@media (hover: hover) and (pointer: fine) {
  .btn__arrow {
    transition: 0.25s all;
  }
}
.btn--white {
  background-color: #fff;
  color: #1d202c;
}
@media (hover: hover) and (pointer: fine) {
  .btn--white:hover {
    background-color: #fff;
    filter: brightness(0.9);
    color: #1d202c;
  }
}
.text-btn, .text-btn--back, .text-btn--sm {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: none;
  line-height: 1.25;
  gap: 1em;
  text-transform: uppercase;
  color: currentColor;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .text-btn, .text-btn--back, .text-btn--sm {
    font-size: 1rem;
  }
}
@media print {
  .text-btn, .text-btn--back, .text-btn--sm {
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .text-btn, .text-btn--back, .text-btn--sm {
    transition: all 0.25s ease;
  }
}
.text-btn__text {
  border-bottom: 1px solid;
  padding-bottom: 0.25em;
  min-width: 7.5rem;
}
.text-btn__icon {
  line-height: 1;
}
.text-btn__icon img,
.text-btn__icon svg {
  width: 1.25em;
  height: auto;
}
.text-btn__icon svg {
  fill: currentColor;
  vertical-align: middle;
}
.text-btn__arrow {
  transition: all 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .text-btn:hover .text-btn__arrow, .text-btn--back:hover .text-btn__arrow, .text-btn--sm:hover .text-btn__arrow {
    transform: translate(25%, 0);
  }
  .text-btn:hover .text-btn__icon svg, .text-btn--back:hover .text-btn__icon svg, .text-btn--sm:hover .text-btn__icon svg {
    fill: currentColor;
  }
  .text-btn:hover__text, .text-btn--back:hover__text, .text-btn--sm:hover__text {
    border-bottom: 1px solid;
    padding-bottom: 0.25em;
    min-width: 7.5rem;
  }
  .text-btn:hover__icon, .text-btn--back:hover__icon, .text-btn--sm:hover__icon {
    line-height: 1;
  }
  .text-btn:hover__icon img, .text-btn--back:hover__icon img, .text-btn--sm:hover__icon img,
  .text-btn:hover__icon svg,
  .text-btn--back:hover__icon svg,
  .text-btn--sm:hover__icon svg {
    width: 1.25em;
    height: auto;
  }
  .text-btn:hover__icon svg, .text-btn--back:hover__icon svg, .text-btn--sm:hover__icon svg {
    fill: currentColor;
    vertical-align: middle;
  }
  .text-btn:hover__arrow, .text-btn--back:hover__arrow, .text-btn--sm:hover__arrow {
    transition: all 0.25s ease;
  }
}
.text-btn--sm {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .text-btn--sm {
    font-size: 1rem;
  }
}
@media print {
  .text-btn--sm {
    font-size: 1rem;
  }
}
.text-btn--back {
  flex-direction: row-reverse;
}
@media (hover: hover) and (pointer: fine) {
  .text-btn--back:hover .text-btn__arrow {
    transform: rotate(180deg) translate(25%, 0);
  }
}
.text-btn--back .text-btn__arrow {
  transform: rotate(180deg);
}
.bg--white {
  background-color: #fff;
}
.bg--light {
  background-color: #f3f1ee;
}
.news-section {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #f3f1ee;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .news-section {
    flex-direction: row;
    padding: 0;
    gap: 5rem;
  }
}
@media print {
  .news-section {
    flex-direction: row;
    padding: 0;
    gap: 5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .news-section__side {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: max(50vw - 45rem, 2.5rem);
    border-right: 1px solid #ddd;
  }
}
@media print {
  .news-section__side {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: max(50vw - 45rem, 2.5rem);
    border-right: 1px solid #ddd;
  }
}
.news-section__side-inner {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .news-section__side-inner {
    gap: 3rem;
    width: 24.125rem;
  }
}
@media print {
  .news-section__side-inner {
    gap: 3rem;
    width: 24.125rem;
  }
}
.news-section__main {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .news-section__main {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-right: max(50vw - 45rem, 2.5rem);
    flex: 1;
    gap: 3rem;
  }
}
@media print {
  .news-section__main {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-right: max(50vw - 45rem, 2.5rem);
    flex: 1;
    gap: 3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .news-section__btn, .news-section__btn--pc, .news-section__btn--sp {
    width: 11rem;
  }
}
@media print {
  .news-section__btn, .news-section__btn--pc, .news-section__btn--sp {
    width: 11rem;
  }
}
.news-section__btn--sp {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media print, screen and (min-width: 992px) {
  .news-section__btn--sp {
    display: none;
  }
}
@media print {
  .news-section__btn--sp {
    display: none;
  }
}
.news-section__btn--pc {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .news-section__btn--pc {
    display: flex;
  }
}
@media print {
  .news-section__btn--pc {
    display: flex;
  }
}
.news-list {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ddd;
}
.news-list__item {
  border-bottom: 1px solid #ddd;
}
a.news-item {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
  a.news-item {
    transition: all 0.25s linear;
  }
  a.news-item:hover {
    background-color: rgba(0, 0, 0, 0.02);
  }
  a.news-item:hover .news-item__arrow {
    transform: translate(25%, 0);
  }
}
a.news-item .news-item__arrow {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  a.news-item .news-item__arrow {
    transition: 0.25s ease;
  }
}
.news-item {
  display: flex;
  width: 100%;
  gap: 1em;
  width: 100%;
  font-size: 0.875rem;
  color: currentColor;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .news-item {
    font-size: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    gap: 1.5em;
  }
}
@media print {
  .news-item {
    font-size: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    gap: 1.5em;
  }
}
.news-item__image {
  overflow: hidden;
  width: 5rem;
}
@media print, screen and (min-width: 992px) {
  .news-item__image {
    width: 10rem;
  }
}
@media print {
  .news-item__image {
    width: 10rem;
  }
}
.news-item__image img {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 15rem;
}
@media print, screen and (min-width: 992px) {
  .news-item__image img {
    max-height: 30rem;
  }
}
@media print {
  .news-item__image img {
    max-height: 30rem;
  }
}
.news-item__main {
  flex: 1;
  display: flex;
  gap: 0.5em;
}
.news-item__content {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  flex: 1;
}
.news-item__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.25;
  gap: 1em;
}
.news-item__time {
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 82%;
  letter-spacing: 0.05em;
}
.news-item__cats {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
  font-size: 82%;
}
.news-item__cats > li,
.news-item__cats > span,
.news-item__cats > div,
.news-item__cats > p {
  margin: 0;
  line-height: 1.5;
  background-color: #fff;
  color: rgba(29, 32, 44, 0.75);
  padding: 0.25em 1em;
  min-width: 4em;
  border-radius: 999em;
}
.news-item__new {
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 80%;
  color: #f1533d;
}
.news-item__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5em;
}
.news-item__title {
  font-size: 125%;
  font-weight: 400;
}
.news-item__text {
  line-height: 1.75;
  font-size: 100%;
}
.recommend-slider {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.recommend-slider__main {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  overflow: visible !important;
}
@media print, screen and (min-width: 992px) {
  .recommend-slider__main {
    gap: 2.5rem;
  }
}
@media print {
  .recommend-slider__main {
    gap: 2.5rem;
  }
}
.recommend-slider__list {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.recommend-slider__item {
  width: auto !important;
}
.recommend-slider .recommend-card {
  width: 20rem;
}
@media print, screen and (min-width: 992px) {
  .recommend-slider .recommend-card {
    width: 40rem;
  }
}
@media print {
  .recommend-slider .recommend-card {
    width: 40rem;
  }
}
.recommend-slider .swiper-buttons {
  display: flex;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .recommend-slider .swiper-buttons {
    gap: 1rem;
  }
}
@media print {
  .recommend-slider .swiper-buttons {
    gap: 1rem;
  }
}
.recommend-slider .swiper-buttons__button--prev, .recommend-slider .swiper-buttons__button--next {
  font-size: 0.75rem;
  cursor: pointer;
}
@media print, screen and (min-width: 992px) {
  .recommend-slider .swiper-buttons__button--prev, .recommend-slider .swiper-buttons__button--next {
    font-size: 1rem;
  }
}
@media print {
  .recommend-slider .swiper-buttons__button--prev, .recommend-slider .swiper-buttons__button--next {
    font-size: 1rem;
  }
}
.recommend-slider .swiper-buttons__button--prev {
  transform: rotate(180deg);
}
.recommend-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.5em;
  width: 100%;
  aspect-ratio: 1/1;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  color: currentColor;
  font-size: 0.9375rem;
  border-radius: 0.5em;
  overflow: hidden;
  padding: 2em 3em;
  color: #fff;
}
@media print, screen and (min-width: 992px) {
  .recommend-card {
    font-size: 1.125rem;
  }
}
@media print {
  .recommend-card {
    font-size: 1.125rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .recommend-card:hover img {
    transform: scale(1.05);
    opacity: 0.75;
  }
}
.recommend-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 10;
}
.recommend-card__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.recommend-card__image > img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
}
.recommend-card__soldout, .recommend-card__icon, .recommend-card__sale {
  position: absolute;
  z-index: 20;
  bottom: 2em;
  left: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.875em;
  color: #fff;
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
}
.recommend-card__soldout, .recommend-card__sale {
  background-color: #c30d23;
  padding: 0.5em 0.75em;
  min-width: 4em;
  border-radius: 99em;
}
.recommend-card__soldout {
  right: 1em;
  left: auto;
  background-color: #333;
}
.recommend-card__icon {
  width: 4em;
}
.recommend-card__icon img {
  width: 100%;
  height: auto;
}
.recommend-card__body {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1em;
  position: relative;
  z-index: 20;
}
.recommend-card__cats {
  display: flex;
  gap: 0.25em;
  flex-wrap: wrap;
  width: 100%;
  font-size: 0.75em;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
}
.recommend-card__cats > li,
.recommend-card__cats > span,
.recommend-card__cats > div,
.recommend-card__cats > p {
  margin: 0;
  line-height: 1.5;
  background-color: #f3f1ee;
  color: rgba(29, 32, 44, 0.75);
  padding: 0.25em 1em;
  min-width: 4em;
  border-radius: 999em;
}
.recommend-card__main {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  width: 100%;
}
.recommend-card__name {
  font-size: 1.25em;
  line-height: 1.25em;
  font-weight: 600;
}
.recommend-card__price, .recommend-card__price--sale {
  font-size: 1em;
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.recommend-card__price small, .recommend-card__price--sale small {
  color: #fff;
  font-size: 0.7em;
  opacity: 0.75;
  font-weight: 400;
}
.recommend-card__price--sale {
  color: #c30d23;
}
.breadcrumbs {
  position: relative;
  display: flex;
  justify-content: flex-start;
  z-index: 10;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.625rem;
  background-color: #f3f1ee;
}
@media print, screen and (min-width: 992px) {
  .breadcrumbs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 0.8125rem;
  }
}
@media print {
  .breadcrumbs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 0.8125rem;
  }
}
.breadcrumbs ul,
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
  line-height: 1.25;
}
.breadcrumbs ul li,
.breadcrumbs ol li {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
  letter-spacing: 0;
}
.breadcrumbs ul li::before,
.breadcrumbs ol li::before {
  position: relative;
  display: block;
  content: "";
  height: 65%;
  width: 1px;
  background-color: #1d202c;
  opacity: 0.15;
  transform: skew(-30deg, 0);
  margin-left: 1em;
  margin-right: 1em;
}
.breadcrumbs ul li:first-child::before,
.breadcrumbs ol li:first-child::before {
  content: none;
}
.breadcrumbs ul li a,
.breadcrumbs ol li a {
  color: #aaa;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumbs ul li a,
  .breadcrumbs ol li a {
    transition: all 0.25s ease;
  }
  .breadcrumbs ul li a:hover,
  .breadcrumbs ol li a:hover {
    color: #1d202c;
  }
}
.breadcrumbs ul li > a,
.breadcrumbs ul li > span,
.breadcrumbs ol li > a,
.breadcrumbs ol li > span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumbs__home {
  display: flex;
  align-items: center;
  gap: 0.25em;
}
.breadcrumbs__icon {
  line-height: 1;
}
.breadcrumbs__icon svg {
  vertical-align: middle;
  width: 1em;
  height: auto;
}
.thumb-slider {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.125rem;
  overflow: hidden;
}
@media print, screen and (min-width: 992px) {
  .thumb-slider {
    gap: 0.25rem;
  }
}
@media print {
  .thumb-slider {
    gap: 0.25rem;
  }
}
.thumb-slider .swiper-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
}
.thumb-slider__main {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vw;
}
@media print, screen and (min-width: 992px) {
  .thumb-slider__main {
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media print {
  .thumb-slider__main {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.thumb-slider__main .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
}
.thumb-slider__thumbnail {
  width: 100%;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.thumb-slider__button, .thumb-slider__button--next, .thumb-slider__button--prev {
  all: unset; /* すべてリセット（または） */
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  position: absolute;
  z-index: 90;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.625rem;
}
@media print, screen and (min-width: 992px) {
  .thumb-slider__button, .thumb-slider__button--next, .thumb-slider__button--prev {
    font-size: 0.75rem;
  }
}
@media print {
  .thumb-slider__button, .thumb-slider__button--next, .thumb-slider__button--prev {
    font-size: 0.75rem;
  }
}
.thumb-slider__button--prev {
  left: 0.25em;
}
.thumb-slider__button--prev > * {
  transform: rotate(180deg);
}
.thumb-slider__button--next {
  right: 0.25em;
}
.thumbnails-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 0.125rem;
}
@media print, screen and (min-width: 992px) {
  .thumbnails-list {
    gap: 0.25rem;
  }
}
@media print {
  .thumbnails-list {
    gap: 0.25rem;
  }
}
.thumbnails-list__item {
  display: flex;
  width: calc(14.2% - 0.125rem);
}
@media print, screen and (min-width: 992px) {
  .thumbnails-list__item {
    width: calc(14.2% - 0.1875rem);
  }
}
@media print {
  .thumbnails-list__item {
    width: calc(14.2% - 0.1875rem);
  }
}
.thumbnails-list__button {
  all: unset; /* すべてリセット（または） */
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  border: 1px solid transparent;
}
.thumbnails-list__button img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
}
.thumbnails-list__button.active {
  border-color: #1d202c;
}
.review-stars {
  position: relative;
  display: flex;
  font-size: 100%;
}
.review-stars__base, .review-stars__main {
  display: flex;
  gap: 0.05em;
  align-items: center;
}
.review-stars__base {
  position: absolute;
  left: 0;
  top: 0;
  color: #ddd;
}
.review-stars__main {
  position: relative;
  color: #f8c300;
}
.review-stars__main[class$="--0"] {
  clip-path: inset(0 100% 0 0);
}
.review-stars__main[class$="--1"] {
  clip-path: inset(0 80% 0 0);
}
.review-stars__main[class$="--2"] {
  clip-path: inset(0 60% 0 0);
}
.review-stars__main[class$="--3"] {
  clip-path: inset(0 40% 0 0);
}
.review-stars__main[class$="--4"] {
  clip-path: inset(0 20% 0 0);
}
.review-stars__star {
  width: 1em;
}
.review-stars__star svg {
  fill: currentColor;
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: middle;
}
.text {
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  .text {
    font-size: 1.125rem;
  }
}
@media print {
  .text {
    font-size: 1.125rem;
  }
}
.text--xl {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .text--xl {
    font-size: 2rem;
  }
}
@media print {
  .text--xl {
    font-size: 2rem;
  }
}
.text--lg {
  font-size: 1.0625rem;
}
@media print, screen and (min-width: 992px) {
  .text--lg {
    font-size: 1.25rem;
  }
}
@media print {
  .text--lg {
    font-size: 1.25rem;
  }
}
.text--sm {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .text--sm {
    font-size: 1rem;
  }
}
@media print {
  .text--sm {
    font-size: 1rem;
  }
}
.text--xs {
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 992px) {
  .text--xs {
    font-size: 0.875rem;
  }
}
@media print {
  .text--xs {
    font-size: 0.875rem;
  }
}
.text--xxs {
  font-size: 0.75rem;
}
@media print, screen and (min-width: 992px) {
  .text--xxs {
    font-size: 0.8125rem;
  }
}
@media print {
  .text--xxs {
    font-size: 0.8125rem;
  }
}
.text.--paragraph > p {
  margin-top: 1em;
}
.text.--paragraph > p:first-child {
  margin-top: 0;
}
.primary-text {
  color: #c30d23;
}
.eng-text {
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
.note-text {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.modal {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  max-width: none;
  max-height: none;
  pointer-events: none;
  overflow-y: scroll;
  overscroll-behavior: none;
  opacity: 0;
  display: none;
  background: transparent;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.modal::after {
  display: block;
  position: absolute;
  z-index: 1;
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100% + 1px);
  background-color: rgba(0, 0, 0, 0.5);
}
.modal[open] {
  display: flex;
  z-index: 1000;
  opacity: 1;
  pointer-events: auto;
}
.modal__box {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 2;
  width: 100%;
  max-width: 23.75rem;
  max-height: 90vh;
  gap: 0;
  overscroll-behavior: contain;
  background-color: #fff;
  overflow-y: scroll;
  padding: 1.5rem 1rem;
  border-radius: 0.25rem;
}
@media print, screen and (min-width: 992px) {
  .modal__box {
    max-width: 40rem;
    padding: 2.5rem 1.5rem;
    border-radius: 0.5rem;
  }
}
@media print {
  .modal__box {
    max-width: 40rem;
    padding: 2.5rem 1.5rem;
    border-radius: 0.5rem;
  }
}
.modal__close {
  position: relative;
  color: #c30d23;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.25s ease;
  position: absolute;
  color: #fff;
  border-radius: 50%;
  background: transparent;
  border: none;
  right: 0.25em;
  top: 0.25em;
  z-index: 10;
  font-size: 2rem;
  transform: rotate(45deg);
}
.modal__close::before, .modal__close::after {
  position: absolute;
  display: block;
  content: " ";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform-origin: center center;
  transform: translate(-50%, -50%);
  border-radius: 999em;
}
.modal__close::after {
  transition: transform 0.25s ease;
  transform: translate(-50%, -50%) rotate(90deg);
}
@media print, screen and (min-width: 992px) {
  .modal__close {
    font-size: 5rem;
  }
}
@media print {
  .modal__close {
    font-size: 5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .modal__close {
    transition: all 0.25s linear;
  }
  .modal__close:hover {
    opacity: 0.75;
  }
}
.option-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.75;
  font-size: 100%;
  border-bottom: 1px solid #ddd;
}
@media print, screen and (min-width: 992px) {
  .option-table {
    max-width: 35rem;
  }
}
@media print {
  .option-table {
    max-width: 35rem;
  }
}
.option-table__row {
  display: flex;
  width: 100%;
  gap: 1em;
  padding: 0.5em 0;
  border-top: 1px solid #ddd;
}
@media print, screen and (min-width: 992px) {
  .option-table__row {
    gap: 2em;
  }
}
@media print {
  .option-table__row {
    gap: 2em;
  }
}
.option-table__side {
  display: flex;
  align-items: flex-start;
  width: 6rem;
}
@media print, screen and (min-width: 992px) {
  .option-table__side {
    width: 9rem;
  }
}
@media print {
  .option-table__side {
    width: 9rem;
  }
}
.option-table__sticky {
  position: sticky;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.25em;
  top: 0;
}
.option-table__list {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.25em;
}
.option-table__item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5em;
}
@media print, screen and (min-width: 992px) {
  .option-table__item {
    gap: 1em;
  }
}
@media print {
  .option-table__item {
    gap: 1em;
  }
}
.option-table__col {
  display: flex;
  width: 100%;
  flex: 1;
  font-weight: 600;
}
.option-table__image {
  width: 100%;
  height: auto;
}
.option-table__name {
  font-weight: 600;
}
.option-table__btn {
  display: flex;
  width: 100%;
  flex-direction: column;
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  width: 9rem;
}
@media print, screen and (min-width: 992px) {
  .option-table__btn {
    width: 15rem;
  }
}
@media print {
  .option-table__btn {
    width: 15rem;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-size: 0.8125rem;
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
@media print, screen and (min-width: 992px) {
  .pagination {
    font-size: 1rem;
  }
}
@media print {
  .pagination {
    font-size: 1rem;
  }
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0.25em;
}
.pagination .page-numbers > li {
  margin: 0;
  padding: 0;
  display: flex;
}
.pagination .page-numbers > li > a,
.pagination .page-numbers > li > span {
  display: flex;
  justify-content: center;
  text-align: center;
  min-width: 1.5em;
  color: #999;
}
.pagination .page-numbers > li > span.current {
  color: #1d202c;
}
.pagination .page-numbers > li > a {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .pagination .page-numbers > li > a {
    transition: all 0.25s ease;
  }
  .pagination .page-numbers > li > a:hover {
    color: #c30d23;
  }
}
.pagination .page-numbers > li .prev,
.pagination .page-numbers > li .next {
  font-size: 75%;
}
.page-title {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #ddd;
}
@media print, screen and (min-width: 992px) {
  .page-title {
    flex-direction: row;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media print {
  .page-title {
    flex-direction: row;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.page-title__container {
  width: 100%;
  max-width: 1520px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 992px) {
  .page-title__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .page-title__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.page-title__en {
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #c30d23;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 992px) {
  .page-title__en {
    font-size: 1.25rem;
  }
}
@media print {
  .page-title__en {
    font-size: 1.25rem;
  }
}
.page-title__ja {
  line-height: 1.5;
  font-weight: 600;
  font-size: 1.75rem;
}
@media print, screen and (min-width: 992px) {
  .page-title__ja {
    font-size: 2.5rem;
  }
}
@media print {
  .page-title__ja {
    font-size: 2.5rem;
  }
}
.page-title__text {
  line-height: 1.5;
  font-weight: 600;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .page-title__text {
    font-size: 2.5rem;
  }
}
@media print {
  .page-title__text {
    font-size: 2.5rem;
  }
}
.page-title__image {
  position: relative;
  height: 15rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.25rem 0 0 0.25rem;
}
@media print, screen and (min-width: 992px) {
  .page-title__image {
    width: 50%;
    height: auto;
    min-height: 30rem;
    border-radius: 0.5rem 0 0 0.5rem;
  }
}
@media print {
  .page-title__image {
    width: 50%;
    height: auto;
    min-height: 30rem;
    border-radius: 0.5rem 0 0 0.5rem;
  }
}
.page-title__image::after {
  position: absolute;
  display: block;
  content: " ";
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.page-title__image img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
}
.side-nav {
  display: flex;
  width: 100%;
  gap: 1rem;
  flex-direction: column;
}
@media print, screen and (min-width: 992px) {
  .side-nav {
    gap: 1.5rem;
    padding-left: 1rem;
  }
}
@media print {
  .side-nav {
    gap: 1.5rem;
    padding-left: 1rem;
  }
}
.side-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-top: 1px solid #ddd;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .side-list {
    font-size: 1rem;
  }
}
@media print {
  .side-list {
    font-size: 1rem;
  }
}
.side-list__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.side-list-btn {
  display: flex;
  width: 100%;
  gap: 0.25em;
  height: 4em;
  align-items: center;
  letter-spacing: 0;
}
.side-list-btn.current {
  color: #c30d23;
  font-weight: 600;
}
@media (hover: hover) and (pointer: fine) {
  .side-list-btn {
    transition: 0.25s ease;
  }
  .side-list-btn:hover {
    color: #c30d23;
  }
  .side-list-btn:hover .side-list-btn__arrow {
    opacity: 1;
    transform: translateX(25%);
  }
}
.side-list-btn__text {
  flex: 1;
}
.side-list-btn__arrow {
  font-size: 75%;
  opacity: 0.25;
  transition: 0.25s ease;
}
.detail-table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.75;
  border-top: 1px solid #ddd;
}
.detail-table tr {
  border-bottom: 1px solid #ddd;
}
.detail-table th,
.detail-table td {
  padding: 0;
  margin: 0;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  vertical-align: middle;
}
.detail-table tbody th {
  text-align: left;
  font-weight: 600;
  width: 8em;
}
@media print, screen and (min-width: 992px) {
  .detail-table tbody th {
    width: 10em;
  }
}
@media print {
  .detail-table tbody th {
    width: 10em;
  }
}
.detail-table a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.transform-table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  line-height: 1.75;
  border-top: 1px solid #ddd;
  display: block;
}
@media print, screen and (min-width: 992px) {
  .transform-table {
    display: table;
  }
  .transform-table::before {
    content: " ";
    position: absolute;
    width: 12em;
    height: 1px;
    background-color: #c30d23;
    left: 0;
    top: -1px;
  }
}
@media print {
  .transform-table {
    display: table;
  }
  .transform-table::before {
    content: " ";
    position: absolute;
    width: 12em;
    height: 1px;
    background-color: #c30d23;
    left: 0;
    top: -1px;
  }
}
.transform-table tr {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .transform-table tr {
    display: table-row;
  }
}
@media print {
  .transform-table tr {
    display: table-row;
  }
}
.transform-table thead th,
.transform-table thead td {
  background-color: #666;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  width: auto;
  height: auto;
  vertical-align: middle;
  padding: 0.5rem;
}
.transform-table tbody {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .transform-table tbody {
    display: table-row-group;
  }
}
@media print {
  .transform-table tbody {
    display: table-row-group;
  }
}
.transform-table tbody th,
.transform-table tbody td {
  display: block;
}
@media print, screen and (min-width: 992px) {
  .transform-table tbody th,
  .transform-table tbody td {
    display: table-cell;
    vertical-align: middle;
    height: 4rem;
  }
}
@media print {
  .transform-table tbody th,
  .transform-table tbody td {
    display: table-cell;
    vertical-align: middle;
    height: 4rem;
  }
}
.transform-table tbody th {
  color: #666;
  font-weight: 600;
  text-align: left;
  padding: 1rem 0.5rem 0;
}
@media print, screen and (min-width: 992px) {
  .transform-table tbody th {
    position: relative;
    width: 13em;
    vertical-align: top;
    font-size: 1em;
    padding: 1.5rem 1rem;
    padding-left: 0;
  }
  .transform-table tbody th::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #c30d23;
    left: 0;
    bottom: -1px;
  }
}
@media print {
  .transform-table tbody th {
    position: relative;
    width: 13em;
    vertical-align: top;
    font-size: 1em;
    padding: 1.5rem 1rem;
    padding-left: 0;
  }
  .transform-table tbody th::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #c30d23;
    left: 0;
    bottom: -1px;
  }
}
.transform-table tbody td {
  padding: 0.5rem;
  padding-bottom: 1rem;
  vertical-align: top;
}
@media print, screen and (min-width: 992px) {
  .transform-table tbody td {
    padding: 1.5rem 1rem;
  }
}
@media print {
  .transform-table tbody td {
    padding: 1.5rem 1rem;
  }
}
.transform-table a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.5;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #fff;
  font-size: 80%;
}
@media print, screen and (min-width: 992px) {
  .table {
    table-layout: fixed;
    font-size: 100%;
  }
}
@media print {
  .table {
    table-layout: fixed;
    font-size: 100%;
  }
}
.table tr {
  border-bottom: 1px solid #ddd;
}
.table th,
.table td {
  position: relative;
  vertical-align: middle;
  padding: 0.25rem;
  border-right: 1px solid #ddd;
}
@media print, screen and (min-width: 992px) {
  .table th,
  .table td {
    padding: 0.5rem 1rem;
  }
}
@media print {
  .table th,
  .table td {
    padding: 0.5rem 1rem;
  }
}
.table thead th,
.table thead td {
  background-color: #555;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
.table thead th:first-child,
.table thead td:first-child {
  width: 9em;
}
@media print, screen and (min-width: 992px) {
  .table thead th:first-child,
  .table thead td:first-child {
    width: 12em;
  }
}
@media print {
  .table thead th:first-child,
  .table thead td:first-child {
    width: 12em;
  }
}
.table tbody th {
  text-align: left;
  font-weight: 600;
  width: 9em;
  font-size: 90%;
}
@media print, screen and (min-width: 992px) {
  .table tbody th {
    width: 12em;
    height: 2.75rem;
  }
}
@media print {
  .table tbody th {
    width: 12em;
    height: 2.75rem;
  }
}
@media print, screen and (min-width: 992px) {
  .table tbody td {
    height: 2.75rem;
  }
}
@media print {
  .table tbody td {
    height: 2.75rem;
  }
}
.table small {
  font-weight: 400;
}
.table strong {
  font-weight: 600;
  font-size: 110%;
}
.table a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.review-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.875rem;
  align-items: flex-end;
}
@media print, screen and (min-width: 992px) {
  .review-header {
    font-size: 1rem;
  }
}
@media print {
  .review-header {
    font-size: 1rem;
  }
}
.review-header__total {
  display: flex;
  align-items: center;
  gap: 0.25em;
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 992px) {
  .review-header__total {
    font-size: 0.9375rem;
  }
}
@media print {
  .review-header__total {
    font-size: 0.9375rem;
  }
}
.review-header__total p {
  font-weight: 600;
  line-height: 1.5;
}
.review-header__star {
  line-height: 1;
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  .review-header__star {
    font-size: 1.25rem;
  }
}
@media print {
  .review-header__star {
    font-size: 1.25rem;
  }
}
.review-header__link {
  line-height: 1.5;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 992px) {
  .review-header__link {
    font-size: 0.8125rem;
  }
}
@media print {
  .review-header__link {
    font-size: 0.8125rem;
  }
}
.review-header__link a {
  opacity: 0.75;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.review-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-top: 1px solid #ddd;
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 992px) {
  .review-list {
    font-size: 0.9375rem;
  }
}
@media print {
  .review-list {
    font-size: 0.9375rem;
  }
}
.review-list__item {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-top: 1em;
  padding-bottom: 1em;
}
.review-item {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.review-item__header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
.review-item__name {
  font-size: 110%;
  line-height: 1.5;
  font-weight: 600;
}
.review-item__name small {
  font-weight: 400;
  font-size: 65%;
}
.review-item__score {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 95%;
  font-weight: 600;
}
.review-item__text {
  font-size: 100%;
  line-height: 1.75;
}
.review-item__date {
  opacity: 0.75;
  font-size: 75%;
  line-height: 1.5;
  letter-spacing: 0;
  display: flex;
  align-items: baseline;
}
.reviewRateStar {
  display: inline-block;
  font-size: 0;
  color: #ffa41c;
}
.reviewRateStar::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-size: 1rem;
  font-weight: 900;
}
.starOff::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 400;
}
.starHalf::before {
  font-family: "Font Awesome 5 Free";
  content: "\f5c0";
}
.content-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .content-row {
    flex-direction: row;
    gap: 2.5rem;
  }
}
@media print {
  .content-row {
    flex-direction: row;
    gap: 2.5rem;
  }
}
.content-row__col {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}
.content-row__col--lg {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .content-row__col--lg {
    width: 60%;
  }
}
@media print {
  .content-row__col--lg {
    width: 60%;
  }
}
.content-row__col--sm {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .content-row__col--sm {
    width: 40%;
  }
}
@media print {
  .content-row__col--sm {
    width: 40%;
  }
}
.content-row__col--xs {
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .content-row__col--xs {
    width: 25%;
  }
}
@media print {
  .content-row__col--xs {
    width: 25%;
  }
}
.content-row__col--xs img {
  max-width: 12.5rem !important;
}
@media print, screen and (min-width: 992px) {
  .content-row__col--xs img {
    max-width: 100%;
  }
}
@media print {
  .content-row__col--xs img {
    max-width: 100%;
  }
}
.content-row__col--xxs {
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .content-row__col--xxs {
    width: 10rem;
  }
}
@media print {
  .content-row__col--xxs {
    width: 10rem;
  }
}
.content-row__col--xxs img {
  max-width: 10rem !important;
}
@media print, screen and (min-width: 992px) {
  .content-row__col--xxs img {
    max-width: 100%;
  }
}
@media print {
  .content-row__col--xxs img {
    max-width: 100%;
  }
}
.content-row img {
  max-width: 100%;
  height: auto;
}
.lead, .lead--sm {
  line-height: 1.75;
  font-weight: 600;
  font-size: 1.375rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em 0;
}
@media print, screen and (min-width: 992px) {
  .lead, .lead--sm {
    font-size: 2rem;
  }
}
@media print {
  .lead, .lead--sm {
    font-size: 2rem;
  }
}
.lead strong, .lead--sm strong {
  font-size: 115%;
}
.lead.--lined > span, .--lined.lead--sm > span {
  text-underline-offset: 0.5em;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.lead.--column, .--column.lead--sm {
  flex-direction: column;
}
.lead--sm {
  line-height: 1.75;
  font-weight: 600;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 992px) {
  .lead--sm {
    font-size: 1.5rem;
  }
}
@media print {
  .lead--sm {
    font-size: 1.5rem;
  }
}
.lead--sm strong {
  font-size: 115%;
}
.box, .box--white {
  background-color: #f3f1ee;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}
.box__title {
  position: relative;
  display: flex;
  font-weight: 600;
  line-height: 1.5;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .box__title {
    font-size: 1rem;
  }
}
@media print {
  .box__title {
    font-size: 1rem;
  }
}
.box__title > p,
.box__title > span {
  position: relative;
  background-color: #1d202c;
  color: #fff;
  padding: 0.25em 1em;
  min-width: 5em;
}
.box__content, .box__content--sm, .box__content--lg {
  padding: 1.5rem 1rem;
}
@media print, screen and (min-width: 992px) {
  .box__content, .box__content--sm, .box__content--lg {
    padding: 2.5rem 3rem;
  }
}
@media print {
  .box__content, .box__content--sm, .box__content--lg {
    padding: 2.5rem 3rem;
  }
}
.box__content--lg {
  padding: 1.5rem 1rem;
}
@media print, screen and (min-width: 992px) {
  .box__content--lg {
    padding: 5rem;
  }
}
@media print {
  .box__content--lg {
    padding: 5rem;
  }
}
.box__content--sm {
  padding: 1rem 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .box__content--sm {
    padding: 1rem 1.5rem;
  }
}
@media print {
  .box__content--sm {
    padding: 1rem 1.5rem;
  }
}
.box--white {
  background-color: #fff;
}
.form-table {
  display: block;
  line-height: 1.3;
  border-top: 1px solid #e6e6e6;
}
.form-table tbody {
  display: block;
}
.form-table__row {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  width: 100%;
  background: none;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 992px) {
  .form-table__row {
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
  }
}
@media print {
  .form-table__row {
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
  }
}
.form-table__head, .form-table__content {
  display: flex;
}
.form-table__head {
  position: relative;
  text-align: left;
  font-weight: 600;
  font-size: 95%;
  color: #444;
}
@media print, screen and (min-width: 992px) {
  .form-table__head {
    width: 12.5rem;
  }
}
@media print {
  .form-table__head {
    width: 12.5rem;
  }
}
.form-table__head > div:first-child {
  flex: 1;
}
.form-table__head label {
  font-weight: 600;
}
.form-table__head .min,
.form-table__head small {
  display: block;
  font-size: 85%;
  color: #666;
  font-weight: normal;
  margin-top: 0.3125rem;
  line-height: 1.5;
}
.form-table__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1em 0.5em;
}
@media print, screen and (min-width: 992px) {
  .form-table__content {
    flex: 1;
  }
}
@media print {
  .form-table__content {
    flex: 1;
  }
}
.form-table__content .min {
  font-size: 85%;
  font-weight: normal;
}
.form-table__radios, .form-table__radios--inline {
  display: flex;
  flex-direction: column;
  gap: 0.5em 1em;
}
@media print, screen and (min-width: 992px) {
  .form-table__radios, .form-table__radios--inline {
    gap: 1em 2em;
  }
}
@media print {
  .form-table__radios, .form-table__radios--inline {
    gap: 1em 2em;
  }
}
.form-table__radios--inline {
  flex-direction: row;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 992px) {
  .form-table__radios--inline .wpcf7-list-item {
    min-width: 5rem;
  }
}
@media print {
  .form-table__radios--inline .wpcf7-list-item {
    min-width: 5rem;
  }
}
.form-table__radios .wpcf7-list-item, .form-table__radios--inline .wpcf7-list-item {
  margin: 0;
}
.form-table__radios label, .form-table__radios--inline label {
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  gap: 0.25em;
}
.form-table__radios label .wpcf7-list-item-label, .form-table__radios--inline label .wpcf7-list-item-label {
  display: inline-flex;
  vertical-align: middle;
}
.form-control, .form-control--inline {
  width: 100%;
  padding: 0.25em 0.5em;
  box-shadow: none;
  border: 1px solid #eee;
  border-radius: 3px;
  line-height: 2;
  background-color: #f3f3f3;
}
@media print, screen and (min-width: 992px) {
  .form-control, .form-control--inline {
    padding: 0.5em 1em;
    min-height: 3em;
  }
}
@media print {
  .form-control, .form-control--inline {
    padding: 0.5em 1em;
    min-height: 3em;
  }
}
.form-control--inline {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.form-control::-moz-placeholder, .form-control--inline::-moz-placeholder {
  color: #999;
}
.form-control::placeholder, .form-control--inline::placeholder {
  color: #999;
}
input:disabled {
  background-color: #ddd;
  opacity: 0.3;
}
.form-select, .form-select--white {
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  line-height: 2;
  min-width: 6em;
  min-height: 2.5em;
  width: 100%;
  padding: 0.5em 2.5em 0.5em 0.5em;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%, calc(100% - 2em) 50%;
  background-size: 5px 5px, 5px 5px, 1px 70%;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 992px) {
  .form-select, .form-select--white {
    min-width: 8em;
    height: 3em;
    padding: 0.5em 3em 0.5em 0.5em;
  }
}
@media print {
  .form-select, .form-select--white {
    min-width: 8em;
    height: 3em;
    padding: 0.5em 3em 0.5em 0.5em;
  }
}
.form-select--white {
  background-color: #fff;
}
.form-select:-moz-focusring, .form-select--white:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.form-select::-ms-expand, .form-select--white::-ms-expand {
  display: none;
}
.image {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.anchor-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  width: 100%;
}
.anchor-list__item {
  display: flex;
  width: 100%;
  max-width: 12.5rem;
  border-left: 1px solid #ddd;
}
.anchor-list__item:first-child {
  border-left: none;
}
.anchor-btn {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.5;
  gap: 0.25em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media print, screen and (min-width: 992px) {
  .anchor-btn {
    flex-direction: row;
    justify-content: center;
    font-size: 0.9375rem;
    gap: 0.5em;
  }
}
@media print {
  .anchor-btn {
    flex-direction: row;
    justify-content: center;
    font-size: 0.9375rem;
    gap: 0.5em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .anchor-btn {
    transition: 0.25s ease;
  }
  .anchor-btn:hover {
    color: #c30d23;
  }
  .anchor-btn:hover .anchor-btn__arrow {
    transform: translateY(25%);
  }
}
.anchor-btn__arrow {
  font-size: 75%;
  color: #c30d23;
  transition: 0.25s ease;
}
.anchor-btn__arrow > * {
  transform: rotate(90deg);
}
.post-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 1rem;
}
@media print, screen and (min-width: 992px) {
  .post-container {
    padding-left: max(50vw - 45rem, 2.5rem);
  }
}
@media print {
  .post-container {
    padding-left: max(50vw - 45rem, 2.5rem);
  }
}
.post-container__box {
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: #f3f1ee;
  padding: 1.5rem 1rem;
}
@media print, screen and (min-width: 992px) {
  .post-container__box {
    padding: 5rem;
  }
}
@media print {
  .post-container__box {
    padding: 5rem;
  }
}
.post-container__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  max-width: 60rem;
}
@media print, screen and (min-width: 992px) {
  .post-container__content {
    gap: 2.5rem;
  }
}
@media print {
  .post-container__content {
    gap: 2.5rem;
  }
}
.post-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
}
@media print, screen and (min-width: 992px) {
  .post-header {
    gap: 1rem;
    padding-bottom: 2.5rem;
  }
}
@media print {
  .post-header {
    gap: 1rem;
    padding-bottom: 2.5rem;
  }
}
.post-header__en {
  display: flex;
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-weight: 500;
  gap: 0.5em;
  line-height: 1.25;
  align-items: baseline;
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  .post-header__en {
    font-size: 1.125rem;
  }
}
@media print {
  .post-header__en {
    font-size: 1.125rem;
  }
}
.post-header__en > span:first-child {
  flex: 1;
  letter-spacing: 0.1em;
}
.post-header__en::before {
  position: relative;
  content: " ";
  display: block;
  align-self: center;
  width: 0.35em;
  height: 0.35em;
  border-radius: 999em;
  background-color: #c30d23;
}
.post-header__title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
}
@media print, screen and (min-width: 992px) {
  .post-header__title {
    font-size: 2.5rem;
  }
}
@media print {
  .post-header__title {
    font-size: 2.5rem;
  }
}
.post-header__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.25;
  font-size: 0.8125rem;
  gap: 1em;
}
@media print, screen and (min-width: 992px) {
  .post-header__meta {
    font-size: 1rem;
  }
}
@media print {
  .post-header__meta {
    font-size: 1rem;
  }
}
.post-header__time {
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
.post-header__cats {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
}
.post-header__cats > li,
.post-header__cats > span,
.post-header__cats > div,
.post-header__cats > p {
  margin: 0;
  line-height: 1.5;
  background-color: #f3f1ee;
  color: rgba(29, 32, 44, 0.75);
  padding: 0.25em 1em;
  min-width: 4em;
  border-radius: 999em;
}
.post-header__cats--product {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
}
.post-header__cats--product > li,
.post-header__cats--product > span,
.post-header__cats--product > div,
.post-header__cats--product > p {
  margin: 0;
  line-height: 1.5;
  background-color: #1d202c;
  color: rgba(255, 255, 255, 0.75);
  padding: 0.25em 1em;
  min-width: 4em;
  border-radius: 999em;
}
.post-header__cats--product > * {
  color: #fff !important;
}
/* =====================
  configuration setting
===================== */
/* easeInOutCirc */
/*=====================
  header
===================== */
.header {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 980;
  top: 0;
  width: 100%;
  color: #1d202c;
  background-color: #fff;
}
@media print, screen and (min-width: 992px) {
  .header {
    position: fixed;
  }
}
@media print {
  .header {
    position: fixed;
  }
}
@media print {
  .header {
    position: absolute;
  }
}
.header__top {
  display: flex;
  height: 3.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  justify-content: space-between;
  gap: 2.5rem;
  transition: 0.25s ease;
}
@media print, screen and (min-width: 992px) {
  .header__top {
    height: 6rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    justify-content: flex-start;
    gap: 5rem;
  }
}
@media print {
  .header__top {
    height: 6rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    justify-content: flex-start;
    gap: 5rem;
  }
}
.header__nav {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .header__nav {
    display: flex;
    flex-direction: column;
    height: 4rem;
    align-items: center;
    width: 100%;
    border-top: 1px solid #ddd;
  }
}
@media print {
  .header__nav {
    display: flex;
    flex-direction: column;
    height: 4rem;
    align-items: center;
    width: 100%;
    border-top: 1px solid #ddd;
  }
}
@media print, screen and (min-width: 992px) {
  .header[data-status=scrolled] {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  }
  .header[data-status=scrolled] .header__top {
    height: 4rem;
  }
  .header[data-status=scrolled] .header__nav {
    display: none;
  }
  .header[data-status=scrolled] .header-logo {
    width: 7.05rem;
    height: 3.15rem;
  }
  .header[data-status=scrolled] .drawer-btn {
    top: 0.5rem;
  }
}
@media print {
  .header[data-status=scrolled] {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  }
  .header[data-status=scrolled] .header__top {
    height: 4rem;
  }
  .header[data-status=scrolled] .header__nav {
    display: none;
  }
  .header[data-status=scrolled] .header-logo {
    width: 7.05rem;
    height: 3.15rem;
  }
  .header[data-status=scrolled] .drawer-btn {
    top: 0.5rem;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__tab {
  display: flex;
  align-items: center;
  order: 10;
}
@media print, screen and (min-width: 992px) {
  .header__tab {
    align-items: stretch;
    order: initial;
  }
}
@media print {
  .header__tab {
    align-items: stretch;
    order: initial;
  }
}
.header__tools {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}
.header__tools .icon-btn {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .header__tools .icon-btn {
    display: flex;
  }
}
@media print {
  .header__tools .icon-btn {
    display: flex;
  }
}
.header__tools .search-box {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .header__tools .search-box {
    display: flex;
  }
}
@media print {
  .header__tools .search-box {
    display: flex;
  }
}
.search-box {
  position: relative;
  width: 100%;
  max-width: 100%;
  width: 15rem;
  color: #1d202c;
}
.search-box__icon {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.search-box__icon svg {
  display: block;
  width: 1.25rem;
  height: auto;
  fill: currentColor;
}
.search-box__input {
  width: 100%;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  border: none;
  border-radius: 99em;
  font-size: 16px;
  background-color: #f3f1ee;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .search-box__input {
    font-size: 0.8125rem;
  }
}
@media print {
  .search-box__input {
    font-size: 0.8125rem;
  }
}
.search-box__input:focus {
  outline: none;
  border-color: #666;
}
.search-box__btn {
  display: flex;
  position: absolute;
  right: 0.5em;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10em;
  align-items: center;
  justify-content: center;
  padding: 0 0.5em;
  transform: translateY(-50%);
  font-size: 0.625rem;
  color: #666;
  line-height: 2;
  width: auto !important;
}
@media print, screen and (min-width: 992px) {
  .search-box__btn {
    font-size: 0.75rem;
  }
}
@media print {
  .search-box__btn {
    font-size: 0.75rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .search-box__btn {
    transition: 0.25s ease;
  }
  .search-box__btn:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
  }
}
.search-box__nouse {
  display: none;
}
.fixed-btns {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  height: 3.5rem;
  background-color: #fff;
  z-index: 990;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.75rem;
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 992px) {
  .fixed-btns {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
    background-color: transparent;
    z-index: 10;
    font-size: 0.875rem;
    border-radius: 0;
    box-shadow: none;
    gap: 1.5em;
  }
}
@media print {
  .fixed-btns {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
    background-color: transparent;
    z-index: 10;
    font-size: 0.875rem;
    border-radius: 0;
    box-shadow: none;
    gap: 1.5em;
  }
}
.fixed-btns__item {
  display: flex;
  flex: 1;
  border-left: 1px solid #ddd;
}
.fixed-btns__item:first-child {
  border-left: none;
}
@media print, screen and (min-width: 992px) {
  .fixed-btns__item {
    flex: initial;
    border: none;
  }
}
@media print {
  .fixed-btns__item {
    flex: initial;
    border: none;
  }
}
.icon-menu-btn {
  display: flex;
  width: 100%;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 1.5;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  color: #1d202c;
  gap: 0.25em;
}
@media print, screen and (min-width: 992px) {
  .icon-menu-btn {
    flex-direction: row;
    font-weight: 400;
    gap: 0.25em;
  }
}
@media print {
  .icon-menu-btn {
    flex-direction: row;
    font-weight: 400;
    gap: 0.25em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .icon-menu-btn {
    transition: 0.25s ease;
  }
  .icon-menu-btn:hover {
    opacity: 0.75;
  }
}
.icon-menu-btn--dummy {
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .icon-menu-btn--dummy {
    width: 3.5rem;
  }
}
@media print {
  .icon-menu-btn--dummy {
    width: 3.5rem;
  }
}
.icon-menu-btn__icon {
  width: 1.45em;
  line-height: 1;
}
.icon-menu-btn__icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
  vertical-align: middle;
}
.icon-btn {
  display: flex;
  font-size: 0.75rem;
  gap: 0.25em;
  align-items: center;
  color: currentColor;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .icon-btn {
    transition: 0.25s ease;
  }
  .icon-btn:hover {
    color: #c30d23;
  }
}
.icon-btn__icon {
  width: 1.25em;
  line-height: 1;
}
.icon-btn__icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
  opacity: 0.5;
  vertical-align: middle;
}
.header-tab {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  background-color: #f3f1ee;
  border-radius: 999em;
  height: 2rem;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 992px) {
  .header-tab {
    height: auto;
    font-size: 0.9375rem;
    border-radius: 0;
    background-color: transparent;
  }
}
@media print {
  .header-tab {
    height: auto;
    font-size: 0.9375rem;
    border-radius: 0;
    background-color: transparent;
  }
}
.header-tab__item {
  display: flex;
}
.header-tab__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
  font-weight: 600;
  width: 6.25rem;
  border-radius: 999em;
}
@media print, screen and (min-width: 992px) {
  .header-tab__item a {
    width: 8rem;
    border-radius: 0;
  }
  .header-tab__item a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.125rem;
    background-color: currentColor;
  }
}
@media print {
  .header-tab__item a {
    width: 8rem;
    border-radius: 0;
  }
  .header-tab__item a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.125rem;
    background-color: currentColor;
  }
}
.header-logo {
  color: #c30d23;
  background-repeat: no-repeat;
  text-indent: 150%;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("https://gigaplus.makeshop.jp/kitamarchand/renewal2025/images/common/logo-shop.svg");
  background-size: 100% auto;
  width: 5.875rem;
  height: 2.625rem;
}
@media print, screen and (min-width: 992px) {
  .header-logo {
    width: 8.8125rem;
    height: 3.9375rem;
  }
}
@media print {
  .header-logo {
    width: 8.8125rem;
    height: 3.9375rem;
  }
}
_::-webkit-full-page-media,
_:future,
:root .global-nav__list.dropdown-open::before {
  opacity: 0 !important;
}
/* =====================
  configuration setting
===================== */
/* easeInOutCirc */
/* =====================
  footer
===================== */
/*フッター */
.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #1d202c;
  color: #fff;
  border-top: 2px solid #c30d23;
  padding-top: 4rem;
  padding-bottom: 5rem;
  z-index: 100;
}
@media print, screen and (min-width: 992px) {
  .footer {
    padding-top: 7.5rem;
    padding-bottom: 3rem;
  }
}
@media print {
  .footer {
    padding-top: 7.5rem;
    padding-bottom: 3rem;
  }
}
.footer a {
  color: currentColor;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
.footer__container {
  width: 100%;
  max-width: 1520px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media print, screen and (min-width: 992px) {
  .footer__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .footer__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .footer__container {
    gap: 5rem;
  }
}
@media print {
  .footer__container {
    gap: 5rem;
  }
}
.footer__banner {
  border-bottom: 1px solid currentColor;
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .footer__banner {
    padding-bottom: 2.5rem;
  }
}
@media print {
  .footer__banner {
    padding-bottom: 2.5rem;
  }
}
.footer__body {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .footer__body {
    gap: 5rem;
  }
}
@media print {
  .footer__body {
    gap: 5rem;
  }
}
.footer__nav {
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .footer__nav {
    flex: 1;
  }
}
@media print {
  .footer__nav {
    flex: 1;
  }
}
.footer__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .footer__row {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media print {
  .footer__row {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 992px) {
  .footer__info {
    flex: 1;
  }
}
@media print {
  .footer__info {
    flex: 1;
  }
}
.footer__tools {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .footer__tools {
    width: auto;
  }
}
@media print {
  .footer__tools {
    width: auto;
  }
}
.footer__footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .footer__footer {
    gap: 2.5rem;
  }
}
@media print {
  .footer__footer {
    gap: 2.5rem;
  }
}
.footer__bottom {
  display: flex;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 1rem;
}
.sns-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  font-size: 1.25rem;
  gap: 1em;
  color: currentColor;
}
.sns-list > li a {
  opacity: 0.75;
}
@media (hover: hover) and (pointer: fine) {
  .sns-list > li a {
    transition: 0.25s ease;
  }
  .sns-list > li a:hover {
    opacity: 1;
  }
}
.sns-list > li a svg {
  width: 1em;
  height: auto;
  fill: currentColor;
}
.footer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .footer-info {
    flex-direction: row;
    gap: 2.5rem;
  }
}
@media print {
  .footer-info {
    flex-direction: row;
    gap: 2.5rem;
  }
}
.footer-info__logo {
  width: 10.875rem;
}
.footer-info__company {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .footer-info__company {
    flex-direction: row;
    gap: 3rem;
  }
}
@media print {
  .footer-info__company {
    flex-direction: row;
    gap: 3rem;
  }
}
.footer-banner {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .footer-banner {
    flex-direction: row;
    justify-content: center;
    gap: 2.5rem;
  }
}
@media print {
  .footer-banner {
    flex-direction: row;
    justify-content: center;
    gap: 2.5rem;
  }
}
.footer-banner__item {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .footer-banner__item {
    width: 30rem;
  }
}
@media print {
  .footer-banner__item {
    width: 30rem;
  }
}
.banner-btn {
  display: flex;
  width: 100%;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .banner-btn:hover img {
    filter: brightness(0.9);
  }
}
.banner-btn img {
  transition: 0.25s ease;
  width: 100%;
  height: auto;
}
.footer-logo {
  width: 100%;
}
.footer-logo img {
  width: 100%;
  height: auto;
}
.footer-nav {
  display: flex;
  width: 100%;
  font-size: 0.875rem;
  gap: 1em;
  flex-direction: column;
}
@media print, screen and (min-width: 992px) {
  .footer-nav {
    gap: 0;
    flex-direction: row;
  }
}
@media print {
  .footer-nav {
    gap: 0;
    flex-direction: row;
  }
}
.footer-nav__col {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer-list, .footer-list--child {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 1em 0;
}
.footer-list > li, .footer-list--child > li {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  width: 50%;
}
@media print, screen and (min-width: 992px) {
  .footer-list > li, .footer-list--child > li {
    gap: 1em;
    width: 100%;
  }
}
@media print {
  .footer-list > li, .footer-list--child > li {
    gap: 1em;
    width: 100%;
  }
}
.footer-list > li:has(ul), .footer-list--child > li:has(ul) {
  width: 100%;
}
.footer-list--child {
  font-size: 92.5%;
  opacity: 0.75;
  gap: 0.5em 2em;
}
.footer-list--child > li {
  width: auto;
}
@media print, screen and (min-width: 992px) {
  .footer-list--child > li {
    width: 100%;
  }
}
@media print {
  .footer-list--child > li {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer-list a, .footer-list--child a {
    transition: 0.25s ease;
  }
  .footer-list a:hover, .footer-list--child a:hover {
    opacity: 0.75;
  }
}
.footer-btn {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 0.5em 1em;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  line-height: 1.5;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  font-size: 0.8125rem;
  border-radius: 999em;
}
@media (hover: hover) and (pointer: fine) {
  .footer-btn {
    transition: all 0.25s linear;
  }
  .footer-btn:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
  }
}
.footer-bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.5rem;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 992px) {
  .footer-bottom {
    flex-direction: row;
  }
}
@media print {
  .footer-bottom {
    flex-direction: row;
  }
}
@media print, screen and (min-width: 992px) {
  .footer-bottom__left {
    flex: 1;
  }
}
@media print {
  .footer-bottom__left {
    flex: 1;
  }
}
@media print, screen and (min-width: 992px) {
  .footer-bottom__right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
}
@media print {
  .footer-bottom__right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
}
.footer-copy {
  color: currentColor;
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  .footer-copy {
    font-size: 0.75rem;
  }
}
@media print {
  .footer-copy {
    font-size: 0.75rem;
  }
}
.footer-copy > small,
.footer-copy > p {
  font-size: 100%;
}
/* =====================
  configuration setting
===================== */
/* easeInOutCirc */
img {
  max-width: 100%;
  height: auto;
}
.top-contents {
  display: flex;
  flex-direction: column;
  padding-bottom: 3rem;
}
@media print, screen and (min-width: 992px) {
  .top-contents {
    padding-bottom: 5rem;
  }
}
@media print {
  .top-contents {
    padding-bottom: 5rem;
  }
}
.top-visual {
  position: sticky;
  left: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 25rem;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
}
@media print, screen and (min-width: 992px) {
  .top-visual {
    height: 50rem;
  }
}
@media print {
  .top-visual {
    height: 50rem;
  }
}
.top-visual__wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.top-visual__wrapper > *:first-child {
  position: relative;
  z-index: 10;
}
.top-visual__text {
  position: relative;
  z-index: 10;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 992px) {
  .top-visual__text {
    font-size: 2rem;
  }
}
@media print {
  .top-visual__text {
    font-size: 2rem;
  }
}
.top-visual img,
.top-visual video {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
  opacity: 0.75;
}
.top-visual__youtube {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.top-visual__youtube.active {
  opacity: 0.75;
  transition: opacity 0.5s ease-in-out;
}
.top-visual iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  height: calc(100% + 14vh);
  width: auto;
  aspect-ratio: 16/9;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.top-search {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .top-search {
    align-items: flex-start;
    flex-direction: row;
    gap: 2.5rem;
  }
}
@media print {
  .top-search {
    align-items: flex-start;
    flex-direction: row;
    gap: 2.5rem;
  }
}
.top-search__title {
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-search__title {
    padding-top: 0.5rem;
    width: 13.5rem;
  }
}
@media print {
  .top-search__title {
    padding-top: 0.5rem;
    width: 13.5rem;
  }
}
.top-search__list {
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-search__list {
    flex: 1;
  }
}
@media print {
  .top-search__list {
    flex: 1;
  }
}
.top-search-list {
  display: flex;
  width: 100%;
  gap: 0.25rem;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 992px) {
  .top-search-list {
    gap: 0.5rem;
  }
}
@media print {
  .top-search-list {
    gap: 0.5rem;
  }
}
.top-search-list__item {
  display: flex;
}
.top-search-btn, .top-search-btn--tag {
  display: flex;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  color: currentColor;
  align-items: center;
  justify-content: center;
  min-width: 5em;
  background-color: #fff;
  border: 1px solid #ddd;
  line-height: 1.75;
  padding: 0 1.5em;
  height: 2.5rem;
  font-weight: 600;
  font-size: 0.75rem;
  border-radius: 0.125rem;
}
@media print, screen and (min-width: 992px) {
  .top-search-btn, .top-search-btn--tag {
    height: 3rem;
    font-size: 1rem;
    border-radius: 0.25rem;
  }
}
@media print {
  .top-search-btn, .top-search-btn--tag {
    height: 3rem;
    font-size: 1rem;
    border-radius: 0.25rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top-search-btn, .top-search-btn--tag {
    transition: all 0.25s linear;
  }
  .top-search-btn:hover, .top-search-btn--tag:hover {
    filter: brightness(0.95);
    color: currentColor;
  }
}
.top-search-btn--tag {
  background-color: #f3f1ee;
  border: none;
}
.top-search-title {
  display: flex;
  align-items: center;
  gap: 0.5em;
  line-height: 1.25;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 992px) {
  .top-search-title {
    font-size: 1.25rem;
  }
}
@media print {
  .top-search-title {
    font-size: 1.25rem;
  }
}
.top-search-title__icon {
  color: #c30d23;
  font-size: 1em;
  line-height: 1;
}
.top-search-title__icon svg {
  width: 1em;
  height: auto;
  fill: currentColor;
  vertical-align: middle;
}
.top-search-title__text {
  font-size: 100%;
  font-weight: 600;
}
.top-scenery {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.scenery-slider {
  position: relative;
}
@keyframes scenerySlider {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-50%, 0);
  }
}
.scenery-slider--various .scenery-slider__item:nth-child(2), .scenery-slider--various .scenery-slider__item:nth-child(5), .scenery-slider--various .scenery-slider__item:nth-child(8), .scenery-slider--various .scenery-slider__item:nth-child(10) {
  width: 10.625rem;
}
@media print, screen and (min-width: 992px) {
  .scenery-slider--various .scenery-slider__item:nth-child(2), .scenery-slider--various .scenery-slider__item:nth-child(5), .scenery-slider--various .scenery-slider__item:nth-child(8), .scenery-slider--various .scenery-slider__item:nth-child(10) {
    width: 22.5rem;
  }
}
@media print {
  .scenery-slider--various .scenery-slider__item:nth-child(2), .scenery-slider--various .scenery-slider__item:nth-child(5), .scenery-slider--various .scenery-slider__item:nth-child(8), .scenery-slider--various .scenery-slider__item:nth-child(10) {
    width: 22.5rem;
  }
}
.scenery-slider--various .scenery-slider__item:nth-child(3), .scenery-slider--various .scenery-slider__item:nth-child(6), .scenery-slider--various .scenery-slider__item:nth-child(9), .scenery-slider--various .scenery-slider__item:nth-child(11) {
  width: 11.25rem;
}
@media print, screen and (min-width: 992px) {
  .scenery-slider--various .scenery-slider__item:nth-child(3), .scenery-slider--various .scenery-slider__item:nth-child(6), .scenery-slider--various .scenery-slider__item:nth-child(9), .scenery-slider--various .scenery-slider__item:nth-child(11) {
    width: 26.25rem;
  }
}
@media print {
  .scenery-slider--various .scenery-slider__item:nth-child(3), .scenery-slider--various .scenery-slider__item:nth-child(6), .scenery-slider--various .scenery-slider__item:nth-child(9), .scenery-slider--various .scenery-slider__item:nth-child(11) {
    width: 26.25rem;
  }
}
.scenery-slider__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.scenery-slider__list {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  height: auto;
  animation: scenerySlider 32s linear infinite;
  animation: scenerySlider var(--animation-time, 32s) linear infinite;
  will-change: transform, animation;
  backface-visibility: hidden;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .scenery-slider__list {
    gap: 1rem;
  }
}
@media print {
  .scenery-slider__list {
    gap: 1rem;
  }
}
.scenery-slider__item {
  display: flex;
  align-items: center;
  width: 15rem;
}
@media print, screen and (min-width: 992px) {
  .scenery-slider__item {
    width: 45rem;
  }
}
@media print {
  .scenery-slider__item {
    width: 45rem;
  }
}
.scenery-card {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  background-color: #f3f1ee;
  border-radius: 0.25rem;
}
@media print, screen and (min-width: 992px) {
  .scenery-card {
    border-radius: 0.5rem;
  }
}
@media print {
  .scenery-card {
    border-radius: 0.5rem;
  }
}
.scenery-card img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
}
.banner-block {
  display: flex;
  width: 100%;
  max-width: 60rem;
  height: 6rem;
  border-radius: 0.25rem;
  overflow: hidden;
  color: currentColor;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  border: 1px solid #ddd;
}
@media print, screen and (min-width: 992px) {
  .banner-block {
    border-radius: 0.5rem;
    height: 10rem;
  }
}
@media print {
  .banner-block {
    border-radius: 0.5rem;
    height: 10rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .banner-block {
    transition: 0.25s ease;
  }
  .banner-block:hover {
    background-color: #f7f6f5;
  }
  .banner-block:hover .banner-block__image img {
    transform: scale(1.05);
    opacity: 0.75;
  }
  .banner-block:hover .banner-block__arrow {
    transform: translate(25%, 0);
  }
}
.banner-block__image {
  position: relative;
  width: 6rem;
  overflow: hidden;
  background-color: #f3f1ee;
}
@media print, screen and (min-width: 992px) {
  .banner-block__image {
    width: 15rem;
  }
}
@media print {
  .banner-block__image {
    width: 15rem;
  }
}
.banner-block__image img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
}
.banner-block__body {
  display: flex;
  align-items: center;
  padding: 1rem;
  flex: 1;
}
@media print, screen and (min-width: 992px) {
  .banner-block__body {
    padding: 1.5rem;
    padding-left: 2.5rem;
  }
}
@media print {
  .banner-block__body {
    padding: 1.5rem;
    padding-left: 2.5rem;
  }
}
.banner-block__main {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.25rem;
}
@media print, screen and (min-width: 992px) {
  .banner-block__main {
    gap: 0.5rem;
  }
}
@media print {
  .banner-block__main {
    gap: 0.5rem;
  }
}
.banner-block__en {
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #c30d23;
  line-height: 1.25;
  font-size: 0.625rem;
}
@media print, screen and (min-width: 992px) {
  .banner-block__en {
    font-size: 0.875rem;
  }
}
@media print {
  .banner-block__en {
    font-size: 0.875rem;
  }
}
.banner-block__ja {
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-weight: 600;
  line-height: 1.5;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .banner-block__ja {
    font-size: 1.25rem;
  }
}
@media print {
  .banner-block__ja {
    font-size: 1.25rem;
  }
}
.banner-block__arrow {
  transition: 0.25s ease;
  font-size: 0.5625rem;
}
@media print, screen and (min-width: 992px) {
  .banner-block__arrow {
    font-size: 0.75rem;
  }
}
@media print {
  .banner-block__arrow {
    font-size: 0.75rem;
  }
}
.top-company {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  color: #fff;
}
@media print, screen and (min-width: 992px) {
  .top-company {
    padding-top: 5rem;
    padding-bottom: 5rem;
    min-height: 45rem;
  }
}
@media print {
  .top-company {
    padding-top: 5rem;
    padding-bottom: 5rem;
    min-height: 45rem;
  }
}
.top-company__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.top-company__bg img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
  opacity: 0.5;
}
@media print, screen and (min-width: 992px) {
  .top-company__bg img {
    opacity: 0.75;
  }
}
@media print {
  .top-company__bg img {
    opacity: 0.75;
  }
}
.top-company__container {
  position: relative;
  width: 100%;
  max-width: 1520px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}
@media print, screen and (min-width: 992px) {
  .top-company__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .top-company__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-company__container {
    padding-left: 42.5rem;
  }
}
@media print {
  .top-company__container {
    padding-left: 42.5rem;
  }
}
.top-company__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .top-company__body {
    gap: 3rem;
  }
}
@media print {
  .top-company__body {
    gap: 3rem;
  }
}
.top-company__en {
  width: 20rem;
}
@media print, screen and (min-width: 992px) {
  .top-company__en {
    width: 37.75rem;
  }
}
@media print {
  .top-company__en {
    width: 37.75rem;
  }
}
.top-company__en img {
  width: 100%;
  height: auto;
}
.top-company__main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .top-company__main {
    gap: 2rem;
  }
}
@media print {
  .top-company__main {
    gap: 2rem;
  }
}
.top-company__lead {
  width: 15rem;
}
@media print, screen and (min-width: 992px) {
  .top-company__lead {
    width: 19.375rem;
  }
}
@media print {
  .top-company__lead {
    width: 19.375rem;
  }
}
.top-company__lead img {
  width: 100%;
  height: auto;
}
.top-company__text {
  font-size: 0.875rem;
  line-height: 2;
  text-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.5);
}
@media print, screen and (min-width: 992px) {
  .top-company__text {
    font-size: 1rem;
  }
}
@media print {
  .top-company__text {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-company__text {
    line-height: 2.25;
  }
}
@media print {
  .top-company__text {
    line-height: 2.25;
  }
}
.top-company__btn {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media print, screen and (min-width: 992px) {
  .top-company__btn {
    justify-content: flex-start;
  }
}
@media print {
  .top-company__btn {
    justify-content: flex-start;
  }
}
.common-info {
  background-color: #c30d23;
  color: #fff;
  display: flex;
  line-height: 150%;
  justify-content: center;
  padding: 0.125rem;
  font-size: 0.75rem;
  font-weight: 600;
}
@media print, screen and (min-width: 992px) {
  .common-info {
    padding: 0.25rem;
    font-size: 0.9375rem;
  }
}
@media print {
  .common-info {
    padding: 0.25rem;
    font-size: 0.9375rem;
  }
}
.section-header {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: flex-end;
}
@media print, screen and (min-width: 992px) {
  .section-header {
    gap: 1rem;
  }
}
@media print {
  .section-header {
    gap: 1rem;
  }
}
.section-header__main {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1;
}
@media print, screen and (min-width: 992px) {
  .section-header__main {
    flex-direction: row;
    gap: 5rem;
    align-items: flex-end;
  }
}
@media print {
  .section-header__main {
    flex-direction: row;
    gap: 5rem;
    align-items: flex-end;
  }
}
.section-header__title {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .section-header__title {
    width: 20rem;
  }
}
@media print {
  .section-header__title {
    width: 20rem;
  }
}
.section-header__text {
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  .section-header__text {
    font-size: 1.125rem;
  }
}
@media print {
  .section-header__text {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 992px) {
  .section-header__text {
    flex: 1;
  }
}
@media print {
  .section-header__text {
    flex: 1;
  }
}
.subpage-contents, .subpage-contents--sm {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-top: 3rem;
  padding-bottom: 3rem;
  gap: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .subpage-contents, .subpage-contents--sm {
    gap: 5rem;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media print {
  .subpage-contents, .subpage-contents--sm {
    gap: 5rem;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .subpage-contents--sm {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media print {
  .subpage-contents--sm {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.index-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media print, screen and (min-width: 992px) {
  .index-row {
    flex-direction: row;
    padding-right: 0;
    gap: 5rem;
  }
}
@media print {
  .index-row {
    flex-direction: row;
    padding-right: 0;
    gap: 5rem;
  }
}
.index-row__side {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .index-row__side {
    display: flex;
    align-items: flex-start;
    width: 17.5rem;
    border-right: 1px solid #ddd;
  }
}
@media print {
  .index-row__side {
    display: flex;
    align-items: flex-start;
    width: 17.5rem;
    border-right: 1px solid #ddd;
  }
}
@media print, screen and (min-width: 992px) {
  .index-row__sticky {
    position: sticky;
    top: 5rem;
  }
}
@media print {
  .index-row__sticky {
    position: sticky;
    top: 5rem;
  }
}
.index-row__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .index-row__body {
    flex: 1;
    gap: 1.5rem;
    padding-right: max(50vw - 45rem, 2.5rem);
  }
}
@media print {
  .index-row__body {
    flex: 1;
    gap: 1.5rem;
    padding-right: max(50vw - 45rem, 2.5rem);
  }
}
.index-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
}
.index-sort {
  display: flex;
  width: 10rem;
}
.sort-select {
  background-color: #f3f1ee;
  border: 1px solid #eee;
  border-radius: 999em;
  display: inline-block;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  line-height: 1.5;
  min-width: 5em;
  height: 2rem;
  width: 100%;
  font-size: 16px;
  padding: 0.25em 2.5em 0.25em 0.5em;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%, calc(100% - 2em) 50%;
  background-size: 5px 5px, 5px 5px, 1px 70%;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .sort-select {
    transition: 0.25s ease;
  }
  .sort-select:hover {
    filter: brightness(0.95);
  }
}
@media print, screen and (min-width: 992px) {
  .sort-select {
    min-width: 8em;
    height: 2.5rem;
    padding: 0.25em 3em 0.25em 1em;
    font-size: 0.9375rem;
  }
}
@media print {
  .sort-select {
    min-width: 8em;
    height: 2.5rem;
    padding: 0.25em 3em 0.25em 1em;
    font-size: 0.9375rem;
  }
}
.payment-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.payment-list > li {
  display: flex;
  width: 4rem;
}
@media print, screen and (min-width: 992px) {
  .payment-list > li {
    width: 5rem;
  }
}
@media print {
  .payment-list > li {
    width: 5rem;
  }
}
.payment-list > li img {
  width: 100%;
  height: auto;
}
.item-contents {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 3rem;
  padding-bottom: 4rem;
}
@media print, screen and (min-width: 992px) {
  .item-contents {
    gap: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media print {
  .item-contents {
    gap: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.item-fv {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .item-fv {
    flex-direction: row;
    gap: 0;
  }
}
@media print {
  .item-fv {
    flex-direction: row;
    gap: 0;
  }
}
.item-fv__image {
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .item-fv__image {
    width: 45%;
    max-width: 55rem;
    align-items: flex-start;
  }
}
@media print {
  .item-fv__image {
    width: 45%;
    max-width: 55rem;
    align-items: flex-start;
  }
}
.item-fv__image img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
}
.item-fv__sticky {
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .item-fv__sticky {
    position: relative;
    align-items: flex-start;
  }
}
@media print {
  .item-fv__sticky {
    position: relative;
    align-items: flex-start;
  }
}
.item-fv__eyecatch {
  position: relative;
  display: flex;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
}
.item-fv__eyecatch img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s ease;
}
.item-fv__body {
  display: flex;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media print, screen and (min-width: 992px) {
  .item-fv__body {
    flex: 1;
    gap: 2rem;
    padding-left: 5rem;
    padding-right: max(50vw - 45rem, 2.5rem);
    justify-content: center;
  }
}
@media print {
  .item-fv__body {
    flex: 1;
    gap: 2rem;
    padding-left: 5rem;
    padding-right: max(50vw - 45rem, 2.5rem);
    justify-content: center;
  }
}
.item-fv__inner {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
}
@media print, screen and (min-width: 992px) {
  .item-fv__inner {
    gap: 2rem;
    max-width: 45rem;
    padding-top: 6rem;
    align-items: flex-start;
  }
}
@media print {
  .item-fv__inner {
    gap: 2rem;
    max-width: 45rem;
    padding-top: 6rem;
    align-items: flex-start;
  }
}
.item-fv__icons {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .item-fv__icons {
    gap: 1rem;
  }
}
@media print {
  .item-fv__icons {
    gap: 1rem;
  }
}
.item-fv__icons img {
  width: 3rem;
}
@media print, screen and (min-width: 992px) {
  .item-fv__icons img {
    width: 4rem;
  }
}
@media print {
  .item-fv__icons img {
    width: 4rem;
  }
}
.item-fv__attention {
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #c30d23;
}
@media print, screen and (min-width: 992px) {
  .item-fv__attention {
    font-size: 1.5rem;
  }
}
@media print {
  .item-fv__attention {
    font-size: 1.5rem;
  }
}
.item-fv__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .item-fv__header {
    gap: 1.5rem;
  }
}
@media print {
  .item-fv__header {
    gap: 1.5rem;
  }
}
.item-fv__lead {
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  .item-fv__lead {
    font-size: 1.125rem;
  }
}
@media print {
  .item-fv__lead {
    font-size: 1.125rem;
  }
}
.item-fv__cats {
  display: flex;
  gap: 0.25em;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
  font-size: 0.8125rem;
}
.item-fv__cats > li,
.item-fv__cats > span,
.item-fv__cats > div,
.item-fv__cats > p {
  margin: 0;
  line-height: 1.5;
  background-color: #f3f1ee;
  color: rgba(29, 32, 44, 0.75);
  padding: 0.25em 1em;
  min-width: 4em;
  border-radius: 999em;
}
@media print, screen and (min-width: 992px) {
  .item-fv__cats {
    font-size: 0.9375rem;
  }
}
@media print {
  .item-fv__cats {
    font-size: 0.9375rem;
  }
}
.item-fv__main {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .item-fv__main {
    gap: 1.5rem;
  }
}
@media print {
  .item-fv__main {
    gap: 1.5rem;
  }
}
.item-fv__name {
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.25;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .item-fv__name {
    font-size: 2.5rem;
  }
}
@media print {
  .item-fv__name {
    font-size: 2.5rem;
  }
}
.item-fv__price, .item-fv__price--sale {
  display: flex;
  align-items: baseline;
  gap: 0.15em;
  flex-wrap: wrap;
  font-size: 1em;
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 992px) {
  .item-fv__price, .item-fv__price--sale {
    font-size: 1.5rem;
  }
}
@media print {
  .item-fv__price, .item-fv__price--sale {
    font-size: 1.5rem;
  }
}
.item-fv__price small, .item-fv__price--sale small {
  color: #1d202c;
  font-size: 0.5em;
  font-weight: 400;
}
.item-fv__price--sale {
  color: #c30d23;
}
.item-fv__review {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.item-fv__review-link {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  opacity: 0.75;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 992px) {
  .item-fv__review-link {
    font-size: 0.8125rem;
  }
}
@media print {
  .item-fv__review-link {
    font-size: 0.8125rem;
  }
}
.item-fv__detail {
  opacity: 0.75;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.item-fv__btns {
  display: flex;
  flex-direction: column;
  width: 20rem;
  align-self: center;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .item-fv__btns {
    width: 30rem;
    align-self: flex-start;
  }
}
@media print {
  .item-fv__btns {
    width: 30rem;
    align-self: flex-start;
  }
}
.item-fv__tab {
  display: flex;
  width: 100%;
}
.add-btn, .add-btn--fav, .add-btn--disabled, .add-btn--restock, .add-btn--xs, .add-btn--sm {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 3.375rem;
  padding: 0.25em 1em;
  background-color: #c30d23;
  color: #fff;
  font-weight: 600;
  line-height: 1.25;
  gap: 0.75em;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  font-size: 1rem;
  border-radius: 3px;
}
@media print, screen and (min-width: 992px) {
  .add-btn, .add-btn--fav, .add-btn--disabled, .add-btn--restock, .add-btn--xs, .add-btn--sm {
    height: 4rem;
    font-size: 1.125rem;
  }
}
@media print {
  .add-btn, .add-btn--fav, .add-btn--disabled, .add-btn--restock, .add-btn--xs, .add-btn--sm {
    height: 4rem;
    font-size: 1.125rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .add-btn, .add-btn--fav, .add-btn--disabled, .add-btn--restock, .add-btn--xs, .add-btn--sm {
    transition: all 0.25s linear;
  }
  .add-btn:hover, .add-btn--fav:hover, .add-btn--disabled:hover, .add-btn--restock:hover, .add-btn--xs:hover, .add-btn--sm:hover {
    filter: brightness(1.5);
  }
}
.add-btn.--hidden, .--hidden.add-btn--fav, .--hidden.add-btn--disabled, .--hidden.add-btn--restock, .--hidden.add-btn--xs, .--hidden.add-btn--sm {
  display: none;
}
.add-btn--sm {
  height: 2.5rem;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .add-btn--sm {
    height: 3rem;
    font-size: 1rem;
  }
}
@media print {
  .add-btn--sm {
    height: 3rem;
    font-size: 1rem;
  }
}
.add-btn--xs {
  height: 2rem;
  font-size: 0.6875rem;
}
@media print, screen and (min-width: 992px) {
  .add-btn--xs {
    height: 2.5rem;
    font-size: 0.8125rem;
  }
}
@media print {
  .add-btn--xs {
    height: 2.5rem;
    font-size: 0.8125rem;
  }
}
.add-btn--restock {
  background-color: #1d202c;
  color: #fff;
}
.add-btn--disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #ccc;
}
.add-btn--fav {
  background-color: #fff;
  color: #1d202c;
  font-weight: 400;
  font-size: 0.875rem;
  border: 1px solid #ddd;
}
@media print, screen and (min-width: 992px) {
  .add-btn--fav {
    font-size: 1rem;
  }
}
@media print {
  .add-btn--fav {
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .add-btn--fav:hover {
    background-color: #f3f1ee;
    color: #c30d23;
    filter: none;
  }
}
.add-btn--fav .add-btn__icon {
  color: #c30d23;
}
.add-btn__icon img,
.add-btn__icon svg {
  width: 1.5em;
  height: auto;
  line-height: 1;
}
.add-btn__icon svg {
  fill: currentColor;
  vertical-align: middle;
}
.option-dl {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.option-dl dt {
  font-weight: 600;
  width: 4em;
  padding: 0;
  margin: 0;
  margin-top: 0.75em;
  opacity: 0.7;
  font-size: 95%;
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
.option-dl dt:first-of-type {
  margin-top: 0;
}
.option-dl dd {
  width: calc(100% - 4em);
  padding: 0;
  margin: 0;
  margin-top: 0.75em;
}
.option-dl dd:first-of-type {
  margin-top: 0;
}
.detail-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.detail-list > li {
  position: relative;
  display: flex;
  gap: 0.25em;
}
.detail-list > li:first-child::before {
  content: none;
}
.detail-list > li::before {
  position: relative;
  display: block;
  content: "、";
}
.item-tabs {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .item-tabs {
    gap: 1.5rem;
  }
}
@media print {
  .item-tabs {
    gap: 1.5rem;
  }
}
.item-tabs input[type=radio] {
  display: none;
}
.item-tabs .tab-labels {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.item-tabs .tab-labels label {
  position: relative;
  display: flex;
  min-width: 6em;
  font-size: 0.8125rem;
  font-weight: 600;
  justify-content: center;
  text-align: center;
  padding: 1em;
  line-height: 1.5;
  cursor: pointer;
  background: transparent;
  color: #999;
  transition: 0.25s ease;
}
.item-tabs .tab-labels label::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  height: 1px;
  background-color: #1d202c;
  content: none;
}
@media (hover: hover) and (pointer: fine) {
  .item-tabs .tab-labels label:hover {
    color: #1d202c;
  }
}
@media print, screen and (min-width: 992px) {
  .item-tabs .tab-labels label {
    font-size: 1rem;
  }
}
@media print {
  .item-tabs .tab-labels label {
    font-size: 1rem;
  }
}
.item-tabs .tab-content {
  display: none;
  width: 100%;
}
.item-tabs .tab-content__body {
  width: 100%;
}
.item-tabs .tab-content__review {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .item-tabs .tab-content__review {
    gap: 1rem;
  }
}
@media print {
  .item-tabs .tab-content__review {
    gap: 1rem;
  }
}
.item-tabs .tab-content table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  line-height: 1.75;
  font-size: 90%;
}
@media print, screen and (min-width: 992px) {
  .item-tabs .tab-content table {
    font-size: 95%;
  }
}
@media print {
  .item-tabs .tab-content table {
    font-size: 95%;
  }
}
.item-tabs .tab-content table tr {
  border-bottom: 1px solid #ddd;
}
.item-tabs .tab-content table th,
.item-tabs .tab-content table td {
  padding: 0;
  margin: 0;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  vertical-align: middle;
}
.item-tabs .tab-content table thead th,
.item-tabs .tab-content table thead td {
  text-align: center;
}
.item-tabs .tab-content table thead th:first-child,
.item-tabs .tab-content table thead td:first-child {
  width: 7em;
}
.item-tabs .tab-content table tbody {
  border-top: 1px solid #ddd;
}
.item-tabs .tab-content table tbody th {
  text-align: left;
  font-weight: 600;
  width: 7em;
}
.item-tabs .tab-content table tbody td {
  text-align: left;
}
.item-tabs .tab-content table a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
/* タブの選択に応じた表示 */
#tab-description:checked ~ .tab-content-description,
#tab-spec:checked ~ .tab-content-spec,
#tab-size:checked ~ .tab-content-size,
#tab-review:checked ~ .tab-content-review {
  display: flex;
}
/* 選択中タブの見た目 */
#tab-description:checked ~ .tab-labels label[for=tab-description],
#tab-spec:checked ~ .tab-labels label[for=tab-spec],
#tab-size:checked ~ .tab-labels label[for=tab-size],
#tab-review:checked ~ .tab-labels label[for=tab-review] {
  color: #1d202c;
}
#tab-description:checked ~ .tab-labels label[for=tab-description]::after,
#tab-spec:checked ~ .tab-labels label[for=tab-spec]::after,
#tab-size:checked ~ .tab-labels label[for=tab-size]::after,
#tab-review:checked ~ .tab-labels label[for=tab-review]::after {
  content: "";
}
.tab-content-size table th,
.tab-content-size table td {
  text-align: center;
}
.size-table__row {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .size-table__row {
    flex-direction: row;
    gap: 1rem;
  }
}
@media print {
  .size-table__row {
    flex-direction: row;
    gap: 1rem;
  }
}
.size-table__image {
  width: 10rem;
}
.size-table__image img {
  width: 100%;
  height: auto;
}
.size-table__table {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .size-table__table {
    flex: 1;
  }
}
@media print {
  .size-table__table {
    flex: 1;
  }
}
.fixed-order {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  right: 0.5rem;
  bottom: 4rem;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 3px;
  padding: 1rem;
  width: 10.5rem;
  z-index: 90;
  gap: 0.5rem;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(1em);
  transition: 0.25s ease;
  pointer-events: none;
}
@media print, screen and (min-width: 992px) {
  .fixed-order {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 16.5rem;
    gap: 0.5rem;
  }
}
@media print {
  .fixed-order {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 16.5rem;
    gap: 0.5rem;
  }
}
.fixed-order.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.fixed-order__btns {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.fixed-order__name {
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-weight: 600;
  line-height: 1.25;
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 992px) {
  .fixed-order__name {
    font-size: 1.125rem;
  }
}
@media print {
  .fixed-order__name {
    font-size: 1.125rem;
  }
}
.fixed-order__price, .fixed-order__price--sale {
  display: flex;
  align-items: baseline;
  gap: 0.15em;
  flex-wrap: wrap;
  font-size: 1em;
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 992px) {
  .fixed-order__price, .fixed-order__price--sale {
    font-size: 1.375rem;
  }
}
@media print {
  .fixed-order__price, .fixed-order__price--sale {
    font-size: 1.375rem;
  }
}
.fixed-order__price small, .fixed-order__price--sale small {
  color: #1d202c;
  font-size: 0.5em;
  font-weight: 400;
}
.fixed-order__price--sale {
  color: #c30d23;
  margin-top: 0.5em;
}
.fixed-order .sale-rate {
  font-size: 0.625rem;
}
@media print, screen and (min-width: 992px) {
  .fixed-order .sale-rate {
    font-size: 0.6875rem;
  }
}
@media print {
  .fixed-order .sale-rate {
    font-size: 0.6875rem;
  }
}
.sale-rate {
  display: flex;
  flex-direction: column;
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.25;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #c30d23;
  color: #fff;
  width: 3.25em;
  height: 3.25em;
  border-radius: 50%;
  font-size: 0.75rem;
  transform: translateY(-25%);
}
@media print, screen and (min-width: 992px) {
  .sale-rate {
    font-size: 0.8125rem;
  }
}
@media print {
  .sale-rate {
    font-size: 0.8125rem;
  }
}
.sale-rate small {
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 75%;
  color: currentColor;
}
.cordura-logo {
  width: 8em;
  height: auto;
}
.item-colors {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5em;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 992px) {
  .item-colors {
    font-size: 1rem;
  }
}
@media print {
  .item-colors {
    font-size: 1rem;
  }
}
.item-colors > span,
.item-colors > a {
  position: relative;
  display: flex;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: 1px solid #ddd;
}
@media (hover: hover) and (pointer: fine) {
  .item-colors > a {
    transition: 0.25s ease;
  }
  .item-colors > a:hover {
    opacity: 0.75;
  }
}
.item-colors > span {
  pointer-events: none;
}
.item-colors > span::after {
  position: absolute;
  content: " ";
  left: 0;
  right: 0;
  top: 100%;
  background-color: #ddd;
  height: 2px;
  transform: translateY(0.5em);
  border-radius: 1em;
}
.makeshop-option-wrap {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 1em;
  max-width: 30rem;
}
.makeshop-option-label {
  font-weight: 600;
  font-size: 0.8125rem;
  opacity: 0.75;
  width: 5em;
}
@media print, screen and (min-width: 992px) {
  .makeshop-option-label {
    font-size: 0.9375rem;
  }
}
@media print {
  .makeshop-option-label {
    font-size: 0.9375rem;
  }
}
.makeshop-option-select-wrap {
  display: flex;
  flex: 1;
  position: relative;
}
.makeshop-option-select-wrap select {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  line-height: 2;
  min-width: 6em;
  min-height: 2.5em;
  width: 100%;
  padding: 0.5em 2.5em 0.5em 0.5em;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%, calc(100% - 2em) 50%;
  background-size: 5px 5px, 5px 5px, 1px 70%;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 992px) {
  .makeshop-option-select-wrap select {
    min-width: 8em;
    height: 3em;
    padding: 0.5em 3em 0.5em 0.5em;
  }
}
@media print {
  .makeshop-option-select-wrap select {
    min-width: 8em;
    height: 3em;
    padding: 0.5em 3em 0.5em 0.5em;
  }
}
.makeshop-option-select-wrap:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.makeshop-option-select-wrap::-ms-expand {
  display: none;
}
.review-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 4rem;
  background-color: #f3f1ee;
  padding: 1rem;
}
@media print, screen and (min-width: 992px) {
  .review-box {
    flex-direction: row;
    gap: 3rem;
    padding: 1.5rem;
  }
}
@media print {
  .review-box {
    flex-direction: row;
    gap: 3rem;
    padding: 1.5rem;
  }
}
.review-box__image {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .review-box__image {
    width: 15rem;
  }
}
@media print {
  .review-box__image {
    width: 15rem;
  }
}
.review-box__image img {
  width: 100%;
  height: auto;
}
.review-box__body {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .review-box__body {
    flex: 1;
    gap: 1.5rem;
  }
}
@media print {
  .review-box__body {
    flex: 1;
    gap: 1.5rem;
  }
}
.review-box__name {
  line-height: 1.75;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .review-box__name {
    font-size: 1.5rem;
  }
}
@media print {
  .review-box__name {
    font-size: 1.5rem;
  }
}
.review-box__name strong {
  font-size: 115%;
}
.review-box__star {
  display: flex;
  align-items: center;
  gap: 1em;
}
.cart-item {
  display: flex;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .cart-item {
    gap: 2.5rem;
  }
}
@media print {
  .cart-item {
    gap: 2.5rem;
  }
}
.cart-item__image {
  width: 6rem;
}
@media print, screen and (min-width: 992px) {
  .cart-item__image {
    width: 12.5rem;
  }
}
@media print {
  .cart-item__image {
    width: 12.5rem;
  }
}
.cart-item__image img {
  max-width: 100%;
  height: auto;
}
.cart-item__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .cart-item__body {
    gap: 1rem;
  }
}
@media print {
  .cart-item__body {
    gap: 1rem;
  }
}
.cart-item__title {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .cart-item__title {
    font-size: 1.125rem;
  }
}
@media print {
  .cart-item__title {
    font-size: 1.125rem;
  }
}
.cart-item__title a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}
.cart-item__detail {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.125rem;
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 992px) {
  .cart-item__detail {
    font-size: 0.875rem;
  }
}
@media print {
  .cart-item__detail {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 992px) {
  .cart-item__detail {
    gap: 0.25rem;
  }
}
@media print {
  .cart-item__detail {
    gap: 0.25rem;
  }
}
.cart-item__price {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  gap: 0.25rem;
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 992px) {
  .cart-item__price {
    font-size: 0.875rem;
  }
}
@media print {
  .cart-item__price {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 992px) {
  .cart-item__price {
    gap: 0.5rem;
  }
}
@media print {
  .cart-item__price {
    gap: 0.5rem;
  }
}
.cart-item__tool {
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 0.8125rem;
  gap: 0.25rem;
}
@media print, screen and (min-width: 992px) {
  .cart-item__tool {
    font-size: 0.875rem;
  }
}
@media print {
  .cart-item__tool {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 992px) {
  .cart-item__tool {
    gap: 0.5rem;
  }
}
@media print {
  .cart-item__tool {
    gap: 0.5rem;
  }
}
.cart-item__update {
  display: flex;
  width: 4em;
  background-color: #999;
  color: #fff;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.75rem;
  border-radius: 2px;
  line-height: 1.75;
}
@media print, screen and (min-width: 992px) {
  .cart-item__update {
    font-size: 0.8125rem;
  }
}
@media print {
  .cart-item__update {
    font-size: 0.8125rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cart-item__update:hover {
    background-color: #666;
  }
}
.cart-item__input {
  width: 5rem;
}
@media print, screen and (min-width: 992px) {
  .cart-item__input {
    width: 7.5rem;
  }
}
@media print {
  .cart-item__input {
    width: 7.5rem;
  }
}
.cart-item__delete {
  position: absolute;
  top: 0.25em;
  right: 0.5em;
  display: flex;
  flex: 1;
  line-height: 2;
  justify-content: flex-end;
}
.cart-item__delete a {
  opacity: 0.5;
  font-size: 0.625rem;
}
@media print, screen and (min-width: 992px) {
  .cart-item__delete a {
    font-size: 0.8125rem;
  }
}
@media print {
  .cart-item__delete a {
    font-size: 0.8125rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cart-item__delete a:hover {
    opacity: 1;
  }
}
.cart-item__subtotal {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-weight: 600;
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 992px) {
  .cart-item__subtotal {
    font-size: 1.125rem;
  }
}
@media print {
  .cart-item__subtotal {
    font-size: 1.125rem;
  }
}
.cart-item__subtotal small {
  font-weight: 400;
}
.cart-total {
  display: flex;
  width: 100%;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .cart-total {
    gap: 1rem;
  }
}
@media print {
  .cart-total {
    gap: 1rem;
  }
}
.cart-total__row {
  display: flex;
  width: 100%;
  border-top: 1px solid;
  padding-top: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .cart-total__row {
    padding-top: 1rem;
  }
}
@media print {
  .cart-total__row {
    padding-top: 1rem;
  }
}
.cart-total__title {
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 600;
  width: 7em;
  display: flex;
  align-items: baseline;
  gap: 0.25em;
}
@media print, screen and (min-width: 992px) {
  .cart-total__title {
    font-size: 1rem;
  }
}
@media print {
  .cart-total__title {
    font-size: 1rem;
  }
}
.cart-total__title small {
  font-weight: 400;
  opacity: 0.75;
}
.cart-total__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.25rem;
}
@media print, screen and (min-width: 992px) {
  .cart-total__content {
    gap: 0.5rem;
  }
}
@media print {
  .cart-total__content {
    gap: 0.5rem;
  }
}
.cart-total__price {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  width: 100%;
  justify-content: flex-end;
  text-align: right;
  white-space: nowrap;
}
@media print, screen and (min-width: 992px) {
  .cart-total__price {
    font-size: 1.375rem;
  }
}
@media print {
  .cart-total__price {
    font-size: 1.375rem;
  }
}
.cart-total__price small {
  font-weight: 400;
}
.cart-total__detail {
  font-size: 0.8125rem;
  line-height: 1.75;
  text-align: right;
}
@media print, screen and (min-width: 992px) {
  .cart-total__detail {
    font-size: 0.875rem;
  }
}
@media print {
  .cart-total__detail {
    font-size: 0.875rem;
  }
}
.cart-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .cart-btns {
    gap: 1.5rem;
  }
}
@media print {
  .cart-btns {
    gap: 1.5rem;
  }
}
.cart-btns > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 14rem;
  max-width: 100%;
  height: 3rem;
  border-radius: 4px;
  padding: 0.25em 1em;
  background-color: #1d202c;
  color: #fff;
  line-height: 1.25;
  gap: 0.5em;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  font-size: 0.875rem;
  font-weight: 600;
}
@media print, screen and (min-width: 992px) {
  .cart-btns > a {
    height: 3.5rem;
    font-size: 1rem;
  }
}
@media print {
  .cart-btns > a {
    height: 3.5rem;
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cart-btns > a {
    transition: all 0.25s linear;
  }
  .cart-btns > a:hover {
    color: #fff;
    background-color: #1d202c;
    filter: brightness(1.5);
  }
}