


header.lp-header {
  position: fixed;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 481px) {
  header.lp-header {
    height: 80px;
  }
}

@media screen and (min-width: 769px) {
  header.lp-header {
    height: 120px;
  }
}

@media screen and (min-width: 1025px) {
  header.lp-header {
    height: 240px;
  }
}


header.lp-header.smaller {
  height: 60px;
  background-color: rgba(0,0,0,0.7);
}

@media screen and (min-width: 481px) {
  header.lp-header.smaller {
    height: 60px;
  }
}

@media screen and (min-width: 769px) {
  header.lp-header.smaller {
    height: 90px;
  }
}

@media screen and (min-width: 1025px) {
  header.lp-header.smaller {
    height: 90px;
  }
}


.hr-logo {
  width: 120px;
  height: 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 481px) {
  .hr-logo {
    width: 180px;
    height: 60px;
  }
}

@media screen and (min-width: 769px) {
  .hr-logo {
    width: 240px;
    height: 80px;
  }
}

@media screen and (min-width: 1025px) {
  .hr-logo {
    width: 360px;
    height: 120px;
  }
}


.smaller .hr-logo {
  width: 120px;
  height: 40px;
}

@media screen and (min-width: 481px) {
  .smaller .hr-logo {
    width: 120px;
    height: 40px;
  }
}

