@charset "utf-8";

/* ==================================

  Hiraya Common SP Style

================================== */
.heading {
  font-size: calc(48 / 750 * 100vw);
  line-height: calc(72 / 48);
  margin: 0 0 calc(50 / 750 * 100%);
}
.heading span { font-size: calc(24 / 48 * 1em); }

/* Main Visual
---------------------------------- */
.main-visual figure { padding: 0; }

/* Page Link
---------------------------------- */
.page-link {
  padding: calc(40 / 750 * 100%) 0;
  margin: 0 5.333333% 0 0;
  overflow-x: scroll;
}
.page-link .inner {
  width: auto;
  padding: 0 0 0 5.333333%;
}
.page-link ul {
  justify-content: flex-start;
  padding: 0;
}
.page-link ul li {
  font-size: calc(24 / 750 * 100vw);
  text-align: left;
  white-space: nowrap;
}
.page-link ul li:not(:last-of-type) { margin: 0 calc(70 / 750 * 100%) 0 0; }
.page-link ul li:last-of-type { margin: 0; }
.page-link ul li a { padding: 0 0 10px; }

/* ----------------------------------

  Section

---------------------------------- */

/* Catalog Download
---------------------------------- */
.catalog { margin: 0 0 calc(100 / 750 * 100%); }

/* MDM */
.mdm {
  flex-direction: column-reverse;
  margin: 0 0 calc(90 / 750 * 100%);
}
.mdm-summary {
  width: 100%;
  height: auto;
  padding: calc(65 / 750 * 100%) 5.333333% calc(40 / 750 * 100%);
}
.mdm-summary h3 {
  font-size: calc(67 / 750 * 100vw);
  margin: 0 0 10px;
}
.mdm-summary p {
  font-size: calc(28 / 750 * 100vw);
  line-height: calc(53 / 28);
}
.mdm > img { width: 100%; }

/* 特別セット */
.catalog-set > img {
  width: 100%;
  height: auto;
}
.catalog-set a { position: static; }
.catalog-set a img {
  width: 100%;
  height: auto;
  padding: 0 5px 5px;
}

/* Banner
---------------------------------- */
.bnr {
  padding: calc(30 / 750 * 100%) 0;
  margin: 0 0 calc(60 / 750 * 100%);
}
.bnr-unit { justify-content: space-between; }
.bnr-unit a {
  width: 48%;
  margin: 0;
  display: block;
}
.bnr-unit a img {
  width: 100%;
  height: auto;
}
.bnr-unit p {
  font-size: calc(24 / 750 * 100vw);
  margin: calc(20 / 750 * 100%) 0 0;
}

/* Fixed Button
---------------------------------- */
.fixed-btn { display: none; }

/* Link Button
---------------------------------- */
.link-next:hover { background-color: #f0f0f0; }
.link-next::before { content: none; }

.link-next.sp {
  width: calc(100% - (5.33333335% * 2));
  display: block !important;
  margin: calc(60 / 750 * 100%) auto 0;
  background-color: #ffffff;
  border: solid 1px #e0e0e0;
  font-size: calc(30 / 750 * 100vw);
  height: auto;
  line-height: initial;
  padding: 1em 0;
}
.link-next.sp span {
  position: relative;
  z-index: 2;
}


.link-next i {
  position: relative;
  top: 0px !important;
  display: inline-block;
  margin: 0 10px 0 0;
}

.detail-btn {
width: calc(100% - (5.33333335% * 2)) !important;
}
