@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=M+PLUS+Rounded+1c:wght@500;700&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-size: 10px;
  font-feature-settings: "palt" 1;
}
html.is-fixed {
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 8.5px !important;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 1105px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 0.7vw;
  }
}

body {
  position: relative;
  min-width: 108.8rem;
  width: 100%;
  color: #222;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 32rem;
    font-size: 1.4rem;
  }
}

a {
  color: #222;
  text-decoration: none;
}

img {
  display: block;
}

input,
button,
textarea {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media screen and (max-width: 767px) {
  .main--no-pt {
    padding-top: 0;
  }
}

.b-sp-only {
  display: none !important;
}

.b-pc-only {
  display: block !important;
}
.b-pc-only.--flex {
  display: flex !important;
}

.b-inline-block {
  display: inline-block;
}

.b-ico {
  position: relative;
}
.b-ico--index {
  display: inline-block;
  width: 4.4rem;
  height: 4.4rem;
  margin-right: 1.6rem;
  background-color: #ed265f;
  border-radius: 2em;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: normal;
  line-height: 4.2rem;
}

.b-letter-space.--small02 {
  letter-spacing: -0.15em;
}

.b-fnt-weight.--medium {
  font-weight: 500;
}
.b-fnt-weight.--sbold {
  font-weight: 600;
}
.b-fnt-weight.--bold {
  font-weight: 700;
}

.b-fnt-color--main {
  color: #ed265f;
}
.b-fnt-color--white {
  color: #fff;
}
.b-fnt-color--black {
  color: #222;
}
.b-fnt-color--red {
  color: #eb2242;
}
.b-fnt-color--green {
  color: #3ab171;
}
.b-fnt-color--orange {
  color: #f08300;
}
.b-fnt-color:hover {
  text-decoration: underline;
}

.b-text-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b-text-ellipsis--2 {
  display: -webkit-box;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.b-text-ellipsis--3 {
  display: -webkit-box;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.b-text-decoration--underline {
  text-decoration: underline;
}

.b-text-indent {
  display: inline-block;
  margin-left: 1em;
  text-indent: -1em;
}

.b-mgn-top--4 {
  margin-top: 0.4rem;
}
.b-mgn-top--8 {
  margin-top: 0.8rem;
}
.b-mgn-top--16 {
  margin-top: 1.6rem;
}
.b-mgn-top--24 {
  margin-top: 2.4rem;
}
.b-mgn-top--32 {
  margin-top: 3.2rem;
}
.b-mgn-top--40 {
  margin-top: 4rem;
}
.b-mgn-top--48 {
  margin-top: 4.8rem;
}
.b-mgn-top--56 {
  margin-top: 5.6rem;
}
.b-mgn-top--64 {
  margin-top: 6.4rem;
}
.b-mgn-top--72 {
  margin-top: 7.2rem;
}
.b-mgn-top--80 {
  margin-top: 8rem;
}
.b-mgn-top--88 {
  margin-top: 8.8rem;
}
.b-mgn-top--96 {
  margin-top: 9.6rem;
}

.b-mgn-left--4 {
  margin-left: 0.4rem;
}
.b-mgn-left--8 {
  margin-left: 0.8rem;
}
.b-mgn-left--16 {
  margin-left: 1.6rem;
}
.b-mgn-left--24 {
  margin-left: 2.4rem;
}
.b-mgn-left--32 {
  margin-left: 3.2rem;
}
.b-mgn-left--40 {
  margin-left: 4rem;
}
.b-mgn-left--48 {
  margin-left: 4.8rem;
}
.b-mgn-left--56 {
  margin-left: 5.6rem;
}
.b-mgn-left--64 {
  margin-left: 6.4rem;
}

.b-mgn-right--4 {
  margin-right: 0.4rem;
}
.b-mgn-right--8 {
  margin-right: 0.8rem;
}
.b-mgn-right--16 {
  margin-right: 1.6rem;
}
.b-mgn-right--24 {
  margin-right: 2.4rem;
}
.b-mgn-right--32 {
  margin-right: 3.2rem;
}
.b-mgn-right--40 {
  margin-right: 4rem;
}
.b-mgn-right--48 {
  margin-right: 4.8rem;
}
.b-mgn-right--56 {
  margin-right: 5.6rem;
}
.b-mgn-right--64 {
  margin-right: 6.4rem;
}

.b-mgn-both--56 {
  margin-left: 5.6rem;
  margin-right: 5.6rem;
}
.b-mgn-both--64 {
  margin-left: 6.4rem;
  margin-right: 6.4rem;
}
@media screen and (max-width: 767px) {
  .b-mgn-both--56 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
  .b-mgn-both--64 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
}

.b-bdr-line--all {
  border: 0.1rem solid;
}
.b-bdr-line--top {
  border-top: 0.1rem solid;
}
.b-bdr-line--right {
  border-right: 0.1rem solid;
}
.b-bdr-line--bottom {
  border-bottom: 0.1rem solid;
}
.b-bdr-line--left {
  border-left: 0.1rem solid;
}

.b-bdr-color--main {
  border-color: #ed265f;
}
.b-bdr-color--black {
  border-color: #222;
}
.b-bdr-color--white {
  border-color: #fff;
}

.b-bkg-color--main {
  background-color: #ed265f;
}

.b-button-link {
  transition: all 0.1s linear;
}
.b-button-link.--scale:hover {
  box-shadow: 1.6rem 1.6rem 3.2rem 0 rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
}
.b-button-link.--alpha:hover {
  opacity: 0.7;
}

.b-tel-link {
  text-decoration: underline;
}

.b-text-link:hover {
  text-decoration: underline;
}
.b-text-link.--main {
  color: #ed265f;
}
.b-text-link.--white {
  color: #fff;
}

.b-dummy-text {
  color: red;
}

.b-shadow {
  position: relative;
}
.b-shadow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0rem 0rem 1.6rem 0rem rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .b-sp-only {
    display: block !important;
  }
  .b-sp-only.--flex {
    display: flex !important;
  }
  .b-sp-only.--inline-block {
    display: inline-block !important;
  }
  .b-pc-only {
    display: none !important;
  }
  .b-pc-only.--flex {
    display: none !important;
  }
  .b-shadow::after {
    content: "";
    box-shadow: inset 0rem 0rem 0.8rem 0rem rgba(0, 0, 0, 0.1);
  }
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
  line-height: 1.3;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input,
textarea {
  width: 100%;
  border: 0.1rem solid #e6e6e6;
}

input[type=radio] {
  width: auto;
}

input[type=text]:focus,
textarea:focus {
  background-color: #fffef5;
}

textarea {
  min-height: 15rem;
}

.error {
  display: block;
  margin-top: 0.8rem;
  color: #eb2242;
  font-weight: 500;
}

.mw_wp_form_send_error {
  margin-top: 2.4rem;
  padding: 2.4rem;
  background-color: #eb2242;
  border-radius: 1.6;
  color: #fff;
}

.p-form {
  width: 75rem;
  margin: 8.8rem auto 0;
}
.p-form__row {
  margin-top: 4rem;
}
.p-form__row:first-child {
  margin-top: 0;
}
.p-form--confirm .p-form__row {
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem dashed #f2f2f2;
}
.p-form--confirm .p-form__icon {
  overflow: hidden;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.8rem;
  padding: 0;
  background-color: #ff1e79;
  border-radius: 100%;
  text-indent: -999rem;
  line-height: 0;
}
.p-form--confirm .p-form-note {
  margin-top: 4rem;
  padding: 0 0 2.4rem;
  border: 0;
  border-bottom: 0.1rem dashed #d0d0d0;
  border-radius: 0;
  text-align: left;
}
.p-form--confirm .p-form-note .p-form__title {
  display: flex;
}
.p-form--confirm .p-form-note__confirm-response {
  display: none;
}
.p-form--confirm .p-form-note__radio {
  display: block;
  margin-top: 0;
}
.p-form--confirm .p-form-note__label {
  display: block;
  font-size: 1.5rem;
}
.p-form__title {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
}
.p-form__icon {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  display: inline-block;
  padding: 0.6rem 0.8rem;
  margin-right: 1.6rem;
  background-color: #e6e6e6;
  border-radius: 0.4rem;
  color: #222;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.p-form__icon.--require {
  background-color: #ed265f;
  color: #fff;
}
.p-form__icon-circle {
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.8rem;
  background-color: #ff1e79;
  border-radius: 100%;
}
.p-form__name {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-form__text, .p-form__textarea {
  resize: none;
  width: 100%;
  padding: 1.6rem;
  background-color: #f8f8f8;
  border: 0.1rem solid #e6e6e6;
  border-radius: 0.8rem;
  outline: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}
.p-form__text:focus, .p-form__textarea:focus {
  border: 0.1rem solid #e6e6e6;
}
.p-form__text::-moz-placeholder, .p-form__textarea::-moz-placeholder {
  color: #aaa;
  font-size: 1.5rem;
  font-weight: 500;
}
.p-form__text::placeholder, .p-form__textarea::placeholder {
  color: #aaa;
  font-size: 1.5rem;
  font-weight: 500;
}
.p-form__text--w40, .p-form__textarea--w40 {
  width: calc(100% - 1.5em - 0.8rem);
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-form__text--w40, .p-form__textarea--w40 {
    margin: 0.8rem 0.8rem 0.8rem 0;
  }
}
.p-form__select {
  margin-right: 0.8rem;
  padding: 1.6rem 3.2rem;
  background-color: #f8f8f8;
  border: 0.1rem solid #e6e6e6;
  border-radius: 0.8rem;
  font-weight: 500;
  outline: 0;
}
.p-form__select:focus {
  border: 0.1rem solid #222;
}
.p-form__checkbox {
  display: inline-block;
  width: auto;
  margin-right: 0.8rem;
  background-color: #e6e6e6;
  border-radius: 0.3rem;
  font-weight: 500;
  vertical-align: text-bottom;
}
.p-form__checkbox:focus {
  border: 0.1rem solid #222;
}
.p-form__label-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.p-form__label-wrap .horizontal-item,
.p-form__label-wrap .vertical-item {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  display: block;
  width: 100%;
  margin-top: 1.2rem;
}
.p-form__label-wrap .horizontal-item:first-child,
.p-form__label-wrap .vertical-item:first-child {
  margin-top: 0;
}
.p-form__label-wrap label {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.3;
}
.p-form__label-wrap input[type=checkbox] {
  display: inline-block;
  width: auto;
  margin-right: 0.8rem;
}
.p-form__label {
  display: flex;
  align-items: flex-end;
  margin-right: 1em;
  font-weight: 500;
}
.p-form__label .horizontal-item,
.p-form__label .vertical-item {
  display: block;
}
.p-form__label label {
  margin-right: 1.6rem;
}
.p-form__error,
.p-form .error {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  display: inline-block;
  width: 100%;
  margin-top: 1.6rem;
  padding: 1.6rem;
  background-color: #f9edec;
  border: 0.1rem solid #ed265f;
  border-radius: 0.8rem;
  color: #eb2242;
  font-size: 1.3rem;
}
.p-form__recaptcha {
  margin-top: 7.2rem;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: normal;
}
.p-form__recaptcha img {
  display: inline-block;
  width: 1.8rem;
  vertical-align: sub;
}
.p-form__send {
  text-align: center;
}
.p-form__heading {
  display: inline-block;
  position: relative;
  margin-bottom: 4.8rem;
  padding: 0 6.2rem;
  color: #ed265f;
  font-size: 2.6rem;
  font-weight: 700;
}
.p-form__heading::before, .p-form__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
}
.p-form__heading::before {
  left: 0;
  background: url(../images/line/line_mail_l.svg) no-repeat center center/contain;
}
.p-form__heading::after {
  right: 0;
  background: url(../images/line/line_mail_r.svg) no-repeat center center/contain;
}
.p-form__message {
  font-size: 1.6rem;
  line-height: 2.5;
}
.p-form__send-note {
  margin-top: 4rem;
  padding: 1.6rem;
  background: #f6f6f6;
  border-radius: 10rem;
  color: gray;
  font-size: 1.3rem;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__overflow {
    height: 46rem;
    padding: 2.4rem;
  }
  .p-form__recaptcha {
    margin-top: 3.2rem;
  }
}

.c-submit-button {
  position: relative;
  display: inline-block;
  background-color: #e6e6e6;
  line-height: 0;
}
.c-submit-button__link {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  transition: all 0.1s linear;
  position: relative;
  display: inline-block;
  background-color: #e6e6e6;
}
.c-submit-button__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ed265f;
  transform: translate(0.5rem, 0.5rem);
}
.c-submit-button__link:hover {
  transform: scale(1.1) rotate(0.03deg);
}
.c-submit-button__link:hover .c-submit-button__front {
  background-color: #ed265f;
}
.c-submit-button__link:hover .c-submit-button__submit {
  background-color: #fef8fa;
  border-color: #ed265f;
  color: #ed265f;
}
.c-submit-button__link:hover .c-submit-button__icon {
  border-color: #ed265f;
}
.c-submit-button__link:hover .c-submit-button__arrow {
  background-color: #ed265f;
}
.c-submit-button__front {
  transition: all 0.1s linear;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 2.8rem;
  z-index: 1;
  transform: translateY(-50%);
}
.c-submit-button__submit {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  min-width: 30.8rem;
  min-height: 8rem;
  padding: 0.8rem 1.6rem 0.8rem 6.4rem;
  background-color: white;
  border: 0.1rem solid #222;
  font-size: 1.7rem;
  text-align: left;
}
.c-submit-button__icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  z-index: 2;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-form {
    width: 100%;
    margin-top: 4rem;
  }
  .p-form__row {
    margin-top: 3.2rem;
    padding-bottom: 3.2rem;
    border-bottom: 0.1rem dashed #e6e6e6;
  }
  .p-form__row:first-child {
    margin-top: 0;
  }
  .p-form--confirm .p-form__row {
    padding-bottom: 3.2rem;
  }
  .p-form__title {
    display: flex;
    align-items: center;
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
  }
  .p-form__icon {
    margin-right: 0.8rem;
    border-radius: 0.3rem;
    font-size: 1.1rem;
  }
  .p-form__icon-circle {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.8rem;
    background-color: #ff1e79;
    border-radius: 100%;
  }
  .p-form__name {
    letter-spacing: normal;
  }
  .p-form__text, .p-form__textarea {
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
  }
  .p-form__text:focus, .p-form__textarea:focus {
    border: 0.1rem solid #e6e6e6;
  }
  .p-form__text::-moz-placeholder, .p-form__textarea::-moz-placeholder {
    font-size: 1.4rem;
  }
  .p-form__text::placeholder, .p-form__textarea::placeholder {
    font-size: 1.4rem;
  }
  .p-form__select {
    margin-right: 0.6rem;
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
  }
  .p-form__checkbox {
    display: inline-block;
    width: auto;
    margin-right: 0.8rem;
    background-color: #f2f2f2;
    border-radius: 0.3rem;
    font-weight: 500;
    vertical-align: text-bottom;
  }
  .p-form__checkbox:focus {
    border: 0.1rem solid #222;
  }
  .p-form__label-wrap label {
    cursor: pointer;
    padding: 1.2rem 1.6rem;
    background-color: #f9edec;
    border: 0.1rem solid #d02620;
    background-color: #fef8fa;
    border: 0.1rem solid #f9b3c7;
    border-radius: 0.6rem;
  }
  .p-form__label {
    display: flex;
    align-items: flex-end;
    margin-right: 0.8rem;
  }
  .p-form__label:last-child {
    margin-right: 0;
  }
  .p-form__label .horizontal-item {
    display: block;
  }
  .p-form__label label {
    margin-right: 1.6rem;
  }
  .p-form__recaptcha {
    margin-top: 7.2rem;
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: normal;
  }
  .p-form__recaptcha img {
    display: inline-block;
    width: 1.8rem;
    vertical-align: sub;
  }
  .p-form__heading {
    margin-bottom: 3.2rem;
    padding: 0 4.8rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .p-form__message {
    font-size: 1.5rem;
    line-height: 2.25;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-form__overflow {
    height: 46rem;
    padding: 2.4rem;
  }
  .p-form__recaptcha {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-submit-button__submit {
    min-width: 30.8rem;
    min-height: 6.4rem;
    padding: 0.8rem 1.6rem 0.8rem 6rem;
    font-size: 1.5rem;
  }
}
.mwform-checkbox-field {
  display: inline-block;
  margin-left: 0 !important;
}

.p-form-button {
  margin-top: 6.4rem;
  text-align: center;
}
.p-form-button__link {
  position: relative;
  transition: all 0.1s ease-out;
  display: inline-block;
  border-radius: 4.1rem;
}
.p-form-button__link::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: calc(100% - 0.4rem * 2);
  height: calc(100% - 0.4rem * 2);
  margin: 0.4rem;
  border: 0.1rem solid #fff;
}
@media screen and (min-width: 1105px) {
  .p-form-button__link:hover {
    opacity: 0.8;
  }
}
.p-form-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.2rem;
  width: 2.6rem;
  height: 1rem;
  background: url(../images/icon/icon_arrow03.svg) no-repeat right center/100% auto;
  transform: translateY(-50%);
}
.p-form-button__link::after {
  border-radius: 4.1rem;
}
.p-form-button__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38.2rem;
  height: 8.2rem;
  background: #ed265f;
  border-radius: 4.1rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-form-button {
    width: 100%;
    max-width: 32.5rem;
    margin: 4.8rem auto 0;
  }
  .p-form-button__link {
    display: inline-block;
    width: 100%;
  }
  .p-form-button__submit {
    width: 100%;
    color: #fff;
    font-size: 1.6rem;
  }
}
.p-thanks {
  padding: 4.8rem 1.6rem;
  background-color: #fff;
  text-align: center;
}

.mw_wp_form .error {
  margin-top: 0.8rem !important;
  font-weight: 500 !important;
  font-size: 1.3rem !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.p-form-note {
  margin-top: 4.8rem;
  padding: 4.8rem 6.4rem;
  border: 0.1rem solid #f2f2f2;
  border-radius: 1.6rem;
}
.p-form-note .p-form__title,
.p-form-note .mwform-radio-field-text {
  display: none;
}
.p-form-note__radio {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.2rem;
}
.p-form-note__radio .js-agree label {
  display: inline-block;
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1rem;
}
.p-form-note__radio .js-agree label::before {
  content: "";
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1rem;
  background: #fff;
  border-radius: 100%;
  border: 0.1rem solid #f2f2f2;
  text-align: center;
  vertical-align: top;
}
.p-form-note__radio .js-agree label::after {
  transition: all 0.1s ease-out;
  content: "";
  position: absolute;
  left: 0.7rem;
  top: 0.7rem;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #fff;
  border-radius: 100%;
}
.p-form-note__radio .js-agree.is-agree label::before {
  background-color: rgba(255, 30, 121, 0.05);
  border-color: #ff1e79;
}
.p-form-note__radio .js-agree.is-agree label::after {
  background-color: #ff1e79;
}
.p-form-note__confirm-response {
  display: inline-block;
}
.p-form-note__label {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.p-form-note__link {
  color: #ff1e79;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .p-form-note {
    margin-top: 4.8rem;
    padding: 2.4rem;
  }
  .p-form-note__radio {
    margin-top: 2.4rem;
  }
}
.p-article-body {
  margin-top: 3.2rem;
  margin-bottom: 8.8rem;
}
.p-article-body--shop-news {
  margin-bottom: 6.4rem;
}
.p-article-body--shop-news .slick-arrow {
  display: none !important;
}
.p-article-body--shop-news .slick-dots li::before {
  display: none;
}
.p-article-body--shop-news .c-igr-media > div:nth-child(2), .p-article-body--shop-news .c-igr-media > div:nth-child(3) {
  display: none;
}
.p-article-body iframe[src*="youtube.com"] {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.p-article-body__instagram-frame {
  width: 100%;
  max-width: 50% !important;
  height: 57rem;
  border: 0.1rem solid #e6e6e6;
}
.p-article-body .aligncenter {
  display: block;
  margin: 0 auto;
}
.p-article-body .alignright {
  float: right;
  margin-bottom: 2.5em;
  margin-left: 2.5em;
}
.p-article-body .alignleft {
  float: left;
  margin-bottom: 2.5em;
  margin-right: 2.5em;
}
.p-article-body img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-article-body video {
  max-width: 100%;
  height: auto;
}
.p-article-body h1,
.p-article-body h2,
.p-article-body h3,
.p-article-body h4,
.p-article-body h5,
.p-article-body h6 {
  clear: both;
  margin-top: 5.6rem;
  margin-bottom: 2.4rem !important;
}
.p-article-body h1 + h1,
.p-article-body h1 + h2,
.p-article-body h1 + h3,
.p-article-body h1 + h4,
.p-article-body h1 + h5,
.p-article-body h1 + h6,
.p-article-body h2 + h1,
.p-article-body h2 + h2,
.p-article-body h2 + h3,
.p-article-body h2 + h4,
.p-article-body h2 + h5,
.p-article-body h2 + h6,
.p-article-body h3 + h1,
.p-article-body h3 + h2,
.p-article-body h3 + h3,
.p-article-body h3 + h4,
.p-article-body h3 + h5,
.p-article-body h3 + h6,
.p-article-body h4 + h1,
.p-article-body h4 + h2,
.p-article-body h4 + h3,
.p-article-body h4 + h4,
.p-article-body h4 + h5,
.p-article-body h4 + h6,
.p-article-body h5 + h1,
.p-article-body h5 + h2,
.p-article-body h5 + h3,
.p-article-body h5 + h4,
.p-article-body h5 + h5,
.p-article-body h5 + h6,
.p-article-body h6 + h1,
.p-article-body h6 + h2,
.p-article-body h6 + h3,
.p-article-body h6 + h4,
.p-article-body h6 + h5,
.p-article-body h6 + h6 {
  margin-top: 0;
}
.p-article-body h1,
.p-article-body h2 {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  font-size: 2.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
.p-article-body h3 {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
.p-article-body h4 {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.p-article-body h5 {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  position: relative;
  padding-left: 1.6rem;
  font-size: 2rem;
  font-weight: 600;
}
.p-article-body h5::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ed265f;
  border-radius: 5em;
  transform: translateY(-50%);
}
.p-article-body h6 {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  font-size: 1.8rem;
  font-weight: 600;
}
.p-article-body p {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  display: block;
  margin: 2.5em 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 500;
  line-height: 2.18;
  letter-spacing: 0.1em;
}
.p-article-body a {
  color: #fff;
  text-decoration: underline;
}
.p-article-body strong {
  font-weight: bold;
}
.p-article-body em {
  font-style: italic;
}
.p-article-body iframe {
  max-width: 100%;
}
.p-article-body blockquote:not(.twitter-tweet) {
  display: block;
  margin: 2.5em 0;
  padding: 0 4rem;
  background-color: #f8f8f8;
  border: 0.1rem solid #f2f2f2;
  border-radius: 0.8rem;
}
.p-article-body__x {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: visible;
}
.p-article-body .twitter-tweet {
  width: 100% !important;
  max-width: 100% !important;
}
.p-article-body hr {
  border: none;
}
.p-article-body table {
  max-width: 100%;
}
.p-article-body th,
.p-article-body td {
  padding: 1.8rem;
  font-weight: 500;
  line-height: 2.75;
}
.p-article-body th {
  background-color: #f9b3c7;
}
.p-article-body a {
  color: #ff1e79;
}
.p-article-body a:hover {
  opacity: 0.5;
  text-decoration: underline;
}
.p-article-body li {
  position: relative;
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  margin-top: 1.6rem;
  padding-left: 2rem;
  line-height: 2.75;
}
.p-article-body li::before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #ff1e79;
  border-radius: 100%;
}
.p-article-body li::before {
  top: 1.1em;
}
.p-article-body .clearfix {
  overflow: hidden;
  zoom: 1;
}
.p-article-body .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.p-article-body .wp-caption-text {
  margin: 1.6rem 0 0;
  font-size: 1.2rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-article-body {
    margin: 2.4rem 0 6.4rem;
  }
  .p-article-body--shop-news {
    margin-bottom: 4rem;
  }
  .p-article-body__instagram-frame {
    max-width: 100% !important;
    height: 60vh;
  }
  .p-article-body .alignright {
    float: none;
    margin: 0;
  }
  .p-article-body .alignleft {
    float: none;
    margin: 0;
  }
  .p-article-body h1,
  .p-article-body h2,
  .p-article-body h3,
  .p-article-body h4,
  .p-article-body h5,
  .p-article-body h6 {
    margin-top: 4rem;
  }
  .p-article-body h1 + h1,
  .p-article-body h1 + h2,
  .p-article-body h1 + h3,
  .p-article-body h1 + h4,
  .p-article-body h1 + h5,
  .p-article-body h1 + h6,
  .p-article-body h2 + h1,
  .p-article-body h2 + h2,
  .p-article-body h2 + h3,
  .p-article-body h2 + h4,
  .p-article-body h2 + h5,
  .p-article-body h2 + h6,
  .p-article-body h3 + h1,
  .p-article-body h3 + h2,
  .p-article-body h3 + h3,
  .p-article-body h3 + h4,
  .p-article-body h3 + h5,
  .p-article-body h3 + h6,
  .p-article-body h4 + h1,
  .p-article-body h4 + h2,
  .p-article-body h4 + h3,
  .p-article-body h4 + h4,
  .p-article-body h4 + h5,
  .p-article-body h4 + h6,
  .p-article-body h5 + h1,
  .p-article-body h5 + h2,
  .p-article-body h5 + h3,
  .p-article-body h5 + h4,
  .p-article-body h5 + h5,
  .p-article-body h5 + h6,
  .p-article-body h6 + h1,
  .p-article-body h6 + h2,
  .p-article-body h6 + h3,
  .p-article-body h6 + h4,
  .p-article-body h6 + h5,
  .p-article-body h6 + h6 {
    margin-top: 0;
  }
  .p-article-body h1,
  .p-article-body h2 {
    margin-bottom: 2.4rem;
    font-size: 2rem;
  }
  .p-article-body h3 {
    margin-bottom: 2.4rem;
    font-size: 1.9rem;
  }
  .p-article-body h4 {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
  }
  .p-article-body h5,
  .p-article-body h6 {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
  }
  .p-article-body p {
    margin: 1.6rem 0;
    font-size: 1.35rem;
    line-height: 1.9;
  }
  .p-article-body blockquote:not(.twitter-tweet) {
    padding: 0 2.4rem;
  }
  .p-article-body .scroll {
    overflow-x: auto;
    width: 100%;
  }
  .p-article-body th,
  .p-article-body td {
    padding: 1.2rem;
    line-height: 2;
  }
  .p-article-body li {
    position: relative;
    padding-left: 1.6rem;
    line-height: 2.25;
  }
  .p-article-body li::before {
    content: "";
    position: absolute;
    top: 0.85em;
    left: 0;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #ff1e79;
    border-radius: 100%;
  }
  .p-article-body li::before {
    top: 0.9em;
  }
  .p-article-body .clearfix {
    overflow: hidden;
    zoom: 1;
  }
  .p-article-body .clearfix::after {
    content: "";
    display: block;
    clear: both;
  }
}
.c-pagination {
  margin-top: 6.4rem;
}
.c-pagination ul {
  margin: -1.6rem 0 0 -0.8rem;
  font-size: 0;
  text-align: center;
}
.c-pagination ul a,
.c-pagination ul span {
  position: relative;
  display: block;
  min-width: 4rem;
  padding: 1.2rem;
  background-color: white;
  font-size: 1.5rem;
}
.c-pagination ul a::after,
.c-pagination ul span::after {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ed265f;
}
.c-pagination ul span::after {
  background-color: #999;
}
.c-pagination ul li {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  display: inline-block;
  margin: 1.6rem 0.8rem 0;
  text-align: center;
}
.c-pagination ul li a {
  border: 0.1rem solid #222;
  transition: all 0.2s ease;
  color: #222;
}
.c-pagination ul li a:hover {
  background-color: #fef8fa;
  border-color: #ed265f;
  color: #ed265f;
}
.c-pagination ul li span {
  color: #999;
  border: 0.1rem solid #999;
}
.c-pagination ul.pager-text li {
  width: auto;
}
.c-pagination ul.pager-text li a {
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 3.2rem;
  }
  .c-pagination ul {
    margin: -1.6rem 0 0 -0.6rem;
  }
  .c-pagination ul li {
    margin: 1.6rem 0.6rem 0;
  }
}

.screen-reader-text {
  display: none;
}

.c-breadcrumb {
  width: 100%;
}
.c-breadcrumb__list {
  overflow-x: auto;
  display: flex;
  align-items: center;
  padding: 0 3.8rem 3.2rem;
}
.c-breadcrumb__item {
  position: relative;
  margin-right: 0.8rem;
  padding: 0 2em 0 0;
  line-height: 1.3;
}
.c-breadcrumb__item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.c-breadcrumb__item::after {
  content: ">";
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  font-size: 1.1rem;
}
.c-breadcrumb__item:last-child {
  margin-right: 0;
}
.c-breadcrumb__item:last-child::after {
  display: none;
}
.c-breadcrumb__link {
  display: flex;
  align-items: center;
  width: 100%;
  font-family: "Noto Sans JP", serif;
  font-size: 1.1rem;
  text-decoration: underline;
  white-space: nowrap;
}
.c-breadcrumb__link:hover {
  color: #999;
}
.c-breadcrumb__link--current {
  color: #ed265f;
  text-decoration: none;
}
.c-breadcrumb__link--current:hover {
  color: #ed265f;
}
.c-breadcrumb__icon {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.6rem;
  background-color: #ed265f;
  -webkit-mask-image: url("../images/icon/icon_home_w.svg");
          mask-image: url("../images/icon/icon_home_w.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding-bottom: 0;
  }
  .c-breadcrumb__list {
    overflow-x: auto;
    padding: 0 4.8% 3.2rem;
  }
  .c-breadcrumb__item {
    margin-right: 0.5em;
    padding: 0 1.5em 0 0;
  }
  .c-breadcrumb__item:last-child {
    margin-right: 0;
  }
  .c-breadcrumb__link {
    white-space: nowrap;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
}
.l-header.is-fixed {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  position: relative;
}
.l-header.is-display .c-header-logo {
  width: 7.2rem;
}
.l-header.is-display .l-header__inner {
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
}
.l-header.is-display .c-header-menubar {
  pointer-events: all;
  opacity: 1;
  transform: scale(1);
}
.l-header.is-display .c-nav-toggle {
  width: 4.8rem;
  height: 4.8rem;
}
.l-header__wrapper {
  transition: all 0.3s linear;
  width: 100%;
  min-width: 108.8rem;
  height: 100%;
  padding: 1.6rem 1.6rem 0;
}
.l-header__inner {
  transition: all 0.3s linear;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8rem;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 1.6rem;
}

.c-header-logo {
  transition: all 0.3s linear;
  flex: none;
  width: 8rem;
}
.c-header-logo img {
  width: 100%;
  height: auto;
}

.c-header-menubar {
  transition: all 0.3s linear;
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  opacity: 0;
  max-width: 97rem;
  padding: 0 3.5%;
  transform: scale(1.2);
}
.c-header-menubar__item {
  margin: 0 1%;
}
.c-header-menubar__link {
  transition: all 0.3s linear;
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  position: relative;
  padding: 0.8rem 0;
  font-size: 1.5rem;
  letter-spacing: normal;
  white-space: nowrap;
}
.c-header-menubar__link::after {
  transition: all 0.3s linear;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background: #ed265f;
}
.c-header-menubar__link:hover {
  color: #ed265f;
}
.c-header-menubar__link:hover::after {
  width: 100%;
}

.c-header-nav {
  margin-top: 6.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.c-header-nav__item {
  margin-top: 3.2rem;
  margin-top: 4.1vh;
}
.c-header-nav__item:first-child {
  margin-top: 0;
}
.c-header-nav__block {
  display: inline-block;
}
.c-header-nav__link {
  transition: all 0.1s linear;
  display: flex;
  align-items: center;
}
.c-header-nav__link:hover {
  color: #ed265f;
}
.c-header-nav__icon {
  display: flex;
  justify-content: center;
  width: 3.2rem;
  margin-right: 1.4rem;
}
.c-header-nav__textarea {
  display: flex;
  flex-direction: column;
}
.c-header-nav__text {
  font-family: "Fredoka", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.c-header-nav__text02 {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.c-nav-toggle {
  transition: all 0.3s linear;
  cursor: pointer;
  flex: none;
  position: relative;
  width: 5.6rem;
  height: 5.6rem;
  background-color: #ed265f;
  border-radius: 5em;
}
.c-nav-toggle:hover {
  background-color: #f9b3c7;
  background-color: #222;
  transform: scale(1.05);
}
.c-nav-toggle:hover .c-nav-toggle__line {
  background-color: #ed265f;
  background-color: #fff;
}
.c-nav-toggle__button {
  transition: all 0.1s linear;
  left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 0.8rem;
  transform: translate(-50%, -50%);
}
.c-nav-toggle__line {
  transition: all 0.1s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #fff;
  border-radius: 0.1rem;
}
.c-nav-toggle__line:nth-child(2) {
  top: auto;
  bottom: 0;
}
.c-nav-toggle__text {
  width: 100%;
  font-family: "Fredoka", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}

.c-header-sns {
  display: flex;
  align-items: center;
  margin-top: 3.2rem;
  margin-top: 0;
  margin-right: 4.8rem;
}
.c-header-sns__item {
  margin: 0 0 0 2.4rem;
}
.c-header-sns__item:first-child {
  margin-left: 0;
}
.c-header-sns__link {
  transition: all 0.1s linear;
}
.c-header-sns__link:hover {
  opacity: 0.5;
}

.c-nav {
  transition: all 0.1s linear;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  min-height: 79vh;
  padding: 1.6rem;
  background-color: rgba(237, 38, 95, 0.4);
  background-color: rgba(34, 34, 34, 0.75);
  -webkit-backdrop-filter: blur(0.2rem);
          backdrop-filter: blur(0.2rem);
  pointer-events: none;
  opacity: 0;
  text-align: center;
}
.c-nav.is-active {
  pointer-events: all;
  opacity: 1;
}
.c-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-nav__wrapper {
  display: inline-block;
  position: relative;
  padding: 8.8rem;
  background-color: white;
  border-radius: 1.6rem;
  box-shadow: 0 0.5rem 1.2rem 0 rgba(0, 0, 0, 0.05);
  text-align: left;
}
.c-nav__logo {
  position: absolute;
  top: 1.8rem;
  left: 1.8rem;
  height: 5.6rem;
}
.c-nav__logo img {
  width: auto;
  height: 100%;
}
.c-nav .c-nav-toggle {
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  width: 5.6rem;
  height: 5.6rem;
}
.c-nav .c-nav-toggle__line {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(45deg);
}
.c-nav .c-nav-toggle__line:nth-child(2) {
  transform: translateY(-50%) rotate(-45deg);
}
.c-nav__inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 102.8rem;
  margin: 0 4rem;
}
.c-nav__main {
  width: 58.23%;
}
.c-nav__aside {
  width: 36.2%;
}

.c-gnav {
  display: flex;
  flex-wrap: wrap;
  margin-top: -3.2rem;
}
.c-gnav__item {
  width: 33.3333333333%;
  margin-top: 3.2rem;
}
.c-gnav__item:nth-child(3n+1) .c-gnav__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.1rem;
  height: 2.4rem;
  border-right: 0.1rem dashed #222;
  transform: translateY(-50%);
}
.c-gnav__link {
  transition: all 0.1s linear;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-gnav__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.1rem;
  height: 2.4rem;
  border-right: 0.1rem dashed #222;
  transform: translateY(-50%);
}
.c-gnav__link:hover .c-gnav__text {
  color: #ed265f;
}
.c-gnav__link:hover .c-gnav__text02 {
  color: #ed265f;
}
.c-gnav__textarea {
  width: 100%;
}
.c-gnav__icon {
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: 1.6rem;
}
.c-gnav__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-gnav__text {
  transition: all 0.1s linear;
  display: block;
  width: 100%;
  margin-bottom: 0.8rem;
  font-family: "Fredoka", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: normal;
}
.c-gnav__text02 {
  transition: all 0.1s linear;
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  display: block;
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0;
  text-align: center;
}

.c-snav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5.6rem;
}
.c-snav__block {
  width: 40%;
  margin-right: 12%;
}
.c-snav__block:last-child {
  margin-right: 0;
}
.c-snav__inner {
  padding: 2rem 3.2rem 3.2rem;
  background-color: white;
  border-radius: 1.6rem;
}
.c-snav__dlist02 {
  margin-top: 4.8rem;
}
.c-snav__title {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  position: relative;
  margin-bottom: 2.6rem;
  letter-spacing: 0;
  font-size: 1.6rem;
  font-weight: 700;
}
.c-snav__item {
  position: relative;
  margin-top: 2rem;
  padding-left: 1.6rem;
}
.c-snav__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8rem;
  height: 0.2rem;
  background-color: #ed265f;
  border-radius: 0.1rem;
  transform: translateY(-50%);
}
.c-snav__link {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.2;
}
.c-snav__link:hover {
  text-decoration: underline;
}
.c-snav__link img {
  margin-left: 0.8rem;
  width: 1.3rem;
  height: auto;
}
.c-snav__icon {
  width: 1.2rem;
  margin: 0 0 0 auto !important;
}
.c-snav__icon img {
  width: 100%;
  height: auto;
}
.c-snav__list02 {
  display: flex;
  align-items: center;
}
.c-snav__item02 {
  margin-right: 1.8rem;
}
.c-snav__link02 {
  transition: all 0.1s linear;
  display: inline-block;
  width: 2.3rem;
  height: 2.3rem;
}
.c-snav__link02:hover {
  opacity: 0.6;
}
.c-snav__link02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-snav__banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  margin-top: 4rem;
}
.c-snav__banner img {
  width: 100%;
  height: auto;
}

.c-nav-topics {
  position: relative;
  padding: 5.6rem 3rem;
  background-color: #f8f8f8;
  border-radius: 2.4rem;
}
.c-nav-topics__inner {
  position: relative;
  padding: 0 5rem;
  text-align: center;
}
.c-nav-topics__hgroup {
  display: inline-block;
  position: relative;
  margin-bottom: 2.4rem;
  text-align: center;
}
.c-nav-topics__label {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-2.4rem, -160%) rotate(-15deg);
  color: #ed265f;
  font-family: "Fredoka", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
}
.c-nav-topics__title {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  font-size: 1.8rem;
  font-weight: 500;
}
.c-nav-topics__list {
  text-align: left;
}
.c-nav-topics__category {
  margin-bottom: 0.8rem !important;
  font-size: 1.4rem !important;
}
.c-nav-topics__text {
  margin-bottom: 1.2rem !important;
  font-size: 1.4rem !important;
}
.c-nav-topics__button {
  margin-top: 3.2rem;
}
.c-nav-topics__arrow {
  transition: all 0.1s linear;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 2.63rem;
  height: 2.63rem;
  background-color: #ed265f;
  transform: translateY(-50%);
}
.c-nav-topics__arrow:hover {
  background-color: #f9b3c7;
}
.c-nav-topics__arrow--l {
  left: 0;
  -webkit-mask-image: url("../images/icon/icon_circle_arrow_l.svg");
          mask-image: url("../images/icon/icon_circle_arrow_l.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.c-nav-topics__arrow--r {
  right: 0;
  -webkit-mask-image: url("../images/icon/icon_circle_arrow_r.svg");
          mask-image: url("../images/icon/icon_circle_arrow_r.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}

@media screen and (max-width: 767px) {
  .l-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
  }
  .l-header.is-fixed {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    position: relative;
  }
  .l-header.is-display .c-header-logo {
    width: 5.2rem;
  }
  .l-header.is-display .c-header-menubar {
    display: none;
  }
  .l-header.is-display .c-nav-toggle {
    width: 3.2rem;
    height: 3.2rem;
  }
  .l-header__wrapper {
    min-width: auto;
    padding: 4.8% 4.8% 0;
  }
  .l-header__inner {
    position: relative;
    height: 7.2rem;
    padding: 0 4.8%;
    background-color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(1rem);
            backdrop-filter: blur(1rem);
    border-radius: 1.6rem;
    box-shadow: 0 0.5rem 1.2rem 0 rgba(0, 0, 0, 0.05);
  }
  .c-header-logo {
    width: 5.2rem;
  }
  .c-nav-toggle {
    width: 3.2rem;
    height: 3.2rem;
  }
  .c-header-menubar {
    display: none;
  }
  .c-header-sns {
    display: flex;
    align-items: center;
    margin-top: 0;
  }
  .c-header-sns__item {
    margin: 0 0 0 1.6rem;
  }
  .c-header-sns__item:first-child {
    margin-left: 0;
  }
  .c-header-sns__link {
    display: block;
    width: 2.2rem;
  }
  .c-header-sns__link img {
    width: 100%;
    height: auto;
  }
  .c-nav {
    overflow-y: initial;
    min-height: auto;
  }
  .c-nav__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 0;
    padding-top: 8.8rem;
    padding-bottom: 1.6rem;
  }
  .c-nav__logo {
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
    width: 6.4rem;
  }
  .c-nav__logo img {
    width: 100%;
    height: auto;
  }
  .c-nav .c-nav-toggle {
    top: 1.6rem;
    right: 1.6rem;
    width: 4rem;
    height: 4rem;
  }
  .c-nav__inner {
    overflow-y: auto;
    height: 100%;
    margin: 0;
    padding: 1.6rem 2.4rem;
  }
  .c-nav__main {
    width: 100%;
  }
  .c-nav__aside {
    width: 100%;
  }
  .c-gnav {
    margin-top: -2.4rem;
  }
  .c-gnav__item {
    width: 50%;
    margin-top: 2.4rem;
  }
  .c-gnav__item:nth-child(3n+1) .c-gnav__link::before {
    display: none;
  }
  .c-gnav__link::after {
    display: none;
  }
  .c-gnav__icon {
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: 1.2rem;
  }
  .c-gnav__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .c-gnav__textarea {
    width: 100%;
  }
  .c-gnav__text {
    font-size: 1.4rem;
    letter-spacing: 0 !important;
  }
  .c-gnav__text02 {
    font-size: 1.2rem;
    letter-spacing: 0 !important;
  }
  .c-snav {
    margin-top: 4rem;
    padding-top: 3.2rem;
    border-top: 0.1rem dashed #222;
  }
  .c-snav__block {
    width: 100%;
    margin-top: 4rem;
    margin-right: 0;
  }
  .c-snav__block:first-child {
    margin-top: 0;
  }
  .c-snav__title {
    margin-bottom: 2.4rem;
    font-size: 1.5rem;
  }
  .c-snav__item {
    margin-top: 1.8rem;
  }
  .c-snav__link {
    font-size: 1.4rem;
  }
  .c-snav__link:hover {
    text-decoration: underline;
  }
  .c-snav__link img {
    margin-left: 0.8rem;
  }
  .c-snav__dlist02 {
    position: absolute;
    top: 1.8rem;
    left: 50%;
    margin-top: 0;
    margin-left: 1rem;
    transform: translateX(-50%);
  }
  .c-snav__title02 {
    font-size: 1.1rem;
    letter-spacing: 0.08em;
  }
  .c-snav__desc02 {
    display: flex;
    justify-content: center;
    margin-top: 1.6rem;
  }
  .c-snav__list02 {
    display: flex;
    align-items: center;
  }
  .c-snav__item02 {
    margin-right: 1.4rem;
  }
  .c-snav__item02:last-child {
    margin-right: 0;
  }
  .c-snav__link02 {
    display: block;
    width: 1.8rem;
  }
  .c-snav__link02 img {
    width: 100%;
    height: auto;
  }
  .c-snav__banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 70%;
    margin: 3.2rem auto 0;
  }
  .c-nav-topics {
    margin-top: 4rem;
    padding: 4.8rem 1.6rem 3.2rem;
    border-radius: 1.6rem;
  }
  .c-nav-topics__inner {
    padding: 0 4.8rem;
  }
  .c-nav-topics__hgroup {
    margin-bottom: 2.1rem;
  }
  .c-nav-topics__label {
    font-size: 1.2rem;
  }
  .c-nav-topics__title {
    font-size: 1.6rem;
  }
  .c-nav-topics__category {
    font-size: 1.3rem !important;
  }
  .c-nav-topics__text {
    margin-bottom: 1rem !important;
  }
  .c-nav-topics__button {
    margin-top: 2.4rem;
  }
  .c-nav-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4rem;
    padding: 0;
    padding-top: 5.6rem;
  }
  .c-nav-list__item {
    width: 33.3333333333%;
    margin-top: 4rem;
  }
  .c-nav-list__item:nth-child(3n+1) .c-nav-list__link::before {
    display: none;
  }
  .c-nav-list__item .c-nav-list__link::after {
    display: none;
  }
  .c-nav-list__textarea {
    width: 100%;
  }
  .c-nav-list__textarea span {
    display: block;
    width: 100%;
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1.2;
  }
  .c-nav-list__icon {
    margin-bottom: 1.6rem;
  }
  .c-nav-list__text {
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
  }
  .c-nav-list__text02 {
    font-size: 1.1rem;
  }
}
.p-top-hero {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 13rem 0 7.2rem;
  background-color: white;
}
.p-top-hero__bg-images {
  overflow: hidden;
  position: absolute !important;
  top: 0;
  right: 0;
  width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0 0 3.2rem 3.2rem;
  opacity: 0.2;
}
.p-top-hero__bg-images .slick-list,
.p-top-hero__bg-images .slick-track {
  width: 100%;
  height: 100%;
}
.p-top-hero__bg-image {
  width: 100%;
  height: 100%;
}
.p-top-hero__bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(1.6rem);
  transform: translate(-50%, -50%) scale(1.1);
}
.p-top-hero__images {
  margin-bottom: 0 !important;
}
.p-top-hero__images .slick-list {
  overflow: visible !important;
}
.p-top-hero__images .slick-center {
  z-index: 9999;
}
.p-top-hero__images .slick-cloned {
  z-index: 999;
}
.p-top-hero__image {
  transition: all 0.1s linear;
  width: 75vw;
  padding-top: calc(0.5625 * 75vw);
  overflow: hidden;
  position: relative;
  height: auto;
  margin: 0 2.4rem;
  border-radius: 4.8rem;
  border-radius: 3.2rem;
  border-radius: 2.4rem;
}
@media screen and (min-width: 1280px) {
  .p-top-hero__image {
    width: 65rem;
    padding-top: calc(0.5625 * 65rem);
  }
}
.p-top-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top-hero__image--link.slick-center:not(.slick-cloned):hover {
  transform: scale(1.05);
}

