<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
  overflow-y: auto;
}

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

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

.is-fixed {
  transition: .3s;
}

.is-fixed.hide {
  transform:translateY(-70px);
}

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

  Section

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

/* Plan Select
---------------------------------- */
.plan-select {width: calc(670 / 750* 100%);margin: 0 auto calc(180 / 750* 100vw);}
.plan-select p{
  font-size: calc(24 / 750* 100vw);
  line-height: 1.67;
  text-align: left;
}
.plan-select h3{
  width: 100%;
  font-size: 14px;
  padding: 25px 0;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.plan-select h3::before {
  width: 40%;
}
.plan-select h3 span{
  position:absolute;
  top: -15px;
  font-size: 12px;
}
.plan-select h3 strong{
  font-size: 20px;
}
.plan-select .step{
  position:relative;
  display: block;
}
.plan-select .step img{
  height: 26vw;
  width: auto;
}
.plan-select .step img.btn{
  height: 34.93vw;
}
.plan-select .step p{
  text-align: center;
  margin-bottom: 20px;
}
.plan-select .step ol{
  overflow: scroll;
}

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

/* MDM */
.mdm {
  flex-direction: column-reverse;
  margin: 0;
}
.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 &gt; img { width: 100%; }

/* 特別セット */
.catalog-set {
  padding: calc(65 / 750 * 100%) 5.333333% calc(40 / 750 * 100%)
}
.catalog-set h3 {
  font-size: 2rem;
}
.catalog-set &gt; img {
  width: 100%;
  height: auto;
}
.catalog-set ul, .catalog-set ul li {
  width: 100%;
}
.catalog-set ul {
  display: block;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.catalog-set ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .5rem;
}
.catalog-set ul li figure, .catalog-set ul li dl {
  width: 50%;
}
.catalog-set ul li dt {
  font-size: 1.4rem;
}
.catalog-set a { 
  position: static;
  width: 100%;
}
.catalog-set a img {
  width: 100%;
  height: auto;
  padding: 0;
}

/* 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: block;
  position: fixed;
  top: auto;
  bottom: 0;
  z-index: 1000;
  width: 100%;
}
.fixed-btn img {
  width: 100%;
}

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

#gb_footer {	
  margin-bottom: 22.6666vw !important;
}
</pre></body></html>