/*
 * common.css v1.0
 * Copyright (C)2022 Sagara-Kajyuen. All rights reserved.
 */
:root {
  --black:       #32220c;
  --purple:      #c2669c;
  --beige:       #be9c6d;
  --pink:        #edd1e1;
  --grape:       #7f89ca;
  --apple:       #ce0100;
  --rice:        #d6b03b;
  --text-color:  var(--black);
  --main-color:  var(--purple);
  --sub-color:   var(--beige); }

@keyframes squigglevision {
  0% {
    filter: url("#turbulence-1"); }
  25% {
    filter: url("#turbulence-2"); }
  50% {
    filter: url("#turbulence-3"); }
  75% {
    filter: url("#turbulence-4"); }
  100% {
    filter: url("#turbulence-5"); } }

@keyframes wobbling_x {
  0% {
    margin-right: 8px; }
  100% {
    margin-right: 0px; } }

@keyframes wobbling_y {
  0% {
    margin-bottom: 0px; }
  100% {
    margin-bottom: 8px; } }

@keyframes fade_anime {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 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: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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: 1em;
  /* 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html, body,
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
  color: var(--text-color);
  font-family: "Noto Sans JP", sans-serif; }

html, body {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0; }

@media screen and (min-width: 768px) {
  html, body {
    font-size: 15px; } }

@media screen and (min-width: 992px) {
  html, body {
    font-size: 16px; } }

.uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
  text-decoration: none; }

strong {
  background: linear-gradient(transparent 50%, var(--pink) 50%);
  font-size: 1.1em;
  margin: 0 3px; }

em {
  color: var(--text-color);
  font-weight: bold;
  font-style: normal; }

img {
  height: auto; }

.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .inner {
      padding: 0 20px; } }
  @media screen and (min-width: 1200px) {
    .inner {
      padding: 0 30px; } }

#header {
  background: url(../img/bg_header.svg) repeat-x left bottom;
  position: relative;
  padding-top: 5px;
  padding-bottom: 20px;
  z-index: 9; }
  @media screen and (min-width: 576px) {
    #header {
      padding-bottom: 30px; } }
  #header .navbar {
    text-align: center; }
    @media screen and (min-width: 576px) {
      #header .navbar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between; } }
    @media screen and (min-width: 768px) {
      #header .navbar {
        flex-wrap: nowrap; } }
  #header .logo {
    margin: 0 0 0.5rem;
    padding: 0; }
    #header .logo img {
      width: 180px; }
      @media screen and (min-width: 768px) {
        #header .logo img {
          width: 200px; } }
      @media screen and (min-width: 992px) {
        #header .logo img {
          width: 240px; } }
  #header .wrap-copy {
    display: flex;
    justify-content: space-between; }
  #header .copy {
    color: var(--main-color);
    font-size: .7rem;
    font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
    letter-spacing: -0.05em;
    text-align: left;
    margin: 0 0 0.5rem -10px;
    padding: 0; }
    @media screen and (min-width: 576px) {
      #header .copy {
        text-align: left; } }
  #header .sns {
    display: flex;
    justify-content: space-between;
    margin: 0 -10px 0 5px;
    white-space: nowrap; }
    #header .sns a {
      display: block;
      margin: -5px 0 0 3px;
      padding: 7px 10px;
      font-size: .8em;
      background: var(--main-color);
      color: #fff; }
      @media screen and (min-width: 576px) {
        #header .sns a {
          margin: -5px 0 0 5px;
          padding: 5px 10px; } }
    #header .sns .wrap-facebook a {
      background: #4267B2; }
    #header .sns .wrap-instagram a {
      background: #C13584; }
    #header .sns .wrap-line a {
      background: #06c755; }
  #header .nav {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 576px) {
      #header .nav {
        margin: 0 60px 0 0; } }
    @media screen and (min-width: 992px) {
      #header .nav {
        margin: 0 70px 0 0; } }
    #header .nav li {
      display: block;
      line-height: 1;
      margin: 0 1px;
      position: relative; }
      #header .nav li:first-child {
        margin-left: 0; }
      #header .nav li:last-child {
        margin-right: 0; }
      @media screen and (min-width: 992px) {
        #header .nav li {
          margin: 0 10px; } }
      #header .nav li.current:before {
        background: url(../img/grape03.svg) no-repeat;
        content: '';
        display: inline-block;
        width: 50px;
        height: 27px;
        position: absolute;
        top: -8px;
        left: -19px; }
        @media screen and (min-width: 576px) {
          #header .nav li.current:before {
            top: 0; } }
        @media screen and (min-width: 768px) {
          #header .nav li.current:before {
            width: 60px;
            height: 33px;
            top: -4px;
            left: -21px; } }
    #header .nav a {
      color: var(--text-color);
      display: block;
      font-size: 0.85rem;
      line-height: 1;
      padding: 10px 3px 3px;
      text-align: center;
      transition: all 0.1s ease 0s; }
      @media screen and (min-width: 576px) {
        #header .nav a {
          padding: 20px 3px 3px;
          text-align: left; } }
      @media screen and (min-width: 768px) {
        #header .nav a {
          padding: 20px 5px 5px; } }
      #header .nav a:hover {
        color: var(--main-color); }
      #header .nav a small {
        color: var(--sub-color);
        display: block;
        font-family: 'Unna', serif;
        letter-spacing: 0.1em;
        margin: 5px 0; }
        @media screen and (min-width: 768px) {
          #header .nav a small {
            margin: 8px 0 5px 0; } }
  #header .wrap-onlineshop {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 55px;
    height: 55px; }
    @media screen and (min-width: 768px) {
      #header .wrap-onlineshop {
        width: 65px;
        height: 65px; } }
    @media screen and (min-width: 992px) {
      #header .wrap-onlineshop {
        width: 70px;
        height: 70px; } }
    #header .wrap-onlineshop a:hover img {
      filter: saturate(150%);
      transition: all 0.5s ease 0s; }

#footer {
  background: url(../img/bg_beige.jpg);
  padding-bottom: 1px;
  text-align: center;
  position: relative;
  z-index: 3; }
  #footer:before {
    background: url(../img/bg_beige.jpg);
    content: '';
    display: block;
    height: 50px;
    width: 100%;
    -webkit-clip-path: url(#clip-nami01);
    clip-path: url(#clip-nami01);
    top: -30px;
    z-index: 2;
    position: absolute; }
  #footer .inner {
    display: inline-block; }
  #footer .wrap-address {
    text-align: left; }
  #footer .copyright {
    color: var(--sub-color);
    font-size: 10px;
    font-family: serif; }
  #footer .wrap-logo img {
    width: 140px;
    margin-top: -20px;
    mix-blend-mode: darken;
    position: relative;
    z-index: 3; }
    @media screen and (min-width: 768px) {
      #footer .wrap-logo img {
        width: 200px;
        margin-top: -30px; } }
  #footer address {
    font-style: normal; }
    #footer address a {
      color: var(--text-color); }
    #footer address .sitename {
      display: block;
      font-size: 1.1rem;
      font-weight: bold;
      margin-bottom: .7em; }
    #footer address .zipcode {
      display: block;
      font-size: .8rem;
      margin-bottom: .3em; }
    #footer address .address {
      display: block;
      font-size: .8rem; }
    #footer address .phone {
      display: block;
      font-size: .8rem; }
      #footer address .phone .font-unna {
        font-size: 1.8rem;
        line-height: 1.5; }
    #footer address .toform a {
      border-bottom: solid 1px;
      color: var(--main-color);
      display: inline-block;
      font-size: .8rem;
      margin-right: 5px; }
    #footer address .icons {
      margin-top: 1rem; }
      @media screen and (min-width: 992px) {
        #footer address .icons {
          display: inline; } }
    #footer address .uk-icon.round {
      margin-bottom: 5px;
      margin-right: 5px; }
    #footer address .uk-icon-button {
      background: #fff;
      border: solid 1px var(--text-color);
      color: var(--text-color);
      margin-left: 0;
      transition: all 0.5s ease 0s; }
      #footer address .uk-icon-button:hover {
        background: var(--text-color);
        color: #fff; }
  #footer .nav {
    display: none; }

@media screen and (min-width: 768px) {
  #footer {
    text-align: left; }
  #footer .inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    padding-top: 30px;
    padding-bottom: 50px; }
    #footer .inner .wrap-copyright {
      text-align: right; }
    #footer .inner .copyright {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      margin-right: 1rem; }
    #footer .inner .wrap-nav {
      position: relative;
      padding-right: 150px; }
      #footer .inner .wrap-nav:before {
        background: url(../img/grape01.svg) right top no-repeat;
        content: '';
        display: inline-block;
        width: 150px;
        height: 193px;
        position: absolute;
        top: -100px;
        right: 5px;
        z-index: 5; } }
    @media screen and (min-width: 768px) and (min-width: 992px) {
      #footer .inner .wrap-nav {
        padding-right: 180px; }
        #footer .inner .wrap-nav:before {
          width: 170px;
          height: 240px; } }

@media screen and (min-width: 768px) {
    #footer .inner .nav {
      display: flex;
      flex-direction: row-reverse;
      list-style-type: none;
      overflow: hidden;
      margin: 0;
      padding: 0;
      position: relative;
      z-index: 1; }
      #footer .inner .nav li {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        margin: 0 3px; } }
      @media screen and (min-width: 768px) and (min-width: 992px) {
        #footer .inner .nav li {
          margin: 0 8px; } }

@media screen and (min-width: 768px) {
      #footer .inner .nav a {
        color: var(--text-color);
        display: inline-block;
        font-size: .8rem;
        padding: 0 5px; }
        #footer .inner .nav a:before {
          background: var(--main-color);
          content: '';
          display: inline-block;
          margin: 0 0 5px;
          width: 2px;
          height: 10px;
          transition: all 0.3s ease 0s; }
        #footer .inner .nav a:hover:before {
          height: 20px; }
        #footer .inner .nav a small {
          color: var(--sub-color);
          display: inline-block;
          font-family: 'Unna', serif;
          letter-spacing: 0.1em;
          margin: 5px 0; } }

.section-title {
  color: var(--main-color);
  font-family: "Unna", serif;
  font-size: 2rem;
  line-height: 2;
  margin: 0;
  padding: 1rem 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .section-title {
      padding: 2rem 0 1rem; } }
  .section-title:before {
    background: center top url(../img/grape04.svg) no-repeat;
    content: '';
    display: inline-block;
    width: 100%;
    height: 2rem; }

.page-title {
  background-size: cover;
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 200px;
  position: relative;
  top: -50px; }
  @media screen and (min-width: 768px) {
    .page-title {
      min-height: 300px; } }
  .page-title span {
    color: #fff;
    display: block;
    text-align: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    font-size: 1.6rem; }
    @media screen and (min-width: 768px) {
      .page-title span {
        font-size: 1.8rem; } }
  .page-title .font-unna {
    background-color: var(--main-color);
    font-size: 0.8rem;
    letter-spacing: 0.3em;
    margin-top: 0.5em;
    text-shadow: none;
    padding: 0.3em; }

.contents {
  margin-bottom: -90px;
  padding-bottom: 90px;
  position: relative;
  top: -90px;
  /* end .about-summary */
  /* end .about-copy */
  /* end .teamwork */
  /* end kodawari */ }
  .lineup .contents {
    background: center top url(../img/bg_main.svg) no-repeat;
    background-size: 1600px; }
  .contents:before {
    background: #fff no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    -webkit-clip-path: url(#clip-nami01);
    clip-path: url(#clip-nami01);
    position: absolute; }
  .about .contents {
    padding-bottom: 0; }
  .about .contents:before {
    background: url(../img/bg_pink.jpg); }
  .contents > .inner:first-child {
    padding-top: 50px; }
  .contents .inner p {
    line-height: 1.6;
    text-align: justify; }
    @media screen and (min-width: 768px) {
      .contents .inner p {
        line-height: 1.8; } }
  .contents .h-maru {
    align-items: center;
    background: var(--grape);
    color: #fff;
    content: '';
    display: flex;
    font-size: 1.2rem;
    justify-content: space-around;
    width: 7rem;
    height: 7rem;
    margin: -5rem 1rem 0;
    min-width: 90px;
    -webkit-clip-path: url(#clip-maru);
    clip-path: url(#clip-maru);
    transition: all 0.5s ease 0s; }
    @media screen and (min-width: 768px) {
      .contents .h-maru {
        font-size: 1.4rem;
        width: 11rem;
        height: 11rem;
        min-width: 11rem; } }
  .contents .kind {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 1rem 0 0; }
  .contents .season {
    color: var(--grape);
    font-size: 0.9rem;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .contents .season {
        font-size: 1rem; } }
  .contents #apple .h-maru {
    background: var(--apple); }
  .contents #apple .season {
    color: var(--apple); }
  .contents #rice .h-maru {
    background: var(--rice); }
  .contents #rice .season {
    color: var(--rice); }
  .contents .lineup-copy img {
    margin: 20px auto;
    width: 25px;
    height: auto; }
    @media screen and (min-width: 768px) {
      .contents .lineup-copy img {
        width: 40px; } }