.p-top-hero-components {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 7.2rem;
}

.p-top-hero-dots {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top-hero-dots__list {
  display: flex;
  align-items: center;
}
.p-top-hero-dots__list li {
  position: relative;
  margin: 0 0.8rem;
  padding: 0.2rem;
}
.p-top-hero-dots__list button {
  display: block;
  overflow: hidden;
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #ed265f;
  border-radius: 5em;
  text-indent: -999rem;
}
.p-top-hero-dots__list .slick-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 5em;
  border: 0.2rem solid #ed265f;
}
.p-top-hero-dots__list .slick-active button {
  background-color: white;
}

.p-top-hero-controls {
  display: flex;
  position: absolute;
  top: 50%;
  right: 4.8%;
  transform: translateY(-50%);
}
.p-top-hero-controls__num {
  display: flex;
  align-items: center;
  margin: 0 1.8rem;
}
.p-top-hero-controls__num span {
  display: inline-block;
  min-width: 1em;
  font-family: "Fredoka", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
.p-top-hero-controls__slash {
  width: 1.4em;
  height: 0.1rem;
  margin: 0 0.4rem;
  background-color: #222;
  transform: rotate(120deg);
}
.p-top-hero-controls__arrow {
  transition: all 0.1s linear;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 1.54rem;
  height: 1.353rem;
  background-color: #222;
  line-height: 0;
}
.p-top-hero-controls__arrow--l {
  -webkit-mask-image: url("../images/icon/icon_arrow_l.svg");
          mask-image: url("../images/icon/icon_arrow_l.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.p-top-hero-controls__arrow--r {
  -webkit-mask-image: url("../images/icon/icon_arrow.svg");
          mask-image: url("../images/icon/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.p-top-hero-controls__arrow:hover {
  background-color: #ed265f;
}

@media screen and (max-width: 767px) {
  .p-top-hero {
    padding: 10.6rem 0 7.2rem;
  }
  .p-top-hero__bg-images {
    width: 100%;
    height: 100%;
    border-radius: 0 0 2.4rem 2.4rem;
  }
  .p-top-hero__image {
    transition: all 0.1s linear;
    width: 88vw;
    width: 72vw;
    margin: 0 0.8rem;
    padding-top: 40.5vw;
    border-radius: 1.6rem;
  }
  .p-top-hero-components {
    height: 7.2rem;
  }
  .p-top-hero-dots__list li {
    margin: 0 0.4rem;
  }
  .p-top-hero-controls__num {
    margin: 0 0;
  }
  .p-top-hero-controls__num span {
    font-size: 1.2rem;
  }
  .p-top-hero-controls__slash {
    width: 1.2em;
  }
  .p-top-hero-controls__arrow {
    display: none !important;
  }
}
.l-footer {
  padding: 7.2rem 0 4.8rem;
  padding: 9.6rem 0 0;
  padding: 6.2rem 0 0;
  background-color: #f8f8f8;
}
.l-footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 3.8rem;
  padding: 0 3.4rem;
}

.c-footer-meta__logo {
  width: 9.2rem;
}
.c-footer-meta__logo img {
  width: 100%;
  height: auto;
}
.c-footer-meta__name {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  margin-top: 5.6rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.c-footer-meta__address {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  margin-top: 1.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.9;
}

.c-footer-sns {
  display: flex;
  align-items: center;
  margin-top: 3.2rem;
}
.c-footer-sns__item {
  margin-right: 1.8rem;
}
.c-footer-sns__link {
  display: inline-block;
  height: 2.3rem;
}
.c-footer-sns__link img {
  width: auto;
  height: 100%;
}

.c-footer-sitemap {
  display: flex;
}
.c-footer-sitemap__block {
  margin-left: 5.6rem;
}
.c-footer-sitemap__block:first-child {
  margin-left: 0;
}
.c-footer-sitemap__block:last-child {
  display: flex;
  flex-direction: column;
}
.c-footer-sitemap__title {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  position: relative;
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.c-footer-sitemap__title--near {
  margin-bottom: 1.6rem;
}
.c-footer-sitemap__item {
  position: relative;
  margin-top: 1.8rem;
  padding-left: 1.6rem;
}
.c-footer-sitemap__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8rem;
  height: 0.2rem;
  background-color: #ed265f;
  border-radius: 0.1rem;
  transform: translateY(-50%);
}
.c-footer-sitemap__item:first-child {
  margin-top: 0;
}
.c-footer-sitemap__item img {
  display: inline-block;
  margin-left: 0.4rem;
  vertical-align: baseline;
}
.c-footer-sitemap__link {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
}
.c-footer-sitemap__link:hover {
  text-decoration: underline;
}
.c-footer-sitemap__banner {
  width: 100%;
  width: 22.7rem;
  margin-top: 1.4rem;
  margin: auto 0 0;
}
.c-footer-sitemap__banner a {
  transition: all 0.1s linear;
  display: block;
}
.c-footer-sitemap__banner a:hover {
  opacity: 0.7;
}
.c-footer-sitemap__banner img {
  width: 100%;
  height: auto;
}

.c-footer-copy {
  width: 100%;
  margin-top: 9.6rem;
  padding: 4rem 0;
  background-color: #222;
}
.c-footer-copy__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6.4rem;
  padding: 0 3.4rem;
}
.c-footer-copy__text {
  color: white;
  font-size: 1.2rem;
  font-weight: 4.8%;
  letter-spacing: 0.08em;
  text-align: center;
}

.c-footer-snav {
  display: flex;
  align-items: center;
}
.c-footer-snav__item {
  margin-left: 3.2rem;
}
.c-footer-snav__link {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  color: white;
  font-size: 1.2rem;
}
.c-footer-snav__link:hover {
  text-decoration: underline;
}

.c-page-top {
  transition: all 0.1s linear;
  position: fixed;
  bottom: 5.6rem;
  right: 2.4rem;
  z-index: 10;
  opacity: 0;
}
.c-page-top.is-active {
  bottom: 7.2rem;
  opacity: 1;
}
.c-page-top__link {
  transition: all 0.1s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  width: 4.8rem;
  height: 4.8rem;
  background-color: rgba(237, 38, 95, 0);
  border: 0.1rem solid #ed265f;
  border-radius: 5em;
}
.c-page-top__link:hover {
  background-color: rgba(237, 38, 95, 0.1);
}
.c-page-top__icon {
  width: 1.6rem;
  height: 1.8rem;
  background-color: #ed265f;
  -webkit-mask-image: url("../images/icon/icon_pagetop.svg");
          mask-image: url("../images/icon/icon_pagetop.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}

.c-menu-bar {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-footer {
    margin-left: 0;
    padding: 4rem 0 6.4rem;
  }
  .l-footer__inner {
    padding: 0 4.8%;
  }
  .c-footer-meta {
    order: 1;
    width: 100%;
    margin-top: 3.2rem;
    padding-top: 4.8rem;
    border-top: 0.1rem dashed #222;
  }
  .c-footer-meta__logo {
    width: 8rem;
  }
  .c-footer-meta__name {
    margin-top: 4rem;
    font-size: 1.5rem;
  }
  .c-footer-meta__address {
    margin-top: 1.6rem;
    font-size: 1.3rem;
  }
  .c-footer-sitemap {
    display: flex;
    flex-wrap: wrap;
  }
  .c-footer-sitemap__block {
    width: 100%;
    margin: 3.2rem 0 0 0;
    padding: 3.2rem 0.5em 0;
    border-top: 0.1rem dashed #222;
  }
  .c-footer-sitemap__block:first-child {
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    border-top: none;
  }
  .c-footer-sitemap__title {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
  .c-footer-sitemap__item {
    margin-top: 1rem;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .c-footer-sitemap__item:first-child {
    margin-top: 0;
  }
  .c-footer-sitemap__link {
    font-size: 1.35rem;
  }
  .c-footer-sitemap__banner {
    width: 70%;
    max-width: 100%;
    margin: 4rem auto 0;
  }
  .c-footer-sitemap__banner img {
    width: 100%;
    height: auto;
  }
  .c-footer-copy {
    order: 2;
    margin-top: 5.6rem;
    padding: 0;
    border-top: 0;
  }
  .c-footer-copy__inner {
    flex-wrap: wrap;
    padding: 3.2rem 4.8%;
  }
  .c-footer-copy__text {
    order: 2;
    width: 100%;
    margin-top: 2.4rem;
    text-align: left;
  }
  .c-footer-snav__item {
    margin-right: 1.6rem;
    margin-left: 0;
  }
  .c-page-top {
    bottom: 6.4rem;
    right: 1.6rem;
  }
  .c-page-top.is-active {
    bottom: 8.8rem;
  }
  .c-page-top__link {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 0em;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .c-page-top__link:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .c-menu-bar {
    z-index: 10;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #fef8fa;
    background-color: #ed265f;
  }
  .c-menu-bar__item {
    width: calc(25% - 1.4rem);
  }
  .c-menu-bar__item--trigger {
    width: 5.6rem;
  }
  .c-menu-bar__item:first-child .c-menu-bar__link::before {
    display: none;
  }
  .c-menu-bar__item .c-nav-toggle {
    width: 4rem;
    height: 4rem;
    margin: auto;
  }
  .c-menu-bar__link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 7.2rem;
    text-align: center;
  }
  .c-menu-bar__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .c-menu-bar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    margin-bottom: 0.4rem;
  }
  .c-menu-bar img {
    max-width: 2.1rem;
    max-height: 2.1rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .c-menu-bar__label {
    display: block;
    transform: rotate(0.03deg);
    letter-spacing: 0;
    width: 100%;
    color: #ed265f;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
  }
  .c-menu-bar__unit {
    letter-spacing: -0.25em;
  }
  .c-menu-bar .c-nav-toggle {
    background-color: white;
  }
  .c-menu-bar .c-nav-toggle__line {
    background-color: #ed265f;
  }
}
.l-main--page {
  padding-top: 12.2rem;
}

.c-page-hero__inner {
  margin-left: 8rem;
  margin-right: 8rem;
  display: flex;
  align-items: center;
  max-width: calc(118rem + 8rem * 2);
  height: 24.8rem;
  margin: 0 auto;
  padding-left: 8rem;
  padding-right: 8rem;
}
.c-page-hero__inner .c-heading {
  margin-bottom: 0;
}
.c-page-hero + .l-block {
  padding-top: 0;
}

.p-floor__controller {
  text-align: right;
}
.p-floor__heading-icons {
  display: flex;
}
.p-floor__heading-icon {
  width: 3.4rem;
  height: 3.4rem;
  margin-left: 0.8rem;
}
.p-floor__heading-icon img {
  width: 100%;
  height: 100%;
}

.c-heading03, .p-article-body h1,
.p-article-body h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.2rem;
  padding: 1.6rem 2.4rem;
  background-color: #f8f8f8;
  border-radius: 0.8rem;
}
.c-heading03::before, .p-article-body h1::before,
.p-article-body h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.4rem;
  height: 50%;
  background-color: #ed265f;
  border-radius: 0 0.4rem 0.4rem 0;
  transform: translateY(-50%);
}
.c-heading03__textarea {
  display: flex;
  align-items: center;
}
.c-heading03__label {
  margin-right: 2.1rem;
  font-size: 3.6rem;
  font-weight: 500;
  font-weight: 600;
  letter-spacing: 0.1em;
  letter-spacing: normal;
}
.c-heading03__label small {
  font-size: 2.4rem;
}
.c-heading03__label-ja {
  font-size: 3.2rem;
  font-weight: 600;
}
.c-heading03__label-ja--small {
  font-size: 2.2rem;
  vertical-align: middle;
}
.c-heading03__title {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
}

.p-floor-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 1.9rem;
}
.p-floor-list::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0.3rem;
  left: 0.3rem;
  width: 100%;
  height: 100%;
  background-color: #ed265f;
}
.p-floor-list::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.p-floor-list__item {
  position: relative;
  z-index: 2;
  width: 10%;
}
.p-floor-list__item:last-child .p-floor-list__link {
  border-right: 0.1rem solid #222;
}
.p-floor-list__link {
  transition: all 0.1s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 6.4rem;
  padding: 1.2rem;
  background-color: white;
  border: 0.1rem solid #222;
  border-right: none;
  font-family: "Fredoka", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}
.p-floor-list__link:hover {
  background-color: #f9b3c7;
  color: #ed265f;
}
.p-floor-list__label-ja {
  font-size: 1.4rem;
}
.p-floor-list__unit {
  letter-spacing: -0.25em;
}
.p-floor-list__label {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
}
.p-floor-list__label small {
  margin-left: 0.2rem;
}
.p-floor-list__icon {
  display: none;
  width: 1.0122rem;
  height: 1.2rem;
  background-color: #ed265f;
  -webkit-mask-image: url("../images/icon/icon_arrow_down.svg");
          mask-image: url("../images/icon/icon_arrow_down.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
}

.p-floor-icons__inner {
  display: inline-block;
  padding: 1.2rem 3.2rem;
  background-color: #f8f8f8;
  border-radius: 5em;
}
.p-floor-icons__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.p-floor-icons__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 2.4rem;
}
.p-floor-icons__item:last-child {
  margin-right: 0;
}
.p-floor-icons__icon {
  height: 2.2rem;
  margin-right: 0.8rem;
}
.p-floor-icons__icon img {
  width: auto;
  height: 100%;
}
.p-floor-icons__icon--set {
  display: flex;
  align-items: center;
}
.p-floor-icons__icon--set img {
  margin-right: 0.8rem;
}
.p-floor-icons__icon--set img:last-child {
  margin-right: 0;
}
.p-floor-icons__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
}

.p-shop-profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-shop-profile__textarea {
  width: calc(100% - 44.6rem - 8.8rem);
}
.p-shop-profile__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3.2rem;
}
.p-shop-profile__logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13rem;
  height: 13rem;
  margin-right: 3.2rem;
  border: 0.1rem solid #e6e6e6;
  border-radius: 1.6rem;
}
.p-shop-profile__logo img {
  max-width: calc(100% - 4rem);
  max-height: calc(100% - 4rem);
  -o-object-fit: contain;
     object-fit: contain;
}
.p-shop-profile__meta, .p-recruit__meta {
  flex: 1;
}
.p-shop-profile__line, .p-recruit__line {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.p-shop-profile__floor, .p-recruit__floor {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 1.6rem;
  padding-right: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
}
.p-shop-profile__floor::after, .p-recruit__floor::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.1rem;
  height: 70%;
  background-color: #222;
  transform: translateY(-50%);
}
.p-shop-profile__floor img, .p-recruit__floor img {
  display: inline-block;
  width: 1.2rem;
  height: auto;
  margin-right: 0.8rem;
}
.p-shop-profile__category, .p-recruit__category {
  flex: 1;
  color: #ed265f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
}
.p-shop-profile__title, .p-recruit__name {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}
.p-shop-profile__ruby {
  color: #999;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
}
.p-shop-profile__text p {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  font-size: 1.5rem;
  line-height: 1.9;
}
.p-shop-profile__images {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 44.6rem;
  max-height: 44.6rem;
  padding-bottom: 5rem;
}
.p-shop-profile__slider {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
}
.p-shop-profile .slick-list,
.p-shop-profile .slick-track {
  height: 100% !important;
}
.p-shop-profile .slick-slider {
  margin-bottom: 0 !important;
}
.p-shop-profile__slide {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.p-shop-profile__image {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p-shop-profile__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-shop-profile__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.p-shop-profile__bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(1.6rem);
  transform: scale(1.1);
}
.p-shop-profile__dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
}
.p-shop-profile__list {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%);
}
.p-shop-profile__list li {
  position: relative;
  margin: 0 0.8rem;
  padding: 0.2rem;
}
.p-shop-profile__list button {
  display: block;
  overflow: hidden;
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #ed265f;
  border-radius: 5em;
  text-indent: -999rem;
}
.p-shop-profile__list .slick-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 5em;
  border: 0.2rem solid #ed265f;
}
.p-shop-profile__list .slick-active button {
  background-color: white;
}

