/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
body {
  font-family: 'Noto Sans JP', sans-serif;
  scroll-behavior: smooth; }

.overflow_eliminator {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.orientationManager {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  justify-content: center;
  align-items: center; }

@media only screen and (max-width: 1280px) and (orientation: portrait) {
  .orientationManager {
    display: flex; } }
.spacer {
  width: 100%;
  overflow: auto;
  height: 5px; }

.mid-spacer {
  width: 100%;
  overflow: auto;
  height: 25px; }

.top_slides {
  min-height: 350px;
  width: 100vw;
  width: 100%;
  background-color: black;
  height: calc(100vh - 160px);
  position: relative;
  overflow: hidden; }
  .top_slides .topbgimg {
    position: absolute;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover; }
  .top_slides .parallax-mirror {
    opacity: 0.3 !important; }
  .top_slides div {
    transition: all 0.5s; }
  .top_slides .active {
    opacity: 1; }
  .top_slides .inactive {
    opacity: 0; }
  .top_slides .toptext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
    z-index: 2;
    padding-top: 4vh; }
  .top_slides .slideimage {
    position: absolute;
    left: 50%;
    /* % of surrounding element */
    top: 50%;
    transform: translate(-50%, -50%);
    /* % of current element */
    height: 100%;
    width: 200vh;
    min-width: 100%;
    min-height: 50vw; }
  .top_slides .topvideo {
    width: 100%;
    height: 100%;
    position: absolute; }
    .top_slides .topvideo video {
      position: absolute;
      left: 50%;
      /* % of surrounding element */
      top: 50%;
      transform: translate(-50%, -50%);
      /* % of current element */
      height: 100%;
      width: 200vh;
      min-width: 100%;
      min-height: 50vw; }

.iemidfix .mainholders {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  overflow: hidden; }

.mainholders {
  flex-basis: auto;
  position: relative;
  overflow: auto;
  height: 0;
  padding-bottom: 35.5555555556%; }
  .mainholders .backmain {
    position: relative;
    width: 100%;
    z-index: 1; }
  .mainholders .frontmain {
    position: relative;
    max-width: 100%;
    z-index: 2; }

.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.topnavbar {
  position: fixed;
  height: 105px;
  width: 100%;
  z-index: 5;
  padding: 20px 40px 10px;
  transition: all 0.4s;
  top: 0px;
  background-color: rgba(0, 0, 0, 0); }
  .topnavbar .toplogo {
    width: 240px;
    padding-top: 15px; }
  .topnavbar .navcontrols {
    float: right;
    width: calc(100vw - 350px); }
    .topnavbar .navcontrols ul {
      float: right;
      padding-top: 18px; }
      .topnavbar .navcontrols ul li {
        display: inline-block;
        text-align: center;
        width: calc((100vw - (220px + 15vw)  ) / 6.5);
        float: left;
        max-width: 200px; }
        .topnavbar .navcontrols ul li a {
          font-size: 16px;
          font-weight: 300;
          color: white;
          -moz-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
          -webkit-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
          -ms-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
          text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9); }

.headroom--unpinned {
  top: -120px; }

.headroom--not-top {
  background-color: rgba(0, 0, 0, 0.8); }

