@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@400;500;700;900&display=swap');
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*! purgecss start ignore */
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

strong,
b {
  font-weight: 500;
}

/*! purgecss end ignore */
/*! purgecss start ignore */
html {
  height: 100%;
  font-size: 62.5%;
}
html.is-chrome img {
  image-rendering: -webkit-optimize-contrast;
}

body {
  width: 100%;
  min-height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #121212;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 48em) {
  body {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  body {
    text-size-adjust: none;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 48em) and (max-width: 48em) {
  body {
    font-size: 4.2666666667vw;
  }
}

@media print {
  body {
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    font-size: 12px;
    -ms-zoom: 0.5;
    -webkit-zoom: 0.5;
    zoom: 0.5;
    -webkit-print-color-adjust: exact !important;
    /* Chrome, Safari 6 – 15.3, Edge */
  }
  body * {
    /* Chrome, Safari 6 – 15.3, Edge */
    color-adjust: exact !important;
    /* Firefox 48 – 96 */
    print-color-adjust: exact !important;
  }
  body .l-contents {
    padding-top: 30px;
  }
  body .l-contents .inner {
    width: 90%;
  }
  body .p-product.detail .basic-info__blk--ttl {
    margin: 0;
    font-size: 18px;
  }
  body .p-product.detail.recipe-detail .product-info-blk .product-info .col:nth-child(1) {
    width: 40%;
  }
  body .p-product.detail.recipe-detail .product-info-blk .product-info .col:nth-child(2) {
    width: 55%;
  }
  body .p-product.detail .basic-info {
    padding: 30px 0;
  }
  body .recipe-detail .other-info .cooking_step,
  body .recipe-detail .other-info {
    padding-top: 50px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

a[href^='tel:'] {
  cursor: default;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

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

input,
textarea,
button,
select {
  font: inherit;
  border-radius: 0;
  outline: none;
}

button {
  padding: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
  border: none;
  box-shadow: none;
  appearance: none;
}

option {
  min-height: inherit;
  padding: 0;
  margin: 0;
}

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

input::placeholder {
  color: rgba(18, 18, 18, 0.5);
}

/*! purgecss end ignore */
/* IE */
* {
  -webkit-tap-highlight-color: transparent;
}

/* html {
  scroll-behavior: smooth;
} */

::selection {
  color: #121212;
  background: #ffdbe1;
}

@media screen and (min-width: 73.8125em) and (hover: hover) {
  a {
    cursor: pointer;
    transition: opacity 0.5s;
  }
}
@media screen and (min-width: 73.8125em) and (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

@media all and (min-width: 73.8125em) {
  a[href^='tel:'] {
    pointer-events: none;
  }
}
@media print {
  a[href^='tel:'] {
    pointer-events: none;
  }
}

.l-page {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.u-bb {
  border-bottom: 0.1rem solid #ccc;
}

.remarks {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.4rem;
  color: #dc0025;
}
@media only screen and (max-width: 48em) {
  .remarks {
    font-size: 3.7333333333vw;
  }
}
.remarks::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #dc0025;
  content: '※';
}
.processing {
  margin: 50px auto;
  line-height: 2;
  text-align: center;
}
.page-mv {
  position: relative;
  width: calc(100% - 106px);
  margin-left: auto;
}
@media only screen and (max-width: 48em) {
  .page-mv {
    width: calc(100% - 20px);
  }
}
.page-mv img {
  border-bottom-left-radius: 6rem;
}
.page-mv__ttl {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  transform: translateY(-50%);
}
@media only screen and (max-width: 48em) {
  .page-mv__ttl {
    font-size: 6.4vw;
  }
}
.page-mv__ttl .enttl {
  display: block;
  padding-top: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  color: #ffffff;
  text-transform: uppercase;
}
@media only screen and (max-width: 48em) {
  .page-mv__ttl .enttl {
    padding-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.page-mv.full {
  width: 100%;
  margin: 0 auto;
}

.breadcrumbs {
  font-size: 1.4rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 48em) {
  .breadcrumbs {
    font-size: 3.7333333333vw;
  }
}
.breadcrumbs .inner {
  position: relative;
}
.breadcrumbs .inner .printbtn {
  position: absolute;
  right: 0;
  padding: 0.5rem 2rem 0.5rem 4rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  background: url(../images/common/ico_print.svg) no-repeat center left 1.4rem #dc0025;
  background-size: 1.8rem;
  border: none;
  border-radius: 5rem;
  outline: none;
  appearance: none;
}
@media only screen and (max-width: 48em) {
  .breadcrumbs .inner .printbtn {
    display: none;
  }
}
.breadcrumbs a {
  position: relative;
  padding-right: 5.7rem;
  font-size: 1.4rem;
  color: #dc0025;
}
.breadcrumbs a::after {
  position: absolute;
  width: 5.7rem;
  height: 2.5rem;
  content: '';
  background: url(../images/common/ico_line.svg) no-repeat center left 20px;
  background-size: auto;
}
@media only screen and (max-width: 48em) {
  .breadcrumbs a {
    padding-right: 16vw;
  }
}

.secttl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.47;
}
@media only screen and (max-width: 48em) {
  .secttl {
    font-size: 6.4vw;
  }
}
.secttl .enttl {
  display: block;
  margin-top: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #dc0025;
  text-transform: uppercase;
}
@media only screen and (max-width: 48em) {
  .secttl .enttl {
    font-size: 3.7333333333vw;
  }
}

.subttl {
  margin: 4rem 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.9;
}
@media only screen and (max-width: 48em) {
  .subttl {
    margin: 8vw 0;
    font-size: 5.3333333333vw;
  }
}

p,
.txt {
  line-height: 1.87;
}

.listnum {
  padding-right: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #dc0025;
}
@media only screen and (max-width: 48em) {
  .listnum {
    font-size: 4.2666666667vw;
  }
}

.default-btn {
  display: inline-block;
  padding: 1.4rem 4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: 0.05em;
  cursor: pointer;
  background: #dc0025;
  border-radius: 10rem;
}

.separator {
  width: 100%;
  height: 1.4rem;
  content: '';
  background: url('../images/common/ico_separator.png') repeat-x left;
  background-size: contain;
}

.tag,
.btn {
  padding: 0.4rem 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #dc0025;
  border: 0.1rem solid #dc0025;
  border-radius: 10rem;
}
@media only screen and (max-width: 48em) {
  .tag,
  .btn {
    font-size: 3.2vw;
  }
}

.new {
  display: inline-block;
  width: 7.3rem;
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.1;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background: #dc0025;
  border-radius: 10rem;
}

.menulist li {
  padding-left: 2.9rem;
  background: url(../images/common/ico_arrow.png) no-repeat top 0.3rem left transparent;
  background-size: 1.9rem;
}

.ttl-bar {
  padding: 1.6rem 4rem;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  background: #d3032b;
  border-radius: 10rem;
}
@media only screen and (max-width: 48em) {
  .ttl-bar {
    padding: 5.3333333333vw;
    font-size: 4.8vw;
  }
}

.c-primary {
  color: #dc0025;
}

a.c-primary {
  text-decoration: underline;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 2rem;
  column-gap: 2rem;
}
@media only screen and (max-width: 48em) {
  .grid {
    display: block;
  }
}

.c-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.c-flex li {
  margin: 0 1rem;
}
@media only screen and (max-width: 48em) {
  .c-flex li {
    margin: 0 0 1rem 0;
  }
}
@media only screen and (max-width: 48em) {
  .c-flex {
    display: block;
  }
}

.products__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 2rem;
  column-gap: 2rem;
  padding: 6rem 0;
}
@media only screen and (max-width: 48em) {
  .products__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
    column-gap: 2rem;
    padding: 8vw 0;
  }
}
.products__list li {
  overflow: hidden;
  border-radius: 3rem;
}
@media only screen and (max-width: 48em) {
  .products__list li {
    border-radius: 8vw;
  }
}
.products__list li img {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-height: 23rem;
  object-fit: cover;
}
@media only screen and (max-width: 48em) {
  .products__list li img {
    max-height: 15.8rem;
  }
}
.products__list li .recipe-info {
  position: relative;
  padding: 2rem;
}
@media only screen and (max-width: 48em) {
  .products__list li .recipe-info {
    padding: 2.6666666667vw 0;
    font-size: 3.7333333333vw;
    letter-spacing: 0;
  }
}
.products__list li .recipe-info .tag-blk {
  min-height: 4rem;
}
@media only screen and (max-width: 48em) {
  .products__list li .recipe-info .tag-blk {
    min-height: 10.6666666667vw;
  }
}
.products__list li .recipe-info .tag {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.products__list li .recipe-info .tag:last-child {
  margin-bottom: 0;
}
.products__list li .recipe-info .tag-blk .tag {
  display: inline-block;
  margin-bottom: 1rem;
}
.products__list li .recipe-info .ttl {
  padding-left: 3rem;
  font-weight: 700;
  background: url(../images/common/ico_arrow.png) no-repeat top 0.5rem left;
  background-size: 2rem;
}
@media only screen and (max-width: 48em) {
  .products__list li .recipe-info .ttl {
    padding-left: 8vw;
    font-size: 3.7333333333vw;
    background-size: 5.3333333333vw;
  }
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagination li {
  min-width: 1.4rem;
  margin-right: 4rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 48em) {
  .pagination li {
    margin-right: 4.2666666667vw;
    font-size: 5.3333333333vw;
  }
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li.num {
  padding: 1.5rem 0 2.3rem 0;
  border-bottom: 0.4rem solid transparent;
}
.pagination li.num:hover,
.pagination li.num.current {
  border-bottom: 0.4rem solid #dc0025;
}
@media only screen and (max-width: 48em) {
  .pagination li.num {
    display: none;
  }
  .pagination li.num.current {
    display: block;
    margin: 0 30px 0 20px;
  }
}
.pagination__btn {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  border-bottom: none;
}
.pagination__btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.pagination__btn.prev {
  background: url(../images/common/pagination_prev.svg) no-repeat center left;
  background-size: 100%;
  transition: all 0.3s;
}
.pagination__btn.prev:hover,
.pagination__btn.prev:focus {
  background: url(../images/common/pagination_prev_hover.svg) no-repeat center left;
  opacity: 1;
}
.pagination__btn.next {
  margin-left: -0.1rem;
  background: url(../images/common/pagination_next.svg) no-repeat center left;
  background-size: 100%;
  transition: all 0.3s;
}
.pagination__btn.next:hover,
.pagination__btn.next:focus {
  background: url(../images/common/pagination_next_hover.svg) no-repeat center left;
  opacity: 1;
}
.pagination__btn.last {
  margin-left: -0.1rem;
  background: url(../images/common/pagination_last.svg) no-repeat center left;
  background-size: 100%;
  transition: all 0.3s;
}
.pagination__btn.last:hover,
.pagination__btn.last:focus {
  background: url(../images/common/pagination_last_hover.svg) no-repeat center left;
  opacity: 1;
}

.l-contents {
  padding-top: 12rem;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .l-contents {
    padding-top: 6rem;
  }
}
@media only screen and (max-width: 48em) {
  .l-contents {
    padding-top: 9rem;
  }
}
.l-contents .inner {
  width: 100rem;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .l-contents .inner {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 48em) {
  .l-contents .inner {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}

.max-w {
  max-width: 13.6rem;
  margin: 0 auto;
}

@media print {
  .no-print {
    display: none;
  }
}

.l-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background: white;
}
@media only screen and (max-width: 48em) {
  .l-header {
    height: 9rem;
  }
}
.l-header .header__content {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 3rem;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .l-header .header__content {
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 48em) {
  .l-header .header__content {
    padding-right: 2rem;
    border-bottom: 0.1rem solid #cccccc;
  }
}
.l-header .header__content--logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 38rem;
  height: 17rem;
  background: #ffffff;
  border-bottom-right-radius: 4rem;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .l-header .header__content--logo {
    width: 25rem;
    height: 8rem;
  }
}
@media only screen and (max-width: 48em) {
  .l-header .header__content--logo {
    width: 240px;
    height: 40px;
    background: none;
    border-bottom-right-radius: 0;
  }
}
.l-header .header__content--logo img {
  position: absolute;
  top: 6.4rem;
  left: 6rem;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .l-header .header__content--logo img {
    top: 2rem;
    left: 2rem;
    width: 80%;
  }
}
@media only screen and (max-width: 48em) {
  .l-header .header__content--logo img {
    position: absolute;
    top: 2.7rem;
    left: 2rem;
  }
}
@media only screen and (max-width: 48em) {
  .l-header .header__content--menu {
    padding: 2rem 0;
  }
}
.l-header .header__content--menu .mainmenu .navlist {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.l-header .header__content--menu .mainmenu .navlist__item {
  position: relative;
  padding: 3rem;
  text-align: center;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .l-header .header__content--menu .mainmenu .navlist__item {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.l-header .header__content--menu .mainmenu .navlist__item a {
  display: block;
}
.l-header .header__content--menu .mainmenu .navlist__item:after {
  position: absolute;
  top: 50%;
  right: 0.1rem;
  width: 0.1rem;
  height: 4rem;
  content: '';
  background: #cccccc;
  transform: translateY(-50%);
}
.l-header .header__content--menu .mainmenu .navlist__item:last-child:after,
.l-header .header__content--menu .mainmenu .navlist__item:nth-last-child(2):after {
  content: none;
}
.l-header .header__content--menu .mainmenu .navlist__item .en {
  display: block;
  padding-top: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #dc0025;
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .l-header .header__content--menu .mainmenu .navlist__item .en {
    padding-top: 0.5rem;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .l-header .header__content--menu .mainmenu .navlist img {
    width: 4.5rem;
  }
}
.l-header .header__content--menu .mainmenu .navlist__content {
  position: absolute;
  top: 10rem;
  left: -4rem;
  /* transform: translateX(-50%); */
  display: none;
  min-width: 24.9rem;
  /* display: none; */
  /* background: maroon; */
  padding: 4rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 2rem;
  box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.16);
}
.l-header .header__content--menu .mainmenu .navlist__content .submenu-list {
  text-align: left;
}
.l-header .header__content--menu .mainmenu .navlist__content .submenu-list li {
  margin-bottom: 2rem;
}
.l-header .header__content--menu .mainmenu .navlist__content .submenu-list li:last-child {
  margin-bottom: 0;
}
.l-header .header__content--menu .mainmenu .navlist__content .submenu-list a {
  display: block;
  padding-left: 2.9rem;
  font-size: 1.4rem;
  font-weight: 500;
  background: url(../images/common/ico_arrow.png) no-repeat center left;
  background-size: 1.9rem;
}
.l-header .header__content .menu-btn {
  position: relative;
  z-index: 2;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  background: #dc0025;
  border-radius: 5rem;
  transition: all ease-in-out 0.5s;
}
.l-header .header__content .menu-btn span {
  position: absolute;
  top: 36%;
  right: 0;
  left: 0;
  width: 2rem;
  height: 0.2rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 0.5rem;
  transition: all ease-in-out 0.5s;
}
.l-header .header__content .menu-btn span:nth-of-type(2) {
  top: 47%;
}
.l-header .header__content .menu-btn span:nth-of-type(3) {
  top: 58%;
  transition: all ease-in-out 0.5s;
}
.l-header .header__content .menu-btn.active span {
  height: 0.2rem;
  background: #ffffff;
}
.l-header .header__content .menu-btn.active span:nth-of-type(1) {
  top: 33%;
  right: -12%;
  width: 2rem;
  transform: rotate(45deg);
  transform-origin: left;
}
.l-header .header__content .menu-btn.active span:nth-of-type(3) {
  top: 61%;
  right: -12%;
  width: 2rem;
  transform: rotate(-45deg);
  transform-origin: left;
}
.l-header .header__content .menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.l-header .header__content .menu-content {
  position: absolute;
  top: 101px;
  right: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 90%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-header .header__content .menu-content::-webkit-scrollbar {
  display: none;
}
.l-header .header__content .menu-content .blk {
  height: 100vh;
  min-height: 87%;
  padding: 0 2rem 2rem 2rem;
  overflow-y: scroll;
  background: #ffffff;
  border-radius: 2rem;
  box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.16);
}
.l-header .header__content .menu-content .blk::-webkit-scrollbar {
  display: none;
}
.l-header .header__content .menu-content .menu-ttl {
  padding-bottom: 26px;
  margin-bottom: 3px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2.7px;
  border-bottom: 2px solid #cccccc;
}
.l-header .header__content .menu-content .page-menu {
  margin-bottom: 100px;
}
.l-header .header__content .menu-content .page-menu li.others {
  padding: 24px 0;
  border-bottom: 1px solid #cccccc;
}
.l-header .header__content .menu-content .page-menu .parent {
  position: relative;
  padding: 2rem 0;
  border-bottom: 1px solid #cccccc;
  transition: all 0.4s;
}
.l-header .header__content .menu-content .page-menu .parent .p-cat {
  padding-left: 0;
  font-size: 1.6rem;
  font-weight: 700;
}
.l-header .header__content .menu-content .page-menu .parent .ui-state-default {
  background: url('../images/common/ico_plus.svg') no-repeat center right;
  background-size: 20px;
  transition: all 0.25s;
}
.l-header .header__content .menu-content .page-menu .parent .ui-state-active {
  background: url('../images/common/ico_minus.svg') no-repeat center right;
  background-size: 20px;
}
.l-header .header__content .menu-content .page-menu .btn-call {
  padding: 3.7333333333vw 14.9333333333vw;
  margin-top: 2rem;
  background: url('../images/common/ico_call_sp.svg') no-repeat center left 14.9333333333vw;
  background-size: 2.6rem;
  border: 0.1rem solid #dc0025;
  border-radius: 10rem;
}
.l-header .header__content .menu-content .page-menu .btn-call a {
  padding-left: 4.6rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  color: #dc0025;
}
.l-header .header__content .menu-content .page-menu a {
  padding-left: 2.9rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 1.4px;
}
.l-header .header__content .menu-content .page-menu a .en {
  display: block;
  margin-top: 0.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #dc0025;
  text-transform: uppercase;
}
.l-header .header__content .menu-content .page-menu .child-cat li {
  margin-top: 2rem;
}
.l-header .header__content .menu-content .page-menu .child-cat li:first-child {
  padding-top: 2rem;
  border-top: 1px solid #ccc;
}
.l-header .header__content .menu-content .page-menu .child-cat li a {
  background: url('../images/common/ico_arrow.png') no-repeat top left;
  background-size: 1.9rem;
}
.l-header .header__content .menu-content .ui-accordion-header {
  position: absolute;
  top: 2.5rem;
  right: 0;
  width: 4rem;
  height: 4rem;
  margin: 0 0 0 auto;
  outline: none;
}
.l-header .header__content .menu-content .ui-accordion-header:focus {
  outline: none;
}
.l-header .header__content .menu-content.active {
  display: block;
}

.l-footer {
  padding-top: 8rem;
}
@media only screen and (max-width: 48em) {
  .l-footer {
    padding-top: 10.6666666667vw;
  }
}
.l-footer .footer__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 6rem;
  border-top: 1px solid #cccccc;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .l-footer .footer__content {
    padding: 3rem;
  }
}
@media only screen and (max-width: 48em) {
  .l-footer .footer__content {
    display: block;
    padding: 4rem 2rem;
  }
}
.l-footer .footer__content--logo {
  width: 18rem;
  height: 10.6rem;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .l-footer .footer__content--logo {
    width: 15rem;
  }
}
@media only screen and (max-width: 48em) {
  .l-footer .footer__content--logo {
    margin: 0 auto;
  }
}
.l-footer .footer__content--menu .mainmenu .navlist {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .l-footer .footer__content--menu .mainmenu .navlist img {
    width: 4.5rem;
  }
}
.l-footer .footer__content--menu .mainmenu .navlist__item {
  position: relative;
  padding: 0.3rem 3rem;
  text-align: center;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .l-footer .footer__content--menu .mainmenu .navlist__item {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.l-footer .footer__content--menu .mainmenu .navlist__item:after {
  position: absolute;
  top: 1.1rem;
  right: -1px;
  width: 1px;
  height: 4rem;
  content: '';
  background: #cccccc;
}
.l-footer .footer__content--menu .mainmenu .navlist__item:last-child:after,
.l-footer .footer__content--menu .mainmenu .navlist__item:nth-last-child(2):after {
  content: none;
}
.l-footer .footer__content--menu .mainmenu .navlist__item .en {
  display: block;
  padding-top: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #dc0025;
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .l-footer .footer__content--menu .mainmenu .navlist__item .en {
    padding-top: 0.5rem;
    font-size: 1rem;
  }
}
.l-footer .footer__content--menu .mainmenu .navlist__content {
  display: none;
}
.l-footer .footer__content--menu .mainmenu .privacy {
  padding-left: 2.9rem;
  font-size: 1.4rem;
  font-weight: 500;
  background: url(../images/common/ico_arrow.png) no-repeat center left;
  background-size: 1.9rem;
}
.l-footer .footer__content--menu .mainmenu .copyrights {
  margin-top: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  color: #dc0025;
}
@media only screen and (max-width: 48em) {
  .l-footer .footer__content--menu .mainmenu .copyrights {
    font-size: 3.2vw;
    text-align: left;
  }
}

.page-top {
  position: fixed;
  right: 0;
  bottom: 30%;
  display: none;
  padding: 0 8rem 8rem 0;
  text-align: right;
}
@media only screen and (max-width: 48em) {
  .page-top {
    right: 5.3333333333vw;
    bottom: 25%;
    padding: 0;
  }
}
.page-top a {
  padding-top: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #dc0025;
  background: url(../images/common/ico_page-top.svg) no-repeat center top;
  background-size: 0.8rem;
  writing-mode: tb-rl;
}

.c-title-01 {
  display: flex;
  justify-content: center;
  padding: 0.5em 0.75em;
  font-size: 3rem;
  border: 3px solid;
}
@media only screen and (max-width: 48em) {
  .c-title-01 {
    font-size: 5.3333333333vw;
  }
}

.c-subtitle-01 {
  font-size: 2.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 48em) {
  .c-subtitle-01 {
    font-size: 5.3333333333vw;
  }
}

.sec-mv {
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
}
@media only screen and (max-width: 48em) {
  .sec-mv {
    height: 133.3333333333vw;
  }
}
.sec-mv--ttl {
  position: absolute;
  top: 4.3rem;
  right: 15.5rem;
  z-index: 1;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .sec-mv--ttl {
    right: 5.5rem;
  }
}
@media only screen and (max-width: 48em) {
  .sec-mv--ttl {
    top: 13.3333333333vw;
    right: 9.0666666667vw;
    width: 22.9333333333vw;
  }
}
.sec-mv--logo {
  position: absolute;
  right: 12rem;
  bottom: -3rem;
  z-index: 1;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .sec-mv--logo {
    right: 2rem;
  }
}
@media only screen and (max-width: 48em) {
  .sec-mv--logo {
    right: 5.3333333333vw;
    bottom: -16.8vw;
    width: 47.2vw;
  }
}
.sec-mv .mv__content {
  position: relative;
  display: block;
  width: calc(100% - 120px);
  height: 64rem;
  margin-left: auto;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, white);
  -moz-border-bottom-left-radius: 6rem;
  border-bottom-left-radius: 6rem;
}
@media only screen and (max-width: 48em) {
  .sec-mv .mv__content {
    width: calc(100% - 75px);
    height: 133.3333333333vw;
    -moz-border-bottom-left-radius: 16vw;
    border-bottom-left-radius: 16vw;
  }
}
.sec-mv .mv__content--blk {
  height: 64rem;
  background: url('../images/top/img_mv01.jpg') no-repeat bottom left;
  background-size: cover;
}
@media only screen and (max-width: 48em) {
  .sec-mv .mv__content--blk {
    height: 133.3333333333vw;
    background: url('../images/top/img_mv01_sp.jpg') no-repeat bottom left;
    background-size: cover;
  }
}
.sec-mv .mv__content--slider {
  height: 64rem;
}
@media only screen and (max-width: 48em) {
  .sec-mv .mv__content--slider {
    height: 133.3333333333vw;
  }
}
.sec-mv .mv__content--slider .slick-arrow {
  display: none !important;
}
.sec-mv .mv-gazou__list {
  position: relative;
  width: 100%;
  height: 64rem;
  list-style-type: none;
}
@media only screen and (max-width: 48em) {
  .sec-mv .mv-gazou__list {
    height: 133.3333333333vw;
  }
}
.sec-mv .mv-gazou__list--item {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  animation: animationFade2 20s infinite linear;
}
@keyframes animationFade2 {
  40% {
    opacity: 1;
    transform: scale(1.25);
  }
  50% {
    transform: scale(1.23);
  }
  60% {
    transform: scale(1.2);
  }
  70% {
    transform: scale(1.15);
  }
  80% {
    transform: scale(1.13);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.05);
  }
}
.sec-mv .mv-gazou__list .left {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% - 650px);
  height: 64rem;
  overflow: hidden;
  border-radius: 6rem;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, white);
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .sec-mv .mv-gazou__list .left {
    width: calc(100% - 46%);
    height: 46rem;
  }
}
@media only screen and (max-width: 48em) {
  .sec-mv .mv-gazou__list .left {
    width: 60.5333333333vw;
    height: 70.9333333333vw;
    border-radius: 16vw;
  }
}
.sec-mv .mv-gazou__list .left .mv-gazou__list--item-1 {
  overflow: hidden;
  background: url('../images/top/mv_gazou01.jpg') no-repeat center top;
  background-size: cover;
}
@media only screen and (max-width: 48em) {
  .sec-mv .mv-gazou__list .left .mv-gazou__list--item-1 {
    height: 80vw;
  }
}
.sec-mv .mv-gazou__list .t-right {
  position: absolute;
  top: 0;
  right: 12rem;
  display: block;
  width: 48rem;
  height: 38.5rem;
  overflow: hidden;
  border-radius: 6rem;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, white);
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .sec-mv .mv-gazou__list .t-right {
    right: 2rem;
    width: 43rem;
    height: 30rem;
  }
}
@media only screen and (max-width: 48em) {
  .sec-mv .mv-gazou__list .t-right {
    top: 5.3333333333vw;
    right: 5.3333333333vw;
    width: 71.7333333333vw;
    height: 52vw;
    border-radius: 10.6666666667vw;
  }
}
.sec-mv .mv-gazou__list .t-right .mv-gazou__list--item-1 {
  overflow: hidden;
  background: url('../images/top/mv_gazou02.jpg') no-repeat center top;
  background-size: cover;
}
.sec-mv .mv-gazou__list .b-right {
  position: absolute;
  right: 5rem;
  bottom: 0;
  display: block;
  width: 38.7rem;
  height: 28.7rem;
  overflow: hidden;
  border-radius: 6rem;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, white);
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .sec-mv .mv-gazou__list .b-right {
    right: 3rem;
    bottom: 5rem;
    width: 35rem;
    height: 26rem;
  }
}
@media only screen and (max-width: 48em) {
  .sec-mv .mv-gazou__list .b-right {
    right: 5.3333333333vw;
    bottom: 32.5%;
    width: 48vw;
    height: 38.6666666667vw;
    border-radius: 10.6666666667vw;
  }
}
.sec-mv .mv-gazou__list .b-right .mv-gazou__list--item-1 {
  overflow: hidden;
  background: url('../images/top/mv_gazou03.jpg') no-repeat center top;
  background-size: cover;
}
.sec-mv .top_mv_scroll {
  position: absolute;
  bottom: 0;
  left: 5.3rem;
  z-index: 1;
  width: 20px;
  height: 25rem;
}
@media only screen and (max-width: 48em) {
  .sec-mv .top_mv_scroll {
    bottom: 0;
    left: 5.3333333333vw;
  }
}
.sec-mv .top_mv_scroll .text {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 0;
  line-height: 1.2;
  color: #dc0025;
  writing-mode: vertical-rl;
}
.sec-mv .top_mv_scroll .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 189px;
  overflow: hidden;
}
.sec-mv .top_mv_scroll .line::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 100%;
  content: '';
  background: #cccccc;
}

.sec-about {
  position: relative;
  max-width: 136.6rem;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .sec-about {
    max-width: 100%;
  }
}
@media only screen and (max-width: 48em) {
  .sec-about {
    max-width: 100%;
  }
}
.sec-about .gazou-blk {
  position: absolute;
  top: 10rem;
  right: 8rem;
  width: 61rem;
  max-width: 47%;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .sec-about .gazou-blk {
    right: 0;
    max-width: 46%;
  }
}
@media only screen and (max-width: 48em) {
  .sec-about .gazou-blk {
    position: relative;
    top: auto;
    right: auto;
    width: 89.3333333333vw;
    max-width: 100%;
    margin: 0 auto;
  }
}
.sec-about .gazou-blk .gazou {
  border-radius: 6rem;
}

.sec-product__list {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 48em) {
  .sec-product__list {
    display: block;
  }
}
.sec-product__list li {
  width: 32rem;
  text-align: center;
}
@media only screen and (max-width: 48em) {
  .sec-product__list li {
    width: 100%;
    margin-bottom: 10.6666666667vw;
  }
  .sec-product__list li:last-child {
    margin-bottom: 0;
  }
}
.sec-product__list li img {
  width: 28rem;
  padding-bottom: 4rem;
  margin: 0 auto;
}
.sec-product__list li:nth-child(2) {
  width: 34rem;
}
@media only screen and (max-width: 48em) {
  .sec-product__list li:nth-child(2) {
    width: 100%;
  }
}
.sec-product__list li:nth-child(2) img {
  width: 34rem;
}
.sec-product__list li:nth-child(2) .subttl::after {
  content: '02';
}
.sec-product__list li:nth-child(3) .subttl::after {
  content: '03';
}
.sec-product__list li .subttl {
  position: relative;
  margin: 2rem 0 4rem 0;
}
@media only screen and (max-width: 48em) {
  .sec-product__list li .subttl {
    margin: 5.3333333333vw 0;
    font-size: 5.3333333333vw;
  }
}
.sec-product__list li .subttl::before {
  position: absolute;
  top: -8rem;
  left: 50%;
  width: 0.1rem;
  height: 6rem;
  content: '';
  background: #dc0025;
}
.sec-product__list li .subttl::after {
  position: absolute;
  top: -1.5rem;
  display: block;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 8rem;
  line-height: 1;
  color: rgba(220, 0, 37, 0.1);
  text-align: center;
  content: '01';
}
@media only screen and (max-width: 48em) {
  .sec-product__list li .subttl::after {
    font-size: 21.3333333333vw;
    line-height: 0.9;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .sec-product__list li .txt {
    font-size: 1.2rem;
  }
}

.sec-recipe {
  background: url('../images/common/bg_recipe.jpg') no-repeat top left #fcf9f6;
  background-size: cover;
}
@media only screen and (max-width: 48em) {
  .sec-recipe {
    background-size: 100%;
  }
}
.sec-recipe .subttl {
  margin: 6rem 0 0 0;
}
@media only screen and (max-width: 48em) {
  .sec-recipe .subttl {
    margin: 8vw 0 0 0;
  }
}
.sec-recipe__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 6rem 0;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .sec-recipe__list {
    flex-wrap: nowrap;
    column-gap: 1.5rem;
  }
}
@media only screen and (max-width: 48em) {
  .sec-recipe__list {
    padding: 8vw 0;
  }
}
.sec-recipe__list li {
  width: 32rem;
  overflow: hidden;
  background: #ffffff;
  border-radius: 3rem;
}
.sec-recipe__list li a img {
  width: 100%;
}
@media only screen and (max-width: 48em) {
  .sec-recipe__list li {
    width: 100%;
    margin-bottom: 5.3333333333vw;
    border-radius: 8vw;
  }
  .sec-recipe__list li:last-child {
    margin-bottom: 0;
  }
  .sec-recipe__list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .sec-recipe__list li a img {
    width: 14rem;
    height: 14rem;
    margin: 0;
  }
}
@media only screen and (max-width: 48em) and (max-width: 48em) {
  .sec-recipe__list li a img {
    width: 40vw;
    height: 40vw;
  }
}
.sec-recipe__list li.newitem {
  position: relative;
}
.sec-recipe__list li.newitem:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  border-color: #dc0025 transparent transparent transparent;
  border-style: solid;
  border-width: 7rem 7rem 0 0;
}
@media only screen and (max-width: 48em) {
  .sec-recipe__list li.newitem:before {
    border-width: 18.6666666667vw 18.6666666667vw 0 0;
  }
}
.sec-recipe__list li.newitem:after {
  position: absolute;
  top: 1.2rem;
  left: 0.6rem;
  z-index: 1;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  content: 'NEW';
  transform: rotate(315deg);
}
@media only screen and (max-width: 48em) {
  .sec-recipe__list li.newitem:after {
    top: 3.2vw;
    left: 1.6vw;
    font-size: 3.7333333333vw;
  }
}
.sec-recipe__list li .recipe-info {
  padding: 2rem 2rem 4rem 2rem;
}
@media only screen and (max-width: 48em) {
  .sec-recipe__list li .recipe-info {
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
.sec-recipe__list li .recipe-info .ttl {
  padding-top: 0.9rem;
  font-weight: 700;
}
@media only screen and (max-width: 48em) {
  .sec-recipe__list li .recipe-info .ttl {
    display: -webkit-box;
    padding-top: 0.3rem;
    overflow: hidden;
    font-size: 3.7333333333vw;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    line-height: 2;
  }
}
.sec-recipe__search {
  padding-top: 6rem;
  margin-top: 6rem;
  border-top: 0.1rem solid #ccc;
}
@media only screen and (max-width: 48em) {
  .sec-recipe__search {
    padding-top: 8vw;
    margin-top: 8vw;
  }
}
.sec-recipe__search .subttl {
  margin: 0;
}
.sec-recipe__search--list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding: 6rem 0;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .sec-recipe__search--list {
    flex-wrap: nowrap;
    column-gap: 1.5rem;
  }
}
@media only screen and (max-width: 48em) {
  .sec-recipe__search--list {
    padding: 8vw 0;
  }
}
.sec-recipe__search--list .col {
  width: 32rem;
  overflow: hidden;
  background: #ffffff;
  border-radius: 3rem;
}
@media only screen and (max-width: 48em) {
  .sec-recipe__search--list .col {
    width: 100%;
  }
}
.sec-recipe__search--list .col .recipe-info {
  padding: 2rem 2rem 4rem 2rem;
}
.sec-recipe__search--list .col .recipe-info .txt {
  padding-top: 0.9rem;
  font-weight: 700;
}
.sec-recipe__search--list .col .ttl {
  position: relative;
  padding: 2.5rem 5rem 2.5rem 8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  background: #dc0025;
  background: url(../images/common/ico_lunch.svg) no-repeat center left 3rem #dc0025;
  background-size: 4rem;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .sec-recipe__search--list .col .ttl {
    padding: 2.5rem 0rem 2.5rem 5rem;
  }
}
@media only screen and (max-width: 48em) {
  .sec-recipe__search--list .col .ttl {
    font-size: 5.3333333333vw;
  }
}
.sec-recipe__search--list .col:nth-child(2) .ttl {
  background: url(../images/common/ico_dinner.svg) no-repeat center left 3rem #dc0025;
  background-size: 4rem;
}
.sec-recipe__search--list .col:nth-child(3) .ttl {
  background: url(../images/common/ico_meal.svg) no-repeat center left 3rem #dc0025;
  background-size: 4rem;
}
.sec-recipe__search--list .col .menulist {
  padding: 2rem;
}
.sec-recipe__search--list .col .menulist li {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 48em) {
  .sec-recipe__search--list .col .menulist li {
    font-size: 3.7333333333vw;
  }
}
.sec-recipe__search .default-btn.search {
  padding: 2rem 11rem 2rem 6rem;
  font-size: 2.4rem;
  background: url('../images/common/ico_search.svg') no-repeat center right 6rem #121212;
  background-size: 2rem;
}
@media only screen and (max-width: 48em) {
  .sec-recipe__search .default-btn.search {
    width: 100%;
    padding: 5.3333333333vw 9.0666666667vw 5.3333333333vw 9.0666666667vw;
    font-size: 6.4vw;
    text-align: left;
    background: url(../images/common/ico_search.svg) no-repeat center right 9.0666666667vw #121212;
    background-size: 5.3333333333vw;
  }
}

.sec-casestudy {
  padding: 4.6rem 0;
  background: url('../images/top/bg_casestudy.jpg') no-repeat top left;
  background-size: cover;
}
@media only screen and (max-width: 48em) {
  .sec-casestudy {
    background: url('../images/top/bg_casestudy_sp.jpg') no-repeat top left;
    background-size: cover;
  }
}
.sec-casestudy__overlay {
  padding: 6rem 2rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 3rem;
  backdrop-filter: blur(10px);
}
@media only screen and (max-width: 48em) {
  .sec-casestudy__overlay {
    padding: 5.3333333333vw;
  }
}
.sec-casestudy__overlay .txt {
  letter-spacing: 0;
}

.sec-recruit {
  position: relative;
  max-width: 136.6rem;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .sec-recruit {
    max-width: 100%;
  }
}
@media only screen and (max-width: 48em) {
  .sec-recruit {
    display: flex;
    flex-direction: column-reverse;
    max-width: 100%;
  }
}
.sec-recruit__txtblk {
  width: 47%;
  margin-left: auto;
}
@media only screen and (max-width: 48em) {
  .sec-recruit__txtblk {
    width: 100%;
  }
}
.sec-recruit .gazou-blk {
  position: absolute;
  top: 10rem;
  left: 0;
  width: 61rem;
  max-width: 50%;
}
@media only screen and (max-width: 48em) {
  .sec-recruit .gazou-blk {
    position: relative;
    top: 0;
    right: auto;
    width: 89.3333333333vw;
    max-width: 100%;
    margin: 0 auto 0 0;
  }
}
.sec-recruit .gazou-blk .gazou {
  border-top-right-radius: 6rem;
  border-bottom-right-radius: 6rem;
}

.sec-news {
  position: relative;
  background: #fcf9f6;
}
.sec-news .ttl-news {
  position: absolute;
  right: 1rem;
  bottom: 0;
  width: 63.4rem;
}
@media only screen and (max-width: 48em) {
  .sec-news .ttl-news {
    right: 0;
    width: 89.3333333333vw;
  }
}
.sec-news__list {
  position: relative;
  padding-top: 2rem;
}
@media only screen and (max-width: 48em) {
  .sec-news__list {
    padding-top: 0;
  }
}
.sec-news__list li {
  padding: 2rem 0;
  background: url(../images/common/ico_arrow.png) no-repeat center right;
  background-size: 1.9rem;
  border-bottom: 0.1rem solid #cccccc;
}
.sec-news__list li .date {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  color: #dc0025;
}
.sec-news__list li .txt {
  width: calc(100% - 39px);
  padding-top: 0.6rem;
  line-height: 1.4;
}

.sec-contact__list {
  padding: 6rem 0;
}
@media only screen and (max-width: 48em) {
  .sec-contact__list {
    padding: 10.6666666667vw 0;
  }
}
.sec-contact__list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 2rem 0;
  border-bottom: 0.1rem solid #ccc;
}
@media only screen and (max-width: 48em) {
  .sec-contact__list li {
    display: block;
  }
}
.sec-contact__list li:first-child {
  padding-top: 0;
}
.sec-contact__list li .ttl {
  width: 18rem;
  min-width: 18rem;
  margin-right: 4rem;
}
@media only screen and (max-width: 48em) {
  .sec-contact__list li .ttl {
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }
}
.sec-contact .ttl-bar {
  padding-left: 8.8rem;
  background: url('../images/common/ico_location.svg') no-repeat center left 4rem #d3032b;
  background-size: 2.2rem;
}
@media only screen and (max-width: 48em) {
  .sec-contact .ttl-bar {
    background-size: 5.8666666667vw;
  }
}
.sec-contact .contact-info__ttl {
  padding: 6rem 0 1.6rem 0;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 48em) {
  .sec-contact .contact-info__ttl {
    text-align: left;
  }
}
.sec-contact .contact-info__number {
  margin-bottom: 2rem;
  font-family: 'Montserrat', sans-serif;
}
.sec-contact .contact-info__number a {
  font-size: 5rem;
  font-weight: 500;
}
@media only screen and (max-width: 48em) {
  .sec-contact .contact-info__number a {
    font-size: 10.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .sec-contact .remark {
    text-align: left;
  }
}
.sec-contact .privacy {
  padding: 4rem;
  margin-top: 6rem;
  background: #fcf9f6;
}
@media only screen and (max-width: 48em) {
  .sec-contact .privacy {
    padding: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.sec-contact .privacy__ttl {
  padding-bottom: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 48em) {
  .sec-contact .privacy__ttl {
    padding-bottom: 8vw;
  }
}

.p-about .sec-menu {
  padding: 14rem 0 10rem 0;
  background: url(../images/common/bg_recipe.jpg) no-repeat top left #fcf9f6;
  background-size: cover;
}
@media only screen and (max-width: 48em) {
  .p-about .sec-menu {
    padding: 10.6666666667vw 0;
    background-size: 100%;
  }
}
.p-about .sec-menu .subttl {
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 48em) {
  .p-about .sec-menu .subttl {
    margin: 0 0 2.6666666667vw 0;
  }
}
.p-about .sec-menu__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.p-about .sec-menu__list li {
  width: 48rem;
  margin-top: 4rem;
  overflow: hidden;
  background: #ffffff;
  border-radius: 3rem;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .p-about .sec-menu__list li {
    width: 48%;
  }
}
@media only screen and (max-width: 48em) {
  .p-about .sec-menu__list li {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
.p-about .sec-menu__info {
  padding: 2rem;
}
.p-about .sec-menu__info .ttl {
  padding-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
}
.p-about .sec-message__detail--profile {
  position: relative;
  margin: 4rem 0 6rem 0;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 48em) {
  .p-about .sec-message__detail--profile {
    margin: 16vw 0;
    font-size: 4.2666666667vw;
  }
}
.p-about .sec-message__detail--profile::before {
  position: absolute;
  top: -8rem;
  left: 50%;
  width: 0.1rem;
  height: 6rem;
  content: '';
  background: #dc0025;
}
@media only screen and (max-width: 48em) {
  .p-about .sec-message__detail--profile::before {
    top: -21.3333333333vw;
  }
}
.p-about .sec-message__detail--profile::after {
  position: absolute;
  top: -1.5rem;
  display: block;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(220, 0, 37, 0.1);
  text-align: center;
  text-transform: uppercase;
  content: 'TAKAFUMI KISHI';
}
@media only screen and (max-width: 48em) {
  .p-about .sec-message__detail--profile::after {
    top: 0;
    font-size: 15.4666666667vw;
  }
}
.p-about .sec-message__detail .name {
  font-size: 4rem;
  font-weight: 700;
}
@media only screen and (max-width: 48em) {
  .p-about .sec-message__detail .name {
    font-size: 6.9333333333vw;
  }
}
.p-about .sec-slogan {
  background-color: #fcf9f6;
}
.p-about .sec-slogan .subttl {
  margin: 6rem 0;
}
@media only screen and (max-width: 48em) {
  .p-about .sec-slogan .subttl {
    margin: 8vw 0;
  }
}
.p-about .sec-slogan__brand {
  padding: 4rem;
  margin-top: 6rem;
  background: #ffffff;
}
@media only screen and (max-width: 48em) {
  .p-about .sec-slogan__brand {
    padding: 5.3333333333vw;
    margin-top: 8vw;
  }
}
.p-about .sec-slogan__brand .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 4rem;
}
@media only screen and (max-width: 48em) {
  .p-about .sec-slogan__brand .content {
    display: block;
    padding-top: 0;
  }
}
@media only screen and (max-width: 48em) {
  .p-about .sec-slogan__brand .content img {
    margin: 8vw auto;
  }
}
.p-about .sec-slogan__brand .content .txt {
  padding-left: 4rem;
}
@media only screen and (max-width: 48em) {
  .p-about .sec-slogan__brand .content .txt {
    padding-left: 0;
  }
}
@media only screen and (max-width: 48em) {
  .p-about .sec-slogan__brand .ttl-bar {
    padding: 5.3333333333vw 4vw;
  }
}
.p-about .sec-philosophy .list {
  padding: 6rem 8rem 0 12rem;
  text-indent: -4rem;
}
@media only screen and (max-width: 48em) {
  .p-about .sec-philosophy .list {
    padding: 8vw 0 0 9.3333333333vw;
    text-indent: -9.3333333333vw;
  }
}
.p-about .sec-philosophy .list li {
  margin-bottom: 2rem;
  font-size: 2rem;
  letter-spacing: 0;
}
.p-about .sec-philosophy .list li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 48em) {
  .p-about .sec-philosophy .list li {
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.p-about .sec-otherpages__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media only screen and (max-width: 48em) {
  .p-about .sec-otherpages__list {
    display: block;
  }
}
.p-about .sec-otherpages__list .col {
  position: relative;
  width: calc(50% - 0.5px);
  height: 38rem;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .p-about .sec-otherpages__list .col {
    height: 28rem;
  }
}
@media only screen and (max-width: 48em) {
  .p-about .sec-otherpages__list .col {
    width: 100%;
    height: 22rem;
  }
}
.p-about .sec-otherpages__list .col::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.5);
}
.p-about .sec-otherpages__list .col a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.p-about .sec-otherpages__list .col .secttl {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  font-size: 3rem;
  color: #ffffff;
  transform: translateY(-50%);
}
.p-about .sec-otherpages__list .col .secttl .enttl {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #ffffff;
}
.p-about .sec-otherpages__list .col:nth-child(1) {
  background: url(../images/about/bg_about.jpg) no-repeat center left;
  background-size: cover;
}
@media only screen and (max-width: 48em) {
  .p-about .sec-otherpages__list .col:nth-child(1) {
    margin-bottom: 0.5333333333vw;
  }
}
.p-about .sec-otherpages__list .col:nth-child(2) {
  background: url(../images/about/bg_company.jpg) no-repeat center left;
  background-size: cover;
}

.p-about.company .list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 2rem 0;
  border-bottom: 0.1rem solid #ccc;
}
@media only screen and (max-width: 48em) {
  .p-about.company .list li {
    display: block;
  }
}
.p-about.company .list li:first-child {
  padding-top: 0;
}
.p-about.company .list li .ttl {
  width: 18rem;
  min-width: 18rem;
  margin-right: 4rem;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .p-about.company .list li .ttl {
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 48em) {
  .p-about.company .list li .ttl {
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }
}
.p-about.company .sec-base {
  padding: 10rem 0;
  background: #fcf9f6;
}
@media only screen and (max-width: 48em) {
  .p-about.company .sec-base {
    padding: 16vw 0;
  }
}
.p-about.company .sec-base .ttl-bar {
  padding-left: 8.8rem;
  background: url(../images/common/ico_location.svg) no-repeat center left 4rem #d3032b;
  background-size: 2.2rem;
}
.p-about.company .sec-base .btn {
  padding: 1.4rem 3rem 1.4rem 5.6rem;
  margin-left: auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  text-transform: uppercase;
  background: url(../images/common/ico_map.svg) no-repeat center left 3rem;
  background-size: 1.6rem;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .p-about.company .sec-base .btn {
    padding: 1rem 1.5rem 1rem 3.6rem;
    background: url(../images/common/ico_map.svg) no-repeat center left 1rem;
    background-size: 1.4rem;
  }
}
@media only screen and (max-width: 48em) {
  .p-about.company .sec-base .btn {
    display: block;
    width: 34.6666666667vw;
    margin: 5.3333333333vw 0 0 auto;
  }
}

.p-product .subttl {
  margin: 0 auto;
}
.p-product .series-list .products__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 2rem;
  column-gap: 2rem;
}
@media only screen and (max-width: 48em) {
  .p-product .series-list .products__list {
    display: block;
  }
}
@media only screen and (max-width: 48em) {
  .p-product .series-list .products__list li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 48em) {
  .p-product .series-list .products__list li {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  .p-product .series-list .products__list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .p-product .series-list .products__list li a img {
    width: 14rem;
    height: 14rem;
  }
}
@media only screen and (max-width: 48em) and (max-width: 48em) {
  .p-product .series-list .products__list li a img {
    width: 37.3333333333vw;
    height: 37.3333333333vw;
  }
}
.p-product .series-list .products__list li .recipe-info {
  padding: 2rem;
}
@media only screen and (max-width: 48em) {
  .p-product .series-list .products__list li .recipe-info {
    padding: 5.3333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0;
  }
}
.p-product .series-list .products__list li .recipe-info .ttl {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 48em) {
  .p-product .series-list .products__list li .recipe-info .ttl {
    margin-bottom: 2.6666666667vw;
  }
}
.p-product .categories-list .ttl-bar a {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 48em) {
  .p-product .categories-list .ttl-bar a {
    width: 70%;
  }
  .p-product .categories-list .inner {
    padding: 0;
  }
}
.p-product .categories-list .menulist {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 4rem;
}
@media only screen and (max-width: 48em) {
  .p-product .categories-list .menulist {
    display: block;
    padding: 2.6666666667vw 5.3333333333vw 0 5.3333333333vw;
  }
}
.p-product .categories-list .menulist li {
  width: 20%;
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 48em) {
  .p-product .categories-list .menulist li {
    width: 100%;
  }
}
@media only screen and (max-width: 48em) {
  .p-product .categories-list .ttl-bar {
    position: relative;
    z-index: 1;
    padding: 1.5rem 2rem;
    background: url(../images/product/ico_plus.svg) no-repeat center right 2rem #d3032b;
    background-size: 2rem;
    border-radius: 0;
  }
}
@media only screen and (max-width: 48em) {
  .p-product .categories-list .ttl-bar.show {
    background: url(../images/product/ico_minus.svg) no-repeat center right 2rem #d3032b;
    background-size: 2rem;
  }
}
.p-product .categories-list .ttl-bar .icon {
  display: inline;
  max-height: 3rem;
  margin-left: 2rem;
}
.p-product .categories-list .ttl-bar .icon.sasa {
  margin-top: -1rem;
  margin-bottom: -0.5rem;
}
.p-product .sec-otherpages__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 192rem;
  max-width: 100%;
  margin: 0 auto;
}
.p-recipe-list .products__list li,
.p-product .products__list li {
  border-radius: 0;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}
@media only screen and (max-width: 48em) {
  .p-recipe-list .products__list li,
  .p-product .products__list li {
    border-top-left-radius: 8vw;
    border-top-right-radius: 8vw;
  }
}
@media only screen and (max-width: 48em) {
  .p-product .sec-otherpages__list {
    display: block;
    width: 100%;
  }
}
.p-product .sec-otherpages__list .col {
  position: relative;
  width: calc(50% - 0.5px);
  height: 38rem;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .p-product .sec-otherpages__list .col {
    height: 28rem;
  }
}
@media only screen and (max-width: 48em) {
  .p-product .sec-otherpages__list .col {
    width: 100%;
    height: 22rem;
  }
}
.p-product .sec-otherpages__list .col::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(255, 255, 255, 0.5);
}
.p-product .sec-otherpages__list .col a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.p-product .sec-otherpages__list .col .secttl {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  font-size: 3rem;
  color: #121212;
  transform: translateY(-50%);
}
@media only screen and (max-width: 48em) {
  .p-product .sec-otherpages__list .col .secttl {
    font-size: 6.4vw;
  }
}
.p-product .sec-otherpages__list .col .secttl .enttl {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #dc0025;
}
@media only screen and (max-width: 48em) {
  .p-product .sec-otherpages__list .col .secttl .enttl {
    font-size: 3.7333333333vw;
  }
}
.p-product .sec-otherpages__list .col:nth-child(1) {
  background: url(../images/product/bg_catalog.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 48em) {
  .p-product .sec-otherpages__list .col:nth-child(1) {
    background-size: cover;
  }
}
.p-product .sec-otherpages__list .col:nth-child(2) {
  background: url(../images/product/bg_new_product.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 48em) {
  .p-product .sec-otherpages__list .col:nth-child(2) {
    background-size: cover;
  }
}
.p-product .sec-otherpages .contentnavi li {
  width: 25rem;
  text-align: left;
}
.p-product .sec-otherpages .contentnavi li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .p-product .sec-otherpages .contentnavi li {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 48em) {
  .p-product .sec-otherpages .contentnavi li {
    width: 100%;
  }
}
.p-product .sec-otherpages .contentnavi li .default-btn {
  display: block;
  background: url(../images/common/btn_arrow_white.svg) no-repeat center right 4rem #dc0025;
  background-size: auto;
}
.p-product .sec-otherpages .contentnavi li .default-btn.current {
  color: #dc0025;
  background: url(../images/common/btn_arrow.svg) no-repeat center right 4rem #fdf1f3;
  background-size: auto;
}
.p-product .lineup__blk--ttl {
  font-family: 'Montserrat', sans-serif;
  color: #dc0025;
}
.p-product .lineup__blk--txt {
  padding: 4rem 0;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
}
@media only screen and (max-width: 48em) {
  .p-product .lineup__blk--txt {
    padding: 8vw 0;
  }
}
.p-product .lineup__blk .grid {
  grid-template-columns: repeat(12, 1fr);
  justify-items: center;
  width: 86rem;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .p-product .lineup__blk .grid {
    width: 98%;
  }
}
@media only screen and (max-width: 48em) {
  .p-product .lineup__blk .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 4vw;
    column-gap: 4vw;
    width: 100%;
  }
}
.p-product .lineup__blk .grid li:nth-child(1) {
  margin-left: auto;
}
@media only screen and (max-width: 48em) {
  .p-product .lineup__blk .grid li:nth-child(1) {
    margin: 0 auto;
  }
}
.p-product .lineup__blk .grid li:nth-child(3) {
  margin-right: auto;
}
@media only screen and (max-width: 48em) {
  .p-product .lineup__blk .grid li:nth-child(3) {
    margin: 0 auto;
  }
}
.p-product .lineup__blk .grid li:nth-child(-1n + 3) {
  grid-column: span 4;
}
@media only screen and (max-width: 48em) {
  .p-product .lineup__blk .grid li:nth-child(-1n + 3) {
    grid-column: auto;
  }
}
.p-product .lineup__blk .grid li:nth-child(n + 4) {
  grid-row-start: 2;
  grid-column: span 3;
}
@media only screen and (max-width: 48em) {
  .p-product .lineup__blk .grid li:nth-child(n + 4) {
    grid-row-start: auto;
    grid-column: auto;
  }
}
.p-product .lineup__blk .grid li .default-btn {
  min-width: 20rem;
  max-width: 20rem;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #dc0025;
  text-align: center;
  background: none;
  border: 1px solid #dc0025;
  opacity: 1;
  transition: all 0.3s;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .p-product .lineup__blk .grid li .default-btn {
    min-width: 17rem;
    max-width: 17rem;
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.p-product .lineup__blk .grid li .default-btn:hover {
  color: #ffffff;
  background: #dc0025;
}
.p-product .lineup__blk .grid li .default-btn.active {
  color: #ffffff;
  background: #dc0025;
}
@media only screen and (max-width: 48em) {
  .p-product .lineup__blk .grid li .default-btn {
    min-width: 42.5vw;
    max-width: 100%;
    padding: 2.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .p-product .lineup__blk .menulist {
    display: flex;
    padding: 5.3333333333vw 0 0 0;
  }
  .p-product .lineup__blk .menulist li {
    width: 50%;
  }
}
.p-product.rawfood .txt-all {
  padding: 4rem 0;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
}
@media only screen and (max-width: 48em) {
  .p-product.rawfood .txt-all {
    padding: 8vw 0;
  }
}
.p-product.detail .product-info-blk {
  max-width: 1030px;
  margin: 0 auto;
}
@media only screen and (max-width: 48em) {
  .p-product.detail .product-info-blk {
    max-width: 100%;
  }
}
.p-product.detail .product-info-blk .product-info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 48em) {
  .p-product.detail .product-info-blk .product-info {
    display: block;
  }
}
.p-product.detail .product-info-blk .product-info .col {
  width: 470px;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .p-product.detail .product-info-blk .product-info .col {
    width: 47%;
  }
}
@media only screen and (max-width: 48em) {
  .p-product.detail .product-info-blk .product-info .col {
    width: 100%;
  }
}
.p-product.detail .product-info-blk .product-info .col:nth-child(1) {
  width: 540px;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .p-product.detail .product-info-blk .product-info .col:nth-child(1) {
    width: 50%;
  }
}
@media only screen and (max-width: 48em) {
  .p-product.detail .product-info-blk .product-info .col:nth-child(1) {
    width: 100%;
    padding: 0 2.6666666667vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 48em) {
  .p-product.detail .product-info-blk .product-info .col:nth-child(2) .swiper {
    padding: 5.3333333333vw 0 10.6666666667vw 0;
  }
}
@media only screen and (max-width: 48em) {
  .p-product.detail .product-info-blk .product-info .col:nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 5.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .p-product.detail .product-info-blk .product-info .col .txt-blk {
    width: 100%;
  }
}
.p-product.detail .product-info-blk .product-info .col .txt-blk .taglist {
  margin-bottom: 2rem;
}
.p-product.detail .product-info-blk .product-info .col .txt-blk .taglist .tag {
  margin-right: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #121212;
  background: #fdf2ed;
  border: none;
}
@media only screen and (max-width: 48em) {
  .p-product.detail .product-info-blk .product-info .col .txt-blk .taglist .tag {
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.p-product.detail .product-info-blk .product-info .col .txt-blk .taglist .tag.active {
  font-weight: 700;
  color: #ffffff;
  background: #dc0025;
}
.p-product.detail .product-info-blk .product-info .col .txt-blk .taglist .tag:last-child {
  margin-right: 0;
}
.p-product.detail .product-info-blk .product-info .col .txt-blk .p-ttl {
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 48em) {
  .p-product.detail .product-info-blk .product-info .col .txt-blk .p-ttl {
    font-size: 8vw;
  }
}
.p-product.detail .product-info-blk .product-info .col .txt-blk .p-desc {
  padding: 3rem 0;
}
@media only screen and (max-width: 48em) {
  .p-product.detail .product-info-blk .product-info .col .txt-blk .p-desc {
    padding: 5.3333333333vw 0;
  }
}
.p-product.detail .product-info-blk .product-info .col .swiper {
  padding: 0 2rem;
}
@media only screen and (max-width: 48em) {
  .p-product.detail .product-info-blk .product-info .col .swiper {
    width: 100%;
    padding: 0 2.6666666667vw;
  }
}
.p-product.detail .product-info-blk .product-info .col .swiper .swiper-slide,
.p-product.detail .product-info-blk .product-info .col .swiper .swiper-slide-visible {
  border: 1px solid #cccccc;
}
.p-product.detail .product-info-blk .product-info .col .swiper .swiper-button-next,
.p-product.detail .product-info-blk .product-info .col .swiper .swiper-button-prev {
  width: 6rem;
}
@media only screen and (max-width: 48em) {
  .p-product.detail .product-info-blk .product-info .col .swiper .swiper-button-next,
  .p-product.detail .product-info-blk .product-info .col .swiper .swiper-button-prev {
    width: 13.3333333333vw;
  }
}
.p-product.detail .product-info-blk .product-info .col .swiper .swiper-button-prev {
  left: 0;
}
.p-product.detail .product-info-blk .product-info .col .swiper .swiper-button-next {
  right: 0;
}
.p-product.detail .product-info-blk .product-info .col .swiper .swiper-button-next:after,
.p-product.detail .product-info-blk .product-info .col .swiper .swiper-button-prev:after {
  content: none;
}
.p-product.detail .basic-info {
  padding: 9rem 0;
  background: #fcf9f6;
}
@media only screen and (max-width: 48em) {
  .p-product.detail .basic-info {
    padding: 5.3333333333vw 0;
  }
}
.p-product.detail .basic-info__blk {
  padding: 7rem 4rem;
  background: #ffffff;
}
@media only screen and (max-width: 48em) {
  .p-product.detail .basic-info__blk {
    padding: 8vw 5.3333333333vw;
  }
}
.p-product.detail .basic-info__blk--ttl {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 48em) {
  .p-product.detail .basic-info__blk--ttl {
    font-size: 5.3333333333vw;
  }
}
.p-product.detail .basic-info__tbl,
.recipe-detail .basic-info__blk table {
  width: 100%;
}
.p-product.detail .basic-info__tbl tr,
.recipe-detail .basic-info__blk table tr {
  display: block;
  padding: 2rem 0;
  text-align: left;
  border-bottom: 1px solid #cccccc;
}
.p-product.detail .basic-info__tbl tr:last-child,
.recipe-detail .basic-info__blk table tr:last-child {
  border-bottom: 0;
}
.p-product.detail .basic-info__tbl th,
.recipe-detail .basic-info__blk table th {
  width: 24rem;
  font-weight: 700;
}
@media only screen and (max-width: 48em) {
  .p-product.detail .basic-info__tbl th,
  .recipe-detail .basic-info__blk table th {
    display: block;
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }
}
.p-product.detail .basic-info__tbl td,
.recipe-detail .basic-info__blk table td {
  width: calc(100% - 240px);
}
@media only screen and (max-width: 48em) {
  .p-product.detail .basic-info__tbl td,
  .recipe-detail .basic-info__blk table td {
    display: block;
    width: 100%;
  }
}
.p-product.detail .ttl-bar {
  padding-left: 8.8rem;
  background: url(../images/product/ico_recipe.svg) no-repeat center left 4rem #d3032b;
  background-size: 2.2rem;
}
@media only screen and (max-width: 48em) {
  .p-product.detail .ttl-bar {
    background-size: 5.8666666667vw;
  }
}
.p-product.detail .page-btn {
  display: flex;
  justify-content: flex-end;
  padding-top: 4rem;
}
@media only screen and (max-width: 48em) {
  .p-product.detail .page-btn {
    padding-top: 10.6666666667vw;
  }
}
.p-product.detail .page-btn__btn {
  display: inline-block;
  width: 6.2rem;
  height: 6.2rem;
}
.p-product.detail .page-btn__btn.prev {
  background: url(../images/product/btn_prev.svg) no-repeat center left;
  background-size: 100%;
  transition: all 0.3s;
}
.p-product.detail .page-btn__btn.prev:hover,
.p-product.detail .page-btn__btn.prev:focus {
  background: url(../images/product/btn_prev_hover.svg) no-repeat center left;
  opacity: 1;
}
.p-product.detail .page-btn__btn.next {
  margin-left: -0.1rem;
  background: url(../images/product/btn_next.svg) no-repeat center left;
  background-size: 100%;
  transition: all 0.3s;
}
.p-product.detail .page-btn__btn.next:hover,
.p-product.detail .page-btn__btn.next:focus {
  background: url(../images/product/btn_next_hover.svg) no-repeat center left;
  opacity: 1;
}
.p-product.detail .related_recipe {
  row-gap: 4rem;
  column-gap: 4rem;
  padding: 4rem 0;
  overflow: auto;
}
.p-product.detail .related_recipe::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 48em) {
  .p-product.detail .related_recipe {
    grid-auto-flow: column;
    padding: 10.6666666667vw 0;
  }
}
.p-product.detail .related_recipe li {
  width: 22rem;
  border-top: 0.2rem solid #dc0025;
  border-radius: 0;
}
@media only screen and (max-width: 48em) {
  .p-product.detail .related_recipe li {
    width: 22rem;
  }
}
.p-product.detail .related_recipe .recipe-info {
  padding: 3rem 0 0 0;
}
@media only screen and (max-width: 48em) {
  .p-product.detail .related_recipe .recipe-info {
    padding: 8vw 0 0 0;
  }
}
@media only screen and (max-width: 48em) {
  .p-product.detail .related_recipe li img {
    max-height: 22rem;
  }
}
.p-product.detail .related_recipe .recipe-info .ttl {
  padding: 0;
  background: none;
}
@media only screen and (max-width: 48em) {
  .p-product.detail .related_recipe .recipe-info .ttl {
    font-size: 4.2666666667vw;
  }
}

.p-recipe .subttl {
  margin: 0 auto;
}
.p-recipe .sec-recipe .subttl {
  padding-top: 6rem;
}
@media only screen and (max-width: 48em) {
  .p-recipe .sec-recipe .subttl {
    padding-top: 8vw;
  }
}
.p-recipe .sec-recipe__search {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.p-recipe .sec-selection .searchfield {
  position: relative;
  width: 80rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.p-recipe .sec-selection .searchfield input[type='text'] {
  display: block;
  width: 80rem;
  padding: 1.8rem 4rem;
  margin: 0 auto;
  font-size: 1.4rem;
  background: #ffffff;
  border: 0.1rem solid #ccc;
  border-radius: 10rem;
}
.p-recipe .sec-selection .searchfield input[type='text']::placeholder {
  color: #cccccc;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .p-recipe .sec-selection .searchfield input[type='text'] {
    width: 100%;
  }
}
@media only screen and (max-width: 48em) {
  .p-recipe .sec-selection .searchfield input[type='text'] {
    width: 100%;
    font-size: 4.2666666667vw;
  }
}
.p-recipe .sec-selection .searchfield .search-btn {
  position: absolute;
  top: 1rem;
  right: 4rem;
  width: 4rem;
  height: 4rem;
  background: url('../images/common/ico_searchbox.svg') center right 0.5rem no-repeat transparent;
  background-size: 2.4rem;
}
@media only screen and (max-width: 48em) {
  .p-recipe .sec-selection .searchfield .search-btn {
    top: 50%;
    right: 5.3333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    background: url('../images/common/ico_searchbox.svg') center right 1.3333333333vw no-repeat transparent;
    background-size: 6.4vw;
    transform: translateY(-50%);
  }
}
.p-recipe .sec-selection .list {
  padding: 6rem 0;
}
@media only screen and (max-width: 48em) {
  .p-recipe .sec-selection .list {
    padding: 8vw 0;
  }
}
.p-recipe .sec-selection .list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 48em) {
  .p-recipe .sec-selection .list li {
    display: block;
    margin-bottom: 8vw;
  }
}
.p-recipe .sec-selection .list li:last-child {
  margin-bottom: 0;
}
.p-recipe .sec-selection .list li div {
  width: 80%;
}
.p-recipe .sec-selection .list input[type='checkbox'] {
  display: none;
}
.p-recipe .sec-selection .list label {
  position: relative;
  display: inline-block;
  padding-left: 3.4rem;
  margin: 0.5rem 1rem 0.5rem 0;
  cursor: pointer;
}
@media only screen and (max-width: 48em) {
  .p-recipe .sec-selection .list label {
    padding-left: 9.0666666667vw;
    margin: 0 2.6666666667vw 3.7333333333vw 0;
    font-size: 4.2666666667vw;
  }
}
.p-recipe .sec-selection .list label::before {
  position: absolute;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 0.2rem;
  content: '';
  background: url('../images/common/ico_check.svg') left center no-repeat;
  background-size: 2.4rem;
}
@media only screen and (max-width: 48em) {
  .p-recipe .sec-selection .list label::before {
    width: 6.4vw;
    height: 6.4vw;
    background-size: 6.4vw;
  }
}
.p-recipe .sec-selection .list input[type='checkbox']:checked + label:before {
  background: url('../images/common/ico_checked.svg') left center no-repeat;
  background-size: 2.4rem;
}
@media only screen and (max-width: 48em) {
  .p-recipe .sec-selection .list input[type='checkbox']:checked + label:before {
    background-size: 6.4vw;
  }
}
.p-recipe .sec-selection__ttl {
  position: relative;
  display: inline-block;
  width: 11rem;
  margin-right: 3rem;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 48em) {
  .p-recipe .sec-selection__ttl {
    width: 100%;
    padding-bottom: 5.3333333333vw;
    margin: 0 0 5.3333333333vw 0;
    font-size: 4.2666666667vw;
    border-bottom: 0.8vw dotted #ccc;
  }
}
.p-recipe .sec-selection__ttl::after {
  position: absolute;
  top: 57%;
  right: 0;
  width: 3px;
  height: 24px;
  content: '';
  background: url('../images/common/ico_dot.svg') no-repeat top right;
  background-size: contain;
  transform: translateY(-50%);
}
@media only screen and (max-width: 48em) {
  .p-recipe .sec-selection__ttl::after {
    content: none;
  }
}
.p-recipe .special-recipe .recipe-info {
  padding: 2rem;
}
.p-recipe .special-recipe .recipe-info .ttl {
  padding: 0;
}
.p-recipe .recommend__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 4rem;
  column-gap: 2rem;
}
@media only screen and (max-width: 48em) {
  .p-recipe .recommend__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 3.3rem;
    column-gap: 1rem;
  }
}
.p-recipe .recommend__list li {
  position: relative;
  height: 15rem;
  border: 0.1rem solid #dc0025;
  border-radius: 3rem;
}
@media only screen and (max-width: 48em) {
  .p-recipe .recommend__list li {
    height: 28vw;
    border-radius: 5.3333333333vw;
  }
}
.p-recipe .recommend__list li a {
  opacity: 1;
}
.p-recipe .recommend__list li:hover {
  background: #fdf1f3;
}
.p-recipe .recommend__list li .ttl {
  padding: 3.4rem 1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 5rem;
  font-weight: 500;
  color: #dc0025;
  text-align: center;
}
@media only screen and (max-width: 48em) {
  .p-recipe .recommend__list li .ttl {
    padding: 5.3333333333vw 2.6666666667vw;
    font-size: 10.6666666667vw;
  }
}
.p-recipe .recommend__list li .ttl span {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 48em) {
  .p-recipe .recommend__list li .ttl span {
    font-size: 5.3333333333vw;
  }
}
.p-recipe .recommend__list li img {
  position: absolute;
  top: -20%;
  right: 0;
  left: 0;
}
@media only screen and (max-width: 48em) {
  .p-recipe .recommend__list li img {
    top: -34%;
  }
}
.p-recipe .product-type .products__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 3rem;
  column-gap: 2rem;
  padding: 0;
}
@media only screen and (max-width: 48em) {
  .p-recipe .product-type .products__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 5.3333333333vw;
    column-gap: 4vw;
  }
}
.p-recipe .product-type .products__list li {
  border-radius: 0;
}
.p-recipe .product-type .products__list .recipe-info {
  padding: 2rem 0 0 0;
}
@media only screen and (max-width: 48em) {
  .p-recipe .product-type .products__list .recipe-info {
    padding: 5.3333333333vw 0 0 0;
  }
}
.p-recipe .product-type .products__list .recipe-info .ttl {
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 48em) {
  .p-recipe .product-type .products__list .recipe-info .ttl {
    font-size: 3.7333333333vw;
  }
}
.p-recipe .product-type .products__list img {
  width: 100%;
  height: 15rem;
  padding: 2.7rem;
  border: 0.1rem solid #dc0025;
  border-radius: 3rem;
  object-fit: contain;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .p-recipe .product-type .products__list img {
    height: 11rem;
  }
}
@media only screen and (max-width: 48em) {
  .p-recipe .product-type .products__list img {
    height: 42.6666666667vw;
  }
}
.p-recipe .default-btn.search {
  padding: 2rem 11rem 2rem 6rem;
  font-size: 2.4rem;
  background: url('../images/common/ico_search.svg') no-repeat center right 6rem #121212;
  background-size: 2rem;
}
@media only screen and (max-width: 48em) {
  .p-recipe .default-btn.search {
    width: 100%;
    padding: 5.3333333333vw 16vw 5.3333333333vw 16vw;
    font-size: 6.4vw;
    text-align: left;
    background: url('../images/common/ico_search.svg') no-repeat center right 16vw #121212;
    background-size: 5.3333333333vw;
  }
}

.p-feature .products__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 2rem;
  column-gap: 2rem;
}
@media only screen and (max-width: 48em) {
  .p-feature .products__list {
    display: block;
  }
}
.p-feature .products__list li {
  border: 0.2rem solid #dc0025;
}
@media only screen and (max-width: 48em) {
  .p-feature .products__list li {
    margin-bottom: 5.3333333333vw;
  }
  .p-feature .products__list li:last-child {
    margin-bottom: 0;
  }
}
.p-feature .products__list li .notes {
  padding: 2rem 0 1rem 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #dc0025;
}
@media only screen and (max-width: 48em) {
  .p-feature .products__list li .notes {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 48em) {
  .p-feature .products__list li img {
    width: 100%;
    height: 53.3333333333vw;
    object-fit: cover;
  }
}
@media only screen and (max-width: 48em) {
  .p-feature .products__list li .recipe-info {
    padding: 5.3333333333vw;
  }
}

.p-lunchbox .subttl {
  margin: 0 0 2rem 0;
}
.p-lunchbox .products__list {
  padding: 10rem 0;
}
@media only screen and (max-width: 48em) {
  .p-lunchbox .products__list {
    padding: 10.6666666667vw 0;
  }
}
@media only screen and (max-width: 48em) {
  .p-lunchbox .products__list .recipe-info {
    padding: 2.6666666667vw 0 5.3333333333vw 0;
  }
}

@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .p-product.detail.recipe-detail .product-info-blk .product-info .col {
    width: 50%;
  }
}
.p-product.detail.recipe-detail .product-info-blk .product-info .col:nth-child(1) {
  width: 48rem;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .p-product.detail.recipe-detail .product-info-blk .product-info .col:nth-child(1) {
    width: 45%;
  }
}
@media only screen and (max-width: 48em) {
  .p-product.detail.recipe-detail .product-info-blk .product-info .col:nth-child(1) {
    width: 100%;
    padding: 0 0 10.6666666667vw 0;
  }
}
@media only screen and (max-width: 48em) {
  .p-product.detail.recipe-detail .product-info-blk .product-info .col:nth-child(2) {
    padding: 0;
  }
}
.p-product.detail.recipe-detail .product-info-blk .product-info .theme-tbl {
  margin: 3rem 0;
  font-weight: 700;
}
.p-product.detail.recipe-detail .product-info-blk .product-info .theme-tbl th {
  width: 7rem;
}
@media only screen and (max-width: 48em) {
  .p-product.detail.recipe-detail .product-info-blk .product-info .theme-tbl th {
    width: 18.6666666667vw;
  }
}
.p-product.detail.recipe-detail .product-info-blk .product-info .theme-tbl tr {
  padding-bottom: 1rem;
}
.p-product.detail.recipe-detail .product-info-blk .product-info .theme-tbl .tag {
  display: inline-block;
  padding: 0.6rem 3rem;
  margin: 0 1rem 1rem 0;
  font-size: 1.4rem;
}
@media only screen and (max-width: 48em) {
  .p-product.detail.recipe-detail .product-info-blk .product-info .theme-tbl .tag {
    padding: 1.6vw 8vw;
    margin: 0 2.6666666667vw 2.6666666667vw 0;
    font-size: 3.7333333333vw;
  }
}
.p-product.detail.recipe-detail .product-info-blk .product-info .theme-tbl .tag:last-child {
  margin-right: 0;
}
.p-product.detail.recipe-detail .product-info-blk .product-info .theme-tbl .season {
  display: inline-block;
  padding: 0.3rem 0.7rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #dc0025;
  text-align: center;
  background: #fdf1f3;
  border-radius: 50%;
}
@media only screen and (max-width: 48em) {
  .p-product.detail.recipe-detail .product-info-blk .product-info .theme-tbl .season {
    padding: 0.8vw 1.8666666667vw;
    font-size: 3.7333333333vw;
  }
}
.p-product.detail.recipe-detail .product-info-blk .product-info .theme-tbl .season.natsu {
  color: #ff9c17;
  background: #fdfbf1;
}
.p-product.detail.recipe-detail .product-info-blk .product-info .theme-tbl .season.aki {
  color: #b16a0a;
  background: #fdf7f1;
}
.p-product.detail.recipe-detail .product-info-blk .product-info .theme-tbl .season.fuyu {
  color: #99a3be;
  background: #f1f3f3;
}
.p-product.detail.recipe-detail .product-info-blk .product-info .chart {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.4rem;
  column-gap: 0.4rem;
  margin: 3rem 0;
}
.p-product.detail.recipe-detail .product-info-blk .product-info .chart li {
  padding: 1rem;
  text-align: center;
  background: #fcf9f6;
}
.p-product.detail.recipe-detail .product-info-blk .product-info .chart li:nth-child(1),
.p-product.detail.recipe-detail .product-info-blk .product-info .chart li:nth-child(2) {
  background: #fdf1f3;
}
.p-product.detail.recipe-detail .product-info-blk .product-info .chart li:nth-child(1) .lbl,
.p-product.detail.recipe-detail .product-info-blk .product-info .chart li:nth-child(2) .lbl {
  color: #dc0025;
}
.p-product.detail.recipe-detail .product-info-blk .product-info .chart li:nth-child(1) .lbl .icon,
.p-product.detail.recipe-detail .product-info-blk .product-info .chart li:nth-child(2) .lbl .icon {
  display: inline;
  padding-right: 1rem;
}
.p-product.detail.recipe-detail .product-info-blk .product-info .chart li .num {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 48em) {
  .p-product.detail.recipe-detail .product-info-blk .product-info .chart li .num {
    font-size: 6.4vw;
  }
}
.p-product.detail.recipe-detail .product-info-blk .product-info .chart li .num .unit {
  display: inline-block;
  padding-left: 0.4rem;
  font-size: 1.6rem;
  font-weight: 400;
}

/* .recipe-detail .basic-info__tbl.recipe th, */
.recipe-detail .basic-info__blk table th {
  width: 40rem;
}
@media only screen and (max-width: 48em) {
  .recipe-detail .basic-info__blk table th {
    display: table-cell;
    width: 50.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .recipe-detail .basic-info__blk table td {
    display: table-cell;
    width: 25.3333333333vw;
    text-align: right;
  }
}
.recipe-detail .ttl-bar.cooking {
  padding: 1.6rem 7rem;
  background: url(../images/common/ico_cooking.svg) no-repeat center left 4rem #d3032b;
  background-size: 2.2rem;
}
@media only screen and (max-width: 48em) {
  .recipe-detail .ttl-bar.cooking {
    padding: 4.2666666667vw 5.3333333333vw 4.2666666667vw 16.8vw;
    background: url(../images/common/ico_cooking.svg) no-repeat center left 8.5333333333vw #d3032b;
    background-size: 5.8666666667vw;
  }
}
.recipe-detail .cooking_step li {
  position: relative;
  padding: 2rem 0 2rem 6rem;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 48em) {
  .recipe-detail .cooking_step li {
    padding: 5.3333333333vw 0 5.3333333333vw 16vw;
  }
}
.recipe-detail .cooking_step li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  color: #dc0025;
  text-align: center;
  content: counter(list-item);
  border: 1px solid #dc0025;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 48em) {
  .recipe-detail .cooking_step li::before {
    top: 5.3333333333vw;
    transform: none;
  }
}
.recipe-detail .cooking-point {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 48em) {
  .recipe-detail .cooking-point {
    margin-bottom: 4rem;
  }
}
.recipe-detail .cooking-point .row {
  position: relative;
  padding: 6rem;
  margin-top: 7rem;
  border: 0.6rem solid #dc0025;
  border-radius: 3rem;
}
@media only screen and (max-width: 48em) {
  .recipe-detail .cooking-point .row {
    padding: 16vw 8vw 8vw 8vw;
  }
}
.recipe-detail .cooking-point .row .ttl {
  position: absolute;
  top: -3.5rem;
  left: 6rem;
  padding: 1.5rem 4rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: #dc0025;
  border-radius: 10rem;
}
@media only screen and (max-width: 48em) {
  .recipe-detail .cooking-point .row .ttl {
    right: 0;
    left: 0;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 80%;
    padding: 4vw 10.6666666667vw;
    margin: 0 auto;
    font-size: 5.3333333333vw;
    text-align: center;
  }
}
.recipe-detail .cooking-point .row.advice {
  border: 0.6rem solid #ea7c8f;
}
.recipe-detail .cooking-point .row.advice .ttl {
  background: #ea7c8f;
}
@media only screen and (max-width: 48em) {
  .recipe-detail .cooking-point .row.advice .ttl {
    top: -13.3333333333vw;
  }
}
.recipe-detail .other-info {
  position: relative;
}
.recipe-detail .other-info .page-btn {
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  padding-top: 0;
}

.sec-recruit-info .subttl {
  margin: 0 0 6rem 0;
}
@media only screen and (max-width: 48em) {
  .sec-recruit-info .subttl {
    margin: 0 0 8vw 0;
  }
}
.sec-recruit-info .recruit-detail li {
  position: relative;
  padding-left: 2.7rem;
  margin-bottom: 2rem;
  font-size: 2rem;
}
@media only screen and (max-width: 48em) {
  .sec-recruit-info .recruit-detail li {
    padding-left: 4.5333333333vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0;
  }
}
.sec-recruit-info .recruit-detail li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6rem;
  height: 1.4rem;
  content: '';
  background: url(../images/common/ico_drop.svg) center left no-repeat;
  background-size: 0.6rem;
  transform: translateY(-50%);
}
.sec-recruit-info .recruit-detail li:last-child {
  margin-bottom: 0;
}
.sec-recruit-info .gazou-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
}
@media only screen and (max-width: 48em) {
  .sec-recruit-info .gazou-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3.7333333333vw;
  }
}
.sec-recruit-info .gazou-list img {
  border-radius: 3rem;
}
.sec-recruit-info .gazou-list img:nth-child(1) {
  order: 2;
}
@media only screen and (max-width: 48em) {
  .sec-recruit-info .gazou-list img:nth-child(1) {
    order: 1;
  }
}
.sec-recruit-info .gazou-list img:nth-child(2) {
  order: 3;
}
@media only screen and (max-width: 48em) {
  .sec-recruit-info .gazou-list img:nth-child(2) {
    order: 2;
  }
}
.sec-recruit-info .gazou-list img:nth-child(3) {
  order: 2;
  margin-top: 4rem;
}
@media only screen and (max-width: 48em) {
  .sec-recruit-info .gazou-list img:nth-child(3) {
    order: 3;
    margin-top: -6.6666666667vw;
    margin-left: 9.0666666667vw;
  }
}

.sec-entry {
  background: #fcf9f6;
}
.sec-entry__item .entry-info__blk--subttl {
  display: none;
}
.sec-entry__item.no-openings {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 48em) {
  .sec-entry__item.no-openings {
    margin-bottom: 8vw;
  }
}
.sec-entry__item.no-openings .entry-info__tbl,
.sec-entry__item.no-openings .entry-info__contact {
  display: none;
}
.sec-entry__item.no-openings .entry-info__blk--subttl {
  display: block;
}
.sec-entry .entry-info {
  padding: 9rem 0;
  background: #fcf9f6;
}
@media only screen and (max-width: 48em) {
  .sec-entry .entry-info {
    padding: 5.3333333333vw 0;
  }
}
.sec-entry .entry-info__blk {
  padding: 4rem;
  background: #ffffff;
}
@media only screen and (max-width: 48em) {
  .sec-entry .entry-info__blk {
    padding: 8vw 5.3333333333vw;
  }
}
.sec-entry .entry-info__blk--subttl,
.sec-entry .entry-info__blk--ttl {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 48em) {
  .sec-entry .entry-info__blk--subttl,
  .sec-entry .entry-info__blk--ttl {
    font-size: 5.3333333333vw;
  }
}
.sec-entry .entry-info__blk--subttl {
  font-weight: 400;
}
.sec-entry .entry-info__tbl {
  width: 100%;
}
.sec-entry .entry-info__tbl tr {
  display: block;
  padding: 2rem 0;
  text-align: left;
  border-bottom: 1px solid #cccccc;
}
.sec-entry .entry-info__tbl tr:last-child {
  border-bottom: 0;
}
.sec-entry .entry-info__tbl th {
  width: 24rem;
  font-weight: 700;
}
@media only screen and (max-width: 48em) {
  .sec-entry .entry-info__tbl th {
    display: block;
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }
}
.sec-entry .entry-info__tbl td {
  width: calc(100% - 240px);
}
@media only screen and (max-width: 48em) {
  .sec-entry .entry-info__tbl td {
    display: block;
    width: 100%;
  }
}
.sec-entry .entry-info__contact {
  padding: 6rem;
  margin: 6rem 0;
  background: #ffffff;
  border: 0.6rem solid #dc0025;
  border-radius: 3rem;
}
@media only screen and (max-width: 48em) {
  .sec-entry .entry-info__contact {
    padding: 8vw 5.3333333333vw;
    margin: 8vw 0;
    border: 1.0666666667vw solid #dc0025;
    border-radius: 8vw;
  }
}
.sec-entry .entry-info__contact .txt {
  padding: 3rem 0;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 48em) {
  .sec-entry .entry-info__contact .txt {
    padding: 5.3333333333vw 0;
    font-size: 3.2vw;
  }
}
.sec-entry .entry-info__contact--detail {
  max-width: 42rem;
  margin: 0 auto;
}
.sec-entry .entry-info__contact--detail .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 2rem;
}
@media only screen and (max-width: 48em) {
  .sec-entry .entry-info__contact--detail .item {
    font-size: 3.2vw;
  }
}
.sec-entry .entry-info__contact--detail .item img {
  width: 2.6rem;
  margin: 0;
}
@media only screen and (max-width: 48em) {
  .sec-entry .entry-info__contact--detail .item img {
    width: 5.3333333333vw;
  }
}
.sec-entry .entry-info__contact--detail .item a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.sec-entry .entry-info__contact--detail .item a.mail {
  font-size: 2rem;
  color: #dc0025;
}
@media only screen and (max-width: 48em) {
  .sec-entry .entry-info__contact--detail .item a.mail {
    font-size: 3.2vw;
  }
}
.sec-entry .entry-info__contact--detail .item a.tel {
  font-size: 3rem;
}
@media only screen and (max-width: 48em) {
  .sec-entry .entry-info__contact--detail .item a.tel {
    font-size: 4.8vw;
  }
}

