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

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  line-height: 1.5;
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
  cursor: default;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol,
nav ul {
  padding: 0;
  list-style: none;
}

pre {
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
  border: 1px solid #a0a0a0;
}

input {
  overflow: visible;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  padding: 1em;
  margin: auto;
  color: #000;
  background-color: #fff;
  border: solid;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

*:focus {
  outline: none;
}

html {
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-style: normal;
}

body {
  width: 100%;
  line-height: 1.6;
  color: #000;
}

.wrapper {
  overflow-x: hidden;
}

input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: button;
  appearance: button;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
textarea {
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
}

button,
a:link {
  color: #000;
  text-decoration: none !important;
}

a:visited {
  color: #000;
  text-decoration: none !important;
}

a:hover,
a:active {
  color: #000;
  text-decoration: none !important;
}

.view-pc {
  display: none !important;
}

@media screen and (min-width: 767px) {
  .view-pc {
    display: block !important;
  }
  .view-sp {
    display: none !important;
  }
}
.c-heading {
  text-align: center;
}

.c-heading__title {
  margin: 0;
  font-size: 7.4666666667vw;
  font-weight: normal;
  line-height: 12.8vw;
  letter-spacing: 0.12em;
}

.c-heading__title.f-l {
  font-size: 5.8666666667vw;
  line-height: 11.2vw;
}

.c-heading__sup {
  margin: 0;
  font-size: 4.5333333333vw;
  line-height: 5.6vw;
  letter-spacing: 0.1em;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 600;
}

@media screen and (min-width: 767px) {
  .c-heading__title {
    font-size: 26px;
    line-height: 1.846153846;
  }
  .c-heading__title.f-l {
    font-size: 26px;
    line-height: 1.846153846;
  }
  .c-heading__sup {
    margin: 6px 0 0;
    font-size: 17px;
    line-height: 1.235294118;
  }
}
.c-btn {
  display: block;
  width: 275px;
  padding: 3.2vw 0;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.06em;
  border: 1px solid;
  border-radius: 26.6666666667vw;
}

@media screen and (min-width: 767px) {
  .c-btn {
    width: 340px;
    padding: 17px 0;
    line-height: 1.5;
  }
  .c-btn:hover {
    opacity: 0.7;
  }
}
.c-btn__text {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 16px;
  margin: 0;
  line-height: 1;
}

@media screen and (min-width: 767px) {
  .c-btn__text {
    padding-right: 24px;
  }
}
.c-btn__text::after {
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.c-btn[target=_blank] .c-btn__text::after {
  right: 0;
  width: 13px;
  height: 13px;
  background-image: url("../images/link.png");
  background-size: cover;
  border: unset;
  transform: unset;
}

.c-btn-wrapper-col2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
}

.c-btn-wrapper-col2 .c-btn-item {
  width: 50%;
  padding: 0 9px;
}

.c-btn-anchor {
  display: block;
  width: 39.7333333333vw;
  padding: 2.5333333333vw 0;
  font-size: 3.2vw;
  text-align: center;
  letter-spacing: 0.1em;
  border: 1px solid;
  border-radius: 100px;
}

.c-btn-anchor__text {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33.0666666667vw;
  margin: 0;
  line-height: 1;
  letter-spacing: 0.1em;
}

.c-btn-anchor__text::after {
  position: absolute;
  right: 0;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  content: "";
  border-top: 2px solid #7a746c;
  border-right: 2px solid #7a746c;
  transform: translateY(-25%) rotate(135deg);
}

.c-btn-more {
  display: block;
  width: 73.3333333333vw;
  padding: 4.4vw 0;
  margin: 12vw auto 0;
  font-size: 16px;
  text-align: center;
  border: 1px solid;
  border-radius: 26.6666666667vw;
}

.c-btn-more__text {
  margin: 0;
  line-height: 1;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 767px) {
  .c-btn-anchor {
    display: block;
    width: 232px;
    padding: 10px 0;
    font-size: 12px;
  }
  .c-btn-anchor__text {
    width: 232px;
  }
  .c-btn-anchor__text::after {
    right: 14px;
    width: 10px;
    height: 10px;
  }
  .c-btn-more {
    width: 275px;
    padding: 16px 0;
    margin: 72px auto 0;
  }
  .c-btn-more:hover,
  .c-btn-anchor:hover {
    opacity: 0.7;
  }
}
.c-container-wrap {
  padding: 26.6666666667vw 8vw;
  background-color: #efe3d3;
}

@media screen and (min-width: 767px) {
  .c-container-wrap {
    padding: 120px 0;
  }
  .c-container-l {
    width: 900px;
    margin: auto;
  }
  .c-container-m {
    width: 480px;
    margin: auto;
  }
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  height: 66px;
  pointer-events: none;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1140px;
  height: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.header-logo {
  pointer-events: auto !important;
}

.header-logo.pink path, .header-logo.pink circle {
  fill: #FFBEBA;
}

.header-logo__link {
  position: relative;
  display: block;
  width: 112px;
  line-height: 1;
}

.p-home .header-logo__link {
  visibility: hidden;
}

.p-home .header-logo__link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/logo_wh.svg") no-repeat center;
  background-size: 100% auto;
  opacity: 1;
}

.header-logo__link.leave-hero {
  visibility: visible;
}

.header-logo__link.leave-hero::after {
  opacity: 0;
}

.header-logo__image {
  width: 100%;
  height: auto;
  opacity: 1;
}

.p-home .header-logo__image {
  opacity: 0;
}

.leave-hero .header-logo__image {
  opacity: 1;
  transition: 0.3s opacity ease-in-out;
}

.header-right {
  display: flex;
  align-items: center;
  pointer-events: auto !important;
}

.header-right-main {
  height: 20px;
}

.header-toogle {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  appearance: none;
}

.header-toogle__line {
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 7px;
  background-color: #333;
  border-radius: 30px;
  transition: all 0.3s;
}

.p-home .header-toogle__line {
  background-color: #fff;
}

.leave-hero .header-toogle__line {
  background-color: #333;
  transition: 0.3s background-color ease-in-out;
}

@media screen and (min-width: 767px) {
  .header {
    height: 85px;
  }
  .header-container {
    box-sizing: border-box;
    width: 82.5%;
  }
}
#main .accordion-container {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.49);
}

#main .ac {
  margin-top: unset;
  background-color: unset;
  border-top: 1px solid rgba(0, 0, 0, 0.49);
  border-right: unset;
  border-bottom: unset;
  border-left: unset;
}

#main .ac-text {
  background-color: #eabebe;
  border-top: 1px solid rgba(0, 0, 0, 0.49);
}

#main .ac .ac-trigger {
  padding: 20px 30px 20px 6px;
  font-size: 4vw;
  font-weight: normal;
  letter-spacing: 0.08em;
}

#main .ac .ac-trigger::after {
  top: 45%;
  right: 15px;
  width: 10px;
  height: 10px;
  content: "";
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg) translateY(-50%);
}

#main .ac.is-active > .ac-header .ac-trigger::after {
  top: 50%;
  border-top: 2px solid #000;
  border-right: unset;
  border-bottom: unset;
  border-left: 2px solid #000;
}

#main .ac .ac-trigger:focus {
  color: unset;
}

@media screen and (min-width: 767px) {
  #main .accordion-container {
    width: 480px;
    margin: 0 auto;
  }
  #main .ac .ac-trigger {
    font-size: 15px;
  }
  #main .ac-header:hover {
    opacity: 0.7;
  }
}
.c-breadcrumb {
  padding: 5.3333333333vw 10px;
  overflow: auto;
  text-align: center;
  white-space: nowrap;
  background-color: #efe3d3;
}

.c-breadcrumb-inner {
  display: inline-block;
  margin: 0;
  font-size: 3.2vw;
  font-weight: normal;
}

.c-breadcrumb-inner a,
.c-breadcrumb-inner span {
  margin: 1.3333333333vw;
}

.c-breadcrumb-inner span {
  color: #777169;
}

.c-breadcrumb-inner br {
  display: none !important;
}

@media screen and (min-width: 767px) {
  .c-breadcrumb {
    padding: 20px 0;
  }
  .c-breadcrumb-inner {
    font-size: 12px;
  }
  .c-breadcrumb-inner a {
    margin: 5px;
  }
  .c-breadcrumb-inner a:hover {
    opacity: 0.7;
  }
  .c-breadcrumb-inner span {
    margin: 5px;
  }
}
.c-contact {
  padding: 0 30px;
  background-color: #efe3d3;
}

.company .c-contact,
.news .c-contact {
  background-color: #fceee5;
}

@media screen and (min-width: 767px) {
  .c-contact {
    padding: 0;
  }
}
.c-contact__inner {
  padding: 70px 0 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.49);
}

.company .c-contact__inner,
.news .c-contact__inner {
  border-top: none;
}

@media screen and (min-width: 767px) {
  .c-contact__inner {
    width: 480px;
    padding: 70px 0 60px 0;
    margin-right: auto;
    margin-left: auto;
  }
}
.c-contact .c-heading {
  margin-bottom: 55px;
}

#modal-7 .modal__container,
#modal-8 .modal__container,
#modal-9 .modal__container {
  overflow: inherit;
}

#modal-7 .modal__close,
#modal-8 .modal__close,
#modal-9 .modal__close {
  position: absolute;
  top: -2px;
  right: 0;
  width: 26px !important;
  max-width: 26px !important;
  height: 26px !important;
  max-height: 26px !important;
  padding: 0;
  background-color: #fff;
  background-image: url("../images/icon-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px auto;
  border-radius: 50%;
}

@media (max-width: 767px) {
  #modal-7 .modal__close,
  #modal-8 .modal__close,
  #modal-9 .modal__close {
    top: 5px;
    right: 7px;
  }
}
#modal-7 .modal__close::before,
#modal-8 .modal__close::before,
#modal-9 .modal__close::before {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  height: 66px;
  pointer-events: none;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1140px;
  height: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.header-logo {
  pointer-events: auto !important;
}

.header-logo__link {
  position: relative;
  display: block;
  width: 112px;
  line-height: 1;
}

.p-home .header-logo__link {
  visibility: hidden;
}

.p-home .header-logo__link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/logo_wh.svg") no-repeat center;
  background-size: 100% auto;
  opacity: 1;
}

.header-logo__link.leave-hero {
  visibility: visible;
}

.header-logo__link.leave-hero::after {
  opacity: 0;
}

.header-logo__image {
  width: 100%;
  height: auto;
  opacity: 1;
}

.p-home .header-logo__image {
  opacity: 0;
}

.leave-hero .header-logo__image {
  opacity: 1;
  transition: 0.3s opacity ease-in-out;
}

.header-right {
  display: flex;
  align-items: center;
  pointer-events: auto !important;
}

.header-right-main {
  height: 20px;
}

.header-toogle {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  appearance: none;
}

.header-toogle__line {
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 7px;
  background-color: #333;
  border-radius: 30px;
  transition: all 0.3s;
}

.p-home .header-toogle__line {
  background-color: #fff;
}

.leave-hero .header-toogle__line {
  background-color: #333;
  transition: 0.3s background-color ease-in-out;
}

@media screen and (min-width: 767px) {
  .header {
    height: 85px;
  }
  .header-container {
    box-sizing: border-box;
    width: 82.5%;
  }
}
.copyright-footer .rs-copyright,
.copyright-footer .rs-by {
  display: inline-block;
  vertical-align: middle;
}

.copyright-footer .rs-by {
  float: right;
}

.footer {
  position: relative;
  z-index: 20;
  background: url("../images/footer_bg.png");
  background-color: #fdc9cc;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer__logo {
  width: 109px;
}

.footer__top {
  display: flex;
  align-items: center;
  padding: 14px 0 0;
  margin-bottom: 30px;
}

.footer__nav li a {
  font-family: "A+EqpB-游ゴシック体 Pr6N B", "Yu Gothic", "游ゴシック体", sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.footer__ovelay {
  width: 100%;
  height: 100%;
  padding: 0 13px;
  background: rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 767px) {
  .footer__ovelay {
    background: none;
  }
}
.footer__copyright {
  margin: 0;
  font-family: "A+EqpB-游ゴシック体 Pr6N B", "Yu Gothic", "游ゴシック体", sans-serif;
  font-size: 7px;
  font-weight: 600;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}

.footer__bottom {
  padding-bottom: 20px;
}

.footer__nav {
  padding-left: 43px;
}

.footer .menu > li:nth-of-type(3) {
  margin-top: 0;
}

.footer .menu {
  list-style-type: none;
}

.footer .menu-product {
  display: none;
}

.page-template-template-contact .header,
.page-template-template-contact .footer {
  display: none;
}

@media (max-width: 414px) {
  .footer__ovelay .container {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .footer__nav .menu {
    margin: 29px 0 5px;
    text-align: center;
  }
  .footer__top {
    flex-wrap: wrap;
  }
  .footer__nav {
    width: 100%;
    padding-left: 0;
  }
  .footer .menu li {
    display: inline-block;
    margin: 0 4px;
    letter-spacing: 0;
    vertical-align: middle;
  }
  .footer .menu > li:nth-of-type(3) {
    margin-top: 0;
  }
  .footer .menu li:first-child {
    margin-left: 0;
  }
  .footer .menu li:last-child {
    margin-right: 0;
  }
  .footer__copyright {
    font-size: 9px;
    letter-spacing: 0.2px;
  }
  .footer__logo {
    margin: 0 auto;
  }
  .footer__top {
    padding: 52px 0 5px;
    margin-bottom: 40px;
    text-align: center;
  }
  .footer {
    background: url("../images/footer-pc.png");
    background-color: #fdc9cc;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .footer .menu > li:nth-of-type(3) {
    margin-top: 0;
  }
  .footer__nav li {
    margin-bottom: 0;
  }
}
.footer.is-simple .footer__top {
  padding: 80px 0 5px;
}

.footer.is-simple .footer__bottom {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .footer.is-simple .footer__top {
    display: flex;
    justify-content: center;
    padding: 85px 0 5px;
  }
  .footer.is-simple .footer__bottom {
    padding-bottom: 25px;
    margin-top: 76px;
  }
}
#main .sp {
  display: none !important;
}

section {
  padding: 20.5333333333vw 8vw 24vw;
}

.swiper-wrapper,
.swiper-slide {
  animation-delay: 0s;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.reserve .p-home-modal-heading__sup {
  display: none;
}

.reserve .p-home-point-heading__img {
  width: 42.6666666667vw;
  margin: 0 auto 4vw;
}

.modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}

.modal__container {
  width: 90%;
  max-height: 90%;
  overflow-y: auto;
  background-color: #fff;
}

#modal-4 .p-home-modal-heading {
  margin: 8vw auto -0.2666666667vw;
}