@media screen and (min-width: 769px) {
  .smaller .hr-logo {
    width: 180px;
    height: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .smaller .hr-logo {
    width: 180px;
    height: 60px;
  }
}


.hr-logo a {
  display: block;
  width: 120px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../img/common/logo_w.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 481px) {
  .hr-logo a {
    width: 180px;
    height: 60px;
  }
}

@media screen and (min-width: 769px) {
  .hr-logo a {
    width: 240px;
    height: 80px;
  }
}

@media screen and (min-width: 1025px) {
  .hr-logo a {
    width: 360px;
    height: 120px;
  }
}


.smaller .hr-logo a {
  width: 120px;
  height: 40px;
}

@media screen and (min-width: 481px) {
  .smaller .hr-logo a {
    width: 120px;
    height: 40px;
  }
}

@media screen and (min-width: 769px) {
  .smaller .hr-logo a {
    width: 180px;
    height: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .smaller .hr-logo a {
    width: 180px;
    height: 60px;
  }
}


.lp .hero-img {
  background-color: #121212;
}


.lp .hero-img-content img {
  display: initial;
}


section.contact-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #e8e8e8;
  background-image: linear-gradient(180deg, rgba(246, 246, 246, 1), rgba(232, 232, 232, 1));
}


.contact-box-container {
  width: 100%;
  max-width: 1600px;
  padding: 0 3% 40px 3%;
  margin: 0 auto;
  text-align: center;
}


h2.contact-box-cap {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-bottom: 0.6em;
}

@media screen and (min-width: 481px) {
  h2.contact-box-cap {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  h2.contact-box-cap {
    font-size: 24px;
  }
}

@media screen and (min-width: 1025px) {
  h2.contact-box-cap {
    font-size: 28px;
  }
}


h2.contact-box-cap strong {
  font-size: 140%;
  color: #c5148e;
}


p.contact-box-subcap {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 481px) {
  p.contact-box-subcap {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  p.contact-box-subcap {
    font-size: 20px;
  }
}

@media screen and (min-width: 1025px) {
  p.contact-box-subcap {
    font-size: 24px;
  }
}


p.contact-box-subcap span {
  color: #c5148e;
}


.lp .contact-wrap {
  align-items: flex-start;
}


.lp .contact-col a {
  border-radius: 0;
}


.lp .contact-col a.contact-tel {
  background-color: #1c3c65;
}


.lp .contact-col a.contact-form {
  background-color: #c5148e;
}


.col-top-cap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
  color: #c5148e;
}

@media screen and (min-width: 769px) {
  .col-top-cap {
    height: 28px;
    margin-bottom: 0;
    font-size: 14px;
  }
}

@media screen and (min-width: 1025px) {
  .col-top-cap {
    height: 36px;
    font-size: 18px;
  }
}


h2.lp-sec-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 100%;
  max-width: 260px;
  height: 30px;
  margin: 0 auto 15px auto;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  border-radius: 15px;
  background-color: #0762d8;
  background-image: linear-gradient(180deg, rgba(9, 97, 212, 1), rgba(27, 61, 104, 1));
}

@media screen and (min-width: 481px) {
  h2.lp-sec-title {
    max-width: 400px;
    height: 40px;
    margin: 0 auto 20px auto;
    font-size: 20px;
    border-radius: 20px;
  }
}

@media screen and (min-width: 769px) {
  h2.lp-sec-title {
    max-width: 600px;
    height: 50px;
    margin: 0 auto 25px auto;
    font-size: 24px;
    border-radius: 25px;
  }
}

@media screen and (min-width: 1025px) {
  h2.lp-sec-title {
    max-width: 720px;
    height: 60px;
    margin: 0 auto 30px auto;
    font-size: 30px;
    border-radius: 30px;
  }
}


p.content-body {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 1em;
}

@media screen and (min-width: 481px) {
  p.content-body {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  p.content-body {
    font-size: 16px;
  }
}

@media screen and (min-width: 1025px) {
  p.content-body {
    font-size: 18px;
  }
}


p.content-body strong {
  font-weight: 700;
}


.lp section.service {
  padding: 50px 0 0 0;
  background-color: #f5f5f5;
}

@media screen and (min-width: 769px) {
  .lp section.service {
    padding: 80px 0 0 0;
  }
}

@media screen and (min-width: 1025px) {
  .lp section.service {
    padding: 100px 0 0 0;
  }
}


.service-body-copy {
  width: 100%;
  max-width: 1600px;
  padding: 15px;
  margin: 0 auto 20px;
}

@media screen and (min-width: 481px) {
  .service-body-copy {
    padding: 20px 30px;
    margin: 0 auto 25px;
  }
}

@media screen and (min-width: 769px) {
  .service-body-copy {
    padding: 25px 50px;
    margin: 0 auto 30px;
  }
}

@media screen and (min-width: 1025px) {
  .service-body-copy {
    padding: 30px 100px;
    margin: 0 auto 40px;
  }
}


.service-body-copy p {
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 0;
}

@media screen and (min-width: 481px) {
  .service-body-copy p {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .service-body-copy p {
    font-size: 18px;
  }
}

@media screen and (min-width: 1025px) {
  .service-body-copy p {
    font-size: 20px;
  }
}


.service-outer-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0 3%;
  margin: 0 auto 30px auto;
}

@media screen and (min-width: 769px) {
  .service-outer-wrap {
    padding: 0 4%;
    margin: 0 auto 40px auto;
  }
}

@media screen and (min-width: 1025px) {
  .service-outer-wrap {
    min-height: 40vw;
    padding: 0;
    margin: 0 auto 60px auto;
    background-repeat: no-repeat;
    background-size: 55% auto;
  }
}

@media screen and (min-width: 1200px) {
  .service-outer-wrap {
    min-height: 35vw;
    background-repeat: no-repeat;
    background-size: 52% auto;
  }
}


.service-outer-wrap.service01 {
  background-image: url(none);
}

@media screen and (min-width: 1025px) {
  .service-outer-wrap.service01 {
    background-image: url("../img/lp-2025-11/service01.jpg");
    background-position: left center;
  }
}


.service-outer-wrap.service02 {
  background-image: url(none);
}

@media screen and (min-width: 1025px) {
  .service-outer-wrap.service02 {
    background-image: url("../img/lp-2025-11/service02.jpg");
    background-position: right center;
  }
}


.service-outer-wrap.service03 {
  background-image: url(none);
}

@media screen and (min-width: 1025px) {
  .service-outer-wrap.service03 {
    background-image: url("../img/lp-2025-11/service03.jpg");
    background-position: left center;
  }
}


.service-inner-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1600px;
  padding: 0;
  margin: 0 auto;
}


.service-outer-wrap:nth-of-type(odd) .service-inner-wrap {
  flex-direction: row-reverse;
}


.service-col-img {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .service-col-img {
    width: 30%;
  }
}

@media screen and (min-width: 1200px) {
  .service-col-img {
    width: 33.33%;
  }
}


.service-col-img img {
  display: block;
}

@media screen and (min-width: 1025px) {
  .service-col-img img {
    display: none;
  }
}


.service-col-tx {
  width: 100%;
  padding: 30px 5%;
  background-color: rgba(255, 255, 255, 1);
}

@media screen and (min-width: 1025px) {
  .service-col-tx {
    width: 70%;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.6);
  }
}

