@charset "UTF-8";
a,
ins {
  text-decoration: none;
}

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

a,
button,
img,
input,
select,
textarea {
  margin: 0;
  padding: 0;
}

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

ins,
mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

button,
input,
select,
textarea {
  background: 0 0;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  width: 100%;
  display: block;
}

/*========================================
break point
========================================*/
@media (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

div::-webkit-scrollbar {
  width: 12px;
}

div::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 0px;
  box-shadow: inset 0 0 2px #fff;
}

div::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 9px;
  box-shadow: none;
}

.sp-content_hidden {
  display: none !important;
}
@media (max-width: 600px) {
  .sp-content_hidden {
    display: block !important;
  }
}

.sptab-content_hidden {
  display: none !important;
}
@media (max-width: 1024px) {
  .sptab-content_hidden {
    display: block !important;
  }
}

.tab-content_hidden {
  display: block !important;
}
@media (max-width: 600px) {
  .tab-content_hidden {
    display: none !important;
  }
}

.pc-content_hidden {
  display: block !important;
}
@media (max-width: 1024px) {
  .pc-content_hidden {
    display: none !important;
  }
}

html {
  height: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #575757;
  letter-spacing: 0.04em;
  overflow: hidden;
}
@media (max-width: 600px) {
  body {
    font-size: 1.4rem;
  }
}

* {
  word-wrap: break-word;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

main {
  position: relative;
  display: block;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

table {
  width: 100%;
}

a {
  color: #575757;
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
figure {
  margin: 0 !important;
}

button {
  cursor: pointer;
}

button.c-button,
button.c-button--view,
button.c-button--search {
  height: 58.8px;
}

button.disabled,
a.disabled {
  color: #ccc;
  background-color: #fff;
  border: 2px solid #ccc;
  pointer-events: none;
}

button.disabled .c-button__arrow,
a.disabled .c-button__arrow {
  display: none;
}

input::placeholder {
  color: #bbb;
  font-size: 1.5rem;
}
@media (max-width: 600px) {
  input::placeholder {
    font-size: 1.25rem;
  }
}

select::placeholder {
  color: #bbb;
}
@media (max-width: 600px) {
  select::placeholder {
    font-size: 1.25rem;
  }
}

img {
  margin: 0;
  padding: 0;
}

.site-content {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .site-content {
    margin-top: 59px;
  }
}

@keyframes txt-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-51%);
  }
}
@keyframes marquee1 {
  0% {
    translate: 0 0;
  }
  to {
    translate: -100% 0;
  }
}
@keyframes marquee2 {
  0% {
    translate: 100% 0;
  }
  to {
    translate: 0 0;
  }
}
.l-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: content-box;
}
.l-inner.--page {
  padding: 4rem 2rem 10rem;
}
@media (max-width: 600px) {
  .l-inner.--page {
    padding: 2.5rem 2rem 4rem;
  }
}

.l-inner-narrow {
  position: relative;
  max-width: 86.4rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.l-inner-base {
  position: relative;
  max-width: 104rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.p-normal {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 0 2rem 3rem;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  z-index: 10000;
  background-color: #ffebf0;
}
@media (max-width: 1024px) {
  .l-header {
    height: 60px;
  }
}
.l-header.is-active .l-header__inner {
  box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.2);
}
.l-header .desc {
  font-size: 0.7em;
  font-weight: normal;
  line-height: 1.4;
  padding: 0 1.5em;
  margin-right: auto;
  text-align: left;
}
@media (max-width: 1024px) {
  .l-header .desc {
    display: none;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding-left: 3.3%;
  max-width: none;
}
@media (max-width: 1024px) {
  .l-header__inner {
    padding-left: 20px;
  }
}
.l-header__logo {
  display: block;
  max-width: 180px;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .l-header__logo {
    width: 35vw;
    max-width: 150px;
  }
}
@media (min-width: 1025px) {
  .l-header__logo {
    transition: opacity 0.3s ease;
  }
  .l-header__logo:hover {
    opacity: 0.6;
  }
}
.l-headerNavi__container {
  display: flex;
  align-items: center;
}
.l-headerNavi {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 3rem;
}
.l-headerNaviBtn {
  position: fixed;
  top: 17px;
  right: 20px;
  width: 30px;
  height: 28px;
  cursor: pointer;
  display: none;
  z-index: 10000;
}
@media (max-width: 1024px) {
  .l-headerNaviBtn {
    display: block;
  }
}
.l-headerNaviBtn__line {
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #575757;
  transition: 0.3s;
}
.l-headerNaviBtn__line:nth-child(1) {
  top: 65%;
  transform: translateY(-50%);
}
.l-headerNaviBtn__line:nth-child(2) {
  top: 35%;
  transform: translateY(-50%);
}
.l-headerNavi__items {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1024px) {
  .l-headerNavi__items {
    display: none;
  }
}
.l-headerNaviItem, .l-headerNaviItem--hasChild {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  white-space: nowrap;
  padding: 0 1.5rem;
  border-right: 1px solid #bababa;
}
.l-headerNaviItem:first-child, .l-headerNaviItem--hasChild:first-child {
  border-left: 1px solid #bababa;
}
.l-headerNaviItem > a, .l-headerNaviItem--hasChild > a, .l-headerNaviItem > span, .l-headerNaviItem--hasChild > span {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #575757;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.l-headerNaviItem > a > span, .l-headerNaviItem--hasChild > a > span, .l-headerNaviItem > span > span, .l-headerNaviItem--hasChild > span > span {
  position: relative;
  display: block;
  color: #575757;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.l-headerNaviItem > a > span::after, .l-headerNaviItem--hasChild > a > span::after, .l-headerNaviItem > span > span::after, .l-headerNaviItem--hasChild > span > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e4007f;
  transition: width 0.3s ease;
}
@media (min-width: 1025px) {
  .l-headerNaviItem > a, .l-headerNaviItem--hasChild > a, .l-headerNaviItem > span, .l-headerNaviItem--hasChild > span {
    transition: opacity 0.3s ease;
  }
  .l-headerNaviItem > a:hover > span, .l-headerNaviItem--hasChild > a:hover > span, .l-headerNaviItem > span:hover > span, .l-headerNaviItem--hasChild > span:hover > span {
    color: #e4007f;
  }
  .l-headerNaviItem > a:hover > span::after, .l-headerNaviItem--hasChild > a:hover > span::after, .l-headerNaviItem > span:hover > span::after, .l-headerNaviItem--hasChild > span:hover > span::after {
    width: 100%;
  }
}
.l-headerNaviItemChild {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%);
  display: block;
  width: fit-content;
  min-width: 100%;
  height: fit-content;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 16px 26px;
  opacity: 0;
  transition: 0.3s ease;
  visibility: hidden;
}
.l-headerNaviItemChild a,
.l-headerNaviItemChild span {
  display: block;
  padding: 10px 0;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}
.l-headerNaviItemChild a:hover,
.l-headerNaviItemChild span:hover {
  color: #e4007f;
}
.l-headerNaviItemChild a span,
.l-headerNaviItemChild span span {
  font-weight: bold;
}
.l-headerNaviItemChild a,
.l-headerNaviItemChild span {
  border-bottom: 1px solid #bababa;
  line-height: 1.5;
}
.l-headerNaviItem--hasChild {
  cursor: pointer;
  transition: 0.3s ease;
}
.l-headerNaviItem--hasChild:hover .l-headerNaviItemChild {
  opacity: 1;
  visibility: visible;
}
.l-headerFavo {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  padding: 0 2rem;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .l-headerFavo {
    margin-right: 4.5rem;
  }
}
@media (max-width: 600px) {
  .l-headerFavo {
    padding: 0.5rem 0.5rem 0;
  }
}
.l-headerFavo:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .l-headerFavo:hover {
    opacity: 1;
  }
}
.l-headerFavo__img {
  width: 29px;
}
@media (max-width: 600px) {
  .l-headerFavo__img {
    width: 25px;
  }
}
.l-headerFavo__txt {
  font-size: 1rem;
  white-space: nowrap;
  color: #e4007f;
}
.l-header.is-scroll {
  background-color: rgba(255, 255, 255, 0.8);
}

.l-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 2100;
  transform: translate(0, -100%);
  transition: 0.6s ease;
  background-color: #ffebf0;
}
.l-drawer__inner {
  position: relative;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 75px;
  padding-bottom: 10px;
  z-index: 2;
  padding: 80px 0 0;
}
.l-drawer__items {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  padding: 0 2rem;
}
.l-drawerItem__ttl span {
  display: block;
}
.l-drawerItem .c-accordion__ttl.is-active span {
  color: #e4007f;
}
.l-drawerItemAcdn {
  padding-top: 1.5rem;
}
.l-drawerContact {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  margin-bottom: 0.7rem;
}
.l-drawerContactBtn {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  width: 130px;
  padding: 1.3rem 0;
  background-color: #e4007f;
  border-radius: 4rem;
}
.l-drawerContactBtn__img {
  display: flex;
  width: 17px;
  height: 16px;
}
.l-drawerContactBtn__txt {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.l-drawerLine {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
  max-width: 270px;
  margin-bottom: 1.5rem;
  padding: 1.45rem;
  background: #06c755;
  border-radius: 4rem;
}
.l-drawerLine__img {
  width: 36px;
}
.l-drawerLine__txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  letter-spacing: 0.08em;
}
.l-drawer.is-open {
  transform: translate(0, 0);
}

.is-open .l-headerNaviBtn__line:nth-child(1) {
  height: 2px;
  top: 50%;
  left: 0%;
  transform: rotate(-45deg);
}
.is-open .l-headerNaviBtn__line:nth-child(2) {
  height: 2px;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
}

.l-footer {
  position: relative;
  background: #ffebf0;
  padding-top: 4rem;
  padding: 4rem 2rem 0;
}
@media (max-width: 1024px) {
  .l-footer {
    padding: 4rem 2rem 0;
  }
}
.l-footer .ituwa {
  width: 40%;
  max-width: 160px;
  margin: 0 auto 1em;
}
.l-footer .nikkenlease {
  width: 100%;
}
.l-footer .studiod21 {
  width: 26.6%;
  max-width: 64px;
  margin: 0 auto 1em;
}
.l-footer__inner {
  position: relative;
  padding: 0 2rem;
  z-index: 2;
  max-width: 900px;
}
.l-footerMain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .l-footerMain {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.l-footerMain__logo {
  width: 100%;
  max-width: 350px;
  margin-right: auto;
  box-sizing: content-box;
}
@media (max-width: 1024px) {
  .l-footerMain__logo {
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .l-footerMain__logo {
    max-width: 150px;
  }
}
.l-footerMainMenu {
  display: flex;
  gap: 6rem;
}
@media (max-width: 1024px) {
  .l-footerMainMenu {
    display: none;
  }
}
.l-footerMainMenuList {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.l-footerMainMenuListItem {
  white-space: nowrap;
  transition: 0.3s;
}
.l-footerMainMenuListItem:hover {
  opacity: 0.7;
}
.l-footerMainMenuContact {
  display: flex;
  gap: 1.5rem;
}
.l-footerMainMenuContactItem {
  width: 100%;
  max-width: 196px;
}
.l-footerMainMenuContactItem.--line {
  max-width: 230px;
}
.l-footerRight {
  position: relative;
  z-index: 2;
}
.l-footerRight__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem 4rem;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .l-footerRight__inner {
    padding: 2rem 2rem 7rem;
  }
}
.l-footerRight__txt {
  font-size: 10px;
  color: #707070;
  text-align: center;
}
@media (max-width: 600px) {
  .l-footerRight__txt {
    font-size: 1rem;
    color: #333333;
  }
}

.l-footerBrand {
  width: 30rem;
}
.l-footerBrand__partner {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #898989;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-footerBrand__partner__txt {
  padding-bottom: 1.2rem;
  font-size: 1rem;
  text-align: center;
}

.c-breadcrumb {
  padding-top: 2rem;
  font-size: 1.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 600px) {
  .c-breadcrumb {
    padding-top: 2rem;
  }
}

.c-title {
  letter-spacing: 0.08em;
}
.c-title.--page {
  padding: 3rem 0;
  text-align: center;
}
@media (max-width: 600px) {
  .c-title.--page {
    padding: 2.4rem 0;
  }
}
.c-title__main {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.25;
}
@media (max-width: 600px) {
  .c-title__main {
    font-size: 2.4rem;
  }
}
.c-title__main.-top {
  font-size: 4.8rem;
  color: #ba9862;
}
@media (max-width: 600px) {
  .c-title__main.-top {
    font-size: 2.6rem;
  }
}
.c-title__main.-mono {
  color: #575757;
}
@media (max-width: 600px) {
  .c-title__main.--low {
    line-height: 1.15;
  }
}
.c-title__main > .-small {
  font-size: 2.6rem;
}
@media (max-width: 600px) {
  .c-title__main > .-small {
    font-size: 2rem;
    display: block;
  }
}
.c-title__sub {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ba9862;
}
.c-title__sub.-mono {
  color: #575757;
}
.c-titleBg {
  position: relative;
  padding: 2rem 0;
  background: #efdfe8;
  text-align: center;
  letter-spacing: 0.08em;
}
@media (max-width: 600px) {
  .c-titleBg {
    padding: 0.91rem 0;
  }
}
.c-titleBg::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.c-titleBg::after {
  position: absolute;
  content: "";
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.c-titleBg.--white {
  background: #fff;
}
.c-titleBg.--white::before {
  background: #efdfe8;
}
.c-titleBg.--white::after {
  background: #efdfe8;
}
@media (max-width: 600px) {
  .c-titleBg.--line {
    position: unset;
    padding: 1.2rem 0;
  }
}
.c-titleBg.--min {
  padding: 1.25rem 0;
}
.c-titleBg__main {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 600px) {
  .c-titleBg__main {
    line-height: 1.6;
  }
}
.c-titleBg__sub {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 600px) {
  .c-titleBg__sub {
    font-size: 1.2rem;
  }
}
.c-titleBg__head {
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 600px) {
  .c-titleBg__head {
    font-size: 2rem;
  }
}
.c-titleBg__head.--min {
  font-size: 2rem;
}

.c-button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 290px;
  padding: 1.5rem 5.8rem;
  border: 1px solid #e4007f;
  border-radius: 40px;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  color: #e4007f;
  letter-spacing: 0.08em;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .c-button {
    max-width: 260px;
    padding: 0.7rem 4rem;
    font-size: 1.6rem;
  }
}
.c-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  width: 40px;
  height: 1px;
  background-color: #e4007f;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.c-button::after {
  content: "";
  position: absolute;
  top: 47%;
  right: 50px;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 1px;
  background: #e4007f;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .c-button::after {
    top: 45%;
  }
}
.c-button:hover {
  background: #e4007f;
  color: #fff;
}
@media (max-width: 1024px) {
  .c-button:hover {
    background: transparent;
    color: #e4007f;
  }
}
.c-button:hover::before {
  right: 40px;
  background: #fff;
}
@media (max-width: 1024px) {
  .c-button:hover::before {
    background: #e4007f;
    right: 50px;
  }
}
.c-button:hover::after {
  right: 40px;
  background: #fff;
}
@media (max-width: 1024px) {
  .c-button:hover::after {
    background: #e4007f;
    right: 50px;
  }
}
.c-button.--center {
  margin: 0 auto;
}
@media (max-width: 600px) {
  .c-button.--middle {
    max-width: 290px;
    padding: 1.65rem 4rem;
  }
}
@media (max-width: 600px) {
  .c-button.--middle::after {
    top: 46%;
  }
}
.c-button.--normal {
  max-width: 290px;
  padding: 1.5rem 5.8rem;
}
.c-buttonContact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
  max-width: 200px;
  height: 40px;
  background: #e4007f;
  border-radius: 4px;
  letter-spacing: 0.08em;
}
.c-buttonContact.--line {
  max-width: 240px;
  background: #06c755;
}
.c-buttonContact.--middle {
  gap: 1.5rem;
  max-width: 290px;
  height: 64px;
  font-size: 1.6rem;
}
.c-buttonContact.--center {
  margin: 0 auto;
}
.c-buttonContact__img {
  max-width: 20px;
}
.c-buttonContact__img.--middle {
  max-width: 26px;
}
.c-buttonContact__img.--large {
  max-width: 29px;
}
.c-buttonContact__txt {
  font-size: 1.4rem;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  letter-spacing: 0.08em;
}

@media (max-width: 1024px) {
  .c-column__inner {
    padding-right: 0;
  }
}
.c-columnList {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 4rem;
}
@media (max-width: 1024px) {
  .c-columnList {
    overflow-y: scroll;
  }
}
@media (max-width: 600px) {
  .c-columnList {
    padding-bottom: 3rem;
  }
}
.c-columnList::-webkit-scrollbar {
  display: none;
}
.c-columnListItem {
  width: 100%;
  max-width: 250px;
}
@media (max-width: 1024px) {
  .c-columnListItem {
    min-width: 145px;
  }
}
.c-columnListItem__link {
  transition: 0.3s;
}
.c-columnListItem__link:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .c-columnListItem__link:hover {
    opacity: 1;
  }
}
.c-columnListItem__date {
  padding: 2.5rem 0 1rem;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 600px) {
  .c-columnListItem__date {
    padding: 1rem 0;
    font-size: 1.2rem;
  }
}
.c-columnListItem__ttl {
  display: -webkit-box;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 600px) {
  .c-columnListItem__ttl {
    -webkit-line-clamp: 3;
  }
}
.c-columnListItem__img img {
  height: auto;
}

.c-accordion__ttl {
  position: relative;
  color: #333333;
  cursor: pointer;
  transition: 0.3s ease;
}
.c-accordion__ttl:before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #000;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s ease;
}
.c-accordion__ttl:after {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #000;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
  transition: 0.3s ease;
}
.c-accordion__ttl.is-active::after {
  transform: translate(0, -50%) rotate(0deg);
}
.c-accordion__ttl.--link:before {
  width: 13px;
  top: 56.5%;
  transform: translate(0, -50%) rotate(-35deg);
}
.c-accordion__ttl.--link:after {
  width: 13px;
  top: 44.5%;
  transform: translate(0, -50%) rotate(35deg);
}

.c-accordion__contents {
  display: none;
}

.c-accordion__ttl.--link::before, .c-accordion__ttl.--link::after {
  display: none;
}

.c-menuItem__ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  padding: 18px 0;
  color: #333333;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .c-menuItem__ttl {
    display: block;
    margin-bottom: 0px;
    font-size: 1.8rem;
    font-weight: 500;
  }
}
.c-menuItem__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-33px);
  width: 82px;
  height: 1px;
  background-color: #9f9f9f;
}
@media (max-width: 1024px) {
  .c-menuItem__ttl::after {
    width: 100%;
    transform: translateX(0);
  }
}
.c-menuItem__ttl.--first::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #9f9f9f;
}
.c-menuItem__ttl span {
  display: block;
}
.c-menuItem .c-accordion__ttl::before, .c-menuItem .c-accordion__ttl::after {
  background: #575757;
}
@media (max-width: 1024px) {
  .c-menuItem .c-accordion__ttl.is-active span {
    color: #9f9f9f;
  }
}
.c-menuItemContents {
  padding-left: 4rem;
  list-style: disc;
}
.c-menuItemContent {
  font-size: 13px;
}
@media (max-width: 1024px) {
  .c-menuItemContent {
    font-size: 16px;
    padding: 0;
  }
}
.c-menuItemContent a {
  margin-bottom: 6px;
}
@media (min-width: 1025px) {
  .c-menuItemContent a {
    transition: opacity 0.3s ease;
  }
  .c-menuItemContent a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 1024px) {
  .c-menuItemContent a {
    display: inline-block;
    padding: 2px 0;
  }
}
.c-menuItemContent.--prefecture {
  display: flex;
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .c-menuItemContent.--prefecture {
    margin-bottom: 14px;
  }
}
.c-menuItemContent.--prefecture span {
  display: block;
  flex: 0 0 84px;
  white-space: nowrap;
  font-size: 1.4rem;
  color: #9a9a9a;
}
@media (max-width: 1024px) {
  .c-menuItemContent.--prefecture span {
    flex: 0 0 105px;
    font-size: 1.6rem;
    color: #000;
    font-weight: bold;
  }
}
.c-menuItemContent.--prefecture li {
  display: flex;
}
.c-menuItemContent.--prefecture a {
  white-space: nowrap;
  margin: 0;
}
.c-menuItemContent.--prefecture a:not(:nth-child(2n)) {
  margin-right: 6px;
}

.c-message {
  position: relative;
  padding: 7.5rem 2rem 9rem;
  text-align: center;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
}
@media (max-width: 600px) {
  .c-message {
    padding: 5.5rem 2.5rem;
  }
}
.c-message::before {
  position: absolute;
  content: "";
  top: 30px;
  left: 30px;
  width: 195px;
  height: 195px;
  background: url(../img/common/message01.png);
  background-size: cover;
}
@media (max-width: 600px) {
  .c-message::before {
    top: 10px;
    left: 10px;
    width: 130px;
    height: 130px;
  }
}
.c-message::after {
  position: absolute;
  content: "";
  bottom: 30px;
  right: 30px;
  width: 195px;
  height: 195px;
  background: url(../img/common/message02.png);
  background-size: cover;
}
@media (max-width: 600px) {
  .c-message::after {
    bottom: 10px;
    right: 10px;
    width: 130px;
    height: 130px;
  }
}
.c-message__txt {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 8rem;
  background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 40%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #cdcdcd 0%);
  background-size: 4px 100%, 100% 4em;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 4em;
}
@media (max-width: 600px) {
  .c-message__txt {
    padding: 0 0.5rem;
    background-size: 4px 100%, 100% 3em;
    line-height: 3em;
    letter-spacing: 0.08em;
  }
}

.c-sns {
  padding: 6rem 0 7rem;
  background: #ededed;
}
.c-sns__head {
  text-align: center;
  box-sizing: border-box;
}
.c-sns__list {
  margin: 0 auto;
  margin-top: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7rem;
  max-width: 320px;
}
@media (max-width: 600px) {
  .c-sns__list {
    gap: 3.5rem;
    padding: 0 4rem;
    margin-top: 4rem;
  }
}
.c-sns__items {
  width: 33.3333333333%;
}

.p-sticky-menu {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1000;
}
@media (max-width: 1024px) {
  .p-sticky-menu {
    top: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(0);
    background: #e4007f;
  }
}

.p-sticky-menu__items {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 1024px) {
  .p-sticky-menu__items {
    flex-direction: row;
    gap: 0;
  }
}

.p-sticky-menu__item {
  position: relative;
  text-align: center;
  color: #fff;
}

@media (max-width: 1024px) {
  .p-sticky-menu__item.--reserve {
    width: 20.5%;
  }
  .p-sticky-menu__item.--reserve::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 66.666%;
    background: #fff;
  }
}

.p-sticky-menu__item.--catalog {
  position: relative;
}
@media (max-width: 1024px) {
  .p-sticky-menu__item.--catalog {
    width: 22.5%;
  }
}

@media (max-width: 1024px) {
  .p-sticky-menu__item.--line {
    width: 57%;
  }
}

.p-sticky-menu__item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  width: 44px;
  height: 135px;
  transition: opacity 0.3s ease;
  background: #e4007f;
  border-radius: 10px 0 0 10px;
}
@media (min-width: 1025px) {
  .p-sticky-menu__item-link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1024px) {
  .p-sticky-menu__item-link {
    flex-direction: row;
    width: 100%;
    height: 60px;
    border-radius: 0;
  }
}
@media (max-width: 600px) {
  .p-sticky-menu__item-link {
    gap: 0.5rem;
    height: 60px;
    border-radius: 0;
  }
}

.p-sticky-menu__item-link.--line {
  background: #06c755;
  height: 175px;
}
@media (max-width: 1024px) {
  .p-sticky-menu__item-link.--line {
    width: 100%;
    height: 60px;
  }
}
@media (max-width: 600px) {
  .p-sticky-menu__item-link.--line {
    height: 60px;
  }
}

.p-sticky-menu__item-icon img {
  width: 26px;
}
@media (max-width: 600px) {
  .p-sticky-menu__item-icon img {
    width: 14px;
    display: none;
  }
}

.p-sticky-menu__item-icon.--line img {
  width: 36px;
}
@media (max-width: 600px) {
  .p-sticky-menu__item-icon.--line img {
    width: 36px;
    display: block;
  }
}

