@charset "UTF-8";
/* =====================================================
  1.0 - Foundation
===================================================== */
/*
  Reset
-----------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

/*
  Base
-----------------------------------------------------*/
*,
:before,
:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  height: 100%;
  color: #333333;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt";
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background-color: #fff;
  letter-spacing: 0.14em;
}
body.is-drawerActive {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: inherit;
}

/* =================================
  Layout
================================= */
/*
  Centring
---------------------*/
.l-container {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

.l-container__header {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  background-color: #fff;
}

.l-container__blog {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
}

/*
  Header
-----------------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.l-header.-admin-bar {
  position: fixed;
}

@media screen and (min-width: 641px) {
  .l-header {
    position: static;
  }
  .l-header.-admin-bar {
    position: static;
  }
}
/*
  Main
---------------------*/
.l-main {
  clear: both;
}

.l-section {
  padding: 3.75em 0 0;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding: 4em 0 0;
  }
}

.l-section.-top {
  padding: 5.625em 0 0;
}
@media screen and (min-width: 768px) {
  .l-section.-top {
    padding: 3.75em 0 0;
  }
}

.l-section.-widelap {
  padding: 2em 0 0;
}
@media screen and (min-width: 768px) {
  .l-section.-widelap {
    padding: 6.25em 0 0;
  }
}

.l-section.-wide {
  padding: 5em 0 0;
}
@media screen and (min-width: 768px) {
  .l-section.-wide {
    padding: 6.25em 0 0;
  }
}

.l-section.-map {
  padding-top: 3.75em;
  padding-bottom: 5em;
}
@media screen and (min-width: 768px) {
  .l-section.-map {
    padding-top: 7.5em;
    padding-bottom: 6.25em;
  }
}

.bg-blue {
  background-color: #eefbfb;
}

/*
  Footer
---------------------*/
.l-footer {
  font-size: 1em;
  padding-top: 1.5em;
  padding-bottom: 2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer {
    font-size: 1em;
    padding-top: 2em;
    padding-bottom: 2.5em;
  }
}
.l-footer__body {
  margin-bottom: 1.875em;
}
.l-footer__link {
  display: block;
  font-size: 1em;
  color: #333333;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-footer__link {
    display: inline;
    margin: 0 0.9375em;
  }
}
.l-footer__link.-about {
  padding-right: 0.6em;
}
.l-footer__link:first-child {
  margin-bottom: 0.875em;
}
@media screen and (min-width: 768px) {
  .l-footer__link:first-child {
    margin-bottom: 0;
  }
}
.l-footer__copy {
  font-size: 0.875em;
  color: #333333;
}