@media screen and (min-width: 1200px) {
  .service-col-tx {
    width: 66.66%;
    padding: 30px 5%;
  }
}


.service-col-tx h3 {
  font-size: 16px;
  line-hight: 1.5em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}

@media screen and (min-width: 481px) {
  .service-col-tx h3 {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .service-col-tx h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .service-col-tx h3 {
    font-size: 22px;
    -webkit-text-stroke: 4px #fff;
    text-stroke: 4px #fff;
    paint-order: stroke;
  }
}

@media screen and (min-width: 1200px) {
  .service-col-tx h3 {
    font-size: 24px;
  }
}


.service-col-tx p {
  font-size: 14px;
  line-hight: 1.8em;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0;
}

@media screen and (min-width: 481px) {
  .service-col-tx p {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .service-col-tx p {
    font-size: 18px;
  }
}

@media screen and (min-width: 1025px) {
  .service-col-tx p {
    font-size: 18px;
    -webkit-text-stroke: 4px #fff;
    text-stroke: 4px #fff;
    paint-order: stroke;
  }
}

@media screen and (min-width: 1200px) {
  .service-col-tx p {
    font-size: 20px;
  }
}


section.flow {
  padding: 20px 0 0x 0;
  background-color: #f5f5f5;
}

@media screen and (min-width: 481px) {
  section.flow {
    padding: 30px 0 0 0;
  }
}

@media screen and (min-width: 769px) {
  section.flow {
    padding: 40px 0 0 0;
  }
}

@media screen and (min-width: 1025px) {
  section.flow {
    padding: 60px 0 0 0;
  }
}


.flow-content {
  width: 100%;
  max-width: 1600px;
  padding: 0 3% 30px 3%;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .flow-content {
    padding: 0 4% 40px 4%;
  }
}

@media screen and (min-width: 769px) {
  .flow-content {
    padding: 0 4% 40px 4%;
  }
}

@media screen and (min-width: 1025px) {
  .flow-content {
    padding: 60px 5%;
  }
}


.flow-order-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 30px 0 10px 0;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .flow-order-wrap {
    max-width: 600px;
  }
}

@media screen and (min-width: 769px) {
  .flow-order-wrap {
    max-width: 720px;
  }
}

@media screen and (min-width: 1025px) {
  .flow-order-wrap {
    max-width: 1180px;
    padding: 30px 0 30px 0;
  }
}

@media screen and (min-width: 1200px) {
  .flow-order-wrap {
    max-width: 1440px;
  }
}


.flow-order-col {
  width: 240px;
  padding: 30px 20px 20px 20px;
  margin: 30px auto;
  border: 1px solid #000;
  position: relative;
}

@media screen and (min-width: 481px) {
  .flow-order-col {
    width: calc( 50% - 6px );
    max-width: 300px;
    padding: 30px 20px 20px 20px;
    margin: 30px 3px;
  }
}


@media screen and (min-width: 769px) {
  .flow-order-col {
    width: calc( 50% - 6px );
    padding: 30px 20px 20px 20px;
  }
}


@media screen and (min-width: 1025px) {
  .flow-order-col {
    width: calc( 25% - 6px );
    padding: 30px 25px 25px 25px;
  }
}

@media screen and (min-width: 1200px) {
  .flow-order-col {
    padding: 30px;
    max-width: 360px;
  }
}


.flow-order-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 1em;
  font-weight: 400;
  color: #fff;
  background-color: #000;
  position: absolute;
  top: -25px;
  left: calc( 50% - 25px );
}