.p-sticky-menu__item-link > span {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
  text-align: initial;
  writing-mode: vertical-rl;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-sticky-menu__item-link > span {
    writing-mode: horizontal-tb;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .p-sticky-menu__item-link > span {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

.p-sticky-menu__item.--line .p-sticky-menu__item-link > span {
  font-size: 15px;
  text-align: left;
}
@media (max-width: 600px) {
  .p-sticky-menu__item.--line .p-sticky-menu__item-link > span {
    font-size: 13px;
  }
}
.p-sticky-menu__item.--line .p-sticky-menu__item-link > span span {
  display: none;
}
@media (max-width: 600px) {
  .p-sticky-menu__item.--line .p-sticky-menu__item-link > span span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
  }
}
.p-sticky-menu__item.--line .p-sticky-menu__item-link > span span span {
  font-size: 13px;
}

.p-topSection {
  position: relative;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .p-topSection {
    padding-top: 30px;
  }
}
.p-topSection__txt-loop {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
}
.p-topSection__txt-loop::before, .p-topSection__txt-loop::after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  padding-left: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 135px;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.2;
}
@media (max-width: 1024px) {
  .p-topSection__txt-loop::before, .p-topSection__txt-loop::after {
    font-size: 75px;
  }
}
.p-topSection__txt-loop::before {
  animation: marquee1 70s linear infinite;
}
.p-topSection__txt-loop::after {
  animation: marquee2 70s linear infinite;
}
.p-topSection__ttl {
  margin-bottom: 5rem;
  font-size: 58px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.13em;
}
@media (max-width: 1024px) {
  .p-topSection__ttl {
    font-size: 28px;
    letter-spacing: 0.065em;
    text-align: center;
  }
}
.p-topSection__lead {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
@media (max-width: 1024px) {
  .p-topSection__lead {
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-topSection__lead > span {
  font-size: 23px;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .p-topSection__lead > span {
    font-size: 21px;
  }
}

.p-topTitle {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1rem 2rem;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .p-topTitle {
    font-size: 1.2rem;
  }
}
.p-topTitle br {
  display: none;
}
@media (max-width: 600px) {
  .p-topTitle br {
    display: block;
  }
}

.p-topMv {
  position: relative;
  margin-bottom: 6rem;
}
@media (max-width: 1024px) {
  .p-topMv {
    margin-bottom: 5rem;
    padding-top: 0;
  }
}
.p-topMvSliderListItem img {
  aspect-ratio: 1330/665;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1024px) {
  .p-topMvSliderListItem img {
    aspect-ratio: 900/1330;
  }
}

.p-topMvSliderCatch {
  position: absolute;
  z-index: 2;
  top: 9.442%;
  right: 2.146%;
  width: 9.442%;
}

.p-topTopics__inner {
  max-width: 1280px;
  padding-bottom: 19rem;
}
@media (max-width: 1024px) {
  .p-topTopics__inner {
    padding-bottom: 8rem;
  }
}
.p-topTopics__head {
  margin-bottom: 4rem;
  text-align: center;
}
@media (max-width: 600px) {
  .p-topTopics__head {
    margin-bottom: 3rem;
    text-align: initial;
  }
}
.p-topTopics__slider {
  padding: 0 4rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .p-topTopics__slider {
    padding: 0;
    overflow: unset;
  }
}
.p-topTopicsList {
  display: flex;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .p-topTopicsList {
    width: 920px !important;
  }
}
.p-topTopicsListItem {
  width: calc(25% - 0.65rem);
  max-width: 270px;
}
@media (max-width: 1024px) {
  .p-topTopicsListItem {
    min-width: 235px;
  }
}
@media (max-width: 600px) {
  .p-topTopicsListItem {
    max-width: 235px;
  }
}
.p-topTopicsListItem__img {
  margin-bottom: 2.5rem;
}
.p-topTopicsListItem__ttl {
  display: -webkit-box;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.4;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-topTopicsListItem__txt {
  display: -webkit-box;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 600px) {
  .p-topTopicsListItem__txt {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 1024px) {
  .p-topTopicsBtn {
    display: none;
  }
}
.p-topTopicsBtn__prev {
  transform: translate(0px, -40px);
}
.p-topTopicsBtn__prev::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  top: 58%;
  left: 0;
  background: #333333;
  transform: translateY(-50%) rotate(-150deg);
}
.p-topTopicsBtn__prev::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  top: 42%;
  left: 0;
  background: #333333;
  transform: translateY(-50%) rotate(150deg);
}
.p-topTopicsBtn__next {
  transform: translate(0px, -40px);
}
.p-topTopicsBtn__next::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  top: 58%;
  right: 0;
  background: #333333;
  transform: translateY(-50%) rotate(-30deg);
}
.p-topTopicsBtn__next::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  top: 42%;
  right: 0;
  background: #333333;
  transform: translateY(-50%) rotate(30deg);
}
.p-topTopicsPager {
  transform: translateY(-150px);
}
@media (max-width: 1024px) {
  .p-topTopicsPager {
    display: none;
  }
}
.p-topTopicsPager span {
  width: 20px;
  height: 20px;
  margin: 0 1.2rem !important;
}
.p-topTopicsPager .swiper-pagination-bullet-active {
  background: #e4007f;
}

.p-topCollection {
  position: relative;
  margin-bottom: 16rem;
}
@media (max-width: 600px) {
  .p-topCollection {
    margin-bottom: 8rem;
  }
}
.p-topCollection__head {
  margin-bottom: 6.4vw;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-topCollection__head {
    margin-bottom: 4rem;
  }
}
@media (max-width: 600px) {
  .p-topCollection__head {
    margin-bottom: 3rem;
  }
}
.p-topCollectionHead {
  position: relative;
}
.p-topCollectionMenu {
  position: absolute;
  bottom: 0;
  left: 5%;
  transform: translateY(-10%);
  z-index: 2;
}
@media (max-width: 1024px) {
  .p-topCollectionMenu {
    position: static;
    margin-bottom: 3.5rem;
  }
}
.p-topCollectionMenu__items {
  display: flex;
  justify-content: space-between;
  width: 350px;
}
@media (max-width: 1024px) {
  .p-topCollectionMenu__items {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.p-topCollectionMenu__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  font-size: 1.8rem;
  color: #575757;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (max-width: 1024px) {
  .p-topCollectionMenu__item:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .p-topCollectionMenu__item {
    display: block;
    width: auto;
    height: auto;
    font-size: 1.6rem;
  }
}
.p-topCollectionSlider {
  position: relative;
  margin-bottom: 5vw;
  transform: translateX(-35px);
}
@media (max-width: 1024px) {
  .p-topCollectionSlider {
    margin-bottom: 40px;
    padding-top: 60px;
    transform: none;
  }
}
@media (max-width: 1024px) {
  .p-topCollectionSlider__items {
    max-width: 758px;
    margin-bottom: 60px;
  }
}
.p-topCollectionSlider .swiper-slide {
  width: 300px;
}
@media (max-width: 1024px) {
  .p-topCollectionSlider .swiper-slide {
    padding: 0 25px;
  }
}
@media (max-width: 600px) {
  .p-topCollectionSlider .swiper-slide {
    width: 210px;
    padding: 0;
  }
}
.p-topCollectionSlider .swiper-slide a {
  display: block;
  transition: 0.3s;
}
.p-topCollectionSlider .swiper-slide a:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .p-topCollectionSlider .swiper-slide a:hover {
    opacity: 1;
  }
}
.p-topCollectionSlider .swiper-slide.swiper-slide {
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(1) !important;
  z-index: 5;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .p-topCollectionSlider .swiper-slide.swiper-slide {
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(1) !important;
  }
}
.p-topCollectionSlider .swiper-slide.swiper-slide-active {
  margin: 0 3vw 0 calc(2.5vw - 11px) !important;
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(1.3) !important;
  z-index: 5;
}
@media (max-width: 1024px) {
  .p-topCollectionSlider .swiper-slide.swiper-slide-active {
    margin: 0 2rem 0 0 !important;
  }
}
.p-topCollectionFind {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
.p-topCollectionFindItem {
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .p-topCollectionFindItem {
    margin-bottom: 20px;
  }
}
.p-topCollectionFindItem__ttl {
  padding: 13px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  background: #fff;
}
@media (max-width: 1024px) {
  .p-topCollectionFindItem__ttl {
    padding: 14px;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .p-topCollectionFindItem__ttl {
    padding-left: 40px;
    text-align: initial;
  }
}
.p-topCollectionFindItem__ttl::before, .p-topCollectionFindItem__ttl::after {
  background-color: #cdcdcd;
  width: 12px;
  height: 1px;
}
.p-topCollectionFindItemContents {
  padding: 30px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .p-topCollectionFindItemContents {
    padding: 16px 10px 6px;
  }
}
.p-topCollectionFindItemContents.--color {
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .p-topCollectionFindItemContents.--color {
    justify-content: center;
    padding: 16px 20px 6px;
  }
}
@media (max-width: 600px) {
  .p-topCollectionFindItemContents.--color {
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem 0;
  }
}
.p-topCollectionFindItemContents.--color a {
  position: relative;
  display: block;
  padding: 5px;
  padding-left: 38px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .p-topCollectionFindItemContents.--color a {
    width: 100px;
    font-size: 1.2rem;
  }
}
.p-topCollectionFindItemContents.--color a:hover {
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .p-topCollectionFindItemContents.--color a:hover {
    opacity: 1;
  }
}
.p-topCollectionFindItemContents.--color a:not(:last-child) {
  margin-right: 12px;
}
@media (max-width: 600px) {
  .p-topCollectionFindItemContents.--color a:not(:last-child) {
    margin-right: 0;
  }
}
.p-topCollectionFindItemContents.--color a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000;
}
.p-topCollectionFindItemContents.--color a.--all {
  padding-left: 0;
  text-align: center;
}
.p-topCollectionFindItemContents.--color a.--all:after {
  display: none;
}
.p-topCollectionFindItemContents.--color a.--red:after {
  background: #e26570;
}
.p-topCollectionFindItemContents.--color a.--pink:after {
  background: #f0c2db;
}
.p-topCollectionFindItemContents.--color a.--yellow:after {
  background: #fad055;
}
.p-topCollectionFindItemContents.--color a.--blue:after {
  background: #7fc8e3;
}
.p-topCollectionFindItemContents.--color a.--green:after {
  background: #a6c781;
}
.p-topCollectionFindItemContents.--color a.--white:after {
  background: #ffffff;
  border: 1px solid #cdcdcd;
}
.p-topCollectionFindItemContents.--color a.--other:after {
  background: linear-gradient(to bottom, #ffffb9, #f4c3ec, #a6effc);
}
.p-topCollectionFindItemContents.--image a, .p-topCollectionFindItemContents.--catalog a {
  display: inline-block;
  padding: 5px 10px;
  transition: 0.3s;
}
.p-topCollectionFindItemContents.--image a:hover, .p-topCollectionFindItemContents.--catalog a:hover {
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .p-topCollectionFindItemContents.--image a:hover, .p-topCollectionFindItemContents.--catalog a:hover {
    opacity: 1;
  }
}
.p-topCollection .js-topCollectionSliderBtn {
  display: flex;
  gap: 3rem;
  justify-content: center;
}
@media screen and (max-device-width: 1200px) {
  .p-topCollection .js-topCollectionSliderBtn {
    top: unset;
  }
}
@media (max-width: 1024px) {
  .p-topCollection .js-topCollectionSliderBtn {
    position: static;
    transform: translateY(50%);
    justify-content: center;
  }
}
.p-topCollection .js-topCollectionSliderBtn__prev, .p-topCollection .js-topCollectionSliderBtn__next {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.p-topCollection .js-topCollectionSliderBtn__prev::before, .p-topCollection .js-topCollectionSliderBtn__next::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: 16px;
  height: 16px;
  border-top: 2px solid #ba9862;
  border-right: 2px solid #ba9862;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .p-topCollection .js-topCollectionSliderBtn__prev::before, .p-topCollection .js-topCollectionSliderBtn__next::before {
    border-top: 1px solid #ba9862;
    border-right: 1px solid #ba9862;
  }
}
.p-topCollection .js-topCollectionSliderBtn__prev {
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .p-topCollection .js-topCollectionSliderBtn__prev {
    margin-right: 65px;
  }
}
@media (max-width: 600px) {
  .p-topCollection .js-topCollectionSliderBtn__prev {
    margin-right: 25px;
  }
}
.p-topCollection .js-topCollectionSliderBtn__prev::before {
  transform: translate(-20%, 0) rotate(225deg);
  transform-origin: right;
}
.p-topCollection .js-topCollectionSliderBtn__next::before {
  transform: translate(20%, 0) rotate(45deg);
  transform-origin: left;
}
.p-topCollection .js-topCollectionSliderBtn__next::after {
  background-color: #000;
}
.p-topCollection .js-tab-link span {
  position: relative;
  display: inline-block;
  font-weight: 500;
}
.p-topCollection .js-tab-link span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e4007f;
  transition: 0.3s ease;
}
.p-topCollection .js-tab-link:hover span::after {
  width: 100%;
}
.p-topCollection .js-tab-link.is-active span {
  color: #e4007f;
}
.p-topCollection .js-tab-link.is-active span::after {
  width: 100%;
}
.p-topCollection .js-tab-pane {
  display: none;
}
.p-topCollection .js-tab-pane.is-show {
  display: block;
}

.p-topAbout__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 5rem;
}
@media (max-width: 600px) {
  .p-topAbout__inner {
    margin: 0 auto 4rem;
  }
}
.p-topAbout__inner.--min {
  max-width: 1050px;
  padding: 0 2rem;
}
.p-topAboutTtl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8rem;
}
@media (max-width: 1024px) {
  .p-topAboutTtl {
    flex-direction: column;
    margin-bottom: 0rem;
  }
}
.p-topAboutTtl__img {
  max-width: 830px;
}
.p-topAboutTtlBlock {
  min-width: 570px;
  padding: 6rem 12rem 8rem 6rem;
  background: #efdfe8;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-topAboutTtlBlock {
    padding: 4rem 0 6.5rem;
    background: unset;
  }
}
.p-topAboutTtlBlock__head {
  font-size: 4.8rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .p-topAboutTtlBlock__head {
    font-size: 4rem;
    line-height: 1.5;
  }
}
.p-topAboutTtlBlock__sub {
  margin-bottom: 4rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 600px) {
  .p-topAboutTtlBlock__sub {
    margin-bottom: 2.5rem;
    font-size: 1.2rem;
  }
}
.p-topAboutTtlBlock__txt {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .p-topAboutTtlBlock__txt {
    font-size: 1.6rem;
  }
}
.p-topAboutContent {
  display: flex;
  align-items: center;
  margin-bottom: 8rem;
}
@media (max-width: 1024px) {
  .p-topAboutContent {
    flex-direction: column;
    max-width: 700px;
    margin: 0 auto 4rem;
  }
}
@media (max-width: 600px) {
  .p-topAboutContent {
    flex-direction: column;
    max-width: 700px;
  }
}
.p-topAboutContent.--re {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .p-topAboutContent.--re {
    flex-direction: column;
  }
}
.p-topAboutContent.--re .p-topAboutContentBlock {
  padding-left: 0;
  padding-right: 8rem;
}
@media (max-width: 1024px) {
  .p-topAboutContent.--re .p-topAboutContentBlock {
    right: 50%;
    padding-right: 0;
  }
}
.p-topAboutContent.--re .p-topAboutContentBlock__head::after {
  right: -120px;
}
@media (max-width: 1024px) {
  .p-topAboutContent.--re .p-topAboutContentBlock__head::after {
    right: 50%;
  }
}
.p-topAboutContent:nth-of-type(3) {
  margin-bottom: 10rem;
}
@media (max-width: 600px) {
  .p-topAboutContent:nth-of-type(3) {
    margin-bottom: 7rem;
  }
}
.p-topAboutContent__img {
  position: relative;
  z-index: 1;
  width: calc(100% - 520px);
}
@media (max-width: 1024px) {
  .p-topAboutContent__img {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.p-topAboutContentBlock {
  max-width: 520px;
  padding-left: 8rem;
}
@media (max-width: 1024px) {
  .p-topAboutContentBlock {
    max-width: 600px;
    padding-left: 0;
  }
}
.p-topAboutContentBlock__head {
  position: relative;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .p-topAboutContentBlock__head {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .p-topAboutContentBlock__head {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 2rem;
  }
}
.p-topAboutContentBlock__head--min {
  font-size: 2.4rem;
}
@media (max-width: 600px) {
  .p-topAboutContentBlock__head--min {
    font-size: 2rem;
  }
}
.p-topAboutContentBlock__head::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 560px;
  height: 1px;
  background: #cdcdcd;
}
@media (max-width: 1024px) {
  .p-topAboutContentBlock__head::after {
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 600px) {
  .p-topAboutContentBlock__head::after {
    width: 300px;
  }
}
.p-topAboutContentBlock__txt {
  margin-bottom: 3.5rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (max-width: 600px) {
  .p-topAboutContentBlock__txt {
    width: 280px;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .p-topAboutContentBlock__btn {
    margin: 0 auto;
  }
}
.p-topAboutPlace {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 8rem;
  background-color: #f7f6f4;
}
@media (max-width: 600px) {
  .p-topAboutPlace {
    margin-bottom: 4rem;
  }
}
.p-topAboutPlace__inner {
  max-width: 1400px;
  margin: 0 auto;
}
.p-topAboutPlace__head {
  position: relative;
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  border-bottom: 1px solid #707070;
}
@media (max-width: 1024px) {
  .p-topAboutPlace__head {
    width: 570px;
    margin: 0 auto 2rem;
  }
}
@media (max-width: 600px) {
  .p-topAboutPlace__head {
    width: 350px;
    font-size: 1.8rem;
  }
}
.p-topAboutPlaceMap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
}
.p-topAboutPlaceMap > img {
  max-width: 525px;
  margin: 0 auto;
}

.p-topSpace {
  margin-bottom: 16rem;
  padding: 5rem 0 7rem;
  background: #f7f6f4;
}
@media (max-width: 1024px) {
  .p-topSpace {
    margin-bottom: 8rem;
  }
}
@media (max-width: 600px) {
  .p-topSpace {
    padding: 3rem 0 4rem;
  }
}
.p-topSpace__ttl {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #707070;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-topSpace__ttl {
    padding: unset;
    border: unset;
  }
}
@media (max-width: 600px) {
  .p-topSpace__ttl {
    width: fit-content;
    margin: 0 auto 2.45rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 1024px) {
  .p-topSpace__ttl::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 35%;
    height: 1px;
    background: #707070;
    transform: translateY(-50%);
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .p-topSpace__ttl::before {
    width: 97px;
    left: 100px;
  }
}
@media (max-width: 1024px) {
  .p-topSpace__ttl::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 35%;
    height: 1px;
    background: #707070;
    transform: translateY(-50%);
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .p-topSpace__ttl::after {
    width: 97px;
    right: 100px;
  }
}
.p-topSpace__img {
  max-width: 1090px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .p-topSpace__img {
    display: none;
  }
}
.p-topSpace__sp {
  display: none;
}
@media (max-width: 1024px) {
  .p-topSpace__sp {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }
}
.p-topSpace__prefecture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  margin-bottom: 1.2rem;
  background: #5ec474;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.12em;
}
.p-topSpaceList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.6rem;
  max-width: 320px;
  margin: 0 auto 4rem;
}
.p-topSpaceListItem {
  max-width: 145px;
}
.p-topSpaceListItemLink__img {
  margin-bottom: 1.5rem;
}
.p-topSpaceListItemLink__name {
  text-align: center;
  line-height: 1.57;
}
.p-topSpaceListItemLink__name.--min {
  font-size: 1.1rem;
  white-space: nowrap;
}

.p-topShop {
  background: #f5efff;
  margin-bottom: 8rem;
  padding: 4rem 0;
}
@media (max-width: 600px) {
  .p-topShop {
    margin-bottom: 3rem;
  }
}
.p-topShop__head {
  margin-bottom: 4rem;
  text-align: center;
}
@media (max-width: 600px) {
  .p-topShop__head {
    margin-bottom: 3rem;
  }
}
.p-topShopTab {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .p-topShopTab {
    display: none;
  }
}
.p-topShopTab__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 64px;
  border-left: 1px solid #e5e5e5;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  cursor: pointer;
  transition: 0.3s;
}
.p-topShopTab__item:hover {
  background: #e4007f;
  color: #ffffff;
}
.p-topShopTab__item:last-of-type {
  border-right: 1px solid #e5e5e5;
}
.p-topShopTab__item.is-active {
  background: #e4007f;
  color: #ffffff;
}
.p-topShop__prefecture {
  display: none;
}
@media (max-width: 1024px) {
  .p-topShop__prefecture {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .p-topShop__prefecture {
    font-size: 1.4rem;
  }
}
.p-topShopList {
  display: none;
  justify-content: center;
  gap: 1rem;
  padding-top: 4rem;
  opacity: 0;
}
@media (max-width: 1024px) {
  .p-topShopList {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 400px;
    margin: 0 auto 2.5rem;
    padding-top: 0;
    opacity: 1;
  }
}
@media (max-width: 600px) {
  .p-topShopList {
    padding: 0 2.5rem;
  }
}
.p-topShopList.is-show {
  display: flex;
  animation: tab 0.3s forwards;
}
.p-topShopListItem {
  width: 100%;
  max-width: 350px;
}
@media (max-width: 1024px) {
  .p-topShopListItem {
    max-width: 450px;
    padding: 1rem 0 1rem 1.5rem;
    border-top: 1px solid #9f9f9f;
    border-bottom: 1px solid #9f9f9f;
    line-height: 1.3;
  }
}
.p-topShopListItem:nth-of-type(n + 2) {
  border-top: unset;
}
.p-topShopListItem__link {
  transition: 0.3s;
}
.p-topShopListItem__link:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .p-topShopListItem__link:hover {
    opacity: 1;
  }
}
.p-topShopListItem__img {
  margin-bottom: 2.5rem;
}
@media (max-width: 1024px) {
  .p-topShopListItem__img {
    display: none;
  }
}
.p-topShopListItem__name {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-topShopListItem__name {
    position: relative;
    text-align: initial;
  }
}
@media (max-width: 600px) {
  .p-topShopListItem__name {
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .p-topShopListItem__name::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 40px;
    height: 1px;
    background-color: #a51269;
    transform: translateY(-50%);
    transition: 0.3s ease;
  }
}
@media (max-width: 1024px) {
  .p-topShopListItem__name::after {
    content: "";
    position: absolute;
    top: 47%;
    right: 25px;
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
    height: 1px;
    background: #a51269;
    transition: 0.3s ease;
  }
}

@keyframes tab {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-topColumn {
  margin-bottom: 10rem;
}
@media (max-width: 600px) {
  .p-topColumn {
    margin-bottom: 4rem;
  }
}
.p-topColumn__head {
  margin-bottom: 4rem;
  padding-left: 2rem;
  text-align: center;
}
@media (max-width: 600px) {
  .p-topColumn__head {
    margin-bottom: 3rem;
    text-align: initial;
  }
}

.p-topBanner {
  max-width: 1040px;
  padding: 0 2rem 10rem;
  margin: 0 auto;
}
.p-topBannerList {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
@media (max-width: 600px) {
  .p-topBannerList {
    gap: 1rem;
  }
}
.p-topBannerListItem > a {
  transition: 0.3s;
}
.p-topBannerListItem > a:hover {
  opacity: 0.7;
}

.p-line-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}

.p-line-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  background-color: #06c755;
  border: 1px solid #06c755;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  width: 240px;
  height: 40px;
  border-radius: 20px;
  transition: 0.3s;
}
.p-line-btn__icon {
  width: 24px;
  height: 24px;
  margin-top: 3px;
}
.p-line-btn:hover {
  background-color: #e1fadf;
  color: #06c755;
  opacity: 1;
}

.p-more-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}

.p-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  background-color: #898989;
  border: 1px solid #898989;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  width: 240px;
  height: 40px;
  border-radius: 20px;
  transition: 0.3s;
}
.p-more-btn:hover {
  background-color: #f6f6f6;
  color: #898989;
  opacity: 1;
}

.p-topShop-list {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5rem;
}
@media (max-width: 600px) {
  .p-topShop-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.2rem;
  }
}
.p-topShop-list__item {
  position: relative;
}
@media (max-width: 600px) {
  .p-topShop-list__item {
    width: 270px;
    margin: 0 auto;
  }
}
.p-topShop-list__item-name {
  font-family: "Noto Serif JP", serif;
  font-size: 2.9rem;
  font-weight: 700;
  color: #ba9862;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  line-height: 1;
}
.p-topShop-list__item-name.-white {
  color: #fff;
}
.p-topShop-list__item-bottom {
  padding-top: 1.2rem;
}

.p-top-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ba9862;
  border: 1px solid #ba9862;
  color: #fff;
  font-weight: 700;
  height: 30px;
  border-radius: 5px;
  transition: 0.3s;
}
.p-top-btn:hover {
  background-color: #fff;
  color: #ba9862;
}
.p-top-btn.-small {
  width: 240px;
}
.p-top-btn.-medium {
  width: 270px;
}
.p-top-btn.-full {
  width: 100%;
}
.p-top-btn__sub {
  font-size: 1.3rem;
}

@media (max-width: 600px) {
  .p-topFuridodePlan__inner {
    padding: 0;
  }
}
.p-topFuridodePlan__box {
  padding: 4rem 4.4rem;
  background: #f5efff;
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
}
@media (max-width: 600px) {
  .p-topFuridodePlan__box {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.p-topFuridodePlan__box.-service {
  background: #fcfcfc;
}
.p-topFuridodePlan__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 267px;
}
.p-topFuridodePlan__txt {
  padding-top: 2rem;
  font-size: 1.4rem;
  text-align: center;
}
.p-topFuridodePlan__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  width: 270px;
}
.p-topFuridodePlan__img {
  width: 326px;
}
@media (max-width: 600px) {
  .p-topFuridodePlan__img {
    width: 100%;
  }
}

.p-topTitleSmall {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  line-height: 1.25;
}
.p-topTitleSmall__en {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: #ba9862;
}
.p-topTitleSmall__en.-mono {
  color: #575757;
}
.p-topTitleSmall__ja {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ba9862;
}
.p-topTitleSmall__ja.-mono {
  color: #575757;
}

.p-topOther {
  padding-bottom: 5rem;
}
@media (max-width: 600px) {
  .p-topOther__inner {
    padding: 0;
  }
}
.p-topOther__wrap {
  display: flex;
  justify-content: center;
  gap: 0;
}
@media (max-width: 600px) {
  .p-topOther__wrap {
    flex-direction: column;
  }
}
.p-topOther__item {
  width: 50%;
  padding: 3rem 0;
}
@media (max-width: 600px) {
  .p-topOther__item {
    width: 100%;
  }
}
.p-topOther__item.-hakama {
  background: #ffebf0;
}
.p-topOther__item.-kimono {
  background: #f5f5f5;
}
.p-topOther__item-inner {
  width: 270px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.p-topOther__item-img {
  width: 100%;
}
.p-topOther__item-btn {
  width: 100%;
}

.p-topFooter {
  background: #ededed;
  padding: 3.5rem 0;
  margin: 5px 0;
}
.p-topFooter__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
@media (max-width: 600px) {
  .p-topFooter__inner {
    gap: 1.4rem;
    flex-direction: column;
  }
}
.p-topFooter__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 128px;
  transition: 0.3s;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .p-topFooter__item {
    width: 325px;
    height: 110px;
    font-size: 2.2rem;
  }
}
.p-topFooter__item.-warrantyq {
  background: #ba9862;
}
.p-topFooter__item.-process {
  background: #bd77c9;
}
.p-topFooter__item:hover {
  opacity: 0.7;
}

.p-topCollectionBtn {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
}

@media screen and (max-width: 990px) {
  .p-topFuridodePlan__box {
    flex-direction: column;
    align-items: center;
  }
  .p-topFuridodePlan__img {
    width: 270px;
  }
}
.p-topBanner__link {
  transition: 0.3s;
}
.p-topBanner__link:hover {
  opacity: 0.7;
}

