@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville&display=swap");
/** GENERAL
==============================================*/
/*
  INIT
---------------------------------------------------------------- */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-feature-settings: 'palt';
  text-rendering: optimizeLegibility;
  line-height: 1.8;
  color: #525252;
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 1.2rem;
  }
}

main,
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

div, dl, dt, dd, ul, ol, li, pre, form, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 1.4;
}

p {
  margin: 0;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: bottom;
  border-style: none;
}

map,
area,
map:active,
area:active {
  border: none;
  outline: none;
}

figure {
  margin: 0;
}

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

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.notes {
  font-size: 1.2rem;
  line-height: 1.4;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/** FONTS
==============================================*/
@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?9295282");
  src: url("../font/fontello.eot?9295282#iefix") format("embedded-opentype"), url("../font/fontello.woff2?9295282") format("woff2"), url("../font/fontello.woff?9295282") format("woff"), url("../font/fontello.ttf?9295282") format("truetype"), url("../font/fontello.svg?9295282#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?9295282#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-plus:before {
  content: '\e800';
}

/* '' */
.icon-minus:before {
  content: '\e801';
}

/* '' */
.icon-left-open-big:before {
  content: '\e802';
}

/* '' */
.icon-right-open-big:before {
  content: '\e803';
}

/* '' */
.icon-down-open-big:before {
  content: '\e804';
}

/* '' */
.icon-up-open-big:before {
  content: '\e805';
}

/* '' */
.icon-angle-left:before {
  content: '\f104';
}

/* '' */
.icon-angle-right:before {
  content: '\f105';
}

/* '' */
.icon-angle-up:before {
  content: '\f106';
}

/* '' */
.icon-angle-down:before {
  content: '\f107';
}

/* '' */
.icon-left:before {
  content: '\f177';
}

/* '' */
.icon-right:before {
  content: '\f178';
}

/* '' */
/** JS LIBS
==============================================*/
/** COMMON
==============================================*/
.breadcrumbs {
  background-color: #F5F6F6;
  color: #01B1C9;
  padding-left: 300px;
}

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

.breadcrumbs .bc-list {
  margin-bottom: 0;
  padding: 18px 0;
}

@media only screen and (max-width: 480px) {
  .breadcrumbs .bc-list {
    padding: 10px;
  }
}

.breadcrumbs a {
  color: #01B1C9;
}

.breadcrumbs li {
  line-height: 1;
  font-size: 1.4rem;
}

@media only screen and (max-width: 480px) {
  .breadcrumbs li {
    font-size: 1.0rem;
    margin: 5px 0;
  }
}

.breadcrumbs li:not(:last-child)::after {
  content: "／";
  margin: 0 1em;
  position: relative;
  opacity: 1;
}

.breadcrumbs li.disabled {
  font-weight: bold;
}

.inline-block {
  font-size: 0;
}

.inline-block li {
  display: inline-block;
}

a {
  color: #525252;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #525252;
  text-decoration: none;
}

a .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 480px) {
  a .alpha {
    transition-duration: 0s;
  }
}

a:hover .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

@media only screen and (max-width: 480px) {
  a:hover .alpha {
    opacity: 1;
  }
}

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

@media only screen and (max-width: 480px) {
  .figure img, .flex img {
    width: 100%;
  }
}

.tag {
  height: 0;
  overflow: hidden;
}

img.flex {
  width: 100%;
  height: auto;
}

img.full {
  max-width: none;
}

img.cover {
  object-fit: cover;
}

.show-small {
  display: none;
}

@media only screen and (max-width: 480px) {
  .show-small {
    display: inherit;
  }
}