.flow-order-img {
  display: flex;
  justify-content: center;
}


.flow-order-img img {
  width: 100%;
  max-width: 200px;
}


.flow-order-col h3 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 481px) {
  .flow-order-col h3 {
    font-size: 22px;
  }
}

@media screen and (min-width: 769px) {
  .flow-order-col h3 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1025px) {
  .flow-order-col h3 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .flow-order-col h3 {
    font-size: 28px;
  }
}


.flow-order-col p {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0;
}

@media screen and (min-width: 481px) {
  .flow-order-col p {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .flow-order-col p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .flow-order-col p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .flow-order-col p {
    font-size: 18px;
  }
}


section.voice {
  padding: 0;
  background-color: #f5f5f5;
}


.voice-content {
  width: 100%;
  max-width: 1600px;
  padding: 20px 3% 40px 3%;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .voice-content {
    padding: 15px 4% 50px 4%;
  }
}

@media screen and (min-width: 769px) {
  .voice-content {
    padding: 15px 4% 60px 4%;
  }
}

@media screen and (min-width: 1025px) {
  .voice-content {
    padding: 20px 5% 80px 5%;
  }
}


.voice-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 20px 0 10px 0;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .voice-wrap {
    max-width: 1180px;
    padding: 30px 0 30px 0;
  }
}

@media screen and (min-width: 1200px) {
  .voice-wrap {
    max-width: 1440px;
  }
}


.voice-col {
  width: 100%;
  max-width: 480px;
  padding: 20px 15px;
  margin: 6px auto;
  border: 1px solid #000;
}

@media screen and (min-width: 481px) {
  .voice-col {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 769px) {
  .voice-col {
    width: calc( 50% - 12px );
    max-width: 50%;
    padding: 30px 20px;
    margin: 6px;
  }
}


.voice-info {
  width: 100%;
  padding: 0 0 10px 0;
  margin: 0 auto;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 481px) {
  .voice-info {
    padding: 0 0 15px 0;
  }
}

@media screen and (min-width: 769px) {
  .voice-info {
    padding: 0 0 20px 0;
  }
}


.voice-info h3 {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 700;
  margin-bottom: 0;
}

@media screen and (min-width: 481px) {
  .voice-info h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  .voice-info h3 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1025px) {
  .voice-info h3 {
    font-size: 24px;
  }
}


.voice-info h3 .voice-owner {
  display: block;
  font-size: 75%;
}


.voice-tx {
  width: 100;
  padding: 20px 10px  10px;
}


.voice-tx p {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 400;
  margin-bottom: 0;
}

@media screen and (min-width: 481px) {
  .voice-tx p {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .voice-tx p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .voice-tx p {
    font-size: 18px;
  }
}


#contact-line {
  height: 50px;
}

@media screen and (min-width: 481px) {
  #contact-line {
    height: 50px;
  }
}

@media screen and (min-width: 769px) {
  #contact-line {
    height: 70px;
  }
}

@media screen and (min-width: 1025px) {
  #contact-line {
    height: 70px;
  }
}


section.line {
  padding: 40px 0 0 0;
  background-color: #f5f5f5;
}

@media screen and (min-width: 481px) {
  section.line {
    padding: 50px 0 0 0;
  }
}

@media screen and (min-width: 769px) {
  section.line {
    padding: 60px 0 0 0;
  }
}

@media screen and (min-width: 1025px) {
  section.line {
    padding: 80px 0 0 0;
  }
}


h2.lp-sec-title-line {
  background-color: #0762d8;
  background-image: linear-gradient(180deg, rgba(6, 199, 85, 1), rgba(39, 180, 97, 1));
}


.line-content {
  width: 100%;
  max-width: 1600px;
  padding: 20px 3%;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .line-content {
    padding: 15px 4% 50px 4%;
  }
}

@media screen and (min-width: 769px) {
  .line-content {
    padding: 15px 4% 60px 4%;
  }
}

