@charset "UTF-8";
/* CSS Document */
/***** デフォルト設定 *****/
/***** フォント設定 *****/
html, body {
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", 'Noto Sans JP', Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  line-height: 1.0;
  -webkit-text-size-adjust: 100%;
  color: #000000;
}

* {
  max-height: 99999px;
}

img {
  width: 100%;
  display: block;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  opacity: 0.75;
}

@media (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

.pc {
  display: block;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

#wrapper {
  font-size: 1.6rem;
  line-height: 1.875;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 768px) {
  #wrapper {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

.contents {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.fadein.animate {
  -webkit-animation: fadein 2s forwards;
          animation: fadein 2s forwards;
}

.bound {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-animation: bound .3s ease infinite alternate;
          animation: bound .3s ease infinite alternate;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes bound {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes bound {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@-webkit-keyframes fadein02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes moveleft {
  0% {
    opacity: 0;
    -webkit-transform: translate(50%, 0) scale(0.8);
            transform: translate(50%, 0) scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
  }
}

@keyframes moveleft {
  0% {
    opacity: 0;
    -webkit-transform: translate(50%, 0) scale(0.8);
            transform: translate(50%, 0) scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
  }
}

@-webkit-keyframes moveleft02 {
  0% {
    opacity: 0;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@keyframes moveleft02 {
  0% {
    opacity: 0;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@-webkit-keyframes moveleft03 {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes moveleft03 {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes moveright01 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}

@keyframes moveright01 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}

.ttl_bar {
  border-left: 4px #1eb357 solid;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.33;
  padding-left: 24px;
  color: #1eb357;
}

@media (max-width: 768px) {
  .ttl_bar {
    font-size: 1.8rem;
  }
}

/***** ヘッダ *****/
.drawer--right header {
  width: 100%;
  height: 97px;
  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;
  padding: 0 20px;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .drawer--right header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 104;
  }
}

.drawer--right header h1 {
  width: 207px;
  margin-right: 40px;
}

@media (max-width: 768px) {
  .drawer--right header h1 {
    width: 30%;
  }
}

.drawer--right header .drawer-nav {
  position: static;
  width: auto;
  height: auto;
  width: calc(100% - 247px);
  max-width: 960px;
}

@media (max-width: 768px) {
  .drawer--right header .drawer-nav {
    position: fixed;
    height: 100%;
    width: 80%;
    right: -80%;
  }
}

.drawer--right header .drawer-nav .drawer-menu {
  width: 100%;
}

@media (max-width: 768px) {
  .drawer--right header .drawer-nav .drawer-menu {
    padding-top: 50px;
  }
}

.drawer--right header .drawer-nav .drawer-menu:after {
  content: "";
  display: table;
  clear: both;
}

.drawer--right header .drawer-nav .drawer-menu > * {
  display: block;
  float: left;
  color: inherit;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .drawer--right header .drawer-nav .drawer-menu > * {
    float: none;
    border-top: 1px #000000 solid;
  }
}

.drawer--right header .drawer-nav .drawer-menu > *:after {
  content: "｜";
  display: inline;
}

@media (max-width: 768px) {
  .drawer--right header .drawer-nav .drawer-menu > *:after {
    content: none;
  }
}

.drawer--right header .drawer-nav .drawer-menu > * a {
  display: inline-block;
  font-weight: bold;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .drawer--right header .drawer-nav .drawer-menu > * a {
    padding: 15px 20px;
    display: block;
  }
}

.drawer--right header .drawer-nav .drawer-menu > * a:hover {
  text-decoration: underline;
  opacity: 1;
}

.drawer--right header .drawer-nav .drawer-menu > * a.top {
  color: #1eb357;
}

.drawer--right header .drawer-hamburger {
  position: static;
  width: 25px;
}

.drawer--right.drawer-open header .drawer-hamburger {
  right: auto;
}

/***** メイン *****/
@media (max-width: 768px) {
  main {
    margin-top: 50px;
  }
}

.sub_jp {
  padding-top: 15px;
  font-size: 1.9rem;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 768px) {
  .sub_jp {
    font-size: 1.5rem;
  }
}

#mainVisual {
  background-color: #1eb357;
}

#mainVisual .mb_box {
  width: 100%;
  height: 0;
  padding-top: 67%;
  position: relative;
}

@media (max-width: 768px) {
  #mainVisual .mb_box {
    padding-top: 83.75%;
  }
}

#mainVisual .mb_box .mv_ttl {
  width: 81.66%;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
  opacity: 0;
  -webkit-animation: fadein02 3s forwards;
          animation: fadein02 3s forwards;
}

@media (max-width: 768px) {
  #mainVisual .mb_box .mv_ttl {
    width: 102.075%;
  }
}

#mainVisual .mb_box .mv_img {
  width: 78.75%;
  position: absolute;
  top: 19%;
  left: 50%;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  -webkit-animation: moveleft 1s forwards;
          animation: moveleft 1s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@media (max-width: 768px) {
  #mainVisual .mb_box .mv_img {
    width: 98.4375%;
  }
}

#mainVisual .mb_box .mv_sub {
  width: 56.5%;
  position: absolute;
  top: 90%;
  left: 50%;
  z-index: 4;
  opacity: 0;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  -webkit-animation: moveleft02 1s forwards;
          animation: moveleft02 1s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media (max-width: 768px) {
  #mainVisual .mb_box .mv_sub {
    width: 70.625%;
  }
}

#inquiry_fixed {
  width: 19.375%;
  max-width: 186px;
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 50;
  opacity: 0;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

#inquiry_fixed.animate1 {
  -webkit-animation: moveleft03 1s forwards;
          animation: moveleft03 1s forwards;
}

#inquiry_fixed.animate1.animate2 {
  -webkit-animation: moveright01 1s forwards;
          animation: moveright01 1s forwards;
}