.p-collection__inner {
  display: flex;
  gap: 6rem;
}
@media (max-width: 1024px) {
  .p-collection__inner {
    flex-direction: column;
    gap: 0;
  }
}
.p-collectionHead, .p-collectionHead.--sp {
  margin-bottom: 5rem;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  .p-collectionHead, .p-collectionHead.--sp {
    display: none;
    text-align: center;
  }
}
.p-collectionHead.--sp {
  display: none;
}
@media (max-width: 1024px) {
  .p-collectionHead.--sp {
    display: block;
    margin-bottom: 3rem;
  }
}
@media (max-width: 600px) {
  .p-collectionHead.--sp {
    font-size: 2.4rem;
  }
}
.p-collectionNav {
  width: 200px;
}
@media (max-width: 1024px) {
  .p-collectionNav {
    display: none;
    width: 100%;
    padding-top: 2.5rem;
  }
}
.p-collectionNavCat {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .p-collectionNavCat {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .p-collectionNavCat {
    gap: 1rem;
  }
}
.p-collectionNavCat .searchandfilter li {
  padding-right: 0;
}
.p-collectionNavCat div > ul {
  display: flex !important;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 600px) {
  .p-collectionNavCat div > ul {
    gap: 2.5rem;
  }
}
.p-collectionNavCat div > ul h4 {
  margin-top: 0;
  margin-bottom: 2.5rem;
  padding: 0 0 0.5rem 0;
  border-bottom: 1px solid;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
@media (max-width: 600px) {
  .p-collectionNavCat div > ul h4 {
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .p-collectionNavCat div > ul li:has(input[type=submit]) {
    margin: 0 auto;
  }
}
.p-collectionNavCat div > ul > li > ul {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  .p-collectionNavCat div > ul > li > ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
@media (max-width: 600px) {
  .p-collectionNavCat div > ul > li > ul {
    padding-left: 1rem;
  }
}
.p-collectionNavCat div > ul > li > ul label {
  position: relative;
  cursor: pointer;
}
@media (max-width: 600px) {
  .p-collectionNavCat div > ul > li > ul label {
    font-size: 1.4rem;
  }
}
.p-collectionNavCat div > ul > li > ul label::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  left: 5px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 1px solid #707070;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 600px) {
  .p-collectionNavCat div > ul > li > ul label::before {
    margin-right: 10px;
  }
}
.p-collectionNavCat div > ul > li > ul label::after {
  content: "";
}
.p-collectionNavCat div > ul > li > ul label:has(input[type=checkbox]:checked)::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 14px;
  width: 10px;
  height: 6px;
  border-left: 2.5px solid #000;
  border-bottom: 2.5px solid #000;
  transform: rotate(-45deg) translateY(-100%);
}
.p-collectionNavCat div > ul > li > ul label.is-red::before {
  background: #ef3c4b;
  border: unset;
}
.p-collectionNavCat div > ul > li > ul label.is-red:has(input[type=checkbox]:checked)::after {
  border-left: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
}
.p-collectionNavCat div > ul > li > ul label.is-pink::before {
  background: #f8afd7;
  border: unset;
}
.p-collectionNavCat div > ul > li > ul label.is-pink:has(input[type=checkbox]:checked)::after {
  border-left: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
}
.p-collectionNavCat div > ul > li > ul label.is-blue::before {
  background: #4dbee9;
  border: unset;
}
.p-collectionNavCat div > ul > li > ul label.is-blue:has(input[type=checkbox]:checked)::after {
  border-left: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
}
.p-collectionNavCat div > ul > li > ul label.is-green::before {
  background: #9ed563;
  border: unset;
}
.p-collectionNavCat div > ul > li > ul label.is-green:has(input[type=checkbox]:checked)::after {
  border-left: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
}
.p-collectionNavCat div > ul > li > ul label.is-purple::before {
  background: #ad8eef;
  border: unset;
}
.p-collectionNavCat div > ul > li > ul label.is-purple:has(input[type=checkbox]:checked)::after {
  border-left: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
}
.p-collectionNavCat div > ul > li > ul label.is-yellow::before {
  background: #fed14c;
  border: unset;
}
.p-collectionNavCat div > ul > li > ul label.is-yellow:has(input[type=checkbox]:checked)::after {
  border-left: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
}
.p-collectionNavCat div > ul > li > ul label.is-brown::before {
  background: #81583f;
  border: unset;
}
.p-collectionNavCat div > ul > li > ul label.is-brown:has(input[type=checkbox]:checked)::after {
  border-left: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
}
.p-collectionNavCat div > ul > li > ul label.is-black::before {
  background: #363535;
  border: unset;
}
.p-collectionNavCat div > ul > li > ul label.is-black:has(input[type=checkbox]:checked)::after {
  border-left: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
}
.p-collectionNavCat div > ul > li > ul label.is-white::before {
  background: #fff;
  border: 1px solid #cdcdcd;
}
.p-collectionNavCat div > ul > li > ul label.is-white:has(input[type=checkbox]:checked)::after {
  border-left: 2.5px solid #000;
  border-bottom: 2.5px solid #000;
}
.p-collectionNavCat div > ul > li > ul label.is-other::before {
  background: #d3d3d3;
  border: unset;
}
.p-collectionNavCat div > ul > li > ul label.is-other:has(input[type=checkbox]:checked)::after {
  border-left: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
}
.p-collectionNavCat div > ul input[type=submit] {
  width: 200px;
  padding: 1rem 0;
  border: 1px solid #575757;
  border-radius: 30px;
  font-size: 1.4rem !important;
  font-weight: 700;
  color: #000 !important;
  cursor: pointer;
  transition: 0.3s;
}
.p-collectionNavCat div > ul input[type=submit]:hover {
  background: #f5cbd5;
  color: #fff;
}
@media (max-width: 1024px) {
  .p-collectionNavCat div > ul input[type=submit]:hover {
    background: transparent;
    color: #575757;
  }
}
.p-collectionNavCat__reset {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding: 0.94rem 0;
  border: 1px solid #575757;
  border-radius: 30px;
  font-size: 1.4rem;
  font-weight: 700;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .p-collectionNavCat__reset {
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .p-collectionNavCat__reset {
    width: 200px;
  }
}
.p-collectionNavCat__reset:hover {
  background: #f0f0f0;
}
.p-collectionList {
  width: 100%;
}
@media (max-width: 1024px) {
  .p-collectionList {
    padding-top: 3rem;
  }
}
.p-collectionList__num {
  padding-bottom: 2rem;
  font-size: 1.4rem;
}
@media (max-width: 600px) {
  .p-collectionList__num {
    margin-bottom: 2.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.2rem;
  }
}
.p-collectionListContent {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 6rem;
}
@media (max-width: 1024px) {
  .p-collectionListContent {
    gap: 2rem;
  }
}
@media (max-width: 600px) {
  .p-collectionListContent {
    margin-bottom: 4rem;
    gap: 1.5rem;
  }
}
@media (max-width: 600px) {
  .p-collectionListContent {
    grid-template-columns: 1fr 1fr;
  }
}
.p-collectionListContent.-other {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1024px) {
  .p-collectionListContent.-other {
    gap: 2rem;
  }
}
@media (max-width: 600px) {
  .p-collectionListContent.-other {
    margin-bottom: 4rem;
    gap: 1.5rem;
  }
}
@media (max-width: 600px) {
  .p-collectionListContent.-other {
    grid-template-columns: 1fr 1fr;
  }
}
.p-collectionListContentItem {
  position: relative;
}
.p-collectionListContentItem .simplefavorite-button {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 14px;
  opacity: 1;
}
.p-collectionListContentItem .simplefavorite-button span {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/common/heart-white.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-collectionListContentItem .simplefavorite-button.active span {
  background-image: url(../img/common/heart.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-collectionListContentItemLink {
  transition: 0.3s;
}
.p-collectionListContentItemLink:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .p-collectionListContentItemLink:hover {
    opacity: 1;
  }
}
.p-collectionListPager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 600px) {
  .p-collectionListPager {
    gap: 2.5rem;
  }
}
.p-collectionAcdnBtn {
  display: none;
  position: relative;
  padding: 1.5rem 2.5rem;
  border: 1px solid #707070;
  font-size: 1.4rem;
  transition: 0.3s;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .p-collectionAcdnBtn {
    display: block;
  }
}
.p-collectionAcdnBtn::before {
  display: block;
  position: absolute;
  content: url(../img/common/icon-minus.svg);
  top: calc(50% - 2px);
  transform: translateY(-50%);
  right: 30.5px;
  width: 15px;
  height: 15px;
  transition: 0.3s;
}
.p-collectionAcdnBtn.is-active {
  background: #c3c3c3;
  border: 1px solid #c3c3c3;
  color: #fff;
}
.p-collectionAcdnBtn.is-active::before {
  display: block;
  width: 15px;
  height: 15px;
  content: url(../img/common/icon-plus.svg);
}

.p-collectionDetails {
  padding-bottom: 10rem;
}
@media (max-width: 600px) {
  .p-collectionDetails {
    padding-bottom: 4rem;
  }
}
.p-collectionDetails__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 2rem 8rem;
}
@media (max-width: 1024px) {
  .p-collectionDetails__inner {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    padding: 2rem 2rem 4rem;
  }
}
@media (max-width: 600px) {
  .p-collectionDetails__inner {
    gap: 0;
    padding: 2rem 0rem 4rem;
  }
}
.p-collectionDetails__wrapper {
  position: relative;
}
.p-collectionDetails__back {
  margin: 0 auto;
}
.p-collectionDetailsSlide {
  width: 100%;
  max-width: 450px;
  min-width: 380px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .p-collectionDetailsSlide {
    min-width: unset;
  }
}
.p-collectionDetailsSlide .swiper-slide {
  width: 100% !important;
  max-width: 450px;
}
.p-collectionDetailsSlide .swiper-pagination {
  position: absolute;
  bottom: -60px;
}
@media (max-width: 600px) {
  .p-collectionDetailsSlide .swiper-pagination {
    bottom: -35px;
  }
}
.p-collectionDetailsSlide .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0 1.25rem !important;
  background: #e5e5e5;
  opacity: 1;
}
@media (max-width: 600px) {
  .p-collectionDetailsSlide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 0.8rem !important;
  }
}
.p-collectionDetailsSlide .swiper-pagination-bullet-active {
  background: #e4007f;
}
.p-collectionDetailsThumbs {
  width: 100%;
  max-width: 450px;
  margin-top: 10px;
  padding: 0 20px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .p-collectionDetailsThumbs {
    max-width: 100%;
  }
}
.p-collectionDetailsThumbs .swiper-slide {
  width: calc((100% - 20px) / 3) !important;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s;
}
.p-collectionDetailsThumbs .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.5;
  object-fit: cover;
}
.p-collectionDetailsThumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.p-collectionDetailsContent {
  max-width: 440px;
}
@media (max-width: 600px) {
  .p-collectionDetailsContent {
    min-width: unset;
    padding: 6rem 2rem 0;
  }
}
.p-collectionDetailsContent__head {
  margin-bottom: 0;
  padding: 0 1rem 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media (max-width: 600px) {
  .p-collectionDetailsContent__head {
    padding: 0 1rem 0.5rem;
    font-size: 1.6rem;
  }
}
.p-collectionDetailsContent__head span {
  border-bottom: 1px solid #707070;
}
.p-collectionDetailsContent__size {
  display: block;
  margin-top: -2rem;
  margin-left: auto;
  margin-bottom: 2rem;
  padding: 0 1rem;
  font-size: 1.4rem;
  font-size: 0.8em;
  font-weight: normal;
  font-size: 1.4rem;
}
@media (max-width: 600px) {
  .p-collectionDetailsContent__size {
    margin-top: 0;
    text-align: left;
  }
}
.p-collectionDetailsContentFlex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 4rem;
  padding: 0 1rem 2.5rem;
}
@media (max-width: 600px) {
  .p-collectionDetailsContentFlex {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
    margin-bottom: 0;
  }
}
.p-collectionDetailsContentFlexPrice {
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 5rem;
  gap: 1.6rem;
}
@media (max-width: 600px) {
  .p-collectionDetailsContentFlexPrice {
    margin-bottom: 1.6rem;
  }
}
.p-collectionDetailsContentFlexPrice__num {
  position: relative;
  font-size: 3rem;
}
@media (max-width: 600px) {
  .p-collectionDetailsContentFlexPrice__num {
    font-size: 3.2rem;
  }
}
.p-collectionDetailsContentFlexPrice__num.--none {
  padding-left: 0;
}
.p-collectionDetailsContentFlexPrice__mark {
  padding-right: 0.5em;
  font-size: 2rem;
}
@media (max-width: 600px) {
  .p-collectionDetailsContentFlexPrice__mark {
    padding-right: 0.1rem;
    font-size: 2.4rem;
  }
}
.p-collectionDetailsContentFlexPrice__tax {
  font-size: 1.6rem;
}
@media (max-width: 600px) {
  .p-collectionDetailsContentFlexPrice__tax {
    font-size: 1.4rem;
  }
}
.p-collectionDetailsContent__txt {
  margin-bottom: 2.4rem;
  padding-left: 1rem;
  font-size: 1.4rem;
}
@media (max-width: 600px) {
  .p-collectionDetailsContent__txt {
    margin-bottom: 2.4rem;
  }
}
.p-collectionDetailsContent .simplefavorite-button {
  position: relative;
  z-index: 1;
  cursor: pointer;
  transform: translateZ(0);
  width: 100%;
  max-width: 240px;
  height: 60px;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.p-collectionDetailsContent .simplefavorite-button span {
  display: block;
  width: 240px;
  height: 40px;
  background-image: url(../img/furisode/fav_btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-collectionDetailsContent .simplefavorite-button.active {
  opacity: 1;
}
.p-collectionDetailsContent .simplefavorite-button.active span {
  background-image: url(../img/furisode/fav_btn-active.svg);
}
.p-collectionDetailsContent .simplefavorite-button:hover {
  opacity: 1;
}
@media (max-width: 1024px) {
  .p-collectionDetailsContent .simplefavorite-button:hover {
    opacity: 0.5;
  }
}
.p-collectionDetailsContentContact {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 600px) {
  .p-collectionDetailsContentContact {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
    margin-bottom: 1.6rem;
  }
}

.p-collectionBtnWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  margin-bottom: 5rem;
}
@media (max-width: 600px) {
  .p-collectionBtnWrapper {
    flex-direction: column;
    gap: 3rem;
  }
}

.p-collectionBtnLine {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  background: #06c755;
  width: 240px;
  height: 75px;
  border-radius: 40px;
  transition: 0.3s;
}
.p-collectionBtnLine__img {
  width: 36px;
}
.p-collectionBtnLine__txt {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  color: #fff;
  letter-spacing: 0.08em;
}
.p-collectionBtnLine:hover {
  opacity: 0.7;
}

.p-collectionBtnReserve {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e4007f;
  width: 188px;
  height: 75px;
  border-radius: 40px;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .p-collectionBtnReserve {
    width: 240px;
    height: 40px;
    border-radius: 20px;
  }
}
.p-collectionBtnReserve__txt {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  letter-spacing: 0.08em;
}
.p-collectionBtnReserve:hover {
  opacity: 0.7;
}

@media (max-width: 600px) {
  .p-collectionDetailsBack {
    text-align: center;
  }
}

.p-collectionDetailsContentFlexPrice__none {
  font-size: 2rem;
}

.p-collectionDetailsContentFlexPrice__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  transform: translateY(-50%);
}
@media (max-width: 600px) {
  .p-collectionDetailsContentFlexPrice__tag {
    width: 80px;
    height: 40px;
  }
}
.p-collectionDetailsContentFlexPrice__tag.--rental {
  border: 1px solid #e4007f;
  color: #e4007f;
}
.p-collectionDetailsContentFlexPrice__tag.--purchase {
  border: 1px solid #575757;
}

.p-collectionDetailsContentFlexPrice__num {
  display: flex;
  align-items: center;
  gap: 20px;
}

.p-collectionDetailsContentFlexPrice__main {
  position: relative;
  top: -22px;
}

.p-collectionDetailsContentFlexPrice__none {
  font-size: 2rem;
}
@media (max-width: 600px) {
  .p-collectionDetailsContentFlexPrice__none {
    font-size: 1.6rem;
  }
}

.p-collectionListPager {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 600px) {
  .p-collectionListPager {
    gap: 1rem;
  }
}
.p-collectionListPager .wp-pagenavi a,
.p-collectionListPager .wp-pagenavi span {
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
}
.p-collectionListPager .wp-pagenavi span.current {
  background: #595757;
  color: #fff;
}

.p-collectionDetailsContent__txt-note {
  margin-bottom: 4rem;
  padding-left: 1rem;
  font-size: 1.4rem;
}

.p-collectionFavBlock {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  padding-left: 1rem;
  margin-bottom: 5.4rem;
}
.p-collectionFavBlock__txt {
  margin-bottom: 3.2rem;
}
@media (max-width: 600px) {
  .p-collectionFavBlock__txt {
    margin-bottom: 2rem;
  }
}
@media (max-width: 600px) {
  .p-collectionFavBlock__btnWrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.p-shop__tel {
  display: inline-block;
  position: relative;
  padding-left: 3rem;
  font-size: 2.4rem;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .p-shop__tel {
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .p-shop__tel {
    font-size: 2rem;
  }
}
.p-shop__tel::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  width: 24px;
  height: 31px;
  background: url(../img/shop/tel.png);
  background-size: cover;
  transform: translateY(-50%);
}
@media (max-width: 600px) {
  .p-shop__tel::before {
    width: 19px;
    height: 24.5px;
  }
}
@media (max-width: 600px) {
  .p-shop__tel.--detail {
    margin-bottom: 0;
  }
}
.p-shop__tel.--detail::before {
  background: url(../img/shop/tel_detail.png);
  background-size: cover;
}
.p-shopNav {
  margin-bottom: 8rem;
}
@media (max-width: 600px) {
  .p-shopNav {
    margin-bottom: 4rem;
  }
}
.p-shopNavWrapper {
  padding-top: 4rem;
}
@media (max-width: 600px) {
  .p-shopNavWrapper {
    padding-top: 2.5rem;
  }
}
.p-shopNavList {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
@media (max-width: 1024px) {
  .p-shopNavList {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .p-shopNavList {
    gap: 1.6rem 0.85rem;
  }
}
.p-shopNavListItem {
  width: 100%;
  max-width: 185px;
}
@media (max-width: 1024px) {
  .p-shopNavListItem {
    max-width: 270px;
  }
}
@media (max-width: 600px) {
  .p-shopNavListItem {
    max-width: 160px;
  }
}
.p-shopNavListItem__link {
  display: block;
  position: relative;
  width: 100%;
  padding: 1.64rem 3.2rem;
  background: #e4007f;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .p-shopNavListItem__link {
    padding: 0.74rem 2.4rem;
  }
}
.p-shopNavListItem__link:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .p-shopNavListItem__link:hover {
    opacity: 1;
  }
}
.p-shopNavListItem__link::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 2.5rem;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg) translateY(100%);
  transition: 0.3s;
}
@media (max-width: 600px) {
  .p-shopNavListItem__link::before {
    right: 2rem;
    transform: rotate(135deg) translateY(120%);
  }
}
.p-shop__prefecture {
  position: relative;
  margin-bottom: 4rem;
  padding: 3rem 0;
  background: #efdfe8;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
}
@media (max-width: 600px) {
  .p-shop__prefecture {
    margin-bottom: 1.6rem;
    padding: 1.25rem 0;
    font-size: 2rem;
  }
}
.p-shop__prefecture::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: translateX(-50%);
}
.p-shop__prefecture::after {
  position: absolute;
  content: "";
  bottom: 8px;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: translateX(-50%);
}
.p-shopList {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media (max-width: 600px) {
  .p-shopList {
    gap: 3.4rem;
  }
}
.p-shopListWrapper {
  margin-bottom: 16rem;
}
@media (max-width: 600px) {
  .p-shopListWrapper {
    margin-bottom: 8rem;
  }
}
.p-shopListWrapper:last-of-type {
  margin-bottom: 10rem;
}
@media (max-width: 600px) {
  .p-shopListWrapper:last-of-type {
    margin-bottom: 4rem;
  }
}
.p-shopListItem {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 4rem 2rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1024px) {
  .p-shopListItem {
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .p-shopListItem {
    padding: 2rem 2rem 2.5rem;
  }
}
.p-shopListItem__img {
  max-width: 240px;
  min-width: 240px;
  padding-right: 4rem;
  box-sizing: content-box;
}
@media (max-width: 1024px) {
  .p-shopListItem__img {
    max-width: 295px;
    min-width: 295px;
    margin-bottom: 2.5rem;
    padding-right: 0;
  }
}
.p-shopListItemContent {
  width: 100%;
  max-width: 430px;
  margin-right: 1rem;
  padding-top: 1rem;
}
@media (max-width: 1024px) {
  .p-shopListItemContent {
    margin-right: 0;
    padding-top: 0;
    text-align: center;
  }
}
.p-shopListItemContent__name {
  display: block;
  min-height: 50px;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .p-shopListItemContent__name {
    min-height: unset;
  }
}
@media (max-width: 600px) {
  .p-shopListItemContent__name {
    font-size: 1.6rem;
  }
}
.p-shopListItemContent__address {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}
.p-shopListItemContent__detail {
  transform: translateY(160%);
}
@media (max-width: 1024px) {
  .p-shopListItemContent__detail {
    transform: unset;
  }
}

.p-shopDetailGuide {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .p-shopDetailGuide {
    flex-direction: column;
    gap: 3rem;
  }
}
.p-shopDetailGuideWrapper {
  padding: 4rem 2rem 8rem;
}
@media (max-width: 600px) {
  .p-shopDetailGuideWrapper {
    padding: 2.5rem 2rem 8rem;
  }
}
.p-shopDetailGuideImg {
  width: 100%;
  max-width: 460px;
}
.p-shopDetailGuideImgTop {
  margin-bottom: 1rem;
  overflow: hidden;
}
.p-shopDetailGuideImgBottom .swiper-slide {
  cursor: pointer;
}
.p-shopDetailGuideImgBottom .swiper-slide-thumb-active {
  opacity: 0.4;
}
.p-shopDetailGuideContent {
  width: 100%;
  max-width: 700px;
}
@media (max-width: 1024px) {
  .p-shopDetailGuideContent {
    max-width: 600px;
  }
}
.p-shopDetailGuideContent__name {
  margin-bottom: 3rem;
  padding: 0 0 2rem 2rem;
  border-bottom: 1px solid #dbb4ca;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .p-shopDetailGuideContent__name {
    padding: 0 0 1rem 0;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .p-shopDetailGuideContent__name {
    margin-bottom: 1.5rem;
  }
}
.p-shopDetailGuideContentList {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.p-shopDetailGuideContentList:last-of-type {
  margin-bottom: 2rem;
}
.p-shopDetailGuideContentList__term {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 28px;
  background: #dbb4ca;
  border-radius: 3px;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.08em;
}
.p-shopDetailGuideContent__tel {
  margin-bottom: 4.5rem;
  padding-left: 2rem;
}
@media (max-width: 1024px) {
  .p-shopDetailGuideContent__tel {
    margin-bottom: 0;
    padding-left: 0;
    text-align: center;
  }
}
.p-shopDetailGuideContentBtn {
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 1024px) {
  .p-shopDetailGuideContentBtn {
    display: none;
  }
}
.p-shopDetailGuideContentBtn__line.--middle {
  max-width: 310px;
}
.p-shopDetailAccess {
  margin-bottom: 19.5rem;
}
@media (max-width: 600px) {
  .p-shopDetailAccess {
    margin-bottom: 3.2rem;
  }
}
.p-shopDetailAccessHead {
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .p-shopDetailAccessHead {
    margin-bottom: 2.5rem;
  }
}
.p-shopDetailAccessTop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .p-shopDetailAccessTop {
    flex-direction: column;
    gap: 2rem;
  }
}
@media (max-width: 600px) {
  .p-shopDetailAccessTop {
    gap: 0.8rem;
  }
}
.p-shopDetailAccess__map {
  width: 100%;
  max-width: 760px;
}
@media (max-width: 1024px) {
  .p-shopDetailAccess__map {
    max-width: 400px;
  }
}
.p-shopDetailAccess__map iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 600px) {
  .p-shopDetailAccess__map iframe {
    height: 280px;
  }
}
.p-shopDetailAccess__img {
  max-width: 400px;
}
.p-shopDetailVenue {
  margin-bottom: 16rem;
  padding: 4rem 0 8rem;
  background: #efdfe8;
}
@media (max-width: 600px) {
  .p-shopDetailVenue {
    margin-bottom: 4rem;
    padding: 4rem 0;
  }
}
.p-shopDetailVenue__img {
  max-width: 600px;
  margin: 0 auto 6rem;
}
@media (max-width: 600px) {
  .p-shopDetailVenue__img {
    margin: 0 auto 2.5rem;
  }
}
.p-shopDetailVenueList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 1024px) {
  .p-shopDetailVenueList {
    grid-template-columns: unset;
  }
}
@media (max-width: 600px) {
  .p-shopDetailVenueList {
    gap: 1.6rem;
  }
}
.p-shopDetailVenueListItem {
  text-align: center;
}
.p-shopDetailVenueListItem__name {
  padding: 1.6rem 1rem;
  background: #e4007f;
  border-radius: 10px 10px 0 0;
  font-size: 2rem;
  color: #fff;
}
@media (max-width: 600px) {
  .p-shopDetailVenueListItem__name {
    padding: 0.8rem 1rem;
    font-size: 1.6rem;
  }
}
.p-shopDetailVenueListItem__address {
  padding: 1.52rem 1rem;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 600px) {
  .p-shopDetailVenueListItem__address {
    padding: 1.1rem 1rem;
  }
}
.p-shopDetailMessage {
  margin-bottom: 16rem;
}
@media (max-width: 600px) {
  .p-shopDetailMessage {
    margin-bottom: 8rem;
  }
}
.p-shopDetailColumn {
  margin-bottom: 8rem;
}
@media (max-width: 600px) {
  .p-shopDetailColumn {
    margin-bottom: 4rem;
  }
}
.p-shopDetail__back {
  margin: 0 auto 10rem;
}
@media (max-width: 600px) {
  .p-shopDetail__back {
    display: none;
  }
}

