@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  background: #98B3AD;
}
@media screen and (min-width: 667px) {
  body {
    font-size: 18px;
    min-width: 1100px;
  }
}
body.hint {
  background: #000;
  max-width: 1000px;
  margin: 0 auto;
}

.reg {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

li {
  list-style: none;
}

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

#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}
@media screen and (min-width: 667px) {
  #page-top {
    bottom: 10px;
    right: 10px;
  }
}
#page-top a {
  text-decoration: none;
  width: 35px;
  display: block;
}
@media screen and (min-width: 667px) {
  #page-top a {
    width: 35px;
  }
}

a {
  color: #8d0000;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

a img {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 667px) {
  a:hover img {
    opacity: 0.6;
  }
}

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

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

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

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt05em {
  margin-top: 0.5em;
}

.mt1em {
  margin-top: 1em;
}

.mt2em {
  margin-top: 2em;
}

.mt3em {
  margin-top: 3em;
}

.mt4em {
  margin-top: 4em;
}

.mb1em {
  margin-bottom: 1em;
}

.mb2em {
  margin-bottom: 2em;
}

.mb3em {
  margin-bottom: 3em;
}

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

.ta-l {
  text-align: left !important;
}

@media screen and (min-width: 667px) {
  .ta-l-pc {
    text-align: left !important;
  }
}

.btn a, nav li, .pia a, .info_btn, .link a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn a:hover, nav li:hover, .pia a:hover, .info_btn:hover, .link a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}
@media screen and (max-width: 800px) {
  .btn a:hover, nav li:hover, .pia a:hover, .info_btn:hover, .link a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
}

.ttl-note {
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px;
}

.anotate {
  margin-top: 2em;
}
.anotate h3 {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}

