/* Body */

body {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  overflow: hidden;
  overflow-y: scroll;
  background-color: #000;
}
body .bg-img {
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 100px;
}
body nav .navbar-nav a {
  font-size: 14px;
  color: #fff !important;
  font-weight: bold;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
body nav .navbar-nav a:hover {
  background-color: #ff3300;
}

a {
  color: #eee;
}
a:hover {
  color: #ffff00;
  text-decoration: none;
}

.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.esas-head-text-box {
  position: relative;
  max-height: 500px;
  display: inline-block;
  margin-top: 250px;
}
.esas-head-text-box .title-box {
  padding: 0;
}
.esas-head-text-box .title-box h2 {
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  color: #fff;
  font-size: 36px;
  text-shadow: 1px 1px 3px #000;
  line-height: 1.8;
}
.esas-head-text-box .title-box h2 span {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #ff0000;
  font-size: 38px;
  font-weight: bold;
  text-shadow: 1px 1px 0px #000;
  letter-spacing: -0.1em;
}
.esas-head-text-box .title-box h2 small {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #ff0000;
  font-size: 30px;
  font-weight: bold;
  text-shadow: 1px 1px 3px #000;
  letter-spacing: 0;
}
.title-box1 h2 {
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 31px;
  text-shadow: 1px 1px 3px #000;
  max-width: 250px;
  position: relative;
  text-align: center;
  margin: auto;
}

/* Overview Area */

.esas-overview {
  background: url("../images/main-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 30px 0;
  padding-top: 5px;
}
.esas-overview figure {
  margin-top: 30px !important;
}
.esas-overview h2 {
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-size: 31px;
  font-weight: 500;
  text-shadow: 1px 1px 3px #000;
  line-height: 1.5;
  margin-top: 30px;
}
.esas-overview h4, .esas-overview h5 {
  color: #fff;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 700;
}
.esas-overview p {
  color: #fff;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  font-size: 19px;
  text-shadow: 1px 1px 2px #000;
  line-height: 1.6;
  letter-spacing: -0.018em;
}
.esas-overview figure {
  text-align: center;
}
.esas-overview figure img {
  width: 100%;
}
hr {
  height: 5px;
  background-image: linear-gradient(-45deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0) 25%,
    hsla(0, 0%, 100%, 1) 25%,
    hsla(0, 0%, 100%, 1) 50%,
    hsla(0, 0%, 100%, 0) 50%,
    hsla(0, 0%, 100%, 0) 75%,
    hsla(0, 0%, 100%, 1) 75%);
  background-size: 10px 10px;
  width: 250px;
  margin-left: 0;
}
.esas-content-box {
  background: #000;
  padding-bottom: 100px;
}
.esas-content-box .pr-0 img {
  margin-top: -128px;
}
.esas-content-box img {
  width: 100%;
}
.esas-content-box .card-img-overlay {
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 30px;
  text-shadow: 0 0 15px rgba(0, 0, 0, .5),
               0 0 30px rgba(0, 0, 0, .5),
               0 0 40px rgba(0, 0, 0, 1),
               0 0 50px rgba(52, 152, 219, 1),
               0 0 60px rgba(52, 152, 219, 1),
               0 0 70px rgba(52, 152, 219, 1);
  text-align: center;
  line-height: 1.6;
  top: 30%;
}

/* Function Area */

.esas-function {
  background: url("../images/main-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 30px 0;
  padding-top: 5px;
}
.esas-function figure {
  margin-top: 30px !important;
}
.esas-function h2 {
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-size: 31px;
  font-weight: 500;
  text-shadow: 1px 1px 3px #000;
  line-height: 1.5;
  margin-top: 35px;
}
.esas-function h4, .esas-function h5 {
  color: #fff;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 700;
}
.esas-function figure {
  text-align: center;
}
.esas-function {
  background: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.esas-function p {
  color: #fff;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 31px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
  line-height: 1.8;
}
.small {
  font-size: 0.8em 
}
.table-box{
  display: table;
  border-collapse: collapse;
  margin-bottom: 15px;
}
.table-box dl{
  display: table-row;
}
.table-box dt, .table-box dd{
  display: table-cell;
  color: #fff;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 31px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
  padding: 5px 0;
}
.table-box dt{
  width: 7.5%;
}
hr {
  height: 5px;
  background-image: linear-gradient(-45deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0) 25%,
    hsla(0, 0%, 100%, 1) 25%,
    hsla(0, 0%, 100%, 1) 50%,
    hsla(0, 0%, 100%, 0) 50%,
    hsla(0, 0%, 100%, 0) 75%,
    hsla(0, 0%, 100%, 1) 75%);
  background-size: 10px 10px;
  width: 250px;
  margin-left: 0;
}

/* Spec Area */

.esas-spec {
  background: url("../images/main-bg2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 30px 0;
  padding-top: 5px;
}
.esas-spec figure {
  margin-top: 30px !important;
}
.esas-spec .title-box2 h2 {
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 31px;
  text-shadow: 1px 1px 3px #000;
  max-width: 250px;
  position: relative;
  text-align: center;
  margin: auto;
}
.esas-spec .title-box2 hr {
  height: 5px;
  background-image: linear-gradient(-45deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0) 25%,
    hsla(0, 0%, 100%, 1) 25%,
    hsla(0, 0%, 100%, 1) 50%,
    hsla(0, 0%, 100%, 0) 50%,
    hsla(0, 0%, 100%, 0) 75%,
    hsla(0, 0%, 100%, 1) 75%);
  background-size: 10px 10px;
  width: 250px;
  margin: 0 auto;
  margin-top: 20px;
}
.esas-spec h4, .esas-spec h5 {
  color: #fff;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 700;
}
.esas-spec p {
  color: #fff;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  font-size: 19px;
  text-shadow: 1px 1px 2px #000;
  line-height: 1.6;
  letter-spacing: -0.018em;
}
.esas-spec figure {
  text-align: center;
}
.esas-spec figure img {
    width: 100%;
}

/* Effect Area */

.esas-effect {
  background: url("../images/main-bg2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 30px 0;
  padding-top: 5px;
}
.esas-effect figure {
  margin-top: 30px !important;
}
.esas-effect h2 {
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 31px;
  text-shadow: 1px 1px 3px #000;
  line-height: 1.5;
  margin-top: 40px;
}
.esas-effect h4, .esas-effect h5 {
  color: #fff;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 700;
}
.esas-effect figure {
  text-align: center;
}
.esas-effect {
  background: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.esas-effect p {
  color: #fff;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 31px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
  line-height: 1.8;
}
.table-box2{
  display: table;
  border-collapse: collapse;
  margin-bottom: 15px;
}
.table-box2 dl{
  display: table-row;
}
.table-box2 dt, .table-box2 dd{
  display: table-cell;
  color: #fff;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 31px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
  padding: 5px 0;
}
.table-box2 ss {
  font-size: 20px;
}
.table-box2 f {
  font-family: 'MS UI Gothic', sans-serif;
}
.table-box2 dt{
  width: 12.5%;
}

/* Effect Detail Area */

.esas-content-box .esas-effect_d {
  position: relative;
  margin-bottom: -100px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
}
.esas-content-box .esas-effect_d .card {
  border: none;
  background: transparent;
  margin-top: 0;
}
.esas-content-box .esas-effect_d .card .card-body {
  background: #000;
  padding: 20px 20px 25px;
  margin: 0 0 30px;
  border: 1px solid #a0a0a0;
}
.esas-content-box .esas-effect_d .quote-box2 {
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 31px;
  text-shadow: 1px 1px 3px #000;
  max-width: 250px;
  position: relative;
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
}
.esas-effect_d h4 {
  color: #fff;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-shadow: 1px 1px 3px #000;
}
.esas-effect_d p {
  color: #fff;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-shadow: 1px 1px 3px #000;
}
.box1 {
  background: linear-gradient(#cc0000, #000);
  padding: 7px 0 0 15px;
  border: 1px solid #a0a0a0;
}
.box2 {
  background: linear-gradient(#009933, #000);
  padding: 7px 0 0 15px;
  border: 1px solid #a0a0a0;
}
.box3 {
  background: linear-gradient(#006699, #000);
  padding: 7px 0 0 15px;
  border: 1px solid #a0a0a0;
}
.box4 {
  background: linear-gradient(#660066, #000);
  padding: 7px 0 0 15px;
  border: 1px solid #a0a0a0;
}

/* Features Area */

.esas-content-box .esas-features {
  position: relative;
  padding: 50px 0 60px;
  margin: 70px 0;
}
.esas-content-box .esas-features .card {
  border: none;
  background: transparent;
}
.esas-content-box .esas-features .card .card-body {
  background: #c8000a;
  margin-top: 5px;
}
.esas-content-box .esas-features .title-box2 {
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 31px;
  text-shadow: 1px 1px 3px #000;
  max-width: 250px;
  position: relative;
  text-align: center;
  margin: auto;
  margin-top: -55px;
  margin-bottom: 50px;
}
.esas-content-box .esas-features .card .card-body h4 {
  color: #fff;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 700;
  text-shadow: 1px 1px 3px #000;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.esas-content-box .esas-features .card .card-body p {
  color: #fff;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 700;
  text-shadow: 1px 1px 3px #000;
}
.esas-content-box .esas-features::after {
  content: "";
  position: absolute;
  border: 5px solid #c8000a;
  width: 100%;
  top: -70px;
}

/* Color Area */

.esas-content-box .esas-color {
  position: relative;
  padding: 0 0 20px;
  margin: 70px 0;
}
.esas-content-box .esas-color .card {
  border: none;
  background: transparent;
  margin-top: 0;
}
.esas-content-box .esas-color .card .card-body {
  background: #000;
  padding: 20px 20px 25px;
  margin: 0 0 30px;
}
.esas-content-box .esas-color .title-box2 {
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 31px;
  text-shadow: 1px 1px 3px #000;
  max-width: 250px;
  position: relative;
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
}
.esas-color p {
  color: #fff;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-shadow: 1px 1px 3px #000;
  text-align: center;
}
.esas-color red {
  color: #f03c30;
}
.esas-color blue {
  color: #376ef0;
}
.esas-color pink {
  color: #ff269d;
}
.esas-color gray {
  color: #b4b4b4;
}
.esas-content-box .esas-color::after {
  content: "";
  position: absolute;
  border: 5px solid #c8000a;
  width: 100%;
  top: -70px;
}

/* Price Area */

.esas-content-box .esas-price {
  position: relative;
  padding: 50px 0 60px;
  margin: 70px 0;
}
.esas-content-box .esas-price .card {
  border: none;
  background: transparent;
}
.esas-content-box .esas-price .card .card-body {
  background: #c8000a;
  margin-top: 5px;
}
.esas-content-box .esas-price .title-box2 {
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 31px;
  text-shadow: 1px 1px 3px #000;
  max-width: 250px;
  position: relative;
  text-align: center;
  margin: auto;
  margin-top: -55px;
  margin-bottom: 50px;
}
.esas-content-box .esas-price .card .card-body h4 {
  color: #fff;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-shadow: 1px 1px 3px #000;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.esas-content-box .esas-price .card .card-body p {
  color: #fff;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-shadow: 1px 1px 3px #000;
  line-height: 2;
}
.esas-content-box .esas-price::after {
  content: "";
  position: absolute;
  border: 5px solid #c8000a;
  width: 100%;
  top: -70px;
}

/* Shop Area */

.esas-content-box .esas-shop {
  position: relative;
  margin-bottom: -40px;
}
.esas-content-box .esas-shop img {
  padding-bottom: 30px;
}
.esas-content-box .esas-shop img:hover {
  opacity: 0.8;
}
.esas-content-box .esas-shop .title-box2 {
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 31px;
  text-shadow: 1px 1px 3px #000;
  max-width: 250px;
  position: relative;
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
}
.esas-content-box .esas-shop::after {
  content: "";
  position: absolute;
  border: 5px solid #c8000a;
  width: 100%;
  top: -70px;
}
.pc {
    display: bock;
}
.sp {
    display: none;
}

/* Footer Area */

footer {
  background: #000;
  color: #fff;
  margin-bottom: 30px;
}
footer .footer1 {
  width: 100%;
  padding-top: 35px;
  text-align: center;
}
footer .footer2 {
  padding-top: 30px;
  text-align: center;
}
footer .footer2 .nav-item img {
  width: 100%;
  margin: 10px;
  padding: 5px 15px;
}
footer .footer2 .nav-item img:hover {
  opacity: 0.7;
}
footer .footer2 .btn {
  min-width: 150px;
  border-radius: 0;
}
footer .footer2 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #262626;
}
footer .footer2 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #262626;
}
footer .footer2 :-ms-input-placeholder {
  /* IE 10+ */
  color: #262626;
}
footer .footer2 :-moz-placeholder {
  /* Firefox 18- */
  color: #262626;
}
footer .footer3 {
  margin-top: 20px;
}
footer .footer3 img {
  margin-top: -5px;
}
footer .footer3 img:hover {
  opacity: 0.7;
}
footer .footer3 p {
  color: #eee;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 15px;
}
footer .footer3 p strong {
  font-size: 20px;
}
footer .footer3 p span {
  letter-spacing: -0.15em;
}
footer .footer3 c {
  color: #eee;
  font-size: 14px;
  letter-spacing: -0.01em;
  margin-top: 25px;
}
footer::before {
  content: "";
  position: absolute;
  border: 3px solid #c8000a;
  width: 100%;
  left: 0;
}

.to-top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  right: 30px;
  bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #333;
  cursor: pointer;
}
.to-top a {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #333;
  cursor: pointer;
}
.to-top a:hover {
  background: #666;
}

@media (max-width: 1024px) {
  .esas-content-box .pr-0 img {
    margin-top: -107px;
  }
}

@media (max-width: 767px) {
  .bg-img {
    width: 100%;
    margin-top: -100px;
  }
  .navbar-brand img {
    width: 100%;
    margin-top: 100px;
  }
  body nav .navbar-nav {
    margin-left: 0 !important;
  }
  button {
    display: block;
    margin: 0 0 0 auto;
  }
  .navbar-toggler a span {
    font-size: 14px;
    font-weight: bold;
    border: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .navbar-toggler a span:hover {
    background-color: #ff3300;
  }

  .esas-head-text-box {
    max-height: 300px;
    margin-top: 200px;
  }

  .esas-head-text-box .title-box h2 {
    font-size: 27px;
    line-height: 1.7;
  }
  .esas-head-text-box .title-box h2 span {
    font-size: 30px;
    line-height: 1.0;
    margin-top: 30px;
  }
  .esas-head-text-box .title-box h2 small {
    font-size: 25px;
    line-height: 1.0;
  }
  
  .esas-overview h2, .esas-function h2, .esas-spec h2, .esas-effect h2, .esas-function h2, .esas-color h2, .esas-price h2 {
  font-size: 30px;
  font-weight: 700;
  }
  .esas-overview figure, .esas-function figure {
    margin-top: 0 !important;
  }
  .esas-content-box .pr-0 img {
    margin: 0 auto;
  }
  .esas-content-box .col-md-5 {
    padding: 0 !important;
  }
  .esas-content-box .col-md-7 {
    padding: 0 !important;
  }
  .table-box dl{
  width: 100%;
  }
  .table-box dt{
  width: 14%;
  }

  .esas-content-box .card-img-overlay {
    font-size: 20px;
  }

  .esas-content-box .esas-spec .title-box2 {
    margin-bottom: 0;
  }
  .esas-content-box .esas-effect .card {
    width: 100%;
    margin-top: 0;
  }
  .esas-content-box .esas-effect .card .card-body {
    width: 100%;
    margin: 0 0 25px;
    padding: 20px;
  }

  .function .card {
    margin-bottom: 25px;
  }
  .esas-content-box .esas-function .card .card-body h4 {
    font-size: 23px;
  }
  
  .esas-content-box .esas-shop .title-box6 {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .esas-content-box .esas-shop2 {
    width: 100%;
    padding: 0 0 50px;
    margin-top: -40px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  
  .footer1 {
    min-height: 150px;
  }
  .footer2 .form-box {
    margin-top: 0 !important;
  }
  .footer0 {
    padding-bottom: 20px;
  }

  .to-top {
    visibility: hidden;
  }
  
}