.sec-job__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 6rem;
  column-gap: 6rem;
  justify-items: center;
}
@media only screen and (max-width: 48em) {
  .sec-job__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 3rem;
    column-gap: 3rem;
  }
}
.sec-job__list li {
  width: 32rem;
  text-align: center;
}
@media only screen and (max-width: 48em) {
  .sec-job__list li {
    width: 100%;
    margin-bottom: 10.6666666667vw;
  }
  .sec-job__list li:last-child {
    margin-bottom: 0;
  }
}
.sec-job__list li img {
  width: 28rem;
  padding-bottom: 4rem;
  margin: 0 auto;
}
.sec-job__list li:nth-child(odd) {
  margin-left: auto;
}
.sec-job__list li:nth-child(even) {
  margin-right: auto;
}
.sec-job__list li:nth-child(2) .subttl::after {
  content: '02';
}
.sec-job__list li:nth-child(3) .subttl::after {
  content: '03';
}
.sec-job__list li:nth-child(4) .subttl::after {
  content: '04';
}
.sec-job__list li .subttl {
  position: relative;
  margin: 2rem 0 4rem 0;
}
@media only screen and (max-width: 48em) {
  .sec-job__list li .subttl {
    font-size: 6.9333333333vw;
  }
}
.sec-job__list li .subttl::before {
  position: absolute;
  top: -8rem;
  left: 50%;
  width: 0.1rem;
  height: 6rem;
  content: '';
  background: #dc0025;
}
.sec-job__list li .subttl::after {
  position: absolute;
  top: -1.5rem;
  display: block;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 8rem;
  line-height: 1;
  color: rgba(220, 0, 37, 0.1);
  text-align: center;
  content: '01';
}
@media only screen and (max-width: 48em) {
  .sec-job__list li .subttl::after {
    font-size: 21.3333333333vw;
    line-height: 0.9;
  }
}