.contentsmid {
  padding: 15px 0 15px;
  background: url("../images/metal.png");
  background-repeat: repeat-x;
  background-size: 1100px;
  display: flex;
  flex: center; }
  .contentsmid .main_back {
    border: 1px solid #999; }

.mid-center {
  overflow: hidden;
  max-height: 400px;
  position: relative; }
  .mid-center .midtextarea {
    position: absolute;
    width: 90%;
    padding-top: 50px;
    height: 400px;
    z-index: 2;
    max-width: 1240px;
    min-width: 1000px; }
    .mid-center .midtextarea .textarea {
      padding-left: 2%; }
    .mid-center .midtextarea h2 {
      padding-top: 25px;
      color: white;
      font-size: 21px;
      font-weight: 500;
      line-height: 30px; }
    .mid-center .midtextarea p {
      font-size: 14px;
      line-height: 24px;
      padding-top: 15px;
      padding-bottom: 10px;
      font-weight: 100;
      color: white; }
    .mid-center .midtextarea .botmidgray .grayskew {
      padding-left: 0; }
      .mid-center .midtextarea .botmidgray .grayskew li {
        font-size: 13px;
        font-weight: 700;
        background-color: #b2b2b2;
        display: inline-block;
        margin-right: 1px;
        margin-left: 5px;
        padding: 3px 10px;
        position: relative;
        transform: skew(-15deg);
        -webkit-transform: skew(-15deg); }
        .mid-center .midtextarea .botmidgray .grayskew li span {
          transform: skew(15deg);
          -webkit-transform: skew(15deg);
          display: block; }
  .mid-center .midimgarea {
    position: relative; }
    .mid-center .midimgarea .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.63);
      z-index: 1; }
    .mid-center .midimgarea img {
      width: 100%; }

.midimgareamdt {
  background: #e3e3e3;
  background: -moz-linear-gradient(left, #e3e3e3 1%, #e3e3e3 37%, #b5b5b5 85%, #b5b5b5 100%);
  background: -webkit-linear-gradient(left, #e3e3e3 1%, #e3e3e3 37%, #b5b5b5 85%, #b5b5b5 100%);
  background: linear-gradient(to right, #e3e3e3 1%, #e3e3e3 37%, #b5b5b5 85%, #b5b5b5 100%);
  height: 360px;
  overflow: hidden; }
  .midimgareamdt .mdtarm {
    position: relative;
    width: 100%;
    max-width: 80%;
    left: -17%;
    top: -18%; }

.midaligntext {
  font-size: 1.2rem;
  font-weight: 900;
  display: block; }

.centertext {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  font-size: 18px;
  font-weight: 700; }

.whitebuttonholder {
  width: 100%;
  text-align: center;
  font-weight: 700; }
  .whitebuttonholder .regularweight {
    font-weight: 300; }

.whitebutton {
  background-color: white;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  position: relative;
  margin: 0 auto;
  display: inline-block; }
  .whitebutton:hover {
    text-decoration: none; }
  .whitebutton > .darktext {
    color: black; }
  .whitebutton.big {
    font-size: 15px;
    line-height: 20px;
    min-width: 180px;
    min-height: 40px;
    padding: 18px 75px 18px 35px; }
    .whitebutton.big:after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 25px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 9px 0 9px 15px;
      border-color: transparent transparent transparent #000000; }
  .whitebutton.small {
    padding: 15px 55px 15px 35px;
    text-align: center;
    min-width: 140px;
    font-size: 15px;
    font-weight: 400;
    min-height: 50px; }
    .whitebutton.small:after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 25px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7.6px 0 7.6px 11px;
      border-color: transparent transparent transparent #000000; }

.mdtsection {
  margin-top: 20px; }
  .mdtsection .mdtheader {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-right: 20px; }
  .mdtsection .mdtlogo {
    display: inline-block;
    width: 130px;
    position: relative;
    top: -5px; }
  .mdtsection .topcenter {
    margin: 25px auto 10px;
    display: block;
    text-align: center; }
  .mdtsection .mdtmid {
    text-align: center;
    color: black;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 20px auto 15px;
    display: block; }

.mdtspecialmid {
  padding-bottom: 100px; }

.zweilbot {
  position: relative;
  background: #1a1a1a url("../images/zweil.png") no-repeat;
  background-size: 1200px;
  background-position: 50% 42%;
  border-bottom: 1px solid black;
  min-height: 560px; }
  .zweilbot h5 {
    color: white;
    font-size: 22px;
    padding-top: 95px;
    font-weight: 500; }

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 100px;
  background-color: #333333; }
  .footer .footerbot li {
    list-style: none;
    line-height: 14px;
    margin-bottom: 16px; }
  .footer .footerbot a {
    color: white;
    font-size: 14px;
    font-weight: 100; }
  .footer .footerbot span {
    color: white; }
  .footer .footerbot .highlight {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px; }
  .footer .footerglobe {
    color: white;
    padding-top: 25px;
    text-align: center; }
    .footer .footerglobe a {
      color: white; }
    .footer .footerglobe img {
      width: 20px;
      height: 20px;
      display: block;
      margin: 0 auto; }

.topglobe {
  color: white;
  position: relative;
  top: -8px;
  text-align: center; }
  .topglobe a {
    color: white; }
  .topglobe img {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto; }

.copyrightarea {
  background-color: black;
  padding: 15px 0;
  overflow: auto; }

.copyrightloc {
  float: right;
  padding-right: 5%;
  color: white;
  font-size: 13px;
  font-weight: 100; }

.footerlogo {
  float: left;
  margin-left: 5%; }
  .footerlogo img {
    width: 150px; }

#mobileheader {
  height: 65px;
  position: fixed;
  z-index: 50;
  width: 100%;
  top: 0;
  transition: all 0.4s; }
  #mobileheader .mobiletoplogo {
    float: left;
    margin-left: 25px;
    margin-top: 25px;
    width: 150px; }
  #mobileheader .mobilenavigation {
    display: block;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    width: 25px;
    height: 20px;
    overflow: hidden; }
    #mobileheader .mobilenavigation .hamburger {
      position: relative;
      width: 25px;
      height: 20px; }
      #mobileheader .mobilenavigation .hamburger span {
        opacity: 1;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 10px;
        color: black;
        background-color: white;
        position: absolute;
        transform: rotate(0deg);
        transition: .4s ease-in-out; }
        #mobileheader .mobilenavigation .hamburger span:nth-child(1) {
          top: 0; }
        #mobileheader .mobilenavigation .hamburger span:nth-child(2) {
          top: 9px; }
        #mobileheader .mobilenavigation .hamburger span:nth-child(3) {
          top: 18px; }
      #mobileheader .mobilenavigation .hamburger.open span:nth-child(1) {
        transform: translateY(9px) rotate(135deg); }
      #mobileheader .mobilenavigation .hamburger.open span:nth-child(2) {
        opacity: 0;
        transform: translateX(60px); }
      #mobileheader .mobilenavigation .hamburger.open span:nth-child(3) {
        transform: translateY(-9px) rotate(-135deg); }