.p-shop-data {
  background-color: white;
  border-radius: 1.6rem;
}
.p-shop-data__inner {
  padding: 5.6rem 4.4rem;
}

.c-list__item {
  padding: 1.8rem 0;
  border-bottom: 0.1rem dashed #e6e6e6;
}
.c-list__item:first-child {
  padding-top: 0;
}

.c-list02--far {
  margin-top: 3.2rem;
}
.c-list02__item {
  margin-top: 2rem;
}
.c-list02__item:first-child {
  margin-top: 0;
}

.c-list03__item {
  padding: 5.6rem 0;
  border-bottom: 0.1rem dashed #222;
}
.c-list03__item--none {
  padding-bottom: 0;
  border-bottom: 0;
}
.c-list03__item:first-child {
  padding-top: 0;
}

.c-list04--far {
  margin-top: 3.2rem;
}
.c-list04__item {
  margin-top: 0.8rem;
}
.c-list04__item:first-child {
  margin-top: 0;
}

.c-text-list {
  margin-top: 2.4rem;
}
.c-text-list__item {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  margin-bottom: 1.6rem;
  font-size: 1.5rem;
  line-height: 1.7;
}
.c-text-list__item:last-child {
  margin-bottom: 0;
}

.c-dlist__title {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  flex: none;
  padding-left: 0.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
.c-dlist__desc {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}
.c-dlist__desc .c-footer-sns {
  margin-top: 0;
}
.c-dlist__link {
  text-decoration: underline;
}
.c-dlist__link img {
  display: inline-block;
  width: 1.4rem;
  height: auto;
  margin-left: 0.4rem;
  vertical-align: middle;
}
.c-dlist__link:hover {
  color: #999;
}
.c-dlist__label {
  margin-right: 1.6rem;
}
.c-dlist__label--default {
  margin-right: 0;
  font-weight: 500;
}
.c-dlist__link02 {
  display: inline-block;
  padding: 0.2rem 1rem 0.3rem;
  border: 0.1rem solid #222;
  border-radius: 5em;
  font-size: 1.3rem;
  letter-spacing: 0;
  color: #ed265f;
  border-color: #ed265f;
}
.c-dlist__link02:hover {
  background-color: #fef8fa;
}
.c-dlist__image-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -0.8rem;
}
.c-dlist__image-list::after {
  content: "";
  display: table;
  width: calc(33.3333333333% - 0.53rem);
}
.c-dlist__image {
  width: calc(33.3333333333% - 0.53rem);
  margin-top: 0.8rem;
}
.c-dlist__image-link {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 66.6666666667%;
  border-radius: 1.2rem;
}
.c-dlist__image-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.1s linear;
}
.c-dlist__image-link:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.c-dlist--column {
  display: flex;
}
.c-dlist--column .c-dlist__title {
  width: 17rem;
  line-height: 1.9;
}
.c-dlist--column .c-dlist__title--small {
  width: 12rem;
  padding-left: 0;
}
.c-dlist--column .c-dlist__title--middle {
  width: 20rem;
}
.c-dlist--column .c-dlist__title--large {
  width: 28rem;
  width: 32rem;
}
.c-dlist--column .c-dlist__title--huge {
  width: 36.6rem;
  font-size: 2.4rem;
  letter-spacing: normal;
  line-height: 1.3;
}
.c-dlist--column .c-dlist__desc {
  flex: 1;
  line-height: 1.9;
}

