@charset "UTF-8";
.c-btn a, .c-btn .a, .c-btn label {
  font-size: 1rem;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: all 300ms ease 0s;
  cursor: pointer;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-grid-row-align: center;
  align-items: center;
  justify-content: center;
  border-color: #333333;
  background-color: #333333;
}
.c-btn a > *, .c-btn .a > *, .c-btn label > * {
  color: #ffffff;
  font-size: 1.5rem;
  border: 0 !important;
  background-color: transparent !important;
  background-image: none !important;
}
.c-btn a:hover, .c-btn .a:hover, .c-btn label:hover {
  opacity: 1;
  background-color: #ffffff;
}
.c-btn a:hover > *, .c-btn .a:hover > *, .c-btn label:hover > * {
  color: #333333;
}

.c-btn.m-ha_center {
  text-align: center;
}
.c-btn.m-ha_left {
  text-align: left;
}
.c-btn.m-ha_right {
  text-align: right;
}
.c-btn.m-wdt_280 a, .c-btn.m-wdt_280 .a, .c-btn.m-wdt_280 label {
  min-width: 280px;
}
.c-btn.m-wdt_375 a, .c-btn.m-wdt_375 .a, .c-btn.m-wdt_375 label {
  min-width: 375px;
}
.c-btn.m-wdt_400 a, .c-btn.m-wdt_400 .a, .c-btn.m-wdt_400 label {
  min-width: 400px;
}
.c-btn.m-wdt_470 a, .c-btn.m-wdt_470 .a, .c-btn.m-wdt_470 label {
  min-width: 470px;
}
.c-btn.m-hgt_48 a, .c-btn.m-hgt_48 .a, .c-btn.m-hgt_48 label {
  height: auto;
  min-height: 48px;
}
.c-btn.m-hgt_60 a, .c-btn.m-hgt_60 .a, .c-btn.m-hgt_60 label {
  height: auto;
  min-height: 60px;
}
.c-btn.m-hgt_80 a, .c-btn.m-hgt_80 .a, .c-btn.m-hgt_80 label {
  height: auto;
  min-height: 80px;
}
.c-btn.m-ha_sp_center {
  text-align: center;
}
.c-btn.m-ha_sp_left {
  text-align: left;
}
.c-btn.m-ha_sp_right {
  text-align: right;
}