#modal-4 .p-home-close-btn {
  margin-top: 6.8vw;
}

.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal__close {
  position: sticky;
  top: -4.2666666667vw;
  right: -4.8vw;
  z-index: 1;
  display: block;
  margin-top: -4.2666666667vw;
  margin-right: -4.8vw;
  margin-left: auto;
  background: transparent;
  border: 0;
}

.modal__close::before {
  font-size: 5.3333333333vw;
  color: #000;
  content: "✕";
}

.modal__content {
  margin-top: 3rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.p-home .modal__container {
  padding: 5.3333333333vw 5.3333333333vw 16vw;
}

.p-home .modal__header {
  display: block;
  text-align: right;
}

.p-home .modal__title {
  text-align: center;
}

.p-home-modal-heading {
  margin: 9.3333333333vw auto 13.3333333333vw;
  font-size: 6.9333333333vw;
  text-align: center;
}

.p-home-modal-heading__text {
  margin: 0;
  line-height: 14.4vw;
  letter-spacing: 0.12em;
}

.p-home-modal-heading__sup {
  margin: -0.5333333333vw 0 0;
  font-family: adobe-garamond-pro, serif;
  font-size: 4.5333333333vw;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.p-home .modal__txt {
  padding: 0 2.6666666667vw;
  margin-top: 7.2vw;
  font-size: 4.2666666667vw;
  line-height: 7.4666666667vw;
  letter-spacing: 0.12em;
}

.p-home .modal-lead__txt {
  padding: 0 3.3333333333vw 0 2.6666666667vw;
  margin-top: -1.0666666667vw;
  font-size: 3.2vw;
  line-height: 6.9333333333vw;
  color: dimgray;
}

.p-home-modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73.6vw;
  margin: auto;
}

.p-home-modal-content:nth-of-type(2) {
  margin-top: -1.3333333333vw;
}

.p-home-modal-content:nth-of-type(2) .p-home-modal-lead__title {
  margin-top: 8.8vw;
}

.p-home-modal-content:nth-of-type(3) {
  margin-top: 6.2666666667vw;
}

.p-home-modal-lead {
  font-size: 3.4666666667vw;
}

.p-home-modal-lead__title {
  margin: 1.3333333333vw auto 0;
  font-size: 4.2666666667vw;
  line-height: 7.4666666667vw;
  letter-spacing: 0.1em;
}

.p-home-modal-lead__text {
  margin-top: 0.8vw;
  font-size: 2.9333333333vw;
  line-height: 6.9333333333vw;
  color: #625d57;
}

.p-home-modal-img {
  display: block;
  width: 20.8vw;
  margin: 6.6666666667vw auto 7.4666666667vw;
  border-radius: 10px;
}

.p-home-modal-wrap {
  position: relative;
  margin-right: 5.3333333333vw;
}

.p-home-hero {
  position: relative;
  padding: 169% 0 0 0;
  overflow: hidden;
}

.p-home-hero__img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-size: cover;
}

.p-home-hero__img:nth-of-type(2) {
  animation-delay: 3.5s;
}

.p-home-hero__img:nth-of-type(3) {
  animation-delay: 7s;
}

.p-home-hero .p-home-reserve-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4.4vw 0;
}

.p-home-hero .p-home-reserve-btn.is-fixed {
  position: fixed;
  right: 0;
  bottom: 5.3333333333vw;
  left: 0;
  z-index: 10;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.p-home-hero .p-home-reserve-btn::before {
  position: absolute;
  top: -8.5333333333vw;
  right: 0;
  left: 0;
  width: 57.6vw;
  padding: 2.6666666667vw 0;
  margin: auto;
  font-size: 3.4666666667vw;
  color: #fff;
  letter-spacing: 0.12em;
  content: "初月ピル代0円・診療代0円";
  background-color: #ed7e7e;
  border-radius: 10px;
}

.p-home-hero .p-home-reserve-btn::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 2.9333333333vw;
  margin: auto;
  content: "";
  border-top: 4.2666666667vw solid #ed7e7e;
  border-right: 3.2vw solid transparent;
  border-left: 3.2vw solid transparent;
}

.p-home-hero .p-home-reserve-btn .p-home-reserve-btn__lead-img {
  display: block;
  width: 10.6666666667vw;
  margin: auto 2.6666666667vw auto 0;
}

@keyframes bgAnime {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  33.33333333333333333333% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.p-home-hero-logo {
  position: absolute;
  top: 50%;
  left: 5.3333333333vw;
  width: 29.3333333333vw;
  padding-bottom: 44vw;
  margin: auto;
  text-align: center;
  transform: translateY(-50%);
}

.p-home-hero-logo__img {
  width: 100%;
}

.p-home-hero-bottom {
  position: absolute;
  right: 0;
  bottom: 2.1333333333vw;
  left: 0;
  text-align: center;
}

.p-home-hero-bottom__attention {
  margin-top: 2.1333333333vw;
  font-size: 2.6666666667vw;
  color: #666;
}

.p-home-hero-bottom__bubble {
  backdrop-filter: blur(2px);
  position: relative;
  display: inline-flex;
  padding: 3.2vw 3.3333333333vw;
  font-size: 3.4666666667vw;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.12em;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

.p-home-hero-bottom__bubble::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-top: 5px solid rgba(239, 227, 211, 0.4);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.p-home-reserve-btn {
  display: block;
  width: 84vw;
  padding: 4vw 0 3.2vw;
  margin: 4.6666666667vw auto 0;
  text-align: center;
  background-color: #fff;
  border: none;
  border-radius: 26.6666666667vw;
}

.p-home-reserve-btn__title {
  margin: 0;
  font-size: 4.2666666667vw;
  line-height: 1;
  color: #000;
  letter-spacing: 0.05em;
}

.p-home-reserve-btn__lead {
  display: inline-flex;
  align-items: center;
  margin: 2.1333333333vw auto 0;
  font-size: 3.2vw;
  color: #06c755;
  letter-spacing: 0.05em;
  vertical-align: middle;
}

.p-home-reserve-btn__lead-img {
  width: 5.3333333333vw;
  margin: 0 1.3333333333vw;
}

@media screen and (min-width: 767px) {
  .reserve .p-home-point-heading__img {
    width: 160px;
    margin-bottom: 20px;
  }
  .p-home-hero {
    height: 590px !important;
    padding-top: 0;
  }
  .p-home-hero .p-home-reserve-btn {
    padding: 17px 0 16px;
  }
  .p-home-hero .p-home-reserve-btn.is-fixed {
    bottom: 20px;
  }
  .p-home-hero .p-home-reserve-btn::before {
    top: -32px;
    width: 216px;
    padding: 10px 0;
    font-size: 13px;
  }
  .p-home-hero .p-home-reserve-btn::after {
    width: 11px;
    border-top: 16px solid #ed7e7e;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
  }
  .p-home-hero .p-home-reserve-btn .p-home-reserve-btn__lead-img {
    width: 40px;
    margin: auto 10px auto 0;
  }
  .p-home-reserve-btn {
    width: 350px;
    padding: 17px 0 16px;
    margin: 18px auto 0;
  }
  .p-home-reserve-btn__title {
    font-size: 17px;
  }
  .p-home-reserve-btn__lead {
    margin: 8px auto 0;
    font-size: 12px;
  }
  .p-home-reserve-btn__lead-img {
    width: 20px;
    margin: 0 5px;
  }
  .p-home-reserve-btn:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .modal__close {
    top: -9px;
    right: -12px;
    margin-top: -9px;
    margin-right: -12px;
  }
  .modal__close:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .modal__close::before {
    font-size: 20px;
  }
  #main .pc {
    display: none !important;
  }
  #main .sp {
    display: block !important;
  }
  .p-home-hero-logo {
    right: 0;
    bottom: 0;
    left: 0;
    width: 82.5%;
    max-width: 1140px;
    padding-bottom: 0;
    pointer-events: none;
    transform: none;
  }
  .p-home-hero-logo__img {
    position: absolute;
    right: 0;
    bottom: 56px;
    width: 180px;
  }
  .p-home-hero-bottom {
    bottom: 16px;
  }
  .p-home-hero-bottom__bubble {
    padding: 12px 13px;
    font-size: 13px;
  }
  .p-home-hero-bottom__attention {
    margin-top: 8px;
    font-size: 11px;
  }
  .p-home .modal__txt {
    padding: 0 10px;
    margin-top: 29px;
    font-size: 16px;
    line-height: 1.75;
  }
  .p-home .modal-lead__txt {
    padding: 0 12px 0 10px;
    margin-top: -2px;
    font-size: 12px;
    line-height: 2.166666667;
  }
  .p-home .p-home-close-btn {
    display: block;
    width: 275px;
    padding: 12px;
    margin: 47px auto 0;
    font-size: 16px;
  }
  .p-home .p-home-close-btn:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .p-home .p-home-modal-reserve-btn {
    width: 275px;
    padding: 12px;
    margin: 47px auto 0;
    font-size: 16px;
  }
  .p-home .p-home-modal-reserve-btn:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .p-home .modal__container {
    width: 500px;
    padding: 20px 20px 60px;
  }
  #modal-5 .modal__container {
    width: 863px;
  }
  .p-home-modal-heading {
    margin: 38px auto 52px;
    font-size: 26px;
  }
  .p-home-modal-heading__sup {
    margin: 5px 0 0;
    font-size: 17px;
  }
  .p-home-modal-heading__text {
    line-height: normal;
  }
  ul.p-home-modal-content-list {
    padding: 0 0 0 40px;
    margin-top: 56px;
  }
  ul.p-home-modal-content-list .p-home-modal-content-list__text {
    font-size: 13px;
  }
  ul.p-home-modal-content-list .p-home-modal-content-list__text-circle {
    min-width: 22px;
    height: 22px;
    margin-right: 12px;
    font-size: 12px;
    line-height: 1;
  }
  ul.p-home-modal-content-list .p-home-modal-content-list__text:not(:first-child) {
    margin-top: 22px;
  }
  .reserve ul.p-home-modal-content-list {
    height: 170px;
    padding: 10px;
    margin: 36px 40px 0;
  }
  #modal-4 .modal__content {
    margin-top: 0;
  }
  #modal-4 .p-home-modal-content-wrap {
    display: flex;
  }
  #modal-4 .modal__container {
    width: 785px;
  }
  #modal-4 .p-home-modal-heading {
    margin: 38px auto 0;
  }
  #modal-4 .p-home-close-btn {
    margin-top: 34px;
  }
  #modal-4 .p-home-modal-content {
    margin-top: 31px;
  }
  .p-home-modal-img {
    width: 195px;
    margin: 25px auto 28px;
  }
  .p-home-modal-lead__title {
    margin: -12px auto 0;
    font-size: 16px;
    line-height: 1.8125;
    letter-spacing: 0.12em;
  }
  .p-home-modal-lead__text {
    margin-top: 7px;
    font-size: 12px;
    line-height: 2.333333333;
    letter-spacing: 0.03em;
  }
  .p-home-modal-content {
    display: block;
    width: 195px;
  }
  .p-home-modal-content:nth-of-type(2) {
    margin-top: 31px;
  }
  .p-home-modal-content:nth-of-type(2) .p-home-modal-lead__title {
    margin-top: -12px;
  }
  .p-home-modal-content:nth-of-type(3) {
    margin-top: 31px;
  }
  .p-home-modal-wrap {
    margin-right: 20px;
  }
  #modal-1 .modal__container,
  #modal-2 .modal__container,
  #modal-3 .modal__container,
  #modal-6 .modal__container {
    padding-bottom: 58px;
  }
  #modal-1 .p-home-modal-heading,
  #modal-2 .p-home-modal-heading,
  #modal-3 .p-home-modal-heading,
  #modal-6 .p-home-modal-heading {
    margin-bottom: 50px;
  }
  #modal-1 .modal__txt,
  #modal-2 .modal__txt,
  #modal-3 .modal__txt,
  #modal-6 .modal__txt {
    margin-top: 27px;
  }
  #modal-1 .modal-lead__txt,
  #modal-2 .modal-lead__txt,
  #modal-3 .modal-lead__txt,
  #modal-6 .modal-lead__txt {
    margin-top: -4px;
  }
}
@media screen and (min-width: 1200px) {
  .p-home-hero {
    height: 0 !important;
    padding-top: 48% !important;
    background-position: center center;
  }
}
.p-home-intro {
  background-color: #efe3d3;
}

