@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';
.p13824 {
  box-sizing: border-box;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  /* @tailwind base; */
}
.p13824 .p13824-accordion-details {
  line-height: 1.5;
  color: #424448;
  background-color: #f9f9f9;
}
.p13824 .p13824-accordion-details .p13824-accordion-details__summary {
  position: relative;
  display: block;
  padding: 10px 40px 10px 16px;
  margin: 0;
  text-align: center;
  cursor: pointer;
  background: #f0f0f0;
  background-color: #f0f0f0;
}
.p13824 .p13824-accordion-details .p13824-accordion-details__summary::-webkit-details-marker {
  display: none;
}
.p13824 .p13824-accordion-details .p13824-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;
}
.p13824 .p13824-accordion-details[open] .p13824-accordion-details__summary::before {
  transform: rotate(-90deg);
}
.p13824 .p13824-accordion-details .p13824-accordion-details__content {
  padding-right: 16px;
  padding-left: 16px;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
}
.p13824 .p13824-accordion-details .p13824-accordion-details__content > * {
  padding-top: 16px;
  margin: 0;
}
.p13824 .p13824-accordion-details .p13824-accordion-details__content > *:last-child {
  padding-bottom: 16px;
}
.p13824 .p13824-c-table {
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  border-top: 1px solid #ccc;
}
.p13824 .p13824-c-table th,
.p13824 .p13824-c-table td {
  padding: 4px 8px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
.p13824 .p13824-c-table th {
  text-align: right;
  background-color: #f6f6f6;
}
.p13824 * {
  box-sizing: border-box;
}
.p13824 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.p13824 ul,
.p13824 ol {
  list-style: none;
}
.p13824 sub,
.p13824 sup {
  font-size: 10px;
}
@media (width >= 640px) {
  .p13824 sub,
  .p13824 sup {
    font-size: 12px;
  }
}
.p13824 sub {
  vertical-align: sub;
}
.p13824 sup {
  position: relative;
  top: -0.5em;
}
.p13824 a {
  transition: 0.5s ease;
}
.p13824 a:focus, .p13824 a:hover {
  text-decoration: none;
}
.p13824 a:hover {
  opacity: 0.7;
}
.p13824 .p13824-p-cta {
  padding: 20px;
  background-color: #089924;
}
.p13824 .p13824-p-cta-ttl {
  max-width: 90%;
  margin: 0 auto 20px;
  text-align: center;
}
@media (width >= 640px) {
  .p13824 .p13824-p-cta-ttl {
    max-width: 70%;
  }
}
.p13824 .p13824-p-cta-inner {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
@media (width >= 640px) {
  .p13824 .p13824-p-cta-inner {
    padding: 40px;
  }
}
.p13824 .p13824-p-cta-image {
  max-width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}
@media (width >= 640px) {
  .p13824 .p13824-p-cta-image {
    max-width: 80%;
  }
}
.p13824 .p13824-p-cta-subttl {
  max-width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}
@media (width >= 640px) {
  .p13824 .p13824-p-cta-subttl {
    max-width: 80%;
  }
}
.p13824 .p13824-p-cta-txt {
  margin: 0 auto 20px;
  text-align: left;
}
@media (width >= 640px) {
  .p13824 .p13824-p-cta-txt {
    text-align: center;
  }
}
.p13824 .p13824-p-cta-lead {
  margin: 0 auto 20px;
  font-weight: bold;
  text-align: center;
}
.p13824 .p13824-p-cta-bnr {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media (width >= 640px) {
  .p13824 .p13824-p-cta-bnr {
    max-width: 60%;
  }
}
.p13824 .p13824-accordion-single {
  background-color: #fff;
  border-color: #c8d5db;
  border-style: solid;
  border-width: 1px 0 0;
}
.p13824 .p13824-accordion-single-title {
  position: relative;
  padding: 8px 20px;
  margin: 0;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
@media (width >= 640px) {
  .p13824 .p13824-accordion-single-title {
    font-size: 14px;
  }
}
.p13824 .p13824-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);
}
.p13824 .p13824-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) {
  .p13824 .p13824-accordion-single-content {
    font-size: 12px;
  }
}
.p13824 .p13824-accordion-single-content-inner {
  padding: 16px;
}
@media (width >= 640px) {
  .p13824 .p13824-accordion-single-content-inner {
    padding: 16px 32px;
  }
}
.p13824 .p13824-accordion-single-item.p13824-is-open .p13824-accordion-single-content {
  max-height: fit-content;
}
.p13824 .p13824-accordion-single-item.p13824-is-open .p13824-accordion-single-title::after {
  transform: translateY(-50%) rotate(315deg);
}
.p13824 .p13824-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: #424448;
  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) {
  .p13824 .p13824-p-main {
    font-size: 16px;
  }
}
.p13824 .p13824-p-line-up {
  background-image: url(https://image.moratame.net/images/detail/13824/images/13824-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 638px;
}
.p13824 .p13824-p-line-up__heading {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (width >= 640px) {
  .p13824 .p13824-p-line-up__heading {
    font-size: 32px;
  }
}
.p13824 .p13824-p-line-up__heading::before,
.p13824 .p13824-p-line-up__heading::after {
  content: "-";
}
.p13824 .p13824-p-line-up__heading::before {
  margin-right: 8px;
}
.p13824 .p13824-p-line-up__heading::after {
  margin-left: 8px;
}
.p13824 .p13824-p-line-up__card {
  padding: 32px 16px 48px;
}
@media (width >= 640px) {
  .p13824 .p13824-p-line-up__card {
    padding: 32px 32px 48px;
  }
}
.p13824 .p13824-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) {
  .p13824 .p13824-p-line-up__card-heading {
    font-size: 27px;
  }
}
.p13824 .p13824-p-line-up__card-row {
  display: grid;
  grid-template-rows: 1fr;
  grid-gap: 16px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (width >= 640px) {
  .p13824 .p13824-p-line-up__card-row {
    grid-template-columns: auto 1fr;
    grid-gap: 32px;
  }
}
.p13824 .p13824-p-line-up__card-item {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.p13824 .p13824-p-line-up__card-lead {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}
@media (width >= 640px) {
  .p13824 .p13824-p-line-up__card-lead {
    font-size: 16px;
    text-align: left;
  }
}
@media (width >= 640px) {
  .p13824 .p13824-p-line-up__card-lead::before,
  .p13824 .p13824-p-line-up__card-lead::after {
    content: "～";
  }
}
.p13824 .p13824-p-line-up__card-description {
  line-height: 1.75;
}
@media (width >= 640px) {
  .p13824 .p13824-p-line-up__card-description {
    font-size: 16px;
  }
}
.p13824 .p13824-p-line-up__card-description-note {
  font-size: 12px;
}
.p13824 .p13824-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) {
  .p13824 .p13824-p-line-up__card-detail {
    font-size: 14px;
  }
}
.p13824 .p13824-p-line-up__button {
  display: block;
  padding: 10px 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #3a6876;
  border-radius: 5px;
  max-width: 420px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.375;
}
@media (width >= 640px) {
  .p13824 .p13824-p-line-up__button::before, .p13824 .p13824-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;
  }
}
.p13824 .p13824-p-line-up__button::before {
  width: 6rem;
  margin-bottom: 2px;
  background-color: #3a6876;
}
.p13824 .p13824-p-line-up__button::after {
  width: 0;
  margin-top: 2px;
  background-color: rgba(255, 255, 255, 0.65);
}
.p13824 .p13824-p-line-up__button:link, .p13824 .p13824-p-line-up__button:visited, .p13824 .p13824-p-line-up__button:hover, .p13824 .p13824-p-line-up__button:active {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.p13824 .p13824-p-line-up__button:hover::after, .p13824 .p13824-p-line-up__button:active::after {
  width: 6rem;
}
.p13824 .p13824-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) {
  .p13824 .p13824-p-line-up__button-2 {
    width: 320px;
  }
}
.p13824 .p13824-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);
}
.p13824 .p13824-p-line-up__button-2:link, .p13824 .p13824-p-line-up__button-2:visited, .p13824 .p13824-p-line-up__button-2:hover, .p13824 .p13824-p-line-up__button-2:active {
  color: #fff;
  text-decoration: none;
}
.p13824 .p13824-p-banner {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.p13824 .p13824-p-banner-catch {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media (width >= 640px) {
  .p13824 .p13824-p-banner-catch {
    font-size: 16px;
  }
}
.p13824 .p13824-p-banner-catch::before {
  content: "＼";
}
.p13824 .p13824-p-banner-catch::after {
  content: "／";
}
.p13824-u-br::before {
  white-space: pre;
  content: "\a";
}
.p13824-u-br--clear::before {
  content: "";
}
@media (width >= 640px) {
  .p13824 .pc\:p13824-u-br::before {
    white-space: pre;
    content: "\a";
  }
}
@media (width >= 640px) {
  .p13824 .pc\:p13824-u-br--clear::before {
    content: "";
  }
}
.p13824-u-va_sub {
  vertical-align: sub;
}
.p13824-u-va_sup {
  vertical-align: super;
}
.p13824-u-noto-serif {
  font-family: "Noto Serif JP", serif;
}
.p13824 .p-10662-u-indent {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}
.p13824 .p-10662-u-text--rosehip {
  color: #d93049;
}
.p13824 .p-10662-u-text--amani {
  color: #d93049;
}
.p13824 .p-10662-u-note {
  font-size: 10px;
  font-weight: normal;
  text-align: right;
}
@media (width >= 640px) {
  .p13824 .p-10662-u-note {
    font-size: 12px;
  }
}
.p13824 .p13824-u-sup {
  position: relative;
  top: -0.1em;
  font-size: 10px;
  vertical-align: top;
}
.p13824 .youtube-wrapper {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.p13824 .youtube-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.p13824 .p13824-absolute {
  position: absolute;
}
.p13824 .p13824-relative {
  position: relative;
}
.p13824 .p13824-bottom-2 {
  bottom: 0.5rem;
}
.p13824 .p13824-left-1 {
  left: 0.25rem;
}
.p13824 .p13824-left-1\/2 {
  left: 50%;
}
.p13824 .p13824-top-1 {
  top: 0.25rem;
}
.p13824 .p13824-z-10 {
  z-index: 10;
}
.p13824 .p13824-z-20 {
  z-index: 20;
}
.p13824 .p13824-m-auto {
  margin: auto;
}
.p13824 .p13824-mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.p13824 .p13824-mb-2 {
  margin-bottom: 0.5rem;
}
.p13824 .p13824-ml-\[16px\] {
  margin-left: 16px;
}
.p13824 .p13824-ml-\[1em\] {
  margin-left: 1em;
}
.p13824 .p13824-ml-\[48px\] {
  margin-left: 48px;
}
.p13824 .p13824-ml-auto {
  margin-left: auto;
}
.p13824 .p13824-mr-auto {
  margin-right: auto;
}
.p13824 .p13824-mt-12 {
  margin-top: 3rem;
}
.p13824 .p13824-mt-16 {
  margin-top: 4rem;
}
.p13824 .p13824-mt-2 {
  margin-top: 0.5rem;
}
.p13824 .p13824-mt-4 {
  margin-top: 1rem;
}
.p13824 .p13824-mt-8 {
  margin-top: 2rem;
}
.p13824 .p13824-block {
  display: block;
}
.p13824 .p13824-table {
  display: table;
}
.p13824 .p13824-grid {
  display: grid;
}
.p13824 .p13824-hidden {
  display: none;
}
.p13824 .p13824-h-8 {
  height: 2rem;
}
.p13824 .p13824-w-8 {
  width: 2rem;
}
.p13824 .p13824-w-\[100px\] {
  width: 100px;
}
.p13824 .p13824-w-fit {
  width: fit-content;
  width: fit-content;
}
.p13824 .p13824-max-w-\[140px\] {
  max-width: 140px;
}
.p13824 .p13824-max-w-\[240px\] {
  max-width: 240px;
}
.p13824 .p13824-max-w-\[249px\] {
  max-width: 249px;
}
.p13824 .p13824-max-w-\[320px\] {
  max-width: 320px;
}
.p13824 .p13824-max-w-\[360px\] {
  max-width: 360px;
}
.p13824 .p13824-max-w-\[380px\] {
  max-width: 380px;
}
.p13824 .p13824-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.p13824 .p13824-grid-cols-\[auto_auto\] {
  grid-template-columns: auto auto;
}
.p13824 .p13824-items-center {
  align-items: center;
}
.p13824 .p13824-justify-center {
  justify-content: center;
}
.p13824 .p13824-gap-2 {
  gap: 0.5rem;
}
.p13824 .p13824-rounded-full {
  border-radius: 9999px;
}
.p13824 .p13824-border {
  border-width: 1px;
}
.p13824 .p13824-border-4 {
  border-width: 4px;
}
.p13824 .p13824-border-\[16px\] {
  border-width: 16px;
}
.p13824 .p13824-border-t {
  border-top-width: 1px;
}
.p13824 .p13824-border-solid {
  border-style: solid;
}
.p13824 .p13824-border-dotted {
  border-style: dotted;
}
.p13824 .p13824-border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0/var(--tw-border-opacity));
}
.p13824 .p13824-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-border-opacity));
}
.p13824 .p13824-border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128/var(--tw-border-opacity));
}
.p13824 .p13824-border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68/var(--tw-border-opacity));
}
.p13824 .p13824-border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255/var(--tw-border-opacity));
}
.p13824 .p13824-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0/var(--tw-bg-opacity));
}
.p13824 .p13824-bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242/var(--tw-bg-opacity));
}
.p13824 .p13824-bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68/var(--tw-bg-opacity));
}
.p13824 .p13824-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}
.p13824 .p13824-px-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.p13824 .p13824-px-4 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.p13824 .p13824-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.p13824 .p13824-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.p13824 .p13824-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.p13824 .p13824-text-center {
  text-align: center;
}
.p13824 .-p13824-indent-\[16px\] {
  text-indent: -16px;
}
.p13824 .p13824-indent-\[-1em\] {
  text-indent: -1em;
}
.p13824 .p13824-font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.p13824 .p13824-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.p13824 .p13824-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.p13824 .p13824-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.p13824 .p13824-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.p13824 .p13824-font-bold {
  font-weight: 700;
}
.p13824 .p13824-leading-normal {
  line-height: 1.5;
}
.p13824 .p13824-leading-relaxed {
  line-height: 1.625;
}
.p13824 .p13824-leading-snug {
  line-height: 1.375;
}
.p13824 .p13824-leading-tight {
  line-height: 1.25;
}
.p13824 .p13824-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
}
.p13824 .p13824-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81/var(--tw-text-opacity));
}
.p13824 .p13824-text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity));
}
.p13824 .p13824-text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68/var(--tw-text-opacity));
}
.p13824 .p13824-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}
@media (width >= 640px) {
  .p13824 .pc\:p13824-ml-\[58px\] {
    margin-left: 58px;
  }
  .p13824 .pc\:p13824-inline {
    display: inline;
  }
  .p13824 .pc\:p13824-hidden {
    display: none;
  }
  .p13824 .pc\:p13824-h-10 {
    height: 2.5rem;
  }
  .p13824 .pc\:p13824-w-10 {
    width: 2.5rem;
  }
  .p13824 .pc\:p13824-w-\[120px\] {
    width: 120px;
  }
  .p13824 .pc\:p13824-gap-8 {
    gap: 2rem;
  }
  .p13824 .pc\:p13824-px-8 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .p13824 .pc\:p13824-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.p13824-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.p13824-mt-2 {
  margin-top: 0.5rem;
}

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

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

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

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

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

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

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

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

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