@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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 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 {
  clear: both;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 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 {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  /* 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 {
  min-width: 0;
  padding: 0;
  margin: 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 {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 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 {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 基本
***************************************************************/
html {
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #72685C;
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 680px) {
  html {
    font-size: 3.8461538462vw;
  }
}
/* コンテンツ・セクション幅
***************************************************************/
section {
  padding: 30px 0;
  background-color: #fff;
  position: relative;
}

.inner {
  max-width: 1380px;
  width: calc(100% - 50px);
  margin: 0 auto;
}

@media screen and (max-width: 1600px) {
  section {
    padding: 2.0833333333vw 0;
    background-color: #fff;
    position: relative;
  }
  .inner {
    max-width: 95.8333333333vw;
    width: calc(100% - 3.4722222222vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 680px) {
  section {
    padding: 7.6923076923vw 0;
    background-color: #fff;
    position: relative;
  }
  .inner {
    max-width: unset;
    width: 100%;
    margin: 0 auto;
    padding: 0 7.6923076923vw;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 装飾
***************************************************************/
/* ホバーで不透明度を下げる（PCのみ） */
.hover-opacity a {
  transition: opacity 0.3s;
}

@media screen and (min-width: 681px) {
  .hover-opacity a:hover {
    opacity: 0.7;
  }
}
.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.underline {
  font-weight: bold;
  display: inline;
}

.underline span {
  background: linear-gradient(transparent 60%, #F6F300 60%);
  display: inline;
}

/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  font-size: 16px;
  color: #7B6031;
}

.section_title_img {
  height: 27px;
  width: auto;
  display: block;
}

@media screen and (max-width: 1600px) {
  .section_title {
    font-size: 1.1111111111vw;
    color: #7B6031;
  }
  .section_title_img {
    height: 1.875vw;
    width: auto;
    display: block;
  }
}
@media screen and (max-width: 680px) {
  .section_title {
    font-size: 4.1025641026vw;
    color: #7B6031;
  }
  .section_title_img {
    height: 6.9230769231vw;
    width: auto;
    display: block;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  right: 420px;
  z-index: 100;
  width: 390px;
  padding: 20px 0;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.header_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 18px;
  position: relative;
  z-index: 1000;
}

.header_logo {
  width: 130px;
  display: block;
}

.header_logo img {
  display: block;
}

.header_contentBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.header_contentBox_link {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.6px;
  border-radius: 50px;
  background: #478054;
  padding: 0 19px;
  transition: 0.3s;
  border: 1px solid #478054;
}

@media screen and (min-width: 681px) {
  .header_contentBox_link:hover {
    background: #fff;
    color: #478054;
  }
}
.toggle-menu {
  position: relative;
  z-index: 100;
  display: inline-block;
  width: 40px;
  height: 40px;
  display: none;
}

.toggle-menu .toggle-line {
  position: absolute;
  inset: 0;
  display: block;
  width: 18px;
  height: 3px;
  margin: auto;
  background-color: #7B6031;
  border-radius: 4px;
}

.toggle-menu .toggle-line::before,
.toggle-menu .toggle-line::after {
  position: absolute;
  left: 0;
  height: 3px;
  content: "";
  background-color: #7B6031;
  transition: 0.3s;
  border-radius: 4px;
}

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

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

.open .toggle-menu {
  transition: all 0.5s linear 1s;
}

.open .toggle-menu .toggle-line {
  height: 0;
  background-color: #000;
}

.open .toggle-menu .toggle-line::before {
  top: 0;
  transform: rotate(-45deg);
  animation: active-menu-barTop 0.6s forwards;
  width: 24px;
}

.open .toggle-menu .toggle-line::after {
  top: 0;
  transform: rotate(45deg);
  animation: active-menu-barBottom 0.6s forwards;
  width: 24px;
}

.header_nav {
  position: fixed;
  top: 130px;
  right: 420px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  width: 390px;
  height: 100vh;
  padding: 0 30px 0;
  background-color: #FFF6EA;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out;
  overflow: scroll;
}

.open .header_nav {
  opacity: 1;
  visibility: unset;
}

.global_nav_list {
  display: flex;
  flex-flow: column;
  gap: 22px;
  margin-top: 39px;
}

.global_nav_item a {
  display: block;
  color: #7B6031;
  letter-spacing: 0.32px;
}

.global_nav_item a img {
  height: 27px;
  width: auto;
  display: block;
  margin-bottom: 10px;
}

.header_nav_foot01 {
  margin-top: 36px;
}

.header_nav_foot01 a {
  color: #7B6031;
  font-size: 13px;
}

.header_nav_foot01 a img {
  display: block;
  position: relative;
  top: 3px;
  margin-left: 5px;
  width: 15px;
}

.header_nav_foot02 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.header_nav_foot02_privacy {
  color: #7B6031;
  font-size: 10px;
}

.header_nav_foot_copyright {
  color: #7B6031;
  font-size: 10px;
}

.header_nav_img {
  margin-top: 20px;
}

@media screen and (max-width: 1600px) {
  header {
    position: fixed;
    top: 0;
    right: 20.8333333333vw;
    z-index: 100;
    width: 27.0833333333vw;
    padding: 1.3888888889vw 0;
    background: #fff;
    box-shadow: 0.2083333333vw 0.2083333333vw 0.6944444444vw rgba(0, 0, 0, 0.1);
    transition: 0.3s;
  }
  .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 1.25vw;
    position: relative;
    z-index: 1000;
  }
  .header_logo {
    width: 9.0277777778vw;
    display: block;
  }
  .header_logo img {
    display: block;
  }
  .header_contentBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.0416666667vw;
  }
  .header_contentBox_link {
    color: #fff;
    font-size: 0.8333333333vw;
    font-weight: 700;
    line-height: 1.5277777778vw;
    letter-spacing: 0.0416666667vw;
    border-radius: 3.4722222222vw;
    background: #478054;
    padding: 0 1.3194444444vw;
  }
  .toggle-menu {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    display: none;
  }
  .toggle-menu .toggle-line {
    position: absolute;
    inset: 0;
    display: block;
    width: 1.25vw;
    height: 0.2083333333vw;
    margin: auto;
    background-color: #7B6031;
    border-radius: 0.2777777778vw;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    position: absolute;
    left: 0;
    height: 0.2083333333vw;
    content: "";
    background-color: #7B6031;
    transition: 0.3s;
    border-radius: 0.2777777778vw;
  }
  .toggle-menu .toggle-line::before {
    top: -0.5555555556vw;
    animation: menu-barTop 0.6s forwards;
    width: 0.9722222222vw;
  }
  .toggle-menu .toggle-line::after {
    top: 0.5555555556vw;
    animation: menu-barBottom 0.6s forwards;
    width: 1.6666666667vw;
  }
  .open .toggle-menu {
    transition: all 0.5s linear 1s;
  }
  .open .toggle-menu .toggle-line {
    height: 0;
    background-color: #000;
  }
  .open .toggle-menu .toggle-line::before {
    top: 0;
    transform: rotate(-45deg);
    animation: active-menu-barTop 0.6s forwards;
    width: 1.6666666667vw;
  }
  .open .toggle-menu .toggle-line::after {
    top: 0;
    transform: rotate(45deg);
    animation: active-menu-barBottom 0.6s forwards;
    width: 1.6666666667vw;
  }
  .header_nav {
    position: fixed;
    top: 9.0277777778vw;
    right: 29.1666666667vw;
    z-index: 90;
    display: flex;
    flex-direction: column;
    width: 27.0833333333vw;
    height: 100vh;
    padding: 0 2.0833333333vw 0;
    background-color: #FFF6EA;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-out;
  }
  .open .header_nav {
    opacity: 1;
    visibility: unset;
  }
  .global_nav_list {
    display: flex;
    flex-flow: column;
    gap: 1.5277777778vw;
    margin-top: 2.7083333333vw;
  }
  .global_nav_item a {
    display: block;
    color: #7B6031;
    letter-spacing: 0.0222222222vw;
  }
  .global_nav_item a img {
    height: 1.875vw;
    width: auto;
    display: block;
    margin-bottom: 0.6944444444vw;
  }
  .header_nav_foot01 {
    margin-top: 2.5vw;
  }
  .header_nav_foot01 a {
    color: #7B6031;
    font-size: 0.9027777778vw;
  }
  .header_nav_foot01 a img {
    display: block;
    position: relative;
    top: 0.2083333333vw;
    margin-left: 0.3472222222vw;
    width: 1.0416666667vw;
  }
  .header_nav_foot02 {
    display: flex;
    justify-content: space-between;
    margin-top: 2.0833333333vw;
  }
  .header_nav_foot02_privacy {
    color: #7B6031;
    font-size: 0.6944444444vw;
  }
  .header_nav_foot_copyright {
    color: #7B6031;
    font-size: 0.6944444444vw;
  }
  .header_nav_img {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 680px) {
  header {
    position: fixed;
    top: 0;
    right: unset;
    left: 0;
    width: 100vw;
    padding: 5.1282051282vw 0;
  }
  .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 4.6153846154vw;
    position: relative;
    z-index: 1000;
  }
  .header_logo {
    width: 33.3333333333vw;
    display: block;
  }
  .header_logo img {
    display: block;
  }
  .header_contentBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.8461538462vw;
  }
  .header_contentBox_link {
    color: #fff;
    font-size: 3.0769230769vw;
    font-weight: 700;
    line-height: 5.641025641vw;
    letter-spacing: 0.1538461538vw;
    border-radius: 12.8205128205vw;
    background: #478054;
    padding: 0 4.8717948718vw;
  }
  .toggle-menu {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    display: inline-block;
  }
  .toggle-menu .toggle-line {
    position: absolute;
    inset: 0;
    display: block;
    width: 4.6153846154vw;
    height: 0.7692307692vw;
    margin: auto;
    background-color: #7B6031;
    border-radius: 1.0256410256vw;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    position: absolute;
    left: 0;
    height: 0.7692307692vw;
    content: "";
    background-color: #7B6031;
    transition: 0.3s;
    border-radius: 1.0256410256vw;
  }
  .toggle-menu .toggle-line::before {
    top: -2.0512820513vw;
    animation: menu-barTop 0.6s forwards;
    width: 3.5897435897vw;
  }
  .toggle-menu .toggle-line::after {
    top: 2.0512820513vw;
    animation: menu-barBottom 0.6s forwards;
    width: 6.1538461538vw;
  }
  .open .toggle-menu {
    transition: all 0.5s linear 1s;
  }
  .open .toggle-menu .toggle-line {
    height: 0;
    background-color: #000;
  }
  .open .toggle-menu .toggle-line::before {
    top: 0;
    transform: rotate(-45deg);
    animation: active-menu-barTop 0.6s forwards;
    width: 6.1538461538vw;
  }
  .open .toggle-menu .toggle-line::after {
    top: 0;
    transform: rotate(45deg);
    animation: active-menu-barBottom 0.6s forwards;
    width: 6.1538461538vw;
  }
  .header_nav {
    position: fixed;
    top: 20.5128205128vw;
    right: unset;
    left: 0;
    z-index: 90;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    padding: 0 7.6923076923vw 25.641025641vw;
    background-color: #FFF6EA;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-out;
    overflow: scroll;
  }
  .open .header_nav {
    opacity: 1;
    visibility: unset;
  }
  .global_nav_list {
    display: flex;
    flex-flow: column;
    gap: 5.641025641vw;
    margin-top: 10vw;
  }
  .global_nav_item a {
    display: block;
    color: #7B6031;
    letter-spacing: 0.0820512821vw;
  }
  .global_nav_item a img {
    height: 6.9230769231vw;
    width: auto;
    display: block;
    margin-bottom: 2.5641025641vw;
  }
  .header_nav_foot01 {
    margin-top: 9.2307692308vw;
  }
  .header_nav_foot01 a {
    color: #7B6031;
    font-size: 3.3333333333vw;
  }
  .header_nav_foot01 a img {
    display: block;
    position: relative;
    top: 0.7692307692vw;
    margin-left: 1.2820512821vw;
    width: 3.8461538462vw;
  }
  .header_sp_btn a {
    display: block;
    border-radius: 2.5641025641vw;
    border: 1px solid #478054;
    background: #FFF;
    color: #478054;
    font-size: 4.1025641026vw;
    font-weight: 600;
    line-height: 9.2307692308vw;
    letter-spacing: 1.4358974359vw;
    margin-top: 10.7692307692vw;
    text-align: center;
    padding: 3.0769230769vw 0;
    font-family: "Noto Sans JP";
  }
  .header_sp_btn a:nth-of-type(2) {
    margin-top: 2.5641025641vw;
  }
  .header_nav_foot02 {
    display: flex;
    justify-content: space-between;
    margin-top: 7.6923076923vw;
  }
  .header_nav_foot02_privacy {
    color: #7B6031;
    font-size: 2.5641025641vw;
  }
  .header_nav_foot_copyright {
    color: #7B6031;
    font-size: 2.5641025641vw;
  }
  .header_nav_img {
    margin-top: 5.1282051282vw;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  background: #C9BC9C;
  padding: 30px 0;
  position: relative;
}

.footer_nav_foot01 a {
  color: #7B6031;
  font-size: 13px;
}

.footer_nav_foot01 a img {
  display: block;
  position: relative;
  top: 3px;
  margin-left: 5px;
  width: 15px;
}

.footer_nav_foot02 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.footer_nav_foot02_privacy {
  color: #7B6031;
  font-size: 10px;
}

.footer_nav_foot_copyright {
  color: #7B6031;
  font-size: 10px;
}

@media screen and (max-width: 1600px) {
  footer {
    background: #C9BC9C;
    padding: 2.0833333333vw 0;
    position: relative;
  }
  .footer_nav_foot01 a {
    color: #7B6031;
    font-size: 0.9027777778vw;
  }
  .footer_nav_foot01 a img {
    display: block;
    position: relative;
    top: 0.2083333333vw;
    margin-left: 0.3472222222vw;
    width: 1.0416666667vw;
  }
  .footer_nav_foot02 {
    display: flex;
    justify-content: space-between;
    margin-top: 2.0833333333vw;
  }
  .footer_nav_foot02_privacy {
    color: #7B6031;
    font-size: 0.6944444444vw;
  }
  .footer_nav_foot_copyright {
    color: #7B6031;
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 680px) {
  footer {
    background: #C9BC9C;
    padding: 7.6923076923vw 0;
    position: relative;
  }
  .footer_nav_foot01 a {
    color: #7B6031;
    font-size: 3.3333333333vw;
  }
  .footer_nav_foot01 a img {
    display: block;
    position: relative;
    top: 0.7692307692vw;
    margin-left: 1.2820512821vw;
    width: 3.8461538462vw;
  }
  .footer_nav_foot02 {
    display: flex;
    justify-content: space-between;
    margin-top: 7.6923076923vw;
  }
  .footer_nav_foot02_privacy {
    color: #7B6031;
    font-size: 2.5641025641vw;
  }
  .footer_nav_foot_copyright {
    color: #7B6031;
    font-size: 2.5641025641vw;
  }
}
/* フェードイン
***************************************************************/
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

.fadein.number02 {
  transition-delay: 100ms;
}

.fadein.number03 {
  transition-delay: 150ms;
}

.fadein.number04 {
  transition-delay: 200ms;
}

.fadein.number05 {
  transition-delay: 250ms;
}

.fadein.number06 {
  transition-delay: 300ms;
}

.fadein.number07 {
  transition-delay: 350ms;
}

.fadein.number08 {
  transition-delay: 400ms;
}

.fadein.number09 {
  transition-delay: 450ms;
}

.fadein.number10 {
  transition-delay: 500ms;
}

.fadein.number11 {
  transition-delay: 550ms;
}

.fadein.number12 {
  transition-delay: 600ms;
}

.fadein.number13 {
  transition-delay: 650ms;
}

.fadein.number14 {
  transition-delay: 700ms;
}

.fadein.number15 {
  transition-delay: 750ms;
}

.fadein.number16 {
  transition-delay: 800ms;
}

.fadein.number17 {
  transition-delay: 850ms;
}

.fadein.number18 {
  transition-delay: 900ms;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

@media all and (min-width: 681px) {
  .action01 {
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    position: relative;
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    position: relative;
    opacity: 0;
    transform: translateX(40px);
    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 {
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    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;
  }
}
/* ===================================================
トップページ
=================================================== */
.pc_main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/front/pc_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pc_main .inner {
  max-width: 1500px;
}

.pc_mainContent {
  width: calc(100% - 300px);
  height: 100%;
  padding: 80px 70px;
}

.pc_mainContent_title {
  color: #7B6031;
  font-size: 44px;
  line-height: 62px;
  letter-spacing: 2.2px;
}

.pc_mainContent_text {
  font-size: 24px;
  line-height: 40px;
  margin-top: 20px;
}

.pc_mainContent_img {
  width: 500px;
  margin-top: 30px;
  position: relative;
}

.pc_mainContent_img img {
  border-radius: 20px;
}

.pc_mainContent_img_link {
  width: 167px;
  height: 167px;
  position: absolute;
  right: -130px;
  bottom: -92px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  color: #478054;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
}

.pc_mainContent_img_link::after {
  content: "";
  display: block;
  width: 30px;
  height: 12px;
  background-image: url(../images/icon/icon_arrow_right01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: relative;
  left: 0;
  transition: 0.3s;
}

.pc_mainContent_img_circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 20s linear infinite;
}

/* 回転 */
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.pc_mainContent_btn {
  border-radius: 90px;
  background: #478054;
  color: #FFF;
  font-size: 21.6px;
  font-weight: 700;
  line-height: 39.6px;
  letter-spacing: 1.08px;
  padding: 0 34px;
  margin-top: 26px;
  transition: 0.3s;
  border: 1px solid #478054;
}

@media screen and (min-width: 681px) {
  .pc_mainContent_btn:hover {
    background: #fff;
    color: #478054;
  }
}
.pc_mainContent_desc {
  color: #7B6031;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  border-radius: 80px;
  border: 1px solid #7B6031;
  background: #FFF;
  padding: 12px 32px;
  margin-top: 35px;
  width: 650px;
}

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

.pc_mainContent_link a {
  color: #478054;
  font-size: 13px;
}

.pc_mainContent_link a img {
  width: 15px;
  display: block;
}

.pc_mainSIde {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  height: 100%;
  background: #478054;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.pc_mainSIde_list {
  display: flex;
  flex-flow: column;
  gap: 14px;
}

.pc_mainSIde_item a {
  color: #FFF6EA;
  font-size: 13px;
  line-height: 29.018px;
  letter-spacing: 0.26px;
}

.pc_mainSIde_item a img {
  height: 20px;
  width: auto;
  display: block;
}

.pc_mainSIde_foot {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  padding: 0 0 50px 70px;
}

.pc_mainSIde_contact {
  color: #FFF6EA;
  font-size: 13px;
  text-decoration: underline;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.pc_mainSIde_privacy {
  color: #FFF6EA;
  font-size: 10px;
  margin-top: 30px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.pc_mainSIde_copyright {
  color: #FFF6EA;
  font-size: 10px;
}

.wrap {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  top: 0;
  width: 390px;
  margin-right: 420px;
  margin-left: auto;
  background: #fff;
  position: relative;
  z-index: 10;
  height: 100%;
  overflow: hidden;
}

.wrap::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1600px) {
  .pc_main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../images/front/pc_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .pc_main .inner {
    max-width: 104.1666666667vw;
  }
  .pc_mainContent {
    width: calc(100% - 20.8333333333vw);
    height: 100%;
    padding: 2.7777777778vw 2.7777777778vw;
  }
  .pc_mainContent_title {
    color: #7B6031;
    font-size: 3.0555555556vw;
    line-height: 3.6111111111vw;
    letter-spacing: 0.1527777778vw;
  }
  .pc_mainContent_text {
    font-size: 1.6666666667vw;
    line-height: 2.7777777778vw;
    margin-top: 1.3888888889vw;
  }
  .pc_mainContent_img {
    width: 27.7777777778vw;
    margin-top: 2.0833333333vw;
    position: relative;
  }
  .pc_mainContent_img img {
    border-radius: 1.3888888889vw;
  }
  .pc_mainContent_img_link {
    width: 11.5972222222vw;
    height: 11.5972222222vw;
    position: absolute;
    right: -9.0277777778vw;
    bottom: -6.3888888889vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 0.4861111111vw;
    color: #478054;
    text-align: center;
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 2.0138888889vw;
  }
  .pc_mainContent_img_link::after {
    content: "";
    display: block;
    width: 2.0833333333vw;
    height: 0.8333333333vw;
    background-image: url(../images/icon/icon_arrow_right01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .pc_mainContent_img_circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotate 20s linear infinite;
  }
  .pc_mainContent_btn {
    border-radius: 6.25vw;
    background: #478054;
    color: #FFF;
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 2.75vw;
    letter-spacing: 0.075vw;
    padding: 0 2.3611111111vw;
    margin-top: 1.8055555556vw;
  }
  .pc_mainContent_desc {
    color: #7B6031;
    font-size: 1.1805555556vw;
    font-weight: 400;
    line-height: 1.8055555556vw;
    border-radius: 5.5555555556vw;
    border: 0.0694444444vw solid #7B6031;
    background: #FFF;
    padding: 0.8333333333vw 2.2222222222vw;
    margin-top: 2.4305555556vw;
    width: 45.1388888889vw;
  }
  .pc_mainContent_link {
    margin-top: 2.0833333333vw;
    display: flex;
    align-items: center;
    gap: 2.0833333333vw;
  }
  .pc_mainContent_link a {
    color: #478054;
    font-size: 0.9027777778vw;
  }
  .pc_mainContent_link a img {
    width: 1.0416666667vw;
    display: block;
  }
  .pc_mainSIde {
    width: 20.8333333333vw;
  }
  .pc_mainSIde_list {
    gap: 0.9722222222vw;
  }
  .pc_mainSIde_item a {
    color: #FFF6EA;
    font-size: 0.9027777778vw;
    line-height: 2.0151388889vw;
    letter-spacing: 0.0180555556vw;
  }
  .pc_mainSIde_item a img {
    height: 1.3888888889vw;
    width: auto;
    display: block;
  }
  .pc_mainSIde_foot {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20.8333333333vw;
    padding: 0 0 3.4722222222vw 4.8611111111vw;
  }
  .pc_mainSIde_contact {
    color: #FFF6EA;
    font-size: 0.9027777778vw;
    text-decoration: underline;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  .pc_mainSIde_privacy {
    color: #FFF6EA;
    font-size: 0.6944444444vw;
    margin-top: 2.0833333333vw;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  .pc_mainSIde_copyright {
    color: #FFF6EA;
    font-size: 0.6944444444vw;
  }
  .wrap {
    top: 0;
    width: 27.0833333333vw;
    margin-right: 20.8333333333vw;
  }
  .wrap::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 681px) {
  .pc_mainContent_img_link:hover::after {
    left: 10px;
  }
}
@media screen and (max-width: 680px) {
  .pc_main {
    display: none;
  }
  .wrap {
    box-shadow: unset;
    position: unset;
    width: 100%;
    margin-right: 0;
    background: #fff;
    height: auto;
    overflow-y: unset;
    overflow: hidden;
  }
}
/* FV
***************************************************************/
.fv {
  padding: 0 0 40px;
  background-image: url(../images/front/fv_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-top: 60px;
}

.fv_video {
  height: 525px;
  border-radius: 160px 160px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  gap: 80px;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  color: #A58754;
  font-family: "Castoro Titling", serif;
  font-size: 68px;
  line-height: 71px;
  white-space: nowrap;
  margin-top: 20px;
}

.fv_scroll {
  text-align: right;
  color: #7B6031;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.75px;
  position: relative;
}

.fv_scroll span {
  position: relative;
}

/* 丸の描写 */
.fv_scroll span:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 17px;
  /*丸の形状*/
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #eee;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 65px;
  }
  100% {
    bottom: 20px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.fv_scroll span:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 20px;
  left: 19px;
  /*線の形状*/
  width: 2px;
  height: 50px;
  background: #eee;
}

.fv_title {
  color: #478054;
  font-size: 23px;
  line-height: 36px;
}

.fv_text {
  color: #7B6031;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.75px;
  margin-top: 10px;
}

@media screen and (max-width: 1600px) {
  .fv {
    padding: 0 0 2.7777777778vw;
    background-image: url(../images/front/fv_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-top: 4.1666666667vw;
  }
  .fv_video {
    height: 36.4583333333vw;
    border-radius: 11.1111111111vw 11.1111111111vw 0 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .scroll-infinity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
  }
  .scroll-infinity__list {
    display: flex;
    gap: 5.5555555556vw;
  }
  .scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
  }
  .scroll-infinity__item {
    color: #A58754;
    font-family: "Castoro Titling", serif;
    font-size: 4.7222222222vw;
    line-height: 4.9305555556vw;
    white-space: nowrap;
    margin-top: 1.3888888889vw;
  }
  .fv_scroll {
    text-align: right;
    color: #7B6031;
    font-size: 1.0416666667vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0.0520833333vw;
    position: relative;
  }
  .fv_scroll span {
    position: relative;
  }
  /* 丸の描写 */
  .fv_scroll span:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    left: 1.1805555556vw;
    /*丸の形状*/
    width: 0.4166666667vw;
    height: 0.4166666667vw;
    border-radius: 50%;
    background: #eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  }
  /*下からの距離が変化して丸の全体が上から下に動く*/
  @keyframes circlemove {
    0% {
      bottom: 4.5138888889vw;
    }
    100% {
      bottom: 1.3888888889vw;
    }
  }
  /*上から下にかけて丸が透過→不透明→透過する*/
  @keyframes cirlemovehide {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    80% {
      opacity: 0.9;
    }
    100% {
      opacity: 0;
    }
  }
  /* 線の描写 */
  .fv_scroll span:after {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 1.3888888889vw;
    left: 1.3194444444vw;
    /*線の形状*/
    width: 0.1388888889vw;
    height: 3.4722222222vw;
    background: #eee;
  }
  .fv_title {
    color: #478054;
    font-size: 1.5972222222vw;
    line-height: 2.5vw;
  }
  .fv_text {
    color: #7B6031;
    font-size: 1.0416666667vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0.0520833333vw;
    margin-top: 0.6944444444vw;
  }
}
@media screen and (max-width: 680px) {
  .fv {
    padding: 0 0 10.2564102564vw;
    background-image: url(../images/front/fv_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-top: 15.3846153846vw;
  }
  .fv_video {
    border-radius: 41.0256410256vw 41.0256410256vw 0 0;
    height: 134.6153846154vw;
  }
  @keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .scroll-infinity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
  }
  .scroll-infinity__list {
    display: flex;
    gap: 20.5128205128vw;
  }
  .scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
  }
  .scroll-infinity__item {
    color: #A58754;
    font-family: "Castoro Titling", serif;
    font-size: 17.4358974359vw;
    line-height: 18.2051282051vw;
    white-space: nowrap;
    margin-top: 5.1282051282vw;
  }
  .fv_scroll {
    text-align: right;
    color: #7B6031;
    font-size: 3.8461538462vw;
    line-height: 7.6923076923vw;
    letter-spacing: 0.1923076923vw;
    position: relative;
  }
  .fv_scroll span {
    position: relative;
  }
  /* 丸の描写 */
  .fv_scroll span:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    left: 4.358974359vw;
    /*丸の形状*/
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    border-radius: 50%;
    background: #eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  }
  /*下からの距離が変化して丸の全体が上から下に動く*/
  @keyframes circlemove {
    0% {
      bottom: 16.6666666667vw;
    }
    100% {
      bottom: 5.1282051282vw;
    }
  }
  /*上から下にかけて丸が透過→不透明→透過する*/
  @keyframes cirlemovehide {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    80% {
      opacity: 0.9;
    }
    100% {
      opacity: 0;
    }
  }
  /* 線の描写 */
  .fv_scroll span:after {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 5.1282051282vw;
    left: 4.8717948718vw;
    /*線の形状*/
    width: 0.5128205128vw;
    height: 12.8205128205vw;
    background: #eee;
  }
  .fv_title {
    color: #478054;
    font-size: 5.8974358974vw;
    line-height: 9.2307692308vw;
  }
  .fv_text {
    color: #7B6031;
    font-size: 3.8461538462vw;
    line-height: 7.1794871795vw;
    letter-spacing: 0.1923076923vw;
    margin-top: 2.5641025641vw;
  }
}
/* Section1
***************************************************************/
.sec1 {
  position: relative;
}

.sec1_circle {
  width: 167px;
  height: 167px;
  position: absolute;
  right: -27px;
  top: -83px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  color: #478054;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
}

.sec1_circle::after {
  content: "";
  display: block;
  width: 30px;
  height: 12px;
  background-image: url(../images/icon/icon_arrow_right01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: relative;
  left: 0;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .sec1_circle:hover::after {
    left: 10px;
  }
}
.sec1_circle_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 20s linear infinite;
}

.sec1_head {
  color: #7B6031;
}

.sec1 .section_title {
  margin-top: 60px;
}

.sec1_img01 {
  width: 360px;
  margin-top: 10px;
}

.sec1_title {
  color: #7B6031;
  font-size: 24px;
  line-height: 40px;
  margin-top: 20px;
}

.sec1_text {
  margin-top: 15px;
}

.sec1_img02 {
  margin-top: 40px;
}

.sec1_desc {
  color: #231815;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  margin-top: 20px;
}

.sec1_btn {
  color: #FFF;
  text-align: center;
  font-weight: 700;
  border-radius: 50px;
  background: #C77765;
  display: block;
  margin-top: 15px;
  padding: 10px 0;
  border: 1px solid #C77765;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .sec1_btn:hover {
    background: #fff;
    color: #C77765;
  }
}
.sec1 .scroll-infinity {
  position: unset;
  margin-top: 17px;
}

.sec1 .scroll-infinity__list {
  gap: 0;
}

.sec1 .scroll-infinity__item {
  color: #C9BC9C;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1600px) {
  .sec1 {
    position: relative;
  }
  .sec1_circle {
    width: 11.5972222222vw;
    height: 11.5972222222vw;
    position: absolute;
    right: -1.875vw;
    top: -5.7638888889vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 0.4861111111vw;
    color: #478054;
    text-align: center;
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 2.0138888889vw;
  }
  .sec1_circle::after {
    content: "";
    display: block;
    width: 2.0833333333vw;
    height: 0.8333333333vw;
    background-image: url(../images/icon/icon_arrow_right01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .sec1_circle_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotate 20s linear infinite;
  }
  .sec1_head {
    color: #7B6031;
  }
  .sec1 .section_title {
    margin-top: 4.1666666667vw;
  }
  .sec1_img01 {
    width: 25vw;
    margin-top: 0.6944444444vw;
  }
  .sec1_title {
    color: #7B6031;
    font-size: 1.6666666667vw;
    line-height: 2.7777777778vw;
    margin-top: 1.3888888889vw;
  }
  .sec1_text {
    margin-top: 1.0416666667vw;
  }
  .sec1_img02 {
    margin-top: 2.7777777778vw;
  }
  .sec1_desc {
    color: #231815;
    font-size: 0.8333333333vw;
    font-weight: 700;
    line-height: 1.1805555556vw;
    margin-top: 1.3888888889vw;
  }
  .sec1_btn {
    color: #FFF;
    text-align: center;
    font-weight: 700;
    border-radius: 3.4722222222vw;
    background: #C77765;
    display: block;
    margin-top: 1.0416666667vw;
    padding: 0.6944444444vw 0;
  }
  .sec1 .scroll-infinity {
    position: unset;
    margin-top: 1.1805555556vw;
  }
  .sec1 .scroll-infinity__list {
    gap: 0;
  }
  .sec1 .scroll-infinity__item {
    color: #C9BC9C;
    font-size: 1.3888888889vw;
    font-weight: 700;
    line-height: 1.5277777778vw;
    letter-spacing: 0.0694444444vw;
  }
}
@media screen and (max-width: 680px) {
  .sec1 {
    position: relative;
  }
  .sec1_circle {
    width: 42.8205128205vw;
    height: 42.8205128205vw;
    position: absolute;
    right: -6.9230769231vw;
    top: -21.2820512821vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 1.7948717949vw;
    color: #478054;
    text-align: center;
    font-size: 4.6153846154vw;
    font-weight: 700;
    line-height: 7.4358974359vw;
  }
  .sec1_circle::after {
    content: "";
    display: block;
    width: 7.6923076923vw;
    height: 3.0769230769vw;
    background-image: url(../images/icon/icon_arrow_right01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .sec1_circle_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotate 20s linear infinite;
  }
  .sec1_head {
    color: #7B6031;
  }
  .sec1 .section_title {
    margin-top: 15.3846153846vw;
  }
  .sec1_img01 {
    width: 92.3076923077vw;
    margin-top: 2.5641025641vw;
  }
  .sec1_title {
    color: #7B6031;
    font-size: 6.1538461538vw;
    line-height: 10.2564102564vw;
    margin-top: 5.1282051282vw;
  }
  .sec1_text {
    margin-top: 3.8461538462vw;
  }
  .sec1_img02 {
    margin-top: 10.2564102564vw;
  }
  .sec1_desc {
    color: #231815;
    font-size: 3.0769230769vw;
    font-weight: 700;
    line-height: 4.358974359vw;
    margin-top: 5.1282051282vw;
  }
  .sec1_btn {
    color: #FFF;
    text-align: center;
    font-weight: 700;
    border-radius: 12.8205128205vw;
    background: #C77765;
    display: block;
    margin-top: 3.8461538462vw;
    padding: 2.5641025641vw 0;
  }
  .sec1 .scroll-infinity {
    position: unset;
    margin-top: 4.358974359vw;
  }
  .sec1 .scroll-infinity__list {
    gap: 0;
  }
  .sec1 .scroll-infinity__item {
    color: #C9BC9C;
    font-size: 5.1282051282vw;
    font-weight: 700;
    line-height: 5.641025641vw;
    letter-spacing: 1px;
  }
}
/* Section2
***************************************************************/
.sec2 {
  background-image: url(../images/front/fv_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec2_img {
  margin-top: 10px;
}

.sec2_text {
  margin-top: 20px;
}

.sec2_btn {
  color: #FFF;
  text-align: center;
  font-weight: 700;
  border-radius: 50px;
  background: #478054;
  display: block;
  margin-top: 15px;
  padding: 10px 0;
  border: 1px solid #478054;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .sec2_btn:hover {
    background: #fff;
    color: #478054;
  }
}
@media screen and (max-width: 1600px) {
  .sec2 {
    background-image: url(../images/front/fv_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sec2_img {
    margin-top: 0.6944444444vw;
  }
  .sec2_text {
    margin-top: 1.3888888889vw;
  }
  .sec2_btn {
    color: #FFF;
    text-align: center;
    font-weight: 700;
    border-radius: 3.4722222222vw;
    background: #478054;
    display: block;
    margin-top: 1.0416666667vw;
    padding: 0.6944444444vw 0;
  }
}
@media screen and (max-width: 680px) {
  .sec2 {
    background-image: url(../images/front/fv_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sec2_img {
    margin-top: 2.5641025641vw;
  }
  .sec2_text {
    margin-top: 5.1282051282vw;
  }
  .sec2_btn {
    color: #FFF;
    text-align: center;
    font-weight: 700;
    border-radius: 12.8205128205vw;
    background: #478054;
    display: block;
    margin-top: 3.8461538462vw;
    padding: 2.5641025641vw 0;
  }
}
/* Section3
***************************************************************/
.sec3_item {
  width: 295px;
  text-align: center;
}

.sec3_item_img {
  width: 185px;
  position: relative;
  margin: 0 auto;
}

.sec3_item_img::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 90px 90px 0 0;
  opacity: 1;
  transition: 0.3s;
}

.swiper-slide-active .sec3_item_img::before {
  opacity: 0;
}

.sec3_item_content {
  opacity: 0;
  transition: 0.3s;
  margin-top: -18px;
  position: relative;
  z-index: 5;
}

.swiper-slide-active .sec3_item_content {
  opacity: 1;
}

.sec3_item_company {
  border-radius: 50px;
  border: 1px solid #C77765;
  background: #FFF;
  color: #C77765;
  font-size: 13px;
  padding: 0 18px;
  display: inline-block;
  background: #fff;
}

.sec3_item_company.type2 {
  border: 1px solid #478054;
  color: #478054;
}

.sec3_item_name {
  margin-top: 4px;
  color: #7B6031;
  position: relative;
  display: block;
}

.sec3_item_name .t1 {
  font-size: 13px;
  display: block;
}

.sec3_item_name .t2 {
  font-size: 17px;
  display: block;
}

.sec3_item_name .t3 {
  font-size: 13px;
  position: absolute;
  bottom: -15px;
  left: 65%;
  transform: translate(-50%, 0) rotate(-5deg);
  font-family: "Allura", cursive;
}

.sec3_item_text {
  font-size: 12px;
  line-height: 18px;
  margin-top: 30px;
  text-align: left;
}

.swiper-button-prev {
  background-image: url(../images/icon/icon_arrow_right02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 33px;
  height: 28px;
  border: unset;
  transform: scale(-1, 1);
  left: 30px !important;
  top: unset !important;
  bottom: 138px !important;
}

.swiper-button-next {
  background-image: url(../images/icon/icon_arrow_right02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 33px;
  height: 28px;
  border: unset;
  right: 30px !important;
  top: unset !important;
  bottom: 138px !important;
}

@media screen and (max-width: 1600px) {
  .sec3_item {
    width: 20.4861111111vw;
    text-align: center;
  }
  .sec3_item_img {
    width: 12.8472222222vw;
    position: relative;
    margin: 0 auto;
  }
  .sec3_item_img::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6.25vw 6.25vw 0 0;
    opacity: 1;
    transition: 0.3s;
  }
  .swiper-slide-active .sec3_item_img::before {
    opacity: 0;
  }
  .sec3_item_content {
    opacity: 0;
    transition: 0.3s;
    margin-top: -1.25vw;
    position: relative;
    z-index: 5;
  }
  .swiper-slide-active .sec3_item_content {
    opacity: 1;
  }
  .sec3_item_company {
    border-radius: 3.4722222222vw;
    border: 0.0694444444vw solid #C77765;
    background: #FFF;
    color: #C77765;
    font-size: 0.9027777778vw;
    padding: 0 1.25vw;
    display: inline-block;
    background: #fff;
  }
  .sec3_item_company.type2 {
    border: 0.0694444444vw solid #478054;
    color: #478054;
  }
  .sec3_item_name {
    margin-top: 0.2777777778vw;
    color: #7B6031;
    position: relative;
    display: block;
  }
  .sec3_item_name .t1 {
    font-size: 0.9027777778vw;
    display: block;
  }
  .sec3_item_name .t2 {
    font-size: 1.1805555556vw;
    display: block;
  }
  .sec3_item_name .t3 {
    font-size: 0.9027777778vw;
    position: absolute;
    bottom: -1.0416666667vw;
    left: 65%;
    transform: translate(-50%, 0) rotate(-5deg);
    font-family: "Allura", cursive;
  }
  .sec3_item_text {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
    margin-top: 2.0833333333vw;
    text-align: left;
  }
  .swiper-button-prev {
    background-image: url(../images/icon/icon_arrow_right02.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 2.2916666667vw;
    height: 1.9444444444vw;
    border: unset;
    transform: scale(-1, 1);
    left: 2.0833333333vw !important;
    top: unset !important;
    bottom: 9.5833333333vw !important;
  }
  .swiper-button-next {
    background-image: url(../images/icon/icon_arrow_right02.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 2.2916666667vw;
    height: 1.9444444444vw;
    border: unset;
    right: 2.0833333333vw !important;
    top: unset !important;
    bottom: 9.5833333333vw !important;
  }
}
@media screen and (max-width: 680px) {
  .sec3_item {
    width: 75.641025641vw;
    text-align: center;
  }
  .sec3_item_img {
    width: 47.4358974359vw;
    position: relative;
    margin: 0 auto;
  }
  .sec3_item_img::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 23.0769230769vw 23.0769230769vw 0 0;
    opacity: 1;
    transition: 0.3s;
  }
  .swiper-slide-active .sec3_item_img::before {
    opacity: 0;
  }
  .sec3_item_content {
    opacity: 0;
    transition: 0.3s;
    margin-top: -4.6153846154vw;
    position: relative;
    z-index: 5;
  }
  .swiper-slide-active .sec3_item_content {
    opacity: 1;
  }
  .sec3_item_company {
    border-radius: 12.8205128205vw;
    border: 1px solid #C77765;
    background: #FFF;
    color: #C77765;
    font-size: 3.3333333333vw;
    padding: 0 4.6153846154vw;
    display: inline-block;
    background: #fff;
  }
  .sec3_item_company.type2 {
    border: 1px solid #478054;
    color: #478054;
  }
  .sec3_item_name {
    margin-top: 1.0256410256vw;
    color: #7B6031;
    position: relative;
    display: block;
  }
  .sec3_item_name .t1 {
    font-size: 3.3333333333vw;
    display: block;
  }
  .sec3_item_name .t2 {
    font-size: 4.358974359vw;
    display: block;
  }
  .sec3_item_name .t3 {
    font-size: 3.3333333333vw;
    position: absolute;
    bottom: -3.8461538462vw;
    left: 65%;
    transform: translate(-50%, 0) rotate(-5deg);
    font-family: "Allura", cursive;
  }
  .sec3_item_text {
    font-size: 3.0769230769vw;
    line-height: 4.6153846154vw;
    margin-top: 7.6923076923vw;
    text-align: left;
  }
  .swiper-button-prev {
    background-image: url(../images/icon/icon_arrow_right02.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 8.4615384615vw;
    height: 7.1794871795vw;
    border: unset;
    transform: scale(-1, 1);
    left: 7.6923076923vw !important;
    top: unset !important;
    bottom: 35.3846153846vw !important;
  }
  .swiper-button-next {
    background-image: url(../images/icon/icon_arrow_right02.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 8.4615384615vw;
    height: 7.1794871795vw;
    border: unset;
    right: 7.6923076923vw !important;
    top: unset !important;
    bottom: 35.3846153846vw !important;
  }
}
/* Section4
***************************************************************/
.sec4 {
  position: relative;
  z-index: 1;
  padding: 60px 0 30px;
  overflow: hidden;
}

.sec4_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sec4_title {
  color: #7B6031;
  font-size: 24px;
  line-height: 40px;
  margin-top: 4px;
}

.sec4_text {
  margin-top: 12px;
}

.sec4_list {
  display: flex;
  flex-flow: column;
  gap: 10px;
  margin-top: 25px;
}

.sec4_item {
  background: #FFF;
}

.sec4_item_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #478054;
  padding: 10px;
}

.sec4_item_head_img {
  width: 100px;
}

.sec4_item_head span {
  color: #478054;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.sec4_item_head span::before {
  content: "";
  display: inline-block;
  height: 13px;
  border-left: 1px solid #478054;
}

.sec4_itemBox {
  padding: 10px;
}

.sec4_item_title {
  color: #478054;
  font-size: 17px;
}

.sec4_item_img {
  margin-top: 15px;
}

.sec4_item_text {
  margin-top: 10px;
  font-size: 13px;
}

@media screen and (max-width: 1600px) {
  .sec4 {
    position: relative;
    z-index: 1;
    padding: 4.1666666667vw 0 2.0833333333vw;
    overflow: hidden;
  }
  .sec4_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .sec4_title {
    color: #7B6031;
    font-size: 1.6666666667vw;
    line-height: 2.7777777778vw;
    margin-top: 0.2777777778vw;
  }
  .sec4_text {
    margin-top: 0.8333333333vw;
  }
  .sec4_list {
    display: flex;
    flex-flow: column;
    gap: 0.6944444444vw;
    margin-top: 1.7361111111vw;
  }
  .sec4_item {
    background: #FFF;
  }
  .sec4_item_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.0694444444vw solid #478054;
    padding: 0.6944444444vw;
  }
  .sec4_item_head_img {
    width: 6.9444444444vw;
  }
  .sec4_item_head span {
    color: #478054;
    font-size: 0.9722222222vw;
    display: inline-flex;
    align-items: center;
    gap: 0.6944444444vw;
  }
  .sec4_item_head span::before {
    content: "";
    display: inline-block;
    height: 0.9027777778vw;
    border-left: 0.0694444444vw solid #478054;
  }
  .sec4_itemBox {
    padding: 0.6944444444vw;
  }
  .sec4_item_title {
    color: #478054;
    font-size: 1.1805555556vw;
  }
  .sec4_item_img {
    margin-top: 1.0416666667vw;
  }
  .sec4_item_text {
    margin-top: 0.6944444444vw;
    font-size: 0.9027777778vw;
  }
}
@media screen and (max-width: 680px) {
  .sec4 {
    position: relative;
    z-index: 1;
    padding: 15.3846153846vw 0 7.6923076923vw;
    overflow: hidden;
  }
  .sec4_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .sec4_title {
    color: #7B6031;
    font-size: 6.1538461538vw;
    line-height: 10.2564102564vw;
    margin-top: 1.0256410256vw;
  }
  .sec4_text {
    margin-top: 3.0769230769vw;
  }
  .sec4_list {
    display: flex;
    flex-flow: column;
    gap: 2.5641025641vw;
    margin-top: 6.4102564103vw;
  }
  .sec4_item {
    background: #FFF;
  }
  .sec4_item_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #478054;
    padding: 2.5641025641vw;
  }
  .sec4_item_head_img {
    width: 25.641025641vw;
  }
  .sec4_item_head span {
    color: #478054;
    font-size: 3.5897435897vw;
    display: inline-flex;
    align-items: center;
    gap: 2.5641025641vw;
  }
  .sec4_item_head span::before {
    content: "";
    display: inline-block;
    height: 3.3333333333vw;
    border-left: 1px solid #478054;
  }
  .sec4_itemBox {
    padding: 2.5641025641vw;
  }
  .sec4_item_title {
    color: #478054;
    font-size: 4.358974359vw;
  }
  .sec4_item_img {
    margin-top: 3.8461538462vw;
  }
  .sec4_item_text {
    margin-top: 2.5641025641vw;
    font-size: 3.3333333333vw;
  }
}
/* Section5
***************************************************************/
.sec5_item {
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid #7B6031;
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px;
  position: relative;
  z-index: 1;
}

.sec5_item::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px 0 0 10px;
  border-right: 1px solid #7B6031;
  background: #FFF6EA;
}

.sec5_item_number {
  font-size: 20px;
}

.sec5_itemBox {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sec5_itemBox_title {
  flex: 1;
  line-height: 21px;
}

.sec5_itemBox_btn {
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  border-radius: 50px;
  background: #C77765;
  padding: 4px 13px;
  transition: 0.3s;
  border: 1px solid #C77765;
}

@media screen and (min-width: 681px) {
  .sec5_itemBox_btn:hover {
    background: #fff;
    color: #C77765;
  }
}
@media screen and (max-width: 1600px) {
  .sec5_item {
    margin-top: 0.6944444444vw;
    border-radius: 0.6944444444vw;
    border: 0.0694444444vw solid #7B6031;
    background: #FFF;
    display: flex;
    align-items: center;
    gap: 1.3888888889vw;
    padding: 0.9722222222vw;
    position: relative;
    z-index: 1;
  }
  .sec5_item::before {
    content: "";
    display: inline-block;
    width: 3.4722222222vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0.6944444444vw 0 0 0.6944444444vw;
    border-right: 0.0694444444vw solid #7B6031;
    background: #FFF6EA;
  }
  .sec5_item_number {
    font-size: 1.3888888889vw;
  }
  .sec5_itemBox {
    display: flex;
    align-items: center;
    gap: 0.5555555556vw;
  }
  .sec5_itemBox_title {
    flex: 1;
    line-height: 1.4583333333vw;
  }
  .sec5_itemBox_btn {
    color: #FFF;
    text-align: center;
    font-size: 0.9027777778vw;
    font-weight: 700;
    line-height: 1.5277777778vw;
    border-radius: 3.4722222222vw;
    background: #C77765;
    padding: 0.2777777778vw 0.9027777778vw;
  }
}
@media screen and (max-width: 680px) {
  .sec5_item {
    margin-top: 2.5641025641vw;
    border-radius: 2.5641025641vw;
    border: 1px solid #7B6031;
    background: #FFF;
    display: flex;
    align-items: center;
    gap: 5.1282051282vw;
    padding: 3.5897435897vw;
    position: relative;
    z-index: 1;
  }
  .sec5_item::before {
    content: "";
    display: inline-block;
    width: 12.8205128205vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 2.5641025641vw 0 0 2.5641025641vw;
    border-right: 1px solid #7B6031;
    background: #FFF6EA;
  }
  .sec5_item_number {
    font-size: 5.1282051282vw;
  }
  .sec5_itemBox {
    display: flex;
    align-items: center;
    gap: 2.0512820513vw;
  }
  .sec5_itemBox_title {
    flex: 1;
    line-height: 5.3846153846vw;
  }
  .sec5_itemBox_btn {
    color: #FFF;
    text-align: center;
    font-size: 3.3333333333vw;
    font-weight: 700;
    line-height: 5.641025641vw;
    border-radius: 12.8205128205vw;
    background: #C77765;
    padding: 1.0256410256vw 3.3333333333vw;
  }
}
.header_ec {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #478054;
  padding: 5px 30px;
}

.header_ec_link {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0.9px;
}

.header_ec_btn {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 10px;
  background: #478054;
  width: 300px;
  padding: 18px 104px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  z-index: 50;
}

.header_ec_btn::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../images/icon/icon_search02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
}

.ec_menu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  border-radius: 20px 20px 0 0;
  background: #478054;
  padding: 40px 0 0;
  transform: translate(0, 100%);
  transition: 0.3s;
}

.ec_menu.open {
  transform: translate(0, 0);
}

.ec_menu .inner {
  max-width: 880px;
  position: relative;
}

.ec_menu_text {
  color: #FFF6EA;
  text-align: center;
  font-size: 21px;
}

.ec_menuList {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.ec_menuItem a {
  color: #FFF6EA;
  font-size: 13px;
  letter-spacing: 0.26px;
}

.ec_menuItem a img {
  height: 20px;
  width: auto;
  margin-bottom: 10px;
}

.ec_menuItem img {
  display: block;
  width: 15px;
}

.aec_menu_btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px;
  margin-top: 18px;
}

.aec_menu_btn a {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 5.6px;
  border-radius: 10px;
  border: 1px solid #FFF6EA;
  padding: 14px 0;
  transition: 0.3s;
}

.ec_menuSide {
  position: absolute;
  right: -58px;
  bottom: 26px;
  transform: translate(100%, 0);
}

.ec_menuSide a {
  color: #FFF6EA;
  font-size: 15px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
}

.ec_menuSide a:nth-of-type(3),
.ec_menuSide a:nth-of-type(4) {
  width: auto;
  display: inline-block;
}

.ec_menuSide a:nth-of-type(4) {
  margin-top: 0;
  position: relative;
  margin-left: 10px;
  top: -5px;
}

a.ec_menuSide_privacy {
  color: #FFF6EA;
  font-size: 13px;
  margin-top: 52px;
}

.ec_menuSide_copyright {
  color: #FFF6EA;
  font-size: 10px;
}

.ec_menu_close {
  padding: 20px 0;
  margin: 45px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  width: 217px;
  border-radius: 10px 10px 0 0;
  background: #366641;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
}

.ec_menu_close::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background-image: url(../images/icon/icon_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

@media screen and (max-width: 1600px) {
  .header_ec {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: #478054;
    padding: 0.3472222222vw 2.0833333333vw;
  }
  .header_ec_link {
    color: #FFF;
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 2.7083333333vw;
    letter-spacing: 0.0625vw;
  }
  .header_ec_btn {
    position: fixed;
    bottom: 2.7777777778vw;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 0.6944444444vw;
    background: #478054;
    width: 20.8333333333vw;
    padding: 1.25vw 7.2222222222vw;
    color: #FFF;
    font-size: 1.3888888889vw;
    font-weight: 700;
    text-align: center;
    z-index: 50;
  }
  .header_ec_btn::after {
    content: "";
    display: inline-block;
    width: 1.9444444444vw;
    height: 1.9444444444vw;
    background-image: url(../images/icon/icon_search02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 1.1111111111vw;
    transform: translate(0, -50%);
  }
  .ec_menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    border-radius: 1.3888888889vw 1.3888888889vw 0 0;
    background: #478054;
    padding: 2.7777777778vw 0 0;
    transform: translate(0, 100%);
    transition: 0.3s;
  }
  .ec_menu.open {
    transform: translate(0, 0);
  }
  .ec_menu .inner {
    max-width: 61.1111111111vw;
    position: relative;
  }
  .ec_menu_text {
    color: #FFF6EA;
    text-align: center;
    font-size: 1.4583333333vw;
  }
  .ec_menuList {
    display: flex;
    justify-content: space-between;
    margin-top: 2.7777777778vw;
  }
  .ec_menuItem a {
    color: #FFF6EA;
    font-size: 0.9027777778vw;
    letter-spacing: 0.0180555556vw;
  }
  .ec_menuItem a img {
    height: 1.3888888889vw;
    width: auto;
    margin-bottom: 0.6944444444vw;
  }
  .ec_menuItem img {
    display: block;
    width: 1.0416666667vw;
  }
  .aec_menu_btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.0555555556vw;
    margin-top: 1.25vw;
  }
  .aec_menu_btn a {
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.1111111111vw;
    font-weight: 600;
    line-height: 2.5vw;
    letter-spacing: 0.3888888889vw;
    border-radius: 0.6944444444vw;
    border: 0.0694444444vw solid #FFF6EA;
    padding: 0.9722222222vw 0;
    transition: 0.3s;
  }
  .ec_menuSide {
    position: absolute;
    right: -4.0277777778vw;
    bottom: 1.8055555556vw;
    transform: translate(100%, 0);
  }
  .ec_menuSide a {
    color: #FFF6EA;
    font-size: 1.0416666667vw;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0.6944444444vw;
  }
  .ec_menuSide a:nth-of-type(3),
  .ec_menuSide a:nth-of-type(4) {
    width: auto;
    display: inline-block;
  }
  .ec_menuSide a:nth-of-type(4) {
    margin-top: 0;
    position: relative;
    margin-left: 0.6944444444vw;
    top: -0.3472222222vw;
  }
  a.ec_menuSide_privacy {
    color: #FFF6EA;
    font-size: 0.9027777778vw;
    margin-top: 3.6111111111vw;
  }
  .ec_menuSide_copyright {
    color: #FFF6EA;
    font-size: 0.6944444444vw;
  }
  .ec_menu_close {
    padding: 1.3888888889vw 0;
    margin: 3.125vw auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.7638888889vw;
    width: 15.0694444444vw;
    border-radius: 0.6944444444vw 0.6944444444vw 0 0;
    background: #366641;
    color: #FFF;
    font-size: 1.5277777778vw;
    font-weight: 700;
  }
  .ec_menu_close::after {
    content: "";
    display: inline-block;
    width: 2.6388888889vw;
    height: 2.6388888889vw;
    background-image: url(../images/icon/icon_close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
}
@media screen and (max-width: 680px) {
  .header_ec {
    padding: 3.5897435897vw 0;
    text-align: center;
  }
  .header_ec_link {
    font-size: 3.8461538462vw;
    line-height: 1;
  }
  .header_ec_btn {
    bottom: 5.1282051282vw;
    width: 54.8717948718vw;
    padding: 3.8461538462vw 0;
    font-size: 3.8461538462vw;
    border-radius: 2.0512820513vw;
  }
  .header_ec_btn::after {
    width: 7.1794871795vw;
    height: 7.1794871795vw;
    right: 4.1025641026vw;
  }
  .ec_menu {
    top: 0;
    left: 0;
    position: fixed;
    height: 100vh;
    border-radius: 0;
    background: #478054;
    padding: 25.641025641vw 0 10.2564102564vw;
    transform: unset;
    opacity: 0;
    visibility: hidden;
    overflow: scroll;
  }
  .ec_menu.open {
    visibility: unset;
    opacity: 1;
  }
  .ec_menu .inner {
    max-width: unset;
    position: unset;
  }
  .ec_menu_text {
    font-size: 4.6153846154vw;
    margin-top: 7.6923076923vw;
  }
  .ec_menuList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5.1282051282vw;
    margin-top: 12.3076923077vw;
    padding: 0 2.5641025641vw;
  }
  .ec_menuItem a {
    font-size: 3.3333333333vw;
    text-align: left;
  }
  .ec_menuItem a img {
    height: 5.1282051282vw;
    margin-bottom: 2.5641025641vw;
  }
  .ec_menuItem img {
    display: block;
    width: 3.8461538462vw;
  }
  .aec_menu_btn {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4.1025641026vw;
    margin-top: 5.1282051282vw;
  }
  .aec_menu_btn a {
    font-size: 4.1025641026vw;
    line-height: 9.2307692308vw;
    border-radius: 2.5641025641vw;
    padding: 3.5897435897vw 0;
  }
  .ec_menuSide {
    position: unset;
    transform: unset;
    margin-top: 11.2820512821vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.5641025641vw 0;
  }
  .ec_menuSide a {
    font-size: 3.5897435897vw;
    display: inline-block;
    width: auto;
    margin-top: 0;
  }
  .ec_menuSide a:nth-of-type(3),
  .ec_menuSide a:nth-of-type(4) {
    width: auto;
    display: inline-block;
  }
  .ec_menuSide a:nth-of-type(4) {
    margin-left: 2.5641025641vw;
    top: -1.2820512821vw;
  }
  a.ec_menuSide_privacy {
    font-size: 3.3333333333vw;
    margin-top: 0;
  }
  .ec_menuSide_copyright {
    font-size: 2.5641025641vw;
  }
  .ec_menu_close {
    padding: 5.1282051282vw 0;
    gap: 2.8205128205vw;
    width: 55.641025641vw;
    font-size: 5.641025641vw;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 0 0 2.5641025641vw 2.5641025641vw;
    margin: 0;
  }
  .ec_menu_close::after {
    width: 9.7435897436vw;
    height: 9.7435897436vw;
  }
}
/* section1
***************************************************************/
.ec_sec1 {
  margin-top: 80px;
  padding: 0;
}

.ec_sec1 .inner {
  max-width: 1380px;
  display: grid;
  grid-template-columns: 1fr 560px;
  gap: 20px;
}

.ec_sec_content {
  border-radius: 10px;
  border: 1px solid #C9BC9C;
}

.ec_title {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 39px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #C9BC9C;
  background: #C9BC9C;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 25px;
}

.ec_title span {
  font-size: 18px;
}

.ec_title button {
  background: #fff;
  border-radius: 30px;
  padding: 0 20px;
  color: #C9BC9C;
}

.ec_sec1_contentList {
  padding: 45px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 17px 40px;
}

.ec_sec1_contentItem img {
  height: 77px;
  width: auto;
  max-width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}

.ec_sec1_contentBox {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.ec_sec1_contentBox a {
  position: relative;
  height: 244px;
  border-radius: 10px;
  overflow: hidden;
}

.ec_sec1_contentBox a span {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ec_sec1_contentBox a img {
  height: 100%;
  transition: 0.3s;
}

@media screen and (max-width: 1600px) {
  .ec_sec1 {
    margin-top: 5.5555555556vw;
    padding: 0;
  }
  .ec_sec1 .inner {
    max-width: 95.8333333333vw;
    display: grid;
    grid-template-columns: 1fr 38.8888888889vw;
    gap: 1.3888888889vw;
  }
  .ec_sec_content {
    border-radius: 0.6944444444vw;
    border: 0.0694444444vw solid #C9BC9C;
  }
  .ec_title {
    color: #FFF;
    font-size: 1.6666666667vw;
    font-weight: 700;
    line-height: 2.7083333333vw;
    border-radius: 0.6944444444vw 0.6944444444vw 0 0;
    border: 0.0694444444vw solid #C9BC9C;
    background: #C9BC9C;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5555555556vw 1.7361111111vw;
  }
  .ec_title span {
    font-size: 1.25vw;
  }
  .ec_title button {
    background: #fff;
    border-radius: 2.0833333333vw;
    padding: 0 1.3888888889vw;
    color: #C9BC9C;
  }
  .ec_sec1_contentList {
    padding: 3.125vw 3.4722222222vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.1805555556vw 2.7777777778vw;
  }
  .ec_sec1_contentItem img {
    height: 5.3472222222vw;
    width: auto;
    max-width: 9.7222222222vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .ec_sec1_contentBox {
    display: flex;
    flex-flow: column;
    gap: 1.3888888889vw;
  }
  .ec_sec1_contentBox a {
    position: relative;
    height: 16.9444444444vw;
    border-radius: 0.6944444444vw;
    overflow: hidden;
  }
  .ec_sec1_contentBox a span {
    font-size: 1.6666666667vw;
    font-weight: bold;
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ec_sec1_contentBox a img {
    height: 100%;
    transition: 0.3s;
  }
}
@media screen and (min-width: 681px) {
  .ec_sec1_contentBox a:hover img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 680px) {
  .ec_sec1 {
    margin-top: 15.3846153846vw;
  }
  .ec_sec1 .inner {
    max-width: unset;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5641025641vw;
    padding: 0 2.5641025641vw;
  }
  .ec_title {
    font-size: 4.6153846154vw;
    line-height: 1.6;
    padding: 2.0512820513vw 3.8461538462vw;
  }
  .ec_title span {
    font-size: 3.3333333333vw;
  }
  .ec_title button {
    border-radius: 7.6923076923vw;
    padding: 0 2.5641025641vw;
  }
  .ec_sec1_contentList {
    padding: 5.1282051282vw;
    gap: 5.1282051282vw 6.4102564103vw;
  }
  .ec_sec1_contentItem img {
    height: 10.2564102564vw;
    width: auto;
    max-width: 23.0769230769vw;
  }
  .ec_sec1_contentBox {
    gap: 2.5641025641vw;
  }
  .ec_sec1_contentBox a {
    height: auto;
  }
  .ec_sec1_contentBox a span {
    font-size: 4.6153846154vw;
  }
}
/* section2
***************************************************************/
.ec_sec2 {
  padding: 0;
  margin-top: 20px;
}

.ec_sec2 .inner {
  max-width: 1380px;
}

.ec_sec2_list {
  padding: 30px 50px;
}

.ec_sec2_list .slick-track {
  margin: 0;
}

.ec_sec2_item {
  margin: 0 17px;
  position: relative;
}

.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 211px;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  background-image: url(../images/icon/icon_arrow_right02.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*矢印の色*/
  height: 40px;
  width: 40px;
}

.slick-prev {
  left: 14px;
  transform: scale(-1, 1);
}

.slick-next {
  right: 14px;
}

.ec_archive a {
  display: block;
  position: relative;
}

.ec_archive_hover {
  height: 214px;
  overflow: hidden;
  border-radius: 10px;
}

.ec_archive_img {
  height: 100%;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .ec_archive a:hover img {
    transform: scale(1.1);
  }
}
.ec_archive_category {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 120px;
  text-align: center;
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  border-radius: 8px 0;
  background: #C7B399;
  padding: 2px 0;
}

.ec_archive_company {
  color: #478054;
  font-size: 12px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 10px;
}

.ec_archive_title {
  color: #000;
  font-size: 17px;
  font-weight: 500;
}

.ec_archive_text {
  color: #000;
  font-size: 13px;
  font-weight: 300;
}

.ec_archive_price {
  color: #000;
  font-size: 18px;
}

.ec_archive_price span {
  font-size: 10px;
}

.ec_archive_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 7px;
  margin-top: 10px;
}

.ec_archive_tag span {
  color: #478054;
  font-size: 10px;
  font-weight: 700;
  border-radius: 34px;
  border: 1px solid #478054;
  padding: 0 8px;
}

@media screen and (max-width: 1600px) {
  .ec_sec2 {
    padding: 0;
    margin-top: 1.3888888889vw;
  }
  .ec_sec2 .inner {
    max-width: 95.8333333333vw;
  }
  .ec_sec2_list {
    padding: 2.0833333333vw 3.4722222222vw;
  }
  .ec_sec2_item {
    margin: 0 1.1805555556vw;
    position: relative;
  }
  .slick-prev,
  .slick-next {
    position: absolute;
    /*絶対配置にする*/
    top: 14.6527777778vw;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    background-image: url(../images/icon/icon_arrow_right02.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*矢印の色*/
    height: 2.7777777778vw;
    width: 2.7777777778vw;
  }
  .slick-prev {
    left: 0.9722222222vw;
    transform: scale(-1, 1);
  }
  .slick-next {
    right: 0.9722222222vw;
  }
  .ec_archive a {
    display: block;
    position: relative;
  }
  .ec_archive_hover {
    height: 14.8611111111vw;
  }
  .ec_archive_category {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 8.3333333333vw;
    text-align: center;
    color: #FFF;
    font-size: 0.6944444444vw;
    font-weight: 700;
    border-radius: 0.5555555556vw 0;
    background: #C7B399;
    padding: 0.1388888889vw 0;
  }
  .ec_archive_company {
    color: #478054;
    font-size: 0.8333333333vw;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 0.6944444444vw;
  }
  .ec_archive_title {
    color: #000;
    font-size: 1.1805555556vw;
    font-weight: 500;
  }
  .ec_archive_text {
    color: #000;
    font-size: 0.9027777778vw;
    font-weight: 300;
  }
  .ec_archive_price {
    color: #000;
    font-size: 1.25vw;
  }
  .ec_archive_price span {
    font-size: 0.6944444444vw;
  }
  .ec_archive_tag {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3472222222vw 0.4861111111vw;
    margin-top: 0.6944444444vw;
  }
  .ec_archive_tag span {
    color: #478054;
    font-size: 0.6944444444vw;
    font-weight: 700;
    border-radius: 2.3611111111vw;
    border: 0.0694444444vw solid #478054;
    padding: 0 0.5555555556vw;
  }
}
@media screen and (max-width: 680px) {
  .ec_sec2 {
    padding: 0;
    margin-top: 2.5641025641vw;
  }
  .ec_sec2 .inner {
    max-width: unset;
    padding: 0 2.5641025641vw;
  }
  .ec_sec2_list {
    padding: 5.1282051282vw 2.5641025641vw 5.1282051282vw;
  }
  .ec_sec2_item {
    margin: 0 3.0769230769vw;
  }
  .ec_sec2 .slick-prev,
  .ec_sec2 .slick-next {
    top: unset;
    bottom: 6.1538461538vw;
    height: 8.9743589744vw;
    width: 8.9743589744vw;
  }
  .ec_sec2 .slick-prev {
    left: 15.3846153846vw;
    transform: scale(-1, 1);
  }
  .ec_sec2 .slick-next {
    right: 15.3846153846vw;
  }
  .ec_sec2 .slick-dots {
    text-align: center;
    margin: 10.2564102564vw 0 0 0;
  }
  .ec_sec2 .slick-dots li {
    display: inline-block;
    margin: 0 1.2820512821vw;
  }
  .ec_sec2 .slick-dots button {
    color: transparent;
    outline: none;
    width: 2.0512820513vw;
    /*ドットボタンのサイズ*/
    height: 2.0512820513vw;
    /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: #D9D9D9;
    /*ドットボタンの色*/
  }
  .ec_sec2 .slick-dots .slick-active button {
    background: #333;
  }
  .ec_archive_hover {
    height: 30.7692307692vw;
    border-radius: 2.0512820513vw;
  }
  .ec_archive_category {
    min-width: 30.7692307692vw;
    font-size: 2.5641025641vw;
    border-radius: 2.0512820513vw 0;
    padding: 0.5128205128vw 0;
  }
  .ec_archive_company {
    font-size: 3.0769230769vw;
    margin-top: 2.5641025641vw;
  }
  .ec_archive_title {
    font-size: 3.8461538462vw;
  }
  .ec_archive_text {
    font-size: 3.3333333333vw;
  }
  .ec_archive_price {
    color: #000;
    font-size: 4.6153846154vw;
  }
  .ec_archive_price span {
    font-size: 2.5641025641vw;
  }
  .ec_archive_tag {
    gap: 1.2820512821vw 1.7948717949vw;
    margin-top: 2.5641025641vw;
  }
  .ec_archive_tag span {
    font-size: 2.5641025641vw;
    border-radius: 8.7179487179vw;
    padding: 0 2.0512820513vw;
  }
}
/* section3
***************************************************************/
.ec_content {
  padding: 0 0 40px;
  margin-top: 20px;
}

.ec_content .inner {
  max-width: 1380px;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 267px 1fr;
  gap: 30px;
  position: relative;
}

.ec_side {
  text-align: center;
  position: relative;
  padding-bottom: 60px;
}

.ec_side_title {
  color: #A58754;
  font-size: 20px;
  font-weight: 700;
  border-top: 1px solid #C9BC9C;
  border-bottom: 1px solid #C9BC9C;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
}

.ec_side_title::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../images/icon/icon_search01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.ec_sideList {
  display: flex;
  flex-flow: column;
  gap: 10px;
  margin-top: 14px;
}

.ec_sideList:nth-of-type(3) {
  padding-bottom: 60px;
}

.ec_sideItem_title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}

.ec_sideItem_title:nth-of-type(1) {
  margin-top: -30px;
}

.ec_sideItem_title:nth-of-type(n + 2) {
  margin-top: 50px;
}

.ec_sideItem_title span {
  font-size: 13px;
  display: block;
}

.ec_sideItem label {
  display: block;
}

.ec_sideItem label input {
  display: none;
}

.ec_sideItem label .t1 {
  color: #478054;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 10px;
  border: 1px solid #478054;
  background: #FFF;
  padding: 10px 0;
  cursor: pointer;
  width: 100%;
}

.ec_sideItem label .en {
  display: block;
  color: #636363;
  font-size: 13px;
  line-height: 1;
}

.ec_sideItem label input:checked + span {
  background: #478054;
  color: #fff;
}

.ec_sideItem label input:checked + span .en {
  color: #fff;
}

.ec_side_btn {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  border-radius: 50px;
  border: 1px solid #C77765;
  background: #C77765;
  display: block;
  padding: 10px 0;
  width: 100%;
  transition: 0.3s;
  position: sticky;
  left: 0;
  top: calc(100vh - 80px);
  margin-top: 20px;
}

.ec_contentBox_wrap {
  padding: 60px 70px;
  border-radius: 10px;
  border: 1px solid #C9BC9C;
}

.ec_contentList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 78px 45px;
}

.ec_contentItem {
  position: relative;
}

.ec_contentItem_close {
  font-size: 11px;
  margin-top: 8px;
  display: none;
  font-family: "Noto Sans JP";
}

.ec_sec2_item.close .ec_contentItem_close,
.ec_contentItem.close .ec_contentItem_close {
  display: block;
}

.facial-cleanser-cleanser {
  background: #FFCF54;
}

.lotion {
  background: #65C0C7;
}

.beauty-serum {
  background: #FFBABA;
}

.creams-and-lotions {
  background: #C77765;
}

.sunscreen {
  background: #9B54FF;
}

.pack-mask {
  background: #C7B399;
}

.other {
  background: #72685C;
}

.nav-links,
.page-nation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}

.nav-links span,
.nav-links a,
.page-numbers {
  color: #478054;
  text-align: center;
  font-size: 16.121px;
  font-weight: 500;
  line-height: 1;
  padding-top: 11px;
  height: 40px;
  width: 40px;
  letter-spacing: 0.806px;
  background: #fff;
  border: 1px solid #478054;
  border-radius: 10px;
  position: relative;
}

.nav-links span.current,
.page-numbers.current {
  background: #478054;
  color: #fff;
}

.page-numbers.next,
.page-numbers.prev,
.nav-links a.next,
.nav-links a.prev {
  border: unset;
}

.nav-links a.next::before,
.page-numbers.next::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 15px;
  background-image: url(../images/icon/icon_arrow_right01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
}

.nav-links a.prev::before,
.page-numbers.prev::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 15px;
  background-image: url(../images/icon/icon_arrow_right01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(-1, 1);
}

@media screen and (max-width: 1600px) {
  .ec_content {
    padding: 0 0 2.7777777778vw;
    margin-top: 1.3888888889vw;
  }
  .ec_content .inner {
    max-width: 95.8333333333vw;
    display: grid;
    align-items: flex-start;
    grid-template-columns: 18.5416666667vw 1fr;
    gap: 2.0833333333vw;
    position: relative;
  }
  .ec_side {
    text-align: center;
    position: relative;
    padding-bottom: 4.1666666667vw;
  }
  .ec_side_title {
    color: #A58754;
    font-size: 1.3888888889vw;
    font-weight: 700;
    border-top: 0.0694444444vw solid #C9BC9C;
    border-bottom: 0.0694444444vw solid #C9BC9C;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8333333333vw;
    padding: 0.6944444444vw 0;
  }
  .ec_side_title::after {
    content: "";
    display: inline-block;
    width: 2.4305555556vw;
    height: 2.4305555556vw;
    background-image: url(../images/icon/icon_search01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .ec_sideList {
    display: flex;
    flex-flow: column;
    gap: 0.6944444444vw;
    margin-top: 0.9722222222vw;
  }
  .ec_sideList:nth-of-type(3) {
    padding-bottom: 4.1666666667vw;
  }
  .ec_sideItem_title {
    color: #000;
    font-size: 1.3888888889vw;
    font-weight: 700;
    margin-top: 1.3888888889vw;
  }
  .ec_sideItem_title:nth-of-type(1) {
    margin-top: -2.0833333333vw;
  }
  .ec_sideItem_title:nth-of-type(n + 2) {
    margin-top: 3.4722222222vw;
  }
  .ec_sideItem_title span {
    font-size: 0.9027777778vw;
    display: block;
  }
  .ec_sideItem label {
    display: block;
  }
  .ec_sideItem label input {
    display: none;
  }
  .ec_sideItem label .t1 {
    color: #478054;
    font-size: 1.0416666667vw;
    font-weight: 700;
    line-height: 1.3888888889vw;
    border-radius: 0.6944444444vw;
    border: 0.0694444444vw solid #478054;
    background: #FFF;
    padding: 0.6944444444vw 0;
    cursor: pointer;
    width: 100%;
  }
  .ec_sideItem label .en {
    display: block;
    color: #636363;
    font-size: 0.9027777778vw;
    line-height: 1;
  }
  .ec_sideItem label input:checked + span {
    background: #478054;
    color: #fff;
  }
  .ec_sideItem label input:checked + span .en {
    color: #fff;
  }
  .ec_side_btn {
    color: #FFF;
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 1.5277777778vw;
    border-radius: 3.4722222222vw;
    border: 0.0694444444vw solid #C77765;
    background: #C77765;
    display: block;
    padding: 0.6944444444vw 0;
    width: 100%;
    transition: 0.3s;
    position: sticky;
    left: 0;
    top: calc(100vh - 5.5555555556vw);
    margin-top: 1.3888888889vw;
  }
  .ec_contentBox_wrap {
    padding: 4.1666666667vw 4.8611111111vw;
    border-radius: 0.6944444444vw;
    border: 0.0694444444vw solid #C9BC9C;
  }
  .ec_contentList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5.4166666667vw 3.125vw;
  }
  .ec_contentItem {
    position: relative;
  }
  .ec_contentItem_close {
    font-size: 0.7638888889vw;
    margin-top: 0.5555555556vw;
  }
  .facial-cleanser-cleanser {
    background: #FFCF54;
  }
  .lotion {
    background: #65C0C7;
  }
  .beauty-serum {
    background: #FFBABA;
  }
  .creams-and-lotions {
    background: #C77765;
  }
  .sunscreen {
    background: #9B54FF;
  }
  .pack-mask {
    background: #C7B399;
  }
  .other {
    background: #72685C;
  }
  .nav-links,
  .page-nation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.0416666667vw;
    margin-top: 3.4722222222vw;
  }
  .nav-links span,
  .nav-links a,
  .page-numbers {
    color: #478054;
    text-align: center;
    font-size: 1.1195138889vw;
    font-weight: 500;
    line-height: 1;
    padding-top: 0.7638888889vw;
    height: 2.7777777778vw;
    width: 2.7777777778vw;
    letter-spacing: 0.0559722222vw;
    background: #fff;
    border: 0.0694444444vw solid #478054;
    border-radius: 0.6944444444vw;
    position: relative;
  }
  .nav-links span.current,
  .page-numbers.current {
    background: #478054;
    color: #fff;
  }
  .page-numbers.next,
  .page-numbers.prev,
  .nav-links a.next,
  .nav-links a.prev {
    border: unset;
  }
  .nav-links a.next::before,
  .page-numbers.next::before {
    content: "";
    display: inline-block;
    width: 2.0833333333vw;
    height: 1.0416666667vw;
    background-image: url(../images/icon/icon_arrow_right01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
  }
  .nav-links a.prev::before,
  .page-numbers.prev::before {
    content: "";
    display: inline-block;
    width: 2.0833333333vw;
    height: 1.0416666667vw;
    background-image: url(../images/icon/icon_arrow_right01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(-1, 1);
  }
}
@media screen and (min-width: 681px) {
  .ec_side_btn:hover {
    color: #C77765;
    background: #fff;
  }
}
@media screen and (max-width: 680px) {
  .ec_content {
    padding: 0 0 5.1282051282vw;
    margin-top: 2.5641025641vw;
  }
  .ec_content .inner {
    max-width: unset;
    display: block;
    padding: 0 2.5641025641vw;
  }
  .ec_side_title {
    display: none;
  }
  .ec_sideList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5641025641vw;
    margin-top: 2.5641025641vw;
  }
  .ec_sideItem_title {
    font-size: 4.6153846154vw;
    color: #FFF6EA;
  }
  .ec_sideItem_title span {
    font-size: 3.5897435897vw;
  }
  .ec_sideItem_title:nth-of-type(n + 2) {
    margin-top: 7.6923076923vw;
  }
  .ec_sideItem label {
    margin-top: 0;
  }
  .ec_sideItem label .t1 {
    font-size: 3.8461538462vw;
    line-height: 5.1282051282vw;
    border-radius: 2.5641025641vw;
    padding: 2.5641025641vw 0;
    border: 1px solid #fff;
  }
  .ec_sideItem label .en {
    font-size: 3.3333333333vw;
  }
  .ec_side_btn {
    font-size: 4.6153846154vw;
    line-height: 5.641025641vw;
    border-radius: 12.8205128205vw;
    padding: 2.5641025641vw 0;
    margin-top: 7.6923076923vw;
    position: unset;
  }
  .ec_contentBox_wrap {
    padding: 5.1282051282vw;
    border-radius: 2.5641025641vw;
  }
  .ec_contentList {
    grid-template-columns: repeat(2, 1fr);
    gap: 6.4102564103vw;
  }
  .ec_contentItem_close {
    font-size: 2.8205128205vw;
  }
  .nav-links,
  .page-nation {
    gap: 2.5641025641vw;
    margin-top: 7.6923076923vw;
  }
  .nav-links span,
  .nav-links a,
  .page-numbers {
    font-size: 3.5897435897vw;
    padding-top: 1.5384615385vw;
    height: 7.6923076923vw;
    width: 7.6923076923vw;
    border-radius: 1.0256410256vw;
  }
  .nav-links a.next::before,
  .page-numbers.next::before {
    width: 5.1282051282vw;
    height: 3.0769230769vw;
  }
  .nav-links a.prev::before,
  .page-numbers.prev::before {
    width: 5.1282051282vw;
    height: 3.0769230769vw;
  }
}
/* ブランド一覧
***************************************************************/
.is-paged .ec_sec1,
.is-paged .ec_sec2 {
  display: none !important;
}
.is-paged .ec_content {
  margin-top: 120px;
}
.is-paged .ec_brands {
  margin-top: 0;
}

.ec_brands {
  margin-top: 120px;
}

.ec_contentBox_head {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.ec_contentBox_head_logo {
  max-width: 230px;
  width: auto;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}

.ec_contentBox_head_text {
  font-size: 18px;
  flex: 1;
}

@media screen and (max-width: 1600px) {
  .is-paged .ec_sec1,
  .is-paged .ec_sec2 {
    display: none !important;
  }
  .is-paged .ec_content {
    margin-top: 8.3333333333vw;
  }
  .ec_brands {
    margin-top: 8.3333333333vw;
  }
  .ec_contentBox_head {
    display: flex;
    align-items: center;
    gap: 2.7777777778vw;
    margin-bottom: 2.7777777778vw;
  }
  .ec_contentBox_head_logo {
    max-width: 15.9722222222vw;
    width: auto;
    height: 6.25vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .ec_contentBox_head_text {
    font-size: 1.25vw;
    flex: 1;
  }
}
@media screen and (max-width: 680px) {
  .ec_brands {
    margin-top: 20.5128205128vw;
  }
  .ec_contentBox_head {
    flex-flow: column;
    gap: 1.2820512821vw;
    margin-bottom: 5.1282051282vw;
  }
  .ec_contentBox_head_logo {
    max-width: 51.2820512821vw;
    height: 17.9487179487vw;
  }
  .ec_contentBox_head_text {
    font-size: 3.5897435897vw;
  }
  .is-paged .ec_content {
    margin-top: 20.5128205128vw;
  }
}
/* Footer
***************************************************************/
.ec_footer {
  padding: 0 0 200px;
  background: unset;
}
.ec_footer .inner {
  max-width: 1380px;
}
.ec_footer .footer_head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.ec_footer .footer_head_link {
  border-radius: 10px;
  background: #C9BC9C;
  padding: 14px 153px 14px 20px;
  position: relative;
}
.ec_footer .footer_head_link:nth-of-type(2) {
  background: #478054;
}
.ec_footer .footer_head_link:nth-of-type(1)::after {
  content: "";
  display: inline-block;
  width: 94px;
  height: 141px;
  background-image: url(../images/ec/cta_img01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: 30px;
  bottom: 0;
}
.ec_footer .footer_head_link:nth-of-type(2)::after {
  content: "";
  display: inline-block;
  width: 187px;
  height: 100%;
  background-image: url(../images/ec/cta_img02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 10px 10px 0;
}
.ec_footer .footer_head_title {
  color: #FFF;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 1.6px;
}
.ec_footer .footer_head_text {
  color: #FFF;
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
}
.ec_footer .footer_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-top: 1px solid #C9BC9C;
  padding-top: 15px;
  margin-top: 20px;
}
.ec_footer .footer_content_link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: #478054;
}
.ec_footer .footer_content_link p {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.ec_footer .footer_content_link img {
  display: block;
  width: 15px;
}
.ec_footer .footer_content_copyright {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
}
.ec_footer .footer_content_privacy {
  font-size: 12px;
}

@media screen and (max-width: 1600px) {
  .ec_footer {
    padding: 0 0 13.8888888889vw;
    background: unset;
  }
  .ec_footer .inner {
    max-width: 95.8333333333vw;
  }
  .ec_footer .footer_head {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.7361111111vw;
  }
  .ec_footer .footer_head_link {
    border-radius: 0.6944444444vw;
    background: #C9BC9C;
    padding: 0.9722222222vw 10.625vw 0.9722222222vw 1.3888888889vw;
    position: relative;
  }
  .ec_footer .footer_head_link:nth-of-type(2) {
    background: #478054;
  }
  .ec_footer .footer_head_link:nth-of-type(1)::after {
    content: "";
    display: inline-block;
    width: 6.5277777778vw;
    height: 9.7916666667vw;
    background-image: url(../images/ec/cta_img01.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: 2.0833333333vw;
    bottom: 0;
  }
  .ec_footer .footer_head_link:nth-of-type(2)::after {
    content: "";
    display: inline-block;
    width: 12.9861111111vw;
    height: 100%;
    background-image: url(../images/ec/cta_img02.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 0.6944444444vw 0.6944444444vw 0;
  }
  .ec_footer .footer_head_title {
    color: #FFF;
    font-size: 2.2222222222vw;
    line-height: 2.5vw;
    letter-spacing: 0.1111111111vw;
  }
  .ec_footer .footer_head_text {
    color: #FFF;
    margin-top: 0.5555555556vw;
  }
  .ec_footer .footer_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-top: 0.0694444444vw solid #C9BC9C;
    padding-top: 1.0416666667vw;
    margin-top: 1.3888888889vw;
  }
  .ec_footer .footer_content_link {
    display: inline-flex;
    align-items: center;
    gap: 1.3888888889vw;
    color: #478054;
  }
  .ec_footer .footer_content_link img {
    display: block;
    width: 1.0416666667vw;
  }
  .ec_footer .footer_content_copyright {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.6944444444vw;
  }
  .ec_footer .footer_content_privacy {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 680px) {
  .ec_footer {
    padding: 0 0 30.7692307692vw;
  }
  .ec_footer .inner {
    max-width: unset;
    padding: 0;
  }
  .ec_footer .footer_head {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5641025641vw;
    padding: 0 5.1282051282vw;
  }
  .ec_footer .footer_head_link {
    border-radius: 2.5641025641vw;
    padding: 0;
  }
  .ec_footer .footer_head_link:nth-of-type(1)::after {
    width: 25.641025641vw;
    height: 37.9487179487vw;
    right: 3.5897435897vw;
    bottom: 0;
  }
  .ec_footer .footer_head_link:nth-of-type(2)::after {
    display: block;
    width: 100%;
    height: 23.0769230769vw;
    background-image: url(../images/ec/cta_img02_sp.webp);
    position: unset;
    border-radius: 0 0 2.5641025641vw 2.5641025641vw;
  }
  .ec_footer .footer_head_title {
    font-size: 7.6923076923vw;
    line-height: 1.3;
    padding: 2.5641025641vw 4.6153846154vw 0;
  }
  .ec_footer .footer_head_text {
    font-size: 3.3333333333vw;
    margin-top: 1.0256410256vw;
    padding: 0 4.6153846154vw 4.6153846154vw;
  }
  .ec_footer a:nth-of-type(1) .footer_head_text {
    padding-right: 33.8461538462vw;
  }
  .ec_footer .footer_content {
    flex-flow: column;
    align-items: flex-start;
    width: calc(100% - 10.2564102564vw);
    margin: 5.1282051282vw auto 0;
    padding-top: 3.8461538462vw;
  }
  .ec_footer .footer_content_link {
    gap: 5.1282051282vw;
    flex-flow: column;
    align-items: flex-start;
    gap: 2.5641025641vw;
  }
  .ec_footer .footer_content_link img {
    display: block;
    width: 3.8461538462vw;
  }
  .ec_footer .footer_content_copyright {
    position: unset;
    transform: unset;
    font-size: 2.5641025641vw;
    position: absolute;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    top: unset;
    left: unset;
  }
  .ec_footer .footer_content_privacy {
    font-size: 3.0769230769vw;
    margin-top: 3.8461538462vw;
  }
}
.page-template-page-privacy-policy,
.page-template-page-privacy-policy section {
  background: #FFF6EA;
}

.privacy_title {
  color: #478054;
  font-size: 24px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.privacy_title::before {
  content: "";
  display: inline-block;
  width: 330px;
  border-top: 1px solid #478054;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 1600px) {
  .privacy_title {
    color: #478054;
    font-size: 1.6666666667vw;
    position: relative;
    text-align: center;
    margin-bottom: 2.0833333333vw;
  }
  .privacy_title::before {
    content: "";
    display: inline-block;
    width: 22.9166666667vw;
    border-top: 0.0694444444vw solid #478054;
    position: absolute;
    bottom: -0.6944444444vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 680px) {
  .page-template-page-privacy-policy .inner {
    padding: 0;
  }
  .page-template-page-privacy-policy section .inner {
    padding: 0 5.1282051282vw;
  }
  .privacy_title {
    font-size: 4.6153846154vw;
    margin-bottom: 12.8205128205vw;
  }
  .privacy_title::before {
    width: 89.7435897436vw;
    bottom: -2.5641025641vw;
  }
}
/* section1
***************************************************************/
.privacy_sec1 {
  padding: 120px 0 50px;
}

.privacy_sec1_list {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.privacy_sec1_title {
  color: #478054;
  font-size: 22px;
  line-height: 27px;
}

.privacy_sec1_title span {
  font-size: 18px;
}

.privacy_sec1_text {
  font-size: 18px;
  line-height: 27px;
  margin-top: 10px;
}

@media screen and (max-width: 1600px) {
  .privacy_sec1 {
    padding: 8.3333333333vw 0 3.4722222222vw;
  }
  .privacy_sec1_list {
    display: flex;
    flex-flow: column;
    gap: 0.6944444444vw;
  }
  .privacy_sec1_title {
    color: #478054;
    font-size: 1.5277777778vw;
    line-height: 1.875vw;
  }
  .privacy_sec1_title span {
    font-size: 1.25vw;
  }
  .privacy_sec1_text {
    font-size: 1.25vw;
    line-height: 1.875vw;
    margin-top: 0.6944444444vw;
  }
}
@media screen and (max-width: 680px) {
  .privacy_sec1 {
    padding: 20.5128205128vw 0 5.1282051282vw;
  }
  .privacy_sec1_list {
    gap: 2.5641025641vw;
  }
  .privacy_sec1_title {
    font-size: 4.1025641026vw;
    line-height: 5.1282051282vw;
  }
  .privacy_sec1_title span {
    font-size: 3.5897435897vw;
  }
  .privacy_sec1_text {
    font-size: 3.3333333333vw;
    line-height: 5.1282051282vw;
    margin-top: 1.5384615385vw;
  }
}
/* section2
***************************************************************/
.privacy_sec2 {
  padding: 0;
}

.privacy_sec2 .inner {
  border-radius: 20px;
  background: #FFF;
  padding: 40px 60px;
}

.privacy_sec2_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
}

.privacy_sec2_th {
  vertical-align: middle;
  width: 320px;
  border: 1px solid #72685C;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  height: 1;
  padding: 4px 0;
}

.privacy_sec2_th span {
  font-size: 15px;
  display: block;
}

.privacy_sec2_td {
  vertical-align: middle;
  font-size: 18px;
  line-height: 27px;
  padding-left: 30px;
}

@media screen and (max-width: 1600px) {
  .privacy_sec2 .inner {
    border-radius: 1.3888888889vw;
    background: #FFF;
    padding: 2.7777777778vw 4.1666666667vw;
  }
  .privacy_sec2_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0.8333333333vw;
  }
  .privacy_sec2_th {
    vertical-align: middle;
    width: 22.2222222222vw;
    border: 0.0694444444vw solid #72685C;
    text-align: center;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.875vw;
    height: 1;
    padding: 0.2777777778vw 0;
  }
  .privacy_sec2_th span {
    font-size: 1.0416666667vw;
    display: block;
  }
  .privacy_sec2_td {
    vertical-align: middle;
    font-size: 1.25vw;
    line-height: 1.875vw;
    padding-left: 2.0833333333vw;
  }
}
@media screen and (max-width: 680px) {
  .privacy_sec2 {
    padding: 0 5.1282051282vw;
  }
  .privacy_sec2 .inner {
    border-radius: 2.5641025641vw;
    padding: 5.1282051282vw 7.6923076923vw;
  }
  .privacy_sec2 .privacy_title {
    margin-bottom: 7.6923076923vw;
  }
  .privacy_sec2 .privacy_title::before {
    width: 71.7948717949vw;
  }
  .privacy_sec2_table {
    border-spacing: 0 3.8461538462vw;
  }
  .privacy_sec2_th {
    display: block;
    width: 100%;
    font-size: 3.5897435897vw;
    line-height: 5.1282051282vw;
    padding: 1.0256410256vw 0;
  }
  .privacy_sec2_th span {
    font-size: 3.0769230769vw;
  }
  .privacy_sec2_td {
    display: block;
    width: 100%;
    font-size: 3.3333333333vw;
    line-height: 5.1282051282vw;
    padding-left: 0;
    padding-top: 2.0512820513vw;
  }
  .privacy_sec2_td.sp_center {
    text-align: center;
  }
}
/* section3
***************************************************************/
.privacy_sec3 {
  padding: 50px 0;
}

.privacy_sec3_list {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.privacy_sec3_item_title {
  font-size: 18px;
  font-weight: bold;
}

.privacy_sec3_item_text {
  font-size: 18px;
}

@media screen and (max-width: 1600px) {
  .privacy_sec3 {
    padding: 3.4722222222vw 0;
  }
  .privacy_sec3_list {
    display: flex;
    flex-flow: column;
    gap: 0.6944444444vw;
  }
  .privacy_sec3_item_title {
    font-size: 1.25vw;
    font-weight: bold;
  }
  .privacy_sec3_item_text {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 680px) {
  .privacy_sec3 {
    padding: 5.1282051282vw 0;
  }
  .privacy_sec3_list {
    gap: 2.5641025641vw;
  }
  .privacy_sec3_item_title {
    font-size: 3.3333333333vw;
  }
  .privacy_sec3_item_text {
    font-size: 3.3333333333vw;
  }
}
/* section4
***************************************************************/
.privacy_sec4 {
  padding: 50px 0 60px;
}

.privacy_sec4_table {
  width: 100%;
}

.privacy_sec4_th {
  color: #000;
  font-size: 18px;
  border: 1px solid #000;
  background: #fff;
  width: 260px;
  text-align: center;
  vertical-align: middle;
}

.privacy_sec4_td {
  color: #000;
  font-size: 18px;
  border: 1px solid #000;
  background: #fff;
  padding: 16px 80px 16px 22px;
}

@media screen and (max-width: 1600px) {
  .privacy_sec4 {
    padding: 3.4722222222vw 0 4.1666666667vw;
  }
  .privacy_sec4_table {
    width: 100%;
  }
  .privacy_sec4_th {
    color: #000;
    font-size: 1.25vw;
    border: 0.0694444444vw solid #000;
    background: #fff;
    width: 18.0555555556vw;
    text-align: center;
    vertical-align: middle;
  }
  .privacy_sec4_td {
    color: #000;
    font-size: 1.25vw;
    border: 0.0694444444vw solid #000;
    background: #fff;
    padding: 1.1111111111vw 5.5555555556vw 1.1111111111vw 1.5277777778vw;
  }
}
@media screen and (max-width: 680px) {
  .privacy_sec4 {
    padding: 0 0 5.1282051282vw;
  }
  .privacy_sec4_table {
    border-bottom: 1px solid #000;
  }
  .privacy_sec4_th {
    padding: 2.5641025641vw;
    font-size: 3.8461538462vw;
    width: 100%;
    text-align: center;
    display: block;
  }
  .privacy_sec4_td {
    font-size: 3.3333333333vw;
    padding: 5.1282051282vw;
    width: 100%;
    display: block;
    border-top: unset;
    border-bottom: unset;
  }
}