@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 300;
  line-height: 2;
  min-width: 1024px;
  background-color: #000;
  background-image: url(../images/back.png);
  color: #fff;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 519px) {
  body {
    min-width: 100%;
  }
}
/*common*/
.sp {
  display: none;
}

.textCenter {
  text-align: center;
}

.normalBtn {
  text-align: right;
}
.normalBtn a {
  position: relative;
  display: inline-block;
  color: #fff;
  width: 240px;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.normalBtn a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  right: -2px;
  width: 24px;
  height: 1px;
  background: #fff;
  rotate: 40deg;
}

.font80 {
  font-size: 80%;
}

.contentsArea {
  width: 94%;
  max-width: 1024px;
  margin: 0 auto 120px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contentsArea .contentsInner {
  width: 600px;
}
.contentsArea .contentsInner > *:not(:last-child) {
  margin-bottom: 24px;
}

h2.mainTitle {
  font-size: clamp(24px, 5vw, 28px);
  position: relative;
  line-height: 1em;
  padding-left: 3.6em;
  margin-bottom: 1.6em;
}
h2.mainTitle::after {
  content: "";
  display: block;
  background-color: #fff;
  height: 1px;
  width: 3em;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mainTable th,
.mainTable td {
  text-align: left;
  font-weight: normal;
}
.mainTable th {
  position: relative;
  padding-right: 4em;
  white-space: nowrap;
}
.mainTable th::after {
  content: "";
  display: block;
  background-color: #fff;
  height: 1em;
  width: 1px;
  position: absolute;
  top: 0.4em;
  transform: rotate(30deg);
  right: 2em;
}

.fadeinContents,
.fv_fadeinContents {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 2s ease-out, transform 2s ease-out;
}
.fadeinContents.is-visible,
.fv_fadeinContents.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.title01.is-visible {
  transition-delay: 0.4s;
}

.title02.is-visible {
  transition-delay: 2.2s;
}

@media screen and (max-width: 519px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .contentsArea {
    flex-direction: column;
  }
  .contentsArea .contentsInner {
    width: 100%;
    text-align: center;
  }
  .mainTable {
    margin: 0 auto;
  }
}
/*mainArea*/
.mainArea {
  position: relative;
  height: 800px;
  width: 100%;
  overflow: hidden;
}
.mainArea h1.title img.title01 {
  position: absolute;
  z-index: 10;
  right: 14%;
  top: 48px;
  width: 24%;
  max-width: 120px;
}
.mainArea h1.title img.title02 {
  position: absolute;
  z-index: 10;
  width: 12%;
  max-width: 64px;
  left: 12%;
  bottom: 40px;
}
.mainArea .mainLogo {
  z-index: 10;
  width: 32%;
  max-width: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}

.fvSlideArea {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fvSlideArea .slick-list,
.fvSlideArea .slick-track,
.fvSlideArea .slick-slide {
  height: 100%;
}
.fvSlideArea img.fvSlideImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

@media screen and (max-width: 519px) {
  .mainArea {
    height: 100vh;
  }
  .mainArea h1.title img.title01 {
    right: 4%;
    top: 40px;
  }
  .mainArea h1.title img.title02 {
    left: 8%;
    bottom: 40px;
  }
}
/*conceptArea*/
.conceptArea {
  width: -moz-fit-content;
  width: fit-content;
  margin: 120px auto;
}
.conceptArea p:not(:last-child) {
  margin-bottom: 2em;
}

@media screen and (max-width: 519px) {
  .conceptArea {
    padding: 0 4%;
  }
}
/*haretokeSlideArea*/
.haretokeSlideArea {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 120px;
}
.haretokeSlideArea h2.haretokeTitle {
  position: relative;
  z-index: 5;
  right: 0;
  font-size: clamp(24px, 5vw, 28px);
  margin-bottom: 1em;
  line-height: 1em;
  text-align: right;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: auto;
  top: 64px;
}
.haretokeSlideArea h2.haretokeTitle::after {
  content: "";
  display: block;
  background-color: #fff;
  height: 1px;
  width: 240px;
  position: absolute;
  bottom: 0;
  left: -280px;
}
.haretokeSlideArea .slideArea .slideInner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 80px;
}
.haretokeSlideArea .slideArea .slideInner .textInner {
  margin-top: 80px;
}
.haretokeSlideArea .slideArea .slideInner .textInner .bg {
  font-weight: bold;
  font-size: clamp(20px, 4vw, 22px);
  margin-bottom: 0.6em;
}
.haretokeSlideArea .slideArea .slideInner img {
  width: 100%;
  max-width: 600px;
}

.hareArea {
  margin-bottom: 120px;
}
.hareArea h2.haretokeTitle {
  text-align: left;
  right: auto;
  left: 0;
}
.hareArea h2.haretokeTitle::after {
  left: auto;
  right: -280px;
}
.hareArea .slideArea .slideInner {
  flex-direction: row-reverse;
}

@media screen and (max-width: 519px) {
  .haretokeSlideArea {
    margin-bottom: 120px;
  }
  .haretokeSlideArea h2.haretokeTitle {
    position: relative;
    text-align: left;
    padding-left: 72px;
    right: auto;
    left: 6%;
    top: 40vh;
    margin-bottom: 0;
  }
  .haretokeSlideArea h2.haretokeTitle::after {
    width: 56px;
    right: auto;
    left: 0;
  }
  .haretokeSlideArea .slideArea .slideInner {
    flex-direction: column;
    margin-top: 0;
    gap: 0;
  }
  .haretokeSlideArea .slideArea .slideInner .textInner {
    width: 88%;
    margin: 16vh auto 0;
  }
  .haretokeSlideArea .slideArea .slideInner img {
    width: 100%;
    max-width: 600px;
  }
  .hareArea .slideArea .slideInner {
    flex-direction: column;
  }
}
/*bottleSlide*/
.systemImg {
  border: 1px solid #fff;
  padding: 16px;
  border-radius: 16px;
}
.systemImg img {
  width: 80%;
  max-width: 195px;
  display: block;
  margin: 0 auto;
}

.bottleArea {
  width: 400px;
}

.slideArea_bottle {
  position: relative;
}

@media screen and (max-width: 519px) {
  .bottleArea {
    width: 100%;
  }
}
/*snsList*/
.snsList {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.snsList img {
  height: 56px;
}

@media screen and (max-width: 519px) {
  .snsList img {
    height: 40px;
  }
}
/*copyRight*/
.copyRight {
  text-align: center;
  font-size: 12px;
  margin-bottom: 0.4em;
}

/*slide*/
.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-prev,
.slick-next {
  z-index: 5;
  width: 32px !important;
  height: 32px !important;
  transform: none;
  right: 0;
  top: auto;
  bottom: 0;
  transform: translateY(-100%);
}
.slick-prev::after,
.slick-next::after {
  background-size: contain !important;
}

.slick-next:before {
  background: url(../images/slide_next.svg) !important;
}

.slick-prev {
  right: 40px;
  left: auto;
}
.slick-prev:before {
  background: url(../images/slide_prev.svg) !important;
}

.keArea .slick-next {
  right: auto;
  left: 600px;
  transform: translateY(-100%) translateX(-100%);
}
.keArea .slick-prev {
  right: auto;
  left: 560px;
  transform: translateY(-100%) translateX(-100%);
}

.slideArea_bottle .slick-next {
  transform: none;
}
.slideArea_bottle .slick-prev {
  transform: none;
}

.slick-list {
  margin: 0 -24px;
}

.slick-slide {
  margin: 0 24px;
}

@media screen and (max-width: 519px) {
  .keArea .slick-next {
    right: 0;
    left: auto;
    transform: translateY(-100%);
  }
  .keArea .slick-prev {
    right: 40px;
    left: auto;
    transform: translateY(-100%);
  }
  .slick-list {
    margin: 0;
  }
  .slick-slide {
    margin: 0;
  }
}
/**//*# sourceMappingURL=contents.css.map */