@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure,
strong,
address {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

[type=text],
[type=email],
[type=tel] {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-shadow: none;
}

button,
[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

[type=radio],
[type=checkbox] {
  display: none;
}

select,
[type=date] {
  box-shadow: none;
  appearance: none;
  border-radius: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  html {
    font-size: calc(1000 / 900 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(1000 / 375 * 1vw);
  }
}
@media screen and (max-width: 1180px) {
  html {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  html::-webkit-scrollbar {
    display: none;
  }
}

body {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #b41414;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
body.no-scroll {
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #fff;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
footer {
  background: #fff;
}

.pppmenu_pc #pppmenu_header {
  background: #fff;
  letter-spacing: 0;
}

#contents_block .regist {
  font-size: 0.8em;
  width: 980px;
  margin: 20px auto 20px auto;
  text-align: right;
  color: #666666;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 640px) {
  #contents_block .regist {
    width: 90%;
    margin: 2em auto 2em auto;
    text-align: center;
    color: #666666;
  }
  .pppmenu_sns td {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pppmenu_sns td > * {
    width: 15%;
  }
  .pppmenu_sns td a img {
    width: 100% !important;
    max-width: none !important;
  }
}
#brandsite_nav img {
  width: auto;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: inherit;
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 100%;
    padding-inline: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner.sp-wide {
    padding-inline: 3rem;
  }
}

@media (min-width: 768px) {
  .l-main {
    display: flex;
    max-width: 1370px;
    margin-inline: auto;
    overflow: clip;
  }
}

.l-main__left {
  display: none;
}
@media (min-width: 768px) {
  .l-main__left {
    display: grid;
    place-items: center;
    order: 1;
    height: calc(100vh - 115px);
    height: calc(100dvh - 115px);
    overflow: hidden;
    position: sticky;
    top: 0;
    flex: 1;
    max-height: 800px;
  }
}

.l-main__leftImg {
  width: 90%;
  aspect-ratio: 369/702;
  position: absolute;
  top: 55%;
}
@media screen and (min-width: 1200px) {
  .l-main__leftImg {
    transform: translateY(-50%);
    width: 36.9rem;
    height: 70.2rem;
  }
}
@media screen and (max-height: 760px) {
  .l-main__leftImg {
    height: 95%;
    width: 95%;
  }
  .l-main__leftImg img {
    object-fit: contain;
  }
}

.l-main__right {
  display: none;
}
@media (min-width: 768px) {
  .l-main__right {
    display: grid;
    place-items: center;
    order: 3;
    height: calc(100vh - 115px);
    height: calc(100dvh - 115px);
    overflow: hidden;
    position: sticky;
    top: 0;
    flex: 1;
    max-height: 800px;
  }
}

.l-main__rightImg {
  width: 90%;
  position: absolute;
  top: 51.5%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1200px) {
  .l-main__rightImg {
    width: 39.9rem;
    height: 65.9rem;
  }
}
@media screen and (min-height: 864px) and (min-width: 1200px) {
  .l-main__rightImg {
    height: 67.9rem;
    width: 41.9rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-main__rightImg {
    top: 50%;
    height: 68.9rem;
    width: 42.9rem;
  }
}
@media screen and (max-height: 760px) {
  .l-main__rightImg {
    height: 90%;
    width: 95%;
  }
  .l-main__rightImg img {
    object-fit: contain;
  }
}

.l-main__rightLink {
  position: absolute;
  display: block;
  top: 40%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 30%;
  z-index: 1;
  aspect-ratio: 196/134;
  transition: opacity 0.3s;
}
@media screen and (min-width: 920px) {
  .l-main__rightLink {
    top: 36%;
  }
}
@media screen and (min-width: 1200px) {
  .l-main__rightLink {
    top: 28%;
    width: 19.6rem;
    height: 13.4rem;
  }
}
@media screen and (max-height: 760px) {
  .l-main__rightLink {
    height: 9%;
    width: 40%;
  }
  .l-main__rightLink img {
    object-fit: contain;
  }
}
@media (hover: hover) {
  .l-main__rightLink:hover {
    opacity: 0.8 !important;
  }
}

.l-main__rightLink--2 {
  top: 48.5%;
  left: 42%;
  width: 52%;
  aspect-ratio: 330/129;
}
@media screen and (min-width: 1200px) {
  .l-main__rightLink--2 {
    width: 33rem;
    height: 12.9rem;
  }
}
@media screen and (max-height: 760px) {
  .l-main__rightLink--2 {
    height: 8%;
    width: 50%;
  }
  .l-main__rightLink--2 img {
    object-fit: contain;
  }
}

.l-main__rightLink--3 {
  top: 57.5%;
  left: 51%;
  width: 50%;
  aspect-ratio: 289/135;
}
@media screen and (min-width: 920px) {
  .l-main__rightLink--3 {
    top: 61.5%;
  }
}
@media screen and (min-width: 1200px) {
  .l-main__rightLink--3 {
    top: 69%;
    width: 28.9rem;
    height: 13.5rem;
  }
}
@media screen and (max-height: 760px) {
  .l-main__rightLink--3 {
    height: 12%;
    width: 42%;
  }
  .l-main__rightLink--3 img {
    object-fit: contain;
  }
}

.l-main__rightLink--4 {
  top: 65%;
  left: 26.5%;
  width: 23%;
  aspect-ratio: 141/92;
}
@media screen and (min-width: 920px) {
  .l-main__rightLink--4 {
    top: 72%;
  }
}
@media screen and (min-width: 1200px) {
  .l-main__rightLink--4 {
    top: 83%;
    width: 14.1rem;
    height: 9.2rem;
  }
}
@media screen and (max-height: 760px) {
  .l-main__rightLink--4 {
    height: 9%;
    width: 20%;
    left: 34%;
  }
  .l-main__rightLink--4 img {
    object-fit: contain;
  }
}

.c-btn {
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  width: 100%;
  max-width: 27.5rem;
  background-color: #e60012;
  text-align: center;
  display: grid;
  place-items: center;
  border-radius: 2.4rem;
  transition: opacity 0.3s;
  font-family: "Mochiy Pop One", sans-serif;
  height: 6.8rem;
}
@media (hover: hover) {
  .c-btn:hover {
    opacity: 0.8 !important;
  }
}
.c-btn.c-btn--nav {
  padding-top: 1rem;
  height: 9.2rem;
}
.c-btn.c-btn--nav span {
  rotate: -90deg;
  font-size: 2rem;
  margin-right: 0.4rem;
}
.c-btn.c-btn--step {
  height: 6.8rem;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  padding-left: 0.5em;
}
.c-btn.c-btn--gif {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  padding-left: 0.5em;
}

.c-btn__secondary {
  font-size: 2rem;
  line-height: 1.2173913043;
  letter-spacing: 0.06em;
  font-family: "Mochiy Pop One", sans-serif;
  text-align: center;
  padding: 2.2rem 3rem;
  border-radius: 2.6rem;
  color: #e60012;
  background-color: #fff301;
}

.p-mv {
  padding-block: 2.4rem 5rem;
  overflow: hidden;
}
.p-mv hgroup {
  margin-inline: calc(50% - 50vw);
}

.p-mv__title {
  padding-top: 2.4rem;
  border-top: 0.3rem solid #fff;
  position: relative;
}
.p-mv__title::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.1rem;
  background-color: #fff;
}

.p-mv__titleImg {
  width: 33rem;
  height: 3.8rem;
  margin-inline: auto;
}

.p-mv__titleJa {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
  font-family: "Mochiy Pop One", sans-serif;
}
.p-mv__titleJa::before, .p-mv__titleJa::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 9.8rem;
  height: 0.1rem;
  background-color: #fff;
}
.p-mv__titleJa::after {
  left: auto;
  right: 0;
}

.p-mv__img {
  padding-top: 1.5rem;
  position: relative;
  margin-left: -1rem;
}

.p-mv__main {
  width: 34.9rem;
  aspect-ratio: 349/316;
}

.p-mv__catch {
  margin-top: 2.4rem;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.6;
  font-family: "Mochiy Pop One", sans-serif;
}
.p-mv__catch span {
  letter-spacing: -0.3em;
}

.p-mv__text {
  margin-top: 1.3rem;
  text-align: center;
  line-height: 2.1;
}
.p-mv__text p {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 2.1;
  font-family: "Mochiy Pop One", sans-serif;
}
.p-mv__text p:not(:first-of-type) {
  margin-top: 1lh;
}

.p-content {
  max-width: 767px;
  margin-inline: auto;
  position: relative;
  z-index: auto;
}
@media (min-width: 768px) {
  .p-content {
    order: 2;
    max-width: 375px;
    width: 100%;
    box-shadow: 0 0 1.7rem rgba(0, 0, 0, 0.5);
  }
}
.p-content::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 0;
  width: 100%;
  height: calc(100% + 1.5rem);
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e60012 calc(100% - 1px)), linear-gradient(90deg, transparent calc(50% - 1px), #e60012 50%, calc(50% + 1px), transparent calc(50% + 1px));
  background-size: 6.5rem 6.5rem;
  background-repeat: repeat;
  background-position: center center;
  z-index: -1;
}

.p-nav {
  padding-block: 1.7rem 3.2rem;
  background-color: #6c2328;
}

.p-nav__title {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-family: "Mochiy Pop One", sans-serif;
  text-align: center;
}

.p-nav__text {
  font-size: 2.3rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.p-nav__text .small {
  font-size: 1.6rem;
}
.p-nav__text .medium {
  font-size: 1.8rem;
}
.p-nav__text .narrow {
  letter-spacing: -0.4em;
}

.p-nav__list {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 0.1rem solid #fff;
}

.p-nav__item {
  text-align: center;
  border-bottom: 0.1rem solid #fff;
}
.p-nav__item:nth-child(odd) {
  border-right: 0.1rem solid #fff;
}

.p-nav__link {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.08em;
  width: 100%;
  height: 5.7rem;
  display: grid;
  place-items: center;
  padding-left: 0.8em;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-nav__link:hover {
    opacity: 0.8 !important;
  }
}

.p-nav__btn {
  margin-top: 2.7rem;
  display: flex;
  justify-content: center;
}

.p-present {
  padding-top: 5rem;
  overflow: hidden;
}

.p-present__balloon {
  margin-top: 1rem;
  width: 33.4rem;
  aspect-ratio: 334/107;
  margin-inline: auto;
}

.p-present__title {
  width: 30.2rem;
  aspect-ratio: 302/121;
  margin-inline: auto;
}

.p-present__text {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.05;
}

.p-present__catch {
  padding-top: 5rem;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.12em;
  line-height: 1.4;
  font-family: "Mochiy Pop One", sans-serif;
  margin-inline: calc(50% - 50vw);
}
.p-present__catch .narrow {
  letter-spacing: -0.4em;
}

.p-present__slider {
  margin-top: 2.3rem;
  max-width: 27rem;
  width: 100%;
  margin-inline: auto;
}

.p-present__splide .splide__arrows {
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.1rem;
}
.p-present__splide .splide__arrow {
  position: unset;
  border-radius: 0;
  transform: none;
  color: #fff;
  font-family: "Mochiy Pop One", sans-serif;
  background: transparent;
  opacity: 1;
  font-size: 2rem;
}
.p-present__splide .splide__toggle {
  color: #fff;
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 1.6rem;
  width: 4rem;
  height: 4rem;
}
.p-present__splide .splide__toggle__pause {
  rotate: 90deg;
}
.p-present__splide .splide__toggle.is-active .splide__toggle__pause {
  display: block;
}

.p-present__slideImg {
  width: 100%;
  aspect-ratio: 254/451;
}

.p-present__use {
  margin-top: 1.6rem;
  background-color: #e60012;
  padding-block: 3.5rem;
}
.p-present__use .p-present__catch {
  padding-top: 0;
}

.p-products {
  padding-block: 6rem 2rem;
}

.p-products__title {
  font-size: 2.3rem;
  letter-spacing: 0.2em;
  line-height: 1.2;
  font-family: "Mochiy Pop One", sans-serif;
  text-align: center;
}

.p-products__text {
  margin-top: 1.3rem;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
}

.p-products__list {
  margin-top: 3.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem 3rem;
}

.p-products__item {
  position: relative;
}

.p-products__stamp {
  position: absolute;
  top: 0;
  left: -2.8rem;
  width: 13.2rem;
  height: 14.9rem;
}

.p-step {
  padding-block: 3.4rem 1rem;
}

.p-step__title {
  font-size: 2.6rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-family: "Mochiy Pop One", sans-serif;
  text-align: center;
}

.p-step__list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 7.4rem;
}

.p-step__item {
  position: relative;
  border: 0.3rem solid #6c2328;
  border-radius: 1.2rem;
  background-color: #fff;
  padding: 5rem 0 3.2rem;
}

.p-step__number {
  position: absolute;
  top: -3rem;
  left: 1.4rem;
  width: 16.3rem;
  height: 7.2rem;
}

.p-step__itemTitle {
  font-size: 1.9rem;
  color: #e60012;
  letter-spacing: 0.07em;
  font-family: "Mochiy Pop One", sans-serif;
  line-height: 1.9;
  text-align: center;
  margin-left: 0.1em;
  margin-inline: calc(50% - 50vw);
}

.p-step__itemImg {
  margin: 1.6rem auto 0;
}
.p-step__itemImg img {
  max-width: 100%;
  width: revert-layer;
  height: auto;
}
.p-step__itemImg.p-step__itemImg1 {
  width: 16.2rem;
  aspect-ratio: 162/165;
}
.p-step__itemImg.p-step__itemImg2 {
  width: 15.1rem;
  aspect-ratio: 151/178;
}

.p-step__itemText {
  margin-top: 1.9rem;
  color: #6c2328;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-step__itemText span {
  letter-spacing: -0.4em;
}
.p-step__itemText.mt-change {
  margin-top: 2.5rem;
}

.p-step__itemBtn {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-step__itemBtn {
    margin-bottom: -1.5rem;
  }
}

.p-step__itemList {
  margin-top: 1.4rem;
  position: relative;
}
.p-step__itemList li:nth-child(n+2) {
  padding-top: 5.8rem;
  position: relative;
}
.p-step__itemList li:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.7rem;
  height: 3rem;
  background: url("../images/top/step3_arrow.webp") no-repeat center/contain;
}
.p-step__itemList .p-step__itemText {
  margin-top: 0;
  font-feature-settings: "palt";
}

