body {
  background: #666;
  padding-top: 50px;
}
.header {
  max-width: 500px;
  right: 0;
  margin: auto;
}
.header .wrap__header {
  text-align: left;
  padding-left: 20px;
}
.header .header__logo a {
  display: block;
  max-width: max(32.533vw, 122px);
}
.header .header__logo img {
  max-width: 122px;
}
.header .wrap__header {
  height: 50px;
  padding-top: 0px;
  padding-bottom: 10px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header .wrap__header {
    padding-top: 10px;
  }
}
.nav__toggle {
  margin-left: 10px;
  margin-right: 20px;
}
.show_sp {
  display: block;
}
@media screen and (min-width: 501px) {
  .global_menu {
    top: 50px;
  }
  .global_menu.active {
    right: calc((100vw - 500px) / 2);
  }
}
#lp_wrap {
  background: #fff;
  max-width: 500px;
  margin: auto;
  line-height: 1.5;
  font-family: "Noto Sans JP";
  font-size: 13px;
}
@media screen and (max-width: 374px) {
  #lp_wrap {
    font-size: 3.4658vw;
  }
}
#lp_wrap .cnvBlock {
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  max-width: 500px;
  margin: 0 -10px;
  padding: 20px 10px 16px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 374px) {
  #lp_wrap .cnvBlock {
    padding: 5.332vw 2.666vw 4.2656vw;
  }
}
#lp_wrap .cnvBlock .read {
  margin-bottom: 8px;
  font-size: 10px;
}
#lp_wrap .cnvBlock .read span {
  display: inline-block;
  padding-top: 2px;
  font-size: 14px;
}
@media screen and (max-width: 374px) {
  #lp_wrap .cnvBlock .read {
    margin-bottom: 2.1328vw;
    font-size: 2.666vw;
  }
  #lp_wrap .cnvBlock .read span {
    padding-top: 0.5332vw;
    font-size: 3.7324vw;
  }
}
#lp_wrap .cnvBlock .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B5FF40;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  min-height: 60px;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 374px) {
  #lp_wrap .cnvBlock .btn a {
    font-size: 4.2656vw;
    min-height: 15.996vw;
    border-radius: 1.333vw;
  }
}
#lp_wrap .cnvBlock .btn a:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform-origin: center;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
}
@media screen and (max-width: 374px) {
  #lp_wrap .cnvBlock .btn a:after {
    width: 3.1992vw;
    height: 3.1992vw;
    right: 5.5986vw;
  }
}
#lp_wrap .anchorTarget {
  height: 0;
  width: 0;
  transform: translateY(-50px);
}
@media screen and (max-width: 374px) {
  #lp_wrap .anchorTarget {
    transform: translateY(-13.33vw);
  }
}
#lp_mv {
  background: url(../img/contact_ticket/mv.png) center no-repeat;
  background-size: cover;
  padding: 50px 10px 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 374px) {
  #lp_mv {
    padding: 13.33vw 2.666vw 0;
  }
}
#lp_mv .pageTtl {
  margin-bottom: 27px;
  font-size: 31px;
}
#lp_mv .pageTtl span {
  color: #B5FF40;
}
@media screen and (max-width: 374px) {
  #lp_mv .pageTtl {
    margin-bottom: 7.1982vw;
    font-size: 8.2646vw;
  }
}
#lp_mv .lead {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 374px) {
  #lp_mv .lead {
    margin-bottom: 7.998vw;
    font-size: 4.2656vw;
  }
}
#lp_mv .list {
  display: flex;
  justify-content: center;
  column-gap: 12px;
  margin-bottom: 31px;
}
@media screen and (max-width: 374px) {
  #lp_mv .list {
    column-gap: 3.1992vw;
    margin-bottom: 8.2646vw;
  }
}
#lp_mv .list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((355px - 12px * 2) / 3);
  color: #FFD700;
  font-weight: bold;
  border: 3px solid #FFD700;
  border-radius: 50%;
  aspect-ratio: 5 / 5;
}
@media screen and (max-width: 374px) {
  #lp_mv .list li {
    width: calc((100% - 0.2666vw * 12 * 2) / 3);
  }
}
#lp_about {
  padding: 50px 10px 60px;
}
@media screen and (max-width: 374px) {
  #lp_about {
    padding: 13.33vw 2.666vw 0 50 15.996vw;
  }
}
#lp_about .s_ttl {
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
}
#lp_about .s_ttl span {
  background: linear-gradient(to top, #B5FF40 0, #B5FF40 19px, transparent 20px, transparent);
  display: inline-block;
  padding: 0 6px 3px;
}
@media screen and (max-width: 374px) {
  #lp_about .s_ttl {
    margin-bottom: 10.664vw;
    font-size: 6.3984vw;
  }
  #lp_about .s_ttl span {
    background: linear-gradient(to top, #B5FF40 0, #B5FF40 5.0654vw, transparent 5.332vw, transparent);
    padding: 0 1.5996vw 0.7998vw;
  }
}
#lp_about .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#lp_about .item + .item {
  margin-top: 10px;
}
@media screen and (max-width: 374px) {
  #lp_about .item + .item {
    margin-top: 2.666vw;
  }
}
#lp_about .item:nth-of-type(odd) {
  flex-direction: row-reverse;
}
#lp_about .item:nth-of-type(odd) .txt:before {
  right: -18px;
}
@media screen and (max-width: 374px) {
  #lp_about .item:nth-of-type(odd) .txt:before {
    right: -4.7988vw;
  }
}
#lp_about .item:nth-of-type(even) .img {
  margin-right: -3px;
}
#lp_about .item:nth-of-type(even) .txt:before {
  left: -18px;
  transform-origin: center;
  transform: rotate(180deg);
}
@media screen and (max-width: 374px) {
  #lp_about .item:nth-of-type(even) .img {
    margin-right: -0.7998vw;
  }
  #lp_about .item:nth-of-type(even) .txt:before {
    left: -4.7988vw;
  }
}
#lp_about .item .img {
  width: 88px;
}
@media screen and (max-width: 374px) {
  #lp_about .item .img {
    width: 23.4608vw;
  }
}
#lp_about .item .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 88px);
  min-height: 83px;
  text-align: center;
  line-height: 1.72;
  font-weight: bold;
  border: 5px solid #B5FF40;
  border-radius: 20px;
  position: relative;
}
#lp_about .item .txt:before {
  content: '';
  display: block;
  background: #B5FF40;
  width: 13px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (max-width: 374px) {
  #lp_about .item .txt {
    width: calc(100% - 0.2666vw * 88);
    min-height: 22.1278vw;
    border-radius: 5.332vw;
  }
  #lp_about .item .txt:before {
    width: 3.4658vw;
    height: 4.2656vw;
  }
}
#lp_cnt {
  counter-reset: number 0;
}
#lp_cnt .s_ttl {
  background: #B5FF40;
  padding: 21px 0 26px;
  text-align: center;
  line-height: 1.85;
  font-size: 20px;
  font-weight: bold;
}
#lp_cnt .s_ttl img {
  width: 155px;
  margin-right: 5px;
  vertical-align: baseline;
}
@media screen and (max-width: 374px) {
  #lp_cnt .s_ttl {
    padding: 5.332vw 0vw 7.998vw;
    font-size: 5.332vw;
  }
  #lp_cnt .s_ttl img {
    width: 41.323vw;
  }
}
#lp_cnt .item {
  padding: 0 10px;
  counter-increment: number;
}
#lp_cnt .item + .item {
  margin-top: 25px;
}
@media screen and (max-width: 374px) {
  #lp_cnt .item {
    padding: 0 2.666vw;
  }
  #lp_cnt .item + .item {
    margin-top: 6.665vw;
  }
}
#lp_cnt .item_ttl {
  margin: 0 0 25px;
  padding: 44px 0 20px 8px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