#exhibition {
  background: url(../images/bg_exhibition.png) no-repeat center top, url(../images/bg_exhibition_02.png) no-repeat center bottom, url(../images/bg_exhibition_03.jpg) no-repeat center top;
  position: relative;
  padding-bottom: 10.2%;
  background-size: contain, contain, auto;
}

@media (max-width: 768px) {
  #exhibition {
    background-size: contain, contain, cover;
  }
}

#exhibition .inquiry {
  width: 34.48%;
  max-width: 331px;
  position: absolute;
  top: 20px;
  left: 55%;
  opacity: 0;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-animation: moveleft03 1s forwards;
          animation: moveleft03 1s forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

#exhibition .inquiry:hover img {
  opacity: 0.75;
}

@media (max-width: 768px) {
  #exhibition .inquiry {
    left: 58%;
    top: 10px;
    width: 38%;
  }
}

#exhibition .arrow {
  position: absolute;
  top: 52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 37px;
  opacity: 0;
  -webkit-animation: fadein02 1s forwards;
          animation: fadein02 1s forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

@media (max-width: 768px) {
  #exhibition .arrow {
    top: 26px;
    width: 14px;
  }
}

#exhibition #ttl_exhibition {
  width: 30.9%;
  max-width: 309px;
  margin: 0 auto;
  padding: 184px 0 12px;
  border-bottom: 1px #1eb357 solid;
}

@media (max-width: 768px) {
  #exhibition #ttl_exhibition {
    padding: 92px 0 12px;
    width: 61.8%;
  }
}

#exhibition .copy {
  padding-top: 40px;
}

@media (max-width: 768px) {
  #exhibition .copy {
    padding-top: 20px;
    text-align: left;
  }
}

#exhibition .slider01 {
  position: relative;
  margin-top: 50px;
}

@media (max-width: 768px) {
  #exhibition .slider01 {
    margin-top: 25px;
  }
}

#exhibition .slider01 .swiper-button-prev {
  background-image: url(../images/btn_prev.png);
  left: -50px;
}

@media (max-width: 1080px) {
  #exhibition .slider01 .swiper-button-prev {
    left: 10px;
  }
}

@media (max-width: 768px) {
  #exhibition .slider01 .swiper-button-prev {
    width: 18px;
    background-size: contain;
  }
}

#exhibition .slider01 .swiper-button-next {
  background-image: url(../images/btn_next.png);
  right: -50px;
}

@media (max-width: 1080px) {
  #exhibition .slider01 .swiper-button-next {
    right: 10px;
  }
}

@media (max-width: 768px) {
  #exhibition .slider01 .swiper-button-next {
    width: 18px;
    background-size: contain;
  }
}

#exhibition .swiper-pagination {
  position: static;
  margin-top: 44px;
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  #exhibition .swiper-pagination {
    margin-top: 22px;
  }
}

#exhibition .swiper-pagination .swiper-pagination-bullet {
  margin: 0 7px;
  border-radius: 0;
}

#exhibition .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1eb357;
}

#exhibition .swiper-button-next.swiper-button-disabled,
#exhibition .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

#special_movie .bg_black {
  background-color: #000000;
}

#special_movie #ttl_special {
  width: 28.2%;
  max-width: 282px;
  margin: 0 auto;
  padding: 20px 0 12px;
  border-bottom: 1px #1eb357 solid;
}

@media (max-width: 768px) {
  #special_movie #ttl_special {
    width: 56.4%;
  }
}

#special_movie .movie {
  padding: 55px 0 38px;
}

@media (max-width: 768px) {
  #special_movie .movie {
    padding: 25px 0 19px;
  }
}

#special_movie .movie_description {
  background: url(../images/bg_special.png) no-repeat center top, url(../images/bg_special_02.png) no-repeat center bottom;
  background-size: contain, auto;
  padding: 240px 0 787px;
}

