﻿@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, textarea, select, button {
  letter-spacing: inherit;
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: inherit;
  outline: none;
}

input {
  outline: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[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;
}

body {
  min-width: 1200px;

  font-size: 14px;
  line-height: 2.14;
  color: #333333;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
main{
font-family: 'Noto Serif JP', serif;
}
@media (max-width: 767px) {
  body {
    min-width: 100%;
  }
}

main {
  display: block;
}

select::-ms-expand {
  display: none;
}

a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  text-decoration: none;
}

img,
span {
  display: inline-block;
  vertical-align: top;
}

button {
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

button:active > *,
button:focus > * {
  position: relative;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.slick-slider * {
  outline: none;
}

@media (max-width: 767px) {
  .forPc {
    display: none !important;
  }
}

.forSp {
  display: none !important;
}

@media (max-width: 767px) {
  .forSp {
    display: block !important;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  height: 57px;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .header {
    background-color: #fff;
  }
}

.is-pc .header a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.is-pc .header a:hover {
  opacity: 0.6;
}

.header__logo {
  width: 100%;
}

.header__btn {
  position: fixed;
  top: 17px;
  right: 16px;
  z-index: 500;
  width: 22px;
  height: 22px;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}

.is-pc .header__btn {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.is-pc .header__btn:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .header__btn {
    top: 17px;
  }
}

.header__btn::before, .header__btn::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 1px;
  background: #333333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header__btn::before {
  top: 2.4px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

@media (max-width: 767px) {
  .header__btn::before {
    top: 2px;
  }
}

.header__btn::after {
  top: auto;
  bottom: 2px;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.header__btn span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 1px;
  background: #333333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header.is-active .header__btn span {
  opacity: 0;
}

.header.is-active .header__btn::before {
  top: 3px;
  left: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header.is-active .header__btn::after {
  bottom: 3px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 400;
  height: 100%;
  padding: 0 80px 0 70px;
  background: #FFFFFF;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

@media (max-width: 767px) {
  .nav {
    width: 100%;
    padding: 0 10px;
    text-align: center;
    overflow: auto;
  }
}

.nav ul {
  height: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: left;
}

@media (max-width: 767px) {
  .nav ul {
    min-height: 460px;
  }
}

.nav a {
  margin: 16px 0;
}

.is-pc .nav a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.is-pc .nav a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .nav a {
    margin: 0;
  }
}

.nav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.nav__ph {
  width: 119px;
  height: 119px;
  margin-right: 15px;
  border-radius: 20px;
}

.nav__row {
  display: block;
  line-height: 1;
}

.nav__limited {
  margin-bottom: 6px;
  padding: 2px 7px;
  font-size: 12px;
  line-height: 1;
  color: #FFFFFF;
  background: #333333;
  border-radius: 15px;
}

.nav__subname {
  display: block;
  font-size: 10px;
  line-height: 1;
}

.nav__name {
  display: block;
  font-size: 16px;
  line-height: 1.75;
}

.nav__plus {
  width: 12px;
  margin-left: 5px;
  vertical-align: baseline;
}

.nav__point {
  margin-top: 10px;
  padding: 6px 0 7px;
  font-size: 12px;
  line-height: 1;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

.header.is-active nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.footer {
  position: relative;
  z-index: 2;
  padding: 15px;
  text-align: center;
  background: #FFFFFF;
}

@media (max-width: 767px) {
  .footer {
    padding: 8px;
  }
}



.shoplink {
  padding: 40px 0 80px 0;
  background: #fff;
}

.shoplink__text {
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.shoplink__banner {
  text-align: center;
  margin: 0 auto;
}

.shoplink__banner img {
  width: 240px;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.shoplink__banner img:hover {
  opacity: .8;
}
@media screen and (min-width: 768px) {
    .global-footer__cow-left {
        width: 14.5rem;
        top: -134% !important;
        left: 2rem;
    }
}

@media screen and (min-width: 768px) {
    .global-footer__cow-right {
        width: 13.9rem;
        top: -95% !important;
        left: 12%;
    }
}