.c-heading04, .p-article-body h3 {
  position: relative;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
}
.c-heading04::before, .p-article-body h3::before, .c-heading04::after, .p-article-body h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background-color: #e6e6e6;
  border-radius: 5em;
}
.c-heading04::after, .p-article-body h3::after {
  width: 13rem;
  background-color: #ed265f;
}
.c-heading04__text {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
}
.c-heading04__floor {
  margin-right: 2.4rem;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.c-heading04__floor small {
  font-size: 2rem;
}
.c-heading04__spacer {
  font-size: 2.4rem;
  letter-spacing: -0.04em;
}
.c-heading04__unit {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  display: inline-block;
  padding-bottom: 0.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  vertical-align: middle;
}
.c-heading04__small {
  margin-left: 1.6rem;
  font-size: 1.4rem;
}

.c-heading05, .p-article-body h4 {
  margin-bottom: 3.2rem;
  padding-bottom: 1.4rem;
  border-bottom: 0.1rem dashed #222;
}
.c-heading05__text {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.c-attention-list {
  margin-top: 4rem;
}
.c-attention-list--near {
  margin-top: 1.2rem;
}
.c-attention-list__item {
  display: block;
  margin-top: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
}
.c-attention-list__item:first-child {
  margin-top: 0;
}

.c-attention {
  margin-top: 4rem;
  padding: 2.4rem;
  background-color: #f8f8f8;
  border: 0.1rem dashed #e6e6e6;
  border-radius: 1.6rem;
}
.c-attention__text {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  line-height: 1.7;
}

.c-icon {
  display: flex;
  align-items: center;
}
.c-icon--spacer {
  padding-left: 0.8rem;
}
.c-icon__icon {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 0.8rem 0 0;
  background-color: #ed265f;
  border-radius: 0.2rem;
  box-shadow: 0 0.2rem 0.8rem 0 rgba(237, 38, 95, 0.75);
}
.c-icon__icon--large {
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 1.2rem;
  border-radius: 0.3rem;
  box-shadow: 0 0.2rem 0.8rem 0 rgba(237, 38, 95, 0.25);
}
.c-icon__icon--gray {
  background-color: #999;
  box-shadow: 0 0.2rem 0.8rem 0 rgba(153, 153, 153, 0.75);
}

.p-shop-news {
  display: flex;
  flex-wrap: wrap;
}
.p-shop-news__heading {
  display: flex;
  flex-direction: column;
  width: 40rem;
}
.p-shop-news__heading .c-button {
  display: inline-block;
  margin: auto auto 0 0;
}
.p-shop-news__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 40rem);
  margin-top: -2.8rem;
}
.p-shop-news__item {
  margin-top: 2.8rem;
  width: 48%;
}
.p-shop-news__link {
  display: flex;
  align-items: center;
  width: 100%;
}
.p-shop-news__link:hover .p-shop-news__image img {
  transform: scale(1.1);
}
.p-shop-news__link:hover .p-shop-news__title {
  text-decoration: underline;
}
.p-shop-news__image {
  overflow: hidden;
  width: 10.8rem;
  height: 10.8rem;
  margin-right: 2.4rem;
  border-radius: 1.6rem;
}
.p-shop-news__image img {
  transition: all 0.1s linear;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-shop-news__textarea {
  flex: 1;
}
.p-shop-news__date {
  margin-bottom: 0.8rem;
  color: #ed265f;
  font-family: "Fredoka", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0;
}
.p-shop-news__date small {
  font-size: 1.4rem;
}
.p-shop-news__title {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  display: -webkit-box;
  width: 100%;
  max-height: 4em;
  font-size: 1.4rem;
  line-height: 1.9;
}

.p-access__gm {
  overflow: hidden;
  width: 100%;
  border-radius: 1.6rem;
}
.p-access__gm iframe {
  width: 100%;
  height: 46rem;
}
.p-access__column {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6.4rem;
  padding-bottom: 0.5rem;
}
.p-access__image {
  position: relative;
  width: 48.4%;
  padding-top: 32.2666666667%;
  border-radius: 1.6rem;
}
.p-access__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ed265f;
  border-radius: 1.6rem;
  transform: translate(0.5rem, 0.5rem);
}
.p-access__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.6rem;
}
.p-access__data {
  width: 42%;
}
.p-access__logo {
  width: 8rem;
  margin-bottom: 2.4rem;
}
.p-access__logo img {
  width: 100%;
  height: auto;
}
.p-access__label {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
  font-weight: 600;
  white-space: nowrap;
}
.p-access__address {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  font-size: 1.5rem;
  line-height: 1.7;
}

