@charset "UTF-8";
html {
  font-family: "Zen Old Mincho", serif;
  color: #665c5c;
  font-weight: bold;
  letter-spacing: 0.01rem;
  line-height: 2;
  scroll-behavior: smooth;
}

@media (max-width: 1080px) {
  html {
    font-size: 1.4814814815vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 4.2666666667vw;
  }
}

.u_sp {
  display: none;
}

@media (max-width: 768px) {
  .u_sp {
    display: block !important;
  }
  .u_pc {
    display: none !important;
  }
}
/* コンテンツ幅 */
.inner {
  max-width: 1080px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

@media (min-width: 769px) {
  .p-flex {
    display: flex;
  }
}
/* ヘッダー
***************************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px;
  z-index: 999;
}
@media (max-width: 768px) {
  header {
    padding-top: 10px;
  }
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 15px;
}
@media (max-width: 768px) {
  .header_inner {
    margin: 0 10px;
  }
}

/* ヘッダーリンク */
.global_nav1 ul {
  display: flex;
  gap: 4.1875rem;
}
.global_nav1 ul a {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.global_nav1 ul .contact-link::before,
.global_nav1 ul .shop-link::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.global_nav1 ul .contact-link::before {
  background-image: url(../image/icon-mail.svg);
}
.global_nav1 ul .shop-link::before {
  background-image: url(../image/icon-cart.svg);
}

.header_inner {
  display: block;
  margin: 0 10px;
}

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

.logo_content .logo {
  width: 155px;
}
@media (max-width: 768px) {
  .logo_content .logo {
    z-index: 100;
    line-height: 1;
  }
}

.header_wrap {
  display: flex;
  align-items: center;
  gap: 3.125rem;
}

/* ハンバーガーメニュー */
.toggle-menu {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 100;
  background-color: #e988a5;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .toggle-menu {
    width: 50px;
    height: 50px;
  }
}
.toggle-menu:hover {
  background-color: #fff;
}

.toggle-menu .toggle-line {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-indent: -9999px;
  width: 27px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .toggle-menu .toggle-line {
    width: 24px;
  }
}

.toggle-menu:hover .toggle-line {
  background-color: #e988a5;
}

.toggle-menu .toggle-line::before,
.toggle-menu .toggle-line::after {
  content: "";
  position: absolute;
  left: 0;
  width: 27px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    width: 24px;
  }
}

.toggle-menu:hover .toggle-line::before,
.toggle-menu:hover .toggle-line::after {
  background-color: #e988a5;
}

.toggle-menu .toggle-line::before {
  top: -7px;
  animation: menu-barTop 0.6s forwards;
}

.toggle-menu .toggle-line::after {
  top: 7px;
  animation: menu-barBottom 0.6s forwards;
}

