@charset "utf-8";
.locl-header_mv {
  /*position: relative;
  top: -15px;
  left: 50%;
  width: 100vw;
  max-width: none !important;
  transform: translateX(-50%);
  z-index: -1;*/
  margin-top: -15px;
  margin-bottom: 10px;
  z-index: -1;
  position: relative;
}
@media screen and (max-width:1020px){
  .locl-header_mv {
    margin: 20px -30px 0;
    width: calc(100% + 60px);
    max-width: none;
  }
}
@media screen and (max-width:768px){
  .locl-header_mv {
    margin: 20px -15px 0;
    width: calc(100% + 30px);
  }
}
@media screen and (max-width:768px){
  .locl-header_copy {
    width: 85%;
  }
}
.locl-header_shoulder {
  margin: -2em 0 15px 0;
  line-height: 2;
  text-align: right;
  font-size: 14px;
}
.locl-title-lv3-01 {
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
  color: #803600;
  letter-spacing: -0.02em;
}
.locl-title-lv3-01_large {
  font-size: 36px;
  display: inline-block;
  transform: translateY(1px);
}
.locl-title-lv3-01_sup {
  display: inline-block;
  font-size: 50%;
  transform: translateY(-5px);
}
.locl-title-lv3-01_sub {
  display: block;
  font-size: 50%;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0;
}
@media screen and (max-width:1020px){
  .locl-pic-01 {
    display: block;
    margin: 0 auto;
  }
}
.locl-pic-04 {
  margin-left: 20px;
}
.locl-pic-09-wrap {
  max-width: 63%;
}
.locl-pic-09 {
  margin-top: -35px;
  margin-right: -9px;
  width: 100%;
}

.locl-pic-10 {
  width: 100%;
}
@media screen and (max-width:1020px){
  .locl-pic-09 {
    margin-top: -3vw;
  }
  .locl-pic-12,
  .locl-pic-14,
  .locl-pic-15,
  .locl-pic-16,
  .locl-pic-17 {
    width: 100%;
  }
}
@media screen and (max-width:768px){
  .locl-pic-09-wrap {
    max-width: 100%;
  }
  .locl-pic-09 {
    margin-top: 0;
    margin-right: 0;
  }
}

.locl-pic-caption {
  font-size: 14px;
  margin: 3px 0 0;
  text-align: left;
  padding: 0 0 0 4px;
}
@media screen and (max-width:1020px){
  .locl-ta-center {
    text-align: center;
  }
}
@media screen and (max-width:768px){
  .locl-ta-center {
    text-align: left;
  }
}


.elm-contents_container.guiness_container {
  padding: 68px 130px;
}

.guiness-content {
  display: flex;
  align-items: center;
}

.guiness-content-text {
  font-size: 14px;
  line-height: 2.28;
  padding-left: 50px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .elm-contents_container.guiness_container {
    padding: 40px 30px;
  }
}

@media screen and (max-width:768px){
  .guiness-content {
    flex-direction: column;
  }

  .guiness-content-img img {
    width: 80px;
  }

  .guiness-content-text {
    margin-top: 20px;
    padding-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .elm-contents_title-lv2 {
    padding: 15px 0;
    letter-spacing: -0.01em;
  }
}
