@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

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

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row__item {
  width: 100%;
}

.row__item--mobile-1 {
  width: 8.33333%;
}

.row__item--mobile-2 {
  width: 16.66667%;
}

.row__item--mobile-3 {
  width: 25%;
}

.row__item--mobile-4 {
  width: 33.33333%;
}

.row__item--mobile-5 {
  width: 41.66667%;
}

.row__item--mobile-6 {
  width: 50%;
}

.row__item--mobile-7 {
  width: 58.33333%;
}

.row__item--mobile-8 {
  width: 66.66667%;
}

.row__item--mobile-9 {
  width: 75%;
}

.row__item--mobile-10 {
  width: 83.33333%;
}

.row__item--mobile-11 {
  width: 91.66667%;
}

.row__item--mobile-12 {
  width: 100%;
}

.row__item--mobile-fifth {
  width: 20%;
}

@media screen and (min-width: 768px) {
  .row__item--tablet-1 {
    width: 8.33333%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-2 {
    width: 16.66667%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-3 {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-4 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-5 {
    width: 41.66667%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-6 {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-7 {
    width: 58.33333%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-8 {
    width: 66.66667%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-9 {
    width: 75%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-10 {
    width: 83.33333%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-11 {
    width: 91.66667%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-12 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-fifth {
    width: 20%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-1 {
    width: 8.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-2 {
    width: 16.66667%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-4 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-5 {
    width: 41.66667%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-7 {
    width: 58.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-8 {
    width: 66.66667%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-10 {
    width: 83.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-11 {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-fifth {
    width: 20%;
  }
}

.row--std {
  margin: 0 -10px;
}

.row--std .row__item {
  padding: 0 10px;
}

.row--wide {
  margin: 0 -10px;
}

@media screen and (min-width: 768px) {
  .row--wide {
    margin: 0 -20px;
  }
}

.row--wide .row__item {
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .row--wide .row__item {
    padding: 0 20px;
  }
}

.row--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row--end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/*********************/
/*  ヘッダー  */
/*********************/
.header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 100;
}

.header__btn {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  z-index: 101;
}

.header--fixed {
  position: fixed;
}

.menu-btn {
  display: block;
  width: 90px;
  height: 60px;
}

@media screen and (min-width: 768px) {
  .menu-btn {
    width: 120px;
  }
}

.menu-btn:before {
  display: block;
  content: "もくじ";
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: .05em;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  background: #ffe72b;
  padding: 10px;
  border: 8px solid #fff;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .menu-btn:before {
    font-size: 2rem;
  }
}

.menu-btn--open:before {
  content: "とじる";
}

.gnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #ffe72b;
  border: 8px solid #fff;
  padding: 2rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  z-index: 99;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (min-width: 768px) {
  .gnav {
    top: 5%;
    left: 5%;
    right: 5%;
    bottom: 5%;
    width: 90%;
    height: 90%;
    padding: 3rem 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .gnav {
    height: 80%;
    top: 10%;
    bottom: 10%;
  }
}

.gnav__ttl {
  font-weight: 700;
  font-size: 2.5rem;
  color: #000000;
  letter-spacing: .05em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .gnav__ttl {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .gnav__ttl {
    font-size: 3.5rem;
  }
}

.gnav--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gnav-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gnav-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  counter-reset: number 0;
}

@media screen and (min-width: 1024px) {
  .gnav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 2rem auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.gnav-list__item {
  width: 100%;
  margin-left: 0;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (min-width: 1024px) {
  .gnav-list__item + .gnav-list__item {
    margin-left: 50px;
  }
}

.gnav-list__link {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: .05em;
  color: #000000;
  border-top: 5px solid #000000;
  border-bottom: 5px solid #000000;
  padding: 1rem 0;
  margin-bottom: 2rem;
}

@media screen and (max-width: 1023px) {
  .gnav-list__link {
    margin-top: 1.5rem;
  }
}

.gnav-list__link:before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "\e905";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 2.4rem;
  color: #000000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.gnav-list__link:hover:before {
  -webkit-transform: translate(-45%, -50%);
          transform: translate(-45%, -50%);
}

.gnav-child__item {
  position: relative;
}

.gnav-child__item:before {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 100%;
  border-bottom: 3px dotted #000000;
  z-index: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gnav-child__item:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: .05em;
  background: #ffe72b;
  padding-left: 1rem;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gnav-child__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.gnav-child__title {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000000;
  padding: 1rem .5rem 1rem 0;
  text-align: left;
  background: #ffe72b;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .gnav-child__title {
    font-size: 1.8rem;
    letter-spacing: .05em;
    padding: 1rem 1rem 1rem 0;
  }
}

.gnav-child__title--narrow {
  letter-spacing: .0em;
}

/*********************/
/*  メインビジュアル  */
/*********************/
.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  background-image: url(../images/map_bg.jpg);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  z-index: 1;
}

.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 231, 43, 0.75);
  z-index: 0;
}

@media (max-height: 700px) {
  .hero {
    padding: 5rem 0;
  }
}

.hero__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 75%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .hero__body {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .hero__body {
    width: 50%;
  }
}

.logo {
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .logo {
    width: 260px;
    height: 340px;
  }
}

.logo::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: -25px;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  width: 135px;
  height: 135px;
  background: url(../images/FV_label.png) center/contain no-repeat;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .logo::after {
    width: 200px;
    height: 200px;
    right: -55px;
  }
}

@media screen and (min-width: 1024px) {
  .logo::after {
    width: 240px;
    height: 240px;
    right: -50px;
  }
}

.logo__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: contain; object-position: center;';
}

.supervise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 6rem 0 0;
}

@media screen and (min-width: 1024px) {
  .supervise {
    margin: .5rem 0;
  }
}

.supervise__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .supervise__item {
    width: 300px;
    margin-top: 2rem;
  }
}

.supervise__head, .supervise__body {
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: .05em;
  line-height: 1.5;
  padding: 0 1.5rem;
}

@media screen and (min-width: 768px) {
  .supervise__head, .supervise__body {
    font-size: 2rem;
  }
}

.supervise__body {
  border-left: 2px solid #000000;
}

/*********************/
/*  TOP  */
/*********************/
.section {
  display: block;
  width: 100%;
  background-color: #ffe72b;
  padding: 60px 0 0;
}

@media screen and (min-width: 768px) {
  .section {
    padding: 100px 0 0;
  }
}

.section__title {
  font-weight: 900;
  font-size: 3rem;
  text-align: center;
  letter-spacing: .05em;
  padding-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .section__title {
    font-size: 3.5rem;
  }
}

.section--sales {
  background: #000000;
  padding: 0;
}

.section--city {
  padding-top: 30px;
}

.section--beans {
  position: relative;
  padding: 50px 0 30px;
  overflow: hidden;
}

.section--active:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: scale 2s linear;
          animation: scale 2s linear;
  opacity: 0;
}

.section--open:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 600px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: scale 2s linear;
          animation: scale 2s linear;
  opacity: 0;
}

.section--aside {
  padding: 500px 0 50px;
}

@media screen and (min-width: 768px) {
  .section--aside {
    padding: 800px 0 50px;
  }
}

.section--footer {
  text-align: center;
  padding: 30px 0;
}

.section--clock {
  position: relative;
  padding: 150px 0 0;
}

@media screen and (min-width: 768px) {
  .section--clock {
    padding: 180px 0 0;
  }
}

.section--map {
  padding-left: 10px;
  padding-right: 10px;
}

.section--link {
  padding: 100px 0 0;
}

@media screen and (min-width: 768px) {
  .section--link {
    padding: 160px 0 0;
  }
}

.sales-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

@media screen and (max-width: 767px) {
  .about {
    margin-bottom: 3rem;
  }
}

.about__box {
  position: relative;
  background: #fff;
  padding: 4rem 2rem;
  border-radius: 25px;
}

@media screen and (min-width: 768px) {
  .about__box {
    padding: 5rem;
  }
}

.about__box:before {
  position: absolute;
  left: 50%;
  bottom: -20px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34.6px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .about__box:before {
    left: 22%;
  }
}

.about__title {
  font-weight: 900;
  font-size: 3.5rem;
  color: #000000;
  text-align: center;
  line-height: 1.4;
  letter-spacing: .05em;
}

.about__description {
  font-weight: 700;
  color: #000000;
  margin-top: 1.5rem;
}

.about__tachikita-ttl {
  font-weight: 900;
  font-size: 2rem;
  color: #000000;
  border-bottom: 2px solid #000000;
  line-height: 1.4;
  letter-spacing: .05em;
  padding-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .about__tachikita-ttl {
    margin-top: 2rem;
  }
}

.about__tachikita-text {
  font-weight: 700;
  color: #000000;
  margin-top: 1.4rem;
}

.about__img {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 4.5rem auto 0;
  z-index: 1;
  -webkit-animation: fuwafuwa-t 3s ease-out infinite;
          animation: fuwafuwa-t 3s ease-out infinite;
}

@media screen and (min-width: 768px) {
  .about__img {
    margin-right: 0;
    margin-left: auto;
  }
}

.about__img:after {
  position: absolute;
  width: 46px;
  height: 66px;
  content: "";
  display: inline-block;
  bottom: 39px;
  right: -18px;
  background-image: url(../images/tachikita-shippo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: sippo 2s ease-out infinite;
          animation: sippo 2s ease-out infinite;
  z-index: -1;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.about__body {
  display: inline-block;
  width: 145px;
  height: 176px;
  background-size: contain;
  background-position: center;
  background-image: url(../images/tachikita-body.svg);
}

.tachikita-t-wrap {
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tachikita-t-wrap {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    margin-left: -3rem;
    margin-right: 3rem;
  }
}

/*********************/
/*  カードのレイアウト*/
/*********************/
.grid {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .grid {
    width: 708px;
  }
}

@media screen and (min-width: 1024px) {
  .grid {
    width: 1080px;
  }
}

.grid__item {
  position: relative;
  float: left;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .grid__item {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .grid__item {
    width: 33.3333%;
  }
}

.grid__item:nth-of-type(odd) .info-card__mirror {
  -webkit-animation: mirror01 6s ease-out infinite;
          animation: mirror01 6s ease-out infinite;
}

.grid__item:nth-of-type(even) .info-card__mirror {
  -webkit-animation: mirror02 11s ease-out infinite;
          animation: mirror02 11s ease-out infinite;
}

.grid__item:nth-of-type(3n) .info-card__mirror {
  -webkit-animation: mirror03 8.5s ease-out infinite;
          animation: mirror03 8.5s ease-out infinite;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*********************/
/*  カードの中身  */
/*********************/
.info-card {
  position: relative;
  border: 5px solid #000000;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 4rem 1.5rem 3rem;
}

.info-card__number {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.info-card__number:before {
  position: absolute;
  top: -70px;
  left: -70px;
  display: block;
  width: 130px;
  height: 130px;
  content: "";
  background: #000000;
  border-radius: 50%;
}

.info-card__number:after {
  position: absolute;
  top: 0px;
  left: 6px;
  display: inline-block;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-weight: 700;
  font-size: 2.4rem;
  color: #ffe72b;
}

.info-card__mirror {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 200%;
  content: "";
  background: rgba(221, 219, 208, 0.3);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: mirror 10s ease-out infinite;
          animation: mirror 10s ease-out infinite;
  z-index: 0;
}

.info-card__area {
  position: absolute;
  right: 5px;
  top: -38px;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: .05em;
  color: #fff;
  border-radius: 10px 10px 0 0 / 10px 10px 0 0;
  border-top: 5px solid #000000;
  border-right: 5px solid #000000;
  border-left: 5px solid #000000;
  padding: 5px 15px;
}

.info-card__area--kitaguchi {
  background: #ffa429;
}

.info-card__area--sansanroad {
  background: #d83535;
}

.info-card__area--tachikawa {
  background: #10086f;
}

.info-card__area--showakinenn {
  background: #33a312;
}

.info-card__title, .info-card__thumbnail, .info-card__description,
.info-card .info-list,
.info-card .sns-list {
  position: relative;
  z-index: 1;
}

.info-card__title {
  font-weight: 900;
  font-size: 2rem;
  text-align: center;
  letter-spacing: .05em;
  border-bottom: 2px solid #000000;
  line-height: 1.5;
  padding: 1rem 3.5rem 1.5rem;
}

.info-card__thumbnail {
  height: 140px;
  margin: 1.5rem auto;
}

@media screen and (min-width: 768px) {
  .info-card__thumbnail {
    height: 160px;
  }
}

.info-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.info-card__description {
  font-weight: 700;
  font-size: 1.4rem;
}

.info-card--front, .info-card--back {
  display: block;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.info-card--front {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.info-card--front .sns-list__link {
  z-index: 1;
}

.info-card--back {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  background: #000000;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  margin: 4rem 1.5rem 3rem;
}

.info-card--back .info-card__title,
.info-card--back .info-card__thumbnail,
.info-card--back .info-card__description,
.info-card--back .info-list,
.info-card--back .sns-list,
.info-card--back .sns-list__link {
  opacity: 0;
  z-index: -1;
}

.info-card--back .info-card__area {
  right: auto;
  left: 5px;
  background: #000000;
  color: #000000;
}

.info-card--back .info-card__number:after {
  color: #000000;
}

.info-card--active-f {
  opacity: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.info-card--active-b {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.info-btn {
  position: absolute;
  top: 65px;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #000000;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  -webkit-animation: flip 3s linear infinite;
          animation: flip 3s linear infinite;
}

.info-btn:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "\e901";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 2.2rem;
  color: #fff;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.info-btn--back {
  background: #fff;
}

.info-btn--back:before {
  color: #000000;
}

.info-list {
  list-style: none;
  margin: 2rem auto 3rem;
}

.info-list__item {
  vertical-align: middle;
  margin-bottom: .2rem;
}

.info-list__item:nth-child(1) .info-list__ttl {
  color: #d83535;
}

.info-list__item:nth-child(2) .info-list__ttl {
  color: #2857af;
}

.info-list__ttl {
  display: inline-block;
  width: 40px;
  font-weight: 700;
  font-size: 1.4rem;
}

.sns-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  z-index: 1;
}

.sns-list__item--active {
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.sns-list__item--active .sns-list__link--hp {
  opacity: 1;
  -webkit-animation: kakomi 2s ease-out infinite alternate;
          animation: kakomi 2s ease-out infinite alternate;
}

.sns-list__item--active .sns-list__link--is:before, .sns-list__item--active .sns-list__link--tw:before, .sns-list__item--active .sns-list__link--fb:before, .sns-list__item--active .sns-list__link--map:before {
  opacity: 1;
}

.sns-list__item--active:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sns-list__link {
  position: relative;
  display: inline-block;
}

.sns-list__link--hp {
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: .05em;
  color: #fff;
  background: #000000;
  border-radius: 5px;
  padding: 10px 15px;
  opacity: .1;
}

.sns-list__link--is:before, .sns-list__link--tw:before, .sns-list__link--fb:before, .sns-list__link--map:before {
  content: "";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 3rem;
  color: #000000;
  opacity: .1;
}

.sns-list__link--is:before {
  content: "\e900";
}

.sns-list__link--tw:before {
  content: "\e904";
}

.sns-list__link--fb:before {
  content: "\e902";
}

.sns-list__link--map:before {
  content: "\e903";
}

.back-card {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: fuwafuwa 4s ease-out infinite;
          animation: fuwafuwa 4s ease-out infinite;
}

.back-card__text {
  position: relative;
  display: inline-block;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.5;
  background: #ffe72b;
  padding: 30px;
  border-radius: 45%;
  text-align: center;
  white-space: nowrap;
}

.back-card__text:before {
  position: absolute;
  left: 50%;
  bottom: -20px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34.6px 20px 0 20px;
  border-color: #ffe72b transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.back-card__thumbnail {
  width: 190px;
  height: 190px;
  margin-top: 3.5rem;
  margin-left: auto;
  margin-right: auto;
}

.back-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: contain; object-position: center;';
}

@-webkit-keyframes flip {
  from,
  55% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
  }
  70% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  }
  75% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  }
  85% {
    -webkit-transform: perspective(400px) scale3d(0.85, 0.85, 0.85) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
            transform: perspective(400px) scale3d(0.85, 0.85, 0.85) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }
  to {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }
}

@keyframes flip {
  from,
  55% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
  }
  70% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  }
  75% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  }
  85% {
    -webkit-transform: perspective(400px) scale3d(0.85, 0.85, 0.85) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
            transform: perspective(400px) scale3d(0.85, 0.85, 0.85) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }
  to {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }
}

@-webkit-keyframes kakomi {
  0% {
    -webkit-box-shadow: 0 0 0 3px #fff;
            box-shadow: 0 0 0 3px #fff;
  }
  45% {
    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #000000;
            box-shadow: 0 0 0 3px #fff, 0 0 0 6px #000000;
  }
  55% {
    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #000000;
            box-shadow: 0 0 0 3px #fff, 0 0 0 6px #000000;
  }
  100% {
    -webkit-box-shadow: 0 0 0 3px #fff;
            box-shadow: 0 0 0 3px #fff;
  }
}

@keyframes kakomi {
  0% {
    -webkit-box-shadow: 0 0 0 3px #fff;
            box-shadow: 0 0 0 3px #fff;
  }
  45% {
    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #000000;
            box-shadow: 0 0 0 3px #fff, 0 0 0 6px #000000;
  }
  55% {
    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #000000;
            box-shadow: 0 0 0 3px #fff, 0 0 0 6px #000000;
  }
  100% {
    -webkit-box-shadow: 0 0 0 3px #fff;
            box-shadow: 0 0 0 3px #fff;
  }
}

@-webkit-keyframes mirror {
  0%,
  85% {
    top: -200%;
    left: -200%;
    opacity: 0;
  }
  100% {
    top: 200%;
    left: 200%;
    opacity: 1;
  }
}

@keyframes mirror {
  0%,
  85% {
    top: -200%;
    left: -200%;
    opacity: 0;
  }
  100% {
    top: 200%;
    left: 200%;
    opacity: 1;
  }
}

@-webkit-keyframes mirror01 {
  0%,
  80% {
    top: -200%;
    left: -200%;
    opacity: 0;
  }
  100% {
    top: 200%;
    left: 200%;
    opacity: 1;
  }
}

@keyframes mirror01 {
  0%,
  80% {
    top: -200%;
    left: -200%;
    opacity: 0;
  }
  100% {
    top: 200%;
    left: 200%;
    opacity: 1;
  }
}

@-webkit-keyframes mirror02 {
  0%,
  90% {
    top: -200%;
    left: -200%;
    opacity: 0;
  }
  100% {
    top: 200%;
    left: 200%;
    opacity: 1;
  }
}

@keyframes mirror02 {
  0%,
  90% {
    top: -200%;
    left: -200%;
    opacity: 0;
  }
  100% {
    top: 200%;
    left: 200%;
    opacity: 1;
  }
}

@-webkit-keyframes mirror03 {
  0%,
  95% {
    top: -100%;
    left: -100%;
    opacity: 0;
  }
  100% {
    top: 100%;
    left: 100%;
    opacity: 1;
  }
}

@keyframes mirror03 {
  0%,
  95% {
    top: -100%;
    left: -100%;
    opacity: 0;
  }
  100% {
    top: 100%;
    left: 100%;
    opacity: 1;
  }
}

/*********************/
/*  豆知識カードの中身  */
/*********************/
.beans {
  position: relative;
  width: 100%;
  min-height: 60px;
}

.beans__img {
  position: absolute;
  display: inline-block;
  cursor: crosshair;
}

#beans01 .beans__img {
  -webkit-animation: rotation 20s linear infinite;
          animation: rotation 20s linear infinite;
}

#beans02 .beans__img {
  -webkit-animation: ball01 8s ease-out infinite alternate;
          animation: ball01 8s ease-out infinite alternate;
}

#beans03 .beans__img {
  -webkit-animation: ball02 4s cubic-bezier(0.465, 0.84, 0.74, 1.05) infinite alternate;
          animation: ball02 4s cubic-bezier(0.465, 0.84, 0.74, 1.05) infinite alternate;
}

.beans-card {
  position: relative;
  max-width: 380px;
  border-radius: 165px;
  border: 5px solid #000000;
  padding: 50px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 2s ease-out;
  transition: 2s ease-out;
  display: none;
  margin: auto;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .beans-card {
    margin: 0 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .beans-card {
    width: 50%;
    padding: 50px 30px;
  }
}

@media screen and (min-width: 1024px) {
  .beans-card {
    width: 33.3333%;
    border-radius: 200px;
    padding: 50px 30px;
  }
}

.beans-card:before, .beans-card:after {
  position: absolute;
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.beans-card:before {
  top: -30px;
  left: 50%;
  width: 155px;
  height: 60px;
  background-image: url(../images/ribbon.svg);
}

.beans-card:after {
  bottom: 30px;
  right: 10px;
  width: 60px;
  height: 70px;
  background-image: url(../images/mame-kubomi.svg);
}

.beans-card__title {
  font-weight: 900;
  font-size: 2rem;
  text-align: center;
  letter-spacing: .05em;
  line-height: 1.5;
  padding: 1rem 2.5rem 0;
}

@media screen and (min-width: 768px) {
  .beans-card__title {
    font-size: 2.3rem;
    padding: 1rem 3.5rem 0;
  }
}

.beans-card__thumbnail {
  height: 175px;
  margin: 1.5rem auto;
}

.beans-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: contain; object-position: center;';
}

.beans-card__img--cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center;';
}

.beans-card__description {
  font-weight: 700;
  font-size: 1.4rem;
}

.beans-card--active {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 2s ease-out;
  transition: 2s ease-out;
}

#card_beans01.beans-card {
  background: #FFE3AF;
}

#card_beans02.beans-card {
  background: #7AC943;
}

#card_beans03.beans-card {
  background: #AE3550;
}

#card_beans03.beans-card .beans-card__title,
#card_beans03.beans-card .beans-card__description,
#card_beans03.beans-card .beans-list {
  color: #fff;
}

.beans-list {
  list-style: none;
  margin: 1.5rem auto 0;
}

@media screen and (min-width: 768px) {
  .beans-list {
    margin: 3rem auto 0;
  }
}

.beans-list__item {
  text-align: center;
  vertical-align: middle;
  margin-bottom: .2rem;
}

.beans-list__item:nth-child(1) .beans-list__ttl {
  color: #ffbb22;
}

.beans-list__item:nth-child(2) .beans-list__ttl {
  color: #EA5858;
}

.beans-list__ttl {
  display: inline-block;
  width: 40px;
  font-weight: 700;
  font-size: 1.4rem;
  margin-right: .5rem;
}

.beans-btn {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
}

.beans-btn__inner {
  display: inline-block;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: .05em;
  color: #fff;
  background: #000000;
  border-radius: 4px;
  text-align: center;
  padding: 5px 15px;
}

.beans-btn__inner--beige {
  -webkit-animation: hint01 2s ease-out infinite alternate;
          animation: hint01 2s ease-out infinite alternate;
}

.beans-btn__inner--green {
  -webkit-animation: hint02 2s ease-out infinite alternate;
          animation: hint02 2s ease-out infinite alternate;
}

.close-btn {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scale(1.5) translate(-50%, 50%);
          transform: scale(1.5) translate(-50%, 50%);
  cursor: pointer;
}

@-webkit-keyframes rotation {
  20%,
  40%,
  60%,
  80% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10%,
  30%,
  70%,
  90% {
    top: 5px;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  5%,
  25%,
  45%,
  65%,
  85%,
  95% {
    top: -5px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  0% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    left: 100%;
    top: 5px;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotation {
  20%,
  40%,
  60%,
  80% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10%,
  30%,
  70%,
  90% {
    top: 5px;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  5%,
  25%,
  45%,
  65%,
  85%,
  95% {
    top: -5px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  0% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    left: 100%;
    top: 5px;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes scale {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(100);
            transform: translate(-50%, -50%) scale(100);
    opacity: 0;
  }
}

@keyframes scale {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(100);
            transform: translate(-50%, -50%) scale(100);
    opacity: 0;
  }
}

@-webkit-keyframes fuwafuwa {
  0% {
    top: 50%;
  }
  50% {
    top: 53%;
  }
  100% {
    top: 50%;
  }
}

@keyframes fuwafuwa {
  0% {
    top: 50%;
  }
  50% {
    top: 53%;
  }
  100% {
    top: 50%;
  }
}

@-webkit-keyframes ball01 {
  0% {
    right: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  5%,
  25%,
  45%,
  65%,
  85% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  15%,
  35%,
  55%,
  75%,
  95% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    right: 100%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes ball01 {
  0% {
    right: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  5%,
  25%,
  45%,
  65%,
  85% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  15%,
  35%,
  55%,
  75%,
  95% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    right: 100%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes ball02 {
  0% {
    left: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    left: 100%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes ball02 {
  0% {
    left: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    left: 100%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes hint01 {
  0% {
    -webkit-box-shadow: 0 0 0 3px #FFE3AF;
            box-shadow: 0 0 0 3px #FFE3AF;
  }
  45% {
    -webkit-box-shadow: 0 0 0 3px #FFE3AF, 0 0 0 6px #000000;
            box-shadow: 0 0 0 3px #FFE3AF, 0 0 0 6px #000000;
  }
  55% {
    -webkit-box-shadow: 0 0 0 3px #FFE3AF, 0 0 0 6px #000000;
            box-shadow: 0 0 0 3px #FFE3AF, 0 0 0 6px #000000;
  }
  100% {
    -webkit-box-shadow: 0 0 0 3px #FFE3AF;
            box-shadow: 0 0 0 3px #FFE3AF;
  }
}

@keyframes hint01 {
  0% {
    -webkit-box-shadow: 0 0 0 3px #FFE3AF;
            box-shadow: 0 0 0 3px #FFE3AF;
  }
  45% {
    -webkit-box-shadow: 0 0 0 3px #FFE3AF, 0 0 0 6px #000000;
            box-shadow: 0 0 0 3px #FFE3AF, 0 0 0 6px #000000;
  }
  55% {
    -webkit-box-shadow: 0 0 0 3px #FFE3AF, 0 0 0 6px #000000;
            box-shadow: 0 0 0 3px #FFE3AF, 0 0 0 6px #000000;
  }
  100% {
    -webkit-box-shadow: 0 0 0 3px #FFE3AF;
            box-shadow: 0 0 0 3px #FFE3AF;
  }
}

@-webkit-keyframes hint02 {
  0% {
    -webkit-box-shadow: 0 0 0 3px #7AC943;
            box-shadow: 0 0 0 3px #7AC943;
  }
  45% {
    -webkit-box-shadow: 0 0 0 3px #7AC943, 0 0 0 6px #000000;
            box-shadow: 0 0 0 3px #7AC943, 0 0 0 6px #000000;
  }
  55% {
    -webkit-box-shadow: 0 0 0 3px #7AC943, 0 0 0 6px #000000;
            box-shadow: 0 0 0 3px #7AC943, 0 0 0 6px #000000;
  }
  100% {
    -webkit-box-shadow: 0 0 0 3px #7AC943;
            box-shadow: 0 0 0 3px #7AC943;
  }
}

@keyframes hint02 {
  0% {
    -webkit-box-shadow: 0 0 0 3px #7AC943;
            box-shadow: 0 0 0 3px #7AC943;
  }
  45% {
    -webkit-box-shadow: 0 0 0 3px #7AC943, 0 0 0 6px #000000;
            box-shadow: 0 0 0 3px #7AC943, 0 0 0 6px #000000;
  }
  55% {
    -webkit-box-shadow: 0 0 0 3px #7AC943, 0 0 0 6px #000000;
            box-shadow: 0 0 0 3px #7AC943, 0 0 0 6px #000000;
  }
  100% {
    -webkit-box-shadow: 0 0 0 3px #7AC943;
            box-shadow: 0 0 0 3px #7AC943;
  }
}

/*********************/
/*  おやつタイムの中身  */
/*********************/
.clock {
  position: relative;
  width: 100%;
  min-height: 100px;
}

.clock__img {
  position: absolute;
  left: 50%;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  max-width: 150px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: crosshair;
}

.clock-card {
  position: relative;
  -webkit-transition: 2s ease-out;
  transition: 2s ease-out;
  visibility: visible;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 1;
  margin: auto;
  overflow: hidden;
  background: #ffe72b;
}

.clock-card--active {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 2s ease-out;
  transition: 2s ease-out;
}

.clock-room {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 15px;
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  border: 5px solid #fff;
  opacity: 0;
}

.clock-room__thinking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 10%;
  right: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  max-height: 270px;
  max-width: 240px;
  margin: 0 auto;
  padding: 0 0 5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-image: url(../images/oyatsu_fukidashi.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  -webkit-transition: ease .5s;
  transition: ease .5s;
  z-index: 5;
}

.clock-room__thinking img {
  margin: 0 auto;
  max-height: 80px;
  max-width: 120px;
}

@media screen and (min-width: 768px) {
  .clock-room__thinking img {
    max-height: 120px;
    max-width: 170px;
  }
}

@media screen and (min-width: 1024px) {
  .clock-room__thinking img {
    max-height: 270px;
    max-width: 200px;
  }
}

@media screen and (min-width: 768px) {
  .clock-room__thinking {
    top: 12%;
    right: 43%;
    max-height: 350px;
    max-width: 320px;
  }
}

@media screen and (min-width: 1024px) {
  .clock-room__thinking {
    top: 8%;
    right: 45%;
    max-height: 370px;
    max-width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .clock-room__thinking--big {
    max-height: 300px;
    max-width: 270px;
    padding: 0 0 3rem;
  }
}

.clock-room__description {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  margin: 1rem 0;
}

.clock-room__window, .clock-room__sensei, .clock-room__table {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.clock-room__window {
  top: 35%;
  right: 10%;
  max-width: 80px;
}

@media screen and (min-width: 768px) {
  .clock-room__window {
    top: 25%;
    right: 25%;
    max-width: 105px;
  }
}

@media screen and (min-width: 1024px) {
  .clock-room__window {
    top: 15%;
    right: 30%;
    max-width: 125px;
  }
}

.clock-room__sensei {
  bottom: 8%;
  right: 15%;
  max-width: 105px;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: sensei 3s ease-in-out infinite alternate;
          animation: sensei 3s ease-in-out infinite alternate;
}

@media screen and (min-width: 768px) {
  .clock-room__sensei {
    bottom: 8%;
    right: 25%;
    max-width: 130px;
  }
}

@media screen and (min-width: 1024px) {
  .clock-room__sensei {
    bottom: 8%;
    right: 33%;
    max-width: 160px;
  }
}

.clock-room__table {
  bottom: 8%;
  right: 50%;
  max-width: 120px;
}

@media screen and (min-width: 768px) {
  .clock-room__table {
    bottom: 8%;
    right: 60%;
    max-width: 155px;
  }
}

@media screen and (min-width: 1024px) {
  .clock-room__table {
    bottom: 8%;
    right: 54%;
    max-width: 175px;
  }
}

.clock-room:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 0;
}

.clock-room:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  content: '';
  width: 100%;
  height: 15%;
  z-index: 0;
}

.clock-room--oyatsu01:before {
  background: rgba(255, 255, 255, 0.4);
}

.clock-room--oyatsu01:after {
  background: #B4E2F5;
}

.clock-room--oyatsu02:before {
  background: rgba(255, 255, 255, 0.15);
}

.clock-room--oyatsu02:after {
  background: #FFA429;
}

.clock-room--oyatsu03:before {
  background: rgba(0, 0, 0, 0.15);
}

.clock-room--oyatsu03:after {
  background: #78306B;
}

.clock-btn {
  display: block;
  text-align: center;
  margin-top: .5rem;
}

.clock-btn__inner {
  display: inline-block;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: .05em;
  color: #fff;
  background: #000000;
  border-radius: 4px;
  text-align: center;
  padding: 5px 10px;
  -webkit-animation: oyatsu 2s ease-out infinite alternate;
          animation: oyatsu 2s ease-out infinite alternate;
}

.afternoon-area {
  width: 100%;
  position: relative;
  height: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-perspective: 50vh;
          perspective: 50vh;
  max-width: 1000px;
  margin: 0 auto;
}

.afternoon-area::before,
.afternoon-area::after {
  content: '';
  position: absolute;
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 6;
}

.afternoon-area::before {
  top: calc(0px - 50px);
  left: 0;
  background: #ffbb22;
  width: 100%;
  height: 50px;
  -webkit-transform: rotatex(-90deg);
          transform: rotatex(-90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.afternoon-area::after {
  bottom: calc(0px - 50px);
  left: 0;
  background: #ffbb22;
  width: 100%;
  height: 50px;
  -webkit-transform: rotatex(90deg);
          transform: rotatex(90deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}

/* checkbox */
.check {
  display: none;
}

.switch {
  position: absolute;
  top: 1rem;
  left: calc(50% - 75px);
  width: 150px;
  height: 107px;
  margin: 0 auto;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
  visibility: visible;
  -webkit-animation: clock 3s ease-in-out infinite alternate;
          animation: clock 3s ease-in-out infinite alternate;
  opacity: 1;
  z-index: 7;
}

.switch--oyatsu01 {
  background-image: url(../images/oyatsu_00_set_01.png);
}

.switch--oyatsu02 {
  background-image: url(../images/oyatsu_00_set_02.png);
}

.switch--oyatsu03 {
  background-image: url(../images/oyatsu_00_set_03.png);
}

.switch.pull::before {
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
}

.check.pull:checked ~ .afternoon-area::before {
  -webkit-transform: rotatex(0deg);
          transform: rotatex(0deg);
  opacity: 0;
}

.check.pull:checked ~ .afternoon-area::after {
  -webkit-transform: rotatex(0deg);
          transform: rotatex(0deg);
  opacity: 0;
}

.check.pull:checked ~ .afternoon-area {
  height: 520px;
}

@media screen and (min-width: 768px) {
  .check.pull:checked ~ .afternoon-area {
    height: 600px;
  }
}

.check.pull:checked ~ .afternoon-area .clock-room {
  opacity: 1;
}

.check.pull:checked ~ .afternoon-area .clock-room__thinking {
  opacity: 1;
}

@-webkit-keyframes oyatsu {
  0% {
    -webkit-box-shadow: 0 0 0 3px #fff;
            box-shadow: 0 0 0 3px #fff;
  }
  45% {
    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #000000;
            box-shadow: 0 0 0 3px #fff, 0 0 0 6px #000000;
  }
  55% {
    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #000000;
            box-shadow: 0 0 0 3px #fff, 0 0 0 6px #000000;
  }
  100% {
    -webkit-box-shadow: 0 0 0 3px #fff;
            box-shadow: 0 0 0 3px #fff;
  }
}

@keyframes oyatsu {
  0% {
    -webkit-box-shadow: 0 0 0 3px #fff;
            box-shadow: 0 0 0 3px #fff;
  }
  45% {
    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #000000;
            box-shadow: 0 0 0 3px #fff, 0 0 0 6px #000000;
  }
  55% {
    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #000000;
            box-shadow: 0 0 0 3px #fff, 0 0 0 6px #000000;
  }
  100% {
    -webkit-box-shadow: 0 0 0 3px #fff;
            box-shadow: 0 0 0 3px #fff;
  }
}

@-webkit-keyframes clock {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  15%,
  25%,
  35% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  10%,
  20%,
  30%,
  40% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes clock {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  15%,
  25%,
  35% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  10%,
  20%,
  30%,
  40% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@-webkit-keyframes sensei {
  0% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
            transform: translate(0, 0) rotate(-5deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}

@keyframes sensei {
  0% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
            transform: translate(0, 0) rotate(-5deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}

/*********************/
/*  ボタン  */
/*********************/
.btn {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 2rem;
  color: #000000;
  border-top: 5px solid #000000;
  border-bottom: 5px solid #000000;
  letter-spacing: .05em;
  padding: 1rem 0;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 767px) {
  .btn {
    margin-bottom: 1.5rem;
  }
}

.btn:before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "\e905";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 3rem;
  color: #000000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.btn:hover:before {
  -webkit-transform: translate(-45%, -50%);
          transform: translate(-45%, -50%);
}

/*********************/
/*  フッター上のタチキチくん  */
/*********************/
.aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aside__img {
  width: 85px;
}

.aside__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.aside__move {
  position: relative;
  width: 85px;
  height: 140px;
  background-size: contain;
  background-position: center;
  background-image: url(../images/tachikita-head-anime.svg);
  -webkit-animation: fuwafuwa-t 3s ease-out infinite;
          animation: fuwafuwa-t 3s ease-out infinite;
}

.aside__move:before, .aside__move:after {
  width: 8px;
  height: 9px;
  position: absolute;
  content: "";
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: eyes 4s ease-out infinite;
          animation: eyes 4s ease-out infinite;
}

.aside__move:before {
  top: 52px;
  right: 34px;
  background-image: url(../images/eyes-right.svg);
}

.aside__move:after {
  top: 51px;
  right: 59px;
  background-image: url(../images/eyes-left.svg);
}

.aside__text {
  position: relative;
  display: inline-block;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1.5;
  color: #000000;
  letter-spacing: .05em;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #ffe72b;
  padding: 1.5rem 5rem;
  margin-left: 5rem;
}

@media screen and (max-width: 767px) {
  .aside__text {
    width: 60%;
    font-size: 1.8rem;
    padding: 1.6rem;
    line-height: 1.6;
    margin-left: 3rem;
  }
  .aside__text br {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .aside__text {
    width: 70%;
    font-size: 1.9rem;
    padding: 1.5rem 3rem;
  }
}

.aside__text:before, .aside__text:after {
  position: absolute;
  top: 50%;
  left: -25px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 26.0px 15px 0;
  border-color: transparent #ffe72b transparent transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.aside__text:before {
  left: -35px;
  border-width: 20px 34.6px 20px 0;
  border-color: transparent #fff transparent transparent;
}

@-webkit-keyframes fuwafuwa-t {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fuwafuwa-t {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes eyes {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  55% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  65% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  75% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  90% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes eyes {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  55% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  65% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  75% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  90% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes sippo {
  0%,
  55% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  65% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  75% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  90% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes sippo {
  0%,
  55% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  65% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  75% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  90% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

/*********************/
/*  フッター  */
/*********************/
.barcode {
  margin: auto;
}

.copyright {
  font-weight: 700;
  font-size: 1.2rem;
  color: #000000;
  text-align: center;
  letter-spacing: .1em;
  margin-top: .5rem;
}

/*********************/
/*  ページトップボタン　 */
/*********************/
.page-top {
  position: fixed;
  display: inline-block;
  width: 70px;
  height: 110px;
  right: 0px;
  bottom: 5px;
  background-image: url(../images/page-top.svg);
  background-size: contain;
  background-position: center center;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  opacity: 0;
  z-index: 10;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

@media screen and (min-width: 768px) {
  .page-top {
    width: 80px;
    height: 160px;
    bottom: 20px;
    right: 20px;
  }
}

.page-top--fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

:root {
  font-size: 62.5%;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?vg6ec6");
  src: url("../fonts/icomoon.eot?vg6ec6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vg6ec6") format("truetype"), url("../fonts/icomoon.woff?vg6ec6") format("woff"), url("../fonts/icomoon.svg?vg6ec6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Arial, "メイリオ", Meiryo, sans-serif;
  color: #000000;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 1064px;
  }
}

.main {
  counter-reset: number 0;
  overflow: hidden;
}

img,
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.clearfix {
  clear: both;
}

:focus {
  outline: 0;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 2em 0 0;
  }
}

@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 2em;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  img.aligncenter {
    margin: 2em auto;
  }
}

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 80%;
  width: 100%;
  max-width: 823px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .gmap-wrapper {
    height: 100%;
    padding-top: 60%;
  }
}

@media screen and (min-width: 1024px) {
  .gmap-wrapper {
    padding-top: 40%;
  }
}

.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-height: 400px;
}

@media screen and (max-width: 767px) {
  .twitter-wrapper iframe {
    height: 100% !important;
    max-height: 280px;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .pc-only {
    display: none;
  }
}

.attention {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  background: #d83535;
}

.attention__link {
  color: #fff;
  display: block;
  padding: 20px 105px 20px 15px;
  letter-spacing: 0.05em;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .attention__link {
    padding: 20px 125px 20px 15px;
  }
}

@media screen and (min-width: 1024px) {
  .attention__link {
    padding: 20px 30px;
  }
}