@media screen and (min-width : 1024.1px) {
  .c-btnHeader a, .c-btnHeader .a {
    min-width: 235px;
    min-height: 55px;
    background-color: #FF5DAD;
    border: solid 3px #333333;
    border-radius: 999px;
    box-shadow: 0 6px 0 #333333;
    transition: all 300ms ease 0s;
  }
  .c-btnHeader a > *, .c-btnHeader .a > * {
    color: #ffffff;
  }
  .c-btnHeader a:hover, .c-btnHeader .a:hover {
    transform: translate(0, 5px);
    box-shadow: unset;
    background-color: #FF5DAD;
  }
  .c-btnHeader a:hover > *, .c-btnHeader .a:hover > * {
    color: #ffffff;
  }
  .c-btnHeader.m-arrow a, .c-btnHeader.m-arrow .a {
    position: relative;
  }
  .c-btnHeader.m-arrow a::after, .c-btnHeader.m-arrow .a::after {
    content: "";
    display: block;
    width: 21px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    background-image: url(../img/common/ico_arrow_wt.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transform: translate(-200%, -50%);
    transition: all 300ms ease 0s;
  }
  .c-btnHeader.m-ye a, .c-btnHeader.m-ye .a {
    background-color: #FDFF89;
  }
  .c-btnHeader.m-ye a > *, .c-btnHeader.m-ye .a > * {
    color: #333333;
  }
  .c-btnHeader.m-ye a:hover, .c-btnHeader.m-ye .a:hover {
    background-color: #FDFF89;
  }
  .c-btnHeader.m-ye a:hover > *, .c-btnHeader.m-ye .a:hover > * {
    color: #333333;
  }
  .c-btnHeader.m-wt a, .c-btnHeader.m-wt .a {
    background-color: #ffffff;
  }
  .c-btnHeader.m-wt a > *, .c-btnHeader.m-wt .a > * {
    color: #333333;
  }
  .c-btnHeader.m-wt a:hover, .c-btnHeader.m-wt .a:hover {
    background-color: #FDFF89;
  }
  .c-btnHeader.m-wt a:hover > *, .c-btnHeader.m-wt .a:hover > * {
    color: #333333;
  }
  .c-btnHeader.m-wt a:hover, .c-btnHeader.m-wt .a:hover {
    background-color: #ffffff;
  }
  .c-btnHeader.m-wt.m-arrow a::after, .c-btnHeader.m-wt.m-arrow .a::after {
    background-image: url(../img/common/ico_arrow_bk.svg);
  }
  .c-btnHeader.m-mail a img, .c-btnHeader.m-mail .a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
  }
}
@media screen and (max-width : 1024px) {
  .c-btnHeader a, .c-btnHeader .a {
    width: 60px;
    aspect-ratio: 1;
    background-color: #FF5DAD;
    border: solid 1px #FF5DAD;
    border-radius: 999px;
  }
  .c-btnHeader a > *, .c-btnHeader .a > * {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
  }
  .c-btnHeader a.m-tel, .c-btnHeader .a.m-tel {
    background-image: url(../img/common/ico_tel_wt.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
  }
  .c-btnHeader.m-ye a, .c-btnHeader.m-ye .a {
    background-color: #FDFF89;
    border: solid 1px #333333;
  }
  .c-btnHeader.m-mail a, .c-btnHeader.m-mail .a {
    background-image: url(../img/common/ico_mail_bk.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px auto;
  }
}
@media screen and (max-width : 1024px) and (max-width : 767.9px) {
  .c-btnHeader a, .c-btnHeader .a {
    width: 40px;
  }
  .c-btnHeader.m-mail a, .c-btnHeader.m-mail .a {
    background-size: 18px 14px;
  }
}

.c-btnPush a, .c-btnPush .a {
  min-width: 235px;
  min-height: 55px;
  background-color: #FF5DAD;
  border: solid 3px #333333;
  border-radius: 999px;
  box-shadow: 0 6px 0 #333333;
  transition: all 300ms ease 0s;
}
.c-btnPush a > *, .c-btnPush .a > * {
  color: #ffffff;
}
.c-btnPush a:hover, .c-btnPush .a:hover {
  transform: translate(0, 5px);
  box-shadow: unset;
  background-color: #FF5DAD;
}
.c-btnPush a:hover > *, .c-btnPush .a:hover > * {
  color: #ffffff;
}
.c-btnPush.m-arrow a, .c-btnPush.m-arrow .a {
  position: relative;
}
.c-btnPush.m-arrow a::after, .c-btnPush.m-arrow .a::after {
  content: "";
  display: block;
  width: 21px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url(../img/common/ico_arrow_wt.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translate(-200%, -50%);
  transition: all 300ms ease 0s;
}
.c-btnPush.m-ye a, .c-btnPush.m-ye .a {
  background-color: #FDFF89;
}
.c-btnPush.m-ye a > *, .c-btnPush.m-ye .a > * {
  color: #333333;
}
.c-btnPush.m-ye a:hover, .c-btnPush.m-ye .a:hover {
  background-color: #FDFF89;
}
.c-btnPush.m-ye a:hover > *, .c-btnPush.m-ye .a:hover > * {
  color: #333333;
}
.c-btnPush.m-wt a, .c-btnPush.m-wt .a {
  background-color: #ffffff;
}
.c-btnPush.m-wt a > *, .c-btnPush.m-wt .a > * {
  color: #333333;
}
.c-btnPush.m-wt a:hover, .c-btnPush.m-wt .a:hover {
  background-color: #FDFF89;
}
.c-btnPush.m-wt a:hover > *, .c-btnPush.m-wt .a:hover > * {
  color: #333333;
}
.c-btnPush.m-wt a:hover, .c-btnPush.m-wt .a:hover {
  background-color: #ffffff;
}
.c-btnPush.m-wt.m-arrow a::after, .c-btnPush.m-wt.m-arrow .a::after {
  background-image: url(../img/common/ico_arrow_bk.svg);
}
.c-btnPush.m-mail a img, .c-btnPush.m-mail .a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}
.c-btnPush a, .c-btnPush .a {
  width: 100%;
}
.c-btnPush.m-arrow a::after, .c-btnPush.m-arrow .a::after {
  transform: translate(-100%, -50%);
}

.c-catch {
  line-height: 1.5;
}

.c-form input,
.c-form button,
.c-form select,
.c-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  max-width: 100%;
  text-shadow: none;
}
.c-form textarea {
  resize: vertical;
  width: 100% !important;
  height: 200px !important;
}
.c-form input[type=submit],
.c-form input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
.c-form input[type=submit]::-webkit-search-decoration,
.c-form input[type=button]::-webkit-search-decoration {
  display: none;
}
.c-form input[type=submit]::focus,
.c-form input[type=button]::focus {
  outline-offset: -2px;
}
.c-form input[type=text],
.c-form input[type=search],
.c-form input[type=tel],
.c-form input[type=url],
.c-form input[type=email],
.c-form input[type=password],
.c-form input[type=datetime],
.c-form input[type=date],
.c-form input[type=month],
.c-form input[type=week],
.c-form input[type=time],
.c-form input[type=datetime-local],
.c-form input[type=number],
.c-form input[type=range],
.c-form input[type=color],
.c-form textarea {
  border: solid 1px #D9D9D9;
  padding: 0 15px;
  height: 45px;
  width: 100%;
  line-height: 1.3;
  max-width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}
.c-form input[type=text]::-moz-placeholder, .c-form input[type=search]::-moz-placeholder, .c-form input[type=tel]::-moz-placeholder, .c-form input[type=url]::-moz-placeholder, .c-form input[type=email]::-moz-placeholder, .c-form input[type=password]::-moz-placeholder, .c-form input[type=datetime]::-moz-placeholder, .c-form input[type=date]::-moz-placeholder, .c-form input[type=month]::-moz-placeholder, .c-form input[type=week]::-moz-placeholder, .c-form input[type=time]::-moz-placeholder, .c-form input[type=datetime-local]::-moz-placeholder, .c-form input[type=number]::-moz-placeholder, .c-form input[type=range]::-moz-placeholder, .c-form input[type=color]::-moz-placeholder, .c-form textarea::-moz-placeholder {
  color: #D9D9D9;
  font-size: 15;
}
.c-form input[type=text]::placeholder,
.c-form input[type=search]::placeholder,
.c-form input[type=tel]::placeholder,
.c-form input[type=url]::placeholder,
.c-form input[type=email]::placeholder,
.c-form input[type=password]::placeholder,
.c-form input[type=datetime]::placeholder,
.c-form input[type=date]::placeholder,
.c-form input[type=month]::placeholder,
.c-form input[type=week]::placeholder,
.c-form input[type=time]::placeholder,
.c-form input[type=datetime-local]::placeholder,
.c-form input[type=number]::placeholder,
.c-form input[type=range]::placeholder,
.c-form input[type=color]::placeholder,
.c-form textarea::placeholder {
  color: #D9D9D9;
  font-size: 15;
}
.c-form input[type=text].sm,
.c-form input[type=search].sm,
.c-form input[type=tel].sm,
.c-form input[type=url].sm,
.c-form input[type=email].sm,
.c-form input[type=password].sm,
.c-form input[type=datetime].sm,
.c-form input[type=date].sm,
.c-form input[type=month].sm,
.c-form input[type=week].sm,
.c-form input[type=time].sm,
.c-form input[type=datetime-local].sm,
.c-form input[type=number].sm,
.c-form input[type=range].sm,
.c-form input[type=color].sm,
.c-form textarea.sm {
  max-width: 300px;
}
.c-form textarea {
  height: 200px;
  line-height: 1.5;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: top;
}
.c-form input[type=checkbox],
.c-form input[type=radio] {
  display: none;
}
.c-form input[type=radio] + label, .c-form input[type=radio] + * + label, .c-form input[type=radio] + * + * + label {
  display: inline-block;
  position: relative;
  padding: 1px 0 1px 1.5em;
  line-height: 2;
}
.c-form input[type=radio] + label::before, .c-form input[type=radio] + * + label::before, .c-form input[type=radio] + * + * + label::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border: solid 1px #333333;
  border-radius: 100px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
}
.c-form input[type=radio] + label::after, .c-form input[type=radio] + * + label::after, .c-form input[type=radio] + * + * + label::after {
  content: "";
  display: none;
  width: 0.5em;
  height: 0.5em;
  background-color: #333333;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translate(-50%, -50%);
}
.c-form input[type=radio]:checked + label::after, .c-form input[type=radio]:checked + * + label::after, .c-form input[type=radio]:checked + * + * + label::after {
  content: "";
  display: block;
}
.c-form input[type=checkbox] + label, .c-form input[type=checkbox] + * + label, .c-form input[type=checkbox] + * + * + label {
  display: inline-block;
  position: relative;
  padding: 1px 0 1px 1.5em;
  line-height: 2;
}
.c-form input[type=checkbox] + label::before, .c-form input[type=checkbox] + * + label::before, .c-form input[type=checkbox] + * + * + label::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border: solid 1px #333333;
  border-radius: 2px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
}
.c-form input[type=checkbox] + label::after, .c-form input[type=checkbox] + * + label::after, .c-form input[type=checkbox] + * + * + label::after {
  content: "";
  display: none;
  width: 0.4em;
  height: 0.7em;
  border-right: solid 3px #333333;
  border-bottom: solid 3px #333333;
  box-sizing: border-box;
  border-radius: 0;
  position: absolute;
  top: 50%;
  left: 0.33em;
  margin-top: -0.4em;
  transform: rotate(45deg);
}
.c-form input[type=checkbox]:checked + label::after, .c-form input[type=checkbox]:checked + * + label::after, .c-form input[type=checkbox]:checked + * + * + label::after {
  content: "";
  display: block;
}
.c-form .select__w {
  display: inline-block;
  border: solid 1px #333333;
  position: relative;
  vertical-align: top;
}
.c-form .select__w::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  background-color: transparent;
  box-sizing: border-box;
  border-left: solid 5px transparent !important;
  border-right: solid 5px transparent !important;
  border-bottom: 0;
  border-top-style: solid;
  border-top-width: 7px;
  right: 0.5em;
  margin-top: -3px;
  z-index: 1;
}
.c-form .select__w select {
  background-color: transparent;
  padding: 0 1.5em 0 0.5em;
  width: 100%;
  min-width: 10em;
  height: 2em;
  position: relative;
  z-index: 2;
}
.c-form .file__w {
  display: inline-block;
  vertical-align: top;
}
.c-form .file__w input[type=file] {
  display: none;
}
.c-form .file__w .fileLabel {
  display: inline-block;
  padding: 0 1em;
  box-sizing: content-box;
  min-width: 240px;
  min-height: 45px;
  background-color: #F3F3F3;
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-grid-row-align: center;
  align-items: center;
  justify-content: center;
}
.c-form .file__w .filename {
  display: none;
}
.c-form .file__w .filename .name {
  display: inline-block;
  margin-left: 0.25em;
  font-size: 0.8em;
}
.c-form .file__w .filename .reset {
  display: inline-block;
  margin-left: 0.25em;
  font-size: 0.8em;
  color: #333333;
  position: relative;
  cursor: pointer;
  border: solid 1px #333333;
  padding: 0 0.3em 0 1.1em;
  vertical-align: baseline;
}
.c-form .file__w .filename .reset::before, .c-form .file__w .filename .reset::after {
  content: "";
  width: 0.8em;
  height: 1px;
  background-color: #333333;
  position: absolute;
  top: 50%;
  left: 0.2em;
  margin-top: -0.5px;
}
.c-form .file__w .filename .reset::before {
  transform: rotate(45deg);
}
.c-form .file__w .filename .reset::after {
  transform: rotate(-45deg);
}
.c-form .file__w.is-changed .filename {
  display: block;
}
.c-form input[type=submit],
.c-form input[type=reset],
.c-form input[type=button],
.c-form label,
.c-form button,
.c-form select {
  cursor: pointer;
  box-shadow: none;
}
.c-form select::-ms-expand {
  display: none;
}
.c-form input[type=submit],
.c-form input[type=reset],
.c-form input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 300ms ease 0s;
}
.c-form input[type=submit]::-webkit-search-decoration,
.c-form input[type=reset]::-webkit-search-decoration,
.c-form input[type=button]::-webkit-search-decoration {
  display: none;
}
.c-form input[type=submit]::focus,
.c-form input[type=reset]::focus,
.c-form input[type=button]::focus {
  outline-offset: -2px;
}
.c-form input[type=submit],
.c-form input[type=reset],
.c-form input[type=button] {
  display: inline-block;
  border: solid 1px #333333;
  padding: 0 1em;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  height: 2em;
  box-sizing: content-box;
}