.note {
  font-size: 10px;
  margin-top: 5px;
}
@media screen and (min-width: 667px) {
  .note {
    font-size: 12px;
  }
}
.note.asterisk {
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.note.dot {
  text-indent: -1em;
  margin-left: 1em;
}
.note.dot ul {
  margin-left: 0.7em;
}

.note-l {
  font-size: 12px;
  margin-top: 5px;
  color: #e01822;
}
@media screen and (min-width: 667px) {
  .note-l {
    font-size: 14px;
  }
}

section.link .inner {
  padding: 3em 20px;
  max-width: 1200px;
  margin: 20px auto;
}
section.link .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.link .inner ul li {
  width: 31%;
  margin: 1%;
}
@media screen and (min-width: 667px) {
  section.link .inner ul li {
    width: 18%;
  }
}

.anotation {
  margin-top: 20px;
}
@media screen and (min-width: 667px) {
  .anotation {
    margin-top: 50px;
  }
}
.anotation .inner {
  background: #333;
  border: 1px solid #666;
  max-width: 860px;
  padding: 20px;
  width: calc(100% - 40px);
}
.anotation .inner .read01 {
  margin: 0 0 15px;
  text-align: center;
  font-weight: bold;
  font-size: 6vw;
}
@media screen and (min-width: 667px) {
  .anotation .inner .read01 {
    margin: 0 0 15px;
    font-size: 34px;
  }
}

.info {
  margin-top: 40px;
}
@media screen and (min-width: 667px) {
  .info {
    margin-top: 50px;
  }
}
.info .inner {
  max-width: 800px;
  width: 100%;
}
.info .inner .read01 {
  margin: 0 0 15px;
  text-align: center;
  font-weight: bold;
  font-size: 6vw;
}
@media screen and (min-width: 667px) {
  .info .inner .read01 {
    margin: 0 0 15px;
    font-size: 34px;
  }
}
.info .inner .btn {
  margin-bottom: 10px;
}
.info .inner p {
  text-align: center;
}
.info .inner .note {
  color: #000;
}

.btn_01 a {
  background: #8d0000;
  color: #fff;
  padding: 20px 5px;
  width: 100%;
  margin: 2em auto 0;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
}
@media screen and (min-width: 667px) {
  .btn_01 a {
    width: 70%;
    font-size: 15px;
  }
}
.btn_01 a i {
  position: absolute;
  height: 18px;
  display: inherit;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
  width: 30px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: skew(45deg) translateY(-50%);
          transform: skew(45deg) translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn_01 a:hover {
  opacity: 0.8;
}
.btn_01 a:hover i {
  -webkit-transform: skew(45deg) translateY(-50%) translateX(10px);
          transform: skew(45deg) translateY(-50%) translateX(10px);
}

.btn02 a {
  color: #fff;
  border-radius: 10px;
  padding: 20px 5px;
  width: 100%;
  margin: 1em auto 0;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  font-size: 13px;
  line-height: 1.4;
  border: 1px solid #333;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 667px) {
  .btn02 a {
    width: 80%;
    font-size: 15px;
  }
}
.btn02 a i {
  position: absolute;
  height: 18px;
  display: inherit;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
  width: 22px;
  height: 8px;
  border-bottom: 3px solid #666;
  border-right: 4px solid #666;
  -webkit-transform: skew(45deg) translateY(-50%);
          transform: skew(45deg) translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn02 a img {
  width: 50vw;
  margin: 0 auto;
}
@media screen and (min-width: 667px) {
  .btn02 a img {
    width: 300px;
  }
}
.btn02 a:hover {
  text-decoration: none;
}
.btn02 a:hover i {
  -webkit-transform: skew(45deg) translateY(-50%) translateX(10px);
          transform: skew(45deg) translateY(-50%) translateX(10px);
}

.btn03 a {
  background: #45a6e3;
  color: #ffffff;
  border-radius: 10px;
  padding: 15px 5px;
  width: 100%;
  margin: 1em auto;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  font-size: 13px;
  line-height: 1.4;
}
@media screen and (min-width: 667px) {
  .btn03 a {
    width: 80%;
    font-size: 15px;
  }
}
.btn03 a i {
  position: absolute;
  height: 18px;
  display: inherit;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
  width: 22px;
  height: 8px;
  border-bottom: 3px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: skew(45deg) translateY(-50%);
          transform: skew(45deg) translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn03 a img {
  width: 50vw;
  margin: 0 auto;
}
@media screen and (min-width: 667px) {
  .btn03 a img {
    width: 300px;
  }
}
.btn03 a:hover {
  text-decoration: none;
}
.btn03 a:hover i {
  -webkit-transform: skew(45deg) translateY(-50%) translateX(5px);
          transform: skew(45deg) translateY(-50%) translateX(5px);
}

.btn04 a {
  background: #f39e09;
  color: #ffffff;
  border-radius: 10px;
  padding: 15px 5px;
  width: 100%;
  margin: 1em auto;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  font-size: 13px;
  line-height: 1.4;
}
@media screen and (min-width: 667px) {
  .btn04 a {
    width: 80%;
    font-size: 15px;
  }
}
.btn04 a i {
  position: absolute;
  height: 18px;
  display: inherit;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
  width: 22px;
  height: 8px;
  border-bottom: 3px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: skew(45deg) translateY(-50%);
          transform: skew(45deg) translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn04 a span {
  font-size: 0.8em;
  display: block;
}
.btn04 a img {
  width: 50vw;
  margin: 0 auto;
}
@media screen and (min-width: 667px) {
  .btn04 a img {
    width: 300px;
  }
}
.btn04 a:hover {
  text-decoration: none;
}
.btn04 a:hover i {
  -webkit-transform: skew(45deg) translateY(-50%) translateX(5px);
          transform: skew(45deg) translateY(-50%) translateX(5px);
}

.box_01 {
  background: rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border: 1px solid #ccc;
  padding: 1.5em;
}

.contfooter .note {
  color: #000;
}
.contfooter .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 350px;
  margin: 20px auto 10px;
}
.contfooter .link li {
  margin: 0 10px;
}
@media screen and (min-width: 667px) {
  .contfooter .link li {
    margin: 0 15px;
  }
}

/*      footer     */
.footer {
  padding: 20px 30px 30px;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
  text-align: center;
}
.footer .inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.footer .inner .copyright {
  text-align: center;
  font-size: 10px;
  color: #fff;
  line-height: 1.6em;
  margin-top: 10px;
  display: inline-block;
}
@media screen and (min-width: 667px) {
  .footer .inner .copyright {
    font-size: 12px;
  }
}
.footer .inner .note {
  margin-top: 0.7em;
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

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

b,
strong {
  font-weight: 500; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

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

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

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

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

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* 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;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: 1px solid #000;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  border: 2px solid #fff;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2291.6px%22%20height%3D%2291.6px%22%20viewBox%3D%220%200%2091.6%2091.6%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2091.6%2091.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%3E%20%3Crect%20transform%3D%22matrix(-1%20-1.224647e-16%201.224647e-16%20-1%2091.5663%2091.5663)%22%20class%3D%22st0%22%20width%3D%2291.6%22%20height%3D%2291.6%22%2F%3E%20%3Cpolygon%20points%3D%2223.5%2C46.2%2059.9%2C82.6%2064%2C78.5%2031.4%2C45.8%2064%2C13.1%2059.9%2C9%2023.5%2C45.4%2023.9%2C45.8%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  left: -10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2291.6px%22%20height%3D%2291.6px%22%20viewBox%3D%220%200%2091.6%2091.6%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2091.6%2091.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%3E%20%3Crect%20class%3D%22st0%22%20width%3D%2291.6%22%20height%3D%2291.6%22%2F%3E%20%3Cpolygon%20points%3D%2268.1%2C45.4%2031.7%2C9%2027.5%2C13.1%2060.2%2C45.8%2027.5%2C78.5%2031.7%2C82.6%2068.1%2C46.2%2067.7%2C45.8%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  right: -10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

#top .nav-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2em auto 4em;
}
#top .nav-top li {
  width: 48%;
  margin: 1%;
}
@media screen and (min-width: 667px) {
  #top .nav-top li {
    width: 31.3%;
  }
}
#top h2.logo {
  max-width: 800px;
  margin: 1em auto 1em;
}
@media screen and (min-width: 667px) {
  #top h2.logo {
    margin: 2em auto 1em;
  }
}
#top .twitter {
  background: #000;
  margin-top: 20px;
}
@media screen and (min-width: 667px) {
  #top .twitter {
    margin-top: 50px;
  }
}
#top .twitter .inner {
  max-width: 840px;
  padding: 4em 20px;
}
#top .twitter .inner .read01 {
  margin: 0 0 15px;
  text-align: center;
  font-weight: bold;
  font-size: 6vw;
}
@media screen and (min-width: 667px) {
  #top .twitter .inner .read01 {
    margin: 0 0 15px;
    font-size: 34px;
  }
}