.mobilemenu {
  position: fixed;
  top: 65px;
  left: 60vw;
  background-color: rgba(0, 0, 0, 0);
  height: calc(100vh - 65px);
  width: 100vw;
  z-index: -5;
  opacity: 0;
  transition: all 0.4s;
  overflow: auto;
  -webkit-overflow-scrolling : touch;
 }
  .mobilemenu div {
    position: relative; }
  .mobilemenu.open {
    background-color: rgba(0, 0, 0, 0.9);
    left: 0vw;
    z-index: 50;
    opacity: 1; }

.mobilemenuitem {
  color: white;
  width: 90vw;
  margin: 12px auto 12px;
  border-bottom: 1px solid #808080; }
  .mobilemenuitem .spacer {
    width: 100%;
    height: 20px; }
  .mobilemenuitem a {
    font-weight: 500;
    color: white;
    display: block;
    font-size: 16px;
    margin-left: 30px;
    padding-bottom: 12px;
    position: relative; }
    .mobilemenuitem a:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 8.7px;
      border-color: transparent transparent transparent #ffffff;
      position: relative;
      display: inline-block;
      left: 13px; }
    .mobilemenuitem a.mobilesub {
      margin-left: 90px;
      font-size: 14px;
      font-weight: 300;
      padding: 15px 0px 0px; }
  .mobilemenuitem span {
    font-weight: 500;
    color: white;
    display: block;
    font-size: 16px;
    margin-left: 30px;
    display: block;
    padding-bottom: 0px; }