.c-icoRequired {
  background-color: #E72E8C;
  color: #ffffff;
  border-radius: 6px;
  line-height: 1;
  padding: 5px 10px;
}

.c-img.m-wide img {
  width: 100%;
  height: auto;
}
.c-img.m-txt.m-102 {
  width: 180px;
}
.c-img.m-txt.m-301 {
  width: 180px;
}
.c-img.m-txt.m-601 {
  width: 180px;
}
.c-img.m-txt.m-701 {
  width: 270px;
}

.c-imgCircle {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 999px;
  display: flex !important;
  -ms-grid-row-align: center;
  align-items: center;
  justify-content: center;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.c-listCheck ul {
  list-style-type: none;
}
.c-listCheck li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  position: relative;
}
.c-listCheck li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  margin-right: 0.5em;
  background-image: url(../img/lp/ico_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.c-listCheck2 ul {
  list-style-type: none;
}
.c-listCheck2 li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  position: relative;
}
.c-listCheck2 li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 0.7em;
  background-image: url(../img/lp/ico_check2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.c-listScene li {
  padding-top: 20px;
  text-align: center;
  line-height: 1.5;
}
.c-listScene li .a {
  display: block;
  aspect-ratio: 1;
  border-radius: 999px;
  border: solid 4px #333333;
  background-color: #ffffff;
  box-shadow: 0 23px 0 #fdff89;
  position: relative;
}
.c-listScene li .imgbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
}
.c-listScene li .imgbox .img {
  transform: translate(0, -15%);
}
.c-listScene li .txtbox {
  position: absolute;
  top: 50%;
  left: 0;
  height: 50%;
  width: 100%;
}
.c-listScene li .txtbox .sm {
  margin-top: -1em;
}
.c-listScene li .imgbox .img {
  transform: translate(0, -35%) scale(0.6);
}
.c-listScene li.m-last .img {
  transform: scale(1.3) translate(5px, 0);
}