.commonNav {
  background: #000;
  background-size: 750px;
  top: 0;
  left: 0;
  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;
}
@media screen and (min-width: 667px) {
  .commonNav {
    position: sticky;
    z-index: 1000;
    padding: 10px;
  }
}
.commonNav h1 img {
  width: 40vw;
}
@media screen and (min-width: 667px) {
  .commonNav h1 img {
    width: 180px;
  }
}
.commonNav .commonMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.commonNav .commonMenu ul li {
  margin: 0 20px;
}
.commonNav .commonMenu ul li a img {
  height: 35px;
  width: auto;
}
.commonNav .outer-menu {
  position: fixed;
  top: 0vw;
  right: 12vw;
  z-index: 2000;
}
@media screen and (min-width: 667px) {
  .commonNav .outer-menu {
    top: 0;
    right: 60px;
  }
}
.commonNav .outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 12vw;
  height: 12vw;
  opacity: 0;
}
@media screen and (min-width: 667px) {
  .commonNav .outer-menu .checkbox-toggle {
    width: 60px;
    height: 60px;
  }
}
.commonNav .outer-menu .checkbox-toggle:checked + .hamburger > div {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.commonNav .outer-menu .checkbox-toggle:checked + .hamburger > div:before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.commonNav .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.commonNav .outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
.commonNav .outer-menu .checkbox-toggle:checked ~ .menu > div {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}
.commonNav .outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
.commonNav .outer-menu .checkbox-toggle:hover + .hamburger {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.commonNav .outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.commonNav .outer-menu .hamburger {
  position: absolute;
  top: 7px;
  left: -7px;
  z-index: 1;
  width: 12vw;
  height: 12vw;
  padding: 0.5em 1em;
  cursor: pointer;
  background: #ec2f21;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  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;
}
@media screen and (min-width: 667px) {
  .commonNav .outer-menu .hamburger {
    width: 60px;
    height: 60px;
  }
}
.commonNav .outer-menu .hamburger > div {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  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;
}
.commonNav .outer-menu .hamburger > div:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.commonNav .outer-menu .hamburger > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 10px;
}
.commonNav .outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 1px solid transparent;
  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;
}
.commonNav .outer-menu .menu > div {
  width: 300vw;
  height: 300vw;
  color: #FEFEFE;
  background: #f0ede2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  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;
}
.commonNav .outer-menu .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  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;
}
.commonNav .outer-menu .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.commonNav .outer-menu .menu > div > div > ul > li {
  padding: 0;
  margin: 2em 1em;
  font-size: 24px;
  display: block;
}
.commonNav .outer-menu .menu > div > div > ul > li:first-child a img {
  height: 10vh;
}
.commonNav .outer-menu .menu > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.commonNav .outer-menu .menu > div > div > ul > li img {
  height: 4vh;
  width: auto;
}

