@charset "UTF-8";
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
ul {
  padding: 0;
  margin: 0;
}

ul > li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  user-drag: none;
  /* ドラッグ禁止 */
  user-select: none;
  /* 選択禁止 */
  -webkit-user-drag: none;
  /* Webkitブラウザ（ChromeやSafari）向け */
  -webkit-user-select: none;
  -moz-user-select: none;
  /* Firefox向け */
  -ms-user-select: none;
  /* IE向け */
  pointer-events: none;
  /* 右クリックや長押し禁止 */
}

a {
  text-decoration: none;
  transition: all 0.4s;
  color: #422123;
}

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

p {
  line-height: 2;
}

h1,
h2,
h3 {
  font-weight: 400;
}

html {
  font-size: 16px;
  line-height: 2;
  /* はね返りを抑制 */
  overscroll-behavior: none;
}

body {
  overflow-x: hidden;
  color: #422123;
  background-color: #fff;
  font-family: "MFW-PIshiiGothicStdN-R", "A-OTF P石井ゴシック StdN", "A-OTF P Ishii Gothic StdN", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  position: relative;
  /* はね返りを抑制 */
  overscroll-behavior: none;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1309px) {
  body:has(.siteHeader.is-open) {
    overflow: hidden;
  }
}

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

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

.container {
  max-width: 1380px;
  width: 87%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 90%;
  }
}
.container-md {
  max-width: 1280px !important;
  margin: 0 auto;
  width: 87%;
}
@media screen and (max-width: 1024px) {
  .container-md {
    width: 90%;
  }
}
.container-sl {
  max-width: 1160px !important;
  margin: 0 auto;
  width: 82%;
}
@media screen and (max-width: 1024px) {
  .container-sl {
    width: 90%;
  }
}

