@charset "UTF-8";
html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

html {
  opacity: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.wf-active {
  opacity: 1;
}
@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
}

body {
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ", "Yu Gothic", yugothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN W3", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック", meiryo, "メイリオ", sans-serif;
  line-height: 1.7;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body * {
  letter-spacing: 0.04em;
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.14rem;
  }
}
body.is-menu-open .l-overlay {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

a:not([class]) {
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.04rem;
  cursor: pointer;
}
@media (hover: hover) {
  a:not([class]):hover {
    text-decoration-color: transparent;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
@media print, (min-width: 768px) {
  #l-main {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  #l-main {
    padding-top: 0.56rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .l-container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .l-wrapper {
    width: calc(100% - 64px);
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-wrapper {
    padding-right: 0.16rem;
    padding-left: 0.16rem;
  }
}

.l-footer {
  position: relative;
  z-index: 9999;
  background-color: #212121;
  color: #fff;
}
.l-footer__structure-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__partner-aeon {
  width: 1.8rem;
}
@media print, (min-width: 768px) {
  .l-footer {
    padding-top: 48px;
  }
  .l-footer__partner-aeon {
    margin-top: 16px;
    margin-bottom: 48px;
  }
  .l-footer__partner-others {
    width: 142px;
    margin-left: auto;
  }
  .l-footer__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 72px;
  }
  .l-footer__structure-list {
    gap: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-footer {
    padding-top: 0.4rem;
  }
  .l-footer__partner, .l-footer__structure-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-footer__partner {
    gap: 0.4rem;
  }
  .l-footer__partner-others {
    width: 1.33rem;
  }
  .l-footer__structure-list {
    gap: 0.16rem;
  }
  .l-footer__structure {
    margin-bottom: 0.36rem;
  }
  .l-footer__head {
    margin-bottom: 0.48rem;
  }
}

.l-footer__logo {
  display: block;
}
@media print, (min-width: 768px) {
  .l-footer__logo {
    width: 374px;
    margin-bottom: 56px;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-footer__logo {
    width: 2.93rem;
    margin: 0 auto 0.4rem;
  }
}

.l-footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.16rem 0;
  border-top: 1px solid #b60081;
  font-size: 0.12rem;
  text-align: center;
}
@media print, (min-width: 768px) {
  .l-footer__copyright-text {
    display: block;
    max-width: 1280px;
    margin: 0 auto;
  }
}

.l-footer-navigation__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, (min-width: 768px) {
  .l-footer-navigation {
    margin-bottom: 15px;
  }
  .l-footer-navigation__list {
    gap: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-footer-navigation {
    margin-bottom: 0.32rem;
  }
  .l-footer-navigation__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 0.24rem;
  }
  .l-footer-navigation__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .l-footer-navigation__item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .l-footer-navigation__item:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .l-footer-navigation__item:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.l-label-footer-primary {
  display: inline-block;
  font-size: 0.14rem;
  font-weight: 700;
}

.l-label-footer-secondary {
  display: inline-block;
  font-size: 0.12rem;
}

.l-button-skip {
  position: absolute;
  z-index: 10001;
  width: 1px;
  height: 1px;
  margin: -0.01rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0.01rem, 0.01rem, 0.01rem, 0.01rem);
  border: 0;
  clip-path: inset(50%);
}

.l-button-skip:focus {
  display: block;
  z-index: 1000;
  top: 0.05rem;
  left: 0.05rem;
  width: auto;
  height: auto;
  padding: 0.15rem 0.23rem 0.14rem;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 0.14rem;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.l-overlay {
  visibility: hidden;
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  background: transparent;
  pointer-events: none;
}

.l-header {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
}
.l-header .l-header__wrapper {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #212121;
  color: #fff;
}
@media print, (min-width: 880px) {
  .l-header .l-header-navigation {
    position: relative;
  }
  .l-header .l-header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 76px;
    padding: 8px 40px;
  }
}
@media print {
  .l-header .l-header__wrapper {
    position: absolute;
  }
}
@media (min-width: 880px) and (max-width: 1079.98px) {
  .l-header .l-header__wrapper {
    padding: 8px 24px;
  }
}
@media only screen and (max-width: 879.98px) {
  .l-header .l-header__wrapper {
    min-height: 0.56rem;
    padding: 0.14rem 0.16rem 0.13rem;
  }
  .l-header .l-header-navigation {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: auto;
    opacity: 0;
    background-color: rgba(25, 25, 25, 0.97);
    -webkit-box-shadow: -0.02rem 0 0.11rem 0 rgba(0, 0, 0, 0.25);
    box-shadow: -0.02rem 0 0.11rem 0 rgba(0, 0, 0, 0.25);
    pointer-events: none;
    backdrop-filter: blur(0.04rem);
    -webkit-overflow-scrolling: touch;
  }
  .l-header .l-header-navigation .l-header__logo {
    margin: 0.14rem 0.64rem 0.13rem 0.16rem;
  }
  .l-header .l-header-navigation.is-open {
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .l-header .l-header__wrapper.is-active .l-header-navigation {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
}

.l-header.is-top-page .l-header__wrapper {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #212121;
}

.l-header.is-scrolled .l-header__wrapper {
  background-color: #212121;
}

.l-header-hamburger {
  cursor: pointer;
}
@media only screen and (max-width: 879.98px) {
  .l-header-hamburger {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: 0.64rem;
    height: 0.56rem;
  }
  .l-header-hamburger .l-header-hamburger__wrapper {
    position: absolute;
    top: calc(50% - 0.06rem);
    left: calc(50% - 0.16rem);
    width: 0.32rem;
    height: 0.1rem;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .l-header-hamburger .l-header-hamburger__line {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 9.99rem;
    background-color: #fff;
  }
  .l-header-hamburger .l-header-hamburger__line:nth-of-type(1) {
    top: 0;
  }
  .l-header-hamburger .l-header-hamburger__line:nth-of-type(2) {
    bottom: 0;
  }
}

@media only screen and (max-width: 879.98px) {
  .l-header-hamburger.is-active .l-header-hamburger__line {
    top: 0.05rem;
  }
  .l-header-hamburger.is-active .l-header-hamburger__line:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header-hamburger.is-active .l-header-hamburger__line:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.l-header-navigation__inner .l-header-navigation__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 880px) {
  .l-header-navigation__inner .l-header-navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
  }
}
@media (min-width: 880px) and (max-width: 1079.98px) {
  .l-header-navigation__inner .l-header-navigation__list {
    gap: 24px;
  }
}
@media only screen and (max-width: 879.98px) {
  .l-header-navigation__inner .l-header-navigation__item {
    margin: 0.01rem 0;
    border-top: 1px solid #292929;
  }
  .l-header-navigation__inner .l-header-navigation__item:first-child {
    margin-top: 0;
  }
}

.l-header__logo {
  display: block;
}
@media print, (min-width: 880px) {
  .l-header__logo {
    width: 418px;
  }
}
@media (min-width: 880px) and (max-width: 1079.98px) {
  .l-header__logo {
    width: 320px;
  }
}
@media only screen and (max-width: 879.98px) {
  .l-header__logo {
    width: 2.52rem;
  }
}

.l-header-navigation__link {
  position: relative;
  font-weight: 700;
}
@media print, (min-width: 880px) {
  .l-header-navigation__link {
    display: inline-block;
  }
}
@media only screen and (max-width: 879.98px) {
  .l-header-navigation__link {
    display: block;
    padding: 0.13rem 0.56rem 0.11rem 0.31rem;
    font-size: 0.13rem;
  }
  .l-header-navigation__link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0.3rem;
    bottom: 0;
    width: 0.09rem;
    background: url("../img/common/arrow_icn_01.svg") center/100% auto no-repeat;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}

.c-button-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c-button-primary::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(50% - 0.12rem);
  left: 0;
  height: 0.02rem;
  margin-top: 0.01rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-bottom: 0.02rem solid #b60081;
  pointer-events: none;
}
.c-button-primary__text {
  display: inline-block;
  position: relative;
  padding-right: 0.24rem;
  padding-left: 0.16rem;
  background-color: #fff;
  color: #212121;
  font-weight: 700;
}
.c-button-primary__text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 0.08rem;
  height: 0.14rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/common/arrow_icn_01.svg") center/100% auto no-repeat;
  pointer-events: none;
}
@media print, (min-width: 768px) {
  .c-button-primary {
    min-width: 331px;
  }
  .c-button-primary__text::before {
    margin-top: 2px;
  }
  html.is-mac .c-button-primary__text::before {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-button-primary {
    width: 100%;
  }
  .c-button-primary__text::before {
    margin-top: 0.01rem;
  }
  html.is-ios .c-button-primary__text::before {
    margin-top: 0.005rem;
  }
}

.c-button-file {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 0.72rem;
  padding: 0.16rem 0.72rem 0.16rem 0.24rem;
  overflow: hidden;
  border: 1px solid #b60081;
  border-radius: 0.04rem;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.2;
}
.c-button-file::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.28rem;
  background: url("../img/common/pdf_icn_01.png") center/100% auto no-repeat;
}
@media print, (min-width: 768px) {
  .c-button-file::after {
    right: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-button-file {
    width: 100%;
  }
  .c-button-file::after {
    right: 0.24rem;
  }
}

.c-button-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
  border-radius: 0.08rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.24rem 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0.24rem 0 rgba(0, 0, 0, 0.16);
  color: #b60081;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.c-button-secondary--arrow .c-button-secondary__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.c-button-secondary--arrow .c-button-secondary__text::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  margin-left: 0.16rem;
  background: url("../img/common/arrow_icn_01.svg") center/100% auto no-repeat;
}
@media print, (min-width: 768px) {
  .c-button-secondary {
    width: 627px;
    min-height: 0.8rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 0.24rem;
  }
  .c-button-secondary--arrow .c-button-secondary__text::after {
    width: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-button-secondary {
    min-height: 0.72rem;
    font-size: 0.2rem;
  }
  .c-button-secondary--arrow .c-button-secondary__text::after {
    width: 0.13rem;
    margin-top: 0.02rem;
  }
}

.c-heading-introduction__title {
  margin-bottom: 0;
  color: #212121;
  font-family: "A P-OTF Shuei Mincho Pr6N", "A-OTF Shuei Mincho Pr6N", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "游明朝", yumincho, "Times New Roman", georgia, serif;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-align: center;
}
@media print, (min-width: 768px) {
  .c-heading-introduction {
    margin-bottom: 64px;
    padding-top: 120px;
  }
  .c-heading-introduction__title {
    font-size: 0.56rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-heading-introduction {
    margin-bottom: 0.4rem;
    padding-top: 0.8rem;
  }
  .c-heading-introduction__title {
    font-size: 0.4rem;
  }
}

.c-list-information {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, (min-width: 768px) {
  .c-list-information {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px -12px;
  }
  .c-list-information__item {
    width: 33.3333333333%;
    padding: 8px 12px;
  }
  .c-list-information .c-card-information {
    height: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-list-information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.16rem;
  }
}

.c-list-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, (min-width: 768px) {
  .c-list-links {
    margin: -12px;
  }
  .c-list-links .c-button-secondary {
    width: 100%;
  }
  .c-list-links__item {
    width: 50%;
    padding: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-list-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.16rem;
  }
}

.c-list-store {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-list-store__item {
  margin-bottom: 0.16rem;
}
.c-list-store__item:last-child {
  margin-bottom: 0;
}
.c-list-store__item--disabled__link {
  color: #333;
  pointer-events: none;
}

.c-title-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-title-primary--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.c-title-primary__english {
  margin-bottom: 0.08rem;
  color: #b60081;
  font-family: "Spectral SC", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "游明朝", yumincho, "Times New Roman", georgia, serif;
  font-weight: 400;
}
.c-title-primary__japanese {
  color: #212121;
  font-family: "A P-OTF Shuei Mincho Pr6N", "A-OTF Shuei Mincho Pr6N", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "游明朝", yumincho, "Times New Roman", georgia, serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
.c-title-primary--filled-white .c-title-primary__english {
  color: #f224b6;
}
.c-title-primary--filled-white .c-title-primary__japanese {
  color: #fff;
}
@media print, (min-width: 768px) {
  .c-title-primary__english {
    font-size: 0.24rem;
  }
  .c-title-primary__japanese {
    font-size: 0.56rem;
  }
  .c-title-primary--sm .c-title-primary__japanese {
    font-size: 0.48rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-title-primary__english {
    font-size: 0.14rem;
  }
  .c-title-primary__japanese {
    font-size: 0.32rem;
  }
}

.c-title-secondary {
  color: #212121;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "游明朝", yumincho, "Times New Roman", georgia, serif;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
}
@media print, (min-width: 768px) {
  .c-title-secondary {
    font-size: 0.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-title-secondary {
    font-size: 0.32rem;
  }
}

.c-card-information {
  padding: 0.16rem 0.24rem;
  border-radius: 0.08rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.24rem 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0.24rem 0 rgba(0, 0, 0, 0.16);
  line-height: 2;
}
.c-card-information__title {
  margin-bottom: 0.16rem;
  color: #b60081;
  font-size: 0.2rem;
  text-align: center;
}
.c-card-information__title, .c-card-information__item-title {
  font-weight: 700;
}
.c-card-information__item-title, .c-card-information__item-detail {
  font-size: 0.16rem;
}
.c-card-information__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.08rem;
}
.c-card-information__item-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media print, (min-width: 768px) {
  .c-card-information__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 80px;
  }
}

.c-card-store {
  border-radius: 0.08rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.24rem 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0.24rem 0 rgba(0, 0, 0, 0.16);
}
.c-card-store__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.08rem;
}
.c-card-store__map-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #b60081;
  -webkit-box-shadow: 0 0 0.16rem 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0.16rem 0 rgba(0, 0, 0, 0.16);
}
.c-card-store__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-card-store__map-title {
  font-weight: 700;
}
.c-card-store__title, .c-card-store__name {
  font-weight: 700;
}
.c-card-store a.c-card-store__link {
  color: #b60081;
}
.c-card-store__note {
  margin-bottom: 0;
  color: #808080;
  font-size: 0.12rem;
}
.c-card-store__note span {
  padding-right: 0.04rem;
}
.c-card-store__free-note {
  margin-bottom: 0;
}
.c-card-store__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 0.72rem;
}
.c-card-store__href-link {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .c-card-store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 24px;
  }
  .c-card-store__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
  }
  .c-card-store__inner--name, .c-card-store__inner--business {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 16px;
  }
  .c-card-store__inner--name {
    min-width: 280px;
    max-width: 480px;
  }
  .c-card-store__inner--business {
    min-width: 216px;
    max-width: 296px;
  }
  .c-card-store__map-icon {
    width: 64px;
    height: 64px;
  }
  .c-card-store__map-icon img {
    width: 22px;
    height: 22px;
  }
  .c-card-store__map {
    gap: 16px;
  }
  .c-card-store__title, .c-card-store__structure {
    font-size: 0.16rem;
  }
  .c-card-store__name {
    font-size: 0.24rem;
  }
}
@media (min-width: 768px) and (max-width: 979.98px) {
  .c-card-store {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-card-store__map {
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 769.98px) {
  .c-card-store--business {
    min-width: 208px;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-card-store {
    padding: 0.16rem;
  }
  .c-card-store__map-icon {
    width: 0.32rem;
    height: 0.32rem;
  }
  .c-card-store__map-icon img {
    width: 0.11rem;
    height: 0.11rem;
  }
  .c-card-store__map {
    gap: 0.08rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .c-card-store__title, .c-card-store__structure {
    font-size: 0.14rem;
  }
  .c-card-store__name {
    font-size: 0.2rem;
  }
  .c-card-store__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.08rem;
  }
  .c-card-store__wrapper {
    margin-bottom: 0.08rem;
  }
  .c-card-store__structure {
    line-height: 1.5;
  }
  .c-card-store__inner--business:nth-last-child(1) {
    margin-bottom: 0.08rem;
  }
  .c-card-store__inner--address {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.c-block-information__detail-text:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .c-block-information {
    max-width: 400px;
  }
  .c-block-information__detail {
    margin-bottom: 40px;
  }
  .c-block-information__detail__detail-text {
    margin-bottom: 26px;
  }
  .c-block-information .c-title-primary {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-block-information {
    margin-bottom: 0.4rem;
  }
  .c-block-information .c-title-primary {
    margin-bottom: 0.24rem;
  }
  .c-block-information__detail {
    margin-bottom: 0.32rem;
  }
}

.c-list-file-links {
  background-color: rgba(240, 240, 240, 0.815);
}
.c-list-file-links__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-list-file-links .c-button-file {
  background-color: #fff;
}
@media print, (min-width: 768px) {
  .c-list-file-links {
    padding: 40px 0;
  }
  .c-list-file-links__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px;
  }
  .c-list-file-links__item {
    width: 33.3333333333%;
    padding: 12px;
  }
  .c-list-file-links .c-button-file {
    width: 100%;
    max-width: 4.11rem;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1119.98px) {
  .c-list-file-links .c-button-file__text br {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-list-file-links {
    padding: 0.32rem 0;
  }
  .c-list-file-links__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.08rem;
  }
}

.c-block-mission-introduction .l-wrapper {
  overflow: hidden;
  border: 1px solid #e6b9d5;
  border-radius: 0.04rem;
}
.c-block-mission-introduction__content {
  text-align: center;
}
.c-block-mission-introduction__content-text {
  line-height: 2;
}
.c-block-mission-introduction__content-text:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .c-block-mission-introduction {
    padding-bottom: 80px;
  }
  .c-block-mission-introduction .l-wrapper {
    width: calc(100% - 160px);
    padding: 40px 24px 56px;
  }
  .c-block-mission-introduction__content {
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-block-mission-introduction {
    padding-bottom: 0.64rem;
  }
  .c-block-mission-introduction .l-wrapper {
    margin: 0 0.16rem;
    padding: 0.4rem 0.24rem;
  }
  .c-block-mission-introduction__content {
    font-size: 0.16rem;
  }
}

.u-hover-trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
@media (hover: hover) {
  .u-hover-trans:hover {
    opacity: 0.8;
  }
}

.u-image {
  display: block;
  width: 100%;
}

.u-object {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  .u-sp {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .u-pc {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media print, (min-width: 880px) {
  .u-sp-header {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 879.98px) {
  .u-pc-header {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 939.98px) {
  .u-tb {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.u-py-8 {
  display: block;
  padding: 0.08rem 0;
}

.u-pb-8 {
  display: block;
  padding-bottom: 0.08rem;
}

.p-section-top-store {
  padding: 0.8rem 0;
}
@media print, (min-width: 768px) {
  .p-section-top-store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-section-top-store .l-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 80px;
    max-width: 1327px;
  }
  .p-section-top-store .c-block-information {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 388px;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 1329.98px) {
  .p-section-top-store .l-wrapper {
    gap: 32px;
  }
  .p-section-top-store .c-block-information {
    margin-left: unset;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-section-top-store .l-wrapper {
    padding-right: 0.35rem;
    padding-left: 0.4rem;
  }
}

.p-section-top-keyvisual {
  position: relative;
}
.p-section-top-keyvisual__banner {
  position: relative;
}
.p-section-top-keyvisual__title {
  position: absolute;
  z-index: 2;
  margin-bottom: 0;
  font-family: "A P-OTF Shuei Mincho Pr6N", "A-OTF Shuei Mincho Pr6N", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "游明朝", yumincho, "Times New Roman", georgia, serif;
  font-weight: 500;
}
.p-section-top-keyvisual__title-text {
  display: inline;
  background: #fff;
  letter-spacing: 0.18em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media print, (min-width: 768px) {
  .p-section-top-keyvisual__banner::after {
    height: 182px;
  }
  .p-section-top-keyvisual__title {
    bottom: 91px;
    left: calc(50% - 653px);
    font-size: 0.48rem;
  }
  .p-section-top-keyvisual__title-text {
    padding: 10px 0 6px 14px;
    line-height: 1.84;
  }
}
@media (min-width: 890px) and (max-width: 1439.98px) {
  .p-section-top-keyvisual__title {
    left: 68px;
  }
}
@media (min-width: 768px) and (max-width: 889.98px) {
  .p-section-top-keyvisual__title {
    left: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-section-top-keyvisual__banner::after {
    height: 1.59rem;
  }
  .p-section-top-keyvisual__title {
    bottom: 0.6rem;
    font-size: 0.28rem;
  }
  .p-section-top-keyvisual__title-text {
    padding: 0.03rem 0 0.01rem 0.05rem;
    line-height: 1.8;
  }
}

.p-block-about-information {
  border-radius: 0.04rem;
  color: #fff;
}
.p-block-about-information .l-wrapper {
  overflow: hidden;
  border-radius: 0.04rem;
  background-color: #3d353a;
}
.p-block-about-information .c-block-image {
  position: relative;
}
@media print, (min-width: 768px) {
  .p-block-about-information .l-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 72px;
    max-width: 1376px;
    padding: 0 24px;
  }
  .p-block-about-information .c-block-information {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 400px;
    margin-left: auto;
    padding: 80px 0;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .p-block-about-information .l-wrapper {
    gap: 24px;
  }
  .p-block-about-information .c-block-information {
    margin-left: unset;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-block-about-information {
    padding: 0 0.16rem;
  }
  .p-block-about-information .l-wrapper {
    padding: 0.4rem 0.24rem 0.32rem;
  }
  .p-block-about-information .c-block-image {
    width: auto;
    height: auto;
  }
}

.c-button-primary--about::before {
  border-color: #f224b6;
}
.c-button-primary--about .c-button-primary__text {
  background-color: #3d353a;
  color: #fff;
}
.c-button-primary--about .c-button-primary__text::before {
  background-image: url("../img/common/arrow_icn_02.svg");
}

.c-block-top-about__title {
  color: #770054;
  font-family: "A P-OTF Shuei Mincho Pr6N", "A-OTF Shuei Mincho Pr6N", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "游明朝", yumincho, "Times New Roman", georgia, serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media print, (min-width: 768px) {
  .c-block-top-about {
    margin-bottom: 104px;
  }
  .c-block-top-about__title {
    margin-bottom: 32px;
    font-size: 0.36rem;
  }
  .c-block-top-about__detail {
    font-size: 0.2rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-block-top-about {
    margin-bottom: 0.4rem;
  }
  .c-block-top-about__title {
    margin-bottom: 0.16rem;
    font-size: 0.2rem;
  }
  .c-block-top-about__detail {
    line-height: 2;
  }
}

@media print, (min-width: 768px) {
  .p-section-top-about {
    padding: 96px 0 80px;
    background-color: #f0f0f0;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-section-top-about {
    padding: 0.4rem 0;
  }
}

.c-block-image {
  overflow: hidden;
  border-radius: 0.04rem;
}
@media print, (min-width: 768px) {
  .c-block-image {
    width: 794px;
    height: 472px;
  }
  .c-block-image img {
    -o-object-position: center;
    object-position: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-block-image {
    width: 3rem;
    height: 1.8rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-section-privacy {
  background-color: #f0f0f0;
}
.p-section-privacy * {
  font-size: 0.2rem;
  line-height: 2;
}
.p-section-privacy__datetime {
  margin-top: 0.24rem;
  margin-bottom: 0;
  text-align: right;
}
.p-section-privacy--filled-white {
  background-color: #fff;
}
@media print, (min-width: 768px) {
  .p-section-privacy {
    padding: 48px 0 64px;
  }
  .p-section-privacy__wrapper {
    margin-bottom: 64px;
  }
  .p-section-privacy--filled-white {
    padding: 72px 0 168px;
  }
  .p-section-privacy--filled-white__wrapper {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-section-privacy {
    padding: 0.48rem 0 0.32rem;
  }
  .p-section-privacy__item-detail {
    margin-bottom: 0;
  }
  .p-section-privacy--filled-white {
    padding: 0.48rem 0 0.8rem;
  }
}

.c-block-policy-structured {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-block-policy-structured__item-title {
  font-size: 0.32rem;
  line-height: 1.6;
}
@media print, (min-width: 768px) {
  .c-block-policy-structured__item-title {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-block-policy-structured__item-title {
    margin-top: 0.4rem;
    margin-bottom: 0.16rem;
  }
  .c-block-policy-structured__item-title--spacing {
    margin-top: 0.8rem;
  }
}

.c-list-privacy-primary {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-list-privacy-primary__item-title {
  font-size: 0.24rem;
  font-weight: 500;
}
.c-list-privacy-primary__item-detail {
  margin-bottom: 0.08rem;
}
@media print, (min-width: 768px) {
  .c-list-privacy-primary__item-title {
    margin-bottom: 0;
    line-height: 2;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-list-privacy-primary__item-title {
    margin-bottom: 0.08rem;
    line-height: 1.6;
  }
  .c-list-privacy-primary__item {
    margin-bottom: 0.24rem;
  }
}

.c-list-privacy-secondary {
  margin-bottom: 0.16rem;
}
.c-list-privacy-secondary__item-title {
  margin-bottom: 0;
  font-size: 0.2rem;
  font-weight: 400;
  line-height: 2;
}
.c-list-privacy-secondary__item-detail {
  margin-bottom: 0;
}
.c-list-privacy-secondary__item::marker {
  font-size: 0.2rem;
  font-weight: 400;
}
@media print, (min-width: 768px) {
  .c-list-privacy-secondary__item-detail {
    padding-left: 16px;
  }
  .c-list-privacy-secondary__item-detail--spacing {
    margin-bottom: 8px;
    margin-left: -24px;
    padding: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-list-privacy-secondary {
    padding-left: 0.32rem;
  }
  .c-list-privacy-secondary__item-detail--margin {
    margin-left: -0.32rem;
  }
  .c-list-privacy-secondary__item-detail--spacing {
    margin-left: -0.32rem;
  }
  .c-list-privacy-secondary__item-title--margin span {
    margin-left: -0.32rem;
  }
}

.c-list-privacy-tertiary {
  margin: 0;
}
.c-list-privacy-tertiary__item-detail {
  margin-bottom: 0;
}
.c-list-privacy-tertiary__item {
  list-style-type: lower-alpha;
}

.c-list-privacy-quaternary {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-list-privacy-quaternary__item-title, .c-list-privacy-quaternary__item-detail {
  margin-bottom: 0.08rem;
}
@media print, (min-width: 768px) {
  .c-list-privacy-quaternary {
    padding: 8px 0 0;
  }
  .c-list-privacy-quaternary__item-title, .c-list-privacy-quaternary__item-detail {
    padding-left: 8px;
  }
  .c-list-privacy-quaternary__item-detail--spacing {
    margin-left: -30px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-list-privacy-quaternary__item-detail--spacing {
    margin-left: -0.32rem;
  }
}

.c-list-privacy-quinary {
  margin-bottom: 0.08rem;
}
.c-list-privacy-quinary__item-title {
  margin-bottom: 0;
}
.c-list-privacy-quinary__item-detail {
  margin-bottom: 0.08rem;
}
@media print, (min-width: 768px) {
  .c-list-privacy-quinary {
    margin-left: 11px;
  }
}

.c-title-secondary {
  font-family: "BIZ UDMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "游明朝", yumincho, "Times New Roman", georgia, serif;
}
@media print, (min-width: 768px) {
  .c-title-secondary {
    margin-bottom: 40px;
    font-size: 0.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-title-secondary {
    margin-bottom: 0.16rem;
    font-size: 0.32rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .c-heading-introduction__item-title {
    line-height: 1.4;
  }
}

.p-section-store {
  background-color: rgba(240, 240, 240, 0.815);
}
.p-section-store__wrapper:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .p-section-store {
    padding: 64px 0 192px;
  }
  .p-section-store .l-wrapper {
    max-width: 1062px;
  }
  .p-section-store .c-title-secondary {
    margin-bottom: 72px;
  }
  .p-section-store__wrapper {
    margin-bottom: 88px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-section-store {
    padding: 0.4rem 0 0.8rem;
  }
  .p-section-store .c-title-secondary {
    margin-bottom: 0.24rem;
  }
  .p-section-store__wrapper {
    margin-bottom: 0.72rem;
  }
}

.p-section-contact-faq {
  background-color: #f0f0f0;
}
.p-section-contact-faq__detail {
  line-height: 2;
}
@media print, (min-width: 768px) {
  .p-section-contact-faq {
    padding: 80px 0;
  }
  .p-section-contact-faq__detail {
    margin-bottom: 40px;
    font-size: 0.2rem;
    text-align: center;
  }
  .p-section-contact-faq .c-title-secondary {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-section-contact-faq {
    padding: 0.64rem 0;
  }
  .p-section-contact-faq__detail {
    margin-bottom: 0.24rem;
    font-size: 0.18rem;
  }
  .p-section-contact-faq .c-title-secondary {
    margin-bottom: 0.16rem;
  }
}

.p-section-contact-store__detail {
  line-height: 2;
}
@media print, (min-width: 768px) {
  .p-section-contact-store {
    padding: 80px 0;
  }
  .p-section-contact-store__detail {
    margin-bottom: 40px;
    font-size: 0.2rem;
    text-align: center;
  }
  .p-section-contact-store .c-title-secondary {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-section-contact-store {
    padding: 0.64rem 0;
  }
  .p-section-contact-store__detail {
    margin-bottom: 0.24rem;
    font-size: 0.2rem;
  }
  .p-section-contact-store .c-title-secondary {
    margin-bottom: 0.16rem;
  }
}

.p-section-contact-corporate {
  background-color: #f0f0f0;
}
@media print, (min-width: 768px) {
  .p-section-contact-corporate {
    padding: 80px 0 120px;
  }
  .p-section-contact-corporate .c-title-secondary {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-section-contact-corporate {
    padding: 0.64rem 0 0.8rem;
  }
  .p-section-contact-corporate .c-title-secondary {
    margin-bottom: 0.24rem;
    font-size: 0.4rem;
  }
}

.p-section-about-business {
  background-color: #3d353a;
  color: #fff;
}
.p-section-about-business__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-section-about-business__item-description {
  margin-bottom: 0;
  letter-spacing: 0;
}
.p-section-about-business__item-title {
  margin-bottom: 0.16rem;
  line-height: 1.2;
}
.p-section-about-business__image {
  margin-bottom: 0.24rem;
  overflow: hidden;
  border-radius: 0.04rem;
}
.p-section-about-business .c-title-primary {
  margin-bottom: 0.4rem;
}
@media print, (min-width: 768px) {
  .p-section-about-business {
    padding: 80px 0;
  }
  .p-section-about-business__image {
    width: 389px;
    height: 198px;
  }
  .p-section-about-business__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 56px;
  }
  .p-section-about-business__item {
    max-width: 389px;
  }
  .p-section-about-business__item-title {
    font-size: 0.2rem;
  }
  .p-section-about-business__item-description {
    font-size: 0.16rem;
  }
}
@media (min-width: 768px) and (max-width: 912.98px) {
  .p-section-about-business__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-section-about-business {
    padding: 0.64rem 0;
  }
  .p-section-about-business__item-title {
    font-size: 0.18rem;
  }
  .p-section-about-business__item-description {
    font-size: 0.14rem;
  }
  .p-section-about-business__item {
    margin-bottom: 0.24rem;
  }
}

.p-section-about-profile .c-title-primary {
  margin-bottom: 0.4rem;
}
@media print, (min-width: 768px) {
  .p-section-about-profile {
    padding: 80px 0 120px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-section-about-profile {
    padding: 0.64rem 0 0.48rem;
  }
}

.c-table-about-business__title {
  font-weight: 700;
}
.c-table-about-business__title, .c-table-about-business__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #212121;
  line-height: 1.2;
}
.c-table-about-business__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-table-about-business__wrapper {
  border-bottom: 1px solid #b60081;
}
.c-table-about-business__wrapper:last-child {
  border-bottom: none;
}
.c-table-about-business__subtitle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media print, (min-width: 768px) {
  .c-table-about-business__title, .c-table-about-business__content {
    padding: 16px;
    font-size: 0.16rem;
  }
  .c-table-about-business__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-table-about-business__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 280px;
  }
  .c-table-about-business__subtitle {
    width: 117px;
  }
  .c-table-about-business__inner {
    gap: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-table-about-business__wrapper {
    padding: 0.08rem 0;
  }
  .c-table-about-business__title, .c-table-about-business__content {
    font-size: 0.14rem;
  }
  .c-table-about-business__title {
    margin-bottom: 0.08rem;
  }
  .c-table-about-business__inner {
    gap: 0.15rem;
  }
  .c-table-about-business__subtitle {
    width: 1.04rem;
  }
}
/*# sourceMappingURL=styles.css.map */