#tenbou {
  background-image: url(../img/bg_02.jpg);
  background-size: 60%;
  background-repeat: repeat;
  background-position: top center;
}
@media screen and (min-width: 667px) {
  #tenbou {
    background-size: 400px;
  }
}
#tenbou .frame_03 {
  position: relative;
}
#tenbou .frame_03:after {
  position: absolute;
  content: "";
  background: url(../img/img_tenbou_04.png);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  width: 26vw;
  height: 40vw;
  right: -7vw;
  top: -25vw;
  display: none;
}
@media screen and (min-width: 667px) {
  #tenbou .frame_03:after {
    display: block;
    width: 365px;
    height: 300px;
    right: -18px;
    top: -85px;
  }
}
#tenbou .note01 {
  width: 60%;
}
@media screen and (min-width: 667px) {
  #tenbou .note01 {
    width: 100%;
  }
}
#tenbou .deliveryPlace {
  background: #f6f2ea;
  padding: 1em;
}
#tenbou .deliveryPlace h4 {
  text-align: center;
  margin-bottom: 1em;
  color: #997d41;
  font-size: 1em;
}
@media screen and (min-width: 667px) {
  #tenbou .deliveryPlace .frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#tenbou .deliveryPlace .frame .entry {
  border-radius: 7px;
  overflow: hidden;
  font-weight: bold;
}
@media screen and (min-width: 667px) {
  #tenbou .deliveryPlace .frame .entry {
    width: 49%;
  }
}
#tenbou .deliveryPlace .frame .c1 {
  padding: 0.7em;
  text-align: center;
  background: #fff;
}
#tenbou .deliveryPlace .frame .c2 {
  padding: 0.7em;
  text-align: center;
  background: #e9daba;
  position: relative;
}
#tenbou .deliveryPlace .frame .c2:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 5px);
  top: 0;
  border: 10px solid transparent;
  border-top: 10px solid #fff; /* 好みで色を変えてください */
}
#tenbou .purchasing {
  background: #f5f5f5;
  padding: 1em;
}
#tenbou .purchasing h4 {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 1em;
}

section .inner {
  padding: 3em 20px;
  max-width: 900px;
  margin: 0 auto;
}
section .inner .banner {
  display: block;
}
@media screen and (min-width: 667px) {
  section .inner .banner {
    margin-top: 20px;
  }
}
section .inner .banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: spece-between;
      -ms-flex-pack: spece-between;
          justify-content: spece-between;
}
section .inner .banner ul li {
  width: 49%;
}

.frame_01 {
  background: #fefced;
  border: solid 4px #221714;
  outline: solid 4px #221714;
  outline-offset: 4px;
  padding: 2em 1em 1em;
}
@media screen and (min-width: 667px) {
  .frame_01 {
    padding: 2em;
  }
}

.frame_02 {
  background: #f5f5f5;
  padding: 1em;
}
@media screen and (min-width: 667px) {
  .frame_02 {
    padding: 2em;
  }
}