@media (max-width: 768px) {
  #special_movie .movie_description {
    padding: 100px 0 75vw;
    background-size: contain, 200% auto;
  }
}

#special_movie .txt01 {
  padding: 60px 0 0;
}

@media (max-width: 768px) {
  #special_movie .txt01 {
    padding: 30px 0 0;
  }
}

#special_movie .txt02 {
  padding: 35px 0 0;
}

@media (max-width: 768px) {
  #special_movie .txt02 {
    padding: 20px 0 0;
  }
}

#special_movie .swiper-container4 {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

#storage #ttl_storage {
  width: 16.4%;
  max-width: 164px;
  margin: 0 auto;
  padding: 20px 0 12px;
  border-bottom: 1px #1eb357 solid;
}

@media (max-width: 768px) {
  #storage #ttl_storage {
    width: 32.8%;
    padding: 20px 0 12px;
  }
}

#storage .block01 {
  width: 100%;
  overflow: hidden;
}

#storage .block01 > * {
  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;
  width: calc(100% + 36px);
  margin-top: 0px;
  margin-right: -36px;
}

#storage .block01 > * > * {
  width: calc((100% - (36px * 2)) / 2 - 0.1px);
  margin-top: 0px;
  margin-right: 36px;
}

@media (max-width: 768px) {
  #storage .block01 > * {
    width: calc(100% + 0px);
    margin-top: 0px;
    margin-right: 0px;
  }
  #storage .block01 > * > * {
    width: calc((100% - (0px * 1)) / 1 - 0.1px);
    margin-top: 0px;
    margin-right: 0px;
  }
}

#storage .block01 > * {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#storage .block02 {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

#storage .block02 > * {
  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;
  width: calc(100% + 22px);
  margin-top: 0px;
  margin-right: -22px;
}

#storage .block02 > * > * {
  width: calc((100% - (22px * 2)) / 2 - 0.1px);
  margin-top: 0px;
  margin-right: 22px;
}

@media (max-width: 768px) {
  #storage .block02 > * {
    width: calc(100% + 12px);
    margin-top: 0px;
    margin-right: -12px;
  }
  #storage .block02 > * > * {
    width: calc((100% - (12px * 2)) / 2 - 0.1px);
    margin-top: 0px;
    margin-right: 12px;
  }
}

#storage .bg_black {
  background: url(../images/bg_storage.png) no-repeat center top, url(../images/bg_storage_02.png) no-repeat center bottom;
  background-size: contain, contain;
  background-color: #000000;
  margin-top: 50px;
  padding-bottom: 184px;
}

@media (max-width: 768px) {
  #storage .bg_black {
    margin-top: 25px;
    padding-bottom: 70px;
  }
}

#storage .ttl_bar {
  margin: 25px 0 0;
}

#storage .txt01 {
  color: #ffffff;
  padding: 27px 0 0;
}

@media (max-width: 768px) {
  #storage .txt01 {
    padding: 13px 0 0;
  }
}

#storage .txt02 {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#storage .txt02.num1 {
  padding: 20px 0 0;
}

#storage .txt02.num1:before {
  content: "1";
}

#storage .txt02.num2:before {
  content: "2";
}

#storage .txt02:before {
  width: 1.6em;
  height: 1.6em;
  padding: 0.4em;
  margin-top: 0.4375em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #1eb357;
  color: #ffffff;
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
  margin-right: 1em;
}

#equipment {
  background-color: #1eb357;
}

#equipment #ttl_equipment {
  width: 58.2%;
  max-width: 582px;
  margin: 0 auto;
  padding: 20px 0 12px;
  border-bottom: 1px #ffffff solid;
}

@media (max-width: 768px) {
  #equipment #ttl_equipment {
    padding: 40px 0 12px;
    width: 100%;
  }
}

#equipment #ttl_equipment2 {
  width: 58.6%;
  max-width: 586px;
  margin: 0 auto;
  padding: 80px 0 12px;
  border-bottom: 1px #ffffff solid;
}

@media (max-width: 768px) {
  #equipment #ttl_equipment2 {
    padding: 40px 0 12px;
    width: 100%;
  }
}

#equipment .block01 {
  width: 100%;
  overflow: hidden;
  margin: 60px 0 0;
}

#equipment .block01 > * {
  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;
  width: calc(100% + 30px);
  margin-top: -30px;
  margin-right: -30px;
}

#equipment .block01 > * > * {
  width: calc((100% - (30px * 3)) / 3 - 0.1px);
  margin-top: 30px;
  margin-right: 30px;
}

@media (max-width: 768px) {
  #equipment .block01 > * {
    width: calc(100% + 20px);
    margin-top: -20px;
    margin-right: -20px;
  }
  #equipment .block01 > * > * {
    width: calc((100% - (20px * 2)) / 2 - 0.1px);
    margin-top: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  #equipment .block01 {
    margin: 30px 0 0;
  }
}