@keyframes wobbling_y2 {
  0% {
    top: -60px; }
  100% {
    top: -47px; } }
  .contents .about-summary {
    background: url(../img/bg_pink.jpg);
    position: relative;
    top: 30px;
    padding: 30px 0 100px; }
    .contents .about-summary:before {
      animation: wobbling_y2 2s ease-in-out infinite alternate;
      background: url(../about/img/photo01.jpg) no-repeat;
      background-size: cover;
      content: '';
      display: inline-block;
      -webkit-clip-path: url(#clip-maru);
      clip-path: url(#clip-maru);
      width: 120px;
      height: 120px;
      position: absolute;
      right: 5px;
      top: -60px; }
      @media screen and (min-width: 576px) {
        .contents .about-summary:before {
          width: 170px;
          height: 170px; } }
      @media screen and (min-width: 768px) {
        .contents .about-summary:before {
          width: 260px;
          height: 260px; } }
      @media screen and (min-width: 992px) {
        .contents .about-summary:before {
          width: 350px;
          height: 350px; } }
      @media screen and (min-width: 1200px) {
        .contents .about-summary:before {
          right: 20px;
          width: 410px;
          height: 410px; } }
    .contents .about-summary .inner {
      display: flex;
      justify-content: space-around; }
      .contents .about-summary .inner p {
        text-align: center;
        line-height: 2;
        font-size: 1em; }
        @media screen and (min-width: 768px) {
          .contents .about-summary .inner p {
            line-height: 2.4; } }
      .contents .about-summary .inner span {
        background: url(../img/bg_pink.jpg); }
    .contents .about-summary:after {
      content: '';
      background: url(../about/img/photo04.png) right bottom no-repeat;
      background-size: cover;
      display: inline-block;
      width: 130px;
      height: 130px;
      position: absolute;
      right: 0;
      bottom: 0; }
      @media screen and (min-width: 576px) {
        .contents .about-summary:after {
          width: 180px;
          height: 180px; } }
      @media screen and (min-width: 768px) {
        .contents .about-summary:after {
          width: 250px;
          height: 250px; } }
      @media screen and (min-width: 992px) {
        .contents .about-summary:after {
          width: 300px;
          height: 300px; } }

@keyframes wobbling_y3 {
  0% {
    bottom: -50px; }
  100% {
    bottom: -67px; } }
  .contents .about-copy {
    position: relative; }
    .contents .about-copy img {
      max-width: 270px;
      width: 50%;
      z-index: 2;
      position: relative;
      filter: drop-shadow(0 0 5px #fff3f3);
      margin-top: -10px;
      margin-bottom: 20px; }
    .contents .about-copy:before {
      animation: wobbling_y3 2s ease-in-out infinite alternate;
      animation-delay: 1s;
      background: url(../about/img/photo03.jpg) no-repeat;
      background-size: cover;
      content: '';
      display: inline-block;
      -webkit-clip-path: url(#clip-maru);
      clip-path: url(#clip-maru);
      width: 140px;
      height: 140px;
      position: absolute;
      left: 5px;
      bottom: -50px;
      z-index: 0; }
      @media screen and (min-width: 576px) {
        .contents .about-copy:before {
          width: 190px;
          height: 190px; } }
      @media screen and (min-width: 768px) {
        .contents .about-copy:before {
          width: 280px;
          height: 280px; } }
      @media screen and (min-width: 992px) {
        .contents .about-copy:before {
          width: 350px;
          height: 350px; } }
      @media screen and (min-width: 1200px) {
        .contents .about-copy:before {
          left: 20px;
          width: 380px;
          height: 380px; } }
  .contents .teamwork {
    margin-top: -50px;
    position: relative; }
    .contents .teamwork img {
      width: 100%;
      -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
      clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%); }
    .contents .teamwork:before {
      position: absolute;
      top: 0;
      content: '';
      display: block;
      background: url(../about/img/teamwork.svg) no-repeat;
      background-size: cover;
      width: 100%;
      height: 100%;
      z-index: 2;
      -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
      clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%); }
  .contents .kodawari {
    position: relative;
    padding-top: 1rem; }
    .contents .kodawari:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      transform: skewY(3deg);
      transform-origin: top right;
      z-index: 0;
      width: 100%;
      height: 100%;
      background: #fff; }
    .contents .kodawari .inner {
      z-index: 1; }
    .contents .kodawari hr {
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .contents .kodawari hr {
          margin-bottom: 40px; } }
    @media screen and (min-width: 768px) {
      .contents .kodawari .kodawari-wrap {
        display: flex; } }
    .contents .kodawari .kodawari-wrap h2 {
      text-align: center; }
      .contents .kodawari .kodawari-wrap h2 img {
        width: 50px; }
      @media screen and (min-width: 768px) {
        .contents .kodawari .kodawari-wrap h2 {
          padding: 0 2rem 0 1rem; }
          .contents .kodawari .kodawari-wrap h2 img {
            width: 80px; } }
      @media screen and (min-width: 992px) {
        .contents .kodawari .kodawari-wrap h2 {
          padding: 0 3rem 0 2rem; } }
    .contents .kodawari .kodawari-wrap h3 {
      background: url(../img/line-dot-main.svg) bottom repeat-x;
      background-size: 8%;
      color: var(--main-color);
      font-size: 1.1em;
      font-weight: bold;
      letter-spacing: 0.2em;
      padding-bottom: 0.5em; }
    .contents .kodawari .kodawari-point {
      background: url(../img/mainimage/mainimage-03.jpg) no-repeat;
      background-size: 100% auto;
      padding: 8rem 2rem 0;
      margin-bottom: 3rem; }
      @media screen and (min-width: 768px) {
        .contents .kodawari .kodawari-point {
          padding: 4rem 4rem 4rem 18rem;
          background-size: cover; } }
      @media screen and (min-width: 992px) {
        .contents .kodawari .kodawari-point {
          padding: 4rem 4rem 4rem 22rem; } }
      .contents .kodawari .kodawari-point.kodawari-point02 {
        background-image: url(../about/img/kodawari02.jpg);
        background-position: top right; }
        @media screen and (min-width: 768px) {
          .contents .kodawari .kodawari-point.kodawari-point02 {
            padding: 4rem 18rem 4rem 4rem; } }
        @media screen and (min-width: 992px) {
          .contents .kodawari .kodawari-point.kodawari-point02 {
            padding: 4rem 22rem 4rem 4rem; } }
      .contents .kodawari .kodawari-point.kodawari-point03 {
        background-image: url(../about/img/kodawari03.jpg); }
      .contents .kodawari .kodawari-point > div {
        background: #fff;
        padding: 2rem; }
      .contents .kodawari .kodawari-point p {
        font-size: 1em;
        letter-spacing: -0.05em;
        line-height: 1.8;
        margin: 0; }
  .contents .yamagata {
    position: relative; }
    .contents .yamagata .flexbox {
      justify-content: space-between;
      flex-wrap: wrap; }
      @media screen and (min-width: 768px) {
        .contents .yamagata .flexbox {
          flex-wrap: nowrap; } }
    .contents .yamagata h2 {
      font-size: 1.1em;
      font-weight: bold;
      margin-bottom: 0.5em; }
      @media screen and (min-width: 768px) {
        .contents .yamagata h2 {
          margin: 20px 0 0 1em; } }
    .contents .yamagata .text-wrap {
      width: 100%;
      padding: 0 10px;
      letter-spacing: -0.05em;
      text-align: center;
      line-height: 2; }
      @media screen and (min-width: 768px) {
        .contents .yamagata .text-wrap {
          align-items: center;
          display: flex;
          font-size: 0.9em;
          line-height: 1.6;
          letter-spacing: 0;
          text-align: left;
          width: 25%;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          padding: 0;
          margin-right: 5%; } }
      @media screen and (min-width: 992px) {
        .contents .yamagata .text-wrap {
          font-size: .95em;
          line-height: 2; } }
    .contents .yamagata .photo-wrap {
      position: relative;
      margin-bottom: -30px;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .contents .yamagata .photo-wrap {
          margin-bottom: 60px;
          width: 75%; } }
      @media screen and (min-width: 992px) {
        .contents .yamagata .photo-wrap {
          margin-bottom: -20px; } }
      @media screen and (min-width: 1200px) {
        .contents .yamagata .photo-wrap {
          margin-bottom: -30px; } }
      .contents .yamagata .photo-wrap img {
        width: 100%; }
      .contents .yamagata .photo-wrap img.fade {
        animation-duration: 20s;
        animation-name: fade_anime;
        animation-iteration-count: infinite;
        opacity: 0; }
      .contents .yamagata .photo-wrap img.fade1 {
        animation-duration: 0s; }
      .contents .yamagata .photo-wrap img.fade2 {
        animation-duration: 5s; }
      .contents .yamagata .photo-wrap img.fade3 {
        animation-duration: 10s; }
      .contents .yamagata .photo-wrap img.fade4 {
        animation-duration: 15s; }
      .contents .yamagata .photo-wrap > div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 95%;
        margin: 0 auto; }
        @media screen and (min-width: 768px) {
          .contents .yamagata .photo-wrap > div {
            width: 100%;
            left: -10%; } }

#furusatonozei {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 9999; }
  #furusatonozei a {
    align-items: center;
    background: #fff url(../about/img/kodawari03.jpg) no-repeat left bottom;
    background-size: cover;
    border: solid 2px var(--main-color);
    border-radius: 0.5rem;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2), inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
    box-sizing: border-box;
    color: #fff;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: auto;
    padding: 0.5rem;
    position: absolute;
    left: auto;
    top: 5px;
    right: auto;
    min-height: 4rem;
    min-width: 200px; }
    @media screen and (min-width: 768px) {
      #furusatonozei a {
        min-width: 400px;
        padding: 2rem;
        top: 1rem; } }
    #furusatonozei a:hover {
      filter: saturate(150%); }
    #furusatonozei a > span {
      background: var(--main-color);
      display: inline-block;
      font-size: 0.8rem;
      line-height: 1.2;
      padding: 0.5rem;
      text-align: center; }
      #furusatonozei a > span span {
        font-weight: bold;
        font-size: 1rem; }
      @media screen and (min-width: 768px) {
        #furusatonozei a > span span {
          font-size: 1.2rem; } }