.p-home-intro-heading {
  margin-top: -6.4vw;
  font-size: 5.8666666667vw;
  font-weight: bold;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.p-home-intro-heading__text {
  margin: 6.4vw 0 0;
  line-height: 12.8vw;
}

.p-home-intro-lead {
  margin-top: -0.5333333333vw;
  font-size: 3.4666666667vw;
}

.p-home-intro-lead__text {
  margin: 7.0666666667vw -15px 0 0;
  line-height: 10.1333333333vw;
}

.p-home-intro-lead__attention {
  margin: 4vw auto 0;
  font-size: 3.2vw;
  line-height: 6.9333333333vw;
  color: #77726b;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 767px) {
  .p-home-intro-lead__attention {
    margin-right: 40px !important;
  }
}
.p-home-intro-img {
  display: block;
  width: 84vw;
  margin: 11.4666666667vw auto 0;
  border-radius: 10px;
}

@media screen and (min-width: 767px) {
  .p-home-intro-inner {
    width: 900px;
    margin: auto;
  }
  .p-home-intro-heading {
    margin-top: 0;
    font-size: 30px;
    letter-spacing: 0.09em;
    white-space: nowrap;
  }
  .p-home-intro-heading__text {
    margin: 24px 0 0;
    line-height: 2.66666;
  }
  .p-home-intro-lead {
    margin: -18px auto 0 0;
    font-size: 20px;
  }
  .p-home-intro-lead__text {
    margin: 0;
    line-height: 2.416666667;
    letter-spacing: 0.05em;
  }
  .p-home-intro-lead__attention {
    margin: 30px auto 0;
    font-size: 12px;
    line-height: 2.166666667;
  }
  .p-home-intro-img {
    position: relative;
    top: 0;
    display: block;
    width: 360px;
    margin: 0 0 0 auto;
  }
  .p-home-intro-lead-wrap {
    display: flex;
    align-items: flex-end;
    margin-top: 60px;
  }
}
section.p-home-about {
  padding-right: 0;
  padding-bottom: 26.6666666667vw;
  padding-left: 0;
  background-color: #efe3d3;
}

.p-home-about-title {
  margin-top: -4vw;
  margin-bottom: 11.3333333333vw;
  font-size: 7.4666666667vw;
  text-align: center;
}

.p-home-about-title__text {
  margin: 4vw 0 0;
  line-height: 14.4vw;
  letter-spacing: 0.12em;
}

.p-home-about-title__sup {
  margin-top: 0;
  font-family: adobe-garamond-pro, serif;
  font-size: 4.5333333333vw;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.p-home-about-heading {
  padding: 0 8vw;
  margin-top: -1.3333333333vw;
  font-size: 6.9333333333vw;
}

.p-home-about-heading__text {
  margin: 4vw 0 0;
  line-height: 14.4vw;
  letter-spacing: 0.12em;
}

.p-home-about-lead {
  padding: 0 8vw;
  margin-top: 8.8vw;
  font-size: 3.4666666667vw;
}

.p-home-about-lead__attention {
  font-size: 3.2vw;
  color: #7e7e7e;
  letter-spacing: 0.1em;
}

.p-home-about-lead__title {
  margin: 4vw 0 0;
  font-size: 4.8vw;
  line-height: 8.5333333333vw;
  letter-spacing: 0.12em;
}

.p-home-about-lead__text {
  margin: 2.2666666667vw 0 0;
  line-height: 8.5333333333vw;
  letter-spacing: 0.12em;
}

.p-home-about-lead__btn {
  display: inline-block;
  padding: 2.1333333333vw 3.7333333333vw;
  margin: 3.7333333333vw 0;
  font-size: 2.9333333333vw;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.12em;
  background-color: unset;
  border: 1px solid;
  border-radius: 26.6666666667vw;
}

.p-home-about-img {
  display: block;
  width: 92vw;
  margin: 9.4666666667vw 0 0 auto;
  border-radius: 10px 0 0 10px;
}

.p-home-about-content:nth-of-type(even) .p-home-about-img {
  margin-right: 0;
  margin-left: auto;
  border-radius: 10px 0 0 10px;
}

.p-home-about-content:nth-of-type(odd) .p-home-about-img {
  margin-right: auto;
  margin-left: 0;
  border-radius: 0 10px 10px 0;
}

.p-home-about-content:last-of-type .p-home-about-lead__btn {
  margin-bottom: 0;
}

[data-micromodal-trigger=modal-3] {
  margin-right: 3.2vw;
}

@media screen and (min-width: 767px) {
  section.p-home-about {
    padding: 76px 0 100px;
  }
  .p-home-about-inner {
    width: 900px;
    margin: auto;
  }
  .p-home-about-title {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 29px;
  }
  .p-home-about-title__text {
    margin: 41px 0 0;
    line-height: normal;
  }
  .p-home-about-title__sup {
    margin-top: 12px;
    font-size: 22px;
  }
  .p-home-about-heading {
    padding: 0;
    margin: -10px auto -40px;
    font-size: 32px;
  }
  .p-home-about-heading__text {
    margin: 15px 0 0;
    line-height: 2.15625;
  }
  .p-home-about-img {
    width: 450px;
    margin: 35px 0 0;
    border-radius: 10px;
  }
  .p-home-about [data-micromodal-trigger=modal-2] {
    margin-left: 12px;
  }
  .p-home-about-lead {
    width: 400px;
    padding: 0 0 0 5px;
    margin-top: 0;
    font-size: 16px;
  }
  .p-home-about-lead__attention {
    font-size: 12px;
  }
  .p-home-about-lead__title {
    margin: -8px 0 0;
    font-size: 22px;
    line-height: 1.909090909;
  }
  .p-home-about-lead__text {
    margin: 13px 0 0;
    line-height: 2.375;
    letter-spacing: 0.12em;
  }
  .p-home-about-lead__btn {
    padding: 8px 14px;
    margin: 23px 0 0 0;
    font-size: 11px;
  }
  .p-home-about-lead__btn:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .p-home-about-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
  }
  .p-home-about-content:nth-of-type(odd) {
    flex-direction: row-reverse;
    justify-content: left;
  }
  .p-home-about-content:nth-of-type(odd) .p-home-about-img {
    margin: 0 0 0 auto;
    border-radius: 10px;
  }
  .p-home-about-content:nth-of-type(odd) .p-home-about-lead {
    margin-left: 50px;
  }
  .p-home-about-content:nth-of-type(even) .p-home-about-img {
    margin: 0 auto 0 0;
    border-radius: 10px;
  }
}
section.p-home-point {
  padding-top: 26.6666666667vw;
  padding-bottom: 20.2666666667vw;
  background-color: #fff;
}

.p-home-point-heading {
  margin-bottom: -5.3333333333vw;
  font-size: 6.9333333333vw;
  text-align: center;
}

.p-home-point-heading__img {
  width: 48vw;
}

.p-home-point-heading__text {
  margin: 4.2666666667vw 0;
  line-height: 14.4vw;
  letter-spacing: 0.12em;
}

.p-home-point-lead {
  margin-top: 7.2vw;
  font-size: 3.4666666667vw;
}

.p-home-point-lead__title {
  margin: 0.5333333333vw auto 0;
  font-size: 4.8vw;
  letter-spacing: 0.05em;
}

.p-home-point-lead__text {
  margin: 2.5333333333vw 0 0;
  line-height: 8.5333333333vw;
  letter-spacing: 0.12em;
}

.p-home-point-lead__sup {
  position: relative;
  z-index: 1;
  display: inline;
  letter-spacing: 0.12em;
}

.p-home-point-lead__sup::before {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 2.1333333333vw;
  content: "";
  background-color: #eabebe;
}

.p-home-point-lead__attention {
  margin: 1.8666666667vw auto 0;
  font-size: 3.2vw;
  line-height: 6.9333333333vw;
  color: #77726b;
  letter-spacing: 0.1em;
}

.p-home-point-img {
  width: 84vw;
  margin-top: 13.3333333333vw;
}

.p-home-point-attention {
  font-size: 3.2vw;
  color: #7e7e7e;
  letter-spacing: 0.09em;
}

.p-home-point-content:not(:first-child, :last-child) {
  margin-top: 0.6666666667vw;
}

.p-home-point-content:last-child {
  margin-top: -1.0666666667vw;
}

.p-home-point .p-home-price-attention {
  padding: 4vw 6.6666666667vw !important;
  margin-top: 13.3333333333vw;
  font-size: 3.2vw;
  color: #000;
  letter-spacing: 0;
  letter-spacing: 0.09em;
  background-color: #fbf2f2;
  border: none !important;
  border-radius: 10px;
}

.p-home-price-attention-title {
  margin: 0 auto 1.3333333333vw;
  font-size: 3.4666666667vw;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .p-home-point-attention {
    font-size: 12px;
    letter-spacing: 0;
  }
  .p-home-price-attention-title {
    margin: 0 auto 5px;
    font-size: 12px;
    text-align: left;
  }
  .p-home-point .p-home-price-attention {
    padding: 15px 25px !important;
    font-size: 12px;
    letter-spacing: 0;
  }
  .p-home-point-heading {
    margin-bottom: 0;
    font-size: 32px;
  }
  .p-home-point-heading__img {
    width: 222px;
  }
  .p-home-point-heading__text {
    margin: 26px 0 0;
    line-height: normal;
  }
  .p-home-point-img {
    width: 195px;
    margin-top: 0;
  }
  .p-home-point-lead {
    margin-top: 19px;
    font-size: 12px;
  }
  .p-home-point-lead__text {
    margin: 7px 0 0;
    line-height: 2.333333333;
    letter-spacing: 0.06em;
  }
  .p-home-point-lead__sup::before {
    height: 7px;
  }
  .p-home-point-lead__title {
    margin-top: 1px;
    font-size: 16px;
    line-height: 1.875;
  }
  .p-home-point-lead__attention {
    margin: 10px auto 0;
    font-size: 10px;
    line-height: 2.1;
  }
  .p-home-point-content-wrap {
    display: flex;
    justify-content: center;
    margin-top: 72px;
  }
  .p-home-point-content {
    width: 195px;
    margin: 0 20px;
  }
  .p-home-point-content .p-home-about-lead__btn {
    margin-top: 14px;
  }
  .p-home-point-content:not(:first-child, :last-child) {
    margin-top: 0;
  }
  .p-home-point-content:last-child {
    margin-top: 0;
  }
  section.p-home-point {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.tab-panes .tab-pane {
  display: none;
}

.tab-panes .active {
  display: block;
}

section.p-home-price {
  padding-right: 0;
  padding-left: 0;
  background-color: #efe3d3;
}

section.p-home-price .p-home-more-btn {
  margin-top: 12.6666666667vw;
}

section.p-home-price .swiper-pagination {
  bottom: 1.3333333333vw !important;
}

.p-home-price-heading {
  margin-top: -4vw;
  font-size: 7.4666666667vw;
  text-align: center;
}

.p-home-price-heading + .p-home-price-card .p-home-price-card__body {
  padding-bottom: 0.2666666667vw;
}

.p-home-price-heading + .p-home-price-card .p-home-price-card__body .p-home-price-card__body-small + .p-home-price-card__body-delivery .p-home-price-card__body-detail-price {
  margin-left: 0;
  font-size: 3.2vw;
  color: #000;
}

.p-home-price-heading__text {
  margin: 4vw 0 0;
  line-height: 14.4vw;
  letter-spacing: 0.12em;
}

.p-home-price-heading__sup {
  margin-top: 0;
  font-family: adobe-garamond-pro, serif;
  font-size: 4.5333333333vw;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.p-home-price-card {
  margin-top: 0;
}

.p-home-price-card .tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2px;
  background-color: #fff;
}

.p-home-price-card .tabs .tab.active {
  position: relative;
  background-color: #eabebe;
}

.p-home-price-card .tabs .tab.active::before {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  width: 10px;
  width: 0;
  height: 10px;
  height: 0;
  margin: auto;
  content: "";
  border-top: 12px solid #eabebe;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.p-home-price-card__head {
  padding: 4.8vw 0 4.5333333333vw;
  font-size: 4.8vw;
}

.p-home-price-card__body {
  padding-bottom: 3.6vw;
}

.p-home-price-card__head {
  padding: 4.2666666667vw 0 5.0666666667vw;
  font-size: 4.8vw;
  line-height: 1;
  letter-spacing: 0.06em;
  background-color: #ffefef;
}

.p-home-price-card__head.active {
  font-weight: bold;
}

.p-home-price-card__head span {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 400;
}

.p-home-price-inner .p-home-price-attention {
  margin-top: 5.3333333333vw;
}

.p-home-price-inner .p-home-step-thumbnail-caption-wrap {
  text-align: center;
}

.p-home-price-inner .p-home-step-thumbnail-caption {
  position: relative;
  z-index: 1;
  display: inline-flex;
  font-weight: 600;
}

.p-home-price-inner .p-home-step-thumbnail-caption::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 2.6666666667vw;
  content: "";
  background-color: #eabebe;
}

.p-home-attention {
  position: absolute;
  margin-top: 0.2666666667vw;
  margin-left: 0.5333333333vw;
  font-size: 3.2vw;
  color: #604e4e;
}

.p-home-price-card__body-detail-yen {
  margin-top: auto;
}

.p-home-price-card {
  width: 84vw;
  margin: 2.6666666667vw auto 0;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
}

.p-home-price-card__body {
  height: 48vw;
  padding: 5.2vw 5.2vw 2.5333333333vw;
  overflow: hidden;
  font-size: 4.8vw;
  background-color: #fff;
}

.p-home-price-card__body-sup {
  margin: 2vw 0 0;
  font-size: 3.2vw;
  letter-spacing: 0;
}

.p-home-price-card__body-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.6vw;
  margin: 2.6666666667vw 0 5.3333333333vw;
  font-size: 3.2vw;
  white-space: nowrap;
}

.p-home-price-card__body-title.neg-m {
  margin-bottom: -2.6666666667vw;
}

.p-home-price-card__body-icon {
  top: 2.6666666667vw;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
}

.p-home-price-card__body-attention {
  margin: -2vw 0 0;
  font-size: 2.6666666667vw;
  color: #7d7a7a;
  letter-spacing: 0.1em;
}

.p-home-price-card__body-price,
.p-home-price-card__body-delivery {
  padding-top: 6vw;
  margin-bottom: 4vw;
  font-size: 3.2vw;
  color: #7d7a7a;
  letter-spacing: 0.1em;
  border-top: 1px solid;
}

.p-home-price-card__body .p-home-price-card__body-detail-price {
  margin-left: 2.6666666667vw;
  font-size: 9.6vw;
  color: #e88d8d;
  letter-spacing: 0.1em;
}

.p-home-price-card__body .p-home-price-card__body-detail-price.p-home-price-card__body-small {
  margin-left: 0.2666666667vw;
  font-size: 3.2vw;
  font-weight: unset;
}

.p-home-price-card__body-monthly {
  margin-left: 2.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 600;
}

.p-home-price-plus {
  margin-top: 6.6666666667vw;
  font-size: 8vw;
  text-align: center;
}

.p-home-price-period {
  display: block;
  width: 84vw;
  margin: 5.3333333333vw auto 0;
  font-size: 4.2666666667vw;
  letter-spacing: 0.06em;
}

.p-home-price-mySwiper {
  position: relative;
  height: 90.9333333333vw;
  padding: 0 8vw;
  margin-top: 3.2vw;
  overflow: hidden;
}

.p-home-price-mySwiper .swiper-slide:nth-of-type(2) .p-home-price-card__head {
  background-color: #bdd0e5;
}

.p-home-price-mySwiper .swiper-slide:nth-of-type(2) .p-home-price-card__body-icon {
  width: 0;
  visibility: hidden;
}

.p-home-price-mySwiper .swiper-slide:nth-of-type(3) .p-home-price-card__head {
  background-color: #faf6e8;
}

.p-home-price-mySwiper .swiper-slide:nth-of-type(3) .p-home-price-card__body-icon {
  width: 0;
  visibility: hidden;
}

.p-home-price-swiper-slide {
  height: 111.2vw !important;
  padding: 8vw 5.3333333333vw 5.3333333333vw;
  background-color: #fbf2f2;
  border-radius: 10px;
}

.p-home-price-swiper-slide__title {
  position: relative;
  padding-bottom: 2.6666666667vw;
  font-size: 6.1333333333vw;
  color: #e88d8d;
  text-align: center;
  letter-spacing: 0.12em;
}

.p-home-price-swiper-slide__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  border-bottom: 1px solid;
}

