html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

html {
  font-size: 2.3255813953vw;
}
@media screen and (min-width: 969px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "SVN-Gotham", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6;
  color: #333333;
}

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

a,
button {
  text-decoration: none;
  color: #0066C5;
}
a:hover,
button:hover {
  opacity: 0.7;
  text-decoration: none;
}

input:focus,
select:focus,
button:focus {
  outline: none;
}

ul {
  list-style: none;
}

.d-flex {
  display: flex;
}

@media screen and (min-width: 969px) {
  .h-pc {
    display: none;
  }
}

@media screen and (max-width: 968px) {
  .h-sp {
    display: none;
  }
}

@media (min-width: 768px) {
  .break-pc {
    display: block;
  }
}

@media (max-width: 968px) {
  .break-sp {
    display: block;
  }
}

.essence_slick {
  z-index: 99;
}
.essence_slick-item {
  padding: 1.8rem;
}
@media screen and (min-width: 969px) {
  .essence_slick-item {
    padding: 4rem;
  }
}
.essence_slick .slick-active {
  opacity: 1;
  z-index: 10;
  position: relative;
}
.essence_slick .slick-center {
  transform: scale(1.2);
}
.essence_slick .slick-slide:not(.slick-active) {
  margin: 0;
  opacity: 0.5;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 969px) {
  .essence_slick .slick-slide:not(.slick-active) {
    margin: 2rem 0;
    opacity: 0.2;
  }
}
.essence_slick .slick-list {
  padding: 5rem 10rem !important;
}
@media screen and (min-width: 969px) {
  .essence_slick .slick-list {
    padding: 5rem 50.5rem !important;
  }
}
.essence_slick .slick-slide {
  transition: all 0.4s ease-in-out;
}
.essence_slick .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  z-index: 99;
  background-size: 100% 100%;
}
@media screen and (min-width: 969px) {
  .essence_slick .slick-arrow {
    width: 5.3rem;
    height: 5.3rem;
  }
}
.essence_slick .slick-arrow::before {
  content: "";
  color: transparent;
}
.essence_slick .slick-next {
  right: 2rem;
  background-image: url("../images/top/arrow-right.png");
}
@media screen and (min-width: 969px) {
  .essence_slick .slick-next {
    right: 50rem;
  }
}
.essence_slick .slick-prev {
  left: 2rem;
  background-image: url("../images/top/arrow-left.png");
}
@media screen and (min-width: 969px) {
  .essence_slick .slick-prev {
    left: 50rem;
  }
}

.leaf01 {
  animation: swing 10s ease-in-out infinite;
  transform-origin: bottom center;
}

.leaf02 {
  animation: swing 10s ease-in-out infinite;
  transform-origin: right top;
}

.box_blur {
  position: relative;
  transition-duration: 0.5s;
}
.box_blur::after {
  content: "";
  width: 95%;
  height: 95%;
  background-color: transparent;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-width: 0.2rem;
  border-style: solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #C49337, #FCF7CD, #EDCD78, #A7602B, #FDF8D0, #BB9138, #C49337);
  animation: borderAnimation 5s linear infinite;
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 969px) {
  .box_blur::after {
    top: 1.8rem;
    left: 1.8rem;
  }
}
.box_blur:hover .blur {
  opacity: 0;
  visibility: hidden;
  box-shadow: inset 0px 0px 101px 100px red;
}
.box_blur .blur {
  opacity: 1;
  visibility: initial;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: calc(100% + 0.5rem);
  background: rgba(193, 115, 48, 0.5);
  z-index: 1;
  transform: translateY(-50%);
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  60% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes borderAnimation {
  0% {
    border-image-source: linear-gradient(90deg, #C49337, #FCF7CD, #EDCD78, #A7602B, #FDF8D0, #BB9138, #C49337);
    border-image-position: 0 0;
  }
  100% {
    border-image-source: linear-gradient(90deg, #C49337, #FCF7CD, #EDCD78, #A7602B, #FDF8D0, #BB9138, #C49337);
    border-image-position: 100% 0;
  }
}
.list_utilities .slick-slide {
  position: relative;
}
@media screen and (min-width: 969px) {
  .list_utilities .slick-list {
    padding: 0 20rem !important;
  }
}
.list_utilities .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc(100% + 1.5rem);
  width: 4.2rem;
  height: 4.2rem;
  padding: 0;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  z-index: 99;
  background-size: cover;
}
@media screen and (min-width: 969px) {
  .list_utilities .slick-arrow {
    width: 5.2rem;
    height: 5.2rem;
  }
}
.list_utilities .slick-arrow.slick-next {
  right: calc(50% - 5rem);
  background-image: url("../images/top/arrow-right02.png");
}
@media screen and (min-width: 969px) {
  .list_utilities .slick-arrow.slick-next {
    right: calc(50% - 6rem);
  }
}
.list_utilities .slick-arrow.slick-prev {
  left: calc(50% - 5rem);
  background-image: url("../images/top/arrow-left02.png");
}
@media screen and (min-width: 969px) {
  .list_utilities .slick-arrow.slick-prev {
    left: calc(50% - 6rem);
  }
}/*# sourceMappingURL=main.css.map */