@charset "UTF-8";
/* メディアクエリ
==================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

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

a {
  cursor: pointer;
  text-decoration: none;
}

input,
button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
}

label {
  cursor: pointer;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

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

main {
  overflow: hidden;
}

html {
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1100 * 100vw);
  }
}
@media screen and (min-width: 1100px) {
  html {
    font-size: 10px;
  }
}

body {
  color: #222;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    sans-serif;
  font-weight: 400;
  line-height: 1.6;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: max(1.6rem, 14px);
  }
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

a {
  color: inherit;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 9.7rem;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 10.5rem;
  }
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 920px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

/* 目次 */
.toc_white {
  border: 1px solid #d6d6d6;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  position: relative;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .toc_white {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: 6rem;
  }
}

.toc_white::before {
  position: absolute;
  content: "";
  width: 100%;
  background: #c10c15;
  height: 5px;
  top: 0;
  left: 0;
}

.toc_title {
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  line-height: 2.167 !important;
  letter-spacing: 0.08em !important;
  width: 75rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: initial !important;
}

.toc_toggle {
  display: none;
}

.toc_list {
  margin-top: 1.6rem;
  width: 75rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .toc_list {
    margin-top: 3.2rem;
  }
}

.toc_list > li {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .toc_list > li {
    padding-bottom: 1.8rem;
  }
}

.toc_list ul {
  margin-left: 2rem;
  margin-top: 1.6rem;
}

.toc_list > li:nth-child(n + 2) {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .toc_list > li:nth-child(n + 2) {
    margin-top: 2.1rem;
  }
}

.toc_list a {
  font-size: 1.3rem;
  color: #000;
}

.toc_number {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-right: 2rem;
}

/* 目次 */
.c-img {
  position: relative;
  width: 100%;
}

.c-img::before {
  content: "";
  display: block;
}

.c-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-section {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.c-section__title {
  text-align: center;
}

.c-section__title-left {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-section__title-left {
    text-align: left;
  }
}

.c-section__title-en {
  display: block;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.19em;
  font-weight: 500;
  color: #222;
  font-size: 2.4rem;
  position: relative;
  padding-left: 4.8rem;
  padding-right: 4.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-section__title-en {
    font-size: 3.6rem;
    padding-left: 5.8rem;
    padding-right: 5.8rem;
  }
}

.c-section__title-en::after,
.c-section__title-en::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3rem;
  height: 1px;
  background: #222;
}

.c-section__title-en::before {
  left: 0;
}

.c-section__title-en::after {
  right: 0;
}

.c-section__title-white {
  color: #fff;
}

.c-section__page-top {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .c-section__page-top {
    margin-top: 8rem;
  }
}

.c-fvSub {
  position: relative;
  overflow: hidden;
  margin-top: 5.7rem;
  height: 13rem;
  background: url(../img/fv_sub_bg.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .c-fvSub {
    height: 33rem;
    margin-top: 9.5rem;
  }
}

.c-fvSub::after {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.c-fvSub__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.c-fvSub__title {
  text-align: center;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  letter-spacing: 0.16em;
  font-weight: 400;
  z-index: 10;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-fvSub__title {
    font-size: 4rem;
  }
}

.c-fvSub__title::before {
  position: absolute;
  content: attr(data-en);
  color: rgba(255, 255, 255, 0.15);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 6rem;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-fvSub__title::before {
    font-size: 13.7rem;
  }
}

.c-pankuz {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-pankuz {
    margin-top: 2rem;
  }
}

.c-pankuz a {
  color: #222;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.c-pankuz .current-item {
  color: #df9fb0;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.c-pankuz__border {
  width: 30px;
  display: inline;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.c-contact {
  position: relative;
  background: url(../img/contact_bg.png) no-repeat center center/cover;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .c-contact {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.contact__inner {
  max-width: 1050px;
}

.c-contact::after {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.c-contact .inner {
  position: relative;
  z-index: 10;
  max-width: 1050px;
}

.c-contact__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 2rem;
  -webkit-column-gap: 0.5px;
  -moz-column-gap: 0.5px;
  column-gap: 0.5px;
}
@media screen and (min-width: 768px) {
  .c-contact__items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.c-contact__item {
  border: 1px solid #fff;
  color: #fff;
  padding: 2rem 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-contact__item {
    padding: 6rem 6.5rem;
  }
}

.c-contact__item:nth-child(2) {
  text-align: center;
}

.c-contact__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .c-contact__title {
    font-size: 2.6rem;
    margin-top: 3rem;
    margin-bottom: 1.1rem;
  }
}

.c-contact__text {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  /* margin-top: 1rem; */
}
@media screen and (min-width: 768px) {
  .c-contact__text {
    font-size: 1.4rem;
    /* margin-top: 2.3rem; */
  }
}

.c-contact__text-mail {
  /* margin-top: 0.7rem; */
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.16em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-contact__text-mail {
    font-size: 1.8rem;
    /* margin-top: 1.7rem; */
    margin-bottom: 2rem;
  }
}

.c-top-btn {
  position: absolute;
  top: -1.5rem;
  right: 2rem;
}
@media screen and (min-width: 768px) {
  .c-top-btn {
    top: -2.5rem;
    right: 4.2rem;
  }
}

.p-mv2d {
  position: relative;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .p-mv2d {
    padding: 3.1rem 3.8rem 0 0;
    height: initial;
  }
}

.p-mv2d::after {
  background: url(../img/header_bg_sp.png) no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 26.5rem;
}
@media screen and (min-width: 768px) {
  .p-mv2d::after {
    background: url(../img/header_bg.png) no-repeat;
    background-size: contain;
  }
}

.p-mv2d__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .p-mv2d__wrap {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.p-mv2d__slider {
  height: inherit;
}
@media screen and (min-width: 768px) {
  .p-mv2d__slider {
    height: inherit;
    max-width: 58.75vw;
  }
}

.p-mv2d__wrap::after {
  content: "Let’s add love to" "\ayour life.";
  text-transform: uppercase;
  white-space: pre;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  position: absolute;
  font-family: "Cormorant Garamond", serif;
  top: 7.1rem;
  right: 1.1rem;
  z-index: 1;
  font-size: 5.3rem;
  letter-spacing: 0.04em;
  line-height: 1.0754716981;
  color: #fff;
  opacity: 0.26;
}
@media screen and (min-width: 768px) {
  .p-mv2d__wrap::after {
    top: 2.1rem;
    font-size: 7.5rem;
    line-height: 1.0666666667;
  }
}

.p-mv2d__text {
  max-width: 56rem;
  margin-inline: auto;
  width: 100%;
  padding: 2.3rem 2rem 0;
  color: #09a7a7;
  position: absolute;
  bottom: 120px;
  left: 0;
  z-index: 10;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-mv2d__text {
    color: #09a7a7;
    width: auto;
    position: absolute;
    top: 24.2%;
    left: 7.4%;
    z-index: 1;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    padding: 0;
    max-width: none;
  }
}

.p-mv2d__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  position: relative;
  line-height: 1.8695652174;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-mv2d__title {
    font-size: 3.6rem;
    line-height: 1.8333333333;
  }
}

.p-mv2d__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-mv2d__title::after {
    background-color: #09a7a7;
  }
}

.p-mv2d__description {
  font-size: 1rem;
  letter-spacing: 0.26em;
  line-height: 2.25;
  margin-top: 1.3rem;
}
@media screen and (min-width: 768px) {
  .p-mv2d__description {
    letter-spacing: 0.16em;
    font-size: 1.2rem;
    line-height: 1.875;
    width: 100%;
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mv2d__scroll {
    right: auto;
    position: absolute;
    bottom: 11rem;
    right: 5rem;
    z-index: 1;
  }
}

.p-mv2d__sideScroll {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv2d__sideScroll {
    z-index: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-top: 0;
    position: absolute;
    bottom: -3em;
    left: 0;
    -webkit-column-gap: min(2.36vw, 3.4rem);
    -moz-column-gap: min(2.36vw, 3.4rem);
    column-gap: min(2.36vw, 3.4rem);
  }
}

.p-mv2d__sideScrollImg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 160.9rem;
  -webkit-animation: loopSlide 28s infinite linear;
  animation: loopSlide 28s infinite linear;
}
@media screen and (min-width: 768px) {
  .p-mv2d__sideScrollImg {
    width: 269.7rem;
    -webkit-animation: loopSlide 40s infinite linear;
    animation: loopSlide 40s infinite linear;
  }
}

.p-mv2d__sideScrollImg::before {
  padding-top: 3.2939714108%;
}
@media screen and (min-width: 768px) {
  .p-mv2d__sideScrollImg::before {
    padding-top: 3.2999629218%;
  }
}

@-webkit-keyframes loopSlide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loopSlide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.p-mv2d .swiper {
  width: 100%;
  margin: 0;
}

.p-mv2d .swiper-wrapper {
  width: 100%;
}

.p-mv2d .swiper-slide {
  width: 100%;
}

.p-mv2d .swiper-slide::before {
  padding-top: 77.3333333333%;
}
@media screen and (min-width: 768px) {
  .p-mv2d .swiper-slide::before {
    padding-top: 89.8345153664%;
  }
}

.p-mv2d .swiper-slide img {
  width: 100%;
  height: 100%;
}

.p-mv2d
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.p-mv2d
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 1.6rem 0 0;
}
.p-mv2d .swiper-horizontal > .swiper-pagination-bullets,
.p-mv2d .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-mv2d .swiper-pagination-custom,
.p-mv2d .swiper-pagination-fraction {
  position: static;
  margin-top: 2.1rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-mv2d .swiper-horizontal > .swiper-pagination-bullets,
  .p-mv2d .swiper-pagination-bullets.swiper-pagination-horizontal,
  .p-mv2d .swiper-pagination-custom,
  .p-mv2d .swiper-pagination-fraction {
    margin: 3.3rem 0 0 0.7rem;
  }
}
.p-mv2d .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  background: #fff;
  border: 1px solid #09a7a7;
  opacity: 1;
}
.p-mv2d .swiper-pagination-bullet-active {
  background: #09a7a7;
}

.p-m2vd__contact-btn {
  position: fixed;
  bottom: 5rem;
  right: 25px;
  width: 14.4rem;
  z-index: 10;
}

.p-mv2dHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 9.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-mv2dHeader {
    height: 14.5rem;
    background: initial;
  }
}

.p-mv2dHeader__logo {
  margin-left: 0.9rem;
  width: 7.7rem;
  position: relative;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .p-mv2dHeader__logo {
    margin-left: 2.6rem;
    width: 11.9rem;
  }
}

.p-mv2dHeader.change-color {
  background-color: #fff;
}

.p-mv2dHeader__sub {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-mv2dHeader__sub {
    height: 12rem;
  }
}

.js-header__logo.open {
  display: none;
}

.js-header__logo-menu {
  display: none;
}

.js-header__logo-menu.open {
  display: block;
}

.p-mv2dNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  background: #000;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  padding-top: 5.1rem;
}
@media screen and (min-width: 768px) {
  .p-mv2dNav {
    padding-top: 0;
  }
}

