<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
 * filename: common.css
 * version: 1.0
 */
html {
  background-color: #ffffff;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1;
  overflow-x: auto;
  overflow-y: scroll;
}

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

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

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

a:hover, a:focus, *:focus {
  outline: none;
}

.sbr {
  display: none;
}
@media screen and (max-width: 767px) {
  .sbr {
    display: inline !important;
  }
}

.tbr {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .tbr {
    display: inline !important;
  }
}

.pbr {
  display: none;
}
@media screen and (min-width: 1100px) {
  .pbr {
    display: inline !important;
  }
}

.wbr {
  display: inline-block;
}

.wsbr {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .wsbr {
    display: inline;
  }
}

.wtbr {
  display: inline;
}
@media screen and (min-width: 768px) {
  .wtbr {
    display: inline-block;
  }
}
@media screen and (min-width: 1100px) {
  .wtbr {
    display: inline;
  }
}

.pwbr {
  display: inline;
}
@media screen and (min-width: 1100px) {
  .pwbr {
    display: inline-block;
  }
}

/*** contents ***/
#contents {
  height: auto;
  width: 100%;
  min-height: 100vh;
  min-width: 320px;
  position: relative;
  padding-top: 45px;
  z-index: 1001;
}
@media screen and (min-width: 768px) {
  #contents {
    padding-top: 65px;
  }
}
@media screen and (min-width: 1100px) {
  #contents {
    padding-top: 80px;
  }
}
#contents::after {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 10000;
}
#contents.type2 {
  padding-top: 0;
}
#contents.active::after {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

/*** header ***/
#header {
  background-color: #ffffff;
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
}
@media screen and (min-width: 768px) {
  #header {
    height: 65px;
  }
}
@media screen and (min-width: 1100px) {
  #header {
    height: 80px;
  }
}
#header &gt; .box1 {
  left: 15px;
  position: absolute;
  top: 10px;
  width: 85px;
  z-index: 1001;
}
@media screen and (min-width: 768px) {
  #header &gt; .box1 {
    left: 17.5px;
    top: 13.5px;
    width: 135px;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box1 {
    left: 40px;
    top: 30px;
    width: 170px;
  }
}
#header &gt; .box1 &gt; .phd {
  height: auto;
  width: 100%;
}
#header &gt; .box1 &gt; .phd &gt; .lnk {
  height: auto;
  width: 100%;
  display: block;
}
#header &gt; .box1 &gt; .phd &gt; .lnk &gt; .img {
  height: auto;
  width: 100%;
  display: block;
}
#header &gt; .box2 {
  height: 18px;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 22px;
  z-index: 1002;
}
@media screen and (min-width: 768px) {
  #header &gt; .box2 {
    height: 24px;
    right: 14px;
    top: 20px;
    width: 28px;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box2 {
    display: none;
  }
}
#header &gt; .box2 &gt; .lnk {
  height: 100%;
  width: 100%;
  display: block;
}
#header &gt; .box2 &gt; .lnk &gt; .img1 {
  height: 100%;
  width: 100%;
  display: block;
}
#header &gt; .box2 &gt; .lnk &gt; .img2 {
  height: 100%;
  width: 100%;
  display: none;
}
#header &gt; .box3 {
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  height: 100vh;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1003;
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 {
    background-color: transparent;
    bottom: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
    left: 240px;
    overflow-y: inherit;
    position: absolute;
    width: calc(100% - 280px);
  }
}
#header &gt; .box3 &gt; .box1 {
  background-color: #ffffff;
  height: 45px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box1 {
    display: none;
  }
}
#header &gt; .box3 &gt; .box1 &gt; .lnk1 {
  display: block;
  left: 15px;
  position: absolute;
  top: 10px;
  width: 85px;
}
@media screen and (min-width: 768px) {
  #header &gt; .box3 &gt; .box1 &gt; .lnk1 {
    left: calc(50% - 42.5px);
  }
}
#header &gt; .box3 &gt; .box1 &gt; .lnk1 &gt; .img {
  height: auto;
  width: 100%;
  display: block;
}
#header &gt; .box3 &gt; .box1 &gt; .lnk2 {
  height: 20px;
  position: absolute;
  right: 13px;
  top: 15px;
  width: 20px;
}
#header &gt; .box3 &gt; .box1 &gt; .lnk2 &gt; .lnk {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
#header &gt; .box3 &gt; .box1 &gt; .lnk2 &gt; .lnk &gt; .img {
  height: 100%;
  width: 100%;
  display: block;
}
#header &gt; .box3 &gt; .box2 {
  height: auto;
  width: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 {
    background-color: transparent;
  }
}
#header &gt; .box3 &gt; .box2 &gt; .lst {
  height: auto;
  width: 100%;
  border-top: 1px solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: none;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
  }
}
#header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item {
  height: auto;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
