@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* 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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* 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 {
  clear: both;
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 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 {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 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;
  /* 2 */
  -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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 1 */
}

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

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --colorBlack: #1e1e1e;
  --colorKey: #055b5b;
  --colorLink: #0092bf;
}

:root {
  --fontGothic: "Noto Sans JP", sans-serif;
  --fontMincho: "Noto Serif JP", serif;
  --fontEnglish: "Galdeano", sans-serif;
}

:root {
  --speed: .4s;
}

body {
  color: var(--colorBlack);
  font-size: 16px;
  font-family: var(--fontGothic);
  line-height: 1.8;
}

a {
  -webkit-transition: opacity var(--speed);
  transition: opacity var(--speed);
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .main {
    margin-top: 40px;
    padding-top: 60px;
  }
  .main.front_page {
    padding-top: 0;
  }
}

.section {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .section {
    margin-top: 60px;
  }
}

.section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
  font-size: 28px;
  font-family: var(--fontEnglish);
  line-height: 1.2;
}
@media (max-width: 768px) {
  .section_title {
    margin-bottom: 20px;
  }
}
.section_title::after {
  content: "";
  display: block;
  margin-top: 17px;
  width: 30px;
  height: 1px;
  background-color: #c8c8c8;
}

.button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .button_area {
    margin-right: auto;
    margin-left: auto;
    max-width: 90vw;
  }
}

.button {
  position: relative;
  display: inline-block;
  padding: 16px 10px;
  min-width: 400px;
  min-height: 46px;
  border: 1px solid #a7d0d0;
  border-radius: 4px;
  background-color: #fff;
  color: var(--colorLink);
  text-align: center;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .button:hover {
    opacity: 0.4;
  }
}
@media (max-width: 768px) {
  .button {
    min-width: auto;
    width: 100%;
    font-size: 14px;
  }
}
.button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

form p + p {
  margin-top: 16px;
}

label {
  font-size: 14px;
  cursor: pointer;
}

input[type=text], input[type=email], input[type=tel] {
  margin-top: 8px;
  padding: 13px 16px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder {
  color: #aaa;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder {
  color: #aaa;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder {
  color: #aaa;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder {
  color: #aaa;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder {
  color: #aaa;
}

.wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wpcf7-list-item {
  display: block;
  margin-top: 8px;
  margin-left: 0;
}
.wpcf7-list-item label {
  font-size: 16px;
  line-height: 1.5;
}

textarea {
  margin-top: 8px;
  padding: 13px 16px;
  min-height: 238px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
}
textarea::-webkit-input-placeholder {
  color: #aaa;
}
textarea::-moz-placeholder {
  color: #aaa;
}
textarea:-ms-input-placeholder {
  color: #aaa;
}
textarea::-ms-input-placeholder {
  color: #aaa;
}
textarea::placeholder {
  color: #aaa;
}

.contact_privacy {
  margin-top: 45px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .contact_privacy {
    margin-top: 0;
  }
}
.contact_privacy a {
  color: var(--colorKey);
  text-decoration: underline;
}

input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 0;
  max-width: 400px;
  width: 100%;
  border: none;
  border-radius: 4px;
  background-color: var(--colorKey);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  input[type=submit] {
    line-height: 1;
  }
}
@media (hover: hover) {
  input[type=submit]:hover {
    opacity: 0.8;
  }
}

@media (max-width: 768px) {
  body.is-open {
    overflow: hidden;
  }
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  margin-bottom: 50px;
  padding: 0 16px;
  width: 100%;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
@media (max-width: 768px) {
  .header {
    position: fixed;
  }
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 63px;
}
@media (max-width: 768px) {
  .header_inner {
    height: 41px;
  }
}

.header_logo {
  width: 141px;
}
@media (max-width: 768px) {
  .header_logo {
    position: relative;
    z-index: 10;
  }
}

@media (max-width: 768px) {
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    pointer-events: none;
  }
  .is-open .header_nav {
    opacity: 1;
    pointer-events: auto;
  }
}