.bnr-entry {
  position: fixed;
  right: 0;
  bottom: 1.5rem;
  z-index: 9;
  width: 11rem;
}
@media only screen and (max-width: 48em) {
  .bnr-entry {
    width: 21.3333333333vw;
  }
}

.p-recruit .sec-data {
  background: #fcf9f6;
}
.p-recruit .sec-data .counting {
  position: relative;
}
.p-recruit .sec-data .counting .txt {
  position: absolute;
  right: 0;
  bottom: 2.3rem;
  left: 0;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 48em) {
  .p-recruit .sec-data .counting .txt {
    font-size: 6.4vw;
  }
}
.p-recruit .sec-data .counting .num {
  padding: 0 0.4rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 6rem;
  font-weight: 700;
  color: #dc0025;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .p-recruit .sec-data .counting .num {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 48em) {
  .p-recruit .sec-data .counting .num {
    font-size: 8vw;
  }
}
.p-recruit .sec-data .counting.gender {
  margin: 6rem 0 2rem 0;
}
.p-recruit .sec-data .counting.gender .num {
  font-size: 6.5rem;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .p-recruit .sec-data .counting.gender .num {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 48em) {
  .p-recruit .sec-data .counting.gender .num {
    font-size: 8vw;
  }
}
.p-recruit .sec-data .counting.gender .chart {
  position: absolute;
  right: 0;
  bottom: 4rem;
  left: 0;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .p-recruit .sec-data .counting.gender .chart {
    width: 25%;
  }
}
@media only screen and (max-width: 48em) {
  .p-recruit .sec-data .counting.gender .chart {
    bottom: 29.3333333333vw;
    width: 42.6666666667vw;
  }
}
.p-recruit .sec-data .counting.gender .txt {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.9rem;
  font-weight: 700;
}
@media only screen and (max-width: 48em) {
  .p-recruit .sec-data .counting.gender .txt {
    font-size: 5.3333333333vw;
  }
}
.p-recruit .sec-data .counting.gender .txt.ladies {
  top: 29%;
  right: auto;
  bottom: auto;
  left: 16%;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .p-recruit .sec-data .counting.gender .txt.ladies {
    top: 32%;
  }
}
@media only screen and (max-width: 48em) {
  .p-recruit .sec-data .counting.gender .txt.ladies {
    top: auto;
    bottom: 5.3333333333vw;
    left: 6%;
  }
}
.p-recruit .sec-data .counting.gender .txt.gents {
  top: 29%;
  right: 15%;
  bottom: auto;
  left: auto;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .p-recruit .sec-data .counting.gender .txt.gents {
    top: 32%;
  }
}
@media only screen and (max-width: 48em) {
  .p-recruit .sec-data .counting.gender .txt.gents {
    top: auto;
    right: 22%;
    bottom: 5.3333333333vw;
  }
}
.p-recruit .sec-data__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2rem;
  column-gap: 2rem;
}
@media only screen and (max-width: 48em) {
  .p-recruit .sec-data__list li:nth-last-of-type(1),
  .p-recruit .sec-data__list li:nth-last-of-type(2) {
    grid-column: span 2;
  }
}