.p-step__itemImg3 {
  margin: 0.8rem auto 0;
  width: 25rem;
  aspect-ratio: 25/17;
}

.p-step__itemArrow {
  width: 3.2rem;
  height: 5.2rem;
}

.p-step__itemImg3Note {
  margin-top: -2.7rem;
  margin-bottom: 1.2rem;
  padding-left: 1.1rem;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}

.p-faq {
  padding-top: 4.2rem;
}

.p-faq__title {
  font-size: 3.4rem;
  letter-spacing: 0.08em;
  line-height: 0.9;
  text-align: center;
  font-family: "Mochiy Pop One", sans-serif;
}
.p-faq__title .small {
  font-size: 2.7rem;
}
.p-faq__title .ja {
  font-size: 2rem;
}

.p-faq__list {
  margin-top: 3.4rem;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1fr;
}

.p-faq__item {
  border-bottom: 0.1rem solid #fff;
}
.p-faq__item:last-child {
  margin-top: 2.6rem;
  border-bottom: none;
}
.p-faq__item.p-faq__item--info {
  overflow: hidden;
}
.p-faq__item.p-faq__item--info .p-faq__itemText {
  padding: 3.2rem 2.5rem 4rem;
  margin-bottom: 0;
}
.p-faq__item:nth-child(5) .p-faq__itemTitle .question, .p-faq__item:nth-child(5) .p-faq__itemTitle .mark {
  margin-top: -5rem;
}