.header_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .header_nav_list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
    margin-top: 140px;
    font-size: 18px;
  }
}
.header_nav_list .current {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .header_nav_list .current {
    text-decoration: none;
  }
}

@media (max-width: 768px) {
  .nav_button {
    z-index: 10;
  }
}

.is-open .nav_open {
  display: none;
}

.nav_close {
  display: none;
}
.is-open .nav_close {
  display: block;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 160px;
  height: 34px;
  background-color: var(--colorKey);
  color: #fff;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 120px;
  }
}

.mv {
  position: relative;
}

.mv_message {
  position: absolute;
  top: 166px;
  right: calc(50% + 100px);
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  width: 340px;
  height: 118px;
  background-color: rgba(202, 202, 202, 0.5);
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 28px;
  font-family: var(--fontMincho);
  line-height: 1.4;
}
@media (max-width: 768px) {
  .mv_message {
    top: 134px;
    right: auto;
    left: 0;
    width: 315px;
  }
}

.mv_slide {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .mv_slide {
    padding-bottom: 35px;
  }
}

.mv_item {
  max-width: 960px;
  width: 66.6%;
  height: 333px;
}
@media (max-width: 768px) {
  .mv_item {
    width: 100%;
  }
}
.mv_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv_dot {
  --swiper-pagination-bottom: 0;
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  --swiper-pagination-color: #1e1e1e;
}
@media (max-width: 768px) {
  .mv_dot {
    --swiper-pagination-bullet-width: 6px;
    --swiper-pagination-bullet-height: 6px;
    --swiper-pagination-bullet-horizontal-gap: 4px;
  }
}

.single_inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  width: 90%;
}

.single_title {
  margin-bottom: 20px;
  padding: 12px 20px;
  width: 100%;
  border-left: 5px solid;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}

.single_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 10px;
}

.single_time {
  font-size: 14px;
  font-family: var(--fontEnglish);
  line-height: 1.5;
}

.single_taxonomy {
  margin-left: 48px;
  font-size: 14px;
  line-height: 1.5;
}
.single_taxonomy span {
  font-weight: 700;
}

@media (max-width: 768px) {
  .single_image {
    aspect-ratio: 337/337;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.single_content {
  margin-top: 36px;
}
@media (max-width: 768px) {
  .single_content {
    margin-top: 65px;
  }
}
.single_content h2 {
  margin: 1em 0;
  font-weight: 700;
  font-size: 18px;
}
.single_content p a {
  color: var(--colorLink);
  text-decoration: underline;
}
.single_content p + p {
  margin-top: 1em;
}

.single_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  width: 980px;
}
@media (max-width: 768px) {
  .single_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
}

.single_navItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  padding-top: 46px;
  width: 40.81632653%;
  border-bottom: 1px solid #a7d0d0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .single_navItem {
    padding-top: 16px;
    padding-left: 40px;
    width: 100%;
  }
}
.single_navItem span {
  position: absolute;
  top: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .single_navItem span {
    position: static;
    display: block;
  }
}
.single_navItem::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
}

.single_prev {
  padding-left: 70px;
}
@media (max-width: 768px) {
  .single_prev {
    padding-left: 40px;
  }
}
.single_prev span {
  left: 70px;
}
.single_prev::after {
  left: 16px;
  -webkit-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
}
@media (max-width: 768px) {
  .single_prev::after {
    left: 4px;
  }
}

.single_next {
  margin-left: auto;
  padding-right: 70px;
}
@media (max-width: 768px) {
  .single_next {
    padding-right: 40px;
  }
}
.single_next span {
  left: 16px;
}
.single_next::after {
  right: 16px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
@media (max-width: 768px) {
  .single_next::after {
    right: 4px;
  }
}

.catalog_inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
  width: 90%;
}