@media screen and (min-width: 1025px) {
  .line-content {
    padding: 20px 5% 80px 5%;
  }
}


.line-dl-wrap {
  display: table;
  width: 100%;
  max-width: 800px;
  padding: 10px;
  margin: 40px auto;
  border: 2px solid #00b900;
}

@media all and (min-width: 481px) {
  .line-dl-wrap {
    padding: 20px;
    margin: 40px auto;
  }
}

@media all and (min-width: 769px) {
  .line-dl-wrap {
    padding: 30px;
    margin: 50px auto;
  }
}


.line-dl-wrap img {
	max-width: 100%;
	width: auto;
}


.line-dl {
  display: block;
  margin: 0 auto;
}

@media all and (min-width: 481px) {
  .line-dl {
    display: table;	
  }
}


.line-dl dl {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
}

@media all and (min-width: 481px) {
  .line-dl dl {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
}


.line-dl dd {
	padding-top: 20px;
	display: block;
}


.line-dl-wrap h3 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #00b900;
	line-height: 1.4;
  margin-bottom: 0.5em;
}

@media all and (min-width: 769px) {
  .line-dl-wrap h3 {
    font-size: 24px;
    line-height: 1.6;
  }
}


.line-dl img.add_friends {
  width: 160px;
}


.line-dl img.qr {
  width: 100%;
  max-width: 200px;
  height: auto;
}


.line-list img {
	max-width: 100%;
	width: auto;
	display: block;
}


.line-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
	max-width: 960px;
	padding: 30px 0 0 0;
	margin: 0 auto;
}


.line-list li {
	list-style: none;
	padding: 0 20px;
	margin: 0 0 50px 0;
	width: 100%;
  max-width: 250px;
}

@media all and (min-width: 481px) {
  .line-list li {
    width: 50%;
    max-width: 280px;
  }
}

@media all and (min-width: 769px) {
  .line-list li {
    width: 33.333333%;
    max-width: 33.333333%;
  }
}


.line-list li span {
	padding: 10px 5px 0 5px;
	display: block;
}

@media all and (min-width: 481px) {
  .line-list li span {
    padding: 10px 10px 0 10px;
  }
}

@media all and (min-width: 769px) {
  .line-list li span {
    padding: 10px 20px 0 20px;
  }
}


.lp section.shop {
  padding: 20px 0 0 0;
  background-color: #f5f5f5;
}


