@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

a,
span {
  display: inline-block;
}

/* 基本
***************************************************************/
html {
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  color: #665C5C;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
}

a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 681px) {
  body {
    min-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
}
/* フォント
***************************************************************/
/* コンテンツ・セクション幅
***************************************************************/
.inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

section {
  padding: 100px 0;
}

@media screen and (max-width: 680px) {
  .inner {
    max-width: 100%;
    padding: 0 1em;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp-only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
/* 背景だけ持つラッパー */
.layout__bg {
  border-radius: 0px 0px 60px 60px;
  background: linear-gradient(180deg, #FBEEF3 0%, #FDF9ED 100%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}

.layout__bg2 {
  background-image: url(../../assets/images/front/img-bg-1.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  margin-top: -60px;
  position: relative;
  z-index: auto;
  padding: 163px 0 0;
  min-height: 2500px;
}

@media screen and (max-width: 768px) {
  .layout__bg2 {
    padding: 140px 0 0;
  }
}
.section__title {
  text-align: center;
}

.section__title .en {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(to bottom, #E887A5, #FBEEF3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}

.section__title .ja {
  margin-top: 6px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  display: block;
}

.section__title2 {
  color: #fff;
  text-align: center;
}

.section__title2 .en {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0;
  display: block;
}

.section__title2 .ja {
  margin-top: 6px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .section__title .en {
    font-size: 32px;
  }
  .section__title .ja {
    font-size: 13px;
  }
  .section__title2 {
    color: #fff;
    text-align: center;
  }
  .section__title2 .en {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 0;
    display: block;
  }
  .section__title2 .ja {
    margin-top: 6px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    display: block;
  }
}
.button-more {
  width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 21.5px;
  border: 1px solid #665C5C;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
  z-index: 10;
}

.button-more::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 8px;
  background-image: url(../../assets/images/icon/icon-arrow-more.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0, -50%);
}

.button-online {
  width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 21.5px;
  border: 1px solid #665C5C;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
  z-index: 10;
}

.button-online::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 20px;
  background-image: url(../../assets/images/icon/icon-cart.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translate(0, -50%);
}

.button-more:hover {
  opacity: 0.7;
}

.button-online:hover {
  opacity: 0.7;
}

/* ─ scroller の固定領域 ─ */
.panel {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
}

.panel-one {
  z-index: 100;
}

.panel-two {
  z-index: 200;
}

.panel-three {
  z-index: 300;
}

@media screen and (max-width: 768px) {
  .panel {
    width: 100%;
    display: block;
    position: relative;
    top: 0;
  }
}
/*===================================================
ヘッダー
===================================================*/
.header {
  width: 100%;
  height: 70px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}

.header__logo {
  width: 150px;
}

.header__logo-link {
  display: block;
  width: 100%;
}

.header__menu {
  position: relative;
  margin-left: auto;
  display: flex;
  align-items: center;
  padding-right: 110px;
}

.header__nav {
  display: flex;
  align-items: center;
}

.header__nav-items {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header__nav-item-link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 700;
}

.header__nav-item-img1 {
  margin-top: 5px;
  width: 14px;
  height: 14px;
}

.header__nav-item-img2 {
  margin-top: 6px;
  width: 14px;
  height: 13px;
}

.toggle-menu-wrap {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 10000;
}

.toggle-menu {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #E887A5;
  border-radius: 50%;
  position: relative;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.toggle-menu__line {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  transition: 0.3s;
}

.toggle-menu__line::before,
.toggle-menu__line::after {
  content: "";
  position: absolute;
  left: 0;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  transition: 0.3s;
}

.toggle-menu__line::before {
  top: -7px;
}

.toggle-menu__line::after {
  top: 7px;
}

.header__drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 9999;
  transition: right 0.3s ease;
  overflow: hidden;
}

.header__drawer.is-active {
  right: 0;
}

.header__drawer-flex {
  display: flex;
  height: 100%;
}

.header__drawer-img {
  width: 43%;
}

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

.header__drawer-wrap {
  width: 57%;
  height: 100%;
  background: linear-gradient(to bottom, #FBEEF3, #FDF9ED);
}

.header__drawer-inner {
  max-width: 753px;
  margin: 0 auto;
  padding: 100px 20px;
  display: flex;
  flex-flow: column;
}

.header__drawer-logo {
  width: 320px;
}

.header__drawer-nav {
  margin-top: 80px;
  display: flex;
  flex-flow: column;
  gap: 30px;
}

.header__drawer-items {
  display: flex;
  align-items: center;
}

.header__drawer-item {
  border-right: 1px solid #665C5C;
  padding-right: 20px;
}

.header__drawer-items .header__drawer-item:not(:first-of-type) {
  padding-left: 20px;
}

.header__drawer-item-links {
  font-size: 16px;
  font-weight: bold;
}

.header__drawer-items2 {
  display: flex;
  align-items: center;
}

.header__drawer-items2 .header__drawer-item {
  border-right: 1px solid #665C5C;
  padding-right: 20px;
}

.header__drawer-items2 .header__drawer-item:last-of-type {
  border-right: 0;
}

.header__drawer-items2 .header__drawer-item:not(:first-of-type) {
  padding-left: 20px;
}

.header__drawer-items3 {
  margin-top: 80px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.header__drawer-items3 .header__drawer-item {
  border-right: 0;
  padding-right: 0;
}

.header__drawer-item-btn {
  display: inline-block;
  padding: 8px 0;
  text-align: center;
  font-weight: bold;
  width: 160px;
  height: 40px;
  border: 1px solid #665C5C;
  border-radius: 40px;
  position: relative;
}

.header__drawer-item-btn::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(../images/icon/icon-h-email.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translate(0, -50%);
}

.header__drawer-item-btn2 {
  display: inline-block;
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  width: 160px;
  height: 40px;
  border: 1px solid #665C5C;
  border-radius: 40px;
  position: relative;
}

.header__drawer-item-btn2::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 20px;
  background-image: url(../images/icon/icon-h-cart.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translate(0, -50%);
}

.header__drawer-img2 {
  width: 147px;
  position: absolute;
  right: 0;
  bottom: 56px;
  transform: rotate(20deg);
}

.header__drawer-bottom {
  margin-top: 167px;
  border-top: 1px solid #665C5C;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header__drawer-sns-items {
  display: flex;
  align-items: center;
  margin-top: 21px;
  gap: 20px;
}

.header__drawer-text {
  margin-top: 31px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0;
}

/* 表示中は×マークに変形 */
.toggle-menu.is-active .toggle-menu__line {
  background: transparent;
}

.toggle-menu.is-active .toggle-menu__line::before {
  transform: rotate(45deg);
  top: 0;
}

.toggle-menu.is-active .toggle-menu__line::after {
  transform: rotate(-45deg);
  top: 0;
}

@media screen and (min-width: 768px) {
  .toggle-menu:hover {
    background: #fff;
  }
  .toggle-menu:hover .toggle-menu__line,
  .toggle-menu:hover .toggle-menu__line::before,
  .toggle-menu:hover .toggle-menu__line::after {
    background-color: #E887A5;
  }
  .toggle-menu.is-active {
    background: #E887A5;
  }
  .toggle-menu.is-active .toggle-menu__line::before,
  .toggle-menu.is-active .toggle-menu__line::after {
    background-color: #fff;
  }
  .toggle-menu.is-active:hover {
    background: #fff;
  }
  .toggle-menu.is-active:hover .toggle-menu__line::before,
  .toggle-menu.is-active:hover .toggle-menu__line::after {
    background-color: #E887A5;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 60px;
    padding: 0 9px;
  }
  .header__logo {
    width: 155px;
  }
  .header__logo-link {
    display: block;
    width: 100%;
  }
  .header__menu {
    position: relative;
    margin-left: auto;
    display: unset;
    align-items: unset;
    padding-right: 0;
  }
  .header__nav {
    display: none;
    align-items: unset;
  }
  .toggle-menu-wrap {
    right: 0;
    z-index: 10000;
  }
  .toggle-menu {
    display: inline-block;
    width: 50px;
    height: 50px;
  }
  .toggle-menu__line {
    width: 23px;
  }
  .toggle-menu__line::before,
  .toggle-menu__line::after {
    width: 23px;
  }
  .toggle-menu:hover {
    opacity: 0.7;
  }
  .toggle-menu:hover .toggle-menu__line,
  .toggle-menu:hover .toggle-menu__line::before,
  .toggle-menu:hover .toggle-menu__line::after {
    opacity: 0.7;
  }
  /* スマホ時にis-activeのときは色が変わらないようにする */
  .toggle-menu.is-active:hover {
    background: #E887A5 !important;
  }
  .toggle-menu.is-active:hover .toggle-menu__line::before,
  .toggle-menu.is-active:hover .toggle-menu__line::after {
    background-color: #fff !important;
  }
  .toggle-menu.no-hover:hover {
    background: #E887A5 !important;
  }
  .toggle-menu.no-hover:hover .toggle-menu__line::before,
  .toggle-menu.no-hover:hover .toggle-menu__line::after {
    background-color: #fff !important;
  }
  .toggle-menu.force-pink {
    background: #E887A5 !important;
  }
  .toggle-menu.force-pink .toggle-menu__line::before,
  .toggle-menu.force-pink .toggle-menu__line::after {
    background-color: #fff !important;
  }
  .header__drawer {
    width: 100%;
    height: 100%;
  }
  .header__drawer-flex {
    display: flex;
    height: 100%;
  }
  .header__drawer-img {
    display: none;
  }
  .header__drawer-wrap {
    width: 100%;
    overflow-y: auto;
  }
  .header__drawer-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    flex-flow: column;
  }
  .header__drawer-logo {
    display: none;
  }
  .header__drawer-nav {
    margin-top: 100px;
    display: flex;
    align-items: center;
    flex-flow: column;
    gap: 20px;
  }
  .header__drawer-items {
    display: flex;
    align-items: center;
    flex-flow: column;
    gap: 20px;
  }
  .header__drawer-item {
    border-right: 0;
    padding-right: 0;
  }
  .header__drawer-items .header__drawer-item:not(:first-of-type) {
    padding-left: 0;
  }
  .header__drawer-item-links {
    font-size: 15px;
  }
  .header__drawer-items2 {
    display: flex;
    align-items: center;
    flex-flow: column;
    gap: 20px;
  }
  .header__drawer-items2 .header__drawer-item {
    border-right: 0;
    padding-right: 0;
  }
  .header__drawer-items2 .header__drawer-item:last-of-type {
    border-right: 0;
  }
  .header__drawer-items2 .header__drawer-item:not(:first-of-type) {
    padding-left: 0;
  }
  .header__drawer-items3 {
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-flow: column;
    gap: 20px;
  }
  .header__drawer-items3 .header__drawer-item {
    border-right: 0;
    padding-right: 0;
  }
  .header__drawer-img2 {
    display: none;
  }
  .header__drawer-bottom {
    margin-top: 40px;
  }
  .header__drawer-sns-items {
    display: flex;
    align-items: center;
    margin-top: 21px;
    gap: 20px;
  }
  .header__drawer-text {
    margin-top: 31px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0;
  }
  .header__drawer {
    width: 100%;
    height: 100%;
  }
  .header__drawer-flex {
    display: flex;
    height: 100%;
  }
  .header__drawer-img {
    display: none;
  }
  .header__drawer-wrap {
    width: 100%;
    overflow-y: auto;
  }
  .header__drawer-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    flex-flow: column;
  }
  .header__drawer-logo {
    display: none;
  }
  .header__drawer-nav {
    margin-top: 100px;
    display: flex;
    align-items: center;
    flex-flow: column;
    gap: 20px;
  }
  .header__drawer-items {
    display: flex;
    align-items: center;
    flex-flow: column;
    gap: 20px;
  }
  .header__drawer-item {
    border-right: 0;
    padding-right: 0;
  }
  .header__drawer-items .header__drawer-item:not(:first-of-type) {
    padding-left: 0;
  }
  .header__drawer-item-links {
    font-size: 15px;
  }
  .header__drawer-items2 {
    display: flex;
    align-items: center;
    flex-flow: column;
    gap: 20px;
  }
  .header__drawer-items2 .header__drawer-item {
    border-right: 0;
    padding-right: 0;
  }
  .header__drawer-items2 .header__drawer-item:last-of-type {
    border-right: 0;
  }
  .header__drawer-items2 .header__drawer-item:not(:first-of-type) {
    padding-left: 0;
  }
  .header__drawer-items3 {
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-flow: column;
    gap: 20px;
  }
  .header__drawer-items3 .header__drawer-item {
    border-right: 0;
    padding-right: 0;
  }
  .header__drawer-img2 {
    display: none;
  }
  .header__drawer-bottom {
    margin-top: 40px;
  }
  .header__drawer-sns-items {
    display: flex;
    align-items: center;
    margin-top: 21px;
    gap: 20px;
  }
  .header__drawer-text {
    margin-top: 31px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0;
  }
}
/*===================================================
フッター
===================================================*/
footer.footer {
  position: relative;
  margin-top: -60px;
  z-index: 1000;
  border-radius: 80px 80px 0 0;
  width: 100%;
  text-align: center;
  background: #665C5C;
  padding: 47px 0px 28px;
}

.footer__inner {
  margin: 0 auto;
  padding: 0 113px 0 120px;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.footer__logo {
  width: 347px;
}

.footer__nav {
  position: absolute;
  right: 1%;
  top: 24%;
  display: flex;
}

.footer__items {
  display: flex;
  gap: 20px;
}

.footer__item:not(:first-of-type) {
  padding-left: 19px;
  border-left: 1px solid #fff;
}

.footer__items.footer__items2 .footer__item:first-of-type {
  padding-left: 19px;
  margin-left: 20px;
  border-left: 1px solid #fff;
}

.footer__item-links {
  font-weight: bold;
  color: #fff;
}

.footer__bottom {
  margin-top: 47px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.footer__access p {
  font-size: 13px;
  color: #fff;
  line-height: 2;
  letter-spacing: 0;
  text-align: left;
}

.footer__sns {
  display: flex;
  justify-content: flex-end;
}

.footer__sns-items {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: auto;
}

.footer__sns-links {
  width: 27px;
}

.footer__copyright {
  margin-top: 50px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0;
}

@media screen and (max-width: 1250px) {
  .footer__logo {
    width: 224px;
  }
}
@media screen and (max-width: 768px) {
  footer.footer {
    margin-top: -60px;
    border-radius: 60px 60px 0 0;
    padding: 80px 0px 30px;
  }
  .footer__inner {
    padding: 0 1em;
  }
  .footer__top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  .footer__logo {
    width: 224px;
  }
  .footer__nav {
    margin-top: 42px;
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    gap: 20px;
  }
  .footer__items {
    display: flex;
    gap: 20px;
  }
  .footer__item:not(:first-of-type) {
    padding-left: 20px;
    border-left: 1px solid #fff;
  }
  .footer__items.footer__items2 .footer__item:first-of-type {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
  .footer__item-links {
    font-size: 15px;
  }
  .footer__bottom {
    margin-top: 50px;
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
  }
  .footer__access {
    margin-top: 32px;
  }
  .footer__access p {
    text-align: center;
  }
  .footer__sns {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer__sns-items {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: auto;
  }
}
/* フェードイン
***************************************************************/
@media all and (min-width: 681px) {
  .action01 {
    opacity: 0;
    transform: translateY(40px);
    position: relative;
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    opacity: 0;
    transform: translateX(-40px);
    position: relative;
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    opacity: 0;
    transform: translateX(40px);
    position: relative;
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action03.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    transition: opacity 0.8s ease-out;
  }
  .action04.action {
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.3s;
  }
  .delay2 {
    transition-delay: 0.6s;
  }
  .delay3 {
    transition-delay: 0.9s;
  }
  .delay4 {
    transition-delay: 1.2s;
  }
  .delay5 {
    transition-delay: 1.5s;
  }
}
@media all and (max-width: 750px) {
  .action01_sp {
    opacity: 0;
    transform: translateY(50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    opacity: 0;
    transform: translateX(-50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    opacity: 0;
    transform: translateX(50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
  }
  .delay1_sp {
    transition-delay: 0.3s;
  }
  .delay2_sp {
    transition-delay: 0.6s;
  }
  .delay3_sp {
    transition-delay: 0.9s;
  }
  .delay4_sp {
    transition-delay: 1.2s;
  }
  .delay5_sp {
    transition-delay: 1.5s;
  }
}
/*===================================================
トップページ
===================================================*/
/* FV
***************************************************************/
main {
  display: block;
}

.fv {
  padding: 70px 0;
}

.fv__inner {
  width: 90%;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.fv__inner img {
  aspect-ratio: 1300/630;
  max-height: 630px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 80px 6px 6px 6px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.fv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  letter-spacing: 0;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .fv {
    padding: 60px 0;
  }
  .fv__inner img {
    aspect-ratio: 345/560;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .fv__title {
    font-size: 24px;
    white-space: nowrap;
    text-align: center;
  }
}
/* News
***************************************************************/
.top-news {
  padding: 30px 0 50px;
}

.top-news__inner {
  max-width: 850px;
}

.top-news__items {
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: column;
  background: #fff;
  padding: 20px 53px;
}

.top-news__item {
  width: 100%;
  padding-bottom: 3px;
  border-bottom: 1px solid #D9D9D9;
}

.top-news__item:not(:first-child) {
  padding-top: 29px;
}

.top-news__links {
  display: flex;
}

.top-news__link-wrap {
  display: flex;
  flex-flow: row;
  gap: 12px;
}

.top-news__link-time {
  font-weight: 700;
  letter-spacing: 0;
  margin-left: 20px;
}

.top-news__link-category {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  width: 62px;
  height: 20px;
  text-align: center;
  padding: 2px 0;
  background: #E887A5;
  border-radius: 30px;
}

.top-news__link-headline {
  margin-left: 25px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .top-news {
    padding: 20px 0 40px;
  }
  .top-news__inner {
    max-width: 100%;
  }
  .top-news__items {
    width: 90%;
    background: #fff;
    padding: 20px 14px;
    margin: 0 auto;
  }
  .top-news__item:not(:first-child) {
    padding-top: 14px;
  }
  .top-news__links {
    display: flex;
    flex-flow: column;
  }
  .top-news__link-time {
    margin-left: 0px;
    font-size: 15px;
  }
  .top-news__link-headline {
    margin-left: 0;
    font-size: 15px;
  }
}
/* About
***************************************************************/
.top-about {
  padding: 50px 0 100px;
  position: relative;
}

.top-about::before {
  content: "ABOUT";
  display: inline-block;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 120px;
  line-height: 1.66;
  font-weight: 400;
  letter-spacing: 0;
  position: absolute;
  top: 42%;
  left: -2.5%;
  transform: translate(0, -50%);
}

.top-about__wrap {
  margin-top: 44px;
  display: flex;
  align-items: center;
  gap: 36px;
}

.top-about__text-wrap {
  width: 47%;
  padding-top: 74px;
}

.top-about__text-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
}

.top-about__description {
  line-height: 2;
  letter-spacing: 0;
  font-weight: bold;
  margin-top: 48px;
}

.top-about__img {
  width: 57%;
}

.top-about__btn {
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .top-about {
    padding: 40px 0 80px;
    position: unset;
  }
  .top-about::before {
    display: none;
  }
  .top-about__wrap {
    margin-top: 61px;
    flex-flow: column-reverse;
    gap: 47px;
  }
  .top-about__text-wrap {
    width: 100%;
    padding-top: 0;
  }
  .top-about__text-title {
    font-size: 20px;
  }
  .top-about__description {
    margin-top: 30px;
    font-size: 15px;
  }
  .top-about__img {
    width: 100%;
  }
  .top-about__btn {
    margin: 30px auto 0;
  }
}
/* Service
***************************************************************/
.top-service {
  padding: 0 0 104px;
  position: relative;
}

.top-service::before {
  content: "SERVICE";
  display: inline-block;
  writing-mode: vertical-rl;
  color: #E2DADA;
  font-size: 120px;
  line-height: 1.66;
  font-weight: 400;
  letter-spacing: 0;
  position: absolute;
  top: 36%;
  left: -2.5%;
  transform: translate(0, -50%);
}

.section__description {
  width: 43%;
  margin: 52px auto 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0;
}

.top-service__items {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.top-service__item-img {
  border-radius: 6px;
}

.top-service__item-img img {
  aspect-ratio: 340/212;
}

.top-service__items2 {
  max-width: 711px;
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.top-service__item-title {
  margin-top: 24px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
}

.top-service__item-description {
  margin-top: 10px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
}

.top-service__items .top-service__item:nth-of-type(1) .top-service__item-description {
  padding-right: 20px;
}

.top-service__items2 .top-service__item:nth-of-type(1) .top-service__item-description {
  padding-right: 20px;
}

.top-service__items2 .top-service__item-title {
  margin-top: 18px;
}

.top-service__btn {
  margin: 36px auto 0;
}

@media screen and (max-width: 768px) {
  .top-service {
    padding: 0 0 40px;
    position: unset;
  }
  .top-service::before {
    display: none;
  }
  .section__description {
    width: 100%;
    margin: 40px auto 0;
    font-size: 15px;
  }
  .top-service__items {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
  }
  .top-service__items2 {
    max-width: 100%;
    margin: 28px auto 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
  }
  .top-service__item-img img {
    aspect-ratio: 344/212;
  }
  .top-service__item-title {
    margin-top: 18px;
    font-size: 20px;
  }
  .top-service__item-description {
    margin-top: 16px;
  }
  .top-service__items .top-service__item:nth-of-type(1) .top-service__item-description {
    padding-right: 0;
  }
  .top-service__items2 .top-service__item:nth-of-type(1) .top-service__item-description {
    padding-right: 0;
  }
  .top-service__items2 .top-service__item-title {
    margin-top: 18px;
  }
  .top-service__btn {
    margin: 30px auto 0;
  }
}
/* Item
***************************************************************/
.top-item {
  padding: 0;
  position: relative;
}

.top-item__items {
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.top-item__item {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.top-item__item-links {
  display: block;
  position: relative;
  z-index: 10;
}

.top-item__item-img {
  transition: transform 0.3s ease;
}

.top-item__item-img img {
  aspect-ratio: 480/300;
  max-height: 300px;
}

.top-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-align: center;
  padding: 1em;
}

.top-item__text-wrap {
  width: 80%;
  display: block;
}

.top-item__title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.top-item__description {
  width: 84%;
  margin: 28px auto 0;
  font-size: 16px;
  line-height: 1.875;
}

@media (any-hover: hover) {
  .top-item__item-links:hover .top-item__item-img {
    transform: scale(1.05);
  }
  .top-item__item-links:hover {
    opacity: 1;
  }
  .top-item__item-links:hover .top-item__overlay {
    opacity: 1;
  }
}
@media (any-hover: none) {
  .top-item__overlay {
    opacity: 1;
  }
}
.top-item__btn {
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .top-item {
    padding: 40px 0;
  }
  .top-item__items {
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .top-item__item-img img {
    aspect-ratio: 187/118;
    max-height: unset;
  }
  .top-item__overlay {
    padding: 0 0.5em;
    opacity: 1;
  }
  .top-item__text-wrap {
    width: 100%;
  }
  .top-item__title {
    font-size: clamp(12px, 1.11vw, 16px);
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
  }
  .top-item__description {
    width: 100%;
    margin: 10px auto 0;
    font-size: clamp(10px, 0.83vw, 12px);
    line-height: 1.5;
  }
  .top-item__btn {
    margin: 30px auto 0;
  }
}
/*  Online shop
***************************************************************/
.top-online {
  background-color: transparent;
  z-index: 1;
  padding: 100px 0 0;
}

.top-online__wrap {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}

.top-online__img {
  flex-basis: 40%;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
  overflow: hidden;
}

.top-online__img img {
  border-top-left-radius: 110px;
  height: 100%;
}

.top-online__text-bg {
  flex-basis: 60%;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #E2DADA;
  padding: 105px 0 273px;
  border-top-right-radius: 80px;
}

.top-online__text-wrap {
  margin-left: 57px;
}

.top-online__title {
  font-size: 80px;
  color: #fff;
  line-height: 1.05;
  letter-spacing: 0;
}

.top-online__description {
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0;
  width: 60%;
  margin-top: 50px;
}

.top-online_btn {
  margin-top: 47px;
}

@media screen and (max-width: 768px) {
  .top-online {
    padding: 80px 0 0;
  }
  .top-online__wrap {
    display: flex;
    flex-flow: column;
  }
  .top-online__img {
    width: 100%;
    flex-basis: 100%;
  }
  .top-online__img img {
    height: auto;
    aspect-ratio: 375/260;
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
  .top-online__text-bg {
    width: 100%;
    flex-basis: 100%;
    background: #E2DADA;
    padding: 30px 0 130px;
    border-top-right-radius: 0;
  }
  .top-online__text-wrap {
    margin-left: 0;
    padding: 0 1em;
  }
  .top-online__title {
    font-size: 48px;
    text-align: center;
  }
  .top-online__description {
    font-weight: bold;
    width: 100%;
    margin-top: 34px;
  }
  .top-online_btn {
    margin: 30px auto 0;
  }
}
/*  FAQ
***************************************************************/
.top-faq {
  border-radius: 80px 80px 0 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, #FBEEF3 0%, #FDF9ED 100%);
  padding: 100px 0 163px;
  z-index: 2;
  width: 100%;
  position: relative;
}

.top-faq::before {
  content: "FAQ";
  display: inline-block;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 120px;
  line-height: 1.66;
  font-weight: 400;
  letter-spacing: 0;
  position: absolute;
  top: 46%;
  left: -2.5%;
  transform: translate(0, -50%);
}

.top-faq .inner {
  max-width: 850px;
}

.accordion {
  margin-inline: auto;
  margin-top: 30px;
  position: relative;
  width: 100%;
}

.accordion-title {
  color: #665C5C;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 40px 10px 2rem;
  border-bottom: 1px solid #D9D9D9;
}

.accordion-content {
  display: none;
  padding: 10px 20px 10px 2rem;
  position: relative;
}

.accordion-content::before {
  content: "A．";
  position: absolute;
  left: 0;
  top: 10px;
  color: #E887A5;
  font-size: 20px;
  font-weight: bold;
}

.accordion-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

/* 矢印 */
.accordion-title {
  position: relative;
}

.accordion-title::before {
  content: "Q．";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #665C5C;
  font-size: 20px;
  font-weight: bold;
}

.accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-image: linear-gradient(#D9D9D9, #D9D9D9), linear-gradient(#D9D9D9, #D9D9D9);
  background-size: 21px 2px, 2px 21px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

.accordion-title.open {
  border-bottom: none;
}

.accordion-title.open::after {
  background-size: 21px 2px, 0 0;
}

.accordion-title.open + .accordion-content {
  border-bottom: 1px solid #665C5C;
}

@media screen and (max-width: 768px) {
  .top-faq {
    border-radius: 60px 60px 0 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    background: linear-gradient(180deg, #FBEEF3 0%, #FDF9ED 100%);
    padding: 80px 0 116px;
    z-index: 2;
    width: 100%;
    position: relative;
    margin-top: -60px;
  }
  .top-faq::before {
    display: none;
  }
  .top-faq .inner {
    max-width: 100%;
    padding: 0 1em;
  }
}
/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/
/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/
/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/
/* お問い合わせ
***************************************************************/
.contact {
  position: relative;
  z-index: 3;
  border-radius: 80px 80px 0 0;
  width: 100%;
  background: linear-gradient(to bottom, #EDACBD, #FBEEF3);
  margin-top: -60px;
  padding: 100px 0 160px;
}

.contact::before {
  content: "CONTACT";
  display: inline-block;
  writing-mode: vertical-rl;
  color: #FBECF2;
  font-size: 120px;
  line-height: 1.66;
  font-weight: 400;
  letter-spacing: 0;
  position: absolute;
  top: 42%;
  left: -2.5%;
  transform: translate(0, -50%);
}

.contact__form {
  max-width: 850px;
  margin: 50px auto 0;
}

.contact__items {
  display: flex;
  flex-flow: column;
  gap: 37px;
}

.contact__item {
  display: flex;
  align-items: flex-start;
}

.contact__item-title {
  display: flex;
  align-items: center;
  gap: 21px;
  width: 250px;
  padding-top: 10px;
  white-space: nowrap;
}

.contact__item:nth-of-type(5) .contact__item-title {
  padding-top: 0;
}

.req {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  letter-spacing: 0;
  width: 60px;
  height: 22px;
  border-radius: 16px;
  text-align: center;
  background: #fff;
  color: #E887A5;
}

.contact__area {
  flex: 1;
  word-wrap: break-word;
  word-break: break-all;
}

.contact__area span {
  width: 100%;
}

.contact__area input {
  width: 100%;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px 10px;
}

.contact__area textarea {
  width: 100%;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px 10px;
  height: 360px;
  resize: none;
}

.wpcf7-checkbox {
  display: flex;
  gap: 30px;
}

.wpcf7-checkbox .wpcf7-list-item {
  width: auto;
  margin: 0;
}

.contact__area label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.contact__area label input {
  width: 15px;
  height: 15px;
  border: unset;
  padding: 0;
  background: unset;
}

.contact__area label span {
  width: auto;
}

.contact__check {
  text-align: center;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

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

.contact__check input {
  width: 24px;
  height: 24px;
}

.contact__check a {
  font-size: 14px;
  color: #665C5C;
  text-decoration: underline;
}

.contact__submit {
  margin: 15px auto 0;
  width: 240px;
  text-align: center;
  font-size: 16px;
  position: relative;
  background: #E887A5;
  border-radius: 40px;
  color: #fff;
  transition: 0.3s;
}

.contact__submit input {
  width: 100%;
  border: unset;
  padding: 12px 0;
}

.contact__submit button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 3px 0;
}

#privacy-error {
  color: red;
  font-size: 0.9rem;
  display: none;
}

.wpcf7-list-item label {
  display: flex;
  gap: 10px;
}

.wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 768px) {
  .contact {
    margin-top: -60px;
    border-radius: 60px 60px 0 0;
    width: 100%;
    background: linear-gradient(to bottom, #EDACBD, #FBEEF3);
    padding: 80px 0 160px;
  }
  .contact::before {
    display: none;
  }
  .contact__form {
    max-width: 100%;
    margin: 46px auto 0;
  }
  .contact__items {
    display: flex;
    flex-flow: column;
    gap: 20px;
  }
  .contact__item {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    gap: 10px;
  }
  .contact__area {
    flex: 1;
    width: 100%;
  }
  .contact__area span {
    width: 100%;
  }
  .wpcf7-checkbox {
    display: flex;
    gap: 30px;
  }
  .wpcf7-checkbox .wpcf7-list-item {
    width: auto;
    margin: 0;
  }
  .contact__area label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
  }
  .contact__area label input {
    width: 15px;
    height: 15px;
    border: unset;
    padding: 0;
    background: unset;
  }
  .contact__area label span {
    width: auto;
  }
  .contact__check {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .contact__check .wpcf7-list-item {
    margin: 0;
  }
  .contact__check input {
    width: 24px;
    height: 24px;
  }
  .contact__submit input {
    width: 100%;
    border: unset;
    padding: 12px 0;
  }
}
.contact-thanks, .contact-confirm {
  text-align: center;
  padding: 75px 0 200px;
  background: linear-gradient(to bottom, #FBEEF3, #FDF9ED);
  width: 100%;
}

.contact-confirm__text {
  line-height: 2;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 50px;
}

.contact-confirm__wrap {
  background: #fff;
  max-width: 850px;
  width: 100%;
  margin: 50px auto 0;
  padding: 50px 0;
  border-radius: 5px;
}

.contact-confirm .contact__items {
  width: 75%;
  margin: 0 auto;
}

.contact-confirm .contact__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
  padding-bottom: 3px;
  border-bottom: 1px solid #665C5C;
}

.contact-confirm .contact__item-title {
  width: 40%;
  padding-left: 2em;
}

.contact-confirm .contact__area {
  text-align: left;
}

.contact-confirm .contact__submit {
  margin: 50px auto 0;
}

.contact-thanks__text {
  margin-top: 50px;
}

.contact-thanks__text p {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}

.contact-thanks__text p:not(:first-of-type) {
  margin-top: 2em;
}

.thanks_text {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .contact-thanks,
  .contact-confirm {
    padding: 40px 0 150px;
  }
  .contact-thanks__text {
    margin-top: 40px;
  }
  .contact-confirm .contact__item {
    align-items: baseline;
    justify-content: flex-start;
    flex-flow: column;
  }
  .contact-confirm .contact__item-title {
    padding-left: 0;
  }
  .contact-thanks__text p {
    font-size: 15px;
  }
  .contact-thanks__text p:not(:first-of-type) {
    margin-top: 2em;
  }
  .thanks_text {
    margin-top: 40px;
  }
}
/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/
/* section1
***************************************************************/
.contact__privacy {
  padding: 100px 0;
}

.contact__privacy-title {
  text-align: center;
  font-weight: bold;
}

.contact__privacy-items {
  display: flex;
  flex-flow: column;
  gap: 16px;
  margin-top: 16px;
  padding-bottom: 40px;
}

/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/