@media only screen and (max-width: 480px) {
  .hide-small {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .small-nopad {
    padding: 0 !important;
  }
}

.special-header {
  display: none;
}

.row {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1220px;
  min-width: 960px;
  margin: 0 auto;
}

.row .row {
  padding: 0;
}

@media only screen and (max-width: 480px) {
  .row {
    padding: 0;
    min-width: 0;
  }
}

.row.nopad {
  padding: 0;
}

.w500 {
  max-width: 540px;
}

.w1200 {
  max-width: 1240px;
}

.w1120 {
  max-width: 1160px;
}

.inview.slideIn {
  opacity: 0;
  transform: translate(0px, 60px);
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.inview.slideIn.bottom {
  transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(0px, 120px);
}

.inview.slideIn.animate {
  opacity: 1;
  transform: translate(0px, 0px);
}

.inview.fadeIn {
  opacity: 0;
  transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.inview.fadeIn.animate {
  opacity: 1;
}

.masker {
  display: inline-block;
  overflow: hidden;
}

.masker .typo {
  transform: translate(0, 100%);
  transition: transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.masker.animate .typo {
  transform: translate(0, 0%);
}

.chasein.slideIn {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(0px, 40px);
}

.chasein.slideIn.animate {
  opacity: 1;
  transform: translate(0px, 0px);
}

.chasein.slideIn:nth-child(3n + 1) {
  transition-delay: 0ms;
}

.chasein.slideIn:nth-child(3n + 2) {
  transition-delay: 100ms;
}

.chasein.slideIn:nth-child(3n + 3) {
  transition-delay: 200ms;
}

@media only screen and (min-width: 768px) {
  .chasein.slideIn:nth-child(3n + 1) {
    transition-delay: 0ms;
  }
  .chasein.slideIn:nth-child(3n + 2) {
    transition-delay: 100ms;
  }
  .chasein.slideIn:nth-child(3n + 3) {
    transition-delay: 200ms;
  }
}

@media only screen and (max-width: 480px) {
  .chasein.slideIn:nth-child(2n + 1) {
    transition-delay: 0ms;
  }
  .chasein.slideIn:nth-child(2n + 2) {
    transition-delay: 100ms;
  }
}

.chasein.slideIn5 {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(0px, 40px);
}

.chasein.slideIn5.animate {
  opacity: 1;
  transform: translate(0px, 0px);
}

@media only screen and (min-width: 768px) {
  .chasein.slideIn5:nth-child(5n + 1) {
    transition-delay: 0ms;
  }
  .chasein.slideIn5:nth-child(5n + 2) {
    transition-delay: 100ms;
  }
  .chasein.slideIn5:nth-child(5n + 3) {
    transition-delay: 200ms;
  }
  .chasein.slideIn5:nth-child(5n + 4) {
    transition-delay: 300ms;
  }
  .chasein.slideIn5:nth-child(5n + 5) {
    transition-delay: 400ms;
  }
}

@media only screen and (max-width: 480px) {
  .chasein.slideIn5:nth-child(2n + 1) {
    transition-delay: 0ms;
  }
  .chasein.slideIn5:nth-child(2n + 2) {
    transition-delay: 100ms;
  }
}

.chasein.slideIn6 {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(0px, 40px);
}

.chasein.slideIn6.animate {
  opacity: 1;
  transform: translate(0px, 0px);
}

@media only screen and (min-width: 768px) {
  .chasein.slideIn6:nth-child(6n + 1) {
    transition-delay: 0ms;
  }
  .chasein.slideIn6:nth-child(6n + 2) {
    transition-delay: 100ms;
  }
  .chasein.slideIn6:nth-child(6n + 3) {
    transition-delay: 200ms;
  }
  .chasein.slideIn6:nth-child(6n + 4) {
    transition-delay: 300ms;
  }
  .chasein.slideIn6:nth-child(6n + 5) {
    transition-delay: 400ms;
  }
  .chasein.slideIn6:nth-child(6n + 6) {
    transition-delay: 500ms;
  }
}

@media only screen and (max-width: 480px) {
  .chasein.slideIn6:nth-child(4n + 1) {
    transition-delay: 0ms;
  }
  .chasein.slideIn6:nth-child(4n + 2) {
    transition-delay: 100ms;
  }
  .chasein.slideIn6:nth-child(4n + 3) {
    transition-delay: 200ms;
  }
  .chasein.slideIn6:nth-child(4n + 4) {
    transition-delay: 300ms;
  }
}

.chasein.fadeIn {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.chasein.fadeIn.animate {
  opacity: 1;
}

.wipeIn .img {
  opacity: 0;
  width: 100%;
  transform: translate(0, 40px) scale(1.1);
  transition: transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.wipeIn .clip {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}

.wipeIn.animate .img {
  opacity: 1;
  -webkit-animation: wipein 1.0s 0.2s both;
          animation: wipein 1.0s 0.2s both;
  transform: scale(1);
}

.wipeIn.animate .clip:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #f0f0f0;
  -webkit-animation: expin 0.8s cubic-bezier(0.86, 0, 0.07, 1) backwards;
          animation: expin 0.8s cubic-bezier(0.86, 0, 0.07, 1) backwards;
}

.wipeIn.animate .clip.bk:after {
  background-color: #352B29;
}

@-webkit-keyframes expin {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

@keyframes expin {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

@-webkit-keyframes wipein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes wipein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) {
  .hover {
    overflow: hidden;
    display: block;
    transition: 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate(0, 0);
  }
  .hover img {
    opacity: 1;
  }
  .hover:hover {
    transform: translate(0, -15px);
    box-shadow: 14px 14px 10px rgba(0, 0, 0, 0.2);
  }
  .zoom {
    overflow: hidden;
  }
  .zoom img {
    transform: scale(1);
    transition: 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .zoom:hover .zoom-img {
    transform: scale(1.1);
  }
}

.pagetop {
  position: absolute;
  top: -100px;
  left: 50%;
  margin-left: -30px;
}

@media only screen and (max-width: 480px) {
  .pagetop {
    margin-left: -20px;
    top: -70px;
  }
}

.pagetop a {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  background-image: url(../img/pagetop.png);
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .pagetop a {
    opacity: 1;
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .pagetop a:hover {
    opacity: .7;
  }
}

@media only screen and (max-width: 480px) {
  .pagetop a {
    width: 40px;
    height: 40px;
    background-size: cover;
  }
}

.pagetop.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  top: auto;
}

/** SITE HEADER
==============================================*/
.site-header {
  padding: 0;
}

.masthead .brand-logo {
  padding: 15px 0;
}

@media only screen and (max-width: 480px) {
  .masthead .brand-logo {
    padding: 10px;
  }
  .masthead .brand-logo img {
    height: 24px;
  }
}

.masthead .status-list {
  display: flex;
  padding-top: 1em;
  justify-content: flex-end;
}

@media only screen and (max-width: 480px) {
  .masthead .status-list {
    justify-content: center;
  }
}

.masthead .status-list li {
  margin-left: 8px;
  width: 100px;
  border-top: 6px solid #e3e3e3;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .masthead .status-list li {
    margin-left: 4px;
    width: 74px;
  }
}

.masthead .status-list li span {
  display: inline-block;
  margin-top: .5em;
}

.masthead .status-list li.is-current {
  border-top: 6px solid #6c6c6c;
}

.masthead .mh-headline {
  padding: 40px 0 15px;
  border-top: 1px solid #e3e3e3;
}

.masthead .mh-status {
  float: right;
  font-size: 1.2rem;
}

@media only screen and (max-width: 480px) {
  .masthead .mh-status {
    float: none;
    font-size: 1rem;
  }
}

.masthead .mh-title {
  float: left;
}

@media only screen and (max-width: 480px) {
  .masthead .mh-title {
    float: none;
    text-align: center;
  }
}

.masthead .mh-title > * {
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  .masthead .mh-title > * {
    display: block;
  }
}

.globalnav {
  position: relative;
}

.gn-list {
  display: flex;
  padding: 40px 0;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .gn-list {
    display: block;
    padding: 0;
  }
}

.gn-list li {
  width: 20%;
  border-left: 1px solid #e3e3e3;
}

@media only screen and (max-width: 480px) {
  .gn-list li {
    width: auto;
    border-bottom: 1px solid #d2d2d2;
    border-left: none;
  }
}

.gn-list li:last-child {
  border-right: 1px solid #e3e3e3;
}

@media only screen and (max-width: 480px) {
  .gn-list li:last-child {
    border-left: none;
  }
}

.gn-list li.active a {
  background-color: #8c8b8b;
  color: #fff;
}

.gn-list a {
  display: block;
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .gn-list a {
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .gn-list a:hover {
    background-color: #8c8b8b;
    color: #fff;
  }
}

@media only screen and (max-width: 480px) {
  .gn-list a {
    padding: 1em 0;
    font-size: 1.5rem;
  }
}

.notice {
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .notice {
    padding: 4em 15px 0;
  }
}

.notice-title {
  color: #e60012;
  transform: translate(0, -50%);
}

.notice-title span {
  background-color: #fff;
  display: inline-block;
  padding: 0 1em;
  letter-spacing: 0.25ch;
}

.notice .panel {
  border: 1px solid #e60012;
  padding: 0 1.5em 1.5em;
}

.gn-nav {
  position: fixed;
  background-color: transparent;
  line-height: 1;
  transition: background-color 400ms cubic-bezier(0.42, 0, 0.58, 1);
  z-index: 9;
}

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

@media only screen and (max-width: 480px) {
  .gn-nav {
    top: 0;
    right: 0;
    display: block;
    border-radius: 0;
  }
  .gn-nav .hamburger-inner,
  .gn-nav .hamburger-inner::before,
  .gn-nav .hamburger-inner::after {
    height: 2px;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 20px 15px;
  border: 0;
  background-color: transparent;
  color: inherit;
  text-transform: none;
  font: inherit;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
}

@media only screen and (min-width: 768px) {
  .hamburger:hover {
    opacity: 0.7;
  }
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  right: auto;
  width: 100%;
  background-color: #fff;
  opacity: 1;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 23px;
}

.hamburger-inner {
  top: 60%;
  display: block;
  margin-top: -2.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  position: absolute;
  right: 0;
  width: 28px;
  width: 80%;
  height: 5px;
  border-radius: 3px;
  background-color: #fff;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
}

.hamburger-inner::before, .hamburger-inner::after {
  display: block;
  content: '';
}

.hamburger-inner::before {
  top: -9px;
  width: 30px;
}

.hamburger-inner::after {
  right: 0;
  bottom: -9px;
  width: 80%;
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

/** MAIN CONTAINERS
==============================================*/
.btn .entry {
  position: relative;
  display: block;
  margin-left: auto;
  padding: 1em 1em 1em 0;
  background-color: #8c8c8c;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
}

.btn .entry::after {
  position: absolute;
  top: 50%;
  right: 6%;
  content: ' ';
  transform: translateY(-50%);
  background-image: url(../img/icon-arrow.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 10px auto;
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 960px) {
  .btn .entry::after {
    right: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .btn .entry::after {
    right: 10%;
    font-size: 2rem;
  }
}

.btn:hover {
  opacity: .8;
}

.wrap {
  margin: 0 auto;
  min-width: 960px;
}

@media only screen and (max-width: 480px) {
  .wrap {
    min-width: 0;
  }
}

@media (min-width: 481px) {
  .sp-img {
    display: none;
  }
}

@media (max-width: 480px) {
  .pc-img {
    display: none;
  }
}

.cart-btn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999;
}

.cart-btn a {
  display: block;
  background-image: url(../img/icon-close.png);
  background-position: 50% 50%;
  background-size: 0 auto;
  background-repeat: no-repeat;
}

.cart-btn.is-open img {
  opacity: 0;
}

.cart-btn.is-open a {
  background-size: 70px auto;
}

.cart-btn img {
  width: 70px;
}

.grid-x {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {
  .grid-x.medium-up-3 {
    display: block;
  }
}

.grid-x.medium-up-3 .cell {
  width: 33.3333%;
}

@media only screen and (max-width: 480px) {
  .grid-x.medium-up-3 .cell {
    width: auto;
  }
}

@media only screen and (max-width: 480px) {
  .grid-x.large-up-4 {
    display: block;
  }
}

@media (min-width: 961px) {
  .grid-x.large-up-4 .cell {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) {
  .grid-x.small-up-2 {
    display: flex;
  }
}

@media only screen and (max-width: 480px) {
  .grid-x.small-up-2 .cell {
    width: 50%;
  }
}

/** SITER FOOTER
==============================================*/
.footer {
  position: relative;
  margin-top: 100px;
}

@media only screen and (max-width: 480px) {
  .footer {
    padding-bottom: 0;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1751px) {
  .footer {
    padding-bottom: 0;
  }
}

.footer .notes {
  padding-bottom: 5em;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media only screen and (max-width: 480px) {
  .footer .notes {
    margin: 0 15px;
    font-size: 1.1rem;
  }
}

.footer .content {
  padding: 40px 0 250px;
  background-color: #f4f4f4;
}

@media (min-width: 481px) and (max-width: 960px) {
  .footer .content {
    padding-bottom: 340px;
  }
}

@media only screen and (max-width: 480px) {
  .footer .content {
    padding: 1em 0 10em;
  }
}

.footer .copyright {
  margin-top: 3em;
  text-align: center;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .footer .copyright {
    letter-spacing: .15ch;
  }
}

@media only screen and (max-width: 480px) {
  .footer .copyright {
    font-size: 1.0rem;
  }
}