.p-mv2dNav.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.p-mv2dNav__inner {
  width: 100%;
  min-height: 100%;
  padding: 5rem 1.5rem 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv2dNav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
}

.p-mv2dNav__inner::after {
  position: absolute;
  content: "";
  background: url(../img/menu_bg_sp.png) no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
  width: 23.9rem;
  height: 55rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-mv2dNav__inner::after {
    background: url(../img/menu_bg.png) no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
    right: initial;
    width: 32.3rem;
    height: 51.9rem;
  }
}

.p-mv2dNav__container {
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-mv2dNav__container {
    max-width: 30rem;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }
}

.p-mv2dNav__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-mv2dNav__items {
    row-gap: 4rem;
  }
}

.p-mv2dNav__link {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-mv2dNav__link {
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    font-size: 1.8rem;
    letter-spacing: 0.18em;
  }
}

.p-mv2dNav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4rem;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-mv2dNav__menu {
    margin-top: 4.4rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.p-mv2dNav__img {
  margin-top: 2rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-mv2dNav__img {
    margin-top: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    max-width: 33.8rem;
  }
}

.p-mv2dNav__img::before {
  padding-top: 78%;
}
@media screen and (min-width: 768px) {
  .p-mv2dNav__img::before {
    padding-top: 105%;
  }
}

.p-mv2dHamburger {
  width: 4.5rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  margin-right: 1.5rem;
  z-index: 150;
  background-color: #fff;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .p-mv2dHamburger {
    width: 7.7rem;
    height: 7.7rem;
    margin-right: 2.9rem;
  }
}

.p-mv2dHamburger__button {
  display: block;
  width: 1.322rem;
  height: 0.862rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv2dHamburger__button {
    width: 2.3rem;
    height: 1.5rem;
  }
}

.p-mv2dHamburger__button span {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-mv2dHamburger__button span:first-child {
  top: 0;
}

.p-mv2dHamburger__button span:nth-child(2) {
  top: 51%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.977rem;
}
@media screen and (min-width: 768px) {
  .p-mv2dHamburger__button span:nth-child(2) {
    top: 50%;
    width: 1.7rem;
  }
}

.p-mv2dHamburger__button span:last-child {
  bottom: 0;
}

.p-mv2dHamburger__button.open span {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-mv2dHamburger__button.open span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-mv2dHamburger__button.open span:nth-child(2) {
  display: none;
}

.p-mv2dHamburger__button.open span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-mv2dScroll {
  width: 1.5rem;
  height: 14.6rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv2dScroll {
    height: 16.6rem;
    display: block;
  }
}

.p-mv2dScroll::before,
.p-mv2dScroll::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-mv2dScroll::before {
  width: 1px;
  background-color: #222;
  z-index: 1;
  bottom: 0;
  height: 9.3rem;
}
@media screen and (min-width: 768px) {
  .p-mv2dScroll::before {
    height: 11rem;
  }
}

.p-mv2dScroll::after {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #222;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-mv2dScroll::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.p-mv2dScroll::after {
  -webkit-animation: circleMoveSpMv2d 1.8s ease-in-out infinite;
  animation: circleMoveSpMv2d 1.8s ease-in-out infinite;
}
@media screen and (min-width: 768px) {
  .p-mv2dScroll::after {
    -webkit-animation: circleMovePcMv2d 2.2s ease-in-out infinite;
    animation: circleMovePcMv2d 2.2s ease-in-out infinite;
  }
}

.p-mv2dScroll span {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Inter", sans-serif;
  color: #111;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@-webkit-keyframes circleMoveSpMv2d {
  0% {
    bottom: 9.6rem;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    bottom: -0.3rem;
    opacity: 0;
  }
}

@keyframes circleMoveSpMv2d {
  0% {
    bottom: 9.6rem;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    bottom: -0.3rem;
    opacity: 0;
  }
}
@-webkit-keyframes circleMovePcMv2d {
  0% {
    bottom: 11.4rem;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    bottom: -0.4rem;
    opacity: 0;
  }
}
@keyframes circleMovePcMv2d {
  0% {
    bottom: 11.4rem;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    bottom: -0.4rem;
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-about2 {
    padding-top: 6.9rem;
    padding-bottom: 12rem;
  }
}

.p-about2__inner {
  padding-right: 2rem;
  padding-left: 2rem;
  max-width: 60rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about2__inner {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    max-width: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8.4rem;
    -moz-column-gap: 8.4rem;
    column-gap: 8.4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about2__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 43.125vw;
  }
}

.p-about2__img::before {
  padding-top: 77.9388083736%;
}

.p-about2__block {
  width: 100%;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-about2__block {
    padding: 0 2.5rem 0 0;
    max-width: 54rem;
  }
}

.p-about2__enTitle {
  display: block;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 3.2rem;
  letter-spacing: 0.19em;
  font-weight: 500;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-about2__enTitle {
    font-size: 3.6rem;
  }
}

.p-about2__enTitle::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2px;
  background-color: #222;
  margin-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-about2__enTitle::after {
    margin-top: 1.2rem;
  }
}

.p-about2__title {
  font-family: "Hannari", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  margin-top: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-about2__title {
    margin-top: 2.48rem;
    line-height: 1.7666666667;
    font-size: 3rem;
  }
}

.p-about2__text {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.7142857143;
  margin-top: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-about2__text {
    margin-top: 3rem;
    line-height: 2.4285714286;
  }
}

.p-news1 {
  position: relative;
}

.p-news1__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 2.5rem;
  margin-top: 3rem;
  margin-inline: auto;
  max-width: 65rem;
}
@media screen and (min-width: 768px) {
  .p-news1__items {
    max-width: 100%;
    -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    margin-top: 5.3rem;
  }
}

.p-news1__thumbnail {
  width: 100%;
  height: 16rem;
  border: 1px solid #222;
  border-radius: 0 30px 0 0;
}

.p-news1__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 30px 0 0;
}

.p-news1__block {
  margin-top: 1rem;
}

.p-news1__time {
  color: #df9fb0;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 1.4rem;
}

.p-news1__title {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8333333333;
}
@media screen and (min-width: 768px) {
  .p-news1__title {
    margin-top: 1rem;
  }
}

.p-news1__button {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-news1__button {
    margin-top: 7rem;
  }
}

.p-news1__button a {
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  display: inline-block;
  width: 21rem;
  height: 5rem;
  line-height: 5rem;
  border: 1px solid #222;
  border-radius: 30px;
  text-align: center;
  background: #fff;
  position: relative;
}

.p-news1__button a::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_right.svg) no-repeat;
  background-size: contain;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 3px;
}

.loop__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.loop__item {
  -webkit-animation: loop-slide 30s infinite linear 1s both;
  animation: loop-slide 30s infinite linear 1s both;
  margin-right: rem(20);
}

.loop__item-text {
  display: inline-block;
  color: #f7f7f7;
  white-space: nowrap;
  font-family: "Cormorant Garamond", serif;
  font-size: 9rem;
  line-height: 1.2134831461;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .loop__item-text {
    font-size: 13rem;
    line-height: 1.2177419355;
  }
}

.loop__fv .loop__item-text {
  color: #f4e9ed;
}

.loop__fv {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .loop__fv {
    bottom: -3rem;
  }
}

.loop__point {
  position: absolute;
  left: 0;
  bottom: -1.9rem;
  z-index: 2;
}

.loop__point-text {
  color: #fff;
  line-height: 1;
}

.p-product {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-product {
    padding-bottom: 13.4rem;
  }
}