.p-favoritesTtl {
  margin-bottom: 8rem;
  padding: 4.1rem 0;
}
@media (max-width: 1024px) {
  .p-favoritesTtl {
    margin-bottom: 4rem;
  }
}
@media (max-width: 600px) {
  .p-favoritesTtl {
    padding: 2rem 0;
  }
}
.p-favoritesTtl__txt {
  font-size: 1.6rem;
  padding: 0 20px;
}
@media (max-width: 600px) {
  .p-favoritesTtl__txt {
    font-size: 1.4rem;
  }
}
.p-favorites__no {
  margin-bottom: 8rem;
  padding: 8rem 0;
  background: #efefef;
  text-align: center;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  .p-favorites__no {
    margin-bottom: 4rem;
  }
}
@media (max-width: 600px) {
  .p-favorites__no {
    font-size: 1.4rem;
  }
}
.p-favoritesList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  margin: 8rem 0;
}
@media (max-width: 1024px) {
  .p-favoritesList {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 4rem 0;
  }
}
.p-favoritesList__item {
  position: relative;
}
.p-favoritesList__item .simplefavorite-button {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 14px;
  opacity: 1;
}
.p-favoritesList__item .simplefavorite-button span {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/common/heart-white.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-favoritesList__item .simplefavorite-button.active span {
  background-image: url(../img/common/heart.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-campaign__img {
  max-width: 1200px;
  margin: 0 auto 8rem;
}
@media (max-width: 600px) {
  .p-campaign__img {
    margin: 0 auto 4rem;
  }
}
.p-campaign__prefecture {
  margin-bottom: 4rem;
  padding: 2.25rem 0;
  background: #efdfe8;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  .p-campaign__prefecture {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .p-campaign__prefecture {
    margin-bottom: 2.5rem;
    padding: 0.9rem 0;
    font-size: 1.8rem;
    font-weight: 500;
  }
}
.p-campaignShop {
  display: flex;
  flex-wrap: wrap;
  gap: 4.5rem;
  margin-bottom: 12rem;
}
@media (max-width: 1024px) {
  .p-campaignShop {
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
    margin-bottom: 4rem;
  }
}
.p-campaignShop__btn.--middle {
  max-width: 370px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media (max-width: 600px) {
  .p-campaignShop__btn.--middle {
    max-width: 315px;
    padding: 0.7rem 3rem;
  }
}
@media (max-width: 600px) {
  .p-campaignShop__btn.--middle::before {
    right: 30px;
  }
}
@media (max-width: 600px) {
  .p-campaignShop__btn.--middle::after {
    right: 30px;
  }
}

.p-campaignDetail__name {
  margin-bottom: 4rem;
  padding-left: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dbb4ca;
  font-size: 2.4rem;
}
@media (max-width: 1024px) {
  .p-campaignDetail__name {
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .p-campaignDetail__name {
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    font-size: 2rem;
  }
}
.p-campaignDetailContent {
  width: 100%;
  height: 500px;
  margin-bottom: 8rem;
  background: #e5e5e5;
}
@media (max-width: 600px) {
  .p-campaignDetailContent {
    margin-bottom: 4rem;
  }
}
.p-campaignDetail__back {
  display: block;
  margin: 0 auto 10rem;
}
@media (max-width: 600px) {
  .p-campaignDetail__back {
    display: none;
  }
}

.p-conceptMessage {
  margin-bottom: 8rem;
}
.p-conceptAbout {
  margin-bottom: 10rem;
}
@media (max-width: 600px) {
  .p-conceptAbout {
    margin-bottom: 4rem;
  }
}
.p-conceptAboutContent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.5rem;
  margin-bottom: 8rem;
  padding-top: 4rem;
}
@media (max-width: 1024px) {
  .p-conceptAboutContent {
    flex-direction: column;
    margin-bottom: 4rem;
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  .p-conceptAboutContent {
    gap: 2.5rem;
    max-width: 350px;
    margin: 0 auto 4rem;
    padding: 0 1rem;
  }
}
.p-conceptAboutContent__img {
  position: relative;
  max-width: 480px;
}
.p-conceptAboutContent__img::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -100px;
  width: 477px;
  height: 410px;
  background: #efefef;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 1024px) {
  .p-conceptAboutContent__img::before {
    top: 0;
    height: 300px;
    transform: translateY(20%);
  }
}
@media (max-width: 600px) {
  .p-conceptAboutContent__img::before {
    left: -20px;
    width: 273px;
    height: 190px;
    transform: translateY(28%);
  }
}
.p-conceptAboutContentTxt {
  text-decoration: underline;
  text-decoration-color: #cdcdcd;
  text-underline-offset: 0.8em;
  line-height: 2.8em;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  .p-conceptAboutContentTxt {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .p-conceptAboutContentTxt {
    font-size: 1.4rem;
    text-underline-offset: 0.5em;
    line-height: 2.5em;
    letter-spacing: 0.04em;
  }
}
.p-conceptAboutContent.--re {
  flex-direction: row-reverse;
  gap: 7rem;
}
@media (max-width: 1024px) {
  .p-conceptAboutContent.--re {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .p-conceptAboutContent.--re {
    gap: 2.5rem;
  }
}
.p-conceptAboutContent.--re .p-conceptAboutContent__img::before {
  left: unset;
  right: -100px;
}
@media (max-width: 600px) {
  .p-conceptAboutContent.--re .p-conceptAboutContent__img::before {
    left: unset;
    right: -20px;
  }
}
.p-conceptAboutContent:last-of-type {
  margin-bottom: 12rem;
}
@media (max-width: 1024px) {
  .p-conceptAboutContent:last-of-type {
    margin-bottom: 8rem;
  }
}
.p-conceptAboutTxt {
  max-width: 1000px;
  margin: 0 auto 15rem;
  padding: 4.5rem 0;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  .p-conceptAboutTxt {
    margin: 0 auto 5.5rem;
    font-size: 2.2rem;
  }
}
@media (max-width: 600px) {
  .p-conceptAboutTxt {
    font-size: 2rem;
    line-height: 2.1em;
  }
}
.p-conceptAboutTxt__marker {
  background: linear-gradient(transparent 60%, #efdfe8 0);
}
.p-conceptAboutTxt__left {
  display: block;
  position: relative;
}
.p-conceptAboutTxt__left::before {
  position: absolute;
  content: "";
  top: -45px;
  left: 0;
  width: 30px;
  height: 30px;
  border-top: 1px solid #575757;
  border-left: 1px solid #575757;
}
.p-conceptAboutTxt__left::after {
  position: absolute;
  content: "";
  bottom: -248px;
  left: 0;
  width: 30px;
  height: 30px;
  border-top: 1px solid #575757;
  border-left: 1px solid #575757;
  transform: rotate(-90deg);
}
@media (max-width: 1024px) {
  .p-conceptAboutTxt__left::after {
    bottom: -204px;
  }
}
@media (max-width: 600px) {
  .p-conceptAboutTxt__left::after {
    bottom: -297px;
  }
}
.p-conceptAboutTxt__right {
  display: block;
  position: relative;
}
.p-conceptAboutTxt__right::before {
  position: absolute;
  content: "";
  top: -45px;
  right: 0;
  width: 30px;
  height: 30px;
  border-top: 1px solid #575757;
  border-left: 1px solid #575757;
  transform: rotate(90deg);
}
.p-conceptAboutTxt__right::after {
  position: absolute;
  content: "";
  bottom: -248px;
  right: 0;
  width: 30px;
  height: 30px;
  border-top: 1px solid #575757;
  border-left: 1px solid #575757;
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .p-conceptAboutTxt__right::after {
    bottom: -204px;
  }
}
@media (max-width: 600px) {
  .p-conceptAboutTxt__right::after {
    bottom: -297px;
  }
}
.p-conceptAboutFlex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16rem;
}
@media (max-width: 1024px) {
  .p-conceptAboutFlex {
    flex-direction: column;
    gap: 2.4rem;
    margin-bottom: 8rem;
  }
}
.p-conceptAboutFlex__img {
  max-width: 530px;
  margin-right: 7rem;
}
@media (max-width: 1024px) {
  .p-conceptAboutFlex__img {
    margin-right: 0;
  }
}
.p-conceptAboutFlex__txt {
  min-width: 534px;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 2.2em;
}
@media (max-width: 1024px) {
  .p-conceptAboutFlex__txt {
    min-width: unset;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .p-conceptAboutFlex__txt {
    font-size: 1.4rem;
  }
}
.p-conceptAboutCeremony__head {
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #cdcdcd;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  .p-conceptAboutCeremony__head {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .p-conceptAboutCeremony__head {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    font-size: 1.8rem;
  }
}
.p-conceptAboutCeremonyContent {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .p-conceptAboutCeremonyContent {
    gap: 4rem;
  }
}
.p-conceptAboutCeremonyContentFlex {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .p-conceptAboutCeremonyContentFlex {
    align-items: center;
    flex-direction: column-reverse;
    gap: 3.4rem;
  }
}
.p-conceptAboutCeremonyContentFlex__img {
  max-width: 428px;
  min-width: 428px;
}
@media (max-width: 600px) {
  .p-conceptAboutCeremonyContentFlex__img {
    max-width: unset;
    min-width: unset;
  }
}
.p-conceptAboutCeremonyContentFlex__txt {
  max-width: 694px;
  letter-spacing: 0.08em;
}
.p-conceptAboutCeremonyContentFlex__txt.--bottom {
  transform: translateY(-40px);
}
@media (max-width: 1024px) {
  .p-conceptAboutCeremonyContentFlex__txt.--bottom {
    transform: unset;
  }
}
.p-conceptAboutCeremonyContentFlexBtn {
  display: block;
  padding-top: 3.8rem;
}
@media (max-width: 1024px) {
  .p-conceptAboutCeremonyContentFlexBtn {
    padding-top: 3.5rem;
  }
}
.p-conceptAboutCeremonyContentFlexBtn__link.--middle {
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .p-conceptAboutCeremonyContentFlexBtn__link.--middle {
    margin: 0 auto;
    padding: 1.5rem 2rem;
  }
}
@media (max-width: 600px) {
  .p-conceptAboutCeremonyContentFlexBtn__link.--middle {
    max-width: 303px;
    padding: 0.7rem 2.2rem;
  }
}
.p-conceptAboutCeremonyContentFlexBtn__link.--middle::before {
  right: 30px;
}
.p-conceptAboutCeremonyContentFlexBtn__link.--middle::after {
  right: 30px;
}
.p-conceptAboutCeremonyContentFlexBtn__link.--middle:hover::before {
  right: 20px;
}
@media (max-width: 1024px) {
  .p-conceptAboutCeremonyContentFlexBtn__link.--middle:hover::before {
    right: 30px;
  }
}
.p-conceptAboutCeremonyContentFlexBtn__link.--middle:hover::after {
  right: 20px;
}
@media (max-width: 1024px) {
  .p-conceptAboutCeremonyContentFlexBtn__link.--middle:hover::after {
    right: 30px;
  }
}

.p-ceremonyHead {
  margin-bottom: 4rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #cdcdcd;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 600px) {
  .p-ceremonyHead {
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    font-size: 2.4rem;
  }
}
.p-ceremonyHeadSub {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 600px) {
  .p-ceremonyHeadSub {
    line-height: 1;
  }
}
.p-ceremonyFlex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 8rem;
  margin-bottom: 6.5rem;
  padding-bottom: 11rem;
}
@media (max-width: 1024px) {
  .p-ceremonyFlex {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    margin-bottom: 4rem;
    padding-bottom: 0;
  }
}
.p-ceremonyFlex__img {
  position: relative;
  max-width: 484px;
}
.p-ceremonyFlex__img::before {
  position: absolute;
  content: "";
  width: 811px;
  height: 560px;
  top: 80px;
  left: -100px;
  background: #efdfe8;
  z-index: -1;
}
@media (max-width: 1024px) {
  .p-ceremonyFlex__img::before {
    width: 100vw;
    height: 955px;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 600px) {
  .p-ceremonyFlex__img::before {
    height: 170%;
  }
}
.p-ceremonyFlex__txt {
  font-size: 2rem;
  letter-spacing: 0.08em;
  transform: translateY(110px);
}
@media (max-width: 1024px) {
  .p-ceremonyFlex__txt {
    text-align: center;
    transform: unset;
  }
}
@media (max-width: 600px) {
  .p-ceremonyFlex__txt {
    font-size: 1.4rem;
  }
}
.p-ceremonyImg {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 16rem;
  overflow-y: hidden;
}
@media (max-width: 1024px) {
  .p-ceremonyImg {
    gap: 0;
    margin-bottom: 8rem;
  }
}
.p-ceremonyImg::-webkit-scrollbar {
  display: none;
}
.p-ceremonyImg__item {
  min-width: 378px;
}
@media (max-width: 600px) {
  .p-ceremonyImg__item {
    min-width: 210px;
  }
}
.p-ceremonyCer {
  margin-bottom: 16rem;
}
@media (max-width: 600px) {
  .p-ceremonyCer {
    margin-bottom: 9rem;
  }
}
.p-ceremonyCer__txt {
  margin-bottom: 4.5rem;
  font-size: 1.4rem;
  text-align: center;
  line-height: 2;
}
@media (max-width: 600px) {
  .p-ceremonyCer__txt {
    margin-bottom: 3rem;
    text-align: initial;
  }
}
.p-ceremonyCerImg {
  display: flex;
  justify-content: center;
  gap: 5.7rem;
}
@media (max-width: 1024px) {
  .p-ceremonyCerImg {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    padding: 0 2rem;
  }
}
@media (max-width: 600px) {
  .p-ceremonyCerImg {
    padding: 0 3rem 0 2rem;
  }
}
.p-ceremonyCerImg__item {
  position: relative;
  min-width: 508px;
}
@media (max-width: 1024px) {
  .p-ceremonyCerImg__item {
    max-width: 508px;
    min-width: unset;
  }
}
.p-ceremonyCerImg__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 17px;
  right: -17px;
  background: #efdfe8;
  z-index: -1;
}
@media (max-width: 600px) {
  .p-ceremonyCerImg__item::before {
    top: 10px;
    right: -10px;
  }
}
.p-ceremonyPlace {
  margin-bottom: 16rem;
}
@media (max-width: 1024px) {
  .p-ceremonyPlace {
    margin-bottom: 8rem;
  }
}
.p-ceremonyPlaceHead {
  margin-bottom: 5.5rem;
  padding: 7.4rem 0;
  background: url(../img/ceremony/ceremony-bg.png);
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
}
@media (max-width: 600px) {
  .p-ceremonyPlaceHead {
    margin-bottom: 3rem;
    padding: 5.7rem 0;
    background: url(../img/ceremony/ceremony-bg_sp.png);
    background-size: cover;
    background-position: center;
  }
}
.p-ceremonyPlaceHead__main {
  font-size: 3.2rem;
  font-weight: 500;
}
@media (max-width: 600px) {
  .p-ceremonyPlaceHead__main {
    font-size: 2.4rem;
  }
}
.p-ceremonyPlaceHead__sub {
  font-size: 1.4rem;
  font-weight: 500;
}
.p-ceremonyPlaceList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem 6.4rem;
  margin-bottom: 4.4rem;
}
@media (max-width: 600px) {
  .p-ceremonyPlaceList {
    gap: 3rem;
    margin-bottom: 3rem;
  }
}
.p-ceremonyPlaceListItem {
  max-width: 460px;
}
@media (max-width: 600px) {
  .p-ceremonyPlaceListItem {
    padding: 0 0.5rem;
  }
}
.p-ceremonyPlaceListItem__name {
  padding-bottom: 0.5rem;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  color: #e4007f;
  text-align: center;
  letter-spacing: 0.08em;
}
@media (max-width: 600px) {
  .p-ceremonyPlaceListItem__name {
    font-size: 2.4rem;
  }
}
.p-ceremonyPlaceListItem__img {
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .p-ceremonyPlaceListItem__img {
    margin-bottom: 1rem;
  }
}
.p-ceremonyPlaceListItem__img img {
  aspect-ratio: 460/280;
  object-fit: cover;
}
.p-ceremonyPlaceListItem__txt {
  text-align: center;
}
.p-ceremonyPlaceListItem__link {
  transition: 0.3s;
}
.p-ceremonyPlaceListItem__link:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .p-ceremonyPlaceListItem__link:hover {
    opacity: 1;
  }
}
.p-ceremonyPlace__btn {
  margin: 0 auto;
}
.p-ceremonyProduct {
  margin-bottom: 10rem;
}
@media (max-width: 1024px) {
  .p-ceremonyProduct {
    margin-bottom: 4rem;
  }
}
.p-ceremonyProduct__txt {
  margin-bottom: 4rem;
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-ceremonyProduct__txt {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 600px) {
  .p-ceremonyProduct__txt {
    text-align: initial;
  }
}
.p-ceremonyProductList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 3rem;
}
@media (max-width: 1024px) {
  .p-ceremonyProductList {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .p-ceremonyProductList {
    gap: 2rem;
  }
}
.p-ceremonyProductList__link {
  transition: 0.3s;
}
.p-ceremonyProductList__link:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .p-ceremonyProductList__link:hover {
    opacity: 1;
  }
}

.p-media__inner {
  margin-bottom: 10rem;
}
@media (max-width: 1024px) {
  .p-media__inner {
    margin-bottom: 4rem;
  }
}
.p-mediaNav {
  margin-bottom: 8rem;
  background: #efdfe8;
}
@media (max-width: 1024px) {
  .p-mediaNav {
    margin-bottom: 4rem;
  }
}
.p-mediaNavList {
  display: flex;
  justify-content: center;
}
.p-mediaNavListItem {
  width: 100%;
  max-width: 400px;
}
.p-mediaNavListItem__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 60px;
  font-size: 1.4rem;
  font-weight: bold;
  transition: 0.3s;
}
.p-mediaNavListItem__link::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 1px;
  height: 40px;
  background: #fff;
  transform: translateY(-50%);
}
.p-mediaNavListItem__link.--first::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 40px;
  background: #fff;
  transform: translateY(-50%);
}
.p-mediaNavListItem__link.--nb::after {
  content: unset;
}
.p-mediaNavListItem__link.--current {
  position: unset;
  background: #e4007f;
  color: #fff;
}
.p-mediaNavListItem__link:hover {
  position: unset;
  background: #e4007f;
  color: #fff;
}
@media (max-width: 1024px) {
  .p-mediaNavListItem__link:hover {
    background: unset;
    color: #575757;
  }
}
.p-mediaList {
  display: flex;
  justify-content: center;
  padding: 4rem 1rem;
  border-bottom: 1px solid #cdcdcd;
}
@media (max-width: 1024px) {
  .p-mediaList {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-mediaList:first-of-type {
  padding-top: 0;
}
.p-mediaList:last-of-type {
  padding-bottom: 0;
  border: unset;
}
.p-mediaList__date {
  width: 100%;
  max-width: 120px;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
}
.p-mediaListContent {
  width: 100%;
  max-width: 880px;
}
.p-mediaListContent__ttl {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}
@media (max-width: 600px) {
  .p-mediaListContent__ttl {
    font-size: 1.6rem;
  }
}
.p-mediaListContent__txt {
  font-size: 1.4rem;
}
.p-mediaListContent.--flex {
  display: flex;
  gap: 8rem;
}
@media (max-width: 1024px) {
  .p-mediaListContent.--flex {
    flex-direction: column;
    gap: 0;
  }
}
.p-mediaListContent__audio {
  padding-top: 4rem;
}
@media (max-width: 1024px) {
  .p-mediaListContent__audio {
    padding-top: 2.5rem;
    text-align: center;
  }
}
.p-mediaListContentImg {
  max-width: 340px;
}
@media (max-width: 1024px) {
  .p-mediaListContentImg {
    margin: 0 auto 2.5rem;
  }
}
.p-mediaListContentBtn {
  padding-top: 4rem;
}
@media (max-width: 1024px) {
  .p-mediaListContentBtn {
    padding-top: 2.5rem;
  }
}
.p-mediaListContentBtn__link {
  font-family: "Noto Sans JP", "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media (max-width: 1024px) {
  .p-mediaListContentBtn__link {
    order: 1;
    margin: 0 auto;
  }
}
.p-mediaListContentBtn__link.--web {
  padding: 1.5rem 3.8rem;
}
@media (max-width: 600px) {
  .p-mediaListContentBtn__link.--web {
    max-width: 260px;
    padding: 0.7rem 2.2rem;
  }
}
.p-mediaListContentBtn__link.--web::before {
  right: 30px;
}
.p-mediaListContentBtn__link.--web::after {
  right: 30px;
}
.p-mediaListContentBtn__link.--web:hover::before {
  right: 20px;
}
@media (max-width: 1024px) {
  .p-mediaListContentBtn__link.--web:hover::before {
    right: 30px;
  }
}
.p-mediaListContentBtn__link.--web:hover::after {
  right: 20px;
}
@media (max-width: 1024px) {
  .p-mediaListContentBtn__link.--web:hover::after {
    right: 30px;
  }
}
@media (max-width: 1024px) {
  .p-mediaListContent__left {
    display: contents;
  }
}

.p-formTtl {
  margin-bottom: 8rem;
  padding: 4.1rem 0;
}
@media (max-width: 1024px) {
  .p-formTtl {
    margin-bottom: 4rem;
    padding: 2rem 0;
  }
}
.p-formContent {
  max-width: 820px;
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media (max-width: 1024px) {
  .p-formContent {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.p-formContentFavo {
  margin-bottom: 4rem;
  padding: 4rem 1rem;
  background: #efdfe8;
}
@media (max-width: 1024px) {
  .p-formContentFavo {
    margin-bottom: 3.2rem;
    padding: 3.2rem 1rem;
  }
}
.p-formContentFavo__head {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
.p-formContentFavo__txt {
  margin-bottom: 3rem;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-formContentFavo__txt {
    margin-bottom: 2rem;
  }
}
.p-formContentFavo__no {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  text-align: center;
}
.p-formContentFavo .p-favoritesList {
  max-width: 700px;
  margin: 0 auto;
}
.p-formContentFavo .p-favoritesList span {
  width: 30px;
  height: 30px;
}
.p-formContentItem {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 11rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 1024px) {
  .p-formContentItem {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
@media (max-width: 600px) {
  .p-formContentItem {
    gap: 1rem;
  }
}
@media (max-width: 600px) {
  .p-formContentItem.--last {
    margin-bottom: 1.5rem;
  }
}
.p-formContentItem.--top {
  align-items: flex-start;
}
.p-formContentItem__red {
  color: #e4007f;
}
.p-formContentItem__link {
  padding-left: 2rem;
  text-decoration: underline;
  color: #e4007f;
}
.p-formContentItem__label {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: right;
}
@media (max-width: 1024px) {
  .p-formContentItem__label {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .p-formContentItem__label {
    font-size: 1.6rem;
  }
}
.p-formContentItem__label.--required::before {
  position: absolute;
  content: "必須";
  top: 50%;
  right: -70px;
  padding: 0.1rem 0.5rem;
  background: #e4007f;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.08em;
  transform: translateY(-50%);
}
@media (max-width: 600px) {
  .p-formContentItem__label.--required::before {
    right: -45px;
  }
}
.p-formContentItem__label.--top {
  transform: translateY(8px);
}
@media (max-width: 1024px) {
  .p-formContentItem__label.--top {
    transform: translateY(0px);
  }
}
.p-formContentItem__label.--top::before {
  top: 0;
  transform: translateY(5px);
}
@media (max-width: 600px) {
  .p-formContentItem__label.--top::before {
    transform: translateY(2px);
  }
}
.p-formContentItem__wrap {
  position: relative;
  width: 100%;
  max-width: 490px;
}
.p-formContentItem__min {
  padding-top: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.p-formContentItem__note {
  margin-bottom: 1rem;
  letter-spacing: 0.08em;
}
@media (max-width: 600px) {
  .p-formContentItem__note {
    font-size: 1.2rem;
  }
}
.p-formContentItem__input {
  width: 100%;
  max-width: 490px;
}
@media (max-width: 1024px) {
  .p-formContentItem__input {
    max-width: unset;
  }
}
.p-formContentItem__input.--date {
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 600px) {
  .p-formContentItem__input.--date {
    gap: 1rem;
    padding-right: 1rem;
  }
}
.p-formContentItem__input.--address {
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 1024px) {
  .p-formContentItem__input.--address {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.p-formContentItem__input.--prefecture {
  max-width: 150px;
}
@media (max-width: 1024px) {
  .p-formContentItem__input.--prefecture {
    max-width: 230px;
  }
}
.p-formContentItem__input .wpcf7-form-control-wrap {
  display: block;
}
.p-formContentItem__input .wpcf7-form-control-wrap:has(.--w260) {
  max-width: 260px;
}
.p-formContentItem__input .wpcf7-form-control-wrap:has(.--w230) {
  max-width: 230px;
}
.p-formContentItem__input .wpcf7-form-control-wrap:has(.--min) {
  max-width: 100px;
}
@media (max-width: 600px) {
  .p-formContentItem__input .wpcf7-form-control-wrap:has(.--min) {
    width: 66px;
  }
}
.p-formContentItem__input .wpcf7-form-control-wrap:has(.--middle) {
  max-width: 150px;
}
@media (max-width: 600px) {
  .p-formContentItem__input .wpcf7-form-control-wrap:has(.--middle) {
    width: 108px;
  }
}
.p-formContentItem__input.--select .wpcf7-form-control-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 28px;
  height: 45px;
  background: #e4007f;
  border-radius: 0 5px 5px 0;
  z-index: -2;
}
@media (max-width: 600px) {
  .p-formContentItem__input.--select .wpcf7-form-control-wrap::before {
    width: 24px;
    height: 35px;
  }
}
.p-formContentItem__input.--select .wpcf7-form-control-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  right: 9px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(200%) rotate(45deg);
  z-index: -1;
}
@media (max-width: 600px) {
  .p-formContentItem__input.--select .wpcf7-form-control-wrap::after {
    width: 6px;
    height: 6px;
  }
}
.p-formContentItem__input.--radio .p-formContentItem__note {
  padding-bottom: 0.5em;
}
.p-formContentItem__input.--radio span.wpcf7-form-control.wpcf7-radio {
  flex-direction: row;
  align-items: center;
  justify-content: left;
}
.p-formContentItem__input.--radio span.wpcf7-form-control.wpcf7-radio input[type=radio] {
  opacity: 0;
  position: absolute;
}
.p-formContentItem__input.--radio span.wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0;
}
.p-formContentItem__input.--radio span.wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first .wpcf7-list-item-label {
  padding-left: 0;
}
.p-formContentItem__input.--radio span.wpcf7-form-control .wpcf7-list-item-label {
  position: relative;
  display: block;
  display: flex;
  padding-left: 20px;
  letter-spacing: 0.13em;
  cursor: pointer;
}
.p-formContentItem__input.--radio span.wpcf7-form-control .wpcf7-list-item-label::before {
  content: "";
  background: #fff;
  border: 2px solid #e4007f;
  width: 20px;
  height: 20px;
  margin-bottom: auto;
  margin-right: 15px;
  margin-top: auto;
  transition: background-color 0.5s;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .p-formContentItem__input.--radio span.wpcf7-form-control .wpcf7-list-item-label::before {
    font-size: 1.6rem;
  }
}
.p-formContentItem__input.--radio span.wpcf7-form-control input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #e4007f; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 1.5px #fff; /* 中心の色のスタイル */
}
.p-formContentItem__date {
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 600px) {
  .p-formContentItem__date {
    gap: 1rem;
  }
}
.p-formContentItem__checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 3rem;
  width: 100%;
}
@media (max-width: 600px) {
  .p-formContentItem__checkbox {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.p-formContentItem__checkbox .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
}
@media (max-width: 600px) {
  .p-formContentItem__checkbox .wpcf7-list-item-label {
    display: inline-block;
    width: 100%;
    text-indent: -3.8em;
    padding-left: 3.8em;
  }
}
.p-formContentItem__checkbox .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  left: 5px;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  border: 1px solid #707070;
  border-radius: 5px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.p-formContentItem__checkbox .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 13px;
  width: 15px;
  height: 10px;
  border-left: 2px solid #e4007f;
  border-bottom: 2px solid #e4007f;
  transform: rotate(-45deg);
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .p-formContentItem__checkbox .wpcf7-list-item-label::after {
    top: 5px;
  }
}
.p-formContentItem__checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border: 1px solid #efdfe8;
  background: #efdfe8;
}
.p-formContentItem__checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-formContentItem__checkbox .wpcf7-list-item {
  margin: 0 !important;
}
.p-formContentItem__checkbox .has-free-text {
  display: flex;
  width: 100%;
  align-items: center;
}
.p-formContentItem__checkbox .has-free-text label {
  margin-right: 2rem;
  white-space: nowrap;
}
.p-formContentItem__checkbox .has-free-text input[type=text] {
  width: 100%;
  height: 45px;
  padding: 0 1rem;
  border: 1px solid #707070;
  border-radius: 5px;
}
@media (max-width: 600px) {
  .p-formContentItem__checkbox .has-free-text input[type=text] {
    height: 35px;
  }
}
.p-formContentItem__text {
  width: 100%;
  height: 45px;
  padding: 1rem;
  border: 1px solid #707070;
  border-radius: 5px;
  color: #333333;
}
@media (max-width: 600px) {
  .p-formContentItem__text {
    height: 35px;
  }
}
.p-formContentItem__text.--min {
  max-width: 100px;
  width: 100px;
}
@media (max-width: 600px) {
  .p-formContentItem__text.--min {
    width: 66px;
  }
}
.p-formContentItem__text.--middle {
  max-width: 150px;
  min-width: 150px;
}
@media (max-width: 600px) {
  .p-formContentItem__text.--middle {
    min-width: unset;
    width: 108px;
  }
}
.p-formContentItem__text.--w260 {
  max-width: 260px;
}
@media (max-width: 600px) {
  .p-formContentItem__text.--w260 {
    max-width: 100%;
  }
}
.p-formContentItem__text.--w230 {
  max-width: 230px;
}
.p-formContentItem__text.--textarea {
  height: 135px;
}
.p-formContentItem__text.--policy {
  padding: 1.5rem 2rem;
  overflow: auto;
}
.p-formContentItemAcceptance {
  margin-bottom: 4rem;
  text-align: center;
  letter-spacing: 0.08em;
}
@media (max-width: 600px) {
  .p-formContentItemAcceptance {
    text-align: initial;
    transform: translateX(-20px);
  }
}
.p-formContentItemAcceptance .wpcf7-list-item-label {
  cursor: pointer;
}
.p-formContentItemAcceptance .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  left: 5px;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  border: 1px solid #707070;
  border-radius: 5px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.p-formContentItemAcceptance .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 29px;
  width: 15px;
  height: 10px;
  border-left: 2px solid #e4007f;
  border-bottom: 2px solid #e4007f;
  transform: rotate(-45deg);
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .p-formContentItemAcceptance .wpcf7-list-item-label:after {
    top: -3px;
    left: 27px;
  }
}
.p-formContentItemAcceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  border: 1px solid #efdfe8;
  background: #efdfe8;
}
.p-formContentItemAcceptance input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.p-formContentItem .wpcf7-not-valid-tip {
  display: inline-block;
  font-size: 1.2rem;
  white-space: nowrap;
}
.p-formContentItem .datepicker.hasDatepicker {
  display: none;
}
.p-formContentItem .ui-datepicker-trigger {
  position: absolute;
  max-width: 490px;
  height: 45px;
  opacity: 0;
}
.p-formContentItem__center {
  transform: translateY(8px);
}
@media (max-width: 600px) {
  .p-formContentItem__center {
    transform: translateY(5px);
  }
}
.p-formContentItemBtn {
  position: relative;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
.p-formContentItemBtn:hover::before {
  right: 40px;
  background: #fff;
}
@media (max-width: 1024px) {
  .p-formContentItemBtn:hover::before {
    right: 50px;
    background: #e4007f;
  }
}
.p-formContentItemBtn:hover::after {
  right: 40px;
  background: #fff;
}
@media (max-width: 1024px) {
  .p-formContentItemBtn:hover::after {
    right: 50px;
    background: #e4007f;
  }
}
.p-formContentItemBtn:hover input {
  background: #e4007f;
  color: #fff;
}
@media (max-width: 1024px) {
  .p-formContentItemBtn:hover input {
    background: transparent;
    color: #e4007f;
  }
}
.p-formContentItemBtn:has(input:disabled) {
  pointer-events: none;
  opacity: 0.5;
}
.p-formContentItemBtn input {
  display: block;
  width: 100%;
  max-width: 240px;
  padding: 0.6rem 5.8rem;
  border: 1px solid #e4007f;
  border-radius: 40px;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: initial;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  background: #e4007f;
}
.p-formContentItemBtn input:disabled {
  pointer-events: none;
}
.p-formContentItemBtn .wpcf7-spinner {
  display: none !important;
}
.p-formContent__complete {
  margin-bottom: 8rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-formContent__complete {
    margin-bottom: 4rem;
  }
}
.p-formContent__top {
  font-family: "Noto Sans JP", "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.p-formContentConfirm {
  display: flex;
  justify-content: center;
  gap: 8rem;
  padding: 3rem 0;
  border-bottom: 1px solid #efdfe8;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .p-formContentConfirm {
    flex-direction: column;
    gap: 2rem;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .p-formContentConfirm {
    padding: 2rem 0;
    font-size: 1.4rem;
  }
}
.p-formContentConfirm:first-of-type {
  padding-top: 0;
}
.p-formContentConfirm:last-of-type {
  margin-bottom: 4rem;
}
.p-formContentConfirm__term {
  width: 100%;
  max-width: 250px;
  text-align: right;
}
@media (max-width: 1024px) {
  .p-formContentConfirm__term {
    text-align: initial;
  }
}
.p-formContentConfirm__desc {
  width: 100%;
  max-width: 480px;
}
@media (max-width: 600px) {
  .p-formContentConfirm__desc {
    padding-left: 0.8rem;
  }
}
.p-formContentBack {
  position: absolute;
  left: 80px;
  bottom: 0;
}
@media (max-width: 1024px) {
  .p-formContentBack {
    position: relative;
    left: unset;
  }
}
.p-formContentBack:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 20px;
  width: 40px;
  height: 1px;
  background: #e4007f;
  transform: translateY(-50%);
  transition: 0.3s;
}
.p-formContentBack::after {
  content: "";
  position: absolute;
  top: 47%;
  left: 20px;
  transform: translateY(-50%) rotate(135deg);
  width: 5px;
  height: 1px;
  background: #e4007f;
  transition: 0.3s ease;
}
.p-formContentBack input {
  padding: 2rem 1rem 2rem 8rem;
  font-size: 1.6rem;
  color: #333333;
  cursor: pointer;
}
.p-formContentBack:hover::before {
  left: 10px;
}
@media (max-width: 1024px) {
  .p-formContentBack:hover::before {
    left: 20px;
  }
}
.p-formContentBack:hover::after {
  left: 10px;
}
@media (max-width: 1024px) {
  .p-formContentBack:hover::after {
    left: 20px;
  }
}
@media (max-width: 1024px) {
  .p-formContentBtn {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 1rem;
  }
}

.datetimepicker,
.datetimepicker2 {
  position: absolute;
  top: 0;
  width: 445px;
  height: 45px;
  display: block !important;
  opacity: 0;
}
@media (max-width: 600px) {
  .datetimepicker,
  .datetimepicker2 {
    width: 420px;
    height: 35px;
  }
}

input[type=checkbox] {
  width: 0 !important;
  height: 0 !important;
}

.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 10px;
}
.wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}

.wpcf7-response-output {
  display: none;
}

.p-fundTtl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  height: 104px;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .p-fundTtl {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 600px) {
  .p-fundTtl {
    gap: 10px;
    height: auto;
    padding: 1.25rem 2rem;
  }
}
.p-fundTtlCircle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 78px;
  height: 78px;
  background: #e4007f;
  border-radius: 100px;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.5;
}
.p-fundTtlCircle__min {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
@media (max-width: 600px) {
  .p-fundTtlCircle.--benefit {
    position: absolute;
    left: 50%;
    transform: translateX(-230%);
    z-index: 99;
  }
}
.p-fundTtl__min {
  font-size: 2rem;
}
@media (max-width: 600px) {
  .p-fundTtl__min {
    font-size: 1.6rem;
  }
}
.p-fundTtl__color {
  font-weight: 700;
  color: #e4007f;
}
@media (max-width: 600px) {
  .p-fundTtl__acc {
    text-align: left;
    line-height: 1.5;
  }
}
@media (max-width: 600px) {
  .p-fundTtl.--benefit {
    padding: 1.25rem 2rem 1.25rem 9rem;
  }
}
.p-fundAbout {
  margin-bottom: 8rem;
}
@media (max-width: 1024px) {
  .p-fundAbout {
    margin-bottom: 4.8rem;
  }
}
.p-fundAbout {
  text-align: center;
}
.p-fundAbout__main {
  margin-bottom: 2rem;
  font-size: 2rem;
}
@media (max-width: 600px) {
  .p-fundAbout__main {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
  }
}
.p-fundAbout__sub {
  font-size: 1.4rem;
}
.p-fundAcc {
  margin-bottom: 8rem;
}
@media (max-width: 1024px) {
  .p-fundAcc {
    margin-bottom: 6rem;
  }
}
.p-fundAcc__ex {
  display: block;
  max-width: 845px;
  margin: 0 auto 4rem;
}
.p-fundAcc__course {
  display: block;
  max-width: 1090px;
  margin: 0 auto;
}
.p-fundBenefit {
  margin-bottom: 10rem;
}
@media (max-width: 1024px) {
  .p-fundBenefit {
    margin-bottom: 4rem;
  }
}
.p-fundBenefit__list {
  display: block;
  max-width: 925px;
  margin: 0 auto 6rem;
}
@media (max-width: 1024px) {
  .p-fundBenefit__list {
    margin: 0 auto 4rem;
  }
}
.p-fundBenefit__txt {
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
  text-align: center;
}
.p-fundBenefitBtn {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}
@media (max-width: 600px) {
  .p-fundBenefitBtn {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
}
.p-fundBenefitBtn__line {
  max-width: 310px;
}

.p-spaceNavWrapper {
  padding-top: 4rem;
}
@media (max-width: 600px) {
  .p-spaceNavWrapper {
    padding-top: 2.5rem;
  }
}
.p-space__prefecture {
  margin-bottom: 4rem;
  padding: 2.25rem 0;
  background: #efdfe8;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  .p-space__prefecture {
    text-align: center;
  }
}
.p-spaceList {
  display: flex;
  gap: 4.5rem;
}
@media (max-width: 1024px) {
  .p-spaceList {
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
  }
}
.p-spaceListWrapper {
  margin-bottom: 16rem;
}
@media (max-width: 600px) {
  .p-spaceListWrapper {
    margin-bottom: 8rem;
  }
}
.p-spaceList__item {
  width: 100%;
  max-width: 370px;
}
@media (max-width: 600px) {
  .p-spaceList__item {
    max-width: 290px;
  }
}
.p-space__btn.--middle {
  max-width: 370px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media (max-width: 600px) {
  .p-space__btn.--middle {
    max-width: 315px;
    padding: 0.7rem 3rem;
  }
}

.p-spaceDetailGuide {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .p-spaceDetailGuide {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}
.p-spaceDetailGuideWrapper {
  padding: 4rem 2rem 8rem;
}
@media (max-width: 600px) {
  .p-spaceDetailGuideWrapper {
    padding: 2.5rem 2rem 4rem;
  }
}
.p-spaceDetailGuideImg {
  width: 100%;
  max-width: 460px;
}
.p-spaceDetailGuideImgTop {
  margin-bottom: 1rem;
  overflow: hidden;
}
.p-spaceDetailGuideImgBottomList {
  flex-wrap: wrap;
  gap: 10px 0;
}
.p-spaceDetailGuideImgBottomList__item:nth-of-type(3) {
  margin-right: 0 !important;
}
.p-spaceDetailGuideImgBottom .swiper-slide {
  cursor: pointer;
}
.p-spaceDetailGuideImgBottom .swiper-slide-thumb-active {
  opacity: 0.4;
}
.p-spaceDetailGuideContent {
  width: 100%;
  max-width: 700px;
  padding-top: 5rem;
}
@media (max-width: 1024px) {
  .p-spaceDetailGuideContent {
    max-width: 600px;
    padding-top: 0;
  }
}
.p-spaceDetailGuideContent__name {
  margin-bottom: 3rem;
  padding: 0 0 2rem 2rem;
  border-bottom: 1px solid #dbb4ca;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .p-spaceDetailGuideContent__name {
    padding: 0 0 1rem 0;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .p-spaceDetailGuideContent__name {
    margin-bottom: 1.5rem;
  }
}
.p-spaceDetailGuideContent__txt {
  margin-bottom: 4.2rem;
  padding: 0 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  .p-spaceDetailGuideContent__txt {
    margin-bottom: 3.2rem;
  }
}
.p-spaceDetailGuideContentList {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  margin-bottom: 1.7rem;
  padding: 0 2rem;
}
.p-spaceDetailGuideContentList:last-of-type {
  margin-bottom: 4rem;
}
.p-spaceDetailGuideContentList__term {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 88px;
  height: 28px;
  background: #dbb4ca;
  border-radius: 3px;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.08em;
}
.p-spaceDetailGuideContent__tel {
  margin-bottom: 4.5rem;
  padding-left: 2rem;
}
@media (max-width: 1024px) {
  .p-spaceDetailGuideContent__tel {
    margin-bottom: 0;
    padding-left: 0;
    text-align: center;
  }
}
.p-spaceDetailGuideContentBtn {
  display: flex;
  gap: 2.4rem;
  padding: 0 2rem;
}
@media (max-width: 1024px) {
  .p-spaceDetailGuideContentBtn {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
}
.p-spaceDetailGuideContentBtn__line.--middle {
  max-width: 310px;
}
@media (max-width: 1024px) {
  .p-spaceDetailGuideContentBtn__line.--middle {
    max-width: 290px;
  }
}

.p-privacyTxt__note {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #838383;
  line-height: 1.6;
}
.p-privacyInfo {
  width: fit-content;
  margin-bottom: 6rem;
  padding: 2rem 2.5rem;
  background: #f2f2f2;
}
.p-privacyInfoTxt {
  line-height: 1.5;
}
.p-privacyInfoTxt__min {
  font-size: 1.4rem;
}

.p-column {
  margin-bottom: 10rem;
}
@media (max-width: 1024px) {
  .p-column {
    margin-bottom: 0;
  }
}
.p-column__inner {
  display: flex;
  align-items: flex-start;
  gap: 8rem;
  max-width: 1130px;
  margin: 0 auto 6rem;
  padding: 0 2rem;
}
@media (max-width: 1024px) {
  .p-column__inner {
    display: contents;
  }
}
@media (max-width: 1024px) {
  .p-column__wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
  }
}
.p-column__article {
  width: calc(100% - 380px);
}
@media (max-width: 1024px) {
  .p-column__article {
    width: 100%;
    margin-bottom: 3.2rem;
    padding: 0 2rem;
    order: 0;
  }
}
.p-column__pager {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .p-column__pager {
    margin-bottom: 4rem;
    order: 1;
  }
}
.p-column__pager .wp-pagenavi {
  display: flex;
  gap: 8px;
}
.p-column__pager .page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  background: #cdcdcd;
  font-size: 1.4rem;
  font-weight: 700;
  transition: 0.3s;
}
.p-column__pager .page:hover {
  background: #575757;
  color: #fff;
}
@media (max-width: 1024px) {
  .p-column__pager .page:hover {
    background: #cdcdcd;
    color: #575757;
  }
}
.p-column__pager .current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  background: #575757;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
.p-column__pager .previouspostslink,
.p-column__pager .nextpostslink {
  width: 34px;
  height: 34px;
  background: #cdcdcd;
  border-radius: 0;
  color: #575757;
  transform: unset;
}
@media (max-width: 1024px) {
  .p-column__pager .previouspostslink:hover,
  .p-column__pager .nextpostslink:hover {
    background: #cdcdcd;
  }
}
.p-column__pager .previouspostslink::before,
.p-column__pager .nextpostslink::before {
  background: #575757;
  width: 9.5px;
  height: 1px;
  transition: 0.3s;
}
.p-column__pager .previouspostslink::after,
.p-column__pager .nextpostslink::after {
  background: #575757;
  width: 9.5px;
  height: 1px;
  transition: 0.3s;
}
.p-column__pager .previouspostslink:hover::before,
.p-column__pager .nextpostslink:hover::before {
  background: #fff;
}
@media (max-width: 1024px) {
  .p-column__pager .previouspostslink:hover::before,
  .p-column__pager .nextpostslink:hover::before {
    background: #575757;
  }
}
.p-column__pager .previouspostslink:hover::after,
.p-column__pager .nextpostslink:hover::after {
  background: #fff;
}
@media (max-width: 1024px) {
  .p-column__pager .previouspostslink:hover::after,
  .p-column__pager .nextpostslink:hover::after {
    background: #575757;
  }
}
.p-columnList {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .p-columnList {
    gap: 2.4rem;
  }
}
.p-columnListItem {
  width: calc(50% - 20px);
}
@media (max-width: 1024px) {
  .p-columnListItem {
    width: 100%;
  }
}
.p-columnListItem:first-of-type {
  width: 100%;
}
.p-columnListItem.--first {
  position: relative;
}
.p-columnListItem.--first::before {
  position: absolute;
  content: "";
  width: 135px;
  height: 50px;
  top: 0;
  left: 0;
  background: url(../img/column/column-new.png) center/cover;
  transform: translateY(-50%);
  z-index: 99;
}
@media (max-width: 600px) {
  .p-columnListItem.--first::before {
    width: 104px;
    height: 36px;
  }
}
.p-columnListItemLink {
  display: block;
  padding: 2.4rem 2.4rem 3.2rem;
  border: 1px solid #cdcdcd;
  transition: 0.3s;
}
.p-columnListItemLink:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .p-columnListItemLink:hover {
    opacity: 1;
  }
}
.p-columnListItemLink__img {
  margin-bottom: 1.67rem;
}
.p-columnListItemLink__img img {
  height: auto;
}
.p-columnListItemLink__ttl {
  display: -webkit-box;
  font-size: 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  letter-spacing: 0.08em;
  line-height: 1.625;
}
.p-columnListItemLink__ttl.--first {
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .p-columnListItemLink__ttl.--first {
    margin-bottom: 1rem;
  }
}
.p-columnListItemLink__date {
  width: 105px;
  margin-bottom: 1.5rem;
  padding: 0.15rem;
  background: #dbb4ca;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
  text-align: center;
}
.p-columnListItemLink__txt {
  display: -webkit-box;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 600px) {
  .p-columnListItemLink__txt {
    -webkit-line-clamp: 3;
  }
}
.p-columnRanking {
  width: 340px;
  padding: 4rem 2rem;
  background: #efdfe8;
}
@media (max-width: 1024px) {
  .p-columnRanking {
    width: 100%;
    order: 2;
  }
}
.p-columnRankingTtl {
  margin-bottom: 3.2rem;
  text-align: center;
}
.p-columnRankingTtl__main {
  font-size: 4rem;
}
.p-columnRankingTtl__sub {
  font-size: 1.2rem;
}
.p-columnRankingList {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.p-columnRankingListItemLink {
  display: flex;
  gap: 1.2rem;
  padding: 1.6rem 1.6rem 2.4rem;
  background: #fff;
  transition: 0.3s;
}
.p-columnRankingListItemLink:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .p-columnRankingListItemLink:hover {
    opacity: 1;
  }
}
.p-columnRankingListItemLink__img {
  padding-top: 1.6rem;
}
.p-columnRankingListItemLink__img img {
  width: 92px;
  height: auto;
}
.p-columnRankingListItemLinkInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.p-columnRankingListItemLinkInfo__view {
  font-size: 1.2rem;
}
.p-columnRankingListItemLinkInfo__rank {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 28px;
  background: #dbb4ca;
  border-radius: 3px;
  font-size: 1.4rem;
  color: #fff;
}
.p-columnRankingListItemLink__ttl {
  display: -webkit-box;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.p-columnDetail {
  padding: 4rem 0 10rem;
}
@media (max-width: 600px) {
  .p-columnDetail {
    padding: 4rem 0 4rem;
  }
}
.p-columnDetail__article {
  max-width: 960px;
  margin: 0 auto 6rem;
  padding: 0 2rem;
}
@media (max-width: 600px) {
  .p-columnDetail__article {
    margin: 0 auto 4rem;
  }
}
.p-columnDetailInfo {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 2.4rem;
}
@media (max-width: 600px) {
  .p-columnDetailInfo {
    justify-content: space-between;
    margin-bottom: 1.6rem;
  }
}
.p-columnDetailInfo__date {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 28px;
  background: #dbb4ca;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
}
.p-columnDetailInfo__view {
  font-size: 1.2rem;
}
.p-columnDetail__head {
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #dbb4ca;
  font-size: 2.8rem;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .p-columnDetail__head {
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
    font-size: 2rem;
  }
}
.p-columnDetail__img img {
  max-width: 720px;
  height: auto;
  margin: 0 auto 4rem;
}
.p-columnDetail__txt {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 2em;
}
.p-columnDetailFurisode {
  margin-bottom: 6rem;
}
@media (max-width: 1024px) {
  .p-columnDetailFurisode {
    margin-bottom: 4rem;
  }
}
.p-columnDetailFurisodeList {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
  max-width: 720px;
  margin: 0 auto 3.2rem;
  padding: 0 2rem;
}
@media (max-width: 600px) {
  .p-columnDetailFurisodeList {
    gap: 2rem;
    margin: 0 auto 2.45rem;
  }
}
.p-columnDetailFurisodeListItem {
  width: 33%;
  transition: 0.3s;
}
.p-columnDetailFurisodeListItem:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .p-columnDetailFurisodeListItem:hover {
    opacity: 1;
  }
}
.p-columnDetailSub {
  max-width: 960px;
  margin: 0 auto 16rem;
  padding: 0 2rem;
}
@media (max-width: 600px) {
  .p-columnDetailSub {
    margin: 0 auto 8rem;
  }
}
.p-columnDetailSub__link {
  display: block;
  max-width: 720px;
  margin: 0 auto 6rem;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .p-columnDetailSub__link {
    margin: 0 auto 4rem;
  }
}
.p-columnDetailSub__link:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .p-columnDetailSub__link:hover {
    opacity: 1;
  }
}
.p-columnDetailSubBox {
  margin-bottom: 4rem;
  padding: 2.4rem 2.4rem 3.2rem;
  border: 1px solid #cdcdcd;
  text-align: center;
}
.p-columnDetailSubBox__logo {
  max-width: 180px;
  margin: 0 auto 1.6rem;
}
.p-columnDetailSubBox__head {
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #e4007f;
  letter-spacing: 0.08em;
}
.p-columnDetailSubBox__txt {
  font-size: 1.2rem;
}
@media (max-width: 600px) {
  .p-columnDetailSubBox__txt {
    text-align: initial;
  }
}
.p-columnDetailShop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  max-width: 720px;
  margin: 0 auto 6rem;
  padding: 0 2rem;
}
.p-columnDetailShopItem {
  width: 100%;
  padding: 4rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 600px) {
  .p-columnDetailShopItem {
    padding: 2rem 2rem 2.4rem;
  }
}
.p-columnDetailShopItem__top {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 600px) {
  .p-columnDetailShopItem__top {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.p-columnDetailShopItem__img {
  max-width: 240px;
}
@media (max-width: 600px) {
  .p-columnDetailShopItem__img {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .p-columnDetailShopItem__info {
    text-align: center;
  }
}
.p-columnDetailShopItem__name {
  margin-bottom: 1rem;
  font-size: 2rem;
}
@media (max-width: 600px) {
  .p-columnDetailShopItem__name {
    font-size: 1.6rem;
  }
}
.p-columnDetailShopItem__address {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
.p-columnDetailShopItemTel {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.p-columnDetailShopItemTel__img {
  max-width: 24px;
}
@media (max-width: 600px) {
  .p-columnDetailShopItemTel__img {
    max-width: 19px;
  }
}
.p-columnDetailShopItemTel__num {
  font-size: 2.4rem;
}
@media (max-width: 600px) {
  .p-columnDetailShopItemTel__num {
    font-size: 2rem;
    text-decoration: underline;
  }
}
.p-columnDetailList {
  display: flex;
  gap: 3.2rem;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 1024px) {
  .p-columnDetailList {
    flex-direction: column;
    max-width: 700px;
  }
}
.p-columnDetailListItemLink {
  display: block;
  padding: 2.4rem 2.4rem 3.2rem;
  border: 1px solid #cdcdcd;
  transition: 0.3s;
}
.p-columnDetailListItemLink:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .p-columnDetailListItemLink:hover {
    opacity: 1;
  }
}
.p-columnDetailListItemLink__img {
  margin-bottom: 1.6rem;
}
.p-columnDetailListItemLink__img img {
  height: auto;
}
.p-columnDetailListItemLink__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 28px;
  margin-bottom: 1.6rem;
  background: #dbb4ca;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
}
.p-columnDetailListItemLink__head {
  display: -webkit-box;
  font-size: 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  letter-spacing: 0.08em;
  line-height: 1.625;
}
.p-columnDetailContent {
  max-width: 1000px;
  padding: 0 2rem;
  margin: 0 auto 6rem;
}
@media (max-width: 600px) {
  .p-columnDetailContent {
    margin: 0 auto 4rem;
  }
}
.p-columnDetailContent #toc_container {
  width: 100%;
  margin-bottom: 6rem;
  padding: 2.4rem;
  background: unset;
}
@media (max-width: 600px) {
  .p-columnDetailContent #toc_container {
    margin-bottom: 3.2rem;
  }
}
.p-columnDetailContent h2 span {
  display: block;
  margin-bottom: 2.4rem;
  padding: 1.5rem 1.8rem;
  background: #efdfe8;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.p-columnDetailContent p {
  margin-bottom: 6rem;
}
@media (max-width: 600px) {
  .p-columnDetailContent p {
    margin-bottom: 3.2rem;
  }
}
.p-columnDetailContent #toc_container p.toc_title {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.p-columnDetailContent #toc_container p.toc_title + ul.toc_list {
  margin-top: 2.4rem;
}
.p-columnDetailContent #toc_container p.toc_title + ul.toc_list li a {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #e4007f;
}
.p-columnDetailContent strong {
  color: #e4007f;
}