.catalog_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .catalog_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.catalog_image {
  width: 53.77551%;
  height: 400px;
}
@media (max-width: 768px) {
  .catalog_image {
    width: 100%;
    height: auto;
  }
}
.catalog_image img {
  padding: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .catalog_image img {
    height: auto;
    aspect-ratio: 337/250;
  }
}

.catalog_purchase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 41.73469388%;
}
@media (max-width: 768px) {
  .catalog_purchase {
    margin-top: 20px;
    width: 100%;
  }
}

.catalog_title {
  font-weight: 700;
  font-size: 24px;
}
.catalog_title .single_taxonomy {
  margin-left: 0;
  font-weight: normal;
}
@media (max-width: 768px) {
  .catalog_title .single_taxonomy {
    margin-bottom: 0.5em;
  }
}
.catalog_title .single_taxonomy span {
  font-weight: 700;
}

.catalog_price {
  margin-top: 56px;
  font-weight: 700;
  font-size: 31px;
  font-family: "Lora", serif;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .catalog_price {
    margin-top: 20px;
  }
}
.catalog_price span {
  margin-left: 8px;
  font-weight: normal;
  font-size: 16px;
  font-family: var(--fontGothic);
}

.catalog_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  min-height: 48px;
  width: 100%;
  border-radius: 8px;
  background-color: var(--colorKey);
  color: #fff;
}
@media (max-width: 768px) {
  .catalog_button {
    border-radius: 4px;
  }
}

.catalog_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .catalog_section {
    margin-top: 60px;
  }
}

.catalog_product {
  width: 53.77551%;
}
@media (max-width: 768px) {
  .catalog_product {
    width: 100%;
  }
}

.catalog_data {
  width: 41.73469388%;
}
@media (max-width: 768px) {
  .catalog_data {
    margin-top: 20px;
    width: 100%;
  }
}
.catalog_data tr {
  border: 1px solid #ddd;
  border-right: 0;
  border-left: 0;
}
.catalog_data th {
  padding: 8px 16px;
  background-color: #f5f5f5;
  font-weight: normal;
}
.catalog_data td {
  padding: 8px 16px;
}

.news_archive {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  width: 90%;
}

.news_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 40px;
  padding: 16px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 768px) {
  .news_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding-right: 28px;
    padding-left: 0;
  }
}
.news_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 0.4em;
  height: 0.4em;
  border: 1px solid;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.news_date {
  font-family: var(--fontEnglish);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  margin-top: 60px;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  color: #055b5b;
}
.page-numbers.current {
  background-color: #055b5b;
  color: #fff;
}
.page-numbers.prev, .page-numbers.next {
  position: relative;
  overflow: hidden;
  text-indent: -200%;
}
.page-numbers.prev::after, .page-numbers.next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
}
.page-numbers.prev.disabled::after, .page-numbers.next.disabled::after {
  color: #949494;
}
.page-numbers.next::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.page-numbers.prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.catalog_inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
  width: 90%;
}

.catalog_archive {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px 16px;
}
@media (max-width: 768px) {
  .catalog_archive {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

.catalog_thumb {
  width: 100%;
  aspect-ratio: 233/102;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .catalog_thumb {
    aspect-ratio: 160/102;
  }
}

.catalog_name {
  margin-top: 8px;
  font-weight: 700;
}

.catalog_desc {
  display: -webkit-box;
  overflow: hidden;
  /* 内容がオーバーフローした場合に非表示にします */
  -webkit-box-orient: vertical;
  /* ブロック方向の内容の流れを設定します */
  margin-top: 8px;
  color: var(--colorGray);
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1.5;
  -webkit-line-clamp: 4;
  /* 表示する行数を4に制限します */
}
@media (max-width: 768px) {
  .catalog_desc {
    -webkit-line-clamp: 3;
    /* 表示する行数を4に制限します */
  }
}

.page-contact form {
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  max-width: 680px;
  width: 90%;
}

@media (min-width: 767px) {
  .pc_none {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */