@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap';
@import 'https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap';
.p14052 {
  box-sizing: border-box;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  /* @tailwind base; */
}
.p14052 .p14052-accordion-details {
  line-height: 1.5;
  color: #424448;
  background-color: #f9f9f9;
}
.p14052 .p14052-accordion-details .p14052-accordion-details__summary {
  position: relative;
  display: block;
  padding: 10px 40px 10px 16px;
  margin: 0;
  text-align: center;
  cursor: pointer;
  background: #f0f0f0;
  background-color: #f0f0f0;
}
.p14052 .p14052-accordion-details .p14052-accordion-details__summary::-webkit-details-marker {
  display: none;
}
.p14052 .p14052-accordion-details .p14052-accordion-details__summary::before {
  position: absolute;
  top: calc(50% - 6px);
  right: 16px;
  box-sizing: border-box;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  border: 6px solid transparent;
  border-left: 6px solid #424448;
  transition: all 0.4s ease-out;
  transform: rotate(90deg);
  transform-origin: 3px 6px;
}
.p14052 .p14052-accordion-details[open] .p14052-accordion-details__summary::before {
  transform: rotate(-90deg);
}
.p14052 .p14052-accordion-details .p14052-accordion-details__content {
  padding-right: 16px;
  padding-left: 16px;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
}
.p14052 .p14052-accordion-details .p14052-accordion-details__content > * {
  padding-top: 16px;
  margin: 0;
}
.p14052 .p14052-accordion-details .p14052-accordion-details__content > *:last-child {
  padding-bottom: 16px;
}
.p14052 .p14052-c-table {
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  border-top: 1px solid #ccc;
}
.p14052 .p14052-c-table th,
.p14052 .p14052-c-table td {
  padding: 4px 8px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
.p14052 .p14052-c-table th {
  text-align: right;
  background-color: #f6f6f6;
}
.p14052 * {
  box-sizing: border-box;
}
.p14052 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.p14052 ul,
.p14052 ol {
  list-style: none;
}
.p14052 sub,
.p14052 sup {
  font-size: 10px;
}
@media (width >= 640px) {
  .p14052 sub,
  .p14052 sup {
    font-size: 12px;
  }
}
.p14052 sub {
  vertical-align: sub;
}
.p14052 sup {
  position: relative;
  top: -0.5em;
}
.p14052 a {
  transition: 0.5s ease;
}
.p14052 a:focus, .p14052 a:hover {
  text-decoration: none;
}
.p14052 a:hover {
  opacity: 0.7;
}
.p14052 .p14052-p-cta {
  padding: 20px;
  background-color: #089924;
}
.p14052 .p14052-p-cta-ttl {
  max-width: 90%;
  margin: 0 auto 20px;
  text-align: center;
}
@media (width >= 640px) {
  .p14052 .p14052-p-cta-ttl {
    max-width: 70%;
  }
}
.p14052 .p14052-p-cta-inner {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
@media (width >= 640px) {
  .p14052 .p14052-p-cta-inner {
    padding: 40px;
  }
}
.p14052 .p14052-p-cta-image {
  max-width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}
@media (width >= 640px) {
  .p14052 .p14052-p-cta-image {
    max-width: 80%;
  }
}
.p14052 .p14052-p-cta-subttl {
  max-width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}
@media (width >= 640px) {
  .p14052 .p14052-p-cta-subttl {
    max-width: 80%;
  }
}
.p14052 .p14052-p-cta-txt {
  margin: 0 auto 20px;
  text-align: left;
}
@media (width >= 640px) {
  .p14052 .p14052-p-cta-txt {
    text-align: center;
  }
}
.p14052 .p14052-p-cta-lead {
  margin: 0 auto 20px;
  font-weight: bold;
  text-align: center;
}
.p14052 .p14052-p-cta-bnr {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media (width >= 640px) {
  .p14052 .p14052-p-cta-bnr {
    max-width: 60%;
  }
}
.p14052 .p-cta-x {
  padding: 32px 16px 48px;
  font-family: sans-serif;
  font-size: 16px;
  font-feature-settings: "palt";
  line-height: 1.5;
  color: #151515;
  text-align: justify;
  letter-spacing: 0.1em;
  background-color: #f9f5ec;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, #f7f1e6 8px, #f7f1e6 26px);
  background-size: auto auto;
  border: 5px solid #a27217;
}
@media screen and (width >= 638px) {
  .p14052 .p-cta-x {
    padding: 32px 32px 48px;
  }
}
.p14052 .p-cta-x__description {
  font-size: 16px;
  line-height: 1.5;
}
.p14052 .p-cta-x__heading {
  max-width: 377px;
  margin: -16px auto 16px;
}
.p14052 .p-cta-x__heading img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.p14052 .p-cta-x__balloon {
  position: relative;
  width: calc(100% - 64px);
  padding: 16px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: 0;
  font-weight: bold;
  color: #e74224;
  background-color: #fff;
  border-radius: 16px;
}
.p14052 .p-cta-x__balloon::after {
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  transform: rotate(0deg);
}
.p14052 .p-cta-x__balloon::before {
  position: absolute;
  top: 0;
  right: -60px;
  bottom: 0;
  width: 38px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
  background-image: url("https://image.moratame.net/images/detail/12466/images/12466-pocke.png");
  background-repeat: no-repeat;
  background-size: 38px;
}
.p14052 .p-cta-x__lead {
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #a27217;
  text-align: center;
}
.p14052 .p-cta-x__hashtags {
  padding: 8px 0 16px;
  margin-top: 16px;
  font-weight: bold;
  line-height: 1.75;
  color: #333;
  text-align: center;
  background-color: #ede2cc;
}
.p14052 .p-cta-x__hashtag {
  display: inline-block;
  padding-right: 0.5em;
  padding-left: 0.5em;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.375;
}
.p14052 .p-cta-x__button {
  position: relative;
  display: grid;
  place-items: center;
  width: 200px;
  height: 44px;
  margin: auto;
  margin-top: 32px;
  font-weight: bold;
  color: #fff;
  background-color: #1d9bf0;
  border-radius: 9999px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
@media screen and (width >= 638px) {
  .p14052 .p-cta-x__button {
    width: 250px;
    height: 50px;
  }
}
.p14052 .p-cta-x__button:active {
  box-shadow: none;
  opacity: 1;
  transform: translateY(4px);
}
.p14052 .p-cta-x__button::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  margin-top: -5px;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  transform: rotate(0deg);
}
.p14052 .u-cta-x__hidden--sp {
  display: none;
}
@media screen and (width >= 638px) {
  .p14052 .p-cta-x__balloon {
    width: fit-content;
    margin-left: auto;
  }
  .p14052 .p-cta-x__hashtags {
    padding: 8px 32px 16px;
  }
  .p14052 .p-cta-x__hashtag {
    font-size: 16px;
  }
  .p14052 .u-cta-x__hidden--sp {
    display: block;
  }
  .p14052 .u-cta-x__hidden--pc {
    display: none;
  }
}
.p14052 .p14052-accordion-single {
  background-color: #fff;
  border-color: #c8d5db;
  border-style: solid;
  border-width: 1px 0 0;
}
.p14052 .p14052-accordion-single-title {
  position: relative;
  padding: 8px 20px;
  margin: 0;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
@media (width >= 640px) {
  .p14052 .p14052-accordion-single-title {
    font-size: 14px;
  }
}
.p14052 .p14052-accordion-single-title::after {
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  transition: all 0.2s ease-in-out;
  transform: translateY(-50%) rotate(135deg);
}
.p14052 .p14052-accordion-single-content {
  max-height: 0;
  overflow: hidden;
  font-size: 10px;
  text-align: left;
  transition: max-height 0.3s ease-in-out;
}
@media (width >= 640px) {
  .p14052 .p14052-accordion-single-content {
    font-size: 12px;
  }
}
.p14052 .p14052-accordion-single-content-inner {
  padding: 16px;
}
@media (width >= 640px) {
  .p14052 .p14052-accordion-single-content-inner {
    padding: 16px 32px;
  }
}
.p14052 .p14052-accordion-single-item.p14052-is-open .p14052-accordion-single-content {
  max-height: fit-content;
}
.p14052 .p14052-accordion-single-item.p14052-is-open .p14052-accordion-single-title::after {
  transform: translateY(-50%) rotate(315deg);
}
.p14052 .p14052-p-main {
  position: relative;
  width: auto;
  overflow: hidden;
  /* /游ゴシック体 */
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-feature-settings: "palt";
  line-height: 1.625;
  color: #333;
  text-align: justify;
  /* 両端揃え */
  text-justify: inter-ideograph;
  /* 両端揃えの種類 */
  letter-spacing: 0.1em;
  background-color: #fff;
  background-size: 160px;
  border: 1px solid #ccc;
  /* 明朝　IE11 最適 */
}
@media (width >= 640px) {
  .p14052 .p14052-p-main {
    font-size: 16px;
  }
}
.p14052 .p14052-p-line-up {
  font-family: "Noto Sans JP", sans-serif;
}
.p14052 .p14052-p-line-up > ul > li {
  border-top: 2px dashed #ccc;
}
.p14052 .p14052-p-line-up > ul > li:first-child {
  border-top: none;
}
.p14052 .p14052-p-line-up__heading {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (width >= 640px) {
  .p14052 .p14052-p-line-up__heading {
    font-size: 32px;
  }
}
.p14052 .p14052-p-line-up__heading::before,
.p14052 .p14052-p-line-up__heading::after {
  content: "-";
}
.p14052 .p14052-p-line-up__heading::before {
  margin-right: 8px;
}
.p14052 .p14052-p-line-up__heading::after {
  margin-left: 8px;
}
.p14052 .p14052-p-line-up__card {
  max-width: 425px;
  padding: 48px 16px;
  margin: auto;
}
@media (width >= 640px) {
  .p14052 .p14052-p-line-up__card {
    max-width: unset;
    padding: 32px 32px 48px;
  }
}
.p14052 .p14052-p-line-up__card-heading {
  padding-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-style: solid;
  border-width: 0 0 2px;
}
@media (width >= 640px) {
  .p14052 .p14052-p-line-up__card-heading {
    font-size: 30px;
  }
}
.p14052 .p14052-p-line-up__card-row {
  display: grid;
  grid-template-rows: 1fr;
  grid-gap: 16px;
  align-items: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (width >= 640px) {
  .p14052 .p14052-p-line-up__card-row {
    grid-template-columns: auto 320px;
    grid-gap: 32px;
  }
}
.p14052 .p14052-p-line-up__card-item {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.p14052 .p14052-p-line-up__card-lead {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}
@media (width >= 640px) {
  .p14052 .p14052-p-line-up__card-lead {
    font-size: 16px;
    text-align: left;
  }
}
@media (width >= 640px) {
  .p14052 .p14052-p-line-up__card-lead::before,
  .p14052 .p14052-p-line-up__card-lead::after {
    content: "～";
  }
}
.p14052 .p14052-p-line-up__card-description {
  line-height: 1.75;
}
@media (width >= 640px) {
  .p14052 .p14052-p-line-up__card-description {
    font-size: 16px;
  }
}
.p14052 .p14052-p-line-up__card-description-note {
  font-size: 12px;
}
.p14052 .p14052-p-line-up__card-detail {
  display: table;
  padding: 8px 0;
  font-size: 13px;
  text-align: left;
  border-color: #666;
  border-style: dashed;
  border-width: 2px 0;
}
@media (width >= 640px) {
  .p14052 .p14052-p-line-up__card-detail {
    font-size: 14px;
  }
}
.p14052 .p14052-p-line-up__button {
  max-width: 420px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.375;
  display: block;
  padding: 10px 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #c1161a;
  border-radius: 5px;
}
@media (width >= 640px) {
  .p14052 .p14052-p-line-up__button::before, .p14052 .p14052-p-line-up__button::after {
    display: inline-block;
    display: block;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    font-size: 0;
    line-height: 0;
    content: "";
    transition: all 300ms 0s ease;
  }
}
.p14052 .p14052-p-line-up__button::before {
  width: 6rem;
  margin-bottom: 2px;
  background-color: #c1161a;
}
.p14052 .p14052-p-line-up__button::after {
  width: 0;
  margin-top: 2px;
  background-color: rgba(255, 255, 255, 0.65);
}
.p14052 .p14052-p-line-up__button:link, .p14052 .p14052-p-line-up__button:visited, .p14052 .p14052-p-line-up__button:hover, .p14052 .p14052-p-line-up__button:active {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.p14052 .p14052-p-line-up__button:hover::after, .p14052 .p14052-p-line-up__button:active::after {
  width: 6rem;
}
.p14052 .p14052-p-line-up__button-2 {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #e50213;
  border-radius: 9999px;
}
@media (width >= 640px) {
  .p14052 .p14052-p-line-up__button-2 {
    width: 320px;
  }
}
.p14052 .p14052-p-line-up__button-2::after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: inline-block;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  font-size: 0;
  line-height: 0;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  transform: rotate(0deg);
}
.p14052 .p14052-p-line-up__button-2:link, .p14052 .p14052-p-line-up__button-2:visited, .p14052 .p14052-p-line-up__button-2:hover, .p14052 .p14052-p-line-up__button-2:active {
  color: #fff;
  text-decoration: none;
}
.p14052 .p14052-p-banner {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.p14052 .p14052-c-button {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 420px;
  height: 48px;
  margin: auto;
  margin-top: 32px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
}
.p14052 .p14052-c-button.p14052-c-button--item-1 {
  background-color: #e04051;
}
.p14052 .p14052-c-button.p14052-c-button--item-2 {
  background-color: #009fb4;
}
.p14052 .p14052-p-delivering-items__heading {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-bottom: 4px;
  line-height: 1;
}
.p14052 .p14052-p-delivering-items__heading::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 12px;
  content: "";
  background-color: #fff700;
}
.p14052 .p14052-c-container {
  max-width: 425px;
  margin: auto;
}
.p14052 .p14052-c-bg {
  position: relative;
  padding: 64px 16px;
  overflow: hidden;
  background: linear-gradient(179.71deg, #e6edf8 -7.16%, #f7f7fa 6.98%, #f4dadb 91.2%, #a8c7e9 102.12%);
}
@media (width >= 640px) {
  .p14052 .p14052-c-bg {
    padding: 80px 32px;
  }
}
.p14052 .p14052-c-bg__bg {
  position: absolute;
  top: -0.2vw;
  z-index: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.p14052 .p14052-c-heading {
  position: relative;
  padding: 0 0 34px;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (width >= 640px) {
  .p14052 .p14052-c-heading {
    font-size: 48px;
  }
}
.p14052 .p14052-c-heading::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 120px;
  height: 4px;
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(-53.25%, #f9ed36), color-stop(121.67%, #df4150));
  background: linear-gradient(90deg, #f9ed36 -53.25%, #df4150 121.67%);
  border-radius: 10px;
  mix-blend-mode: multiply;
  transform: translate3d(-50%, 0, 0);
}
.p14052 .p14052-c-heading-eg {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 16px;
}
.p14052 .p14052-p-consept .p14052-c-heading-eg {
  max-width: 99px;
}
@media (width >= 640px) {
  .p14052 .p14052-p-consept .p14052-c-heading-eg {
    max-width: 184px;
  }
}
.p14052 .p14052-p-consept .consept__lead--text {
  font-weight: 400;
}
.p14052 .p14052-p-consept .consept__ami .consept__ami__heading {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.06em;
}
@media (width >= 640px) {
  .p14052 .p14052-p-consept .consept__ami .consept__ami__heading {
    font-size: 32px;
  }
}
.p14052 .p14052-p-consept .consept__ami .consept__ami__heading span {
  position: relative;
  overflow: visible;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(-53.25%, #f9ed36), color-stop(121.67%, #df4150));
  background-image: linear-gradient(90deg, #f9ed36 -53.25%, #df4150 121.67%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 30%;
}
.p14052 .p14052-p-details__item {
  padding: 32px 16px;
  margin-top: 32px;
  background-color: #fff;
  border-radius: 16px;
}
@media (width >= 640px) {
  .p14052 .p14052-p-details__item {
    padding: 32px;
  }
}
.p14052 .p14052-p-details__item .p14052-p-details__item-heading {
  position: relative;
  display: table;
  flex: 24;
  padding-bottom: 16px;
  margin: auto;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media (width >= 640px) {
  .p14052 .p14052-p-details__item .p14052-p-details__item-heading {
    font-size: 32px;
  }
}
.p14052 .p14052-p-details__item .p14052-p-details__item-heading::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 4px;
  content: "";
  background-image: url(https://image.moratame.net/images/detail/14052/images/bg_oblique_line.png);
  background-size: 6px;
  transform: translateX(-50%);
}
.p14052 .p14052-p-details__item ul {
  display: table;
  margin: auto;
  font-weight: bold;
  border-color: #333;
  border-style: dashed;
  border-width: 2px 0;
}
.p14052 .p14052-p-movie {
  padding: 32px 16px;
  text-align: center;
}
@media (width >= 640px) {
  .p14052 .p14052-p-movie {
    padding: 32px;
  }
}
.p14052 .p14052-p-movie .p14052-c-heading-eg {
  max-width: 68px;
}
@media (width >= 640px) {
  .p14052 .p14052-p-movie .p14052-c-heading-eg {
    max-width: 127px;
  }
}
.p14052 .p14052-p-movie .youtube-wrapper {
  border-radius: 16px;
}
.p14052 .p14052-p-movie .movie__list--seen {
  margin-top: 32px;
}
.p14052 .p14052-p-features .p14052-p-features__contents {
  position: relative;
  z-index: 2;
}
.p14052 .p14052-p-features .p14052-c-heading-eg {
  max-width: 98px;
}
@media (width >= 640px) {
  .p14052 .p14052-p-features .p14052-c-heading-eg {
    max-width: 182px;
  }
}
.p14052 .p14052-p-features h3 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  min-height: 45px;
  padding: 6px 20px;
  margin: 60px auto 0;
  margin-top: 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  background: -webkit-gradient(linear, left top, right top, color-stop(-53.25%, #f9ed36), color-stop(121.67%, #df4150));
  background: linear-gradient(90deg, #f9ed36 -53.25%, #df4150 121.67%);
  border-radius: 10px;
}
@media (width >= 640px) {
  .p14052 .p14052-p-features h3 {
    font-size: 22px;
  }
}
.p14052 .p14052-p-features h3::before, .p14052 .p14052-p-features h3::after {
  display: block;
  width: 20px;
  height: 0;
  content: "";
  border-top: 2px solid #fff;
}
.p14052 .p14052-p-features .features__points {
  display: grid;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  max-width: 810px;
  max-width: 100%;
  margin: 30px auto 0;
  margin-top: 20px;
}
@media (width >= 640px) {
  .p14052 .p14052-p-features .features__points {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.p14052 .p14052-p-features .features__points img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
}
.p14052 .p14052-p-features .features__voice {
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: 820px;
  margin: 32px auto 0;
}
@media (width >= 640px) {
  .p14052 .p14052-p-features .features__voice {
    grid-template-columns: repeat(2, 1fr);
    margin: 60px auto 0;
  }
}
.p14052 .p14052-p-features .features__voice .features__voice-item {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 16px;
  color: #df4150;
  background: radial-gradient(498% 498% at 53.2% 53.31%, #fff 0%, rgba(255, 255, 255, 0) 100%), #ffaec2;
  border-radius: 16px;
}
.p14052 .p14052-p-features .features__voice .features__voice-item::before {
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  background-image: url(https://image.moratame.net/images/detail/14052/images/features_voice_face1.min.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p14052 .p14052-p-features .features__voice .features__voice-item:nth-child(even) {
  color: #009fb4;
}
.p14052 .p14052-p-features .features__voice .features__voice-item:nth-child(even)::before {
  background-image: url(https://image.moratame.net/images/detail/14052/images/features_voice_face2.min.png);
}
.p14052 .p14052-p-features .features__voice--main {
  width: calc(100% - 36px);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: "palt" on;
  line-height: 140%;
}
.p14052 .p14052-p-features .features__voice--user {
  display: block;
  margin-top: 5px;
  font-size: 9px;
  line-height: 140%;
}
.p14052 .p14052-p-features .features__voice--notes {
  margin: 30px auto 0;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt" on;
  color: #333;
  text-align: center;
}
@media (width >= 640px) {
  .p14052 .p14052-p-features .features__voice--notes {
    font-size: 13px;
  }
}
.p14052 .p14052-p-scene {
  padding: 64px 16px;
}
@media (width >= 640px) {
  .p14052 .p14052-p-scene {
    padding: 64px 32px;
  }
}
.p14052 .p14052-p-scene .p14052-c-heading-eg {
  max-width: 68px;
}
@media (width >= 640px) {
  .p14052 .p14052-p-scene .p14052-c-heading-eg {
    max-width: 127px;
  }
}
.p14052 .p14052-p-scene .scene__points {
  display: grid;
  flex-flow: column wrap;
  gap: 16px;
  justify-content: space-between;
  justify-content: flex-start;
  max-width: 425px;
  margin: 60px auto 0;
  margin: auto;
  margin-top: 40px;
}
@media (width >= 640px) {
  .p14052 .p14052-p-scene .scene__points {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: unset;
  }
}
.p14052 .p14052-p-scene li {
  position: relative;
  width: calc(50% - 15px);
  width: 100%;
  background: #fff;
  border: solid 2px #d75648;
  border-radius: 20px;
}
.p14052 .p14052-p-scene li p {
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 1;
  width: fit-content;
  padding: 4px 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.04em;
  background: #df4150;
}
.p14052 .p14052-p-scene .p14052-p-scene__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.p14052 .p14052-p-aminoacid .aminoacid__bg {
  position: absolute;
  top: -0.2vw;
  z-index: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.p14052 .p14052-p-aminoacid .aminoacid__point {
  max-width: 1000px;
  margin: 60px auto 0;
  margin-top: 40px;
}
.p14052 .p14052-p-aminoacid .p14052-c-heading-eg {
  max-width: 216px;
}
@media (width >= 640px) {
  .p14052 .p14052-p-aminoacid .p14052-c-heading-eg {
    max-width: 406px;
  }
}
.p14052 .p14052-p-aminoacid .aminoacid__point h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.p14052 .p14052-p-aminoacid .aminoacid__point p {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  line-height: 1.8125;
  letter-spacing: 0.06em;
}
.p14052 .p14052-p-cv-buy {
  padding: 48px 16px;
}
@media (width >= 640px) {
  .p14052 .p14052-p-cv-buy {
    padding: 48px 32px;
  }
}
.p14052 .p14052-p-cv-buy .consept__buy {
  width: 100%;
  max-width: 425px;
  padding: 16px;
  margin: auto;
  text-align: center;
  background: #fff;
  border: 2px solid #747ecd;
  border-radius: 16px;
}
@media (width >= 640px) {
  .p14052 .p14052-p-cv-buy .consept__buy {
    max-width: unset;
  }
}
.p14052 .p14052-p-cv-buy .consept__buy h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.06em;
}
.p14052 .p14052-p-cv-buy .consept__buy ul {
  display: grid;
  gap: 16px;
  align-items: center;
  margin: 8px auto 0;
}
@media (width >= 640px) {
  .p14052 .p14052-p-cv-buy .consept__buy ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p14052 .p14052-p-cv-buy .consept__buy ul li {
  width: 100%;
  background: #fff;
  border: 2px solid #747ecd;
  border-radius: 9999px;
  box-shadow: 3px 3px 5px rgba(116, 126, 205, 0.8);
}
.p14052 .p14052-p-cv-buy .consept__buy ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 8px 16px;
}
.p14052 .p14052-p-cv-buy .consept__buy ul li a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 8px;
  height: 14px;
  content: "";
  background-image: url(https://image.moratame.net/images/detail/14052/images/icon_arrow.min.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate3d(0, -50%, 0);
}
.p14052 .p14052-p-cv-buy .consept__buy ul li img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-width: 124px;
  max-width: 100px;
  height: auto;
  margin: 0 auto;
}
.p14052 .p14052-p-mutual-link .p14052-p-mutual-link__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.p14052 .p14052-p-mutual-link .p14052-p-mutual-link__button {
  position: relative;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 303px;
  min-height: 48px;
  margin: 20px auto 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  color: #333;
  text-align: center;
  letter-spacing: 0.04em;
  background: #fff;
  border: 2px solid #747ecd;
  border-radius: 64px;
  box-shadow: 6px 6px 10px rgba(116, 126, 205, 0.8);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
@media (width >= 640px) {
  .p14052 .p14052-p-mutual-link .p14052-p-mutual-link__button {
    min-height: 70px;
    font-size: 20px;
  }
}
.p14052 .p14052-p-mutual-link .features__items--section {
  display: block;
  padding: 20px 20px 30px;
  background: #fff;
  border: 2px solid #d75648;
  border-radius: 20px;
}
.p14052 .p14052-p-mutual-link .features__items--section:hover .p14052-p-mutual-link__button {
  text-decoration: underline;
}
.p14052-u-br::before {
  white-space: pre;
  content: "\a";
}
.p14052-u-br--clear::before {
  content: "";
}
@media (width >= 640px) {
  .p14052 .pc\:p14052-u-br::before {
    white-space: pre;
    content: "\a";
  }
}
@media (width >= 640px) {
  .p14052 .pc\:p14052-u-br--clear::before {
    content: "";
  }
}
.p14052-u-va_sub {
  vertical-align: sub;
}
.p14052-u-va_sup {
  vertical-align: super;
}
.p14052-u-noto-serif {
  font-family: "Noto Serif JP", serif;
}
.p14052 .p-10662-u-indent {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}
.p14052 .p-10662-u-text--rosehip {
  color: #d93049;
}
.p14052 .p-10662-u-text--amani {
  color: #d93049;
}
.p14052 .p-10662-u-note {
  font-size: 10px;
  font-weight: normal;
  text-align: right;
}
@media (width >= 640px) {
  .p14052 .p-10662-u-note {
    font-size: 12px;
  }
}
.p14052 .p14052-u-sup {
  position: relative;
  top: -0.1em;
  font-size: 10px;
  vertical-align: top;
}
.p14052 .youtube-wrapper {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.p14052 .youtube-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.p14052 .p14052-absolute {
  position: absolute;
}
.p14052 .p14052-relative {
  position: relative;
}
.p14052 .p14052-bottom-2 {
  bottom: 0.5rem;
}
.p14052 .p14052-bottom-6 {
  bottom: 1.5rem;
}
.p14052 .p14052-left-1\/2 {
  left: 50%;
}
.p14052 .p14052-z-10 {
  z-index: 10;
}
.p14052 .p14052-z-20 {
  z-index: 20;
}
.p14052 .p14052-m-auto {
  margin: auto;
}
.p14052 .p14052-mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.p14052 .p14052-mb-2 {
  margin-bottom: 0.5rem;
}
.p14052 .p14052-mb-4 {
  margin-bottom: 1rem;
}
.p14052 .p14052-ml-\[1em\] {
  margin-left: 1em;
}
.p14052 .p14052-ml-\[48px\] {
  margin-left: 48px;
}
.p14052 .p14052-ml-auto {
  margin-left: auto;
}
.p14052 .p14052-mr-auto {
  margin-right: auto;
}
.p14052 .p14052-mt-12 {
  margin-top: 3rem;
}
.p14052 .p14052-mt-16 {
  margin-top: 4rem;
}
.p14052 .p14052-mt-2 {
  margin-top: 0.5rem;
}
.p14052 .p14052-mt-4 {
  margin-top: 1rem;
}
.p14052 .p14052-mt-8 {
  margin-top: 2rem;
}
.p14052 .p14052-block {
  display: block;
}
.p14052 .p14052-table {
  display: table;
}
.p14052 .p14052-grid {
  display: grid;
}
.p14052 .p14052-h-12 {
  height: 3rem;
}
.p14052 .p14052-h-8 {
  height: 2rem;
}
.p14052 .p14052-h-\[1px\] {
  height: 1px;
}
.p14052 .p14052-w-12 {
  width: 3rem;
}
.p14052 .p14052-w-8 {
  width: 2rem;
}
.p14052 .p14052-w-\[100px\] {
  width: 100px;
}
.p14052 .p14052-w-fit {
  width: fit-content;
  width: fit-content;
}
.p14052 .p14052-max-w-\[100px\] {
  max-width: 100px;
}
.p14052 .p14052-max-w-\[160px\] {
  max-width: 160px;
}
.p14052 .p14052-max-w-\[240px\] {
  max-width: 240px;
}
.p14052 .p14052-max-w-\[320px\] {
  max-width: 320px;
}
.p14052 .p14052-max-w-\[360px\] {
  max-width: 360px;
}
.p14052 .p14052-max-w-\[380px\] {
  max-width: 380px;
}
.p14052 .p14052-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.p14052 .p14052-grid-cols-\[auto_auto\] {
  grid-template-columns: auto auto;
}
.p14052 .p14052-items-center {
  align-items: center;
}
.p14052 .p14052-justify-center {
  justify-content: center;
}
.p14052 .p14052-gap-2 {
  gap: 0.5rem;
}
.p14052 .p14052-rounded-full {
  border-radius: 9999px;
}
.p14052 .p14052-border {
  border-width: 1px;
}
.p14052 .p14052-border-4 {
  border-width: 4px;
}
.p14052 .p14052-border-\[16px\] {
  border-width: 16px;
}
.p14052 .p14052-border-t {
  border-top-width: 1px;
}
.p14052 .p14052-border-t-0 {
  border-top-width: 0;
}
.p14052 .p14052-border-solid {
  border-style: solid;
}
.p14052 .p14052-border-dotted {
  border-style: dotted;
}
.p14052 .p14052-border-\[\#1d2767\] {
  --tw-border-opacity: 1;
  border-color: rgb(29 39 103/var(--tw-border-opacity));
}
.p14052 .p14052-border-\[\#f2d626\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 214 38/var(--tw-border-opacity));
}
.p14052 .p14052-border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0/var(--tw-border-opacity));
}
.p14052 .p14052-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-border-opacity));
}
.p14052 .p14052-border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128/var(--tw-border-opacity));
}
.p14052 .p14052-border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68/var(--tw-border-opacity));
}
.p14052 .p14052-border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255/var(--tw-border-opacity));
}
.p14052 .p14052-bg-\[\#f2d626\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 214 38/var(--tw-bg-opacity));
}
.p14052 .p14052-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0/var(--tw-bg-opacity));
}
.p14052 .p14052-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246/var(--tw-bg-opacity));
}
.p14052 .p14052-bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219/var(--tw-bg-opacity));
}
.p14052 .p14052-bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242/var(--tw-bg-opacity));
}
.p14052 .p14052-bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68/var(--tw-bg-opacity));
}
.p14052 .p14052-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}
.p14052 .p14052-px-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.p14052 .p14052-px-4 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.p14052 .p14052-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.p14052 .p14052-py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.p14052 .p14052-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.p14052 .p14052-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.p14052 .p14052-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.p14052 .p14052-pb-2 {
  padding-bottom: 0.5rem;
}
.p14052 .p14052-pt-8 {
  padding-top: 2rem;
}
.p14052 .p14052-text-center {
  text-align: center;
}
.p14052 .p14052-indent-\[-1em\] {
  text-indent: -1em;
}
.p14052 .p14052-font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.p14052 .p14052-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.p14052 .p14052-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.p14052 .p14052-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.p14052 .p14052-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.p14052 .p14052-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.p14052 .p14052-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.p14052 .p14052-font-bold {
  font-weight: 700;
}
.p14052 .p14052-leading-none {
  line-height: 1;
}
.p14052 .p14052-leading-normal {
  line-height: 1.5;
}
.p14052 .p14052-leading-relaxed {
  line-height: 1.625;
}
.p14052 .p14052-leading-snug {
  line-height: 1.375;
}
.p14052 .p14052-leading-tight {
  line-height: 1.25;
}
.p14052 .p14052-text-\[\#009fb4\] {
  --tw-text-opacity: 1;
  color: rgb(0 159 180/var(--tw-text-opacity));
}
.p14052 .p14052-text-\[\#1d2767\] {
  --tw-text-opacity: 1;
  color: rgb(29 39 103/var(--tw-text-opacity));
}
.p14052 .p14052-text-\[\#df4150\] {
  --tw-text-opacity: 1;
  color: rgb(223 65 80/var(--tw-text-opacity));
}
.p14052 .p14052-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
}
.p14052 .p14052-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81/var(--tw-text-opacity));
}
.p14052 .p14052-text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity));
}
.p14052 .p14052-text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68/var(--tw-text-opacity));
}
.p14052 .p14052-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}
@media (width >= 640px) {
  .p14052 .pc\:p14052-ml-\[58px\] {
    margin-left: 58px;
  }
  .p14052 .pc\:p14052-ml-\[76px\] {
    margin-left: 76px;
  }
  .p14052 .pc\:p14052-hidden {
    display: none;
  }
  .p14052 .pc\:p14052-h-10 {
    height: 2.5rem;
  }
  .p14052 .pc\:p14052-h-16 {
    height: 4rem;
  }
  .p14052 .pc\:p14052-w-10 {
    width: 2.5rem;
  }
  .p14052 .pc\:p14052-w-16 {
    width: 4rem;
  }
  .p14052 .pc\:p14052-w-\[120px\] {
    width: 120px;
  }
  .p14052 .pc\:p14052-w-\[160px\] {
    width: 160px;
  }
  .p14052 .pc\:p14052-max-w-\[240px\] {
    max-width: 240px;
  }
  .p14052 .pc\:p14052-gap-8 {
    gap: 2rem;
  }
  .p14052 .pc\:p14052-px-8 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .p14052 .pc\:p14052-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.p14052-title {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  color: #000;
  text-align: center;
  text-shadow: none;
  background: inherit;
}

.bootstrap-v3-3-7--scope figure.p14052-mt-2 {
  margin-top: 0.5rem;
}

.bootstrap-v3-3-7--scope figure.p14052-mt-4 {
  margin-top: 1rem;
}

.bootstrap-v3-3-7--scope figure.p14052-mt-5 {
  margin-top: 1.25rem;
}

.bootstrap-v3-3-7--scope figure.p14052-mt-6 {
  margin-top: 1.5rem;
}

.bootstrap-v3-3-7--scope figure.p14052-mt-8 {
  margin-top: 2rem;
}

.bootstrap-v3-3-7--scope figure.p14052-mb-8 {
  margin-bottom: 2rem;
}

div.content h2.p14052-text-xl {
  font-size: 1.25rem;
}

div.content h2.p14052-text-2xl {
  font-size: 1.5rem;
}

.ui-mobile a img.p14052-border-4 {
  border-width: 4px;
}

.ui-mobile a img.p14052-border-8 {
  border-width: 8px;
}