/* 20220719 TOPページキャンペーンポップアップ */
.popup {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  overflow: visible;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s, visibility 0.6s;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup__inner {
  position: absolute;
  left: 32px;
  bottom: 32px;
  z-index: 2;
}

.popup__inner a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.popup__inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}

.popup__btn {
  position: absolute;
  left: -30px;
  top: -30px;
  width: 60px;
  height: 60px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.popup__btn {
  z-index: 2;
}
.popup__btn::before, .popup__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 70%;
  height: 1px;
  background-color: #000;
}
.popup__btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .popup__inner {
    width: 290px;
    height: auto;
    margin: 0 auto 15px;
    bottom: 70px;
  }
  .popup__btn {
    top: -40px;
    left: -20px;
  }
  .popup__btn i {
    font-size: 44px;
  }
}
.popup__inner {
  width: 290px;
  height: auto;
}

.p-recruit__img {
  max-width: 1200px;
  margin: 0 auto 8rem;
}
@media (max-width: 600px) {
  .p-recruit__img {
    margin: 0 auto 4rem;
  }
}
.p-recruit__prefecture {
  margin-bottom: 4rem;
  padding: 2.25rem 0;
  background: #efdfe8;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  .p-recruit__prefecture {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .p-recruit__prefecture {
    margin-bottom: 2.5rem;
    padding: 0.9rem 0;
    font-size: 1.8rem;
    font-weight: 500;
  }
}
.p-recruitShop {
  display: flex;
  flex-wrap: wrap;
  gap: 4.5rem;
  margin-bottom: 12rem;
}
@media (max-width: 1024px) {
  .p-recruitShop {
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
    margin-bottom: 4rem;
  }
}
.p-recruitShop__btn.--middle {
  max-width: 370px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media (max-width: 600px) {
  .p-recruitShop__btn.--middle {
    max-width: 315px;
    padding: 0.7rem 3rem;
  }
}
@media (max-width: 600px) {
  .p-recruitShop__btn.--middle::before {
    right: 30px;
  }
}
@media (max-width: 600px) {
  .p-recruitShop__btn.--middle::after {
    right: 30px;
  }
}

.p-companyTxt__note {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #838383;
  line-height: 1.6;
}
.p-companyInfo {
  max-width: 78rem;
  width: 100%;
}
.p-companyInfo dl {
  padding-bottom: 1.5rem;
}
.p-companyInfo dt {
  border-bottom: 1px solid #707070;
  padding: 1rem;
}
.p-companyInfo dd {
  padding: 1.5rem 1rem 1rem;
}
.p-companyInfo dd a {
  color: #0693e3;
}

.p-lower-head {
  position: relative;
}
.p-lower-head > picture img {
  width: 1500px;
  height: 380px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-lower-head > picture img {
    width: 100%;
    height: auto;
  }
}
.p-lower-head__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-lower-head__title-main {
  display: block;
  line-height: 1.25;
}
.p-lower-head__title-main-sub {
  font-size: 2.6rem;
}
.p-lower-head__title-star {
  position: absolute;
  display: inline-block;
  width: 9rem;
}
@media (max-width: 600px) {
  .p-lower-head__title-star {
    width: 6.8rem;
  }
}
.p-lower-head__title-star.--rental {
  left: calc(50% + 12rem);
  top: calc(50% - 6rem);
}
@media (max-width: 600px) {
  .p-lower-head__title-star.--rental {
    top: 1.6rem;
    right: 1.6rem;
    left: auto;
  }
}
.p-lower-head__title-star.--bring {
  left: calc(50% + 13rem);
  top: calc(50% - 8rem);
}
@media (max-width: 600px) {
  .p-lower-head__title-star.--bring {
    top: 1.6rem;
    right: initial;
    left: 2rem;
  }
}
.p-lower-head__title-star.--family {
  left: calc(50% + 13rem);
  top: calc(50% - 8rem);
}
@media (max-width: 600px) {
  .p-lower-head__title-star.--family {
    top: 1.6rem;
    right: 1.6rem;
    left: auto;
  }
}
.p-lower-head__title-star.--buy {
  left: calc(50% + 10rem);
  top: calc(50% - 6rem);
}
@media (max-width: 600px) {
  .p-lower-head__title-star.--buy {
    top: 1.6rem;
    right: 1.6rem;
    left: auto;
  }
}
.p-lower-head__title-star.--service {
  left: calc(50% - 19rem);
  top: calc(50% - 8rem);
}
@media (max-width: 600px) {
  .p-lower-head__title-star.--service {
    top: 1.6rem;
    right: 1.6rem;
    left: auto;
  }
}
.p-lower-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: multiply;
}
.p-lower-head.--rental {
  background-color: #f47597;
}
.p-lower-head.--bring {
  background-color: #8bb9e6;
}
.p-lower-head.--family {
  background-color: #85ce7f;
}
.p-lower-head.--buy {
  background-color: #7d6c9b;
}
.p-lower-head.--anshinhosho {
  background-color: #ba9862;
}
.p-lower-head.--service {
  background-color: #bd77c9;
}

.p-lower-head-other {
  padding: 3.2rem 0;
  background: #ffebf0;
  text-align: center;
}

.p-plan-lead {
  padding: 2.8rem 0;
  text-align: center;
}
@media (max-width: 600px) {
  .p-plan-lead {
    padding: 2.8rem 0;
    text-align: left;
  }
}
.p-plan-lead.--rental {
  background: #ffebf0;
}
.p-plan-lead.--bring {
  background: #ebf5ff;
}
.p-plan-lead.--family {
  background: #e7f7e9;
}
.p-plan-lead.--buy {
  background: #f5efff;
}

.p-plan-content {
  padding: 6rem 0;
}
@media (max-width: 600px) {
  .p-plan-content {
    padding: 3.2rem 0;
  }
}
.p-plan-content__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  color: #575757;
}
@media (max-width: 600px) {
  .p-plan-content__ttl {
    font-size: 2rem;
  }
}

.p-plan-content__header {
  padding-bottom: 4rem;
}

.p-planHead {
  position: relative;
  width: 100vw;
  min-height: 106px;
  margin-left: calc(50% - 50vw);
  padding: 1.5rem 0;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-planHead::after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: -1em;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 18px solid #555555;
  border-bottom: 0;
}
.p-planHead.--rental {
  background: #f47597;
}
.p-planHead.--rental::after {
  border-top-color: #f47597;
}
.p-planHead.--family {
  background: #85ce7f;
}
.p-planHead.--family::after {
  border-top-color: #85ce7f;
}
.p-planHead.--bring {
  background: #8bb9e6;
}
.p-planHead.--bring::after {
  border-top-color: #8bb9e6;
}
.p-planHead.--buy {
  background: #8E70C3;
}
.p-planHead.--buy::after {
  border-top-color: #8E70C3;
}
.p-planHead.--service {
  background: #bd77c9;
}
.p-planHead.--service::after {
  border-top-color: #bd77c9;
}
.p-planHead.--shoplist {
  background: #ffebf0;
  color: inherit;
}
.p-planHead.--shoplist::after {
  border-top-color: #ffebf0;
}

.p-planBody {
  max-width: 104rem;
  margin: 0 auto;
  padding: 4.8rem 2rem 0;
}
@media (max-width: 600px) {
  .p-planBody {
    padding: 3.2rem 0 0;
  }
}

.p-planList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7.2rem;
}
@media (max-width: 600px) {
  .p-planList {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}

.p-planList__item-img {
  position: relative;
}
.p-planList__item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-planList__item-img.--rental::after {
  background: rgba(244, 117, 151, 0.4);
}
.p-planList__item-img.--family::after {
  background: rgba(133, 206, 127, 0.3);
}
.p-planList__item-img.--bring::after {
  background: rgba(139, 185, 230, 0.4);
}
.p-planList__item-img.--buy::after {
  background: rgba(150, 109, 221, 0.4);
}

.p-planList__item-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  font-weight: 200;
  color: #fff;
  text-align: center;
  z-index: 1;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .p-planList__item-txt {
    font-size: 3rem;
  }
}

.p-planList__item-content {
  padding-top: 1.6rem;
}

.p-planList__item-content-ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  padding-bottom: 2rem;
}
.p-planList__item-content-ttl > .-sub {
  font-size: 1.7rem;
  display: block;
  margin-bottom: 0.25rem;
}
@media (max-width: 600px) {
  .p-planList__item-content-ttl > .-sub {
    font-size: 1.6rem;
  }
}
.p-planList__item-content-ttl > .-main {
  font-size: 2.2rem;
}
@media (max-width: 600px) {
  .p-planList__item-content-ttl > .-main {
    font-size: 2rem;
  }
}

.p-planList__item-num {
  display: block;
  width: 6.2rem;
  margin: 0 auto;
}

.p-planList__item-num-box {
  position: relative;
  margin-bottom: 1.2rem;
}
.p-planList__item-num-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: calc(50% - 3.1rem - 0.6rem);
  height: 1px;
}
.p-planList__item-num-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(50% - 3.1rem - 0.6rem);
  height: 1px;
}
.p-planList__item-num-box.--rental::before {
  background: #f47597;
}
.p-planList__item-num-box.--rental::after {
  background: #f47597;
}
.p-planList__item-num-box.--family::before {
  background: #85ce7f;
}
.p-planList__item-num-box.--family::after {
  background: #85ce7f;
}
.p-planList__item-num-box.--bring::before {
  background: #8bb9e6;
}
.p-planList__item-num-box.--bring::after {
  background: #8bb9e6;
}
.p-planList__item-num-box.--buy::before {
  background: #8E70C3;
}
.p-planList__item-num-box.--buy::after {
  background: #8E70C3;
}

.p-planNote {
  margin: 4.8rem auto;
  padding: 3.2rem 1.6rem;
  border: 1px solid #707070;
}
@media (min-width: 1025px) {
  .p-planNote {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 600px) {
  .p-planNoteD21 {
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
    border-bottom: 1px dotted #707070;
  }
}
@media (min-width: 1025px) {
  .p-planNoteD21 {
    width: 22.3%;
    padding-right: 1.2rem;
    border-right: 1px dotted #707070;
  }
}
.p-planNoteD21__img {
  width: 18.8rem;
}
@media (max-width: 600px) {
  .p-planNoteD21__img {
    width: 23.2rem;
    margin: 0 auto;
  }
}
.p-planNoteD21__text {
  padding-top: 2rem;
  font-size: 1.4rem;
}

@media (max-width: 600px) {
  .p-planNoteNakata {
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
    border-bottom: 1px dotted #707070;
  }
}
@media (min-width: 1025px) {
  .p-planNoteNakata {
    display: flex;
    gap: 2.4rem;
    width: 44%;
    padding: 0 1.2rem;
    border-right: 1px dotted #707070;
  }
}
.p-planNoteNakata__img {
  width: 15.6rem;
}
@media (max-width: 600px) {
  .p-planNoteNakata__img {
    width: 17.2rem;
    margin: 0 auto;
  }
}
.p-planNoteNakata__text {
  padding-top: 1rem;
  font-size: 1.4rem;
}
@media (min-width: 1025px) {
  .p-planNoteNakata__text {
    width: calc(100% - 15.6rem - 2.4rem);
  }
}
.p-planNoteNakata__text-name {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 1025px) {
  .p-planNoteNakata__text-name {
    text-align: left;
  }
}

@media (min-width: 1025px) {
  .p-planNotePersons {
    width: 33.4%;
    padding-left: 1.2rem;
  }
}

.p-planNotePersons__item {
  display: flex;
  justify-content: space-between;
}
.p-planNotePersons__item:not(:last-child) {
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  border-bottom: 1px dotted #707070;
}

.p-planNotePersons__img {
  width: 9.8rem;
}
@media (max-width: 600px) {
  .p-planNotePersons__img {
    width: 10.6rem;
  }
}

.p-planNotePersons__body {
  width: calc(100% - 9.8rem - 1.2rem);
}
@media (max-width: 600px) {
  .p-planNotePersons__body {
    width: calc(100% - 10.6rem - 1.2rem);
  }
}

.p-planNotePersons__name {
  font-size: 1.6rem;
  font-weight: bold;
}

.p-planNotePersons__text {
  font-size: 1.4rem;
}

.p-plan-localNav {
  padding: 3.5rem 3rem;
  background: #f2f2f2;
}
.p-plan-localNav__inner {
  max-width: 680px;
  margin: 0 auto;
}
.p-plan-localNav__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 600px) {
  .p-plan-localNav__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}
.p-plan-localNav__item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  background: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.25;
}
.p-plan-localNav__item-link.--current {
  pointer-events: none;
  color: #fff;
}
.p-plan-localNav__item-link.--current.--rental {
  background: #f47597;
}
.p-plan-localNav__item-link.--current.--bring {
  background: #8bb9e6;
}
.p-plan-localNav__item-link.--current.--family {
  background: #85ce7f;
}
.p-plan-localNav__item-link.--current.--buy {
  background: #966ddd;
}
.p-plan-localNav__item-link:hover {
  color: #fff;
}
@media (min-width: 1025px) {
  .p-plan-localNav__item-link:hover {
    transition: 0.2s;
  }
}
.p-plan-localNav__item-link.--rental:hover {
  background: #f47597;
}
.p-plan-localNav__item-link.--bring:hover {
  background: #8bb9e6;
}
.p-plan-localNav__item-link.--family:hover {
  background: #85ce7f;
}
.p-plan-localNav__item-link.--buy:hover {
  background: #966ddd;
}

.p-planStaff {
  border: 1px solid #707070;
  padding: 2rem 4rem;
  margin: 3.2rem 0 6rem;
}
@media (max-width: 600px) {
  .p-planStaff {
    padding: 2rem 1.6rem;
  }
}

.p-planStaff-subttl {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media (max-width: 600px) {
  .p-planStaff-subttl {
    margin-bottom: 1.2rem;
    text-align: center;
  }
}

.p-planStaff__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-bottom: 1px dotted #707070;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 600px) {
  .p-planStaff__title {
    flex-direction: column;
    gap: 0;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
  }
}

.p-planStaff__title-main {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
}

.p-planStaff__title-logo {
  width: 55px;
}

.p-planStaff-director__wrap {
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 600px) {
  .p-planStaff-director__wrap {
    gap: 1.6rem;
  }
}

.p-planStaff-director__img {
  width: 210px;
}

.p-planStaff-director__name {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}

.p-planStaff-director__body {
  width: 185px;
  flex: 1;
}
@media (max-width: 600px) {
  .p-planStaff-director__body {
    width: 100%;
  }
}

.p-planStaff-cameraman__item {
  display: flex;
  gap: 1.5rem;
}

.p-planStaff-cameraman__item-img {
  width: 9.8rem;
}
@media (max-width: 600px) {
  .p-planStaff-cameraman__item-img {
    width: 10.6rem;
  }
}

.p-planStaff-cameraman__item-body {
  flex: 1;
}

.p-planStaff-cameraman__item-name {
  font-size: 1.6rem;
  font-weight: 600;
}

.p-planStaff-cameraman__item-text {
  font-size: 1.4rem;
  padding-top: 0.8rem;
}

.p-planStaff-cameraman__hr {
  width: 100%;
  border-top: none;
  margin: 1rem 0;
}

.p-planStaff-hr {
  width: 1px;
  border: 1px dotted #707070;
}
@media (max-width: 600px) {
  .p-planStaff-hr {
    width: 100%;
  }
}