#mainimage {
  max-height: 700px;
  position: relative;
  z-index: 0; }
  #mainimage:before, #mainimage:after {
    animation: squigglevision 0.7s infinite alternate;
    background: url(../img/text_yamagata2.svg) left top no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 20px;
    z-index: 1;
    width: 20%;
    height: calc(100% - 40px); }
    @media screen and (min-width: 576px) {
      #mainimage:before, #mainimage:after {
        height: calc(100% - 100px); } }
  #mainimage:after {
    background: url(../img/text_takahata2.svg) right top no-repeat;
    left: auto;
    right: 20px; }
  #mainimage .fadeslider {
    top: -20px; }
    @media screen and (min-width: 576px) {
      #mainimage .fadeslider {
        top: -50px; } }
    #mainimage .fadeslider img {
      width: 100%;
      height: auto; }

#instagram {
  position: relative; }
  #instagram > div {
    animation: wobbling_y 2s ease-in-out infinite alternate;
    background: #fff;
    display: inline-block;
    width: 75px;
    height: 75px;
    position: absolute;
    right: 40px;
    bottom: 0;
    z-index: 9;
    -webkit-clip-path: url(#clip-maru);
    clip-path: url(#clip-maru); }
    @media screen and (min-width: 576px) {
      #instagram > div {
        width: 120px;
        height: 120px;
        right: 60px; } }
    @media screen and (min-width: 992px) {
      #instagram > div {
        width: 150px;
        height: 150px;
        right: 120px; } }
    @media screen and (min-width: 1200px) {
      #instagram > div {
        width: 180px;
        height: 180px;
        right: 150px; } }
    #instagram > div a {
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center; }
      #instagram > div a span {
        display: block;
        padding: 10px; }
        @media screen and (min-width: 576px) {
          #instagram > div a span {
            padding: 20px; } }
        @media screen and (min-width: 992px) {
          #instagram > div a span {
            padding: 30px; } }