.chart_01 {
  background: #fff;
  border: 2px solid #000;
}
@media screen and (min-width: 667px) {
  .chart_01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.chart_01 dt {
  background: #000;
  font-size: 0.9em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 15px;
}
@media screen and (min-width: 667px) {
  .chart_01 dt {
    width: 6em;
    color: #fff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
    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;
  }
}
.chart_01 dd {
  padding: 15px 30px;
}
.chart_01 dd .read {
  font-size: 1em;
  font-weight: 700;
}
.chart_01 dd .text {
  font-size: 0.9em;
  margin-top: 0.5em;
}
@media screen and (min-width: 667px) {
  .chart_01 dd .text {
    font-size: 0.8em;
  }
}

.chart_02 {
  border-bottom: 1px dotted #221714;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
.chart_02:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.chart_02 dt {
  background: #000;
  font-size: 0.8em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
  padding: 5px 10px;
}
.chart_02 dd p {
  font-size: 0.8em;
  margin-top: 0.5em;
}
@media screen and (min-width: 667px) {
  .chart_02 dd p {
    font-size: 0.8em;
  }
}

.chart_03 {
  border-bottom: 1px dotted #221714;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 667px) {
  .chart_03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.chart_03:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.chart_03 dt {
  margin: 0 auto 1em;
  width: 28vw;
}
@media screen and (min-width: 667px) {
  .chart_03 dt {
    width: 9em;
    background: none;
    color: #221714;
    text-align: left;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 2em;
  }
}
.chart_03 dd .read {
  font-size: 1.1em;
  font-weight: 700;
}
.chart_03 dd .text {
  font-size: 0.9em;
  margin-top: 0.5em;
}
@media screen and (min-width: 667px) {
  .chart_03 dd .text {
    font-size: 0.8em;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row.row3-2col {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row.row3-2col .item {
  width: 48%;
  margin: 7px 0;
}
@media screen and (min-width: 667px) {
  .row.row3-2col .item {
    width: 31%;
    margin: 15px 0;
  }
}
.row.row2col_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 667px) {
  .row.row2col_01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 667px) {
  .row.row2col_01 > .item {
    width: 82%;
  }
}
.row.row2col_01 > .item.pic {
  width: 20%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (min-width: 667px) {
  .row.row2col_01 > .item.pic {
    width: 15%;
    margin-top: -100px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ttlImg_01 {
  margin: 0 -10px 1em;
  position: relative;
  z-index: 1;
}
.ttlImg_01 img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 667px) {
  .ttlImg_01 img {
    width: 800px;
  }
}

.ttlImg_02 {
  margin-bottom: 1em;
}
.ttlImg_02 img {
  width: 100%;
  margin: 0 auto;
}
.ttlImg_03 {
  margin: 4em 0 2em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
}
.ttlImg_03 img {
  height: 5vw;
  width: auto;
}
@media screen and (min-width: 667px) {
  .ttlImg_03 img {
    height: 30px;
  }
}

.read_01 {
  color: #000;
  margin: 1em auto 1em;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
  font-family: "BIZ UDPMincho", serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 667px) {
  .read_01 {
    font-size: 1.3em;
  }
}

.h3Ttl_01 {
  background: #e30000;
  color: #fff;
  text-align: center;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1em;
  padding: 0.3em;
  border-radius: 5px;
  margin-top: 2em;
}

.h4Ttl_01 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (min-width: 667px) {
  .h4Ttl_01 {
    font-size: 1.4em;
  }
}

.h4Ttl_02 {
  font-weight: normal;
  margin: 2em 0 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
  font-size: 0.7em;
}

.h5Ttl_01 {
  font-weight: normal;
  margin: 1.2em 0 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
  font-size: 1em;
}

.bodycopy_02 {
  font-size: 0.9em;
}

.bodycopy_03 {
  font-size: 0.8em;
  margin-top: 0.5em;
}
@media screen and (min-width: 667px) {
  .bodycopy_03 {
    font-size: 0.8em;
  }
}

.ta-c_sp {
  text-align: center;
}
@media screen and (min-width: 667px) {
  .ta-c_sp {
    text-align: inherit;
  }
}

.imgWap_01 {
  margin: 2em 0;
}
.imgWap_01 img {
  width: 100%;
}

.imgWap_02 {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.imgWap_02 img {
  width: 49%;
}

.imgWap_03 {
  margin: 2em 0 0;
}
.imgWap_03 img {
  width: 100%;
}

.imgWap_04 {
  margin: 0;
}
.imgWap_04 img {
  width: 100%;
}

.imgWap_05 {
  margin: 0;
}
.imgWap_05 img {
  max-width: 600px;
  margin: 0 auto;
}

.modal-content {
  position: fixed;
  display: none;
  z-index: 120000;
  width: 90%;
  margin: 0;
  padding: 5px;
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 667px) {
  .modal-content {
    width: 666px;
  }
}

.modal-content p {
  margin: 0;
  padding: 0;
  font-size: 20px;
}

.modal-overlay {
  z-index: 100000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal-open {
  color: #00f;
  text-decoration: underline;
}

.modal-open:hover {
  cursor: pointer;
  color: #f00;
}

.modal-close {
  position: absolute;
  top: -20px;
  right: -16px;
  border-radius: 52px;
  outline: 0;
  background-color: #fff;
  width: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal-close:hover {
  cursor: pointer;
  color: #f00;
}

#attention section .inner {
  max-width: 840px;
  padding: 2em 20px;
}
#attention .read {
  margin-bottom: 4em;
  font-size: 0.8em;
}
#attention .read p {
  margin-bottom: 2em;
}
@media screen and (min-width: 667px) {
  #attention .read p {
    width: 58%;
  }
}
@media screen and (min-width: 667px) {
  #attention .read img {
    width: 40%;
  }
}
#attention .box {
  background: #626262;
  padding-bottom: 2em;
}
#attention .box + .btn01 {
  margin-top: 3em;
}

#about {
  background-image: url(../img/bg_01.jpg);
  background-size: 12.5%;
  background-repeat: repeat;
  background-position: top center;
}
@media screen and (min-width: 667px) {
  #about {
    background-size: 100px;
  }
}

#notice {
  background-image: url(../img/bg_01.jpg);
  background-size: 12.5%;
  background-repeat: repeat;
  background-position: top center;
}
@media screen and (min-width: 667px) {
  #notice {
    background-size: 100px;
  }
}

