@charset "UTF-8";
/* Scss Document */
/*!
*******************************************

このCSSはSassで記述されています。
修正する場合は「.scss」を修正してください。

*******************************************
*/
/* Scss Document */
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 {
  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;
}

body {
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

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

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

html {
  box-sizing: border-box;
  font-size: 62.5%;
  height: 100%;
  font-family: Arial;
  color: #000;
  min-width: 320px;
  max-width: 2000px;
  margin: auto;
  color: #333;
}

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

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

a {
  color: #872434;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 993px) {
  a {
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  }
  a:hover {
    color: #d86c7e;
  }
  a:hover:after {
    color: #d86c7e;
  }
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  .row {
    margin: 0;
  }
}

.j-content-center {
  justify-content: center;
}

.a-items-center {
  align-items: center;
}

a[target=_blank]:after,
a[href$=".pdf"]:after,
a[href$=".doc"]:after,
a[href$=".docx"]:after,
a[href$=".xls"]:after,
a[href$=".xlsx"]:after,
a[href$=".zip"]:after,
a[href$=".txt"]:after,
a[href$=".ppt"]:after,
a[href$=".pptx"]:after,
a[href^="mailto:"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  color: #872434;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
a[target=_blank]:hover:after,
a[href$=".pdf"]:hover:after,
a[href$=".doc"]:hover:after,
a[href$=".docx"]:hover:after,
a[href$=".xls"]:hover:after,
a[href$=".xlsx"]:hover:after,
a[href$=".zip"]:hover:after,
a[href$=".txt"]:hover:after,
a[href$=".ppt"]:hover:after,
a[href$=".pptx"]:hover:after,
a[href^="mailto:"]:hover:after {
  color: #d86c7e;
}

/* 外部リンク要素 --- */
a[target=_blank]:after {
  content: "\f35d";
}

/* pdf要素--- */
a[href$=".pdf"]:after {
  content: "\f1c1";
}

/* Word要素--- */
a[href$=".doc"]:after,
a[href$=".docx"]:after {
  content: "\f1c2";
}

/* Excel要素--- */
a[href$=".xls"]:after,
a[href$=".xlsx"]:after {
  content: "\f1c3";
}

/* zip要素--- */
a[href$=".zip"]:after {
  content: "\f1c6";
}

/* mailto要素--- */
a[href^="mailto:"]:after {
  content: "\f0e0";
}

/* txt要素--- */
a[href$=".txt"]:after {
  content: "\f15b";
}

/* PowerPoint要素--- */
a[href$=".ppt"]:after,
a[href$=".pptx"]:after {
  content: "\f1c4";
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

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

.mr5 {
  margin-right: 5px !important;
}

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

.ml5 {
  margin-left: 5px !important;
}

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

.mr10 {
  margin-right: 10px !important;
}

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

.ml10 {
  margin-left: 10px !important;
}

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

.mr15 {
  margin-right: 15px !important;
}

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

.ml15 {
  margin-left: 15px !important;
}

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

.mr20 {
  margin-right: 20px !important;
}

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

.ml20 {
  margin-left: 20px !important;
}

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

.mr25 {
  margin-right: 25px !important;
}

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

.ml25 {
  margin-left: 25px !important;
}

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

.mr30 {
  margin-right: 30px !important;
}

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

.ml30 {
  margin-left: 30px !important;
}

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

.mr35 {
  margin-right: 35px !important;
}

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

.ml35 {
  margin-left: 35px !important;
}

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

.mr40 {
  margin-right: 40px !important;
}

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

.ml40 {
  margin-left: 40px !important;
}

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

.mr45 {
  margin-right: 45px !important;
}

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

.ml45 {
  margin-left: 45px !important;
}

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

.mr50 {
  margin-right: 50px !important;
}

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

.ml50 {
  margin-left: 50px !important;
}

.pt0 {
  padding-top: 0px !important;
}

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

.pb0 {
  padding-bottom: 0px !important;
}

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

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

.pr5 {
  padding-right: 5px !important;
}

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

.pl5 {
  padding-left: 5px !important;
}

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

.pr10 {
  padding-right: 10px !important;
}

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

.pl10 {
  padding-left: 10px !important;
}

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

.pr15 {
  padding-right: 15px !important;
}

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

.pl15 {
  padding-left: 15px !important;
}

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

.pr20 {
  padding-right: 20px !important;
}

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

.pl20 {
  padding-left: 20px !important;
}

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

.pr25 {
  padding-right: 25px !important;
}

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

.pl25 {
  padding-left: 25px !important;
}

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

.pr30 {
  padding-right: 30px !important;
}

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

.pl30 {
  padding-left: 30px !important;
}

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

.pr35 {
  padding-right: 35px !important;
}

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

.pl35 {
  padding-left: 35px !important;
}

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

.pr40 {
  padding-right: 40px !important;
}

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

.pl40 {
  padding-left: 40px !important;
}

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

.pr45 {
  padding-right: 45px !important;
}

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

.pl45 {
  padding-left: 45px !important;
}

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

.pr50 {
  padding-right: 50px !important;
}

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

.pl50 {
  padding-left: 50px !important;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
#page-top a {
  background-color: #872434;
  text-decoration: none;
  color: #fff;
  padding: 12px 13px;
  text-align: center;
  display: block;
  border-radius: 32px;
}
#page-top a:hover {
  text-decoration: none;
  background-color: #872434;
}

.fontred {
  color: #ff0000;
}

.tableBox table {
  border-collapse: collapse;
  width: 100%;
}
.tableBox table th,
.tableBox table td {
  padding: 10px;
  vertical-align: middle;
}
.tableBox table th {
  text-align: center;
  min-width: 150px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .tableBox table {
    border-bottom: none;
  }
  .tableBox table th,
  .tableBox table td {
    padding: 10px 5px;
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: left;
    border: none;
  }
}

.over-tableBox {
  width: 100%;
  overflow-y: hidden;
}
.over-tableBox table {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .over-tableBox table {
    min-width: 600px;
  }
}
.over-tableBox table thead th {
  text-align: center;
}
.over-tableBox table th,
.over-tableBox table td {
  padding: 10px;
  vertical-align: middle;
}

.list-Style ul > li {
  padding-left: 1em;
  position: relative;
}
.list-Style ul > li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 0.2em;
  margin-left: -1em;
  color: #872434;
}

.number-Style ol {
  counter-reset: my-counter;
}
.number-Style ol > li {
  padding-left: 1.6em;
  position: relative;
}
.number-Style ol > li:before {
  font-size: 95%;
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #fff;
  display: block;
  float: left;
  line-height: 1.5em;
  margin-left: -1.6em;
  text-align: center;
  height: 1.4em;
  width: 1.4em;
  border-radius: 50%;
  margin-top: 3px;
  background-color: #872434;
}

.inline-Style ul {
  letter-spacing: -0.4em;
}
.inline-Style ul li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 15px;
}
.inline-Style ul li:last-child {
  margin-right: 0px;
}