.p-home-price-swiper-slide__lead {
  margin-top: 3.7333333333vw;
  font-size: 4.2666666667vw;
  line-height: 7.4666666667vw;
  letter-spacing: 0.12em;
}

.p-home-price-swiper-slide__text {
  margin-top: 3.7333333333vw;
  font-size: 3.2vw;
  line-height: 6.9333333333vw;
  color: dimgray;
}

.p-home-price-attention {
  width: 84vw;
  margin: 1.2vw auto 0;
  font-size: 3.2vw;
  line-height: 6.9333333333vw;
  color: #7e7e7e;
  letter-spacing: 0.1em;
}

.p-home-price-card__body-sub-top {
  margin-bottom: -2.6666666667vw;
  font-size: 3.2vw;
}

.p-home-price-card__body-sub-top-inner {
  margin-right: 1.3333333333vw;
  font-weight: bold;
}

.p-home-price-card__body-sub-bottom {
  font-size: 2.6666666667vw;
}

.p-home-price-card__body-sub-bottom-inner {
  margin: 0 0.5333333333vw;
  font-size: 3.4666666667vw;
  font-weight: bold;
  color: #e88d8d;
}

@media screen and (min-width: 767px) {
  .p-home-attention {
    margin-top: 0;
    margin-left: 2px;
    font-size: 11px;
  }
  .p-home-price-card__body-monthly {
    margin-left: 10px;
    font-size: 14px;
  }
  .p-home-price-heading {
    margin-top: -15px;
    font-size: 32px;
  }
  .p-home-price-heading + .p-home-price-card .p-home-price-card__body {
    padding-bottom: 2px;
  }
  .p-home-price-heading + .p-home-price-card .p-home-price-card__body .p-home-price-card__body-small + .p-home-price-card__body-delivery .p-home-price-card__body-detail-price {
    font-size: 13px;
  }
  .p-home-price-heading__text {
    margin: 55px 0 0;
    line-height: normal;
  }
  .p-home-price-heading__sup {
    margin-top: 9px;
    font-size: 22px;
  }
  .p-home-price-card {
    width: 400px;
    margin: 10px auto 0;
  }
  .p-home-price-card__head {
    padding: 15px 0 23px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  .p-home-price-card__head span {
    margin-top: 6px;
  }
  .p-home-price-card__body {
    height: auto;
    padding: 23px 60px 26px;
    font-size: 20px;
  }
  .p-home-price-card__body-sup {
    margin: 3px 0 0;
    font-size: 13px;
    letter-spacing: 0;
  }
  .p-home-price-card__body-icon {
    top: 12px;
    width: 56px;
    height: 55px;
  }
  .p-home-price-card__body-title {
    height: 40px;
    margin: 32px 0 0;
    font-size: 13px;
  }
  .p-home-price-card__body-title.neg-m {
    margin-bottom: 0;
  }
  .p-home-price-card__body-attention {
    margin: -10px 0 0;
    font-size: 11px;
  }
  .p-home-price-card__body-price,
  .p-home-price-card__body-delivery {
    padding-top: 16px;
    margin-top: 41px;
    margin-bottom: 0;
    font-size: 12px;
  }
  .p-home-price-card__body .p-home-price-card__body-detail-price {
    margin-left: 10px;
    font-size: 41px;
  }
  .p-home-price-card__body .p-home-price-card__body-detail-price.p-home-price-card__body-small {
    margin-left: 0;
    font-size: 13px;
    font-weight: normal;
  }
  .p-home-price-plus {
    margin-top: 23px;
    font-size: 34px;
  }
  .p-home-price-mySwiper {
    position: relative;
    left: 50%;
    width: 1470px;
    height: 370px;
    padding: 0 30px;
    margin: 12px 0 0;
    transform: translateX(-50%);
  }
  .p-home-price-mySwiper .p-home-price-card__head {
    padding: 27px 0 25px;
    font-size: 18px;
  }
  .p-home-price-mySwiper .p-home-price-card__body {
    padding-bottom: 8px;
  }
  section.p-home-price {
    padding-bottom: 100px;
  }
  section.p-home-price .swiper-pagination {
    bottom: 13px !important;
  }
  section.p-home-price .p-home-more-btn {
    margin-top: 65px;
  }
  .p-home-price-attention {
    width: 400px;
    margin-top: 25px;
    font-size: 12px;
    line-height: 2.166666667;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px !important;
  }
  [data-swiper=true] .swiper-button-prev,
  [data-swiper=true] .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    background-size: cover;
  }
  [data-swiper=true] .swiper-button-prev:hover,
  [data-swiper=true] .swiper-button-next:hover {
    opacity: 0.7;
  }
  [data-swiper=true] .swiper-button-prev {
    top: 45%;
    left: 480px;
    transform: scale(-1, 1);
  }
  [data-swiper=true] .swiper-button-next {
    top: 45%;
    right: 480px;
  }
  [data-swiper=true] .swiper-slide {
    opacity: 0.5;
  }
  [data-swiper=true] .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  [data-swiper=true] .swiper-button-next.swiper-button-disabled,
  [data-swiper=true] .swiper-button-prev.swiper-button-disabled {
    visibility: hidden;
  }
  [data-swiper=true] .swiper-button-prev::after,
  [data-swiper=true] .swiper-rtl .swiper-button-next::after {
    content: none !important;
  }
  [data-swiper=true] .swiper-button-next::after,
  [data-swiper=true] .swiper-rtl .swiper-button-prev::after {
    content: none !important;
  }
  .p-home-price-inner {
    min-width: 900px;
    overflow: hidden;
  }
  .p-home-price-inner .p-home-price-attention {
    margin-top: 25px;
  }
  .p-home-price-inner .p-home-step-thumbnail-caption::before {
    height: 10px;
  }
  .p-home-price-period {
    width: 400px;
    margin: 70px auto 0;
    font-size: 16px;
  }
  .p-home-price-card__body-sub-top {
    margin-bottom: -14px;
    font-size: 12px;
  }
  .second-tab {
    padding-top: 17px;
  }
  .p-home-price-card__body-sub-top-inner {
    margin-right: 5px;
  }
  .second-tab-margin {
    margin-top: 30px;
  }
  .p-home-price-card__body-sub-bottom {
    margin-top: 17px;
    margin-bottom: -16px;
    font-size: 10px;
  }
  .p-home-price-card__body-sub-bottom-inner {
    margin: 0 2px;
    font-size: 13px;
  }
}
section.p-home-step .p-home-reserve-btn {
  margin-top: 16vw;
}

.p-home-step-video .modal__container {
  width: 84vw;
  height: 45.8666666667vw;
  padding: 0;
}

.p-home-step-video .modal__container iframe {
  width: 100%;
  height: 100%;
}

.modal__container .p-home-step-img {
  margin: 2.1333333333vw auto 3.4666666667vw;
}

.modal__container .p-home-step-content-wrap {
  display: none;
}

.modal__container .modal__container-caption {
  display: none;
}

.p-home-step-heading {
  margin: -4vw auto 8vw;
  font-size: 7.4666666667vw;
  text-align: center;
}

.p-home-step-heading__img {
  width: 48vw;
}

.p-home-step-heading__text {
  margin: 4vw 0 0;
  line-height: 14.4vw;
  letter-spacing: 0.12em;
}