@media screen and (min-width: 768px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item {
    width: 50%;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item {
    background-color: transparent;
    border-bottom: none;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item:nth-of-type(2n-1) {
    border-right: 1px solid #dddddd;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item:nth-of-type(2n-1) {
    border-right: none;
  }
}
#header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.menu-item-has-children::after {
  background: url("http://staging.mitsuhashi-corp.co.jp/images/ja/ico_arrow_right1.svg") center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.menu-item-has-children::after {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.menu-item-has-children:hover &gt; .sub-menu {
    opacity: 1;
    pointer-events: visible;
  }
}
#header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; a {
  height: auto;
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 15px 25px;
}
@media screen and (min-width: 768px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; a {
    font-size: 17px;
    padding: 20px 25px;
    text-align: center;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; a {
    font-size: 14px;
    padding: 6px 7.5px;
    -webkit-transition: color 0.35s;
    transition: color 0.35s;
  }
}
@media screen and (min-width: 1200px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; a {
    padding: 6px 15px;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; a:hover {
    color: #ba0025;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.current-menu-item &gt; a, #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.current-menu-parent &gt; a {
    color: #ba0025;
  }
}
#header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; .sub-menu {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  background-color: rgba(255, 255, 255, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: calc(100% - 45px);
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 45px;
  width: 100%;
  z-index: 1003;
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; .sub-menu {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: 50%;
    opacity: 0;
    overflow-y: inherit;
    padding-top: 4px;
    position: absolute;
    pointer-events: none;
    top: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.35s;
    transition: 0.35s;
    width: auto;
  }
}
#header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item {
  height: auto;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
@media screen and (min-width: 768px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item {
    width: 50%;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item {
    background-color: transparent;
    border-bottom: none;
    padding: 4px;
  }
}
@media screen and (min-width: 768px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item:nth-of-type(2n-1) {
    border-right: 1px solid #dddddd;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item:nth-of-type(2n-1) {
    border-right: none;
  }
}
#header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item &gt; a {
  height: auto;
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 15px 25px;
}
@media screen and (min-width: 768px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item &gt; a {
    font-size: 17px;
    padding: 20px 25px;
    text-align: center;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item &gt; a {
    background-color: #ba0025;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.8;
    padding: 12.5px 0;
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
  }
}
#header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item &gt; a br {
  display: none;
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item &gt; a br {
    display: inline;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item &gt; a:hover {
    background-color: #d25d69;
  }
}
#header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item[class*=bak] {
  border-top: 1px solid #dddddd;
}
@media screen and (min-width: 768px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item[class*=bak] {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item[class*=bak] {
    display: none;
  }
}
#header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item[class*=bak] &gt; a {
  padding: 15px 25px 15px 40px;
}
@media screen and (min-width: 768px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item[class*=bak] &gt; a {
    padding: 20px 25px 20px 40px;
    text-align: left;
  }
}
#header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item[class*=bak]::after {
  background: url("http://staging.mitsuhashi-corp.co.jp/images/ja/ico_arrow_left1.svg") center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  left: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type2 &gt; .sub-menu {
    width: 250px;
  }
}
@media screen and (min-width: 768px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type2 &gt; .sub-menu &gt; .menu-item.type20 {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type2 &gt; .sub-menu &gt; .menu-item.type20 {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type3 &gt; .sub-menu {
    width: 400px;
  }
}
@media screen and (min-width: 768px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type3 &gt; .sub-menu &gt; .menu-item.type30 {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type3 &gt; .sub-menu &gt; .menu-item.type30 {
    display: none;
  }
}
#header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type3 &gt; .sub-menu &gt; .menu-item[class^=type3] a {
  line-height: 1.2;
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type5 &gt; .sub-menu {
    width: 250px;
  }
}
@media screen and (min-width: 768px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type5 &gt; .sub-menu &gt; .menu-item.type50 {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type5 &gt; .sub-menu &gt; .menu-item.type50 {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type9 {
    margin-left: 25px;
    width: 133px;
  }
}
#header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type9 &gt; a {
  background-color: #ba0025;
  color: #ffffff;
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type9 &gt; a {
    font-size: 13px;
    padding: 6px 15px;
    -webkit-transition: background 0.35s;
    transition: background 0.35s;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type9 &gt; a:hover {
    background-color: #d25d69;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type10 {
    bottom: calc(100% + 17.5px);
    position: absolute;
    padding: 0;
    right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type10 &gt; a {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type10 &gt; .sub-menu {
    background-color: transparent;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto;
    left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    opacity: 1;
    padding-top: 0;
    pointer-events: auto;
    position: static;
    top: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: none;
    transition: none;
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type10 &gt; .sub-menu &gt; .menu-item {
    background-color: transparent;
    border-left: 1px solid #000000;
    padding: 0;
    width: auto;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type10 &gt; .sub-menu &gt; .menu-item:last-of-type {
    border-right: 1px solid #000000;
  }
}
@media screen and (min-width: 768px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type10 &gt; .sub-menu &gt; .menu-item.type100 {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type10 &gt; .sub-menu &gt; .menu-item.type100 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type10 &gt; .sub-menu &gt; .menu-item.type101 {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type10 &gt; .sub-menu &gt; .menu-item.type101 {
    width: auto;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type10 &gt; .sub-menu &gt; .menu-item &gt; a {
    background-color: transparent;
    color: #000000;
    font-size: 12px;
    line-height: 1;
    padding: 0 12.75px;
    -webkit-transition: color 0.35s;
    transition: color 0.35s;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type10 &gt; .sub-menu &gt; .menu-item &gt; a:hover {
    color: #ba0025;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type10 &gt; .sub-menu &gt; .menu-item.type101 a {
    color: #ba0025;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3.prd &gt; .box2 &gt; .lst &gt; .menu-item.type2 &gt; a {
    color: #ba0025;
  }
}
@media screen and (min-width: 1100px) {
  #header &gt; .box3.blog &gt; .box2 &gt; .lst &gt; .menu-item.type7 &gt; a {
    color: #ba0025;
  }
}
#header.fixed {
  background-color: rgba(255, 255, 255, 0.95);
  height: 45px;
  position: fixed;
}
@media screen and (min-width: 1100px) {
  #header.fixed {
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  #header.fixed &gt; .box1 {
    left: calc(50% - 43px);
    top: 10px;
    width: 86px;
  }
}
@media screen and (min-width: 1100px) {
  #header.fixed &gt; .box1 {
    left: 20px;
    top: 14px;
    width: 110px;
  }
}
#header.fixed &gt; .box2 {
  height: 18px;
  right: 14px;
  top: 14px;
  width: 22px;
}
@media screen and (min-width: 768px) {
  #header.fixed &gt; .box2 {
    height: 18px;
    right: 14px;
    top: 14px;
    width: 24px;
  }
}
@media screen and (min-width: 1100px) {
  #header.fixed &gt; .box3 {
    left: 150px;
    width: calc(100% - 150px);
  }
}
@media screen and (min-width: 1100px) {
  #header.fixed &gt; .box3 &gt; .box2 {
    height: 100%;
  }
}
@media screen and (min-width: 1100px) {
  #header.fixed &gt; .box3 &gt; .box2 &gt; .lst {
    height: 100%;
  }
}
@media screen and (min-width: 1100px) {
  #header.fixed &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; .sub-menu {
    padding-top: 17px;
  }
}
@media screen and (min-width: 1100px) {
  #header.fixed &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type9 {
    margin-left: 25px;
    width: auto;
  }
}
@media screen and (min-width: 1100px) {
  #header.fixed &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type9 &gt; a {
    padding: 24px 30px 23px;
  }
}
@media screen and (min-width: 1100px) {
  #header.fixed &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type10 {
    display: none;
  }
}
#header.type2 {
  background-color: transparent;
}
#header.type2 &gt; .box1 {
  left: 17.5px;
  top: 12.5px;
  width: 135px;
}
@media screen and (min-width: 768px) {
  #header.type2 &gt; .box1 {
    left: 30px;
    top: 25px;
    width: 177.5px;
  }
}
#header.type2 &gt; .box2 {
  height: 25px;
  right: 20px;
  top: 20px;
  width: 32px;
}
@media screen and (min-width: 768px) {
  #header.type2 &gt; .box2 {
    height: 25px;
    right: 30px;
    top: 30px;
    width: 32px;
  }
}
#header.type2 &gt; .box2 &gt; .lnk &gt; .img1 {
  display: none;
}
#header.type2 &gt; .box2 &gt; .lnk &gt; .img2 {
  display: block;
}
@media screen and (min-width: 1100px) {
  #header.type2 &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; a {
    color: #ffffff;
  }
}
@media screen and (min-width: 1100px) {
  #header.type2 &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; a:hover {
    color: #ba0025;
  }
}
@media screen and (min-width: 1100px) {
  #header.type2 &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item &gt; a {
    background-color: rgba(255, 255, 255, 0.85);
    color: #000000;
  }
}
@media screen and (min-width: 1100px) {
  #header.type2 &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item &gt; a:hover {
    background-color: #d25D59;
    color: #ffffff;
  }
}
@media screen and (min-width: 1100px) {
  #header.type2 &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type9 &gt; a:hover {
    color: #ffffff;
  }
}
@media screen and (min-width: 1100px) {
  #header.type2 &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type10 &gt; .sub-menu &gt; .menu-item {
    border-left: 1px solid #ffffff;
  }
}
@media screen and (min-width: 1100px) {
  #header.type2 &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type10 &gt; .sub-menu &gt; .menu-item:last-of-type {
    border-right: 1px solid #ffffff;
  }
}
@media screen and (min-width: 1100px) {
  #header.type2 &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type10 &gt; .sub-menu &gt; .menu-item &gt; a {
    background-color: transparent;
    color: #ffffff;
  }
}
@media screen and (min-width: 1100px) {
  #header.type2 &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type10 &gt; .sub-menu &gt; .menu-item &gt; a:hover {
    color: #ba0025;
  }
}
@media screen and (min-width: 1100px) {
  #header.type2 &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type10 &gt; .sub-menu &gt; .menu-item.type101 a {
    color: #ba0025;
  }
}
#header.type2.fixed {
  background-color: rgba(255, 255, 255, 0.95);
}
#header.type2.fixed &gt; .box1 {
  left: 15px;
  top: 10px;
  width: 85px;
}
@media screen and (min-width: 768px) {
  #header.type2.fixed &gt; .box1 {
    left: calc(50% - 42.5px);
    top: 10px;
  }
}
@media screen and (min-width: 1100px) {
  #header.type2.fixed &gt; .box1 {
    left: 20px;
    top: 14px;
    width: 110px;
  }
}
#header.type2.fixed &gt; .box2 {
  height: 18px;
  right: 14px;
  top: 14px;
  width: 22px;
}
@media screen and (min-width: 768px) {
  #header.type2.fixed &gt; .box2 {
    height: 18px;
    right: 14px;
    top: 14px;
    width: 24px;
  }
}
#header.type2.fixed &gt; .box2 &gt; .lnk &gt; .img1 {
  display: block;
}
#header.type2.fixed &gt; .box2 &gt; .lnk &gt; .img2 {
  display: none;
}
@media screen and (min-width: 1100px) {
  #header.type2.fixed &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; a {
    color: #000000;
  }
}
@media screen and (min-width: 1100px) {
  #header.type2.fixed &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; a:hover {
    color: #ba0025;
  }
}
@media screen and (min-width: 1100px) {
  #header.type2.fixed &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item.type9 &gt; a {
    color: #ffffff;
  }
}
@media screen and (min-width: 1100px) {
  #header.type2.fixed &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; .sub-menu {
    padding-top: 19px;
  }
}
@media screen and (min-width: 1100px) {
  #header.type2.fixed &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item &gt; a {
    background-color: #ba0025;
    color: #ffffff;
  }
}
@media screen and (min-width: 1100px) {
  #header.type2.fixed &gt; .box3 &gt; .box2 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item &gt; a:hover {
    background-color: #d25D59;
  }
}