.p-product::after {
  position: absolute;
  content: "";
  background: url(../img/product_bg.png) no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
  width: 35rem;
  height: 18.5rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-product::after {
    width: 58rem;
    height: 29.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-product::before {
    position: absolute;
    content: "product";
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-family: "Cormorant Garamond", serif;
    font-size: 13rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    top: 8rem;
    left: -5rem;
    color: #f7f7f7;
    text-transform: uppercase;
    z-index: -1;
  }
}

.p-product__container {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-product__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8rem;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media screen and (min-width: 768px) {
  .p-product__content {
    width: 29rem;
  }
}

.p-product__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.3636363636;
}
@media screen and (min-width: 768px) {
  .p-product__title {
    font-size: 2.2rem;
    line-height: 1.7272727273;
  }
}

.p-product__en {
  font-family: "Inter", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1rem;
  scale: 0.8;
  line-height: 2;
  opacity: 0.46;
  text-transform: uppercase;
  margin-left: -3rem;
  margin-top: 1rem;
}

.p-product__items {
  display: -ms-grid;
  display: grid;
  margin-inline: auto;
  row-gap: 2rem;
  margin-top: 1.8rem;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-product__items {
    width: 22.2rem;
    margin-top: 3.8rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.p-product__image {
  position: relative;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-product__image {
    width: 50.3rem;
    margin-top: initial;
  }
}

.p-product__image::after {
  position: absolute;
  content: "";
  background: url(../img/product_circle.png) no-repeat;
  background-size: contain;
  right: -2rem;
  top: -2rem;
  width: 10rem;
  height: 10rem;
  -webkit-animation: circle-rotate 20s linear infinite;
  animation: circle-rotate 20s linear infinite;
}
@media screen and (min-width: 768px) {
  .p-product__image::after {
    right: -5rem;
    top: -5rem;
    width: 13.5rem;
    height: 13.7rem;
  }
}

.p-product__image::before {
  position: absolute;
  content: "";
  background: url(../img/product_after.png) no-repeat;
  background-size: contain;
  right: -1rem;
  bottom: -2rem;
  width: 14rem;
  height: 14rem;
}
@media screen and (min-width: 768px) {
  .p-product__image::before {
    right: -2rem;
    width: 20.2rem;
    height: 19.1rem;
  }
}

@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circle-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.p-product__lists {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-product__lists {
    margin-top: 5.7rem;
  }
}

.p-product__list {
  border: 14px solid #f7f7f8;
  padding: 2rem 2rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-product__list {
    padding: 4.5rem 6.5rem;
  }
}

.p-product__list-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  padding-left: 1.5rem;
  position: relative;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #222222;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-product__list-title {
    font-size: 2.4rem;
    line-height: 2.5;
  }
}

.p-product__list-title::before {
  position: absolute;
  content: "";
  left: 0;
  background: #e8b6b4;
  width: 3px;
  height: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-product__text {
  letter-spacing: 0.04em;
  font-size: 1.2rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-product__text {
    font-size: 1.4rem;
    line-height: 2.4285714286;
    margin-top: 2rem;
  }
}

.p-product__text span {
  letter-spacing: 0.01em;
}

.p-use {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-use {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-use__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-use__title {
  background: #030303;
  border-radius: 120px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 0.13em;
  width: 12rem;
  height: 3.5rem;
  line-height: 3.5rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-use__title {
    font-size: 2rem;
    width: 14rem;
    height: 4rem;
    line-height: 4rem;
  }
}

.p-use__items {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-use__items {
    margin-top: 3.4rem;
  }
}

.p-use__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-use__item:not(:first-child) {
  margin-top: 3.69rem;
}
@media screen and (min-width: 768px) {
  .p-use__item:not(:first-child) {
    margin-top: 6.69rem;
  }
}

.p-use__item:not(:last-child) figure {
  position: relative;
}

.p-use__item:not(:last-child) figure::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 2rem;
  background: #e3e3e3;
  bottom: -4rem;
  left: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-use__item:not(:last-child) figure::after {
    height: 3rem;
    bottom: -6rem;
  }
}

.p-use__item p {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.02em;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  margin-left: 1.5rem;
  position: relative;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-use__item p {
    line-height: 1.625;
    font-size: 1.6rem;
  }
}

.p-use__item p::after {
  background: #e3e3e3;
  height: 1px;
  max-width: 100%;
  width: 46.8rem;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-use__item p::after {
    width: 46.8rem;
    max-width: initial;
  }
}

.p-use__image {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-use__image {
    width: 23.4rem;
    margin-left: 6.1rem;
    margin-top: initial;
  }
}

.p-use__attention {
  border: 14px solid #f7f7f8;
  padding: 2rem 2rem;
  letter-spacing: 0.04em;
  font-size: 1.2rem;
  margin-top: 2rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-use__attention {
    font-size: 1.4rem;
    line-height: 2.4285714286;
    margin-top: 3.4rem;
    padding: 4rem rem;
  }
}

.p-point {
  background: #f7f7f7;
  position: relative;
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .p-point {
    padding-top: 12.2rem;
    padding-bottom: 20rem;
  }
}

.p-point::after {
  position: absolute;
  content: "";
  background: url(../img/point_bg.png) no-repeat;
  background-size: contain;
  bottom: 0;
  left: 0;
  width: 20.8rem;
  height: 30.5rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-point::after {
    width: 30.8rem;
    height: 59.5rem;
  }
}

.p-point .inner {
  position: relative;
  z-index: 10;
}

.p-point__title {
  margin-top: 2rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.6em;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .p-point__title {
    margin-top: 4rem;
    font-size: 3rem;
    line-height: 1.7666666667;
  }
}

.p-point__text {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-point__text {
    line-height: 3.1428571429;
    font-size: 1.4rem;
    margin-top: 5rem;
  }
}

.p-point__image {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-point__image {
    margin-top: 7.4rem;
  }
}

.p-qa {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-qa {
    padding-top: 13rem;
    padding-bottom: 14rem;
  }
}

.p-qa::after {
  position: absolute;
  content: "";
  background: url(../img/faq_bg.png) no-repeat;
  background-size: contain;
  bottom: 0;
  left: 0;
  width: 30rem;
  height: 14.5rem;
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .p-qa::after {
    width: 97rem;
    height: 46rem;
  }
}

@media screen and (min-width: 768px) {
  .p-qa__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 1050px;
  }
}

@media screen and (min-width: 768px) {
  .p-qa__inner::after {
    position: absolute;
    content: "FAQ";
    font-family: "Cormorant Garamond", serif;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: 13rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #f7f7f7;
    top: -5rem;
    right: -11rem;
    z-index: -1;
  }
}

.p-qa__items {
  max-width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-qa__items {
    width: 66.6rem;
    width: 76rem;
    margin-left: 8rem;
    margin-top: initial;
  }
}

.p-qa__item:not(:first-child) {
  margin-top: 2rem;
}

.p-qa__q {
  background: #222;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 1.2rem 4rem;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.07em;
  border-radius: 0 30px 0 0;
}
@media screen and (min-width: 768px) {
  .p-qa__q {
    font-size: 1.4rem;
    padding: 2.8rem 6rem;
  }
}

.p-qa__q::before {
  position: absolute;
  content: "Q.";
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  left: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-qa__q::before {
    left: 2rem;
    font-size: 2.5rem;
  }
}

.p-qa__q span::after,
.p-qa__q span::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 2px;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
@media screen and (min-width: 768px) {
  .p-qa__q span::after,
  .p-qa__q span::before {
    width: 20px;
    right: 20px;
  }
}

.p-qa__q span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-qa__q.is-active span::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.p-qa__a {
  font-weight: 500;
  font-size: 1.2rem;
  border: 1px solid #0f0f0f;
  background: #fff;
  line-height: 1.8;
  padding: 1rem 3.8rem;
  position: relative;
  display: none;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-qa__a {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    padding: 2.8rem 3.4rem 2.8rem 6rem;
    line-height: 2.5714285714;
  }
}

.p-qa__a.is-active {
  display: block;
}

.p-qa__a span {
  position: relative;
}

.p-qa__a span::before {
  position: absolute;
  content: "A.";
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  left: -2.7rem;
  top: 50%;
  top: -0.5rem;
  color: #e8b6b4;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-qa__a span::before {
    font-size: 2.5rem;
    left: -4rem;
    top: -2rem;
  }
}

.p-qa__image {
  position: absolute;
  width: 22rem;
  right: -9rem;
  z-index: -1;
  top: 30rem;
}

.p-footer {
  background: #000;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }
}

.p-footer__inner {
  max-width: 1050px;
}

@media screen and (min-width: 768px) {
  .p-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-footer__logo {
  width: 17rem;
}

.p-footer__right {
  margin-left: auto;
}

.p-footer__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
  row-gap: 1.4rem;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    margin-top: initial;
    margin-left: auto;
  }
}

.p-footer__item a {
  font-weight: 400;
  letter-spacing: 0.14em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-footer__item a {
    font-size: 1.3rem;
  }
}

.p-footer__copy {
  letter-spacing: 0.2em;
  font-size: 1rem;
  margin-top: 7rem;
  color: #fff;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-footer__copy {
    margin-top: 10.7rem;
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__privacy {
    margin-left: auto;
  }
}

.p-footer__privacy a {
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #020202;
  border-bottom: 1px solid #121212;
}
@media screen and (min-width: 768px) {
  .p-footer__privacy a {
    font-size: 1.4rem;
  }
}

.archive {
  position: relative;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .archive {
    padding-bottom: 10rem;
  }
}

.archive__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 2.7rem;
  -moz-column-gap: 2.7rem;
  column-gap: 2.7rem;
  row-gap: 2.2rem;
}
@media screen and (min-width: 768px) {
  .archive__items {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
  }
}

.archive__item {
  background: #fff;
  border: 3px solid #f5f5f5;
}

.archive__item a {
  color: #222;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.archive__image {
  position: relative;
  height: 18rem;
}
@media screen and (min-width: 768px) {
  .archive__image {
    height: 20.6rem;
  }
}

.archive__image img {
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.archive__category {
  background: #df9fb0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0.3rem 1.2rem;
  position: absolute;
  top: 8px;
  left: 8px;
}

.archive__content {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .archive__content {
    padding: 1.8rem;
  }
}

.archive__title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .archive__title {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.archive__text {
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .archive__text {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}

.archive__btn {
  margin-top: 7.5rem;
  text-align: center;
}

.archive__btn a {
  color: #09a7a7;
  display: inline-block;
  background: #fff;
  border: 6px solid #faee64;
  border-radius: 60px;
  width: 37.2rem;
  max-width: 100%;
  height: 6.9rem;
  text-align: center;
  position: relative;
}

.archive__btn a::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_blue.svg) no-repeat;
  background-size: contain;
  width: 7px;
  height: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50px;
}

.archive__btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.navigation {
  margin-top: 4rem;
  text-align: center;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .navigation {
    margin-top: 7.2rem;
  }
}

.page-numbers {
  color: #09a7a7;
  border: 1px solid #09a7a7;
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 500;
}

.page-numbers:not(:first-child) {
  margin-left: 1.4rem;
}

.page-numbers.current {
  color: #fff;
  background: #09a7a7;
}

.page-numbers:hover {
  color: #fff;
  background: #09a7a7;
}

.single {
  color: #222;
  padding-top: 2rem;
}

.single__title {
  border-bottom: 1px solid #3b3b3b;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-bottom: 2.3rem;
}
@media screen and (min-width: 768px) {
  .single__title {
    font-size: 2.6rem;
    padding-bottom: 3.1rem;
  }
}

.single__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.4rem;
  margin-bottom: 2.4rem;
}