#equipment .ttl_list {
  background: url(../images/bg_ttl_left.png) no-repeat left top, url(../images/bg_ttl_right.png) no-repeat right bottom;
  background-size: auto 53px, auto 53px;
  background-color: #000000;
  padding: 10px 10px;
  color: #ffffff;
  text-align: center;
  font-size: 1.8rem;
  margin: 15px 0 0;
}

@media (max-width: 768px) {
  #equipment .ttl_list {
    background-size: auto 44px, auto 44px;
    padding: 10px 10px;
    font-size: 1.4rem;
  }
}

#equipment .txt01 {
  padding: 10px 0 0;
}

#special_version {
  background: url(../images/bg_exhibition.png) no-repeat center top;
  background-size: contain;
  padding-top: 160px;
}

@media (max-width: 768px) {
  #special_version {
    padding-top: 20vw;
  }
}

#special_version #ttl_version {
  width: 32.0%;
  max-width: 320px;
  margin: 0 auto;
  padding: 0px 0 12px;
  border-bottom: 1px #1eb357 solid;
}

@media (max-width: 768px) {
  #special_version #ttl_version {
    padding: 0 0 12px;
    width: 64.0%;
  }
}

#special_version .bg_black {
  background: url(../images/bg_version.png) no-repeat center top, url(../images/bg_storage_02.png) no-repeat center bottom;
  background-size: auto, contain;
  background-color: #000000;
  padding-bottom: 184px;
}

@media (max-width: 768px) {
  #special_version .bg_black {
    background-size: 200% auto, contain;
    background-position: center 10vw, center bottom;
    position: relative;
    padding-bottom: 70px;
  }
  #special_version .bg_black:before {
    content: "";
    width: 100%;
    height: 12vw;
    display: block;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 768px) {
  #special_version .bg_black .sub_jp {
    position: relative;
    z-index: 2;
  }
}

#special_version .bg_black .blk_body {
  color: #ffffff;
  padding: 725px 20px 0;
}

@media (max-width: 768px) {
  #special_version .bg_black .blk_body {
    padding: 80vw 20px 0;
  }
}

#special_version .green_bar {
  background-color: #1eb357;
  color: #000000;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  padding: 2px 10px;
  margin: 40px 0 25px;
}

@media (max-width: 768px) {
  #special_version .green_bar {
    font-size: 1.8rem;
  }
}

#special_version .special_desc:after {
  content: "";
  display: table;
  clear: both;
}

#special_version .special_desc img {
  width: 46.6%;
  padding-left: 3.4%;
  padding-bottom: 1.2%;
  float: right;
}

@media (max-width: 768px) {
  #special_version .special_desc img {
    width: 100%;
    padding: 20px 0;
    float: none;
  }
}

#special_version .special_desc .txt {
  float: left;
}

#special_version .special_list {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

#special_version .special_list > * {
  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;
  width: calc(100% + 30px);
  margin-top: -30px;
  margin-right: -30px;
}

#special_version .special_list > * > * {
  width: calc((100% - (30px * 2)) / 2 - 0.1px);
  margin-top: 30px;
  margin-right: 30px;
}

@media (max-width: 768px) {
  #special_version .special_list > * {
    width: calc(100% + 0px);
    margin-top: -20px;
    margin-right: 0px;
  }
  #special_version .special_list > * > * {
    width: calc((100% - (0px * 1)) / 1 - 0.1px);
    margin-top: 20px;
    margin-right: 0px;
  }
}

@media (max-width: 768px) {
  #special_version .special_list {
    margin-top: 20px;
  }
}

#special_version .special_list .special_name {
  font-size: 1.8rem;
  text-align: center;
  padding-top: 5px;
}

@media (max-width: 768px) {
  #special_version .special_list .special_name {
    font-size: 1.4rem;
  }
}

#special_version .special_list > * > *:nth-of-type(1) .imgbox {
  background-image: url(../images/img_version01.jpg);
}

#special_version .special_list > * > *:nth-of-type(2) .imgbox {
  background-image: url(../images/img_version02.jpg);
}

#special_version .special_list > * > *:nth-of-type(3) .imgbox {
  background-image: url(../images/img_version03.jpg);
}

#special_version .special_list > * > *:nth-of-type(4) .imgbox {
  background-image: url(../images/img_version04.jpg);
}

#special_version .special_list_inner {
  width: 100%;
  overflow: hidden;
  background-color: #1eb357;
}

#special_version .special_list_inner > * {
  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;
  width: calc(100% + 0px);
  margin-top: 0px;
  margin-right: 0px;
}

#special_version .special_list_inner > * > * {
  width: calc((100% - (0px * 2)) / 2 - 0.1px);
  margin-top: 0px;
  margin-right: 0px;
}