/*** banner ***/
#banner {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #banner.type1 {
    position: relative;
  }
}
#banner.type1 &gt; .box1 {
  background-color: #000000;
  height: 100vh;
  left: 0;
  top: 0;
  width: 100%;
  position: fixed;
}
#banner.type1 &gt; .box1 &gt; .lst {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#banner.type1 &gt; .box1 &gt; .lst .slick-list, #banner.type1 &gt; .box1 &gt; .lst .slick-track, #banner.type1 &gt; .box1 &gt; .lst .slick-slide {
  background-color: #000000;
}
#banner.type1 &gt; .box1 &gt; .lst .slick-list {
  width: 100%;
}
#banner.type1 &gt; .box1 &gt; .lst .itm {
  height: 100vh;
  position: relative;
  width: 100%;
}
#banner.type1 &gt; .box1 &gt; .lst .itm &gt; .img {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner.type1 &gt; .box1 &gt; .lst .itm &gt; .mov {
  height: auto;
  width: auto;
  display: block;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#banner.type1 &gt; .box1::after {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: url("http://staging.mitsuhashi-corp.co.jp/images/ja/banner/bg_home.png") center center;
  background-size: 9px 9px;
  content: "";
  display: block;
  position: absolute;
}
#banner.type1 &gt; .box2 {
  height: 100vh;
  position: relative;
  width: 100%;
}
#banner.type1 &gt; .box2 &gt; .box1 {
  height: auto;
  width: 100%;
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#banner.type1 &gt; .box2 &gt; .box1 &gt; .phd {
  height: auto;
  width: 100%;
  color: #ffffff;
  font-size: 9.06vw;
  font-weight: 700;
  letter-spacing: 0.024em;
  margin-bottom: 17.5px;
  text-align: center;
  -webkit-transform: translateX(0.5em);
          transform: translateX(0.5em);
}
@media screen and (min-width: 497px) {
  #banner.type1 &gt; .box2 &gt; .box1 &gt; .phd {
    font-size: 45px;
  }
}
@media screen and (min-width: 768px) {
  #banner.type1 &gt; .box2 &gt; .box1 &gt; .phd {
    font-size: 50px;
    margin-bottom: 37.5px;
  }
}
@media screen and (min-width: 1100px) {
  #banner.type1 &gt; .box2 &gt; .box1 &gt; .phd {
    font-size: 56px;
    margin-bottom: 30px;
  }
}
#banner.type1 &gt; .box2 &gt; .box1 &gt; .par1 {
  height: auto;
  width: 100%;
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-size: 5vw;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (min-width: 400px) {
  #banner.type1 &gt; .box2 &gt; .box1 &gt; .par1 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  #banner.type1 &gt; .box2 &gt; .box1 &gt; .par1 {
    font-size: 24px;
  }
}
#banner.type1 &gt; .box2 &gt; .box1 &gt; .par2 {
  height: auto;
  width: 100%;
  text-align: center;
}
#banner.type1 &gt; .box2 &gt; .box1 &gt; .par2 &gt; .lnk {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-size: 3.75vw;
  font-weight: 600;
  height: auto;
  letter-spacing: 0.025em;
  margin: 25px auto 0;
  padding: 8px 12px 7px;
  text-align: center;
  width: auto;
}
@media screen and (min-width: 426px) {
  #banner.type1 &gt; .box2 &gt; .box1 &gt; .par2 &gt; .lnk {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  #banner.type1 &gt; .box2 &gt; .box1 &gt; .par2 &gt; .lnk {
    display: none;
  }
}
#banner.type1 &gt; .box2 &gt; .box1 &gt; .par2 &gt; .lnk &gt; .ico {
  display: inline-block;
  height: auto;
  margin-right: 5px;
  width: 8px;
}
#banner.type1 &gt; .box2 &gt; .box2 {
  display: none;
}
@media screen and (min-width: 768px) {
  #banner.type1 &gt; .box2 &gt; .box2 {
    bottom: 30px;
    display: block;
    height: auto;
    position: absolute;
    right: 30px;
    width: 140px;
  }
}
@media screen and (min-width: 1100px) {
  #banner.type1 &gt; .box2 &gt; .box2 {
    width: 200px;
  }
}
#banner.type1 &gt; .box2 &gt; .box2 &gt; .lnk {
  height: auto;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  #banner.type1 &gt; .box2 &gt; .box2 &gt; .lnk {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  }
}
@media screen and (min-width: 768px) {
  #banner.type1 &gt; .box2 &gt; .box2 &gt; .lnk:hover {
    opacity: 0.7;
  }
}
#banner.type1 &gt; .box2 &gt; .box2 &gt; .lnk &gt; .img {
  height: auto;
  width: 100%;
  display: block;
}
#banner.type1 &gt; .box2 &gt; .box2 &gt; .lnk &gt; .par {
  height: auto;
  width: 100%;
  background-color: #ba0025;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 6px 0 8px;
  text-align: center;
}
#banner.type1 &gt; .box2 &gt; .box3 {
  bottom: 25px;
  height: auto;
  left: calc(50% - 30px);
  position: absolute;
  width: 60px;
}
@media screen and (min-width: 768px) {
  #banner.type1 &gt; .box2 &gt; .box3 {
    left: calc(50% - 20px);
    width: 40px;
  }
}
#banner.type1 &gt; .box2 &gt; .box3 &gt; .lnk {
  height: auto;
  width: 100%;
  display: block;
  cursor: pointer;
}
#banner.type1 &gt; .box2 &gt; .box3 &gt; .lnk &gt; .txt {
  height: auto;
  width: 100%;
  color: #ffffff;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #banner.type1 &gt; .box2 &gt; .box3 &gt; .lnk &gt; .txt {
    font-size: 9px;
  }
}
#banner.type1 &gt; .box2 &gt; .box3 &gt; .lnk &gt; .img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 25px;
}
#banner.type1 &gt; .box3 {
  height: auto;
  width: 100%;
  background-color: #ba0025;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  #banner.type1 &gt; .box3 {
    bottom: 30px;
    height: auto;
    left: 30px;
    position: absolute;
    width: 295px;
  }
}
@media screen and (min-width: 1100px) {
  #banner.type1 &gt; .box3 {
    left: 35px;
    width: 310px;
  }
}
#banner.type1 &gt; .box3 &gt; .inner {
  height: auto;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 30px;
}
@media screen and (min-width: 405px) {
  #banner.type1 &gt; .box3 &gt; .inner {
    margin: 0 auto;
    width: 405px;
  }
}
@media screen and (min-width: 768px) {
  #banner.type1 &gt; .box3 &gt; .inner {
    padding: 15px 17.5px;
    width: 100%;
  }
}
#banner.type1 &gt; .box3 &gt; .inner &gt; .box1 {
  border: 0.3125vw solid #ffffff;
  height: auto;
  padding: 2.5vw 1.25vw;
  width: 8.46%;
}
@media screen and (min-width: 405px) {
  #banner.type1 &gt; .box3 &gt; .inner &gt; .box1 {
    border: 1.265px solid #ffffff;
    padding: 10.125px 5.0625px;
    width: 27.85px;
  }
}
@media screen and (min-width: 768px) {
  #banner.type1 &gt; .box3 &gt; .inner &gt; .box1 {
    border: 1px solid #ffffff;
    padding: 7.5px 5px;
    width: 22.5px;
  }
}
#banner.type1 &gt; .box3 &gt; .inner &gt; .box1 &gt; .phd {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #ffffff;
  font-size: 3.75vw;
  height: 19.5vw;
  letter-spacing: 1vw;
  text-align: center;
}
@media screen and (min-width: 405px) {
  #banner.type1 &gt; .box3 &gt; .inner &gt; .box1 &gt; .phd {
    font-size: 15.1875px;
    height: 80px;
    letter-spacing: 4.05px;
  }
}
@media screen and (min-width: 768px) {
  #banner.type1 &gt; .box3 &gt; .inner &gt; .box1 &gt; .phd {
    font-size: 12px;
    height: 60px;
    letter-spacing: 0.25em;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#banner.type1 &gt; .box3 &gt; .inner &gt; .box2 {
  height: auto;
  width: 85.76%;
}
@media screen and (min-width: 768px) {
  #banner.type1 &gt; .box3 &gt; .inner &gt; .box2 {
    width: calc(100% - 37.5px);
  }
}
#banner.type1 &gt; .box3 &gt; .inner &gt; .box2 &gt; .phd {
  height: auto;
  width: 100%;
  color: #ffffff;
  font-size: 5vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 2vw;
  text-overflow: ellipsis;
}
@media screen and (min-width: 405px) {
  #banner.type1 &gt; .box3 &gt; .inner &gt; .box2 &gt; .phd {
    font-size: 20.25px;
    margin-bottom: 8.1px;
  }
}
@media screen and (min-width: 768px) {
  #banner.type1 &gt; .box3 &gt; .inner &gt; .box2 &gt; .phd {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
#banner.type1 &gt; .box3 &gt; .inner &gt; .box2 &gt; .par {
  height: auto;
  width: 100%;
  color: #ffffff;
  font-size: 4vw;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 405px) {
  #banner.type1 &gt; .box3 &gt; .inner &gt; .box2 &gt; .par {
    font-size: 16.2px;
  }
}
@media screen and (min-width: 768px) {
  #banner.type1 &gt; .box3 &gt; .inner &gt; .box2 &gt; .par {
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1100px) {
  #banner.type1 &gt; .box3 &gt; .inner &gt; .box2 &gt; .par {
    font-size: 14px;
    line-height: 23px;
  }
}
#banner.type10 &gt; .inner &gt; .phd, #banner.type11 &gt; .inner &gt; .phd, #banner.type13 &gt; .inner &gt; .phd, #banner.type14 &gt; .inner &gt; .phd, #banner.type15 &gt; .inner &gt; .phd, #banner.type16 &gt; .inner &gt; .phd, #banner.type17 &gt; .inner &gt; .phd, #banner.type18 &gt; .inner &gt; .phd, #banner.type19 &gt; .inner &gt; .phd, #banner.type20 &gt; .inner &gt; .phd, #banner.type30 &gt; .inner &gt; .phd, #banner.type40 &gt; .inner &gt; .phd, #banner.type90 &gt; .inner &gt; .phd {
  height: auto;
  width: 100%;
  text-align: center;
}
#banner.type10 &gt; .inner &gt; .phd &gt; .txt, #banner.type11 &gt; .inner &gt; .phd &gt; .txt, #banner.type13 &gt; .inner &gt; .phd &gt; .txt, #banner.type14 &gt; .inner &gt; .phd &gt; .txt, #banner.type15 &gt; .inner &gt; .phd &gt; .txt, #banner.type16 &gt; .inner &gt; .phd &gt; .txt, #banner.type17 &gt; .inner &gt; .phd &gt; .txt, #banner.type18 &gt; .inner &gt; .phd &gt; .txt, #banner.type19 &gt; .inner &gt; .phd &gt; .txt, #banner.type20 &gt; .inner &gt; .phd &gt; .txt, #banner.type30 &gt; .inner &gt; .phd &gt; .txt, #banner.type40 &gt; .inner &gt; .phd &gt; .txt, #banner.type90 &gt; .inner &gt; .phd &gt; .txt {
  height: auto;
  width: auto;
  border-bottom: 4px solid #ba0025;
  display: inline-block;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  white-space: nowrap;
}
#banner.type12 &gt; .inner &gt; .phd {
  height: auto;
  width: 100%;
  text-align: center;
}
#banner.type12 &gt; .inner &gt; .phd &gt; .txt {
  height: auto;
  width: auto;
  border-bottom: 4px solid #ba0025;
  display: inline-block;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#banner.type12 &gt; .inner &gt; .shd {
  display: none;
}
#banner.type51 &gt; .inner &gt; .phd {
  height: auto;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #banner.type51 &gt; .inner &gt; .phd {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1100px) {
  #banner.type51 &gt; .inner &gt; .phd {
    margin-bottom: 50px;
  }
}
#banner.type51 &gt; .inner &gt; .phd &gt; .txt {
  height: auto;
  width: auto;
  border-bottom: 4px solid #ba0025;
  display: inline-block;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#banner.type51 &gt; .inner &gt; .shd {
  height: auto;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 29px;
  text-align: center;
}
#banner.type52 &gt; .inner &gt; .phd {
  height: auto;
  width: 100%;
  text-align: center;
}
#banner.type52 &gt; .inner &gt; .phd &gt; .txt {
  height: auto;
  width: auto;
  border-bottom: 4px solid #ba0025;
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 11px;
}
#banner.type71 &gt; .inner &gt; .phd {
  height: auto;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #banner.type71 &gt; .inner &gt; .phd {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1100px) {
  #banner.type71 &gt; .inner &gt; .phd {
    margin-bottom: 52.5px;
  }
}
#banner.type71 &gt; .inner &gt; .phd &gt; .txt {
  height: auto;
  width: auto;
  border-bottom: 4px solid #ba0025;
  display: inline-block;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#banner.type71 &gt; .inner &gt; .shd {
  height: auto;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 29px;
  text-align: center;
}
#banner.type72 &gt; .inner &gt; .phd {
  height: auto;
  width: 100%;
  text-align: center;
}
#banner.type72 &gt; .inner &gt; .phd &gt; .txt {
  height: auto;
  width: auto;
  border-bottom: 4px solid #ba0025;
  display: inline-block;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#banner.type72 &gt; .inner &gt; .shd {
  display: none;
}
#banner.type81 &gt; .inner &gt; .phd {
  height: auto;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  #banner.type81 &gt; .inner &gt; .phd {
    text-align: left;
  }
}
#banner.type81 &gt; .inner &gt; .phd &gt; .txt {
  height: auto;
  width: auto;
  border-bottom: 4px solid #ba0025;
  display: inline-block;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#banner.type81 &gt; .inner &gt; .shd {
  height: auto;
  width: 100%;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  #banner.type81 &gt; .inner &gt; .shd {
    text-align: left;
  }
}
#banner.type82 &gt; .inner &gt; .phd {
  height: auto;
  width: 100%;
  text-align: center;
}
#banner.type82 &gt; .inner &gt; .phd &gt; .txt {
  height: auto;
  width: auto;
  border-bottom: 4px solid #ba0025;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}