.section_title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section_title {
    margin-bottom: 25px;
  }
}
.section_title > * {
  line-height: 1;
}
.section_title .section_title_ja {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
}
@media screen and (max-width: 1024px) {
  .section_title .section_title_ja {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .section_title .section_title_ja {
    font-size: 1.2rem;
  }
}
.section_title .section_title_en {
  color: #f1807b;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 1024px) {
  .section_title .section_title_en {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .section_title .section_title_en {
    right: -2.2rem;
    font-size: 1rem;
  }
}
.section_title-img {
  margin-bottom: 40px;
  text-align: center;
}
.section_title-center {
  text-align: center;
}
.section_title-center .section_title_en {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .section_title-center .section_title_en {
    margin-top: 10px;
  }
}
.section_title-vertical {
  writing-mode: vertical-rl;
  position: relative;
}
.section_title-vertical .section_title_ja {
  font-size: 2.8rem;
}
@media screen and (max-width: 1024px) {
  .section_title-vertical .section_title_ja {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .section_title-vertical .section_title_ja {
    font-size: 1.6rem;
  }
}
.section_title-vertical .section_title_en {
  position: absolute;
  top: 0;
  right: -3.5rem;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .section_title-vertical .section_title_en {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .section_title-vertical .section_title_en {
    right: -2.2rem;
    font-size: 1.3rem;
  }
}
.section_title-vertical .section_title_en span {
  position: relative;
}
.section_title-vertical .section_title_en span::after {
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  max-height: 100%;
  background-color: #f1807b;
  position: absolute;
  bottom: -130%;
  left: 50%;
  transform: translateX(-50%);
}
.section_title-vertical-center {
  margin: 0 auto;
}
.section_contents {
  padding: 140px 0;
}
@media screen and (max-width: 1024px) {
  .section_contents {
    padding: 110px 0;
  }
}
@media screen and (max-width: 768px) {
  .section_contents {
    padding: 90px 0;
  }
}
.section_contents_inner {
  max-width: 600px;
  margin: 0 auto;
  width: 90%;
}
.section_contents_text {
  width: fit-content;
  margin: 0 auto;
}
.section_contents_maintext {
  width: fit-content;
  margin-top: 55px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section_contents_maintext {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.section_contents_maintext::before {
  content: "";
  display: block;
  width: 58px;
  height: auto;
  aspect-ratio: 1/0.722;
  background-image: url(../image/common/doublequotes.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-20px);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section_contents_maintext::before {
    transform: none;
    width: 10%;
    margin-bottom: 10px;
  }
}
.section_contents_maintext_text {
  color: #f1807b;
  font-size: 2rem;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .section_contents_maintext_text {
    font-size: 1.5rem;
  }
}
.section_contents_info {
  width: fit-content;
  color: #636363;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .section_contents_info {
    line-height: 2;
  }
}
.section_contents_btn.btn {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .section_contents_btn.btn {
    margin-top: 40px;
  }
}

.btn {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  color: #ffffff;
  background-color: #6f4031;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  font-size: 1.05rem;
  padding: 25px 50px;
  border-radius: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
    padding: 15px 5px;
    font-size: 0.85rem;
  }
}
.btn:hover {
  background-color: #f1807b;
}
.btn .arrow {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin: 0;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .btn .arrow {
    width: 18px;
    height: 18px;
  }
}
.btn .arrow::after, .btn .arrow::before {
  content: "";
  position: absolute;
  top: 45.55%;
  right: 35%;
  width: 30%;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: 100% 50%;
  transition: all 0.4s;
}
.btn .arrow::before {
  transform: rotate(45deg);
}
.btn .arrow::after {
  transform: rotate(-45deg);
}
.btn .arrow-bottom {
  position: relative;
  display: inline-block;
  width: 10.5px;
  height: 6.2px;
  transition: all 0.4s;
}
.btn .arrow-bottom::before, .btn .arrow-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 8px;
  border-radius: 9999px;
  background-color: #422123;
  transform-origin: 50% calc(100% - 1px);
  transition: all 0.4s;
}
.btn .arrow-bottom::before {
  transform: rotate(45deg);
}
.btn .arrow-bottom::after {
  transform: rotate(-45deg);
}
.btn-center {
  margin: 0 auto;
}

.block_bordercard {
  position: relative;
  background-image: url(../image/common/bg_pink_texture.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 30px;
  box-sizing: border-box;
  min-width: 510px;
  max-width: 600px;
  border-radius: 100px;
  z-index: 1;
  text-align: center;
  width: 48%;
  margin-left: auto;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .block_bordercard {
    width: 100%;
    min-width: auto;
    border-radius: 50px;
    padding: 50px 20px;
  }
}
.block_bordercard::before, .block_bordercard::after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: 20%;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #6f4031;
  border-left: 1px solid #6f4031;
  border-right: 1px solid #6f4031;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .block_bordercard::before, .block_bordercard::after {
    width: calc(100% - 20px);
    height: 10%;
    top: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
}
.block_bordercard::after {
  top: auto;
  bottom: 10px;
  border-top: none;
  border-bottom: 1px solid #6f4031;
  border-left: 1px solid #6f4031;
  border-right: 1px solid #6f4031;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
@media screen and (max-width: 768px) {
  .block_bordercard::after {
    bottom: 10px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
.block_bordercard_main {
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .block_bordercard_main {
    font-size: 1.2rem;
  }
}
.block_bordercard_main span {
  display: inline-block;
}
.block_bordercard_info {
  margin-top: 20px;
  font-size: 0.9rem;
  font-family: "MFW-PIshiiGothicStdN-R", "A-OTF P石井ゴシック StdN", "A-OTF P Ishii Gothic StdN", sans-serif;
  color: #636363;
}
@media screen and (max-width: 768px) {
  .block_bordercard_info {
    margin-top: 10px;
    font-size: 0.8rem;
  }
}
.block_bordercard .btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .block_bordercard .btn {
    width: 90%;
    margin-top: 30px;
  }
}

.icon-after::after {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
}

.icon-after-link::after {
  content: "\f1c5";
  display: inline-block;
}

.inview {
  opacity: 0;
  transition: opacity 0.7s, transform 0.7s, filter 0.8s;
}
.inview-bottom {
  transform: translateY(15px);
}
.inview-top {
  transform: translateY(-15px);
}
.inview-left {
  transform: translateX(-15px);
}
.inview-right {
  transform: translateX(15px);
}
.inview-blur {
  transform: translateY(15px);
  filter: blur(10px);
}

.inview.show {
  opacity: 1;
  transform: translate(0);
}

.inview-blur.show {
  filter: blur(0);
}

.siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100px;
  padding: 20px 30px;
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .siteHeader {
    height: 60px;
    padding: 10px 15px;
  }
}
.siteHeader_container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .siteHeader_container {
    gap: 15px;
  }
}
.siteHeader_logo {
  width: 20%;
  min-width: 200px;
  padding-right: 20px;
  margin-right: auto;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .siteHeader_logo {
    width: 49%;
    max-width: 210px;
    min-width: auto;
    padding-right: 5px;
  }
}
.siteHeader_logo a {
  display: block;
}
.siteHeader_logo a:hover {
  opacity: 0.7;
}
.siteHeader_nav {
  width: 50%;
  margin-right: 20px;
  max-width: 650px;
}
@media screen and (max-width: 1309px) {
  .siteHeader_nav {
    opacity: 0;
    width: 100vw;
    max-width: none;
    position: fixed;
    top: 100px;
    right: -100vw;
    background-color: #6f4031;
    height: calc(100vh - 100px);
    transition: all 0.4s;
    padding: 20px;
    box-sizing: border-box;
    margin-right: 0;
    overflow: scroll;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader_nav {
    top: 60px;
    height: calc(100vh - 60px);
  }
}
.siteHeader_nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
@media screen and (max-width: 1309px) {
  .siteHeader_nav ul {
    max-width: 700px;
    margin: 0 auto;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 1309px) {
  .siteHeader_nav_item {
    width: 100%;
  }
}
.siteHeader_nav_link {
  position: relative;
  font-size: clamp(1rem, 0.961rem + 0.17vw, 1.125rem);
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
}
.siteHeader_nav_link:hover {
  color: #f1807b;
}
.siteHeader_nav_link:hover::after {
  border-color: #f1807b;
}
@media screen and (max-width: 1309px) {
  .siteHeader_nav_link {
    display: block;
    color: #ffffff;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    padding: 25px 0;
  }
}
.siteHeader_nav_link::after {
  transition: all 0.4s;
}
@media screen and (max-width: 1309px) {
  .siteHeader_nav_link::after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
  }
}
.siteHeader_nav_btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.85rem;
  background-color: #fdf1d9;
  padding: 15px 5px;
  border-radius: 50px;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  box-sizing: border-box;
}
.siteHeader_nav_btn:hover {
  opacity: 0.6;
}
.siteHeader_nav_btn_wrapper {
  display: none !important;
}
@media screen and (max-width: 1309px) {
  .siteHeader_nav_btn_wrapper {
    display: block !important;
    max-width: 700px;
    margin: 40px auto;
  }
}
@media screen and (max-width: 1309px) {
  .siteHeader_nav_btn img {
    max-width: 25px;
    width: 18px;
  }
}
.siteHeader_nav_btn-shop {
  margin-top: 20px;
  background-color: #fbdfde;
}
.siteHeader_nav_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
}
.siteHeader_nav_sns img {
  width: 48%;
}
.siteHeader_nav_sns_wrapper {
  display: none !important;
}
@media screen and (max-width: 1309px) {
  .siteHeader_nav_sns_wrapper {
    display: block !important;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.siteHeader_nav_sns_text {
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
}
.siteHeader_nav_sns_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}
.siteHeader_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  height: 100%;
  gap: 10px;
  font-size: clamp(0.875rem, 0.4rem + 0.65vw, 1.313rem);
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  background-color: #fdf1d9;
  border: 1px solid #6f4031;
  padding: 0 22px;
  border-radius: 50px;
  box-sizing: border-box;
  margin: 0 !important;
}
@media screen and (max-width: 1309px) {
  .siteHeader_btn {
    padding: 18px 20px;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader_btn {
    padding: 0;
    width: 10.5vw !important;
    max-width: 40px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
  }
}
.siteHeader_btn:hover {
  opacity: 0.6;
}
.siteHeader_btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
  width: 35%;
  max-width: 480px;
}
@media screen and (max-width: 1309px) {
  .siteHeader_btn_wrapper {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader_btn_wrapper {
    gap: 12px;
  }
}
.siteHeader_btn span {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .siteHeader_btn span {
    display: none;
  }
}
.siteHeader_btn img {
  width: 1.5vw;
  max-width: 25px;
  min-width: 18px;
}
@media screen and (max-width: 768px) {
  .siteHeader_btn img {
    width: 50%;
    min-width: auto;
  }
}
.siteHeader_btn-shop {
  width: 55%;
  background-color: #6f4031;
  color: #ffffff;
}
.siteHeader_btn-shop:hover {
  opacity: 1;
  background-color: #f1807b;
  border-color: #f1807b;
}
.siteHeader_navbtn {
  position: relative;
  display: none;
  width: 50px;
  height: 55px;
  cursor: pointer;
  background: none;
  border: none;
  transition: all 0.3s;
}
@media screen and (max-width: 1309px) {
  .siteHeader_navbtn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader_navbtn {
    height: 40px;
    width: 40px;
  }
}
.siteHeader_navbtn:hover {
  opacity: 0.6;
}
.siteHeader_navbtn-border {
  position: absolute;
  display: block;
  top: 22px;
  width: 50px;
  height: 3px;
  background: #6f4031;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .siteHeader_navbtn-border {
    top: 16px;
    width: 40px;
  }
}
.siteHeader_navbtn-border:first-child {
  top: 10px;
}
@media screen and (max-width: 768px) {
  .siteHeader_navbtn-border:first-child {
    top: 7px;
  }
}
.siteHeader_navbtn-text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  font-size: clamp(0.5rem, 0.3rem + 2vw, 1.1rem);
  color: #422123;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .siteHeader_navbtn-text {
    font-size: 12px;
  }
}
.siteHeader.is-open .siteHeader_nav {
  opacity: 1;
  right: 0;
}
.siteHeader.is-open .siteHeader_navbtn-border:first-child {
  top: 10px;
  width: 30px;
  transform: translateX(5px) rotate(-40deg);
}
.siteHeader.is-open .siteHeader_navbtn-border:nth-child(2) {
  top: 10px;
  width: 30px;
  transform: translateX(5px) rotate(40deg);
}