.header_nav {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  gap: 5.75rem;
  -webkit-box-orient: vertical;
  width: 100vw;
  height: 100vh;
  z-index: 90;
  transform: translateX(100%);
  transition: 0.3s ease-out;
  background: linear-gradient(180deg, #fbeef3 0%, #fdf9ed 100%);
}
@media (max-width: 1200px) and (min-width: 769px) {
  .header_nav {
    gap: 3.125rem;
  }
}

.global_nav {
  margin-top: 80px;
  padding: 0 30px;
}

.open .toggle-menu {
  transition: all 0.3s;
}

.open .toggle-menu .toggle-line {
  height: 0;
}

.open .toggle-menu .toggle-line::before {
  background-color: #fff;
  animation: active-menu-barTop 0.6s forwards;
  transform: rotate(-45deg);
  top: 0;
}

.open .toggle-menu .toggle-line::after {
  background-color: #fff;
  animation: active-menu-barBottom 0.6s forwards;
  transform: rotate(45deg);
  top: 0;
}

.open .toggle-menu:hover .toggle-line::before,
.open .toggle-menu:hover .toggle-line::after {
  background-color: #e988a5;
}

.open .header_nav {
  transform: translateX(0);
  overflow: auto;
}

.global_nav ul {
  flex-flow: column;
}

.global_nav ul li a {
  color: #fff;
}

.header_nav .menu-img {
  width: 34.722vw;
}
@media (min-width: 769px) {
  .header_nav .menu_wrap {
    padding: 6.25rem 0;
    padding-right: 7.5rem;
    flex: 1;
  }
}
@media (max-width: 1200px) and (min-width: 769px) {
  .header_nav .menu_wrap {
    padding-right: 1.875rem;
  }
}
@media (max-width: 768px) {
  .header_nav .menu_wrap {
    width: 100%;
  }
}
.header_nav .menu_wrap .logo {
  width: 20rem;
}
@media (max-width: 768px) {
  .header_nav .menu_wrap .logo {
    display: none;
  }
}
.header_nav .menu_wrap .global_menu_wrap {
  margin: 5rem 0;
}
@media (max-width: 768px) {
  .header_nav .menu_wrap .global_menu_wrap {
    text-align: center;
    margin: 100px 0 40px;
  }
}
.header_nav .menu_wrap .global_menu_wrap .global_menu ul {
  display: flex;
}
@media (max-width: 768px) {
  .header_nav .menu_wrap .global_menu_wrap .global_menu ul {
    flex-direction: column;
    gap: 1.25rem;
  }
}
@media (min-width: 769px) {
  .header_nav .menu_wrap .global_menu_wrap .global_menu ul li {
    padding: 0 20px;
    border-right: 1px solid #665c5c;
    line-height: 1.4;
  }
  .header_nav .menu_wrap .global_menu_wrap .global_menu ul li:first-child {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .header_nav .menu_wrap .global_menu_wrap .global_menu ul li {
    line-height: 1;
    font-size: 0.9375rem;
  }
}
.header_nav .menu_wrap .global_menu_wrap .global_menu1 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .header_nav .menu_wrap .global_menu_wrap .global_menu1 {
    margin-bottom: 20px;
  }
}
.header_nav .menu_wrap .global_menu_wrap .global_menu2 ul li:last-child {
  border-right: none;
}
.header_nav .menu_wrap .global_nav2 {
  margin-bottom: 10.4375rem;
}
@media (max-width: 768px) {
  .header_nav .menu_wrap .global_nav2 {
    margin-bottom: 80px;
  }
}
.header_nav .menu_wrap .global_nav2 ul {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .header_nav .menu_wrap .global_nav2 ul {
    flex-direction: column;
    gap: 1.25rem;
    align-items: center;
  }
}
.header_nav .menu_wrap .global_nav2 ul li a {
  padding: 10px 0;
  width: 160px;
  border-radius: 22px;
  border: 1px solid #665c5c;
  display: flex;
  align-items: center;
  line-height: 1.4;
  padding-left: 16px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .header_nav .menu_wrap .global_nav2 ul li a {
    width: 10rem;
    font-size: 0.875rem;
    padding-left: 1rem;
    border-radius: 1.375rem;
    line-height: 1;
  }
}
.header_nav .menu_wrap .global_nav2 ul li .contact-link::before,
.header_nav .menu_wrap .global_nav2 ul li .shop-link::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 19px;
  height: 19px;
}
@media (max-width: 768px) {
  .header_nav .menu_wrap .global_nav2 ul li .contact-link::before,
  .header_nav .menu_wrap .global_nav2 ul li .shop-link::before {
    width: 1.1875rem;
    height: 1.1875rem;
  }
}
.header_nav .menu_wrap .global_nav2 ul li .contact-link::before {
  background-image: url(../image/icon-mail.svg);
  margin-right: 16px;
}
.header_nav .menu_wrap .global_nav2 ul li .shop-link::before {
  background-image: url(../image/icon-cart.svg);
  margin-right: 8px;
}
.header_nav .menu_wrap .menu_line {
  height: 1px;
  width: 100%;
  background-color: #665c5c;
  position: relative;
}
@media (max-width: 768px) {
  .header_nav .menu_wrap .menu_line {
    margin: 0 16px;
    width: auto;
  }
}
.header_nav .menu_wrap .menu_sns_wrap {
  padding: 20px 0 0 10px;
}
@media (max-width: 768px) {
  .header_nav .menu_wrap .menu_sns_wrap {
    padding: 0 16px;
    margin-top: 20px;
  }
}
.header_nav .menu_wrap .menu_sns_wrap ul {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .header_nav .menu_wrap .menu_sns_wrap ul {
    gap: 0.9375rem;
  }
}
.header_nav .menu_wrap .menu_sns_wrap ul li {
  line-height: 1;
}
.header_nav .menu_wrap .menu_sns_wrap ul li a {
  line-height: 1;
}
.header_nav .menu_wrap .menu_sns_wrap ul li img {
  width: 27px;
  height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .header_nav .menu_wrap .menu_sns_wrap ul li img {
    width: 1.6875rem;
    height: 1.6875rem;
  }
}
.header_nav .menu_wrap .privacy-link {
  display: block;
  text-align: right;
  margin-top: -16px;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .header_nav .menu_wrap .privacy-link {
    padding-right: 16px;
    margin-top: -1.875rem;
    font-size: 0.875rem;
    padding-bottom: 100px;
  }
}
.header_nav .menu_wrap .menu-img02 {
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 147px;
  height: auto;
  transform: rotate(20.32deg);
}
@media (max-width: 1240px) and (min-width: 769px) {
  .header_nav .menu_wrap .menu-img02 {
    width: 8.065vw;
  }
}

