@charset "UTF-8";
@font-face {
  font-family: hiragino-regular;
  src: url("../fonts/Hiragino Kaku Gothic Pro W3.otf");
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 0.52083vw;
  font-size: clamp(6px, 0.52083vw, 10px);
  margin: 0;
}
@media (max-width: 640px) {
  html {
    font-size: 1.3333vw;
  }
}

body {
  font-family: "Kozuka Gothic Pr6N", "Noto Sans CJK JP", sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000000;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}
@media (max-width: 640px) {
  body {
    font-size: 1.8rem;
  }
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

@-webkit-keyframes link-lineloop {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  30% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  32% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
@keyframes link-lineloop {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  30% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  32% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
@-webkit-keyframes link-lineloop-vertical {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  30% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  32% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
@keyframes link-lineloop-vertical {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  30% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  32% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
@keyframes shake-loop {
  0% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }
  100% {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
  }
}
@keyframes shake-loop-vertical {
  0% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
  }
}
@-webkit-keyframes click_effect {
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
  99% {
    -webkit-transform: scale(0.001, 0.001);
    transform: scale(0.001, 0.001);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.001, 0.001);
    transform: scale(0.001, 0.001);
    opacity: 1;
  }
}
@keyframes click_effect {
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
  99% {
    -webkit-transform: scale(0.001, 0.001);
    transform: scale(0.001, 0.001);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.001, 0.001);
    transform: scale(0.001, 0.001);
    opacity: 1;
  }
}
.pc {
  display: flex !important;
}

.sp {
  display: none !important;
}

.tc {
  display: block !important;
}

.tb {
  display: none !important;
}

@media (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
}
@media (max-width: 640px) {
  .sp-hide {
    display: none !important;
  }
}
#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
}

/* input */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select,
textarea {
  position: relative;
  background-color: transparent;
  border: 1px solid #E7E8E8;
  background-color: #E7E8E8;
  border-radius: 1rem;
  box-sizing: border-box;
  padding: 0.9rem 1.6rem;
  width: 100%;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: left;
  color: #000000;
  outline: none !important;
}
@media (max-width: 640px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  select,
  textarea {
    padding: 1.2rem 1.6rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select {
  height: 4.8rem;
}
@media (max-width: 640px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  select {
    height: 5.6rem;
  }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border-color: #E7E8E8;
}

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/select-down.svg);
  background-position: calc(100% - 1.2rem) 50%;
  background-size: 1rem 0.8rem;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (max-width: 640px) {
  select {
    background-position: calc(100% - 1rem) 50%;
  }
}

picture,
figure,
.image_wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

picture img,
figure img,
.image_wrap img {
  width: 100%;
}

.m-text {
  position: relative;
  font-family: hiragino-regular;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: left;
  color: #000000;
}
@media (max-width: 640px) {
  .m-text {
    font-size: 1.8rem;
  }
}

.mx-text {
  position: relative;
  font-family: hiragino-regular;
  font-size: 2.4rem;
  color: #000000;
  line-height: 4rem;
  text-align: center;
}
@media (max-width: 640px) {
  .mx-text {
    font-size: 2.2rem;
  }
}

.lead-title {
  position: relative;
  font-family: "Rock Salt", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 3.3rem;
  line-height: 1;
  color: #006400;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 4rem;
}
.lead-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 23rem;
  height: 4rem;
  background-image: url(../img/top/mask_green.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.lead-title.gray {
  color: #E3FFE3;
}
.lead-title.gray::before {
  background-image: url(../img/top/mask_gray.png);
}

.intro-mask {
  background-color: #D63725;
  padding: 2.4rem;
  border-radius: 4.8rem 0.8rem 2.4rem 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: hiragino-regular;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4rem;
  text-align: center;
  writing-mode: vertical-lr;
  color: white;
  letter-spacing: 0.6rem;
}
@media (max-width: 640px) {
  .intro-mask {
    font-size: 2.4rem;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  padding: 3rem 7rem;
  transition: background 0.3s ease-in-out;
  z-index: 995;
}
@media (max-width: 640px) {
  #header {
    padding-right: 3rem;
  }
}
#header .header-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  height: 100%;
}
#header .header-wrapper .header-logo {
  position: relative;
  z-index: 999;
}
#header .header-wrapper .header-logo a {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 1.6rem;
}
#header .header-wrapper .header-logo a h1 {
  font-family: "Rock Salt", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  line-height: 1;
  color: #006400;
}
#header .header-wrapper .header-logo a h5 {
  font-family: hiragino-regular;
  font-size: 12px;
  color: #1F761C;
  line-height: 1;
}
#header .header-wrapper .header-logo a .active {
  display: none;
}
#header .header-wrapper .header-nav {
  position: relative;
}
#header .header-wrapper .header-nav .nav-menu {
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  height: 100%;
}
@media (max-width: 640px) {
  #header .header-wrapper .header-nav .nav-menu {
    display: none;
  }
}
#header .header-wrapper .header-nav .nav-menu > li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2.4rem;
}
#header .header-wrapper .header-nav .nav-menu > li:last-child {
  margin-right: 0;
}
#header .header-wrapper .header-nav .nav-menu .menu-link {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: hiragino-regular;
  color: white;
  font-size: 16px;
  letter-spacing: 0.2rem;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-radius: 2.4rem;
  background-color: #D63725;
  border: 1px solid #D63725;
}
#header .header-wrapper .header-nav .nav-menu .menu-link:hover, #header .header-wrapper .header-nav .nav-menu .menu-link.active {
  color: #D63725;
  background-color: transparent;
}
#header.header-scrolled {
  box-shadow: 1px 2px 2px #d0d0d0;
  background-color: #FFFBED;
}
#header.header-scrolled .header-wrapper .header-logo a .logo {
  display: none;
}
#header.header-scrolled .header-wrapper .header-logo a .active {
  display: block;
}
.mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  padding: 0;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 996;
  margin: 0;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 640px) {
  .mobile-nav-toggle {
    display: flex;
  }
}
.mobile-nav-toggle .toggle-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 1.5rem;
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.mobile-nav-toggle .toggle-icon span {
  display: inline-block;
  position: absolute;
  left: 1.3rem;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #272727;
  transition: all 0.4s ease-in-out;
  transform-origin: center center;
}
.mobile-nav-toggle .toggle-icon span:nth-child(1) {
  top: 33%;
  width: 4rem;
}
.mobile-nav-toggle .toggle-icon span:nth-child(2) {
  bottom: 33%;
  width: 2.8rem;
}

