@charset "UTF-8";
/*! destyle.css v4.0.0 | 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-style: solid;
  border-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 {
  -webkit-box-sizing: content-box;
          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;
  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] {
  -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;
}

*, *:after, :after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #222222;
  line-height: 1.7;
  letter-spacing: 0em;
}

a {
  color: #222222;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

ul {
  list-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .firstview.zkucho__title {
    margin-top: 25px;
  }
}
.firstview__image {
  text-align: center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.firstview__image img {
  width: 80%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 300px;
}
@media screen and (max-width: 600px) {
  .firstview__image img {
    width: 100%;
    max-width: 200px;
  }
}

.zkucho-nav {
  position: fixed;
  top: 0;
  z-index: 9999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
@media screen and (min-width: 601px) {
  .zkucho-nav {
    width: 574px;
    right: -528px;
  }
}
@media screen and (max-width: 600px) {
  .zkucho-nav {
    width: 100%;
    height: 100%;
    right: calc(-100vw + 38px);
  }
}
.zkucho-nav.on {
  right: 0;
  z-index: 10000;
  pointer-events: auto;
}
.zkucho-nav__open {
  border: 1px solid #797979;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: #222222;
  position: absolute;
  pointer-events: auto;
}
@media screen and (min-width: 601px) {
  .zkucho-nav__open {
    width: 47px;
    height: 175px;
    border-radius: 6.3px 0 0 6.3px;
    font-size: 20px;
    top: 127px;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .zkucho-nav__open {
    width: 30px;
    height: 111px;
    border-radius: 4px 0 0 4px;
    font-size: 13px;
    top: 139px;
    left: 8px;
  }
}
.zkucho-nav__inner {
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 601px) {
  .zkucho-nav__inner {
    width: 528px;
    padding: 60px 62px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 600px) {
  .zkucho-nav__inner {
    width: calc(100% - 38px);
    padding: 44px 20px 32px;
  }
}
.zkucho-nav__title {
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 601px) {
  .zkucho-nav__title {
    line-height: 1.2925925926;
    font-size: 27px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .zkucho-nav__title {
    line-height: 1.2615684364;
    font-size: 20px;
    margin-bottom: 13px;
  }
}
.zkucho-nav__list {
  height: 100%;
  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;
  margin-bottom: 40px;
  position: relative;
}
.zkucho-nav__list::after {
  position: absolute;
  content: "";
  background: #e3e3e3;
  height: 100%;
  width: 1px;
  left: 0;
  top: 0s;
}
@media screen and (min-width: 601px) {
  .zkucho-nav__list {
    gap: 15px;
  }
}
.zkucho-nav__item {
  vertical-align: middle;
}
@media screen and (min-width: 601px) {
  .zkucho-nav__item {
    padding-left: 25px;
  }
}
@media screen and (max-width: 600px) {
  .zkucho-nav__item {
    padding-left: 15px;
  }
}
.zkucho-nav__link {
  text-decoration: underline !important;
}
.zkucho-nav__name {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 601px) {
  .zkucho-nav__name {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .zkucho-nav__name {
    font-size: 12px;
  }
}
.zkucho-nav__close {
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  cursor: pointer;
  background-color: #222222;
  background-image: url(../images/solar-system/close-w.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 601px) {
  .zkucho-nav__close {
    width: 200px;
    height: 40px;
    font-size: 15px;
    background-position: top 50% right 15px;
    background-size: 10px;
  }
}
@media screen and (max-width: 600px) {
  .zkucho-nav__close {
    width: 150px;
    height: 32px;
    font-size: 12px;
    background-position: top 50% right 12px;
    background-size: 8px;
  }
}

.zkucho picture {
  display: block;
}
.zkucho {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 120px;
}
.zkucho__annoution {
  font-size: 12px;
}
.zkucho__annoution.annoution__tac {
  margin-top: 5px;
  text-align: center;
}
.zkucho-text-link {
  text-decoration: underline;
}
.zkucho-text-link:hover {
  text-decoration: none;
}
.zkucho__body {
  max-width: 1130px;
  width: 90%;
  margin: 0 auto;
}
.zkucho__body + .zkucho__body {
  margin-top: 100px;
}
@media screen and (max-width: 600px) {
  .zkucho__body + .zkucho__body {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .zkucho__body {
    width: 100%;
  }
}
.zkucho__body.-small {
  width: 81%;
}
@media screen and (max-width: 600px) {
  .zkucho__body.-small {
    max-width: 91%;
    width: 100%;
  }
}
.zkucho__text_min {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .zkucho__text_min {
    font-size: 12px;
    padding: 0;
  }
}
.zkucho__text_min p + p {
  margin-top: 1.6rem;
}
@media screen and (max-width: 600px) {
  .zkucho__text_min p + p {
    margin-top: 0.8rem;
  }
}
.zkucho__text_min02 {
  font-size: 14px;
  line-height: 2.25;
}
@media screen and (max-width: 600px) {
  .zkucho__text_min02 {
    line-height: 2;
  }
}
.zkucho__text_min02 p + p {
  margin-top: 1.6rem;
}
@media screen and (max-width: 600px) {
  .zkucho__text_min02 p + p {
    margin-top: 0.8rem;
  }
}
.zkucho__common__title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 60px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .zkucho__common__title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 25px;
  }
}
.zkucho__common__title.mb0 {
  margin-bottom: 0 !important;
}
.zkucho__common__title__bg {
  position: relative;
  padding: 120px 0 70px;
}
@media screen and (max-width: 600px) {
  .zkucho__common__title__bg {
    padding: 60px 0 40px;
  }
}
.zkucho__common__title__bg::after {
  position: absolute;
  display: block;
  width: 100vw;
  height: 35%;
  content: "";
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#f7f5f5));
  background-image: linear-gradient(0deg, #ffffff, #f7f5f5);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.zkucho__common__title__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.zkucho__common__title__small {
  font-size: 30px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .zkucho__common__title__small {
    font-size: 15px;
  }
}
.zkucho__common__title__middle {
  font-size: 43px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .zkucho__common__title__middle {
    font-size: 22px;
  }
}
.zkucho__common__title__num {
  font-size: 50px;
  display: inline-block;
  margin: 0 4px;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .zkucho__common__title__num {
    font-size: 26px;
  }
}
.zkucho__common__subttl {
  font-size: 30px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
  color: #000000;
  font-weight: 600;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .zkucho__common__subttl {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.zkucho__common__subttl.-left {
  text-align: left;
}
@media screen and (max-width: 600px) {
  .zkucho__common__subttl--spleft {
    text-align: left;
  }
}
.zkucho__common__text_tac {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .zkucho__common__text_tac {
    font-size: 14px;
    line-height: 1.6;
  }
}
.zkucho__common__text_tac p + p {
  margin-top: 1.6rem;
}
.zkucho__mv img {
  width: 100%;
}
.zkucho__mv__title {
  font-size: 35px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .zkucho__mv__title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.zkucho__mv__subtitle {
  font-size: 24px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .zkucho__mv__subtitle {
    font-size: 15px;
  }
}
.zkucho__mv__layout {
  margin: 0 0 60px;
}
@media screen and (max-width: 600px) {
  .zkucho__mv__layout {
    margin: 30px 0 40px;
    display: block;
  }
}
.zkucho__mv__text {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .zkucho__mv__text {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.9;
  }
}
.zkucho__merit {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .zkucho__merit {
    margin-bottom: 60px;
  }
}
.zkucho__merit__container {
  max-width: 1265px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .zkucho__merit__container {
    width: 100%;
  }
}
.zkucho__merit__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr 45px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
@media screen and (max-width: 600px) {
  .zkucho__merit__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.zkucho__merit__list__title {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
  color: #000000;
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .zkucho__merit__list__title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.zkucho__merit__list__title .text-small {
  font-size: 16px;
}
.zkucho__merit__list__desc {
  width: 95%;
  margin: 20px auto 0;
}
@media screen and (max-width: 600px) {
  .zkucho__merit__list__desc {
    width: 100%;
    margin: 15px 0 0;
  }
}
.zkucho__wide__img {
  text-align: center;
}
.zkucho__wide__img img {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .zkucho__wide__img img {
    width: 100%;
  }
}
.zkucho__equipment {
  margin-bottom: 80px;
}
.zkucho__equipment__layout__wrap + .zkucho__equipment__layout__wrap {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .zkucho__equipment__layout__wrap + .zkucho__equipment__layout__wrap {
    margin-top: 40px;
  }
}
.zkucho__equipment__layout__wrap:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .zkucho__equipment__layout__wrap:last-child {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .zkucho__equipment {
    margin-bottom: 40px;
  }
}
.zkucho__equipment__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 600px) {
  .zkucho__equipment__layout {
    display: block;
  }
}
.zkucho__equipment__layout + .zkucho__equipment__layout {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .zkucho__equipment__layout + .zkucho__equipment__layout {
    margin-top: 40px;
  }
}
.zkucho__equipment__layout.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zkucho__equipment__layout.reverse .zkucho__equipment__layout__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.zkucho__equipment__layout__img {
  width: 40%;
}
@media screen and (max-width: 600px) {
  .zkucho__equipment__layout__img {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.zkucho__equipment__layout__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.zkucho__equipment__layout__desc p + p {
  margin-top: 1.6rem;
}
@media screen and (max-width: 600px) {
  .zkucho__equipment__layout__desc p + p {
    margin-top: 1rem;
  }
}
.zkucho__equipment__layout__title {
  font-size: 25px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
  font-weight: 600;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .zkucho__equipment__layout__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.zkucho__equipment__table {
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 600px) {
  .zkucho__equipment__table {
    text-align: left;
    border-bottom: 1px solid #D9D9D9;
  }
  .zkucho__equipment__table td {
    border: none;
  }
}
.zkucho__equipment__table th, .zkucho__equipment__table td {
  padding: 15px 5px;
  border: 1px solid #D9D9D9;
  border-width: 1px 0;
  vertical-align: middle;
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  .zkucho__equipment__table th, .zkucho__equipment__table td {
    padding: 15px 10px;
    display: block;
  }
}
.zkucho__equipment__table th {
  background: #F8F8F8;
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .zkucho__equipment__table th {
    text-align: left;
    width: 100%;
  }
}
.zkucho__floor__layout__desc {
  margin-bottom: 20px;
}
.zkucho__notice {
  margin-top: 15px;
  text-align: left;
  font-size: 12px;
  line-height: 1.6;
}
.zkucho__rubber {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 600px) {
  .zkucho__rubber {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.zkucho__rubber__item__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .zkucho__rubber__item__title {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
.zkucho__rubber__item__img {
  height: 320px;
  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-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .zkucho__rubber__item__img {
    height: auto;
  }
}
.zkucho__rubber__item__img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.zkucho__label {
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "Hiragino Mincho ProN", Meiryo, serif;
  padding: 1px 40px;
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto 20px;
}
.zkucho__label.-summer {
  background: #EA953D;
}
.zkucho__label.-winter {
  background: #0064A3;
}
@media screen and (max-width: 600px) {
  .zkucho__label {
    font-size: 15px;
    padding: 1px 12px;
    margin: 0 auto 10px;
  }
}
.zkucho__season__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.zkucho__season__layout + .zkucho__season__layout {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .zkucho__season__layout + .zkucho__season__layout {
    margin-top: 40px;
  }
}
.zkucho__season__layout.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.zkucho__season__layout.ai-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 600px) {
  .zkucho__season__layout {
    display: block;
  }
}
.zkucho__season__layout__img {
  width: 40%;
}
@media screen and (max-width: 600px) {
  .zkucho__season__layout__img {
    width: 100%;
    margin-bottom: 25px;
  }
}
.zkucho__season__layout__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 600px) {
  .products__lineup__list__img--zkucho {
    height: 248px;
  }
}
.products__lineup__list__img--zkucho img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.products__lineup__list__text--zkucho {
  line-height: 1.76;
}