a {
  transition: all 0.3s;
}

a:hover {
  opacity: 0.7;
}

/* フッター
***************************************************************/
footer {
  width: 100%;
  padding: 50px 7.5rem 30px;
  background: #665c5c;
  border-radius: 80px 80px 0px 0px;
  color: #fff;
}
@media (max-width: 768px) {
  footer {
    padding: 5rem 15px 30px;
  }
}
footer .footer_top {
  justify-content: space-between;
  align-items: center;
}
footer .footer_top .logo {
  width: 21.75rem;
}
@media (max-width: 768px) {
  footer .footer_top .logo {
    width: 15.25rem;
    display: block;
    margin: 0 auto 2.625rem;
  }
}
@media (max-width: 768px) {
  footer .footer_top ul {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}
footer .footer_top ul li {
  padding: 0 1.25rem;
  border-right: 1px solid #fff;
  line-height: 1.4;
  font-size: 1rem;
}
@media (max-width: 1260px) and (min-width: 769px) {
  footer .footer_top ul li {
    font-size: 0.8125rem;
    padding: 0 0.625rem;
  }
}
@media (max-width: 768px) {
  footer .footer_top ul li {
    font-size: 0.9375rem;
  }
}
footer .footer_top ul li:last-child {
  padding-right: 0;
  border-right: none;
}
footer .footer_top ul li:first-child {
  padding-left: 0;
}
footer .footer_bottom {
  margin-top: 11px;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  footer .footer_bottom {
    margin: 50px;
  }
}
footer .footer_bottom ul {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
@media (max-width: 768px) {
  footer .footer_bottom ul {
    justify-content: center;
    margin-bottom: 30px;
  }
}
footer .footer_bottom .shop_info {
  font-size: 0.8125rem;
}
@media (max-width: 768px) {
  footer .footer_bottom .shop_info {
    text-align: center;
  }
}
footer .copylight {
  text-align: center;
  margin-top: 3.125rem;
  font-size: 0.8125rem;
}
@media (max-width: 768px) {
  footer .copylight {
    margin-top: 2.5rem;
  }
}

section {
  padding: 6.25rem 0;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  section {
    padding: 5rem 0;
    font-size: 0.9375rem;
  }
}

.sec_title_en {
  font-size: 2.25rem;
  text-align: center;
  background: linear-gradient(180deg, #e887a5 0%, #fbeef3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .sec_title_en {
    font-size: 2rem;
  }
}

.sec_title_jp {
  text-align: center;
  line-height: 1.4;
  margin-top: 6px;
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .sec_title_jp {
    margin-bottom: 2.5rem;
  }
}

.sec_title_vertical {
  writing-mode: vertical-rl;
  font-size: 7.5rem;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 4px;
  line-height: 0.8;
}

.sec_btn {
  border: 1px solid #665c5c;
  border-radius: 21.5px;
  padding: 9px 0 10px;
  width: 160px;
  line-height: 1.4;
  font-size: 14px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .sec_btn {
    margin: 0 auto;
    display: block;
  }
}
.sec_btn::after {
  content: "";
  display: inline-block;
  background-image: url(../image/btn-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-right: 14px;
}
.sec_btn:hover {
  opacity: 0.7;
}

h2 {
  font-size: 1.5rem;
}

.fv {
  position: relative;
  padding: 75px 4.375rem 0;
}
@media (max-width: 768px) {
  .fv {
    padding: 70px 0 0;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
.fv h1 {
  font-weight: 900;
  font-size: 2rem;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .fv h1 {
    font-size: 1.5rem;
    width: 100%;
    top: 50%;
  }
}

.sec_news {
  padding-bottom: 0;
}
.sec_news .news_wrap {
  max-width: 850px;
  width: 53.125rem;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 auto;
  padding: 20px 50px;
}
@media (max-width: 768px) {
  .sec_news .news_wrap {
    padding: 20px 15px;
    width: 100%;
  }
}
.sec_news .news_wrap .news_item {
  padding: 0 21px 6px;
  border-bottom: 1px solid #d9d9d9;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .sec_news .news_wrap .news_item {
    padding: 0 0 3px;
    display: block;
  }
}
.sec_news .news_wrap .news_item:last-child {
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .sec_news .news_wrap .news_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .sec_news .news_wrap .news_item:first-child {
    margin-top: 0;
  }
}
.sec_news .news_wrap .news_item .news_item_top {
  display: flex;
  align-items: center;
}
.sec_news .news_wrap .news_item .news_category {
  background-color: #E887A5;
  border-radius: 30px;
  margin: 0 25px 0 12px;
  color: #fff;
  font-size: 0.75rem;
  padding: 0 7px;
  min-width: 62px;
}
@media (max-width: 768px) {
  .sec_news .news_wrap .news_item .news_title {
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
  }
}

.sec_about .sec_title_vertical {
  color: #fff;
  top: 7.875rem;
}
.sec_about .about_content {
  position: relative;
  display: flex;
  gap: 2.25rem;
  align-items: center;
}
@media (max-width: 768px) {
  .sec_about .about_content {
    flex-direction: column-reverse;
  }
}
.sec_about .about_content .about_content_right {
  width: 35.5625rem;
}
@media (max-width: 768px) {
  .sec_about .about_content .about_content_right {
    width: 100%;
  }
}
.sec_about .about_content .about_content_left {
  flex: 1;
  text-align: left;
}
.sec_about .about_content .about_content_left .about_title {
  font-size: 1.5rem;
  margin-bottom: 3.125rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .sec_about .about_content .about_content_left .about_title {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
  }
}
.sec_about .about_content .about_content_left .about_text {
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .sec_about .about_content .about_content_left .about_text {
    margin-bottom: 1.875rem;
  }
}

.bg_wrap {
  background: linear-gradient(180deg, #fbeef3 0%, #fdf9ed 100%);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 60px 60px;
}

.service-bg {
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  margin-top: -60px;
}

.sec_service {
  padding-bottom: 0;
}
.sec_service .sec_title_vertical {
  margin-top: -100vh;
  padding-top: 60px;
  top: 8.25rem;
  color: #e2dada;
}
.sec_service .inner {
  margin-top: -100vh;
  padding-top: 60px;
}
.sec_service .inner .service_text {
  width: 477px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .sec_service .inner .service_text {
    width: 100%;
    margin-bottom: 1.75rem;
  }
}
.sec_service .inner .service_content {
  position: relative;
}
.sec_service .inner .service_content .service_content_wrap {
  justify-content: center;
  gap: 1.8125rem;
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .sec_service .inner .service_content .service_content_wrap {
    margin-bottom: 0;
  }
}
.sec_service .inner .service_content .service_content_wrap .service_item {
  text-align: left;
  width: 33%;
}
@media (max-width: 768px) {
  .sec_service .inner .service_content .service_content_wrap .service_item {
    width: 100%;
    margin-bottom: 1.875rem;
  }
}
.sec_service .inner .service_content .service_content_wrap .service_item .service_item_title {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 1.125rem 0 0.625rem;
}
@media (max-width: 768px) {
  .sec_service .inner .service_content .service_content_wrap .service_item .service_item_title {
    font-size: 1.25rem;
    margin: 1.125rem 0 1rem;
  }
}
.sec_service .inner .service_content .service_content_wrap .service_item .service_item_text {
  letter-spacing: 0.05em;
}

.sec_items .items_content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .sec_items .items_content {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 1.875rem;
  }
}
.sec_items .items_content .items_content_item {
  height: 20.833vw;
  padding: 0 3.472vw;
  background-size: cover;
  background-repeat: no-repeat;
  color: transparent;
  transition: all 0.3s;
  position: relative;
}
@media (max-width: 1240px) and (min-width: 769px) {
  .sec_items .items_content .items_content_item {
    padding: 0 2.472vw;
  }
}
@media (max-width: 768px) {
  .sec_items .items_content .items_content_item {
    height: 31.467vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sec_items .items_content .items_content_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
@media (max-width: 768px) {
  .sec_items .items_content .items_content_item::after {
    opacity: 1;
    display: none;
  }
}
.sec_items .items_content .items_content_item:hover {
  color: #fff;
}
.sec_items .items_content .items_content_item:hover::after {
  opacity: 1;
}
.sec_items .items_content .items_content_item .items_item_title {
  margin: 5.556vw 0 1.0625rem;
  font-size: 1.5rem;
  padding-bottom: 10px;
  line-height: 1.4;
  border-bottom: 1px solid transparent;
  position: relative;
  z-index: 10;
  transition: 0.3s;
}
@media (max-width: 1399px) and (min-width: 769px) {
  .sec_items .items_content .items_content_item .items_item_title {
    margin: 3.556vw 0 1.0625rem;
  }
}
@media (max-width: 768px) {
  .sec_items .items_content .items_content_item .items_item_title {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 1rem;
    margin: 0;
    display: none;
  }
}
.sec_items .items_content .items_content_item .items_item_text {
  width: 18.625rem;
  max-width: 298px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  font-weight: normal;
}
@media (max-width: 768px) {
  .sec_items .items_content .items_content_item .items_item_text {
    width: auto;
    display: none;
  }
}
.sec_items .items_content .items_content_item:hover .items_item_title {
  border-bottom: 1px solid #fff;
}
.sec_items .items_content .item1 {
  background-image: url(../image/items01.png);
}
.sec_items .items_content .item2 {
  background-image: url(../image/items02.png);
}
.sec_items .items_content .item3 {
  background-image: url(../image/items03.png);
}
.sec_items .items_content .item4 {
  background-image: url(../image/items04.png);
}
.sec_items .items_content .item5 {
  background-image: url(../image/items05.png);
}
.sec_items .items_content .item6 {
  background-image: url(../image/items06.png);
}

.sec_shop {
  padding: 0;
}
.sec_shop .shop_content {
  gap: 3.5rem;
  text-align: left;
  background: #e2dada;
  border-radius: 80px 80px 0px 0px;
}
@media (max-width: 768px) {
  .sec_shop .shop_content {
    padding-bottom: 10rem;
  }
}
.sec_shop .shop_content .shop_content_left {
  width: 40.746vw;
}
@media (max-width: 768px) {
  .sec_shop .shop_content .shop_content_left {
    width: 100%;
  }
}
.sec_shop .shop_content .shop_content_right {
  flex: 1;
  margin-top: 6.25rem;
}
@media (max-width: 768px) {
  .sec_shop .shop_content .shop_content_right {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
.sec_shop .shop_content .shop_content_right h2 {
  font-size: 5rem;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
  font-weight: normal;
}
@media (max-width: 768px) {
  .sec_shop .shop_content .shop_content_right h2 {
    font-size: 3rem;
    margin-top: 30px;
  }
}
.sec_shop .shop_content .shop_content_right .shop_text {
  width: 30.5625rem;
  margin: 3.125rem 0;
}
@media (max-width: 768px) {
  .sec_shop .shop_content .shop_content_right .shop_text {
    width: 100%;
    margin: 1.875rem 0;
  }
}
.sec_shop .shop_content .shop_content_right .sec_btn::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  background-image: url(../image/icon-cart.svg);
  margin-right: 8px;
}
.sec_shop .shop_content .shop_content_right .sec_btn::after {
  display: none;
}

.inner2 {
  max-width: 850px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.sec_faq {
  background: linear-gradient(180deg, #fbeef3 0%, #fdf9ed 100%);
  border-radius: 80px 80px 0px 0px;
}
@media (max-width: 768px) {
  .sec_faq {
    border-radius: 60px 60px 0px 0px;
  }
}
.sec_faq .sec_title_vertical {
  top: 11rem;
  color: #fff;
}
.sec_faq .faq_content {
  padding: 0 0 6.25rem;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 768px) {
  .sec_faq .faq_content {
    padding: 0;
  }
}
.sec_faq summary {
  display: block;
}
.sec_faq summary::-webkit-details-marker {
  display: none;
}
.sec_faq .faq__item {
  border-bottom: 1px solid #d9d9d9;
  padding-left: 22px;
}
@media (max-width: 768px) {
  .sec_faq .faq__item {
    padding-left: 0;
  }
}
.sec_faq .faq__question {
  margin-top: 10px;
  padding: 10px 0 10px;
  position: relative;
}
.sec_faq .faq__question::before, .sec_faq .faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #d9d9d9;
}
.sec_faq .faq__question::before {
  right: 20px;
  width: 20px;
  height: 2px;
}
.sec_faq .faq__question::after {
  right: 29px;
  width: 2px;
  height: 20px;
  transition: rotate 0.3s ease;
}
@media (any-hover: hover) {
  .sec_faq .faq__question:hover {
    cursor: pointer;
  }
}
.sec_faq details[open] .faq__question::after {
  rotate: 90deg;
}
.sec_faq .faq__question-text {
  list-style: none;
  padding-right: 3.125rem;
  text-indent: -2em;
  padding-left: 2em;
}
.sec_faq .faq__question-text::before {
  content: "Q.";
  font-size: 20px;
  margin-right: 11px;
}
@media (max-width: 768px) {
  .sec_faq .faq__question-text::before {
    font-size: 1.125rem;
  }
}
.sec_faq .faq__answer {
  padding-bottom: 20px;
}
.sec_faq .faq__answer-text {
  list-style: none;
  padding-right: 3.125rem;
  text-indent: -2em;
  padding-left: 2em;
  /*2行目を字下げ*/
}
.sec_faq .faq__answer-text::before {
  content: "A.";
  font-size: 20px;
  margin-right: 11px;
  color: #E887A5;
}
@media (max-width: 768px) {
  .sec_faq .faq__answer-text::before {
    font-size: 1.125rem;
  }
}

.sec_contact {
  background: linear-gradient(180deg, #edacbd 0%, #fbeef3 100%);
  border-radius: 80px 80px 0px 0px;
}
@media (max-width: 768px) {
  .sec_contact {
    border-radius: 60px 60px 0px 0px;
  }
}
.sec_contact .sec_title_en {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.sec_contact .sec_title_vertical {
  color: #fbecf2;
  top: 8.3125rem;
}
.sec_contact .sec_title_jp {
  color: #fff;
}

.sec_faq,
.sec_contact,
footer {
  margin-top: -80px;
}

.sec_shop,
.sec_faq,
.sec_contact,
footer {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
}

.sec_faq,
.sec_contact {
  padding-bottom: 180px;
}

.sec_shop,
.sec_faq {
  position: sticky;
  top: 0;
}

.single-post {
  background: linear-gradient(180deg, #fbeef3 0%, #fdf9ed 100%);
}

.s-post {
  max-width: 860px;
  margin: 180px auto 180px;
  padding: 0 20px;
  line-height: 1.8;
}

.s-post h1 {
  font-size: 28px;
  margin-bottom: 30px;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}

.s-post p {
  margin-bottom: 20px;
}

.s-post img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

.s-post a {
  color: #007acc;
  text-decoration: underline;
}

.s-post a:hover {
  text-decoration: none;
}

.s-post ul,
.s-post ol {
  margin-bottom: 20px;
  padding-left: 20px;
}

.form-group {
  width: 100%;
  line-height: 1.4;
  font-weight: 900;
  padding: 20px 0;
}
@media (min-width: 769px) {
  .form-group {
    display: flex;
    gap: 2.625rem;
  }
}
@media (max-width: 768px) {
  .form-group {
    font-size: 0.9375rem;
    padding: 10px 0;
  }
}
.form-group label {
  width: 208px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .form-group label {
    width: 100%;
    margin-bottom: 11px;
  }
}
.form-group .company-form {
  justify-content: unset;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .form-group .company-form {
    flex-direction: row;
  }
}
.form-group textarea.company {
  height: 49px;
}
@media (max-width: 768px) {
  .form-group textarea.company {
    height: 5.25rem;
  }
}
.form-group .wpcf7-form-control-wrap {
  flex: 1;
}
@media (max-width: 768px) {
  .form-group .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.form-group .wpcf7-form-control-wrap input,
.form-group .wpcf7-form-control-wrap select,
.form-group .wpcf7-form-control-wrap textarea,
.form-group .wpcf7-form-control-wrap input[type=email] {
  background-color: #fff;
  padding: 0.4375rem 1rem;
  border-radius: 4px;
  width: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  .form-group .wpcf7-form-control-wrap input,
  .form-group .wpcf7-form-control-wrap select,
  .form-group .wpcf7-form-control-wrap textarea,
  .form-group .wpcf7-form-control-wrap input[type=email] {
    font-size: 1rem;
  }
}

.agree-group {
  text-align: center;
  margin: 20px 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agree-group a {
  text-decoration: underline;
}

.submit-btnwrap {
  text-align: center;
  margin: 0 auto;
}
.submit-btnwrap .wpcf7-spinner {
  display: none;
}

.previous-btn,
.top-bk-btn,
input[type=submit] {
  text-align: center;
  border-radius: 40px;
  color: #fff;
  background-color: #e887a5;
  border: unset;
  transition: all 0.3s;
  width: 12.5rem;
  line-height: 2.5;
  font-weight: 900;
  padding: 1px 0;
}

.previous-btn:hover,
.top-bk-btn:hover,
input[type=submit]:hover {
  color: #e887a5;
  background-color: #fff !important;
}

@media (max-width: 768px) {
  .previous-btn,
  input[type=submit] {
    width: 12.5rem;
  }
}

@media (max-width: 768px) {
  .previous-btn {
    margin-bottom: 24px;
  }
}

.previous-btn,
.top-bk-btn {
  cursor: pointer;
}

.previous-btn:hover,
.top-bk-btn:hover,
input[type=submit]:hover {
  background-color: #e6e6e6;
  opacity: 1;
}

.form-btn-wrap {
  margin-top: 50px;
  justify-content: center;
}
@media (min-width: 769px) {
  .form-btn-wrap {
    display: flex;
    gap: 2.5rem;
  }
}
@media (max-width: 768px) {
  .form-btn-wrap {
    text-align: center;
    margin-top: 1.875rem;
  }
}

.wpcf7-spinner {
  display: none;
}

/* チェックボックスの基本リセット */
input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* デフォルトの見た目を無効化 */
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background-color: #fff; /* 背景色 */
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-top: -7px;
  margin-right: 6px;
  border: 1px solid #665c5c;
}

input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23231815'%3E%3Cpath d='M20.285 6.709a1 1 0 00-1.576-.096L9.5 15.086 5.79 11.71a1 1 0 10-1.415 1.415l4.29 4.29a1 1 0 001.415-.002l9.206-9.206a1 1 0 00-.001-1.498z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /* デフォルトの矢印を非表示 */
  padding-right: 75px !important;
}
@media (max-width: 768px) {
  select {
    width: 100%;
  }
}

/* セレクトボックスの矢印デザイン変更 */
.dropdown-menu {
  position: relative;
}

.dropdown-menu::after {
  display: inline-block;
  border-top: 3px solid #e887a5;
  border-right: 3px solid #e887a5;
  border-radius: 2px;
  height: 12px;
  width: 12px;
  transform: rotate(135deg);
  content: "";
  position: absolute;
  right: 30px;
  top: 20px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .dropdown-menu::after {
    height: 0.75rem;
    width: 0.75rem;
    top: 1.25rem;
  }
}

.contact-thanks-text {
  text-align: center;
}
.contact-thanks-text .contact-text::before {
  display: none;
}
.contact-thanks-text .top-bk-btn {
  margin-top: 40px;
  display: inline-block;
}

.wpcf7-list-item {
  margin: 0;
}

.message-form {
  align-items: flex-start;
}

.required {
  background-color: #fff;
  padding: 2px 12px;
  color: #e887a5;
  font-size: 0.8125rem;
  border-radius: 16px;
  margin-left: 1.25rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .required {
    font-size: 0.8125rem;
    font-weight: 400;
  }
}

.contact-confirm {
  padding-bottom: 180px;
  margin-top: 0;
  border-radius: unset;
  background: linear-gradient(180deg, #fbeef3 0%, #fdf9ed 100%);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.contact-confirm .contact_content_text {
  margin-bottom: 3.125rem;
}
.contact-confirm .contact_content_wrap {
  background-color: #fff;
  padding: 0 6.25rem 3.125rem;
}
@media (max-width: 768px) {
  .contact-confirm .contact_content_wrap {
    padding: 0 0.625rem 1.875rem;
  }
}
.contact-confirm .contact_content_wrap .form-group {
  border-bottom: 1px solid #665c5c;
  padding: 3.125rem 1.875rem 10px;
}
@media (max-width: 768px) {
  .contact-confirm .contact_content_wrap .form-group {
    padding: 1.25rem 0.375rem 15px;
    text-align: left;
  }
}

.contact-thanks .contact_content_text {
  margin-bottom: 0;
}

.wpcf7-not-valid-tip {
  text-align: left;
}/*# sourceMappingURL=style.css.map */