main {
  position: relative;
  padding-top: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 60px;
  }
}
main:has(.singlepage):not(:has(.oem, .contactpage)) {
  padding: 0;
}

.siteFooter {
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.siteFooter a:hover {
  opacity: 0.6;
}
.siteFooter::before {
  content: "";
  display: block;
  background-color: #603b33;
  position: absolute;
  top: 0;
  left: 0;
  width: 93.5%;
  height: 100%;
  border-radius: 0 200px 0 0;
}
@media screen and (max-width: 768px) {
  .siteFooter::before {
    width: 100%;
    border-radius: 0 100px 0 0;
  }
}
.siteFooter_container {
  max-width: 1160px !important;
  margin: 0 auto;
  width: 87%;
  padding: 135px 0;
  padding-right: 50px;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .siteFooter_container {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter_container {
    padding: 50px 0 30px;
  }
}
.siteFooter_company {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .siteFooter_company {
    width: 100%;
  }
}
.siteFooter_company_logo {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .siteFooter_company_logo {
    max-width: 250px;
  }
}
.siteFooter_company_logo:hover {
  opacity: 0.6;
}
.siteFooter_company_info {
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  font-size: 1.1rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .siteFooter_company_info {
    font-size: 1rem;
  }
}
.siteFooter_company_info li + li {
  margin-top: 5px;
}
.siteFooter_company_info a {
  display: inline-block;
  color: #ffffff;
}
.siteFooter_company_sns {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .siteFooter_company_sns {
    margin-top: 30px;
  }
}
.siteFooter_company_sns a {
  display: block;
}
.siteFooter_nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .siteFooter_nav {
    flex: auto;
  }
}
.siteFooter_nav_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px 35px;
}
@media screen and (max-width: 1024px) {
  .siteFooter_nav_list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    margin-top: 10px;
  }
}
.siteFooter_nav_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .siteFooter_nav_item {
    gap: 15px;
  }
}
.siteFooter_nav_link {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .siteFooter_nav_link {
    font-size: 0.9rem;
  }
}
.siteFooter_nav_link-sub {
  font-size: 0.9rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .siteFooter_nav_link-sub {
    font-size: 0.8rem;
  }
}
.siteFooter_nav_link-sub::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 2px;
  background-color: #fff;
  margin-right: 10px;
  vertical-align: middle;
}
.siteFooter_nav_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  background-color: #fdf1d9;
  font-size: 1rem;
  padding: 28px 40px;
  border-radius: 50px;
}
@media screen and (max-width: 1024px) {
  .siteFooter_nav_btn {
    width: 100%;
    padding: 15px 5px;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter_nav_btn {
    font-size: 0.85rem;
  }
}
.siteFooter_nav_btn:hover {
  opacity: 0.6;
}
.siteFooter_nav_btn img {
  width: 1.8vw;
  max-width: 25px;
}
@media screen and (max-width: 1024px) {
  .siteFooter_nav_btn img {
    width: 18px;
  }
}
.siteFooter_nav_btn_wrapper {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .siteFooter_nav_btn_wrapper {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter_nav_btn_wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.siteFooter_nav_btn-shop {
  background-color: #fbdfde;
}
.siteFooter_copyright {
  width: 6.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 10rem;
  color: #422123;
  transform: rotate(90deg);
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .siteFooter_copyright {
    width: 100%;
    display: block;
    position: relative;
    bottom: auto;
    right: auto;
    transform: none;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
  }
}
.siteFooter_copyright span {
  white-space: nowrap;
  font-size: 1rem;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
}
@media screen and (max-width: 768px) {
  .siteFooter_copyright span {
    font-size: 10px;
  }
}

.nav_sns {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: sticky;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .nav_sns {
    position: static;
    top: auto;
    transform: none;
  }
}
.nav_sns_wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 6.5%;
  height: 100%;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .nav_sns_wrap {
    display: none !important;
  }
}
.nav_sns p {
  height: 33px;
  line-height: 1;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-family: "EB Garamond", serif;
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .nav_sns p {
    font-size: 0.9rem;
    height: 60px;
    margin-bottom: 8px;
  }
}
.nav_sns_link {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nav_sns_link a {
  display: inline-block;
  width: 26px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .nav_sns_link a {
    width: 20px;
  }
}
.nav_sns_link a:hover {
  opacity: 0.7;
}
.nav_sns-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .nav_sns-sp {
    position: relative;
    display: flex !important;
    width: fit-content;
    margin-left: auto;
    margin-right: 15px;
    margin-top: -20px;
    z-index: 3;
  }
}

.pagetop {
  width: 6.5%;
  position: fixed;
  right: 0;
  bottom: 30px;
  display: none;
  z-index: 100;
  cursor: pointer;
  transition: bottom 0.4s, top 0.4s;
  font-family: "EB Garamond", serif;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pagetop {
    position: fixed !important;
    width: auto;
    right: 20px;
    top: auto !important;
    bottom: 20px !important;
    background-color: #f1807b;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 0.8rem;
  }
}
.pagetop span {
  display: block;
}
.pagetop a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pagetop a {
    width: 40px;
    height: 40px;
    justify-content: center;
    color: #ffffff;
  }
}
.pagetop a:hover {
  color: #f1807b;
}
.pagetop a:hover .arrow {
  background-color: #f1807b;
}
.pagetop a:hover .arrow::before {
  background-color: #f1807b;
}
@media screen and (max-width: 768px) {
  .pagetop_text {
    display: none !important;
  }
}
.pagetop .arrow {
  position: relative;
  display: block;
  width: 1px;
  height: 60px;
  margin-left: 0;
  margin-bottom: 15px;
  border-radius: 9999px;
  background-color: #b89269;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .pagetop .arrow {
    display: inline-block;
    width: 13.3px;
    height: 11px;
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .pagetop .arrow::before,
  .pagetop .arrow::after {
    content: "";
    position: absolute;
    top: 2% !important;
    left: calc(50% - 1px) !important;
    width: 2px !important;
    height: 10px !important;
    border-radius: 9999px !important;
    background-color: #fff !important;
    transform-origin: 50% 1px !important;
  }
}
@media screen and (max-width: 768px) {
  .pagetop .arrow::after {
    transform: rotate(-45deg);
  }
}
.pagetop .arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 15px;
  border-radius: 9999px;
  background-color: #b89269;
  transform: rotate(45deg);
  transform-origin: 50% 0.5px;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .pagetop .arrow::before {
    transform: rotate(45deg);
    background-color: #fff;
  }
}
.pagetop.is-stop {
  position: absolute;
  top: auto;
  bottom: auto;
}