#about {
  background: url(../img/bg_beige.jpg);
  position: relative; }
  #about:before {
    background: top center url(../img/bg_top-sec02.jpg) no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    height: calc(100% + 80px);
    width: 100%;
    -webkit-clip-path: url(#clip-nami02);
    clip-path: url(#clip-nami02);
    top: -40px;
    z-index: 2;
    position: absolute; }
    @media screen and (min-width: 576px) {
      #about:before {
        top: -80px; } }
  #about .wrap-about {
    position: relative;
    z-index: 3; }
  #about .wrap-about-title img {
    width: 100px;
    height: auto; }
    @media screen and (min-width: 576px) {
      #about .wrap-about-title img {
        width: 120px; } }
    @media screen and (min-width: 768px) {
      #about .wrap-about-title img {
        width: 160px; } }
    @media screen and (min-width: 992px) {
      #about .wrap-about-title img {
        width: 170px; } }
  #about .wrap-about-photo img {
    position: absolute;
    right: 20px;
    top: 160px; }
    @media screen and (min-width: 768px) {
      #about .wrap-about-photo img {
        top: 180px; } }
  #about .wrap-about-photo .inner:before {
    background: #fff;
    content: '';
    display: inline-block;
    -webkit-clip-path: url(#clip-maru);
    clip-path: url(#clip-maru);
    width: 50px;
    height: 50px;
    position: absolute;
    right: 5px;
    top: 210px; }
    @media screen and (min-width: 576px) {
      #about .wrap-about-photo .inner:before {
        width: 60px;
        height: 60px;
        top: 270px; } }
    @media screen and (min-width: 768px) {
      #about .wrap-about-photo .inner:before {
        width: 120px;
        height: 120px;
        top: 340px; } }
  #about .about-photo {
    -webkit-clip-path: url(#clip-maru);
    clip-path: url(#clip-maru);
    width: 100px;
    height: auto; }
    @media screen and (min-width: 576px) {
      #about .about-photo {
        width: 180px; } }
    @media screen and (min-width: 768px) {
      #about .about-photo {
        width: 250px; } }
  #about .wrap-about-text {
    background: top center url(../img/bg_top-sec02-2.svg);
    background-size: 100%;
    text-align: center; }
    @media screen and (min-width: 768px) {
      #about .wrap-about-text {
        text-align: left; } }
    #about .wrap-about-text .inner {
      display: inline-block;
      margin: 0 auto;
      padding-bottom: 50px;
      text-align: left; }
      @media screen and (min-width: 768px) {
        #about .wrap-about-text .inner {
          display: flex;
          justify-content: flex-end;
          flex-direction: row-reverse;
          padding-bottom: 100px;
          padding-top: 2rem;
          width: 80%; } }
    #about .wrap-about-text p {
      line-height: 1.8;
      letter-spacing: -0.02em;
      text-align: justify; }
    #about .wrap-about-text .link-to-about {
      text-align: right; }
      @media screen and (min-width: 768px) {
        #about .wrap-about-text .link-to-about {
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          margin: 0 2rem;
          text-align: left; } }
      #about .wrap-about-text .link-to-about a {
        border-bottom: solid 1px;
        font-family: "Unna", serif;
        letter-spacing: 0.1em;
        color: var(--main-color);
        display: inline-block;
        padding: 0 3px; }
        @media screen and (min-width: 768px) {
          #about .wrap-about-text .link-to-about a {
            border-left: solid 1px;
            border-bottom: none; } }
        #about .wrap-about-text .link-to-about a .uk-icon.round {
          margin-bottom: 5px;
          margin-right: 5px; }
          @media screen and (min-width: 768px) {
            #about .wrap-about-text .link-to-about a .uk-icon.round {
              margin-right: 0;
              transform: rotate(90deg); } }