.p-job_description .sec-job__list {
  display: block;
}
.p-job_description .sec-job__list li {
  width: 100%;
  text-align: left;
}
.p-job_description .sec-job__list .sec-recruit-info {
  padding: 10rem 0;
}
.p-job_description .sec-job__list .sec-recruit-info:nth-child(even) {
  background: #fcf9f6;
}
.p-job_description .sec-job__list .sec-recruit-info:nth-child(even) .gazou-blk img {
  margin: 0 0 0 auto;
}
.p-job_description .sec-job__list .sec-recruit-info:nth-child(even) .gazou-blk img.mini {
  position: absolute;
  right: auto;
  left: 0;
}
@media only screen and (max-width: 48em) {
  .p-job_description .sec-job__list .sec-recruit-info {
    padding: 10.6666666667vw 0;
    margin: 0;
  }
}
.p-job_description .sec-job__list .sec-recruit-info .gazou-blk {
  position: relative;
}
.p-job_description .sec-job__list .sec-recruit-info .gazou-blk img {
  width: 80rem;
  padding: 0;
  margin: 0 auto 0 0;
  border-radius: 3rem;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .p-job_description .sec-job__list .sec-recruit-info .gazou-blk img {
    width: 70rem;
  }
}
@media only screen and (max-width: 48em) {
  .p-job_description .sec-job__list .sec-recruit-info .gazou-blk img {
    width: 71.4666666667vw;
  }
}
.p-job_description .sec-job__list .sec-recruit-info .gazou-blk img.mini {
  position: absolute;
  right: 0;
  bottom: -3rem;
  width: 32rem;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .p-job_description .sec-job__list .sec-recruit-info .gazou-blk img.mini {
    width: 20rem;
  }
}
@media only screen and (max-width: 48em) {
  .p-job_description .sec-job__list .sec-recruit-info .gazou-blk img.mini {
    bottom: -2.6666666667vw;
    width: 28.5333333333vw;
  }
}
.p-job_description .sec-job__list .sec-recruit-info .ttl-blk .subttl {
  margin: 5.3rem 0 4rem 0;
  font-size: 3.6rem;
  line-height: 1.4;
}
@media only screen and (max-width: 48em) {
  .p-job_description .sec-job__list .sec-recruit-info .ttl-blk .subttl {
    font-size: 8vw;
  }
}
.p-job_description .sec-job__list .sec-recruit-info .ttl-blk .txt {
  font-size: 2rem;
}
@media only screen and (max-width: 48em) {
  .p-job_description .sec-job__list .sec-recruit-info .ttl-blk .txt {
    font-size: 4.2666666667vw;
  }
}
.p-job_description .sec-job__list .sec-recruit-info .txt-blk .box {
  position: relative;
  padding: 6rem;
  margin-top: 8rem;
  background: #ffffff;
  border: 0.6rem solid #dc0025;
  border-radius: 3rem;
}
@media only screen and (max-width: 48em) {
  .p-job_description .sec-job__list .sec-recruit-info .txt-blk .box {
    padding: 16vw 8vw 8vw 8vw;
    margin-top: 13.3333333333vw;
  }
}
.p-job_description .sec-job__list .sec-recruit-info .txt-blk .box .ttl {
  position: absolute;
  top: -3.5rem;
  left: 6rem;
  padding: 1.5rem 4rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: #dc0025;
  border-radius: 10rem;
}
@media only screen and (max-width: 48em) {
  .p-job_description .sec-job__list .sec-recruit-info .txt-blk .box .ttl {
    right: 0;
    left: 0;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 80%;
    padding: 4vw 10.6666666667vw;
    margin: 0 auto;
    font-size: 5.3333333333vw;
    text-align: center;
  }
}

