@charset "UTF-8";


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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media screen and (max-width: 765px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .sp {
    display: none !important;
  }
}

html {
  text-size-adjust: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.4rem;
  color: #552909;
  background: #fff;
  font-family: "Noto Sans JP", Meiryo, メイリオ, YuGothic, "游ゴシック", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 765px) {
  body {
    font-size: 1.2rem;
  }
}

main {
  min-height: 100vh;
}

a {
  color: #552909;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.l-header {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.l-header_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 57px;
  padding-right: 64px;
  background: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .l-header_main {
    padding-right: 40px;
  }
}
@media screen and (max-width: 765px) {
  .l-header_main {
    justify-content: end;
    column-gap: 16px;
    padding-right: 20px;
  }
}

.l-header_logo {
  display: block;
  position: absolute;
  left: 5%;
  top: 18px;
}
@media screen and (max-width: 765px) {
  .l-header_logo {
    left: 5%;
  }
  .l-header_logo a {
    display: block;
    width: 100%;
  }
}

.l-header_sns {
  display: flex;
  column-gap: 24px;
}
@media screen and (max-width: 765px) {
  .l-header_sns {
    column-gap: 16px;
  }
}
.l-header_sns img {
  width: 35px;
  height: 35px;
}
.l-header_sns a:hover {
  opacity: 0.5;
  transition: 0.2s;
}

.l-header_pcnav {
  padding-left: 12.9%;
  position: relative;
  z-index: 5;
}
.l-header_pcnav_inner {
  display: flex;
  column-gap: 40px;
}
@media screen and (max-width: 959px) {
  .l-header_pcnav_inner {
    column-gap: 32px;
  }
}
.l-header_pcnav_cmn {
  font-size: 1.4rem;
  font-weight: 600;
}
.l-header_pcnav a:hover {
  color: #FFA462;
  transition: 0.2s;
}

.l-header_spnav {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  background: #E6EEE5;
  height: 65px;
}
@media screen and (max-width: 959px) {
  .l-header_spnav {
    display: none;
  }
}
@media screen and (max-width: 765px) {
  .l-header_spnav {
    display: block;
    opacity: 0;
    pointer-events: none;
  }
}
.l-header_spnav_inner {
  display: flex;
  justify-content: end;
  column-gap: 23px;
  align-items: center;
  height: 100%;
  padding-right: 20px;
}
.l-header_spnav_cmn {
  font-size: 1.4rem;
  font-weight: 600;
}
.l-header_spnav a:hover {
  color: #FFA462;
  transition: 0.2s;
}