#lp_cnt .item_ttl:before,
#lp_cnt .item_ttl:after {
  display: block;
  position: absolute;
  z-index: -1;
}
#lp_cnt .item_ttl:before {
  content: counter(number, decimal-leading-zero);
  line-height: 1;
  color: #B5FF40;
  font-size: 80px;
  top: 5px;
  left: -3px;
}
#lp_cnt .item_ttl:after {
  content: '';
  width: 60px;
  height: 60px;
  border-right: 6px solid #B5FF40;
  border-bottom: 6px solid #B5FF40;
  right: 0;
  bottom: 0;
}
#lp_cnt .item_ttl span {
  display: inline-block;
  min-width: 347px;
  text-align: left;
}
@media screen and (max-width: 374px) {
  #lp_cnt .item_ttl {
    margin: 0 0 6.665vw;
    padding: 11.7304vw 0 5.332vw 2.1328vw;
    font-size: 5.332vw;
  }
  #lp_cnt .item_ttl:before {
    font-size: 21.328vw;
    top: 1.333vw;
    left: -0.7998vw;
  }
  #lp_cnt .item_ttl:after {
    width: 15.996vw;
    height: 15.996vw;
    border-right-width: 1.5996vw;
    border-bottom-width: 1.5996vw;
  }
}
#lp_cnt .item_img {
  display: flex;
  column-gap: 11px;
}
#lp_cnt .item_img .ttl {
  display: flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 10px;
  padding-left: 5px;
  line-height: 1.3;
  font-size: 12px;
  border-left: 6px solid #B5FF40;
}
@media screen and (max-width: 374px) {
  #lp_cnt .item_img {
    column-gap: 2.9326vw;
  }
  #lp_cnt .item_img .ttl {
    min-height: 8.5312vw;
    margin-bottom: 2.666vw;
    padding-left: 1.333vw;
    font-size: 3.1992vw;
    border-left-width: 1.5996vw;
  }
}
#lp_cnt .item_txt {
  margin-top: 15px;
  line-height: 2.142;
}
@media screen and (max-width: 374px) {
  #lp_cnt .item_txt {
    margin-top: 3.999vw;
  }
}
#lp_flow {
  padding: 45px 10px;
}
@media screen and (max-width: 374px) {
  #lp_flow {
    padding: 11.997vw 2.666vw;
  }
}
#lp_flow .wrap {
  padding: 25px 15px 30px;
  border: 5px solid #B5FF40;
}
@media screen and (max-width: 374px) {
  #lp_flow .wrap {
    padding: 6.665vw 2.666vw 7.998vw;
    border-width: 1.333vw;
  }
}
#lp_flow .s_ttl {
  margin-bottom: 38px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 374px) {
  #lp_flow .s_ttl {
    margin-bottom: 10.1308vw;
    font-size: 5.332vw;
  }
}
#lp_flow .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#lp_flow .item + .item {
  margin-top: 20px;
}
#lp_flow .item .img {
  width: 40px;
}
#lp_flow .item .txtWrap {
  width: calc(100% - 40px - 14px);
}
#lp_flow .item .txtWrap .ttl {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
}
#lp_flow .item .txtWrap .ttl span {
  display: inline-block;
  background: linear-gradient(to top, #B5FF40 0, #B5FF40 10px, transparent 11px, transparent);
  padding: 0 5px;
}
#lp_flow .item .txtWrap .txt {
  line-height: 1.71;
}
@media screen and (max-width: 374px) {
  #lp_flow .item + .item {
    margin-top: 5.332vw;
  }
  #lp_flow .item .img {
    width: 10.664vw;
  }
  #lp_flow .item .txtWrap {
    width: calc(100% - 0.2666vw * 40 - 0.2666vw * 14);
  }
  #lp_flow .item .txtWrap .ttl {
    margin: 0 0 2.1328vw;
    font-size: 4.2656vw;
  }
  #lp_flow .item .txtWrap .ttl span {
    background: linear-gradient(to top, #B5FF40 0, #B5FF40 2.666vw, transparent 2.9326vw, transparent);
    padding: 0 1.333vw;
  }
}
#lp_qa {
  padding: 5px 10px 50px;
}
@media screen and (max-width: 374px) {
  #lp_qa {
    padding: 1.333vw 2.666vw 13.33vw;
  }
}
#lp_qa .s_ttl {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
#lp_qa .s_ttl span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
#lp_qa .s_ttl span:before {
  content: '';
  display: block;
  background: #B5FF40;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -12px;
  z-index: -1;
}
@media screen and (max-width: 374px) {
  #lp_qa .s_ttl {
    margin-bottom: 5.332vw;
    font-size: 5.332vw;
  }
  #lp_qa .s_ttl span:before {
    width: 6.3984vw;
    height: 6.3984vw;
    left: -3.1992vw;
  }
}
#lp_qa *[class$=Txt] {
  display: flex;
  align-items: center;
  min-height: 30px;
  padding-left: 40px;
  line-height: 1.71;
  position: relative;
}
#lp_qa *[class$=Txt] + *[class$=Txt] {
  margin-top: 20px;
}
#lp_qa *[class$=Txt]:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 374px) {
  #lp_qa *[class$=Txt] {
    min-height: 7.998vw;
    padding-left: 10.664vw;
  }
  #lp_qa *[class$=Txt] + *[class$=Txt] {
    margin-top: 5.332vw;
  }
  #lp_qa *[class$=Txt]:before {
    width: 7.998vw;
    height: 7.998vw;
    font-size: 4.7988vw;
  }
}
#lp_qa .qTxt {
  font-weight: bold;
}
#lp_qa .qTxt:before {
  content: 'Q';
  background: #B5FF40;
}
#lp_qa .aTxt:before {
  content: 'A';
  background: #E5E5E5;
}
#lp_form {
  background: #B5FF40;
  padding: 35px 10px 20px;
}
#lp_form.confirm,
#lp_form.thanks {
  min-height: calc(100dvh - 50px);
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 374px) {
  #lp_form {
    padding: 9.331vw 2.666vw 37.8572vw;
  }
  #lp_form.confirm,
  #lp_form.thanks {
    min-height: calc(100dvh - 0.2666vw * 50);
    padding-top: 13.33vw;
    padding-bottom: 13.33vw;
  }
}
#lp_form .s_ttl {
  margin-bottom: 4cqb;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 374px) {
  #lp_form .s_ttl {
    margin-bottom: 10.664vw;
    font-size: 5.332vw;
  }
}
#lp_form form {
  background: #fff;
  margin-bottom: 33px;
  padding: 20px 20px 30px;
  border-radius: 10px;
}
#lp_form form .cap {
  margin-bottom: 20px;
  text-align: right;
  font-size: 12px;
}
#lp_form form .cap span {
  color: #f00;
}
#lp_form form .label {
  margin: 12px 0 7px;
  font-weight: bold;
}
#lp_form form .label span {
  color: #f00;
  font-size: 12px;
  margin-right: 5px;
}
#lp_form form input,
#lp_form form textarea {
  display: block;
}
#lp_form form textarea {
  min-height: 120px;
}
@media screen and (max-width: 374px) {
  #lp_form form {
    margin-bottom: 8.7978vw;
    padding: 5.332vw 5.332vw 7.998vw;
    border-radius: 2.666vw;
  }
  #lp_form form .cap {
    margin-bottom: 5.332vw;
    font-size: 3.1992vw;
  }
  #lp_form form .label {
    margin: 3.1992vw 0 1.8662vw;
  }
  #lp_form form .label span {
    font-size: 3.1992vw;
    margin-left: 1.333vw;
  }
  #lp_form form textarea {
    min-height: 31.992vw;
  }
}
#lp_form .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B5FF40;
  width: 100%;
  margin-top: 30px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  min-height: 70px;
  border-radius: 35px;
  position: relative;
  cursor: pointer;
}
#lp_form .submit.back {
  background: #E5E5E5;
}
#lp_form .submit.back:after {
  right: auto;
  left: 21px;
  transform-origin: center;
  transform: rotate(225deg);
}
@media screen and (max-width: 374px) {
  #lp_form .submit.back:after {
    left: 5.5986vw;
  }
}
@media screen and (max-width: 374px) {
  #lp_form .submit {
    font-size: 4.2656vw;
    min-height: 18.662vw;
    border-radius: 9.331vw;
  }
}
#lp_form .submit:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform-origin: center;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
}
@media screen and (max-width: 374px) {
  #lp_form .submit:after {
    width: 3.1992vw;
    height: 3.1992vw;
    right: 5.5986vw;
  }
}
#lp_form .cnvBlock {
  margin: auto;
  z-index: 4;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
#lp_form.thanks .wrap {
  background: #fff;
  padding: 20px 20px 30px;
  border-radius: 10px;
}
#lp_form.thanks .wrap .txt {
  line-height: 1.71;
}
@media screen and (max-width: 374px) {
  #lp_form.thanks .wrap {
    margin-bottom: 8.7978vw;
    padding: 5.332vw 5.332vw 7.998vw;
    border-radius: 2.666vw;
  }
}
.item_img_small {
  padding-right: 30px;
  padding-left: 30px;
}
.item_img_cnt04 {
  width: 60%;
  margin: 0 auto;
  border: 1px solid #666;
}