@media (max-width: 768px) {
  #special_version .special_list_inner > * {
    width: calc(100% + 0px);
    margin-top: 0px;
    margin-right: 0px;
  }
  #special_version .special_list_inner > * > * {
    width: calc((100% - (0px * 2)) / 2 - 0.1px);
    margin-top: 0px;
    margin-right: 0px;
  }
}

#special_version .special_list_inner .imgbox {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#special_version .special_list_inner .txtbox {
  padding: 20px;
  font-size: 1.5rem;
  color: #000000;
  line-height: 1.4;
}

@media (max-width: 768px) {
  #special_version .special_list_inner .txtbox {
    padding: 10px;
    font-size: 1.3rem;
  }
}

#special_version .special_list_inner .txtbox strong {
  display: block;
  border-bottom: 1px #ffffff solid;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  font-size: 2.6rem;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #special_version .special_list_inner .txtbox strong {
    font-size: 1.6rem;
  }
}

#optional {
  background-color: #1eb357;
}

#optional #ttl_optional {
  width: 56.8%;
  max-width: 568px;
  margin: 0 auto;
  padding: 20px 0 12px;
  border-bottom: 1px #ffffff solid;
}

@media (max-width: 768px) {
  #optional #ttl_optional {
    padding: 40px 0 12px;
    width: 100%;
  }
}

#optional #ttl_optional2 {
  width: 57.3%;
  max-width: 573px;
  margin: 0 auto;
  padding: 80px 0 12px;
  border-bottom: 1px #ffffff solid;
}

@media (max-width: 768px) {
  #optional #ttl_optional2 {
    padding: 40px 0 12px;
    width: 100%;
  }
}

#optional .block01 {
  width: 100%;
  overflow: hidden;
  margin: 60px 0 0;
}

#optional .block01 > * {
  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;
  width: calc(100% + 30px);
  margin-top: -30px;
  margin-right: -30px;
}

#optional .block01 > * > * {
  width: calc((100% - (30px * 3)) / 3 - 0.1px);
  margin-top: 30px;
  margin-right: 30px;
}

@media (max-width: 768px) {
  #optional .block01 > * {
    width: calc(100% + 20px);
    margin-top: -20px;
    margin-right: -20px;
  }
  #optional .block01 > * > * {
    width: calc((100% - (20px * 2)) / 2 - 0.1px);
    margin-top: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  #optional .block01 {
    margin: 30px 0 0;
  }
}

#optional .ttl_list {
  background: url(../images/bg_ttl_left.png) no-repeat left top, url(../images/bg_ttl_right.png) no-repeat right bottom;
  background-size: auto 53px, auto 53px;
  background-color: #000000;
  padding: 10px 10px;
  color: #ffffff;
  text-align: center;
  font-size: 1.8rem;
  margin: 15px 0 0;
}

@media (max-width: 768px) {
  #optional .ttl_list {
    background-size: auto 44px, auto 44px;
    padding: 10px 10px;
    font-size: 1.4rem;
  }
}

#optional .txt01 {
  padding: 10px 0 0;
}

#customization {
  background: url(../images/bg_exhibition.png) no-repeat center top, url(../images/bg_customization.png) no-repeat center bottom, url(../images/bg_customization2.jpg) no-repeat center bottom;
  position: relative;
  background-size: contain, contain, auto;
  padding: 184px 0 10.2%;
}

@media (max-width: 768px) {
  #customization {
    padding: 92px 0 10.2%;
  }
}

@media (max-width: 768px) {
  #customization {
    background-size: contain, contain, cover;
  }
}

#customization #ttl_customization {
  width: 48.2%;
  max-width: 482px;
  margin: 0 auto;
  padding: 0 0 12px;
  border-bottom: 1px #1eb357 solid;
}

@media (max-width: 768px) {
  #customization #ttl_customization {
    width: 90%;
  }
}

#customization .copy {
  padding-top: 40px;
}

@media (max-width: 768px) {
  #customization .copy {
    padding-top: 20px;
    text-align: left;
  }
}

#customization .slider02 {
  position: relative;
  margin-top: 50px;
}

@media (max-width: 768px) {
  #customization .slider02 {
    margin-top: 25px;
  }
}

#customization .slider02 .swiper-slide .ttl {
  background-color: #1eb357;
  color: #ffffff;
  font-size: 2.0rem;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin-top: 20px;
}

@media (max-width: 768px) {
  #customization .slider02 .swiper-slide .ttl {
    margin-top: 10px;
  }
}

#customization .slider02 .swiper-slide .ttl:after {
  content: "";
  width: 50%;
  height: 10em;
  background-color: #0e9f46;
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(20deg) translate(35%, -50%);
          transform: rotate(20deg) translate(35%, -50%);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  z-index: 1;
}

#customization .slider02 .swiper-slide .ttl span {
  position: relative;
  z-index: 2;
}