#banner.type10 &gt; .inner {
  height: auto;
  width: 100%;
  padding: 48px 0 60px;
}
@media screen and (min-width: 1100px) {
  #banner.type10 &gt; .inner {
    padding: 88px 0 60px;
  }
}
#banner.type11 &gt; .inner {
  height: auto;
  width: 100%;
  padding: 48px 0 40px;
}
@media screen and (min-width: 768px) {
  #banner.type11 &gt; .inner {
    padding: 48px 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  #banner.type11 &gt; .inner {
    padding: 88px 0 50px;
  }
}
#banner.type12 &gt; .inner {
  height: auto;
  width: 100%;
  padding: 48px 0 40px;
}
@media screen and (min-width: 768px) {
  #banner.type12 &gt; .inner {
    padding: 48px 0 40px;
  }
}
@media screen and (min-width: 1100px) {
  #banner.type12 &gt; .inner {
    padding: 88px 0 40px;
  }
}
#banner.type13 &gt; .inner {
  height: auto;
  width: 100%;
  padding: 48px 0 30px;
}
@media screen and (min-width: 768px) {
  #banner.type13 &gt; .inner {
    padding: 48px 0 47.5px;
  }
}
@media screen and (min-width: 1100px) {
  #banner.type13 &gt; .inner {
    padding: 88px 0 47.5px;
  }
}
#banner.type14 &gt; .inner {
  height: auto;
  width: 100%;
  padding: 48px 0 25px;
}
@media screen and (min-width: 768px) {
  #banner.type14 &gt; .inner {
    padding: 48px 0 25px;
  }
}
@media screen and (min-width: 1100px) {
  #banner.type14 &gt; .inner {
    padding: 88px 0 25px;
  }
}
#banner.type15 &gt; .inner {
  height: auto;
  width: 100%;
  padding: 48px 0 24px;
}
@media screen and (min-width: 768px) {
  #banner.type15 &gt; .inner {
    padding: 48px 0 33px;
  }
}
@media screen and (min-width: 1100px) {
  #banner.type15 &gt; .inner {
    padding: 88px 0 33px;
  }
}
#banner.type16 &gt; .inner {
  height: auto;
  width: 100%;
  padding: 48px 0 30px;
}
@media screen and (min-width: 768px) {
  #banner.type16 &gt; .inner {
    padding: 48px 0 40px;
  }
}
@media screen and (min-width: 1100px) {
  #banner.type16 &gt; .inner {
    padding: 88px 0 40px;
  }
}
#banner.type17 &gt; .inner {
  height: auto;
  width: 100%;
  padding: 48px 0 40px;
}
@media screen and (min-width: 768px) {
  #banner.type17 &gt; .inner {
    padding: 48px 0 40px;
  }
}
@media screen and (min-width: 1100px) {
  #banner.type17 &gt; .inner {
    padding: 88px 0 40px;
  }
}
#banner.type18 &gt; .inner {
  height: auto;
  width: 100%;
  padding: 48px 0 40px;
}
@media screen and (min-width: 768px) {
  #banner.type18 &gt; .inner {
    padding: 48px 0 40px;
  }
}
@media screen and (min-width: 1100px) {
  #banner.type18 &gt; .inner {
    padding: 88px 0 50px;
  }
}
#banner.type19 &gt; .inner {
  height: auto;
  width: 100%;
  padding: 48px 0 40px;
}
@media screen and (min-width: 768px) {
  #banner.type19 &gt; .inner {
    padding: 48px 0 60px;
  }
}
@media screen and (min-width: 1100px) {
  #banner.type19 &gt; .inner {
    padding: 88px 0 60px;
  }
}
#banner.type20 &gt; .inner {
  height: auto;
  width: 100%;
  padding: 48px 0 30px;
}
@media screen and (min-width: 768px) {
  #banner.type20 &gt; .inner {
    padding: 48px 0 40px;
  }
}
@media screen and (min-width: 1100px) {
  #banner.type20 &gt; .inner {
    padding: 88px 0 40px;
  }
}
#banner.type30 &gt; .inner, #banner.type40 &gt; .inner {
  height: auto;
  width: 100%;
  padding: 48px 0 40px;
}
@media screen and (min-width: 768px) {
  #banner.type30 &gt; .inner, #banner.type40 &gt; .inner {
    padding: 48px 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  #banner.type30 &gt; .inner, #banner.type40 &gt; .inner {
    padding: 88px 0 50px;
  }
}
#banner.type51 &gt; .inner {
  height: auto;
  width: 100%;
  padding: 48px 8% 50px;
}
@media screen and (min-width: 768px) {
  #banner.type51 &gt; .inner {
    padding: 48px 50px 47.5px;
  }
}
@media screen and (min-width: 1100px) {
  #banner.type51 &gt; .inner {
    padding: 88px 50px 57.5px;
  }
}
#banner.type52 &gt; .inner {
  height: auto;
  width: 100%;
  padding: 48px 8% 30px;
}
@media screen and (min-width: 768px) {
  #banner.type52 &gt; .inner {
    padding: 48px 50px 30px;
  }
}
@media screen and (min-width: 1100px) {
  #banner.type52 &gt; .inner {
    padding: 88px 50px 30px;
  }
}
#banner.type71 &gt; .inner {
  height: auto;
  width: 100%;
  padding: 48px 8% 20px;
}
@media screen and (min-width: 768px) {
  #banner.type71 &gt; .inner {
    padding: 48px 50px 30px;
  }
}
@media screen and (min-width: 1100px) {
  #banner.type71 &gt; .inner {
    padding: 88px 50px 42.5px;
  }
}
#banner.type72 &gt; .inner {
  height: auto;
  width: 100%;
  padding: 48px 8% 40px;
}
@media screen and (min-width: 768px) {
  #banner.type72 &gt; .inner {
    padding: 48px 50px 40px;
  }
}
@media screen and (min-width: 1100px) {
  #banner.type72 &gt; .inner {
    padding: 88px 50px 40px;
  }
}
#banner.type81 &gt; .inner {
  height: auto;
  width: 100%;
  padding: 57.5px 0 35px;
}
@media screen and (min-width: 768px) {
  #banner.type81 &gt; .inner {
    padding: 57.5px 0 45px;
  }
}
@media screen and (min-width: 1100px) {
  #banner.type81 &gt; .inner {
    margin: 0 auto;
    max-width: 1000px;
    padding: 77.5px 0 40px;
  }
}
#banner.type82 &gt; .inner {
  height: auto;
  width: 100%;
  padding: 50px 0 20px;
}
@media screen and (min-width: 768px) {
  #banner.type82 &gt; .inner {
    padding: 50px 0 27.5px;
  }
}
@media screen and (min-width: 1100px) {
  #banner.type82 &gt; .inner {
    margin: 0 auto;
    max-width: 1000px;
    padding: 90px 0 27.5px;
  }
}
#banner.type90 &gt; .inner {
  height: auto;
  width: 100%;
  padding: 48px 0 40px;
}
@media screen and (min-width: 768px) {
  #banner.type90 &gt; .inner {
    padding: 48px 0 60px;
  }
}
@media screen and (min-width: 1100px) {
  #banner.type90 &gt; .inner {
    padding: 88px 0 60px;
  }
}