.mobilemenuglobe {
  padding-top: 20px;
  display: block;
  text-align: center;
  padding-bottom: 100px; }
  .mobilemenuglobe .mobtopglobe {
    width: 20px;
    height: 20px; }
  .mobilemenuglobe a {
    color: white;
    font-size: 14px; }
  .mobilemenuglobe span {
    display: block;
    padding-top: 3px; }

.slide :nth-child(1) {
  animation: slidein;
  animation-duration: .25s; }
.slide :nth-child(2) {
  animation: slidein;
  animation-duration: .35s; }
.slide :nth-child(3) {
  animation: slidein;
  animation-duration: .4s; }
.slide :nth-child(4) {
  animation: slidein;
  animation-duration: .45s; }
.slide :nth-child(5) {
  animation: slidein;
  animation-duration: .5s; }
.slide :nth-child(6) {
  animation: slidein;
  animation-duration: .53s; }
.slide :nth-child(7) {
  animation: slidein;
  animation-duration: .57s; }
.slide :nth-child(8) {
  animation: slidein;
  animation-duration: .6; }

@keyframes slidein {
  0% {
    transform: translate(150px); }
  100% {
    transform: translate(0px); } }
.mobile-headroom--top {
  background: rgba(0, 0, 0, 0); }

.mobile-headroom--not-top {
  background: rgba(0, 0, 0, 0.9); }

.mobile-headroom--unpinned {
  top: -65px !important; }

.mobileslides {
  background-color: black;
  height: calc(100vh - (2.85 * 25vw));
  position: relative;
  overflow: hidden;
  min-height: 100vw;
  max-height: 135vw; }
  .mobileslides .mobileactive {
    opacity: 1; }
  .mobileslides .mobileinactive {
    opacity: 0; }
  .mobileslides .mobilevideo {
    width: 100%;
    height: 100%;
    position: absolute; }
    .mobileslides .mobilevideo video {
      position: absolute;
      left: 50%;
      /* % of surrounding element */
      top: 50%;
      transform: translate(-50%, -50%);
      /* % of current element */
      height: 100%;
      width: 100vh;
      min-width: 100%;
      min-height: 100vw; }

.mobileslidesingle {
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s; }

.mobiletopinnertext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  padding-top: 4vh; }
  .mobiletopinnertext img {
    width: 92vw; }

.mobilecenter {
  min-height: 150px;
  background: url("../images/mid_background.png");
  background-position: center;
  background-size: contain; }
  .mobilecenter .main_back {
    padding: 10px 15px 0; }

.mobilecentertop {
  padding-top: 5px;
  background: url("../images/metal.png");
  background-size: cover; }

.centertextmobile {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500; }

.mobilecentermid {
  margin-top: 10px;
  height: 340px;
  position: relative; }
  .mobilecentermid .mobcenmidbackground {
    position: absolute;
    background-image: url("../images/oem.png");
    background-position: center;
    background-size: cover;
    background-repeat: none;
    height: 100%;
    width: 100%; }
  .mobilecentermid .mobcenmidoverlay {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.76); }
  .mobilecentermid .mobilecentertext {
    position: relative;
    z-index: 4;
    padding: 35px 3vw 15px; }
    .mobilecentermid .mobilecentertext h5 {
      color: white;
      font-size: 0.95rem;
      margin-bottom: 20px; }
    .mobilecentermid .mobilecentertext p {
      color: white;
      font-size: 0.7rem;
      max-width: 85vw; }
    .mobilecentermid .mobilecentertext .grayskew {
      font-size: 0.65rem;
      padding-left: 0; }
      .mobilecentermid .mobilecentertext .grayskew li {
        background-color: #b2b2b2;
        display: inline-block;
        margin-right: 1px;
        margin-left: 6px;
        padding: 3px 10px;
        position: relative;
        transform: skew(-15deg);
        -webkit-transform: skew(-15deg); }
        .mobilecentermid .mobilecentertext .grayskew li span {
          transform: skew(15deg);
          -webkit-transform: skew(15deg);
          display: block; }