.single__category-link {
  display: inline-block;
  width: 7.5rem;
  text-align: center;
  background: #df9fb0;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.13em;
  height: 2.5rem;
  line-height: 2.5rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .single__category-link {
    width: 10.4rem;
    font-size: 1.2rem;
    height: 2.9rem;
    line-height: 2.9rem;
  }
}

.single__time span {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: #8f8f8f;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .single__time span {
    font-size: 1.5rem;
    padding-left: 2rem;
  }
}

.single__name span {
  position: relative;
  padding-left: 1.2rem;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: #8f8f8f;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .single__name span {
    font-size: 1.4rem;
    padding-left: 2rem;
  }
}

.single__image {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .single__image {
    margin-top: 8.7rem;
  }
}

.single__text {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .single__text {
    font-size: 1.5rem;
    margin-top: 5rem;
  }
}

.single__content h2 {
  background: #f4f4f4;
  border-left: 4px solid #d94b51;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.0526315789;
  letter-spacing: 0.08em;
  padding: 0.8rem 1.5rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .single__content h2 {
    padding: 1rem 2.4rem;
    font-size: 1.9rem;
    margin-top: 5rem;
  }
}

.single__content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2352941176;
  letter-spacing: 0.08em;
  border-left: 4px solid #989898;
  margin-top: 3rem;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .single__content h3 {
    font-size: 1.7rem;
  }
}

.single__content p {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .single__content p {
    font-size: 1.5rem;
  }
}

.single__content figure {
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .single__content figure {
    margin-top: 5rem;
  }
}

.single__btn {
  margin-top: 2.9rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single__btn {
    margin-top: 4.9rem;
  }
}

.single__btn a {
  display: inline-block;
  background: #df9fb0;
  color: #fff;
  width: 15rem;
  max-width: 100%;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single__btn a {
    height: 4.4rem;
    line-height: 4.4rem;
    width: 21.5rem;
  }
}

.single__btn a::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  width: 5px;
}
@media screen and (min-width: 768px) {
  .single__btn a::after {
    right: 35px;
  }
}

.contact {
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-bottom: 10rem;
    padding-top: 8rem;
  }
}

.contact__container {
  border: 1px solid #707070;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .contact__container {
    padding: 80px 40px;
  }
}