#customization .slider02 .swiper-slide .txt {
  font-size: 1.5rem;
  line-height: 1.667;
  margin-top: 20px;
}

@media (max-width: 768px) {
  #customization .slider02 .swiper-slide .txt {
    margin-top: 10px;
  }
}

#customization .slider02 .swiper-button-next2, #customization .slider02 .swiper-button-prev2 {
  position: absolute;
  top: 35%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

#customization .slider02 .swiper-container2 {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

#customization .slider02 .swiper-button-prev2 {
  background-image: url(../images/btn_prev.png);
  left: -50px;
}

@media (max-width: 1080px) {
  #customization .slider02 .swiper-button-prev2 {
    left: 10px;
  }
}

@media (max-width: 768px) {
  #customization .slider02 .swiper-button-prev2 {
    width: 18px;
    background-size: contain;
  }
}

#customization .slider02 .swiper-button-next2 {
  background-image: url(../images/btn_next.png);
  right: -50px;
}

@media (max-width: 1080px) {
  #customization .slider02 .swiper-button-next2 {
    right: 10px;
  }
}

@media (max-width: 768px) {
  #customization .slider02 .swiper-button-next2 {
    width: 18px;
    background-size: contain;
  }
}

#customization .swiper-pagination2 {
  position: static;
  margin-top: 44px;
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  #customization .swiper-pagination2 {
    margin-top: 22px;
  }
}

#customization .swiper-pagination2 .swiper-pagination-bullet {
  margin: 0 7px;
  border-radius: 0;
}

#customization .swiper-pagination2 .swiper-pagination-bullet-active {
  background-color: #1eb357;
}

#size {
  background-color: #1eb357;
}

#detail {
  background: url(../images/bg_exhibition.png) no-repeat center top;
  background-size: contain;
  padding-top: 220px;
  padding-bottom: 4.5%;
  position: relative;
  margin-bottom: -1px;
}

@media (max-width: 768px) {
  #detail {
    padding-top: 80px;
    padding-bottom: 10%;
  }
}

#detail .ttl {
  font-size: 2.1rem;
  font-weight: bold;
  margin-top: 35px;
}

@media (max-width: 768px) {
  #detail .ttl {
    font-size: 1.6rem;
  }
}

#detail .detail_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 768px) {
  #detail .detail_box {
    display: block;
  }
}

#detail .detail_box .txt_block {
  width: 43.6%;
}

@media (max-width: 768px) {
  #detail .detail_box .txt_block {
    width: 100%;
  }
}

#detail .detail_box .txt_block .txt {
  margin-top: 50px;
}

@media (max-width: 768px) {
  #detail .detail_box .txt_block .txt {
    margin-top: 20px;
  }
}

#detail .detail_box img {
  width: 53.4%;
}

@media (max-width: 768px) {
  #detail .detail_box img {
    margin-top: 20px;
    width: 100%;
  }
}

#detail .bg {
  position: absolute;
  bottom: 0;
  left: 0;
}

#detail2 {
  background-color: #000000;
}

#detail2 .num_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1eb357;
  padding: 50px 0 20px;
}

#detail2 .num_ttl.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#detail2 .num_ttl.sp {
  display: none;
}

@media (max-width: 768px) {
  #detail2 .num_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0 10px;
  }
  #detail2 .num_ttl.pc {
    display: none;
  }
  #detail2 .num_ttl.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#detail2 .num_ttl strong {
  font-size: 6.6rem;
  font-family: 'Oswald', sans-serif;
  margin-right: 22px;
  line-height: 1;
}

@media (max-width: 768px) {
  #detail2 .num_ttl strong {
    font-size: 3.4rem;
  }
}

#detail2 .num_ttl span {
  font-size: 2.3rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  #detail2 .num_ttl span {
    font-size: 1.8rem;
  }
}

#detail2 .num_ttl.lm {
  margin-left: -90px;
}

@media (max-width: 768px) {
  #detail2 .num_ttl.lm {
    margin-left: 0;
  }
}

#detail2 .txtimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
}

@media (max-width: 768px) {
  #detail2 .txtimg {
    display: block;
  }
}

#detail2 .txtimg .img {
  width: 46.77%;
}

@media (max-width: 768px) {
  #detail2 .txtimg .img {
    width: 100%;
    margin-top: 15px;
  }
}

#detail2 .txtimg .txt {
  width: 51.5625%;
}

@media (max-width: 768px) {
  #detail2 .txtimg .txt {
    width: 100%;
    margin-top: 20px;
  }
}

#detail2 .txtimg.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#detail2 .txtimg.fxend {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#detail2 .txtimg.type2 {
  margin-top: 30px;
}

#detail2 .txtimg.type2 .img {
  width: 55.9375%;
}

@media (max-width: 768px) {
  #detail2 .txtimg.type2 .img {
    width: 100%;
  }
}