.c-number-icon {
  display: flex;
  align-items: center;
}
.c-number-icon__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #ed265f;
  border-radius: 5em;
  color: #fff;
  font-family: "Fredoka", "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
}
.c-number-icon--small .c-number-icon__icon {
  width: 2.4rem;
  height: 2.4rem;
  padding-right: 0.1rem;
  padding-bottom: 0.2rem;
  font-size: 1.6rem;
}
.c-number-icon__text {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  flex: 1;
  margin-left: 1.6rem;
}

.p-parking__map {
  overflow: hidden;
  width: 100%;
  border-radius: 1.6rem;
  margin-bottom: 5.6rem;
}
.p-parking__map img {
  width: 100%;
  height: auto;
}

.c-button-list--center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.c-button-list--far {
  margin-top: 6.4rem;
}
.c-button-list__item {
  margin-top: 1.2rem;
}
.c-button-list__item:first-child {
  margin-top: 0;
}
.c-button-list .c-button {
  margin-right: 2.4rem;
}

.c-button02 {
  display: inline-block;
}
.c-button02__link {
  display: flex;
  align-items: center;
  padding: 0.3rem 1.6rem;
  border: 0.1rem solid #222;
  border-radius: 5em;
}
.c-button02__link:hover {
  background-color: #fef8fa;
  border-color: #ed265f;
  color: #ed265f;
}
.c-button02__link img {
  width: 1.8rem;
  height: auto;
  margin-left: 1.6rem;
}

.c-text {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  font-size: 1.5rem;
  line-height: 1.9;
}

.p-parking-service {
  margin-top: 5.6rem;
}
.p-parking-service__list {
  display: table;
  margin-top: -0.75em;
  margin-bottom: 4rem;
  border-collapse: collapse;
}
.p-parking-service__item {
  display: table-row;
  border-bottom: 0.1rem dashed #e6e6e6;
}
.p-parking-service__item > div {
  padding: 1rem;
}
.p-parking-service__item:first-child div {
  padding-top: 0;
}
.p-parking-service__label, .p-parking-service__arrow, .p-parking-service__value {
  display: table-cell;
  text-align: left;
  line-height: 1.3;
}
.p-parking-service__label {
  font-weight: 600;
}
.p-parking-service__label b {
  padding: 0 0.4rem;
  color: #ed265f;
  font-size: 3rem;
  letter-spacing: 0;
}
.p-parking-service__arrow {
  padding: 0 1.6rem;
}
.p-parking-service__arrow img {
  width: 1.6rem;
  height: auto;
}
.p-parking-service__value {
  font-weight: 600;
  text-align: center;
}
.p-parking-service__value b {
  padding-right: 0.4rem;
  color: #ed265f;
  font-size: 3.2rem;
  letter-spacing: 0;
}

.p-parking-service-example {
  margin-bottom: 5.6rem;
}
.p-parking-service-example__heading {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  margin-bottom: 2.4rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.p-parking-service-example__body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100.8rem;
}
.p-parking-service-example__body p {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  padding: 1.4rem 2rem;
  background-color: #f8f8f8;
  border: 0.1rem solid #e6e6e6;
  border-radius: 5em;
  font-size: 1.5rem;
}
.p-parking-service-example__body p span {
  text-decoration: underline;
}
.p-parking-service-example__body p strong {
  color: #ed265f;
}
.p-parking-service-example__body p:last-child {
  background-color: #fef8fa;
  border-color: #ed265f;
  color: #ed265f;
}
.p-parking-service-example__unit {
  font-size: 2.4rem;
}