@media screen and (min-width: 768px) {
  .contact__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.contact__head-text {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .contact__head-text {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .contact__head-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.contact__head-link {
  text-align: center;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .contact__head-link {
    text-align: initial;
    margin-top: initial;
  }
}

@media screen and (min-width: 768px) {
  .contact__head-link:first-of-type {
    margin-left: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .contact__head-link:last-of-type {
    margin-left: 1.6rem;
  }
}

.contact__head-link a {
  text-align: center;
  display: inline-block;
  background: #0ec555;
  width: 24rem;
  padding: 1.2rem 0;
  color: #fff;
  position: relative;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .contact__head-link a {
    width: 15.5rem;
    padding: 2rem;
  }
}

.contact__head-link a::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  width: 5px;
}
@media screen and (min-width: 768px) {
  .contact__head-link a::after {
    right: 5px;
  }
}

.contact__flow {
  display: block;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .contact__flow {
    margin-top: 4rem;
  }
}

.contact__flow img {
  width: 100%;
}

.contact__form-items {
  width: 65rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .contact__form-items {
    margin-top: 5rem;
    width: 100%;
  }
}

.contact__form-item {
  border-right: 1px solid #ccd0d5;
  border-left: 1px solid #ccd0d5;
  border-bottom: 1px solid #ccd0d5;
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact__form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.contact__form-item:first-child {
  border-top: 1px solid #ccd0d5;
}

.contact__form-dt label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact__form-dt {
  background: #fae9e9;
  padding: 1.2rem;
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 768px) {
  .contact__form-dt {
    width: 370px;
  }
}

.contact__label {
  color: #222;
  font-size: 1.4rem;
  vertical-align: middle;
}

.contact__required {
  color: #d22522;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .contact__required {
    margin-left: initial;
  }
}

.contact__any {
  color: #222;
}

.contact__form-dd {
  max-width: 100%;
  width: 100%;
  padding: 1.2rem 2.2rem;
  line-height: 1.4;
}

.contact__form-select {
  position: relative;
}

.contact__form-select::before {
  position: absolute;
  content: "";
  background: #959595;
  top: 50%;
  right: 34px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
  height: 0.15rem;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact__form-select::after {
  position: absolute;
  content: "";
  background: #959595;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
  height: 0.15rem;
  z-index: 10;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contact__message-attention {
  font-size: 1.4rem;
  color: #464646;
  font-weight: 400;
}

.contact__form-attention {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  color: #000;
  font-weight: 400;
  margin-top: 2rem;
}

.contact__form-attention a {
  color: #d22522;
}

input {
  height: 3.2rem;
}
@media screen and (min-width: 768px) {
  input {
    height: 4.5rem;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="url"],
select,
textarea {
  background: #fff;
  width: 100%;
  padding: 10px;
  font-size: 1.4rem;
  color: #222;
  border: #dddddd solid 1px;
}

textarea {
  height: 18rem;
}

.contact__btn input {
  color: #fff;
}

.wpcf7-list-item-label {
  position: relative;
  text-align: center;
  padding-left: 3rem;
  font-size: 1.4rem;
}

.contact__form-agree {
  margin-top: 6rem;
  font-weight: 700;
}

.contact__form-agree .wpcf7-list-item-label {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .contact__form-agree .wpcf7-list-item-label {
    font-size: 1.8rem;
  }
}

.contact__btn {
  position: relative;
  margin-top: 6rem;
  text-align: center;
}

.contact__btn input {
  background: #d22522;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  width: 20rem;
  height: 5.5rem;
  line-height: 5.5rem;
}
@media screen and (min-width: 768px) {
  .contact__btn input {
    font-size: 2rem;
    width: 25rem;
    height: 6rem;
    line-height: 6rem;
  }
}

.contact__btn input:not(:first-child) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .contact__btn input:not(:first-child) {
    margin-left: 2rem;
    margin-top: initial;
  }
}

.contact__btn span input {
  color: #d22522;
  border: 1px solid #d22522;
  background: #fff;
}

/* チェック前のradioボタン */
.wpcf7-list-item-label::before {
  display: inline-block;
  background: #fff;
  border: 1px solid #222;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  width: 1.2em;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

/* チェック後のボタン */
input[type="radio"]:checked + .wpcf7-list-item-label::before,
input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background-color: #d22522; /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

.contact__form-thanks {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .contact__form-thanks {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-privacy-policy {
    padding-bottom: 9rem;
  }
}

.p-privacy-policy__text {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.p-privacy__wrapper {
  margin-bottom: 5rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-privacy__wrapper {
    line-height: 2;
    font-size: 1.6rem;
  }
}

.p-privacy__wrapper p:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__wrapper p:not(:first-child) {
    margin-top: 4rem;
  }
}

.privacy__wrapper ol {
  list-style: decimal;
  padding-left: 2rem;
}

.p-not-found {
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-not-found {
    padding-bottom: 10rem;
  }
}

.p-not-found__text {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-not-found__text {
    font-size: 2.4rem;
  }
}

.p-not-font__btn {
  margin-top: 2.9rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-not-font__btn {
    margin-top: 4.9rem;
  }
}

.p-not-font__btn a {
  display: inline-block;
  background: #09a7a7;
  color: #fff;
  width: 15rem;
  max-width: 100%;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-not-font__btn a {
    height: 4.4rem;
    line-height: 4.4rem;
    width: 21.5rem;
  }
}

.p-not-font__btn a::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  width: 5px;
}
@media screen and (min-width: 768px) {
  .p-not-font__btn a::after {
    right: 35px;
  }
}

.fv {
  height: 100vh;
  background: url(../img/fv_bg.png) no-repeat center center/cover;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .fv::after {
    position: absolute;
    content: "";
    background: url(../img/fv_left.png) no-repeat;
    background-size: contain;
    width: 27.1rem;
    height: 51.7rem;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
}

.fv__inner {
  position: relative;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.fv__content {
  position: absolute;
  top: 40%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 27rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .fv__content {
    width: 31rem;
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: initial;
    transform: initial;
    margin-top: 8rem;
  }
}

.fv__content::after {
  position: absolute;
  content: "";
  background: url(../img/fv_circle.svg) no-repeat;
  background-size: contain;
  width: 16.5rem;
  height: 16.9rem;
  top: -6rem;
  right: -2rem;
  -webkit-animation: circle-rotate 20s linear infinite;
  animation: circle-rotate 20s linear infinite;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .fv__content::after {
    width: 23.6rem;
    height: 24.1rem;
    top: -11rem;
    right: -14rem;
  }
}

.fv__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  background: #000;
  width: 14.3rem;
  height: 2.7rem;
  line-height: 2.7rem;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .fv__title {
    width: 17.9rem;
    height: 3.3rem;
    line-height: 3.3rem;
    font-size: 1.8rem;
  }
}

.fv__copy {
  margin-top: 1.3rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .fv__copy {
    margin-top: 3rem;
    font-size: 3.8rem;
    line-height: 1.3684210526;
    letter-spacing: 0.12em;
  }
}

.fv__text {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  opacity: 0.46;
  letter-spacing: 0.08em;
  line-height: 2.6666666667;
  margin-top: 1.5rem;
  scale: 0.6;
  margin-left: -6.2rem;
  margin-top: -2rem;
}
@media screen and (min-width: 768px) {
  .fv__text {
    color: #b9b9b9;
    opacity: 1;
    line-height: 2.5;
    letter-spacing: 0.1em;
    margin-top: 3rem;
    scale: 0.8;
    margin-left: -3rem;
  }
}

.fv__image {
  position: absolute;
  top: 55%;
  right: 0;
  width: 27.1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .fv__image {
    margin-top: 4.6rem;
    width: 48.1rem;
    margin-left: 10.4rem;
    position: initial;
    bottom: initial;
    right: initial;
    -webkit-transform: initial;
    transform: initial;
  }
}

.fv__contact {
  margin-top: 1rem;
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .fv__contact {
    width: 16rem;
  }
}

.fv__contact a {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  color: #222;
  line-height: 2;
  border-bottom: 1px solid #222;
  padding-bottom: 0.6rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.fv__links {
  position: absolute;
  top: 14rem;
  right: 5rem;
  text-align: right;
  display: -ms-grid;
  display: grid;
  row-gap: 1rem;
}

.fv__link a {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fv__link a:hover {
  color: #df9fb0;
}

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

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */

.p-lpInfo {
  text-align: justify;
  margin-top: 5.3rem;
  padding-bottom: 0;
}
.p-lpInfo__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.36;
  color: #333;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .p-lpInfo__text {
    font-size: 2.2rem;
    line-height: 1.73;
  }
  .p-lpInfo {
    padding-bottom: 8rem;
  }
}

.display-none {
  display: none;
}

.u-mt8 {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .u-mt8 {
    margin-top: 8rem;
  }
}

/* product */
@media screen and (min-width: 768px) {
  .p-product__variation .p-product__list {
    padding: 4.5rem 2rem;
  }
}
.p-product__variation h2 {
  text-align: center;
}

.p-product__lists-wrap .p-product__lists {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 100%;
}
.p-product__list:nth-of-type(2) {
  height: 100%;
}
.p-product__columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  margin-top: 4rem;
  align-items: stretch;
}
.p-product__col {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.p-product__lists-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
}

@media screen and (min-width: 768px) {
  .p-product__col {
    width: calc(50% - 2rem);
  }
}

.p-product__imageWrap {
  position: relative;
}
.p-product__imageWrap img {
  width: 100%;
  height: 100%;

  object-fit: contain;
  display: block;
}
.p-product__subtitle {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 0.4rem;
}

.p-product__catch {
  font-size: 1.4rem;
  font-weight: 400;
  color: #333;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-product__catch {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    line-height: 1.7;
  }
}

.p-product__imageWrap {
  width: 100%;
  height: 260px;
  padding: 1rem;
  position: relative;
  border: 1px solid #222;
  border-top-right-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.p-product__badge {
  position: absolute;
  top: -3rem;
  right: -3rem;
  width: 12rem;
  height: 12rem;
  background-color: #ff9999;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  line-height: 12rem;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-product__badge {
    top: -1rem;
    right: -1rem;
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
    font-size: 1.6rem;
  }
}

/* p-news1--textOnly */
.p-news1--textOnly .p-news1__thumbnail {
  display: none;
}

.p-news1--textOnly .p-news1__items {
  max-width: 54rem;
  margin: 2rem auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.p-news1--textOnly .p-news1__item {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  text-decoration: none;
  color: inherit;
  min-height: 3.2rem;
  position: relative;
}

.p-news1--textOnly .p-news1__item:first-child::before {
  content: "新登場";
  width: 8rem;
  display: inline-block;
  background-color: #ff9999;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 24px;
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 2;
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.p-news1--textOnly .p-news1__item:not(:first-child)::before {
  content: "";
  width: 8rem;
  display: inline-block;
}

.p-news1--textOnly .p-news1__block {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 0;
}

.p-news1--textOnly .p-news1__time {
  font-size: 1.6rem;
  white-space: nowrap;
  min-width: 7.5rem;
  line-height: 2;
  color: #000;
  display: inline-block;
}

.p-news1--textOnly .p-news1__title {
  font-size: 1.6rem;
  line-height: 2;
  transition: opacity 0.3s ease;
  margin-top: 0;
}

.p-news1--textOnly .p-news1__item:hover .p-news1__time,
.p-news1--textOnly .p-news1__item:hover .p-news1__title {
  opacity: 0.6;
}
.p-news1--textOnly .p-news1__item:nth-of-type(n + 3) {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-news1--textOnly .p-news1__item {
    flex-direction: column;
    align-items: flex-start;
  }

  .p-news1--textOnly .p-news1__item::before {
    margin-bottom: 0.5rem;
  }

  .p-news1--textOnly .p-news1__block {
    flex-direction: row;
  }

  .p-news1--textOnly .p-news1__time,
  .p-news1--textOnly .p-news1__title {
    font-size: 1.2rem;
  }
  .p-news1--textOnly .p-news1__item:not(:first-child)::before {
    display: none;
  }

  .p-news1--textOnly .p-news1__item {
    gap: 0rem;
  }
}
.single__btn {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .single__btn {
    margin-bottom: 5rem;
  }
}
/* ===============================
    update 20250411
   =============================== */

/* ===============================
Stick Balm_20250703
=============================== */
.p-lpFv .fv__title {
  width: auto;
  display: inline-block;
  padding: 0 1rem;
}
.p-lpFv.fv {
  height: 100vh;
  background: url(../img/StickBalm/fv_bg.webp) no-repeat center center/cover;
  background: url(../img/StickBalm/fv_bg.png) no-repeat center center/cover;
  background-position-x: center;
  background-position-y: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-lpFv.fv {
    background: url(../img/StickBalm/fv_bg_sp.webp) no-repeat center
      center/cover;
    background: url(../img/StickBalm/fv_bg_sp.png) no-repeat center center/cover;
  }
}
@media (max-width: 1366px) and (max-height: 768px) {
  .p-lpFv.fv {
    min-height: 700px;
  }
}
@media (max-aspect-ratio: 16/9) {
  .p-lpFv.fv {
    min-height: 650px;
  }
}
.p-lpFv .fv__inner {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.p-lpFv .fv__image {
  margin-left: 0;
  margin-right: 10rem;
  width: 35rem;
}
.p-lpFv .fv__content {
  width: 39rem;
}
.p-lpFv .loop__items {
  position: absolute;
  bottom: 0;
}
.p-lpFv .loop__item-text {
  color: #fbeaea;
  mix-blend-mode: multiply;
  /*filter: brightness(0.9);*/
  opacity: 0.8;
}
.p-lpFv .loop__circle {
  position: absolute;
  top: 12rem;
  right: 6rem;
  width: 250px;
  height: 250px;
  pointer-events: none;
  z-index: -1;
}
.p-lpFv.fv::after {
  background: none;
}
@media screen and (min-width: 768px) {
  .p-lpFv .fv__text {
    margin-left: -4.2rem;
  }
}
.p-lpFv .fv__content::after {
  display: none;
}

.loop__circle {
  position: absolute;
  top: 12rem;
  right: 6rem;
  width: 250px;
  height: 250px;
  pointer-events: none;
  z-index: -1;
}

@keyframes rotateText {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.circle-svg {
  width: 100%;
  height: 100%;
  animation: rotateText 20s linear infinite;
}

/* 回る文字 テキスト表示*/
.circle-svg text {
  font-size: 26px;
  fill: #f9f9f9;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 2px;
}

@media screen and (min-width: 768px) {
  .p-lpFeature .p-product__title {
    font-size: 1.8rem;
  }
}
.p-lpFeature .p-about2__img img {
  border-top-right-radius: 100px;
  border: 1px solid #2c2c2c;
}
.p-lpFeature .u-flexReverse .p-about2__img img {
  border-top-right-radius: 0;
  border-top-left-radius: 100px;
}

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

.p-lpRecommend {
  margin-top: 0rem;
  margin-bottom: 8rem;
}
.p-lpRecommend .p-product__title {
  font-size: 3.6rem;
}
.p-lpRecommend__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 4rem;
}
.p-lpRecommend__list li {
  box-sizing: border-box;
  flex: 0 1 calc((100% - 2rem) / 3);
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 1.5rem 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: center;
  white-space: normal;
}
.p-lpRecommend__img {
  text-align: center;
  position: relative;
}
.p-lpRecommend__img img {
  max-width: 100%;
  height: auto;
  border-top-left-radius: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 450px;
  width: 100%;
  -o-object-position: center center;
  object-position: center center;
  display: block;
  margin: auto;
  border: 1px solid #2c2c2c;
}
.p-lpRecommend .loop__circle {
  position: absolute;
  top: -75px;
  right: -74px;
  width: 150px;
  height: 150px;
  pointer-events: none;
  z-index: 2;
}
.p-lpRecommend .circle-svg text {
  font-size: 26px;
  fill: #2c2c2c;
}

.p-lpProduct {
  margin-top: 4rem;
}
.p-lpProduct .p-lpInfo__text {
  text-align: center;
}
.p-lpProduct__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2rem;
  list-style: none;
  padding: 0;
  margin-top: 3rem;
}
.p-lpProduct__list li {
  padding: 1rem 1.5rem;
  border-radius: 100px;
  text-align: center;
  font-size: 1.4rem;
  border: 1px solid #ccc;
}
.p-lpProduct .product-item {
  transform: scale(1.25);
}
.p-lpProduct .p-product__imageWrap {
  overflow: hidden;
  padding: 15px 0 0 0;
}
.p-lpProduct.p-product::after {
  background: none;
}

.p-lpHowto {
  z-index: 2;
  position: relative;
}

.p-use__attention {
  z-index: 2;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-lpHowto .p-use__item p {
    width: 46.8rem;
    max-width: initial;
  }
}
.p-lpHowto .p-use__tag-list {
  margin-top: 4rem;
  padding: 1.5rem 0;
  border-radius: 1rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
  list-style: none;
}
.p-lpHowto .p-use__tag-list li {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2rem;
  padding: 0.5rem 1.2rem;
  font-size: 1.3rem;
  font-weight: 400;
}
.p-lpHowto .p-use__attention {
  margin-bottom: 4rem;
}
.p-lpp-point.p-point::after {
  background-color: #f7f7f7;
  background-image: url(../img/StickBalm/product_bg-bottom.png);
  width: 100%;
  height: 320px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -80px bottom;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-lpp-point.p-point::after {
    height: 300px;
  }
}

.textCenter {
  text-align: center;
}
/* ▽ */
.p-lpHowto .p-use__image {
  max-width: 234px;
  margin: auto;
}
.loop__point {
  bottom: 2.1rem;
}

.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  /*TOPICS*/
  .p-news1__item:not(:first-child)::before {
    display: none;
  }
  /*br*/
  .sp-br {
    display: block;
  }
  /*p-lpFv*/
  .p-lpFv .fv__image {
    width: 220px;
    bottom: 0px;
  }
  .p-lpFv .fv__image {
    margin-left: 0;
    margin-right: 3rem;
    width: 20rem;
    top: 63%;
  }
  .fv__content {
    top: 35vh;
  }
  .u-flexReverse {
    flex-direction: column;
  }
  /*Recommend*/
  .p-lpRecommend .p-product__title {
    font-size: 2.4rem;
  }
  .p-lpRecommend .loop__circle {
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
  }
  .p-lpRecommend .circle-svg text {
    font-size: 28px;
  }
  .p-lpRecommend__list li {
    box-sizing: border-box;
    flex: 0 1 100%;
    font-size: 1.4rem;
    padding: 1rem;
  }
  .p-lpRecommend__list li br {
    display: none;
  }
  .p-lpRecommend__img img {
    height: 350px;
  }
  .p-lpHowto .p-use__tag-list {
    gap: 0.5rem;
    justify-content: center;
  }
  .p-lpHowto .p-use__tag-list li {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
  .p-lpHowto .p-use__image {
    padding: 2rem;
    margin-top: 2rem;
    max-width: 215px;
  }
}
@media screen and (max-width: 768px) {
  .p-lpHowto .p-use__item p {
    margin-left: 0.5rem;
  }
  .p-use__item:not(:first-child) {
    margin-top: 2rem;
  }
}
/* howto-box */
.howto-box {
  border: 2px solid #d189a9;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  max-width: 900px;
  margin: 5rem auto 4rem;
  font-size: 1.4rem;
  line-height: 2.2;
  background-color: #fff;
}

.howto-box .p-lpInfo__text {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  color: #d189a9;
}

/*.care-focus*/
.care-focus__title {
  background: #f9d2d4;
  border-radius: 120px;
  color: #727171;
  padding: 1rem 2.5rem;
  display: inline-block;
}
/* PC：3カラム */
.howto-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}

.howto-cell {
  padding: 0;
  position: relative;
}

.howto-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.howto-title {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
}

.howto-icon {
  font-size: 1.8rem;
  line-height: 1;
}

.howto-text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
.howto-divider-horizontal {
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    #999,
    #999 2px,
    transparent 2px,
    transparent 6px
  );
  margin: 0.8rem 0;
}
.bordered-v::before,
.bordered-v::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-image: repeating-linear-gradient(
    to bottom,
    #999,
    #999 2px,
    transparent 2px,
    transparent 6px
  );
}

.bordered-v::before {
  left: 0;
}

.bordered-v::after {
  right: 0;
}

@media screen and (max-width: 767px) {
  .howto-box {
    border-top-left-radius: 50px;
  }

  .howto-grid {
    grid-template-columns: 1fr;
  }

  .howto-cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    text-align: left;
    width: 100%;
    padding: 1.5rem 0;
    border-bottom: 1px dotted #ccc;
  }

  .howto-heading {
    flex-shrink: 0;
    gap: 1rem;
    width: 40%;
    justify-content: center;
  }

  .howto-title,
  .howto-icon {
    font-size: 1.6rem;
  }

  .howto-text {
    flex: 1;
    font-size: 1.4rem;
    margin: 0;
  }

  .bordered-v::before,
  .bordered-v::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    width: auto;
    background-image: repeating-linear-gradient(
      to right,
      #999,
      #999 2px,
      transparent 2px,
      transparent 6px
    );
  }

  .bordered-v::before {
    top: 0;
    bottom: auto;
  }

  .bordered-v::after {
    bottom: 0;
    top: auto;
  }
  .howto-divider-horizontal {
    width: 1px;
    height: 100%;
    background-image: repeating-linear-gradient(
      to bottom,
      #999,
      #999 2px,
      transparent 2px,
      transparent 6px
    );
    margin: 0 auto;
  }
  .care-focus__title {
    display: block;
  }
  .howto-box {
    margin: 4rem auto;
  }
}

.howto-icon img {
  display: inline-block;
  height: 37.3px;
  width: auto;
  vertical-align: middle;
}

.howto-icon.night img {
  width: 28.8px;
  height: auto;
  vertical-align: middle;
}

.howto-icon.morning img,
.howto-icon.daytime img {
  width: 37.3px;
  height: auto;
  vertical-align: middle;
}

/* First View */
.p-lpFv .fv__english {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  color: #4a4a4a;
  opacity: 1;
  margin-top: 3rem;
  scale: 0.8;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  padding-top: 2rem;
}
.p-lpFv .fv__english .english-title {
  color: #d6a8a8;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 2.4rem;
}

.p-lpFv .fv__english .english-tagline,
.p-lpFv .fv__english .english-body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.03em;
  color: #555;
  margin: 0;
  padding: 0;
  text-align: left;
}
.p-lpFv .fv__english .english-tagline {
  padding-top: 3rem;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .p-lpFv .fv__image {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .p-lpFv .fv__english {
    width: auto;
    padding-top: 3rem;
  }

  .p-lpFv .fv__content {
    width: 34%;
    margin-top: 14rem;
  }

  .p-lpFv .fv__image {
    width: 28%;
    margin-top: 1rem;
    margin-left: 0;
  }
}
.fv__content {
  top: 0;
}
.p-lpFv .fv__inner {
  top: 54%;
  transform: translate(-50%, -50%);
}
.u-text-center {
  text-align: center;
}
.p-lpFv .fv__text {
  margin-left: 0;
  scale: 1;
}
.p-lpFv .fv__inner {
  flex-direction: row;
}
.p-lpFv .fv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.p-lpFv .loop__circle {
  top: 0;
}

@media screen and (min-width: 768px) {
  .p-about2__block {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-lpFv .fv__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .p-lpFv .fv__english,
  .p-lpFv .fv__content,
  .p-lpFv .fv__image {
    width: 100%;
    margin: 0;
  }
  .p-lpFv .fv__english .english-tagline {
    opacity: 0.5;
    text-align: left;
  }
  .p-lpFv .fv__english .english-title {
    text-align: left;
  }
  .p-lpFv .fv__english {
    align-items: normal;
    position: absolute;
    padding-top: 30%;
    padding-left: 40px;
    scale: 0.45;
    transform-origin: left bottom;
  }

  .p-lpFv .fv__content {
    width: 85%;
    margin: 1.5rem auto 0;
    text-align: left;
    top: 0;
  }

  .p-lpFv .fv__image {
    transform: none;
    max-width: 320px;
    margin: 2rem auto;
    position: absolute;
    top: 40%;
    right: 16px;
    width: 23rem;
  }
  .p-lpFv .loop__circle {
    width: 180px;
    height: 180px;
  }
  .p-lpFv .fv__content {
    top: 20%;
  }
  .p-lpFv .fv__inner {
    position: relative;
    height: inherit;
  }
  .p-lpInfo__text.u-text-center {
    width: 100%;
    margin: auto;
  }
}
.p-lpFeature .p-about2__text {
  font-size: 1.6rem;
}
@media screen and (max-width: 375px) {
  .p-lpFv .fv__english {
    scale: 0.4;
  }
}
@media screen and (max-width: 767.98px) {
  .p-use__item figure img {
    max-width: 27px;
  }
  .p-lpFeature .p-about2__text {
    font-size: 1.3rem;
    text-align: justify;
  }
}

/* リセットCSS */
.c-img img {
  position: static;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  width: auto;
  height: auto;
  -o-object-fit: initial;
  object-fit: initial;
  max-width: 100%;
  display: block;
}

.p-about2__img::before,
.c-img::before {
  content: none;
  display: none;
  padding-top: 0;
}

.small {
  font-size: smaller;
}
.p-use__item {
  position: relative;
}

.p-use__item figure {
  display: none;
}

.p-use__item::before {
  content: "〇";
  display: inline-block;
  font-size: 2rem;
  color: #ffb9b5;
  margin-right: 0.5rem;
  margin-bottom: 0;
  line-height: 1;
  vertical-align: middle;
  flex-shrink: 0;
}

.p-use__item::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-use__item,
  .p-use__item:not(:first-child) {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-use__item,
  .p-use__item:not(:first-child) {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-use__item::before {
    font-size: 1.5rem;
  }
}
.p-use__points {
  list-style: none;
  padding-left: 0;
}
.p-use__points li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 2;
}
.p-use__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background: linear-gradient(135deg, #ffb9b5 0%, #e8b6b4 100%);
}

@media screen and (max-width: 767px) {
  .p-use__points li {
    padding-left: 2.5rem;
    margin-bottom: 1.2rem;
    line-height: 1.6;
  }
  .p-use__points li::before {
    left: 0.3rem;
    top: 0.5em;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .p-lpProduct__list li {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about2__block {
    padding: 0 0 0 2rem;
  }
}
.p-about2__list {
  list-style: none;
  padding-left: 0;
  text-align: justify;
  letter-spacing: 0.04em;
  line-height: 2.4285714286;
}

.p-about2__list li {
  display: flex;
  align-items: flex-start;
}

.p-about2__list li::before {
  content: "– ";
  flex-shrink: 0;
  margin-right: 0.5em;
}
@media screen and (max-width: 767.98px) {
  .p-about2__list li {
    font-size: 1.3rem;
    line-height: 1.7142857143;
  }
}
#stickbalm.c-fvSub {
  position: relative;
  overflow: hidden;
  margin-top: 12.5rem;
  height: 33rem;
  background: url(../img/StickBalm/fv_sub_bg.jpg) no-repeat center center /
    cover;
}
@media screen and (max-width: 767.98px) {
  #stickbalm.c-fvSub {
    margin-top: 9rem;
    height: 13rem;
  }
}
/* ===============================
SEOプラグインから書き出されるh1対策
=============================== */
body#stickbalm main h1,
body#contact-stickbalm main h1,
body#contact-confirm-stickbalm main h1,
body#contact-thanks-stickbalm main h1 {
  display: none;
}
/* ===============================
StickBalm
update 20250704 
=============================== */