#detail2 .txtimg.type2 .txt {
  width: 44.0625%;
}

@media (max-width: 768px) {
  #detail2 .txtimg.type2 .txt {
    width: 100%;
  }
}

#detail2 .txtimg.type2 .txt .r_ttl {
  padding: 10px 20px;
  background-color: #1eb357;
  color: #000000;
  font-weight: bold;
}

#detail2 .txtimg.type2 .txt .read {
  padding: 10px 20px 0 20px;
}

#detail2 .txt_white {
  color: #ffffff;
}

#detail2 .imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 768px) {
  #detail2 .imgbox {
    margin-top: 20px;
    display: block;
  }
}

#detail2 .imgbox img:nth-of-type(1) {
  width: 50.1%;
}

@media (max-width: 768px) {
  #detail2 .imgbox img:nth-of-type(1) {
    width: 100%;
  }
}

#detail2 .imgbox img:nth-of-type(2) {
  width: 49.0625%;
}

@media (max-width: 768px) {
  #detail2 .imgbox img:nth-of-type(2) {
    margin-top: 1vw;
    width: 100%;
  }
}

#specifications {
  background: url(../images/bg_special.png) no-repeat center top, url(../images/bg_spec.png) no-repeat center top;
  background-size: auto, auto;
  background-color: #13993d;
  padding: 184px 0 0;
}

@media (max-width: 768px) {
  #specifications {
    padding: 92px 0 0;
    background-size: 200% auto;
  }
}

#specifications #ttl_spec {
  width: 40.8%;
  max-width: 408px;
  margin: 0 auto;
  padding: 0 0 12px;
  border-bottom: 1px #ffffff solid;
}

@media (max-width: 768px) {
  #specifications #ttl_spec {
    width: 80.16%;
  }
}

#specifications .tbl_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 30px 0 10px;
}

@media (max-width: 768px) {
  #specifications .tbl_ttl {
    font-size: 1.6rem;
  }
}

#specifications .tbl_ttl i {
  font-size: 2.4rem;
}

@media (max-width: 768px) {
  #specifications .tbl_ttl i {
    font-size: 2.0rem;
  }
}

#specifications .spec_tbl {
  width: 100%;
  border-collapse: collapse;
  empty-cells: show;
  color: #ffffff;
  font-size: 1.7rem;
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  #specifications .spec_tbl {
    font-size: 1.2rem;
  }
}

#specifications .spec_tbl td {
  border: 1px #ffffff solid;
  padding: 10px 20px;
  vertical-align: middle;
  word-break: break-all;
}

@media (max-width: 768px) {
  #specifications .spec_tbl td {
    padding: 5px 10px;
  }
}

#specifications .spec_tbl td small {
  font-size: 1.4rem;
}

#specifications .spec_tbl thead td {
  text-align: center;
}

#specifications .spec_tbl thead td:first-of-type {
  width: 31.4%;
}

#specifications .spec_tbl.type2 thead td:nth-of-type(2) {
  width: 34.3%;
}

#specifications .spec_tbl.type2 td:nth-of-type(3),
#specifications .spec_tbl.type2 td:nth-of-type(2) {
  text-align: center;
}

#specifications .spec_tbl.type3 td:nth-of-type(3),
#specifications .spec_tbl.type3 td:nth-of-type(2) {
  text-align: center;
}

#specifications .spec_tbl.type3 td:nth-of-type(1) {
  width: 31.4%;
}

#questions {
  background: url(../images/bg_questions.png) no-repeat center top, url(../images/bg_detail.png) no-repeat center bottom;
  background-size: auto, auto;
  background-color: #f0f0f0;
  padding: 184px 0 222px;
}

@media (max-width: 768px) {
  #questions {
    padding: 92px 0 30vw;
    background-size: 200% auto;
  }
}

#questions #ttl_questions {
  width: 20.3%;
  max-width: 203px;
  margin: 0 auto;
  padding: 0 0 12px;
  border-bottom: 1px #1eb357 solid;
}

@media (max-width: 768px) {
  #questions #ttl_questions {
    width: 40.6%;
  }
}

#questions .questions_box {
  width: 77.6%;
  margin: 50px auto 0;
  background-color: #ffffff;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  word-break: break-all;
}

@media (max-width: 768px) {
  #questions .questions_box {
    width: 100%;
    padding: 20px;
    margin: 30px auto 0;
  }
}

#questions .questions_box .q_ttl {
  background-color: #1eb357;
  -webkit-box-shadow: 5px 5px 0px 0px #c9d4ff;
          box-shadow: 5px 5px 0px 0px #c9d4ff;
  display: inline-block;
  padding: 0 15px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#questions .questions_box .q_ttl:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #c9d4ff transparent transparent;
  position: absolute;
  content: "";
  display: block;
  top: calc(100% + 5px);
  right: calc(20% - 5px);
}