.p-planStaff__inner {
  display: flex;
  gap: 3.8rem;
}
@media (max-width: 600px) {
  .p-planStaff__inner {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.p-planStaff__inner--vertical {
  flex-direction: column;
}

.p-planStaff-director {
  width: 420px;
}
@media (max-width: 600px) {
  .p-planStaff-director {
    width: 100%;
  }
}

.p-planStaff-cameraman {
  width: 412px;
  flex: 1;
}
@media (max-width: 600px) {
  .p-planStaff-cameraman {
    width: 100%;
  }
}

.p-planStaff-footer {
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 1px dotted #707070;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.p-planStaff__inner--vertical .p-planStaff-director {
  width: 100%;
}

.p-planStaff__inner--vertical .p-planStaff-cameraman {
  width: 100%;
}

.p-planStaff--vertical {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media (max-width: 600px) {
  .p-planStaff--vertical {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.p-planStaff--vertical .p-planStaff-subttl {
  text-align: center;
}
.p-planStaff--vertical .p-planStaff-hr {
  width: 100%;
}

.p-buyContent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 600px) {
  .p-buyContent {
    gap: 0.8rem;
  }
}

.p-buyContent__box-img {
  width: 27.4rem;
}
@media (max-width: 600px) {
  .p-buyContent__box-img {
    width: 14.8rem;
  }
}
.p-buyContent__box-ttl {
  font-size: 1.7rem;
  font-weight: 600;
  color: #966ddd;
  text-align: center;
  margin-top: 1rem;
}
.p-buyContent__box-ttl.--rental {
  color: #f47597;
}
@media (max-width: 600px) {
  .p-buyContent__box-ttl {
    font-size: 1.5rem;
  }
}
.p-buyContent__box-plus {
  width: 2rem;
}
@media (max-width: 600px) {
  .p-buyContent__box-plus {
    width: 1.62rem;
  }
}

.p-buyContent__list {
  padding-top: 1rem;
  text-align: center;
  line-height: 1.5;
  color: #966ddd;
}
.p-buyContent__list.--rental {
  color: #f47597;
}
.p-buyContent__list.--family {
  color: #85ce7f;
}
.p-buyContent__list-item {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0;
}
@media (max-width: 600px) {
  .p-buyContent__list-item {
    font-size: 1.5rem;
  }
}

.p-buyContent__note {
  max-width: 46.8rem;
  margin: 3.5rem auto 0;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  padding: 1rem 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 600px) {
  .p-buyContent__note {
    font-size: 1.6rem;
  }
}

.p-buyPlan__price {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  padding-top: 1.6rem;
}
@media (max-width: 600px) {
  .p-buyPlan__price {
    font-size: 1.8rem;
  }
}
.p-buyPlan__price-num {
  font-size: 2.6rem;
}
@media (max-width: 600px) {
  .p-buyPlan__price-num {
    font-size: 2.4rem;
  }
}

.p-buyContent__sizeOrder {
  padding-top: 3.8rem;
  text-align: center;
}
.p-buyContent__sizeOrder-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.p-buyContent__prepare {
  max-width: 84.8rem;
  margin: 4.6rem auto 0;
  padding: 2.4rem 4rem;
  background: #f2f2f2;
  text-align: center;
}
@media (max-width: 600px) {
  .p-buyContent__prepare {
    width: 100vw;
    margin: 4rem calc(50% - 50vw) 0;
    max-width: inherit;
    padding: 2.4rem 1.6rem;
  }
}
.p-buyContent__prepare-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
@media (max-width: 600px) {
  .p-buyContent__prepare-ttl {
    font-size: 1.8rem;
  }
}
.p-buyContent__prepare-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 600px) {
  .p-buyContent__prepare-list {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.p-buyContent__prepare-item {
  width: 48%;
  display: flex;
}
@media (max-width: 600px) {
  .p-buyContent__prepare-item {
    width: 100%;
  }
}
.p-buyContent__prepare-item-img {
  width: 8.6rem;
  object-fit: cover;
}
.p-buyContent__prepare-item-body {
  text-align: left;
  line-height: 1.5;
  width: calc(100% - 8.6rem);
  padding-left: 0.8rem;
}
.p-buyContent__prepare-item-body-ttl {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 600px) {
  .p-buyContent__prepare-item-body-text {
    font-size: 1.4rem;
  }
}

.p-buyPlan__note {
  padding: 1.6rem;
  background: #fff9ed;
  color: #8E70C3;
  border: 1px solid #8E70C3;
}

.p-rentalPlan__ttl {
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
.p-rentalPlan__ttl-s {
  display: block;
  font-size: 2rem;
}
@media (max-width: 600px) {
  .p-rentalPlan__ttl-s {
    font-size: 1.8rem;
  }
}
.p-rentalPlan__ttl-num {
  font-size: 5.6rem;
  padding-right: 0.5rem;
}
@media (max-width: 600px) {
  .p-rentalPlan__ttl-num {
    font-size: 5rem;
  }
}
.p-rentalPlan__ttl-text {
  font-size: 3.4rem;
}
@media (max-width: 600px) {
  .p-rentalPlan__ttl-text {
    font-size: 3rem;
  }
}
.p-rentalPlan__body {
  max-width: 100rem;
  margin: 0 auto;
}

.p-rentalPlan__note {
  padding: 1.6rem;
  background: #fff9ed;
  color: #f47597;
  border: 1px solid #f47597;
}

.p-rentalPlan__note-small {
  font-size: 1.3rem;
}
@media (max-width: 600px) {
  .p-rentalPlan__note-small {
    font-size: 1.2rem;
  }
}

.p-family-special {
  background: #e7f7e9;
  border: 1px solid #85ce7f;
  padding: 2rem 2rem;
  margin-top: 3.2rem;
}
@media (max-width: 600px) {
  .p-family-special {
    margin-top: 0;
  }
}
.p-family-special__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.p-family-special__text {
  padding-top: 1em;
  font-size: 1.4rem;
}
.p-family-special__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding-top: 2rem;
}
.p-family-special__list-item-img {
  width: 100%;
}
.p-family-special__list-item-ttl {
  font-size: 1.2rem;
  text-align: center;
}

.p-planFamily-media {
  padding: 4rem 0;
  background: #fffae6;
}
.p-planFamily-media__inner {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.p-planFamily-media__ttl {
  font-family: serif;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 4rem;
}

.p-planFamily-media__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7.2rem;
}
@media (max-width: 600px) {
  .p-planFamily-media__box {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}

.p-planFamily-media__col {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.p-planFamily-media__text {
  padding-top: 1.6rem;
}

.p-planFamily-lead {
  padding-top: 8rem;
}
.p-planFamily-lead__inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 90.8%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .p-planFamily-lead__inner {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
.p-planFamily-lead__img {
  position: relative;
  width: 36%;
}
@media (max-width: 600px) {
  .p-planFamily-lead__img {
    width: 100%;
  }
}
.p-planFamily-lead__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(133, 206, 127, 0.3);
}
.p-planFamily-lead__img-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
  white-space: nowrap;
}
.p-planFamily-lead__content {
  width: 60.5%;
  text-align: left;
}
@media (max-width: 600px) {
  .p-planFamily-lead__content {
    width: 100%;
    padding-top: 1.6rem;
  }
}
.p-planFamily-lead__text-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1.25;
}
@media (max-width: 600px) {
  .p-planFamily-lead__text-ttl {
    font-size: 2rem;
    text-align: center;
  }
}
.p-planFamily-lead__text-text {
  padding-top: 1rem;
  font-size: 1.7rem;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .p-planFamily-lead__text-text {
    font-size: 1.4rem;
  }
}
.p-planFamily-lead__text-note {
  padding-top: 1rem;
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 600px) {
  .p-planFamily-lead__text-note {
    text-align: center;
  }
}

.p-family-special__note {
  font-size: 1.2rem;
  line-height: 1.6;
  padding-top: 1rem;
}

.p-planFamily-lead__text-text {
  font-size: 1.5rem;
}
@media (max-width: 600px) {
  .p-planFamily-lead__text-text {
    font-size: 1.4rem;
  }
}

.c-color-main-bring {
  color: #8bb9e6;
}

.p-planBring-price {
  padding: 2rem 0 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 600px) {
  .p-planBring-price {
    font-size: 2rem;
  }
}
.p-planBring-price-num {
  font-size: 2.6rem;
}
@media (max-width: 600px) {
  .p-planBring-price-num {
    font-size: 2.4rem;
  }
}

.p-planBring-hr {
  display: block;
  width: 270px;
  height: 1px;
  background: #707070;
  margin: 2rem auto;
}

.p-bring-plan {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.6rem;
}
@media (max-width: 600px) {
  .p-bring-plan {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

.p-bring-plan-item {
  min-width: 0;
}
.p-bring-plan-item__ttl {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 3rem;
}
@media (max-width: 600px) {
  .p-bring-plan-item__ttl {
    margin-bottom: 2.4rem;
  }
}
.p-bring-plan-item__ttl > ._text {
  position: relative;
  display: inline-block;
  width: 20rem;
  border-radius: 16rem;
  z-index: 2;
}
.p-bring-plan-item__ttl > ._text.--standard {
  background: #8bb9e6;
}
.p-bring-plan-item__ttl > ._text.--premium {
  background: #af5fb9;
}
.p-bring-plan-item__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
}
.p-bring-plan-item__ttl.--standard::before {
  background: #8bb9e6;
}
.p-bring-plan-item__ttl.--premium::before {
  background: #af5fb9;
}
.p-bring-plan-item__img {
  padding: 0 1.5rem 2.4rem;
}
@media (max-width: 600px) {
  .p-bring-plan-item__img {
    width: 18rem;
    margin: 0 auto;
    padding: 0 0 1rem;
  }
}
.p-bring-plan-item__img img {
  width: 100%;
  height: auto;
}
.p-bring-plan-item__ttl-sub {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}
.p-bring-plan-item__ttl-sub.--standard {
  color: #8bb9e6;
}
.p-bring-plan-item__ttl-sub.--premium {
  color: #af5fb9;
}
.p-bring-plan-item__hr {
  position: relative;
  width: 100%;
  height: 1px;
  margin: 1rem auto;
}
.p-bring-plan-item__hr::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #707070;
}
.p-bring-plan-item__hr.--standard {
  background: #8bb9e6;
}
.p-bring-plan-item__hr.--standard::before {
  background: #8bb9e6;
}
.p-bring-plan-item__hr.--premium {
  background: #af5fb9;
}
.p-bring-plan-item__hr.--premium::before {
  background: #af5fb9;
}
.p-bring-plan-item__list {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}
.p-bring-plan-item__list.--standard {
  color: #8bb9e6;
}
.p-bring-plan-item__list.--premium {
  color: #af5fb9;
}
.p-bring-plan-item__list-note {
  font-size: 1.2rem;
}
.p-bring-plan-item__con-img {
  padding-left: 6rem;
  padding-right: 6rem;
  padding-bottom: 1.6rem;
}
@media (max-width: 600px) {
  .p-bring-plan-item__con-img {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.p-bring-plan-item__con-note {
  border-top: 1px solid #af5fb9;
  border-bottom: 1px solid #af5fb9;
  padding: 1rem 0;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.75;
  color: #af5fb9;
  margin-top: 2rem;
}

.p-bring-prepare {
  margin-top: 3rem;
  padding: 2.2rem 1.6rem;
  background: #f2f2f2;
}
@media (max-width: 600px) {
  .p-bring-prepare {
    width: 100vw;
    margin: 3rem calc(50% - 50vw) 0;
    max-width: inherit;
  }
}
.p-bring-prepare__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
  margin-bottom: 2rem;
}
.p-bring-prepare__ttl .-small {
  font-size: 1.4rem;
}
.p-bring-prepare__list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.p-bring-prepare__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-bring-prepare__item-img {
  width: 8.6rem;
}
.p-bring-prepare__item-body {
  width: calc(100% - 8.6rem - 1.2rem);
}
.p-bring-prepare__item-ttl {
  font-size: 1.6rem;
  font-weight: 700;
}
.p-bring-prepare__item-text {
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-bring-prepare__item-note {
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-bring-more {
  margin-top: 8rem;
  padding: 2rem 6rem;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.5rem;
}
@media (max-width: 600px) {
  .p-bring-more {
    padding: 0;
    flex-direction: column;
    gap: 2rem;
    border: none;
  }
}
.p-bring-more__img {
  position: relative;
  width: 32.5rem;
}
@media (max-width: 600px) {
  .p-bring-more__img {
    width: 100%;
  }
}
.p-bring-more__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(139, 185, 230, 0.5);
}
.p-bring-more__en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  font-weight: 200;
  color: #fff;
}
.p-bring-more__content {
  width: calc(100% - 32.5rem - 3.5rem);
}
@media (max-width: 600px) {
  .p-bring-more__content {
    width: 100%;
  }
}
.p-bring-more__content-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-bring-more__content-text {
  padding-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.75;
}

@media (max-width: 600px) {
  .p-planHead__bring {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
}

.p-planHead__bring-md {
  font-size: 3.2rem;
}
@media (max-width: 600px) {
  .p-planHead__bring-md {
    font-size: 3rem;
  }
}

.p-planHead__bring-sm {
  font-size: 2.6rem;
}
@media (max-width: 600px) {
  .p-planHead__bring-sm {
    font-size: 2.4rem;
  }
}

.p-planHead__bring-lg {
  font-size: 5.2rem;
}
@media (max-width: 600px) {
  .p-planHead__bring-lg {
    font-size: 4.4rem;
  }
}

.p-bring-qa__item:not(:first-child) {
  margin-top: 4rem;
}
.p-bring-qa__ttl {
  color: #8bb9e6;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.p-bring-qa__ttl-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.p-bring-qa__ttl-wrap::before, .p-bring-qa__ttl-wrap::after {
  content: "";
  width: 6.4rem;
  height: 1px;
  background: #8bb9e6;
}
.p-bring-qa__ttl-num {
  font-size: 3.6rem;
  font-weight: 500;
}
.p-bring-qa__body {
  max-width: 104rem;
  margin: 0 auto;
  padding: 0 1.6rem;
}

.p-bring-qa-box {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
.p-bring-qa-box.--question {
  flex-direction: row;
  margin-bottom: 2rem;
}
.p-bring-qa-box.--answer {
  flex-direction: row-reverse;
}
.p-bring-qa-box__ill {
  width: 7.2rem;
}
@media (max-width: 600px) {
  .p-bring-qa-box__ill {
    width: 6.2rem;
  }
}
.p-bring-qa-box__text {
  position: relative;
  width: 62rem;
  padding: 2rem 1.6rem;
  border: 1px solid #707070;
  border-radius: 1rem;
}
@media (max-width: 600px) {
  .p-bring-qa-box__text {
    width: 26rem;
  }
}
.p-bring-qa-box__text.--question {
  background: #ffffcc;
  border: 1px solid #8bb9e6;
}
.p-bring-qa-box__text.--question::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 12px solid #8bb9e6;
}
.p-bring-qa-box__text.--question::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 11px solid #ffffcc;
}
.p-bring-qa-box__text.--answer {
  background: #ebf5ff;
  border: 1px solid #8bb9e6;
}
.p-bring-qa-box__text.--answer::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #8bb9e6;
}
.p-bring-qa-box__text.--answer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 11px solid #ebf5ff;
}

.p-bring-other {
  margin-top: 8rem;
}
.p-bring-other__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7.2rem;
}
@media (max-width: 600px) {
  .p-bring-other__wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.p-bring-other-cta {
  background: #8bb9e6;
  padding: 1rem 8rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 600px) {
  .p-bring-other-cta {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 0;
    max-width: inherit;
    padding: 5rem 2.5rem;
  }
}
.p-bring-other-cta__ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  line-height: 1;
}
.p-bring-other-cta__ttl-sub {
  font-size: 1.8rem;
}
.p-bring-other-cta__ttl-main {
  font-size: 3rem;
}
.p-bring-other-cta__text {
  line-height: 1.86;
  margin-bottom: 6rem;
}
.p-bring-other-cta__btn {
  display: inline-block;
  width: 26.4rem;
  background: #fff;
  color: #8bb9e6;
  text-align: center;
  margin: 0 auto;
  font-weight: 600;
  padding: 0.5rem 0;
  border-radius: 2rem;
}

.p-bring-other-ba {
  padding: 4rem 2rem 2rem;
  border: 1px solid #707070;
}
@media (max-width: 600px) {
  .p-bring-other-ba {
    width: 100%;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 0;
    max-width: inherit;
    border: none;
  }
}
.p-bring-other-ba__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.6rem;
}
.p-bring-other-ba__wrap {
  display: flex;
  align-items: center;
  gap: 0.8em;
  margin-bottom: 4rem;
}
@media (max-width: 600px) {
  .p-bring-other-ba__wrap {
    margin-bottom: 3.2rem;
  }
}
.p-bring-other-ba__triangle > span {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #8bb9e6;
  border-right: 0;
}
.p-bring-other-ba__text {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 200;
  text-align: center;
}
.p-bring-other-ba__bottom {
  padding: 0 1rem;
}
@media (max-width: 600px) {
  .p-bring-other-ba__bottom {
    padding: 0;
  }
}

.p-bring-other-ba__triangle {
  position: relative;
  top: -24px;
}

.p-bring-plan-item__plus {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
.p-bring-plan-item__plus.--standard {
  color: #8bb9e6;
}
.p-bring-plan-item__plus.--premium {
  color: #af5fb9;
}

.p-bringPlan__note {
  padding: 1.6rem;
  background: #fff9ed;
}

.p-anshinhosho__lead {
  padding: 3.2rem 0 4rem;
  text-align: center;
  line-height: 1.75;
}

.p-anshinhosho-section {
  padding-bottom: 6.2rem;
}
.p-anshinhosho-section__head {
  color: #fff;
  background: #ba9862;
  padding: 0 1rem 3rem;
}
.p-anshinhosho-section__head-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
}
.p-anshinhosho-section__head-ttl > ._num {
  font-size: 4rem;
  font-weight: 600;
}
.p-anshinhosho-section__head-ttl > ._sm {
  font-size: 1.6rem;
}
.p-anshinhosho-section__head-ttl > ._lg {
  font-size: 2.8rem;
  text-align: center;
}
.p-anshinhosho-section__head-txt {
  font-weight: 500;
  text-align: center;
  padding-top: 1.6rem;
}
.p-anshinhosho-section__body {
  padding-top: 3.5rem;
}
@media (max-width: 600px) {
  .p-anshinhosho-section__body {
    padding-top: 2rem;
  }
}
.p-anshinhosho-section__body-txt {
  max-width: 70rem;
  margin: 0 auto;
}
.p-anshinhosho-section__ill01 {
  width: 412px;
  margin: 3rem auto 0;
}
@media (max-width: 600px) {
  .p-anshinhosho-section__ill01 {
    width: 100%;
  }
}
.p-anshinhosho-section__ill01-txt {
  font-size: 1.2rem;
  text-align: center;
  padding-top: 1rem;
}
.p-anshinhosho-section__ba {
  width: 48rem;
  margin: 2.4rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
}
@media (max-width: 600px) {
  .p-anshinhosho-section__ba {
    width: 100%;
  }
}
.p-anshinhosho-section__ba-item {
  position: relative;
}
.p-anshinhosho-section__ba-item-txt {
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
}
.p-anshinhosho-section__ba-triangle > span {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #ba9862;
  border-right: 0;
}
.p-anshinhosho-section__link {
  display: block;
  width: 240px;
  border: 1px solid #ba9862;
  color: #ba9862;
  text-align: center;
  padding: 0.6rem 0;
  font-weight: 700;
  border-radius: 30px;
  margin: 4rem auto 0;
  transition: 0.3s ease;
}
.p-anshinhosho-section__link:hover {
  background: #ba9862;
  color: #fff;
}
.p-anshinhosho-section__peace {
  position: relative;
  width: 325px;
  margin: 3.2rem auto 0;
}
.p-anshinhosho-section__peace::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(186, 152, 98, 0.5);
  mix-blend-mode: multiply;
}
.p-anshinhosho-section__peace img {
  width: 100%;
}
.p-anshinhosho-section__peace-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 200;
  font-size: 3rem;
  color: #fff;
  white-space: nowrap;
}

.p-anshinhosho-section__ba-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  margin: 3.2rem auto 0;
  max-width: 684px;
}
@media (max-width: 600px) {
  .p-anshinhosho-section__ba-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-anshinhosho-section__body-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.6rem;
}

.p-service__ill01 {
  width: 438px;
  margin: 32px auto 0;
}
@media (max-width: 600px) {
  .p-service__ill01 {
    width: 100%;
  }
}

.p-service-item {
  position: relative;
}
@media (max-width: 600px) {
  .p-service-item {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0 2rem;
  }
}
.p-service-item:not(:last-child) {
  margin-bottom: 7rem;
}
.p-service-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 18px solid #bd77c9;
  border-bottom: 0;
}
.p-service-item.--bg {
  background: #fff9ed;
  padding: 3.2rem 0;
}
@media (max-width: 600px) {
  .p-service-item.--bg {
    padding: 2.4rem 2rem;
  }
}
.p-service-item__head {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #bd77c9;
}
.p-service-item__num {
  display: inline-block;
  font-size: 3.3rem;
  border-bottom: 2px dotted #bd77c9;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .p-service-item__num {
    font-size: 3rem;
  }
}
.p-service-item__title {
  padding-top: 1em;
  font-size: 2.2rem;
}
@media (max-width: 600px) {
  .p-service-item__title {
    padding-top: 0.5em;
    font-size: 2rem;
  }
}
.p-service-item__title > .-plus {
  display: inline-block;
  padding: 0 0.4rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media (max-width: 600px) {
  .p-service-item__title > .-plus {
    display: block;
    line-height: 1;
  }
}
.p-service-item__content {
  width: 678px;
  display: flex;
  justify-content: space-between;
  margin: 3.2rem auto 0;
}
@media (max-width: 600px) {
  .p-service-item__content {
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 2.4rem;
    gap: 2rem;
  }
}
.p-service-item__content-txt {
  width: 320px;
}
@media (max-width: 600px) {
  .p-service-item__content-txt {
    width: 100%;
  }
}
.p-service-item__content-img {
  width: 325px;
}
.p-service-item__content-img img:not(:first-child) {
  margin-top: 1.2rem;
  width: 100%;
}
@media (max-width: 600px) {
  .p-service-item__content-img {
    width: 100%;
  }
}
.p-service-item__ill04 {
  width: 270px;
  margin: 1.2rem auto 0;
}
.p-service-item__ill06 {
  width: 270px;
  margin: 1.2rem auto 0;
}

.p-service-other {
  margin-top: 4rem;
  padding: 3.2rem 0;
  background: #f8f8f8;
}
.p-service-other__ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #bd77c9;
  margin-bottom: 2.4rem;
}
.p-service-other__ttl .-service {
  color: #bd77c9;
}
.p-service-other__ttl .fair {
  color: #e4007f;
}
.p-service-other__list {
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  .p-service-other__list {
    flex-direction: column;
    align-items: center;
  }
}
.p-service-other__item {
  width: 328px;
  padding: 0 24px;
}
@media (max-width: 600px) {
  .p-service-other__item {
    width: 100%;
    padding: 2rem 2rem;
  }
}
.p-service-other__item:nth-child(2) {
  border-left: 1px dotted #707070;
  border-right: 1px dotted #707070;
}
@media (max-width: 600px) {
  .p-service-other__item:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 1px dotted #707070;
    border-bottom: 1px dotted #707070;
  }
}
.p-service-other__item-img {
  width: 136px;
  margin: 0 auto 8px;
}
.p-service-other__item-body {
  font-size: 1.4rem;
}
.p-service-other__item-name {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.p-service-other__item-list {
  padding-left: 1em;
  list-style-type: disc;
}
.p-service-other__footer {
  padding-top: 2rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 600px) {
  .p-service-other__footer {
    border-top: 1px dotted #707070;
  }
}

.p-service-kodawari {
  width: 684px;
  margin: 0 auto;
  padding: 4.8rem 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
}
@media (max-width: 600px) {
  .p-service-kodawari {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    padding: 3.2rem 0 0;
  }
}
.p-service-kodawari-item {
  position: relative;
  padding: 2rem 2.8rem 4rem;
  background: #fff9ed;
  border: 1px solid #bd77c9;
  overflow: hidden;
}
.p-service-kodawari-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 0;
  border-color: #bd77c9 transparent transparent transparent;
}
.p-service-kodawari-item__head {
  font-family: "Noto Serif JP", serif;
  color: #bd77c9;
  text-align: center;
}
.p-service-kodawari-item__num {
  font-size: 30px;
  line-height: 1.25;
}
.p-service-kodawari-item__title {
  font-size: 26px;
  margin-bottom: 2rem;
  line-height: 1.25;
}

.p-service-item__content-txt-note {
  margin-top: 1.6rem;
  border: 1px dotted #bd77c9;
  color: #bd77c9;
  padding: 1.6rem;
}

.p-service-item__note {
  font-size: 1.3rem;
  padding-top: 1rem;
}
@media (max-width: 600px) {
  .p-service-item__note {
    font-size: 1.2rem;
  }
}