.shop-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45.87vw;
  max-height: 900px;
  padding: 0 3%;
  margin: 30px auto 0 auto;
  background-image: url("../img/lp-2025-11/bg-shop.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


.shop-hero-tx {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0 auto;
}


.shop-hero-tx h3.hero-cap {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 0.5em;
}

@media all and (min-width: 481px) {
  .shop-hero-tx h3.hero-cap {
    font-size: 16px;
  }
}

@media all and (min-width: 769px) {
  .shop-hero-tx h3.hero-cap {
    font-size: 18px;
  }
}

@media all and (min-width: 1025px) {
  .shop-hero-tx h3.hero-cap {
    font-size: 24px;
  }
}

@media all and (min-width: 1200px) {
  .shop-hero-tx h3.hero-cap {
    font-size: 30px;
  }
}


.shop-hero-tx h3.hero-cap:last-of-type {
  margin-bottom: 0;
}


.shop-hero-tx h3.hero-cap-lg {
  font-size: 20px;
  font-weight: 700;
}

@media all and (min-width: 481px) {
  .shop-hero-tx h3.hero-cap-lg {
    font-size: 24pxpx;
  }
}

@media all and (min-width: 769px) {
  .shop-hero-tx h3.hero-cap-lg {
    font-size: 30pxpx;
  }
}

@media all and (min-width: 1025px) {
  .shop-hero-tx h3.hero-cap-lg {
    font-size: 40px;
  }
}

@media all and (min-width: 1200px) {
  .shop-hero-tx h3.hero-cap-lg {
    font-size: 48px;
  }
}


.shop-body-copy {
  width: 100%;
  max-width: 1600px;
  padding: 20px 15px;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .shop-body-copy {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 769px) {
  .shop-body-copy {
    padding: 50px 50px;
  }
}

@media screen and (min-width: 1025px) {
  .shop-body-copy {
    padding: 60px 60px;
  }
}


.shop-body-copy p {
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 0;
}

@media screen and (min-width: 481px) {
  .shop-body-copy p {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .shop-body-copy p {
    font-size: 18px;
  }
}

@media screen and (min-width: 1025px) {
  .shop-body-copy p {
    font-size: 20px;
  }
}


.shop-img-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}


.shop-img-col {
  width: 50%;
}

@media screen and (min-width: 769px) {
  .shop-img-col {
    width: 25%;
  }
}


.shop-img-col img {
  width: 100%;
}


.shop-access-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


.shop-address-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .shop-address-col {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
  }
}


.shop-access-col {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .shop-access-col {
    width: 50%;
  }
}


.shop-address {
  width: 100%;
  max-width: 800px;
  padding: 20px 3%;
}

@media screen and (min-width: 481px) {
  .shop-address {
    padding: 30px 3%;
  }
}

@media screen and (min-width: 769px) {
  .shop-address {
    padding: 0 4%;
  }
}

@media screen and (min-width: 769px) {
  .shop-address {
    padding: 0 5%;
  }
}


.shop-address h4 {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 600;
  margin-bottom: 1em;
}

@media screen and (min-width: 481px) {
  .shop-address h4 {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .shop-address h4 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1025px) {
  .shop-address h4 {
    font-size: 20px;
  }
}


.shop-address p.address {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 2em;
}

@media screen and (min-width: 481px) {
  .shop-address p.address {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .shop-address p.address {
    font-size: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .shop-address p.address {
    font-size: 20px;
  }
}


.shop-address p.go-archive {
  text-align: left;
}


.shop-address p.go-archive a {
  margin: 0 auto 0 0;
}


.lp p.go-archive a .fa {
  font-size: 20px;
  line-height: 0.7em;
  margin-right: 0.25em;
  margin-left: 0.25em;
}


.lp .map-container {
  width: 100%;
  height: 100vw;
}

@media screen and (min-width: 769px) {
  .lp .map-container {
    height: 50vw;
  }
}

@media screen and (min-width: 1025px) {
  .lp .map-container {
    height: 37.5vw;
  }
}

@media screen and (min-width: 1200px) {
  .lp .map-container {
    height: 33.33vw;
    max-height: 533px;
  }
}


section.lp-contact {
  width: 100%;
  padding: 30px 0;
}

@media screen and (min-width: 481px) {
  section.lp-contact {
    padding: 40px 0;
  }
}

@media screen and (min-width: 769px) {
  section.lp-contact {
    padding: 50px 0;
  }
}

@media screen and (min-width: 1025px) {
  section.lp-contact {
    padding: 60px 0;
  }
}

@media screen and (min-width: 1200px) {
  section.lp-contact {
    padding: 80px 0;
  }
}


h2.lp-sec-title-contact {
  background-color: #e7057b;
  background-image: linear-gradient(180deg, rgba(192, 2, 144, 1), rgba(231, 5, 123, 1));
}


.lp-contact-content {
  width: 100%;
  max-width: 1600px;
  padding: 30px 3%;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .lp-contact-content {
    padding: 40px 3%;
  }
}

@media screen and (min-width: 769px) {
  .lp-contact-content {
    padding: 50px 4%;
  }
}

@media screen and (min-width: 1025px) {
  .lp-contact-content {
    padding: 60px 5%;
  }
}


.lp-contact .form-content .required {
  background-color: #000;
}


.lp-contact input[type="submit"], 
.lp-contact input[type="reset"], 
.lp-contact input[type="button"] {
  background-color: #e7057b;
  background-image: linear-gradient(180deg, rgba(192, 2, 144, 1), rgba(231, 5, 123, 1));
}


.lp-contact input[type="submit"]:hover, 
.lp-contact input[type="reset"]:hover, 
.lp-contact input[type="button"]:hover {
  color: #e7057b;
  text-decoration: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e7057b;
}