#mobile-nav {
  position: fixed;
  top: 0;
  z-index: 998;
  right: -100%;
  max-width: 406px;
  width: 100%;
  padding: 38px 3rem;
  height: fit-content;
  overflow-y: auto;
  background-color: rgba(232, 108, 30, 0.82);
  transition: all 0.4s ease-in-out;
  border-radius: 10rem 0 0 10rem;
}
#mobile-nav .mobile-nav-menu {
  position: relative;
  list-style: none;
}
#mobile-nav .mobile-nav-menu > li {
  position: relative;
  list-style: none;
  cursor: pointer;
  margin-bottom: 4rem;
}
#mobile-nav .mobile-nav-menu > li:last-child {
  margin-bottom: 0;
}
#mobile-nav .mobile-nav-menu > li .menu-link {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.3rem 2.6rem;
  border-radius: 4rem;
  background-color: #D63725;
  font-family: "Roboto", sans-serif;
  color: white;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.5;
}

.mobile-nav-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 700;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 640px) {
  body.mobile-nav-active {
    overflow: hidden;
  }
}

body.mobile-nav-active #mobile-nav {
  right: 0;
}

html {
  background-color: #FFFBED;
}

main#main {
  position: relative;
  overflow: hidden;
}

.mainvisual {
  position: relative;
  background-image: url(../img/top/Main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  height: calc(100vh - 10rem);
  margin-top: 10rem;
}
@media (max-width: 640px) {
  .mainvisual {
    background-position: top 10rem;
  }
}
.mainvisual .flag {
  position: absolute;
  width: 100%;
  max-width: 350px;
  bottom: 5.2rem;
  right: 5.6rem;
}
@media (max-width: 640px) {
  .mainvisual .flag {
    max-width: 240px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
.mainvisual .flag img {
  width: 100%;
}

.top-about {
  position: relative;
  padding: 14rem 0 13rem;
}
.top-about .border01 {
  position: absolute;
  top: 6rem;
  right: 0;
  width: 55%;
  height: 1.6rem;
  background-color: #FDCF36;
}
@media (max-width: 640px) {
  .top-about .border01 {
    right: unset;
    left: 0;
  }
}
.top-about .border02 {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 45%;
  height: 1.6rem;
  background-color: #006400;
}
@media (max-width: 640px) {
  .top-about .border02 {
    left: unset;
    right: 0;
  }
}
.top-about .bg-img01 {
  position: absolute;
  width: 60rem;
  top: 5.6rem;
  left: -5.6rem;
}
.top-about .bg-img01 img {
  width: 100%;
}
@media (max-width: 640px) {
  .top-about .bg-img01 {
    display: none;
  }
}
.top-about .bg-img02 {
  position: absolute;
  width: 60rem;
  bottom: 21rem;
  right: -5.6rem;
}
.top-about .bg-img02 img {
  width: 100%;
}
@media (max-width: 640px) {
  .top-about .bg-img02 {
    display: none;
  }
}
.top-about .about-layout {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: white;
  border-radius: 22.4rem 8rem;
  box-shadow: 14px 15px 5px rgba(0, 0, 0, 0.1);
  padding: 5rem 9rem;
}
.top-about .about-layout .intro-mask {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
}
@media (max-width: 640px) {
  .top-about .about-layout .intro-mask {
    left: 3rem;
  }
}
.top-about .about-layout .mx-text {
  text-align: center;
  margin: 5rem 0 3rem 0;
}
@media (max-width: 640px) {
  .top-about .about-layout .mx-text {
    text-align: left;
  }
}
.top-about .about-layout .about-detail {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .top-about .about-layout .about-detail {
    flex-direction: column;
  }
}
.top-about .about-layout .about-detail .item {
  width: 48%;
}
@media (max-width: 640px) {
  .top-about .about-layout .about-detail .item {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.top-about .about-layout .about-detail .item img {
  width: 100%;
}
.top-about .about-layout .about-detail .item .m-text {
  padding: 2rem;
}

.top-menu {
  position: relative;
  background-color: #3B3521;
  padding: 8rem 0 12rem;
}
.top-menu .lead-title {
  margin-bottom: 8rem;
}
.top-menu .intro-mask {
  position: absolute;
  top: 10rem;
  left: 8%;
  z-index: 33;
}
@media (max-width: 640px) {
  .top-menu .intro-mask {
    left: 3rem;
  }
}
.top-menu .menu-layout {
  position: relative;
  background-image: url(../img/top/bg_menu.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 16rem 0 12rem;
}
.top-menu .menu-layout .mx-text {
  text-align: center;
  color: white;
  margin-bottom: 8.5rem;
}
.top-menu .menu-layout .menu-list {
  width: 90%;
  margin: 0 auto;
  padding: 2.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}
.top-menu .menu-layout .menu-list .item {
  position: relative;
  width: 22%;
  border-radius: 3.2rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-menu .menu-layout .menu-list .item {
    width: 48%;
  }
}
.top-menu .menu-layout .menu-list .item img {
  width: 100%;
}
.top-menu .menu-layout .menu-list .item .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-family: hiragino-regular;
  font-size: 2.4rem;
  min-width: 24rem;
}
.top-menu .menu-layout .link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 8rem;
  background-color: white;
  border-radius: 8px;
  font-family: hiragino-regular;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2;
}

.top-area {
  position: relative;
  padding: 14rem 0 13rem;
}
.top-area .border01 {
  position: absolute;
  top: 6rem;
  right: 0;
  width: 55%;
  height: 1.6rem;
  background-color: #FDCF36;
}
.top-area .border02 {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 45%;
  height: 1.6rem;
  background-color: #006400;
}
.top-area .area-layout {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: white;
  border-radius: 22.4rem 8rem;
  box-shadow: 14px 15px 5px rgba(0, 0, 0, 0.1);
  padding: 5rem 9rem;
}
.top-area .area-layout .intro-mask {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
}
@media (max-width: 640px) {
  .top-area .area-layout .intro-mask {
    left: 3rem;
  }
}
.top-area .area-layout .lead-title {
  margin-bottom: 4rem;
}
.top-area .area-layout .area-list .text {
  font-family: hiragino-regular;
  font-size: 2rem;
  line-height: 1.4;
  color: black;
  font-weight: 500;
  margin-bottom: 4rem;
  border-radius: 6px;
  border-width: 1px 0px;
  border-color: #000000;
  border-style: solid;
  padding: 4px;
}
.top-area .area-layout .area-list .map {
  width: 100%;
}
.top-area .area-layout .area-list .map img {
  width: 100%;
}

.top-faq {
  position: relative;
  padding: 19rem 0 15rem;
  background-color: #3B3521;
}
.top-faq .faq-layout {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: white;
  border-radius: 8rem 22.4rem;
  box-shadow: 14px 15px 5px rgba(0, 0, 0, 0.1);
  padding: 9rem;
}
@media (max-width: 640px) {
  .top-faq .faq-layout {
    padding: 9rem 5rem;
  }
}
.top-faq .faq-layout .intro-mask {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -40%);
}
@media (max-width: 640px) {
  .top-faq .faq-layout .intro-mask {
    top: -6rem;
    left: 3rem;
  }
}
.top-faq .faq-layout .faq-list .faq-item {
  margin-bottom: 6.4rem;
}
.top-faq .faq-layout .faq-list .faq-item .question {
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: hiragino-regular;
  color: black;
  padding-left: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 6px;
}
@media (max-width: 640px) {
  .top-faq .faq-layout .faq-list .faq-item .question {
    font-size: 2rem;
  }
}
.top-faq .faq-layout .faq-list .faq-item .question span {
  color: #D63725;
}
.top-faq .faq-layout .faq-list .faq-item .question::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #D63725;
}
.top-faq .faq-layout .faq-list .faq-item .question::after {
  content: "";
  width: 20rem;
  height: 1px;
  background-color: #D63725;
  position: absolute;
  left: 0;
  bottom: 0;
}
.top-faq .faq-layout .faq-list .faq-item .answer {
  padding: 0 6.5rem;
}

.top-order {
  position: relative;
  padding: 19rem 0 10rem 0;
  background-color: #D63725;
  border-radius: 0 0 18.4rem 18.4rem;
}
.top-order .border01 {
  position: absolute;
  top: 6rem;
  right: 0;
  width: 55%;
  height: 1.6rem;
  background-color: #FDCF36;
}
.top-order .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.top-order .order-link {
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.2rem 7.2rem;
  font-family: hiragino-regular;
  font-weight: 600;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 10%;
  color: white;
}
.top-order .mx-text {
  text-align: center;
  color: white;
  margin: 7rem 0;
}
.top-order .contact-layout {
  padding-top: 10rem;
  border-top: 1px solid white;
}
.top-order .contact-layout .container {
  gap: 5.4rem;
}
.top-order .contact-layout .container .contact-info {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: white;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
}

.p-menu {
  position: relative;
  background-color: #3B3521;
  padding: 4rem 0 0;
  margin-top: 10rem;
}
.p-menu .intro-title {
  font-family: hiragino-regular;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 2;
  text-align: center;
  color: white;
  position: relative;
  margin-bottom: 4rem;
}
.p-menu .intro-title::after {
  content: "";
  width: 5.5rem;
  height: 3px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-menu .menu-layout {
  position: relative;
  background-image: url(../img/top/bg_menu.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5.5rem 0 5rem;
}
.p-menu .menu-layout .mx-text {
  text-align: center;
  color: white;
  margin-bottom: 3.5rem;
}
.p-menu .menu-layout .menu-list {
  width: 90%;
  margin: 0 auto;
  padding: 2.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-menu .menu-layout .menu-list .item {
  position: relative;
  width: 23%;
  border-radius: 3.2rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-menu .menu-layout .menu-list .item {
    width: 48%;
  }
}
.p-menu .menu-layout .menu-list .item img {
  width: 100%;
}
.p-menu .menu-layout .menu-list .item .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-family: hiragino-regular;
  font-size: 2.4rem;
  min-width: 24rem;
}
.p-menu .menu-layout .link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 8rem;
  background-color: white;
  border-radius: 8px;
  font-family: hiragino-regular;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2;
}

.p-food {
  position: relative;
  padding-top: 14rem;
}
.p-food .border {
  position: absolute;
  top: 5rem;
  left: 0;
  width: 45%;
  height: 1.6rem;
  background-color: #006400;
}
.p-food .food-layout {
  display: flex;
  flex-direction: column;
  gap: 6.5rem;
}
.p-food .food-layout .food-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: white;
  border-radius: 22.4rem 8rem;
  box-shadow: 14px 15px 5px rgba(0, 0, 0, 0.1);
  padding: 5rem 9rem;
}
@media (max-width: 640px) {
  .p-food .food-layout .food-item {
    flex-direction: column;
  }
}
.p-food .food-layout .food-item .intro-mask {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
}
@media (max-width: 640px) {
  .p-food .food-layout .food-item .intro-mask {
    left: 3rem;
  }
}
.p-food .food-layout .food-item .food-img {
  width: 46%;
  border-radius: 3.2rem;
  overflow: hidden;
}
@media (max-width: 640px) {
  .p-food .food-layout .food-item .food-img {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.p-food .food-layout .food-item .food-img img {
  width: 100%;
}
.p-food .food-layout .food-item .food-description {
  width: 46%;
}
@media (max-width: 640px) {
  .p-food .food-layout .food-item .food-description {
    width: 100%;
  }
}

footer {
  padding: 4.7rem 0;
}
footer .container {
  background-color: #3B3521;
  border-radius: 20rem;
  padding: 10.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 640px) {
  footer .container {
    gap: 5rem;
  }
}
footer .container .ttl {
  font-family: hiragino-regular;
  font-size: 3.6rem;
  font-weight: 600;
  color: white;
  text-align: center;
}
footer .container .footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.4rem;
  margin: 4.8rem 0 4rem;
}
@media (max-width: 640px) {
  footer .container .footer-nav {
    display: none;
  }
}
footer .container .footer-nav .footer-link {
  padding: 8px 16px;
  border-radius: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #D63725;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
}
footer .container .copyright {
  text-align: center;
  color: white;
  font-family: hiragino-regular;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.25rem;
}

/* margin css */
.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.1rem !important;
}

.mt-2 {
  margin-top: 0.2rem !important;
}

.mt-3 {
  margin-top: 0.3rem !important;
}

.mt-4 {
  margin-top: 0.4rem !important;
}

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

.mt-6 {
  margin-top: 0.6rem !important;
}

.mt-8 {
  margin-top: 0.8rem !important;
}

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

.mt-12 {
  margin-top: 1.2rem !important;
}

.mt-14 {
  margin-top: 1.4rem !important;
}

.mt-15 {
  margin-top: 1.5rem !important;
}

.mt-16 {
  margin-top: 1.6rem !important;
}

.mt-18 {
  margin-top: 1.8rem !important;
}

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

.mt-22 {
  margin-top: 2.2rem !important;
}

.mt-24 {
  margin-top: 2.4rem !important;
}

.mt-25 {
  margin-top: 2.5rem !important;
}

.mt-26 {
  margin-top: 2.6rem !important;
}

.mt-28 {
  margin-top: 2.8rem !important;
}

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

.mt-32 {
  margin-top: 3.2rem !important;
}

.mt-35 {
  margin-top: 3.5rem !important;
}

.mt-36 {
  margin-top: 3.6rem !important;
}

.mt-38 {
  margin-top: 3.8rem !important;
}

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

.mt-42 {
  margin-top: 4.2rem !important;
}

.mt-45 {
  margin-top: 4.5rem !important;
}

.mt-48 {
  margin-top: 4.8rem !important;
}

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

.mt-60 {
  margin-top: 6rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

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

.mb-1 {
  margin-bottom: 0.1rem !important;
}

.mb-2 {
  margin-bottom: 0.2rem !important;
}

.mb-3 {
  margin-bottom: 0.3rem !important;
}

.mb-4 {
  margin-bottom: 0.4rem !important;
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.mb-6 {
  margin-bottom: 0.6rem !important;
}

.mb-8 {
  margin-bottom: 0.8rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-12 {
  margin-bottom: 1.2rem !important;
}

.mb-14 {
  margin-bottom: 1.4rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mb-16 {
  margin-bottom: 1.6rem !important;
}

.mb-18 {
  margin-bottom: 1.8rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-22 {
  margin-bottom: 2.2rem !important;
}

.mb-24 {
  margin-bottom: 2.4rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.mb-26 {
  margin-bottom: 2.6rem !important;
}

.mb-28 {
  margin-bottom: 2.8rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-32 {
  margin-bottom: 3.2rem !important;
}

.mb-35 {
  margin-bottom: 3.5rem !important;
}

.mb-36 {
  margin-bottom: 3.6rem !important;
}

.mb-38 {
  margin-bottom: 3.8rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-42 {
  margin-bottom: 4.2rem !important;
}

.mb-45 {
  margin-bottom: 4.5rem !important;
}

.mb-48 {
  margin-bottom: 4.8rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.1rem !important;
}

.ml-2 {
  margin-left: 0.2rem !important;
}

.ml-3 {
  margin-left: 0.3rem !important;
}

.ml-4 {
  margin-left: 0.4rem !important;
}

.ml-5 {
  margin-left: 0.5rem !important;
}

.ml-6 {
  margin-left: 0.6rem !important;
}

.ml-8 {
  margin-left: 0.8rem !important;
}

.ml-10 {
  margin-left: 1rem !important;
}

.ml-12 {
  margin-left: 1.2rem !important;
}

.ml-14 {
  margin-left: 1.4rem !important;
}

.ml-15 {
  margin-left: 1.5rem !important;
}

.ml-16 {
  margin-left: 1.6rem !important;
}

.ml-18 {
  margin-left: 1.8rem !important;
}

.ml-20 {
  margin-left: 2rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.1rem !important;
}

.mr-2 {
  margin-right: 0.2rem !important;
}

.mr-3 {
  margin-right: 0.3rem !important;
}

.mr-4 {
  margin-right: 0.4rem !important;
}

.mr-5 {
  margin-right: 0.5rem !important;
}

.mr-6 {
  margin-right: 0.6rem !important;
}

.mr-8 {
  margin-right: 0.8rem !important;
}

.mr-10 {
  margin-right: 1rem !important;
}

.mr-12 {
  margin-right: 1.2rem !important;
}

.mr-14 {
  margin-right: 1.4rem !important;
}

.mr-15 {
  margin-right: 1.5rem !important;
}

.mr-16 {
  margin-right: 1.6rem !important;
}

.mr-18 {
  margin-right: 1.8rem !important;
}

.mr-20 {
  margin-right: 2rem !important;
}

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

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

.mx-1 {
  margin-left: 0.1rem !important;
  margin-right: 0.1rem !important;
}

.mx-2 {
  margin-left: 0.2rem !important;
  margin-right: 0.2rem !important;
}

.mx-3 {
  margin-left: 0.3rem !important;
  margin-right: 0.3rem !important;
}

.mx-4 {
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}

.mx-5 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-6 {
  margin-left: 0.6rem !important;
  margin-right: 0.6rem !important;
}

.mx-8 {
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}

.mx-10 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

/* padding css */
.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.1rem !important;
}

.pt-2 {
  padding-top: 0.2rem !important;
}

.pt-3 {
  padding-top: 0.3rem !important;
}

.pt-4 {
  padding-top: 0.4rem !important;
}

.pt-5 {
  padding-top: 0.5rem !important;
}

.pt-6 {
  padding-top: 0.6rem !important;
}

.pt-8 {
  padding-top: 0.8rem !important;
}

.pt-10 {
  padding-top: 1rem !important;
}

.pt-12 {
  padding-top: 1.2rem !important;
}

.pt-14 {
  padding-top: 1.4rem !important;
}

.pt-15 {
  padding-top: 1.5rem !important;
}

.pt-16 {
  padding-top: 1.6rem !important;
}

.pt-18 {
  padding-top: 1.8rem !important;
}

.pt-20 {
  padding-top: 2rem !important;
}

.pt-22 {
  padding-top: 2.2rem !important;
}

.pt-24 {
  padding-top: 2.4rem !important;
}

.pt-25 {
  padding-top: 2.5rem !important;
}

.pt-26 {
  padding-top: 2.6rem !important;
}

.pt-28 {
  padding-top: 2.8rem !important;
}

.pt-30 {
  padding-top: 3rem !important;
}

.pt-32 {
  padding-top: 3.2rem !important;
}

.pt-35 {
  padding-top: 3.5rem !important;
}

.pt-36 {
  padding-top: 3.6rem !important;
}

.pt-38 {
  padding-top: 3.8rem !important;
}

.pt-40 {
  padding-top: 4rem !important;
}

.pt-42 {
  padding-top: 4.2rem !important;
}

.pt-45 {
  padding-top: 4.5rem !important;
}

.pt-48 {
  padding-top: 4.8rem !important;
}

.pt-50 {
  padding-top: 5rem !important;
}

.pt-60 {
  padding-top: 6rem !important;
}

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

.pb-1 {
  padding-bottom: 0.1rem !important;
}

.pb-2 {
  padding-bottom: 0.2rem !important;
}

.pb-3 {
  padding-bottom: 0.3rem !important;
}

.pb-4 {
  padding-bottom: 0.4rem !important;
}

.pb-5 {
  padding-bottom: 0.5rem !important;
}

.pb-6 {
  padding-bottom: 0.6rem !important;
}

.pb-8 {
  padding-bottom: 0.8rem !important;
}

.pb-10 {
  padding-bottom: 1rem !important;
}

.pb-12 {
  padding-bottom: 1.2rem !important;
}

.pb-14 {
  padding-bottom: 1.4rem !important;
}

.pb-15 {
  padding-bottom: 1.5rem !important;
}

.pb-16 {
  padding-bottom: 1.6rem !important;
}

.pb-18 {
  padding-bottom: 1.8rem !important;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.pb-22 {
  padding-bottom: 2.2rem !important;
}

.pb-24 {
  padding-bottom: 2.4rem !important;
}

.pb-25 {
  padding-bottom: 2.5rem !important;
}

.pb-26 {
  padding-bottom: 2.6rem !important;
}

.pb-28 {
  padding-bottom: 2.8rem !important;
}

.pb-30 {
  padding-bottom: 3rem !important;
}

.pb-32 {
  padding-bottom: 3.2rem !important;
}

.pb-35 {
  padding-bottom: 3.5rem !important;
}

.pb-36 {
  padding-bottom: 3.6rem !important;
}

.pb-38 {
  padding-bottom: 3.8rem !important;
}

.pb-40 {
  padding-bottom: 4rem !important;
}

.pb-42 {
  padding-bottom: 4.2rem !important;
}

.pb-45 {
  padding-bottom: 4.5rem !important;
}

.pb-48 {
  padding-bottom: 4.8rem !important;
}

.pb-50 {
  padding-bottom: 5rem !important;
}

.pb-60 {
  padding-bottom: 6rem !important;
}

.pb-70 {
  padding-bottom: 7rem !important;
}

.pb-80 {
  padding-bottom: 8rem !important;
}

.pb-90 {
  padding-bottom: 9rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.1rem !important;
}

.pl-2 {
  padding-left: 0.2rem !important;
}

.pl-3 {
  padding-left: 0.3rem !important;
}

.pl-4 {
  padding-left: 0.4rem !important;
}

.pl-5 {
  padding-left: 0.5rem !important;
}

.pl-6 {
  padding-left: 0.6rem !important;
}

.pl-8 {
  padding-left: 0.8rem !important;
}

.pl-10 {
  padding-left: 1rem !important;
}

.pl-12 {
  padding-left: 1.2rem !important;
}

.pl-14 {
  padding-left: 1.4rem !important;
}

.pl-15 {
  padding-left: 1.5rem !important;
}

.pl-16 {
  padding-left: 1.6rem !important;
}

.pl-18 {
  padding-left: 1.8rem !important;
}

.pl-20 {
  padding-left: 2rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.1rem !important;
}

.pr-2 {
  padding-right: 0.2rem !important;
}

.pr-3 {
  padding-right: 0.3rem !important;
}

.pr-4 {
  padding-right: 0.4rem !important;
}

.pr-5 {
  padding-right: 0.5rem !important;
}

.pr-6 {
  padding-right: 0.6rem !important;
}

.pr-8 {
  padding-right: 0.8rem !important;
}

.pr-10 {
  padding-right: 1rem !important;
}

.pr-12 {
  padding-right: 1.2rem !important;
}

.pr-14 {
  padding-right: 1.4rem !important;
}

.pr-15 {
  padding-right: 1.5rem !important;
}

.pr-16 {
  padding-right: 1.6rem !important;
}

.pr-18 {
  padding-right: 1.8rem !important;
}

.pr-20 {
  padding-right: 2rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 640px) {
  .mt-sp-0 {
    margin-top: 0 !important;
  }
  .mt-sp-1 {
    margin-top: 0.1rem !important;
  }
  .mt-sp-2 {
    margin-top: 0.2rem !important;
  }
  .mt-sp-3 {
    margin-top: 0.3rem !important;
  }
  .mt-sp-4 {
    margin-top: 0.4rem !important;
  }
  .mt-sp-5 {
    margin-top: 0.5rem !important;
  }
  .mt-sp-6 {
    margin-top: 0.6rem !important;
  }
  .mt-sp-8 {
    margin-top: 0.8rem !important;
  }
  .mt-sp-10 {
    margin-top: 1rem !important;
  }
  .mt-sp-12 {
    margin-top: 1.2rem !important;
  }
  .mt-sp-14 {
    margin-top: 1.4rem !important;
  }
  .mt-sp-15 {
    margin-top: 1.5rem !important;
  }
  .mt-sp-16 {
    margin-top: 1.6rem !important;
  }
  .mt-sp-18 {
    margin-top: 1.8rem !important;
  }
  .mt-sp-20 {
    margin-top: 2rem !important;
  }
  .mt-sp-22 {
    margin-top: 2.2rem !important;
  }
  .mt-sp-24 {
    margin-top: 2.4rem !important;
  }
  .mt-sp-25 {
    margin-top: 2.5rem !important;
  }
  .mt-sp-26 {
    margin-top: 2.6rem !important;
  }
  .mt-sp-28 {
    margin-top: 2.8rem !important;
  }
  .mt-sp-30 {
    margin-top: 3rem !important;
  }
  .mt-sp-32 {
    margin-top: 3.2rem !important;
  }
  .mt-sp-35 {
    margin-top: 3.5rem !important;
  }
  .mt-sp-36 {
    margin-top: 3.6rem !important;
  }
  .mt-sp-38 {
    margin-top: 3.8rem !important;
  }
  .mt-sp-40 {
    margin-top: 4rem !important;
  }
  .mt-sp-42 {
    margin-top: 4.2rem !important;
  }
  .mt-sp-45 {
    margin-top: 4.5rem !important;
  }
  .mt-sp-48 {
    margin-top: 4.8rem !important;
  }
  .mt-sp-50 {
    margin-top: 5rem !important;
  }
  .mt-sp-60 {
    margin-top: 6rem !important;
  }
  .mb-sp-0 {
    margin-bottom: 0 !important;
  }
  .mb-sp-1 {
    margin-bottom: 0.1rem !important;
  }
  .mb-sp-2 {
    margin-bottom: 0.2rem !important;
  }
  .mb-sp-3 {
    margin-bottom: 0.3rem !important;
  }
  .mb-sp-4 {
    margin-bottom: 0.4rem !important;
  }
  .mb-sp-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sp-6 {
    margin-bottom: 0.6rem !important;
  }
  .mb-sp-8 {
    margin-bottom: 0.8rem !important;
  }
  .mb-sp-10 {
    margin-bottom: 1rem !important;
  }
  .mb-sp-12 {
    margin-bottom: 1.2rem !important;
  }
  .mb-sp-14 {
    margin-bottom: 1.4rem !important;
  }
  .mb-sp-15 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sp-16 {
    margin-bottom: 1.6rem !important;
  }
  .mb-sp-18 {
    margin-bottom: 1.8rem !important;
  }
  .mb-sp-20 {
    margin-bottom: 2rem !important;
  }
  .mb-sp-22 {
    margin-bottom: 2.2rem !important;
  }
  .mb-sp-24 {
    margin-bottom: 2.4rem !important;
  }
  .mb-sp-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sp-26 {
    margin-bottom: 2.6rem !important;
  }
  .mb-sp-28 {
    margin-bottom: 2.8rem !important;
  }
  .mb-sp-30 {
    margin-bottom: 3rem !important;
  }
  .mb-sp-32 {
    margin-bottom: 3.2rem !important;
  }
  .mb-sp-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sp-36 {
    margin-bottom: 3.6rem !important;
  }
  .mb-sp-38 {
    margin-bottom: 3.8rem !important;
  }
  .mb-sp-40 {
    margin-bottom: 4rem !important;
  }
  .mb-sp-42 {
    margin-bottom: 4.2rem !important;
  }
  .mb-sp-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sp-48 {
    margin-bottom: 4.8rem !important;
  }
  .mb-sp-50 {
    margin-bottom: 5rem !important;
  }
  .mb-sp-60 {
    margin-bottom: 6rem !important;
  }
  .mb-sp-70 {
    margin-bottom: 7rem !important;
  }
  .mb-sp-80 {
    margin-bottom: 8rem !important;
  }
  .mb-sp-90 {
    margin-bottom: 9rem !important;
  }
  .ml-sp-0 {
    margin-left: 0 !important;
  }
  .ml-sp-1 {
    margin-left: 0.1rem !important;
  }
  .ml-sp-2 {
    margin-left: 0.2rem !important;
  }
  .ml-sp-3 {
    margin-left: 0.3rem !important;
  }
  .ml-sp-4 {
    margin-left: 0.4rem !important;
  }
  .ml-sp-5 {
    margin-left: 0.5rem !important;
  }
  .ml-sp-6 {
    margin-left: 0.6rem !important;
  }
  .ml-sp-8 {
    margin-left: 0.8rem !important;
  }
  .ml-sp-10 {
    margin-left: 1rem !important;
  }
  .ml-sp-12 {
    margin-left: 1.2rem !important;
  }
  .ml-sp-14 {
    margin-left: 1.4rem !important;
  }
  .ml-sp-15 {
    margin-left: 1.5rem !important;
  }
  .ml-sp-16 {
    margin-left: 1.6rem !important;
  }
  .ml-sp-18 {
    margin-left: 1.8rem !important;
  }
  .ml-sp-20 {
    margin-left: 2rem !important;
  }
  .mr-sp-0 {
    margin-right: 0 !important;
  }
  .mr-sp-1 {
    margin-right: 0.1rem !important;
  }
  .mr-sp-2 {
    margin-right: 0.2rem !important;
  }
  .mr-sp-3 {
    margin-right: 0.3rem !important;
  }
  .mr-sp-4 {
    margin-right: 0.4rem !important;
  }
  .mr-sp-5 {
    margin-right: 0.5rem !important;
  }
  .mr-sp-6 {
    margin-right: 0.6rem !important;
  }
  .mr-sp-8 {
    margin-right: 0.8rem !important;
  }
  .mr-sp-10 {
    margin-right: 1rem !important;
  }
  .mr-sp-12 {
    margin-right: 1.2rem !important;
  }
  .mr-sp-14 {
    margin-right: 1.4rem !important;
  }
  .mr-sp-15 {
    margin-right: 1.5rem !important;
  }
  .mr-sp-16 {
    margin-right: 1.6rem !important;
  }
  .mr-sp-18 {
    margin-right: 1.8rem !important;
  }
  .mr-sp-20 {
    margin-right: 2rem !important;
  }
  .mx-sp-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-sp-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sp-1 {
    margin-left: 0.1rem !important;
    margin-right: 0.1rem !important;
  }
  .mx-sp-2 {
    margin-left: 0.2rem !important;
    margin-right: 0.2rem !important;
  }
  .mx-sp-3 {
    margin-left: 0.3rem !important;
    margin-right: 0.3rem !important;
  }
  .mx-sp-4 {
    margin-left: 0.4rem !important;
    margin-right: 0.4rem !important;
  }
  .mx-sp-5 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sp-6 {
    margin-left: 0.6rem !important;
    margin-right: 0.6rem !important;
  }
  .mx-sp-8 {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
  .mx-sp-10 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  /* padding css */
  .pt-sp-0 {
    padding-top: 0 !important;
  }
  .pt-sp-1 {
    padding-top: 0.1rem !important;
  }
  .pt-sp-2 {
    padding-top: 0.2rem !important;
  }
  .pt-sp-3 {
    padding-top: 0.3rem !important;
  }
  .pt-sp-4 {
    padding-top: 0.4rem !important;
  }
  .pt-sp-5 {
    padding-top: 0.5rem !important;
  }
  .pt-sp-6 {
    padding-top: 0.6rem !important;
  }
  .pt-sp-8 {
    padding-top: 0.8rem !important;
  }
  .pt-sp-10 {
    padding-top: 1rem !important;
  }
  .pt-sp-12 {
    padding-top: 1.2rem !important;
  }
  .pt-sp-14 {
    padding-top: 1.4rem !important;
  }
  .pt-sp-15 {
    padding-top: 1.5rem !important;
  }
  .pt-sp-16 {
    padding-top: 1.6rem !important;
  }
  .pt-sp-18 {
    padding-top: 1.8rem !important;
  }
  .pt-sp-20 {
    padding-top: 2rem !important;
  }
  .pt-sp-22 {
    padding-top: 2.2rem !important;
  }
  .pt-sp-24 {
    padding-top: 2.4rem !important;
  }
  .pt-sp-25 {
    padding-top: 2.5rem !important;
  }
  .pt-sp-26 {
    padding-top: 2.6rem !important;
  }
  .pt-sp-28 {
    padding-top: 2.8rem !important;
  }
  .pt-sp-30 {
    padding-top: 3rem !important;
  }
  .pt-sp-32 {
    padding-top: 3.2rem !important;
  }
  .pt-sp-35 {
    padding-top: 3.5rem !important;
  }
  .pt-sp-36 {
    padding-top: 3.6rem !important;
  }
  .pt-sp-38 {
    padding-top: 3.8rem !important;
  }
  .pt-sp-40 {
    padding-top: 4rem !important;
  }
  .pt-sp-42 {
    padding-top: 4.2rem !important;
  }
  .pt-sp-45 {
    padding-top: 4.5rem !important;
  }
  .pt-sp-48 {
    padding-top: 4.8rem !important;
  }
  .pt-sp-50 {
    padding-top: 5rem !important;
  }
  .pt-sp-60 {
    padding-top: 6rem !important;
  }
  .pb-sp-0 {
    padding-bottom: 0 !important;
  }
  .pb-sp-1 {
    padding-bottom: 0.1rem !important;
  }
  .pb-sp-2 {
    padding-bottom: 0.2rem !important;
  }
  .pb-sp-3 {
    padding-bottom: 0.3rem !important;
  }
  .pb-sp-4 {
    padding-bottom: 0.4rem !important;
  }
  .pb-sp-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sp-6 {
    padding-bottom: 0.6rem !important;
  }
  .pb-sp-8 {
    padding-bottom: 0.8rem !important;
  }
  .pb-sp-10 {
    padding-bottom: 1rem !important;
  }
  .pb-sp-12 {
    padding-bottom: 1.2rem !important;
  }
  .pb-sp-14 {
    padding-bottom: 1.4rem !important;
  }
  .pb-sp-15 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sp-16 {
    padding-bottom: 1.6rem !important;
  }
  .pb-sp-18 {
    padding-bottom: 1.8rem !important;
  }
  .pb-sp-20 {
    padding-bottom: 2rem !important;
  }
  .pb-sp-22 {
    padding-bottom: 2.2rem !important;
  }
  .pb-sp-24 {
    padding-bottom: 2.4rem !important;
  }
  .pb-sp-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sp-26 {
    padding-bottom: 2.6rem !important;
  }
  .pb-sp-28 {
    padding-bottom: 2.8rem !important;
  }
  .pb-sp-30 {
    padding-bottom: 3rem !important;
  }
  .pb-sp-32 {
    padding-bottom: 3.2rem !important;
  }
  .pb-sp-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sp-36 {
    padding-bottom: 3.6rem !important;
  }
  .pb-sp-38 {
    padding-bottom: 3.8rem !important;
  }
  .pb-sp-40 {
    padding-bottom: 4rem !important;
  }
  .pb-sp-42 {
    padding-bottom: 4.2rem !important;
  }
  .pb-sp-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sp-48 {
    padding-bottom: 4.8rem !important;
  }
  .pb-sp-50 {
    padding-bottom: 5rem !important;
  }
  .pb-sp-60 {
    padding-bottom: 6rem !important;
  }
  .pb-sp-70 {
    padding-bottom: 7rem !important;
  }
  .pb-sp-80 {
    padding-bottom: 8rem !important;
  }
  .pb-sp-90 {
    padding-bottom: 9rem !important;
  }
  .pl-sp-0 {
    padding-left: 0 !important;
  }
  .pl-sp-1 {
    padding-left: 0.1rem !important;
  }
  .pl-sp-2 {
    padding-left: 0.2rem !important;
  }
  .pl-sp-3 {
    padding-left: 0.3rem !important;
  }
  .pl-sp-4 {
    padding-left: 0.4rem !important;
  }
  .pl-sp-5 {
    padding-left: 0.5rem !important;
  }
  .pl-sp-6 {
    padding-left: 0.6rem !important;
  }
  .pl-sp-8 {
    padding-left: 0.8rem !important;
  }
  .pl-sp-10 {
    padding-left: 1rem !important;
  }
  .pl-sp-12 {
    padding-left: 1.2rem !important;
  }
  .pl-sp-14 {
    padding-left: 1.4rem !important;
  }
  .pl-sp-15 {
    padding-left: 1.5rem !important;
  }
  .pl-sp-16 {
    padding-left: 1.6rem !important;
  }
  .pl-sp-18 {
    padding-left: 1.8rem !important;
  }
  .pl-sp-20 {
    padding-left: 2rem !important;
  }
  .pr-sp-0 {
    padding-right: 0 !important;
  }
  .pr-sp-1 {
    padding-right: 0.1rem !important;
  }
  .pr-sp-2 {
    padding-right: 0.2rem !important;
  }
  .pr-sp-3 {
    padding-right: 0.3rem !important;
  }
  .pr-sp-4 {
    padding-right: 0.4rem !important;
  }
  .pr-sp-5 {
    padding-right: 0.5rem !important;
  }
  .pr-sp-6 {
    padding-right: 0.6rem !important;
  }
  .pr-sp-8 {
    padding-right: 0.8rem !important;
  }
  .pr-sp-10 {
    padding-right: 1rem !important;
  }
  .pr-sp-12 {
    padding-right: 1.2rem !important;
  }
  .pr-sp-14 {
    padding-right: 1.4rem !important;
  }
  .pr-sp-15 {
    padding-right: 1.5rem !important;
  }
  .pr-sp-16 {
    padding-right: 1.6rem !important;
  }
  .pr-sp-18 {
    padding-right: 1.8rem !important;
  }
  .pr-sp-20 {
    padding-right: 2rem !important;
  }
  .px-sp-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-sp-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.container,
.container-fluid {
  width: 100%;
  padding-right: 3rem;
  padding-left: 3rem;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 144rem;
}

.content-in {
  position: relative;
  max-width: 90rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

[class*=col-] {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.sm-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.sm-row > [class*=col-] {
  padding-right: 1rem;
  padding-left: 1rem;
}

.lg-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2rem;
  margin-left: -2rem;
}

.lg-row > [class*=col-] {
  padding-right: 2rem;
  padding-left: 2rem;
}

.xl-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -3rem;
  margin-left: -3rem;
}

.xl-row > [class*=col-] {
  padding-right: 3rem;
  padding-left: 3rem;
}

/* font size */
.fs-10 {
  font-size: 1rem !important;
}

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

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

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

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

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

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

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

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

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

.fs-21 {
  font-size: 2.1rem !important;
}

.fs-22 {
  font-size: 2.2rem !important;
}

.fs-24 {
  font-size: 2.4rem !important;
}

.fs-26 {
  font-size: 2.6rem !important;
}

.fs-27 {
  font-size: 2.7rem !important;
}

.fs-28 {
  font-size: 2.8rem !important;
}

.fs-30 {
  font-size: 3rem !important;
}

.fs-32 {
  font-size: 3.2rem !important;
}

.fs-33 {
  font-size: 3.3rem !important;
}

.fs-35 {
  font-size: 3.5rem !important;
}

.fs-36 {
  font-size: 3.6rem !important;
}

.fs-36 {
  font-size: 3.6rem !important;
}

.fs-38 {
  font-size: 3.8rem !important;
}

.fs-40 {
  font-size: 4rem !important;
}

.fs-42 {
  font-size: 4.2rem !important;
}

.fs-45 {
  font-size: 4.5rem !important;
}

.fs-48 {
  font-size: 4.8rem !important;
}

.fs-50 {
  font-size: 5rem !important;
}

@media (max-width: 640px) {
  .fs-sp-8 {
    font-size: 0.8rem !important;
  }
  .fs-sp-9 {
    font-size: 0.9rem !important;
  }
  .fs-sp-10 {
    font-size: 1rem !important;
  }
  .fs-sp-11 {
    font-size: 1.1rem !important;
  }
  .fs-sp-12 {
    font-size: 1.2rem !important;
  }
  .fs-sp-13 {
    font-size: 1.3rem !important;
  }
  .fs-sp-14 {
    font-size: 1.4rem !important;
  }
  .fs-sp-15 {
    font-size: 1.5rem !important;
  }
  .fs-sp-16 {
    font-size: 1.6rem !important;
  }
  .fs-sp-17 {
    font-size: 1.7rem !important;
  }
  .fs-sp-18 {
    font-size: 1.8rem !important;
  }
  .fs-sp-20 {
    font-size: 2rem !important;
  }
  .fs-sp-21 {
    font-size: 2.1rem !important;
  }
  .fs-sp-22 {
    font-size: 2.2rem !important;
  }
  .fs-sp-24 {
    font-size: 2.4rem !important;
  }
  .fs-sp-26 {
    font-size: 2.6rem !important;
  }
  .fs-sp-27 {
    font-size: 2.7rem !important;
  }
  .fs-sp-28 {
    font-size: 2.8rem !important;
  }
  .fs-sp-30 {
    font-size: 3rem !important;
  }
  .fs-sp-32 {
    font-size: 3.2rem !important;
  }
  .fs-sp-33 {
    font-size: 3.3rem !important;
  }
  .fs-sp-35 {
    font-size: 3.5rem !important;
  }
  .fs-sp-36 {
    font-size: 3.6rem !important;
  }
  .fs-sp-36 {
    font-size: 3.6rem !important;
  }
  .fs-sp-37 {
    font-size: 3.7rem !important;
  }
  .fs-sp-38 {
    font-size: 3.8rem !important;
  }
  .fs-sp-40 {
    font-size: 4rem !important;
  }
  .fs-sp-42 {
    font-size: 4.2rem !important;
  }
  .fs-sp-45 {
    font-size: 4.5rem !important;
  }
  .fs-sp-48 {
    font-size: 4.8rem !important;
  }
  .fs-sp-50 {
    font-size: 5rem !important;
  }
}
/* font weight */
.fw-300 {
  font-weight: 300 !important;
}

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

.fw-normal {
  font-weight: normal !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

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

.fw-bold {
  font-weight: bold !important;
}

.bold {
  font-weight: bold !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

@media (max-width: 640px) {
  .fw-sp-300 {
    font-weight: 300 !important;
  }
  .fw-sp-400 {
    font-weight: 400 !important;
  }
  .fw-sp-normal {
    font-weight: normal !important;
  }
  .fw-sp-500 {
    font-weight: 500 !important;
  }
  .fw-sp-600 {
    font-weight: 600 !important;
  }
  .fw-sp-700 {
    font-weight: 700 !important;
  }
  .fw-sp-bold {
    font-weight: bold !important;
  }
  .fw-sp-800 {
    font-weight: 800 !important;
  }
  .fw-sp-900 {
    font-weight: 900 !important;
  }
}
/* line height */
.lh-1 {
  line-height: 1 !important;
}

.lh-2 {
  line-height: 2 !important;
}

@media (max-width: 640px) {
  .lh-sp-1 {
    line-height: 1 !important;
  }
  .lh-sp-2 {
    line-height: 2 !important;
  }
}
/* letter-space */
.ls-0 {
  letter-spacing: 0 !important;
}

.ls-1 {
  letter-spacing: 0.01em !important;
}

.ls-2 {
  letter-spacing: 0.02em !important;
}

.ls-3 {
  letter-spacing: 0.03em !important;
}

.ls-4 {
  letter-spacing: 0.04em !important;
}

.ls-5 {
  letter-spacing: 0.05em !important;
}

.ls-6 {
  letter-spacing: 0.06em !important;
}

.ls-8 {
  letter-spacing: 0.08em !important;
}

.ls-10 {
  letter-spacing: 0.1em !important;
}

.ls-15 {
  letter-spacing: 0.15em !important;
}

.ls-20 {
  letter-spacing: 0.2em !important;
}

@media (max-width: 640px) {
  .ls-sp-0 {
    letter-spacing: 0 !important;
  }
  .ls-sp-1 {
    letter-spacing: 0.01em !important;
  }
  .ls-sp-2 {
    letter-spacing: 0.02em !important;
  }
  .ls-sp-3 {
    letter-spacing: 0.03em !important;
  }
  .ls-sp-4 {
    letter-spacing: 0.04em !important;
  }
  .ls-sp-5 {
    letter-spacing: 0.05em !important;
  }
  .ls-sp-6 {
    letter-spacing: 0.06em !important;
  }
  .ls-sp-8 {
    letter-spacing: 0.08em !important;
  }
  .ls-sp-10 {
    letter-spacing: 0.1em !important;
  }
  .ls-sp-15 {
    letter-spacing: 0.15em !important;
  }
  .ls-sp-20 {
    letter-spacing: 0.2em !important;
  }
}
/* text color */
.color-black {
  color: #000000 !important;
}

.color-blue {
  color: #004097 !important;
}

.color-green {
  color: #169E49 !important;
}

.color-red {
  color: #E60012 !important;
}

.color-brown {
  color: #8C6239 !important;
}

.color-white {
  color: #FFFFFF !important;
}

.color-yellow {
  color: #FED517 !important;
}

.color-gray {
  color: #898987 !important;
}

.color-purple {
  color: #B16E9E !important;
}

.color-peach {
  color: #E6B289 !important;
}

.color-olive {
  color: #C3BE71 !important;
}

.color-orange {
  color: #FF7100 !important;
}

/* text align */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (max-width: 640px) {
  .text-sp-left {
    text-align: left !important;
  }
  .text-sp-right {
    text-align: right !important;
  }
  .text-sp-center {
    text-align: center !important;
  }
}
/* bg color */
.bg-white {
  background-color: #FFFFFF !important;
}

.bg-wheat {
  background-color: #F2F2F2 !important;
}

.bg-gray {
  background-color: #808080 !important;
}

.bg-green {
  background-color: #009245 !important;
}

.bg-brown {
  background-color: #633E1C !important;
}

.bg-orange {
  background-color: #F15A24 !important;
}

.bg-pink {
  background-color: #FF3985 !important;
}

.bg-red {
  background-color: #FF0000 !important;
}

.bg-blue {
  background-color: #004097 !important;
}

.bg-teal {
  background-color: #00A99D !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-yellow {
  background-color: #FFF8D6 !important;
}

.bg-peach {
  background-color: #EFECE8 !important;
}

.vertical-baseline {
  vertical-align: baseline !important;
}

.vertical-middle {
  vertical-align: middle !important;
}

.vertical-bottom {
  vertical-align: bottom !important;
}

/* text underline */
.underline {
  text-decoration: underline !important;
}

/* round */
.r-3 {
  border-radius: 0.3rem !important;
}

.r-5 {
  border-radius: 0.5rem !important;
}

.r-6 {
  border-radius: 0.6rem !important;
}

.r-8 {
  border-radius: 0.8rem !important;
}

.r-10 {
  border-radius: 1rem !important;
}

.r-12 {
  border-radius: 1.2rem !important;
}

.r-15 {
  border-radius: 1.5rem !important;
}

.r-16 {
  border-radius: 1.6rem !important;
}

.r-18 {
  border-radius: 1.8rem !important;
}

.r-20 {
  border-radius: 2rem !important;
}

/* display */
.d-inline {
  display: inline !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

/* flex */
.flex-reverse {
  flex-direction: row-reverse !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

/*# sourceMappingURL=style.css.map */
