/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  margin: 0;
  padding: 0;
}

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

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

a,
button {
  cursor: revert;
  text-decoration: none;
}

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

img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", serif;
  color: #444444;
  overflow-x: hidden;
}

a {
  color: inherit;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

.u-min {
  font-family: "Noto Serif JP", serif;
}

.u-en {
  font-family: "Jost", serif;
}

.l-inner {
  margin: 0 auto;
}

.c-ttl {
  text-align: center;
}
.c-ttl .u-en {
  color: #A38B76;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-ttl .u-en {
    font-size: 60px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .c-ttl .u-en {
    font-size: 4.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl .u-en {
    font-size: calc(80 / 750 * 100vw);
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
.c-ttl .u-min {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-ttl .u-min {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .c-ttl .u-min {
    font-size: 2.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl .u-min {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .c-ttl .u-min {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .c-ttl .u-min {
    margin-top: 0.7142857143vw;
  }
}

.c-btn {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #38BA00;
  overflow: hidden;
  box-shadow: 0px 5px 10px rgba(56, 186, 0, 0.5);
  background: linear-gradient(-45deg, #38BA00 50%, #43de00 60%, #38BA00 70%);
  background-size: 600% 100%;
  animation: shine 20s infinite;
  animation-delay: 0s;
  animation-timing-function: linear;
}
@media screen and (min-width: 768px) {
  .c-btn {
    width: 320px;
    height: 60px;
    border-radius: 8px;
    column-gap: 16px;
    padding-left: 65px;
  }
  .c-btn:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .c-btn {
    width: 22.8571428571vw;
    height: 4.2857142857vw;
    border-radius: 0.5714285714vw;
    column-gap: 1.1428571429vw;
    padding-left: 4.6428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 66.6666666667vw;
    height: 12.5333333333vw;
    border-radius: 1.6vw;
    column-gap: 3.2vw;
    padding-left: 11.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-btn .icon {
    width: 19px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .c-btn .icon {
    width: 1.3571428571vw;
    margin-top: 0.2142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn .icon {
    width: 5.3333333333vw;
  }
}
.c-btn .txt {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-btn .txt {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .c-btn .txt {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn .txt {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .c-btn .txt {
    padding-bottom: 0.6666666667vw;
  }
}
.c-btn::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-arrow-wh.png);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-btn::after {
    width: 6px;
    height: 12px;
    right: 76px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .c-btn::after {
    width: 0.4285714286vw;
    height: 0.8571428571vw;
    right: 5.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    width: 1.6vw;
    height: 3.2vw;
    right: 9.0666666667vw;
  }
}

@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
.l-header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10000001;
  width: 100vw;
  top: 0;
  transition: all 0.3s;
}
.l-header.is-scrolled {
  background-color: #FFFCF8;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 100px;
    padding: 0 40px 0 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header {
    height: 7.1428571429vw;
    padding: 0 2.8571428571vw 0 4.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 16vw;
    padding: 0 6vw;
  }
}
.l-header__inner {
  display: flex;
  margin: 0 auto;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.l-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1000001;
}
@media screen and (min-width: 768px) {
  .l-header__logo img {
    width: 72.26px;
    height: 71.1px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__logo img {
    width: 5.1614285714vw;
    height: 5.0785714286vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    width: 11.5613333333vw;
    height: 11.376vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__navwrap {
    background-color: #FFFCF8;
    position: fixed;
    z-index: 100001;
    right: -120%;
    top: 0;
    padding: 29.3333333333vw 0;
    transition: all 0.6s;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header__navwrap.is-panelactive {
    right: 0;
  }
}
.l-header__nav {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.l-header__nav-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list {
    column-gap: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__nav-list {
    column-gap: 2.8571428571vw;
    margin-right: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-list {
    width: 100%;
    flex-direction: column;
    align-items: center;
    row-gap: 5.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header__nav-list a {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__nav-list a {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-list a {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-header__nav-line {
  display: flex;
  align-items: center;
  background-color: #38BA00;
  position: relative;
  box-shadow: 0px 5px 10px rgba(56, 186, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .l-header__nav-line {
    padding-left: 37.5px;
    width: 260px;
    height: 60px;
    border-radius: 10px;
    column-gap: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__nav-line {
    padding-left: 2.6785714286vw;
    width: 18.5714285714vw;
    height: 4.2857142857vw;
    border-radius: 0.7142857143vw;
    column-gap: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-line {
    width: 66.6666666667vw;
    height: 12.5333333333vw;
    border-radius: 2.6666666667vw;
    column-gap: 3.2vw;
    padding-left: 11.4666666667vw;
  }
}
.l-header__nav-line::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-arrow-wh.png);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-header__nav-line::after {
    width: 6px;
    height: 12px;
    right: 43px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__nav-line::after {
    width: 0.4285714286vw;
    height: 0.8571428571vw;
    right: 3.0714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-line::after {
    width: 1.6vw;
    height: 3.2vw;
    right: 9.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header__nav-line .icon {
    width: 19px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__nav-line .icon {
    width: 1.3571428571vw;
    margin-top: 0.2142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-line .icon {
    width: 5.3333333333vw;
  }
}
.l-header__nav-line .txt {
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .l-header__nav-line .txt {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-header__nav-line .txt {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-line .txt {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-line .txt {
    padding-bottom: 0.6666666667vw;
  }
}
.l-header__openbtn {
  position: relative;
  width: 7.2vw;
  height: 5.6vw;
  z-index: 1000001;
}
.l-header__openbtn span {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0.8vw;
  background-color: #A38B76;
  transition: all 0.6s;
}
.l-header__openbtn span:first-of-type {
  top: 0;
}
.l-header__openbtn span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header__openbtn span:last-of-type {
  bottom: 0;
}
.l-header__openbtn.is-active span:first-of-type {
  transform: rotate(-45deg);
  top: 1.6vw;
}
.l-header__openbtn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__openbtn.is-active span:last-of-type {
  bottom: auto;
  top: 1.6vw;
  transform: rotate(45deg);
}

.l-footer__bg {
  background-color: #D5C8BC;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__bg {
    padding: 45px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-footer__bg {
    padding: 3.2142857143vw 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__bg {
    padding: 8vw 0 4vw;
  }
}
.l-footer__logo {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-footer__logo {
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__logo img {
    width: 77.82px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-footer__logo img {
    width: 5.5585714286vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo img {
    width: 10.376vw;
  }
}
.l-footer__copy {
  display: block;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-footer__copy {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: calc(14 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}

.p-kv {
  position: relative;
}
.p-kv__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-kv__img {
    height: 100vh;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-kv__img {
    max-height: 100vh;
    height: 77.1428571429vw;
  }
}
.p-kv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-kv__img img {
    object-position: bottom center;
  }
}
.p-kv__text {
  position: absolute;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-kv__text {
    top: 100px;
    left: calc((100vw - 1240px) / 2);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-kv__text {
    top: 7.1428571429vw;
    left: 4.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__text {
    top: 22vw;
    left: 11.2vw;
    display: flex;
    flex-direction: column;
  }
}
.p-kv__text-award {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-kv__text-award {
    column-gap: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-kv__text-award {
    column-gap: 1.4285714286vw;
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__text-award {
    column-gap: 2.6666666667vw;
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__text-award img {
    width: 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-kv__text-award img {
    width: 8.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__text-award img {
    width: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__text-ttl {
    font-size: 50px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-kv__text-ttl {
    font-size: 3.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__text-ttl {
    font-size: calc(82 / 750 * 100vw);
    line-height: 1.4634146341;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__text-ttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-kv__text-ttl {
    margin-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__text-ttl {
    order: 0;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__text-txt {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-kv__text-txt {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__text-txt {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5625;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__text-txt {
    order: 1;
    margin-bottom: 4.5333333333vw;
  }
}
.p-kv__box {
  background-color: #F48585;
}
@media screen and (min-width: 768px) {
  .p-kv__box {
    position: absolute;
    z-index: 15;
    top: 410px;
    left: calc((100vw - 1240px) / 2);
    border-radius: 20px;
    width: 597px;
    padding: 32px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-kv__box {
    left: 4.2857142857vw;
    top: 29.2857142857vw;
    border-radius: 1.4285714286vw;
    width: 42.6428571429vw;
    padding: 2.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__box {
    padding: 10.6666666667vw 6vw;
  }
}
.p-kv__box-ttl {
  color: #FCEC4B;
  text-align: center;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-kv__box-ttl {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-kv__box-ttl {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__box-ttl {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__box-ttl {
    margin-bottom: 24px;
    padding: 0 30px 1px;
    border-bottom: 2px solid #FCEB4B;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-kv__box-ttl {
    margin-bottom: 1.7142857143vw;
    padding: 0 2.1428571429vw 0.0714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__box-ttl {
    padding-bottom: 1.0666666667vw;
    margin-bottom: 6.6666666667vw;
    border-bottom: 0.2666666667vw solid #FCEB4B;
  }
}
.p-kv__box-detail {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-kv__box-detail {
    overflow: hidden;
    padding-left: 159px;
    padding-bottom: 15px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-kv__box-detail {
    padding-left: 11.3571428571vw;
    margin-bottom: 1.1428571429vw;
    padding-bottom: 1.0714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__box-detail {
    padding: 4.2666666667vw 0 5.3333333333vw;
    text-align: center;
    margin-bottom: 8vw;
    border-radius: 2.6666666667vw;
  }
}
.p-kv__box-detail .bnr {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-kv__box-detail .bnr {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-kv__box-detail .bnr {
    font-size: 0.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__box-detail .bnr {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__box-detail .bnr {
    display: inline-block;
    background: linear-gradient(to right, #b7954a 0%, #c9af72 41.5%, #cbb278 47.18%, #d9c697 79.31%, #b7954a 100%);
    margin: 10px 0 8px;
    border-radius: 10px;
    padding: 2px 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-kv__box-detail .bnr {
    margin: 0.7142857143vw 0 0.5714285714vw;
    border-radius: 0.7142857143vw;
    padding: 0.1428571429vw 0.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__box-detail .bnr {
    position: relative;
    z-index: 1;
    margin-bottom: 4.8vw;
  }
  .p-kv__box-detail .bnr::after {
    position: absolute;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/lp/bg-cta-ttl-sp.png);
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 66.6666666667vw;
    height: 8.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__box-detail img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__box-detail img {
    display: block;
    margin: 0 auto 5.3333333333vw;
    width: 56vw;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__box-detail .txt {
    font-size: 18px;
    line-height: 1.6111111111;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-kv__box-detail .txt {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__box-detail .txt {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__box-detail .txt + .txt {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__box .p-cta__box-price {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__box .p-cta__box-price {
    margin-bottom: 5.3333333333vw;
  }
}
.p-kv__box .p-cta__box-price .before {
  color: #fff;
}
.p-kv__box .p-cta__box-price .before::after {
  background-color: #fff;
}
.p-kv__box .p-cta__box-price .after {
  color: #fff;
}
.p-kv__box .p-cta__box-price .after-off {
  background-color: #fff;
  color: #F48585;
}
.p-kv__box .c-btn {
  margin: 0 auto;
  font-family: "Noto Sans JP", serif;
}

.p-about {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-about::before {
    position: absolute;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    background-image: url(../img/lp/bg-about-before.png);
    width: 100%;
    height: 200px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-about::before {
    height: 14.2857142857vw;
  }
}
.p-about__bg {
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-about__bg {
    background-image: url(../img/lp/bg-about.jpg);
    padding: 100px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-about__bg {
    padding: 7.1428571429vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about__bg {
    background-image: url(../img/lp/bg-about-sp.jpg);
    padding: 10.6666666667vw 0 20vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about .c-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-about .c-ttl {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-about .c-ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.p-about__subttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__subttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-about__subttl {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-about__subttl {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about__subttl .sentence {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-about__subttl .sentence {
    column-gap: 1.1428571429vw;
    margin-bottom: 1.4285714286vw;
  }
}
.p-about__subttl .main {
  display: inline-block;
  background-color: #fff;
  color: #A38B76;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .p-about__subttl .main {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-about__subttl .main {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-about__subttl .main {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-about__subttl .main {
    padding: 7px 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-about__subttl .main {
    padding: 0.5vw 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-about__subttl .main {
    padding: 0.9333333333vw 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about__subttl .multiply {
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-about__subttl .multiply {
    font-size: 3.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-about__subttl .multiply {
    font-size: calc(50 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-about__subttl .multiply {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-about__subttl .txt {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-about__subttl .txt {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-about__subttl .txt {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-about__subttl .txt {
    display: block;
    margin-top: 2.6666666667vw;
  }
}
.p-about__text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-about__text {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-about__text {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.625;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-about__text {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-about__text {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-about__text {
    margin-bottom: 8vw;
  }
}
.p-about__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about__img img {
    width: 353px;
    border-radius: 10px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-about__img img {
    width: 25.2142857143vw;
    border-radius: 0.7142857143vw;
    margin-right: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-about__img img {
    width: 64.6666666667vw;
    border-radius: 1.3333333333vw;
    margin: 0 1.3333333333vw;
  }
}
.p-about__img .slick-dots {
  display: flex;
  justify-content: center;
  column-gap: 4.2666666667vw;
  position: absolute;
  left: 50%;
  bottom: -5.3333333333vw;
  transform: translate(-50%, 100%);
}
.p-about__img .slick-dots li {
  display: flex;
}
.p-about__img .slick-dots li.slick-active button {
  background-color: #A38B76;
}
.p-about__img .slick-dots li button {
  background-color: #CCCCCC;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border: none;
  box-shadow: none;
  font-size: 0;
  padding: 0;
  border-radius: 50%;
}

.p-worries__top {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-worries__top::before {
    position: absolute;
    content: "";
    display: block;
    z-index: 7;
    width: 100vw;
    height: 7.7333333333vw;
    left: 0;
    right: 0;
    top: 40.6666666667vw;
    background: linear-gradient(rgba(163, 139, 118, 0) 0%, #a38b76 100%);
  }
}
.p-worries__top-bg {
  position: relative;
  background-color: #A38B76;
}
@media screen and (min-width: 768px) {
  .p-worries__top-bg {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-worries__top-bg {
    padding: 7.1428571429vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-worries__top-bg {
    padding: 10.6666666667vw 0;
  }
}
.p-worries__top-bg::before, .p-worries__top-bg::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
}
.p-worries__top-bg::before {
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-worries__top-bg::before {
    background-image: url(../img/lp/bg-worries-top.png);
  }
}
@media screen and (max-width: 767px) {
  .p-worries__top-bg::before {
    background-image: url(../img/lp/bg-worries-top-sp.png);
  }
}
.p-worries__top-bg::after {
  z-index: 3;
  background-size: contain;
  background-image: url(../img/lp/im-worries01.png);
}
@media screen and (min-width: 768px) {
  .p-worries__top-bg::after {
    width: 861px;
    height: 765px;
    bottom: 0;
    left: 148px;
  }
}
@media (max-width: 1920px) and (min-width: 767px) {
  .p-worries__top-bg::after {
    left: 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-worries__top-bg::after {
    width: 61.5vw;
    height: 54.6428571429vw;
    left: -7.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-worries__top-bg::after {
    width: 54.5333333333vw;
    height: 48.4vw;
    top: 0;
    right: -9.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-worries__top-inner {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-worries__top-inner {
    max-width: 78.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-worries__top-inner {
    max-width: 88vw;
  }
}
.p-worries__top-text {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-worries__top-text {
    width: 865px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-worries__top-text {
    width: 61.7857142857vw;
  }
}
.p-worries__top-text .ttl {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-worries__top-text .ttl {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-worries__top-text .ttl {
    margin-bottom: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-worries__top-text .ttl {
    margin-bottom: 5.0666666667vw;
  }
}
.p-worries__top-text .ttl-sub {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-worries__top-text .ttl-sub {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-worries__top-text .ttl-sub {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-worries__top-text .ttl-sub {
    font-size: calc(34 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.p-worries__top-text .ttl-main {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-worries__top-text .ttl-main {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-worries__top-text .ttl-main {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-worries__top-text .ttl-main {
    font-size: calc(64 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.p-worries__top-text .box {
  background-color: #e6e6e6;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .p-worries__top-text .box {
    border-radius: 20px;
    padding: 60px 80px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-worries__top-text .box {
    border-radius: 1.4285714286vw;
    padding: 4.2857142857vw 5.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-worries__top-text .box {
    padding: 5.3333333333vw 0 5.3333333333vw 9.8666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.p-worries__top-text .box-list li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-worries__top-text .box-list li {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-worries__top-text .box-list li {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-worries__top-text .box-list li {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-worries__top-text .box-list li {
    padding-left: 45px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-worries__top-text .box-list li {
    padding-left: 3.2142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-worries__top-text .box-list li {
    padding-left: 7.0666666667vw;
  }
}
.p-worries__top-text .box-list li::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-check.png);
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-worries__top-text .box-list li::before {
    width: 29px;
    height: 29px;
    top: 2px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-worries__top-text .box-list li::before {
    width: 2.0714285714vw;
    height: 2.0714285714vw;
    top: 0.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-worries__top-text .box-list li::before {
    width: 3.8666666667vw;
    height: 3.8666666667vw;
    top: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-worries__top-text .box-list li + li {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-worries__top-text .box-list li + li {
    margin-top: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-worries__top-text .box-list li + li {
    margin-top: 4.2666666667vw;
  }
}
.p-worries__bottom {
  position: relative;
}
.p-worries__bottom-ttl {
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-worries__bottom-ttl {
    font-size: 48px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-worries__bottom-ttl {
    font-size: 3.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-worries__bottom-ttl {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-worries__bottom-ttl {
    top: 90px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-worries__bottom-ttl {
    top: 6.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-worries__bottom-ttl {
    width: 100%;
    top: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-worries__bottom-ttl::before, .p-worries__bottom-ttl::after {
    position: absolute;
    content: "";
    display: block;
    background-color: #A38B76;
    width: 2px;
    height: 70px;
    bottom: 10px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-worries__bottom-ttl::before, .p-worries__bottom-ttl::after {
    height: 5vw;
    bottom: 0.7142857143vw;
  }
}
@media screen and (min-width: 768px) {
  .p-worries__bottom-ttl::before {
    left: -60px;
    transform: translateX(-100%) rotate(-40deg);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-worries__bottom-ttl::before {
    left: -4.2857142857vw;
  }
}
@media screen and (min-width: 768px) {
  .p-worries__bottom-ttl::after {
    right: -60px;
    transform: translateX(100%) rotate(40deg);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-worries__bottom-ttl::after {
    right: -4.2857142857vw;
  }
}
.p-worries__bottom-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-worries__bottom-img img {
  width: 100%;
}

.p-reason {
  position: relative;
  margin-top: -1px;
}
.p-reason__bg {
  background-color: #FFFCF7;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-reason__bg {
    background-image: url(../img/lp/bg-reason.png);
    padding: 100px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__bg {
    padding: 7.1428571429vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__bg {
    background-image: url(../img/lp/bg-reason-sp.png);
    padding: 13.3333333333vw 0 15.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__inner {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__inner {
    max-width: 88.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__inner {
    max-width: 88vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason .c-ttl {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason .c-ttl {
    margin-bottom: 7.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason .c-ttl {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__list {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__list {
    max-width: 78.5714285714vw;
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__list {
    margin-bottom: 8vw;
  }
}
.p-reason__list-item {
  display: flex;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(163, 139, 118, 0.3);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-reason__list-item {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__list-item {
    border-radius: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__list-item {
    flex-direction: column-reverse;
    border-radius: 2.6666666667vw;
    padding: 8vw 5.3333333333vw;
    row-gap: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__list-item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__list-item:not(:last-of-type) {
    margin-bottom: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__list-item:not(:last-of-type) {
    margin-bottom: 8vw;
  }
}
.p-reason__list-item .img {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-reason__list-item .img {
    width: 420px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__list-item .img {
    width: 30vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__list-item .img {
    width: 77.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__list-item .img img {
    border-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__list-item .text {
    flex: 1;
    padding: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__list-item .text {
    padding: 4.2857142857vw;
  }
}
.p-reason__list-item .text .ttl-en {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-reason__list-item .text .ttl-en {
    width: 65px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__list-item .text .ttl-en {
    width: 4.6428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__list-item .text .ttl-en {
    width: 9.0666666667vw;
  }
}
.p-reason__list-item .text .ttl {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-reason__list-item .text .ttl {
    column-gap: 20px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__list-item .text .ttl {
    column-gap: 1.4285714286vw;
    margin-bottom: 1.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__list-item .text .ttl {
    column-gap: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-reason__list-item .text .ttl-num {
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-reason__list-item .text .ttl-num {
    height: 77px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__list-item .text .ttl-num {
    height: 5.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__list-item .text .ttl-num {
    height: 10.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__list-item .text .ttl-txt {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__list-item .text .ttl-txt {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__list-item .text .ttl-txt {
    font-size: calc(44 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__list-item .text .ttl-txt {
    color: #A38B76;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__list-item .text .txt {
    font-size: 18px;
    line-height: 1.8888888889;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__list-item .text .txt {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__list-item .text .txt {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
.p-reason__box {
  background: linear-gradient(to top, #f5b297 0%, #ee9487 36.95%, #ea817d 100%);
}
@media screen and (min-width: 768px) {
  .p-reason__box {
    padding: 60px 100px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box {
    padding: 4.2857142857vw 7.1428571429vw;
    border-radius: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box {
    padding: 10.4vw 4vw 5.6vw;
    border-radius: 2.6666666667vw;
  }
}
.p-reason__box-ttl {
  text-align: center;
  color: #fffcf7;
  text-shadow: 0px 3px 30px #a54a4a;
}
@media screen and (min-width: 768px) {
  .p-reason__box-ttl {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-ttl {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-ttl {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.25;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__box-ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-ttl {
    margin-bottom: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.p-reason__box-benefits {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-reason__box-benefits {
    justify-content: center;
    column-gap: 20px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-benefits {
    column-gap: 1.4285714286vw;
    margin-bottom: 5.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-benefits {
    flex-direction: column;
    row-gap: 5.3333333333vw;
    align-items: center;
    margin-bottom: 17.8666666667vw;
  }
}
.p-reason__box-benefits .item {
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason__box-benefits .item {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    width: 400px;
    padding: 40px 0 32px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-benefits .item {
    border-radius: 1.4285714286vw;
    width: 28.5714285714vw;
    padding: 2.8571428571vw 0 2.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-benefits .item {
    width: 80vw;
    border-radius: 2.6666666667vw;
    padding: 3.8666666667vw 0 4.2666666667vw;
  }
}
.p-reason__box-benefits .item-ttl {
  position: relative;
  z-index: 1;
  color: #FFFCF7;
}
@media screen and (min-width: 768px) {
  .p-reason__box-benefits .item-ttl {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-benefits .item-ttl {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-benefits .item-ttl {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.p-reason__box-benefits .item-ttl::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-reason__box-benefits .item-ttl::before {
    background-image: url(../img/lp/im-benefits-ribbon01.png);
    width: 350px;
    height: 50px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-benefits .item-ttl::before {
    width: 25vw;
    height: 3.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-benefits .item-ttl::before {
    background-image: url(../img/lp/im-benefits-ribbon01-sp.png);
    width: 60vw;
    height: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__box-benefits .item-main {
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__box-benefits .item-main.-mt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-benefits .item-main.-mt {
    margin-top: 2.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-benefits .item-main.-mt {
    margin: 3.2vw 0 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-benefits .item-main.-mt .item-main-price {
    font-size: calc(60 / 750 * 100vw);
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.p-reason__box-benefits .item-main-price {
  color: #B8954B;
}
@media screen and (min-width: 768px) {
  .p-reason__box-benefits .item-main-price {
    font-size: 50px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-benefits .item-main-price {
    font-size: 3.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-benefits .item-main-price {
    font-size: calc(70 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__box-benefits .item-main-price .price {
    font-size: 60px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-benefits .item-main-price .price {
    font-size: 4.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-benefits .item-main-price .price {
    font-size: calc(80 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__box-benefits .item-main-txt {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-benefits .item-main-txt {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-benefits .item-main-txt {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__box-benefits .item-main-txt {
    margin-top: 23px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-benefits .item-main-txt {
    margin-top: 1.6428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-benefits .item-main-txt {
    margin-top: 3.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__box-benefits .item-note {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-benefits .item-note {
    font-size: 0.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-benefits .item-note {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__box-benefits .item-note {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-benefits .item-note {
    margin-top: 0.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-benefits .item-note {
    margin-top: 2.1333333333vw;
  }
}
.p-reason__box-subttl {
  color: #fffcf7;
  text-shadow: 0px 3px 30px #a54a4a;
  position: relative;
  width: max-content;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-reason__box-subttl {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-subttl {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-subttl {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__box-subttl {
    margin-bottom: 60px;
    padding-right: 89px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-subttl {
    margin-bottom: 4.2857142857vw;
    padding-right: 6.3571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-subttl {
    text-align: center;
    margin-bottom: 2.6666666667vw;
  }
}
.p-reason__box-subttl::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/lp/im-add.png);
}
@media screen and (min-width: 768px) {
  .p-reason__box-subttl::before {
    top: 50%;
    transform: translate(-100%, -50%);
    width: 100px;
    height: 100px;
    left: -8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-subttl::before {
    width: 7.1428571429vw;
    height: 7.1428571429vw;
    left: -0.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-subttl::before {
    top: -13.2vw;
    left: -15.3333333333vw;
    width: 21.7333333333vw;
    height: 21.7333333333vw;
  }
}
.p-reason__box-worries {
  background-color: #EAEFF5;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-reason__box-worries {
    border-radius: 20px;
    border: 2px solid #7689A3;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-worries {
    border-radius: 1.4285714286vw;
    margin-bottom: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-worries {
    border-radius: 2.6666666667vw;
    margin-bottom: 9.6vw;
  }
}
.p-reason__box-worries::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/lp/im-benefits.png);
  top: 0;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-reason__box-worries::before {
    transform: translateY(-100.6%);
    left: 30px;
    width: 279px;
    height: 272px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-worries::before {
    left: 2.1428571429vw;
    width: 19.9285714286vw;
    height: 19.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-worries::before {
    transform: translateY(-100%);
    width: 37.2vw;
    height: 36.2666666667vw;
    left: 2.1333333333vw;
  }
}
.p-reason__box-worries .ttl {
  background-color: #7689A3;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason__box-worries .ttl {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-worries .ttl {
    font-size: 2.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-worries .ttl {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__box-worries .ttl {
    padding: 16px;
    border-radius: 12px 12px 0 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-worries .ttl {
    padding: 1.1428571429vw;
    border-radius: 0.8571428571vw 0.8571428571vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-worries .ttl {
    padding: 2.1333333333vw;
    border-radius: 1.6vw 1.6vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__box-worries .list {
    padding: 40px 45px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-worries .list {
    padding: 2.8571428571vw 3.2142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-worries .list {
    padding: 5.3333333333vw 6.6666666667vw 6.4vw;
  }
}
.p-reason__box-worries .list li {
  color: #7689A3;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-reason__box-worries .list li {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-worries .list li {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-worries .list li {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__box-worries .list li {
    padding-left: 49px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-worries .list li {
    padding-left: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-worries .list li {
    padding-left: 6.5333333333vw;
  }
}
.p-reason__box-worries .list li::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #939393;
}
@media screen and (min-width: 768px) {
  .p-reason__box-worries .list li::before {
    width: 29px;
    height: 25px;
    top: 43%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-worries .list li::before {
    width: 2.0714285714vw;
    height: 1.7857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-worries .list li::before {
    width: 3.8666666667vw;
    height: 3.3333333333vw;
    top: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__box-worries .list li:not(:last-of-type) {
    border-bottom: 2px dashed #6F76B1;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-worries .list li:not(:last-of-type) {
    margin-bottom: 1.1428571429vw;
    padding-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-worries .list li:not(:last-of-type) {
    border-bottom: 0.2666666667vw dashed #6F76B1;
    margin-bottom: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.p-reason__box-point {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason__box-point {
    background-image: url(../img/lp/bg-point.png);
    max-width: 870px;
    padding: 40px 0 32px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-point {
    max-width: 62.1428571429vw;
    padding: 2.8571428571vw 0 2.2857142857vw;
    border-radius: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-point {
    background-image: url(../img/lp/bg-point-sp.png);
    padding: 5.2vw 0 4.2666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.p-reason__box-point .ttl {
  position: relative;
  z-index: 1;
  color: #FFFCF7;
}
@media screen and (min-width: 768px) {
  .p-reason__box-point .ttl {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-point .ttl {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-point .ttl {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__box-point .ttl {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-point .ttl {
    margin-bottom: 1.6428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-point .ttl {
    margin-bottom: 3.0666666667vw;
  }
}
.p-reason__box-point .ttl::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-reason__box-point .ttl::before {
    background-image: url(../img/lp/im-benefits-ribbon01.png);
    width: 350px;
    height: 50px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-point .ttl::before {
    width: 25vw;
    height: 3.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-point .ttl::before {
    background-image: url(../img/lp/im-benefits-ribbon02-sp.png);
    width: 70.6666666667vw;
    height: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__box-point .txt {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-point .txt {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-point .txt {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__box-point .txt {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-point .txt {
    margin-bottom: 1.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-point .txt {
    margin-bottom: 2.1333333333vw;
  }
}
.p-reason__box-point .main {
  color: #B8954B;
}
@media screen and (min-width: 768px) {
  .p-reason__box-point .main {
    font-size: 50px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-point .main {
    font-size: 3.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-point .main {
    font-size: calc(64 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__box-point .main {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-point .main {
    margin-bottom: 0.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-point .main {
    margin-bottom: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__box-point .note {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-reason__box-point .note {
    font-size: 0.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__box-point .note {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}

.p-cta__bg {
  background-color: #F48585;
}
@media screen and (min-width: 768px) {
  .p-cta__bg {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__bg {
    padding: 7.1428571429vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__bg {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__inner {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__inner {
    max-width: 71.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__inner {
    max-width: 88vw;
  }
}
.p-cta__ttl {
  color: #FCEC4B;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-cta__ttl {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__ttl {
    font-size: 3.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__ttl {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__ttl {
    border-bottom: 2px solid #FCEB4B;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__ttl {
    margin-bottom: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__ttl {
    text-align: center;
    border-bottom: 1px solid #FCEB4B;
    margin-bottom: 5.3333333333vw;
  }
}
.p-cta__box {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-cta__box {
    border-radius: 20px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__box {
    border-radius: 1.4285714286vw;
    padding: 2.8571428571vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__box {
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw 0;
  }
}
.p-cta__box-ttl {
  text-align: center;
  position: relative;
  z-index: 1;
  color: #FFFCF7;
}
@media screen and (min-width: 768px) {
  .p-cta__box-ttl {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__box-ttl {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__box-ttl {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__box-ttl {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__box-ttl {
    margin-bottom: 3.2142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__box-ttl {
    margin-bottom: 6vw;
  }
}
.p-cta__box-ttl::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-cta__box-ttl::before {
    background-image: url(../img/lp/bg-cta-ttl.png);
    width: 500px;
    height: 50px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__box-ttl::before {
    width: 35.7142857143vw;
    height: 3.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__box-ttl::before {
    background-image: url(../img/lp/bg-cta-ttl-sp.png);
    width: 66.6666666667vw;
    height: 8.1333333333vw;
  }
}
.p-cta__box-wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-cta__box-wrap {
    justify-content: center;
    column-gap: 20px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__box-wrap {
    column-gap: 1.4285714286vw;
    margin-bottom: 2.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__box-wrap {
    flex-direction: column;
    align-items: center;
    row-gap: 6.9333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-cta__box-wrap .item {
  background-color: rgba(236, 169, 157, 0.15);
}
@media screen and (min-width: 768px) {
  .p-cta__box-wrap .item {
    width: 408px;
    border-radius: 10px;
    padding: 16px 24px 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__box-wrap .item {
    width: 29.1428571429vw;
    border-radius: 0.7142857143vw;
    padding: 1.1428571429vw 1.7142857143vw 1.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__box-wrap .item {
    width: 66.6666666667vw;
    border-radius: 1.3333333333vw;
    padding: 2.1333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.p-cta__box-wrap .item-ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cta__box-wrap .item-ttl {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__box-wrap .item-ttl {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__box-wrap .item-ttl {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__box-wrap .item-ttl {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__box-wrap .item-ttl {
    margin-bottom: 0.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__box-wrap .item-ttl {
    margin-bottom: 2.1333333333vw;
  }
}
.p-cta__box-price {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-cta__box-price {
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    column-gap: 48px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__box-price {
    margin-bottom: 1.7142857143vw;
    column-gap: 3.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__box-price {
    flex-direction: column;
    align-items: center;
    row-gap: 7.7333333333vw;
    margin-bottom: 4.8vw;
  }
}
.p-cta__box-price .before {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta__box-price .before {
    text-align: center;
  }
}
.p-cta__box-price .before::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #444444;
}
@media screen and (min-width: 768px) {
  .p-cta__box-price .before::after {
    top: 50%;
    transform: translate(100%, -50%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: 16px;
    height: 20px;
    right: -16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__box-price .before::after {
    width: 1.1428571429vw;
    height: 1.4285714286vw;
    right: -1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__box-price .before::after {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    left: 50%;
    transform: translate(-50%, 100%);
    bottom: -2.1333333333vw;
    width: 4.5333333333vw;
    height: 3.6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__box-price .before-txt {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__box-price .before-txt {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__box-price .before-txt {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__box-price .before-price {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__box-price .before-price {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__box-price .before-price {
    font-size: calc(32 / 750 * 100vw);
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.p-cta__box-price .before-price .num {
  text-decoration: line-through;
}
@media screen and (min-width: 768px) {
  .p-cta__box-price .before-price .num {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__box-price .before-price .num {
    font-size: 2.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__box-price .before-price .num {
    font-size: calc(64 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.p-cta__box-price .after {
  display: flex;
  align-items: center;
  color: #F48585;
}
@media screen and (min-width: 768px) {
  .p-cta__box-price .after {
    column-gap: 18px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__box-price .after {
    column-gap: 1.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__box-price .after {
    column-gap: 2.1333333333vw;
  }
}
.p-cta__box-price .after-off {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #F48585;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-cta__box-price .after-off {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__box-price .after-off {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__box-price .after-off {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__box-price .after-off {
    width: 80px;
    height: 80px;
    padding-top: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__box-price .after-off {
    width: 5.7142857143vw;
    height: 5.7142857143vw;
    padding-top: 0.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__box-price .after-off {
    width: 17.6vw;
    height: 17.6vw;
    padding-top: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__box-price .after-off .num {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__box-price .after-off .num {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__box-price .after-off .num {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.125;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__box-price .after-price .txt {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__box-price .after-price .txt {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__box-price .after-price .txt {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__box-price .after-price .num {
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__box-price .after-price .num {
    font-size: 4.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__box-price .after-price .num {
    font-size: calc(80 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__box-price .after-price .num .unit {
    font-size: 24px;
    line-height: 2.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__box-price .after-price .num .unit {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__box-price .after-price .num .unit {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.p-cta__box .c-btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-cta__box .c-btn {
    height: 72px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__box .c-btn {
    height: 5.1428571429vw;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__box .c-btn .icon {
    width: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__box .c-btn .icon {
    width: 2.1428571429vw;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__box .c-btn .txt {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-cta__box .c-btn .txt {
    font-size: 1.2857142857vw;
  }
}

.p-price__bg {
  background-color: #FFFCF7;
}
@media screen and (min-width: 768px) {
  .p-price__bg {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__bg {
    padding: 7.1428571429vw 0 8.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__bg {
    padding: 13.3333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  .p-price__inner {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__inner {
    max-width: 78.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__inner {
    max-width: 88vw;
  }
}
@media screen and (min-width: 768px) {
  .p-price .c-ttl {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price .c-ttl {
    margin-bottom: 7.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price .c-ttl {
    margin-bottom: 8vw;
  }
}
.p-price__tab {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-price__tab {
    justify-content: center;
    column-gap: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__tab {
    column-gap: 1.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__tab {
    flex-wrap: wrap;
    column-gap: 3.2vw;
    row-gap: 3.2vw;
    margin-bottom: 3.2vw;
    padding-left: 2.9333333333vw;
  }
}
.p-price__tab-item {
  background-color: #F0EADF;
  color: #A38B76;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-price__tab-item {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__tab-item {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__tab-item {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-price__tab-item {
    border-radius: 10px 10px 0 0;
    width: 232px;
    height: 58px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__tab-item {
    border-radius: 0.7142857143vw 0.7142857143vw 0 0;
    width: 16.5714285714vw;
    height: 4.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__tab-item {
    border-radius: 1.3333333333vw;
    width: 39.6vw;
    height: 10.4vw;
  }
}
.p-price__tab-item.is-active {
  background-color: #A38B76;
  color: #fff;
}
.p-price__panel-item {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(69, 69, 69, 0.6);
}
@media screen and (min-width: 768px) {
  .p-price__panel-item {
    border: 1px solid #A38B76;
    padding: 80px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item {
    padding: 5.7142857143vw;
    border-radius: 0.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item {
    border: 1px solid #707070;
    border-radius: 2.6666666667vw;
    padding: 7.7333333333vw 5.3333333333vw 8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu + .menu {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu + .menu {
    margin-top: 5.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu + .menu {
    margin-top: 13.3333333333vw;
  }
}
.p-price__panel-item .menu-wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-wrap {
    column-gap: 60px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-wrap {
    column-gap: 4.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-wrap {
    flex-direction: column;
    flex-direction: column-reverse;
    row-gap: 8vw;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-left {
    width: 400px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-left {
    width: 28.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-left {
    width: 72vw;
  }
}
.p-price__panel-item .menu-left .head {
  position: relative;
  cursor: pointer;
  background-color: #F0EADF;
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-left .head {
    margin-top: 20px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-left .head {
    margin-top: 1.4285714286vw;
    padding: 0.7142857143vw 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-left .head {
    padding: 2.1333333333vw 3.2vw;
  }
}
.p-price__panel-item .menu-left .head::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-arrow-br02.png);
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-left .head::after {
    width: 16px;
    height: 8px;
    right: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-left .head::after {
    width: 1.1428571429vw;
    height: 0.5714285714vw;
    right: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-left .head::after {
    width: 2.1333333333vw;
    height: 1.0666666667vw;
    right: 3.2vw;
  }
}
.p-price__panel-item .menu-left .head.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}
.p-price__panel-item .menu-left .head-txt {
  color: #A38B76;
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-left .head-txt {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-left .head-txt {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-left .head-txt {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.p-price__panel-item .menu-left .price {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-left .price {
    padding-top: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-left .price {
    padding-top: 0.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-left .price {
    padding-top: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-left .price-ttl {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-left .price-ttl {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-left .price-ttl {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-left .price-ttl {
    padding-left: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-left .price-note {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-left .price-note {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-left .price-note {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-left .price-note {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-left .price-note {
    margin-bottom: -1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-left .price-note {
    padding-left: 3.2vw;
  }
}
.p-price__panel-item .menu-left .price-table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-left .price-table {
    margin-top: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-left .price-table {
    margin-top: 2.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-left .price-table {
    margin-top: 4.2666666667vw;
  }
}
.p-price__panel-item .menu-left .price-table thead th {
  background-color: #F0EADF;
  color: #A38B76;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-left .price-table thead th {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-left .price-table thead th {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-left .price-table thead th {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-left .price-table thead th {
    padding: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-left .price-table thead th {
    padding: 0.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-left .price-table thead th {
    padding: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-left .price-table thead th:not(:last-of-type) {
    border-right: 2px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-left .price-table thead th:not(:last-of-type) {
    border-right: 0.2666666667vw solid #fff;
  }
}
.p-price__panel-item .menu-left .price-table tbody td {
  text-align: center;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-left .price-table tbody td {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-left .price-table tbody td {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-left .price-table tbody td {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-left .price-table tbody td {
    padding: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-left .price-table tbody td {
    padding: 0.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-left .price-table tbody td {
    padding: 1.0666666667vw 0;
  }
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-right {
    width: 480px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-right {
    width: 34.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-right {
    width: 77.3333333333vw;
  }
}
.p-price__panel-item .menu-right .bnr {
  background-color: #EB787B;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-right .bnr {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-right .bnr {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-right .bnr {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-right .bnr {
    display: inline-block;
    padding: 6px 24px;
    margin-bottom: 16px;
    border-radius: 23px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-right .bnr {
    padding: 0.4285714286vw 1.7142857143vw;
    margin-bottom: 1.1428571429vw;
    border-radius: 1.6428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-right .bnr {
    display: block;
    text-align: center;
    padding: 0.5333333333vw;
    border-radius: 1.3333333333vw;
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-right .ttl {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-right .ttl {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-right .ttl {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-right .ttl {
    white-space: nowrap;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-right .ttl {
    margin-bottom: 0.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-right .ttl {
    margin-bottom: 1.0666666667vw;
  }
}
.p-price__panel-item .menu-right .price {
  color: #A38B76;
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-right .price {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-right .price {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-right .price {
    font-size: calc(24 / 750 * 100vw);
    line-height: 2.3333333333;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-right .price {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-right .price {
    margin-bottom: 1.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-right .price {
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-right .price-num {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-right .price-num {
    font-size: 2.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-right .price-num {
    font-size: calc(56 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-right img {
    border-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-right .text {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-right .text {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-right .text {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-right .text {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-right .text {
    margin-bottom: 2.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-right .text {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-right .c-btn {
    width: 213px;
    height: 36px;
    border-radius: 4px;
    padding-left: 25px;
    column-gap: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-right .c-btn {
    width: 15.2142857143vw;
    height: 2.5714285714vw;
    border-radius: 0.2857142857vw;
    padding-left: 1.7857142857vw;
    column-gap: 1.1428571429vw;
  }
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-right .c-btn::after {
    right: 25px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-right .c-btn::after {
    right: 1.7857142857vw;
  }
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-right .c-btn .txt {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-right .c-btn .txt {
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-ttl {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-ttl {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-ttl {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-ttl {
    margin-top: -20px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-ttl {
    margin-top: -1.4285714286vw;
  }
}
@media screen and (min-width: 768px) {
  .p-price__panel-item .menu-note {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-price__panel-item .menu-note {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price__panel-item .menu-note {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}

.js-panel {
  display: none;
}
.js-panel.is-active {
  display: block;
}

.p-voice__bg {
  background-color: #E09A9A;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-voice__bg {
    background-image: url(../img/lp/bg-voice.png);
    padding: 100px 0 115px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-voice__bg {
    padding: 7.1428571429vw 0 8.2142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__bg {
    background-image: url(../img/lp/bg-voice-sp.png);
    padding: 13.3333333333vw 0 15.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__inner {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-voice__inner {
    max-width: 78.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__inner {
    max-width: 88vw;
  }
}
@media screen and (min-width: 768px) {
  .p-voice .c-ttl {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-voice .c-ttl {
    margin-bottom: 7.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-voice .c-ttl {
    margin-bottom: 8vw;
  }
}
.p-voice .c-ttl .u-min {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-voice .c-ttl .u-min {
    text-shadow: 0px 3px 20px #a54a4a;
  }
}
.p-voice__list {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voice__list {
    max-width: 76vw;
    margin: 0 auto;
  }
}
.p-voice__list .slick-track {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-voice__list .slick-track {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-voice__list .slick-track {
    padding-bottom: 9.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__list .slick-track {
    padding-bottom: 8vw;
  }
}
.p-voice__list .slick-arrow {
  position: absolute;
  z-index: 20;
  top: 50%;
  background-color: transparent;
  font-size: 0;
  box-shadow: none;
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-arrow-wh.png);
  cursor: pointer;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-voice__list .slick-arrow {
    width: 20px;
    height: 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-voice__list .slick-arrow {
    width: 1.4285714286vw;
    height: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__list .slick-arrow {
    width: 2.6666666667vw;
    height: 5.3333333333vw;
  }
}
.p-voice__list .slick-arrow.slick-prev {
  transform: translate(-100%, -50%) scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .p-voice__list .slick-arrow.slick-prev {
    left: -40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-voice__list .slick-arrow.slick-prev {
    left: -2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__list .slick-arrow.slick-prev {
    left: -2.1333333333vw;
  }
}
.p-voice__list .slick-arrow.slick-next {
  transform: translate(100%, -50%);
}
@media screen and (min-width: 768px) {
  .p-voice__list .slick-arrow.slick-next {
    right: -40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-voice__list .slick-arrow.slick-next {
    right: -2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__list .slick-arrow.slick-next {
    right: -5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__list .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 20;
    left: 50%;
    transform: translateX(-50%);
    bottom: 94px;
    column-gap: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-voice__list .slick-dots {
    bottom: 6.7142857143vw;
    column-gap: 1.1428571429vw;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__list .slick-dots li {
    display: flex;
  }
}
.p-voice__list .slick-dots li.slick-active button {
  background-color: #F48585;
}
.p-voice__list .slick-dots li button {
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  border-radius: 50%;
  font-size: 0;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-voice__list .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-voice__list .slick-dots li button {
    width: 0.8571428571vw;
    height: 0.8571428571vw;
  }
}
.p-voice__list-item {
  height: auto;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(163, 139, 118, 0.3);
}
@media screen and (min-width: 768px) {
  .p-voice__list-item {
    border: 2px solid #e09a9a;
    border-radius: 20px;
    padding: 50px 32px;
    margin: 0 20px;
    width: 340px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-voice__list-item {
    border-radius: 1.4285714286vw;
    padding: 3.5714285714vw 2.2857142857vw;
    margin: 0 1.4285714286vw;
    width: 24.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__list-item {
    border: 0.2666666667vw solid #e09a9a;
    border-radius: 2.6666666667vw;
    padding: 8vw 5.3333333333vw;
    margin: 0 1.6vw;
  }
}
.p-voice__list-item .star {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-voice__list-item .star {
    column-gap: 8px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-voice__list-item .star {
    column-gap: 0.5714285714vw;
    margin-bottom: 2.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__list-item .star {
    column-gap: 1.0666666667vw;
    margin-bottom: 5.6vw;
  }
}
.p-voice__list-item .star span {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/lp/im-star-pk.png);
}
@media screen and (min-width: 768px) {
  .p-voice__list-item .star span {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-voice__list-item .star span {
    width: 1.7142857143vw;
    height: 1.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__list-item .star span {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.p-voice__list-item .star span.gray {
  background-image: url(../img/lp/im-star-gr.png);
}
.p-voice__list-item .ttl {
  text-align: center;
  color: #E09A9A;
}
@media screen and (min-width: 768px) {
  .p-voice__list-item .ttl {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-voice__list-item .ttl {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__list-item .ttl {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__list-item .ttl {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-voice__list-item .ttl {
    margin-bottom: 2.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__list-item .ttl {
    margin-bottom: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__list-item .txt {
    font-size: 16px;
    line-height: 1.6875;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-voice__list-item .txt {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__list-item .txt {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.p-voice__bottom {
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-voice__bottom::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-voice__bottom::before {
    background-image: url(../img/lp/im-voice-ribbon.png);
    width: 986px;
    height: 130px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-voice__bottom::before {
    width: 70.4285714286vw;
    height: 9.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__bottom::before {
    background-image: url(../img/lp/im-voice-ribbon-sp.png);
    width: 88vw;
    height: 26.6666666667vw;
  }
}
.p-voice__bottom-txt {
  color: #fff;
  text-shadow: 0px 3px 30px #463c0f;
}
@media screen and (min-width: 768px) {
  .p-voice__bottom-txt {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-voice__bottom-txt {
    font-size: 2.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__bottom-txt {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5625;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__bottom-txt .num {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-voice__bottom-txt .num {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__bottom-txt .num {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.25;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}

.p-gallery__bg {
  background-color: #FFFCF8;
}
@media screen and (min-width: 768px) {
  .p-gallery__bg {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-gallery__bg {
    padding: 7.1428571429vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__bg {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-gallery__inner {
    max-width: 1101px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-gallery__inner {
    max-width: 78.6428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__inner {
    max-width: 93.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-gallery .c-ttl {
    margin-bottom: 118px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-gallery .c-ttl {
    margin-bottom: 8.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery .c-ttl {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-gallery__list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-gallery__list {
    column-gap: 2.1428571429vw;
    row-gap: 4.2857142857vw;
  }
}
@media screen and (min-width: 768px) {
  .p-gallery__list-item {
    width: 347px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-gallery__list-item {
    width: 24.7857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__list-item {
    width: 100%;
    margin: 0 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__list-item img {
    border-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-gallery__list-item .txt {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-gallery__list-item .txt {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__list-item .txt {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.3333333333;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-gallery__list-item .txt {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-gallery__list-item .txt {
    margin-top: 0.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__list-item .txt {
    text-align: center;
    margin-top: 3.2vw;
  }
}
.p-gallery .slick-num {
  text-align: center;
  font-family: "Jost", serif;
  color: #A38B76;
  margin-top: 4.2666666667vw;
}
@media screen and (max-width: 767px) {
  .p-gallery .slick-num {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}

.p-staff__bg {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}
@media screen and (min-width: 768px) {
  .p-staff__bg {
    background-image: url(../img/lp/bg-staff.jpg);
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-staff__bg {
    padding: 7.1428571429vw 0 8.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__bg {
    background-image: url(../img/lp/bg-staff-sp.jpg);
    padding: 10.6666666667vw 0;
  }
}
@media screen and (min-width: 768px) {
  .p-staff__inner {
    max-width: 765px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-staff__inner {
    max-width: 54.6428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__inner {
    max-width: 72.8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-staff .c-ttl {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-staff .c-ttl {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .p-staff .c-ttl {
    margin-bottom: 14.6666666667vw;
  }
}
.p-staff__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-staff__list {
    justify-content: space-between;
    row-gap: 140px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-staff__list {
    row-gap: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__list {
    row-gap: 17.3333333333vw;
  }
}
.p-staff__list-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-staff__list-item {
    width: 340px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-staff__list-item {
    width: 24.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__list-item {
    width: 100%;
  }
}
.p-staff__list-item .name-en {
  position: absolute;
  z-index: 1;
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-staff__list-item .name-en {
    left: 0;
    height: 91px;
    top: -40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-staff__list-item .name-en {
    height: 6.5vw;
    top: -2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__list-item .name-en {
    height: 17.6vw;
    top: -6.6666666667vw;
    left: 8.8vw;
  }
}
.p-staff__list-item .img {
  border-radius: 50%;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-staff__list-item .img {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-staff__list-item .img {
    margin-bottom: 0.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__list-item .img {
    width: 56vw;
    margin: 0 auto 4vw;
  }
}
.p-staff__list-item .info {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-staff__list-item .info {
    justify-content: space-between;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-staff__list-item .info {
    margin-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__list-item .info {
    justify-content: center;
    margin-bottom: 2.1333333333vw;
  }
}
.p-staff__list-item .info-name {
  color: #A38B76;
}
@media screen and (min-width: 768px) {
  .p-staff__list-item .info-name {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-staff__list-item .info-name {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__list-item .info-name {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__list-item .info-name {
    width: 50%;
    text-align: center;
  }
}
.p-staff__list-item .info-history {
  background-color: #fff;
  color: #A38B76;
}
@media screen and (min-width: 768px) {
  .p-staff__list-item .info-history {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-staff__list-item .info-history {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__list-item .info-history {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-staff__list-item .info-history {
    padding: 4px 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-staff__list-item .info-history {
    padding: 0.2857142857vw 0.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__list-item .info-history {
    margin-left: 2.6666666667vw;
    padding: 0.5333333333vw 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-staff__list-item .ttl {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-staff__list-item .ttl {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__list-item .ttl {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-staff__list-item .ttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-staff__list-item .ttl {
    margin-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__list-item .ttl {
    text-align: center;
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-staff__list-item .txt {
    font-size: 16px;
    line-height: 1.6875;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-staff__list-item .txt {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__list-item .txt {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}

.p-access__bg {
  background-color: #FFFCF7;
}
@media screen and (min-width: 768px) {
  .p-access__bg {
    padding: 100px 0 140px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-access__bg {
    padding: 7.1428571429vw 0 10vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__bg {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-access__inner {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-access__inner {
    max-width: 78.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__inner {
    max-width: 88vw;
  }
}
@media screen and (min-width: 768px) {
  .p-access .c-ttl {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-access .c-ttl {
    margin-bottom: 7.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access .c-ttl {
    margin-bottom: 8vw;
  }
}
.p-access__store {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-access__store {
    align-items: flex-start;
    column-gap: 54px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-access__store {
    column-gap: 3.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__store {
    flex-direction: column;
    align-items: center;
    row-gap: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-access__store + .p-access__store {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-access__store + .p-access__store {
    margin-top: 8.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__store + .p-access__store {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-access__store-img {
    width: 502px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-access__store-img {
    width: 35.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__store-img {
    width: 77.8666666667vw;
    margin-bottom: 8vw;
  }
}
.p-access__store-img .main {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-access__store-img .main {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-access__store-img .main {
    margin-bottom: 0.5714285714vw;
  }
}
.p-access__store-img .main .slick-arrow {
  position: absolute;
  z-index: 20;
  top: 50%;
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-next.png);
  cursor: pointer;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-access__store-img .main .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-access__store-img .main .slick-arrow {
    width: 2.8571428571vw;
    height: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__store-img .main .slick-arrow {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.p-access__store-img .main .slick-arrow.slick-prev {
  left: 0;
  transform: translate(-50%, -50%) scale(-1, 1);
}
.p-access__store-img .main .slick-arrow.slick-next {
  right: 0;
  transform: translate(50%, -50%);
}
.p-access__store-img .main img {
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-access__store-img .main img {
    height: 320px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-access__store-img .main img {
    height: 22.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__store-img .main img {
    height: 50.2666666667vw;
  }
}
.p-access__store-img .thumb {
  position: relative;
}
.p-access__store-img .thumb img {
  object-fit: cover;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-access__store-img .thumb img {
    width: 160px;
    height: 100px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-access__store-img .thumb img {
    width: 11.4285714286vw;
    height: 7.1428571429vw;
    margin-right: 0.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__store-img .thumb img {
    width: 0;
    height: 0;
  }
}
.p-access__store-img .thumb .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 20;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 768px) {
  .p-access__store-img .thumb .slick-dots {
    bottom: -32px;
    column-gap: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-access__store-img .thumb .slick-dots {
    bottom: -2.2857142857vw;
    column-gap: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__store-img .thumb .slick-dots {
    bottom: -4.2666666667vw;
    column-gap: 2.6666666667vw;
  }
}
.p-access__store-img .thumb .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-access__store-img .thumb .slick-dots li.slick-active button {
  background-color: #A38B76;
}
.p-access__store-img .thumb .slick-dots li button {
  background-color: #D8D8D8;
  border: none;
  box-shadow: none;
  font-size: 0;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-access__store-img .thumb .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-access__store-img .thumb .slick-dots li button {
    width: 0.8571428571vw;
    height: 0.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__store-img .thumb .slick-dots li button {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-access__store-text {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-access__store-text {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-access__store-text .lead {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-access__store-text .lead {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__store-text .lead {
    font-size: calc(24 / 750 * 100vw);
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .p-access__store-text .lead {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-access__store-text .ttl {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-access__store-text .ttl {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__store-text .ttl {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-access__store-text .ttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-access__store-text .ttl {
    margin-bottom: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__store-text .ttl {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-access__store-text .table {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-access__store-text .table {
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__store-text .table {
    width: 100%;
    margin-bottom: 3.2vw;
  }
}
.p-access__store-text .table th {
  background-color: #F0EADF;
  color: #A38B76;
}
@media screen and (min-width: 768px) {
  .p-access__store-text .table th {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-access__store-text .table th {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__store-text .table th {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-access__store-text .table th {
    padding: 8px;
    width: 150px;
    border-bottom: 4px solid #FFFCF7;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-access__store-text .table th {
    padding: 0.5714285714vw;
    width: 10.7142857143vw;
    border-bottom: 0.2857142857vw solid #FFFCF7;
  }
}
@media screen and (max-width: 767px) {
  .p-access__store-text .table th {
    width: 24.2666666667vw;
    padding: 3.2vw 0;
    border-bottom: 2.1333333333vw solid #FFFCF7;
  }
}
.p-access__store-text .table td {
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-access__store-text .table td {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-access__store-text .table td {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__store-text .table td {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .p-access__store-text .table td {
    padding: 8px 22px;
    border-bottom: 4px solid #FFFCF7;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-access__store-text .table td {
    padding: 0.5714285714vw 1.5714285714vw;
    border-bottom: 0.2857142857vw solid #FFFCF7;
  }
}
@media screen and (max-width: 767px) {
  .p-access__store-text .table td {
    padding: 3.2vw;
    border-bottom: 2.1333333333vw solid #FFFCF7;
  }
}
.p-access__store-text .link {
  display: block;
  width: max-content;
  border-bottom: 1px solid #444;
}
@media screen and (min-width: 768px) {
  .p-access__store-text .link {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-access__store-text .link {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__store-text .link {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-access__store-text .link {
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-access__store-text .link {
    padding-bottom: 0.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__store-text .link {
    margin-left: auto;
  }
}

.p-faq__bg {
  background-color: #F7F0E6;
}
@media screen and (min-width: 768px) {
  .p-faq__bg {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-faq__bg {
    padding: 7.1428571429vw 0 8.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__bg {
    padding: 10.6666666667vw 0 12.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__inner {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-faq__inner {
    max-width: 71.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    max-width: 88vw;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__ttl {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-faq__ttl {
    margin-bottom: 7.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.p-faq__list-item {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-faq__list-item:not(:last-of-type) {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-faq__list-item:not(:last-of-type) {
    margin-bottom: 0.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list-item:not(:last-of-type) {
    margin-bottom: 3.2vw;
  }
}
.p-faq__list-item .item-q {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-faq__list-item .item-q {
    padding: 24px 96px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-faq__list-item .item-q {
    padding: 1.7142857143vw 6.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list-item .item-q {
    padding: 3.2vw 9.3333333333vw 3.2vw 15.4666666667vw;
  }
}
.p-faq__list-item .item-q::before {
  position: absolute;
  content: "Q";
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #A38B76;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-faq__list-item .item-q::before {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-faq__list-item .item-q::before {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list-item .item-q::before {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__list-item .item-q::before {
    left: 24px;
    width: 40px;
    height: 40px;
    top: 17px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-faq__list-item .item-q::before {
    left: 1.7142857143vw;
    width: 2.8571428571vw;
    height: 2.8571428571vw;
    top: 1.2142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list-item .item-q::before {
    width: 8vw;
    height: 8vw;
    top: 2.1333333333vw;
    left: 3.2vw;
  }
}
.p-faq__list-item .item-q::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-arrow-br.png);
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .p-faq__list-item .item-q::after {
    width: 14px;
    height: 9px;
    top: 33px;
    right: 24px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-faq__list-item .item-q::after {
    width: 1vw;
    height: 0.6428571429vw;
    top: 2.3571428571vw;
    right: 1.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list-item .item-q::after {
    width: 3.2vw;
    height: 2vw;
    top: 5.3333333333vw;
    right: 2.1333333333vw;
  }
}
.p-faq__list-item .item-q.is-open::after {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .p-faq__list-item .item-q-txt {
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-faq__list-item .item-q-txt {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list-item .item-q-txt {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.375;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.p-faq__list-item .item-a {
  position: relative;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-faq__list-item .item-a {
    padding: 24px 96px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-faq__list-item .item-a {
    padding: 1.7142857143vw 6.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list-item .item-a {
    padding: 3.2vw 8.4vw 3.2vw 14.2666666667vw;
  }
}
.p-faq__list-item .item-a::before {
  position: absolute;
  content: "A";
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #A38B76;
  color: #A38B76;
}
@media screen and (min-width: 768px) {
  .p-faq__list-item .item-a::before {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-faq__list-item .item-a::before {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list-item .item-a::before {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__list-item .item-a::before {
    top: 17px;
    left: 24px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-faq__list-item .item-a::before {
    top: 1.2142857143vw;
    left: 1.7142857143vw;
    width: 2.8571428571vw;
    height: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list-item .item-a::before {
    width: 8vw;
    height: 8vw;
    top: 2.1333333333vw;
    left: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__list-item .item-a-txt {
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .p-faq__list-item .item-a-txt {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__list-item .item-a-txt {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.375;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}