.p-home-step-heading__sup {
  margin: 0;
  font-family: adobe-garamond-pro, serif;
  font-size: 4.5333333333vw;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.modal__container-caption {
  font-size: 6.9333333333vw;
  text-align: center;
  letter-spacing: 0.12em;
}

.p-home-step-lead {
  flex: 1 1;
  font-size: 3.4666666667vw;
}

.p-home-step-lead__title {
  margin: auto;
  font-size: 4.8vw;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.p-home-step-lead__text {
  margin: auto;
  font-size: 3.2vw;
  color: #625d57;
}

.p-home-step-lead__sup {
  position: relative;
  z-index: 1;
  display: inline;
  letter-spacing: 0.12em;
}

.p-home-step-lead__sup::before {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 2.1333333333vw;
  content: "";
  background-color: #eabebe;
}

.p-home-step-lead .p-home-about-lead__btn {
  margin-top: 1.0666666667vw;
}

.p-home-step-img {
  display: block;
  width: 21.3333333333vw;
  margin: 6.6666666667vw auto 7.4666666667vw;
  border-radius: 10px;
}

.p-home-step-wrap {
  position: relative;
  margin-right: 5.3333333333vw;
}

.p-home-step-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4.5333333333vw;
}

.p-home-step-content:not(:last-of-type) .p-home-step-wrap::after {
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-top: 13px solid #eabebe;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.p-home-step-thumbnail {
  display: block;
  width: 100%;
  margin: 2.6666666667vw auto 0;
}

.p-home-step-thumbnail-caption {
  margin: 13.8666666667vw auto 0;
  font-size: 3.2vw;
  text-align: center;
  letter-spacing: 0.08em;
}

.modal__content .p-home-reserve-btn__lead-img {
  width: 5.3333333333vw;
  margin: 0 1.3333333333vw;
}

.p-home-step-content-wrap + .p-home-modal-content-list-attention {
  margin-top: 0;
}

@media screen and (min-width: 767px) {
  section.p-home-step .p-home-price-attention,
  section.p-home-point .p-home-price-attention {
    width: 900px;
    padding-top: 30px;
    margin-top: 50px;
    border-top: 1px solid;
  }
  section.p-home-step {
    padding-top: 62px;
    padding-bottom: 100px;
  }
  section.p-home-step .p-home-reserve-btn {
    margin-top: 60px;
  }
  .p-home-step-content-wrap + .p-home-modal-content-list-attention {
    margin-top: 20px;
  }
  .modal__container-caption {
    font-size: 26px;
    text-align: center;
    letter-spacing: 0.12em;
  }
  .modal__container .p-home-step-img {
    margin: 25px auto 19px;
  }
  .modal__content .p-home-reserve-btn__lead-img {
    width: 20px;
    margin: 0 5px;
  }
  .p-home-step-heading {
    margin: 0 auto 34px;
    font-size: 32px;
  }
  .p-home-step-heading__text {
    margin: 30px 0 0;
    line-height: normal;
  }
  .p-home-step-heading__sup {
    margin-top: 9px;
    font-size: 22px;
  }
  .p-home-step-content {
    display: block;
    align-items: unset;
    justify-content: unset;
    margin-top: 15px;
  }
  .p-home-step-content:not(:last-of-type) .p-home-step-wrap::after {
    position: absolute;
    top: 50%;
    right: -36px;
    left: auto;
    width: 0;
    height: 0;
    margin: auto;
    content: "";
    border: 10px solid transparent;
    border-left: 10px solid #eabebe;
    transform: translateY(-50%);
  }
  .p-home-step-lead {
    width: 195px;
    height: auto;
    margin: auto;
    font-size: 13px;
  }
  .p-home-step-lead .p-home-about-lead__btn {
    margin-top: 6px;
  }
  .p-home-step-lead__sup::before {
    height: 8px;
  }
  .p-home-step-lead__title {
    margin: 3px auto 0;
    font-size: 18px;
    letter-spacing: -0.01em;
  }
  .p-home-step-lead__text {
    margin: 3px 0 0;
    font-size: 12px;
    line-height: 2.166666667;
  }
  .reserve .p-home-step-img {
    width: 175px;
  }
  .reserve .p-home-step-lead {
    width: 175px;
  }
  .reserve .p-home-step-lead__title {
    font-size: 16px;
  }
  .reserve .p-home-step-lead__text {
    font-size: 10px;
  }
  .p-home-step-img {
    width: 195px;
    margin: 25px auto 19px;
  }
  .p-home-step-content-wrap {
    display: flex;
    justify-content: center;
  }
  .p-home-step-wrap {
    margin: 0 20px;
  }
  [data-micromodal-trigger=modal-7] {
    width: 500px;
    margin: 20px auto 0;
  }
  .p-home-step-thumbnail-caption {
    margin-top: 50px;
    font-size: 14px;
  }
  .p-home-step-thumbnail:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .p-home-step-video .modal__container {
    width: 560px;
    height: 315px;
  }
}
section.p-home-magazine {
  padding-top: 24.2666666667vw;
  padding-right: 0;
  padding-left: 0;
  background-color: #efe3d3;
}

section.p-home-magazine .p-home-more-btn {
  margin-top: 9.7333333333vw;
}

.p-home-magazine-heading {
  display: block;
  width: 64vw;
  margin: auto;
}

.p-home-magazine-heading__img {
  width: 48vw;
}

.p-home-magazine-heading__text {
  margin: 4vw 0 0;
  line-height: 14.4vw;
  letter-spacing: 0.12em;
}

.p-home-magazine-lead {
  font-size: 5.3333333333vw;
}

.p-home-magazine-lead__text {
  margin: 1.8666666667vw 0 0;
  line-height: 9.6vw;
  letter-spacing: 0.1em;
}

.p-home-magazine-lead__sup {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 4.5333333333vw 0 0;
  font-size: 3.2vw;
  color: dimgray;
  letter-spacing: 0.1em;
}

.p-home-magazine-lead__title {
  margin: 0;
  font-size: 4.8vw;
  letter-spacing: 0.12em;
}

.p-home-magazine-heading__sup {
  margin: 0;
  font-family: adobe-garamond-pro, serif;
  font-size: 4.5333333333vw;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.p-home-magazine-img {
  width: 84vw;
  border-radius: 10px;
}

.p-home-more-btn {
  display: block;
  width: 275px;
  padding: 2.9333333333vw 0;
  margin: 12vw auto 0;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.06em;
  border: 1px solid;
  border-radius: 26.6666666667vw;
}

.p-home-more-btn__text {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 1;
}

.p-home-more-btn__text::after {
  position: absolute;
  right: -16px;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

:root {
  --swiper-theme-color: transparent !important ;
}

.swiper-pagination-bullet-active {
  box-shadow: 0 0 0 1px #000;
}

.p-home-close-btn {
  display: block;
  width: 73.3333333333vw;
  padding: 3.2vw;
  margin: 12.5333333333vw auto 0;
  font-size: 4.2666666667vw;
  text-align: center;
  letter-spacing: 0.06em;
  border: 1px solid;
  border-radius: 26.6666666667vw;
}

.p-home-close-btn__text {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 1;
}

#modal-5 .p-home-point-heading__img {
  display: none;
}

#modal-5.reserve .p-home-point-heading__img {
  display: block;
}

.reserve .p-home-modal-reserve-btn {
  display: block;
}

.reserve .p-home-step-content-wrap {
  display: block;
}

.reserve .modal__container-caption {
  display: block;
}

.reserve .p-home-modal-heading__text {
  display: none;
}

.p-home-modal-reserve-btn {
  display: none;
  width: 73.3333333333vw;
  padding: 3.2vw;
  margin: 12.5333333333vw auto 0;
  font-size: 4.2666666667vw;
  text-align: center;
  letter-spacing: 0.06em;
  border: 1px solid;
  border-radius: 26.6666666667vw;
}

.p-home-modal-reserve-btn__text {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-weight: bold;
  line-height: 1;
  color: #06c755;
}

.reserve .p-home-close-btn {
  margin-top: 5.3333333333vw;
}

.p-home-magazine-content {
  margin-top: 14.6666666667vw;
}

.p-home-magazine .p-home-effect-swiper-slide-inner {
  height: 106.6666666667vw !important;
  padding: 0;
  background-color: #fff;
}

.p-home-magazine .p-home-effect-mySwiper {
  height: 117.8666666667vw !important;
  margin-top: 16vw;
}

.p-home-magazine-swiper-slide__thumb {
  width: 100%;
}

.p-home-magazine-swiper-slide__info {
  padding: 5.0666666667vw 5.3333333333vw 0;
}

.p-home-magazine-swiper-slide__date {
  font-size: 3.4666666667vw;
  color: #686868;
  letter-spacing: 0.12em;
}

.p-home-magazine-swiper-slide__text {
  margin-top: 0;
  font-size: 4.2666666667vw;
  line-height: 8vw;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 767px) {
  .reserve .p-home-step-content-wrap {
    display: flex;
  }
  .reserve .p-home-close-btn {
    margin-top: 20px;
  }
  section {
    padding: 52px 0 93px;
  }
  .p-home-more-btn {
    width: 340px;
    padding: 16px 0;
    margin: 72px auto 0;
  }
  .p-home-more-btn__text::after {
    right: -24px;
  }
  .p-home-more-btn:hover {
    opacity: 0.7;
  }
  section.p-home-magazine .p-home-more-btn {
    margin-top: 55px;
  }
  .p-home-magazine-inner {
    width: 900px;
    margin: auto;
  }
  .p-home-magazine-heading {
    width: 374px;
    margin: 0 auto;
  }
  .p-home-magazine-heading__text {
    margin: 0;
    line-height: normal;
  }
  .p-home-magazine-heading__sup {
    margin-top: 12px;
    font-size: 22px;
  }
  .p-home-magazine-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 900px;
    margin: 50px auto 0;
  }
  .p-home-magazine-lead {
    margin: 0 0 34px 50px;
    font-size: 20px;
  }
  .p-home-magazine-lead__sup {
    margin: 17px 0 0;
    font-size: 12px;
  }
  .p-home-magazine-lead__text {
    margin: 7px 0 0;
    line-height: 1.8;
  }
  .p-home-magazine-img {
    width: 450px;
  }
  .p-home-magazine-swiper-slide__info {
    padding: 19px 20px 0;
  }
  .p-home-magazine-swiper-slide__date {
    font-size: 13px;
  }
  .p-home-magazine-swiper-slide__text {
    margin-top: 0;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .p-home-magazine .p-home-effect-mySwiper {
    margin-top: 80px;
  }
  section.p-home-magazine {
    padding-top: 100px;
  }
  .p-home-magazine .p-home-more-btn {
    margin: 50px auto 7px;
  }
  .p-home-magazine .p-home-effect-swiper-slide-inner {
    height: 442px !important;
  }
  .p-home-magazine .p-home-effect-mySwiper {
    height: 488px !important;
  }
}
section.p-home-effect {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  background-color: #efe3d3;
}

section.p-home-effect .p-home-more-btn {
  margin-top: 9.8666666667vw;
}

.p-home-effect-mySwiper {
  position: relative;
  height: 153.0666666667vw;
  padding: 0 8vw;
  margin-top: 0;
  overflow: hidden;
}

.p-home-effect-swiper-slide-inner {
  height: 141.6vw !important;
  padding: 8.9333333333vw 5.3333333333vw 5.3333333333vw;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
}

.p-home-effect-swiper-slide a.p-home-about-lead__btn {
  display: block;
  width: 68vw;
  padding: 2.8vw 0;
  margin: 7.7333333333vw auto;
  font-size: 3.2vw;
  text-align: center;
}

.p-home-effect-swiper-slide:first-of-type .p-home-about-lead__btn:not(:first-of-type) {
  margin-top: -5.0666666667vw;
}

.p-home-effect-swiper-slide:first-of-type .p-home-effect-swiper-slide__text {
  display: flex;
  flex-wrap: wrap;
  width: 73.3333333333vw;
}

.p-home-effect-swiper-slide:first-of-type .p-home-effect-swiper-slide__text li {
  white-space: nowrap;
}

.p-home-effect-swiper-slide:first-of-type .p-home-effect-swiper-slide__text li:not(:last-of-type) {
  width: 36.6666666667vw;
}

.p-home-effect-swiper-slide__title {
  position: relative;
  padding-bottom: 6.1333333333vw;
  font-size: 5.3333333333vw;
  color: #e88d8d;
  text-align: center;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.p-home-effect-swiper-slide__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  border-bottom: 1px solid;
}

.p-home-effect-swiper-slide__lead {
  margin-top: 6.4vw;
  font-size: 4.2666666667vw;
  line-height: 7.4666666667vw;
  letter-spacing: 0.12em;
}

.p-home-effect-swiper-slide__text {
  padding-left: 0;
  margin-top: 3.2vw;
  font-size: 3.2vw;
  line-height: 6.9333333333vw;
  color: dimgray;
  list-style: none;
}

.p-home-effect-swiper-slide__text + .p-home-effect-swiper-slide__text {
  margin-top: 0;
}

.p-home-effect .swiper-pagination {
  bottom: 2.6666666667vw !important;
}

.p-home-effect .p-home-about-lead__btn {
  margin-top: 4.8vw;
}

.reserve .p-home-modal-content-list {
  height: 45.3333333333vw;
  overflow: scroll;
  border: 1px solid;
}

.p-home-modal-content-list {
  padding: 2.6666666667vw;
  margin-top: 4.5333333333vw;
  list-style: none;
}

.p-home-modal-content-list__text {
  display: flex;
  align-items: center;
  font-size: 3.4666666667vw;
  letter-spacing: 0.09em;
}

.p-home-modal-content-list__text:not(:first-child) {
  margin-top: 5.3333333333vw;
}

.p-home-modal-content-list__text-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.8666666667vw;
  height: 5.8666666667vw;
  margin-right: 2.6666666667vw;
  font-size: 3.2vw;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #e88d8d;
  border-radius: 100%;
}

.p-home-modal-content-list__text p {
  margin: 0;
}

.p-home-modal-content-list__text p .p-home-modal-content-list__text-attention {
  font-size: 2.6666666667vw;
  color: dimgray;
  letter-spacing: 0.02em;
}

.p-home-modal-content-list-attention {
  display: none;
  margin: 6.6666666667vw auto 0;
  font-size: 3.2vw;
  line-height: 6.4vw;
  color: #7d7d7d;
}

.reserve .p-home-modal-content-list-attention {
  display: block;
}

@media screen and (min-width: 767px) {
  .p-home-modal-content-list__text-attention {
    font-size: 10px !important;
  }
  .p-home-modal-content-list-attention {
    padding: 0 38px;
    margin: 30px auto 0;
    font-size: 12px;
    line-height: 2;
  }
  section.p-home-effect .p-home-about-lead__btn {
    margin-top: 20px;
  }
  section.p-home-effect .p-home-more-btn {
    margin-top: 55px;
  }
  .p-home-effect .p-home-more-btn {
    margin: 55px auto 7px;
  }
  .p-home-effect-mySwiper {
    position: relative;
    left: 50%;
    width: 1470px;
    height: 660px;
    padding: 0 30px;
    transform: translateX(-50%);
  }
  .p-home-effect-swiper-slide {
    padding: 0 36px;
  }
  .p-home-effect-swiper-slide a.p-home-about-lead__btn {
    width: 300px;
    padding: 10px 0;
    margin: 29px auto;
    font-size: 12px;
  }
  .p-home-effect-swiper-slide:first-of-type .p-home-about-lead__btn:not(:first-of-type) {
    margin-top: -19px;
  }
  .p-home-effect-swiper-slide:first-of-type .p-home-effect-swiper-slide__text {
    width: 340px;
  }
  .p-home-effect-swiper-slide:first-of-type .p-home-effect-swiper-slide__text li:not(:last-of-type) {
    width: 170px;
  }
  .p-home-effect-swiper-slide__title {
    padding-bottom: 23px;
    font-size: 22px;
  }
  .p-home-effect-swiper-slide__lead {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.75;
  }
  .p-home-effect-swiper-slide__text {
    margin-top: 12px;
    font-size: 12px;
    line-height: 2.166666667;
  }
  .p-home-effect-swiper-slide-inner {
    width: 400px !important;
    height: 613px !important;
    padding: 34px 30px 20px;
  }
  .p-home-effect-inner {
    min-width: 900px;
    overflow: hidden;
  }
  .p-home-effect .swiper-pagination {
    bottom: 10px !important;
  }
}
section.p-home-voice {
  padding-top: 24.2666666667vw;
  padding-right: 0;
  padding-left: 0;
  background-color: #efe3d3;
}

section.p-home-voice [data-swiper=true] .swiper-button-next,
section.p-home-voice [data-swiper=true] .swiper-button-prev {
  top: 41%;
}

section.p-home-voice .p-home-more-btn {
  margin-top: 9.7333333333vw;
}

section.p-home-voice .p-home-effect-swiper-slide-inner {
  background-color: #fff;
}

