@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/* html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, d footer,
header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.7;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #333;
}

body * {
  box-sizing: border-box;
}

img {
  width: 100%;
}

@media screen and (min-width: 800px) {
  .sp_only {
    display: none !important;
  }
  body {
    min-width: 800px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
.wrap {
  max-width: 2000px;
  margin: 0 auto;
}

#kv {
  background: url("../img/kv_bg.jpg?260907") no-repeat center 0;
  height: 1510px;
}
#kv h1 {
  width: 800px;
  margin-inline: auto;
}
#kv .txt_wrap {
  background: #fff;
  width: 670px;
  margin-top: 50px;
  margin-inline: auto;
  padding: 43px 0 47px;
  text-align: center;
  color: #E74566;
  font-family: "Zen Maru Gothic", sans-serif;
  border-radius: 36px;
}
#kv .logo {
  width: 416px;
  margin: 0 auto 27px;
}
#kv h2 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 37px;
}
#kv p {
  font-size: 24px;
  line-height: 2;
  font-weight: 600;
}

#announce {
  background: #e74566;
  padding: 45px 0 0;
  height: 230px;
  text-align: center;
  color: #fff;
}
#announce p {
  font-size: 30px;
  line-height: 48px;
  letter-spacing: 0.04em;
  margin-bottom: 17px;
  font-weight: bold;
}
#announce span {
  font-size: 18px;
  display: block;
}

#item_a {
  background: url(../img/bg01.jpg?260907) no-repeat center 0;
  padding: 110px 0 0;
  height: 2020px;
}
#item_a .name {
  width: 600px;
  margin-inline: auto;
}
#item_a .item {
  width: 780px;
  margin-top: 24px;
  margin-inline: auto;
}
#item_a .spec {
  border-radius: 100vh;
  text-align: center;
  background: #FFF;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 150px;
  box-shadow: 4px 4px 4px rgba(68, 54, 54, 0.2);
}
#item_a .spec p {
  line-height: 26px;
}

.slide_wrap {
  width: 800px;
  margin: 50px auto 34px;
  position: relative;
}
.slide_wrap .txt {
  text-align: center;
  color: #333;
  margin: 13px 0 0;
}
.slide_wrap .slick-dots li {
  display: none;
}
.slide_wrap .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slider_container {
  position: relative;
  z-index: 10;
}

.slider_container * {
  box-sizing: border-box;
}

.slider_container img {
  max-width: 100%;
}

.slider {
  width: 800px;
  margin: 0 auto;
}
.slider .slick-slide {
  padding-bottom: 10px;
}
.slider .slick-slide img {
  width: 636px;
  display: block;
  box-shadow: 4px 4px 4px rgba(68, 54, 54, 0.2);
  margin-inline: auto;
}

.slick-prev {
  z-index: 50;
  left: 0;
  width: 50px;
  height: 50px;
}
.slick-prev::before {
  content: "";
  display: block;
  background: url(../img/prev.png?260907) no-repeat center 0/100%;
  width: 50px;
  height: 50px;
  opacity: 1;
}

.slick-next {
  z-index: 50;
  right: 0;
  width: 50px;
  height: 50px;
}
.slick-next::before {
  content: "";
  display: block;
  background: url(../img/next.png?260907) no-repeat center 0/100%;
  width: 50px;
  height: 50px;
  opacity: 1;
}

#info {
  background-color: #f2f2f2;
  text-align: center;
  padding: 53px 0 70px;
}
#info .date {
  width: 800px;
  margin: 0 auto 28px;
  position: relative;
}
#info .date p {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
  font-weight: bold;
}
#info .date span {
  display: block;
  font-size: 18px;
}
#info .btn a {
  display: block;
  width: 380px;
  margin: 0 auto 26px;
}
@media (any-hover: hover) {
  #info .btn a:hover {
    opacity: 0.8;
  }
}
#info .btn span {
  display: block;
  width: 378px;
  margin: 0 auto 26px;
}
#info .btn p {
  font-size: 18px;
  font-weight: bold;
}

#online {
  background: url(../img/online_bg.jpg?260907) no-repeat center 0;
  text-align: center;
  padding: 50px 0 0;
  height: 1610px;
}
#online .online_wrap {
  width: 760px;
  margin-inline: auto;
  padding: 75px 0 75px;
  border-radius: 30px;
}
#online .tit p {
  color: #ea613b;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
#online .date p {
  color: #ea613b;
  font-size: 22px;
  line-height: 42px;
  letter-spacing: 0.04em;
  font-weight: bold;
}
#online .name {
  background-color: #fff;
  width: 630px;
  margin: 38px auto 0;
  border-radius: 20px;
  padding: 36px 0 36px;
}
#online .name p {
  color: #ea613b;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.04em;
}
#online .name p + p {
  margin-top: 28px;
}
#online .reservation {
  margin-top: 30px;
}
#online .reservation p {
  color: #ea613b;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.04em;
  font-weight: bold;
}
#online .reservation p + p {
  margin-top: 20px;
}
#online .btn a, #online .btn span {
  display: block;
  width: 380px;
  margin: 40px auto 0;
}
@media (any-hover: hover) {
  #online .btn a:hover, #online .btn span:hover {
    opacity: 0.8;
  }
}
#online ul {
  width: 700px;
  margin: 40px auto 0;
  text-align: left;
}
#online ul li {
  font-size: 18px;
  line-height: 30px;
  color: #ea613b;
  padding-left: 1em;
  text-indent: -1em;
}

#item_b {
  background: url(../img/bg02.jpg?260907) no-repeat center 0;
  padding: 70px 0 0;
  height: 3520px;
  text-align: center;
}
#item_b .name {
  width: 656px;
  margin-inline: auto;
  transform: translateX(-18px);
}
#item_b .item {
  width: 597px;
  margin-top: 26px;
  margin-inline: auto;
  transform: translateX(37px);
}
#item_b .contents {
  background: #FFF;
  width: 760px;
  margin-top: 20px;
  margin-inline: auto;
  padding: 25px 0 20px;
  border-radius: 30px;
  text-align: center;
}
#item_b .contents li {
  position: relative;
  width: 602px;
  margin-inline: auto;
  padding: 45px 0 35px;
}
#item_b .contents li::after {
  content: "";
  display: block;
  background: url("../img/item_b2_list_line.png") no-repeat center/100%;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 602px;
  height: 10px;
}
#item_b .contents li:first-of-type {
  padding: 20px 0 35px;
}
#item_b .contents li:first-of-type::after {
  display: none;
}
#item_b .contents .tit {
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.04em;
  color: #ea613b;
  font-weight: 700;
}
#item_b .contents .txt {
  margin-top: 15px;
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 0.04em;
  color: #333333;
  font-weight: 700;
}
#item_b .contents .note {
  display: inline-block;
  margin-top: 15px;
  font-size: 18px;
  line-height: 30px;
}
#item_b .name_b2 {
  color: #ea613b;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.04em;
  margin-top: 100px;
  margin-bottom: 22px;
}
#item_b .name_b2 strong {
  display: inline-block;
  font-weight: 700;
  position: relative;
}
#item_b .name_b2 strong::before, #item_b .name_b2 strong::after {
  content: "";
  display: block;
  width: 2px;
  height: 33px;
  background: #ea613b;
  position: absolute;
  top: 0px;
}
#item_b .name_b2 strong::before {
  left: -40px;
  transform: rotate(-30deg);
}
#item_b .name_b2 strong::after {
  right: -40px;
  transform: rotate(30deg);
}
#item_b .item_b2 {
  width: 788px;
  margin-top: 20px;
  margin-inline: auto;
}
#item_b .item_b2_note {
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
  color: #333333;
}
#item_b .btn a, #item_b .btn span {
  display: block;
  width: 380px;
  margin: 0 auto 26px;
}
@media (any-hover: hover) {
  #item_b .btn a:hover, #item_b .btn span:hover {
    opacity: 0.8;
  }
}
#item_b .item_b2_shop {
  position: relative;
  margin-top: 60px;
  padding: 50px 0 50px;
}
#item_b .item_b2_shop::after, #item_b .item_b2_shop::before {
  content: "";
  display: block;
  background: url("../img/item_b2_line.png") no-repeat center/100%;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 762px;
  height: 10px;
}
#item_b .item_b2_shop::before {
  top: auto;
  bottom: 0;
}
#item_b .item_b2_shop p {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
}
#item_b .item_b2_shop .note {
  display: inline-block;
  margin-top: 15px;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
#item_b .item_b2_order {
  padding-top: 40px;
}
#item_b .item_b2_order .tit {
  margin-bottom: 35px;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.04em;
  color: #ea613b;
  font-weight: 700;
}
#item_b .item_b2_order .date {
  margin-top: 40px;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: #ea613b;
  font-weight: 700;
}
#item_b .item_b2_order .contents {
  width: 630px;
  margin-top: 30px;
}
#item_b .item_b2_order .contents p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: #ea613b;
}

#bnr_area {
  background: url(../img/comingsoon_bg.jpg?260907) no-repeat center 0;
  height: 400px;
  padding: 70px 0 0;
  text-align: center;
}
#bnr_area h3 {
  color: #333333;
  font-size: 28px;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
}
#bnr_area h3 strong {
  font-weight: 700;
  position: relative;
}
#bnr_area h3 strong::before, #bnr_area h3 strong::after {
  content: "";
  display: block;
  width: 2px;
  height: 33px;
  background: #ea613b;
  position: absolute;
  top: 9px;
}
#bnr_area h3 strong::before {
  left: -40px;
  transform: rotate(-30deg);
}
#bnr_area h3 strong::after {
  right: -40px;
  transform: rotate(30deg);
}
#bnr_area p {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
#bnr_area .bnr {
  width: 640px;
  margin: 40px auto 0;
}
#bnr_area .bnr.top {
  margin: 0 auto;
}
#bnr_area .kome {
  color: #333;
  font-size: 16px;
  text-align: center;
  margin: 18px 0 65px;
}

footer {
  background-color: #13ac5e;
  text-align: center;
  position: relative;
  padding: 69px 0 42px;
  color: #FFF;
}
footer a {
  display: block;
  width: 640px;
  margin: 0 auto;
}
footer ul {
  line-height: 26px;
  margin-top: 40px;
  margin-bottom: 50px;
}
footer .copy {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 799px) {
  body {
    font-size: 3.4666666667vw;
  }
  .pc_only {
    display: none !important;
  }
  .wrap {
    max-width: initial;
  }
  #kv {
    background: url("../img/kv_bg_sp.jpg?260907") no-repeat center 0;
    background-size: 100vw auto;
    height: 232vw;
  }
  #kv h1 {
    width: 100%;
  }
  #kv .txt_wrap {
    width: 80vw;
    margin-top: 10.4vw;
    padding: 9.2vw 0 9.6vw;
    border-radius: 5.6vw;
  }
  #kv .logo {
    width: 55.3333333333vw;
    margin: 0 auto 6vw;
  }
  #kv h2 {
    font-size: 6.1333333333vw;
    line-height: 8.3666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  #kv p {
    font-size: 3.7333333333vw;
    line-height: 8vw;
    letter-spacing: -0.06em;
  }
  #announce {
    height: 53.3333333333vw;
    padding: 12vw 0 0;
  }
  #announce p {
    font-size: 5.3333333333vw;
    line-height: 6.6666666667vw;
    margin-bottom: 4.6666666667vw;
  }
  #announce span {
    font-size: 3.2vw;
  }
  #item_a {
    background: url(../img/bg01_sp.jpg?260907) no-repeat center/100%;
    padding: 14.9333333333vw 0 0;
    height: 305.3333333333vw;
  }
  #item_a .name {
    width: 80vw;
  }
  #item_a .item {
    width: 94.1333333333vw;
    margin-top: 3.2vw;
  }
  #item_a .spec {
    width: 90.6666666667vw;
    height: 40vw;
    box-shadow: 0.5333333333vw 0.5333333333vw 0.5333333333vw rgba(68, 54, 54, 0.2);
  }
  #item_a .spec p {
    line-height: 6.4vw;
  }
  .slide_wrap {
    width: 100%;
    margin: 6.6666666667vw auto 6.9333333333vw;
  }
  .slide_wrap .txt {
    margin: 3.3333333333vw 0 0;
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
  .slider {
    width: 100%;
    margin: 0 auto;
  }
  .slider .slick-slide {
    padding-bottom: 1.3333333333vw;
  }
  .slider .slick-slide img {
    width: 86.6666666667vw;
    box-shadow: 0.5333333333vw 0.5333333333vw 0.5333333333vw rgba(68, 54, 54, 0.2);
  }
  .slick-prev {
    left: 3.3333333333vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .slick-prev::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .slick-next {
    z-index: 50;
    right: 3.3333333333vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .slick-next::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  #info {
    padding: 13.3333333333vw 0 13.3333333333vw;
  }
  #info .date {
    width: 100%;
    margin: 0 auto 8vw;
  }
  #info .date p {
    font-size: 5.0666666667vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0;
    margin-bottom: 3.7333333333vw;
  }
  #info .date span {
    font-size: 3.2vw;
  }
  #info .btn a, #info .btn span {
    width: 82.6666666667vw;
    margin: 0 auto 5.8666666667vw;
  }
  #info .btn p {
    font-size: 3.2vw;
    font-weight: 700;
  }
  #online {
    background: url(../img/online_bg_sp.jpg?260907) no-repeat center 0;
    background-size: 100vw auto;
    height: 345.3333333333vw;
    padding: 12vw 0 0;
  }
  #online .online_wrap {
    width: 93.3333333333vw;
    padding: 8vw 0 10vw;
    border-radius: 2.6666666667vw;
  }
  #online .tit p {
    font-size: 5.6vw;
    line-height: 5.6vw;
  }
  #online .date p {
    margin-top: 2.6666666667vw;
    font-size: 4.1333333333vw;
    line-height: 5.6vw;
  }
  #online .name {
    width: 88vw;
    margin: 6.6666666667vw auto 0;
    border-radius: 2.6666666667vw;
    padding: 7.3333333333vw 0 7.3333333333vw;
  }
  #online .name p {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
    letter-spacing: 0.04em;
  }
  #online .name p + p {
    margin-top: 4vw;
  }
  #online .reservation {
    margin-top: 8.6666666667vw;
  }
  #online .reservation p {
    font-size: 4.2666666667vw;
    line-height: 6.1333333333vw;
  }
  #online .reservation p + p {
    margin-top: 4.6666666667vw;
  }
  #online .btn a, #online .btn span {
    display: block;
    width: 82.6666666667vw;
    margin: 9.3333333333vw auto 3.4666666667vw;
  }
}
@media screen and (max-width: 799px) and (any-hover: hover) {
  #online .btn a:hover, #online .btn span:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 799px) {
  #online ul {
    width: 85.3333333333vw;
    margin: 8vw auto 0;
  }
  #online ul li {
    font-size: 3.2vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0.04em;
  }
  #item_b {
    background: url(../img/bg02_sp.jpg?260907) no-repeat center 0;
    background-size: 100vw auto;
    padding: 9.3333333333vw 0 0;
    height: 605.3333333333vw;
  }
  #item_b .name {
    width: 88vw;
    transform: translateX(-2.9333333333vw);
  }
  #item_b .item {
    width: 78.1333333333vw;
    margin-top: 4vw;
    transform: translateX(4.9333333333vw);
  }
  #item_b .contents {
    width: 86.6666666667vw;
    margin-top: 4.6666666667vw;
    padding: 6vw 0 2.6666666667vw;
    border-radius: 4vw;
  }
  #item_b .contents li {
    width: 80.2666666667vw;
    padding: 6vw 0 6vw;
  }
  #item_b .contents li::after {
    background: url("../img/item_b2_list_line_sp.png") no-repeat center/100%;
    top: -0.6666666667vw;
    width: 80.2666666667vw;
    height: 1.3333333333vw;
  }
  #item_b .contents li:first-of-type {
    padding: 2.6666666667vw 0 6vw;
  }
  #item_b .contents .tit {
    font-size: 4.8vw;
    line-height: 4.4vw;
  }
  #item_b .contents .txt {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
  }
  #item_b .contents .note {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
  }
  #item_b .name_b2 {
    font-size: 6vw;
    margin-top: 13.3333333333vw;
    margin-bottom: 2.9333333333vw;
  }
  #item_b .name_b2 strong::before, #item_b .name_b2 strong::after {
    width: 0.2666666667vw;
    height: 6vw;
  }
  #item_b .name_b2 strong::before {
    left: -5.3333333333vw;
  }
  #item_b .name_b2 strong::after {
    right: -5.3333333333vw;
  }
  #item_b .item_b2 {
    width: 89.0666666667vw;
    margin-top: 2.6666666667vw;
  }
  #item_b .item_b2_note {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
  }
  #item_b .btn a, #item_b .btn span {
    display: block;
    width: 82.6666666667vw;
    margin: 0 auto 3.4666666667vw;
  }
  #item_b .item_b2_shop {
    margin-top: 12vw;
    padding: 12vw 0 12vw;
  }
  #item_b .item_b2_shop::after, #item_b .item_b2_shop::before {
    background: url("../img/item_b2_line_sp.png") no-repeat center/100%;
    top: -0.6666666667vw;
    width: 84.2666666667vw;
    height: 1.3333333333vw;
  }
  #item_b .item_b2_shop::before {
    top: auto;
    bottom: 0;
  }
  #item_b .item_b2_shop p {
    margin-top: 8vw;
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
  }
  #item_b .item_b2_shop .note {
    margin-top: 2vw;
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
  }
  #item_b .item_b2_order {
    padding-top: 12vw;
  }
  #item_b .item_b2_order .tit {
    margin-bottom: 6.6666666667vw;
    font-size: 5.6vw;
    line-height: 5.6vw;
  }
  #item_b .item_b2_order .date {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
  }
  #item_b .item_b2_order .contents {
    width: 86.6666666667vw;
    margin-top: 8vw;
    padding: 5.3333333333vw 0 5.3333333333vw;
  }
  #item_b .item_b2_order .contents p {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
  #bnr_area {
    background: url(../img/comingsoon_bg_sp.jpg?260907) no-repeat center 0;
    background-size: 100vw auto;
    padding: 14.4vw 0 0;
    height: 66.6666666667vw;
  }
  #bnr_area h3 {
    font-size: 4.6666666667vw;
    margin-bottom: 3.3333333333vw;
  }
  #bnr_area h3 strong::before, #bnr_area h3 strong::after {
    width: 0.2666666667vw;
    height: 6vw;
    top: 0.6666666667vw;
  }
  #bnr_area h3 strong::before {
    left: -8vw;
  }
  #bnr_area h3 strong::after {
    right: -8vw;
  }
  #bnr_area p {
    font-size: 2.4vw;
    margin-top: 5.3333333333vw;
  }
  #bnr_area .bnr {
    width: 85.3333333333vw;
    margin: 4vw auto 0;
  }
  #bnr_area .kome {
    font-size: 2.4vw;
    margin: 5.3333333333vw 0 10.6666666667vw;
  }
  footer {
    background-color: #13ac5e;
    padding: 12vw 0 6.6666666667vw;
    color: #FFF;
  }
  footer a {
    display: block;
    width: 90.6666666667vw;
    margin: 0 auto;
  }
  footer ul {
    width: 84vw;
    font-size: 3.2vw;
    line-height: 6.6666666667vw;
    margin: 5.3333333333vw auto 8.6666666667vw;
    text-align: left;
  }
  footer .copy {
    font-size: 2.4vw;
  }
}/*# sourceMappingURL=style.css.map */