/*
  contact
---------------------*/
.l-contact {
  width: 100%;
  padding-top: 4.6875em;
  padding-bottom: 4.375em;
  background-image: -webkit-gradient(linear, left top, right top, from(#05a5fa), color-stop(100%, #63fbd7), to(#67ffd6));
}

/*
  Contents
-----------------------------------------------------*/
.l-contents {
  clear: both;
  overflow: hidden;
}
.l-contents__button {
  width: 9.6875em;
}
.l-contents__button.-center {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-contents__button.-center {
    margin: 0;
  }
}

/* =====================================================
  3.0 - Object
===================================================== */
/*
  3.1 - Component
-----------------------------------------------------*/
/*
  Button
*/
.c-button {
  position: relative;
  z-index: 0;
  display: inline-block;
  text-transform: uppercase;
  padding: 1rem 0 1.2rem 1.8rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 50%;
  border-image: initial;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-button {
    padding: 1.2rem 0 1.2rem 2rem;
  }
}

.c-button::before,
.c-button::after {
  content: "";
  position: absolute;
  z-index: 3;
}

.c-button__btn::before,
.c-button__btn::after {
  top: 0px;
  right: 1rem;
  bottom: 0px;
  transition-property: transform, opacity;
  margin: auto 0px;
}

.c-button__btn::before {
  width: 16px;
  height: 1px;
  background-color: #191919;
  transform: translateX(13px);
}
@media screen and (min-width: 768px) {
  .c-button__btn::before {
    transform: translateX(8px);
  }
}

.c-button__btn::after {
  width: 8px;
  height: 8px;
  transform: translateX(13px) rotate(45deg);
  border-top: 1px solid #191919;
  border-right: 1px solid #191919;
}
@media screen and (min-width: 768px) {
  .c-button__btn::after {
    transform: translateX(8px) rotate(45deg);
  }
}

/*
  Circle btn
  Arrow btn
*/
.c-circle {
  position: relative;
  z-index: 0;
  display: inline-block;
  text-transform: uppercase;
  padding: 1.8rem 1.8rem;
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2;
  border-radius: 50%;
  border-image: initial;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-circle {
    padding: 2rem 2rem;
  }
}

.c-circle::before,
.c-circle::after {
  content: "";
  position: absolute;
  z-index: 3;
}

.c-circle__btn::before,
.c-circle__btn::after {
  top: 0px;
  right: 1rem;
  bottom: 0px;
  transition-property: transform, opacity;
  margin: auto 0px;
}

.c-circle__btn::before {
  width: 16px;
  height: 1px;
  background-color: #8e8e8e;
  transform: translateX(-6px);
}
@media screen and (min-width: 768px) {
  .c-circle__btn::before {
    transform: translateX(-10px);
  }
}

.c-circle__btn::after {
  width: 8px;
  height: 8px;
  transform: translateX(-6px) rotate(45deg);
  border-top: 1px solid #8e8e8e;
  border-right: 1px solid #8e8e8e;
}
@media screen and (min-width: 768px) {
  .c-circle__btn::after {
    transform: translateX(-10px) rotate(45deg);
  }
}

/*
  Farmer
*/
.c-farmer__title {
  font-size: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .c-farmer__title {
    font-size: 1em;
    margin-bottom: 1em;
  }
}
.c-farmer__txt {
  font-size: 0.875em;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .c-farmer__txt {
    font-size: 1em;
  }
}
.c-farmer__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-product {
  font-size: 1em;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 768px) {
  .c-product {
    margin-bottom: 2.5em;
  }
}
.c-product__title {
  font-size: 1em;
  margin-bottom: 1.125em;
  border-bottom: dotted;
  border-color: #212121;
  border-width: 1.2px;
  padding-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .c-product__title {
    font-size: 1em;
    margin-bottom: 1em;
  }
}
.c-product__txt {
  font-size: 0.9375em;
  line-height: 1.625;
  margin-top: 1.0666666667em;
}
@media screen and (min-width: 768px) {
  .c-product__txt {
    font-size: 0.9375em;
  }
}
.c-product__link {
  font-size: 0.875em;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-product__link {
    font-size: 0.875em;
  }
}

/*
  Media
*/
.c-media__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-media {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .c-media {
    width: 32.5%;
    margin-bottom: 0;
  }
}
.c-media__thumbnail {
  position: relative;
  padding-top: 66.25%;
  overflow: hidden;
  margin: 0;
}
.c-media__thumbnail img {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-media__body {
  flex: 1 1 auto;
  padding: 0.875em;
  border-left: 1px solid #191919;
  font-size: 0.9375em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-media__body {
    line-height: 1.75;
  }
}
.c-media__text a {
  border-bottom: 1px solid #191919;
}
.c-media__time {
  font-size: 0.875em;
}

/*
  Card
*/
.c-card {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 10px;
}
.c-card__body {
  padding: 1em 0.875em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-card__body {
    padding: 1.4375em 1.25em 2.5em;
  }
}
.c-card__title {
  margin-bottom: 1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-card__title {
    margin-bottom: 2.25em;
  }
}
.c-card__bottom {
  font-size: 0.875em;
}
.c-card__thumbnail {
  width: 100%;
}
.c-card__thumbnail img {
  width: 100%;
}

/*
  Heading
*/
.c-heading.-primary {
  font-size: 1.3125em;
  margin-bottom: 1.2380952381em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-heading.-primary {
    font-size: 1.5em;
    margin-bottom: 2em;
  }
}
.c-heading span {
  display: block;
  font-size: 0.75em;
  margin-top: 6px;
}
.c-heading.-primary.-white {
  color: #fff;
}
.c-heading.-caption.-white {
  color: #fff;
}
.c-heading.-secondry {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 2.3333333333em;
}
@media screen and (min-width: 768px) {
  .c-heading.-secondry {
    font-size: 1.75em;
  }
}

/*
  price
*/
.p-price {
  width: 90%;
  max-width: 926px;
  margin: 0 auto;
  font-size: 1em;
  font-weight: bold;
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.1);
}
.p-price__table {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-price__header {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 2.375em;
  padding-bottom: 2.375em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-price__header {
    width: 45%;
    border-right: 1px solid #e5e5e5;
    border-bottom: 0;
    padding-left: 1.125em;
    text-align: left;
  }
}
@media screen and (min-width: 980px) {
  .p-price__header {
    width: 31.101511879%;
  }
}
.p-price__text {
  width: 100%;
  padding-top: 2.375em;
  padding-bottom: 2.375em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-price__text {
    width: 55%;
    padding-left: 1.875em;
    padding-top: 2.375em;
    padding-bottom: 2.375em;
    text-align: left;
  }
}
@media screen and (min-width: 980px) {
  .p-price__text {
    width: 68.898488121%;
  }
}
.p-price__comment {
  text-align: center;
  margin-top: 2.375em;
  font-weight: bold;
}

/*
  Text
*/
.c-txt {
  font-size: 0.9375em;
  line-height: 1.75;
  padding-bottom: 0.5333333333em;
}
@media screen and (min-width: 768px) {
  .c-txt {
    font-size: 1em;
    line-height: 2;
    padding-bottom: 0.5em;
  }
}

.c-ob {
  font-size: 0.9375em;
  text-align: right;
  padding-top: 0.8666666667em;
  padding-bottom: 0;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .c-ob {
    font-size: 1em;
  }
}

.-italic {
  font-style: italic;
}

.-right {
  text-align: right;
  font-size: 0.9375em;
}

.-left {
  text-align: left;
  font-size: 0.9375em;
}

.c-info__txt {
  line-height: 2.5;
  font-size: 0.9375em;
  padding-bottom: 1.6em;
}
@media screen and (min-width: 768px) {
  .c-info__txt {
    font-size: 1em;
    line-height: 2.5;
    padding-bottom: 2em;
  }
}
.c-info__txt p:first-of-type {
  padding-bottom: 0.75em;
}
.c-info__txt span {
  letter-spacing: 1px;
  font-size: 0.625em;
  border: 0.5px solid #191919;
  padding: 0.58em 0.4em 0.45em 0.68em;
  margin-right: 1.2em;
}

/*! olex v2.1.0| MIT License | https://github.com/hilosiva/olexcss */
/* ============================================
  Olex - Ore no Flexible CSS Grid System
============================================ */
/*
 Settings
--------------------------------- */
/*
  Base
--------------------------------- */
/*
  <div class="olex">
    <div class="olex__item">A</div>
    <div class="olex__item">B</div>
    <div class="olex__item">C</div>
  </div>
*/
.olex {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.olex__item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0;
}

/*
  Direction
--------------------------------- */
/*
  <div class="olex" data-dir="reverse">
    <div class="olex__item">A</div>
    <div class="olex__item">B</div>
    <div class="olex__item">C</div>
  </div>
*/
.olex[data-dir=normal] {
  flex-direction: row;
}
.olex[data-dir=reverse] {
  flex-direction: row-reverse;
}

/*
  Alignment
--------------------------------- */
/*
  <div class="olex" data-align="center">
    <div class="olex__item">A</div>
    <div class="olex__item">B</div>
    <div class="olex__item" data-align="end middle">C</div>
  </div>
*/
.olex[data-align~=start] {
  justify-content: flex-start;
}
.olex[data-align~=center] {
  justify-content: center;
}
.olex[data-align~=end] {
  justify-content: flex-end;
}
.olex[data-align~=justify] {
  justify-content: space-between;
}
.olex[data-align~=top] {
  align-items: flex-start;
}
.olex[data-align~=middle] {
  align-items: center;
}
.olex[data-align~=bottom] {
  align-items: flex-end;
}
.olex__item[data-align~=start] {
  align-items: flex-start;
}
.olex__item[data-align~=center] {
  align-items: center;
}
.olex__item[data-align~=end] {
  align-items: flex-end;
}
.olex__item[data-align~=top] {
  justify-content: flex-start;
  align-self: stretch;
}
.olex__item[data-align~=middle] {
  justify-content: center;
  align-self: stretch;
}
.olex__item[data-align~=bottom] {
  justify-content: flex-end;
  align-self: stretch;
}

/*
  Grid
--------------------------------- */
/*
  <div class="olex" data-gutter="normal">
    <div class="olex__item" data-grid="sp12 tab4 lap6">A</div>
    <div class="olex__item" data-grid="sp6 tab4 lap3">B</div>
    <div class="olex__item" data-grid="sp6 tab4 lap3">C</div>
  </div>
*/
.olex[data-gutter] {
  width: auto;
}
.olex[data-gutter] > .olex__item {
  border: solid transparent;
  background-clip: padding-box;
}
@media screen and (min-width: 370px) {
  .olex[data-gutter=small] {
    margin: -1.25vw;
  }
  .olex[data-gutter=small] > .olex__item {
    border-width: 1.25vw;
  }
  .olex[data-gutter=normal] {
    margin: -2.5vw;
  }
  .olex[data-gutter=normal] > .olex__item {
    border-width: 2.5vw;
  }
  .olex[data-gutter=large] {
    margin: -3.75vw;
  }
  .olex[data-gutter=large] > .olex__item {
    border-width: 3.75vw;
  }
  .olex__item[data-grid~=sp1] {
    width: 8.3333333333%;
  }
  .olex__item[data-grid~=sp2] {
    width: 16.6666666667%;
  }
  .olex__item[data-grid~=sp3] {
    width: 25%;
  }
  .olex__item[data-grid~=sp4] {
    width: 33.3333333333%;
  }
  .olex__item[data-grid~=sp5] {
    width: 41.6666666667%;
  }
  .olex__item[data-grid~=sp6] {
    width: 50%;
  }
  .olex__item[data-grid~=sp7] {
    width: 58.3333333333%;
  }
  .olex__item[data-grid~=sp8] {
    width: 66.6666666667%;
  }
  .olex__item[data-grid~=sp9] {
    width: 75%;
  }
  .olex__item[data-grid~=sp10] {
    width: 83.3333333333%;
  }
  .olex__item[data-grid~=sp11] {
    width: 91.6666666667%;
  }
  .olex__item[data-grid~=sp12] {
    width: 100%;
  }
  .olex__item[data-grid~=spFive] {
    width: 20%;
  }
  .olex__item[data-grid~=spAuto] {
    width: auto;
  }
}
@media screen and (min-width: 400px) {
  .olex[data-gutter=small] {
    margin: -1.25vw;
  }
  .olex[data-gutter=small] > .olex__item {
    border-width: 1.25vw;
  }
  .olex[data-gutter=normal] {
    margin: -2.5vw;
  }
  .olex[data-gutter=normal] > .olex__item {
    border-width: 2.5vw;
  }
  .olex[data-gutter=large] {
    margin: -3.75vw;
  }
  .olex[data-gutter=large] > .olex__item {
    border-width: 3.75vw;
  }
  .olex__item[data-grid~=tab21] {
    width: 8.3333333333%;
  }
  .olex__item[data-grid~=tab22] {
    width: 16.6666666667%;
  }
  .olex__item[data-grid~=tab23] {
    width: 25%;
  }
  .olex__item[data-grid~=tab24] {
    width: 33.3333333333%;
  }
  .olex__item[data-grid~=tab25] {
    width: 41.6666666667%;
  }
  .olex__item[data-grid~=tab26] {
    width: 50%;
  }
  .olex__item[data-grid~=tab27] {
    width: 58.3333333333%;
  }
  .olex__item[data-grid~=tab28] {
    width: 66.6666666667%;
  }
  .olex__item[data-grid~=tab29] {
    width: 75%;
  }
  .olex__item[data-grid~=tab210] {
    width: 83.3333333333%;
  }
  .olex__item[data-grid~=tab211] {
    width: 91.6666666667%;
  }
  .olex__item[data-grid~=tab212] {
    width: 100%;
  }
  .olex__item[data-grid~=tab2Five] {
    width: 20%;
  }
  .olex__item[data-grid~=tab2Auto] {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .olex[data-gutter=small] {
    margin: -0.75vw;
  }
  .olex[data-gutter=small] > .olex__item {
    border-width: 0.75vw;
  }
  .olex[data-gutter=normal] {
    margin: -1.5vw;
  }
  .olex[data-gutter=normal] > .olex__item {
    border-width: 1.5vw;
  }
  .olex[data-gutter=large] {
    margin: -2.25vw;
  }
  .olex[data-gutter=large] > .olex__item {
    border-width: 2.25vw;
  }
  .olex__item[data-grid~=tab1] {
    width: 8.3333333333%;
  }
  .olex__item[data-grid~=tab2] {
    width: 16.6666666667%;
  }
  .olex__item[data-grid~=tab3] {
    width: 25%;
  }
  .olex__item[data-grid~=tab4] {
    width: 33.3333333333%;
  }
  .olex__item[data-grid~=tab5] {
    width: 41.6666666667%;
  }
  .olex__item[data-grid~=tab6] {
    width: 50%;
  }
  .olex__item[data-grid~=tab7] {
    width: 58.3333333333%;
  }
  .olex__item[data-grid~=tab8] {
    width: 66.6666666667%;
  }
  .olex__item[data-grid~=tab9] {
    width: 75%;
  }
  .olex__item[data-grid~=tab10] {
    width: 83.3333333333%;
  }
  .olex__item[data-grid~=tab11] {
    width: 91.6666666667%;
  }
  .olex__item[data-grid~=tab12] {
    width: 100%;
  }
  .olex__item[data-grid~=tabFive] {
    width: 20%;
  }
  .olex__item[data-grid~=tabAuto] {
    width: auto;
  }
}
@media screen and (min-width: 980px) {
  .olex[data-gutter=small] {
    margin: -0.75vw;
  }
  .olex[data-gutter=small] > .olex__item {
    border-width: 0.75vw;
  }
  .olex[data-gutter=normal] {
    margin: -1.5vw;
  }
  .olex[data-gutter=normal] > .olex__item {
    border-width: 1.5vw;
  }
  .olex[data-gutter=large] {
    margin: -2.25vw;
  }
  .olex[data-gutter=large] > .olex__item {
    border-width: 2.25vw;
  }
  .olex__item[data-grid~=lap1] {
    width: 8.3333333333%;
  }
  .olex__item[data-grid~=lap2] {
    width: 16.6666666667%;
  }
  .olex__item[data-grid~=lap3] {
    width: 25%;
  }
  .olex__item[data-grid~=lap4] {
    width: 33.3333333333%;
  }
  .olex__item[data-grid~=lap5] {
    width: 41.6666666667%;
  }
  .olex__item[data-grid~=lap6] {
    width: 50%;
  }
  .olex__item[data-grid~=lap7] {
    width: 58.3333333333%;
  }
  .olex__item[data-grid~=lap8] {
    width: 66.6666666667%;
  }
  .olex__item[data-grid~=lap9] {
    width: 75%;
  }
  .olex__item[data-grid~=lap10] {
    width: 83.3333333333%;
  }
  .olex__item[data-grid~=lap11] {
    width: 91.6666666667%;
  }
  .olex__item[data-grid~=lap12] {
    width: 100%;
  }
  .olex__item[data-grid~=lapFive] {
    width: 20%;
  }
  .olex__item[data-grid~=lapAuto] {
    width: auto;
  }
}
@media screen and (min-width: 980px) {
  .olex[data-gutter=small] {
    margin: -0.75vw;
  }
  .olex[data-gutter=small] > .olex__item {
    border-width: 0.75vw;
  }
  .olex[data-gutter=normal] {
    margin: -1.5vw;
  }
  .olex[data-gutter=normal] > .olex__item {
    border-width: 1.5vw;
  }
  .olex[data-gutter=large] {
    margin: -2.25vw;
  }
  .olex[data-gutter=large] > .olex__item {
    border-width: 2.25vw;
  }
  .olex__item[data-grid~=desk1] {
    width: 8.3333333333%;
  }
  .olex__item[data-grid~=desk2] {
    width: 16.6666666667%;
  }
  .olex__item[data-grid~=desk3] {
    width: 25%;
  }
  .olex__item[data-grid~=desk4] {
    width: 33.3333333333%;
  }
  .olex__item[data-grid~=desk5] {
    width: 41.6666666667%;
  }
  .olex__item[data-grid~=desk6] {
    width: 50%;
  }
  .olex__item[data-grid~=desk7] {
    width: 58.3333333333%;
  }
  .olex__item[data-grid~=desk8] {
    width: 66.6666666667%;
  }
  .olex__item[data-grid~=desk9] {
    width: 75%;
  }
  .olex__item[data-grid~=desk10] {
    width: 83.3333333333%;
  }
  .olex__item[data-grid~=desk11] {
    width: 91.6666666667%;
  }
  .olex__item[data-grid~=desk12] {
    width: 100%;
  }
  .olex__item[data-grid~=deskFive] {
    width: 20%;
  }
  .olex__item[data-grid~=deskAuto] {
    width: auto;
  }
}
@media screen and (min-width: 1440px) {
  .olex[data-gutter=small] {
    margin: -0.5vw;
  }
  .olex[data-gutter=small] > .olex__item {
    border-width: 0.5vw;
  }
  .olex[data-gutter=normal] {
    margin: -1vw;
  }
  .olex[data-gutter=normal] > .olex__item {
    border-width: 1vw;
  }
  .olex[data-gutter=large] {
    margin: -1.5vw;
  }
  .olex[data-gutter=large] > .olex__item {
    border-width: 1.5vw;
  }
  .olex__item[data-grid~=vr1] {
    width: 8.3333333333%;
  }
  .olex__item[data-grid~=vr2] {
    width: 16.6666666667%;
  }
  .olex__item[data-grid~=vr3] {
    width: 25%;
  }
  .olex__item[data-grid~=vr4] {
    width: 33.3333333333%;
  }
  .olex__item[data-grid~=vr5] {
    width: 41.6666666667%;
  }
  .olex__item[data-grid~=vr6] {
    width: 50%;
  }
  .olex__item[data-grid~=vr7] {
    width: 58.3333333333%;
  }
  .olex__item[data-grid~=vr8] {
    width: 66.6666666667%;
  }
  .olex__item[data-grid~=vr9] {
    width: 75%;
  }
  .olex__item[data-grid~=vr10] {
    width: 83.3333333333%;
  }
  .olex__item[data-grid~=vr11] {
    width: 91.6666666667%;
  }
  .olex__item[data-grid~=vr12] {
    width: 100%;
  }
  .olex__item[data-grid~=vrFive] {
    width: 20%;
  }
  .olex__item[data-grid~=vrAuto] {
    width: auto;
  }
}

.works_item {
  list-style: none;
  position: relative;
  width: 100%;
  border-radius: 2px;
  margin: 0 auto 2em;
}

.works_modal_open img {
  width: 100%;
}

.works_title {
  font-size: 0.9375em;
  padding-bottom: 0.9333333333em;
}
@media screen and (min-width: 768px) {
  .works_title {
    font-size: 1em;
  }
}

.works_image_mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  cursor: pointer;
}

.mask_text {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.works_image:hover .works_image_mask {
  opacity: 1;
  padding-top: 13%;
}

/* ------works_modal css------ */
.works_modal_wrapper {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: none;
  opacity: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.7);
}

.works_modal_window {
  width: 85vw;
  max-width: 1000px;
  margin: auto;
  padding: 15px;
  background: #f8f8f8;
  z-index: 1;
  overflow-y: hidden;
}

.works_modal_content {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .works_modal_window {
    width: 90vw;
  }
}
.works_modal_close {
  z-index: 300;
  position: relative;
  top: 0;
  right: 10px;
  cursor: pointer;
  text-align: center;
  font-size: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.works_modal_close:hover {
  color: #000;
  transition: all 0.5s;
}

html.is_open,
body.is_open {
  overflow: hidden;
}

.works_modal_wrapper.is_open {
  animation: works_modal_wrapper_open 0.5s ease forwards;
}

.works_modal_wrapper.is_open .works_modal_window {
  animation: works_modal_window_open 0.5s ease forwards;
}

.works_modal_wrapper.is_close {
  animation: works_modal_wrapper_close 0.5s ease forwards;
}

.works_modal_wrapper.is_close .works_modal_window {
  animation: works_modal_window_close 0.5s ease forwards;
}

@keyframes works_modal_wrapper_open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 300;
  }
}
@keyframes works_modal_window_open {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes works_modal_wrapper_close {
  0% {
    z-index: 300;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes works_modal_window_close {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
    opacity: 0;
  }
}
@media screen and (min-width: 992px) {
  .works_list {
    display: flex;
  }
  .works_item {
    width: 30%;
  }
  .works_modal_close {
    font-size: 1em;
  }
}
.c-modal__area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.c-modal__content {
  width: 100%;
  font-size: 0.875em;
}

.c-modal__contentImg {
  width: 100%;
  font-size: 0.875em;
  text-align: center;
}

.c-modal__contentImg img {
  width: 50%;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .c-modal__content {
    width: 50%;
  }
  .c-modal__contentImg {
    width: 50%;
  }
  .c-modal__contentImg img {
    width: 100%;
  }
}
.c-modal__title {
  font-size: 1.125em;
  padding-top: 0.8888888889em;
  text-align: center;
}

.c-modal__txt {
  font-size: 1em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-modal__txt {
    font-size: 1em;
    padding-top: 2em;
    padding-bottom: 2em;
    line-height: 1.75;
  }
}

.c-modal__linkBox {
  text-align: center;
}

.c-modal__link {
  display: inline-block;
  border-bottom: dotted;
  border-color: #212121;
  border-width: 1px;
  font-size: 0.9375em;
  margin-bottom: 1.2em;
}

@media screen and (min-width: 980px) {
  .c-modal__content {
    width: 50%;
    padding-right: 1em;
  }
}
/*
  closebtn
*/
.c-closebtn {
  position: relative;
  z-index: 0;
  display: inline-block;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  text-decoration: none;
  font-size: 0.8125em;
}
@media screen and (min-width: 768px) {
  .c-closebtn {
    font-size: 0.875em;
  }
}

.c-closebtn::before,
.c-closebtn::after {
  content: "";
  position: absolute;
  z-index: 3;
}

.c-closebtn__btn::before,
.c-closebtn__btn::after {
  top: 0px;
  right: 1rem;
  bottom: 0px;
  transition-property: transform, opacity;
  margin: auto 0px;
}

.c-closebtn__btn::before {
  width: 14px;
  height: 1px;
  background-color: #191919;
  transform: translateX(36px) rotate(45deg);
}

.c-closebtn__btn::after {
  width: 14px;
  height: 1px;
  background-color: #191919;
  transform: translateX(36px) rotate(-45deg);
}

/*
  About
*/
.-hidden {
  overflow: hidden;
}

.olex.-insta img {
  width: 100%;
}

#sb_instagram .sb_instagram_header,
.sb_instagram_header {
  display: none;
}

#sb_instagram #sbi_load {
  display: none;
}

/*
  3.2 - Project
-----------------------------------------------------*/
/*
  Accordion
*/
.p-accordion {
  width: 90%;
  max-width: 926px;
  margin: 0 auto;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
.p-accordion__list:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.p-accordion__question {
  padding: 1.25em 1.25em;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-align: center;
  font-weight: bold;
}
.p-accordion__body {
  text-align: left;
  background-color: #f2f2f2;
  border-top: 1px solid #ddd;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.3s;
  font-weight: bold;
}
.p-accordion__body.is-open {
  padding: 1.25em 2.1875em;
  line-height: normal;
  height: auto;
  opacity: 1;
}
.p-accordion__body.-open {
  padding: 1.25em 2.1875em;
  line-height: normal;
  height: auto;
  opacity: 1;
}
.p-accordion__body.is-close {
  padding: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.p-accordion__text {
  line-height: 1.857;
}

/*
  Header
*/
.p-header__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-header__info {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .p-header__info {
    margin: 24px 0;
  }
}
.p-header__info a {
  display: block;
}
.p-header__info a img {
  width: 260px;
  height: auto;
}

/*
  Global Nav
*/
.drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 120%;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  font-size: 1em;
  padding-top: 9.375em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.97);
  color: #fff;
}

.drawer ul {
  padding: 3rem 0;
  list-style: none;
}

.drawer a {
  display: block;
  padding: 1.25em 0.75em;
  color: #191919;
  text-decoration: none;
}

.drawer a:hover {
  color: #707070;
}

.is-drawerActive .drawer {
  transform: translateX(0);
}

@media screen and (min-width: 768px) {
  .drawer {
    position: static;
    overflow: hidden;
    padding: 0;
    width: 100%;
    height: auto;
    box-shadow: none;
    background-color: transparent;
    transform: translateX(0);
  }
  .drawer li {
    display: inline-block;
  }
  .drawer a {
    font-size: 0.875em;
    padding: 0.625em 0.5em;
  }
  .drawer li:last-of-type a {
    padding-right: 0;
  }
}
/*
  Logo
*/
.p-logo.-admin-bar {
  display: none;
}

/*
  Hero
*/
.p-hero__cover {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-hero__cover {
    height: calc(var(--vh, 1vh) * 100);
  }
}

.p-hero__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-hero__video {
  width: 95%;
  margin: 0 auto;
  height: calc(var(--vh, 1vh) * 100);
}
@media screen and (min-width: 980px) {
  .p-hero__video {
    width: 70%;
    height: calc(var(--vh, 1vh) * 100);
  }
}
.p-hero__video video {
  width: 100%;
  height: 100%;
}

.p-hero__info {
  display: none;
}
@media screen and (min-width: 980px) {
  .p-hero__info {
    width: 100%;
    display: grid;
    place-content: center;
    width: 30%;
  }
}

/*
  Link
*/
.p-link__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-link {
  font-size: 0.9375em;
  padding-bottom: 4em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-link {
    font-size: 1em;
  }
}
.p-link__title {
  margin-bottom: 1.5em;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 768px) {
  .p-link__title {
    margin-bottom: 1.75em;
  }
}
.p-link__title span {
  border-bottom: dotted;
  border-color: #212121;
  border-width: 1.2px;
  padding-bottom: 3px;
}
.p-link__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.p-link__txt {
  width: 100%;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-link__txt {
    width: 85%;
    padding-right: 1.5em;
    line-height: 2;
  }
}
.p-link__btn {
  width: 100%;
  padding-top: 0.75em;
}
@media screen and (min-width: 768px) {
  .p-link__btn {
    width: 10%;
    padding-top: 0;
  }
}

.p-link:nth-child(3) {
  padding-bottom: 0;
}

/*
  Map
*/
.p-map__contents {
  padding: pxToRem(60px) 0;
}

.p-map {
  width: 30%;
  margin: 0 auto;
}
.p-map img {
  width: 100%;
  height: auto;
}
.p-map__txt {
  font-size: 0.9375em;
  text-align: center;
}

.-maplink {
  isplay: inline-block;
  font-size: 0.875em;
  font-family: YakuHanJP, "Barlow Semi Condensed", "Roboto", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "Source Sans Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  line-height: 25px;
  position: relative;
  transition: color 0.3s ease;
}

.p-map__contents a {
  text-decoration: none;
  color: inherit;
}

.-maplink::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e8483d;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.p-map__txt.-googlemap > a {
  color: #e8483d;
}

@media screen and (min-width: 768px) {
  .p-map {
    width: 50%;
    margin: 0 0 0 auto;
  }
}
.p-map.-top {
  width: 48%;
  margin: 0 auto;
  padding-top: 16px;
}
@media screen and (min-width: 400px) {
  .p-map.-top {
    width: 35%;
  }
}
@media screen and (min-width: 768px) {
  .p-map.-top {
    width: 50%;
    padding-top: 0;
  }
}

/*
  Form
*/
.p-form {
  width: 90%;
  max-width: 926px;
  margin: 0 auto;
  padding: 2em;
  background-color: #ffffff;
  font-weight: bold;
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .p-form {
    padding: 1.875em 3.75em;
  }
}
.p-form__comment {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 3em;
  line-height: 1.5;
}
.p-form__item {
  max-width: 31.1875em;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-form__item {
    width: 63.7292464879%;
  }
}
.p-form__textarea {
  width: 100%;
}
.p-form__title {
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-form__title {
    padding-bottom: 1.5em;
  }
}
.p-form__title .label {
  display: inline-block;
  padding: 0.375em 1.0625em;
  color: #fff;
  font-size: 0.875em;
  font-weight: bold;
  background-color: #0c449b;
  border-radius: 12px;
  margin-left: 1.5em;
}
.p-form__detail {
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-form__detail {
    padding-bottom: 1.5em;
  }
}
.p-form__parts {
  width: 100%;
  border: none;
  border-radius: 3px;
  background-color: #eefbfb;
  padding: 1em;
}
.p-form__checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.75em 0 1.125em;
}
.p-form__checkbox input {
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #707070;
  background-color: #ffffff;
  border-radius: 0;
}
.p-form__checkbox .label {
  margin-left: 0.3125em;
  font-size: 0.9375em;
}
@media screen and (min-width: 768px) {
  .p-form__checkbox .label {
    font-size: 1em;
  }
}

.btn-box {
  width: 9.6875em;
  margin: 0 auto;
}

/*
  Hamburger
*/
.js-drawer {
  position: absolute;
  overflow: hidden;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 30px;
  padding: 0;
  z-index: 200;
  border: none;
  background-color: #fff;
}

.js-drawer::before {
  content: "MENU";
  color: #191919;
  padding-bottom: 8px;
  border-bottom: 1px solid #191919;
}

.js-drawer.-top {
  position: absolute;
  overflow: hidden;
  top: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  padding: 0;
  z-index: 200;
  border: none;
  background-color: #fff;
  border-radius: 50%;
}

.js-drawer.-top::before {
  position: absolute;
  content: "MENU";
  color: #191919;
  padding-bottom: 8px;
  border-bottom: 1px solid #191919;
  top: 33%;
  left: 24%;
}
@media screen and (min-width: 768px) {
  .js-drawer.-top::before {
    top: 33%;
    left: 23%;
  }
}

.is-drawerActive .js-drawer::before {
  content: "CLOSE";
}

@media screen and (min-width: 641px) {
  .js-drawer {
    display: none;
  }
}
/*
  thanks-page
*/
.p-thanks {
  width: 90%;
  margin: 0 auto;
  padding: 16vh 0;
  text-align: center;
  font-size: 0.875em;
  letter-spacing: 0.14em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-thanks {
    padding: 24vh 5rem;
    font-size: 1em;
  }
}

/*
  Covid
*/
.p-covid {
  background-color: #f4f8f8;
  font-size: 1em;
  padding: 2em;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-covid {
    padding: 2.5em;
  }
}
.p-covid__title {
  font-size: 0.875em;
  margin-bottom: 1.7142857143em;
  text-align: center;
}
.p-covid__txt {
  font-size: 0.875em;
}

/*
  About
*/
/*
  hozon
---------------------*/
.p-hozon__contents {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p-hozon__contents p {
  line-height: 2;
}
.p-hozon__itemL {
  width: 10%;
  padding-top: 6px;
}
@media screen and (min-width: 768px) {
  .p-hozon__itemL {
    width: 5%;
    padding-top: 4px;
  }
}
.p-hozon__itemR {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-hozon__itemR {
    width: 95%;
  }
}

/*
  calendar
---------------------*/
.p-calendar__container {
  width: 100%;
  font-size: 1em;
  padding-top: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.125em;
  padding-right: 1.125em;
  background: #fafcfd;
}
.p-calendar__container:first-child {
  margin-bottom: 24px;
}
.p-calendar__month {
  text-align: center;
  font-size: 0.9375em;
  padding-bottom: 1.2em;
}
.p-calendar__table {
  width: 100%;
}
.p-calendar__table th, .p-calendar__table td {
  width: 30px;
  text-align: center;
  font-size: 0.71875em;
  padding-top: 0.8695652174em;
  padding-bottom: 0.8695652174em;
  letter-spacing: 0.07em;
}

.day *:first-child {
  color: #ff838b;
}

.red {
  color: #ff838b;
}

.holi {
  position: relative;
}

.holi::before {
  position: absolute;
  content: "";
  width: 27.5px;
  height: 27.5px;
  border: 1px solid #ff838b;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -53%);
}

.p-calendar__sup {
  text-align: right;
  font-size: 0.8125em;
  margin-top: 0.8461538462em;
  position: relative;
}

.p-calendar__sup::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #ff838b;
  border-radius: 50%;
  top: 50%;
  right: 92px;
  transform: translateY(-52%);
}
@media screen and (min-width: 768px) {
  .p-calendar__sup::before {
    right: 98px;
  }
}

/*
  Blog
*/
.p-blog__img {
  padding-top: 2em;
  width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-blog__img {
    padding-top: 3.75em;
  }
}

.p-blog__content {
  padding-top: 2em;
  line-height: 1.5;
  font-size: 0.9375em;
}
@media screen and (min-width: 768px) {
  .p-blog__content {
    padding-top: 3.75em;
  }
}

.p-blog__content p {
  padding-bottom: 0.75em;
}

.p-blog__bottom {
  padding-top: 1.75em;
  font-size: 0.9375em;
}
@media screen and (min-width: 768px) {
  .p-blog__bottom {
    padding-top: 2.5em;
  }
}

/*
  Product
*/
.p-product {
  padding-top: 2.5em;
  padding-bottom: 5em;
}

.p-product__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-product__item {
    flex-direction: unset;
  }
}
.p-product__item.-second {
  padding-top: 5em;
}

.p-product__thumbnail {
  padding-top: 2.5em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-product__thumbnail {
    width: 40%;
    padding-top: 0;
  }
}

.p-product__body {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-product__body {
    width: 52%;
  }
}

.p-product__title {
  font-size: 1em;
  padding-bottom: 1.5em;
}

.p-product__txt {
  font-size: 0.9375em;
  line-height: 1.5;
  padding-top: 1.5em;
}

/*
  3.3 - Utility
-----------------------------------------------------*/
/*
  Break
*/
.u-break {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-break {
    display: inline-block;
  }
}

.u-break__sp {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .u-break__sp {
    display: none;
  }
}

/*
  Margin
*/
.u-mt--sp--0 {
  margin-top: 0;
}
.u-mt--sp--xsmall {
  margin-top: 0.5em;
}
.u-mt--sp--small {
  margin-top: 1em;
}
.u-mt--sp--medium {
  margin-top: 1.5em;
}
.u-mt--sp--large {
  margin-top: 2em;
}
.u-mt--sp--xlarge {
  margin-top: 2.5em;
}

.u-mb--sp--0 {
  margin-bottom: 0;
}
.u-mb--sp--xsmall {
  margin-bottom: 0.5em;
}
.u-mb--sp--small {
  margin-bottom: 1em;
}
.u-mb--sp--medium {
  margin-bottom: 1.5em;
}
.u-mb--sp--large {
  margin-bottom: 2em;
}
.u-mb--sp--xlarge {
  margin-bottom: 2.5em;
}

@media screen and (min-width: 768px) {
  .u-mt--tab--0 {
    margin-top: 0;
  }
  .u-mt--tab--xsmall {
    margin-top: 0.5em;
  }
  .u-mt--tab--small {
    margin-top: 1em;
  }
  .u-mt--tab--medium {
    margin-top: 1.5em;
  }
  .u-mt--tab--large {
    margin-top: 2em;
  }
  .u-mt--tab--xlarge {
    margin-top: 2.5em;
  }
  .u-mb--tab--0 {
    margin-bottom: 0;
  }
  .u-mb--tab--xsmall {
    margin-bottom: 0.5em;
  }
  .u-mb--tab--small {
    margin-bottom: 1em;
  }
  .u-mb--tab--medium {
    margin-bottom: 1.5em;
  }
  .u-mb--tab--large {
    margin-bottom: 2em;
  }
  .u-mb--tab--xlarge {
    margin-bottom: 2.5em;
  }
}
@media screen and (min-width: 980px) {
  .u-mt--lap--0 {
    margin-top: 0;
  }
  .u-mt--lap--xsmall {
    margin-top: 0.5em;
  }
  .u-mt--lap--small {
    margin-top: 1em;
  }
  .u-mt--lap--medium {
    margin-top: 1.5em;
  }
  .u-mt--lap--large {
    margin-top: 2em;
  }
  .u-mt--lap--xlarge {
    margin-top: 2.5em;
  }
  .u-mb--lap--0 {
    margin-bottom: 0;
  }
  .u-mb--lap--xsmall {
    margin-bottom: 0.5em;
  }
  .u-mb--lap--small {
    margin-bottom: 1em;
  }
  .u-mb--lap--medium {
    margin-bottom: 1.5em;
  }
  .u-mb--lap--large {
    margin-bottom: 2em;
  }
  .u-mb--lap--xlarge {
    margin-bottom: 2.5em;
  }
}
@media screen and (min-width: 980px) {
  .u-mt--desk--0 {
    margin-top: 0;
  }
  .u-mt--desk--xsmall {
    margin-top: 0.5em;
  }
  .u-mt--desk--small {
    margin-top: 1em;
  }
  .u-mt--desk--medium {
    margin-top: 1.5em;
  }
  .u-mt--desk--large {
    margin-top: 2em;
  }
  .u-mt--desk--xlarge {
    margin-top: 2.5em;
  }
  .u-mb--desk--0 {
    margin-bottom: 0;
  }
  .u-mb--desk--xsmall {
    margin-bottom: 0.5em;
  }
  .u-mb--desk--small {
    margin-bottom: 1em;
  }
  .u-mb--desk--medium {
    margin-bottom: 1.5em;
  }
  .u-mb--desk--large {
    margin-bottom: 2em;
  }
  .u-mb--desk--xlarge {
    margin-bottom: 2.5em;
  }
}
/*
  Text align
*/
.u-center {
  text-align: center;
}

.u-left {
  text-align: left;
}

.u-right {
  text-align: right;
}

/*
  Text-transform
*/
.u-upper {
  text-transform: uppercase;
}

.u-lower {
  text-transform: lowercase;
}

/*
  Screen Reader Text
*/
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}/*# sourceMappingURL=common.css.map */