.hoverfade {
  opacity: 1;
  transition: all 0.2s; }
  .hoverfade:hover {
    opacity: 0.8; }

.mobilewhitebuttonholder {
  width: 100%;
  text-align: center; }

.mobilewhitebutton {
  background-color: white;
  padding: 12px 55px 12px 20px;
  min-width: 10px;
  text-align: left;
  position: relative;
  margin: 0 auto;
  display: inline-block; }
  .mobilewhitebutton:hover {
    text-decoration: none; }
  .mobilewhitebutton > .darktext {
    color: black;
    display: block; }
  .mobilewhitebutton .midsize {
    font-size: 0.7rem;
    line-height: 0.85rem;
    font-weight: 900; }
  .mobilewhitebutton .smallsize {
    font-size: 0.7rem;
    line-height: 0.85rem;
    font-weight: 500; }
  .mobilewhitebutton:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #000000; }

.mobilemotiondesigntechsection {
  width: 100%;
  position: relative;
  height: 420px;
  overflow: hidden;
  background: #e3e3e3;
  background: -moz-linear-gradient(top, white 1%, white 37%, #b5b5b5 85%, #b5b5b5 100%);
  background: -webkit-linear-gradient(top, white 1%, white 37%, #b5b5b5 85%, #b5b5b5 100%);
  background: linear-gradient(to bottom, white 1%, white 37%, #b5b5b5 85%, #b5b5b5 100%); }
  .mobilemotiondesigntechsection .kanamonoimage {
    position: absolute;
    bottom: 0; }
    .mobilemotiondesigntechsection .kanamonoimage img {
      position: relative;
      width: 150vw;
      max-width: 150vw;
      left: -30vw;
      top: 20px; }
  .mobilemotiondesigntechsection .mobilemidttextarea .mdtmobilecenter {
    position: relative;
    margin: 30px auto 15px;
    text-align: center;
    max-width: inherit; }
  .mobilemotiondesigntechsection .mobilemidttextarea .topspan {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 900; }
  .mobilemotiondesigntechsection .mobilemidttextarea .mobilemotiondesignlogo {
    width: 80px;
    display: inline-block; }
  .mobilemotiondesigntechsection p {
    position: relative;
    z-index: 3;
    font-size: 0.9rem;
    display: block;
    margin: 0 auto; }
  .mobilemotiondesigntechsection .mdtmobilebotcenter {
    position: absolute;
    bottom: 50px; }

.mobilezweilbot {
  min-height: 375px;
  width: 100vw;
  background: #1a1a1a url("../images/zweil.png") no-repeat;
  background-position: 44% 70%;
  background-size: contain;
  background-size: 150vw;
  background-repeat: no-repeat;
  position: relative; }

.mobilezweilarrangebot {
  width: 100%;
  position: absolute;
  bottom: 35px;
  z-index: 3;
  color: white;
  text-align: center; }
  .mobilezweilarrangebot h6 {
    margin-bottom: 20px; }

.mobilebotrecruit {
  margin: 40px auto;
  width: 80vw;
  height: 220px; }
  .mobilebotrecruit .mobilerecruitbackground {
    width: 100%;
    height: 100%;
    background-image: url("../images/recruit.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 3; }
  .mobilebotrecruit .mobilerecruitoverlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.71); }
  .mobilebotrecruit h6 {
    padding-top: 40px;
    color: white;
    font-size: 1rem;
    font-weight: 700; }
  .mobilebotrecruit p {
    color: white;
    font-size: 0.7rem;
    line-height: 1.2rem;
    font-weight: 100; }

.mobilereduction {
  max-width: 100vw;
  overflow: hidden; }

.footerheader {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px; }

.mobilefooter {
  background-color: #262626;
  padding-top: 37px; }
  .mobilefooter .mobfootlist {
    padding-left: 0;
    text-align: center; }
    .mobilefooter .mobfootlist a {
      color: white;
      font-size: 11px;
      font-weight: 300;
      line-height: 28px; }
    .mobilefooter .mobfootlist li {
      list-style: none; }
      .mobilefooter .mobfootlist li.mobfoothigh {
        font-size: 13px;
        font-weight: 700;
        color: white; }
        .mobilefooter .mobfootlist li.mobfoothigh a {
          font-size: 12px;
          font-weight: 700; }
  .mobilefooter .mobfootglobe {
    padding-top: 20px;
    display: block;
    text-align: center;
    padding-bottom: 20px; }
    .mobilefooter .mobfootglobe .mobfootglsvg {
      width: 20px;
      height: 20px; }
    .mobilefooter .mobfootglobe a {
      color: white;
      font-size: 14px; }
    .mobilefooter .mobfootglobe span {
      display: block;
      padding-top: 3px; }

.mobcopyright {
  padding: 10px 15px;
  background-color: black;
  overflow: auto; }
  .mobcopyright .mobcopylogo {
    float: left; }
    .mobcopyright .mobcopylogo img {
      height: 25px; }
  .mobcopyright .mobcopyrighttext {
    float: right;
    color: white;
    font-size: 7px;
    font-weight: 300;
    line-height: 25px; }

.row-large-gutter {
  margin-left: 40px;
  margin-right: 40px; }

.row-large-gutter > * {
  padding-left: 40px;
  padding-right: 40px; }


/*追加分10月7日　ー 歴史ページ*/
.rekishipage {
  position: relative;
  background: #1a1a1a url("../images/heritage.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-bottom: 1px solid black;
  min-height: 550px; }
  .rekishipage h5 {
    color: white;
    font-size: 22px;
			line-height:42px;
    padding-top: 95px;
    font-weight: 500; }


.mobilerekishibot {
  min-height: 290px;
  width: 100vw;
  background: #1a1a1a url("../images/heritage.jpg") no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

.mobilerekishiarrangebot {
  width: 100%;
  position: absolute;
  top: 80px;
  z-index: 3;
  color: white;
  text-align: center; }
  .mobilerekishiarrangebot h6 {
			line-height:28px;
    margin-bottom: 20px; }


@media (max-width: 992px) and (min-width: 768px) {
  .mobilecentermid {
    max-width: 90vw;
    margin: 10px auto 15px; }

  .mobilecentermid .mobilecentertext {
    width: 380px;
    margin: 0 auto; }

  .ipadmdt {
    height: 360px; }

  .midimgareamdt {
    height: 320px;
    width: 90vw;
    margin: 0 auto;
    overflow: hidden; }
    .midimgareamdt .mdtarm {
      position: relative;
      width: 100%;
      max-width: 80%;
      left: -17%;
      top: -18%; }

  .mid-center .midtextarea {
    position: absolute;
    width: 100%;
    padding-top: 50px;
    height: 400px;
    z-index: 2;
    max-width: 1240px;
    min-width: none; }

  .mdtsection .mdtmid {
    font-size: 13px; }

  .mobilezweilbot {
    background-size: 600px; }

  .top_slides .toptext {
    width: 60%; } }
@media only screen and (max-width: 1280px) and (orientation: portrait) {
  .top_slides {
    max-height: 750px !important; } }

    
.mobilefooter.excl-area {
	border-top: 2px solid #d3d3d4;
	box-sizing: border-box;
	background: #fff;
}
.mobilefooter.excl-area .row {
  padding: 0 20px 17px;
  box-sizing: border-box;
  justify-content: space-between;
}
.mobilefooter.excl-area .col {
  flex: 0 0 45%;
  max-width: 45%;
  margin-bottom: 20px;
}
.mobilefooter.excl-area .mobfootlist {
  text-align: left;
}
.mobilefooter.excl-area .mobfootlist .parent {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 12px;
}
.mobilefooter.excl-area .mobfootlist .parent a,
.mobilefooter.excl-area .mobfootlist .parent span {
  line-height: 2;
  display: block;
  font-weight: 700;
  font-size: 12px;
}
.mobilefooter.excl-area .mobfootlist .child a,
.mobilefooter.excl-area .mobfootlist .grand a {
  line-height: 2;
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
}
.mobilefooter.excl-area .mobfootlist .child a::before,
.mobilefooter.excl-area .mobfootlist .grand a::before {
  content: '－';
  position: absolute;
  top: 0;
  left: 0;
}
.mobilefooter.excl-area .mobfootlist .grand a {
  padding-left: 2.5em;
}
.mobilefooter.excl-area .mobfootlist .grand a::before {
  content: '├';
  left: 1.3em;
}
.mobilefooter.excl-area .mobfootlist a {
  display: block;
  color: #000;
}
.mobilefooter.excl-area .ftNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  list-style: none !important;
  padding: 20px 20px 10px;
  box-sizing: border-box;
  background: #333;
}
.mobilefooter.excl-area .ftNav li {
  width: calc(50% - 10px);
  margin-bottom: 10px;
}
.mobilefooter.excl-area .ftNav li a {
  line-height: 1.5;
  display: block;
  color: #fff !important;
  font-size: 13px;
}






/* 追加分2月18日　フッター */

.excl-global {
	width: 120px !important;
  margin: 0 0 0 40px!important;
	font-size: 15px !important;
}
.excl-global a {
  color: #000 !important;
}
.excl-global img {
  width: 15px !important;
  height: 15px !important;
  margin-bottom: 6px !important;
}
.footer.excl-area {
	padding: 0;
	border-top: 2px solid #d3d3d4;
	box-sizing: border-box;
	background: #fff;
}
.footer.excl-area .row {
  padding: 40px 0 20px;
  box-sizing: border-box;
  justify-content: space-between;
}
.footer.excl-area .col {
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 20px;
}
.footer.excl-area .footerbot {
  text-align: left;
}
.footer.excl-area .footerbot li {
  margin-bottom: 8px;
}
.footer.excl-area .footerbot .parent {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
}
.footer.excl-area .footerbot .parent a,
.footer.excl-area .footerbot .parent span {
  line-height: 2;
  display: block;
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
.footer.excl-area .footerbot .child a,
.footer.excl-area .footerbot .grand a {
  line-height: 1.5;
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
}
.footer.excl-area .footerbot .child a::before,
.footer.excl-area .footerbot .grand a::before {
  content: '－';
  position: absolute;
  top: 0;
  left: 0;
}
.footer.excl-area .footerbot .grand a {
  padding-left: 2.5em;
}
.footer.excl-area .footerbot .grand a::before {
  content: '├';
  left: 1.3em;
}
.footer.excl-area .footerbot a {
  display: block;
  color: #000;
  font-size: 14px;
}
.footer.excl-area .ftNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none !important;
  margin: 0;
  padding: 30px;
  box-sizing: border-box;
  background: #333;
}
.footer.excl-area .ftNav li {
  margin: 0 15px;
}
.footer.excl-area .ftNav li a {
  line-height: 1.5;
  display: block;
  color: #fff !important;
  font-size: 14px;
}

/* 20210224 */
.contentsmid .col-5 {
  padding-bottom: 20px;
  box-sizing: border-box
}

.contentsmid .mainholders {
  margin-bottom: 5px
}

.contentsmid a.dropdownChild {
  line-height: 1.5;
  display: block;
  position: relative;
  padding-left: 2.5em;
  box-sizing: border-box;
  font-size: 16px;
  text-align: left;
  color: #fff;
}

.contentsmid a.dropdownChild:before {
  content: '－';
  position: absolute;
  top: 0;
  left: 1em
}

.mobilemenuitem a.mobilesub.is-child {
	position: relative;
	padding-left: 2.5em;
	box-sizing: border-box
}

.mobilemenuitem a.mobilesub.is-child:before {
	content: '－';
	position: absolute;
	top: 15px;
	left: 14px
}

html.is-fixed{
  height: 100%;
  overflow: hidden;
}