.c-heading06 {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  margin-bottom: 1.8rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.c-heading06--large {
  margin-bottom: 2.4rem;
  font-size: 2.2rem;
}
.c-heading06--near {
  margin-bottom: 1.2rem;
}

.c-tel {
  line-height: 1;
}
.c-tel__link {
  display: inline-block;
  color: #ed265f;
  font-family: "Fredoka", "M PLUS Rounded 1c", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.c-tel__link:hover {
  color: #f9b3c7;
}

.p-parking-service-attention {
  position: relative;
  margin-top: 7.2rem;
  padding: 4rem;
  border-radius: 1.6rem;
  background-color: #f8f8f8;
  border: 0.1rem solid #e6e6e6;
}
.p-parking-service-attention__block {
  position: relative;
  z-index: 1;
  margin-bottom: 3.2rem;
}
.p-parking-service-attention__block:last-child {
  margin-bottom: 0;
}
.p-parking-service-attention__headline {
  margin-bottom: 2rem;
}
.p-parking-service-attention__heading {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
}
.p-parking-service-attention__list {
  margin-top: -1.4rem;
  margin-bottom: 1.8rem;
  letter-spacing: -1em;
}
.p-parking-service-attention__item {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  display: inline-block;
  margin-top: 1.4rem;
  margin-right: 1.2rem;
  font-size: 1.5rem;
  letter-spacing: normal;
  line-height: 1.3;
}
.p-parking-service-attention__item a {
  color: #ed265f;
}

.p-article__article {
  width: 80rem;
  margin: auto;
}

.p-article-header {
  margin-bottom: 4rem;
}
.p-article-header__data {
  margin-bottom: 2.1rem;
}
.p-article-header__data, .p-article-header__date {
  display: flex;
  align-items: center;
}
.p-article-header__new {
  display: inline-block;
  margin-right: 1.6rem;
  padding: 0.4rem 0.6rem;
  background-color: #eb2242;
  border-radius: 0.3rem;
  color: #fff;
  font-family: "Fredoka", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
}
.p-article-header__value, .p-article-header__category {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: normal;
}
.p-article-header__category {
  margin-left: 1.6rem;
  padding-left: 1.6rem;
  border-left: 0.1rem solid #e6e6e6;
  color: #ed265f;
}
.p-article-header__title {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
}

.p-article-hero__image {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 4rem;
}
.p-article-hero__image img {
  max-width: 100%;
  height: auto;
}

.c-icon02 {
  display: flex;
  align-items: center;
}
.c-icon02__icon {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
}
.c-icon02__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-icon02__icon--phone {
  width: 2rem;
  height: 2rem;
  background-color: #ed265f;
  -webkit-mask-image: url("../images/icon/icon_phone.svg");
          mask-image: url("../images/icon/icon_phone.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-icon02__icon--time {
  width: 2rem;
  height: 1.5rem;
  background-color: #ed265f;
  -webkit-mask-image: url("../images/icon/icon_time_small.svg");
          mask-image: url("../images/icon/icon_time_small.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.p-article-shop-details {
  margin-bottom: 8.8rem;
}

.p-article-footer {
  text-align: center;
}
.p-article-footer__label {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 3.2rem;
  padding: 0 3.2rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.p-article-footer__label::before, .p-article-footer__label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.3rem;
  height: 2.1rem;
  background: url(../images/article/ex_slash_left.svg) no-repeat left center/contain;
  transform: translateY(-50%);
}
.p-article-footer__label::after {
  left: auto;
  right: 0;
  background: url(../images/article/ex_slash_right.svg) no-repeat left center/contain;
}
.p-article-footer__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5.6rem;
}
.p-article-footer__item {
  margin: 0 2.4rem;
}
.p-article-footer img {
  width: auto;
  height: 2.6rem;
}

.p-recruit__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -4.8rem;
}
.p-recruit__item {
  width: calc(50% - 2.4rem);
  margin-top: 4.8rem;
}
.p-recruit__link {
  display: flex;
  align-items: center;
}
.p-recruit__link:hover .p-recruit__image img {
  transform: scale(1.1);
}
.p-recruit__link:hover .p-recruit__name {
  color: #ed265f;
}
.p-recruit__image {
  flex: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.8rem;
  height: 14.8rem;
  margin-right: 3.2rem;
  border: 0.1rem solid #e6e6e6;
  border-radius: 1.6rem;
}
.p-recruit__image img {
  transition: all 0.1s linear;
  max-width: calc(100% - 4.8rem);
  max-height: calc(100% - 4.8rem);
  -o-object-fit: contain;
     object-fit: contain;
}
.p-recruit__textarea {
  width: calc(100% - 14.8rem - 3.2rem);
}
.p-recruit__floor {
  margin-right: 0.8rem;
  padding-right: 0.8rem;
  font-size: 1.2rem;
}
.p-recruit__category {
  font-size: 1.2rem;
}
.p-recruit__name {
  transition: all 0.1s linear;
  margin-bottom: 1.6rem;
  font-size: 2rem;
}
.p-recruit__dlist {
  display: flex;
  margin-top: 0.8rem;
}
.p-recruit__dlist:first-child {
  margin-top: 0;
}
.p-recruit__title {
  flex: none;
  width: 9.6rem;
}
.p-recruit__title, .p-recruit__desc {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  font-size: 1.3rem;
}

.p-recruit-detail__header {
  margin-bottom: 0;
}

.p-tenant__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4rem;
  margin-bottom: -5.6rem;
}
.p-tenant__list::after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 3.73rem);
}
.p-tenant__item {
  width: calc(33.3333333333% - 3.73rem);
  margin-bottom: 5.6rem;
}
.p-tenant__link {
  transition: all 0.1s linear;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  background-color: white;
}
.p-tenant__link:hover img {
  transform: scale(1.1);
}
.p-tenant__floor-image {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 1.6rem;
  padding-top: 100%;
  background-color: #f8f8f8;
  border-radius: 1.6rem;
}
.p-tenant__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: calc(100% - 8rem);
  height: 100%;
  max-height: calc(100% - 8rem);
  transform: translate(-50%, -50%);
}
.p-tenant__image img {
  transition: all 0.1s linear;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-tenant__floor {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  background-color: #222;
  color: White;
  font-size: 2.4rem;
  font-weight: 600;
}
.p-tenant__floor small {
  display: contents;
  font-size: 1.4rem;
  vertical-align: baseline;
}
.p-tenant__textarea {
  position: relative;
  width: 100%;
}
.p-tenant__data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
}
.p-tenant__section, .p-tenant__area {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  margin-right: 2rem;
  color: #ed265f;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0;
}
.p-tenant__section small, .p-tenant__area small {
  color: #222;
  font-size: 1.8rem;
}
.p-tenant__section {
  flex: none;
}
.p-tenant__section small {
  margin-left: 0.4rem;
}
.p-tenant__area {
  position: relative;
  width: 100%;
  margin-right: 0;
}
.p-tenant__area small {
  margin-right: 0.4rem;
}
.p-tenant__area small:last-child {
  margin-left: 0.4rem;
}
.p-tenant__use {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  display: inline-block;
  margin: 1.6rem 100% 0 0;
  padding: 0.6rem 1rem;
  background-color: #ed265f;
  border: 0.1rem solid #ed265f;
  border-radius: 5em;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0;
  white-space: nowrap;
}
.p-tenant__icon {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.p-tenant-detail__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56.6rem;
  margin-bottom: 4.8rem;
  padding: 4.8rem;
  background: #f8f8f8;
  border-radius: 1.6rem;
}
.p-tenant-detail__image img {
  max-width: 55rem;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-topics__list {
  width: 70rem;
  margin: auto;
}
.p-topics__item {
  margin-bottom: 1.6rem;
}
.p-topics__item:last-child {
  margin-bottom: 0;
}
.p-topics__link {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  display: flex;
  align-items: center;
  padding: 1.6rem 2.4rem;
  border-radius: 5em;
  background-color: #f8f8f8;
}
.p-topics__link:hover .p-topics__title {
  text-decoration: underline;
}
.p-topics__date, .p-topics__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}
.p-topics__date {
  flex: none;
  width: 13rem;
  color: #ed265f;
  font-weight: 600;
}
.p-topics__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 13rem);
}
.p-topics__text {
  padding-right: 1.6rem;
}
.p-topics__icon {
  width: 1.35rem;
  height: 1.19rem;
  background-color: #222;
  line-height: 0;
  -webkit-mask-image: url("../images/icon/icon_arrow.svg");
          mask-image: url("../images/icon/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}

.c-pwdbox {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  max-width: 30%;
  margin: auto;
}
.c-pwdbox p {
  overflow: hidden;
  margin-bottom: 2.4rem;
  line-height: 1.3;
}
.c-pwdbox input {
  padding: 0.8rem;
  font-size: 1.5rem;
}
.c-pwdbox input[type=submit] {
  outline: 0;
  padding: 1.2rem;
  border: 0;
  background-color: #222;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-main--page {
    padding-top: 10.6rem;
  }
  .c-page-hero__inner {
    height: auto;
    padding: 3.2rem 4.8% 4.8rem;
  }
  .c-page-hero__inner .c-heading {
    margin-bottom: 0;
  }
  .c-page-hero + .l-block {
    padding-top: 0;
  }
  .p-floor__heading-icons {
    justify-content: flex-end;
    justify-content: flex-start;
    width: 100%;
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    border-top: 0.1rem dashed #e6e6e6;
  }
  .p-floor__heading-icon {
    width: 2.4rem;
    height: 2.4rem;
  }
  .p-floor__heading-icon:first-child {
    margin-left: 0;
  }
  .c-heading03, .p-article-body h1,
  .p-article-body h2 {
    flex-wrap: wrap;
    margin-bottom: 2.4rem;
    padding: 1.6rem 2.4rem;
    padding: 1.6rem;
  }
  .c-heading03::before, .p-article-body h1::before,
  .p-article-body h2::before {
    height: 100%;
    border-radius: 0;
  }
  .c-heading03__textarea {
    display: flex;
    align-items: center;
  }
  .c-heading03__label {
    margin-right: 0.8rem;
    font-size: 2.2rem;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
  .c-heading03__label small {
    margin-left: 0.2rem;
    font-size: 1.4rem;
  }
  .c-heading03__label-ja {
    font-size: 1.6rem;
    font-weight: 600;
  }
  .c-heading03__label-ja--small {
    font-size: 1.6rem;
  }
  .c-heading03__title {
    font-size: 1.6rem;
    letter-spacing: normal;
    line-height: 1.3;
  }
  .p-floor-list {
    margin-bottom: 1.6rem;
  }
  .p-floor-list__item {
    width: 20%;
  }
  .p-floor-list__item:nth-child(5n+5) .p-floor-list__link {
    border-right: 0.1rem solid #222;
  }
  .p-floor-list__item:nth-child(-n+5) .p-floor-list__link {
    border-bottom: none;
  }
  .p-floor-list__link {
    min-height: 6.4rem;
    padding: 1.2rem 0;
    font-size: 1.5rem;
  }
  .p-floor-list__label-ja {
    font-size: 1.2rem;
  }
  .p-floor-list__icon {
    margin: auto 0 0;
  }
  .p-floor-icons__inner {
    padding: 1.6rem;
  }
  .p-floor-icons__list {
    justify-content: center;
    margin-top: -0.8rem;
  }
  .p-floor-icons__item {
    margin-top: 0.8rem;
    margin-right: 0.8rem;
    margin-left: 0.8rem;
  }
  .p-floor-icons__item:last-child {
    margin-right: 0;
  }
  .p-floor-icons__icon {
    margin-right: 0.8rem;
  }
  .p-floor-icons__icon--set img {
    margin-right: 0.4rem;
  }
  .p-floor-icons__icon--set img:last-child {
    margin-right: 0;
  }
  .p-shop-profile__textarea {
    order: 2;
    width: 100%;
  }
  .p-shop-profile__header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 3.2rem;
  }
  .p-shop-profile__logo {
    width: 8.8rem;
    height: 8.8rem;
    margin-right: 1.6rem;
  }
  .p-shop-profile__line, .p-recruit__line {
    width: 100%;
    margin-top: 1.2rem;
    margin-bottom: 0rem;
  }
  .p-shop-profile__floor, .p-recruit__floor {
    font-size: 1.2rem;
  }
  .p-shop-profile__floor img, .p-recruit__floor img {
    width: 1rem;
    margin-right: 0.6rem;
  }
  .p-shop-profile__category, .p-recruit__category {
    width: 100%;
    font-size: 1.2rem;
  }
  .p-shop-profile__title, .p-recruit__name {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
  .p-shop-profile__ruby {
    font-size: 1rem;
  }
  .p-shop-profile__text p {
    font-size: 1.4rem;
  }
  .p-shop-profile__images {
    width: 100%;
    margin-bottom: 3.2rem;
    padding-bottom: 1.6rem;
  }
  .p-shop-profile__bg-image {
    display: none;
  }
  .p-shop-profile__dots {
    height: 0.8rem;
  }
  .p-shop-profile__list li {
    margin: 0 0.6rem;
  }
  .p-shop-profile__list button {
    width: 0.5rem;
    height: 0.5rem;
  }
  .p-shop-profile__list .slick-active::after {
    width: 0.8rem;
    height: 0.8rem;
  }
  .p-shop-data__inner {
    padding: 3.2rem 1.8rem;
  }
  .c-list__item {
    padding: 1.4rem 0;
  }
  .c-list__item:first-child {
    padding-top: 0;
  }
  .c-list02__item {
    margin-top: 0;
    padding: 1.8rem 0;
    padding: 1.4rem 0;
    border-bottom: 0.1rem dashed #e6e6e6;
  }
  .c-list02__item:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .c-list03__item {
    padding: 4.8rem 0;
  }
  .c-list03__item--none {
    padding-bottom: 0;
  }
  .c-list03__item:first-child {
    padding-top: 0;
  }
  .c-list04--far {
    margin-top: 2.4rem;
  }
  .c-list04__item {
    margin-top: 0;
    padding: 1.8rem 0;
    border-bottom: 0.1rem dashed #e6e6e6;
  }
  .c-list04__item:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .c-dlist__title {
    padding: 0 0.2rem;
    font-size: 1.35rem;
  }
  .c-dlist__desc {
    padding: 0 0.2rem;
    font-size: 1.35rem;
  }
  .c-dlist__desc .c-footer-sns {
    margin-top: 0;
  }
  .c-dlist__link img {
    width: 1.2rem;
    margin-left: 0.4rem;
  }
  .c-dlist__label {
    margin-right: 1.2rem;
  }
  .c-dlist__label--default {
    margin-right: 0;
  }
  .c-dlist__image-list::after {
    display: none;
  }
  .c-dlist__image {
    width: calc(50% - 0.4rem);
  }
  .c-dlist__image-link {
    border-radius: 0.8rem;
  }
  .c-dlist--column {
    flex-wrap: wrap;
  }
  .c-dlist--column .c-dlist__title {
    width: 100%;
    margin-bottom: 0.75rem;
    margin-bottom: 0.3rem;
  }
  .c-dlist--column .c-dlist__title--middle {
    width: 100%;
  }
  .c-dlist--column .c-dlist__title--huge {
    position: relative;
    width: 100%;
    margin-bottom: 2.4rem;
    padding-bottom: 1.6rem;
    font-size: 2.2rem;
  }
  .c-dlist--column .c-dlist__title--huge::before, .c-dlist--column .c-dlist__title--huge::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.3rem;
    border-radius: 5em;
    background-color: #e6e6e6;
  }
  .c-dlist--column .c-dlist__title--huge::after {
    width: 10rem;
    background-color: #ed265f;
  }
  .c-dlist--column .c-dlist__desc {
    flex: auto;
    width: 100%;
  }
  .p-shop-news__heading {
    width: 100%;
  }
  .p-shop-news__heading .c-button {
    display: none;
  }
  .p-shop-news__list {
    width: 100%;
    margin-top: -1.6rem;
  }
  .p-shop-news__item {
    width: 100%;
    margin-top: 1.6rem;
  }
  .p-shop-news__link {
    width: 100%;
  }
  .p-shop-news__image {
    width: 8.8rem;
    height: 8.8rem;
    margin-right: 1.6rem;
  }
  .p-shop-news__image img {
    transition: all 0.1s linear;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-shop-news__date {
    font-size: 1.7rem;
  }
  .p-shop-news__date small {
    font-size: 1.3rem;
  }
  .p-shop-news__title {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .c-heading04, .p-article-body h3 {
    margin-bottom: 3.2rem;
    padding-bottom: 1.2rem;
  }
  .c-heading04::after, .p-article-body h3::after {
    width: 10rem;
  }
  .c-heading04__text {
    font-size: 2.2rem;
  }
  .c-heading04__floor {
    display: block;
    width: 100%;
    margin-right: 0;
    font-size: 2.6rem;
    letter-spacing: 0.04em;
  }
  .c-heading04__floor small {
    font-size: 1.6rem;
  }
  .c-heading04__spacer {
    font-size: 1.8rem;
  }
  .c-heading04__unit {
    padding-bottom: 0.4rem;
    font-size: 1.8rem;
  }
  .c-heading04__small {
    margin-left: 1rem;
    font-size: 1.3rem;
  }
  .c-heading05, .p-article-body h4 {
    margin-bottom: 2.8rem;
    padding-bottom: 1.2rem;
  }
  .c-attention-list {
    margin-top: 2.4rem;
  }
  .c-attention-list--near {
    margin-top: 0.6rem;
  }
  .c-attention-list__item {
    font-size: 1.2rem;
  }
  .c-attention {
    margin-top: 3.2rem;
  }
  .p-access__gm iframe {
    height: 36rem;
  }
  .p-access__column {
    margin-top: 2.4rem;
  }
  .p-access__image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50%;
  }
  .p-access__data {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    width: 100%;
    margin-top: 3.2rem;
  }
  .p-access__logo {
    width: 8rem;
    width: 6.4rem;
    margin-right: 2rem;
    margin-bottom: 0;
  }
  .p-access__label {
    margin-bottom: 0.8rem;
    font-size: 1.5rem;
  }
  .p-access__address {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .c-number-icon__icon {
    width: 2.8rem;
    height: 2.8rem;
    padding-right: 0.2rem;
    font-size: 2rem;
  }
  .c-number-icon--small .c-number-icon__icon {
    width: 1.9rem;
    height: 1.9rem;
    padding: 0;
    font-size: 1.3rem;
    line-height: 1;
  }
  .c-number-icon__text {
    margin-left: 0.8rem;
  }
  .p-parking__map {
    width: 100%;
    margin-bottom: 3.2rem;
  }
  .p-parking__map img {
    width: 100%;
    height: auto;
  }
  .c-button-list--far {
    margin-top: 3.2rem;
  }
  .c-button-list__item {
    margin-top: 1.2rem;
  }
  .c-button-list__item:first-child {
    margin-top: 0;
  }
  .c-button-list .c-button {
    margin: 1.6rem 0.8rem 0;
  }
  .c-button02__link {
    font-size: 1.3rem;
  }
  .p-parking-service {
    margin-top: 4.8rem;
  }
  .p-parking-service__list {
    width: 100%;
    margin-bottom: 3.2rem;
  }
  .p-parking-service__item > div {
    padding-bottom: 1.6rem;
  }
  .p-parking-service__label {
    padding-left: 0.4rem !important;
  }
  .p-parking-service__label b {
    font-size: 2rem;
  }
  .p-parking-service__arrow {
    padding: 0 0.8rem;
    vertical-align: middle;
  }
  .p-parking-service__arrow img {
    width: 1.3rem;
  }
  .p-parking-service__value {
    padding-right: 0.4rem !important;
    font-weight: 600;
    text-align: left;
  }
  .p-parking-service__value b {
    font-size: 2rem;
  }
  .p-parking-service-example {
    margin-bottom: 4.8rem;
  }
  .p-parking-service-example__body p {
    text-align: center;
    width: 100%;
    padding: 1.4rem 1.6rem;
    font-size: 1.4rem;
  }
  .p-parking-service-example__unit {
    width: 100%;
    text-align: center;
    padding: 0.8rem;
    font-size: 2rem;
    transform: rotate(90deg);
  }
  .c-heading06 {
    margin-bottom: 1.6rem;
  }
  .c-heading06--large {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .c-heading06--near {
    margin-bottom: 1.2rem;
  }
  .c-tel {
    line-height: 1;
  }
  .c-tel__link {
    font-size: 2.8rem;
  }
  .p-parking-service-attention {
    margin-top: 6.4rem;
    padding: 2.4rem;
  }
  .p-parking-service-attention__block {
    margin-bottom: 3.2rem;
  }
  .p-parking-service-attention__heading {
    font-size: 1.9rem;
  }
  .p-parking-service-attention__list {
    margin-top: -1.2rem;
  }
  .p-parking-service-attention__item {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
  .p-article__article {
    width: 100%;
  }
  .p-article-header {
    margin-bottom: 2.4rem;
  }
  .p-article-header__data {
    margin-bottom: 1.8rem;
  }
  .p-article-header__new {
    margin-right: 1.2rem;
    padding: 0.4rem 0.6rem;
    font-size: 1.2rem;
  }
  .p-article-header__title {
    font-size: 2rem;
  }
  .p-article-hero__image {
    margin-bottom: 2.4rem;
  }
  .p-article-shop-details {
    margin-bottom: 6.4rem;
    padding-top: 1.4rem;
    border-top: 0.2rem solid #e6e6e6;
  }
  .p-article-footer {
    text-align: center;
  }
  .p-article-footer__label {
    padding: 0 2.8rem;
    font-size: 1.35rem;
  }
  .p-article-footer__list {
    margin-bottom: 4rem;
  }
  .p-article-footer__item {
    margin: 0 1.6rem;
  }
  .p-recruit__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -4rem;
  }
  .p-recruit__item {
    width: calc(50% - 1.2rem);
    margin-top: 4rem;
  }
  .p-recruit__link {
    flex-wrap: wrap;
  }
  .p-recruit__link:hover .p-recruit__image img {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .p-recruit__image {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 100%;
    margin-right: 0;
  }
  .p-recruit__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .p-recruit__textarea {
    width: 100%;
  }
  .p-recruit__line {
    margin-bottom: 0.8rem;
  }
  .p-recruit__floor {
    font-size: 1.1rem;
  }
  .p-recruit__category {
    font-size: 1.1rem;
  }
  .p-recruit__name {
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
  }
  .p-recruit__dlist {
    flex-wrap: wrap;
    margin-top: 1.2rem;
  }
  .p-recruit__dlist:first-child {
    margin-top: 0;
  }
  .p-recruit__title, .p-recruit__desc {
    display: block;
    transform: rotate(0.03deg);
    letter-spacing: 0;
    font-size: 1.2rem;
  }
  .p-recruit__title {
    width: 100%;
  }
  .p-recruit__desc {
    margin-top: 1rem;
    padding-left: 1.2rem;
  }
  .p-recruit-detail__header {
    margin-bottom: 0;
  }
  .p-tenant__list {
    width: 100%;
    flex-wrap: wrap;
    align-items: normal;
    margin-top: 3.2rem;
    margin-bottom: -3.2rem;
  }
  .p-tenant__item {
    width: calc(50% - 1.2rem);
    margin-bottom: 3.2rem;
  }
  .p-tenant__link {
    width: 100%;
    height: 100%;
  }
  .p-tenant__floor-image {
    margin-bottom: 0.8rem;
  }
  .p-tenant__image {
    max-width: calc(100% - 4.8rem);
    max-height: calc(100% - 4.8rem);
  }
  .p-tenant__data {
    position: relative;
    flex-wrap: wrap;
  }
  .p-tenant__floor {
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.8rem;
  }
  .p-tenant__floor small {
    font-size: 1.2rem;
  }
  .p-tenant__section, .p-tenant__area {
    margin-right: 1.2rem;
    font-size: 2rem;
  }
  .p-tenant__section small, .p-tenant__area small {
    color: #222;
    font-size: 1.4rem;
  }
  .p-tenant__section {
    flex: none;
  }
  .p-tenant__section small {
    margin-left: 0.2rem;
  }
  .p-tenant__area {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  .p-tenant__area small {
    margin-right: 0.2rem;
  }
  .p-tenant__area small:last-child {
    margin-left: 0.2rem;
  }
  .p-tenant__use {
    margin-top: 1.2rem;
    padding: 0.3rem 1rem;
    font-size: 1.2rem;
    letter-spacing: normal;
  }
  .p-tenant__icon {
    display: none !important;
  }
  .p-tenant-detail__image {
    min-height: auto;
    margin-bottom: 3.2rem;
    padding: 2.4rem;
  }
  .p-tenant-detail__image img {
    max-width: 95%;
  }
  .p-topics__list {
    width: 100%;
  }
  .p-topics__item {
    margin-bottom: 1.2rem;
  }
  .p-topics__item:last-child {
    margin-bottom: 0;
  }
  .p-topics__link {
    flex-wrap: wrap;
    padding: 1.2rem 2.4rem;
  }
  .p-topics__date, .p-topics__title {
    font-size: 1.3rem;
  }
  .p-topics__date {
    flex: 1;
    width: 100%;
  }
  .p-topics__title {
    width: 100%;
    margin-top: 0.2rem;
  }
  .p-topics__text {
    padding-right: 0.8rem;
  }
  .p-topics__icon {
    flex: none;
    width: 1.215rem;
    height: 1.071rem;
    -webkit-mask-position: 50% 50%;
            mask-position: 50% 50%;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
}
#sb_instagram {
  position: absolute;
  top: 0;
}
#sb_instagram #sbi_images {
  padding: 0 !important;
}
#sb_instagram #sbi_images .sbi_item {
  border-radius: 1.2rem;
}

.l-page {
  position: relative;
}
.l-page__inner {
  position: relative;
}

.l-main {
  position: relative;
  width: 100%;
  margin: 0 0 0 auto;
}

.p-top-movie__wrapper {
  max-width: calc(118rem + 8rem * 2);
  margin: 0 auto;
  padding-left: 8rem;
  padding-right: 8rem;
}
.p-top-movie__inner {
  padding: 2.4rem 1.6rem;
  border-bottom: 0.1rem dashed #222;
}
.p-top-movie__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-top-movie__link:hover .p-top-movie__image img {
  transform: translate(-50%, -50%) scale(1.1);
}
.p-top-movie__link:hover .p-top-movie__title, .p-top-movie__link:hover .p-top-movie__text {
  text-decoration: underline;
}
.p-top-movie__image {
  overflow: hidden;
  position: relative;
  width: 23rem;
  padding-top: 12.9375rem;
}
.p-top-movie__image img {
  transition: all 0.1s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.p-top-movie__textarea {
  width: calc(100% - 3.2rem - 23rem);
}
.p-top-movie__label {
  display: block;
  margin-bottom: 0.6rem;
  color: #ed265f;
  font-family: "Fredoka", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}
.p-top-movie__title {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  margin-bottom: 0.6rem;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.7;
}
.p-top-movie__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  line-height: 1.9;
}

.c-page-nav {
  max-width: calc(118rem + 8rem * 2);
  margin: 0 auto;
}
.c-page-nav .c-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 4rem 0 4.6rem;
  margin-left: 8rem;
  margin-right: 8rem;
  border-bottom: 0.1rem dashed #222;
}
.c-page-nav .c-nav-list__item {
  width: 33.3333333333%;
  width: 16.6666666667%;
}
.c-page-nav .c-nav-list__block {
  height: 100%;
}
.c-page-nav .c-nav-list__link {
  transition: all 0.1s linear;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-page-nav .c-nav-list__link:hover {
  transform: scale(1.05);
  color: #ed265f;
}
.c-page-nav .c-nav-list__textarea {
  width: 100%;
}
.c-page-nav .c-nav-list__textarea span {
  display: block;
  width: 100%;
  text-align: center;
}
.c-page-nav .c-nav-list__icon {
  width: 2.8642rem;
  height: 2.80536rem;
  margin-bottom: 2.4rem;
  margin-bottom: 2rem;
}
.c-page-nav .c-nav-list__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-page-nav .c-nav-list__text {
  margin-bottom: 0.8rem;
  font-family: "Fredoka", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
.c-page-nav .c-nav-list__text02 {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.l-block {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 8rem 0 0;
}
.l-block--pb, .l-block:last-child {
  padding-bottom: 9.6rem;
  padding-bottom: 8rem;
}
.l-block--bg-gray {
  width: 100%;
  padding: 7.2rem 0;
  background-color: #f8f8f8;
}
.l-block--far {
  padding-top: 9.6rem;
  padding-top: 8rem;
}
.l-block--line {
  border-bottom: 0.1rem solid #e6e6e6;
}
.l-block__inner {
  max-width: calc(118rem + 8rem * 2);
  margin: 9.6rem 8rem 0;
  margin: 9.6rem auto 0;
  margin: 8rem auto 0;
  padding-left: 8rem;
  padding-right: 8rem;
}
.l-block__inner:first-child {
  margin-top: 0;
}
.l-block__inner--near {
  margin-top: 4rem;
}
.l-block__section {
  margin-top: 5.6rem;
}

.p-top__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.8rem;
}
.p-top__header--swiper {
  margin-bottom: 0;
}
.p-top__hgroup + .c-button {
  margin-top: 0;
}
.p-top__hgroup > .c-heading {
  margin-bottom: 0;
}
.p-top__text {
  font-size: 1.4rem;
}

.c-heading {
  display: flex;
  align-items: center;
  margin-bottom: 5.6rem;
}
.c-heading__icon {
  width: 4.3rem;
  height: 4rem;
  margin-right: 1.6rem;
}
.c-heading__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-heading__text {
  font-family: "Fredoka", "M PLUS Rounded 1c", sans-serif;
  font-size: 3.6rem;
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.c-heading__spacer {
  letter-spacing: -0.1em;
}
.c-heading__label {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  display: inline-block;
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 0.1rem solid #222;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
}

.c-heading02 {
  margin-bottom: 4.2rem;
}
.c-heading02--swiper {
  margin-bottom: 0;
}
.c-heading02__label {
  position: relative;
  margin-bottom: 1.8rem;
  padding-left: 2.2rem;
  color: #ed265f;
  font-family: "Fredoka", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.c-heading02__label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.1rem;
  height: 0.2rem;
  background-color: #ed265f;
  border-radius: 0.1rem;
  transform: translateY(-50%);
}
.c-heading02__label--none {
  padding-left: 0;
}
.c-heading02__label--none::before {
  display: none;
}
.c-heading02__title {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.c-bg-line {
  position: relative;
}
.c-bg-line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0.1rem;
  border-top: 0.1rem dashed #222;
  transform: translateY(-50%);
}
.c-bg-line__text {
  display: inline-block;
  padding-right: 2.4rem;
  background: white;
  line-height: 1.3;
}
.c-bg-line__text--gray {
  background: #f8f8f8;
}

.c-button {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 4rem;
  text-align: left;
}
.c-button--none {
  margin-top: 0;
}
.c-button__link {
  transition: all 0.1s linear;
  position: relative;
  display: inline-block;
}
.c-button__link--large .c-button__inner {
  min-width: 30.8rem;
  min-height: 8rem;
  padding: 0.8rem 1.6rem 0.8rem 2.8rem;
}
.c-button__link--large .c-button__inner span {
  font-size: 1.7rem;
}
.c-button__link--large .c-button__inner span small {
  display: inline-block;
  margin-top: 0.6rem;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}
.c-button__link--large .c-button__front-icon {
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 1.2rem;
}
.c-button__link--large .c-button__front-icon + span {
  margin-left: 3.8rem;
}
.c-button__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ed265f;
  transform: translate(0.5rem, 0.5rem);
}
.c-button__link:hover {
  transform: scale(1.1);
}
.c-button__link:hover .c-button__inner {
  background-color: #fef8fa;
  border-color: #ed265f;
  color: #ed265f;
}
.c-button__link:hover .c-button__icon {
  border-color: #ed265f;
}
.c-button__link:hover .c-button__arrow, .c-button__link:hover .c-button__window, .c-button__link:hover .c-button__menu, .c-button__link:hover .c-button__front-icon {
  background-color: #ed265f;
}
.c-button__inner {
  transition: all 0.1s linear;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  min-width: 17.4rem;
  min-height: 4.6rem;
  padding: 0.8rem 1.6rem;
  background-color: white;
  border: 0.1rem solid #222;
}
.c-button__text {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  padding-right: 1.6rem;
  font-family: "Fredoka", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.c-button__text--ja {
  letter-spacing: normal;
}
.c-button__text img {
  display: inline-block;
  margin-right: 0.8rem;
}
.c-button__front {
  position: relative;
  display: flex;
  align-items: center;
}
.c-button__front-icon {
  transition: all 0.1s linear;
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 0.8rem;
  background-color: #222;
}
.c-button__front-icon + span {
  margin-left: 3rem;
}
.c-button__front-icon--phone {
  -webkit-mask-image: url("../images/icon/icon_phone.svg");
          mask-image: url("../images/icon/icon_phone.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-button__front-icon--mail {
  -webkit-mask-image: url("../images/icon/icon_mail.svg");
          mask-image: url("../images/icon/icon_mail.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-button__icon {
  display: flex;
  align-items: center;
  height: 2.4rem;
  padding-left: 1.7rem;
  border-left: 0.1rem solid #222;
}
.c-button__arrow {
  transition: all 0.1s linear;
  width: 1.54rem;
  height: 1.353rem;
  background-color: #222;
  line-height: 0;
  -webkit-mask-image: url("../images/icon/icon_arrow.svg");
          mask-image: url("../images/icon/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.c-button__window {
  transition: all 0.1s linear;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #222;
  line-height: 0;
  -webkit-mask-image: url("../images/icon/icon_window_b.svg");
          mask-image: url("../images/icon/icon_window_b.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.c-button__menu {
  transition: all 0.1s linear;
  width: 1.54rem;
  height: 1.353rem;
  background-color: #222;
  line-height: 0;
  -webkit-mask-image: url("../images/icon/icon_trigger.svg");
          mask-image: url("../images/icon/icon_trigger.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}

.c-hover-text-line {
  transition: all 0.5s linear;
  display: inline;
  background: linear-gradient(black, black) 0 100%/0 0.1rem no-repeat;
}

.c-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -4.8rem;
}
.c-column__item {
  position: relative;
  margin-top: 5.6rem;
}
.c-column__date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: block;
  padding: 0.2rem 1.4rem 1.2rem 0.2rem;
  background-color: #f8f8f8;
  border-radius: 0 0 2.4rem 0;
  border-radius: 0 0 1.6rem 0;
  color: #ed265f;
  font-family: "Fredoka", "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  white-space: nowrap;
}
.c-column__date small {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.1;
}
.c-column__date::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0.1rem;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #f8f8f8;
  transform: translateX(100%);
  -webkit-mask-image: url("../images/common/corner_r24.svg");
          mask-image: url("../images/common/corner_r24.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.c-column__date::after {
  content: "";
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #f8f8f8;
  transform: translateY(100%);
  -webkit-mask-image: url("../images/common/corner_r24.svg");
          mask-image: url("../images/common/corner_r24.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.c-column__date--white {
  background-color: white;
}
.c-column__date--white::before, .c-column__date--white::after {
  background-color: white;
}
.c-column__date-w {
  display: block !important;
  margin-top: 0.4rem;
  font-weight: 600;
}
.c-column__image {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
  padding-top: 100%;
  border-radius: 1.6rem;
}
.c-column__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.1s linear;
}
.c-column__category {
  margin-bottom: 1.2rem;
  color: #eb2242;
  font-family: "Fredoka", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
}
.c-column__text {
  position: relative;
  margin-bottom: 0.8rem;
  transform: rotate(0.03deg);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  line-height: 1.3;
}
.c-column__link {
  position: relative;
}
.c-column__link:hover .c-column__image img {
  transform: translate(-50%, -50%) scale(1.1);
}
.c-column__link:hover .c-column__text {
  text-decoration: underline;
}
.c-column__link:hover .c-hover-text-line {
  background-size: 100% 0.1rem;
}
.c-column__link02:not(.c-column__link02--unlink) {
  text-decoration: underline;
}
.c-column__link02:not(.c-column__link02--unlink):hover {
  opacity: 0.5;
}
.c-column--nowrap {
  flex-wrap: nowrap;
}
.c-column--3::after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 4.27rem);
}
.c-column--3 .c-column__item {
  width: calc(33.3333333333% - 4.27rem);
}
.c-column--4::before, .c-column--4::after {
  content: "";
  display: block;
  width: calc(25% - 3rem);
}
.c-column--4::before {
  order: 2;
}
.c-column--4 .c-column__item {
  width: calc(25% - 3rem);
}
.c-column--6 {
  justify-content: flex-start;
}
.c-column--6 .c-column__item {
  width: calc(16.6666666667% - 2.5rem);
  margin-right: 3rem;
}
.c-column--6 .c-column__item:nth-child(-6n+6) {
  margin-right: 0;
}
.c-column--floor .c-column__image {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #e6e6e6;
  border-radius: 0.8rem;
}
.c-column--floor .c-column__image img {
  width: initial;
  max-width: calc(100% - 6.4rem);
  height: initial;
  max-height: calc(100% - 6.4rem);
  -o-object-fit: contain;
     object-fit: contain;
}
.c-column--floor .c-column__text {
  color: #ed265f;
  font-weight: 600;
}
.c-column--scroll {
  justify-content: flex-start;
}
.c-column--scroll .c-column__inner:last-child {
  margin-top: 4rem;
}

.c-icon-note {
  display: flex;
  align-items: center;
}
.c-icon-note__icon {
  width: 1.3rem;
  margin-right: 0.8rem;
}
.c-icon-note__icon img {
  width: 100%;
  height: auto;
}
.c-icon-note__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.c-scroll-slider {
  overflow: visible !important;
}
.c-scroll-slider__controller {
  display: flex;
  align-items: center;
  margin-top: 6.4rem;
}
.c-scroll-slider__scrollbar {
  position: relative;
  width: 55%;
  height: 100%;
}
.c-scroll-slider__scrollbar::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background-color: #f9b3c7;
  border-radius: 5em;
  transform: translateY(-50%);
}
.c-scroll-slider__thumb {
  cursor: pointer;
  height: 0.5rem;
  background-color: #ed265f;
  border-radius: 5em;
}
.c-scroll-slider__arrows {
  display: flex;
  align-items: center;
  margin-left: 5.6rem;
}
.c-scroll-slider__arrow {
  cursor: pointer;
  width: 3.3rem;
  height: 3.3rem;
  margin-right: 1.6rem;
  background-color: #ed265f;
}
.c-scroll-slider__arrow.swiper-button-disabled {
  background-color: #f9b3c7;
}
.c-scroll-slider__arrow--left {
  -webkit-mask-image: url("../images/icon/icon_circle_arrow_l.svg");
          mask-image: url("../images/icon/icon_circle_arrow_l.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.c-scroll-slider__arrow--right {
  -webkit-mask-image: url("../images/icon/icon_circle_arrow_r.svg");
          mask-image: url("../images/icon/icon_circle_arrow_r.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.c-scroll-slider__button {
  margin: 0 0 0 auto;
}

.c-accent {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  width: 5.6rem;
  height: 5.6rem;
  transform: translate(0.2rem, -0.2rem);
}
.c-accent__label {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.2rem;
  height: 2.13rem;
  background-color: #eb2242;
  transform: translate(-19%, -81%) rotate(45deg);
  color: white;
  font-family: "Fredoka", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.p-top-news__inner {
  display: flex;
}
.p-top-news__heading {
  display: flex;
  flex-direction: column;
  width: 39.4%;
  min-height: 20rem;
}
.p-top-news__heading .c-button {
  display: flex;
  margin: auto 0 0;
}
.p-top-news__list {
  width: calc(100% - 39.4%);
}
.p-top-news__item:first-child {
  margin-top: 0;
  margin-top: -2.4rem;
}
.p-top-news__link {
  display: flex;
  align-items: center;
  padding: 2.4rem;
  border-bottom: 0.1rem dashed #e6e6e6;
}
.p-top-news__link:hover .p-top-news__title {
  text-decoration: underline;
}
.p-top-news__date {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  margin-right: 2.4rem;
  color: #ed265f;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}
.p-top-news__title {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  flex: 1;
  margin-right: 2.4rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.p-top-news__icon {
  width: 1.35rem;
  height: 1.19rem;
  background-color: #222;
  line-height: 0;
  -webkit-mask-image: url("../images/icon/icon_arrow.svg");
          mask-image: url("../images/icon/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}

.p-top-sns {
  display: flex;
  justify-content: space-between;
}
.p-top-sns__block {
  width: calc(50% - 2.8rem);
}
.p-top-sns__content {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.p-top-sns__content .twitter-timeline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-sns__cards {
  position: absolute;
  top: 2.4rem;
  width: 100%;
}
.p-top-sns__cards::after {
  content: "";
  display: table;
  width: calc(33.3333333333% - 0.8rem);
}
.p-top-sns__card {
  width: calc(33.3333333333% - 0.8rem);
  margin-top: 2.4rem;
}
.p-top-sns__card .c-column__date {
  font-size: 2rem;
}
.p-top-sns__card .c-column__image {
  margin-bottom: 1.2rem;
}
.p-top-sns__card .c-column__text {
  font-size: 1.4rem;
  line-height: 1.3;
}
.p-top-sns__button {
  margin-top: 1.6rem;
}
.p-top-sns__link {
  display: block;
  transform: rotate(0.03deg);
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5.6rem;
  background-color: #222;
  border-radius: 5em;
  color: #fff;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .l-page {
    position: relative;
  }
  .l-page__inner {
    position: relative;
  }
  .l-main {
    width: 100%;
    margin: 0;
  }
  .c-page-nav {
    padding: 0 4.8%;
  }
  .c-page-nav .c-nav-list {
    display: flex;
    flex-wrap: wrap;
    margin: -3.2rem 0 0;
    padding: 0;
    padding-top: 3.2rem;
    padding-bottom: 4rem;
    border-bottom: 0.1rem dashed #222;
  }
  .c-page-nav .c-nav-list__item {
    width: 33.3333333333%;
    margin-top: 3.2rem;
  }
  .c-page-nav .c-nav-list__item:nth-child(3n+1) .c-page-nav .c-nav-list__link::before {
    display: none;
  }
  .c-page-nav .c-nav-list__item .c-page-nav .c-nav-list__link::after {
    display: none;
  }
  .c-page-nav .c-nav-list__link br.b-sp-only {
    display: none !important;
  }
  .c-page-nav .c-nav-list__textarea {
    width: 100%;
  }
  .c-page-nav .c-nav-list__icon {
    margin-bottom: 1.2rem;
  }
  .c-page-nav .c-nav-list__text {
    margin-bottom: 0.6rem;
    font-size: 1.35rem;
    letter-spacing: 0;
  }
  .c-page-nav .c-nav-list__text02 {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .p-top-movie {
    margin: 0 4.8%;
  }
  .p-top-movie__wrapper {
    padding: 0;
  }
  .p-top-movie__inner {
    margin: 0;
    padding: 1.6rem 0;
  }
  .p-top-movie__link {
    flex-wrap: wrap;
    width: 100%;
  }
  .p-top-movie__image {
    width: 28%;
    margin: 0;
    padding-top: 28%;
  }
  .p-top-movie__textarea {
    width: 67%;
  }
  .p-top-movie__label {
    margin-bottom: 0.4rem;
    font-size: 1.1rem;
  }
  .p-top-movie__title {
    display: block;
    overflow: hidden;
    margin-bottom: 0.4rem;
    font-size: 1.3rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .p-top-movie__text p {
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 1.2rem;
    line-height: 1.3;
    text-overflow: ellipsis;
  }
  .l-block {
    padding: 5.6rem 0 0;
  }
  .l-block--pb, .l-block:last-child {
    padding-bottom: 5.6rem;
  }
  .l-block--bg-gray {
    padding: 5.6rem 0 5.6rem;
  }
  .l-block--far {
    padding-top: 7.2rem;
  }
  .l-block__inner {
    margin: 5.6rem 4.8% 0;
    margin: 4.8rem 4.8% 0;
    padding-left: 0;
    padding-right: 0;
  }
  .l-block__inner:first-child {
    margin-top: 0;
  }
  .l-block__inner--near {
    margin-top: 3.2rem;
  }
  .l-block__section {
    margin-top: 4rem;
  }
  .p-top__header {
    display: block;
    margin-bottom: 4.8rem;
    text-align: center;
  }
  .p-top__hgroup + .c-button {
    margin-top: 2.4rem;
  }
  .p-top__text {
    font-size: 1.3rem;
    text-align: center;
  }
  .c-heading {
    margin-bottom: 3.2rem;
    text-align: left;
  }
  .c-heading__icon {
    width: 4rem;
    height: 4rem;
    margin-right: 1.4rem;
  }
  .c-heading__icon img {
    max-width: 100%;
    max-height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .c-heading__text {
    display: block;
    width: 100%;
    font-size: 2.2rem;
    letter-spacing: 0.08em;
  }
  .c-heading__label {
    display: block;
    width: 100%;
    margin-top: 1.2rem;
    margin-top: 0.6rem;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.2;
  }
  .c-heading02 {
    margin-bottom: 3.2rem;
  }
  .c-heading02__label {
    margin-bottom: 1.6rem;
    padding-left: 1.8rem;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }
  .c-heading02__label::before {
    width: 1rem;
  }
  .c-heading02__label--none {
    padding-left: 0;
  }
  .c-heading02__label--none::before {
    display: none;
  }
  .c-heading02__title {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
  .c-bg-line__text {
    padding-right: 1rem;
  }
  .c-button {
    position: relative;
    z-index: 1;
    display: flex;
    margin: 4rem auto 0;
  }
  .c-button--none {
    margin-top: 0;
  }
  .c-button__link {
    margin: auto;
  }
  .c-button__link--large .c-button__inner {
    min-height: 6.4rem;
  }
  .c-button__link--large .c-button__inner span {
    font-size: 1.5rem;
  }
  .c-button__link--large .c-button__inner span small {
    font-size: 1.2rem;
  }
  .c-button__link--large .c-button__front-icon {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1.2rem;
  }
  .c-button__text {
    font-size: 1.4rem;
  }
  .c-column {
    margin-top: -3.2rem !important;
  }
  .c-column__item {
    margin-top: 3.2rem;
  }
  .c-column__date {
    padding: 0 1rem 1rem 0;
    padding: 0 0.8rem 0.6rem 0;
    border-radius: 0 0 0.8rem 0;
    font-size: 1.8rem;
  }
  .c-column__date small {
    font-size: 1.3rem;
  }
  .c-column__date::before {
    width: 0.8rem;
    height: 0.8rem;
  }
  .c-column__date::after {
    width: 0.8rem;
    height: 0.8rem;
  }
  .c-column__image {
    margin-bottom: 1.4rem;
    border-radius: 1.4rem;
  }
  .c-column__category {
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
  }
  .c-column__text {
    margin-bottom: 0.8rem;
    font-size: 1.35rem;
    letter-spacing: 0.06em;
  }
  .c-column--3::after {
    display: none;
  }
  .c-column--3 .c-column__item {
    width: calc(50% - 1.2rem);
  }
  .c-column--4::before {
    display: none;
  }
  .c-column--4::after {
    width: calc(33.3333333333% - 1.2rem);
  }
  .c-column--4 .c-column__item {
    width: calc(33.3333333333% - 1.2rem);
  }
  .c-column--pickup .c-column__item {
    width: calc(50% - 1.2rem);
  }
  .c-column--6 {
    justify-content: space-between;
  }
  .c-column--6::after {
    content: "";
    display: table;
    width: calc(33.3333333333% - 1.2rem);
  }
  .c-column--6 .c-column__item {
    width: calc(33.3333333333% - 1.2rem);
    margin-right: 0;
  }
  .c-column--floor .c-column__image img {
    max-width: calc(100% - 2.4rem);
    max-height: calc(100% - 2.4rem);
  }
  .c-column--scroll .c-column__inner:last-child {
    margin-top: 2.4rem;
  }
  .c-icon-note__icon {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.6rem;
  }
  .c-icon-note__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .c-icon-note__text {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  .c-scroll-slider__controller {
    flex-wrap: wrap;
    margin-top: 3.2rem;
  }
  .c-scroll-slider__scrollbar {
    position: relative;
    width: calc(100% - 3rem - 3rem - 1rem - 1rem - 2.4rem);
    height: 100%;
  }
  .c-scroll-slider__scrollbar::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.5rem;
    background-color: #f9b3c7;
    border-radius: 5em;
    transform: translateY(-50%);
  }
  .c-scroll-slider__thumb {
    cursor: pointer;
    height: 0.5rem;
    background-color: #ed265f;
    border-radius: 5em;
  }
  .c-scroll-slider__arrows {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
  }
  .c-scroll-slider__arrow {
    width: 3rem;
    height: 3rem;
    margin-right: 0;
    margin-left: 1rem;
  }
  .c-scroll-slider__button {
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-accent {
    width: 4.8rem;
    height: 4.8rem;
  }
  .c-accent__label {
    width: 10rem;
    height: 1.8rem;
    transform: translate(-19%, -81%) rotate(45deg);
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: normal;
  }
  .c-search {
    margin-top: 0;
  }
  .c-search__inner {
    padding: 3.2rem 2.4rem;
    border-radius: 1.6rem;
  }
  .c-search__icon {
    width: 2.8rem;
    margin-right: 1.6rem;
  }
  .c-search__text {
    font-size: 1.6rem;
  }
  .c-search-floor {
    margin-top: -1.2rem;
    border-right: 0;
  }
  .c-search-floor__item {
    width: 33.3333333333%;
    margin-top: 1.2rem;
  }
  .c-search-floor__item:nth-child(3n+3) {
    border-right: 0.1rem solid #222;
  }
  .c-search-floor__link {
    padding: 0;
    font-size: 1.5rem;
  }
  .c-search-categories {
    margin-left: -0.8rem;
  }
  .c-search-categories__category {
    margin-left: 0.8rem;
  }
  .c-search-categories__link {
    padding: 0.8rem 1.4rem;
    font-size: 1.3rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
  }
  .c-search-keyword__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-search-keyword__input {
    width: 100%;
  }
  .c-search-keyword__button {
    width: 100%;
    margin-top: 0.8rem;
  }
  .c-search-keyword__button input {
    width: 100%;
    padding: 0.8rem;
  }
  .p-top-news__inner {
    flex-wrap: wrap;
  }
  .p-top-news__heading {
    display: block;
    width: 100%;
    min-height: auto;
    text-align: center;
  }
  .p-top-news__heading .c-button {
    display: inline-block;
    margin: 2.4rem 0 0;
  }
  .p-top-news__list {
    width: 100%;
    margin-top: 4rem;
  }
  .p-top-news__item:first-child {
    margin-top: -1.2rem;
  }
  .p-top-news__link {
    flex-wrap: wrap;
    padding: 1.6rem 0;
  }
  .p-top-news__date {
    width: 100%;
    margin-right: 1.6rem;
    font-size: 1.3rem;
  }
  .p-top-news__title {
    display: -webkit-box;
    margin-top: 1.2rem;
    margin-right: 0;
    font-size: 1.3rem;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .p-top-news__icon {
    display: none;
  }
  .p-top-sns {
    flex-wrap: wrap;
  }
  .p-top-sns__block {
    width: 100%;
    margin-top: 2.4rem;
  }
  .p-top-sns__block:first-child {
    margin-top: 0;
  }
  .p-top-sns__content.js-sns-container {
    padding-top: 0;
  }
  .p-top-sns__cards {
    position: relative;
    top: 0;
    width: 100%;
    margin-top: -1.2rem !important;
  }
  .p-top-sns__cards::after {
    display: none;
  }
  .p-top-sns__card {
    width: calc(50% - 0.6rem);
    margin-top: 1.2rem;
  }
  .p-top-sns__card .c-column__date {
    font-size: 1.6rem;
  }
  .p-top-sns__card .c-column__text {
    font-size: 1.3rem;
  }
  .p-top-sns__card:nth-child(n+5) {
    display: none;
  }
  .p-top-sns__button {
    margin-top: 0.8rem;
  }
  .p-top-sns__link {
    height: 4.8rem;
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */