@charset "UTF-8";
#HeaderWrapper {
  -webkit-transition: .5s;
  transition: .5s;
}

#HeaderWrapper #Header .Logo {
  width: clamp(140px, 17vw, 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#HeaderWrapper #Header .Logo a {
  letter-spacing: .04em;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#HeaderWrapper #Header .Logo a #HeadLogo {
  width: 100%;
  vertical-align: middle;
}

#HeaderWrapper #Header .Logo a #HeadLogo .bg_blue {
  fill: #356eac;
  fill-opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#HeaderWrapper #Header .Logo a #HeadLogo .bg_green {
  fill: #3ea339;
  fill-opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#HeaderWrapper #Header .Logo a #HeadLogo .cls-2 {
  fill: #fff;
}

#HeaderWrapper #Header .Logo a:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#HeaderWrapper #Header .Logo a:hover #HeadLogo .bg_blue, #HeaderWrapper #Header .Logo a:hover #HeadLogo .bg_green {
  fill-opacity: 1;
}

#HeaderWrapper #Header .btn_contanct {
  padding: 0 1.5vw;
  margin-top: 0;
}

#HeaderWrapper #Header .menu-wrapper .drawer-nav {
  margin-right: 0;
  z-index: 1000;
}

@media (max-width: 800px) {
  #HeaderWrapper #Header .menu-wrapper .drawer-nav {
    margin-top: 70px;
  }
}

#HeaderWrapper #Header .menu-wrapper .Language_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 8px;
  gap: 12px;
  padding: 0 1.5vw;
}

#HeaderWrapper #Header .menu-wrapper .Language_pc .LangBtn a {
  background-color: #000;
  color: #fff;
  font-size: .7em;
  line-height: 1;
  padding: 6px 16px;
  border-radius: 30px;
  border: 1px solid #fff;
}

@media (max-width: 800px) {
  #HeaderWrapper #Header .menu-wrapper .Language_pc {
    display: none;
  }
}

#HeaderWrapper #Header .btn_contanct a {
  color: #000;
  padding: 2px 18px;
  border-radius: 100px;
  color: #c80701;
}

@media (max-width: 800px) {
  #HeaderWrapper {
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #HeaderWrapper #Header .menu-wrapper .btn_hum {
    background-color: #c80701;
    z-index: 10000;
  }
}

@media (max-width: 800px) {
  #HeaderWrapper #Header .Logo {
    width: clamp(270px, 22vw, 300px);
    margin-left: 3vw;
  }
}

/*HeaderAnime上書き*/
#HeaderAnime {
  -webkit-transition: .5s;
  transition: .5s;
  top: 0;
  z-index: 1000;
}

/*HeaderAnime上書き*/
.MainWarrper {
  margin-top: 0px;
  overflow: hidden;
}

/*===================
コンテンツcommon
=====================*/
.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  position: relative;
  padding-left: 1.3em;
  font-size: 2.2em;
  line-height: 1.6;
  margin-bottom: .5em;
  font-weight: bold;
}

h2:before {
  content: '';
  position: absolute;
  top: .8em;
  left: 0;
  display: inline-block;
  width: 1em;
  height: 1px;
  background-color: #e40902;
}

h3 {
  font-size: 1.6em;
  font-weight: bold;
}

section {
  padding-top: 90px;
  margin-top: -20px;
  padding-bottom: 70px;
}

.Conte {
  width: 100%;
}

.Conte .Inner {
  width: calc(100% - ((20px + 1.5vw) * 2));
  max-width: calc(1400px - 6vw);
  margin-left: auto;
  margin-right: auto;
}

.Conte .Inner .Inner {
  padding: 0 2.4%;
}

/*ボタンスタイル*/
.Btt {
  /*width: 80%;*/
  max-width: 600px;
  margin-top: 2em;
  text-align: center;
}

.Btt a.button {
  padding: 2px 18px;
  width: 100%;
  max-width: 600px;
  display: inline-block;
  /*padding: .5rem 1.2rem;*/
  border-radius: 10rem;
  text-transform: uppercase;
  /*letter-spacing: .15rem;*/
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  color: #000;
}

.Btt a.button:hover {
  color: #fff !important;
  opacity: 1;
}

.Btt a.button:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #c80701;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 10rem;
  z-index: -1;
  color: #fff;
}

.Btt a.button:hover:before {
  width: 100%;
}

.Btt a.button:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10rem;
  z-index: -2;
}

/*hoverした際の、背景の場所とテキスト色の変更*/
html {
  scroll-padding-top: 100px;
}

/*========= footer ============*/
footer {
  background-color: #282728;
  border-top: 10px solid #3271b3;
}

#footerBg {
  /*background: -webkit-gradient(linear, left top, right top, from(#f1f2fb), to(#c7d2d9));*/
  width: 100%;
  border-top: 10px solid #45a846;
  padding-top: 10px;
}

#footerBg .footer {
  margin: 0 auto;
  width: 100%;
  padding: 70px 6vw 0px 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}

#footerBg .footer .Navi01 .logo {
  color: #fff;
  letter-spacing: .04em;
  font-size: 2.4em;
  margin-bottom: 4px;
  width: 50%;
}

#footerBg .footer .Navi01 .logo #FootLogo {
  fill: #fff;
}

#footerBg .footer .Navi01 p.CorpName {
  color: #fff;
  margin-bottom: 18px;
  font-weight: bold;
  font-size: clamp(0.7rem, calc(.95rem + 0.625vw), 1.8rem);
}

#footerBg .footer .Navi01 p.Address {
  font-size: clamp(0.5rem, calc(.75rem + 0.625vw), 1.5rem);
  line-height: 1.5;
  margin: .5em 0;
  color: #fff;
}

#footerBg .footer .FootTitle {
  font-weight: bold;
  font-size: 1.05em;
  color: #fff;
  margin-top: .6em;
  margin-bottom: .2em;
  margin-left: -0.5em;
}

@media screen and (max-width: 800px) {
  #footerBg .footer .FootTitle {
    border-bottom: 1px solid #bbb;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
  }
}

#footerBg .footer .FootTitle a {
  color: #fff;
}

#footerBg .footer li {
  position: relative;
  font-size: clamp(0.5rem, calc(.8125rem + 0.625vw), 1.625rem);
  line-height: 1.7;
  /*&::before {
				-moz-border-bottom-colors: none;
				-moz-border-left-colors: none;
				-moz-border-right-colors: none;
				-moz-border-top-colors: none;
				border-color: transparent transparent transparent #878787;
				-webkit-border-image: none;
				-o-border-image: none;
				border-image: none;
				border-style: solid;
				border-width: 5px;
				content: "";
				height: 0;
				left: 0;
				position: absolute;
				top: .9em;
				width: 0;
			}*/
}

@media screen and (max-width: 800px) {
  #footerBg .footer li {
    margin-left: 1.8em;
  }
}

#footerBg .footer a {
  color: #fff;
}

#footerBg .footer a:hover {
  opacity: 1;
  text-decoration: underline;
}