#information {
  background: url(../img/mainimage/mainimage-03.jpg);
  background-size: cover;
  position: relative;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  margin-top: -50px;
  padding: 30px 0 50px 0;
  z-index: 4; }
  @media screen and (min-width: 768px) {
    #information {
      padding: 30px 0 100px 0; } }
  #information .inner {
    z-index: 5; }
    @media screen and (min-width: 768px) {
      #information .inner {
        width: 80%; } }
  #information .section-title {
    color: #fff;
    text-align: center; }
  #information .section-title:before {
    content: none; }
  #information pre {
    background: #fff;
    border-radius: 20px;
    border: 20px solid #fff;
    color: var(--text-color);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 1.8;
    margin: 0 auto;
    max-height: 10rem;
    overflow: auto;
    padding: 0;
    white-space: pre-wrap; }
    @media screen and (min-width: 992px) {
      #information pre {
        max-width: 80%; } }
    #information pre::-webkit-scrollbar {
      width: 0.5rem; }
    #information pre::-webkit-scrollbar-thumb {
      background-color: #ebe8e3;
      border-radius: 8px; }
    #information pre::-webkit-scrollbar-track {
      background-color: #fff; }

#lineup {
  background: #fff;
  position: relative;
  z-index: 4; }
  #lineup:before {
    background: #fff no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    -webkit-clip-path: url(#clip-nami01);
    clip-path: url(#clip-nami01);
    top: -35px;
    position: absolute; }
  #lineup .wrap-maru {
    color: var(--main-color);
    line-height: 1.6;
    text-align: center; }
    @media screen and (min-width: 768px) {
      #lineup .wrap-maru {
        filter: drop-shadow(-1px -3px 3px rgba(0, 0, 0, 0.1));
        color: #fff;
        display: inline-block;
        line-height: 1.8;
        text-align: left;
        position: absolute;
        top: 2rem;
        width: 23rem;
        height: 23rem;
        left: -5rem;
        top: -5rem;
        z-index: 5; }
        #lineup .wrap-maru:before {
          background: var(--main-color);
          content: '';
          display: inline-block;
          -webkit-clip-path: url(#clip-maru);
          clip-path: url(#clip-maru);
          width: 23rem;
          height: 23rem;
          position: absolute;
          z-index: 4;
          transform: rotate(200deg); }
        #lineup .wrap-maru div {
          color: #fff;
          display: inline-block;
          font-size: 0.95rem;
          position: relative;
          z-index: 4;
          left: 6rem;
          top: 4rem; } }
    @media screen and (min-width: 992px) {
      #lineup .wrap-maru {
        width: 30rem;
        height: 30rem; }
        #lineup .wrap-maru:before {
          width: 30rem;
          height: 30rem; }
        #lineup .wrap-maru div {
          left: 10rem;
          top: 5rem; } }
  #lineup .lineup-goods {
    color: var(--text-color);
    max-width: 740px;
    margin: 0 auto;
    position: relative;
    z-index: 6; }
    @media screen and (min-width: 1200px) {
      #lineup .lineup-goods {
        max-width: 860px; } }
    #lineup .lineup-goods dl {
      margin: 0;
      padding: 0;
      position: relative; }
      #lineup .lineup-goods dl .image img {
        border-radius: 30px; }
    #lineup .lineup-goods dt {
      align-items: center;
      background: var(--grape);
      color: #fff;
      content: '';
      display: flex;
      font-size: 1.2rem;
      justify-content: space-around;
      width: 7rem;
      height: 7rem;
      -webkit-clip-path: url(#clip-maru);
      clip-path: url(#clip-maru);
      position: absolute;
      top: -2rem;
      left: 0.5rem;
      transition: all 0.5s ease 0s;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        #lineup .lineup-goods dt {
          top: auto;
          bottom: -1rem;
          left: 1rem; } }
    #lineup .lineup-goods dd {
      line-height: 1.4;
      margin: 10px 0;
      position: relative; }
      @media screen and (min-width: 768px) {
        #lineup .lineup-goods dd {
          margin: 10px 0 0 8rem; } }
    #lineup .lineup-goods a {
      display: block;
      color: var(--text-color);
      transition: all 0.5s ease 0s; }
      #lineup .lineup-goods a:hover dt {
        transform: rotateZ(360deg); }
      #lineup .lineup-goods a:hover .link-to-lineup {
        right: -1rem; }
      #lineup .lineup-goods a:hover .image:before {
        animation: squigglevision 0.7s infinite alternate; }
    #lineup .lineup-goods .wrap2 {
      display: flex;
      justify-content: space-between;
      margin: 3rem 0; }
      #lineup .lineup-goods .wrap2 > div:nth-child(2n+1) {
        margin-right: 7px; }
      #lineup .lineup-goods .wrap2 > div:nth-child(2n) {
        margin-left: 7px; }
    #lineup .lineup-goods .link-to-lineup {
      position: absolute;
      bottom: 1rem;
      right: 0;
      transition: all 0.5s ease 0s; }
      @media screen and (min-width: 576px) {
        #lineup .lineup-goods .link-to-lineup {
          bottom: 0; } }
    #lineup .lineup-goods .image {
      margin-left: 0; }
      #lineup .lineup-goods .image:before {
        background: center right url(../img/text_grape.svg) no-repeat;
        content: '';
        display: block;
        position: absolute;
        width: 93%;
        height: 93%;
        top: 2%;
        left: 2%; }
    #lineup .lineup-goods .kind {
      font-size: 0.8em; }
    #lineup .lineup-goods .season {
      font-size: 0.9em; }
    #lineup .lineup-goods .grape {
      position: relative; }
      #lineup .lineup-goods .grape .image:before {
        width: 95%;
        height: 95%;
        top: 2%;
        left: 2%; }
      @media screen and (min-width: 768px) {
        #lineup .lineup-goods .grape .kind, #lineup .lineup-goods .grape .season {
          margin-left: 9rem; } }
      #lineup .lineup-goods .grape .kind,
      #lineup .lineup-goods .grape .uk-icon {
        color: var(--grape); }
    #lineup .lineup-goods .apple {
      position: relative; }
      #lineup .lineup-goods .apple dt {
        background: var(--apple);
        width: 6rem;
        height: 6rem; }
      #lineup .lineup-goods .apple .image:before {
        background: center right url(../img/text_apple.svg) no-repeat; }
      #lineup .lineup-goods .apple .kind,
      #lineup .lineup-goods .apple .uk-icon {
        color: var(--apple); }
    #lineup .lineup-goods .rice {
      position: relative; }
      #lineup .lineup-goods .rice .image:before {
        background: center right url(../img/text_rice.svg) no-repeat; }
      #lineup .lineup-goods .rice dt {
        background: var(--rice);
        width: 6rem;
        height: 6rem; }
      #lineup .lineup-goods .rice .kind,
      #lineup .lineup-goods .rice .uk-icon {
        color: var(--rice); }