.p-faq__details[open] .mark::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.p-faq__itemTitle {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.6;
  gap: 1.5rem;
  cursor: pointer;
  padding-bottom: 1rem;
}
.p-faq__itemTitle::marker {
  display: none;
  font-size: 0;
}
.p-faq__itemTitle .question {
  font-size: 2.6rem;
  font-family: "Mochiy Pop One", sans-serif;
}
.p-faq__itemTitle .mark {
  width: 2.2rem;
  height: 2.2rem;
  position: relative;
  margin-left: auto;
}
.p-faq__itemTitle .mark::before, .p-faq__itemTitle .mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0.45rem;
  background-color: #fff;
}
.p-faq__itemTitle .mark::after {
  transition: transform 0.3s;
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-faq__itemText {
  background-color: #6c2328;
  border-radius: 1rem;
  padding: 2.2rem 2.5rem;
  margin-bottom: 2.4rem;
}
.p-faq__itemText p {
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: justify;
}
.p-faq__itemText p:nth-child(n+2) {
  margin-top: 1lh;
}
.p-faq__itemText .large {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-faq__itemText .medium {
  margin-top: 2.6rem !important;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  margin-inline: calc(50% - 50vw);
}

.p-faq__btn {
  margin-top: 4.6rem;
  display: flex;
  justify-content: center;
}

.p-faq__privacy {
  width: 100%;
  padding-block: 1.3rem;
  background-color: #fff;
  border-radius: 0.4rem;
  border: 0.3rem solid #6c2328;
}
.p-faq__privacy[open] .p-faq__privacySummary::before {
  transform: rotate(90deg);
}

.p-faq__privacySummary {
  background-color: #fff;
  color: #6c2328;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  cursor: pointer;
}
.p-faq__privacySummary::before {
  content: "▶︎";
  font-size: 1.5rem;
}

.p-faq__privacyText {
  padding: 2.1rem 2.2rem 1.4rem;
}
.p-faq__privacyText > *:first-child {
  margin-top: 0 !important;
}
.p-faq__privacyText .heading {
  margin-top: 4.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #6c2328;
  font-feature-settings: "palt";
  text-align: center;
}
.p-faq__privacyText .text {
  margin-top: 0.7rem;
  font-size: 1.2rem;
  line-height: 1.5833333333;
  font-weight: 300;
  letter-spacing: 0;
  color: #6c2328;
  font-feature-settings: "palt";
  text-align: justify;
}

.p-contact {
  padding-block: 4rem 4.8rem;
}
.p-contact.p-contact--stamp {
  padding-block: 3rem 7.2rem;
}

.p-contact__wrap {
  background-color: #fff;
  border: 0.3rem solid #e60012;
  border-radius: 1.2rem;
  padding: 3rem 1.4rem 3.4rem;
}

.p-contact__title {
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-family: "Mochiy Pop One", sans-serif;
  text-align: center;
  color: #e60012;
}

.p-contact__address {
  margin-top: 2.6rem;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0;
  color: #6c2328;
  font-feature-settings: "palt";
}

.p-contact__tel {
  margin-top: 1.1rem;
  font-size: 2.6rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  color: #e60012;
  font-weight: 700;
  font-feature-settings: "palt";
}
.p-contact__tel span {
  font-size: 2rem;
}

.p-contact__info {
  margin-top: 1.7rem;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  color: #6c2328;
  font-feature-settings: "palt";
  letter-spacing: -0.01em;
}
.p-contact__info span {
  font-size: 1.2rem;
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-sp--inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp--inline {
    display: inline-block !important;
  }
}

.u-pc {
  display: none !important;
}
@media (min-width: 768px) {
  .u-pc {
    display: block !important;
  }
}

.u-sp--grid {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp--grid {
    display: grid !important;
  }
}

.u-pc--grid {
  display: none !important;
}
@media (min-width: 768px) {
  .u-pc--grid {
    display: grid !important;
  }
}/*# sourceMappingURL=top.css.map */