#footerBg .SpComName {
  display: none;
}

@media screen and (max-width: 800px) {
  #footerBg .footer .Navi02 {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  #footerBg .footer .Navi03 {
    /*margin-bottom: 30px;*/
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  #footerBg .footer .Navi04 {
    margin: auto;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
  #footerBg .footer li::before {
    top: 35%;
  }
}

@media screen and (max-width: 800px) {
  #footerBg .footer li {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 800px) {
  #footerBg .footer {
    display: block;
  }
}

@media screen and (max-width: 800px) {
  #footerBg .SpComName {
    display: block;
    padding: 0px 6vw 70px 6vw;
    color: #fff;
  }
  #footerBg .SpComName .logo {
    font-size: 2em;
    letter-spacing: .04em;
    width: 40%;
  }
  #footerBg .SpComName .logo .logocls {
    fill: #fff;
  }
  #footerBg .SpComName p.CorpName {
    margin: 20px 0 0px;
    line-height: 1.4;
    font-size: .9em;
    font-weight: bold;
  }
  #footerBg .SpComName p.Address {
    margin: 10px 0 10px;
    line-height: 1.4;
    font-size: .8em;
  }
  #footerBg .SpComName a {
    color: #fff;
  }
}

.copyBox #copy {
  color: #fff;
  text-align: center;
  font-size: .9rem;
  padding: 1.8em 0;
}

.copyBox #copy a {
  color: #fff;
}

/*========= ナビゲーションドロップダウンのためのCSS ===============*/
/*==ナビゲーション全体の設定*/
/*nav{
  background:#333;
  color:#fff;
  text-align: center;
}*/
/*ナビゲーションを横並びに*/
/*nav ul{
  list-style: none;
  display: flex;
  justify-content: center;
}*/
/*2階層目以降は横並びにしない*/
nav ul ul {
  display: block;
}

nav ul li {
  position: relative;
}

nav ul li a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

nav ul li.has-child::before {
  content: '';
  position: absolute;
  left: 0;
  top: .8em;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  text-align: center;
  left: -8em;
  top: 2.6em;
  z-index: 4;
  /*形状を指定*/
  background: rgba(179, 53, 60, 0.9);
  width: calc(100% + 16em);
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: .8em 0 1.4em;
  border-radius: 8px;
}

nav li.has-child ul::before {
  content: "";
  position: absolute;
  top: -9px;
  right: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 1px;
  height: 20px;
  margin: auto;
  background: #000;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  -webkit-transform: none;
          transform: none;
}

nav li.has-child:hover > ul, nav li.has-child ul li:hover > ul, nav li.has-child:active > ul {
  visibility: visible;
  opacity: 1;
}

nav li.has-child ul li {
  margin-bottom: 1em;
}

nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

nav li.has-child ul li:last-child {
  margin-bottom: 0em;
}

nav li.has-child ul li:last-child > a {
  border-bottom: none;
}

nav li.has-child > a {
  pointer-events: none;
}

@media screen and (max-width: 800px) {
  nav li.has-child > a {
    pointer-events: auto;
  }
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
/*ナビゲーションのリンク設定*/
/*nav ul li a{
  display: block;
  text-decoration: none;
  color: #999;
  padding:20px 35px;
  transition:all .3s;
}*/
/*nav ul li li a{
  padding:10px 35px;
}*/
/*nav ul li a:hover{
  color:#fff; 
}*/
/*==矢印の設定*/
/*2階層目を持つliの矢印の設定*/
/*下の階層を持っているulの指定*/
/*hoverしたら表示*/
/*ナビゲーションaタグの形状*/
/*nav li.has-child ul li a{
  color: #fff;
  border-bottom:solid 1px rgba(255,255,255,0.6);
}*/
/*nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
  background:#3577CA;
}*/
/*==768px以下の形状*/
@media screen and (max-width: 800px) {
  nav {
    padding: 0;
  }
  nav ul {
    display: block;
  }
  nav li.has-child ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    -webkit-transition: none;
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
  }
  nav li.has-child ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    -webkit-transition: none;
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
  }
  nav ul li a {
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: .6em;
    color: #fff !important;
  }
  nav ul li ul li {
    margin-bottom: 0 !important;
  }
  nav ul li ul li a {
    color: #000 !important;
  }
  nav ul li.has-child::before {
    left: 100px;
    top: 1.2em;
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  nav ul ul li.has-child::before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    left: 20px;
  }
  nav ul li.has-child.active::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  nav li.has-child ul {
    padding: .8em 0 0;
  }
  /*矢印の位置と向き*/
  #HeaderWrapper #Header .btn_contanct {
    padding: 0 8vw;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
  }
  #HeaderWrapper #Header .btn_contanct a {
    padding: .6em;
  }
  #HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li {
    padding: .3em 1.4vw;
  }
}

.HeadCompanyInfo {
  padding: 0 6vw;
  margin-top: 3em;
  text-align: left;
  color: #fff;
}

.HeadCompanyInfo a {
  color: #fff;
}

.HeadCompanyInfo .logo {
  font-size: 1.4em;
  letter-spacing: .04em;
  margin-bottom: 10px;
}

/*========= トップページ ===============*/
.TopMainVisual {
  position: relative;
}

.TopMainVisual .VisualMask {
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(black), color-stop(42%, black), color-stop(54%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, black 0%, black 42%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, black 0%, black 42%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0) 100%);
  height: 500px;
}

@media (max-width: 800px) {
  .TopMainVisual .VisualMask {
    height: 118vw;
  }
}

.TopMainVisual .VisualMask .Inner {
  width: calc(100% - ((20px + 1.5vw) * 2));
  max-width: 1400px;
  height: 100%;
  margin: auto;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 800px) {
  .TopMainVisual .VisualMask .Inner {
    display: block;
    padding-top: 150px;
  }
}

.TopMainVisual .VisualMask .Inner dl {
  width: 48%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

@media (max-width: 800px) {
  .TopMainVisual .VisualMask .Inner dl {
    width: 100%;
    font-size: 0.8em;
    margin-bottom: 20px;
  }
}

.TopMainVisual .VisualMask .Inner dl p {
  font-size: clamp(2.3em, 3.2vw, 3.3em);
  font-weight: bold;
  margin-bottom: min(2.2vw, 32px);
}

.TopMainVisual .VisualMask .Inner dl dt {
  font-size: clamp(1.8em, 2.5vw, 2.6em);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  width: clamp(66.5%, 32.5vw, 100%);
  min-width: 340px;
}

.TopMainVisual .VisualMask .Inner dl dt span {
  letter-spacing: 1px;
}

.TopMainVisual .VisualMask .Inner dl dd {
  font-size: clamp(8em, 10.8vw, 11em);
  font-weight: bold;
  line-height: .5;
  letter-spacing: .05em;
  margin-bottom: 70px;
  width: clamp(66.5%, 32.5vw, 100%);
  min-width: 340px;
}

@media (max-width: 800px) {
  .TopMainVisual .VisualMask .Inner dl dd {
    margin-bottom: 0;
  }
}

.TopMainVisual .VisualMask .Inner figure {
  width: 48%;
  margin-right: 3vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

@media (max-width: 800px) {
  .TopMainVisual .VisualMask .Inner figure {
    width: 100%;
  }
}

.TopMainVisual .VisualMask .Inner figure img {
  width: 90%;
  max-width: 455px;
  height: auto;
}

@media (max-width: 800px) {
  .TopMainVisual .VisualMask .Inner figure img {
    width: 94%;
    max-width: 94%;
  }
}

.TopMainVisual .video {
  width: 65%;
  height: 500px;
  background-image: url(../img/top/mv_bg.jpg) no-repeeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 160%;
  background-color: #470507;
  position: absolute;
  top: 0;
  left: 35%;
  overflow: hidden;
  z-index: -1;
}

@media (max-width: 800px) {
  .TopMainVisual .video {
    height: 100%;
  }
}

.TopMainVisual .video video {
  width: 100%;
  min-width: 900px;
  height: auto;
}

@media (max-width: 800px) {
  .TopMainVisual .video video {
    width: auto;
    height: 100%;
  }
}

/*========= トップページコンテンツ ===============*/
#TopWorks .effect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 800px) {
  #TopWorks .effect {
    display: block;
  }
}

#TopWorks .effect .effectText {
  width: 56%;
}

@media (max-width: 800px) {
  #TopWorks .effect .effectText {
    width: 100%;
  }
}

#TopWorks .effect .effectText ul.effectIcon {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 800px) {
  #TopWorks .effect .effectText ul.effectIcon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 70%;
    margin: 30px auto 0;
  }
}

#TopWorks .effect .effectText ul.effectIcon li {
  width: 16%;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
}

@media (max-width: 800px) {
  #TopWorks .effect .effectText ul.effectIcon li {
    width: 32%;
    margin-bottom: 10px;
  }
}

#TopWorks .effect .effectText ul.effectIcon li:before {
  padding-top: 100%;
  content: "";
  display: block;
}

#TopWorks .effect .effectText ul.effectIcon li a, #TopWorks .effect .effectText ul.effectIcon li span {
  color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  border-radius: 50%;
  background-color: #c80701;
  border: 1px solid #c80701;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#TopWorks .effect .effectText ul.effectIcon li a:hover, #TopWorks .effect .effectText ul.effectIcon li span:hover {
  background-color: #fff;
  color: #c80701;
  opacity: 1;
}

.effectLink {
  width: auto;
  margin-bottom: 1em;
}

.effectLink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-weight: bold;
  color: #c90802;
}

@media (max-width: 800px) {
  .effectLink a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.effectLink a:hover {
  opacity: 1;
}

.effectLink a .Red_Arrow {
  width: 66px;
  margin-left: .5em;
}

.effectLink a .Red_Arrow .st0 {
  fill: #fff;
  fill-rule: evenodd;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.effectLink a .Red_Arrow .st1 {
  fill-rule: evenodd;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  fill: #c80701;
  stroke: #c80701;
  stroke-miterlimit: 10;
  transition: 0.3s ease-in-out;
}

.effectLink a:hover .Red_Arrow .st0 {
  fill: #c80701;
}

.effectLink a:hover .Red_Arrow .st1 {
  fill: #fff;
  stroke: #c80701;
  stroke-miterlimit: 10;
}

.effectLink a p {
  font-size: 1.2em;
}

#TopAbout {
  background-color: #eeecec;
  position: relative;
  margin-top: calc(4vw + 50px);
  padding-top: 5vw;
}

@media (max-width: 800px) {
  #TopAbout {
    padding-top: 10vw;
    margin-top: 3vw;
  }
}

#TopAbout:before {
  content: "";
  position: absolute;
  top: -4vw;
  left: -10vw;
  width: 120vw;
  height: 15vw;
  background-color: #eeecec;
  border-radius: 50%;
  z-index: -1;
}

#TopAbout .Conte .Inner .Inner {
  padding: 0 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 800px) {
  #TopAbout .Conte .Inner .Inner {
    display: block;
  }
  #TopAbout .Conte .Inner .Inner .HalfBox45 {
    width: 100%;
  }
}

#TopAbout .Conte .Inner .Inner figure img {
  border-radius: 10px;
}

#TopAbout .Conte .Inner .Inner .Title {
  font-weight: bold;
  font-size: 1.5em;
  margin: .3em 0;
}

@media (max-width: 800px) {
  #TopAbout .Conte .Inner .Inner .Title {
    font-size: 1.3em;
  }
}

@media (max-width: 800px) {
  #TopAbout .effectLink {
    margin-right: -14%;
  }
}

#TopInfo {
  padding-top: 90px;
}

@media (max-width: 800px) {
  #TopInfo .Inner {
    display: block;
  }
}

#TopInfo .InfoBox {
  margin-top: 16px;
  background-color: #fbfbfb;
  border: 1px solid #b5b2b2;
  padding: 28px 36px;
  font-size: .88em;
}

@media (max-width: 800px) {
  #TopInfo .InfoBox {
    width: 100%;
  }
}

#TopInfo .InfoBox dl {
  margin-bottom: 60px;
}

#TopInfo .InfoBox dl:last-of-type {
  margin-bottom: 0;
}

#TopInfo .InfoBox dl dt {
  font-weight: bold;
}

#TopInfo .InfoBox dl dd p {
  margin-bottom: .9em;
}

#TopInfo .InfoBox dl dd p:first-of-type {
  font-weight: bold;
}

#TopCompanyInfo {
  background-image: url(../img/top/bg_company_info.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 0px;
  margin-top: 30px;
  padding-bottom: 0px;
  position: relative;
}

@media (max-width: 800px) {
  #TopCompanyInfo {
    padding-top: 0px;
    margin-top: 0px;
  }
}

#TopCompanyInfo .TopCompanyInfo__rayer {
  width: 100%;
  height: 100%;
  background-color: rgba(26, 3, 3, 0.75);
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 800px) {
  #TopCompanyInfo .TopCompanyInfo__rayer .Conte .Inner {
    display: block;
  }
}

#TopCompanyInfo .Policy p {
  color: #9f8686;
  font-size: 2em;
  line-height: 1.2;
  letter-spacing: .04em;
}

#TopCompanyInfo .Policy p span {
  color: #fff;
  font-size: 1.4em;
}

@media (max-width: 800px) {
  #TopCompanyInfo .Policy {
    margin-bottom: 50px;
  }
}

@media (max-width: 800px) {
  #TopCompanyInfo .LinkArea {
    width: 100%;
  }
}

#TopCompanyInfo .LinkArea p.Catch {
  color: #fff;
  line-height: 1.8;
  margin-bottom: 2.8em;
}

#TopCompanyInfo .LinkArea a.LinkButtun {
  border: 1px solid #fff;
  border-radius: 10px;
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 40px;
}

@media (max-width: 800px) {
  #TopCompanyInfo .LinkArea a.LinkButtun {
    padding: 28px 20px;
  }
}

#TopCompanyInfo .LinkArea a.LinkButtun p:before {
  content: "";
  background-repeat: no-repeat;
  display: inline-block;
  height: 2.8em;
  width: 2.8em;
  vertical-align: middle;
  margin-right: 1em;
}

@media (max-width: 800px) {
  #TopCompanyInfo .LinkArea a.LinkButtun p:before {
    margin-right: .2em;
  }
}

#TopCompanyInfo .LinkArea a.LinkButtun p.comp:before {
  background-image: url("../img/top/link_icon_company.svg");
}

#TopCompanyInfo .LinkArea a.LinkButtun p.hist:before {
  background-image: url("../img/top/link_icon_history.svg");
}

#TopCompanyInfo .LinkArea a.LinkButtun .Arrow {
  width: 1.3em;
}

#TopCompanyInfo .LinkArea a.LinkButtun .Arrow .cls-arrow {
  fill: #c80701;
  stroke: #c80701;
  stroke-miterlimit: 10;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#TopCompanyInfo .LinkArea a.LinkButtun:hover {
  background-color: rgba(170, 60, 57, 0.8);
  opacity: 1;
}

#TopCompanyInfo .LinkArea a.LinkButtun:hover .Arrow .cls-arrow {
  fill: #fff;
  stroke: #fff;
}

#LowPage #TopCompanyInfo {
  background-image: url("../img/top/bg_company_info.jpg");
  background-position: center;
  background-size: cover;
  padding-top: 90px;
  margin-top: -110px;
  padding-bottom: 0px;
  position: relative;
  z-index: -10;
}

/*========= CTA ===============*/
#CTA {
  background-color: #aa3c39;
}

@media (max-width: 800px) {
  #CTA .Conte .Inner {
    display: block;
  }
  #CTA .Conte .Inner .HalfBox65 {
    width: 100%;
  }
}

#CTA h2 {
  color: #fff;
}

#CTA .CTABox {
  margin-top: 16px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

#CTA .CTABox .CTAlink {
  width: 57%;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
}

@media (max-width: 800px) {
  #CTA .CTABox .CTAlink {
    width: 70%;
  }
}

#CTA .CTABox .CTAlink a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  padding: 28px 12%;
  position: relative;
  z-index: 1;
}

#CTA .CTABox .CTAlink a:hover {
  color: #ffd8d7;
  opacity: 1;
}

#CTA .CTABox .cta_contact {
  border-radius: 10px;
}

#CTA .CTABox .cta_contact:after {
  content: "";
  background-image: url("../img/common/cta_contact.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#CTA .CTABox .cta_contact:hover:after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#CTA .CTABox .cta_dl {
  border-radius: 10px;
}

#CTA .CTABox .cta_dl:after {
  content: "";
  background-image: url("../img/common/cta_dl.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#CTA .CTABox .cta_dl:hover:after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*========= lowpage ===============*/
.scroll-table {
  overflow-x: scroll;
}

.scroll-table .table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}

.scroll-table .table th,
.scroll-table .table td {
  border-bottom: 1px solid #c1c1c1;
  padding: 9px 0;
}

.scroll-table .table th {
  width: 20%;
  color: #9f0e15;
  font-weight: bold;
}

.scroll-table .table td {
  text-align: center;
  width: 40%;
}

.scroll-table .table td.Name210,
.scroll-table .table td.Name910 {
  font-size: 1.5em;
  font-weight: bold;
}

.scroll-table .table td.Name210 {
  color: #9f0e15;
}

.scroll-table .table td:first-of-type {
  background-color: #f5e7e8;
}

.scroll-table .table tr:last-of-type th,
.scroll-table .table tr:last-of-type td {
  border-bottom: none;
}

/*======================================================
　　　　　下層ページ
=======================================================*/
#LowPage .Bold {
  font-weight: bold;
}

#LowPage h2.BgBar {
  font-size: 1.65em;
  margin-bottom: 1.5em;
  font-weight: bold;
  padding: .1em .5em;
}

@media (max-width: 800px) {
  #LowPage h2.BgBar {
    font-size: 1.4em;
  }
}

#LowPage h2.BgBar.BgWhite {
  background-color: #fff;
  color: #c80901;
}

#LowPage h2.BgBar.BgRed {
  background: #C80901;
  background: -webkit-gradient(linear, left top, right top, from(#c80901), to(black));
  background: -webkit-linear-gradient(left, #c80901 0%, black 100%);
  background: linear-gradient(90deg, #c80901 0%, black 100%);
  color: #fff;
}

#LowPage h2.BgBar.BgBlue {
  background: #C80901;
  background: -webkit-gradient(linear, left top, right top, from(#017dcb), to(black));
  background: -webkit-linear-gradient(left, #017dcb 0%, black 100%);
  background: linear-gradient(90deg, #017dcb 0%, black 100%);
  color: #fff;
}

#LowPage h2.BgBar:before {
  display: none;
}

#LowPage .LowVisual {
  border-bottom: 10px solid #45a846;
}

#LowPage .LowVisual .VisualMask {
  border-bottom: 10px solid #3271b3;
}

#LowPage .LowVisual .video, #LowPage .LowVisual .VisualMask {
  height: 300px;
}

@media (max-width: 800px) {
  #LowPage .LowVisual .video, #LowPage .LowVisual .VisualMask {
    height: 320px;
  }
}

#LowPage .LowVisual .VisualMask .Inner {
  padding-bottom: 0;
  color: #fff;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  #LowPage .LowVisual .VisualMask .Inner {
    padding-top: 120px;
  }
}

#LowPage .LowVisual .VisualMask .Inner h2 {
  margin-left: 3vw;
  margin-top: 60px;
}

@media (max-width: 800px) {
  #LowPage .LowVisual .VisualMask .Inner h2 {
    font-size: 1.6em;
  }
}

@media (max-width: 800px) {
  #LowPage .LowVisual .video video {
    width: 100%;
    height: auto;
  }
}

/*=====会社概要=====*/
#LowPage #Company .LowCompanyInfo .TopCompanyInfo__rayer {
  padding-bottom: 0 !important;
}

#LowPage #Company .LowCompanyInfo .TopCompanyInfo__rayer .Policy {
  padding-bottom: 100px;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
}

@media (max-width: 800px) {
  #LowPage #Company .LowCompanyInfo .TopCompanyInfo__rayer .Policy {
    margin-bottom: 0;
  }
}

#LowPage #Company .LowCompanyInfo .TopCompanyInfo__rayer .Policy .BgLogo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
}

#LowPage #Company .LowCompanyInfo .TopCompanyInfo__rayer .Policy .BgLogo img {
  width: 100%;
  height: auto;
}

#LowPage #Company .LowCompanyInfo .Origin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: .5em;
}

@media (max-width: 800px) {
  #LowPage #Company .LowCompanyInfo .Origin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#LowPage #Company .LowCompanyInfo .Origin p {
  width: 10.4em;
  min-width: 10.4em;
  white-space: nowrap;
}

#LowPage #Company .LowCompanyInfo .Origin div {
  font-weight: bold;
  color: #fff;
  font-size: clamp(18px, 2vw, 1.4em);
  font-family: '游ゴシック','Yu Gothic',YuGothic,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ W3','メイリオ','ＭＳ Ｐゴシック',sans-serif;
  letter-spacing: 1px;
  padding-bottom: 5px;
}

@media (max-width: 800px) {
  #LowPage #Company .LowCompanyInfo .Origin div {
    font-size: clamp(0.5rem, calc(1rem + 0.625vw), 1.8rem);
  }
}

#LowPage #Company #Overview {
  background-color: #d8effc;
}

#LowPage #Company #Overview dl.OverviewDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

#LowPage #Company #Overview dl.OverviewDetail dt {
  border-top: 1px solid #a0a0a0;
  width: 10em;
  padding: .5em 0;
  color: #0068b6;
  font-weight: bold;
}

@media (max-width: 800px) {
  #LowPage #Company #Overview dl.OverviewDetail dt {
    width: 7em;
  }
}

#LowPage #Company #Overview dl.OverviewDetail dd {
  border-top: 1px solid #a0a0a0;
  width: calc(100% - 10em);
  padding: .5em 0;
}

@media (max-width: 800px) {
  #LowPage #Company #Overview dl.OverviewDetail dd {
    width: calc(100% - 7em);
  }
}

#LowPage #Company #Overview dl.OverviewDetail a {
  color: #000;
  text-decoration: underline;
}

#LowPage #Company #Overview dl.OverviewDetail span {
  display: inline-block;
}

#LowPage #Company #Overview .About {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4%;
}

@media (max-width: 800px) {
  #LowPage #Company #Overview .About {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#LowPage #Company #Overview .About .WorldMap {
  width: 52%;
}

@media (max-width: 800px) {
  #LowPage #Company #Overview .About .WorldMap {
    width: 100%;
  }
}

#LowPage #Company #Overview .About .Photo {
  width: 36%;
}

@media (max-width: 800px) {
  #LowPage #Company #Overview .About .Photo {
    width: 100%;
  }
}

#LowPage #Company #Overview .About .Photo p {
  font-size: .85em;
}

#LowPage #Company #Access .Gmap {
  width: 100%;
  height: auto;
}

#LowPage #Company #Award {
  background-position-y: 50px;
  padding-top: 90px !important;
  margin-top: -90px;
}

#LowPage #Company #Award .Award {
  display: grid;
  gap: 3%;
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 800px) {
  #LowPage #Company #Award .Award {
    grid-template-columns: repeat(2, 1fr);
  }
}

#LowPage #Company #Award .Award dd {
  font-size: .8em;
}

p.RedL {
  font-size: 1.07em;
  color: #c80901;
  font-weight: bold;
}

h3.RedL {
  color: #c80901;
  font-weight: bold;
}

h4.RedL {
  color: #c80901;
  font-weight: bold;
}

/*=====ROBOT-EYEについて=====*/
#LowPage #History .HistryBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#LowPage #History .HistryBox .HistoryWrap {
  position: relative;
  line-height: 1.6;
  width: 61%;
  margin-left: 2em;
  /*max-width: 800px;*/
  /*margin: auto;*/
}

@media (max-width: 800px) {
  #LowPage #History .HistryBox .HistoryWrap {
    width: 89%;
    font-size: .9em;
  }
}

#LowPage #History .HistryBox .HistoryWrap:before {
  display: inline-block;
  position: absolute;
  top: .5em;
  left: -1.04em;
  width: 2px;
  height: calc(100% - 18px);
  background-color: #ccc;
  content: "";
}

#LowPage #History .HistryBox .HistoryWrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.2em;
  position: relative;
  border-bottom: 1px solid #c8c8c8;
}

#LowPage #History .HistryBox .HistoryWrap dl:before {
  content: "";
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  left: -1.5em;
  top: .35em;
  z-index: 5;
  background: #c80901;
}

#LowPage #History .HistryBox .HistoryWrap dl dt {
  width: 5em;
  font-weight: bold;
  color: #c80901;
}

#LowPage #History .HistryBox .HistoryWrap dl dd {
  font-size: 1em;
  width: calc(100% - 5em);
  text-align: justify;
}

#LowPage #History .HistryBox .HistoryWrap dl dd p {
  margin-bottom: 12px;
  position: relative;
  margin-bottom: 1.2em;
}

#LowPage #History .HistryBox .HistoryPhoto img {
  width: 315px;
}

/*=====よくある質問=====*/
.AccordionArea {
  border-bottom: 1px solid #a3a3a3;
}

.AccordionArea .accordion_title {
  border-top: 1px solid #a3a3a3;
  padding-top: 28px;
  padding-bottom: 28px;
  color: #e40902;
  font-size: 1.24em;
  font-weight: bold;
}

.AccordionArea .accordion_title:before, .AccordionArea .accordion_title:after {
  margin-top: 12px;
  margin-right: 9px;
}

.AccordionArea .accordion_title.active::before, .AccordionArea .accordion_title.active::after {
  background: #e40902 !important;
}

.AccordionArea .accordion_title p {
  width: calc(100% - 50px);
}

.AccordionArea .accordion_title span {
  position: absolute;
  right: 0;
  height: 40px;
  width: 40px;
  border: 1px solid #e40902;
  border-radius: 50%;
  background-color: #e40902;
  -webkit-transition: .5s;
  transition: .5s;
  margin-top: -5px;
}

.AccordionArea .accordion_title.active span {
  background-color: #fff;
}

/*=====ROBOT-EYEの動作=====*/
#LowPage #Robo2 .youtube {
  width: 58%;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 800px) {
  #LowPage #Robo2 .youtube {
    width: 100%;
  }
}

#LowPage #Robo2 .youtube iframe {
  width: 100%;
  height: 100%;
}

#LowPage #Robo2 #Robot2Accordion {
  padding-top: 90px !important;
  margin-top: -90px;
}

@media (max-width: 800px) {
  #LowPage #Robo2 #Robot2Accordion .HalfBox50 {
    width: 100%;
  }
  #LowPage #Robo2 #Robot2Accordion .HalfBox54 {
    width: 100%;
  }
}

/*=====カタログダウンロード=====*/
#LowPage #Download .CatalogBox {
  display: grid;
  gap: 5%;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 800px) {
  #LowPage #Download .CatalogBox {
    grid-template-columns: repeat(2, 1fr);
  }
}

#LowPage #Download .CatalogBox a {
  color: #000;
}

#LowPage #Download .CatalogBox a dl dt {
  position: relative;
}

#LowPage #Download .CatalogBox a dl dt img {
  -webkit-box-shadow: 4px 4px 15px -5px #333;
          box-shadow: 4px 4px 15px -5px #333;
}

#LowPage #Download .CatalogBox a dl dt span {
  position: absolute;
  top: 8px;
  right: 8px;
  font-weight: bold;
  font-size: 1.4em;
  color: #fff;
}

@media (max-width: 800px) {
  #LowPage #Download .CatalogBox a dl dt span {
    font-size: 1.1em;
  }
}

#LowPage #Download .CatalogBox a dl dd {
  font-size: .94em;
  font-weight: bold;
}

/*=====ROBOT-EYEについて=====*/
#LowPage #Robo1Sec {
  background-image: url("../img/robot1/bg_robo1.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#LowPage #Robo1Sec img.head_copy {
  max-width: 900px;
  margin-top: 50px;
  margin-bottom: 120px;
}

@media (max-width: 800px) {
  #LowPage #Robo1Sec img.head_copy {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

#LowPage #Robo1Sec .ItemPhoto {
  width: 90%;
  margin: auto;
}

@media (max-width: 800px) {
  #LowPage #Robo1Sec .ItemPhoto {
    width: 100%;
  }
}

/*=====製品=====*/
#LowPage #Product h3.RedTitel {
  font-size: 1.27em;
  color: #9f0e15;
  margin-bottom: 10px;
}

#LowPage #Product #Reason {
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(30%, rgba(0, 0, 0, 0))), url("../img/product/bg_product.jpg");
  background: -webkit-linear-gradient(bottom, white 0%, rgba(0, 0, 0, 0) 30%), url("../img/product/bg_product.jpg");
  background: linear-gradient(0deg, white 0%, rgba(0, 0, 0, 0) 30%), url("../img/product/bg_product.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#LowPage #Product #Reason .ReasonConte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}

@media (max-width: 800px) {
  #LowPage #Product #Reason .ReasonConte {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#LowPage #Product #Reason .ReasonConte .Text {
  width: 42%;
}

@media (max-width: 800px) {
  #LowPage #Product #Reason .ReasonConte .Text {
    width: 100%;
  }
}

#LowPage #Product #Reason .ReasonConte .Text figure {
  width: 28%;
  min-width: 305px;
}

#LowPage #Product #Reason .ReasonConte .Text figure img {
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.5));
  margin-bottom: 50px;
}

#LowPage #Product #Reason .ReasonConte .Text p.SubCatch {
  font-size: clamp(2.3em, 2.6vw, 3.3em);
  font-weight: bold;
  color: #fff;
  margin-bottom: 50px;
}

#LowPage #Product #Reason .ReasonConte .Text p.Shoulder {
  font-weight: bold;
  font-size: 1.35em;
  color: #fff;
  margin-bottom: 20px;
}

#LowPage #Product #Reason .ReasonConte .Text p.ShoulderSub {
  font-weight: bold;
  font-size: 1.1em;
  color: #fff;
  margin-bottom: 2px;
}

#LowPage #Product #Reason .ReasonConte .Text p.Body {
  color: #fff;
  font-size: .95em;
  text-align: justify;
  line-height: 1.6;
}

#LowPage #Product #Reason .ReasonConte .ItemPhoto {
  width: 50%;
}

@media (max-width: 800px) {
  #LowPage #Product #Reason .ReasonConte .ItemPhoto {
    width: 80%;
    margin: auto;
  }
}

#LowPage #Product #Reason div.AnchorNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  #LowPage #Product #Reason div.AnchorNav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#LowPage #Product #Reason div.AnchorNav a {
  width: 20%;
  color: #9f0e15;
  background-color: #fff;
  padding: 12px 5px;
  font-weight: bold;
  font-size: 1.15em;
}

@media (max-width: 800px) {
  #LowPage #Product #Reason div.AnchorNav a {
    width: calc(50% - 2px);
  }
}

#LowPage #Product #Reason div.AnchorNav a:hover {
  background-color: #9f0e15;
  color: #fff;
  opacity: 1;
}

#LowPage #Product #Reason div.AnchorNav a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#LowPage #Product #Reason div.AnchorNav a dl dd {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
}

#LowPage #Product #Reason div.AnchorNav a dl dd:before, #LowPage #Product #Reason div.AnchorNav a dl dd:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 3px;
  height: 1em;
  border-radius: 9999px;
  background-color: #9f0e15;
  -webkit-transform-origin: 50% calc(100% - 2px);
          transform-origin: 50% calc(100% - 2px);
}

#LowPage #Product #Reason div.AnchorNav a dl dd:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#LowPage #Product #Reason div.AnchorNav a dl dd:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#LowPage #Product #Reason div.AnchorNav a:hover dl dd:before, #LowPage #Product #Reason div.AnchorNav a:hover dl dd:after {
  background-color: #fff;
}

#LowPage #Product #Reason .effectLink a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#LowPage #Product #Reason .effectLink a .Red_Arrow {
  width: 50px;
  margin-right: .5em;
}

#LowPage #Product #Function .Division {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

@media (max-width: 800px) {
  #LowPage #Product #Function .Division {
    display: block;
  }
}

#LowPage #Product #Function .Division .HalfBox50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 800px) {
  #LowPage #Product #Function .Division .HalfBox50 {
    width: 100%;
  }
}

#LowPage #Product #Function .Division .HalfBox50:nth-child(odd) {
  padding-right: 30px;
}

@media (max-width: 800px) {
  #LowPage #Product #Function .Division .HalfBox50:nth-child(odd) {
    padding-right: 0;
    margin-bottom: 60px;
  }
}

#LowPage #Product #Function .Division .HalfBox50:nth-child(even) {
  border-left: 1px solid #333;
  padding-left: 30px;
}

@media (max-width: 800px) {
  #LowPage #Product #Function .Division .HalfBox50:nth-child(even) {
    border-left: none;
    padding-left: 0;
    margin-bottom: 60px;
  }
}

#LowPage #Product #Function .Division .HalfBox50 .Bottom {
  margin-top: auto;
}

#LowPage #Product #OtherFunction .Others {
  display: grid;
  gap: 10% 3.5%;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 800px) {
  #LowPage #Product #OtherFunction .Others {
    grid-template-columns: repeat(2, 1fr);
    gap: 4% 3.5%;
  }
}

#LowPage #Product #OtherFunction .Others .Example {
  background-color: #f2e6e5;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  line-height: 1.4;
}

#LowPage #Product #OtherFunction .Others .Example div,
#LowPage #Product #OtherFunction .Others .Example figure {
  font-size: clamp(12px, 1.5vw, 18px);
  width: 50%;
  white-space: nowrap;
}

#LowPage #Product #OtherFunction .Others .Example figure {
  text-align: center;
}

#LowPage #Product #Spec .Division {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

@media (max-width: 800px) {
  #LowPage #Product #Spec .Division {
    display: block;
  }
}

#LowPage #Product #Spec .Division .HalfBox50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 800px) {
  #LowPage #Product #Spec .Division .HalfBox50 {
    width: 100%;
  }
}

#LowPage #Product #Spec .Division .HalfBox50:nth-child(odd) {
  padding-right: 30px;
}

@media (max-width: 800px) {
  #LowPage #Product #Spec .Division .HalfBox50:nth-child(odd) {
    padding-right: 0;
    margin-bottom: 60px;
  }
}

#LowPage #Product #Spec .Division .HalfBox50:nth-child(even) {
  border-left: 1px solid #333;
  padding-left: 30px;
}

@media (max-width: 800px) {
  #LowPage #Product #Spec .Division .HalfBox50:nth-child(even) {
    border-left: none;
    padding-left: 0;
    margin-bottom: 60px;
  }
}

#LowPage #Product #Spec dl.SpacList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#LowPage #Product #Spec dl.SpacList dt {
  width: 8em;
  color: #0068b6;
  font-weight: bold;
  border-bottom: 1px solid #c1c1c1;
  padding: .4em 0;
}

#LowPage #Product #Spec dl.SpacList dd {
  width: calc(100% - 8em);
  border-bottom: 1px solid #c1c1c1;
  padding: .4em 0;
}

#LowPage #Product #Composition .Standard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 800px) {
  #LowPage #Product #Composition .Standard {
    display: block;
    margin-bottom: 50px !important;
  }
}

#LowPage #Product #Composition .Standard .StandardList {
  width: 60%;
}

@media (max-width: 800px) {
  #LowPage #Product #Composition .Standard .StandardList {
    width: 100%;
  }
}

#LowPage #Product #Composition .Standard .StandardPhoto {
  width: 40%;
  font-size: .88em;
}

@media (max-width: 800px) {
  #LowPage #Product #Composition .Standard .StandardPhoto {
    width: 100%;
  }
}

#LowPage #Product #Composition table.CompositionTable {
  font-size: .88em;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #333;
  white-space: nowrap;
}

#LowPage #Product #Composition table.CompositionTable span {
  color: #9f0e15;
}

#LowPage #Product #Composition table.CompositionTable th {
  background-color: #aaabab;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px;
  border: 1px solid #333;
}

#LowPage #Product #Composition table.CompositionTable td {
  padding: 5px;
  text-align: center;
  border: 1px solid #333;
}

#LowPage #Product #Composition table.CompositionTable th:first-of-type,
#LowPage #Product #Composition table.CompositionTable td:first-of-type {
  width: 350px;
}

#LowPage #Product #Composition table.CompositionTable td:first-of-type {
  text-align: left;
}

#LowPage #Product #Composition .Option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 800px) {
  #LowPage #Product #Composition .Option {
    display: block;
  }
}

#LowPage #Product #Composition .Option .OptionList {
  width: 350px;
}

@media (max-width: 800px) {
  #LowPage #Product #Composition .Option .OptionList {
    width: 100%;
  }
}

#LowPage #Product #Composition .Option .OptionPhoto_1 {
  width: 33%;
  font-size: .88em;
}

@media (max-width: 800px) {
  #LowPage #Product #Composition .Option .OptionPhoto_1 {
    width: 80%;
  }
}

#LowPage #Product #Composition .Option .OptionPhoto_2 {
  width: 16%;
  font-size: .88em;
}

@media (max-width: 800px) {
  #LowPage #Product #Composition .Option .OptionPhoto_2 {
    width: 40%;
  }
}

#LowPage #Product #System .Basic {
  width: 27%;
}

@media (max-width: 800px) {
  #LowPage #Product #System .Basic {
    width: 48%;
  }
}

#LowPage #Product #System .Range {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #1c1c1c;
}

#LowPage #Product #System .Range .Title {
  font-size: 1.1em;
  font-weight: bold;
  padding: 1px 16px;
  background-color: #9f0e15;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}

#LowPage #Product #System .Range .RangeStyle {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 800px) {
  #LowPage #Product #System .Range .RangeStyle {
    grid-template-columns: repeat(2, 1fr);
  }
}

#LowPage #Product #System .Range .RangeStyle dl {
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}

#LowPage #Product #System .Range .RangeStyle dl dd {
  margin-bottom: 18px;
}

#LowPage #Product #System .ArrangeWrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}

@media (max-width: 800px) {
  #LowPage #Product #System .ArrangeWrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#LowPage #Product #System .ArrangeWrapp .CameraIcon {
  width: 10%;
}

@media (max-width: 800px) {
  #LowPage #Product #System .ArrangeWrapp .CameraIcon {
    width: 27%;
  }
}

#LowPage #Product #System .ArrangeWrapp .Camera {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9f0e15;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  border-radius: 50%;
  margin-top: 55px;
}

#LowPage #Product #System .ArrangeWrapp .ArrangeArea {
  width: 80%;
  display: grid;
  gap: 50px 30px;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 800px) {
  #LowPage #Product #System .ArrangeWrapp .ArrangeArea {
    width: 60%;
    grid-template-columns: repeat(1, 1fr);
  }
}

#LowPage #Product #System .ArrangeWrapp .ArrangeArea .Arrange {
  width: 100%;
}

/*=====製品ここまで=====*/
/*=====サイトマップ=====*/
#LowPage #SiteMap .SiteMapGrid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 800px) {
  #LowPage #SiteMap .SiteMapGrid {
    grid-template-columns: repeat(1, 1fr);
  }
}

#LowPage #SiteMap .SiteMapGrid dl {
  background-color: #efefef;
  padding: 1em 1.4em;
  /*aspect-ratio: 470 / 360;*/
  min-height: calc(360px - 4em);
  /*width: 100%;*/
  /*max-width: 28vw;*/
  letter-spacing: -1px;
}

#LowPage #SiteMap .SiteMapGrid dl dt {
  font-weight: bold;
  color: #d7000f;
  font-size: 1.3em;
  margin-bottom: .4em;
}

#LowPage #SiteMap .SiteMapGrid dl dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 6px 1px 0;
  width: 100%;
  color: #000;
}

#LowPage #SiteMap .SiteMapGrid dl dd a p:first-of-type {
  margin-right: .5em;
}

#LowPage #SiteMap .SiteMapGrid dl dd a p:last-of-type {
  margin-top: .15em;
  font-size: 1.05em;
}

#LowPage #SiteMap .SiteMapGrid dl dd a p .Red_Arrow {
  width: 26px;
  vertical-align: middle;
}

#LowPage #SiteMap .SiteMapGrid dl dd a p .Red_Arrow .st1 {
  fill-rule: evenodd;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  fill: #d7000f;
  stroke: #d7000f;
  stroke-miterlimit: 10;
  transition: 0.3s ease-in-out;
}

#LowPage #SiteMap .SiteMapGrid dl dd a p .Red_Arrow .st0 {
  fill: #fff;
  fill-rule: evenodd;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#LowPage #SiteMap .SiteMapGrid dl dd a:hover p .Red_Arrow .st1 {
  fill: #fff;
  stroke: #d7000f;
}

#LowPage #SiteMap .SiteMapGrid dl dd a:hover p .Red_Arrow .st0 {
  fill: #d7000f;
}

/*=====サイトマップここまで=====*/
/*==========製品ページ==========*/
#Product .FlexeffectLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}

@media (max-width: 800px) {
  #Product .FlexeffectLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

/*=====SX210=====*/
#Product #SX210 .FlexeffectLink .effectLink a {
  color: #1d2087;
}