/*** main ***/
#main &gt; .sec0 {
  height: auto;
  width: 100%;
}
#main &gt; .sec0 &gt; .inner {
  height: auto;
  width: 100%;
  padding: 100px 8%;
}
@media screen and (min-width: 768px) {
  #main &gt; .sec0 &gt; .inner {
    padding: 150px 50px;
  }
}
@media screen and (min-width: 1100px) {
  #main &gt; .sec0 &gt; .inner {
    padding: 200px 50px;
  }
}
#main &gt; .sec0 &gt; .inner &gt; .par {
  height: auto;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  #main &gt; .sec0 &gt; .inner &gt; .par {
    font-size: 20px;
  }
}

/*** footer ***/
#footer {
  height: auto;
  width: 100%;
  background-color: #f7f8fa;
  position: relative;
}
#footer &gt; .box1 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1 {
    border-bottom: 1px solid #aaaaaa;
    margin: 0 auto;
    max-width: 1000px;
    padding: 45px 0;
  }
}
#footer &gt; .box1 &gt; .lst {
  height: auto;
  width: 100%;
  border-top: 1px solid #aaaaaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1 &gt; .lst {
    border-top: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#footer &gt; .box1 &gt; .lst &gt; .menu-item {
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  width: 50%;
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item {
    border-bottom: none;
    border-right: none;
    width: auto;
  }
}
#footer &gt; .box1 &gt; .lst &gt; .menu-item:nth-of-type(2n) {
  border-right: none;
}
#footer &gt; .box1 &gt; .lst &gt; .menu-item &gt; a {
  height: auto;
  width: 100%;
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 19px 0 17px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item &gt; a {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item &gt; a {
    font-size: 14px;
    padding: 0;
    position: static;
    text-align: left;
  }
}
#footer &gt; .box1 &gt; .lst &gt; .menu-item &gt; a::after {
  background: url("http://staging.mitsuhashi-corp.co.jp/images/ja/ico_arrow_right1.svg") center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  right: 17.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7.2px;
}
@media screen and (min-width: 768px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item &gt; a::after {
    right: 20px;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item &gt; a::after {
    display: inline-block;
    position: static;
    right: auto;
    top: auto;
    -webkit-transform: translate(5px, 2px);
            transform: translate(5px, 2px);
  }
}
@media screen and (min-width: 768px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item &gt; a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item &gt; a:hover::after {
    opacity: 0.7;
  }
}
#footer &gt; .box1 &gt; .lst &gt; .menu-item.current-menu-item &gt; a {
  color: #ba0025;
}
#footer &gt; .box1 &gt; .lst &gt; .menu-item.current-menu-parent &gt; a {
  color: #ba0025;
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item.current-menu-parent &gt; a {
    color: inherit;
  }
}
#footer &gt; .box1 &gt; .lst &gt; .menu-item &gt; .sub-menu {
  display: none;
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item &gt; .sub-menu {
    display: block;
    margin-top: 7px;
  }
}
#footer &gt; .box1 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item {
  height: auto;
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item &gt; a {
    height: auto;
    width: 100%;
    display: block;
    font-size: 11px;
    line-height: 19px;
    position: relative;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item &gt; a::after {
    background: url("http://staging.mitsuhashi-corp.co.jp/images/ja/ico_arrow_right1.svg") center center no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 10.5px;
    -webkit-transform: translate(4px, 1px);
            transform: translate(4px, 1px);
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    width: 5.5px;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item &gt; a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item &gt; a:hover::after {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item &gt; .sub-menu &gt; .menu-item.current-menu-item &gt; a {
    color: #ba0025;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item.type7, #footer &gt; .box1 &gt; .lst &gt; .menu-item.type8, #footer &gt; .box1 &gt; .lst &gt; .menu-item.type9, #footer &gt; .box1 &gt; .lst &gt; .menu-item.type10, #footer &gt; .box1 &gt; .lst &gt; .menu-item.type11, #footer &gt; .box1 &gt; .lst &gt; .menu-item.type12, #footer &gt; .box1 &gt; .lst &gt; .menu-item.type15 {
    display: none;
  }
}
#footer &gt; .box1 &gt; .lst &gt; .menu-item.type11 {
  border-right: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item.type11 {
    border-right: 1px solid #aaaaaa;
    width: 33.333%;
  }
}
#footer &gt; .box1 &gt; .lst &gt; .menu-item.type12 {
  border-right: 1px solid #aaaaaa;
}
@media screen and (min-width: 768px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item.type12 {
    border-right: none;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 33.333%;
  }
}
#footer &gt; .box1 &gt; .lst &gt; .menu-item.type15 {
  border-right: none;
}
@media screen and (min-width: 768px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item.type15 {
    border-right: 1px solid #aaaaaa;
    width: 33.333%;
  }
}
#footer &gt; .box1 &gt; .lst &gt; .menu-item.type12 &gt; a::after, #footer &gt; .box1 &gt; .lst &gt; .menu-item.type15 &gt; a::after {
  background-image: url("http://staging.mitsuhashi-corp.co.jp/images/ja/ico_lnk1.svg");
  height: 12px;
  right: 15px;
  width: 12px;
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item.type12 &gt; a::after, #footer &gt; .box1 &gt; .lst &gt; .menu-item.type15 &gt; a::after {
    right: 17.5px;
  }
}
#footer &gt; .box1 &gt; .lst &gt; .menu-item.type13 {
  display: none;
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item.type13 {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item.type13 a {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item.type13 &gt; .sub-menu {
    margin-top: 0;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item.type13 &gt; .sub-menu &gt; .menu-item:not(:last-of-type) {
    margin-bottom: 11px;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item.type13 &gt; .sub-menu &gt; .menu-item &gt; a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item.type13 &gt; .sub-menu &gt; .menu-item &gt; a::after {
    height: 13px;
    -webkit-transform: translate(5px, 2px);
            transform: translate(5px, 2px);
    width: 7.2px;
  }
}
#footer &gt; .box1 &gt; .lst &gt; .menu-item.type14 {
  display: none;
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item.type14 {
    display: block;
    margin-left: 87.5px;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item.type14 a {
    display: none;
  }
}
#footer &gt; .box1 &gt; .lst &gt; .menu-item.type14 &gt; .sub-menu {
  margin-top: 0;
}
#footer &gt; .box1 &gt; .lst &gt; .menu-item.type14 &gt; .sub-menu &gt; .menu-item {
  width: auto;
}
#footer &gt; .box1 &gt; .lst &gt; .menu-item.type14 &gt; .sub-menu &gt; .menu-item:not(:first-of-type) {
  margin-top: 10px;
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item.type14 &gt; .sub-menu &gt; .menu-item.type141 &gt; a, #footer &gt; .box1 &gt; .lst &gt; .menu-item.type14 &gt; .sub-menu &gt; .menu-item.type142 &gt; a {
    border: 1px solid #000000;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 7px 22px 7px 10px;
    position: relative;
    text-align: center;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item.type14 &gt; .sub-menu &gt; .menu-item.type141 &gt; a::after, #footer &gt; .box1 &gt; .lst &gt; .menu-item.type14 &gt; .sub-menu &gt; .menu-item.type142 &gt; a::after {
    background-image: url("http://staging.mitsuhashi-corp.co.jp/images/ja/ico_lnk1.svg");
    display: block;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 11px;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1 &gt; .lst &gt; .menu-item.type14 &gt; .sub-menu &gt; .menu-item.type141 &gt; a {
    letter-spacing: 0.08em;
  }
}
#footer &gt; .box1.dispense &gt; .lst &gt; .menu-item.type2 &gt; a {
  color: #ba0025;
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1.dispense &gt; .lst &gt; .menu-item.type2 &gt; a {
    color: inherit;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1.dispense &gt; .lst &gt; .menu-item.type2 &gt; .sub-menu &gt; .menu-item.type21 &gt; a {
    color: #ba0025;
  }
}
#footer &gt; .box1.align &gt; .lst &gt; .menu-item.type2 &gt; a {
  color: #ba0025;
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1.align &gt; .lst &gt; .menu-item.type2 &gt; a {
    color: inherit;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1.align &gt; .lst &gt; .menu-item.type2 &gt; .sub-menu &gt; .menu-item.type22 &gt; a {
    color: #ba0025;
  }
}
#footer &gt; .box1.wind &gt; .lst &gt; .menu-item.type2 &gt; a {
  color: #ba0025;
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1.wind &gt; .lst &gt; .menu-item.type2 &gt; a {
    color: inherit;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1.wind &gt; .lst &gt; .menu-item.type2 &gt; .sub-menu &gt; .menu-item.type23 &gt; a {
    color: #ba0025;
  }
}
#footer &gt; .box1.spread &gt; .lst &gt; .menu-item.type2 &gt; .menu-item &gt; a {
  color: #ba0025;
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1.spread &gt; .lst &gt; .menu-item.type2 &gt; .menu-item &gt; a {
    color: inherit;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1.spread &gt; .lst &gt; .menu-item.type2 &gt; .sub-menu &gt; .menu-item.type24 &gt; a {
    color: #ba0025;
  }
}
#footer &gt; .box1.column &gt; .lst &gt; .menu-item.type3 &gt; a {
  color: #ba0025;
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1.column &gt; .lst &gt; .menu-item.type3 &gt; a {
    color: inherit;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1.column &gt; .lst &gt; .menu-item.type3 &gt; a {
    color: #ba0025;
  }
}
#footer &gt; .box1.event &gt; .lst &gt; .menu-item.type7 &gt; a {
  color: #ba0025;
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1.event &gt; .lst &gt; .menu-item.type7 &gt; a {
    color: inherit;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1.event &gt; .lst &gt; .menu-item.type13 &gt; .sub-menu &gt; .menu-item.type131 &gt; a {
    color: #ba0025;
  }
}
#footer &gt; .box1.news &gt; .lst &gt; .menu-item.type8 &gt; a {
  color: #ba0025;
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1.news &gt; .lst &gt; .menu-item.type8 &gt; a {
    color: inherit;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1.news &gt; .lst &gt; .menu-item.type13 &gt; .sub-menu &gt; .menu-item.type132 &gt; a {
    color: #ba0025;
  }
}
#footer &gt; .box1.blog &gt; .lst &gt; .menu-item.type9 &gt; a {
  color: #ba0025;
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1.blog &gt; .lst &gt; .menu-item.type9 &gt; a {
    color: inherit;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box1.blog &gt; .lst &gt; .menu-item.type13 &gt; .sub-menu &gt; .menu-item.type133 &gt; a {
    color: #ba0025;
  }
}
#footer &gt; .box2 {
  padding: 40px 8% 30px;
}
@media screen and (min-width: 768px) {
  #footer &gt; .box2 {
    padding: 40px 50px;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    max-width: 1000px;
    padding: 45px 0 65px;
  }
}
#footer &gt; .box2 &gt; .box1 {
  height: auto;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 30px;
  max-width: 380px;
}
@media screen and (min-width: 768px) {
  #footer &gt; .box2 &gt; .box1 {
    margin: 0 0 30px;
    max-width: none;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box2 &gt; .box1 {
    display: block;
    margin: 0;
    width: 315px;
  }
}
#footer &gt; .box2 &gt; .box1 &gt; .img {
  display: block;
  height: auto;
  width: 46%;
}
@media screen and (min-width: 768px) {
  #footer &gt; .box2 &gt; .box1 &gt; .img {
    width: 145px;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box2 &gt; .box1 &gt; .img {
    margin-bottom: 15px;
    width: 200px;
  }
}
#footer &gt; .box2 &gt; .box1 &gt; .par {
  font-size: 4vw;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.05em;
  margin-left: 6%;
  width: 48%;
}
@media screen and (min-width: 452.38px) {
  #footer &gt; .box2 &gt; .box1 &gt; .par {
    font-size: 18.09px;
  }
}
@media screen and (min-width: 768px) {
  #footer &gt; .box2 &gt; .box1 &gt; .par {
    font-size: 16px;
    margin-left: 22.5px;
    width: calc(100% - 167.5px);
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box2 &gt; .box1 &gt; .par {
    font-size: 21px;
    margin-left: 7.5px;
    width: 100%;
  }
}
#footer &gt; .box2 &gt; .box2 {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 380px;
}
@media screen and (min-width: 768px) {
  #footer &gt; .box2 &gt; .box2 {
    margin: 0;
    max-width: none;
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box2 &gt; .box2 {
    margin: 0;
    max-width: none;
    width: calc(100% - 315px);
  }
}
#footer &gt; .box2 &gt; .box2 &gt; [class^=box] {
  height: auto;
  width: 100%;
}
#footer &gt; .box2 &gt; .box2 &gt; [class^=box]:not(:last-of-type) {
  margin-bottom: 21px;
}
#footer &gt; .box2 &gt; .box2 &gt; [class^=box] &gt; .lst {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #footer &gt; .box2 &gt; .box2 &gt; [class^=box] &gt; .lst:after {
    clear: both;
    content: "";
    display: block;
  }
}
#footer &gt; .box2 &gt; .box2 &gt; [class^=box] &gt; .lst &gt; .trm {
  height: auto;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  #footer &gt; .box2 &gt; .box2 &gt; [class^=box] &gt; .lst &gt; .trm {
    clear: both;
    float: left;
    margin-bottom: 0;
    width: auto;
  }
}
#footer &gt; .box2 &gt; .box2 &gt; [class^=box] &gt; .lst &gt; .dsc {
  height: auto;
  width: 100%;
  font-size: 3.4375vw;
  line-height: 1.5;
}
@media screen and (min-width: 378.18px) {
  #footer &gt; .box2 &gt; .box2 &gt; [class^=box] &gt; .lst &gt; .dsc {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  #footer &gt; .box2 &gt; .box2 &gt; [class^=box] &gt; .lst &gt; .dsc {
    float: left;
    font-size: 11px;
    line-height: 18px;
    margin-left: 10px;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  #footer &gt; .box2 &gt; .box2 &gt; [class^=box] &gt; .lst &gt; .dsc .lnk {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  }
}
@media screen and (min-width: 768px) {
  #footer &gt; .box2 &gt; .box2 &gt; [class^=box] &gt; .lst &gt; .dsc .lnk:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  #footer &gt; .box2 &gt; .box2 &gt; [class^=box] &gt; .lst &gt; .dsc .wd1 {
    display: none;
  }
}
#footer &gt; .box2 &gt; .box2 &gt; [class^=box] &gt; .lst &gt; .dsc .wd2 {
  display: none;
}
@media screen and (min-width: 768px) {
  #footer &gt; .box2 &gt; .box2 &gt; [class^=box] &gt; .lst &gt; .dsc .wd2 {
    display: inline;
  }
}
#footer &gt; .box3 {
  display: none;
  bottom: 10px;
  height: 26px;
  right: 10px;
  position: fixed;
  width: 26px;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  #footer &gt; .box3 {
    bottom: 20px;
    height: 32px;
    right: 20px;
    width: 32px;
  }
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box3.fixed {
    bottom: 72px;
    position: absolute;
  }
}
#footer &gt; .box3 &gt; .lnk {
  height: 100%;
  width: 100%;
  display: block;
  right: 25px;
}
#footer &gt; .box3 &gt; .lnk &gt; .ico {
  height: 100%;
  width: 100%;
  display: block;
}
#footer &gt; .box4 {
  height: auto;
  width: 100%;
  background-color: #ba0025;
}
#footer &gt; .box4 &gt; .par {
  height: auto;
  width: 100%;
  color: #ffffff;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.09em;
  padding: 22px 0;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  #footer &gt; .box4 &gt; .par {
    font-size: 13px;
    padding: 19.5px 0;
  }
}

/*** modal ***/
#modal.type1 {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  position: fixed;
  z-index: 1500;
}
#modal.type1 &gt; .inner {
  height: auto;
  width: 100%;
  max-width: 900px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#modal.type1 &gt; .inner &gt; .mov {
  height: auto;
  width: 100%;
  display: block;
}
#modal.type1 &gt; .inner &gt; .par {
  height: auto;
  width: 100%;
  color: #ffffff;
  font-size: 9px;
  letter-spacing: 0.05em;
  margin-top: 12.5px;
  padding: 0 10px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  #modal.type1 &gt; .inner &gt; .par {
    font-size: 10px;
  }
}
@media screen and (min-width: 1100px) {
  #modal.type1 &gt; .inner &gt; .par {
    font-size: 11px;
    padding: 0;
  }
}
#modal.type1 &gt; .inner &gt; .lnk1 {
  display: block;
  height: 55px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 55px;
}
@media screen and (min-width: 768px) {
  #modal.type1 &gt; .inner &gt; .lnk1 {
    height: 120px;
    width: 120px;
  }
}
#modal.type1 &gt; .inner &gt; .lnk1 &gt; .ico {
  height: auto;
  width: 100%;
  display: none !important;
}
@media screen and (min-width: 1100px) {
  #modal.type1 &gt; .inner &gt; .lnk1 &gt; .ico {
    display: block;
  }
}
#modal.type1 &gt; .inner &gt; .lnk2 {
  bottom: calc(100% + 10px);
  height: 25px;
  position: absolute;
  right: 10px;
  width: 25px;
}
@media screen and (min-width: 768px) {
  #modal.type1 &gt; .inner &gt; .lnk2 {
    bottom: calc(100% + 15px);
    height: 35px;
    right: 20px;
    width: 35px;
  }
}
#modal.type1 &gt; .inner &gt; .lnk2 &gt; .ico {
  height: auto;
  width: 100%;
  display: block;
}
#modal.type2 {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  position: fixed;
  z-index: 1500;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  #modal.type2 {
    padding: 65px;
  }
}
#modal.type2 &gt; .inner {
  height: 100%;
  width: 100%;
  position: relative;
}
#modal.type2 &gt; .inner &gt; .inner {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85%;
}
#modal.type2 &gt; .inner &gt; .inner &gt; .img {
  display: block;
  height: auto;
  width: 100%;
}
#modal.type2 &gt; .inner &gt; .inner &gt; .lnk {
  height: 20px;
  position: absolute;
  top: -27.5px;
  right: 10px;
  width: 20px;
}
@media screen and (min-width: 768px) {
  #modal.type2 &gt; .inner &gt; .inner &gt; .lnk {
    height: 35px;
    right: 20px;
    top: -50px;
    width: 35px;
  }
}
#modal.type2 &gt; .inner &gt; .inner &gt; .lnk &gt; .ico {
  height: auto;
  width: 100%;
  display: block;
}

/*20220829 追記*/
.grecaptcha-badge {
  visibility: hidden;
}</pre></body></html>