.p-service-other2 {
  border: 1px solid #BA9862;
  padding: 4rem 8rem;
  margin-top: 6rem;
}
@media (max-width: 600px) {
  .p-service-other2 {
    padding: 3.2rem 2rem;
    margin-top: 4rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.p-service-other2__head {
  text-align: center;
  color: #BA9862;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #BA9862;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.p-service-other2__head-ttl {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
}
.p-service-other2__head-ttl > ._sm {
  font-size: 1.6rem;
}
@media (max-width: 600px) {
  .p-service-other2__head-ttl > ._sm {
    font-size: 1.4rem;
  }
}
.p-service-other2__head-ttl > ._lg {
  font-size: 2.8rem;
  line-height: 1.25;
}
@media (max-width: 600px) {
  .p-service-other2__head-ttl > ._lg {
    font-size: 2rem;
  }
}

.p-shoplist-nav {
  max-width: 850px;
  margin: 0 auto;
  padding: 3.2rem 0;
}
@media (max-width: 600px) {
  .p-shoplist-nav {
    padding: 2.4rem 0;
    max-width: 270px;
  }
}
.p-shoplist-navList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 600px) {
  .p-shoplist-navList {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.2rem;
  }
}
.p-shoplist-navListItem__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 2.2rem 0;
  border-radius: 0.5rem;
  background: #e4007f;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.p-shoplist-navListItem__link::after {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  content: url("../img/shoplist/icon-angle-down-w.svg");
}
.p-shoplist-nav__hr {
  display: block;
  width: 1px;
  height: 4.8rem;
  margin: 3rem auto 0;
  background: #707070;
}
.p-shoplist-item {
  padding: 5rem 0 8rem;
}
.p-shoplist-item:not(:last-child) {
  border-bottom: 1px solid #707070;
}
.p-shoplist-item__head {
  margin-bottom: 2rem;
}
.p-shoplist-item__head-text {
  padding-top: 0.8rem;
}
.p-shoplist-item__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 600px) {
  .p-shoplist-item__title {
    font-size: 2rem;
  }
}
.p-shoplist-item__content {
  display: flex;
  gap: 7.2rem;
  font-size: 1.5rem;
}
@media (max-width: 600px) {
  .p-shoplist-item__content {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.p-shoplist-item__content-img {
  width: 468px;
}
@media (max-width: 600px) {
  .p-shoplist-item__content-img {
    width: 100%;
  }
}
.p-shoplist-item__content-body {
  width: calc(100% - 468px - 7.2rem);
}
@media (max-width: 600px) {
  .p-shoplist-item__content-body {
    width: 100%;
  }
}
.p-shoplist-item__content-body p {
  line-height: 1.5;
}
.p-shoplist-item__content-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 4rem;
}
.p-shoplist-item__content-listItem {
  display: flex;
  gap: 1.2rem;
}
.p-shoplist-item__content-listItem-icon img {
  width: auto;
}
.p-shoplist-item__content-listItem-text {
  line-height: 1.5;
}
.p-shoplist-item__map {
  margin-top: 4rem;
}
.p-shoplist-item__map iframe {
  width: 100%;
  aspect-ratio: 10/3;
}
@media (max-width: 600px) {
  .p-shoplist-item__map iframe {
    aspect-ratio: 2/1;
  }
}
.p-shoplist-reason {
  max-width: 832px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 600px) {
  .p-shoplist-reason {
    padding: 0 2rem;
  }
}
.p-shoplist-reason-item:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media (max-width: 600px) {
  .p-shoplist-reason-item:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.p-shoplist-reason-item__num {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  color: #f47597;
  text-align: center;
  margin-bottom: 3.2rem;
  padding-bottom: 1rem;
  border-bottom: 2px dotted #f47597;
}
.p-shoplist-reason-item__body {
  width: calc(100% - 325px - 3rem);
}
@media (max-width: 600px) {
  .p-shoplist-reason-item__body {
    width: 100%;
  }
}
.p-shoplist-reason-item__body-title {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
  color: #f47597;
}
@media (max-width: 600px) {
  .p-shoplist-reason-item__body-title {
    text-align: center;
  }
}
.p-shoplist-reason-item__body-text {
  line-height: 1.5;
}
.p-shoplist-reason-item__img {
  width: 325px;
}
@media (max-width: 600px) {
  .p-shoplist-reason-item__img {
    width: 100%;
  }
}
.p-shoplist-reason-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-shoplist-reason-item__content {
  display: flex;
  gap: 3rem;
}
@media (max-width: 600px) {
  .p-shoplist-reason-item__content {
    flex-direction: column;
    gap: 2rem;
  }
}

.p-shoplist-item__content-listItem-icon {
  width: 2rem;
  padding-top: 0.3rem;
}

.p-shoplist-item__content-listItem-text {
  flex: 1;
}

.p-fair {
  background: #fff8dd;
  margin-top: 20px;
  padding-top: 20px;
}
@media (max-width: 600px) {
  .p-fair {
    padding-top: 0;
  }
}

.p-fair-content {
  background: #fff8dd;
}

@media (max-width: 600px) {
  .p-fair-mainv {
    padding-top: 0;
  }
}

.p-fair-mainv__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 600px) {
  .p-fair-mainv__inner {
    padding: 0;
  }
}

.p-fair-mainv__content {
  background: #CE0862;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 0.7rem 0;
}
@media (max-width: 767px) {
  .p-fair-mainv__content {
    flex-direction: column;
    gap: 0.4rem;
    padding: 1rem 0;
  }
}

.p-fair-mainv__content-title {
  font-size: 2.2rem;
}
@media (max-width: 600px) {
  .p-fair-mainv__content-title {
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .p-fair-mainv__content-line {
    display: none;
  }
}

.p-fair-mainv__content-line span {
  width: 1px;
  height: 32px;
  background: #fff;
  display: inline-block;
}

.p-fair-mainv__content-year {
  font-size: 1.5rem;
}

.p-fair-mainv__content-date {
  font-size: 3rem;
}

.p-fair-mainv__content-yobi {
  font-size: 1.5rem;
}

.p-fair-mainv__content-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
  display: inline-block;
  margin: 0 0.5rem;
}

.p-fair-mainv__sub {
  background: #81024C;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  padding: 1rem 1rem;
  line-height: 1;
}
@media (max-width: 600px) {
  .p-fair-mainv__sub {
    padding: 1rem 0.5rem;
    font-size: 1.2rem;
  }
}

.p-fair-mainv__sub-shop {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .p-fair-mainv__sub-shop {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .p-fair-mainv__sub-shop {
    flex-direction: column;
    align-items: start;
  }
}

.p-fair-mainv__sub-text {
  font-size: 2.8rem;
}
@media (max-width: 1024px) {
  .p-fair-mainv__sub-text {
    font-size: 2rem;
  }
}
@media (max-width: 600px) {
  .p-fair-mainv__sub-text {
    line-height: 1.5;
    font-size: 2rem;
  }
}

.p-fair-mainv__content-date-wrap-text {
  font-size: 3rem;
}
@media (max-width: 600px) {
  .p-fair-mainv__content-date-wrap-text {
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) {
  .p-fair-mainv__sub-line span {
    width: 1px;
    height: 70px;
    background: #fff;
    display: inline-block;
  }
}

.p-fair-badge {
  width: 112px;
  margin: 0 auto;
}

.p-fair-content {
  padding: 4rem 0;
}

.p-fair-content__header {
  margin-bottom: 20px;
}

.p-fair-content__header-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
  color: #e4007f;
  margin-top: 16px;
}

.p-fair-content__header-title .-small {
  font-size: 18px;
}

.p-fair-special-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 600px) {
  .p-fair-special-list {
    flex-direction: column;
    padding: 0 25px;
  }
}

.p-fair-special-list__item {
  width: 325px;
}
@media (max-width: 600px) {
  .p-fair-special-list__item {
    width: 100%;
  }
}

.p-fair-special-list__item-or {
  width: 40px;
}
@media (max-width: 600px) {
  .p-fair-special-list__item-or {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.p-fair-content__bottom {
  margin-top: 12px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}

.p-fair-personal-list {
  display: flex;
  justify-content: center;
  gap: 72px;
}
@media (max-width: 600px) {
  .p-fair-personal-list {
    flex-direction: column;
    gap: 28px;
    padding: 0 25px;
  }
}

.p-fair-personal__item {
  width: 325px;
}
@media (max-width: 600px) {
  .p-fair-personal__item {
    width: 100%;
  }
}

.p-fair-personal__item-text {
  text-align: center;
  line-height: 1.86;
  font-size: 1.4rem;
  margin-top: 16px;
}

.p-fair-personal-info {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  height: 75px;
  width: 325px;
  border: 1px solid #707070;
  margin: 20px auto;
}

.p-fair-personal-info__key {
  background: #e4007f;
  color: #fff;
  width: 80px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-fair-personal-info__value {
  background-color: #fff;
  width: 245px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-fair-personal-info__note {
  font-size: 1.3rem;
  text-align: center;
}

.p-line-btn-wrapper.-fair {
  margin-top: 32px;
}

.p-fair-limited {
  background: #f2f2f2;
  padding: 0 0 40px;
  margin-top: 40px;
}

.p-fair-limited-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 600px) {
  .p-fair-limited-head {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.p-fair-limited-head__content {
  text-align: center;
  padding-top: 40px;
}
@media (max-width: 600px) {
  .p-fair-limited-head__content {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.p-fair-limited__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.28;
  color: #e4007f;
}

.p-fair-limited__subtitle {
  font-size: 1.4rem;
  margin-top: 16px;
}

.p-fair-limited__price {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
}

.p-fair-limited__price .-num {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.p-fair-limited__price .-tax {
  font-size: 1.5rem;
}

.p-fair-limited-head__img {
  width: 375px;
}
@media (max-width: 600px) {
  .p-fair-limited-head__img {
    width: 100%;
  }
}

.p-fair-limited__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 24px 0;
  background: #fff;
}
@media (max-width: 600px) {
  .p-fair-limited__list {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 25px;
  }
}

.p-fair-limited-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (max-width: 600px) {
  .p-fair-limited-item {
    flex-direction: row;
    padding: 25px 20px;
    flex-wrap: wrap;
  }
}

.p-fair-limited-item:not(:last-child) {
  border-right: 1px solid #707070;
}
@media (max-width: 600px) {
  .p-fair-limited-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #707070;
  }
}

.p-fair-limited-item__img img {
  width: auto;
}
@media (max-width: 600px) {
  .p-fair-limited-item__img {
    width: 100px;
  }
}

.p-fair-limited-item__content {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .p-fair-limited-item__content {
    flex: 1;
  }
}

.p-fair-limited-item__title {
  font-size: 1.8rem;
  line-height: 1.25;
}

.p-fair-limited-item__small {
  font-size: 1.3rem;
}

.p-fair-limited__wrap {
  position: relative;
  top: -40px;
}
@media (max-width: 600px) {
  .p-fair-limited__wrap {
    top: 0;
  }
}

.p-fair-limited-item__text {
  padding-top: 10px;
  color: #f47597;
  line-height: 1.25;
  text-align: center;
}
.p-fair-limited-item__text .-small {
  font-size: 1.4rem;
}

@media (max-width: 600px) {
  .p-fair-limited-item__text.-pc {
    display: none;
  }
}

.p-fair-limited-item__text.-sp {
  display: none;
}
@media (max-width: 600px) {
  .p-fair-limited-item__text.-sp {
    width: 100%;
    display: block;
  }
}

.p-planHead.--campaign {
  background: #e4007f;
  font-size: 2.5rem;
  padding: 1.5rem 0;
  line-height: 1.25;
  min-height: 85px;
}

.p-planHead.--campaign::after {
  border-top-color: #e4007f;
  bottom: -0.7em;
}

.p-planList__item-num-box.--fair::before {
  background: #e4007f;
}

.p-planList__item-num-box.--fair::after {
  background: #e4007f;
}

.p-fair-item-content {
  padding-top: 2rem;
  text-align: center;
  font-size: 1.8rem;
}

.p-fair-item-content-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff7d6;
  padding: 5px 0 strong;
  padding-color: #e4007f;
  padding-font-size: 2.2rem;
}
.p-fair-item-content-box .circle-more {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  font-size: 1.3rem;
  color: #e4007f;
}

.p-fair-item-content .-strong {
  font-size: 2rem;
  font-weight: 700;
  color: #e4007f;
}

.p-fair-item-head {
  text-align: center;
  margin-bottom: 2rem;
}

.p-fair-item-head__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 600px) {
  .p-fair-item-head__title {
    font-size: 2.4rem;
  }
}

.p-fair-item-head__sub {
  font-size: 2rem;
  font-weight: 600;
}
.p-fair-item-head__sub.-strong {
  color: #e4007f;
}

.p-fair-item-head__catch {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #e4007f;
}

.p-fair-item-head__other {
  font-size: 1.6rem;
}

.p-fair-item-head__other .-badge {
  display: inline-block;
  background: #f47597;
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 1.3rem;
  font-weight: 600;
}

.p-fair-item-head.-tall {
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .p-fair-item-head.-tall {
    min-height: auto;
  }
}

.p-planList.p-fair {
  padding-top: 70px;
}

.p-fair .p-planList__item {
  margin-bottom: 40px;
}

.p-fair-komono {
  padding-top: 70px;
}

.p-fair-komono__title {
  background: #f47597;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.25;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  padding: 1rem 0;
  margin-bottom: 30px;
}

.p-fair-komono__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.p-fair-komono__img {
  width: 174px;
}

.p-fair-komono__text {
  width: 174px;
}

.p-planList.p-fair-wrap {
  padding-top: 70px;
}

.u-lh--15 {
  line-height: 1.5;
}

.u-lh--2 {
  line-height: 2;
}

.u-lh--3 {
  line-height: 3;
}

.u-text--title {
  display: inline-block;
  font-size: 2.2rem;
}
@media (max-width: 600px) {
  .u-text--title {
    font-size: 1.6rem;
  }
}

.u-text--attention {
  font-size: 1.4rem;
}
@media (max-width: 600px) {
  .u-text--attention {
    font-size: 1.2rem;
  }
}

.u-block {
  display: block;
}

.u-inlineBlock {
  display: inline-block;
}

.u-flex {
  display: flex;
}

.u-wrap {
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .u-wrapSp {
    flex-wrap: wrap;
  }
}

.u-flex--center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.u-flex--verticalCenter {
  display: flex;
  align-items: center;
}

.u-flex--horizontalCenter {
  display: flex;
  justify-content: center;
}

.u-flex--onlypc {
  display: flex;
}
@media (max-width: 600px) {
  .u-flex--onlypc {
    display: block;
  }
}

.u-pc--hidden {
  display: none;
}
@media (max-width: 600px) {
  .u-pc--hidden {
    display: block;
  }
}

.u-tab--hidden {
  display: none;
}
@media (max-width: 1024px) {
  .u-tab--hidden {
    display: block;
  }
}

.u-mob--hidden {
  display: block;
}
@media (max-width: 1024px) {
  .u-mob--hidden {
    display: none;
  }
}

.u-indent {
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}
@media (max-width: 600px) {
  .u-indent {
    padding-left: 1.4rem;
    text-indent: -1.4rem;
  }
}

.u-sp--hidden {
  display: block;
}
@media (max-width: 600px) {
  .u-sp--hidden {
    display: none;
  }
}

.u-sp--inline {
  display: inline;
}
@media (max-width: 600px) {
  .u-sp--inline {
    display: none;
  }
}

.u-pc--hidden {
  display: none;
}
@media (max-width: 600px) {
  .u-pc--hidden {
    display: block;
  }
}

.u-vertical--middle {
  vertical-align: middle;
}

.u-row--reverse {
  flex-direction: row-reverse;
}

.u-col--def {
  flex-direction: column;
}

.u-col--reverse {
  flex-direction: column-reverse;
}

.u-ws-noWrap {
  white-space: nowrap;
}

.u-no-events {
  pointer-events: none;
}

.u-ff--go {
  font-family: "Noto Sans JP", "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.u-text--center {
  text-align: center;
}

.u-text--right {
  text-align: right;
}

.u-link--underline {
  text-decoration: underline;
}
.u-link--underline:hover {
  text-decoration: none;
}

.u-text-primary {
  color: #e4007f;
}

.u-mg--0 {
  margin: 0;
}

.u-mg__ttlBg {
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .u-mg__ttlBg {
    margin-bottom: 2.5rem;
  }
}

.u-mg--auto {
  margin: 0 auto;
}

.u-mgTop--0 {
  margin-top: 0px;
}

.u-mgTop--5 {
  margin-top: 5px;
}

.u-mgTop--10 {
  margin-top: 10px;
}

.u-mgTop--15 {
  margin-top: 15px;
}

.u-mgTop--20 {
  margin-top: 20px;
}

.u-mgTop--25 {
  margin-top: 25px;
}

.u-mgTop--30 {
  margin-top: 30px;
}

.u-mgTop--35 {
  margin-top: 35px;
}

.u-mgTop--40 {
  margin-top: 40px;
}

.u-mgTop--45 {
  margin-top: 45px;
}

.u-mgTop--50 {
  margin-top: 50px;
}

.u-mgTop--55 {
  margin-top: 55px;
}

.u-mgTop--60 {
  margin-top: 60px;
}

.u-mgTop--65 {
  margin-top: 65px;
}

.u-mgTop--70 {
  margin-top: 70px;
}

.u-mgTop--75 {
  margin-top: 75px;
}

.u-mgTop--80 {
  margin-top: 80px;
}

.u-mgTop--85 {
  margin-top: 85px;
}

.u-mgTop--90 {
  margin-top: 90px;
}

.u-mgTop--95 {
  margin-top: 95px;
}

.u-mgTop--100 {
  margin-top: 100px;
}

.u-mgTop--105 {
  margin-top: 105px;
}

.u-mgTop--110 {
  margin-top: 110px;
}

.u-mgTop--115 {
  margin-top: 115px;
}

.u-mgTop--120 {
  margin-top: 120px;
}

.u-mgTop--125 {
  margin-top: 125px;
}

.u-mgTop--130 {
  margin-top: 130px;
}

.u-mgTop--135 {
  margin-top: 135px;
}

.u-mgTop--140 {
  margin-top: 140px;
}

.u-mgTop--145 {
  margin-top: 145px;
}

.u-mgTop--150 {
  margin-top: 150px;
}

.u-mgLeft--0 {
  margin-left: 0px;
}

.u-mgLeft--5 {
  margin-left: 5px;
}

.u-mgLeft--10 {
  margin-left: 10px;
}

.u-mgLeft--15 {
  margin-left: 15px;
}

.u-mgLeft--20 {
  margin-left: 20px;
}

.u-mgLeft--25 {
  margin-left: 25px;
}

.u-mgLeft--30 {
  margin-left: 30px;
}

.u-mgLeft--35 {
  margin-left: 35px;
}

.u-mgLeft--40 {
  margin-left: 40px;
}

.u-mgLeft--45 {
  margin-left: 45px;
}

.u-mgLeft--50 {
  margin-left: 50px;
}

.u-mgLeft--55 {
  margin-left: 55px;
}

.u-mgLeft--60 {
  margin-left: 60px;
}

.u-mgLeft--65 {
  margin-left: 65px;
}

.u-mgLeft--70 {
  margin-left: 70px;
}

.u-mgLeft--75 {
  margin-left: 75px;
}

.u-mgLeft--80 {
  margin-left: 80px;
}

.u-mgLeft--85 {
  margin-left: 85px;
}

.u-mgLeft--90 {
  margin-left: 90px;
}

.u-mgLeft--95 {
  margin-left: 95px;
}

.u-mgLeft--100 {
  margin-left: 100px;
}

.u-mgLeft--105 {
  margin-left: 105px;
}

.u-mgLeft--110 {
  margin-left: 110px;
}

.u-mgLeft--115 {
  margin-left: 115px;
}

.u-mgLeft--120 {
  margin-left: 120px;
}

.u-mgLeft--125 {
  margin-left: 125px;
}

.u-mgLeft--130 {
  margin-left: 130px;
}

.u-mgLeft--135 {
  margin-left: 135px;
}

.u-mgLeft--140 {
  margin-left: 140px;
}

.u-mgLeft--145 {
  margin-left: 145px;
}

.u-mgLeft--150 {
  margin-left: 150px;
}

.u-mgRight--0 {
  margin-right: 0px;
}

.u-mgRight--5 {
  margin-right: 5px;
}

.u-mgRight--10 {
  margin-right: 10px;
}

.u-mgRight--15 {
  margin-right: 15px;
}

.u-mgRight--20 {
  margin-right: 20px;
}

.u-mgRight--25 {
  margin-right: 25px;
}

.u-mgRight--30 {
  margin-right: 30px;
}

.u-mgRight--35 {
  margin-right: 35px;
}

.u-mgRight--40 {
  margin-right: 40px;
}

.u-mgRight--45 {
  margin-right: 45px;
}

.u-mgRight--50 {
  margin-right: 50px;
}

.u-mgRight--55 {
  margin-right: 55px;
}

.u-mgRight--60 {
  margin-right: 60px;
}

.u-mgRight--65 {
  margin-right: 65px;
}

.u-mgRight--70 {
  margin-right: 70px;
}

.u-mgRight--75 {
  margin-right: 75px;
}

.u-mgRight--80 {
  margin-right: 80px;
}

.u-mgRight--85 {
  margin-right: 85px;
}

.u-mgRight--90 {
  margin-right: 90px;
}

.u-mgRight--95 {
  margin-right: 95px;
}

.u-mgRight--100 {
  margin-right: 100px;
}

.u-mgRight--105 {
  margin-right: 105px;
}

.u-mgRight--110 {
  margin-right: 110px;
}

.u-mgRight--115 {
  margin-right: 115px;
}

.u-mgRight--120 {
  margin-right: 120px;
}

.u-mgRight--125 {
  margin-right: 125px;
}

.u-mgRight--130 {
  margin-right: 130px;
}

.u-mgRight--135 {
  margin-right: 135px;
}

.u-mgRight--140 {
  margin-right: 140px;
}

.u-mgRight--145 {
  margin-right: 145px;
}

.u-mgRight--150 {
  margin-right: 150px;
}

.u-mgBottom--0 {
  margin-bottom: 0px;
}

.u-mgBottom--5 {
  margin-bottom: 5px;
}

.u-mgBottom--10 {
  margin-bottom: 10px;
}

.u-mgBottom--15 {
  margin-bottom: 15px;
}

.u-mgBottom--20 {
  margin-bottom: 20px;
}

.u-mgBottom--25 {
  margin-bottom: 25px;
}

.u-mgBottom--30 {
  margin-bottom: 30px;
}

.u-mgBottom--35 {
  margin-bottom: 35px;
}

.u-mgBottom--40 {
  margin-bottom: 40px;
}

.u-mgBottom--45 {
  margin-bottom: 45px;
}

.u-mgBottom--50 {
  margin-bottom: 50px;
}

.u-mgBottom--55 {
  margin-bottom: 55px;
}

.u-mgBottom--60 {
  margin-bottom: 60px;
}

.u-mgBottom--65 {
  margin-bottom: 65px;
}

.u-mgBottom--70 {
  margin-bottom: 70px;
}

.u-mgBottom--75 {
  margin-bottom: 75px;
}

.u-mgBottom--80 {
  margin-bottom: 80px;
}

.u-mgBottom--85 {
  margin-bottom: 85px;
}

.u-mgBottom--90 {
  margin-bottom: 90px;
}

.u-mgBottom--95 {
  margin-bottom: 95px;
}

.u-mgBottom--100 {
  margin-bottom: 100px;
}

.u-mgBottom--105 {
  margin-bottom: 105px;
}

.u-mgBottom--110 {
  margin-bottom: 110px;
}

.u-mgBottom--115 {
  margin-bottom: 115px;
}

.u-mgBottom--120 {
  margin-bottom: 120px;
}

.u-mgBottom--125 {
  margin-bottom: 125px;
}

.u-mgBottom--130 {
  margin-bottom: 130px;
}

.u-mgBottom--135 {
  margin-bottom: 135px;
}

.u-mgBottom--140 {
  margin-bottom: 140px;
}

.u-mgBottom--145 {
  margin-bottom: 145px;
}

.u-mgBottom--150 {
  margin-bottom: 150px;
}

@media (max-width: 600px) {
  .u-sp-mg--0 {
    margin: 0;
  }
  .u-sp-mgTop--0 {
    margin-top: 0px;
  }
  .u-sp-mgTop--5 {
    margin-top: 5px;
  }
  .u-sp-mgTop--10 {
    margin-top: 10px;
  }
  .u-sp-mgTop--15 {
    margin-top: 15px;
  }
  .u-sp-mgTop--20 {
    margin-top: 20px;
  }
  .u-sp-mgTop--25 {
    margin-top: 25px;
  }
  .u-sp-mgTop--30 {
    margin-top: 30px;
  }
  .u-sp-mgTop--35 {
    margin-top: 35px;
  }
  .u-sp-mgTop--40 {
    margin-top: 40px;
  }
  .u-sp-mgTop--45 {
    margin-top: 45px;
  }
  .u-sp-mgTop--50 {
    margin-top: 50px;
  }
  .u-sp-mgTop--55 {
    margin-top: 55px;
  }
  .u-sp-mgTop--60 {
    margin-top: 60px;
  }
  .u-sp-mgTop--65 {
    margin-top: 65px;
  }
  .u-sp-mgTop--70 {
    margin-top: 70px;
  }
  .u-sp-mgTop--75 {
    margin-top: 75px;
  }
  .u-sp-mgTop--80 {
    margin-top: 80px;
  }
  .u-sp-mgTop--85 {
    margin-top: 85px;
  }
  .u-sp-mgTop--90 {
    margin-top: 90px;
  }
  .u-sp-mgTop--95 {
    margin-top: 95px;
  }
  .u-sp-mgTop--100 {
    margin-top: 100px;
  }
  .u-sp-mgTop--105 {
    margin-top: 105px;
  }
  .u-sp-mgTop--110 {
    margin-top: 110px;
  }
  .u-sp-mgTop--115 {
    margin-top: 115px;
  }
  .u-sp-mgTop--120 {
    margin-top: 120px;
  }
  .u-sp-mgTop--125 {
    margin-top: 125px;
  }
  .u-sp-mgTop--130 {
    margin-top: 130px;
  }
  .u-sp-mgTop--135 {
    margin-top: 135px;
  }
  .u-sp-mgTop--140 {
    margin-top: 140px;
  }
  .u-sp-mgTop--145 {
    margin-top: 145px;
  }
  .u-sp-mgTop--150 {
    margin-top: 150px;
  }
  .u-sp-mgLeft--0 {
    margin-left: 0px;
  }
  .u-sp-mgLeft--5 {
    margin-left: 5px;
  }
  .u-sp-mgLeft--10 {
    margin-left: 10px;
  }
  .u-sp-mgLeft--15 {
    margin-left: 15px;
  }
  .u-sp-mgLeft--20 {
    margin-left: 20px;
  }
  .u-sp-mgLeft--25 {
    margin-left: 25px;
  }
  .u-sp-mgLeft--30 {
    margin-left: 30px;
  }
  .u-sp-mgLeft--35 {
    margin-left: 35px;
  }
  .u-sp-mgLeft--40 {
    margin-left: 40px;
  }
  .u-sp-mgLeft--45 {
    margin-left: 45px;
  }
  .u-sp-mgLeft--50 {
    margin-left: 50px;
  }
  .u-sp-mgLeft--55 {
    margin-left: 55px;
  }
  .u-sp-mgLeft--60 {
    margin-left: 60px;
  }
  .u-sp-mgLeft--65 {
    margin-left: 65px;
  }
  .u-sp-mgLeft--70 {
    margin-left: 70px;
  }
  .u-sp-mgLeft--75 {
    margin-left: 75px;
  }
  .u-sp-mgLeft--80 {
    margin-left: 80px;
  }
  .u-sp-mgLeft--85 {
    margin-left: 85px;
  }
  .u-sp-mgLeft--90 {
    margin-left: 90px;
  }
  .u-sp-mgLeft--95 {
    margin-left: 95px;
  }
  .u-sp-mgLeft--100 {
    margin-left: 100px;
  }
  .u-sp-mgLeft--105 {
    margin-left: 105px;
  }
  .u-sp-mgLeft--110 {
    margin-left: 110px;
  }
  .u-sp-mgLeft--115 {
    margin-left: 115px;
  }
  .u-sp-mgLeft--120 {
    margin-left: 120px;
  }
  .u-sp-mgLeft--125 {
    margin-left: 125px;
  }
  .u-sp-mgLeft--130 {
    margin-left: 130px;
  }
  .u-sp-mgLeft--135 {
    margin-left: 135px;
  }
  .u-sp-mgLeft--140 {
    margin-left: 140px;
  }
  .u-sp-mgLeft--145 {
    margin-left: 145px;
  }
  .u-sp-mgLeft--150 {
    margin-left: 150px;
  }
  .u-sp-mgRight--0 {
    margin-right: 0px;
  }
  .u-sp-mgRight--5 {
    margin-right: 5px;
  }
  .u-sp-mgRight--10 {
    margin-right: 10px;
  }
  .u-sp-mgRight--15 {
    margin-right: 15px;
  }
  .u-sp-mgRight--20 {
    margin-right: 20px;
  }
  .u-sp-mgRight--25 {
    margin-right: 25px;
  }
  .u-sp-mgRight--30 {
    margin-right: 30px;
  }
  .u-sp-mgRight--35 {
    margin-right: 35px;
  }
  .u-sp-mgRight--40 {
    margin-right: 40px;
  }
  .u-sp-mgRight--45 {
    margin-right: 45px;
  }
  .u-sp-mgRight--50 {
    margin-right: 50px;
  }
  .u-sp-mgRight--55 {
    margin-right: 55px;
  }
  .u-sp-mgRight--60 {
    margin-right: 60px;
  }
  .u-sp-mgRight--65 {
    margin-right: 65px;
  }
  .u-sp-mgRight--70 {
    margin-right: 70px;
  }
  .u-sp-mgRight--75 {
    margin-right: 75px;
  }
  .u-sp-mgRight--80 {
    margin-right: 80px;
  }
  .u-sp-mgRight--85 {
    margin-right: 85px;
  }
  .u-sp-mgRight--90 {
    margin-right: 90px;
  }
  .u-sp-mgRight--95 {
    margin-right: 95px;
  }
  .u-sp-mgRight--100 {
    margin-right: 100px;
  }
  .u-sp-mgRight--105 {
    margin-right: 105px;
  }
  .u-sp-mgRight--110 {
    margin-right: 110px;
  }
  .u-sp-mgRight--115 {
    margin-right: 115px;
  }
  .u-sp-mgRight--120 {
    margin-right: 120px;
  }
  .u-sp-mgRight--125 {
    margin-right: 125px;
  }
  .u-sp-mgRight--130 {
    margin-right: 130px;
  }
  .u-sp-mgRight--135 {
    margin-right: 135px;
  }
  .u-sp-mgRight--140 {
    margin-right: 140px;
  }
  .u-sp-mgRight--145 {
    margin-right: 145px;
  }
  .u-sp-mgRight--150 {
    margin-right: 150px;
  }
  .u-sp-mgBottom--0 {
    margin-bottom: 0px;
  }
  .u-sp-mgBottom--5 {
    margin-bottom: 5px;
  }
  .u-sp-mgBottom--10 {
    margin-bottom: 10px;
  }
  .u-sp-mgBottom--15 {
    margin-bottom: 15px;
  }
  .u-sp-mgBottom--20 {
    margin-bottom: 20px;
  }
  .u-sp-mgBottom--25 {
    margin-bottom: 25px;
  }
  .u-sp-mgBottom--30 {
    margin-bottom: 30px;
  }
  .u-sp-mgBottom--35 {
    margin-bottom: 35px;
  }
  .u-sp-mgBottom--40 {
    margin-bottom: 40px;
  }
  .u-sp-mgBottom--45 {
    margin-bottom: 45px;
  }
  .u-sp-mgBottom--50 {
    margin-bottom: 50px;
  }
  .u-sp-mgBottom--55 {
    margin-bottom: 55px;
  }
  .u-sp-mgBottom--60 {
    margin-bottom: 60px;
  }
  .u-sp-mgBottom--65 {
    margin-bottom: 65px;
  }
  .u-sp-mgBottom--70 {
    margin-bottom: 70px;
  }
  .u-sp-mgBottom--75 {
    margin-bottom: 75px;
  }
  .u-sp-mgBottom--80 {
    margin-bottom: 80px;
  }
  .u-sp-mgBottom--85 {
    margin-bottom: 85px;
  }
  .u-sp-mgBottom--90 {
    margin-bottom: 90px;
  }
  .u-sp-mgBottom--95 {
    margin-bottom: 95px;
  }
  .u-sp-mgBottom--100 {
    margin-bottom: 100px;
  }
  .u-sp-mgBottom--105 {
    margin-bottom: 105px;
  }
  .u-sp-mgBottom--110 {
    margin-bottom: 110px;
  }
  .u-sp-mgBottom--115 {
    margin-bottom: 115px;
  }
  .u-sp-mgBottom--120 {
    margin-bottom: 120px;
  }
  .u-sp-mgBottom--125 {
    margin-bottom: 125px;
  }
  .u-sp-mgBottom--130 {
    margin-bottom: 130px;
  }
  .u-sp-mgBottom--135 {
    margin-bottom: 135px;
  }
  .u-sp-mgBottom--140 {
    margin-bottom: 140px;
  }
  .u-sp-mgBottom--145 {
    margin-bottom: 145px;
  }
  .u-sp-mgBottom--150 {
    margin-bottom: 150px;
  }
}
.u-pd--0 {
  padding: 0;
}

.u-pd--10 {
  padding: 1rem;
}

.u-pdRow--10 {
  padding: 0 1rem;
}

.u-pdColumn--10 {
  padding: 1rem 0;
}

.u-pdTop--0 {
  padding-top: 0px;
}

.u-pdTop--5 {
  padding-top: 5px;
}

.u-pdTop--10 {
  padding-top: 10px;
}

.u-pdTop--15 {
  padding-top: 15px;
}

.u-pdTop--20 {
  padding-top: 20px;
}

.u-pdTop--25 {
  padding-top: 25px;
}

.u-pdTop--30 {
  padding-top: 30px;
}

.u-pdTop--35 {
  padding-top: 35px;
}

.u-pdTop--40 {
  padding-top: 40px;
}

.u-pdTop--45 {
  padding-top: 45px;
}

.u-pdTop--50 {
  padding-top: 50px;
}

.u-pdTop--55 {
  padding-top: 55px;
}

.u-pdTop--60 {
  padding-top: 60px;
}

.u-pdTop--65 {
  padding-top: 65px;
}

.u-pdTop--70 {
  padding-top: 70px;
}

.u-pdTop--75 {
  padding-top: 75px;
}

.u-pdTop--80 {
  padding-top: 80px;
}

.u-pdTop--85 {
  padding-top: 85px;
}

.u-pdTop--90 {
  padding-top: 90px;
}

.u-pdTop--95 {
  padding-top: 95px;
}

.u-pdTop--100 {
  padding-top: 100px;
}

.u-pdTop--105 {
  padding-top: 105px;
}

.u-pdTop--110 {
  padding-top: 110px;
}

.u-pdTop--115 {
  padding-top: 115px;
}

.u-pdTop--120 {
  padding-top: 120px;
}

.u-pdTop--125 {
  padding-top: 125px;
}

.u-pdTop--130 {
  padding-top: 130px;
}

.u-pdTop--135 {
  padding-top: 135px;
}

.u-pdTop--140 {
  padding-top: 140px;
}

.u-pdTop--145 {
  padding-top: 145px;
}

.u-pdTop--150 {
  padding-top: 150px;
}

.u-pdTop--155 {
  padding-top: 155px;
}

.u-pdTop--160 {
  padding-top: 160px;
}

.u-pdTop--165 {
  padding-top: 165px;
}

.u-pdTop--170 {
  padding-top: 170px;
}

.u-pdTop--175 {
  padding-top: 175px;
}

.u-pdTop--180 {
  padding-top: 180px;
}

.u-pdTop--185 {
  padding-top: 185px;
}

.u-pdTop--190 {
  padding-top: 190px;
}

.u-pdTop--195 {
  padding-top: 195px;
}

.u-pdTop--200 {
  padding-top: 200px;
}

.u-pdTop--205 {
  padding-top: 205px;
}

.u-pdTop--210 {
  padding-top: 210px;
}

.u-pdTop--215 {
  padding-top: 215px;
}

.u-pdTop--220 {
  padding-top: 220px;
}

.u-pdTop--225 {
  padding-top: 225px;
}

.u-pdTop--230 {
  padding-top: 230px;
}

.u-pdTop--235 {
  padding-top: 235px;
}

.u-pdTop--240 {
  padding-top: 240px;
}

.u-pdTop--245 {
  padding-top: 245px;
}

.u-pdTop--250 {
  padding-top: 250px;
}

.u-pdLeft--0 {
  padding-left: 0px;
}

.u-pdLeft--5 {
  padding-left: 5px;
}

.u-pdLeft--10 {
  padding-left: 10px;
}

.u-pdLeft--15 {
  padding-left: 15px;
}

.u-pdLeft--20 {
  padding-left: 20px;
}

.u-pdLeft--25 {
  padding-left: 25px;
}

.u-pdLeft--30 {
  padding-left: 30px;
}

.u-pdLeft--35 {
  padding-left: 35px;
}

.u-pdLeft--40 {
  padding-left: 40px;
}

.u-pdLeft--45 {
  padding-left: 45px;
}

.u-pdLeft--50 {
  padding-left: 50px;
}

.u-pdLeft--55 {
  padding-left: 55px;
}

.u-pdLeft--60 {
  padding-left: 60px;
}

.u-pdLeft--65 {
  padding-left: 65px;
}

.u-pdLeft--70 {
  padding-left: 70px;
}

.u-pdLeft--75 {
  padding-left: 75px;
}

.u-pdLeft--80 {
  padding-left: 80px;
}

.u-pdLeft--85 {
  padding-left: 85px;
}

.u-pdLeft--90 {
  padding-left: 90px;
}

.u-pdLeft--95 {
  padding-left: 95px;
}

.u-pdLeft--100 {
  padding-left: 100px;
}

.u-pdLeft--105 {
  padding-left: 105px;
}

.u-pdLeft--110 {
  padding-left: 110px;
}

.u-pdLeft--115 {
  padding-left: 115px;
}

.u-pdLeft--120 {
  padding-left: 120px;
}

.u-pdLeft--125 {
  padding-left: 125px;
}

.u-pdLeft--130 {
  padding-left: 130px;
}

.u-pdLeft--135 {
  padding-left: 135px;
}

.u-pdLeft--140 {
  padding-left: 140px;
}

.u-pdLeft--145 {
  padding-left: 145px;
}

.u-pdLeft--150 {
  padding-left: 150px;
}

.u-pdLeft--155 {
  padding-left: 155px;
}

.u-pdLeft--160 {
  padding-left: 160px;
}

.u-pdLeft--165 {
  padding-left: 165px;
}

.u-pdLeft--170 {
  padding-left: 170px;
}

.u-pdLeft--175 {
  padding-left: 175px;
}

.u-pdLeft--180 {
  padding-left: 180px;
}

.u-pdLeft--185 {
  padding-left: 185px;
}

.u-pdLeft--190 {
  padding-left: 190px;
}

.u-pdLeft--195 {
  padding-left: 195px;
}

.u-pdLeft--200 {
  padding-left: 200px;
}

.u-pdLeft--205 {
  padding-left: 205px;
}

.u-pdLeft--210 {
  padding-left: 210px;
}

.u-pdLeft--215 {
  padding-left: 215px;
}

.u-pdLeft--220 {
  padding-left: 220px;
}

.u-pdLeft--225 {
  padding-left: 225px;
}

.u-pdLeft--230 {
  padding-left: 230px;
}

.u-pdLeft--235 {
  padding-left: 235px;
}

.u-pdLeft--240 {
  padding-left: 240px;
}

.u-pdLeft--245 {
  padding-left: 245px;
}

.u-pdLeft--250 {
  padding-left: 250px;
}

.u-pdRight--0 {
  padding-right: 0px;
}

.u-pdRight--5 {
  padding-right: 5px;
}

.u-pdRight--10 {
  padding-right: 10px;
}

.u-pdRight--15 {
  padding-right: 15px;
}

.u-pdRight--20 {
  padding-right: 20px;
}

.u-pdRight--25 {
  padding-right: 25px;
}

.u-pdRight--30 {
  padding-right: 30px;
}

.u-pdRight--35 {
  padding-right: 35px;
}

.u-pdRight--40 {
  padding-right: 40px;
}

.u-pdRight--45 {
  padding-right: 45px;
}

.u-pdRight--50 {
  padding-right: 50px;
}

.u-pdRight--55 {
  padding-right: 55px;
}

.u-pdRight--60 {
  padding-right: 60px;
}

.u-pdRight--65 {
  padding-right: 65px;
}

.u-pdRight--70 {
  padding-right: 70px;
}

.u-pdRight--75 {
  padding-right: 75px;
}

.u-pdRight--80 {
  padding-right: 80px;
}

.u-pdRight--85 {
  padding-right: 85px;
}

.u-pdRight--90 {
  padding-right: 90px;
}

.u-pdRight--95 {
  padding-right: 95px;
}

.u-pdRight--100 {
  padding-right: 100px;
}

.u-pdRight--105 {
  padding-right: 105px;
}

.u-pdRight--110 {
  padding-right: 110px;
}

.u-pdRight--115 {
  padding-right: 115px;
}

.u-pdRight--120 {
  padding-right: 120px;
}

.u-pdRight--125 {
  padding-right: 125px;
}

.u-pdRight--130 {
  padding-right: 130px;
}

.u-pdRight--135 {
  padding-right: 135px;
}

.u-pdRight--140 {
  padding-right: 140px;
}

.u-pdRight--145 {
  padding-right: 145px;
}

.u-pdRight--150 {
  padding-right: 150px;
}

.u-pdRight--155 {
  padding-right: 155px;
}

.u-pdRight--160 {
  padding-right: 160px;
}

.u-pdRight--165 {
  padding-right: 165px;
}

.u-pdRight--170 {
  padding-right: 170px;
}

.u-pdRight--175 {
  padding-right: 175px;
}

.u-pdRight--180 {
  padding-right: 180px;
}

.u-pdRight--185 {
  padding-right: 185px;
}

.u-pdRight--190 {
  padding-right: 190px;
}

.u-pdRight--195 {
  padding-right: 195px;
}

.u-pdRight--200 {
  padding-right: 200px;
}

.u-pdRight--205 {
  padding-right: 205px;
}

.u-pdRight--210 {
  padding-right: 210px;
}

.u-pdRight--215 {
  padding-right: 215px;
}

.u-pdRight--220 {
  padding-right: 220px;
}

.u-pdRight--225 {
  padding-right: 225px;
}

.u-pdRight--230 {
  padding-right: 230px;
}

.u-pdRight--235 {
  padding-right: 235px;
}

.u-pdRight--240 {
  padding-right: 240px;
}

.u-pdRight--245 {
  padding-right: 245px;
}

.u-pdRight--250 {
  padding-right: 250px;
}

.u-pdBottom--0 {
  padding-bottom: 0px !important;
}

.u-pdBottom--5 {
  padding-bottom: 5px !important;
}

.u-pdBottom--10 {
  padding-bottom: 10px !important;
}

.u-pdBottom--15 {
  padding-bottom: 15px !important;
}

.u-pdBottom--20 {
  padding-bottom: 20px !important;
}

.u-pdBottom--25 {
  padding-bottom: 25px !important;
}

.u-pdBottom--30 {
  padding-bottom: 30px !important;
}

.u-pdBottom--35 {
  padding-bottom: 35px !important;
}

.u-pdBottom--40 {
  padding-bottom: 40px !important;
}

.u-pdBottom--45 {
  padding-bottom: 45px !important;
}

.u-pdBottom--50 {
  padding-bottom: 50px !important;
}

.u-pdBottom--55 {
  padding-bottom: 55px !important;
}

.u-pdBottom--60 {
  padding-bottom: 60px !important;
}

.u-pdBottom--65 {
  padding-bottom: 65px !important;
}

.u-pdBottom--70 {
  padding-bottom: 70px !important;
}

.u-pdBottom--75 {
  padding-bottom: 75px !important;
}

.u-pdBottom--80 {
  padding-bottom: 80px !important;
}

.u-pdBottom--85 {
  padding-bottom: 85px !important;
}

.u-pdBottom--90 {
  padding-bottom: 90px !important;
}

.u-pdBottom--95 {
  padding-bottom: 95px !important;
}

.u-pdBottom--100 {
  padding-bottom: 100px !important;
}

.u-pdBottom--105 {
  padding-bottom: 105px !important;
}

.u-pdBottom--110 {
  padding-bottom: 110px !important;
}

.u-pdBottom--115 {
  padding-bottom: 115px !important;
}

.u-pdBottom--120 {
  padding-bottom: 120px !important;
}

.u-pdBottom--125 {
  padding-bottom: 125px !important;
}

.u-pdBottom--130 {
  padding-bottom: 130px !important;
}

.u-pdBottom--135 {
  padding-bottom: 135px !important;
}

.u-pdBottom--140 {
  padding-bottom: 140px !important;
}

.u-pdBottom--145 {
  padding-bottom: 145px !important;
}

.u-pdBottom--150 {
  padding-bottom: 150px !important;
}

.u-pdBottom--155 {
  padding-bottom: 155px !important;
}

.u-pdBottom--160 {
  padding-bottom: 160px !important;
}

.u-pdBottom--165 {
  padding-bottom: 165px !important;
}

.u-pdBottom--170 {
  padding-bottom: 170px !important;
}

.u-pdBottom--175 {
  padding-bottom: 175px !important;
}

.u-pdBottom--180 {
  padding-bottom: 180px !important;
}

.u-pdBottom--185 {
  padding-bottom: 185px !important;
}

.u-pdBottom--190 {
  padding-bottom: 190px !important;
}

.u-pdBottom--195 {
  padding-bottom: 195px !important;
}

.u-pdBottom--200 {
  padding-bottom: 200px !important;
}

.u-pdBottom--205 {
  padding-bottom: 205px !important;
}

.u-pdBottom--210 {
  padding-bottom: 210px !important;
}

.u-pdBottom--215 {
  padding-bottom: 215px !important;
}

.u-pdBottom--220 {
  padding-bottom: 220px !important;
}

.u-pdBottom--225 {
  padding-bottom: 225px !important;
}

.u-pdBottom--230 {
  padding-bottom: 230px !important;
}

.u-pdBottom--235 {
  padding-bottom: 235px !important;
}

.u-pdBottom--240 {
  padding-bottom: 240px !important;
}

.u-pdBottom--245 {
  padding-bottom: 245px !important;
}

.u-pdBottom--250 {
  padding-bottom: 250px !important;
}

@media (max-width: 600px) {
  .u-sp-pd--0 {
    padding: 0;
  }
  .u-sp-pdTop--0 {
    padding-top: 0px;
  }
  .u-sp-pdTop--5 {
    padding-top: 5px;
  }
  .u-sp-pdTop--10 {
    padding-top: 10px;
  }
  .u-sp-pdTop--15 {
    padding-top: 15px;
  }
  .u-sp-pdTop--20 {
    padding-top: 20px;
  }
  .u-sp-pdTop--25 {
    padding-top: 25px;
  }
  .u-sp-pdTop--30 {
    padding-top: 30px;
  }
  .u-sp-pdTop--35 {
    padding-top: 35px;
  }
  .u-sp-pdTop--40 {
    padding-top: 40px;
  }
  .u-sp-pdTop--45 {
    padding-top: 45px;
  }
  .u-sp-pdTop--50 {
    padding-top: 50px;
  }
  .u-sp-pdTop--55 {
    padding-top: 55px;
  }
  .u-sp-pdTop--60 {
    padding-top: 60px;
  }
  .u-sp-pdTop--65 {
    padding-top: 65px;
  }
  .u-sp-pdTop--70 {
    padding-top: 70px;
  }
  .u-sp-pdTop--75 {
    padding-top: 75px;
  }
  .u-sp-pdTop--80 {
    padding-top: 80px;
  }
  .u-sp-pdTop--85 {
    padding-top: 85px;
  }
  .u-sp-pdTop--90 {
    padding-top: 90px;
  }
  .u-sp-pdTop--95 {
    padding-top: 95px;
  }
  .u-sp-pdTop--100 {
    padding-top: 100px;
  }
  .u-sp-pdTop--105 {
    padding-top: 105px;
  }
  .u-sp-pdTop--110 {
    padding-top: 110px;
  }
  .u-sp-pdTop--115 {
    padding-top: 115px;
  }
  .u-sp-pdTop--120 {
    padding-top: 120px;
  }
  .u-sp-pdTop--125 {
    padding-top: 125px;
  }
  .u-sp-pdTop--130 {
    padding-top: 130px;
  }
  .u-sp-pdTop--135 {
    padding-top: 135px;
  }
  .u-sp-pdTop--140 {
    padding-top: 140px;
  }
  .u-sp-pdTop--145 {
    padding-top: 145px;
  }
  .u-sp-pdTop--150 {
    padding-top: 150px;
  }
  .u-sp-pdTop--155 {
    padding-top: 155px;
  }
  .u-sp-pdTop--160 {
    padding-top: 160px;
  }
  .u-sp-pdTop--165 {
    padding-top: 165px;
  }
  .u-sp-pdTop--170 {
    padding-top: 170px;
  }
  .u-sp-pdTop--175 {
    padding-top: 175px;
  }
  .u-sp-pdTop--180 {
    padding-top: 180px;
  }
  .u-sp-pdTop--185 {
    padding-top: 185px;
  }
  .u-sp-pdTop--190 {
    padding-top: 190px;
  }
  .u-sp-pdTop--195 {
    padding-top: 195px;
  }
  .u-sp-pdTop--200 {
    padding-top: 200px;
  }
  .u-sp-pdTop--205 {
    padding-top: 205px;
  }
  .u-sp-pdTop--210 {
    padding-top: 210px;
  }
  .u-sp-pdTop--215 {
    padding-top: 215px;
  }
  .u-sp-pdTop--220 {
    padding-top: 220px;
  }
  .u-sp-pdTop--225 {
    padding-top: 225px;
  }
  .u-sp-pdTop--230 {
    padding-top: 230px;
  }
  .u-sp-pdTop--235 {
    padding-top: 235px;
  }
  .u-sp-pdTop--240 {
    padding-top: 240px;
  }
  .u-sp-pdTop--245 {
    padding-top: 245px;
  }
  .u-sp-pdTop--250 {
    padding-top: 250px;
  }
  .u-sp-pdLeft--0 {
    padding-left: 0px;
  }
  .u-sp-pdLeft--5 {
    padding-left: 5px;
  }
  .u-sp-pdLeft--10 {
    padding-left: 10px;
  }
  .u-sp-pdLeft--15 {
    padding-left: 15px;
  }
  .u-sp-pdLeft--20 {
    padding-left: 20px;
  }
  .u-sp-pdLeft--25 {
    padding-left: 25px;
  }
  .u-sp-pdLeft--30 {
    padding-left: 30px;
  }
  .u-sp-pdLeft--35 {
    padding-left: 35px;
  }
  .u-sp-pdLeft--40 {
    padding-left: 40px;
  }
  .u-sp-pdLeft--45 {
    padding-left: 45px;
  }
  .u-sp-pdLeft--50 {
    padding-left: 50px;
  }
  .u-sp-pdLeft--55 {
    padding-left: 55px;
  }
  .u-sp-pdLeft--60 {
    padding-left: 60px;
  }
  .u-sp-pdLeft--65 {
    padding-left: 65px;
  }
  .u-sp-pdLeft--70 {
    padding-left: 70px;
  }
  .u-sp-pdLeft--75 {
    padding-left: 75px;
  }
  .u-sp-pdLeft--80 {
    padding-left: 80px;
  }
  .u-sp-pdLeft--85 {
    padding-left: 85px;
  }
  .u-sp-pdLeft--90 {
    padding-left: 90px;
  }
  .u-sp-pdLeft--95 {
    padding-left: 95px;
  }
  .u-sp-pdLeft--100 {
    padding-left: 100px;
  }
  .u-sp-pdLeft--105 {
    padding-left: 105px;
  }
  .u-sp-pdLeft--110 {
    padding-left: 110px;
  }
  .u-sp-pdLeft--115 {
    padding-left: 115px;
  }
  .u-sp-pdLeft--120 {
    padding-left: 120px;
  }
  .u-sp-pdLeft--125 {
    padding-left: 125px;
  }
  .u-sp-pdLeft--130 {
    padding-left: 130px;
  }
  .u-sp-pdLeft--135 {
    padding-left: 135px;
  }
  .u-sp-pdLeft--140 {
    padding-left: 140px;
  }
  .u-sp-pdLeft--145 {
    padding-left: 145px;
  }
  .u-sp-pdLeft--150 {
    padding-left: 150px;
  }
  .u-sp-pdLeft--155 {
    padding-left: 155px;
  }
  .u-sp-pdLeft--160 {
    padding-left: 160px;
  }
  .u-sp-pdLeft--165 {
    padding-left: 165px;
  }
  .u-sp-pdLeft--170 {
    padding-left: 170px;
  }
  .u-sp-pdLeft--175 {
    padding-left: 175px;
  }
  .u-sp-pdLeft--180 {
    padding-left: 180px;
  }
  .u-sp-pdLeft--185 {
    padding-left: 185px;
  }
  .u-sp-pdLeft--190 {
    padding-left: 190px;
  }
  .u-sp-pdLeft--195 {
    padding-left: 195px;
  }
  .u-sp-pdLeft--200 {
    padding-left: 200px;
  }
  .u-sp-pdLeft--205 {
    padding-left: 205px;
  }
  .u-sp-pdLeft--210 {
    padding-left: 210px;
  }
  .u-sp-pdLeft--215 {
    padding-left: 215px;
  }
  .u-sp-pdLeft--220 {
    padding-left: 220px;
  }
  .u-sp-pdLeft--225 {
    padding-left: 225px;
  }
  .u-sp-pdLeft--230 {
    padding-left: 230px;
  }
  .u-sp-pdLeft--235 {
    padding-left: 235px;
  }
  .u-sp-pdLeft--240 {
    padding-left: 240px;
  }
  .u-sp-pdLeft--245 {
    padding-left: 245px;
  }
  .u-sp-pdLeft--250 {
    padding-left: 250px;
  }
  .u-sp-pdRight--0 {
    padding-right: 0px;
  }
  .u-sp-pdRight--5 {
    padding-right: 5px;
  }
  .u-sp-pdRight--10 {
    padding-right: 10px;
  }
  .u-sp-pdRight--15 {
    padding-right: 15px;
  }
  .u-sp-pdRight--20 {
    padding-right: 20px;
  }
  .u-sp-pdRight--25 {
    padding-right: 25px;
  }
  .u-sp-pdRight--30 {
    padding-right: 30px;
  }
  .u-sp-pdRight--35 {
    padding-right: 35px;
  }
  .u-sp-pdRight--40 {
    padding-right: 40px;
  }
  .u-sp-pdRight--45 {
    padding-right: 45px;
  }
  .u-sp-pdRight--50 {
    padding-right: 50px;
  }
  .u-sp-pdRight--55 {
    padding-right: 55px;
  }
  .u-sp-pdRight--60 {
    padding-right: 60px;
  }
  .u-sp-pdRight--65 {
    padding-right: 65px;
  }
  .u-sp-pdRight--70 {
    padding-right: 70px;
  }
  .u-sp-pdRight--75 {
    padding-right: 75px;
  }
  .u-sp-pdRight--80 {
    padding-right: 80px;
  }
  .u-sp-pdRight--85 {
    padding-right: 85px;
  }
  .u-sp-pdRight--90 {
    padding-right: 90px;
  }
  .u-sp-pdRight--95 {
    padding-right: 95px;
  }
  .u-sp-pdRight--100 {
    padding-right: 100px;
  }
  .u-sp-pdRight--105 {
    padding-right: 105px;
  }
  .u-sp-pdRight--110 {
    padding-right: 110px;
  }
  .u-sp-pdRight--115 {
    padding-right: 115px;
  }
  .u-sp-pdRight--120 {
    padding-right: 120px;
  }
  .u-sp-pdRight--125 {
    padding-right: 125px;
  }
  .u-sp-pdRight--130 {
    padding-right: 130px;
  }
  .u-sp-pdRight--135 {
    padding-right: 135px;
  }
  .u-sp-pdRight--140 {
    padding-right: 140px;
  }
  .u-sp-pdRight--145 {
    padding-right: 145px;
  }
  .u-sp-pdRight--150 {
    padding-right: 150px;
  }
  .u-sp-pdRight--155 {
    padding-right: 155px;
  }
  .u-sp-pdRight--160 {
    padding-right: 160px;
  }
  .u-sp-pdRight--165 {
    padding-right: 165px;
  }
  .u-sp-pdRight--170 {
    padding-right: 170px;
  }
  .u-sp-pdRight--175 {
    padding-right: 175px;
  }
  .u-sp-pdRight--180 {
    padding-right: 180px;
  }
  .u-sp-pdRight--185 {
    padding-right: 185px;
  }
  .u-sp-pdRight--190 {
    padding-right: 190px;
  }
  .u-sp-pdRight--195 {
    padding-right: 195px;
  }
  .u-sp-pdRight--200 {
    padding-right: 200px;
  }
  .u-sp-pdRight--205 {
    padding-right: 205px;
  }
  .u-sp-pdRight--210 {
    padding-right: 210px;
  }
  .u-sp-pdRight--215 {
    padding-right: 215px;
  }
  .u-sp-pdRight--220 {
    padding-right: 220px;
  }
  .u-sp-pdRight--225 {
    padding-right: 225px;
  }
  .u-sp-pdRight--230 {
    padding-right: 230px;
  }
  .u-sp-pdRight--235 {
    padding-right: 235px;
  }
  .u-sp-pdRight--240 {
    padding-right: 240px;
  }
  .u-sp-pdRight--245 {
    padding-right: 245px;
  }
  .u-sp-pdRight--250 {
    padding-right: 250px;
  }
  .u-sp-pdBottom--0 {
    padding-bottom: 0px !important;
  }
  .u-sp-pdBottom--5 {
    padding-bottom: 5px !important;
  }
  .u-sp-pdBottom--10 {
    padding-bottom: 10px !important;
  }
  .u-sp-pdBottom--15 {
    padding-bottom: 15px !important;
  }
  .u-sp-pdBottom--20 {
    padding-bottom: 20px !important;
  }
  .u-sp-pdBottom--25 {
    padding-bottom: 25px !important;
  }
  .u-sp-pdBottom--30 {
    padding-bottom: 30px !important;
  }
  .u-sp-pdBottom--35 {
    padding-bottom: 35px !important;
  }
  .u-sp-pdBottom--40 {
    padding-bottom: 40px !important;
  }
  .u-sp-pdBottom--45 {
    padding-bottom: 45px !important;
  }
  .u-sp-pdBottom--50 {
    padding-bottom: 50px !important;
  }
  .u-sp-pdBottom--55 {
    padding-bottom: 55px !important;
  }
  .u-sp-pdBottom--60 {
    padding-bottom: 60px !important;
  }
  .u-sp-pdBottom--65 {
    padding-bottom: 65px !important;
  }
  .u-sp-pdBottom--70 {
    padding-bottom: 70px !important;
  }
  .u-sp-pdBottom--75 {
    padding-bottom: 75px !important;
  }
  .u-sp-pdBottom--80 {
    padding-bottom: 80px !important;
  }
  .u-sp-pdBottom--85 {
    padding-bottom: 85px !important;
  }
  .u-sp-pdBottom--90 {
    padding-bottom: 90px !important;
  }
  .u-sp-pdBottom--95 {
    padding-bottom: 95px !important;
  }
  .u-sp-pdBottom--100 {
    padding-bottom: 100px !important;
  }
  .u-sp-pdBottom--105 {
    padding-bottom: 105px !important;
  }
  .u-sp-pdBottom--110 {
    padding-bottom: 110px !important;
  }
  .u-sp-pdBottom--115 {
    padding-bottom: 115px !important;
  }
  .u-sp-pdBottom--120 {
    padding-bottom: 120px !important;
  }
  .u-sp-pdBottom--125 {
    padding-bottom: 125px !important;
  }
  .u-sp-pdBottom--130 {
    padding-bottom: 130px !important;
  }
  .u-sp-pdBottom--135 {
    padding-bottom: 135px !important;
  }
  .u-sp-pdBottom--140 {
    padding-bottom: 140px !important;
  }
  .u-sp-pdBottom--145 {
    padding-bottom: 145px !important;
  }
  .u-sp-pdBottom--150 {
    padding-bottom: 150px !important;
  }
  .u-sp-pdBottom--155 {
    padding-bottom: 155px !important;
  }
  .u-sp-pdBottom--160 {
    padding-bottom: 160px !important;
  }
  .u-sp-pdBottom--165 {
    padding-bottom: 165px !important;
  }
  .u-sp-pdBottom--170 {
    padding-bottom: 170px !important;
  }
  .u-sp-pdBottom--175 {
    padding-bottom: 175px !important;
  }
  .u-sp-pdBottom--180 {
    padding-bottom: 180px !important;
  }
  .u-sp-pdBottom--185 {
    padding-bottom: 185px !important;
  }
  .u-sp-pdBottom--190 {
    padding-bottom: 190px !important;
  }
  .u-sp-pdBottom--195 {
    padding-bottom: 195px !important;
  }
  .u-sp-pdBottom--200 {
    padding-bottom: 200px !important;
  }
  .u-sp-pdBottom--205 {
    padding-bottom: 205px !important;
  }
  .u-sp-pdBottom--210 {
    padding-bottom: 210px !important;
  }
  .u-sp-pdBottom--215 {
    padding-bottom: 215px !important;
  }
  .u-sp-pdBottom--220 {
    padding-bottom: 220px !important;
  }
  .u-sp-pdBottom--225 {
    padding-bottom: 225px !important;
  }
  .u-sp-pdBottom--230 {
    padding-bottom: 230px !important;
  }
  .u-sp-pdBottom--235 {
    padding-bottom: 235px !important;
  }
  .u-sp-pdBottom--240 {
    padding-bottom: 240px !important;
  }
  .u-sp-pdBottom--245 {
    padding-bottom: 245px !important;
  }
  .u-sp-pdBottom--250 {
    padding-bottom: 250px !important;
  }
}
.u-position__relative {
  position: relative;
}
.u-position__left {
  text-align: left;
}
.u-position__center {
  text-align: center;
}
.u-position__right {
  text-align: right;
}
.u-position__mgLeft {
  margin-right: auto;
}
.u-position__mgCenter {
  margin: 0 auto;
}
.u-position__mgRight {
  margin-left: auto;
}

.u-bold {
  font-weight: bold;
}

.u-normal {
  font-weight: 400;
}

.u-semibold {
  font-weight: 600;
}

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

.u-size--xsmall {
  font-size: 1.2rem;
}

.u-size--small {
  font-size: 1.4rem;
}
@media (max-width: 600px) {
  .u-size--small {
    font-size: 1.2rem;
  }
}

.u-size--middle {
  font-size: 1.6rem;
}
@media (max-width: 600px) {
  .u-size--middle {
    font-size: 1.4rem;
  }
}

.u-size--large {
  font-size: 2rem;
}
@media (max-width: 600px) {
  .u-size--large {
    font-size: 1.6rem;
  }
}

.u-textSize--10 {
  font-size: 10px;
}

.u-textSize--11 {
  font-size: 11px;
}

.u-textSize--12 {
  font-size: 12px;
}

.u-textSize--13 {
  font-size: 13px;
}

.u-textSize--14 {
  font-size: 14px;
}

.u-textSize--15 {
  font-size: 15px;
}

.u-textSize--16 {
  font-size: 16px;
}

.u-textSize--17 {
  font-size: 17px;
}

.u-textSize--18 {
  font-size: 18px;
}

.u-textSize--19 {
  font-size: 19px;
}

.u-textSize--20 {
  font-size: 20px;
}

.u-textSize--21 {
  font-size: 21px;
}

.u-textSize--22 {
  font-size: 22px;
}

.u-textSize--23 {
  font-size: 23px;
}

.u-textSize--24 {
  font-size: 24px;
}

.u-textSize--25 {
  font-size: 25px;
}

.u-textSize--26 {
  font-size: 26px;
}

.u-textSize--27 {
  font-size: 27px;
}

.u-textSize--28 {
  font-size: 28px;
}

.u-textSize--29 {
  font-size: 29px;
}

.u-textSize--30 {
  font-size: 30px;
}

.u-textSize--31 {
  font-size: 31px;
}

.u-textSize--32 {
  font-size: 32px;
}

.u-textSize--33 {
  font-size: 33px;
}

.u-textSize--34 {
  font-size: 34px;
}

.u-textSize--35 {
  font-size: 35px;
}

.u-textSize--36 {
  font-size: 36px;
}

.u-textSize--37 {
  font-size: 37px;
}

.u-textSize--38 {
  font-size: 38px;
}

.u-textSize--39 {
  font-size: 39px;
}

.u-textSize--40 {
  font-size: 40px;
}

.u-textSize--41 {
  font-size: 41px;
}

.u-textSize--42 {
  font-size: 42px;
}

.u-textSize--43 {
  font-size: 43px;
}

.u-textSize--44 {
  font-size: 44px;
}

.u-textSize--45 {
  font-size: 45px;
}

.u-textSize--46 {
  font-size: 46px;
}

.u-textSize--47 {
  font-size: 47px;
}

.u-textSize--48 {
  font-size: 48px;
}

.u-textSize--49 {
  font-size: 49px;
}

.u-textSize--50 {
  font-size: 50px;
}

.u-textSize--51 {
  font-size: 51px;
}

.u-textSize--52 {
  font-size: 52px;
}

.u-textSize--53 {
  font-size: 53px;
}

.u-textSize--54 {
  font-size: 54px;
}

.u-textSize--55 {
  font-size: 55px;
}

.u-textSize--56 {
  font-size: 56px;
}

.u-textSize--57 {
  font-size: 57px;
}

.u-textSize--58 {
  font-size: 58px;
}

.u-textSize--59 {
  font-size: 59px;
}

.u-textSize--60 {
  font-size: 60px;
}

@media (max-width: 600px) {
  .u-sp-textSize--10 {
    font-size: 10px;
  }
  .u-sp-textSize--11 {
    font-size: 11px;
  }
  .u-sp-textSize--12 {
    font-size: 12px;
  }
  .u-sp-textSize--13 {
    font-size: 13px;
  }
  .u-sp-textSize--14 {
    font-size: 14px;
  }
  .u-sp-textSize--15 {
    font-size: 15px;
  }
  .u-sp-textSize--16 {
    font-size: 16px;
  }
  .u-sp-textSize--17 {
    font-size: 17px;
  }
  .u-sp-textSize--18 {
    font-size: 18px;
  }
  .u-sp-textSize--19 {
    font-size: 19px;
  }
  .u-sp-textSize--20 {
    font-size: 20px;
  }
  .u-sp-textSize--21 {
    font-size: 21px;
  }
  .u-sp-textSize--22 {
    font-size: 22px;
  }
  .u-sp-textSize--23 {
    font-size: 23px;
  }
  .u-sp-textSize--24 {
    font-size: 24px;
  }
  .u-sp-textSize--25 {
    font-size: 25px;
  }
  .u-sp-textSize--26 {
    font-size: 26px;
  }
  .u-sp-textSize--27 {
    font-size: 27px;
  }
  .u-sp-textSize--28 {
    font-size: 28px;
  }
  .u-sp-textSize--29 {
    font-size: 29px;
  }
  .u-sp-textSize--30 {
    font-size: 30px;
  }
  .u-sp-textSize--31 {
    font-size: 31px;
  }
  .u-sp-textSize--32 {
    font-size: 32px;
  }
  .u-sp-textSize--33 {
    font-size: 33px;
  }
  .u-sp-textSize--34 {
    font-size: 34px;
  }
  .u-sp-textSize--35 {
    font-size: 35px;
  }
  .u-sp-textSize--36 {
    font-size: 36px;
  }
  .u-sp-textSize--37 {
    font-size: 37px;
  }
  .u-sp-textSize--38 {
    font-size: 38px;
  }
  .u-sp-textSize--39 {
    font-size: 39px;
  }
  .u-sp-textSize--40 {
    font-size: 40px;
  }
  .u-sp-textSize--41 {
    font-size: 41px;
  }
  .u-sp-textSize--42 {
    font-size: 42px;
  }
  .u-sp-textSize--43 {
    font-size: 43px;
  }
  .u-sp-textSize--44 {
    font-size: 44px;
  }
  .u-sp-textSize--45 {
    font-size: 45px;
  }
  .u-sp-textSize--46 {
    font-size: 46px;
  }
  .u-sp-textSize--47 {
    font-size: 47px;
  }
  .u-sp-textSize--48 {
    font-size: 48px;
  }
  .u-sp-textSize--49 {
    font-size: 49px;
  }
  .u-sp-textSize--50 {
    font-size: 50px;
  }
  .u-sp-textSize--51 {
    font-size: 51px;
  }
  .u-sp-textSize--52 {
    font-size: 52px;
  }
  .u-sp-textSize--53 {
    font-size: 53px;
  }
  .u-sp-textSize--54 {
    font-size: 54px;
  }
  .u-sp-textSize--55 {
    font-size: 55px;
  }
  .u-sp-textSize--56 {
    font-size: 56px;
  }
  .u-sp-textSize--57 {
    font-size: 57px;
  }
  .u-sp-textSize--58 {
    font-size: 58px;
  }
  .u-sp-textSize--59 {
    font-size: 59px;
  }
  .u-sp-textSize--60 {
    font-size: 60px;
  }
}

@media (max-width: 1024px) {
  .p-sticky-menu__items {
    justify-content: center;
  }
}