#Product #SX210 .FlexeffectLink .effectLink a .Red_Arrow .st1 {
  fill: #1d2087;
  stroke: #1d2087;
}

#Product #SX210 .FlexeffectLink .effectLink a .Red_Arrow .st0 {
  fill: #fff;
}

#Product #SX210 .FlexeffectLink .effectLink a:hover .Red_Arrow .st1 {
  fill: #fff;
}

#Product #SX210 .FlexeffectLink .effectLink a:hover .Red_Arrow .st0 {
  fill: #1d2087;
}

#Product #SX210 .FlexeffectLink .effectLink.ColorWrap a {
  background-color: #1d2087;
  border: 1px solid #1d2087;
  padding: 6px .8em 6px .3em;
  color: #fff;
}

#Product #SX210 .FlexeffectLink .effectLink.ColorWrap a .Red_Arrow .st1 {
  fill: #fff;
  stroke: #fff;
}

#Product #SX210 .FlexeffectLink .effectLink.ColorWrap a .Red_Arrow .st0 {
  fill: #1d2087;
}

#Product #SX210 .FlexeffectLink .effectLink.ColorWrap a:hover {
  background-color: #fff;
  border: 1px solid #1d2087;
  color: #1d2087;
}

#Product #SX210 .FlexeffectLink .effectLink.ColorWrap a:hover .Red_Arrow .st1 {
  fill: #1d2087;
  stroke: #1d2087;
}

#Product #SX210 .FlexeffectLink .effectLink.ColorWrap a:hover .Red_Arrow .st0 {
  fill: #fff;
}

/*=====SX910=====*/
#Product #SX910 .FlexeffectLink .effectLink a {
  color: #c80701;
}

#Product #SX910 .FlexeffectLink .effectLink a .Red_Arrow .st1 {
  fill: #c80701;
  stroke: #c80701;
}

#Product #SX910 .FlexeffectLink .effectLink a .Red_Arrow .st0 {
  fill: #fff;
}

#Product #SX910 .FlexeffectLink .effectLink a:hover .Red_Arrow .st1 {
  fill: #fff;
}

#Product #SX910 .FlexeffectLink .effectLink a:hover .Red_Arrow .st0 {
  fill: #c80701;
}

#Product #SX910 .FlexeffectLink .effectLink.ColorWrap a {
  background-color: #c80701;
  border: 1px solid #c80701;
  padding: 6px .8em 6px .3em;
  color: #fff;
}

#Product #SX910 .FlexeffectLink .effectLink.ColorWrap a .Red_Arrow .st1 {
  fill: #fff;
  stroke: #fff;
}

#Product #SX910 .FlexeffectLink .effectLink.ColorWrap a .Red_Arrow .st0 {
  fill: #c80701;
}

#Product #SX910 .FlexeffectLink .effectLink.ColorWrap a:hover {
  background-color: #fff;
  border: 1px solid #c80701;
  color: #c80701;
}

#Product #SX910 .FlexeffectLink .effectLink.ColorWrap a:hover .Red_Arrow .st1 {
  fill: #c80701;
  stroke: #c80701;
}

#Product #SX910 .FlexeffectLink .effectLink.ColorWrap a:hover .Red_Arrow .st0 {
  fill: #fff;
}

#Product #SX910 .SubCatch {
  line-height: 1.2;
}

#Product #SX910 #Reason {
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(22%, rgba(0, 0, 0, 0))), url("/img/product/mx910/bg_product.jpg");
  background: -webkit-linear-gradient(bottom, white 0%, rgba(0, 0, 0, 0) 22%), url("/img/product/mx910/bg_product.jpg");
  background: linear-gradient(0deg, white 0%, rgba(0, 0, 0, 0) 22%), url("/img/product/mx910/bg_product.jpg");
  background-position: center top;
  background-size: cover;
}

#Product #SX910 #Reason .ItemPhoto img {
  width: 85%;
  max-width: 555px;
}

@media (max-width: 1000px) {
  #Product #SX910 #Reason .ItemPhoto img {
    width: 100%;
    max-inline-size: 100%;
  }
}

@media (max-width: 800px) {
  #Product #SX910 #Reason .ItemPhoto img {
    margin-top: -30%;
  }
}

#Product #SX910 #Reason div.AnchorNav a {
  color: #1d2087;
  width: 20%;
}

@media (max-width: 800px) {
  #Product #SX910 #Reason div.AnchorNav a {
    width: calc(50% - 2px);
  }
}

#Product #SX910 #Reason div.AnchorNav a:hover {
  background-color: #1d2087;
  color: #fff;
  opacity: 1;
}

#Product #SX910 #Reason div.AnchorNav a dl dd:before, #Product #SX910 #Reason div.AnchorNav a dl dd:after {
  background-color: #1d2087;
}

#Product #SX910 h2.BgBar.BgRed {
  background: #0074be;
  background: -webkit-gradient(linear, left top, right top, from(#0074be), to(black));
  background: -webkit-linear-gradient(left, #0074be 0%, black 100%);
  background: linear-gradient(90deg, #0074be 0%, black 100%);
  color: #fff;
}

#Product #SX910 #OtherFunction .Others .Example {
  background-color: #dff2fc;
}

#Product #SX910 #Character .CharacterThree {
  display: grid;
  grid-gap: 40px 0px;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}

#Product #SX910 #Character .CharacterThree dl {
  border-right: 1px solid #000;
  padding-right: 1.5em;
  padding-left: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 800px) {
  #Product #SX910 #Character .CharacterThree dl {
    border-right: none;
  }
}

#Product #SX910 #Character .CharacterThree dl:last-of-type {
  border-right: none;
}

#Product #SX910 #Character .CharacterThree dl dt {
  color: #1d2087;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 20px;
}

#Product #SX910 #Character .CharacterThree dl dd {
  margin-top: auto;
  width: 90%;
}

#Product #SX910 #Character .Languages h3 {
  font-size: 1.3em;
  color: #1d2087;
}

#Product #SX910 #Character .Languages div {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 10px;
}

@media (max-width: 800px) {
  #Product #SX910 #Character .Languages div {
    grid-template-columns: repeat(3, 1fr);
  }
}

#Product #SX910 h3.RedTitel {
  color: #1d2087;
}

#Product #SX910 #Composition table.CompositionTable span {
  color: #1d2087;
}

#Product #SX910 #System .Basic {
  width: 50%;
}

@media (max-width: 800px) {
  #Product #SX910 #System .Basic {
    width: 100%;
  }
}

/*=====メールフォーム=====*/
#LowPage #ContForm .ContFormInner {
  width: 60%;
}

@media (max-width: 800px) {
  #LowPage #ContForm .ContFormInner {
    width: 100%;
  }
}

#LowPage #ContForm .ContFormInner .FormPrivacy {
  max-width: 90%;
  margin-left: 0;
}

@media (max-width: 800px) {
  #LowPage #ContForm .ContFormInner .FormPrivacy {
    width: 100%;
    max-width: 100%;
  }
}

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