.c-listDotted li::before {
  content: "・";
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.c-listDotted.m-noindent li::before {
  text-indent: 0;
  padding-left: 0;
}

.c-marker {
  background: linear-gradient(transparent 30%, #FDFF89 30%, #FDFF89 70%);
  padding: 0 0.3em 0.3em 0.1em;
}
.c-marker.m-half {
  background: linear-gradient(transparent 50%, #FDFF89 50%, #FDFF89 50%);
  padding-bottom: 0.1em;
}
.c-marker.m-pk {
  background: linear-gradient(transparent 10%, #FF5DAD 0%, #FF5DAD 80%);
  padding-bottom: 0.1em;
}

.c-tableForm table, .c-tableForm thead, .c-tableForm tbody, .c-tableForm tr, .c-tableForm th, .c-tableForm td {
  display: block;
}
.c-tableForm .th {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  flex-direction: row;
  -ms-grid-row-align: center;
  align-items: center;
}
.c-tableForm .th .required {
  margin-left: 30px;
}
.c-tableForm tr {
  padding-top: 20px;
  padding-bottom: 20px;
}
.c-tableForm td {
  margin-top: 5px;
}

.c-ttl, .c-ttl .h {
  font-weight: 700;
}
.c-ttl .sm, .c-ttl .md, .c-ttl .lg, .c-ttl .en, .c-ttl .ja {
  display: block;
}
.c-ttl .sm > *, .c-ttl .md > *, .c-ttl .lg > *, .c-ttl .en > *, .c-ttl .ja > * {
  display: inline-block;
}
.c-ttl, .c-ttl .h {
  font-size: 2.4rem;
  line-height: 1.5;
}
.c-ttl .sm, .c-ttl .md, .c-ttl .lg, .c-ttl .en, .c-ttl .ja {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  flex-direction: column;
}
.c-ttl .sm > *:first-child, .c-ttl .md > *:first-child, .c-ttl .lg > *:first-child, .c-ttl .en > *:first-child, .c-ttl .ja > *:first-child {
  margin-top: -0.25em;
}
.c-ttl .sm > *:last-child, .c-ttl .md > *:last-child, .c-ttl .lg > *:last-child, .c-ttl .en > *:last-child, .c-ttl .ja > *:last-child {
  margin-bottom: -0.25em;
}

.c-ttlFeatures .h {
  position: relative;
}
.c-ttlFeatures .en {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -60%);
}
.c-ttlFeatures .lg {
  padding: 30px 0;
}
.c-ttlFeatures .en {
  white-space: nowrap;
  transform: translate(-50%, -60%) scale(1.2);
}

.c-ttlFeaturesLower .sm {
  text-align: left;
}
.c-ttlFeaturesLower .sm > * {
  display: inline-block;
  text-align: center;
}
.c-ttlFeaturesLower .lg {
  display: block;
}
.c-ttlFeaturesLower .unit, .c-ttlFeaturesLower .num {
  display: block;
  line-height: 1;
}

.c-ttlFlow {
  transform: translate(0, -27px);
  margin-bottom: -27px;
}
.c-ttlFlow .sm {
  -ms-grid-row-align: center;
  align-items: center;
}
.c-ttlFlow .sm > * {
  padding: 10px;
  min-width: 312px;
  text-align: center;
}

.c-txt {
  text-align: justify;
}
.c-txt ul, .c-txt ol {
  list-style-position: inside;
}
.c-txt ul {
  list-style-type: disc;
}
.c-txt ol {
  list-style-type: decimal;
}
.c-txt li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.c-txt .nostyle {
  list-style-type: none;
}
.c-txt .nostyle li {
  padding-left: 0;
  text-indent: 0;
}
.c-txt a {
  color: #FF5DAD;
}
.c-txt {
  font-size: 1.5rem;
  line-height: 1.8;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  flex-direction: column;
}
.c-txt > *:first-child {
  margin-top: -0.4em;
}
.c-txt > *:last-child {
  margin-bottom: -0.4em;
}
.c-txt > * + * {
  margin-top: 1.8em;
}

.c-tel {
  line-height: 1;
  position: relative;
}
.c-tel::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/ico_tel_pk.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-110%, -50%);
}
.c-tel.m-sm::before {
  width: 24px;
  height: 24px;
  margin-right: 3px;
}
.c-tel.m-lg::before {
  width: 38px;
  height: 38px;
  transform: translate(-150%, -50%);
}
.c-tel.m-bk::before {
  background-image: url(../img/common/ico_tel_bk.svg);
}
.c-tel.m-fax::before {
  background-image: url(../img/common/ico_fax_pk.svg);
}
.c-tel.m-static::before {
  position: static;
  margin-right: 4px;
  transform: none;
}

.c-time dl {
  display: inline-flex;
  display: -ms-inline-flexbox;
}
.c-time dt::after {
  content: "／";
}

.c-borderFreewrite {
  position: relative;
}
.c-borderFreewrite::after {
  content: "";
  display: block;
  width: 100%;
  height: 41.4285714286%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 80%);
  background-image: url(../img/lp/border_freewrite.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
}

.p-blog > div {
  margin-top: 1.8em;
  margin-bottom: 1.8em;
}
.p-blog h2, .p-blog h3, .p-blog h4, .p-blog h5, .p-blog h6 {
  margin-top: 1.8em;
  line-height: 1.5;
}
.p-blog h1, .p-blog h2 {
  font-size: 2.4rem;
}
.p-blog h3 {
  font-size: 2.1rem;
}
.p-blog h4 {
  font-size: 1.9rem;
}
.p-blog h5 {
  font-size: 1.6rem;
}
.p-blog h6 {
  font-size: 1.5rem;
}

.p-boxPoint {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  flex-direction: row;
  -ms-grid-row-align: center;
  align-items: center;
}
.p-boxPoint::before {
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  background-image: url(../img/lp/ico_point.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 0.5em;
}
.p-boxPoint.m-good::before {
  background-image: url(../img/lp/ico_good.svg);
}

.p-boxContactTel {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  flex-direction: column;
  -ms-grid-row-align: center;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 201;
  width: 100dvw;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease 0s;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
  justify-content: center;
}
.p-modal__i {
  max-height: 90%;
  transform: scale(0.9);
  transition: all 300ms ease 0s;
}
.p-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.p-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.p-modal.is-active .p-modal__i {
  transform: scale(1);
}

.p-mvLp {
  width: 100%;
  height: 640px;
  background-image: url(../img/lp/mv_bg_sp.svg);
  background-position: center center;
}
.p-mvLp__i {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.p-mvLp__txtbox {
  padding-top: 170px;
}
.p-mvLp__txtbox p {
  text-align: center;
  white-space: nowrap;
}
.p-mvLp__txtbox p > span {
  display: block;
}
.p-mvLp__txtbox p > span.wtbox {
  background-color: #ffffff;
  padding: 5px 10px 10px;
}
.p-mvLp__imgbox .img {
  position: absolute;
}
.p-mvLp__imgbox .img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-mvLp__imgbox .img.m-img001 {
  top: 316px;
  left: 15px;
  width: 62px;
}
.p-mvLp__imgbox .img.m-img002 {
  top: 337px;
  left: 68px;
  width: 62px;
}
.p-mvLp__imgbox .img.m-pic001 {
  top: 323px;
  left: 149px;
  width: 220px;
}
.p-mvLp__imgbox .img.m-pic002 {
  top: 389px;
  left: 6px;
  width: 200px;
}
.p-mvLp__imgbox .img.m-cmt001 {
  top: 18px;
  left: 6px;
  width: 182px;
}
.p-mvLp__imgbox .img.m-cmt002 {
  top: 24px;
  left: 186px;
  width: 188px;
}

.p-secFeatures__imgbox {
  position: relative;
}
.p-secFeatures__imgbox .img, .p-secFeatures__imgbox .ico {
  height: auto !important;
}
.p-secFeatures__imgbox .ico {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translate(-35%, -50%);
}
.p-secFeatures.m-reverse .p-secFeatures__imgbox .ico {
  left: auto;
  right: 0;
  transform: translate(35%, -50%);
}
.p-secFeatures__h .h {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
}
.p-secFeatures__h .h .sm {
  white-space: nowrap;
  padding-right: 20px;
}

.p-secFlow__txtbox {
  padding-left: 80px;
}
.p-secFlow__h {
  margin-left: -80px;
}
.p-secFlow__h .h {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  flex-direction: row;
  -ms-grid-row-align: center;
  align-items: center;
}
.p-secFlow__h .sm, .p-secFlow__h .lg {
  min-width: 0;
}
.p-secFlow__h .sm {
  white-space: nowrap;
  line-height: 1;
  width: 80px;
  position: relative;
  padding-left: 14px;
}
.p-secFlow__h .sm::before {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 1;
  border-radius: 999px;
  background-color: #32A3FF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.p-secFlow__h .sm > * {
  display: inline-flex;
  display: -ms-inline-flexbox;
  flex-direction: column;
  -ms-grid-row-align: center;
  align-items: center;
}

.p-secWorksLower__txtbox {
  position: relative;
  z-index: 2;
}
.p-secWorksLower__txtbox > * {
  height: auto !important;
}
.p-secWorksLower__h {
  position: absolute !important;
  top: 0;
  left: -2em;
  width: calc(100% + 2em);
}
.p-secWorksLower__c {
  padding-top: 6em;
  padding-left: 20px;
}
.p-secWorksLower__imgbox .img {
  height: auto !important;
}
.p-secWorksLower__h {
  left: -1em;
  width: calc(100% + 2em);
}
.p-secWorksLower__c {
  padding-top: 4.5em;
}
.p-secWorksLower__imgbox {
  padding-top: 2em;
}

.p-secPurchase__i {
  padding: 40px 30px 50px;
}
.p-secPurchase__h {
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
}
.p-secPurchase__h .h {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
  justify-content: center;
  min-height: 61px;
}

.p-secModal {
  background-color: #ffffff;
  max-height: 100%;
  position: relative;
  overflow: visible !important;
}
.p-secModal__i {
  padding: 60px;
  max-height: 90dvh;
  overflow: auto;
}
.p-secModal__close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.p-secModal__close button {
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-grid-row-align: center;
  align-items: center;
  justify-content: center;
  width: 84px;
  aspect-ratio: 1;
  border: solid 1px #000000;
  border-radius: 999px;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
}
.p-secModal__close button::before, .p-secModal__close button::after {
  content: "";
  display: block;
  width: 40%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
}
.p-secModal__close button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-secModal__close button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-secModal__i {
  padding: 40px 20px;
}
.p-secModal__close button {
  width: 40px;
}

.t-bg.m-clr_wt {
  background-color: #ffffff;
}
.t-bg.m-clr_gy {
  background-color: #FAF7F8;
}
.t-bg.m-clr_pk {
  background-color: #FFEBF5;
}
.t-bg.m-clr_ye {
  background-color: #FDFF89;
}
.t-bg.m-clr_bl {
  background-color: #22B2FF;
}
.t-bg.m-clr_rd {
  background-color: #FF2222;
}
.t-bg.m-readymade {
  background-image: url(../img/lp/bg_400.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.t-bg.m-readymade {
  background-image: url(../img/lp/bg_400@sp.svg);
}

.t-fnt.m-vertical {
  writing-mode: vertical-rl;
}
.t-fnt.m-shadow {
  text-shadow: 0 7px 0 rgba(0, 0, 0, 0.15);
}
.t-fnt.m-bd_wt {
  text-shadow: 0 -6px 0 #fff, 0 6px 0 #fff, -6px 0 0 #fff, 6px 0 0 #fff, -6px -6px 0 #fff, 6px -6px 0 #fff, -6px 6px 0 #fff, 6px 6px 0 #fff, -3px -6px 0 #fff, 3px -6px 0 #fff, -3px 6px 0 #fff, 3px 6px 0 #fff, -6px -3px 0 #fff, 6px -3px 0 #fff, -6px 3px 0 #fff, 6px 3px 0 #fff;
}
.t-fnt.m-bd_wt *::before, .t-fnt.m-bd_wt *::after {
  text-shadow: none;
}
.t-fnt.m-bd_wt * * {
  text-shadow: none;
}
.t-fnt.m-dt_pk > * {
  position: relative;
}
.t-fnt.m-dt_pk > *::before {
  content: "・";
  display: block;
  font-size: 0.7857142857em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 1em));
}
.t-fnt.m-bd_wt {
  text-shadow: 0 -3px 0 #fff, 0 3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, -2px -3px 0 #fff, 2px -3px 0 #fff, -2px 3px 0 #fff, 2px 3px 0 #fff, -3px -2px 0 #fff, 3px -2px 0 #fff, -3px 2px 0 #fff, 3px 2px 0 #fff;
}
.t-fnt.m-lh_10 {
  line-height: 1;
}
.t-fnt.m-fw_400 {
  font-weight: 400;
}
.t-fnt.m-fw_500 {
  font-weight: 500;
}
.t-fnt.m-fw_700 {
  font-weight: 700;
}
.t-fnt.m-ls_0 {
  letter-spacing: 0em;
}
.t-fnt.m-ls_50 {
  letter-spacing: 0.05em;
}
.t-fnt.m-ls_100 {
  letter-spacing: 0.1em;
}
.t-fnt.m-ls_200 {
  letter-spacing: 0.2em;
}
.t-fnt.m-ta_center {
  text-align: center;
}
.t-fnt.m-ta_left {
  text-align: left;
}
.t-fnt.m-clr_body {
  color: #333333;
}
.t-fnt.m-clr_wt {
  color: #ffffff;
}
.t-fnt.m-clr_pk {
  color: #FF5DAD;
}
.t-fnt.m-clr_pk02 {
  color: #FFEBF5;
}
.t-fnt.m-clr_pk03 {
  color: #F948A0;
}
.t-fnt.m-clr_bl {
  color: #32A3FF;
}
.t-fnt.m-clr_rd {
  color: #FF2222;
}
.t-fnt.m-fs_sp_10 {
  font-size: 1rem;
}
.t-fnt.m-fs_sp_11 {
  font-size: 1.1rem;
}
.t-fnt.m-fs_sp_12 {
  font-size: 1.2rem;
}
.t-fnt.m-fs_sp_13 {
  font-size: 1.3rem;
}
.t-fnt.m-fs_sp_14 {
  font-size: 1.4rem;
}
.t-fnt.m-fs_sp_15 {
  font-size: 1.5rem;
}
.t-fnt.m-fs_sp_16 {
  font-size: 1.6rem;
}
.t-fnt.m-fs_sp_18 {
  font-size: 1.8rem;
}
.t-fnt.m-fs_sp_20 {
  font-size: 2rem;
}
.t-fnt.m-fs_sp_22 {
  font-size: 2.2rem;
}
.t-fnt.m-fs_sp_24 {
  font-size: 2.4rem;
}
.t-fnt.m-fs_sp_26 {
  font-size: 2.6rem;
}
.t-fnt.m-fs_sp_28 {
  font-size: 2.8rem;
}
.t-fnt.m-fs_sp_30 {
  font-size: 3rem;
}
.t-fnt.m-fs_sp_44 {
  font-size: 4.4rem;
}
.t-fnt.m-fs_sp_50 {
  font-size: 5rem;
}
.t-fnt.m-ls_sp_-100 {
  letter-spacing: -0.1em;
}
.t-fnt.m-ta_sp_center {
  text-align: center;
}

.t-frameRound {
  border-radius: 20px;
  overflow: hidden;
}
.t-frameRound-sm {
  border-radius: 10px;
}
.t-frameRound-lg {
  border-radius: 40px;
}
.t-frameRound-xl {
  border-radius: 50px;
}

.t-frameShadow {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}
.t-frameShadow-lg {
  box-shadow: 7px 10px 0 #333333;
}

.t-frameBorder {
  border-color: #333333;
  border-width: 1px;
  border-style: solid;
}
.t-frameBorder-lg {
  border-width: 4px;
  border-color: #333333;
  border-style: solid;
}
.t-frameBorder-gy {
  border-color: #D9D9D9;
  border-width: 1px;
  border-style: solid;
}
.t-frameBorder-pk-lg {
  border-width: 4px;
  border-style: solid;
  border-color: #F948A0;
}

.t-grid.m-flex_wrap, .t-grid.m-flex_wrap_reverse, .t-grid.m-flex_column, .t-grid.m-flex_column_reverse, .t-grid.m-flex_row, .t-grid.m-flex_row_reverse {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
}
.t-grid.m-flex_wrap {
  flex-wrap: wrap;
}
.t-grid.m-flex_wrap_reverse {
  flex-wrap: wrap-reverse;
}
.t-grid.m-flex_column {
  flex-direction: column;
}
.t-grid.m-flex_column_reverse {
  flex-direction: column-reverse;
}
.t-grid.m-flex_row {
  flex-direction: row;
}
.t-grid.m-flex_row_reverse {
  flex-direction: row-reverse;
}
.t-grid.m-flex_left {
  justify-content: flex-start;
}
.t-grid.m-flex_center {
  justify-content: center;
}
.t-grid.m-flex_right {
  justify-content: flex-end;
}
.t-grid.m-flex_between {
  justify-content: space-between;
}
.t-grid.m-flex_around {
  justify-content: space-around;
}
.t-grid.m-flex_align_top {
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.t-grid.m-flex_align_middle {
  -ms-grid-row-align: center;
  align-items: center;
}
.t-grid.m-flex_align_bottom {
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}
.t-grid.m-spc_lr_5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.t-grid.m-spc_lr_5 > * {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.t-grid.m-spc_b_5 {
  margin-bottom: -5px;
}
.t-grid.m-spc_b_5 > * {
  padding-bottom: 5px;
}
.t-grid.m-flex_sp_wrap, .t-grid.m-flex_sp_wrap_reverse, .t-grid.m-flex_sp_column, .t-grid.m-flex_sp_column_reverse, .t-grid.m-flex_sp_row, .t-grid.m-flex_sp_row_reverse {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
}
.t-grid.m-flex_sp_wrap {
  flex-wrap: wrap;
}
.t-grid.m-flex_sp_wrap_reverse {
  flex-wrap: wrap-reverse;
}
.t-grid.m-flex_sp_column {
  flex-direction: column;
}
.t-grid.m-flex_sp_column_reverse {
  flex-direction: column-reverse;
}
.t-grid.m-flex_sp_row {
  flex-direction: row;
}
.t-grid.m-flex_sp_row_reverse {
  flex-direction: row-reverse;
}
.t-grid.m-flex_sp_left {
  justify-content: flex-start;
}
.t-grid.m-flex_sp_center {
  justify-content: center;
}
.t-grid.m-flex_sp_right {
  justify-content: flex-end;
}
.t-grid.m-flex_sp_between {
  justify-content: space-between;
}
.t-grid.m-flex_sp_around {
  justify-content: space-around;
}
.t-grid.m-flex_sp_align_top {
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.t-grid.m-flex_sp_align_middle {
  -ms-grid-row-align: center;
  align-items: center;
}
.t-grid.m-flex_sp_align_bottom {
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}
.t-grid.m-col_sp_1-1_w > * {
  flex: 0 1 calc(1 / 1 * 100%);
  max-width: calc(1 / 1 * 100%);
}
.t-grid.m-col_sp_1-1_w > * > * {
  height: 100%;
}
.t-grid.m-col_sp_1-2_w > * {
  flex: 0 1 calc(1 / 2 * 100%);
  max-width: calc(1 / 2 * 100%);
}
.t-grid.m-col_sp_1-2_w > * > * {
  height: 100%;
}
.t-grid .m-col_sp_5-12 {
  flex: 0 1 calc(5 / 12 * 100%);
  max-width: calc(5 / 12 * 100%);
}
.t-grid .m-col_sp_5-12 > * {
  position: relative;
  display: block;
  height: 100%;
}
.t-grid .m-col_sp_7-12 {
  flex: 0 1 calc(7 / 12 * 100%);
  max-width: calc(7 / 12 * 100%);
}
.t-grid .m-col_sp_7-12 > * {
  position: relative;
  display: block;
  height: 100%;
}
.t-grid.m-spc_lr_sp_10 {
  margin-left: -5px;
  margin-right: -5px;
}
.t-grid.m-spc_lr_sp_10 > * {
  padding-left: 5px;
  padding-right: 5px;
}
.t-grid.m-spc_b_sp_20 {
  margin-bottom: -20px;
}
.t-grid.m-spc_b_sp_20 > * {
  padding-bottom: 20px;
}
.t-grid.m-spc_b_sp_30 {
  margin-bottom: -30px;
}
.t-grid.m-spc_b_sp_30 > * {
  padding-bottom: 30px;
}
.t-grid.m-spc_b_sp_40 {
  margin-bottom: -40px;
}
.t-grid.m-spc_b_sp_40 > * {
  padding-bottom: 40px;
}

.t-spc.m-mt_sp_10 {
  margin-top: 10px;
}
.t-spc.m-mt_sp_15 {
  margin-top: 15px;
}
.t-spc.m-mt_sp_20 {
  margin-top: 20px;
}
.t-spc.m-mt_sp_25 {
  margin-top: 25px;
}
.t-spc.m-mt_sp_30 {
  margin-top: 30px;
}
.t-spc.m-mt_sp_40 {
  margin-top: 40px;
}
.t-spc.m-mt_sp_50 {
  margin-top: 50px;
}
.t-spc.m-mt_sp_60 {
  margin-top: 60px;
}
.t-spc.m-mt_sp_70 {
  margin-top: 70px;
}
.t-spc.m-mt_sp_80 {
  margin-top: 80px;
}
.t-spc.m-mb_sp_-5 {
  margin-bottom: -5px;
}
.t-spc.m-ml_sp_-10 {
  margin-left: -10px;
}
.t-spc.m-p_sp_20 {
  padding: 20px;
}
.t-spc.m-pt_sp_30 {
  padding-top: 30px;
}
.t-spc.m-pt_sp_40 {
  padding-top: 40px;
}
.t-spc.m-pt_sp_50 {
  padding-top: 50px;
}
.t-spc.m-pt_sp_60 {
  padding-top: 60px;
}
.t-spc.m-pt_sp_70 {
  padding-top: 70px;
}
.t-spc.m-pb_sp_30 {
  padding-bottom: 30px;
}
.t-spc.m-pb_sp_40 {
  padding-bottom: 40px;
}
.t-spc.m-pb_sp_50 {
  padding-bottom: 50px;
}
.t-spc.m-pb_sp_60 {
  padding-bottom: 60px;
}
.t-spc.m-pb_sp_70 {
  padding-bottom: 70px;
}
.t-spc.m-pb_sp_100 {
  padding-bottom: 100px;
}

.t-scroll.m-hyoco {
  transform: translate(0, 100px);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms cubic-bezier(0.34, 1.56, 0.64, 1) var(--delay, 0ms);
}
.t-scroll.m-hyoco.is-show {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
.t-scroll__item.m-hyoco {
  transform: translate(0, 100px);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms cubic-bezier(0.34, 1.56, 0.64, 1) var(--delay, 0ms);
}
.t-scroll.is-show .t-scroll__item {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}