#questions .questions_box .q_ttl:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #1eb357 transparent transparent;
  position: absolute;
  content: "";
  display: block;
  top: 100%;
  right: 20%;
}

#questions .questions_box .q_txt {
  font-size: 1.9rem;
  color: #1eb357;
  padding-bottom: 10px;
  border-bottom: 1px #1eb357 solid;
}

@media (max-width: 768px) {
  #questions .questions_box .q_txt {
    font-size: 1.6rem;
  }
}

#questions .questions_box .a_txt {
  padding-top: 10px;
}

#staff {
  background-color: #000000;
  color: #ffffff;
}

@media (max-width: 768px) {
  #staff {
    padding: 10vw 0 0;
  }
}

#staff #ttl_staff {
  width: 55.9%;
  max-width: 559px;
  margin: 0 auto;
  padding: 0 0 12px;
  border-bottom: 1px #1eb357 solid;
}

@media (max-width: 768px) {
  #staff #ttl_staff {
    padding: 0 0 12px;
    width: 90%;
  }
}

#staff .copy {
  padding-top: 40px;
}

@media (max-width: 768px) {
  #staff .copy {
    padding-top: 20px;
    text-align: left;
  }
}

#staff .slider03 {
  position: relative;
  margin-top: 50px;
}

@media (max-width: 768px) {
  #staff .slider03 {
    margin-top: 25px;
  }
}

#staff .slider03 .swiper-container3 {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

#staff .slider03 .photo {
  border: 2px solid #1eb357;
}

#staff .slider03 .caption {
  font-size: 1.8rem;
  padding-top: 5px;
}

@media (max-width: 768px) {
  #staff .slider03 .caption {
    font-size: 1.4rem;
  }
}

#staff .slider03 .caption strong {
  color: #1eb357;
}

#staff .slider03 .caption strong i {
  font-size: 2.0rem;
  margin: 0 0.5em;
}

@media (max-width: 768px) {
  #staff .slider03 .caption strong i {
    font-size: 1.8rem;
  }
}

#staff .slider03 .swiper-button-next3, #staff .slider03 .swiper-button-prev3 {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

#staff .slider03 .swiper-button-prev3 {
  background-image: url(../images/btn_prev.png);
  left: -50px;
}

@media (max-width: 1080px) {
  #staff .slider03 .swiper-button-prev3 {
    left: 10px;
  }
}

@media (max-width: 768px) {
  #staff .slider03 .swiper-button-prev3 {
    width: 18px;
    background-size: contain;
  }
}

#staff .slider03 .swiper-button-next3 {
  background-image: url(../images/btn_next.png);
  right: -50px;
}

@media (max-width: 1080px) {
  #staff .slider03 .swiper-button-next3 {
    right: 10px;
  }
}

@media (max-width: 768px) {
  #staff .slider03 .swiper-button-next3 {
    width: 18px;
    background-size: contain;
  }
}

#staff .swiper-pagination3 {
  position: static;
  margin-top: 44px;
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  #staff .swiper-pagination3 {
    margin-top: 22px;
  }
}

#staff .swiper-pagination3 .swiper-pagination-bullet {
  margin: 0 7px;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}

#staff .swiper-pagination3 .swiper-pagination-bullet-active {
  background-color: #1eb357;
}

#dealer {
  background: url(../images/bg_special.png) no-repeat center top;
  background-size: auto;
  padding: 200px 0 80px;
}

@media (max-width: 768px) {
  #dealer {
    padding: 30vw 0 40px;
    background-size: 200% auto;
  }
}

#dealer #ttl_dealer {
  width: 38.6%;
  max-width: 386px;
  margin: 0 auto;
  padding: 0 0 12px;
  border-bottom: 1px #1eb357 solid;
}

@media (max-width: 768px) {
  #dealer #ttl_dealer {
    padding: 0 0 12px;
    width: 77.2%;
  }
}

#dealer .dealer_list {
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
}

#dealer .dealer_list > * {
  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;
  width: calc(100% + 30px);
  margin-top: 0px;
  margin-right: -30px;
}

#dealer .dealer_list > * > * {
  width: calc((100% - (30px * 2)) / 2 - 0.1px);
  margin-top: 0px;
  margin-right: 30px;
}

@media (max-width: 768px) {
  #dealer .dealer_list > * {
    width: calc(100% + 0px);
    margin-top: -20px;
    margin-right: 0px;
  }
  #dealer .dealer_list > * > * {
    width: calc((100% - (0px * 1)) / 1 - 0.1px);
    margin-top: 20px;
    margin-right: 0px;
  }
}

@media (max-width: 768px) {
  #dealer .dealer_list {
    margin-top: 30px;
  }
}

/***** フッタ *****/
footer .copyright {
  text-align: center;
  padding: 20px 0;
  border-top: 1px #bfbfbf solid;
}
/*# sourceMappingURL=style.css.map */