.table-Style ul {
  display: table;
  width: 100%;
}
.table-Style ul li {
  display: table-cell;
}

.marker {
  background: linear-gradient(transparent 60%, #ff0 0%);
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html {
  font-size: 16px;
  line-height: 1.5rem;
}

/*
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999;
}

#loader {
  position: fixed;
  top: 50%;
  left: 0%;
  right: 0%;
  margin: auto;
  width: 280px;
  height: 60px;
  margin-top: -50px;
  text-align: center;
  color: #fff;
  z-index: 1000;
}
*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  border-radius: 50%;
  z-index: 10;
  background-color: #872434;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 22px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

header {
  position: relative;
  background-color: #872434;
  z-index: 10;
}
@media screen and (min-width: 993px) {
  header {
    background-color: #333333;
  }
}
header .headerArea {
  max-width: 1050px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
@media screen and (min-width: 993px) {
  header .headerArea {
    padding: 0;
  }
}
header .logoArea {
  background-color: #872434;
  flex-grow: 0;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px 15px;
}
header .logoArea::before {
  position: absolute;
  right: 100%;
  top: 0;
  display: block;
  content: "";
  height: 100%;
  width: 100vw;
  background-color: #872434;
}
@media screen and (max-width: 768px) {
  header .logoArea::before {
    content: none;
  }
}
header .logoArea a {
  display: block;
}
header .logoArea img {
  height: 40px;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  header .logoArea img {
    height: 50px;
  }
}
@media screen and (min-width: 993px) {
  header .logoArea img {
    max-width: 400px;
    height: 60px;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, header .logoArea img {
    width: 400px;
  }
}
@media screen and (min-width: 993px) {
  header .menuArea {
    flex-grow: 1;
  }
}
header .menuArea .head-bar {
  display: flex;
  padding: 15px 15px 15px 5px;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  header .menuArea .head-bar {
    padding: 20px 15px 20px 5px;
  }
}
@media screen and (min-width: 993px) {
  header .menuArea .head-bar {
    display: none;
  }
}
header .menuArea .menu-trigger,
header .menuArea .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
header .menuArea .menu-trigger {
  position: relative;
  width: 24px;
  height: 18px;
  margin: 5px auto;
}
header .menuArea .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
header .menuArea .menu-trigger span:nth-of-type(1) {
  top: 0;
}
header .menuArea .menu-trigger span:nth-of-type(2) {
  top: 8px;
}
header .menuArea .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
header .menuArea .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
header .menuArea .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .menuArea .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}
header .menuArea .nav-wrap {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 993px) {
  header .menuArea .nav-wrap {
    display: block !important;
    position: inherit;
    left: inherit;
  }
}
header .menu01 ul.navUl,
header .menu02 ul.navUl {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 993px) {
  header .menu01 ul.navUl,
  header .menu02 ul.navUl {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) and (max-width:992px) {
  header .menu01 ul.navUl,
  header .menu02 ul.navUl {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  header .spmenu {
    display: flex;
    flex-direction: column;
  }
  header .menu01 {
    order: 1;
  }
  header .menu02 {
    order: 0;
  }
}
header .menu01 {
  background-color: #5f1924;
  position: relative;
  padding-right: 5px;
}
header .menu01::before {
  position: absolute;
  left: 100%;
  top: 0;
  display: block;
  content: "";
  height: 100%;
  width: 100vw;
  background-color: #5f1924;
}
@media screen and (max-width: 768px) {
  header .menu01::before {
    content: none;
  }
}
header .menu01 ul li:first-child {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  header .menu01 {
    padding-right: 0;
  }
  header .menu01 .navUl {
    flex-wrap: wrap;
    max-width: 400px;
    margin: auto;
  }
  header .menu01 .navUl li {
    width: 25%;
  }
  header .menu01 .navUl li:first-child {
    width: 100%;
    padding: 20px 20px 10px;
  }
}
header .menu01 dl {
  display: flex;
  margin-top: 2px;
  background-color: #f5f5f5 !important;
  width: 200px;
}
@media screen and (max-width: 768px) {
  header .menu01 dl {
    width: 100%;
    max-width: 400px;
  }
}
header .menu01 dl input,
header .menu01 dl button,
header .menu01 dl textarea,
header .menu01 dl select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}
header .menu01 dl input {
  background-color: #f5f5f5 !important;
  border: none !important;
  background-position: 5px center !important;
  width: 100% !important;
}
header .menu01 dl input::-webkit-input-placeholder {
  color: #a5a5a5;
  font-size: 0.75rem;
  text-indent: 52px;
}
@media screen and (max-width: 768px) {
  header .menu01 dl input::-webkit-input-placeholder {
    font-size: 1rem;
  }
}
header .menu01 dl input::-moz-placeholder {
  color: #a5a5a5;
  font-size: 0.75rem;
  text-indent: 52px;
}
@media screen and (max-width: 768px) {
  header .menu01 dl input::-moz-placeholder {
    font-size: 1rem;
  }
}
header .menu01 dl input:-ms-input-placeholder {
  color: #a5a5a5;
  font-size: 0.75rem;
  text-indent: 52px;
}
@media screen and (max-width: 768px) {
  header .menu01 dl input:-ms-input-placeholder {
    font-size: 1rem;
  }
}
header .menu01 dl input::-ms-input-placeholder {
  color: #a5a5a5;
  font-size: 0.75rem;
  text-indent: 52px;
}
@media screen and (max-width: 768px) {
  header .menu01 dl input::-ms-input-placeholder {
    font-size: 1rem;
  }
}
header .menu01 dl input::placeholder {
  color: #a5a5a5;
  font-size: 0.75rem;
  text-indent: 52px;
}
@media screen and (max-width: 768px) {
  header .menu01 dl input::placeholder {
    font-size: 1rem;
  }
}
header .menu01 dl dd {
  border-left: 1px solid #5f1924;
  text-align: center;
  width: 17%;
  text-align: center;
}
header .menu01 dl dt {
  width: 83%;
}
header .menu01 dl button {
  border: none;
  background: none;
}
header .menu01 a {
  display: block;
  padding: 10px 8px;
  color: #fff;
  text-align: center;
}
header .menu01 a::after {
  content: none;
}
@media screen and (min-width: 993px) {
  header .menu01 a:hover {
    opacity: 0.7;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 993px) {
  header .menu01 .tooltip {
    position: relative;
    cursor: pointer;
    display: inline-block;
  }
  header .menu01 .tooltip p {
    margin: 0;
    padding: 0;
  }
  header .menu01 .tooltip:hover .description {
    display: inline-block;
    top: 46px;
    left: -8px;
  }
}
header .menu01 .description {
  display: none;
  position: absolute;
  padding: 5px;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #872434;
  border-radius: 5px;
  background: #fff;
  width: 100px;
  z-index: 10;
  text-align: center;
}
header .menu01 .description:before {
  content: "";
  position: absolute;
  top: -24px;
  right: 60%;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
  margin-left: -15px;
  transform: rotateZ(180deg);
}
header .menu02 {
  background-color: #333333;
}
@media screen and (max-width: 768px) {
  header .menu02 #gnavi ul {
    display: block;
  }
}
header .menu02 #gnavi .megamenu {
  background: #ECECEC;
  overflow: hidden;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 0 60px 0;
  transition: height, 0.1s;
  max-height: 0px;
  height: auto;
}
@media screen and (max-width: 768px) {
  header .menu02 #gnavi .megamenu {
    position: relative;
    left: inherit;
    padding: 0 20px 0;
    overflow-y: scroll;
  }
}
header .menu02 #gnavi .droppable {
  position: static;
}
header .menu02 #gnavi .droppable > a {
  position: relative;
  display: block;
  text-align: center;
  padding: 10px 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  header .menu02 #gnavi .droppable > a {
    border-bottom: 1px solid #333;
  }
}
@media screen and (min-width: 993px) {
  header .menu02 #gnavi .droppable:hover > a {
    background: #ECECEC;
    color: #872434;
  }
  header .menu02 #gnavi .droppable:hover .megamenu {
    display: block;
    height: auto;
    transition: height, 0.3s;
    max-height: 1500px;
    padding: 20px 60px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width:992px) {
  header .menu02 #gnavi .droppable.open > a {
    background: #ECECEC;
    color: #872434;
  }
  header .menu02 #gnavi .droppable.open .megamenu {
    display: block;
    height: auto;
    transition: height, 0.3s;
    max-height: 1500px;
    padding: 20px 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  header .menu02 #gnavi .droppable.open > a {
    background: #ECECEC;
    color: #872434;
  }
  header .menu02 #gnavi .droppable.open .megamenu {
    display: block;
    height: auto;
    transition: height, 0.3s;
    max-height: 100vh;
    max-height: 60vh;
  }
}
header .menu02 #gnavi .megamenuBody {
  max-width: 1050px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-around;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  header .menu02 #gnavi .megamenuBody {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  header .menu02 #gnavi .megamenuBody:last-child {
    margin-bottom: 20px;
  }
}
header .menu02 #gnavi .megamenuBody .megamenu-cell {
  flex-grow: 1;
  padding: 0 10px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, header .menu02 #gnavi .megamenuBody .megamenu-cell {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  header .menu02 #gnavi .megamenuBody .megamenu-cell {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, header .menu02 #gnavi .megamenuBody .megamenu-cell {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  header .menu02 #gnavi .megamenuBody .megamenu-cell:first-child h4 {
    margin-top: 0;
  }
}
header .menu02 #gnavi .megamenuBody .megamenu-cell ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  header .menu02 #gnavi .megamenuBody .megamenu-cell ul {
    margin: 0 !important;
  }
}
header .menu02 #gnavi .megamenuBody .megamenu-cell ul li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  header .menu02 #gnavi .megamenuBody .megamenu-cell ul li {
    padding: 0;
  }
}
header .menu02 #gnavi .megamenuBody .megamenu-cell ul.fu-3 {
  margin: 0 -10px;
}
@media screen and (min-width: 993px) {
  header .menu02 #gnavi .megamenuBody .megamenu-cell ul.fu-3 li {
    width: calc(100% / 3);
    padding: 0 10px;
  }
}
@media screen and (min-width: 993px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, header .menu02 #gnavi .megamenuBody .megamenu-cell ul.fu-3 li {
    width: 33.3333333333%;
  }
}
header .menu02 #gnavi .megamenuBody .megamenu-cell ul.fu-3 li a {
  border-bottom: 1px solid #bbb;
}
@media screen and (min-width: 993px) {
  header .menu02 #gnavi .megamenuBody .megamenu-cell ul.fu-3 li a:hover {
    background-color: #ddd;
  }
}
header .menu02 #gnavi .megamenuBody .megamenu-cell ul.fu-2 li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #bbb;
}
@media screen and (min-width: 993px) {
  header .menu02 #gnavi .megamenuBody .megamenu-cell ul.fu-2 li {
    width: calc(50% - 10px);
  }
  header .menu02 #gnavi .megamenuBody .megamenu-cell ul.fu-2 li:hover {
    background-color: #ddd;
  }
}
@media screen and (max-width: 768px) {
  header .menu02 #gnavi .megamenuBody h4 {
    margin-top: 20px;
  }
}
header .menu02 #gnavi .megamenuBody h4 + h4 {
  margin-top: 20px;
}
header .menu02 #gnavi .megamenuBody h4 span,
header .menu02 #gnavi .megamenuBody h4 a {
  background-color: #872434;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 993px) {
  header .menu02 #gnavi .megamenuBody h4 a:hover {
    background-color: #af2f44;
  }
}
header .menu02 #gnavi .megamenuBody ul li {
  position: relative;
}
header .menu02 #gnavi .megamenuBody ul li::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0%, -50%);
  color: #999;
}
header .menu02 #gnavi .megamenuBody ul li a {
  display: block;
  padding: 5px 30px 5px 10px;
  line-height: 1.125rem;
  width: 100%;
}

footer {
  display: block;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
footer .footArea {
  max-width: 1050px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .footArea {
    max-width: 400px;
    flex-wrap: wrap;
  }
}
footer .footArea .itemBox {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  footer .footArea .itemBox {
    padding: 0 15px;
  }
}
footer .leftBox {
  width: 40%;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  footer .leftBox {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  footer .leftBox {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer .leftBox .imgArea {
  margin-bottom: 5px;
}
footer .leftBox .imgArea img {
  width: 100%;
  height: 45px;
}
footer .leftBox .accTextArea li span {
  display: inline-block;
}
footer .rightBox {
  width: 240px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .rightBox {
    width: 100%;
  }
}
@media screen and (min-width: 993px) {
  footer .rightBox a:hover {
    opacity: 0.7;
  }
}
footer .rightBox a::after {
  content: none;
}
footer .rightBox ul {
  display: flex;
  justify-content: center;
  padding: 10px;
  background-color: #ddd;
  margin-top: 10px;
}
footer .rightBox ul li {
  width: 50%;
}
footer .copy {
  text-align: center;
  padding: 10px;
  text-align: center;
  font-size: 0.625rem;
}