@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*! ___pjtName___ v___pkgVersion___ ___pkgLicense___ by ___pkgAuthorName___ */
/*! Type: ___fontName___ - Based on ___fontBase___ */
@font-face {
  font-family: "___fontName___";
  font-style: normal;
  font-weight: ___weights___;
  font-display: swap;
  src: url("../fonts/___fontFile___/___fontFile___-.eot");
  src: url("../fonts/___fontFile___/___fontFile___-.woff2") format("woff2"), url("../fonts/___fontFile___/___fontFile___-.woff") format("woff");
  unicode-range: ___unicode___;
}
body .section-concept {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 107px 16px 90px;
}
@media screen and (max-width: 980px) {
  body .section-concept {
    padding: 70px 16px 64px;
  }
}
@media screen and (max-width: 840px) {
  body .section-concept {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 70px 16px 64px;
  }
}
@media screen and (max-width: 480px) {
  body .section-concept {
    padding: 80px 16px 194px;
  }
}
body .section-concept .box-scroll {
  border: 1px solid #ffffff;
  position: absolute;
  bottom: 35px;
  right: -58px;
  width: 50px;
  height: 176px;
}
@media screen and (max-width: 840px) {
  body .section-concept .box-scroll {
    bottom: 65px;
    right: 30px;
    width: 30px;
    height: 156px;
  }
}
@media screen and (max-width: 480px) {
  body .section-concept .box-scroll {
    bottom: 15px;
    right: 10px;
    width: 30px;
    height: 126px;
  }
}
body .section-concept .box-scroll .bar {
  position: absolute;
  top: -63px;
  left: 50%;
  width: 1px;
  height: 120px;
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-animation: scroll_down 2s cubic-bezier(0.5, -0.1, 0.5, 1) infinite;
          animation: scroll_down 2s cubic-bezier(0.5, -0.1, 0.5, 1) infinite;
}
@media screen and (max-width: 480px) {
  body .section-concept .box-scroll .bar {
    top: -33px;
    height: 70px;
  }
}
@-webkit-keyframes scroll_down {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes scroll_down {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
body .section-concept .box-scroll .scroll-text {
  position: absolute;
  bottom: 15px;
  left: 39%;
  width: 10px;
}
@media screen and (max-width: 840px) {
  body .section-concept .box-scroll .scroll-text {
    bottom: 10px;
    left: 39%;
    width: 8px;
  }
}
body .section-concept .section-title {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 48px;
}
@media screen and (max-width: 980px) {
  body .section-concept .section-title {
    margin-right: 0;
    margin-top: 24px;
  }
}
body .section-concept .section-title .image {
  width: 16px;
}
@media screen and (max-width: 840px) {
  body .section-concept .section-title .image {
    width: 66px;
    margin: 0 auto;
  }
}
body .section-concept .box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1020px;
  width: 100%;
}
@media screen and (max-width: 840px) {
  body .section-concept .box-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
body .section-concept .text {
  max-width: 500px;
  width: 60%;
  margin-left: 70px;
}
@media screen and (max-width: 840px) {
  body .section-concept .text {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  body .section-concept .text {
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  body .section-concept .button {
    margin: 0 auto 24px;
  }
}
body .section-concept .button .link {
  color: #ffffff;
  font-size: 26px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (max-width: 840px) {
  body .section-concept .button .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
body .section-concept .button .link .icon {
  width: 25px;
  margin-top: 12px;
}
@media screen and (max-width: 840px) {
  body .section-concept .button .link .icon {
    width: 19px;
    margin-top: 0;
    margin-left: 12px;
  }
}
body .remodal .box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 840px) {
  body .remodal .box-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body .remodal .box-text .title {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 28px;
  margin-top: -16px;
  margin-left: 12px;
}
@media screen and (max-width: 840px) {
  body .remodal .box-text .title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 24px;
    margin-top: 0;
    margin-left: 0;
  }
}
body .remodal .box-text .title .small {
  font-size: 14px;
}
body .remodal .box-text .text {
  color: #ffffff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  line-height: 2;
}
@media screen and (max-width: 840px) {
  body .remodal .box-text .text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 12px;
  }
}
body .remodal .box-text .text.tring {
  margin-left: 64px;
}
@media screen and (max-width: 840px) {
  body .remodal .box-text .text.tring {
    margin-left: 0px;
    margin-bottom: 24px;
  }
}
body .section-brand {
  padding: 0 16px;
}
body .section-brand .section-title {
  margin-bottom: 39px;
}
@media screen and (max-width: 840px) {
  body .section-brand .section-title .image {
    width: 300px;
  }
}
body .section-brand .content {
  max-width: 1100px;
}
body .section-brand .content .slider-container {
  position: relative;
  overflow: hidden;
  max-width: 1840px;
  width: 100%;
  padding: 36px 0 24px 110px;
}
@media screen and (max-width: 840px) {
  body .section-brand .content .slider-container {
    padding: 36px 0 24px 0;
  }
}
body .section-brand .content .slider-container .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
@media screen and (max-width: 1180px) {
  body .section-brand .content .slider-container .slider {
    max-width: 990px;
  }
}
@media screen and (max-width: 840px) {
  body .section-brand .content .slider-container .slider {
    max-width: 776px;
  }
}
body .section-brand .content .slider-container .slider .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}
@media screen and (max-width: 840px) {
  body .section-brand .content .slider-container .slider .slide {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
body .section-brand .content .slider-container .slider .slide .brand {
  position: relative;
  width: 195px;
  height: 195px;
  margin: 0 12px 32px;
}
@media screen and (max-width: 840px) {
  body .section-brand .content .slider-container .slider .slide .brand {
    width: 115px;
    height: 115px;
    margin: 0 8px 22px;
  }
}
body .section-brand .content .slider-container .slider .slide .brand .title {
  position: absolute;
  bottom: -10px;
  left: 0;
  line-height: 1.2;
}
@media screen and (max-width: 840px) {
  body .section-brand .content .slider-container .slider .slide .brand .title {
    font-size: 14px;
  }
}
body .section-brand .content .slider-container .slider .slide .brand .title span {
  display: inline-block;
}
body .section-brand .content .slider-container .slider .slide .brand .image {
  width: 195px;
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 840px) {
  body .section-brand .content .slider-container .slider .slide .brand .image {
    width: 115px;
    height: 115px;
  }
}
body .section-brand .content .slider-container .prev-slide,
body .section-brand .content .slider-container .next-slide {
  position: absolute;
  left: 0;
  border: 1px solid #ffffff;
  background-color: transparent;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 840px) {
  body .section-brand .content .slider-container .prev-slide,
  body .section-brand .content .slider-container .next-slide {
    width: 38px;
    left: 296px;
    height: 436px;
  }
}
@media screen and (max-width: 480px) {
  body .section-brand .content .slider-container .prev-slide,
  body .section-brand .content .slider-container .next-slide {
    width: 31px;
  }
}
body .section-brand .content .slider-container .prev-slide .icon,
body .section-brand .content .slider-container .next-slide .icon {
  width: 30px;
}
@media screen and (max-width: 840px) {
  body .section-brand .content .slider-container .prev-slide .icon,
  body .section-brand .content .slider-container .next-slide .icon {
    width: 20px;
  }
}
body .section-brand .content .slider-container .prev-slide {
  bottom: 122px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 840px) {
  body .section-brand .content .slider-container .prev-slide {
    display: none;
  }
}
body .section-brand .content .slider-container .next-slide {
  bottom: 40px;
}
@media screen and (max-width: 840px) {
  body .section-brand .content .slider-container .next-slide {
    bottom: 0;
    left: 91%;
  }
}
@media screen and (max-width: 480px) {
  body .section-brand .content .slider-container .next-slide {
    border: 1px solid #ffffff;
    width: 47px;
    height: 91%;
    bottom: 42px;
    left: 84%;
  }
}
@media screen and (max-width: 840px) {
  body .remodal {
    max-height: 80vh;
    overflow-y: auto;
    padding: 24px 12px;
  }
}
body .remodal .box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 840px) {
  body .remodal .box-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body .remodal .box-container .box-information {
  max-width: 489px;
  text-align: left;
  margin-left: 32px;
}
@media screen and (max-width: 840px) {
  body .remodal .box-container .box-information {
    margin-left: 0;
  }
}
body .remodal .box-container .box-information .brand-name {
  font-size: 26px;
  margin-bottom: 4px;
}
@media screen and (max-width: 840px) {
  body .remodal .box-container .box-information .brand-name {
    font-size: 24px;
  }
}
body .remodal .box-container .box-information .japanese-name {
  font-size: 12px;
  margin-bottom: 14px;
}
body .remodal .box-container .box-information .text {
  color: #ffffff;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  body .remodal .box-container .box-information .text {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
body .remodal .box-container .box-information .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 14px;
  text-decoration: underline;
}
@media screen and (max-width: 840px) {
  body .remodal .box-container .box-information .link {
    margin-bottom: 24px;
  }
}
body .remodal .box-container .box-information .link .icon {
  display: inline-block;
  width: 20px;
  margin-left: 10px;
}
body .remodal .box-container .box-image {
  max-width: 169px;
  width: 100%;
}
@media screen and (max-width: 840px) {
  body .remodal .box-container .box-image {
    margin: 0 auto;
  }
}
body .remodal .box-container .box-image .image {
  width: 155px;
  height: 155px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .section-event {
  padding: 47px 16px 90px;
}
@media screen and (max-width: 840px) {
  body .section-event {
    padding: 40px 16px 50px;
  }
}
@media screen and (max-width: 840px) {
  body .section-event .section-title .image {
    width: 153px;
    margin-top: 22px;
  }
}
body .section-event .list-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1020px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  body .section-event .list-event {
    max-width: 396px;
    margin: 0 auto;
  }
}
body .section-event .list-event .event {
  position: relative;
  background-size: contain;
  background-position: left;
  -ms-flex-item-align: start;
      align-self: flex-start;
  max-width: 486px;
  width: 100%;
  padding: 60px 32px 45px;
}
@media screen and (max-width: 980px) {
  body .section-event .list-event .event {
    max-width: 396px;
    padding: 35px 16px 35px;
  }
}
@media screen and (max-width: 840px) {
  body .section-event .list-event .event {
    max-width: 48%;
  }
}
@media screen and (max-width: 480px) {
  body .section-event .list-event .event {
    max-width: 100%;
  }
}
body .section-event .list-event .event:nth-child(odd) {
  margin: 0 24px 24px 0;
}
@media screen and (max-width: 980px) {
  body .section-event .list-event .event:nth-child(odd) {
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  body .section-event .list-event .event:nth-child(odd) {
    margin: 0 auto 24px;
  }
}
body .section-event .list-event .event:nth-child(even) {
  margin: 0 0 24px 0;
}
@media screen and (max-width: 980px) {
  body .section-event .list-event .event:nth-child(even) {
    width: 100%;
    margin: 0 auto 24px;
  }
}
body .section-event .list-event .event:first-child {
  background-image: url(../images/banner_lesillagebooth.png);
}
body .section-event .list-event .event:nth-child(2) {
  background-image: url(../images/banner_lesillagebooth.png);
}
body .section-event .list-event .event:nth-child(3) {
  background-image: url(../images/banner_lesillagebooth.png);
}
body .section-event .list-event .event:nth-child(4) {
  background-image: url(../images/banner_lesillagebooth.png);
}
body .section-event .list-event .event:nth-child(5) {
  background-image: url(../images/banner_lesillagebooth.png);
}
body .section-event .list-event .event:last-child {
  background-image: url(../images/banner_timeschedule.png);
  padding: 26px 32px 35px;
}
@media screen and (max-width: 980px) {
  body .section-event .list-event .event:last-child {
    width: 100%;
    margin: 0 auto 24px;
    padding: 22px 32px 21px;
  }
}
body .section-event .list-event .event .title {
  font-size: 30px;
  margin-bottom: 14px;
}
@media screen and (max-width: 980px) {
  body .section-event .list-event .event .title {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
body .section-event .list-event .event .text {
  font-size: 14px;
  color: #ffffff;
}
@media screen and (max-width: 840px) {
  body .section-event .list-event .event .text {
    font-size: 12px;
  }
}
body .section-event .list-event .event .english {
  color: #ffffff;
  font-size: 11px;
  margin-bottom: 12px;
}
@media screen and (max-width: 840px) {
  body .section-event .list-event .event .english {
    margin-bottom: 2px;
  }
}
body .section-event .list-event .event .timeschedule {
  color: #ffffff;
  font-size: 26px;
}
@media screen and (max-width: 980px) {
  body .section-event .list-event .event .timeschedule {
    font-size: 17px;
  }
}
body .section-event .list-event .event .icon {
  position: absolute;
  right: 7px;
  bottom: 12px;
  width: 195px;
}
body .section-place {
  padding: 47px 16px 40px;
}
@media screen and (max-width: 840px) {
  body .section-place {
    padding: 37px 16px 40px;
  }
}
@media screen and (max-width: 840px) {
  body .section-place .section-title .image {
    width: 90px;
    margin-top: 22px;
  }
}
body .section-place .box-content {
  max-width: 1020px;
  width: 100%;
}
body .section-place .list-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 962px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  body .section-place .list-place {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 349px;
  }
}
body .section-place .list-place .place {
  max-width: 450px;
  width: 100%;
  margin-right: 34px;
}
@media screen and (max-width: 840px) {
  body .section-place .list-place .place {
    margin-right: 0;
  }
}
@media screen and (max-width: 840px) {
  body .section-place .list-place .place:last-child {
    margin-bottom: 14px;
  }
}
body .section-place .list-place .place .place-name {
  font-size: 32px;
  margin-bottom: 6px;
}
@media screen and (max-width: 840px) {
  body .section-place .list-place .place .place-name {
    font-size: 19px;
    margin-bottom: 4px;
  }
}
body .section-place .list-place .place .subtitle {
  font-size: 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  body .section-place .list-place .place .subtitle {
    margin-bottom: 12px;
  }
}
body .section-place .list-place .place .label {
  border-left: 2px solid #e76b39;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  padding-left: 6px;
  margin-bottom: 9px;
}
@media screen and (max-width: 840px) {
  body .section-place .list-place .place .label {
    font-size: 12px;
  }
}
body .section-place .list-place .place .data {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 840px) {
  body .section-place .list-place .place .data {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
body .section-place .box-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 78px;
}
@media screen and (max-width: 480px) {
  body .section-place .box-access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 28px;
  }
}
body .section-place .box-access .map {
  max-width: 484px;
  width: 100%;
  margin-right: 40px;
}
@media screen and (max-width: 840px) {
  body .section-place .box-access .map {
    margin: 0 auto;
  }
}
body .section-place .box-access .list-access {
  max-width: 445px;
  width: 100%;
}
body .section-place .box-access .list-access .access:first-child {
  margin-bottom: 42px;
}
@media screen and (max-width: 480px) {
  body .section-place .box-access .list-access .access:last-child {
    margin-bottom: 32px;
  }
}
body .section-place .box-access .list-access .access .place-name {
  font-size: 19px;
  margin-bottom: 4px;
}
body .section-place .box-access .list-access .access .subtitle {
  font-size: 12px;
}
@media screen and (max-width: 840px) {
  body .section-place .box-access .list-access .access .subtitle {
    margin-bottom: 4px;
  }
}
body .section-place .box-access .list-access .access .text-access {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 840px) {
  body .section-place .box-access .list-access .access .text-access {
    font-size: 12px;
  }
}
@media screen and (max-width: 840px) {
  body .section-map {
    padding: 50px 16px 10px;
  }
}
@media screen and (max-width: 840px) {
  body .section-map .section-title .image {
    width: 170px;
    margin-top: 26px;
  }
}
body .section-map .box-content {
  max-width: 1020px;
  width: 100%;
}
body .section-map .box-content .box-guidemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 90px 24px 0;
  margin-bottom: 40px;
  max-width: 1120px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  body .section-map .box-content .box-guidemap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
    margin-bottom: 0;
  }
}
body .section-map .box-content .box-guidemap .guidemap-title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 32px;
}
@media screen and (max-width: 840px) {
  body .section-map .box-content .box-guidemap .guidemap-title {
    font-size: 16px;
  }
}
body .section-map .box-content .box-guidemap .box-map {
  position: relative;
  width: 600px;
  margin-right: 40px;
}
@media screen and (max-width: 1180px) {
  body .section-map .box-content .box-guidemap .box-map {
    margin-right: 40px;
  }
}
@media screen and (max-width: 840px) {
  body .section-map .box-content .box-guidemap .box-map {
    width: 469px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 480px) {
  body .section-map .box-content .box-guidemap .box-map {
    width: 340px;
    margin: 0 auto;
  }
}
body .section-map .box-content .box-guidemap .box-map .image {
  width: 600px;
}
@media screen and (max-width: 840px) {
  body .section-map .box-content .box-guidemap .box-map .image {
    width: 469px;
  }
}
@media screen and (max-width: 480px) {
  body .section-map .box-content .box-guidemap .box-map .image {
    width: 340px;
  }
}
body .section-map .box-content .box-guidemap .box-map .list-tab .tab {
  position: absolute;
  background-color: #c14c1d;
  color: #ffffff;
  padding: 25px 23px;
  cursor: pointer;
}
@media screen and (max-width: 840px) {
  body .section-map .box-content .box-guidemap .box-map .list-tab .tab {
    font-size: 12px;
    padding: 17px 19px;
  }
}
@media screen and (max-width: 480px) {
  body .section-map .box-content .box-guidemap .box-map .list-tab .tab {
    padding: 10px 12px;
  }
}
body .section-map .box-content .box-guidemap .box-map .list-tab .tab:first-child {
  bottom: 5px;
  left: 150px;
}
@media screen and (max-width: 840px) {
  body .section-map .box-content .box-guidemap .box-map .list-tab .tab:first-child {
    bottom: 5px;
    left: 114px;
  }
}
@media screen and (max-width: 480px) {
  body .section-map .box-content .box-guidemap .box-map .list-tab .tab:first-child {
    left: 93px;
  }
}
body .section-map .box-content .box-guidemap .box-map .list-tab .tab:nth-child(2) {
  bottom: 5px;
  left: 215px;
}
@media screen and (max-width: 840px) {
  body .section-map .box-content .box-guidemap .box-map .list-tab .tab:nth-child(2) {
    bottom: 5px;
    left: 167px;
  }
}
@media screen and (max-width: 480px) {
  body .section-map .box-content .box-guidemap .box-map .list-tab .tab:nth-child(2) {
    left: 130px;
  }
}
body .section-map .box-content .box-guidemap .box-map .list-tab .tab:nth-child(3) {
  bottom: 5px;
  left: 279px;
}
@media screen and (max-width: 840px) {
  body .section-map .box-content .box-guidemap .box-map .list-tab .tab:nth-child(3) {
    bottom: 5px;
    left: 219px;
  }
}
@media screen and (max-width: 480px) {
  body .section-map .box-content .box-guidemap .box-map .list-tab .tab:nth-child(3) {
    left: 167px;
  }
}
body .section-map .box-content .box-guidemap .box-map .list-tab .tab:nth-child(4) {
  bottom: 5px;
  left: 343px;
}
@media screen and (max-width: 840px) {
  body .section-map .box-content .box-guidemap .box-map .list-tab .tab:nth-child(4) {
    bottom: 5px;
    left: 269px;
  }
}
@media screen and (max-width: 480px) {
  body .section-map .box-content .box-guidemap .box-map .list-tab .tab:nth-child(4) {
    left: 202px;
  }
}
body .section-map .box-content .box-guidemap .box-map .list-tab .tab:nth-child(5) {
  top: 117px;
  left: 151px;
}
@media screen and (max-width: 840px) {
  body .section-map .box-content .box-guidemap .box-map .list-tab .tab:nth-child(5) {
    top: 92px;
    left: 116px;
  }
}
@media screen and (max-width: 480px) {
  body .section-map .box-content .box-guidemap .box-map .list-tab .tab:nth-child(5) {
    top: 67px;
    left: 94px;
  }
}
body .section-map .box-content .box-guidemap .box-map .list-tab .tab:nth-child(6) {
  top: 117px;
  left: 215px;
}
@media screen and (max-width: 840px) {
  body .section-map .box-content .box-guidemap .box-map .list-tab .tab:nth-child(6) {
    top: 91px;
    left: 168px;
  }
}
@media screen and (max-width: 480px) {
  body .section-map .box-content .box-guidemap .box-map .list-tab .tab:nth-child(6) {
    top: 67px;
    left: 131px;
  }
}
body .section-map .box-content .box-guidemap .box-map .list-tab .tab:nth-child(7) {
  top: 117px;
  left: 279px;
}
@media screen and (max-width: 840px) {
  body .section-map .box-content .box-guidemap .box-map .list-tab .tab:nth-child(7) {
    top: 92px;
    left: 219px;
  }
}
@media screen and (max-width: 480px) {
  body .section-map .box-content .box-guidemap .box-map .list-tab .tab:nth-child(7) {
    top: 67px;
    left: 166px;
  }
}
body .section-map .box-content .box-guidemap .box-map .list-tab .tab:last-child {
  top: 236px;
  left: 152px;
  padding: 14px 116px;
}
@media screen and (max-width: 840px) {
  body .section-map .box-content .box-guidemap .box-map .list-tab .tab:last-child {
    top: 184px;
    left: 117px;
    padding: 14px 83px;
  }
}
@media screen and (max-width: 480px) {
  body .section-map .box-content .box-guidemap .box-map .list-tab .tab:last-child {
    top: 130px;
    left: 93px;
    padding: 10px 52px;
  }
}
body .section-map .box-content .box-guidemap .box-map .list-tab .tab span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
body .section-map .box-content .box-guidemap .box-map .list-tab .tab span:before {
  content: "";
  position: absolute;
  top: -7px;
  left: -13px;
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  -webkit-animation: pin 2s ease-out infinite normal;
          animation: pin 2s ease-out infinite normal;
}
@media screen and (max-width: 480px) {
  body .section-map .box-content .box-guidemap .box-map .list-tab .tab span:before {
    top: 0;
    left: -7px;
    width: 20px;
    height: 20px;
  }
}
@-webkit-keyframes pin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes pin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
body .section-map .box-content .box-guidemap .box-map .list-tab .tab.current span:before {
  background-color: rgba(231, 107, 57, 0.6);
}
body .section-map .box-content .box-guidemap .box-map .list-tab .tab.current:after {
  content: "";
  position: absolute;
  top: -36px;
  left: -3px;
  background-image: url(../images/smoke.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 86px;
  height: 70px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 840px) {
  body .section-map .box-content .box-guidemap .box-map .list-tab .tab.current:after {
    top: -26px;
    width: 53px;
    height: 50px;
  }
}
@media screen and (max-width: 1180px) {
  body .section-map .box-content .box-guidemap .box-detail {
    max-width: 270px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  body .section-map .box-content .box-guidemap .box-detail {
    max-width: 100%;
    width: 100%;
  }
}
body .section-map .box-content .box-guidemap .box-detail .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .section-map .box-content .box-guidemap .box-detail .detail .number {
  position: relative;
  background-color: #ffffff;
  color: #c14c1d;
  font-size: 24px;
  width: 46px;
  height: 46px;
  margin-bottom: 10px;
}
@media screen and (max-width: 840px) {
  body .section-map .box-content .box-guidemap .box-detail .detail .number {
    font-size: 16px;
    width: 24px;
    height: 24px;
  }
}
body .section-map .box-content .box-guidemap .box-detail .detail .number span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body .section-map .box-content .box-guidemap .box-detail .detail .label {
  color: #ffffff;
  font-size: 14px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 auto;
}
body .section-map .box-content .box-guidemap .box-detail .detail .brand {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.8;
  margin-left: 20px;
}
@media screen and (max-width: 1180px) {
  body .section-map .box-content .box-guidemap .box-detail .detail .brand {
    font-size: 14px;
  }
}
body .section-owner {
  background-color: #c14c1d;
  max-width: 100%;
  width: 100%;
  padding: 60px 83px;
}
@media screen and (max-width: 840px) {
  body .section-owner {
    padding: 28px 16px;
  }
}
body .section-owner .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 840px) {
  body .section-owner .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
}
@media screen and (max-width: 840px) {
  body .section-owner .section-title .image {
    width: 80px;
    margin-top: 32px;
  }
}
body .section-owner .box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1020px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  body .section-owner .box-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body .section-owner .box-content .box-text {
  max-width: 658px;
  width: 100%;
  margin: 0 80px 0 48px;
}
@media screen and (max-width: 840px) {
  body .section-owner .box-content .box-text {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  body .section-owner .box-content .box-text {
    max-width: 465px;
    margin: 0 auto 24px;
  }
}
body .section-owner .box-content .box-text .owner-name {
  font-size: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 840px) {
  body .section-owner .box-content .box-text .owner-name {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
body .section-owner .box-content .box-text .text {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  body .section-owner .box-content .box-text .text {
    font-size: 12px;
  }
}
body .section-owner .box-content .box-text .address {
  color: #fdb091;
  font-size: 12px;
}
body .section-owner .box-content .box-image {
  position: relative;
  background-color: #ffffff;
  max-width: 290px;
  width: 100%;
  height: 280px;
}
@media screen and (max-width: 480px) {
  body .section-owner .box-content .box-image {
    max-width: 465px;
    width: 100%;
    height: 110px;
    margin: 0 auto;
  }
}
body .section-owner .box-content .box-image .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 210px;
  width: 100%;
}