@keyframes slideInUp {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.l-header_btn {
  z-index: 1000;
}
@media screen and (max-width: 959px) {
  .l-header_btn {
    display: none;
  }
}
@media screen and (max-width: 765px) {
  .l-header_btn {
    display: block;
  }
}
.l-header_btn_hamburger {
  position: relative;
  width: 40px;
  height: 22px;
}
.l-header_btn_hamburger span {
  position: absolute;
  right: 0;
  transform: translateY(0) rotate(0);
  display: block;
  width: 100%;
  height: 3px;
  background: #552909;
}
.l-header_btn_hamburger span:nth-of-type(1) {
  width: 100%;
  top: 0;
}
.l-header_btn_hamburger span:nth-of-type(2) {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.l-header_btn_hamburger span:nth-of-type(3) {
  bottom: 0;
}

.l-header.active .l-header_btn_hamburger span {
  background: #552909;
}
.l-header.active .l-header_btn_hamburger span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
}
.l-header.active .l-header_btn_hamburger span:nth-of-type(2) {
  width: 0;
}
.l-header.active .l-header_btn_hamburger span:nth-of-type(3) {
  width: 100%;
  bottom: 50%;
  transform: translateY(50%) rotate(-25deg);
}
.l-header.active .l-header_nav {
  opacity: 1;
  pointer-events: auto;
}
.l-header.active .l-header_spnav {
  opacity: 1;
  pointer-events: visible;
  animation: slideInUp 0.2s ease-out;
}

.l-footer {
  background-image: url("../img/footer.jpg");
  background-size: cover;
  margin: 0;
  background-position: center;
  height: 100%;
  padding-top: 104px;
  padding-bottom: 16px;
  position: relative;
}
.l-footer_logo {
  max-width: 419px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .l-footer_logo {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 765px) {
  .l-footer_logo {
    width: 76%;
    margin-bottom: 24px;
  }
}
.l-footer_text {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
  padding-top: 40px;
}
@media screen and (max-width: 765px) {
  .l-footer_text {
    padding-top: 24px;
  }
}

.l-footer--orange::before,
.l-footer--white::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(#ffe7d9, rgba(255, 255, 255, 0));
}

.l-footer--white::before {
  background: linear-gradient(white, rgba(255, 255, 255, 0));
}

@media screen and (max-width: 765px) {
  .l-footer .c-button--white {
    margin-top: 20px;
  }
}

.l-container {
  width: 90%;
  margin: 0 auto;
}

.c-button, .c-button--white {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  background: #5A8D56;
  padding: 11px 0;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  max-width: 418px;
  font-weight: 500;
  border: 1px solid #5A8D56;
  transition: 0.2s;
}
@media screen and (max-width: 765px) {
  .c-button, .c-button--white {
    width: 75%;
  }
}
.c-button::after, .c-button--white::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 16px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  -webkit-mask: url("../img/btn_arrow_green.svg") no-repeat 100% 50%;
  mask: url("../img/btn_arrow_green.svg") no-repeat 100% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #fff;
  transition: 0.2s;
}
@media screen and (max-width: 765px) {
  .c-button::after, .c-button--white::after {
    margin-left: 14px;
  }
}
.c-button:hover, .c-button--white:hover {
  background: #fff;
  color: #5A8D56;
  border: solid 1px #5A8D56;
}
.c-button:hover::after, .c-button--white:hover::after {
  background-color: #5A8D56;
}

.c-button--white {
  background: #fff;
  color: #5A8D56;
  max-width: 312px;
  border: solid 1px #fff;
}
.c-button--white::after {
  background-color: #5A8D56;
}
.c-button--white:hover {
  color: #FF7D2B;
  border: solid 1px #fff;
}
.c-button--white:hover::after {
  background-color: #FF7D2B;
}

.c-loop_text_container {
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  column-gap: 30px;
  width: 100%;
}
.c-loop_text_container span {
  display: inline-block;
  font-size: 8rem;
  color: #5A8D56;
  opacity: 0.3;
  font-family: "Cormorant Garamond", "EB Garamond", serif;
  line-height: 1;
}
@media screen and (max-width: 765px) {
  .c-loop_text_container span {
    font-size: 4.8rem;
  }
}
.c-loop_text_container_animated-images {
  display: flex;
  column-gap: 30px;
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.j-fadein {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}
.j-fadein.action {
  opacity: 1;
}

.j-fadeleft {
  opacity: 0;
  transition: 0.6s ease-out;
  position: relative;
  left: -20px;
}
.j-fadeleft.action {
  opacity: 1;
  left: 0;
}

.j-faderight {
  opacity: 0;
  transition: 0.6s ease-out;
  position: relative;
  right: -20px;
}
.j-faderight.action {
  opacity: 1;
  right: 0;
}

.j-fadeup {
  opacity: 0;
  transition: 0.8s ease-out;
  position: relative;
  top: 30px;
}
.j-fadeup.action {
  opacity: 1;
  top: 0;
}

.j-slideup {
  display: block;
  overflow: hidden;
}
.j-slideup span {
  position: relative;
  top: 1em;
  transition: top 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.j-slideup.action span {
  top: 0;
}

.j-slide {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.j-slide::before, .j-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.95s cubic-bezier(0.23, 1, 0.32, 1);
}
.j-slide::before {
  background: #333;
  z-index: 10;
}
.j-slide::after {
  background: #333;
  z-index: 1;
  transition-delay: 0.5s;
}
.j-slide.slide-gray::before {
  background: #fff;
}
.j-slide.slide-white::after {
  background: #333;
}
.j-slide.action::before, .j-slide.action::after {
  left: 100%;
}

.j-popup {
  opacity: 0;
  transform: scale(0);
  transform-origin: center bottom;
  transition: 0.5s ease-out;
}
.j-popup.action {
  opacity: 1;
  transform: scale(1);
}

.p-top_mv {
  margin-top: 57px;
  position: relative;
}
.p-top_mv_logo {
  width: 201px;
  height: 201px;
  position: absolute;
  bottom: -16px;
  z-index: 3;
  left: 2%;
  transition: 3s;
}
@media screen and (max-width: 959px) {
  .p-top_mv_logo {
    bottom: 0;
  }
}
@media screen and (max-width: 765px) {
  .p-top_mv_logo {
    width: 165px;
    height: 165px;
    bottom: -90px;
  }
}
.p-top_mv_logo img {
  animation: rotate 10s linear infinite;
}
.p-top_mv_text {
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  z-index: 5;
  right: 64px;
  column-gap: 16px;
  bottom: -40px;
  transition: 3s;
}
@media screen and (max-width: 959px) {
  .p-top_mv_text {
    right: 40px;
    bottom: -4%;
  }
}
@media screen and (max-width: 765px) {
  .p-top_mv_text {
    bottom: -5%;
    right: 20px;
  }
}
.p-top_mv_text p {
  padding: 32px 22px 51px 22px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.8rem;
  color: #FF7D2B;
  background: #fff;
  letter-spacing: 0.7em;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 765px) {
  .p-top_mv_text p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 765px) {
  .p-top_mv_text p {
    padding: 24px 16px 48px 16px;
  }
}
.p-top_mv_text p:nth-of-type(2) {
  margin-top: 64px;
}
@media screen and (max-width: 765px) {
  .p-top_mv_text p:nth-of-type(2) {
    padding-top: 16px;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.p-top_concept {
  margin-top: 110px;
  padding-bottom: 80px;
}
.p-top_concept_title_area {
  max-width: 388px;
  width: 80%;
  margin: 0 auto;
}
.p-top_concept_title_area_cmn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.03em;
}
.p-top_concept_title_area_cmn_en {
  font-size: 4rem;
  font-weight: 700;
  color: #FF7D2B;
  font-family: "Cormorant Garamond", "EB Garamond", serif;
}
@media screen and (max-width: 765px) {
  .p-top_concept_title_area_cmn_en {
    font-size: 3.2rem;
  }
}
.p-top_concept_title_area_cmn_ja {
  font-weight: 600;
  color: #3DA034;
  font-size: 2rem;
}
@media screen and (max-width: 765px) {
  .p-top_concept_title_area_cmn_ja {
    font-size: 1.6rem;
  }
}
.p-top_concept_title_area_cmn + .p-top_concept_title_area_cmn {
  margin-top: 32px;
}
.p-top_concept_content {
  margin-top: 80px;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-top_concept_content_text {
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (max-width: 765px) {
  .p-top_concept_content_text {
    font-size: 1.4rem;
  }
}
.p-top_concept_content_text span {
  color: #5A8D56;
}
.p-top_concept_content_ill {
  position: absolute;
  bottom: 30px;
}
.p-top_concept_content_ill:nth-of-type(1) {
  width: 80px;
  left: -364px;
}
@media screen and (max-width: 959px) {
  .p-top_concept_content_ill:nth-of-type(1) {
    left: -189px;
    bottom: 54px;
  }
}
@media screen and (max-width: 765px) {
  .p-top_concept_content_ill:nth-of-type(1) {
    width: 50px;
    left: -65px;
  }
}
.p-top_concept_content_ill:nth-of-type(2) {
  width: 60px;
  left: -191px;
}
@media screen and (max-width: 959px) {
  .p-top_concept_content_ill:nth-of-type(2) {
    left: -92px;
    bottom: 0;
  }
}
@media screen and (max-width: 765px) {
  .p-top_concept_content_ill:nth-of-type(2) {
    display: none;
  }
}
.p-top_concept_content_ill:nth-of-type(3) {
  width: 85px;
  right: -206px;
}
@media screen and (max-width: 959px) {
  .p-top_concept_content_ill:nth-of-type(3) {
    right: -101px;
    bottom: 0;
  }
}
@media screen and (max-width: 765px) {
  .p-top_concept_content_ill:nth-of-type(3) {
    display: none;
  }
}
.p-top_concept_content_ill:nth-of-type(4) {
  width: 80px;
  right: -366px;
}
@media screen and (max-width: 959px) {
  .p-top_concept_content_ill:nth-of-type(4) {
    right: -188px;
    bottom: 54px;
  }
}
@media screen and (max-width: 765px) {
  .p-top_concept_content_ill:nth-of-type(4) {
    width: 50px;
    right: -64px;
  }
}

.p-top_pickup {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
  position: relative;
}
.p-top_pickup_title {
  color: #FFA462;
  font-weight: 600;
  font-size: 3.2rem;
  padding-bottom: 14px;
}
@media screen and (max-width: 765px) {
  .p-top_pickup_title {
    font-size: 2.4rem;
  }
}
.p-top_pickup_title_text {
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (max-width: 765px) {
  .p-top_pickup_title_text {
    font-size: 1.4rem;
  }
}
.p-top_pickup_img {
  max-width: 357px;
  width: 90%;
  margin: 0 auto;
  margin-top: 21px;
  cursor: pointer;
}
.p-top_pickup_small-text {
  font-size: 1.2rem;
  margin-top: 16px;
}

.p-top_image_container {
  white-space: nowrap;
  overflow: hidden;
  display: flex;
}
.p-top_image_container img {
  display: inline-block;
  width: 128px;
  height: 78px;
}
@media screen and (min-width: 1410px) {
  .p-top_image_container img {
    width: 9.0909090909vw;
    height: auto;
  }
}
.p-top_image_container_animated-images {
  display: flex;
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.p-top_feature .p-top_text_container {
  position: absolute;
  top: 0;
  transform: translateY(-42%);
  z-index: 2;
}

.p-top_feature_loop {
  top: -14px;
  position: absolute;
  z-index: 5;
  width: 100%;
}
@media screen and (max-width: 765px) {
  .p-top_feature_loop {
    top: -8px;
  }
}

.p-top_feature {
  background: #E6EEE5;
  padding-bottom: 80px;
  padding-top: 150px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .p-top_feature {
    padding-top: 125px;
  }
}
@media screen and (max-width: 765px) {
  .p-top_feature {
    padding-top: 65px;
  }
}
.p-top_feature_inner {
  display: flex;
  width: 100%;
  margin: 0 auto;
  column-gap: 14px;
  overflow-x: scroll;
  overflow-y: visible;
}
@media screen and (min-width: 960px) {
  .p-top_feature_inner {
    width: 90%;
    max-width: 1300px;
    padding: 0;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 959px) {
  .p-top_feature_inner {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 765px) {
  .p-top_feature_inner {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 17px;
  }
}
.p-top_feature_cmn {
  width: 32.4%;
  position: relative;
  background: #fff;
  border: 1px solid #5A8D56;
  border-radius: 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 6%;
}
@media screen and (max-width: 959px) {
  .p-top_feature_cmn {
    min-width: 327px;
    margin-top: 54px;
  }
}
.p-top_feature_cmn_img {
  border-top-left-radius: 39px;
  border-top-right-radius: 39px;
}
.p-top_feature_cmn_img_text {
  width: 32.7%;
  position: absolute;
  transform: translateY(50%);
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top_feature_cmn_area {
  white-space: wrap;
  padding: 21px 31px 32px 31px;
}
.p-top_feature_cmn_title {
  font-size: 1.6rem;
  font-weight: 600;
}
.p-top_feature_cmn_text {
  font-weight: 400;
  margin-top: 16px;
}
.p-top_feature_cmn_tag {
  font-weight: 300;
  color: #5A8D56;
  margin-top: 16px;
}
.p-top_feature_about {
  margin: 0 auto;
  margin-top: 40px;
  width: 85%;
}
.p-top_feature_about_wrapper {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.p-top_feature_about_upper {
  color: #5A8D56;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: -4px;
  font-weight: 500;
}
.p-top_feature_about_area {
  margin: 0 auto;
  width: 573px;
  padding: 32px 94px;
  border: 1px solid #5A8D56;
  border-radius: 130px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .p-top_feature_about_area {
    border-radius: 130px;
  }
}
@media screen and (max-width: 765px) {
  .p-top_feature_about_area {
    width: 100%;
    padding: 31px 32px;
    border-radius: 40px;
  }
}
.p-top_feature_about_area h3 {
  font-size: 1.6rem;
  color: #5A8D56;
  text-align: center;
  font-weight: 600;
}
.p-top_feature_about_area_text {
  padding-top: 11px;
  font-size: 1.2rem;
  margin: 0 auto;
  line-height: 1.5;
}
@media screen and (max-width: 765px) {
  .p-top_feature_about_area_text {
    width: 80%;
  }
}
@media screen and (max-width: 959px) {
  .p-top_feature_about_ill_list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
.p-top_feature_about_ill {
  width: 70px;
}
@media screen and (min-width: 960px) {
  .p-top_feature_about_ill {
    bottom: 50%;
    transform: translateY(50%);
    position: absolute;
  }
}
@media screen and (min-width: 960px) {
  .p-top_feature_about_ill:nth-of-type(1) {
    left: -218px;
  }
}
@media screen and (min-width: 960px) {
  .p-top_feature_about_ill:nth-of-type(2) {
    left: -94px;
  }
}
@media screen and (min-width: 960px) {
  .p-top_feature_about_ill:nth-of-type(3) {
    right: -91px;
  }
}
@media screen and (min-width: 960px) {
  .p-top_feature_about_ill:nth-of-type(4) {
    right: -217px;
  }
}
@media screen and (max-width: 765px) {
  .p-top_feature_about_btn {
    width: 75vw;
  }
}

.p-top_base {
  padding: 80px 0;
  background-image: url("../img/basein.jpg");
  background-size: cover;
  margin: 0;
  background-position: center;
  height: 100%;
}
.p-top_base_title {
  text-align: center;
}
.p-top_base_title span {
  display: block;
  color: #5A8D56;
  letter-spacing: 0.05em;
}
.p-top_base_title_en {
  font-size: 3.2rem;
  font-family: "Cormorant Garamond", "EB Garamond", serif;
  font-weight: 500;
}
@media screen and (max-width: 765px) {
  .p-top_base_title_en {
    font-size: 2.4rem;
  }
}
.p-top_base_title_ja {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 765px) {
  .p-top_base_title_ja {
    font-size: 1.4rem;
  }
}
.p-top_base_text {
  font-size: 1.4rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0 auto;
  margin-top: 40px;
  line-height: 2.5;
  letter-spacing: 0.07em;
  font-weight: 400;
}
@media screen and (max-width: 765px) {
  .p-top_base_text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 765px) {
  .p-top_base_text {
    line-height: 1.5;
  }
}

.p-top_profile {
  background: #FFE7D9;
  padding-top: 80px;
  padding-bottom: 40px;
  color: #FF7D2B;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 765px) {
  .p-top_profile {
    padding-bottom: 35px;
  }
}
.p-top_profile_wrapper {
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-top_profile_wrapper {
    width: 90%;
    max-width: 914px;
  }
}
@media screen and (max-width: 959px) {
  .p-top_profile_wrapper {
    width: 80%;
  }
}
@media screen and (max-width: 765px) {
  .p-top_profile_wrapper {
    width: 85%;
  }
}
@media screen and (min-width: 960px) {
  .p-top_profile_wrapper_inner {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .p-top_profile_wrapper_inner_box {
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (max-width: 959px) {
  .p-top_profile_wrapper_inner_box {
    width: 85.7%;
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 765px) {
  .p-top_profile_wrapper_inner_box {
    margin: 0;
    width: 100%;
  }
}
.p-top_profile_title_img {
  margin-bottom: 14px;
  width: 147px;
}
.p-top_profile_title span {
  color: #FF7D2B;
  display: block;
  letter-spacing: 0.05em;
}
.p-top_profile_title_en {
  font-size: 3.2rem;
  font-family: "Cormorant Garamond", "EB Garamond", serif;
  font-weight: 700;
}
@media screen and (max-width: 765px) {
  .p-top_profile_title_en {
    font-size: 2.4rem;
  }
}
.p-top_profile_title_ja {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 765px) {
  .p-top_profile_title_ja {
    font-size: 1.4rem;
  }
}
.p-top_profile_img {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .p-top_profile_img {
    width: 45%;
  }
}
@media screen and (max-width: 959px) {
  .p-top_profile_img {
    width: 85.7%;
    max-width: 355px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 765px) {
  .p-top_profile_img {
    width: 100%;
  }
}
.p-top_profile_text {
  color: #FF7D2B;
  font-size: 1.4rem;
}
@media screen and (min-width: 960px) {
  .p-top_profile_text {
    width: calc(100% - 147px);
  }
}
@media screen and (max-width: 765px) {
  .p-top_profile_text {
    margin-top: 31px;
    padding-left: 7px;
  }
}
@media screen and (max-width: 959px) {
  .p-top_profile_text {
    margin-top: 40px;
    padding-left: 7px;
  }
}
.p-top_profile_name {
  font-size: 1.4rem;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .p-top_profile_name {
    width: 147px;
  }
}
@media screen and (max-width: 959px) {
  .p-top_profile_name {
    width: fit-content;
    margin-left: auto;
  }
}
@media screen and (max-width: 765px) {
  .p-top_profile_name {
    width: fit-content;
    margin-left: auto;
  }
}

.p-about_mv {
  margin-top: 57px;
  position: relative;
  padding-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-about_mv {
    padding-bottom: 40px;
  }
}
.p-about_mv_img {
  width: 93%;
  border-bottom-left-radius: 240px;
  height: 100%;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .p-about_mv_img {
    border-bottom-left-radius: 240px;
  }
}
@media screen and (max-width: 765px) {
  .p-about_mv_img {
    border-bottom-left-radius: 160px;
  }
}
@media screen and (max-width: 959px) {
  .p-about_mv_img--tb {
    display: none;
  }
}
.p-about_mv_logo {
  width: 201px;
  height: 201px;
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: 2%;
}
@media screen and (max-width: 765px) {
  .p-about_mv_logo {
    width: 165px;
    height: 165px;
  }
}
.p-about_mv_logo img {
  animation: rotate 10s linear infinite;
}

.p-about_loop_text {
  position: relative;
  height: auto;
}
.p-about_loop_text span {
  color: #FFE7D9 !important;
  opacity: 1;
}

.p-about_concept {
  margin: 0 auto;
  text-align: center;
  width: 90%;
}
.p-about_concept_title {
  text-align-last: right;
}
.p-about_concept_title h1 {
  margin-left: auto;
  width: fit-content;
}
.p-about_concept_title span {
  display: block;
}
.p-about_concept_title_en {
  font-size: 4.8rem;
  font-weight: 700;
  color: #5A8D56;
  font-family: "Cormorant Garamond", "EB Garamond", serif;
  line-height: 1;
}
@media screen and (max-width: 765px) {
  .p-about_concept_title_en {
    font-size: 2.4rem;
  }
}
.p-about_concept_title_ja {
  font-weight: 600;
  color: #5A8D56;
  font-size: 1.6rem;
  margin-top: 22px;
}
@media screen and (max-width: 765px) {
  .p-about_concept_title_ja {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 765px) {
  .p-about_concept_title_ja {
    margin-top: 11px;
  }
}
.p-about_concept_text {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (max-width: 765px) {
  .p-about_concept_text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 765px) {
  .p-about_concept_text {
    width: 80%;
    margin: 0 auto;
    margin-top: 80px;
  }
}
.p-about_concept_inner {
  width: fit-content;
  position: relative;
  margin: 0 auto;
  margin-top: 157px;
}
@media screen and (max-width: 959px) {
  .p-about_concept_inner {
    margin-top: 104px;
  }
}
@media screen and (max-width: 765px) {
  .p-about_concept_inner {
    margin-top: 80px;
  }
}
@media screen and (max-width: 765px) {
  .p-about_concept_ill_list {
    display: flex;
    width: 90%;
    justify-content: space-between;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 960px) {
  .p-about_concept_ill {
    position: absolute;
  }
}
@media screen and (max-width: 959px) {
  .p-about_concept_ill {
    position: absolute;
  }
}
@media screen and (max-width: 765px) {
  .p-about_concept_ill {
    position: static;
  }
}
.p-about_concept_ill:nth-of-type(1) {
  width: 80px;
}
@media screen and (min-width: 960px) {
  .p-about_concept_ill:nth-of-type(1) {
    left: -111.5px;
    top: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-about_concept_ill:nth-of-type(1) {
    top: 0;
    left: -63px;
  }
}
.p-about_concept_ill:nth-of-type(2) {
  width: 60px;
}
@media screen and (min-width: 960px) {
  .p-about_concept_ill:nth-of-type(2) {
    left: -155.5px;
    bottom: 50%;
    transform: translateY(50%);
  }
}
@media screen and (max-width: 959px) {
  .p-about_concept_ill:nth-of-type(2) {
    left: -107px;
    bottom: 50%;
    transform: translateY(50%);
  }
}
@media screen and (max-width: 765px) {
  .p-about_concept_ill:nth-of-type(2) {
    transform: none;
  }
}
.p-about_concept_ill:nth-of-type(3) {
  width: 80px;
}
@media screen and (min-width: 960px) {
  .p-about_concept_ill:nth-of-type(3) {
    left: -91.5px;
    bottom: 7px;
  }
}
@media screen and (max-width: 959px) {
  .p-about_concept_ill:nth-of-type(3) {
    left: -43px;
    bottom: 15px;
  }
}
.p-about_concept_ill:nth-of-type(4) {
  width: 80px;
}
@media screen and (min-width: 960px) {
  .p-about_concept_ill:nth-of-type(4) {
    right: -92.5px;
    top: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-about_concept_ill:nth-of-type(4) {
    right: -43px;
    top: 0;
  }
}
.p-about_concept_ill:nth-of-type(5) {
  width: 80px;
}
@media screen and (min-width: 960px) {
  .p-about_concept_ill:nth-of-type(5) {
    right: -147.5px;
    bottom: 50%;
    transform: translateY(50%);
  }
}
@media screen and (max-width: 959px) {
  .p-about_concept_ill:nth-of-type(5) {
    bottom: 50%;
    transform: translateY(50%);
    right: -107px;
  }
}
.p-about_concept_ill:nth-of-type(6) {
  width: 60px;
}
@media screen and (min-width: 960px) {
  .p-about_concept_ill:nth-of-type(6) {
    right: -71.5px;
    bottom: 15px;
  }
}
@media screen and (max-width: 959px) {
  .p-about_concept_ill:nth-of-type(6) {
    right: -43px;
    bottom: 15px;
  }
}

.p-about_nav {
  display: flex;
}
@media screen and (min-width: 960px) {
  .p-about_nav {
    column-gap: 80px;
    justify-content: center;
    margin-top: 105px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 959px) {
  .p-about_nav {
    column-gap: 80px;
    justify-content: center;
    margin-top: 90px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 765px) {
  .p-about_nav {
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    column-gap: 0;
    margin-bottom: 48px;
  }
}
.p-about_nav img {
  width: 170px;
  height: 170px;
}
@media screen and (max-width: 765px) {
  .p-about_nav img {
    width: 100px;
    height: 100px;
  }
}

.p-about_content_wrapper::before {
  content: "";
  display: block;
  padding-top: 110px;
  margin-top: -110px;
}
@media screen and (max-width: 765px) {
  .p-about_content_wrapper::before {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.p-about_content {
  padding-bottom: 80px;
  margin-top: 115px;
}
@media screen and (max-width: 765px) {
  .p-about_content {
    margin-top: 70px;
    padding-bottom: 56px;
  }
}
@media screen and (min-width: 960px) {
  .p-about_content_container {
    width: 78.7%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  .p-about_content_container {
    width: 78.7%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 765px) {
  .p-about_content_container {
    padding: 0 38px;
    width: 100%;
  }
}
.p-about_content_illust {
  width: 60px;
  height: 46px;
  margin: 0 auto;
  margin-top: 104px;
  margin-bottom: 104px;
}
@media screen and (max-width: 959px) {
  .p-about_content_illust {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 765px) {
  .p-about_content_illust {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.p-about_content_title_area {
  display: flex;
  column-gap: 32px;
  align-items: center;
  justify-content: center;
  margin-bottom: 31px;
}
@media screen and (max-width: 959px) {
  .p-about_content_title_area {
    justify-content: start;
  }
}
@media screen and (max-width: 765px) {
  .p-about_content_title_area {
    display: block;
    text-align: center;
  }
}
.p-about_content_circle {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: #5A8D56;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 765px) {
  .p-about_content_circle {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 765px) {
  .p-about_content_circle {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
}
.p-about_content_title h2 {
  font-size: 2rem;
  font-weight: 600;
}
.p-about_content_title p {
  font-size: 1.2rem;
  padding-top: 8px;
}
.p-about_content_border {
  width: 100%;
  height: 2px;
  background: #5A8D56;
}
.p-about_content_box {
  padding-top: 32px;
  padding-bottom: 32px;
  padding: 31px;
}
@media screen and (min-width: 960px) {
  .p-about_content_box {
    display: flex;
    column-gap: 31px;
    align-items: center;
  }
}
@media screen and (max-width: 959px) {
  .p-about_content_box {
    display: block;
  }
}
.p-about_content_box a {
  text-decoration: underline;
  color: #552909;
}
@media screen and (min-width: 960px) {
  .p-about_content_box_img {
    width: 36.9%;
    height: fit-content;
  }
}
.p-about_content_box h3 {
  font-size: 2rem;
  color: #FF7D2B;
  font-weight: 600;
  padding-bottom: 8px;
}
@media screen and (max-width: 959px) {
  .p-about_content_box h3 {
    margin-top: 24px;
  }
}
.p-about_content_box_cmn_inner01 {
  color: #3DA034;
  padding-bottom: 8px;
  letter-spacing: 0.03em;
}
.p-about_content_box_cmn_inner02 {
  font-weight: 300;
  font-size: 1.2rem;
}

.slider-item img {
  border-bottom-left-radius: 240px;
}

.slider {
  position: relative;
  z-index: 1;
  height: calc(85vh - 57px);
  width: 95%;
  margin-left: auto;
  margin-right: 0;
  border-bottom-left-radius: 240px;
  overflow: hidden;
  transition: 3s;
  transition-delay: 0.5s;
}
@media screen and (max-width: 765px) {
  .slider {
    height: calc(80vh - 57px);
    width: 90%;
    border-bottom-left-radius: 160px;
  }
}

@media screen and (max-width: 959px) {
  .slider--tb {
    display: none;
  }
}

.slick-list,
.slick-track {
  height: 100%;
}

.slider-item {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0; /*ドットの位置*/
}

.slick-dots li {
  display: inline-block;
}
.slick-dots li + li {
  margin-left: 24px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 765px) {
  .slick-dots button {
    display: none;
  }
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

#zoomback {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFE7D9;
  z-index: 100;
  align-items: center;
}
#zoomback p {
  margin-top: 10px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
}
#zoomimg {
  width: 78.7%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  #zoomimg {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.zoomback_wrapper {
  width: 90%;
  max-width: 915px;
  background: #fff;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 24px;
  position: relative;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 959px) {
  .zoomback_wrapper {
    padding-top: 83px;
  }
}
@media screen and (max-width: 765px) {
  .zoomback_wrapper {
    width: 100%;
  }
}
.zoomback_btn {
  position: absolute;
  right: 24px;
  top: 24px;
}
@media screen and (max-width: 959px) {
  .zoomback_btn {
    right: 40px;
    top: 32px;
  }
}
.zoomback_btn_close {
  position: relative;
  width: 40px;
  height: 20px;
}
.zoomback_btn_close span {
  position: absolute;
  right: 0;
  transform: translateY(0) rotate(0);
  display: block;
  width: 100%;
  height: 3px;
  background: #FF7D2B;
}
.zoomback_btn_close span:nth-of-type(1) {
  width: 100%;
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
}
.zoomback_btn_close span:nth-of-type(2) {
  bottom: 50%;
  transform: translateY(50%) rotate(-25deg);
}
/*# sourceMappingURL=map/style.css.map */