::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
  }
  ::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
  }
  * {
    box-sizing: border-box;
  }
  html.is-loading,
  html.is-drawer-open {
    overflow: hidden;
  }
  body {
    width: 100%;
    font-family: Hiragino Sans, Hiragino Kaku Gothic ProN, Helvetica Neue, Arial,
      Meiryo, sans-serif;
    line-height: 1.6;
  }
  @media screen and (max-width: 104.25em) {
    body {
      font-weight: 400;
    }
  }
  @media screen and (min-width: 104.3125em) {
    body {
      overflow-x: hidden;
      font-weight: 300;
    }
  }
  body.preload * {
    transition: none !important;
  }
  @media screen and (max-width: 104.25em) {
    h1,
    h2,
    h3 {
      font-weight: 600;
    }
  }
  @media screen and (min-width: 104.3125em) {
    h1,
    h2,
    h3 {
      font-weight: 500;
    }
  }
  a {
    cursor: pointer;
    text-decoration: none;
    color: #2a2220;
  }
  img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  li {
    list-style: none;
  }
  em {
    font-style: normal;
  }
  input,
  button,
  select,
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
  }
  label,
  button,
  select {
    cursor: pointer;
  }
  button {
    display: inline-block;
    position: relative;
    text-decoration: none;
    text-align: left;
  }
  @media screen and (max-width: 104.25em) {
    section[id],
    div[id] {
      scroll-margin-top: 3.75rem;
    }
  }
  @media screen and (min-width: 104.3125em) {
    section[id],
    div[id] {
      scroll-margin-top: 6.25rem;
    }
  }
  html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
  }
  *,
  :before,
  :after {
    background-repeat: no-repeat;
    box-sizing: inherit;
  }
  :before,
  :after {
    text-decoration: inherit;
    vertical-align: inherit;
  }
  * {
    padding: 0;
    margin: 0;
  }
  hr {
    overflow: visible;
    height: 0;
    color: inherit;
  }
  details,
  main {
    display: block;
  }
  summary {
    display: list-item;
  }
  small {
    font-size: 80%;
  }
  [hidden] {
    display: none;
  }
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  a {
    background-color: transparent;
  }
  a:active,
  a:hover {
    outline-width: 0;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
  }
  pre {
    font-size: 1em;
  }
  b,
  strong {
    font-weight: bolder;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    border-color: inherit;
    text-indent: 0;
  }
  iframe {
    border-style: none;
  }
  input {
    border-radius: 0;
  }
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  textarea {
    overflow: auto;
    resize: vertical;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    font: inherit;
  }
  optgroup {
    font-weight: 700;
  }
  button {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  button,
  [type="button"],
  [type="reset"],
  [type="submit"],
  [role="button"] {
    cursor: pointer;
  }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  button:-moz-focusring,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    outline: 1px dotted ButtonText;
  }
  button,
  html [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  button,
  input,
  select,
  textarea {
    background-color: transparent;
    border-style: none;
  }
  a:focus,
  button:focus,
  input:focus,
  select:focus,
  textarea:focus {
    outline-width: 0;
  }
  select {
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  select::-ms-expand {
    display: none;
  }
  select::-ms-value {
    color: currentColor;
  }
  legend {
    border: 0;
    color: inherit;
    display: table;
    white-space: normal;
    max-width: 100%;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit;
  }
  [disabled] {
    cursor: default;
  }
  img {
    border-style: none;
  }
  progress {
    vertical-align: baseline;
  }
  
  /* Slider */
  .slick-slider
  {
      position: relative;
  
      display: block;
      box-sizing: border-box;
  
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
  
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
  
      display: block;
      overflow: hidden;
  
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
  
      display: block;
      margin-left: auto;
      margin-right: auto;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
  
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
  
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
  
      height: auto;
  
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }
  
  .mainvisual__slider {
    visibility: hidden;
    position: relative;
    width: 100%;
  }
  @media screen and (min-width: 48em) {
    .mainvisual__slider:before,
    .mainvisual__slider:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      z-index: 1;
      width: 21.625rem;
      height: 21.625rem;
      border-radius: 0.75rem;
      background-color: #8ec22f;
    }
  }
  @media screen and (min-width: 48em) {
    .mainvisual__slider:before {
      left: calc(50% - 58.0625rem);
    }
  }
  @media screen and (min-width: 48em) {
    .mainvisual__slider:after {
      left: calc(50% + 36.4375rem);
    }
  }
  .mainvisual__slider.slick-initialized {
    visibility: visible;
  }
  .mainvisual__slider .slick-list {
    overflow: visible;
  }
  .mainvisual__slider .slick-arrow {
    position: absolute;
    z-index: 10;
    border-radius: 50%;
    margin: auto;
    background-color: #2a222080;
    font-size: 0;
  }
  @media screen and (max-width: 47.9375em) {
    .mainvisual__slider .slick-arrow {
      width: 2.5rem;
      height: 2.5rem;
    }
  }
  @media screen and (min-width: 48em) {
    .mainvisual__slider .slick-arrow {
      width: 3rem;
      height: 3rem;
      transition: background-color 0.3s ease-out;
    }
    .mainvisual__slider .slick-arrow:hover {
      background-color: #2a2220;
    }
  }
  .mainvisual__slider .slick-arrow:before {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    width: 0.625rem;
    height: 0.625rem;
    border-right: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
  }
  @media screen and (max-width: 47.9375em) {
    .mainvisual__slider .slick-prev {
      inset: 0 auto 0 0;
    }
  }
  @media screen and (min-width: 48em) {
    .mainvisual__slider .slick-prev {
      inset: -3rem auto 0 3rem;
    }
  }
  @media screen and (min-width: 90em) {
    .mainvisual__slider .slick-prev {
      inset: -3rem 50% 0 0;
      margin-right: 39rem;
    }
  }
  .mainvisual__slider .slick-prev:before {
    inset: 0 0 0 0.1875rem;
    transform: rotate(135deg);
  }
  @media screen and (max-width: 47.9375em) {
    .mainvisual__slider .slick-next {
      inset: 0 0 0 auto;
    }
  }
  @media screen and (min-width: 48em) {
    .mainvisual__slider .slick-next {
      inset: -3rem 3rem 0 auto;
    }
  }
  @media screen and (min-width: 90em) {
    .mainvisual__slider .slick-next {
      inset: -3rem 0 0 50%;
      margin-left: 39rem;
    }
  }
  .mainvisual__slider .slick-next:before {
    inset: 0 0.1875rem 0 0;
    transform: rotate(-45deg);
  }
  @media screen and (max-width: 47.9375em) {
    .mainvisual__slide {
      width: 18.9375rem;
      margin-left: 0.5rem;
      margin-right: 0.5rem;
    }
  }
  @media screen and (min-width: 48em) {
    .mainvisual__slide {
      width: 21.625rem;
      height: 21.625rem;
      margin-left: 1rem;
      margin-right: 1rem;
    }
  }
  .mainvisual__slide-link {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0;
    border-radius: 0.75rem;
  }
  @media screen and (min-width: 48em) {
    .mainvisual__slide-link:hover .mainvisual__slide-banner img {
      transform: scale(1.05);
    }
  }
  @media screen and (min-width: 48em) {
    .mainvisual__slide-banner img {
      transition: transform 0.3s ease-out;
    }
  }
  .mainvisual__slider .slick-dots,
  .c-promotion .slick-dots {
    display: flex;
    justify-content: center;
    position: static;
  }
  @media screen and (max-width: 47.9375em) {
    .mainvisual__slider .slick-dots,
    .c-promotion .slick-dots {
      -moz-column-gap: 0.625rem;
      column-gap: 0.625rem;
      margin-top: 1rem;
    }
  }
  @media screen and (min-width: 48em) {
    .mainvisual__slider .slick-dots,
    .c-promotion .slick-dots {
      -moz-column-gap: 0.3125rem;
      column-gap: 0.3125rem;
      margin-top: 1.5rem;
    }
  }
  .mainvisual__slider .slick-dots li,
  .c-promotion .slick-dots li {
    display: grid;
    place-items: center;
  }
  .mainvisual__slider .slick-dots button,
  .c-promotion .slick-dots button {
    border-radius: 50%;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0;
    line-height: 0;
  }
  @media screen and (min-width: 48em) {
    .mainvisual__slider .slick-dots button:hover:before,
    .c-promotion .slick-dots button:hover:before {
      background-color: #0a7c24;
    }
  }
  .mainvisual__slider .slick-dots button:before,
  .c-promotion .slick-dots button:before,
  .mainvisual__slider .slick-dots button:after,
  .c-promotion .slick-dots button:after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    border-radius: 50%;
    margin: auto;
  }
  .mainvisual__slider .slick-dots button:before,
  .c-promotion .slick-dots button:before {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #999;
  }
  @media screen and (min-width: 48em) {
    .mainvisual__slider .slick-dots button:before,
    .c-promotion .slick-dots button:before {
      transition: background-color 0.3s ease-out;
    }
  }
  .mainvisual__slider .slick-dots button:after,
  .c-promotion .slick-dots button:after {
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
  }
  @media screen and (min-width: 48em) {
    .mainvisual__slider .slick-dots button:after,
    .c-promotion .slick-dots button:after {
      transition: border-color 0.2s ease-out;
    }
  }
  .mainvisual__slider .slick-dots .slick-active button:before,
  .c-promotion .slick-dots .slick-active button:before {
    background-color: #0a7c24;
  }
  .mainvisual__slider .slick-dots .slick-active button:after,
  .c-promotion .slick-dots .slick-active button:after {
    border-color: #0a7c24;
  }