.p-home-voice-heading {
  margin-top: -4vw;
  font-size: 7.4666666667vw;
  text-align: center;
}

.p-home-voice-heading__sup {
  margin-top: 0;
  font-family: adobe-garamond-pro, serif;
  font-size: 4.5333333333vw;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.p-home-voice-heading {
  display: block;
  width: 64vw;
  margin: auto;
}

.p-home-voice-heading__img {
  width: 48vw;
}

.p-home-voice-heading__text {
  margin: 0;
  line-height: 14.4vw;
  letter-spacing: 0.12em;
}

.p-home-voice-lead {
  font-size: 5.3333333333vw;
}

.p-home-voice-lead__text {
  margin: 1.8666666667vw 0 0;
  line-height: 9.6vw;
  letter-spacing: 0.1em;
}

.p-home-voice-lead__sup {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 4.5333333333vw 0 0;
  font-size: 3.2vw;
  color: dimgray;
  letter-spacing: 0.1em;
}

.p-home-voice-lead__title {
  margin: 0;
  font-size: 4.8vw;
  letter-spacing: 0.12em;
}

.p-home-voice-img {
  width: 84vw;
  border-radius: 10px;
}

.p-home-more-btn {
  display: block;
  width: 275px;
  padding: 3.2vw 0;
  margin: 12vw auto 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.06em;
  border: 1px solid;
  border-radius: 26.6666666667vw;
}

.p-home-more-btn__text {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 1;
}

.p-home-more-btn__text::after {
  position: absolute;
  right: -16px;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.swiper-pagination-bullet-active {
  box-shadow: 0 0 0 1px #000;
}

.p-home-close-btn {
  display: block;
  width: 73.3333333333vw;
  padding: 3.2vw;
  margin: 12.5333333333vw auto 0;
  font-size: 4.2666666667vw;
  text-align: center;
  letter-spacing: 0.06em;
  border: 1px solid;
  border-radius: 26.6666666667vw;
}

.p-home-close-btn__text {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 1;
}

.p-home-voice-content {
  margin-top: 14.6666666667vw;
}

.p-home-voice .p-home-effect-swiper-slide-inner {
  height: auto !important;
  padding: 0;
  background-color: #fff;
}

.p-home-voice .p-home-effect-mySwiper {
  height: auto !important;
  padding-bottom: 11.2vw;
  margin-top: 16vw;
}

.p-home-voice-swiper-slide__thumb {
  width: 100%;
}

.p-home-voice-swiper-slide__info {
  padding: 4vw;
}

.p-home-voice-swiper-slide__date {
  font-size: 3.4666666667vw;
  color: #686868;
  letter-spacing: 0.12em;
}

.p-home-voice-swiper-slide__text {
  font-size: 4.2666666667vw;
  line-height: 8vw;
  letter-spacing: 0.08em;
}

.p-home-voice-swiper-slide__text span {
  color: #e88d8d;
}

@media screen and (min-width: 767px) {
  section {
    padding: 52px 0 93px;
  }
  .p-home-more-btn {
    width: 340px;
    padding: 17px 0;
    margin: 72px auto 0;
    line-height: 1.5;
  }
  .p-home-more-btn__text::after {
    right: -24px;
  }
  .p-home-more-btn:hover {
    opacity: 0.7;
  }
  section.p-home-voice .p-home-more-btn {
    margin-top: 55px;
  }
  .p-home-voice-inner {
    width: 900px;
    margin: auto;
  }
  .p-home-voice-heading {
    width: 374px;
    margin: 0 auto;
  }
  .p-home-voice-heading__text {
    margin: 0;
    line-height: normal;
  }
  .p-home-voice-heading__sup {
    margin-top: 12px;
    font-size: 22px;
  }
  .p-home-voice-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 900px;
    margin: 50px auto 0;
  }
  .p-home-voice-lead {
    margin: 0 0 34px 50px;
    font-size: 20px;
  }
  .p-home-voice-lead__sup {
    margin: 17px 0 0;
    font-size: 12px;
  }
  .p-home-voice-lead__text {
    margin: 7px 0 0;
    line-height: 1.8;
  }
  .p-home-voice-img {
    width: 450px;
  }
  .p-home-voice-swiper-slide__info {
    padding: 15px 20px 20px 20px;
  }
  .p-home-voice-swiper-slide__date {
    font-size: 13px;
  }
  .p-home-voice-swiper-slide__text {
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.08em;
  }
  .p-home-voice .p-home-effect-mySwiper {
    margin-top: 80px;
  }
  section.p-home-voice {
    padding-top: 100px;
  }
  .p-home-voice .p-home-more-btn {
    margin: 50px auto 7px;
  }
  .p-home-voice .p-home-effect-swiper-slide-inner {
    height: auto !important;
  }
  .p-home-voice .p-home-effect-mySwiper {
    height: auto !important;
    padding-bottom: 46px;
  }
  .p-home-voice-heading {
    margin-top: 0;
    font-size: 29px;
    text-align: center;
  }
  .p-home-voice-heading__text {
    margin: 0;
    line-height: normal;
  }
}
section.p-home-faq {
  background-color: #fff;
}

section.p-home-faq .accordion-container {
  margin-top: 10.6666666667vw !important;
}

section.p-home-faq .ac-trigger {
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif !important;
  font-size: 15px !important;
  line-height: 2 !important;
}

section.p-home-faq .ac-text {
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif !important;
  font-size: 12px !important;
  line-height: 2 !important;
}

section.p-home-faq .ac-text a {
  text-decoration: underline !important;
}

@media screen and (min-width: 767px) {
  section.p-home-faq .ac-text a:hover {
    text-decoration: none !important;
  }
}
.p-home-faq-heading {
  margin-top: -4vw;
  font-size: 7.4666666667vw;
  text-align: center;
}

.p-home-faq-heading__img {
  width: 48vw;
}

.p-home-faq-heading__text {
  margin: 4vw 0 0;
  line-height: 14.4vw;
  letter-spacing: 0.12em;
}

.p-home-faq-heading__sup {
  margin: 0;
  font-family: adobe-garamond-pro, serif;
  font-size: 4.5333333333vw;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.p-home-faq-lead {
  font-size: 5.3333333333vw;
}

.p-home-faq-lead__sup {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 4.5333333333vw 0 0;
  font-size: 3.2vw;
  color: dimgray;
  letter-spacing: 0.1em;
}

.p-home-faq-lead__title {
  margin: 0;
  font-size: 4.8vw;
  letter-spacing: 0.12em;
}

.p-home-faq-lead__text {
  margin: 1.8666666667vw 0 0;
  line-height: 9.6vw;
  letter-spacing: 0.1em;
}

.p-home-faq-img {
  width: 84vw;
  margin-top: 14.6666666667vw;
  border-radius: 10px;
}

.p-home-faq-btn {
  display: block;
  width: 80vw;
  padding: 3.2vw;
  margin: 13.3333333333vw auto 0;
  font-size: 3.7333333333vw;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #fff;
  border-radius: 26.6666666667vw;
}

.p-home-faq-btn__text {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 1;
}

.p-home-faq-btn__text::after {
  position: absolute;
  right: -4.2666666667vw;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  content: "";
  border: 2px solid;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(45deg);
}

@media screen and (min-width: 767px) {
  section.p-home-faq {
    padding-top: 85px;
  }
  section.p-home-faq .accordion-container {
    margin-top: 50px !important;
  }
  .p-home-faq-heading {
    margin-top: 0;
    font-size: 29px;
  }
  .p-home-faq-heading__img {
    width: 180px;
  }
  .p-home-faq-heading__text {
    margin: 15px 0 0;
    line-height: normal;
  }
  .p-home-faq-heading__sup {
    margin-top: 12px;
    font-size: 22px;
  }
  .p-home-faq-lead {
    font-size: 20px;
  }
  .p-home-faq-lead__sup {
    margin: 17px 0 0;
    font-size: 12px;
  }
  .p-home-faq-lead__title {
    font-size: 18px;
  }
  .p-home-faq-lead__text {
    margin: 7px 0 0;
    line-height: normal;
  }
  .p-home-faq-img {
    width: 300px;
    margin-top: 50px;
  }
  .p-home-faq-btn {
    display: block;
    width: 300px;
    padding: 12px;
    margin: 50px auto 0;
    font-size: 14px;
  }
  .p-home-faq-btn__text::after {
    right: -16px;
    width: 10px;
    height: 10px;
  }
}
section.p-home-contact {
  position: relative;
  padding-top: 18.6666666667vw;
  background-color: #fff;
}

.p-home-more-btn[target=_blank] .p-home-more-btn__text::after {
  right: -20px;
  width: 13px;
  height: 13px;
  background-image: url(https://mederi.jp/wp-content/themes/mederi-wp-main/assets/images/link.png);
  background-size: cover;
  border: unset;
  transform: unset;
}

.p-home-contact-heading {
  font-size: 7.4666666667vw;
  text-align: center;
}

.p-home-contact-heading::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 84vw;
  margin: auto;
  content: "";
  border-top: 1px solid #7a746c;
}

.p-home-contact-heading__img {
  width: 48vw;
}

.p-home-contact-heading__head {
  margin: 0;
  font-size: 4.2666666667vw;
  letter-spacing: 0.12em;
}

.p-home-contact-heading__text {
  margin: 0;
  line-height: 14.4vw;
  letter-spacing: 0.12em;
}

.p-home-contact-heading__sup {
  margin: 0;
  font-family: adobe-garamond-pro, serif;
  font-size: 4.5333333333vw;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.p-home-contact-lead {
  font-size: 5.3333333333vw;
}

.p-home-contact-lead__sup {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 4.5333333333vw 0 0;
  font-size: 3.2vw;
  color: dimgray;
  letter-spacing: 0.1em;
}

.p-home-contact-lead__title {
  margin: 0;
  font-size: 4.8vw;
  letter-spacing: 0.12em;
}

.p-home-contact-lead__text {
  margin: 1.8666666667vw 0 0;
  line-height: 9.6vw;
  letter-spacing: 0.1em;
}

.p-home-contact-img {
  width: 84vw;
  margin-top: 14.6666666667vw;
  border-radius: 10px;
}

.p-home-contact-btn {
  display: block;
  width: 80vw;
  padding: 3.2vw;
  margin: 13.3333333333vw auto 0;
  font-size: 3.7333333333vw;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #fff;
  border-radius: 26.6666666667vw;
}

.p-home-contact-btn__text {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 1;
}

.p-home-contact-btn__text::after {
  position: absolute;
  right: -4.2666666667vw;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  content: "";
  border: 2px solid;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(45deg);
}

@media screen and (min-width: 767px) {
  section.p-home-contact {
    padding-top: 100px;
  }
  .p-home-contact-heading {
    margin-top: 0;
    font-size: 29px;
  }
  .p-home-contact-heading::before {
    width: 900px;
  }
  .p-home-contact-heading__img {
    width: 180px;
  }
  .p-home-contact-heading__head {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .p-home-contact-heading__text {
    margin: 0;
    line-height: normal;
  }
  .p-home-contact-heading__sup {
    margin-top: 12px;
    font-size: 22px;
  }
  .p-home-contact-lead {
    font-size: 20px;
  }
  .p-home-contact-lead__sup {
    margin: 17px 0 0;
    font-size: 12px;
  }
  .p-home-contact-lead__title {
    font-size: 18px;
  }
  .p-home-contact-lead__text {
    margin: 7px 0 0;
    line-height: normal;
  }
  .p-home-contact-img {
    width: 300px;
    margin-top: 50px;
  }
  .p-home-contact-btn {
    display: block;
    width: 300px;
    padding: 12px;
    margin: 50px auto 0;
    font-size: 14px;
  }
  .p-home-contact-btn__text::after {
    right: -16px;
    width: 10px;
    height: 10px;
  }
}
section.p-home-sns {
  position: relative;
  padding-top: 18.6666666667vw;
  background-color: #fff;
}

.p-home-more-btn[target=_blank] .p-home-more-btn__text::after {
  right: -20px;
  width: 13px;
  height: 13px;
  background-image: url(https://mederi.jp/wp-content/themes/mederi-wp-main/assets/images/link.png);
  background-size: cover;
  border: unset;
  transform: unset;
}

.p-home-sns-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 7.4666666667vw;
  text-align: center;
}

.p-home-sns-heading::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 84vw;
  margin: auto;
  content: "";
  border-top: 1px solid #7a746c;
}

.p-home-sns-heading__img {
  width: 48vw;
}

.p-home-sns-heading__head {
  margin: 0;
  font-size: 4.2666666667vw;
  letter-spacing: 0.12em;
}

.p-home-sns-heading__text {
  margin: 0;
  line-height: 14.4vw;
  letter-spacing: 0.12em;
}

.p-home-sns-heading__sup {
  margin: 0;
  font-family: adobe-garamond-pro, serif;
  font-size: 4.5333333333vw;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.p-home-sns-twitter,
.p-home-sns-instagram {
  display: flex;
  width: 10.6666666667vw;
  margin: 0 4vw;
}

.p-home-sns-img {
  width: 100%;
}

.p-home-sns-lead {
  font-size: 5.3333333333vw;
}

.p-home-sns-lead__sup {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 4.5333333333vw 0 0;
  font-size: 3.2vw;
  color: dimgray;
  letter-spacing: 0.1em;
}

.p-home-sns-lead__title {
  margin: 0;
  font-size: 4.8vw;
  letter-spacing: 0.12em;
}

.p-home-sns-lead__text {
  margin: 1.8666666667vw 0 0;
  line-height: 9.6vw;
  letter-spacing: 0.1em;
}

.p-home-sns-btn {
  display: block;
  width: 80vw;
  padding: 3.2vw;
  margin: 13.3333333333vw auto 0;
  font-size: 3.7333333333vw;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #fff;
  border-radius: 26.6666666667vw;
}

.p-home-sns-btn__text {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 1;
}

.p-home-sns-btn__text::after {
  position: absolute;
  right: -4.2666666667vw;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  content: "";
  border: 2px solid;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(45deg);
}

@media screen and (min-width: 767px) {
  section.p-home-sns {
    padding-top: 100px;
  }
  .p-home-sns-twitter,
  .p-home-sns-instagram {
    width: 40px;
    margin: 0 15px;
  }
  .p-home-sns-twitter :hover,
  .p-home-sns-instagram :hover {
    opacity: 0.8;
  }
  .p-home-sns-heading {
    margin-top: 0;
    font-size: 29px;
  }
  .p-home-sns-heading::before {
    width: 900px;
  }
  .p-home-sns-heading__img {
    width: 180px;
  }
  .p-home-sns-heading__head {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .p-home-sns-heading__text {
    margin: 0;
    line-height: normal;
  }
  .p-home-sns-heading__sup {
    margin-top: 12px;
    font-size: 22px;
  }
  .p-home-sns-lead {
    font-size: 20px;
  }
  .p-home-sns-lead__sup {
    margin: 17px 0 0;
    font-size: 12px;
  }
  .p-home-sns-lead__title {
    font-size: 18px;
  }
  .p-home-sns-lead__text {
    margin: 7px 0 0;
    line-height: normal;
  }
  .p-home-sns-btn {
    display: block;
    width: 300px;
    padding: 12px;
    margin: 50px auto 0;
    font-size: 14px;
  }
  .p-home-sns-btn__text::after {
    right: -16px;
    width: 10px;
    height: 10px;
  }
}
section.p-home-delivery {
  padding-top: 24.2666666667vw;
  padding-right: 0;
  padding-left: 0;
  background-color: #fff;
}

section.p-home-delivery [data-swiper=true] .swiper-button-next,
section.p-home-delivery [data-swiper=true] .swiper-button-prev {
  top: 41%;
}

section.p-home-delivery .p-home-more-btn {
  margin-top: 9.7333333333vw;
}

section.p-home-delivery .p-home-effect-swiper-slide-inner {
  background-color: #fbf2f2;
}

.p-home-delivery-heading {
  margin-top: -4vw;
  font-size: 7.4666666667vw;
  text-align: center;
}

.p-home-delivery-heading__sup {
  margin-top: 0;
  font-family: adobe-garamond-pro, serif;
  font-size: 4.5333333333vw;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.p-home-delivery-heading {
  display: block;
  width: 64vw;
  margin: auto;
}

.p-home-delivery-heading__img {
  width: 48vw;
}

.p-home-delivery-heading__text {
  margin: 0;
  line-height: 14.4vw;
  letter-spacing: 0.12em;
}

.p-home-delivery-lead {
  font-size: 5.3333333333vw;
}

.p-home-delivery-lead__text {
  margin: 1.8666666667vw 0 0;
  line-height: 9.6vw;
  letter-spacing: 0.1em;
}

.p-home-delivery-lead__sup {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 4.5333333333vw 0 0;
  font-size: 3.2vw;
  color: dimgray;
  letter-spacing: 0.1em;
}

.p-home-delivery-lead__title {
  margin: 0;
  font-size: 4.8vw;
  letter-spacing: 0.12em;
}

.p-home-delivery-img-wrap {
  width: 84vw;
  margin: 13.3333333333vw auto 0;
}

.p-home-delivery-img {
  width: 100%;
}

.p-home-more-btn {
  display: block;
  width: 275px;
  padding: 3.2vw 0;
  margin: 12vw auto 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.06em;
  border: 1px solid;
  border-radius: 26.6666666667vw;
}

.p-home-more-btn__text {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 1;
}

.p-home-more-btn__text::after {
  position: absolute;
  right: -16px;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.swiper-pagination-bullet-active {
  box-shadow: 0 0 0 1px #000;
}

.p-home-close-btn {
  display: block;
  width: 73.3333333333vw;
  padding: 3.2vw;
  margin: 12.5333333333vw auto 0;
  font-size: 4.2666666667vw;
  text-align: center;
  letter-spacing: 0.06em;
  border: 1px solid;
  border-radius: 26.6666666667vw;
}

.p-home-close-btn__text {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 1;
}

.p-home-delivery-content {
  margin-top: 14.6666666667vw;
}

.p-home-delivery .p-home-effect-swiper-slide-inner {
  height: auto !important;
  padding: 0;
  background-color: #fff;
}

.p-home-delivery .p-home-effect-mySwiper {
  height: auto !important;
  padding-bottom: 11.2vw;
  margin-top: 16vw;
}

.p-home-delivery-swiper-slide__thumb {
  width: 100%;
}

.p-home-delivery-swiper-slide__info {
  padding: 4vw;
}

.p-home-delivery-swiper-slide__date {
  font-size: 3.4666666667vw;
  color: #686868;
  letter-spacing: 0.12em;
}

.p-home-delivery-swiper-slide__text {
  font-size: 4.2666666667vw;
  line-height: 8vw;
  letter-spacing: 0.08em;
}

.p-home-delivery-swiper-slide__text span {
  color: #e88d8d;
}

.modal .p-home-delivery-img-wrap {
  width: 73.3333333333vw;
}

.p-home-delivery-inner {
  padding: 0 8vw;
}

@media screen and (min-width: 767px) {
  .p-home-delivery-img-wrap {
    width: 400px;
    margin: 80px auto 0;
  }
  .modal .p-home-delivery-img-wrap {
    width: 400px;
  }
  section {
    padding: 52px 0 93px;
  }
  .p-home-more-btn {
    width: 340px;
    padding: 17px 0;
    margin: 72px auto 0;
    line-height: 1.5;
  }
  .p-home-more-btn__text::after {
    right: -24px;
  }
  .p-home-more-btn:hover {
    opacity: 0.7;
  }
  section.p-home-delivery .p-home-more-btn {
    margin-top: 55px;
  }
  .p-home-delivery .p-home-point-lead {
    width: 400px;
    margin: 30px auto 0;
  }
  #modal-10 .modal__container {
    width: 785px;
  }
  #modal-10 .p-home-point-lead {
    width: 400px;
    margin: 30px auto 0;
  }
  .p-home-delivery-inner {
    width: 900px;
    margin: auto;
  }
  .p-home-delivery-heading {
    width: 374px;
    margin: 0 auto;
  }
  .p-home-delivery-heading__text {
    margin: 0;
    line-height: normal;
  }
  .p-home-delivery-heading__sup {
    margin-top: 12px;
    font-size: 22px;
  }
  .p-home-delivery-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 900px;
    margin: 50px auto 0;
  }
  .p-home-delivery-lead {
    margin: 0 0 34px 50px;
    font-size: 20px;
  }
  .p-home-delivery-lead__sup {
    margin: 17px 0 0;
    font-size: 12px;
  }
  .p-home-delivery-lead__text {
    margin: 7px 0 0;
    line-height: 1.8;
  }
  .p-home-delivery-swiper-slide__info {
    padding: 15px 20px 20px 20px;
  }
  .p-home-delivery-swiper-slide__date {
    font-size: 13px;
  }
  .p-home-delivery-swiper-slide__text {
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.08em;
  }
  .p-home-delivery .p-home-effect-mySwiper {
    margin-top: 80px;
  }
  section.p-home-delivery {
    padding-top: 100px;
  }
  .p-home-delivery .p-home-more-btn {
    margin: 50px auto 7px;
  }
  .p-home-delivery .p-home-effect-swiper-slide-inner {
    height: auto !important;
  }
  .p-home-delivery .p-home-effect-mySwiper {
    height: auto !important;
    padding-bottom: 46px;
  }
  .p-home-delivery-heading {
    margin-top: 0;
    font-size: 29px;
    text-align: center;
  }
  .p-home-delivery-heading__text {
    margin: 0;
    line-height: normal;
  }
}
.p-home .c-breadcrumb {
  display: none;
}

.p-handled {
  background-color: #efe3d3;
}

.p-handled .p-home-about-lead__btn {
  margin: 0;
}

.p-handled .p-handled-diff {
  font-size: 3.2vw;
  color: #77726b;
  letter-spacing: 0.1em;
}

.p-handled .p-handled-diff a {
  color: #77726b;
  text-decoration: underline !important;
}

.p-handled .p-handled-heading__img {
  width: 48vw;
}

.p-handled .p-handled-heading__text {
  margin: 4vw 0 0;
  line-height: 14.4vw;
  letter-spacing: 0.12em;
}

.p-handled .p-handled-heading__sup {
  margin: 0;
  font-family: adobe-garamond-pro, serif;
  font-size: 4.5333333333vw;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.p-handled .p-handled-anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10.6666666667vw -9px 0 -9px;
}

.p-handled .p-handled-anchor .c-btn-item {
  width: 50%;
  padding: 0 9px;
  margin-top: 20px;
}

.p-handled .p-handled-content {
  display: flex;
  padding: 5.3333333333vw 2.6666666667vw 5.3333333333vw 5.6vw;
  margin-top: 4vw;
  background-color: #fff;
  border-radius: 10px;
}

.p-handled .p-handled-lead {
  font-size: 3.4666666667vw;
}

.p-handled .p-handled-lead__sup {
  position: relative;
  z-index: 1;
  display: inline;
  letter-spacing: 0.12em;
}

.p-handled .p-handled-lead__sup::before {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 2.1333333333vw;
  content: "";
  background-color: #eabebe;
}

.p-handled .p-handled-lead__title {
  margin: -1.3333333333vw auto 0;
  font-size: 3.7333333333vw;
  letter-spacing: 0.06em;
}

.p-handled .p-handled-lead__text {
  margin: 0.8vw 0 0;
  font-size: 3.2vw;
  color: dimgray;
}

.p-handled .p-handled-lead__price {
  margin: 1.8666666667vw 0 0;
  font-size: 2.6666666667vw;
}

.p-handled .p-handled-lead__price span {
  font-size: 4.2666666667vw;
  letter-spacing: 0.12em;
}

.p-handled .p-handled-img {
  position: relative;
  top: 50%;
  display: block;
  width: 30.4vw;
  border-radius: 10px;
  transform: translateY(-50%);
}

.p-handled .p-handled-wrap {
  position: relative;
  height: 21.3333333333vw;
  margin-right: 5.3333333333vw;
}

.p-handled .p-handled-reserve-btn {
  margin-top: 10.6666666667vw;
}

.p-handled .p-handled-content-list {
  padding-left: 0;
}

.p-handled .p-handled-title {
  padding-left: 2.5333333333vw;
  margin: 16vw 0 0;
  font-size: 4.8vw;
  line-height: 1;
  letter-spacing: 0.12em;
  border-left: 1.4666666667vw solid #e88d8d;
}

.p-handled .p-handled-pill-price {
  margin: 3.2vw 0 0;
  font-size: 3.2vw;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.p-handled .p-handled-pill-price span {
  margin-right: 1.0666666667vw;
  font-size: 4.2666666667vw;
  letter-spacing: 0.12em;
}

.p-handled .p-handled-bubble {
  position: relative;
  display: inline-block;
  padding: 3.2vw 2.6666666667vw;
  margin: 6.4vw 0 0;
  font-size: 3.4666666667vw;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.12em;
  background-color: #e88d8d;
  border-radius: 10px;
}

.p-handled .p-handled-bubble::after {
  position: absolute;
  bottom: -5px;
  left: 11.2vw;
  content: "";
  border-top: 5px solid #e88d8d;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.p-handled .p-handled-pill-text {
  margin: 5.3333333333vw auto;
  font-size: 4vw;
  line-height: 1.55;
}

.p-handled .p-handled-pill-text-link {
  text-decoration: underline !important;
}

.p-handled .p-handled-attention {
  margin: 0;
  font-size: 3.2vw;
  line-height: 5.8666666667vw;
  color: #77726b;
  letter-spacing: 0.1em;
}

.p-handled .p-handled-attention-wrap {
  margin: 5.3333333333vw 0 0;
}

.p-handled .p-handled-pill-price-img {
  width: 84vw;
  margin: 5.3333333333vw 0 2.6666666667vw;
}

@media screen and (min-width: 767px) {
  .p-handled .p-home-about-lead__btn {
    margin: 20px auto 0;
  }
  .p-handled .p-handled-anchor {
    width: 740px;
    margin: 60px auto 0 auto;
  }
  .p-handled .p-handled-anchor.anchor-col3 {
    margin-left: -136px;
  }
  .p-handled .p-handled-anchor.anchor-col3 .c-btn-item {
    width: 33.333%;
  }
  .p-handled .p-handled-anchor .c-btn-item {
    width: 33.3%;
    padding: 0 9px;
    margin-top: 0;
  }
  .p-handled .p-handled-diff {
    margin-top: 20px;
    font-size: 12px;
  }
  .p-handled .p-handled-diff a:hover {
    opacity: 0.7;
  }
  .p-handled .p-handled-pill-price-img {
    display: block;
    width: 315px;
    margin: 25px auto 0;
  }
  .p-handled .p-handled-heading {
    margin: 0 auto 34px;
    font-size: 32px;
  }
  .p-handled .p-handled-heading__text {
    margin: 30px 0 0;
    line-height: normal;
  }
  .p-handled .p-handled-heading__sup {
    margin-top: 9px;
    font-size: 22px;
  }
  .p-handled .p-handled-title {
    padding-left: 10px;
    margin: 60px 0 0;
    font-size: 18px;
    border-left: 5px solid #e88d8d;
  }
  .p-handled .p-handled-bubble {
    padding: 12px 10px;
    margin: 23px 0 0;
    font-size: 13px;
  }
  .p-handled .p-handled-bubble::after {
    left: 42px;
  }
  .p-handled .p-handled-pill-price {
    margin: 12px 0 0;
    font-size: 12px;
  }
  .p-handled .p-handled-pill-price span {
    margin-right: 4px;
    font-size: 16px;
  }
  .p-handled .p-handled-img {
    width: 126px;
    margin: auto;
  }
  .p-handled .p-handled-lead {
    padding: 1px 0 0 8px;
    font-size: 13px;
  }
  .p-handled .p-handled-lead__title {
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.25;
  }
  .p-handled .p-handled-lead__text {
    margin: 6px 0 0;
    font-size: 12px;
  }
  .p-handled .p-handled-lead__price {
    margin: 8px 0 0;
    font-size: 10px;
  }
  .p-handled .p-handled-lead__price span {
    font-size: 16px;
  }
  .p-handled .p-handled-content-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 13px;
  }
  .p-handled .p-handled-content {
    display: inline-block;
    width: 206px;
    padding: 6px 20px 20px 20px;
    margin: 0;
  }
  .p-handled .p-handled-content:not(:nth-child(4)) {
    margin-right: 25px;
  }
  .p-handled .p-handled-content:nth-child(n+5) {
    margin-top: 25px;
  }
  .p-handled .p-handled-wrap {
    height: 100px;
    margin: 5px 0 0 0;
  }
  .p-handled .p-handled-inner {
    width: 900px;
    margin: auto;
  }
  .p-handled .p-handled-attention-wrap {
    margin: 25px auto 0;
  }
  .p-handled .p-handled-anchor + .p-handled-attention-wrap {
    width: 400px;
  }
  .p-handled .p-handled-pill-text {
    margin: 30px auto 0;
    font-size: 15px;
  }
  .p-handled .p-handled-pill-text-link:hover {
    opacity: 0.8;
  }
  .p-handled .p-handled-attention {
    margin: 4px 0 0;
    font-size: 12px;
    line-height: normal;
  }
  .p-handled .p-handled-attention:nth-of-type(3),
  .p-handled .p-handled-attention:nth-of-type(4),
  .p-handled .p-handled-attention:nth-of-type(6) {
    margin-top: 5px;
  }
}
#main .p-learn .sp {
  display: none !important;
}

.p-learn .p-home-reserve-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73.3333333333vw;
  height: 13.6vw;
  padding: 0;
  margin: 16vw auto -5.3333333333vw;
  background-color: #06c755;
}

.p-learn .p-home-reserve-btn .p-home-reserve-btn__lead-img {
  width: 8vw;
}

.p-learn .p-home-reserve-btn .p-home-reserve-btn__title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.p-learn .p-learn-heading {
  margin-top: -4vw;
  font-size: 7.4666666667vw;
  text-align: center;
}

.p-learn .p-learn-list-item {
  list-style: none;
  box-sizing: border-box;
  margin-top: unset;
  background-color: unset;
  border-top: 1px solid rgba(0, 0, 0, 0.49);
  border-right: unset;
  border-bottom: unset;
  border-left: unset;
}

.p-learn .p-learn-list-item__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 30px 20px 6px;
  margin: 0;
  font: Arial, sans-serif;
  color: #111;
  text-align: left;
  text-decoration: none;
  letter-spacing: 0.08em;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.p-learn .p-learn-list-item__link::after {
  position: absolute;
  top: 47%;
  right: 15px;
  width: 10px;
  height: 10px;
  text-align: center;
  content: "";
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
}

.p-learn .p-learn-heading__text {
  margin: 4vw 0 0;
  line-height: 11.2vw;
  letter-spacing: 0.12em;
}

.p-learn .p-learn-heading__sup {
  margin-top: 1.3333333333vw;
  font-family: adobe-garamond-pro, serif;
  font-size: 4.5333333333vw;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.p-learn .p-learn-contents {
  margin-top: 10.6666666667vw;
  border-radius: 10px;
}

.p-learn .p-learn-contents h1,
.p-learn .p-learn-contents h2 {
  margin-top: 6.1333333333vw;
  margin-bottom: 0;
  font-size: 4.2666666667vw;
  line-height: 7.4666666667vw;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 767px) {
  .p-learn .p-learn-contents h1,
  .p-learn .p-learn-contents h2 {
    margin-top: 48px;
    font-size: 18px;
    line-height: 1.611111111;
  }
}
.p-learn .p-learn-contents p {
  padding-left: 0;
  margin-top: 3.7333333333vw;
  font-size: 3.2vw;
  line-height: 6.9333333333vw;
  color: dimgray;
  list-style: none;
}

@media screen and (min-width: 767px) {
  .p-learn .p-learn-contents p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.866666667;
    letter-spacing: 0.08em;
  }
}
.p-learn .p-learn-contents img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 6.1333333333vw;
}

@media screen and (min-width: 767px) {
  .p-learn .p-learn-contents img {
    width: 315px;
    margin: 23px auto 0;
  }
}
.p-learn .p-learn-contents p + h2,
.p-learn .p-learn-contents p + h1 {
  margin-top: 9.3333333333vw;
}

.p-learn .p-learn-contents + .p-learn-contents {
  margin-top: 8vw;
}

.p-learn .p-learn-contents__title {
  font-size: 4.2666666667vw;
  line-height: 7.4666666667vw;
  color: #e88d8d;
  text-align: center;
  letter-spacing: 0.12em;
}

.p-learn .p-learn-contents__lead {
  margin-top: 6.1333333333vw;
  margin-bottom: 0;
  font-size: 4.2666666667vw;
  line-height: 7.4666666667vw;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 767px) {
  .p-learn .p-learn-contents__lead {
    margin-top: 48px;
    font-size: 18px;
    line-height: 1.611111111;
  }
}
.p-learn .p-learn-contents__text {
  padding-left: 0;
  margin-top: 3.7333333333vw;
  font-size: 3.2vw;
  line-height: 6.9333333333vw;
  color: dimgray;
  list-style: none;
}

@media screen and (min-width: 767px) {
  .p-learn .p-learn-contents__text {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.866666667;
    letter-spacing: 0.08em;
  }
}
.p-learn .p-learn-contents__title + .p-learn-contents__text {
  margin-top: 8vw;
}

.p-learn .p-learn-contents__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 6.1333333333vw;
}