#aquarium {
  background-image: url(../img/bg_03.jpg);
  background-size: 130%;
  background-repeat: repeat;
  background-position: top center;
}
@media screen and (min-width: 667px) {
  #aquarium {
    background-size: 1000px;
  }
}

#alpa {
  background-image: url(../img/bg_02.jpg);
  background-size: 60%;
  background-repeat: repeat;
  background-position: top center;
}
@media screen and (min-width: 667px) {
  #alpa {
    background-size: 400px;
  }
}

.zakkaLogo {
  width: 70%;
  margin: 0 auto 1em;
}

.howto-entry {
  border-bottom: 1px dotted #221714;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.howto-entry .w500 {
  max-width: 500px;
  margin: 0 auto;
}
.howto-entry:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.howto-entry .entry-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 667px) {
  .howto-entry .entry-ttl {
    width: 600px;
    margin: 0 auto 20px;
  }
}
.howto-entry .entry-ttl .num {
  width: 25%;
}
@media screen and (min-width: 667px) {
  .howto-entry .entry-ttl .num {
    width: 25%;
  }
}
.howto-entry .entry-ttl .text {
  width: 75%;
  padding-left: 15px;
}
@media screen and (min-width: 667px) {
  .howto-entry .entry-ttl .text {
    width: 80%;
  }
}
.howto-entry .entry-ttl .text span {
  font-size: 80%;
  line-height: 1.4;
  display: block;
  margin-top: 5px;
}
@media screen and (min-width: 667px) {
  .howto-entry .download {
    width: 500px;
    margin: 0 auto;
  }
}
.howto-entry .download p {
  text-align: center;
  margin-bottom: 5px;
}
.howto-entry .download ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #666;
  padding: 8px;
}

#park .nav .ttlNav {
  max-width: 700px;
  margin: 2em auto 0.5em;
}
#park .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#park .nav ul li {
  width: 49.5%;
  margin: 0.1em 0.2%;
}
@media screen and (min-width: 667px) {
  #park .nav ul li {
    width: 24.5%;
    margin: 0 0.2%;
  }
}
#park .attention li {
  font-size: 0.8em;
  margin-bottom: 5px;
}
#park .museum .letter {
  background: url(../img/bg_paper.jpg);
  background-size: 100% 100%;
  padding: 2em;
}
@media screen and (min-width: 667px) {
  #park .museum .letter {
    padding: 2em 4.2em;
  }
}
#park .museum .letter .bodycopy_01 {
  line-height: 2;
  font-weight: 700;
}
#park .museum .row2col_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 667px) {
  #park .museum .row2col_01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 667px) {
  #park .museum .row2col_01 > .item {
    width: 82%;
    padding-left: 130px;
  }
}
#park .museum .row2col_01 > .item.pic {
  width: 20%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (min-width: 667px) {
  #park .museum .row2col_01 > .item.pic {
    width: 15%;
    padding-left: 0;
    margin-top: -100px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

#notice h3 {
  margin: auto;
  max-width: 300px;
}
#notice p {
  text-align: center;
}

#goods {
  background-image: url(../img/bg_02.jpg);
  background-size: 60%;
  background-repeat: repeat;
  background-position: top center;
}
@media screen and (min-width: 667px) {
  #goods {
    background-size: 400px;
  }
}