#online-shop {
  text-align: center;
  margin: 5rem 0 8rem 0;
  position: relative; }
  @media screen and (min-width: 576px) {
    #online-shop {
      margin: 5rem 0 10rem 0; } }
  #online-shop .calling {
    font-size: .8rem;
    position: absolute;
    left: 30px;
    top: 5px;
    right: 0;
    margin: 0; }
    @media screen and (min-width: 576px) {
      #online-shop .calling {
        font-size: .9rem;
        top: 20px; } }
  #online-shop a:hover img {
    filter: saturate(150%);
    transition: all 0.5s ease 0s; }

#delicious-face {
  background: url(../img/bg_pink.jpg);
  position: relative; }
  #delicious-face h2 {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 80%;
    margin: 0 auto 10px;
    z-index: 2;
    text-align: center; }
    @media screen and (min-width: 768px) {
      #delicious-face h2 {
        padding: 0 190px; } }
    @media screen and (min-width: 992px) {
      #delicious-face h2 {
        padding: 0 210px; } }
    @media screen and (min-width: 768px) {
      #delicious-face h2:before {
        background: url(../img/grape02.svg) no-repeat;
        content: '';
        position: absolute;
        left: 5px;
        top: -50px;
        width: 170px;
        height: 165px; } }
    @media screen and (min-width: 992px) {
      #delicious-face h2:before {
        top: -80px;
        width: 200px;
        height: 194px; } }
  #delicious-face p {
    color: var(--main-color);
    line-height: 1.6;
    font-size: 0.9rem;
    text-align: justify; }
    @media screen and (min-width: 768px) {
      #delicious-face p {
        text-align: center; } }
  #delicious-face:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: skewY(3deg);
    transform-origin: top right;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../img/bg_pink.jpg); }
  #delicious-face .slider {
    pointer-events: none; }
    #delicious-face .slider .wrap-img {
      display: inline-block;
      padding: 0 3px; }
    #delicious-face .slider img {
      border-radius: 20px; }

