html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  background: transparent;
}

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

html {
  font-size: 62.5%;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

:focus {
  outline-color: #aaa;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

b, strong, em {
  font-weight: inherit;
  font-style: inherit;
}

html {
  font-size: 10px;
}
@media screen and (max-width:374px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width:600px) {
  body.is-locked {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width:600px) {
  body {
    min-width: 320px;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
  word-break: break-all;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a img,
a i {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

iframe {
  vertical-align: bottom;
}

.hover-alpha a:hover img {
  opacity: 0.7;
}

::-webkit-input-placeholder {
  color: #ccc;
  padding-top: 0.2em;
}

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 0;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  border: 1px solid #eee;
  background: #fff;
  padding: 0 15px;
  box-sizing: border-box;
  height: 44px;
  line-height: 44px;
  font-size: 1.6rem;
}

select {
  cursor: pointer;
  width: 100%;
  padding: 0 40px 0 15px;
  border: 1px solid #eee;
  background: #fff;
  height: 44px;
  font-size: 1.6rem;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
  width: 100%;
  line-height: 1.5;
  border: 1px solid #eee;
  background: #fff;
  font-size: 1.6rem;
  padding: 15px;
  font: inherit;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  line-height: 1;
  cursor: pointer;
}

button {
  cursor: pointer;
}

@media screen and (max-width:600px) {
  select,
  textarea,
  input[type=text],
  input[type=email],
  input[type=number],
  input[type=tel] {
    font-size: 1.6rem;
  }
}
.u-clr:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

@media screen and (max-width:374px) {
  .u-xs-min {
    display: none !important;
  }
}

@media print, screen and (min-width:375px) {
  .u-xs-max {
    display: none !important;
  }
}

@media screen and (max-width:600px) {
  .u-sm-min {
    display: none !important;
  }
}

@media print, screen and (min-width:601px) {
  .u-sm-max {
    display: none !important;
  }
}

@media screen and (max-width:1024px) {
  .u-md-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1025px) {
  .u-md-max {
    display: none !important;
  }
}

@media screen and (max-width:1239px) {
  .u-lg-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1240px) {
  .u-lg-max {
    display: none !important;
  }
}

.u-ff-jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-ff-en {
  font-family: "Zen Old Mincho";
}

.u-fz-20 {
  font-size: 2rem !important;
}

.u-fz-19 {
  font-size: 1.9rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-17 {
  font-size: 1.7rem !important;
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

.u-fz-15 {
  font-size: 1.5rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-fz-13 {
  font-size: 1.3rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-11 {
  font-size: 1.1rem !important;
}

.u-fz-10 {
  font-size: 1rem !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-td-ul {
  text-decoration: underline !important;
}

.u-td-none {
  text-decoration: none !important;
}

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

.u-ta-r {
  text-align: right !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-va-t {
  vertical-align: top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-c-main {
  color: #000 !important;
}

.u-c-plain {
  color: #333 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-bg-alpha {
  background-color: transparent !important;
}

.u-bg-main {
  background-color: #000 !important;
}

.u-bg-plain {
  background-color: #333 !important;
}

.u-bg-focus {
  background-color: #aaa !important;
}

.u-bg-border {
  background-color: #eee !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-gray01 {
  background-color: #eee !important;
}

.u-bg-gray02 {
  background-color: #ccc !important;
}

.u-bd {
  border: 1px solid #eee !important;
}

.u-bd-t {
  border-top: 1px solid #eee !important;
}

.u-bd-l {
  border-left: 1px solid #eee !important;
}

.u-bd-b {
  border-bottom: 1px solid #eee !important;
}

.u-bd-r {
  border-right: 1px solid #eee !important;
}

.u-bd-main {
  border-color: #000 !important;
}

.u-bd-white {
  border-color: #fff !important;
}

.u-w-100 {
  width: 100% !important;
}

.u-w-90 {
  width: 90% !important;
}

.u-w-80 {
  width: 80% !important;
}

.u-w-70 {
  width: 70% !important;
}

.u-w-60 {
  width: 60% !important;
}

.u-w-50 {
  width: 50% !important;
}

.u-w-40 {
  width: 40% !important;
}

.u-w-30 {
  width: 30% !important;
}

.u-w-20 {
  width: 20% !important;
}

.u-w-10 {
  width: 10% !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.u-mt-xs {
  margin-top: 20px !important;
}
@media screen and (max-width:600px) {
  .u-mt-xs {
    margin-top: 10px !important;
  }
}

.u-mt-sm {
  margin-top: 40px !important;
}
@media screen and (max-width:600px) {
  .u-mt-sm {
    margin-top: 20px !important;
  }
}

.u-mt-md {
  margin-top: 60px !important;
}
@media screen and (max-width:600px) {
  .u-mt-md {
    margin-top: 30px !important;
  }
}

.u-mt-lg {
  margin-top: 80px !important;
}
@media screen and (max-width:600px) {
  .u-mt-lg {
    margin-top: 40px !important;
  }
}

.u-mt-xl {
  margin-top: 100px !important;
}
@media screen and (max-width:600px) {
  .u-mt-xl {
    margin-top: 50px !important;
  }
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-xs {
  margin-bottom: 20px !important;
}
@media screen and (max-width:600px) {
  .u-mb-xs {
    margin-bottom: 10px !important;
  }
}

.u-mb-sm {
  margin-bottom: 40px !important;
}
@media screen and (max-width:600px) {
  .u-mb-sm {
    margin-bottom: 20px !important;
  }
}

.u-mb-md {
  margin-bottom: 60px !important;
}
@media screen and (max-width:600px) {
  .u-mb-md {
    margin-bottom: 30px !important;
  }
}

.u-mb-lg {
  margin-bottom: 80px !important;
}
@media screen and (max-width:600px) {
  .u-mb-lg {
    margin-bottom: 40px !important;
  }
}

.u-mb-xl {
  margin-bottom: 100px !important;
}
@media screen and (max-width:600px) {
  .u-mb-xl {
    margin-bottom: 50px !important;
  }
}

.u-p-0 {
  padding: 0 !important;
}

.u-p-5 {
  padding: 5px !important;
}

.u-p-10 {
  padding: 10px !important;
}

.u-p-15 {
  padding: 15px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-p-25 {
  padding: 25px !important;
}

.u-p-30 {
  padding: 30px !important;
}

.u-p-35 {
  padding: 35px !important;
}

.u-p-40 {
  padding: 40px !important;
}

.u-p-45 {
  padding: 45px !important;
}

.u-p-50 {
  padding: 50px !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-xs {
  padding-top: 20px !important;
}
@media screen and (max-width:600px) {
  .u-pt-xs {
    padding-top: 10px !important;
  }
}

.u-pt-sm {
  padding-top: 40px !important;
}
@media screen and (max-width:600px) {
  .u-pt-sm {
    padding-top: 20px !important;
  }
}

.u-pt-md {
  padding-top: 60px !important;
}
@media screen and (max-width:600px) {
  .u-pt-md {
    padding-top: 30px !important;
  }
}

.u-pt-lg {
  padding-top: 80px !important;
}
@media screen and (max-width:600px) {
  .u-pt-lg {
    padding-top: 40px !important;
  }
}

.u-pt-xl {
  padding-top: 100px !important;
}
@media screen and (max-width:600px) {
  .u-pt-xl {
    padding-top: 50px !important;
  }
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-xs {
  padding-bottom: 20px !important;
}
@media screen and (max-width:600px) {
  .u-pb-xs {
    padding-bottom: 10px !important;
  }
}

.u-pb-sm {
  padding-bottom: 40px !important;
}
@media screen and (max-width:600px) {
  .u-pb-sm {
    padding-bottom: 20px !important;
  }
}

.u-pb-md {
  padding-bottom: 60px !important;
}
@media screen and (max-width:600px) {
  .u-pb-md {
    padding-bottom: 30px !important;
  }
}

.u-pb-lg {
  padding-bottom: 80px !important;
}
@media screen and (max-width:600px) {
  .u-pb-lg {
    padding-bottom: 40px !important;
  }
}

.u-pb-xl {
  padding-bottom: 100px !important;
}
@media screen and (max-width:600px) {
  .u-pb-xl {
    padding-bottom: 50px !important;
  }
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1240px;
}

.l-page {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  min-height: 100vh;
}
@media screen and (max-width:600px) {
  .l-page {
    padding-top: 13.3333333333vw;
  }
}
@media print, screen and (min-width:601px) {
  .l-page {
    position: relative;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  width: 100%;
  z-index: 9000;
}
@media print, screen and (min-width:601px) {
  .l-header {
    position: sticky;
    top: 0;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 13.3333333333vw;
  background: #fff;
  z-index: 8500;
  position: relative;
}
@media print, screen and (min-width:601px) {
  .l-header__inner {
    height: 75px;
  }
}
.l-header__bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8000;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
}
.l-header__bg.is-open {
  visibility: visible;
}

.l-header-logo {
  width: 56.2666666667vw;
  height: 6.9333333333vw;
}
@media print, screen and (min-width:601px) {
  .l-header-logo {
    width: 316.5px;
    height: 39px;
  }
}

.l-header-menu {
  color: transparent;
  overflow: hidden;
  cursor: pointer;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 9000;
  outline: none;
}
@media print, screen and (min-width:601px) {
  .l-header-menu {
    margin-right: 20px;
  }
}
.l-header-menu span {
  display: block;
  background: #C6AE89;
  width: 8vw;
  height: 1px;
  position: absolute;
  left: 50%;
  margin: -0.2666666667vw 0 0 -3.2vw;
  top: 50%;
  transition: background-color 100ms;
}
@media print, screen and (min-width:601px) {
  .l-header-menu span {
    width: 45px;
    margin: -3px 0 0 -18px;
  }
}
.l-header-menu span:before, .l-header-menu span:after {
  content: "";
  display: block;
  background: #C6AE89;
  width: 8vw;
  height: 1px;
  position: absolute;
  left: 0;
  transition: transform 200ms, top 200ms;
}
@media print, screen and (min-width:601px) {
  .l-header-menu span:before, .l-header-menu span:after {
    width: 45px;
  }
}
.l-header-menu span:before {
  top: -1.0666666667vw;
  transform: rotate(0deg);
}
.l-header-menu span:after {
  top: 1.0666666667vw;
  transform: rotate(0deg);
}
.l-header-menu.is-open span {
  background: transparent;
}
.l-header-menu.is-open span:before, .l-header-menu.is-open span:after {
  top: 0;
}
.l-header-menu.is-open span:before {
  transform: rotate(200deg);
}
.l-header-menu.is-open span:after {
  transform: rotate(-200deg);
}

.l-header-nav {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width:600px) {
  .l-header-nav {
    z-index: 9001;
  }
}
@media print, screen and (min-width:601px) {
  .l-header-nav {
    position: absolute;
    width: 600px;
    min-width: auto;
    transform: translateY(-100%);
    z-index: 1;
  }
}
.l-header-nav__inner {
  position: relative;
  height: 100%;
  padding: 0 0 0;
  background-image: url("../images/menu_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width:600px) {
  .l-header-nav__inner {
    overflow: auto;
  }
}
.l-header-nav__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 3.4666666667vw 5.3333333333vw 0;
}
.l-header-nav__top .l-header-menu {
  height: 13.3333333333vw;
  z-index: 9002;
}
@media print, screen and (min-width:601px) {
  .l-header-nav__top .l-header-menu {
    height: 75px;
  }
}
@media print, screen and (min-width:601px) {
  .l-header-nav__top {
    padding: 19.5px 30px 0;
  }
}
.l-header-nav__logo {
  width: 27.3866666667vw;
  height: 6.4vw;
}
@media print, screen and (min-width:601px) {
  .l-header-nav__logo {
    width: 154.05px;
    height: 36px;
  }
}
.l-header-nav__items {
  padding: 16vw 10.6666666667vw 13.3333333333vw;
}
@media print, screen and (min-width:601px) {
  .l-header-nav__items {
    padding: 90px 60px 75px;
    background-image: url("../images/menu_bg.png");
  }
}
.l-header-nav__item {
  position: relative;
  font-family: "Zen Old Mincho";
  border-bottom: 1px solid #C6AE89;
  padding: 4.2666666667vw 0;
}
@media print, screen and (min-width:601px) {
  .l-header-nav__item {
    padding: 24px 0;
  }
}
@media print, screen and (min-width:601px) {
  .is-view-pc .l-header-nav__item:hover {
    opacity: 0.8;
  }
}
.l-header-nav__item:first-child {
  border-top: 1px solid #C6AE89;
}
.l-header-nav__item::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background-image: url("../images/menu_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media print, screen and (min-width:601px) {
  .l-header-nav__item::after {
    width: 15px;
    height: 15px;
  }
}
.l-header-nav__link {
  cursor: pointer;
  font-size: 4.2666666667vw;
  line-height: 1.5;
  letter-spacing: 0;
  color: #4B361C;
}
@media print, screen and (min-width:601px) {
  .l-header-nav__link {
    font-size: 24px;
  }
}
.l-header-nav.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
@media print, screen and (min-width:601px) {
  .l-header-nav.is-open {
    z-index: 9001;
  }
}

.sub .l-header-nav__item--sub .l-header-nav__link,
.news .l-header-nav__item--news .l-header-nav__link,
.contact .l-header-nav__item--contact .l-header-nav__link {
  background: #000;
  color: #fff;
}

.l-footer {
  color: #fff;
  line-height: 1;
  position: relative;
  text-align: center;
  background: #D9B782;
  margin-top: auto;
}
.l-footer-reserve {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2.6666666667vw;
  background: #D9B782;
  z-index: 8000;
}
@media screen and (max-width:600px) {
  .l-footer-reserve {
    position: sticky;
    bottom: 0;
    left: 0;
  }
}
@media print, screen and (min-width:601px) {
  .l-footer-reserve {
    padding: 15px;
  }
}
.l-footer-reserve__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 29.8666666667vw;
  height: 10.6666666667vw;
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0 1.0666666667vw 1.0666666667vw 0 rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width:601px) {
  .l-footer-reserve__btn {
    width: 168px;
    height: 60px;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  }
}
.l-footer-reserve__btn .mail {
  width: 4.7013333333vw;
  height: 3.3973333333vw;
  margin-right: 1.3866666667vw;
}
@media print, screen and (min-width:601px) {
  .l-footer-reserve__btn .mail {
    width: 26.445px;
    height: 19.11px;
    margin-right: 15px;
  }
}
.l-footer-reserve__btn .tel {
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  margin-right: 1.8666666667vw;
}
@media print, screen and (min-width:601px) {
  .l-footer-reserve__btn .tel {
    width: 21px;
    height: 21px;
    margin-right: 10.5px;
  }
}
.l-footer-reserve__btn .tel + span {
  margin-top: -1vw;
}
@media print, screen and (min-width:601px) {
  .l-footer-reserve__btn .tel + span {
    margin-top: -5.625px;
  }
}
.l-footer-reserve__btn span {
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #4B361C;
}
@media print, screen and (min-width:601px) {
  .l-footer-reserve__btn span {
    font-size: 19.5px;
  }
}
.l-footer-reserve__btn span span {
  font-size: 2.4vw;
  line-height: 1;
}
@media print, screen and (min-width:601px) {
  .l-footer-reserve__btn span span {
    font-size: 13.5px;
  }
}
.l-footer-info {
  padding: 5.0666666667vw 5.3333333333vw 4.2666666667vw;
}
@media print, screen and (min-width:601px) {
  .l-footer-info {
    padding: 28.5px 30px 24px;
  }
}
.l-footer-info__logo {
  width: 27.3866666667vw;
  height: 6.4vw;
  margin: 0 auto 1.3333333333vw;
}
@media print, screen and (min-width:601px) {
  .l-footer-info__logo {
    width: 154.05px;
    height: 36px;
    margin-bottom: 7.5px;
  }
}
.l-footer-info__copyright {
  font-size: 2.9333333333vw;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #FFF;
}
@media print, screen and (min-width:601px) {
  .l-footer-info__copyright {
    font-size: 16.5px;
  }
}

.l-main {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}