#sns {
  background-image: url(../img/bg_01.jpg);
  background-size: 130%;
  background-repeat: repeat;
  background-position: top center;
}
@media screen and (min-width: 667px) {
  #sns {
    background-size: 1000px;
  }
}
#sns .ssLogo {
  margin: 4em auto 1em;
  width: 70vw;
}
@media screen and (min-width: 667px) {
  #sns .ssLogo {
    width: 405px;
  }
}
#sns .ssLogo a {
  background: #fff;
  padding: 20px;
  display: block;
}

.m-table h4 {
  background: #dcdcdc;
  padding: 10px;
  text-align: center;
}

.m-table__table {
  border-collapse: collapse;
  margin-bottom: 8px;
  width: 100%;
}
.m-table__table .u-width-20 {
  width: 20% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-table__table .m-table__th, .m-table__table .m-table__td {
  border-top: dashed 1px #ccc;
  font-size: 0.9em;
  padding: 8px;
}
.m-table__table .m-table__th {
  background-color: #f4f4f4;
}
.m-table__table .m-table__th:not(:last-child), .m-table__table .m-table__td:not(:last-child) {
  border-right: dashed 1px #ccc;
}
.m-table__table .m-table__tbody {
  border-bottom: dashed 1px #ccc;
}
.m-table__table .m-table__td {
  text-align: center;
}
.m-table__table .m-link-list[style*="--col-narrow: 1;"] .m-link-list__item {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  height: auto;
  max-width: none;
  text-align: left;
}
.m-table__table .m-link__text {
  display: inline-block;
  font-size: 0.9em;
  font-weight: 700;
  text-decoration: underline;
  padding-left: 0.5em;
}
@media screen and (min-width: 667px) {
  .m-table__table .m-link__text {
    padding-left: 1em;
  }
}

.goodsList_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1em;
}
.goodsList_01 .box {
  background: #eaa000;
  width: 100%;
  padding: 15px;
  margin: 0 0 20px 0;
  color: #fff;
}
@media screen and (min-width: 667px) {
  .goodsList_01 .box {
    width: 48.5%;
  }
}
.goodsList_01 .box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 667px) {
  .goodsList_01 .box:last-child {
    margin-bottom: 20px;
  }
}
.goodsList_01 .box .name {
  font-size: 1.2em;
  line-height: 1.4em;
  text-align: center;
  margin-top: 10px;
}
.goodsList_01 .box .price {
  text-align: center;
  font-size: 0.8em;
}
.goodsList_01 .box .spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5em;
}
.goodsList_01 .box .spec .type {
  background: #fff;
  padding: 0.3em 1em;
  font-size: 0.8em;
  line-height: 1;
  color: #000;
  margin-right: 10px;
}
.goodsList_01 .box .spec .open {
  background: #3e91cf;
  padding: 0.2em 1em 0.3em;
  font-size: 0.8em;
  line-height: 1;
  color: #fff;
}
.goodsList_01 .box .spec .random {
  background: #cf3e90;
  padding: 0.2em 1em 0.3em;
  font-size: 0.8em;
  line-height: 1;
  color: #fff;
}
.goodsList_01 .box.next {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.goodsList_01 .box.next img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 667px) {
  .goodsList_01 .box.next img {
    width: 100%;
  }
}

.foodList_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1em;
}
.foodList_01 .box {
  background: #0e9f77;
  width: 100%;
  padding: 15px;
  margin: 0 0 20px 0;
  color: #fff;
}
@media screen and (min-width: 667px) {
  .foodList_01 .box {
    width: 48.5%;
  }
}
.foodList_01 .box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 667px) {
  .foodList_01 .box:last-child {
    margin-bottom: 20px;
  }
}
.foodList_01 .box .name {
  font-size: 1.2em;
  line-height: 1.4em;
  text-align: center;
  margin-top: 10px;
}
.foodList_01 .box .price {
  text-align: center;
  font-size: 0.8em;
}
.foodList_01 .box .foodstaff {
  margin: 5px 20px;
  padding: 3px;
  font-size: 10px;
  text-align: center;
}
.foodList_01 .box .foodstaff span {
  display: block;
  font-weight: bold;
}
.foodList_01 .box .allergy {
  margin: 10px 25px 15px;
  padding: 3px;
  font-size: 10px;
  text-align: center;
  background: #3dbc99;
  border-radius: 5px;
}
.foodList_01 .box .allergy span {
  display: block;
  font-weight: bold;
}