.font-unna {
  font-family: 'Unna', serif; }

.color-main {
  color: var(--main-color); }

.color-grape {
  color: var(--grape); }

.color-apple {
  color: var(--apple); }

.color-rice {
  color: var(--rice); }

.slick-initialized .slick-slide {
  height: auto; }

.uk-icon.round {
  background: var(--main-color);
  border-radius: 1em;
  color: #fff;
  vertical-align: -webkit-baseline-middle; }

.squiggle {
  animation: squigglevision 0.4s infinite alternate; }

.flexbox {
  display: flex; }
  .flexbox.wrap2 {
    display: flex;
    justify-content: space-between; }
    .flexbox.wrap2 > div:nth-child(2n+1) {
      margin-right: 4px; }
    .flexbox.wrap2 > div:nth-child(2n) {
      margin-left: 4px; }
    @media screen and (min-width: 768px) {
      .flexbox.wrap2 > div:nth-child(2n+1) {
        margin-right: 7px; }
      .flexbox.wrap2 > div:nth-child(2n) {
        margin-left: 7px; } }
  .flexbox.reverse {
    flex-direction: row-reverse; }

.line-grape {
  background: url(../img/grape04.svg) no-repeat center center;
  background-size: contain;
  border: none;
  height: 20px;
  margin: 20px 0 40px; }
  @media screen and (min-width: 768px) {
    .line-grape {
      height: 25px;
      margin: 50px 0; } }