.breadcrumbs {
  position: relative;
  margin-top: 60px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    margin-top: 40px;
  }
}
.breadcrumbs_list_item {
  display: inline;
  align-items: center;
  color: #636363;
  font-size: 0.9rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .breadcrumbs_list_item {
    font-size: 0.75rem;
  }
}
.breadcrumbs_list_item a {
  color: #636363;
}
.breadcrumbs_list_item a:hover {
  color: #422123;
}
.breadcrumbs_list_item + .breadcrumbs_list_item {
  margin-left: 5px;
}
.breadcrumbs_list_item + .breadcrumbs_list_item::before {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #f1807b;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
  flex-shrink: 0;
}

.singlepage {
  overflow: hidden;
}
.singlepage_top {
  padding-top: 150px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .singlepage_top {
    padding-top: 110px;
  }
}
.singlepage_top_contents {
  position: relative;
}
.singlepage_top_contents_text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .singlepage_top_contents_text {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-bottom: 30px;
  }
}
.singlepage_top_contents_text .section_title_ja {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .singlepage_top_contents_text .section_title_ja {
    font-size: 1.6rem;
  }
}
.singlepage_top_contents_text .section_title_en {
  font-size: 2rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .singlepage_top_contents_text .section_title_en {
    font-size: 1.1rem;
    margin-top: 10px;
  }
}
.singlepage_top_contents_img {
  width: 85%;
  margin-left: auto;
  transform: translateX(20%);
}
@media screen and (max-width: 768px) {
  .singlepage_top_contents_img {
    width: 100%;
    max-width: 600px;
    transform: translateX(8%);
  }
}
.singlepage_top_contents_img img {
  width: 100%;
  max-width: none;
}
.singlepage_top_contents::before {
  content: "";
  display: block;
  width: 40%;
  max-width: 500px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-image: linear-gradient(0deg, #fef7ea, #fffdfb);
  position: absolute;
  bottom: -40%;
  left: -20%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .singlepage_top_contents::before {
    width: 60%;
    left: -40%;
    opacity: 0.6;
  }
}
.singlepage_top_contents::after {
  content: "";
  display: block;
  width: 16%;
  max-width: 258px;
  height: auto;
  aspect-ratio: 1/1.351;
  background-image: url(../image/page/page_top1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -20%;
  right: -18%;
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .singlepage_top_contents::after {
    width: 20%;
    top: -25%;
    right: -15%;
  }
}
@media screen and (max-width: 768px) {
  .singlepage_top_contents::after {
    width: 30%;
    max-width: 180px;
    top: 5%;
  }
}
.singlepage_nav {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .singlepage_nav {
    margin-top: 40px;
  }
}
.singlepage_nav_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .singlepage_nav_inner {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .singlepage_nav_inner {
    gap: 10px;
    justify-content: flex-start;
  }
}
.singlepage_nav_item {
  background-color: #fbdfde;
  color: #422123;
  font-family: "MFW-PIshiiGothicStdN-R", "A-OTF P石井ゴシック StdN", "A-OTF P Ishii Gothic StdN", sans-serif;
  padding: 25px 30px;
}
@media screen and (max-width: 768px) {
  .singlepage_nav_item {
    width: calc((100% - 10px) / 2);
    padding: 15px 5px;
  }
}
.singlepage_nav_item:hover {
  background-color: #f1807b;
  color: #ffffff;
}
.singlepage_nav_item:hover .arrow-bottom::before, .singlepage_nav_item:hover .arrow-bottom::after {
  background-color: #ffffff;
}

.bg_wrapper {
  overflow: hidden;
}

.addstyleform .form-name {
  display: inline-block;
  font-size: 16px;
}
.addstyleform .form-require {
  color: #ffffff;
  background-color: #f1807b;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  padding: 3px 8px;
  margin-left: 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .addstyleform .form-require {
    font-size: 12px;
  }
}
.addstyleform .form-message {
  text-align: center;
  color: #636363;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .addstyleform .form-message {
    text-align: left;
    font-size: 0.9rem;
  }
}
.addstyleform .form-message a {
  color: #6f4031;
  text-decoration: underline;
}
.addstyleform .form-message a:hover {
  color: #f1807b;
}
.addstyleform .form-message + .form-message {
  margin-top: 10px;
}
.addstyleform label + .form-message {
  margin-top: 30px;
}
.addstyleform form label {
  display: block;
  height: fit-content;
  box-sizing: border-box;
}
.addstyleform form > label .form-name {
  width: 28%;
  min-width: 225px;
}
.addstyleform form > label .wpcf7-form-control-wrap {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .addstyleform form > label .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.addstyleform form > label:has(input) .form-name, .addstyleform form > label:has(textarea) .form-name {
  height: 45px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .addstyleform form > label:has(input) .form-name, .addstyleform form > label:has(textarea) .form-name {
    height: auto;
  }
}
.addstyleform form > label,
.addstyleform form .checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-bottom: 1px solid #a3a3a3;
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  .addstyleform form > label,
  .addstyleform form .checkbox-wrapper {
    flex-direction: column;
    gap: 10px;
    padding: 25px 10px;
  }
}
.addstyleform form > label .form-name,
.addstyleform form .checkbox-wrapper > label {
  width: 32%;
  min-width: 235px;
}
.addstyleform form input:not([type=checkbox], [type=radio]),
.addstyleform form select,
.addstyleform form textarea {
  width: 100%;
  min-height: 45px;
  border: 1px solid #9a796f;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 16px;
  transition: all 0.3s;
  background-color: #ffffff;
  color: #422123;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .addstyleform form input:not([type=checkbox], [type=radio]),
  .addstyleform form select,
  .addstyleform form textarea {
    min-height: 40px;
  }
}
.addstyleform form input:not([type=checkbox], [type=radio]):focus, .addstyleform form input:not([type=checkbox], [type=radio]):active,
.addstyleform form select:focus,
.addstyleform form select:active,
.addstyleform form textarea:focus,
.addstyleform form textarea:active {
  outline: none;
  border-color: #f1807b;
}
.addstyleform form textarea {
  min-height: 145px;
  padding: 10px;
}
.addstyleform form .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #636363;
}
.addstyleform form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.addstyleform form label:has(input[type=checkbox]) {
  cursor: pointer;
}
.addstyleform form label:has(input[type=checkbox]) span {
  vertical-align: middle;
  line-height: 1.7;
}
.addstyleform form input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 2px;
  margin-right: 5px;
  border: 1px solid #636363;
  border-radius: 2px;
}
.addstyleform form input[type=checkbox]:checked {
  background-color: #f1807b;
  border-color: #f1807b;
}
.addstyleform form input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 7px;
  transform: rotate(45deg);
  width: 4px;
  height: 10.5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.addstyleform form .checkbox-wrapper {
  align-items: flex-start;
}
.addstyleform form .checkbox-wrapper .wpcf7-form-control-wrap {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .addstyleform form .checkbox-wrapper .wpcf7-form-control-wrap {
    margin-top: 8px;
  }
}
.addstyleform form input[type=submit] {
  display: block;
  max-width: 560px;
  width: 100%;
  margin: 30px auto 0;
  padding: 25px 5px;
  background-color: #f1807b;
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  border: none;
  border-radius: 50px;
  transition: all 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .addstyleform form input[type=submit] {
    font-size: 16px;
    margin-top: 50px;
    padding: 15px 5px;
  }
}
.addstyleform form input[type=submit]:hover {
  opacity: 0.8;
}
.addstyleform .wpcf7-not-valid-tip {
  font-size: 16px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .addstyleform .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
.addstyleform .wpcf7 form .wpcf7-response-output {
  padding: 15px;
  border: none !important;
  color: #fff;
  font-weight: 500;
  background-color: #65e096;
  border-radius: 5px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .addstyleform .wpcf7 form .wpcf7-response-output {
    font-size: 0.8rem;
    padding: 10px;
  }
}
.addstyleform .wpcf7 form.sent .wpcf7-response-output {
  background-color: #65e096;
}
.addstyleform .wpcf7 form.invalid .wpcf7-response-output,
.addstyleform .wpcf7 form.unaccepted .wpcf7-response-output,
.addstyleform .wpcf7 form.payment-required .wpcf7-response-output,
.addstyleform .wpcf7 form.spam .wpcf7-response-output {
  background-color: #dc3232;
}

.pageDefault {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .pageDefault {
    padding-top: 50px;
  }
}
.pageDefault_title {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .pageDefault_title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .pageDefault_title {
    font-size: 1.3rem;
    margin-bottom: 40px;
  }
}
.pageDefault_contents {
  color: #636363;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .pageDefault_contents {
    margin-bottom: 150px;
  }
}
.pageDefault_contents h2 {
  font-size: 1.6rem;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  border-bottom: 2px solid #422123;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  color: #422123;
}
@media screen and (max-width: 1024px) {
  .pageDefault_contents h2 {
    font-size: 1.4rem;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pageDefault_contents h2 {
    font-size: 1.1rem;
    border-width: 1.5px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
.pageDefault_contents ul {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .pageDefault_contents ul {
    margin: 10px 0;
  }
}
.pageDefault_contents ul li {
  list-style: disc;
}
.pageDefault_contents ol {
  margin: 20px 0;
}
.pageDefault_contents li {
  line-height: 2;
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  .pageDefault_contents li {
    margin-left: 1.5em;
  }
}
.pageDefault_contents li + li {
  margin-top: 5px;
}
.pageDefault_contents p {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .pageDefault_contents p {
    margin-bottom: 10px;
  }
}
.pageDefault_contents .privacypolicy_company {
  margin-top: 40px;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .pageDefault_contents .privacypolicy_company {
    margin-top: 30px;
  }
}
.pageDefault_contents .privacypolicy_company strong {
  display: inline-block;
  margin-bottom: 10px;
}

.page-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 50vh;
  margin: 80px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-404 {
    height: 40vh;
  }
}
.page-404 h2 {
  font-size: 1.7rem;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-404 h2 {
    font-size: 1.4rem;
  }
}
.page-404 p {
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .page-404 p {
    font-size: 0.9rem;
  }
}
.page-404 p span {
  display: inline-block;
}
.page-404 .btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .page-404 .btn {
    max-width: 450px;
  }
}