.p-casestudy .case__list--item {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  padding: 10rem 0;
}
@media only screen and (max-width: 48em) {
  .p-casestudy .case__list--item {
    display: block;
    padding: 10.6666666667vw 0;
  }
  .p-casestudy .case__list--item:last-child {
    padding-bottom: 0;
  }
}
.p-casestudy .case__list--item:first-child {
  padding-top: 0;
}
.p-casestudy .case__list--item .gazou-blk {
  width: 24%;
}
@media only screen and (max-width: 48em) {
  .p-casestudy .case__list--item .gazou-blk {
    width: 100%;
    margin-bottom: 8vw;
  }
}
@media only screen and (max-width: 48em) {
  .p-casestudy .case__list--item .gazou-blk__img {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.p-casestudy .case__list--item .gazou-blk img {
  border: 1px solid #ccc;
}
@media only screen and (max-width: 48em) {
  .p-casestudy .case__list--item .gazou-blk img {
    width: 48vw;
    margin: 0;
  }
}
.p-casestudy .case__list--item .gazou-blk img:nth-child(2) {
  width: 20rem;
  margin-right: 0;
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .p-casestudy .case__list--item .gazou-blk img:nth-child(2) {
    width: 16rem;
  }
}
@media only screen and (max-width: 48em) {
  .p-casestudy .case__list--item .gazou-blk img:nth-child(2) {
    width: 37.3333333333vw;
    margin: 0;
  }
}
.p-casestudy .case__list--item .txt-blk {
  width: 70%;
  margin-right: 6%;
}
@media only screen and (max-width: 48em) {
  .p-casestudy .case__list--item .txt-blk {
    width: 100%;
  }
}
.p-casestudy .case__list--item .txt-blk .case-ttl {
  padding-right: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #dc0025;
  vertical-align: middle;
}
@media only screen and (max-width: 48em) {
  .p-casestudy .case__list--item .txt-blk .case-ttl {
    display: block;
    padding: 0 0 5.3333333333vw 0;
    font-size: 5.3333333333vw;
  }
}
.p-casestudy .case__list--item .txt-blk .p-ttl {
  margin: 1rem 0 4rem 0;
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 48em) {
  .p-casestudy .case__list--item .txt-blk .p-ttl {
    margin: 5.3333333333vw 0 10.6666666667vw 0;
    font-size: 8vw;
  }
}
.p-casestudy .case__list--item .txt-blk .lbl-txt {
  display: block;
  margin: 2rem 0;
  font-weight: 700;
}

.u-dn-all {
  display: none;
}
@media all and (min-width: 73.8125em) {
  .u-dn-pc {
    display: none;
  }
}
@media print {
  .u-dn-pc {
    display: none;
  }
}
@media all and (min-width: 85.4375em) {
  .u-dn-pc-l {
    display: none;
  }
}
@media all and (min-width: 73.8125em) and (max-width: 85.375em) {
  .u-dn-pc-s {
    display: none;
  }
}
@media print {
  .u-dn-pc-s {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-dn-tb {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) and (orientation: landscape) {
  .u-dn-tb-l {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) and (orientation: portrait) {
  .u-dn-tb-p {
    display: none;
  }
}
@media only screen and (max-width: 48em) {
  .u-dn-sp {
    display: none;
  }
}

.u-fw-black {
  font-weight: 900;
}
.u-fw-bold {
  font-weight: 700;
}
.u-fw-semibold {
  font-weight: 600;
}
.u-fw-medium {
  font-weight: 500;
}
.u-fw-normal {
  font-weight: 400;
}
.u-fw-light {
  font-weight: 300;
}

.u-mt-0 {
  margin-top: 0rem;
}
.u-mb-0 {
  margin-bottom: 0rem;
}
.u-mr-0 {
  margin-right: 0rem;
}
.u-ml-0 {
  margin-left: 0rem;
}
.u-mt-5 {
  margin-top: 0.5rem;
}
.u-mb-5 {
  margin-bottom: 0.5rem;
}
.u-mr-5 {
  margin-right: 0.5rem;
}
.u-ml-5 {
  margin-left: 0.5rem;
}
.u-mt-10 {
  margin-top: 1rem;
}
.u-mb-10 {
  margin-bottom: 1rem;
}
.u-mr-10 {
  margin-right: 1rem;
}
.u-ml-10 {
  margin-left: 1rem;
}
.u-mt-15 {
  margin-top: 1.5rem;
}
.u-mb-15 {
  margin-bottom: 1.5rem;
}
.u-mr-15 {
  margin-right: 1.5rem;
}
.u-ml-15 {
  margin-left: 1.5rem;
}
.u-mt-20 {
  margin-top: 2rem;
}
.u-mb-20 {
  margin-bottom: 2rem;
}
.u-mr-20 {
  margin-right: 2rem;
}
.u-ml-20 {
  margin-left: 2rem;
}
.u-mt-25 {
  margin-top: 2.5rem;
}
.u-mb-25 {
  margin-bottom: 2.5rem;
}
.u-mr-25 {
  margin-right: 2.5rem;
}
.u-ml-25 {
  margin-left: 2.5rem;
}
.u-mt-30 {
  margin-top: 3rem;
}
.u-mb-30 {
  margin-bottom: 3rem;
}
.u-mr-30 {
  margin-right: 3rem;
}
.u-ml-30 {
  margin-left: 3rem;
}
.u-mt-35 {
  margin-top: 3.5rem;
}
.u-mb-35 {
  margin-bottom: 3.5rem;
}
.u-mr-35 {
  margin-right: 3.5rem;
}
.u-ml-35 {
  margin-left: 3.5rem;
}
.u-mt-40 {
  margin-top: 4rem;
}
.u-mb-40 {
  margin-bottom: 4rem;
}
.u-mr-40 {
  margin-right: 4rem;
}
.u-ml-40 {
  margin-left: 4rem;
}
.u-mt-45 {
  margin-top: 4.5rem;
}
.u-mb-45 {
  margin-bottom: 4.5rem;
}
.u-mr-45 {
  margin-right: 4.5rem;
}
.u-ml-45 {
  margin-left: 4.5rem;
}
.u-mt-50 {
  margin-top: 5rem;
}
.u-mb-50 {
  margin-bottom: 5rem;
}
.u-mr-50 {
  margin-right: 5rem;
}
.u-ml-50 {
  margin-left: 5rem;
}
.u-mt-55 {
  margin-top: 5.5rem;
}
.u-mb-55 {
  margin-bottom: 5.5rem;
}
.u-mr-55 {
  margin-right: 5.5rem;
}
.u-ml-55 {
  margin-left: 5.5rem;
}
.u-mt-60 {
  margin-top: 6rem;
}
.u-mb-60 {
  margin-bottom: 6rem;
}
.u-mr-60 {
  margin-right: 6rem;
}
.u-ml-60 {
  margin-left: 6rem;
}
.u-mt-65 {
  margin-top: 6.5rem;
}
.u-mb-65 {
  margin-bottom: 6.5rem;
}
.u-mr-65 {
  margin-right: 6.5rem;
}
.u-ml-65 {
  margin-left: 6.5rem;
}
.u-mt-70 {
  margin-top: 7rem;
}
.u-mb-70 {
  margin-bottom: 7rem;
}
.u-mr-70 {
  margin-right: 7rem;
}
.u-ml-70 {
  margin-left: 7rem;
}
.u-mt-75 {
  margin-top: 7.5rem;
}
.u-mb-75 {
  margin-bottom: 7.5rem;
}
.u-mr-75 {
  margin-right: 7.5rem;
}
.u-ml-75 {
  margin-left: 7.5rem;
}
.u-mt-80 {
  margin-top: 8rem;
}
.u-mb-80 {
  margin-bottom: 8rem;
}
.u-mr-80 {
  margin-right: 8rem;
}
.u-ml-80 {
  margin-left: 8rem;
}
.u-mt-85 {
  margin-top: 8.5rem;
}
.u-mb-85 {
  margin-bottom: 8.5rem;
}
.u-mr-85 {
  margin-right: 8.5rem;
}
.u-ml-85 {
  margin-left: 8.5rem;
}
.u-mt-90 {
  margin-top: 9rem;
}
.u-mb-90 {
  margin-bottom: 9rem;
}
.u-mr-90 {
  margin-right: 9rem;
}
.u-ml-90 {
  margin-left: 9rem;
}
.u-mt-95 {
  margin-top: 9.5rem;
}
.u-mb-95 {
  margin-bottom: 9.5rem;
}
.u-mr-95 {
  margin-right: 9.5rem;
}
.u-ml-95 {
  margin-left: 9.5rem;
}
.u-mt-100 {
  margin-top: 10rem;
}
.u-mb-100 {
  margin-bottom: 10rem;
}
.u-mr-100 {
  margin-right: 10rem;
}
.u-ml-100 {
  margin-left: 10rem;
}
.u-mt-105 {
  margin-top: 10.5rem;
}
.u-mb-105 {
  margin-bottom: 10.5rem;
}
.u-mr-105 {
  margin-right: 10.5rem;
}
.u-ml-105 {
  margin-left: 10.5rem;
}
.u-mt-110 {
  margin-top: 11rem;
}
.u-mb-110 {
  margin-bottom: 11rem;
}
.u-mr-110 {
  margin-right: 11rem;
}
.u-ml-110 {
  margin-left: 11rem;
}
.u-mt-115 {
  margin-top: 11.5rem;
}
.u-mb-115 {
  margin-bottom: 11.5rem;
}
.u-mr-115 {
  margin-right: 11.5rem;
}
.u-ml-115 {
  margin-left: 11.5rem;
}
.u-mt-120 {
  margin-top: 12rem;
}
.u-mb-120 {
  margin-bottom: 12rem;
}
.u-mr-120 {
  margin-right: 12rem;
}
.u-ml-120 {
  margin-left: 12rem;
}
.u-mt-125 {
  margin-top: 12.5rem;
}
.u-mb-125 {
  margin-bottom: 12.5rem;
}
.u-mr-125 {
  margin-right: 12.5rem;
}
.u-ml-125 {
  margin-left: 12.5rem;
}
.u-mt-130 {
  margin-top: 13rem;
}
.u-mb-130 {
  margin-bottom: 13rem;
}
.u-mr-130 {
  margin-right: 13rem;
}
.u-ml-130 {
  margin-left: 13rem;
}
.u-mt-135 {
  margin-top: 13.5rem;
}
.u-mb-135 {
  margin-bottom: 13.5rem;
}
.u-mr-135 {
  margin-right: 13.5rem;
}
.u-ml-135 {
  margin-left: 13.5rem;
}
.u-mt-140 {
  margin-top: 14rem;
}
.u-mb-140 {
  margin-bottom: 14rem;
}
.u-mr-140 {
  margin-right: 14rem;
}
.u-ml-140 {
  margin-left: 14rem;
}
.u-mt-145 {
  margin-top: 14.5rem;
}
.u-mb-145 {
  margin-bottom: 14.5rem;
}
.u-mr-145 {
  margin-right: 14.5rem;
}
.u-ml-145 {
  margin-left: 14.5rem;
}
.u-mt-150 {
  margin-top: 15rem;
}
.u-mb-150 {
  margin-bottom: 15rem;
}
.u-mr-150 {
  margin-right: 15rem;
}
.u-ml-150 {
  margin-left: 15rem;
}
.u-mt-155 {
  margin-top: 15.5rem;
}
.u-mb-155 {
  margin-bottom: 15.5rem;
}
.u-mr-155 {
  margin-right: 15.5rem;
}
.u-ml-155 {
  margin-left: 15.5rem;
}
.u-mt-160 {
  margin-top: 16rem;
}
.u-mb-160 {
  margin-bottom: 16rem;
}
.u-mr-160 {
  margin-right: 16rem;
}
.u-ml-160 {
  margin-left: 16rem;
}
.u-mt-165 {
  margin-top: 16.5rem;
}
.u-mb-165 {
  margin-bottom: 16.5rem;
}
.u-mr-165 {
  margin-right: 16.5rem;
}
.u-ml-165 {
  margin-left: 16.5rem;
}
.u-mt-170 {
  margin-top: 17rem;
}
.u-mb-170 {
  margin-bottom: 17rem;
}
.u-mr-170 {
  margin-right: 17rem;
}
.u-ml-170 {
  margin-left: 17rem;
}
.u-mt-175 {
  margin-top: 17.5rem;
}
.u-mb-175 {
  margin-bottom: 17.5rem;
}
.u-mr-175 {
  margin-right: 17.5rem;
}
.u-ml-175 {
  margin-left: 17.5rem;
}
.u-mt-180 {
  margin-top: 18rem;
}
.u-mb-180 {
  margin-bottom: 18rem;
}
.u-mr-180 {
  margin-right: 18rem;
}
.u-ml-180 {
  margin-left: 18rem;
}
.u-mt-185 {
  margin-top: 18.5rem;
}
.u-mb-185 {
  margin-bottom: 18.5rem;
}
.u-mr-185 {
  margin-right: 18.5rem;
}
.u-ml-185 {
  margin-left: 18.5rem;
}
.u-mt-190 {
  margin-top: 19rem;
}
.u-mb-190 {
  margin-bottom: 19rem;
}
.u-mr-190 {
  margin-right: 19rem;
}
.u-ml-190 {
  margin-left: 19rem;
}
.u-mt-195 {
  margin-top: 19.5rem;
}
.u-mb-195 {
  margin-bottom: 19.5rem;
}
.u-mr-195 {
  margin-right: 19.5rem;
}
.u-ml-195 {
  margin-left: 19.5rem;
}
.u-mt-200 {
  margin-top: 20rem;
}
.u-mb-200 {
  margin-bottom: 20rem;
}
.u-mr-200 {
  margin-right: 20rem;
}
.u-ml-200 {
  margin-left: 20rem;
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-0 {
    margin-top: 0rem;
  }
  .u-mb-pc-0 {
    margin-bottom: 0rem;
  }
  .u-mr-pc-0 {
    margin-right: 0rem;
  }
  .u-ml-pc-0 {
    margin-left: 0rem;
  }
}
@media print {
  .u-mt-pc-0 {
    margin-top: 0rem;
  }
  .u-mb-pc-0 {
    margin-bottom: 0rem;
  }
  .u-mr-pc-0 {
    margin-right: 0rem;
  }
  .u-ml-pc-0 {
    margin-left: 0rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-5 {
    margin-top: 0.5rem;
  }
  .u-mb-pc-5 {
    margin-bottom: 0.5rem;
  }
  .u-mr-pc-5 {
    margin-right: 0.5rem;
  }
  .u-ml-pc-5 {
    margin-left: 0.5rem;
  }
}
@media print {
  .u-mt-pc-5 {
    margin-top: 0.5rem;
  }
  .u-mb-pc-5 {
    margin-bottom: 0.5rem;
  }
  .u-mr-pc-5 {
    margin-right: 0.5rem;
  }
  .u-ml-pc-5 {
    margin-left: 0.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-10 {
    margin-top: 1rem;
  }
  .u-mb-pc-10 {
    margin-bottom: 1rem;
  }
  .u-mr-pc-10 {
    margin-right: 1rem;
  }
  .u-ml-pc-10 {
    margin-left: 1rem;
  }
}
@media print {
  .u-mt-pc-10 {
    margin-top: 1rem;
  }
  .u-mb-pc-10 {
    margin-bottom: 1rem;
  }
  .u-mr-pc-10 {
    margin-right: 1rem;
  }
  .u-ml-pc-10 {
    margin-left: 1rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-15 {
    margin-top: 1.5rem;
  }
  .u-mb-pc-15 {
    margin-bottom: 1.5rem;
  }
  .u-mr-pc-15 {
    margin-right: 1.5rem;
  }
  .u-ml-pc-15 {
    margin-left: 1.5rem;
  }
}
@media print {
  .u-mt-pc-15 {
    margin-top: 1.5rem;
  }
  .u-mb-pc-15 {
    margin-bottom: 1.5rem;
  }
  .u-mr-pc-15 {
    margin-right: 1.5rem;
  }
  .u-ml-pc-15 {
    margin-left: 1.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-20 {
    margin-top: 2rem;
  }
  .u-mb-pc-20 {
    margin-bottom: 2rem;
  }
  .u-mr-pc-20 {
    margin-right: 2rem;
  }
  .u-ml-pc-20 {
    margin-left: 2rem;
  }
}
@media print {
  .u-mt-pc-20 {
    margin-top: 2rem;
  }
  .u-mb-pc-20 {
    margin-bottom: 2rem;
  }
  .u-mr-pc-20 {
    margin-right: 2rem;
  }
  .u-ml-pc-20 {
    margin-left: 2rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-25 {
    margin-top: 2.5rem;
  }
  .u-mb-pc-25 {
    margin-bottom: 2.5rem;
  }
  .u-mr-pc-25 {
    margin-right: 2.5rem;
  }
  .u-ml-pc-25 {
    margin-left: 2.5rem;
  }
}
@media print {
  .u-mt-pc-25 {
    margin-top: 2.5rem;
  }
  .u-mb-pc-25 {
    margin-bottom: 2.5rem;
  }
  .u-mr-pc-25 {
    margin-right: 2.5rem;
  }
  .u-ml-pc-25 {
    margin-left: 2.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-30 {
    margin-top: 3rem;
  }
  .u-mb-pc-30 {
    margin-bottom: 3rem;
  }
  .u-mr-pc-30 {
    margin-right: 3rem;
  }
  .u-ml-pc-30 {
    margin-left: 3rem;
  }
}
@media print {
  .u-mt-pc-30 {
    margin-top: 3rem;
  }
  .u-mb-pc-30 {
    margin-bottom: 3rem;
  }
  .u-mr-pc-30 {
    margin-right: 3rem;
  }
  .u-ml-pc-30 {
    margin-left: 3rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-35 {
    margin-top: 3.5rem;
  }
  .u-mb-pc-35 {
    margin-bottom: 3.5rem;
  }
  .u-mr-pc-35 {
    margin-right: 3.5rem;
  }
  .u-ml-pc-35 {
    margin-left: 3.5rem;
  }
}
@media print {
  .u-mt-pc-35 {
    margin-top: 3.5rem;
  }
  .u-mb-pc-35 {
    margin-bottom: 3.5rem;
  }
  .u-mr-pc-35 {
    margin-right: 3.5rem;
  }
  .u-ml-pc-35 {
    margin-left: 3.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-40 {
    margin-top: 4rem;
  }
  .u-mb-pc-40 {
    margin-bottom: 4rem;
  }
  .u-mr-pc-40 {
    margin-right: 4rem;
  }
  .u-ml-pc-40 {
    margin-left: 4rem;
  }
}
@media print {
  .u-mt-pc-40 {
    margin-top: 4rem;
  }
  .u-mb-pc-40 {
    margin-bottom: 4rem;
  }
  .u-mr-pc-40 {
    margin-right: 4rem;
  }
  .u-ml-pc-40 {
    margin-left: 4rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-45 {
    margin-top: 4.5rem;
  }
  .u-mb-pc-45 {
    margin-bottom: 4.5rem;
  }
  .u-mr-pc-45 {
    margin-right: 4.5rem;
  }
  .u-ml-pc-45 {
    margin-left: 4.5rem;
  }
}
@media print {
  .u-mt-pc-45 {
    margin-top: 4.5rem;
  }
  .u-mb-pc-45 {
    margin-bottom: 4.5rem;
  }
  .u-mr-pc-45 {
    margin-right: 4.5rem;
  }
  .u-ml-pc-45 {
    margin-left: 4.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-50 {
    margin-top: 5rem;
  }
  .u-mb-pc-50 {
    margin-bottom: 5rem;
  }
  .u-mr-pc-50 {
    margin-right: 5rem;
  }
  .u-ml-pc-50 {
    margin-left: 5rem;
  }
}
@media print {
  .u-mt-pc-50 {
    margin-top: 5rem;
  }
  .u-mb-pc-50 {
    margin-bottom: 5rem;
  }
  .u-mr-pc-50 {
    margin-right: 5rem;
  }
  .u-ml-pc-50 {
    margin-left: 5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-55 {
    margin-top: 5.5rem;
  }
  .u-mb-pc-55 {
    margin-bottom: 5.5rem;
  }
  .u-mr-pc-55 {
    margin-right: 5.5rem;
  }
  .u-ml-pc-55 {
    margin-left: 5.5rem;
  }
}
@media print {
  .u-mt-pc-55 {
    margin-top: 5.5rem;
  }
  .u-mb-pc-55 {
    margin-bottom: 5.5rem;
  }
  .u-mr-pc-55 {
    margin-right: 5.5rem;
  }
  .u-ml-pc-55 {
    margin-left: 5.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-60 {
    margin-top: 6rem;
  }
  .u-mb-pc-60 {
    margin-bottom: 6rem;
  }
  .u-mr-pc-60 {
    margin-right: 6rem;
  }
  .u-ml-pc-60 {
    margin-left: 6rem;
  }
}
@media print {
  .u-mt-pc-60 {
    margin-top: 6rem;
  }
  .u-mb-pc-60 {
    margin-bottom: 6rem;
  }
  .u-mr-pc-60 {
    margin-right: 6rem;
  }
  .u-ml-pc-60 {
    margin-left: 6rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-65 {
    margin-top: 6.5rem;
  }
  .u-mb-pc-65 {
    margin-bottom: 6.5rem;
  }
  .u-mr-pc-65 {
    margin-right: 6.5rem;
  }
  .u-ml-pc-65 {
    margin-left: 6.5rem;
  }
}
@media print {
  .u-mt-pc-65 {
    margin-top: 6.5rem;
  }
  .u-mb-pc-65 {
    margin-bottom: 6.5rem;
  }
  .u-mr-pc-65 {
    margin-right: 6.5rem;
  }
  .u-ml-pc-65 {
    margin-left: 6.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-70 {
    margin-top: 7rem;
  }
  .u-mb-pc-70 {
    margin-bottom: 7rem;
  }
  .u-mr-pc-70 {
    margin-right: 7rem;
  }
  .u-ml-pc-70 {
    margin-left: 7rem;
  }
}
@media print {
  .u-mt-pc-70 {
    margin-top: 7rem;
  }
  .u-mb-pc-70 {
    margin-bottom: 7rem;
  }
  .u-mr-pc-70 {
    margin-right: 7rem;
  }
  .u-ml-pc-70 {
    margin-left: 7rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-75 {
    margin-top: 7.5rem;
  }
  .u-mb-pc-75 {
    margin-bottom: 7.5rem;
  }
  .u-mr-pc-75 {
    margin-right: 7.5rem;
  }
  .u-ml-pc-75 {
    margin-left: 7.5rem;
  }
}
@media print {
  .u-mt-pc-75 {
    margin-top: 7.5rem;
  }
  .u-mb-pc-75 {
    margin-bottom: 7.5rem;
  }
  .u-mr-pc-75 {
    margin-right: 7.5rem;
  }
  .u-ml-pc-75 {
    margin-left: 7.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-80 {
    margin-top: 8rem;
  }
  .u-mb-pc-80 {
    margin-bottom: 8rem;
  }
  .u-mr-pc-80 {
    margin-right: 8rem;
  }
  .u-ml-pc-80 {
    margin-left: 8rem;
  }
}
@media print {
  .u-mt-pc-80 {
    margin-top: 8rem;
  }
  .u-mb-pc-80 {
    margin-bottom: 8rem;
  }
  .u-mr-pc-80 {
    margin-right: 8rem;
  }
  .u-ml-pc-80 {
    margin-left: 8rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-85 {
    margin-top: 8.5rem;
  }
  .u-mb-pc-85 {
    margin-bottom: 8.5rem;
  }
  .u-mr-pc-85 {
    margin-right: 8.5rem;
  }
  .u-ml-pc-85 {
    margin-left: 8.5rem;
  }
}
@media print {
  .u-mt-pc-85 {
    margin-top: 8.5rem;
  }
  .u-mb-pc-85 {
    margin-bottom: 8.5rem;
  }
  .u-mr-pc-85 {
    margin-right: 8.5rem;
  }
  .u-ml-pc-85 {
    margin-left: 8.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-90 {
    margin-top: 9rem;
  }
  .u-mb-pc-90 {
    margin-bottom: 9rem;
  }
  .u-mr-pc-90 {
    margin-right: 9rem;
  }
  .u-ml-pc-90 {
    margin-left: 9rem;
  }
}
@media print {
  .u-mt-pc-90 {
    margin-top: 9rem;
  }
  .u-mb-pc-90 {
    margin-bottom: 9rem;
  }
  .u-mr-pc-90 {
    margin-right: 9rem;
  }
  .u-ml-pc-90 {
    margin-left: 9rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-95 {
    margin-top: 9.5rem;
  }
  .u-mb-pc-95 {
    margin-bottom: 9.5rem;
  }
  .u-mr-pc-95 {
    margin-right: 9.5rem;
  }
  .u-ml-pc-95 {
    margin-left: 9.5rem;
  }
}
@media print {
  .u-mt-pc-95 {
    margin-top: 9.5rem;
  }
  .u-mb-pc-95 {
    margin-bottom: 9.5rem;
  }
  .u-mr-pc-95 {
    margin-right: 9.5rem;
  }
  .u-ml-pc-95 {
    margin-left: 9.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-100 {
    margin-top: 10rem;
  }
  .u-mb-pc-100 {
    margin-bottom: 10rem;
  }
  .u-mr-pc-100 {
    margin-right: 10rem;
  }
  .u-ml-pc-100 {
    margin-left: 10rem;
  }
}
@media print {
  .u-mt-pc-100 {
    margin-top: 10rem;
  }
  .u-mb-pc-100 {
    margin-bottom: 10rem;
  }
  .u-mr-pc-100 {
    margin-right: 10rem;
  }
  .u-ml-pc-100 {
    margin-left: 10rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-105 {
    margin-top: 10.5rem;
  }
  .u-mb-pc-105 {
    margin-bottom: 10.5rem;
  }
  .u-mr-pc-105 {
    margin-right: 10.5rem;
  }
  .u-ml-pc-105 {
    margin-left: 10.5rem;
  }
}
@media print {
  .u-mt-pc-105 {
    margin-top: 10.5rem;
  }
  .u-mb-pc-105 {
    margin-bottom: 10.5rem;
  }
  .u-mr-pc-105 {
    margin-right: 10.5rem;
  }
  .u-ml-pc-105 {
    margin-left: 10.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-110 {
    margin-top: 11rem;
  }
  .u-mb-pc-110 {
    margin-bottom: 11rem;
  }
  .u-mr-pc-110 {
    margin-right: 11rem;
  }
  .u-ml-pc-110 {
    margin-left: 11rem;
  }
}
@media print {
  .u-mt-pc-110 {
    margin-top: 11rem;
  }
  .u-mb-pc-110 {
    margin-bottom: 11rem;
  }
  .u-mr-pc-110 {
    margin-right: 11rem;
  }
  .u-ml-pc-110 {
    margin-left: 11rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-115 {
    margin-top: 11.5rem;
  }
  .u-mb-pc-115 {
    margin-bottom: 11.5rem;
  }
  .u-mr-pc-115 {
    margin-right: 11.5rem;
  }
  .u-ml-pc-115 {
    margin-left: 11.5rem;
  }
}
@media print {
  .u-mt-pc-115 {
    margin-top: 11.5rem;
  }
  .u-mb-pc-115 {
    margin-bottom: 11.5rem;
  }
  .u-mr-pc-115 {
    margin-right: 11.5rem;
  }
  .u-ml-pc-115 {
    margin-left: 11.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-120 {
    margin-top: 12rem;
  }
  .u-mb-pc-120 {
    margin-bottom: 12rem;
  }
  .u-mr-pc-120 {
    margin-right: 12rem;
  }
  .u-ml-pc-120 {
    margin-left: 12rem;
  }
}
@media print {
  .u-mt-pc-120 {
    margin-top: 12rem;
  }
  .u-mb-pc-120 {
    margin-bottom: 12rem;
  }
  .u-mr-pc-120 {
    margin-right: 12rem;
  }
  .u-ml-pc-120 {
    margin-left: 12rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-125 {
    margin-top: 12.5rem;
  }
  .u-mb-pc-125 {
    margin-bottom: 12.5rem;
  }
  .u-mr-pc-125 {
    margin-right: 12.5rem;
  }
  .u-ml-pc-125 {
    margin-left: 12.5rem;
  }
}
@media print {
  .u-mt-pc-125 {
    margin-top: 12.5rem;
  }
  .u-mb-pc-125 {
    margin-bottom: 12.5rem;
  }
  .u-mr-pc-125 {
    margin-right: 12.5rem;
  }
  .u-ml-pc-125 {
    margin-left: 12.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-130 {
    margin-top: 13rem;
  }
  .u-mb-pc-130 {
    margin-bottom: 13rem;
  }
  .u-mr-pc-130 {
    margin-right: 13rem;
  }
  .u-ml-pc-130 {
    margin-left: 13rem;
  }
}
@media print {
  .u-mt-pc-130 {
    margin-top: 13rem;
  }
  .u-mb-pc-130 {
    margin-bottom: 13rem;
  }
  .u-mr-pc-130 {
    margin-right: 13rem;
  }
  .u-ml-pc-130 {
    margin-left: 13rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-135 {
    margin-top: 13.5rem;
  }
  .u-mb-pc-135 {
    margin-bottom: 13.5rem;
  }
  .u-mr-pc-135 {
    margin-right: 13.5rem;
  }
  .u-ml-pc-135 {
    margin-left: 13.5rem;
  }
}
@media print {
  .u-mt-pc-135 {
    margin-top: 13.5rem;
  }
  .u-mb-pc-135 {
    margin-bottom: 13.5rem;
  }
  .u-mr-pc-135 {
    margin-right: 13.5rem;
  }
  .u-ml-pc-135 {
    margin-left: 13.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-140 {
    margin-top: 14rem;
  }
  .u-mb-pc-140 {
    margin-bottom: 14rem;
  }
  .u-mr-pc-140 {
    margin-right: 14rem;
  }
  .u-ml-pc-140 {
    margin-left: 14rem;
  }
}
@media print {
  .u-mt-pc-140 {
    margin-top: 14rem;
  }
  .u-mb-pc-140 {
    margin-bottom: 14rem;
  }
  .u-mr-pc-140 {
    margin-right: 14rem;
  }
  .u-ml-pc-140 {
    margin-left: 14rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-145 {
    margin-top: 14.5rem;
  }
  .u-mb-pc-145 {
    margin-bottom: 14.5rem;
  }
  .u-mr-pc-145 {
    margin-right: 14.5rem;
  }
  .u-ml-pc-145 {
    margin-left: 14.5rem;
  }
}
@media print {
  .u-mt-pc-145 {
    margin-top: 14.5rem;
  }
  .u-mb-pc-145 {
    margin-bottom: 14.5rem;
  }
  .u-mr-pc-145 {
    margin-right: 14.5rem;
  }
  .u-ml-pc-145 {
    margin-left: 14.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-150 {
    margin-top: 15rem;
  }
  .u-mb-pc-150 {
    margin-bottom: 15rem;
  }
  .u-mr-pc-150 {
    margin-right: 15rem;
  }
  .u-ml-pc-150 {
    margin-left: 15rem;
  }
}
@media print {
  .u-mt-pc-150 {
    margin-top: 15rem;
  }
  .u-mb-pc-150 {
    margin-bottom: 15rem;
  }
  .u-mr-pc-150 {
    margin-right: 15rem;
  }
  .u-ml-pc-150 {
    margin-left: 15rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-155 {
    margin-top: 15.5rem;
  }
  .u-mb-pc-155 {
    margin-bottom: 15.5rem;
  }
  .u-mr-pc-155 {
    margin-right: 15.5rem;
  }
  .u-ml-pc-155 {
    margin-left: 15.5rem;
  }
}
@media print {
  .u-mt-pc-155 {
    margin-top: 15.5rem;
  }
  .u-mb-pc-155 {
    margin-bottom: 15.5rem;
  }
  .u-mr-pc-155 {
    margin-right: 15.5rem;
  }
  .u-ml-pc-155 {
    margin-left: 15.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-160 {
    margin-top: 16rem;
  }
  .u-mb-pc-160 {
    margin-bottom: 16rem;
  }
  .u-mr-pc-160 {
    margin-right: 16rem;
  }
  .u-ml-pc-160 {
    margin-left: 16rem;
  }
}
@media print {
  .u-mt-pc-160 {
    margin-top: 16rem;
  }
  .u-mb-pc-160 {
    margin-bottom: 16rem;
  }
  .u-mr-pc-160 {
    margin-right: 16rem;
  }
  .u-ml-pc-160 {
    margin-left: 16rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-165 {
    margin-top: 16.5rem;
  }
  .u-mb-pc-165 {
    margin-bottom: 16.5rem;
  }
  .u-mr-pc-165 {
    margin-right: 16.5rem;
  }
  .u-ml-pc-165 {
    margin-left: 16.5rem;
  }
}
@media print {
  .u-mt-pc-165 {
    margin-top: 16.5rem;
  }
  .u-mb-pc-165 {
    margin-bottom: 16.5rem;
  }
  .u-mr-pc-165 {
    margin-right: 16.5rem;
  }
  .u-ml-pc-165 {
    margin-left: 16.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-170 {
    margin-top: 17rem;
  }
  .u-mb-pc-170 {
    margin-bottom: 17rem;
  }
  .u-mr-pc-170 {
    margin-right: 17rem;
  }
  .u-ml-pc-170 {
    margin-left: 17rem;
  }
}
@media print {
  .u-mt-pc-170 {
    margin-top: 17rem;
  }
  .u-mb-pc-170 {
    margin-bottom: 17rem;
  }
  .u-mr-pc-170 {
    margin-right: 17rem;
  }
  .u-ml-pc-170 {
    margin-left: 17rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-175 {
    margin-top: 17.5rem;
  }
  .u-mb-pc-175 {
    margin-bottom: 17.5rem;
  }
  .u-mr-pc-175 {
    margin-right: 17.5rem;
  }
  .u-ml-pc-175 {
    margin-left: 17.5rem;
  }
}
@media print {
  .u-mt-pc-175 {
    margin-top: 17.5rem;
  }
  .u-mb-pc-175 {
    margin-bottom: 17.5rem;
  }
  .u-mr-pc-175 {
    margin-right: 17.5rem;
  }
  .u-ml-pc-175 {
    margin-left: 17.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-180 {
    margin-top: 18rem;
  }
  .u-mb-pc-180 {
    margin-bottom: 18rem;
  }
  .u-mr-pc-180 {
    margin-right: 18rem;
  }
  .u-ml-pc-180 {
    margin-left: 18rem;
  }
}
@media print {
  .u-mt-pc-180 {
    margin-top: 18rem;
  }
  .u-mb-pc-180 {
    margin-bottom: 18rem;
  }
  .u-mr-pc-180 {
    margin-right: 18rem;
  }
  .u-ml-pc-180 {
    margin-left: 18rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-185 {
    margin-top: 18.5rem;
  }
  .u-mb-pc-185 {
    margin-bottom: 18.5rem;
  }
  .u-mr-pc-185 {
    margin-right: 18.5rem;
  }
  .u-ml-pc-185 {
    margin-left: 18.5rem;
  }
}
@media print {
  .u-mt-pc-185 {
    margin-top: 18.5rem;
  }
  .u-mb-pc-185 {
    margin-bottom: 18.5rem;
  }
  .u-mr-pc-185 {
    margin-right: 18.5rem;
  }
  .u-ml-pc-185 {
    margin-left: 18.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-190 {
    margin-top: 19rem;
  }
  .u-mb-pc-190 {
    margin-bottom: 19rem;
  }
  .u-mr-pc-190 {
    margin-right: 19rem;
  }
  .u-ml-pc-190 {
    margin-left: 19rem;
  }
}
@media print {
  .u-mt-pc-190 {
    margin-top: 19rem;
  }
  .u-mb-pc-190 {
    margin-bottom: 19rem;
  }
  .u-mr-pc-190 {
    margin-right: 19rem;
  }
  .u-ml-pc-190 {
    margin-left: 19rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-195 {
    margin-top: 19.5rem;
  }
  .u-mb-pc-195 {
    margin-bottom: 19.5rem;
  }
  .u-mr-pc-195 {
    margin-right: 19.5rem;
  }
  .u-ml-pc-195 {
    margin-left: 19.5rem;
  }
}
@media print {
  .u-mt-pc-195 {
    margin-top: 19.5rem;
  }
  .u-mb-pc-195 {
    margin-bottom: 19.5rem;
  }
  .u-mr-pc-195 {
    margin-right: 19.5rem;
  }
  .u-ml-pc-195 {
    margin-left: 19.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-mt-pc-200 {
    margin-top: 20rem;
  }
  .u-mb-pc-200 {
    margin-bottom: 20rem;
  }
  .u-mr-pc-200 {
    margin-right: 20rem;
  }
  .u-ml-pc-200 {
    margin-left: 20rem;
  }
}
@media print {
  .u-mt-pc-200 {
    margin-top: 20rem;
  }
  .u-mb-pc-200 {
    margin-bottom: 20rem;
  }
  .u-mr-pc-200 {
    margin-right: 20rem;
  }
  .u-ml-pc-200 {
    margin-left: 20rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-0 {
    margin-top: 0rem;
  }
  .u-mb-tb-0 {
    margin-bottom: 0rem;
  }
  .u-mr-tb-0 {
    margin-right: 0rem;
  }
  .u-ml-tb-0 {
    margin-left: 0rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-5 {
    margin-top: 0.5rem;
  }
  .u-mb-tb-5 {
    margin-bottom: 0.5rem;
  }
  .u-mr-tb-5 {
    margin-right: 0.5rem;
  }
  .u-ml-tb-5 {
    margin-left: 0.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-10 {
    margin-top: 1rem;
  }
  .u-mb-tb-10 {
    margin-bottom: 1rem;
  }
  .u-mr-tb-10 {
    margin-right: 1rem;
  }
  .u-ml-tb-10 {
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-15 {
    margin-top: 1.5rem;
  }
  .u-mb-tb-15 {
    margin-bottom: 1.5rem;
  }
  .u-mr-tb-15 {
    margin-right: 1.5rem;
  }
  .u-ml-tb-15 {
    margin-left: 1.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-20 {
    margin-top: 2rem;
  }
  .u-mb-tb-20 {
    margin-bottom: 2rem;
  }
  .u-mr-tb-20 {
    margin-right: 2rem;
  }
  .u-ml-tb-20 {
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-25 {
    margin-top: 2.5rem;
  }
  .u-mb-tb-25 {
    margin-bottom: 2.5rem;
  }
  .u-mr-tb-25 {
    margin-right: 2.5rem;
  }
  .u-ml-tb-25 {
    margin-left: 2.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-30 {
    margin-top: 3rem;
  }
  .u-mb-tb-30 {
    margin-bottom: 3rem;
  }
  .u-mr-tb-30 {
    margin-right: 3rem;
  }
  .u-ml-tb-30 {
    margin-left: 3rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-35 {
    margin-top: 3.5rem;
  }
  .u-mb-tb-35 {
    margin-bottom: 3.5rem;
  }
  .u-mr-tb-35 {
    margin-right: 3.5rem;
  }
  .u-ml-tb-35 {
    margin-left: 3.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-40 {
    margin-top: 4rem;
  }
  .u-mb-tb-40 {
    margin-bottom: 4rem;
  }
  .u-mr-tb-40 {
    margin-right: 4rem;
  }
  .u-ml-tb-40 {
    margin-left: 4rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-45 {
    margin-top: 4.5rem;
  }
  .u-mb-tb-45 {
    margin-bottom: 4.5rem;
  }
  .u-mr-tb-45 {
    margin-right: 4.5rem;
  }
  .u-ml-tb-45 {
    margin-left: 4.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-50 {
    margin-top: 5rem;
  }
  .u-mb-tb-50 {
    margin-bottom: 5rem;
  }
  .u-mr-tb-50 {
    margin-right: 5rem;
  }
  .u-ml-tb-50 {
    margin-left: 5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-55 {
    margin-top: 5.5rem;
  }
  .u-mb-tb-55 {
    margin-bottom: 5.5rem;
  }
  .u-mr-tb-55 {
    margin-right: 5.5rem;
  }
  .u-ml-tb-55 {
    margin-left: 5.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-60 {
    margin-top: 6rem;
  }
  .u-mb-tb-60 {
    margin-bottom: 6rem;
  }
  .u-mr-tb-60 {
    margin-right: 6rem;
  }
  .u-ml-tb-60 {
    margin-left: 6rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-65 {
    margin-top: 6.5rem;
  }
  .u-mb-tb-65 {
    margin-bottom: 6.5rem;
  }
  .u-mr-tb-65 {
    margin-right: 6.5rem;
  }
  .u-ml-tb-65 {
    margin-left: 6.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-70 {
    margin-top: 7rem;
  }
  .u-mb-tb-70 {
    margin-bottom: 7rem;
  }
  .u-mr-tb-70 {
    margin-right: 7rem;
  }
  .u-ml-tb-70 {
    margin-left: 7rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-75 {
    margin-top: 7.5rem;
  }
  .u-mb-tb-75 {
    margin-bottom: 7.5rem;
  }
  .u-mr-tb-75 {
    margin-right: 7.5rem;
  }
  .u-ml-tb-75 {
    margin-left: 7.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-80 {
    margin-top: 8rem;
  }
  .u-mb-tb-80 {
    margin-bottom: 8rem;
  }
  .u-mr-tb-80 {
    margin-right: 8rem;
  }
  .u-ml-tb-80 {
    margin-left: 8rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-85 {
    margin-top: 8.5rem;
  }
  .u-mb-tb-85 {
    margin-bottom: 8.5rem;
  }
  .u-mr-tb-85 {
    margin-right: 8.5rem;
  }
  .u-ml-tb-85 {
    margin-left: 8.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-90 {
    margin-top: 9rem;
  }
  .u-mb-tb-90 {
    margin-bottom: 9rem;
  }
  .u-mr-tb-90 {
    margin-right: 9rem;
  }
  .u-ml-tb-90 {
    margin-left: 9rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-95 {
    margin-top: 9.5rem;
  }
  .u-mb-tb-95 {
    margin-bottom: 9.5rem;
  }
  .u-mr-tb-95 {
    margin-right: 9.5rem;
  }
  .u-ml-tb-95 {
    margin-left: 9.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-100 {
    margin-top: 10rem;
  }
  .u-mb-tb-100 {
    margin-bottom: 10rem;
  }
  .u-mr-tb-100 {
    margin-right: 10rem;
  }
  .u-ml-tb-100 {
    margin-left: 10rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-105 {
    margin-top: 10.5rem;
  }
  .u-mb-tb-105 {
    margin-bottom: 10.5rem;
  }
  .u-mr-tb-105 {
    margin-right: 10.5rem;
  }
  .u-ml-tb-105 {
    margin-left: 10.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-110 {
    margin-top: 11rem;
  }
  .u-mb-tb-110 {
    margin-bottom: 11rem;
  }
  .u-mr-tb-110 {
    margin-right: 11rem;
  }
  .u-ml-tb-110 {
    margin-left: 11rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-115 {
    margin-top: 11.5rem;
  }
  .u-mb-tb-115 {
    margin-bottom: 11.5rem;
  }
  .u-mr-tb-115 {
    margin-right: 11.5rem;
  }
  .u-ml-tb-115 {
    margin-left: 11.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-120 {
    margin-top: 12rem;
  }
  .u-mb-tb-120 {
    margin-bottom: 12rem;
  }
  .u-mr-tb-120 {
    margin-right: 12rem;
  }
  .u-ml-tb-120 {
    margin-left: 12rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-125 {
    margin-top: 12.5rem;
  }
  .u-mb-tb-125 {
    margin-bottom: 12.5rem;
  }
  .u-mr-tb-125 {
    margin-right: 12.5rem;
  }
  .u-ml-tb-125 {
    margin-left: 12.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-130 {
    margin-top: 13rem;
  }
  .u-mb-tb-130 {
    margin-bottom: 13rem;
  }
  .u-mr-tb-130 {
    margin-right: 13rem;
  }
  .u-ml-tb-130 {
    margin-left: 13rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-135 {
    margin-top: 13.5rem;
  }
  .u-mb-tb-135 {
    margin-bottom: 13.5rem;
  }
  .u-mr-tb-135 {
    margin-right: 13.5rem;
  }
  .u-ml-tb-135 {
    margin-left: 13.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-140 {
    margin-top: 14rem;
  }
  .u-mb-tb-140 {
    margin-bottom: 14rem;
  }
  .u-mr-tb-140 {
    margin-right: 14rem;
  }
  .u-ml-tb-140 {
    margin-left: 14rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-145 {
    margin-top: 14.5rem;
  }
  .u-mb-tb-145 {
    margin-bottom: 14.5rem;
  }
  .u-mr-tb-145 {
    margin-right: 14.5rem;
  }
  .u-ml-tb-145 {
    margin-left: 14.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-150 {
    margin-top: 15rem;
  }
  .u-mb-tb-150 {
    margin-bottom: 15rem;
  }
  .u-mr-tb-150 {
    margin-right: 15rem;
  }
  .u-ml-tb-150 {
    margin-left: 15rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-155 {
    margin-top: 15.5rem;
  }
  .u-mb-tb-155 {
    margin-bottom: 15.5rem;
  }
  .u-mr-tb-155 {
    margin-right: 15.5rem;
  }
  .u-ml-tb-155 {
    margin-left: 15.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-160 {
    margin-top: 16rem;
  }
  .u-mb-tb-160 {
    margin-bottom: 16rem;
  }
  .u-mr-tb-160 {
    margin-right: 16rem;
  }
  .u-ml-tb-160 {
    margin-left: 16rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-165 {
    margin-top: 16.5rem;
  }
  .u-mb-tb-165 {
    margin-bottom: 16.5rem;
  }
  .u-mr-tb-165 {
    margin-right: 16.5rem;
  }
  .u-ml-tb-165 {
    margin-left: 16.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-170 {
    margin-top: 17rem;
  }
  .u-mb-tb-170 {
    margin-bottom: 17rem;
  }
  .u-mr-tb-170 {
    margin-right: 17rem;
  }
  .u-ml-tb-170 {
    margin-left: 17rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-175 {
    margin-top: 17.5rem;
  }
  .u-mb-tb-175 {
    margin-bottom: 17.5rem;
  }
  .u-mr-tb-175 {
    margin-right: 17.5rem;
  }
  .u-ml-tb-175 {
    margin-left: 17.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-180 {
    margin-top: 18rem;
  }
  .u-mb-tb-180 {
    margin-bottom: 18rem;
  }
  .u-mr-tb-180 {
    margin-right: 18rem;
  }
  .u-ml-tb-180 {
    margin-left: 18rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-185 {
    margin-top: 18.5rem;
  }
  .u-mb-tb-185 {
    margin-bottom: 18.5rem;
  }
  .u-mr-tb-185 {
    margin-right: 18.5rem;
  }
  .u-ml-tb-185 {
    margin-left: 18.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-190 {
    margin-top: 19rem;
  }
  .u-mb-tb-190 {
    margin-bottom: 19rem;
  }
  .u-mr-tb-190 {
    margin-right: 19rem;
  }
  .u-ml-tb-190 {
    margin-left: 19rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-195 {
    margin-top: 19.5rem;
  }
  .u-mb-tb-195 {
    margin-bottom: 19.5rem;
  }
  .u-mr-tb-195 {
    margin-right: 19.5rem;
  }
  .u-ml-tb-195 {
    margin-left: 19.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mt-tb-200 {
    margin-top: 20rem;
  }
  .u-mb-tb-200 {
    margin-bottom: 20rem;
  }
  .u-mr-tb-200 {
    margin-right: 20rem;
  }
  .u-ml-tb-200 {
    margin-left: 20rem;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-0 {
    margin-top: 0vw;
  }
  .u-mb-sp-0 {
    margin-bottom: 0vw;
  }
  .u-mr-sp-0 {
    margin-right: 0vw;
  }
  .u-ml-sp-0 {
    margin-left: 0vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-5 {
    margin-top: 1.3333333333vw;
  }
  .u-mb-sp-5 {
    margin-bottom: 1.3333333333vw;
  }
  .u-mr-sp-5 {
    margin-right: 1.3333333333vw;
  }
  .u-ml-sp-5 {
    margin-left: 1.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-10 {
    margin-top: 2.6666666667vw;
  }
  .u-mb-sp-10 {
    margin-bottom: 2.6666666667vw;
  }
  .u-mr-sp-10 {
    margin-right: 2.6666666667vw;
  }
  .u-ml-sp-10 {
    margin-left: 2.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-15 {
    margin-top: 4vw;
  }
  .u-mb-sp-15 {
    margin-bottom: 4vw;
  }
  .u-mr-sp-15 {
    margin-right: 4vw;
  }
  .u-ml-sp-15 {
    margin-left: 4vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-20 {
    margin-top: 5.3333333333vw;
  }
  .u-mb-sp-20 {
    margin-bottom: 5.3333333333vw;
  }
  .u-mr-sp-20 {
    margin-right: 5.3333333333vw;
  }
  .u-ml-sp-20 {
    margin-left: 5.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-25 {
    margin-top: 6.6666666667vw;
  }
  .u-mb-sp-25 {
    margin-bottom: 6.6666666667vw;
  }
  .u-mr-sp-25 {
    margin-right: 6.6666666667vw;
  }
  .u-ml-sp-25 {
    margin-left: 6.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-30 {
    margin-top: 8vw;
  }
  .u-mb-sp-30 {
    margin-bottom: 8vw;
  }
  .u-mr-sp-30 {
    margin-right: 8vw;
  }
  .u-ml-sp-30 {
    margin-left: 8vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-35 {
    margin-top: 9.3333333333vw;
  }
  .u-mb-sp-35 {
    margin-bottom: 9.3333333333vw;
  }
  .u-mr-sp-35 {
    margin-right: 9.3333333333vw;
  }
  .u-ml-sp-35 {
    margin-left: 9.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-40 {
    margin-top: 10.6666666667vw;
  }
  .u-mb-sp-40 {
    margin-bottom: 10.6666666667vw;
  }
  .u-mr-sp-40 {
    margin-right: 10.6666666667vw;
  }
  .u-ml-sp-40 {
    margin-left: 10.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-45 {
    margin-top: 12vw;
  }
  .u-mb-sp-45 {
    margin-bottom: 12vw;
  }
  .u-mr-sp-45 {
    margin-right: 12vw;
  }
  .u-ml-sp-45 {
    margin-left: 12vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-50 {
    margin-top: 13.3333333333vw;
  }
  .u-mb-sp-50 {
    margin-bottom: 13.3333333333vw;
  }
  .u-mr-sp-50 {
    margin-right: 13.3333333333vw;
  }
  .u-ml-sp-50 {
    margin-left: 13.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-55 {
    margin-top: 14.6666666667vw;
  }
  .u-mb-sp-55 {
    margin-bottom: 14.6666666667vw;
  }
  .u-mr-sp-55 {
    margin-right: 14.6666666667vw;
  }
  .u-ml-sp-55 {
    margin-left: 14.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-60 {
    margin-top: 16vw;
  }
  .u-mb-sp-60 {
    margin-bottom: 16vw;
  }
  .u-mr-sp-60 {
    margin-right: 16vw;
  }
  .u-ml-sp-60 {
    margin-left: 16vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-65 {
    margin-top: 17.3333333333vw;
  }
  .u-mb-sp-65 {
    margin-bottom: 17.3333333333vw;
  }
  .u-mr-sp-65 {
    margin-right: 17.3333333333vw;
  }
  .u-ml-sp-65 {
    margin-left: 17.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-70 {
    margin-top: 18.6666666667vw;
  }
  .u-mb-sp-70 {
    margin-bottom: 18.6666666667vw;
  }
  .u-mr-sp-70 {
    margin-right: 18.6666666667vw;
  }
  .u-ml-sp-70 {
    margin-left: 18.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-75 {
    margin-top: 20vw;
  }
  .u-mb-sp-75 {
    margin-bottom: 20vw;
  }
  .u-mr-sp-75 {
    margin-right: 20vw;
  }
  .u-ml-sp-75 {
    margin-left: 20vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-80 {
    margin-top: 21.3333333333vw;
  }
  .u-mb-sp-80 {
    margin-bottom: 21.3333333333vw;
  }
  .u-mr-sp-80 {
    margin-right: 21.3333333333vw;
  }
  .u-ml-sp-80 {
    margin-left: 21.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-85 {
    margin-top: 22.6666666667vw;
  }
  .u-mb-sp-85 {
    margin-bottom: 22.6666666667vw;
  }
  .u-mr-sp-85 {
    margin-right: 22.6666666667vw;
  }
  .u-ml-sp-85 {
    margin-left: 22.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-90 {
    margin-top: 24vw;
  }
  .u-mb-sp-90 {
    margin-bottom: 24vw;
  }
  .u-mr-sp-90 {
    margin-right: 24vw;
  }
  .u-ml-sp-90 {
    margin-left: 24vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-95 {
    margin-top: 25.3333333333vw;
  }
  .u-mb-sp-95 {
    margin-bottom: 25.3333333333vw;
  }
  .u-mr-sp-95 {
    margin-right: 25.3333333333vw;
  }
  .u-ml-sp-95 {
    margin-left: 25.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-100 {
    margin-top: 26.6666666667vw;
  }
  .u-mb-sp-100 {
    margin-bottom: 26.6666666667vw;
  }
  .u-mr-sp-100 {
    margin-right: 26.6666666667vw;
  }
  .u-ml-sp-100 {
    margin-left: 26.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-105 {
    margin-top: 28vw;
  }
  .u-mb-sp-105 {
    margin-bottom: 28vw;
  }
  .u-mr-sp-105 {
    margin-right: 28vw;
  }
  .u-ml-sp-105 {
    margin-left: 28vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-110 {
    margin-top: 29.3333333333vw;
  }
  .u-mb-sp-110 {
    margin-bottom: 29.3333333333vw;
  }
  .u-mr-sp-110 {
    margin-right: 29.3333333333vw;
  }
  .u-ml-sp-110 {
    margin-left: 29.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-115 {
    margin-top: 30.6666666667vw;
  }
  .u-mb-sp-115 {
    margin-bottom: 30.6666666667vw;
  }
  .u-mr-sp-115 {
    margin-right: 30.6666666667vw;
  }
  .u-ml-sp-115 {
    margin-left: 30.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-120 {
    margin-top: 32vw;
  }
  .u-mb-sp-120 {
    margin-bottom: 32vw;
  }
  .u-mr-sp-120 {
    margin-right: 32vw;
  }
  .u-ml-sp-120 {
    margin-left: 32vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-125 {
    margin-top: 33.3333333333vw;
  }
  .u-mb-sp-125 {
    margin-bottom: 33.3333333333vw;
  }
  .u-mr-sp-125 {
    margin-right: 33.3333333333vw;
  }
  .u-ml-sp-125 {
    margin-left: 33.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-130 {
    margin-top: 34.6666666667vw;
  }
  .u-mb-sp-130 {
    margin-bottom: 34.6666666667vw;
  }
  .u-mr-sp-130 {
    margin-right: 34.6666666667vw;
  }
  .u-ml-sp-130 {
    margin-left: 34.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-135 {
    margin-top: 36vw;
  }
  .u-mb-sp-135 {
    margin-bottom: 36vw;
  }
  .u-mr-sp-135 {
    margin-right: 36vw;
  }
  .u-ml-sp-135 {
    margin-left: 36vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-140 {
    margin-top: 37.3333333333vw;
  }
  .u-mb-sp-140 {
    margin-bottom: 37.3333333333vw;
  }
  .u-mr-sp-140 {
    margin-right: 37.3333333333vw;
  }
  .u-ml-sp-140 {
    margin-left: 37.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-145 {
    margin-top: 38.6666666667vw;
  }
  .u-mb-sp-145 {
    margin-bottom: 38.6666666667vw;
  }
  .u-mr-sp-145 {
    margin-right: 38.6666666667vw;
  }
  .u-ml-sp-145 {
    margin-left: 38.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-150 {
    margin-top: 40vw;
  }
  .u-mb-sp-150 {
    margin-bottom: 40vw;
  }
  .u-mr-sp-150 {
    margin-right: 40vw;
  }
  .u-ml-sp-150 {
    margin-left: 40vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-155 {
    margin-top: 41.3333333333vw;
  }
  .u-mb-sp-155 {
    margin-bottom: 41.3333333333vw;
  }
  .u-mr-sp-155 {
    margin-right: 41.3333333333vw;
  }
  .u-ml-sp-155 {
    margin-left: 41.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-160 {
    margin-top: 42.6666666667vw;
  }
  .u-mb-sp-160 {
    margin-bottom: 42.6666666667vw;
  }
  .u-mr-sp-160 {
    margin-right: 42.6666666667vw;
  }
  .u-ml-sp-160 {
    margin-left: 42.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-165 {
    margin-top: 44vw;
  }
  .u-mb-sp-165 {
    margin-bottom: 44vw;
  }
  .u-mr-sp-165 {
    margin-right: 44vw;
  }
  .u-ml-sp-165 {
    margin-left: 44vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-170 {
    margin-top: 45.3333333333vw;
  }
  .u-mb-sp-170 {
    margin-bottom: 45.3333333333vw;
  }
  .u-mr-sp-170 {
    margin-right: 45.3333333333vw;
  }
  .u-ml-sp-170 {
    margin-left: 45.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-175 {
    margin-top: 46.6666666667vw;
  }
  .u-mb-sp-175 {
    margin-bottom: 46.6666666667vw;
  }
  .u-mr-sp-175 {
    margin-right: 46.6666666667vw;
  }
  .u-ml-sp-175 {
    margin-left: 46.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-180 {
    margin-top: 48vw;
  }
  .u-mb-sp-180 {
    margin-bottom: 48vw;
  }
  .u-mr-sp-180 {
    margin-right: 48vw;
  }
  .u-ml-sp-180 {
    margin-left: 48vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-185 {
    margin-top: 49.3333333333vw;
  }
  .u-mb-sp-185 {
    margin-bottom: 49.3333333333vw;
  }
  .u-mr-sp-185 {
    margin-right: 49.3333333333vw;
  }
  .u-ml-sp-185 {
    margin-left: 49.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-190 {
    margin-top: 50.6666666667vw;
  }
  .u-mb-sp-190 {
    margin-bottom: 50.6666666667vw;
  }
  .u-mr-sp-190 {
    margin-right: 50.6666666667vw;
  }
  .u-ml-sp-190 {
    margin-left: 50.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-195 {
    margin-top: 52vw;
  }
  .u-mb-sp-195 {
    margin-bottom: 52vw;
  }
  .u-mr-sp-195 {
    margin-right: 52vw;
  }
  .u-ml-sp-195 {
    margin-left: 52vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-mt-sp-200 {
    margin-top: 53.3333333333vw;
  }
  .u-mb-sp-200 {
    margin-bottom: 53.3333333333vw;
  }
  .u-mr-sp-200 {
    margin-right: 53.3333333333vw;
  }
  .u-ml-sp-200 {
    margin-left: 53.3333333333vw;
  }
}
.u-m-center {
  margin-right: auto;
  margin-left: auto;
}
@media all and (min-width: 73.8125em) {
  .u-m-center-pc {
    margin-right: auto;
    margin-left: auto;
  }
}
@media print {
  .u-m-center-pc {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-m-center-tb {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 48em) {
  .u-m-center-sp {
    margin-right: auto;
    margin-left: auto;
  }
}
.u-mr-auto {
  margin-right: auto;
}
@media all and (min-width: 73.8125em) {
  .u-mr-auto-pc {
    margin-right: auto;
  }
}
@media print {
  .u-mr-auto-pc {
    margin-right: auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-mr-auto-tb {
    margin-right: auto;
  }
}
@media only screen and (max-width: 48em) {
  .u-mr-auto-sp {
    margin-right: auto;
  }
}
.u-ml-auto {
  margin-left: auto;
}
@media all and (min-width: 73.8125em) {
  .u-ml-auto-pc {
    margin-left: auto;
  }
}
@media print {
  .u-ml-auto-pc {
    margin-left: auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-ml-auto-tb {
    margin-left: auto;
  }
}
@media only screen and (max-width: 48em) {
  .u-ml-auto-sp {
    margin-left: auto;
  }
}

.u-pt-0 {
  padding-top: 0rem;
}
.u-pb-0 {
  padding-bottom: 0rem;
}
.u-pr-0 {
  padding-right: 0rem;
}
.u-pl-0 {
  padding-left: 0rem;
}
.u-pt-5 {
  padding-top: 0.5rem;
}
.u-pb-5 {
  padding-bottom: 0.5rem;
}
.u-pr-5 {
  padding-right: 0.5rem;
}
.u-pl-5 {
  padding-left: 0.5rem;
}
.u-pt-10 {
  padding-top: 1rem;
}
.u-pb-10 {
  padding-bottom: 1rem;
}
.u-pr-10 {
  padding-right: 1rem;
}
.u-pl-10 {
  padding-left: 1rem;
}
.u-pt-15 {
  padding-top: 1.5rem;
}
.u-pb-15 {
  padding-bottom: 1.5rem;
}
.u-pr-15 {
  padding-right: 1.5rem;
}
.u-pl-15 {
  padding-left: 1.5rem;
}
.u-pt-20 {
  padding-top: 2rem;
}
.u-pb-20 {
  padding-bottom: 2rem;
}
.u-pr-20 {
  padding-right: 2rem;
}
.u-pl-20 {
  padding-left: 2rem;
}
.u-pt-25 {
  padding-top: 2.5rem;
}
.u-pb-25 {
  padding-bottom: 2.5rem;
}
.u-pr-25 {
  padding-right: 2.5rem;
}
.u-pl-25 {
  padding-left: 2.5rem;
}
.u-pt-30 {
  padding-top: 3rem;
}
.u-pb-30 {
  padding-bottom: 3rem;
}
.u-pr-30 {
  padding-right: 3rem;
}
.u-pl-30 {
  padding-left: 3rem;
}
.u-pt-35 {
  padding-top: 3.5rem;
}
.u-pb-35 {
  padding-bottom: 3.5rem;
}
.u-pr-35 {
  padding-right: 3.5rem;
}
.u-pl-35 {
  padding-left: 3.5rem;
}
.u-pt-40 {
  padding-top: 4rem;
}
.u-pb-40 {
  padding-bottom: 4rem;
}
.u-pr-40 {
  padding-right: 4rem;
}
.u-pl-40 {
  padding-left: 4rem;
}
.u-pt-45 {
  padding-top: 4.5rem;
}
.u-pb-45 {
  padding-bottom: 4.5rem;
}
.u-pr-45 {
  padding-right: 4.5rem;
}
.u-pl-45 {
  padding-left: 4.5rem;
}
.u-pt-50 {
  padding-top: 5rem;
}
.u-pb-50 {
  padding-bottom: 5rem;
}
.u-pr-50 {
  padding-right: 5rem;
}
.u-pl-50 {
  padding-left: 5rem;
}
.u-pt-55 {
  padding-top: 5.5rem;
}
.u-pb-55 {
  padding-bottom: 5.5rem;
}
.u-pr-55 {
  padding-right: 5.5rem;
}
.u-pl-55 {
  padding-left: 5.5rem;
}
.u-pt-60 {
  padding-top: 6rem;
}
.u-pb-60 {
  padding-bottom: 6rem;
}
.u-pr-60 {
  padding-right: 6rem;
}
.u-pl-60 {
  padding-left: 6rem;
}
.u-pt-65 {
  padding-top: 6.5rem;
}
.u-pb-65 {
  padding-bottom: 6.5rem;
}
.u-pr-65 {
  padding-right: 6.5rem;
}
.u-pl-65 {
  padding-left: 6.5rem;
}
.u-pt-70 {
  padding-top: 7rem;
}
.u-pb-70 {
  padding-bottom: 7rem;
}
.u-pr-70 {
  padding-right: 7rem;
}
.u-pl-70 {
  padding-left: 7rem;
}
.u-pt-75 {
  padding-top: 7.5rem;
}
.u-pb-75 {
  padding-bottom: 7.5rem;
}
.u-pr-75 {
  padding-right: 7.5rem;
}
.u-pl-75 {
  padding-left: 7.5rem;
}
.u-pt-80 {
  padding-top: 8rem;
}
.u-pb-80 {
  padding-bottom: 8rem;
}
.u-pr-80 {
  padding-right: 8rem;
}
.u-pl-80 {
  padding-left: 8rem;
}
.u-pt-85 {
  padding-top: 8.5rem;
}
.u-pb-85 {
  padding-bottom: 8.5rem;
}
.u-pr-85 {
  padding-right: 8.5rem;
}
.u-pl-85 {
  padding-left: 8.5rem;
}
.u-pt-90 {
  padding-top: 9rem;
}
.u-pb-90 {
  padding-bottom: 9rem;
}
.u-pr-90 {
  padding-right: 9rem;
}
.u-pl-90 {
  padding-left: 9rem;
}
.u-pt-95 {
  padding-top: 9.5rem;
}
.u-pb-95 {
  padding-bottom: 9.5rem;
}
.u-pr-95 {
  padding-right: 9.5rem;
}
.u-pl-95 {
  padding-left: 9.5rem;
}
.u-pt-100 {
  padding-top: 10rem;
}
.u-pb-100 {
  padding-bottom: 10rem;
}
.u-pr-100 {
  padding-right: 10rem;
}
.u-pl-100 {
  padding-left: 10rem;
}
.u-pt-105 {
  padding-top: 10.5rem;
}
.u-pb-105 {
  padding-bottom: 10.5rem;
}
.u-pr-105 {
  padding-right: 10.5rem;
}
.u-pl-105 {
  padding-left: 10.5rem;
}
.u-pt-110 {
  padding-top: 11rem;
}
.u-pb-110 {
  padding-bottom: 11rem;
}
.u-pr-110 {
  padding-right: 11rem;
}
.u-pl-110 {
  padding-left: 11rem;
}
.u-pt-115 {
  padding-top: 11.5rem;
}
.u-pb-115 {
  padding-bottom: 11.5rem;
}
.u-pr-115 {
  padding-right: 11.5rem;
}
.u-pl-115 {
  padding-left: 11.5rem;
}
.u-pt-120 {
  padding-top: 12rem;
}
.u-pb-120 {
  padding-bottom: 12rem;
}
.u-pr-120 {
  padding-right: 12rem;
}
.u-pl-120 {
  padding-left: 12rem;
}
.u-pt-125 {
  padding-top: 12.5rem;
}
.u-pb-125 {
  padding-bottom: 12.5rem;
}
.u-pr-125 {
  padding-right: 12.5rem;
}
.u-pl-125 {
  padding-left: 12.5rem;
}
.u-pt-130 {
  padding-top: 13rem;
}
.u-pb-130 {
  padding-bottom: 13rem;
}
.u-pr-130 {
  padding-right: 13rem;
}
.u-pl-130 {
  padding-left: 13rem;
}
.u-pt-135 {
  padding-top: 13.5rem;
}
.u-pb-135 {
  padding-bottom: 13.5rem;
}
.u-pr-135 {
  padding-right: 13.5rem;
}
.u-pl-135 {
  padding-left: 13.5rem;
}
.u-pt-140 {
  padding-top: 14rem;
}
.u-pb-140 {
  padding-bottom: 14rem;
}
.u-pr-140 {
  padding-right: 14rem;
}
.u-pl-140 {
  padding-left: 14rem;
}
.u-pt-145 {
  padding-top: 14.5rem;
}
.u-pb-145 {
  padding-bottom: 14.5rem;
}
.u-pr-145 {
  padding-right: 14.5rem;
}
.u-pl-145 {
  padding-left: 14.5rem;
}
.u-pt-150 {
  padding-top: 15rem;
}
.u-pb-150 {
  padding-bottom: 15rem;
}
.u-pr-150 {
  padding-right: 15rem;
}
.u-pl-150 {
  padding-left: 15rem;
}
.u-pt-155 {
  padding-top: 15.5rem;
}
.u-pb-155 {
  padding-bottom: 15.5rem;
}
.u-pr-155 {
  padding-right: 15.5rem;
}
.u-pl-155 {
  padding-left: 15.5rem;
}
.u-pt-160 {
  padding-top: 16rem;
}
.u-pb-160 {
  padding-bottom: 16rem;
}
.u-pr-160 {
  padding-right: 16rem;
}
.u-pl-160 {
  padding-left: 16rem;
}
.u-pt-165 {
  padding-top: 16.5rem;
}
.u-pb-165 {
  padding-bottom: 16.5rem;
}
.u-pr-165 {
  padding-right: 16.5rem;
}
.u-pl-165 {
  padding-left: 16.5rem;
}
.u-pt-170 {
  padding-top: 17rem;
}
.u-pb-170 {
  padding-bottom: 17rem;
}
.u-pr-170 {
  padding-right: 17rem;
}
.u-pl-170 {
  padding-left: 17rem;
}
.u-pt-175 {
  padding-top: 17.5rem;
}
.u-pb-175 {
  padding-bottom: 17.5rem;
}
.u-pr-175 {
  padding-right: 17.5rem;
}
.u-pl-175 {
  padding-left: 17.5rem;
}
.u-pt-180 {
  padding-top: 18rem;
}
.u-pb-180 {
  padding-bottom: 18rem;
}
.u-pr-180 {
  padding-right: 18rem;
}
.u-pl-180 {
  padding-left: 18rem;
}
.u-pt-185 {
  padding-top: 18.5rem;
}
.u-pb-185 {
  padding-bottom: 18.5rem;
}
.u-pr-185 {
  padding-right: 18.5rem;
}
.u-pl-185 {
  padding-left: 18.5rem;
}
.u-pt-190 {
  padding-top: 19rem;
}
.u-pb-190 {
  padding-bottom: 19rem;
}
.u-pr-190 {
  padding-right: 19rem;
}
.u-pl-190 {
  padding-left: 19rem;
}
.u-pt-195 {
  padding-top: 19.5rem;
}
.u-pb-195 {
  padding-bottom: 19.5rem;
}
.u-pr-195 {
  padding-right: 19.5rem;
}
.u-pl-195 {
  padding-left: 19.5rem;
}
.u-pt-200 {
  padding-top: 20rem;
}
.u-pb-200 {
  padding-bottom: 20rem;
}
.u-pr-200 {
  padding-right: 20rem;
}
.u-pl-200 {
  padding-left: 20rem;
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-0 {
    padding-top: 0rem;
  }
  .u-pb-pc-0 {
    padding-bottom: 0rem;
  }
  .u-pr-pc-0 {
    padding-right: 0rem;
  }
  .u-pl-pc-0 {
    padding-left: 0rem;
  }
}
@media print {
  .u-pt-pc-0 {
    padding-top: 0rem;
  }
  .u-pb-pc-0 {
    padding-bottom: 0rem;
  }
  .u-pr-pc-0 {
    padding-right: 0rem;
  }
  .u-pl-pc-0 {
    padding-left: 0rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-5 {
    padding-top: 0.5rem;
  }
  .u-pb-pc-5 {
    padding-bottom: 0.5rem;
  }
  .u-pr-pc-5 {
    padding-right: 0.5rem;
  }
  .u-pl-pc-5 {
    padding-left: 0.5rem;
  }
}
@media print {
  .u-pt-pc-5 {
    padding-top: 0.5rem;
  }
  .u-pb-pc-5 {
    padding-bottom: 0.5rem;
  }
  .u-pr-pc-5 {
    padding-right: 0.5rem;
  }
  .u-pl-pc-5 {
    padding-left: 0.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-10 {
    padding-top: 1rem;
  }
  .u-pb-pc-10 {
    padding-bottom: 1rem;
  }
  .u-pr-pc-10 {
    padding-right: 1rem;
  }
  .u-pl-pc-10 {
    padding-left: 1rem;
  }
}
@media print {
  .u-pt-pc-10 {
    padding-top: 1rem;
  }
  .u-pb-pc-10 {
    padding-bottom: 1rem;
  }
  .u-pr-pc-10 {
    padding-right: 1rem;
  }
  .u-pl-pc-10 {
    padding-left: 1rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-15 {
    padding-top: 1.5rem;
  }
  .u-pb-pc-15 {
    padding-bottom: 1.5rem;
  }
  .u-pr-pc-15 {
    padding-right: 1.5rem;
  }
  .u-pl-pc-15 {
    padding-left: 1.5rem;
  }
}
@media print {
  .u-pt-pc-15 {
    padding-top: 1.5rem;
  }
  .u-pb-pc-15 {
    padding-bottom: 1.5rem;
  }
  .u-pr-pc-15 {
    padding-right: 1.5rem;
  }
  .u-pl-pc-15 {
    padding-left: 1.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-20 {
    padding-top: 2rem;
  }
  .u-pb-pc-20 {
    padding-bottom: 2rem;
  }
  .u-pr-pc-20 {
    padding-right: 2rem;
  }
  .u-pl-pc-20 {
    padding-left: 2rem;
  }
}
@media print {
  .u-pt-pc-20 {
    padding-top: 2rem;
  }
  .u-pb-pc-20 {
    padding-bottom: 2rem;
  }
  .u-pr-pc-20 {
    padding-right: 2rem;
  }
  .u-pl-pc-20 {
    padding-left: 2rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-25 {
    padding-top: 2.5rem;
  }
  .u-pb-pc-25 {
    padding-bottom: 2.5rem;
  }
  .u-pr-pc-25 {
    padding-right: 2.5rem;
  }
  .u-pl-pc-25 {
    padding-left: 2.5rem;
  }
}
@media print {
  .u-pt-pc-25 {
    padding-top: 2.5rem;
  }
  .u-pb-pc-25 {
    padding-bottom: 2.5rem;
  }
  .u-pr-pc-25 {
    padding-right: 2.5rem;
  }
  .u-pl-pc-25 {
    padding-left: 2.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-30 {
    padding-top: 3rem;
  }
  .u-pb-pc-30 {
    padding-bottom: 3rem;
  }
  .u-pr-pc-30 {
    padding-right: 3rem;
  }
  .u-pl-pc-30 {
    padding-left: 3rem;
  }
}
@media print {
  .u-pt-pc-30 {
    padding-top: 3rem;
  }
  .u-pb-pc-30 {
    padding-bottom: 3rem;
  }
  .u-pr-pc-30 {
    padding-right: 3rem;
  }
  .u-pl-pc-30 {
    padding-left: 3rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-35 {
    padding-top: 3.5rem;
  }
  .u-pb-pc-35 {
    padding-bottom: 3.5rem;
  }
  .u-pr-pc-35 {
    padding-right: 3.5rem;
  }
  .u-pl-pc-35 {
    padding-left: 3.5rem;
  }
}
@media print {
  .u-pt-pc-35 {
    padding-top: 3.5rem;
  }
  .u-pb-pc-35 {
    padding-bottom: 3.5rem;
  }
  .u-pr-pc-35 {
    padding-right: 3.5rem;
  }
  .u-pl-pc-35 {
    padding-left: 3.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-40 {
    padding-top: 4rem;
  }
  .u-pb-pc-40 {
    padding-bottom: 4rem;
  }
  .u-pr-pc-40 {
    padding-right: 4rem;
  }
  .u-pl-pc-40 {
    padding-left: 4rem;
  }
}
@media print {
  .u-pt-pc-40 {
    padding-top: 4rem;
  }
  .u-pb-pc-40 {
    padding-bottom: 4rem;
  }
  .u-pr-pc-40 {
    padding-right: 4rem;
  }
  .u-pl-pc-40 {
    padding-left: 4rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-45 {
    padding-top: 4.5rem;
  }
  .u-pb-pc-45 {
    padding-bottom: 4.5rem;
  }
  .u-pr-pc-45 {
    padding-right: 4.5rem;
  }
  .u-pl-pc-45 {
    padding-left: 4.5rem;
  }
}
@media print {
  .u-pt-pc-45 {
    padding-top: 4.5rem;
  }
  .u-pb-pc-45 {
    padding-bottom: 4.5rem;
  }
  .u-pr-pc-45 {
    padding-right: 4.5rem;
  }
  .u-pl-pc-45 {
    padding-left: 4.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-50 {
    padding-top: 5rem;
  }
  .u-pb-pc-50 {
    padding-bottom: 5rem;
  }
  .u-pr-pc-50 {
    padding-right: 5rem;
  }
  .u-pl-pc-50 {
    padding-left: 5rem;
  }
}
@media print {
  .u-pt-pc-50 {
    padding-top: 5rem;
  }
  .u-pb-pc-50 {
    padding-bottom: 5rem;
  }
  .u-pr-pc-50 {
    padding-right: 5rem;
  }
  .u-pl-pc-50 {
    padding-left: 5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-55 {
    padding-top: 5.5rem;
  }
  .u-pb-pc-55 {
    padding-bottom: 5.5rem;
  }
  .u-pr-pc-55 {
    padding-right: 5.5rem;
  }
  .u-pl-pc-55 {
    padding-left: 5.5rem;
  }
}
@media print {
  .u-pt-pc-55 {
    padding-top: 5.5rem;
  }
  .u-pb-pc-55 {
    padding-bottom: 5.5rem;
  }
  .u-pr-pc-55 {
    padding-right: 5.5rem;
  }
  .u-pl-pc-55 {
    padding-left: 5.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-60 {
    padding-top: 6rem;
  }
  .u-pb-pc-60 {
    padding-bottom: 6rem;
  }
  .u-pr-pc-60 {
    padding-right: 6rem;
  }
  .u-pl-pc-60 {
    padding-left: 6rem;
  }
}
@media print {
  .u-pt-pc-60 {
    padding-top: 6rem;
  }
  .u-pb-pc-60 {
    padding-bottom: 6rem;
  }
  .u-pr-pc-60 {
    padding-right: 6rem;
  }
  .u-pl-pc-60 {
    padding-left: 6rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-65 {
    padding-top: 6.5rem;
  }
  .u-pb-pc-65 {
    padding-bottom: 6.5rem;
  }
  .u-pr-pc-65 {
    padding-right: 6.5rem;
  }
  .u-pl-pc-65 {
    padding-left: 6.5rem;
  }
}
@media print {
  .u-pt-pc-65 {
    padding-top: 6.5rem;
  }
  .u-pb-pc-65 {
    padding-bottom: 6.5rem;
  }
  .u-pr-pc-65 {
    padding-right: 6.5rem;
  }
  .u-pl-pc-65 {
    padding-left: 6.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-70 {
    padding-top: 7rem;
  }
  .u-pb-pc-70 {
    padding-bottom: 7rem;
  }
  .u-pr-pc-70 {
    padding-right: 7rem;
  }
  .u-pl-pc-70 {
    padding-left: 7rem;
  }
}
@media print {
  .u-pt-pc-70 {
    padding-top: 7rem;
  }
  .u-pb-pc-70 {
    padding-bottom: 7rem;
  }
  .u-pr-pc-70 {
    padding-right: 7rem;
  }
  .u-pl-pc-70 {
    padding-left: 7rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-75 {
    padding-top: 7.5rem;
  }
  .u-pb-pc-75 {
    padding-bottom: 7.5rem;
  }
  .u-pr-pc-75 {
    padding-right: 7.5rem;
  }
  .u-pl-pc-75 {
    padding-left: 7.5rem;
  }
}
@media print {
  .u-pt-pc-75 {
    padding-top: 7.5rem;
  }
  .u-pb-pc-75 {
    padding-bottom: 7.5rem;
  }
  .u-pr-pc-75 {
    padding-right: 7.5rem;
  }
  .u-pl-pc-75 {
    padding-left: 7.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-80 {
    padding-top: 8rem;
  }
  .u-pb-pc-80 {
    padding-bottom: 8rem;
  }
  .u-pr-pc-80 {
    padding-right: 8rem;
  }
  .u-pl-pc-80 {
    padding-left: 8rem;
  }
}
@media print {
  .u-pt-pc-80 {
    padding-top: 8rem;
  }
  .u-pb-pc-80 {
    padding-bottom: 8rem;
  }
  .u-pr-pc-80 {
    padding-right: 8rem;
  }
  .u-pl-pc-80 {
    padding-left: 8rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-85 {
    padding-top: 8.5rem;
  }
  .u-pb-pc-85 {
    padding-bottom: 8.5rem;
  }
  .u-pr-pc-85 {
    padding-right: 8.5rem;
  }
  .u-pl-pc-85 {
    padding-left: 8.5rem;
  }
}
@media print {
  .u-pt-pc-85 {
    padding-top: 8.5rem;
  }
  .u-pb-pc-85 {
    padding-bottom: 8.5rem;
  }
  .u-pr-pc-85 {
    padding-right: 8.5rem;
  }
  .u-pl-pc-85 {
    padding-left: 8.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-90 {
    padding-top: 9rem;
  }
  .u-pb-pc-90 {
    padding-bottom: 9rem;
  }
  .u-pr-pc-90 {
    padding-right: 9rem;
  }
  .u-pl-pc-90 {
    padding-left: 9rem;
  }
}
@media print {
  .u-pt-pc-90 {
    padding-top: 9rem;
  }
  .u-pb-pc-90 {
    padding-bottom: 9rem;
  }
  .u-pr-pc-90 {
    padding-right: 9rem;
  }
  .u-pl-pc-90 {
    padding-left: 9rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-95 {
    padding-top: 9.5rem;
  }
  .u-pb-pc-95 {
    padding-bottom: 9.5rem;
  }
  .u-pr-pc-95 {
    padding-right: 9.5rem;
  }
  .u-pl-pc-95 {
    padding-left: 9.5rem;
  }
}
@media print {
  .u-pt-pc-95 {
    padding-top: 9.5rem;
  }
  .u-pb-pc-95 {
    padding-bottom: 9.5rem;
  }
  .u-pr-pc-95 {
    padding-right: 9.5rem;
  }
  .u-pl-pc-95 {
    padding-left: 9.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-100 {
    padding-top: 10rem;
  }
  .u-pb-pc-100 {
    padding-bottom: 10rem;
  }
  .u-pr-pc-100 {
    padding-right: 10rem;
  }
  .u-pl-pc-100 {
    padding-left: 10rem;
  }
}
@media print {
  .u-pt-pc-100 {
    padding-top: 10rem;
  }
  .u-pb-pc-100 {
    padding-bottom: 10rem;
  }
  .u-pr-pc-100 {
    padding-right: 10rem;
  }
  .u-pl-pc-100 {
    padding-left: 10rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-105 {
    padding-top: 10.5rem;
  }
  .u-pb-pc-105 {
    padding-bottom: 10.5rem;
  }
  .u-pr-pc-105 {
    padding-right: 10.5rem;
  }
  .u-pl-pc-105 {
    padding-left: 10.5rem;
  }
}
@media print {
  .u-pt-pc-105 {
    padding-top: 10.5rem;
  }
  .u-pb-pc-105 {
    padding-bottom: 10.5rem;
  }
  .u-pr-pc-105 {
    padding-right: 10.5rem;
  }
  .u-pl-pc-105 {
    padding-left: 10.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-110 {
    padding-top: 11rem;
  }
  .u-pb-pc-110 {
    padding-bottom: 11rem;
  }
  .u-pr-pc-110 {
    padding-right: 11rem;
  }
  .u-pl-pc-110 {
    padding-left: 11rem;
  }
}
@media print {
  .u-pt-pc-110 {
    padding-top: 11rem;
  }
  .u-pb-pc-110 {
    padding-bottom: 11rem;
  }
  .u-pr-pc-110 {
    padding-right: 11rem;
  }
  .u-pl-pc-110 {
    padding-left: 11rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-115 {
    padding-top: 11.5rem;
  }
  .u-pb-pc-115 {
    padding-bottom: 11.5rem;
  }
  .u-pr-pc-115 {
    padding-right: 11.5rem;
  }
  .u-pl-pc-115 {
    padding-left: 11.5rem;
  }
}
@media print {
  .u-pt-pc-115 {
    padding-top: 11.5rem;
  }
  .u-pb-pc-115 {
    padding-bottom: 11.5rem;
  }
  .u-pr-pc-115 {
    padding-right: 11.5rem;
  }
  .u-pl-pc-115 {
    padding-left: 11.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-120 {
    padding-top: 12rem;
  }
  .u-pb-pc-120 {
    padding-bottom: 12rem;
  }
  .u-pr-pc-120 {
    padding-right: 12rem;
  }
  .u-pl-pc-120 {
    padding-left: 12rem;
  }
}
@media print {
  .u-pt-pc-120 {
    padding-top: 12rem;
  }
  .u-pb-pc-120 {
    padding-bottom: 12rem;
  }
  .u-pr-pc-120 {
    padding-right: 12rem;
  }
  .u-pl-pc-120 {
    padding-left: 12rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-125 {
    padding-top: 12.5rem;
  }
  .u-pb-pc-125 {
    padding-bottom: 12.5rem;
  }
  .u-pr-pc-125 {
    padding-right: 12.5rem;
  }
  .u-pl-pc-125 {
    padding-left: 12.5rem;
  }
}
@media print {
  .u-pt-pc-125 {
    padding-top: 12.5rem;
  }
  .u-pb-pc-125 {
    padding-bottom: 12.5rem;
  }
  .u-pr-pc-125 {
    padding-right: 12.5rem;
  }
  .u-pl-pc-125 {
    padding-left: 12.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-130 {
    padding-top: 13rem;
  }
  .u-pb-pc-130 {
    padding-bottom: 13rem;
  }
  .u-pr-pc-130 {
    padding-right: 13rem;
  }
  .u-pl-pc-130 {
    padding-left: 13rem;
  }
}
@media print {
  .u-pt-pc-130 {
    padding-top: 13rem;
  }
  .u-pb-pc-130 {
    padding-bottom: 13rem;
  }
  .u-pr-pc-130 {
    padding-right: 13rem;
  }
  .u-pl-pc-130 {
    padding-left: 13rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-135 {
    padding-top: 13.5rem;
  }
  .u-pb-pc-135 {
    padding-bottom: 13.5rem;
  }
  .u-pr-pc-135 {
    padding-right: 13.5rem;
  }
  .u-pl-pc-135 {
    padding-left: 13.5rem;
  }
}
@media print {
  .u-pt-pc-135 {
    padding-top: 13.5rem;
  }
  .u-pb-pc-135 {
    padding-bottom: 13.5rem;
  }
  .u-pr-pc-135 {
    padding-right: 13.5rem;
  }
  .u-pl-pc-135 {
    padding-left: 13.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-140 {
    padding-top: 14rem;
  }
  .u-pb-pc-140 {
    padding-bottom: 14rem;
  }
  .u-pr-pc-140 {
    padding-right: 14rem;
  }
  .u-pl-pc-140 {
    padding-left: 14rem;
  }
}
@media print {
  .u-pt-pc-140 {
    padding-top: 14rem;
  }
  .u-pb-pc-140 {
    padding-bottom: 14rem;
  }
  .u-pr-pc-140 {
    padding-right: 14rem;
  }
  .u-pl-pc-140 {
    padding-left: 14rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-145 {
    padding-top: 14.5rem;
  }
  .u-pb-pc-145 {
    padding-bottom: 14.5rem;
  }
  .u-pr-pc-145 {
    padding-right: 14.5rem;
  }
  .u-pl-pc-145 {
    padding-left: 14.5rem;
  }
}
@media print {
  .u-pt-pc-145 {
    padding-top: 14.5rem;
  }
  .u-pb-pc-145 {
    padding-bottom: 14.5rem;
  }
  .u-pr-pc-145 {
    padding-right: 14.5rem;
  }
  .u-pl-pc-145 {
    padding-left: 14.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-150 {
    padding-top: 15rem;
  }
  .u-pb-pc-150 {
    padding-bottom: 15rem;
  }
  .u-pr-pc-150 {
    padding-right: 15rem;
  }
  .u-pl-pc-150 {
    padding-left: 15rem;
  }
}
@media print {
  .u-pt-pc-150 {
    padding-top: 15rem;
  }
  .u-pb-pc-150 {
    padding-bottom: 15rem;
  }
  .u-pr-pc-150 {
    padding-right: 15rem;
  }
  .u-pl-pc-150 {
    padding-left: 15rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-155 {
    padding-top: 15.5rem;
  }
  .u-pb-pc-155 {
    padding-bottom: 15.5rem;
  }
  .u-pr-pc-155 {
    padding-right: 15.5rem;
  }
  .u-pl-pc-155 {
    padding-left: 15.5rem;
  }
}
@media print {
  .u-pt-pc-155 {
    padding-top: 15.5rem;
  }
  .u-pb-pc-155 {
    padding-bottom: 15.5rem;
  }
  .u-pr-pc-155 {
    padding-right: 15.5rem;
  }
  .u-pl-pc-155 {
    padding-left: 15.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-160 {
    padding-top: 16rem;
  }
  .u-pb-pc-160 {
    padding-bottom: 16rem;
  }
  .u-pr-pc-160 {
    padding-right: 16rem;
  }
  .u-pl-pc-160 {
    padding-left: 16rem;
  }
}
@media print {
  .u-pt-pc-160 {
    padding-top: 16rem;
  }
  .u-pb-pc-160 {
    padding-bottom: 16rem;
  }
  .u-pr-pc-160 {
    padding-right: 16rem;
  }
  .u-pl-pc-160 {
    padding-left: 16rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-165 {
    padding-top: 16.5rem;
  }
  .u-pb-pc-165 {
    padding-bottom: 16.5rem;
  }
  .u-pr-pc-165 {
    padding-right: 16.5rem;
  }
  .u-pl-pc-165 {
    padding-left: 16.5rem;
  }
}
@media print {
  .u-pt-pc-165 {
    padding-top: 16.5rem;
  }
  .u-pb-pc-165 {
    padding-bottom: 16.5rem;
  }
  .u-pr-pc-165 {
    padding-right: 16.5rem;
  }
  .u-pl-pc-165 {
    padding-left: 16.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-170 {
    padding-top: 17rem;
  }
  .u-pb-pc-170 {
    padding-bottom: 17rem;
  }
  .u-pr-pc-170 {
    padding-right: 17rem;
  }
  .u-pl-pc-170 {
    padding-left: 17rem;
  }
}
@media print {
  .u-pt-pc-170 {
    padding-top: 17rem;
  }
  .u-pb-pc-170 {
    padding-bottom: 17rem;
  }
  .u-pr-pc-170 {
    padding-right: 17rem;
  }
  .u-pl-pc-170 {
    padding-left: 17rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-175 {
    padding-top: 17.5rem;
  }
  .u-pb-pc-175 {
    padding-bottom: 17.5rem;
  }
  .u-pr-pc-175 {
    padding-right: 17.5rem;
  }
  .u-pl-pc-175 {
    padding-left: 17.5rem;
  }
}
@media print {
  .u-pt-pc-175 {
    padding-top: 17.5rem;
  }
  .u-pb-pc-175 {
    padding-bottom: 17.5rem;
  }
  .u-pr-pc-175 {
    padding-right: 17.5rem;
  }
  .u-pl-pc-175 {
    padding-left: 17.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-180 {
    padding-top: 18rem;
  }
  .u-pb-pc-180 {
    padding-bottom: 18rem;
  }
  .u-pr-pc-180 {
    padding-right: 18rem;
  }
  .u-pl-pc-180 {
    padding-left: 18rem;
  }
}
@media print {
  .u-pt-pc-180 {
    padding-top: 18rem;
  }
  .u-pb-pc-180 {
    padding-bottom: 18rem;
  }
  .u-pr-pc-180 {
    padding-right: 18rem;
  }
  .u-pl-pc-180 {
    padding-left: 18rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-185 {
    padding-top: 18.5rem;
  }
  .u-pb-pc-185 {
    padding-bottom: 18.5rem;
  }
  .u-pr-pc-185 {
    padding-right: 18.5rem;
  }
  .u-pl-pc-185 {
    padding-left: 18.5rem;
  }
}
@media print {
  .u-pt-pc-185 {
    padding-top: 18.5rem;
  }
  .u-pb-pc-185 {
    padding-bottom: 18.5rem;
  }
  .u-pr-pc-185 {
    padding-right: 18.5rem;
  }
  .u-pl-pc-185 {
    padding-left: 18.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-190 {
    padding-top: 19rem;
  }
  .u-pb-pc-190 {
    padding-bottom: 19rem;
  }
  .u-pr-pc-190 {
    padding-right: 19rem;
  }
  .u-pl-pc-190 {
    padding-left: 19rem;
  }
}
@media print {
  .u-pt-pc-190 {
    padding-top: 19rem;
  }
  .u-pb-pc-190 {
    padding-bottom: 19rem;
  }
  .u-pr-pc-190 {
    padding-right: 19rem;
  }
  .u-pl-pc-190 {
    padding-left: 19rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-195 {
    padding-top: 19.5rem;
  }
  .u-pb-pc-195 {
    padding-bottom: 19.5rem;
  }
  .u-pr-pc-195 {
    padding-right: 19.5rem;
  }
  .u-pl-pc-195 {
    padding-left: 19.5rem;
  }
}
@media print {
  .u-pt-pc-195 {
    padding-top: 19.5rem;
  }
  .u-pb-pc-195 {
    padding-bottom: 19.5rem;
  }
  .u-pr-pc-195 {
    padding-right: 19.5rem;
  }
  .u-pl-pc-195 {
    padding-left: 19.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-200 {
    padding-top: 20rem;
  }
  .u-pb-pc-200 {
    padding-bottom: 20rem;
  }
  .u-pr-pc-200 {
    padding-right: 20rem;
  }
  .u-pl-pc-200 {
    padding-left: 20rem;
  }
}
@media print {
  .u-pt-pc-200 {
    padding-top: 20rem;
  }
  .u-pb-pc-200 {
    padding-bottom: 20rem;
  }
  .u-pr-pc-200 {
    padding-right: 20rem;
  }
  .u-pl-pc-200 {
    padding-left: 20rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-0 {
    padding-top: 0rem;
  }
  .u-pb-tb-0 {
    padding-bottom: 0rem;
  }
  .u-pr-tb-0 {
    padding-right: 0rem;
  }
  .u-pl-tb-0 {
    padding-left: 0rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-5 {
    padding-top: 0.5rem;
  }
  .u-pb-tb-5 {
    padding-bottom: 0.5rem;
  }
  .u-pr-tb-5 {
    padding-right: 0.5rem;
  }
  .u-pl-tb-5 {
    padding-left: 0.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-10 {
    padding-top: 1rem;
  }
  .u-pb-tb-10 {
    padding-bottom: 1rem;
  }
  .u-pr-tb-10 {
    padding-right: 1rem;
  }
  .u-pl-tb-10 {
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-15 {
    padding-top: 1.5rem;
  }
  .u-pb-tb-15 {
    padding-bottom: 1.5rem;
  }
  .u-pr-tb-15 {
    padding-right: 1.5rem;
  }
  .u-pl-tb-15 {
    padding-left: 1.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-20 {
    padding-top: 2rem;
  }
  .u-pb-tb-20 {
    padding-bottom: 2rem;
  }
  .u-pr-tb-20 {
    padding-right: 2rem;
  }
  .u-pl-tb-20 {
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-25 {
    padding-top: 2.5rem;
  }
  .u-pb-tb-25 {
    padding-bottom: 2.5rem;
  }
  .u-pr-tb-25 {
    padding-right: 2.5rem;
  }
  .u-pl-tb-25 {
    padding-left: 2.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-30 {
    padding-top: 3rem;
  }
  .u-pb-tb-30 {
    padding-bottom: 3rem;
  }
  .u-pr-tb-30 {
    padding-right: 3rem;
  }
  .u-pl-tb-30 {
    padding-left: 3rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-35 {
    padding-top: 3.5rem;
  }
  .u-pb-tb-35 {
    padding-bottom: 3.5rem;
  }
  .u-pr-tb-35 {
    padding-right: 3.5rem;
  }
  .u-pl-tb-35 {
    padding-left: 3.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-40 {
    padding-top: 4rem;
  }
  .u-pb-tb-40 {
    padding-bottom: 4rem;
  }
  .u-pr-tb-40 {
    padding-right: 4rem;
  }
  .u-pl-tb-40 {
    padding-left: 4rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-45 {
    padding-top: 4.5rem;
  }
  .u-pb-tb-45 {
    padding-bottom: 4.5rem;
  }
  .u-pr-tb-45 {
    padding-right: 4.5rem;
  }
  .u-pl-tb-45 {
    padding-left: 4.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-50 {
    padding-top: 5rem;
  }
  .u-pb-tb-50 {
    padding-bottom: 5rem;
  }
  .u-pr-tb-50 {
    padding-right: 5rem;
  }
  .u-pl-tb-50 {
    padding-left: 5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-55 {
    padding-top: 5.5rem;
  }
  .u-pb-tb-55 {
    padding-bottom: 5.5rem;
  }
  .u-pr-tb-55 {
    padding-right: 5.5rem;
  }
  .u-pl-tb-55 {
    padding-left: 5.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-60 {
    padding-top: 6rem;
  }
  .u-pb-tb-60 {
    padding-bottom: 6rem;
  }
  .u-pr-tb-60 {
    padding-right: 6rem;
  }
  .u-pl-tb-60 {
    padding-left: 6rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-65 {
    padding-top: 6.5rem;
  }
  .u-pb-tb-65 {
    padding-bottom: 6.5rem;
  }
  .u-pr-tb-65 {
    padding-right: 6.5rem;
  }
  .u-pl-tb-65 {
    padding-left: 6.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-70 {
    padding-top: 7rem;
  }
  .u-pb-tb-70 {
    padding-bottom: 7rem;
  }
  .u-pr-tb-70 {
    padding-right: 7rem;
  }
  .u-pl-tb-70 {
    padding-left: 7rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-75 {
    padding-top: 7.5rem;
  }
  .u-pb-tb-75 {
    padding-bottom: 7.5rem;
  }
  .u-pr-tb-75 {
    padding-right: 7.5rem;
  }
  .u-pl-tb-75 {
    padding-left: 7.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-80 {
    padding-top: 8rem;
  }
  .u-pb-tb-80 {
    padding-bottom: 8rem;
  }
  .u-pr-tb-80 {
    padding-right: 8rem;
  }
  .u-pl-tb-80 {
    padding-left: 8rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-85 {
    padding-top: 8.5rem;
  }
  .u-pb-tb-85 {
    padding-bottom: 8.5rem;
  }
  .u-pr-tb-85 {
    padding-right: 8.5rem;
  }
  .u-pl-tb-85 {
    padding-left: 8.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-90 {
    padding-top: 9rem;
  }
  .u-pb-tb-90 {
    padding-bottom: 9rem;
  }
  .u-pr-tb-90 {
    padding-right: 9rem;
  }
  .u-pl-tb-90 {
    padding-left: 9rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-95 {
    padding-top: 9.5rem;
  }
  .u-pb-tb-95 {
    padding-bottom: 9.5rem;
  }
  .u-pr-tb-95 {
    padding-right: 9.5rem;
  }
  .u-pl-tb-95 {
    padding-left: 9.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-100 {
    padding-top: 10rem;
  }
  .u-pb-tb-100 {
    padding-bottom: 10rem;
  }
  .u-pr-tb-100 {
    padding-right: 10rem;
  }
  .u-pl-tb-100 {
    padding-left: 10rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-105 {
    padding-top: 10.5rem;
  }
  .u-pb-tb-105 {
    padding-bottom: 10.5rem;
  }
  .u-pr-tb-105 {
    padding-right: 10.5rem;
  }
  .u-pl-tb-105 {
    padding-left: 10.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-110 {
    padding-top: 11rem;
  }
  .u-pb-tb-110 {
    padding-bottom: 11rem;
  }
  .u-pr-tb-110 {
    padding-right: 11rem;
  }
  .u-pl-tb-110 {
    padding-left: 11rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-115 {
    padding-top: 11.5rem;
  }
  .u-pb-tb-115 {
    padding-bottom: 11.5rem;
  }
  .u-pr-tb-115 {
    padding-right: 11.5rem;
  }
  .u-pl-tb-115 {
    padding-left: 11.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-120 {
    padding-top: 12rem;
  }
  .u-pb-tb-120 {
    padding-bottom: 12rem;
  }
  .u-pr-tb-120 {
    padding-right: 12rem;
  }
  .u-pl-tb-120 {
    padding-left: 12rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-125 {
    padding-top: 12.5rem;
  }
  .u-pb-tb-125 {
    padding-bottom: 12.5rem;
  }
  .u-pr-tb-125 {
    padding-right: 12.5rem;
  }
  .u-pl-tb-125 {
    padding-left: 12.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-130 {
    padding-top: 13rem;
  }
  .u-pb-tb-130 {
    padding-bottom: 13rem;
  }
  .u-pr-tb-130 {
    padding-right: 13rem;
  }
  .u-pl-tb-130 {
    padding-left: 13rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-135 {
    padding-top: 13.5rem;
  }
  .u-pb-tb-135 {
    padding-bottom: 13.5rem;
  }
  .u-pr-tb-135 {
    padding-right: 13.5rem;
  }
  .u-pl-tb-135 {
    padding-left: 13.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-140 {
    padding-top: 14rem;
  }
  .u-pb-tb-140 {
    padding-bottom: 14rem;
  }
  .u-pr-tb-140 {
    padding-right: 14rem;
  }
  .u-pl-tb-140 {
    padding-left: 14rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-145 {
    padding-top: 14.5rem;
  }
  .u-pb-tb-145 {
    padding-bottom: 14.5rem;
  }
  .u-pr-tb-145 {
    padding-right: 14.5rem;
  }
  .u-pl-tb-145 {
    padding-left: 14.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-150 {
    padding-top: 15rem;
  }
  .u-pb-tb-150 {
    padding-bottom: 15rem;
  }
  .u-pr-tb-150 {
    padding-right: 15rem;
  }
  .u-pl-tb-150 {
    padding-left: 15rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-155 {
    padding-top: 15.5rem;
  }
  .u-pb-tb-155 {
    padding-bottom: 15.5rem;
  }
  .u-pr-tb-155 {
    padding-right: 15.5rem;
  }
  .u-pl-tb-155 {
    padding-left: 15.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-160 {
    padding-top: 16rem;
  }
  .u-pb-tb-160 {
    padding-bottom: 16rem;
  }
  .u-pr-tb-160 {
    padding-right: 16rem;
  }
  .u-pl-tb-160 {
    padding-left: 16rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-165 {
    padding-top: 16.5rem;
  }
  .u-pb-tb-165 {
    padding-bottom: 16.5rem;
  }
  .u-pr-tb-165 {
    padding-right: 16.5rem;
  }
  .u-pl-tb-165 {
    padding-left: 16.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-170 {
    padding-top: 17rem;
  }
  .u-pb-tb-170 {
    padding-bottom: 17rem;
  }
  .u-pr-tb-170 {
    padding-right: 17rem;
  }
  .u-pl-tb-170 {
    padding-left: 17rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-175 {
    padding-top: 17.5rem;
  }
  .u-pb-tb-175 {
    padding-bottom: 17.5rem;
  }
  .u-pr-tb-175 {
    padding-right: 17.5rem;
  }
  .u-pl-tb-175 {
    padding-left: 17.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-180 {
    padding-top: 18rem;
  }
  .u-pb-tb-180 {
    padding-bottom: 18rem;
  }
  .u-pr-tb-180 {
    padding-right: 18rem;
  }
  .u-pl-tb-180 {
    padding-left: 18rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-185 {
    padding-top: 18.5rem;
  }
  .u-pb-tb-185 {
    padding-bottom: 18.5rem;
  }
  .u-pr-tb-185 {
    padding-right: 18.5rem;
  }
  .u-pl-tb-185 {
    padding-left: 18.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-190 {
    padding-top: 19rem;
  }
  .u-pb-tb-190 {
    padding-bottom: 19rem;
  }
  .u-pr-tb-190 {
    padding-right: 19rem;
  }
  .u-pl-tb-190 {
    padding-left: 19rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-195 {
    padding-top: 19.5rem;
  }
  .u-pb-tb-195 {
    padding-bottom: 19.5rem;
  }
  .u-pr-tb-195 {
    padding-right: 19.5rem;
  }
  .u-pl-tb-195 {
    padding-left: 19.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-pt-tb-200 {
    padding-top: 20rem;
  }
  .u-pb-tb-200 {
    padding-bottom: 20rem;
  }
  .u-pr-tb-200 {
    padding-right: 20rem;
  }
  .u-pl-tb-200 {
    padding-left: 20rem;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-0 {
    padding-top: 0vw;
  }
  .u-pb-sp-0 {
    padding-bottom: 0vw;
  }
  .u-pr-sp-0 {
    padding-right: 0vw;
  }
  .u-pl-sp-0 {
    padding-left: 0vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-5 {
    padding-top: 1.3333333333vw;
  }
  .u-pb-sp-5 {
    padding-bottom: 1.3333333333vw;
  }
  .u-pr-sp-5 {
    padding-right: 1.3333333333vw;
  }
  .u-pl-sp-5 {
    padding-left: 1.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-10 {
    padding-top: 2.6666666667vw;
  }
  .u-pb-sp-10 {
    padding-bottom: 2.6666666667vw;
  }
  .u-pr-sp-10 {
    padding-right: 2.6666666667vw;
  }
  .u-pl-sp-10 {
    padding-left: 2.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-15 {
    padding-top: 4vw;
  }
  .u-pb-sp-15 {
    padding-bottom: 4vw;
  }
  .u-pr-sp-15 {
    padding-right: 4vw;
  }
  .u-pl-sp-15 {
    padding-left: 4vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-20 {
    padding-top: 5.3333333333vw;
  }
  .u-pb-sp-20 {
    padding-bottom: 5.3333333333vw;
  }
  .u-pr-sp-20 {
    padding-right: 5.3333333333vw;
  }
  .u-pl-sp-20 {
    padding-left: 5.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-25 {
    padding-top: 6.6666666667vw;
  }
  .u-pb-sp-25 {
    padding-bottom: 6.6666666667vw;
  }
  .u-pr-sp-25 {
    padding-right: 6.6666666667vw;
  }
  .u-pl-sp-25 {
    padding-left: 6.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-30 {
    padding-top: 8vw;
  }
  .u-pb-sp-30 {
    padding-bottom: 8vw;
  }
  .u-pr-sp-30 {
    padding-right: 8vw;
  }
  .u-pl-sp-30 {
    padding-left: 8vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-35 {
    padding-top: 9.3333333333vw;
  }
  .u-pb-sp-35 {
    padding-bottom: 9.3333333333vw;
  }
  .u-pr-sp-35 {
    padding-right: 9.3333333333vw;
  }
  .u-pl-sp-35 {
    padding-left: 9.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-40 {
    padding-top: 10.6666666667vw;
  }
  .u-pb-sp-40 {
    padding-bottom: 10.6666666667vw;
  }
  .u-pr-sp-40 {
    padding-right: 10.6666666667vw;
  }
  .u-pl-sp-40 {
    padding-left: 10.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-45 {
    padding-top: 12vw;
  }
  .u-pb-sp-45 {
    padding-bottom: 12vw;
  }
  .u-pr-sp-45 {
    padding-right: 12vw;
  }
  .u-pl-sp-45 {
    padding-left: 12vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-50 {
    padding-top: 13.3333333333vw;
  }
  .u-pb-sp-50 {
    padding-bottom: 13.3333333333vw;
  }
  .u-pr-sp-50 {
    padding-right: 13.3333333333vw;
  }
  .u-pl-sp-50 {
    padding-left: 13.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-55 {
    padding-top: 14.6666666667vw;
  }
  .u-pb-sp-55 {
    padding-bottom: 14.6666666667vw;
  }
  .u-pr-sp-55 {
    padding-right: 14.6666666667vw;
  }
  .u-pl-sp-55 {
    padding-left: 14.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-60 {
    padding-top: 16vw;
  }
  .u-pb-sp-60 {
    padding-bottom: 16vw;
  }
  .u-pr-sp-60 {
    padding-right: 16vw;
  }
  .u-pl-sp-60 {
    padding-left: 16vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-65 {
    padding-top: 17.3333333333vw;
  }
  .u-pb-sp-65 {
    padding-bottom: 17.3333333333vw;
  }
  .u-pr-sp-65 {
    padding-right: 17.3333333333vw;
  }
  .u-pl-sp-65 {
    padding-left: 17.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-70 {
    padding-top: 18.6666666667vw;
  }
  .u-pb-sp-70 {
    padding-bottom: 18.6666666667vw;
  }
  .u-pr-sp-70 {
    padding-right: 18.6666666667vw;
  }
  .u-pl-sp-70 {
    padding-left: 18.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-75 {
    padding-top: 20vw;
  }
  .u-pb-sp-75 {
    padding-bottom: 20vw;
  }
  .u-pr-sp-75 {
    padding-right: 20vw;
  }
  .u-pl-sp-75 {
    padding-left: 20vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-80 {
    padding-top: 21.3333333333vw;
  }
  .u-pb-sp-80 {
    padding-bottom: 21.3333333333vw;
  }
  .u-pr-sp-80 {
    padding-right: 21.3333333333vw;
  }
  .u-pl-sp-80 {
    padding-left: 21.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-85 {
    padding-top: 22.6666666667vw;
  }
  .u-pb-sp-85 {
    padding-bottom: 22.6666666667vw;
  }
  .u-pr-sp-85 {
    padding-right: 22.6666666667vw;
  }
  .u-pl-sp-85 {
    padding-left: 22.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-90 {
    padding-top: 24vw;
  }
  .u-pb-sp-90 {
    padding-bottom: 24vw;
  }
  .u-pr-sp-90 {
    padding-right: 24vw;
  }
  .u-pl-sp-90 {
    padding-left: 24vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-95 {
    padding-top: 25.3333333333vw;
  }
  .u-pb-sp-95 {
    padding-bottom: 25.3333333333vw;
  }
  .u-pr-sp-95 {
    padding-right: 25.3333333333vw;
  }
  .u-pl-sp-95 {
    padding-left: 25.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-100 {
    padding-top: 26.6666666667vw;
  }
  .u-pb-sp-100 {
    padding-bottom: 26.6666666667vw;
  }
  .u-pr-sp-100 {
    padding-right: 26.6666666667vw;
  }
  .u-pl-sp-100 {
    padding-left: 26.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-105 {
    padding-top: 28vw;
  }
  .u-pb-sp-105 {
    padding-bottom: 28vw;
  }
  .u-pr-sp-105 {
    padding-right: 28vw;
  }
  .u-pl-sp-105 {
    padding-left: 28vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-110 {
    padding-top: 29.3333333333vw;
  }
  .u-pb-sp-110 {
    padding-bottom: 29.3333333333vw;
  }
  .u-pr-sp-110 {
    padding-right: 29.3333333333vw;
  }
  .u-pl-sp-110 {
    padding-left: 29.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-115 {
    padding-top: 30.6666666667vw;
  }
  .u-pb-sp-115 {
    padding-bottom: 30.6666666667vw;
  }
  .u-pr-sp-115 {
    padding-right: 30.6666666667vw;
  }
  .u-pl-sp-115 {
    padding-left: 30.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-120 {
    padding-top: 32vw;
  }
  .u-pb-sp-120 {
    padding-bottom: 32vw;
  }
  .u-pr-sp-120 {
    padding-right: 32vw;
  }
  .u-pl-sp-120 {
    padding-left: 32vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-125 {
    padding-top: 33.3333333333vw;
  }
  .u-pb-sp-125 {
    padding-bottom: 33.3333333333vw;
  }
  .u-pr-sp-125 {
    padding-right: 33.3333333333vw;
  }
  .u-pl-sp-125 {
    padding-left: 33.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-130 {
    padding-top: 34.6666666667vw;
  }
  .u-pb-sp-130 {
    padding-bottom: 34.6666666667vw;
  }
  .u-pr-sp-130 {
    padding-right: 34.6666666667vw;
  }
  .u-pl-sp-130 {
    padding-left: 34.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-135 {
    padding-top: 36vw;
  }
  .u-pb-sp-135 {
    padding-bottom: 36vw;
  }
  .u-pr-sp-135 {
    padding-right: 36vw;
  }
  .u-pl-sp-135 {
    padding-left: 36vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-140 {
    padding-top: 37.3333333333vw;
  }
  .u-pb-sp-140 {
    padding-bottom: 37.3333333333vw;
  }
  .u-pr-sp-140 {
    padding-right: 37.3333333333vw;
  }
  .u-pl-sp-140 {
    padding-left: 37.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-145 {
    padding-top: 38.6666666667vw;
  }
  .u-pb-sp-145 {
    padding-bottom: 38.6666666667vw;
  }
  .u-pr-sp-145 {
    padding-right: 38.6666666667vw;
  }
  .u-pl-sp-145 {
    padding-left: 38.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-150 {
    padding-top: 40vw;
  }
  .u-pb-sp-150 {
    padding-bottom: 40vw;
  }
  .u-pr-sp-150 {
    padding-right: 40vw;
  }
  .u-pl-sp-150 {
    padding-left: 40vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-155 {
    padding-top: 41.3333333333vw;
  }
  .u-pb-sp-155 {
    padding-bottom: 41.3333333333vw;
  }
  .u-pr-sp-155 {
    padding-right: 41.3333333333vw;
  }
  .u-pl-sp-155 {
    padding-left: 41.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-160 {
    padding-top: 42.6666666667vw;
  }
  .u-pb-sp-160 {
    padding-bottom: 42.6666666667vw;
  }
  .u-pr-sp-160 {
    padding-right: 42.6666666667vw;
  }
  .u-pl-sp-160 {
    padding-left: 42.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-165 {
    padding-top: 44vw;
  }
  .u-pb-sp-165 {
    padding-bottom: 44vw;
  }
  .u-pr-sp-165 {
    padding-right: 44vw;
  }
  .u-pl-sp-165 {
    padding-left: 44vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-170 {
    padding-top: 45.3333333333vw;
  }
  .u-pb-sp-170 {
    padding-bottom: 45.3333333333vw;
  }
  .u-pr-sp-170 {
    padding-right: 45.3333333333vw;
  }
  .u-pl-sp-170 {
    padding-left: 45.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-175 {
    padding-top: 46.6666666667vw;
  }
  .u-pb-sp-175 {
    padding-bottom: 46.6666666667vw;
  }
  .u-pr-sp-175 {
    padding-right: 46.6666666667vw;
  }
  .u-pl-sp-175 {
    padding-left: 46.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-180 {
    padding-top: 48vw;
  }
  .u-pb-sp-180 {
    padding-bottom: 48vw;
  }
  .u-pr-sp-180 {
    padding-right: 48vw;
  }
  .u-pl-sp-180 {
    padding-left: 48vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-185 {
    padding-top: 49.3333333333vw;
  }
  .u-pb-sp-185 {
    padding-bottom: 49.3333333333vw;
  }
  .u-pr-sp-185 {
    padding-right: 49.3333333333vw;
  }
  .u-pl-sp-185 {
    padding-left: 49.3333333333vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-190 {
    padding-top: 50.6666666667vw;
  }
  .u-pb-sp-190 {
    padding-bottom: 50.6666666667vw;
  }
  .u-pr-sp-190 {
    padding-right: 50.6666666667vw;
  }
  .u-pl-sp-190 {
    padding-left: 50.6666666667vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-195 {
    padding-top: 52vw;
  }
  .u-pb-sp-195 {
    padding-bottom: 52vw;
  }
  .u-pr-sp-195 {
    padding-right: 52vw;
  }
  .u-pl-sp-195 {
    padding-left: 52vw;
  }
}
@media only screen and (max-width: 48em) {
  .u-pt-sp-200 {
    padding-top: 53.3333333333vw;
  }
  .u-pb-sp-200 {
    padding-bottom: 53.3333333333vw;
  }
  .u-pr-sp-200 {
    padding-right: 53.3333333333vw;
  }
  .u-pl-sp-200 {
    padding-left: 53.3333333333vw;
  }
}

.u-ta-l {
  text-align: left;
}
.u-ta-c {
  text-align: center;
}
.u-ta-r {
  text-align: right;
}
.u-ta-j {
  text-align: justify;
}

@media all and (min-width: 73.8125em) {
  .u-ta-l-pc {
    text-align: left;
  }
  .u-ta-c-pc {
    text-align: center;
  }
  .u-ta-r-pc {
    text-align: right;
  }
  .u-ta-j-pc {
    text-align: justify;
  }
}
@media print {
  .u-ta-l-pc {
    text-align: left;
  }
  .u-ta-c-pc {
    text-align: center;
  }
  .u-ta-r-pc {
    text-align: right;
  }
  .u-ta-j-pc {
    text-align: justify;
  }
}
@media only screen and (min-width: 48em) and (max-width: 73.75em) {
  .u-ta-l-tb {
    text-align: left;
  }
  .u-ta-c-tb {
    text-align: center;
  }
  .u-ta-r-tb {
    text-align: right;
  }
  .u-ta-j-tb {
    text-align: justify;
  }
}
@media only screen and (max-width: 48em) {
  .u-ta-l-sp {
    text-align: left;
  }
  .u-ta-c-sp {
    text-align: center;
  }
  .u-ta-r-sp {
    text-align: right;
  }
  .u-ta-j-sp {
    text-align: justify;
  }
}
/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */

/* 画像サイズ調整 */
.p-feature .products__list li img,
.p-product.detail .product-info-blk .product-info .col:nth-child(1) img {
  width: 100%;
}