.line-dot {
  background: url(../img/line-dot.svg) repeat-x center center;
  border: none;
  height: 4px;
  width: 100%; }
  .line-dot.grape {
    background: url(../img/line-dot-grape.svg) repeat-x center center; }

img.round {
  border-radius: 30px; }

img.round-s {
  border-radius: 5px; }

.img-clip-photo {
  -webkit-clip-path: url(#clip-photo);
  clip-path: url(#clip-photo);
  aspect-ratio: 4 / 3; }

.img-kira {
  position: relative; }
  .img-kira:before {
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../img/kira.svg) no-repeat;
    top: 15px;
    left: 15px;
    width: 12px;
    height: 20px; }
    @media screen and (min-width: 768px) {
      .img-kira:before {
        top: 30px;
        left: 30px;
        width: 24px;
        height: 40px; } }
  .img-kira:after {
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../img/kirakira.svg) no-repeat;
    right: 10px;
    bottom: 10px;
    width: 29px;
    height: 40px; }
    @media screen and (min-width: 768px) {
      .img-kira:after {
        right: 30px;
        bottom: 30px;
        width: 59px;
        height: 80px; } }

.tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }

.mb-0 {
  margin-bottom: 0rem !important; }

.mt-0 {
  margin-top: 0rem !important; }

.ml-0 {
  margin-left: 0rem !important; }

.mr-0 {
  margin-right: 0rem !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.mt-1 {
  margin-top: 1rem !important; }

.ml-1 {
  margin-left: 1rem !important; }

.mr-1 {
  margin-right: 1rem !important; }

.mb-2 {
  margin-bottom: 2rem !important; }

.mt-2 {
  margin-top: 2rem !important; }

.ml-2 {
  margin-left: 2rem !important; }

.mr-2 {
  margin-right: 2rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.mt-3 {
  margin-top: 3rem !important; }

.ml-3 {
  margin-left: 3rem !important; }

.mr-3 {
  margin-right: 3rem !important; }

.mb-4 {
  margin-bottom: 4rem !important; }

.mt-4 {
  margin-top: 4rem !important; }

.ml-4 {
  margin-left: 4rem !important; }

.mr-4 {
  margin-right: 4rem !important; }

.mb-5 {
  margin-bottom: 5rem !important; }

.mt-5 {
  margin-top: 5rem !important; }

.ml-5 {
  margin-left: 5rem !important; }

.mr-5 {
  margin-right: 5rem !important; }

.pb-0 {
  padding-bottom: 0rem !important; }

.pt-0 {
  padding-top: 0rem !important; }

.pl-0 {
  padding-left: 0rem !important; }

.pr-0 {
  padding-right: 0rem !important; }

.pb-1 {
  padding-bottom: 1rem !important; }

.pt-1 {
  padding-top: 1rem !important; }

.pl-1 {
  padding-left: 1rem !important; }

.pr-1 {
  padding-right: 1rem !important; }

.pb-2 {
  padding-bottom: 2rem !important; }

.pt-2 {
  padding-top: 2rem !important; }

.pl-2 {
  padding-left: 2rem !important; }

.pr-2 {
  padding-right: 2rem !important; }

.pb-3 {
  padding-bottom: 3rem !important; }

.pt-3 {
  padding-top: 3rem !important; }

.pl-3 {
  padding-left: 3rem !important; }

.pr-3 {
  padding-right: 3rem !important; }

.pb-4 {
  padding-bottom: 4rem !important; }

.pt-4 {
  padding-top: 4rem !important; }

.pl-4 {
  padding-left: 4rem !important; }

.pr-4 {
  padding-right: 4rem !important; }

.pb-5 {
  padding-bottom: 5rem !important; }

.pt-5 {
  padding-top: 5rem !important; }

.pl-5 {
  padding-left: 5rem !important; }

.pr-5 {
  padding-right: 5rem !important; }