@media screen and (min-width: 767px) {
  .p-learn .p-learn-contents__img {
    width: 315px;
    margin: 23px auto 0;
  }
}
.p-learn .p-learn-list {
  margin: 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.49);
  padding-left: 0;
  margin-top: 14.6666666667vw;
}

.p-learn .p-learn-eyecache {
  margin-top: 55px;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
}

.p-learn .p-learn-eyecache__image {
  width: 100%;
  height: auto;
}

.p-learn-line {
  width: 275px;
  margin: 12vw;
  margin-right: auto;
  margin-bottom: -4vw;
  margin-left: auto;
}

.p-learn-line img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 767px) {
  #main .p-learn .sp {
    display: flex !important;
  }
  .p-learn .p-home-reserve-btn {
    width: 275px;
    height: 50px;
    margin: 80px auto -40px;
  }
  .p-learn .p-home-reserve-btn .p-home-reserve-btn__lead-img {
    width: 30px;
  }
  .p-learn .p-home-reserve-btn .p-home-reserve-btn__title {
    font-size: 16px;
  }
  .p-learn .p-learn-heading {
    margin: 0 auto -14px;
    font-size: 26px;
  }
  .p-learn .p-learn-heading__text {
    margin: 10px 0 0;
    line-height: 1.846153846;
  }
  .p-learn .p-learn-inner {
    width: 480px;
    margin: auto;
  }
  .p-learn .p-learn-contents {
    margin-top: 50px;
  }
  .p-learn .p-learn-contents p + h2,
  .p-learn .p-learn-contents p + h1 {
    margin-top: 55px;
  }
  .p-learn .p-learn-contents__img + .p-learn-contents__lead {
    margin-top: 54px;
  }
  .p-learn .p-learn-list {
    margin-top: 70px;
  }
  .p-learn .p-learn-list-item__link {
    font-size: 15px;
  }
  .p-learn .p-learn-list-item__link:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .p-learn .p-learn-heading__sup {
    margin-top: 0;
    font-size: 17px;
  }
  .p-learn .p-learn-eyecache {
    width: 315px;
    margin-right: auto;
    margin-left: auto;
  }
  section.p-learn.learn-index .p-learn-heading {
    font-size: 26px;
  }
  .p-learn-line {
    margin-top: 72px;
    margin-bottom: -32px;
  }
  .p-learn-line a {
    transition: 0.3s opacity ease-in-out;
  }
  .p-learn-line a:hover {
    opacity: 0.8;
  }
}
.p-freeformat p {
  font-size: 4vw;
  line-height: 6.9333333333vw;
  letter-spacing: 0.08em;
}

.p-freeformat a[target=_blank] {
  text-decoration: underline !important;
}

.p-freeformat a[target=_blank]:hover {
  opacity: 0.7;
}

.p-freeformat h2,
.p-freeformat h3 {
  font-size: 4.8vw;
  line-height: 7.7333333333vw;
  letter-spacing: 0.12em;
  font-family: "A+EqpB-游ゴシック体 Pr6N B", "Yu Gothic", "游ゴシック体", sans-serif;
  font-style: normal;
}

.p-freeformat .p-freeformat-intro {
  margin: 15.2vw 0 0;
}

.p-freeformat .p-freeformat-intro h3 {
  margin: 7.7333333333vw 0 0;
}

.p-freeformat .p-freeformat-intro p {
  margin: 1.6vw 0 0;
}

.p-freeformat .p-freeformat-intro a {
  text-decoration: underline !important;
}

@media screen and (min-width: 767px) {
  .p-freeformat .p-freeformat-intro a:hover {
    text-decoration: none !important;
  }
}
.p-freeformat .p-freeformat-detail {
  margin: 20vw 0 0;
}

.p-freeformat .p-freeformat-detail h2 {
  margin-top: 13.3333333333vw;
}

.p-freeformat .p-freeformat-detail p {
  margin-top: 5.3333333333vw;
}

.p-freeformat .p-freeformat-detail ol {
  padding-left: 4.8vw;
}

@media screen and (min-width: 767px) {
  .p-freeformat p {
    font-size: 15px;
    line-height: 1.733333333;
  }
  .p-freeformat h2,
  .p-freeformat h3 {
    font-size: 18px;
    line-height: 1.611111111;
  }
  .p-freeformat .p-freeformat-intro {
    margin: 54px 0 0;
  }
  .p-freeformat .p-freeformat-intro h3 {
    margin: 28px 0 0;
  }
  .p-freeformat .p-freeformat-intro p {
    margin: 6px 0 0;
  }
  .p-freeformat .p-freeformat-detail {
    margin: 78px 0 0;
  }
  .p-freeformat .p-freeformat-detail h2 {
    margin: 50px 0 0;
  }
  .p-freeformat .p-freeformat-detail p {
    margin: 20px 0 0;
  }
  .p-freeformat .p-freeformat-detail ol {
    padding-left: 18px;
  }
}
.p-faq .c-btn-wrapper-col2 {
  margin-top: 0.8vw !important;
}

.p-faq .accordion-container {
  margin-top: 4.5333333333vw !important;
}

.p-faq .p-faq-title {
  margin: 0 0 -8.8vw;
  font-size: 22px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.12em;
}

.p-faq .p-faq-caption {
  margin: 0;
  font-size: 18px;
  line-height: 1.611111111;
  text-align: center;
  letter-spacing: 0.12em;
}

.p-faq .p-faq-anchor {
  margin-top: 10.1333333333vw;
}

.p-faq .p-faq-anchor .p-faq-caption {
  margin-top: 6.1333333333vw;
}

.p-faq .p-faq-anchor .c-btn-item {
  margin-top: 4.2666666667vw;
}

.p-faq .p-faq-list {
  margin-top: 20.8vw;
}

.p-faq .p-faq-list .p-faq-caption {
  margin-top: 14.6666666667vw;
}

.p-faq .p-faq-list .ac-trigger {
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif !important;
  font-size: 15px !important;
  line-height: 2 !important;
}

.p-faq .p-faq-list .ac-text {
  font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif !important;
  font-size: 12px !important;
  line-height: 2 !important;
}

.p-faq .p-faq-list .ac-text a {
  text-decoration: underline !important;
}

@media screen and (min-width: 767px) {
  .p-faq .p-faq-list .ac-text a:hover {
    text-decoration: none !important;
  }
}
@media screen and (min-width: 767px) {
  .p-faq .accordion-container {
    margin-top: 30px !important;
  }
  .p-faq .c-btn-wrapper-col2 {
    margin-top: 3px !important;
  }
  .p-faq .p-faq-title {
    margin: 0 0 -20px;
    font-size: 22px;
    line-height: 2.090909091;
  }
  .p-faq .p-faq-caption {
    font-size: 18px;
    line-height: 1.611111111;
  }
  .p-faq .p-faq-anchor {
    margin-top: 50px;
  }
  .p-faq .p-faq-anchor .p-faq-caption {
    margin-top: 24px;
  }
  .p-faq .p-faq-anchor .c-btn-item {
    margin-top: 15px;
  }
  .p-faq .p-faq-list {
    margin-top: 50px;
  }
  .p-faq .p-faq-list .p-faq-caption {
    margin-top: 50px;
  }
}
