@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
html {
  color: #000;
  display: none;
}

/*リセット
--------------------------------------------*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  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;
}

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

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

/*---------------------------------------------
font
---------------------------------------------*/
.jp {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.eg {
  font-family: roboto, sans-serif;
  font-style: normal;
  font-weight: 200;
}

/*---------------------------------------------
FV
---------------------------------------------*/
.wrapper {
  display: none;
}
@media screen and (min-width: 769px) {
  .wrapper {
    display: block;
    background-image: url(../images/pc_bg.webp);
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-size: auto 100%;
    position: fixed;
    top: 0;
    z-index: -1;
  }
}

.layer {
  display: none;
}
@media screen and (min-width: 769px) {
  .layer {
    display: block;
    position: relative;
  }
}
.layer .right,
.layer .left {
  width: calc((100vw - 375px) / 2);
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
}
.layer .right {
  right: 0;
}
.layer .right ul {
  padding-right: 4vw;
}
.layer .left {
  left: 0;
}
.layer .left a {
  width: 60%;
  display: block;
}
@media screen and (min-width: 769px) {
  .layer .left a {
    width: 50%;
    padding-left: 4vw;
  }
}
.layer ul {
  width: 200px;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .layer ul {
    width: 15vw;
  }
}
.layer ul a {
  text-decoration: none;
  color: #000;
}
.layer ul li {
  background-color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 14px;
  margin-bottom: 22px;
}
.layer ul li::after {
  content: "";
  background-image: url(../images/arrow.webp);
  display: inline-block;
  width: 10px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}

.fv .logolink {
  display: block;
  max-width: 64px;
  margin-left: auto;
  position: absolute;
  width: 100%;
  top: 10px;
  right: 10px;
}
@media screen and (min-width: 769px) {
  .fv .logolink {
    width: 100%;
    position: relative;
    top: 12px;
    right: 8px;
  }
}
.fv .fv_txt {
  width: 55%;
  position: absolute;
  top: 63px;
  margin-left: 4vw;
}
@media screen and (min-width: 769px) {
  .fv .fv_txt {
    width: 60%;
    margin-left: 20px;
    position: relative;
    top: 0;
  }
}
.fv .title {
  position: absolute;
  width: 90%;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .fv {
    position: relative;
    height: 100vh;
    width: 375px;
    margin: 0 auto;
    z-index: 1;
  }
  .fv .fv_bg {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .fv .fv_bg img {
    object-fit: cover;
    height: calc(var(--vh, 1vh) * 100);
  }
  .fv .title {
    left: 50%;
    top: 45vh;
    bottom: auto;
    width: calc(100% - 30px);
  }
}

.img {
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .img {
    width: 375px;
    margin: 0 auto;
    background-color: #fff;
  }
}
.img .img_bg {
  margin-bottom: 15px;
  position: relative;
}
.img .img_bg .img1 {
  position: absolute;
  width: 53%;
  margin-top: 6vh;
  margin-left: 6vw;
  z-index: calc(infinity);
}
@media screen and (min-width: 769px) {
  .img .img_bg .img1 {
    width: 200px;
    margin-left: 20px;
    margin-top: 75px;
  }
}
.img .img_bg .img2 {
  width: 50%;
  padding-top: 20px;
  margin-left: auto;
  margin-right: 24px;
}
.img .img_bg .img3 {
  width: 45%;
  margin-left: 15vw;
  margin-top: calc(-16vh + 10px);
}
@media screen and (min-width: 769px) {
  .img .img_bg .img3 {
    margin-left: 50px;
    margin-top: -100px;
  }
}
.img .img_bg .img3bg {
  width: calc(100% - 15px);
  position: absolute;
  bottom: 0;
  left: 5px;
}
.img .img_bgarea {
  position: relative;
  overflow: hidden;
}
.img .img_bgarea .img4 {
  position: absolute;
  top: 0;
  right: 20px;
  max-width: 65%;
  width: 100%;
  z-index: calc(infinity);
}
@media screen and (min-width: 769px) {
  .img .img_bgarea .img4 {
    max-width: 250px;
  }
}
.img .img_bgarea .img5 {
  width: 100%;
  margin-top: 50px;
}
.img .img_flex {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 10px 0 25px;
  margin-top: -9vh;
}
@media screen and (min-width: 769px) {
  .img .img_flex {
    padding: 0 10px 0 25px;
    margin-top: -65px;
  }
}
.img .img_flex .img6 {
  width: 100%;
  max-width: calc(50% - 17px);
}
@media screen and (min-width: 769px) {
  .img .img_flex .img6 {
    max-width: 150px;
  }
}
.img .img_flex .img7 {
  width: 100%;
  max-width: calc(50% - 17px);
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .img .img_flex .img7 {
    max-width: 160px;
  }
}
.img .img_flex2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3vh 6vw 7vh 8vw;
}
@media screen and (min-width: 769px) {
  .img .img_flex2 {
    padding: 30px 30px 60px 35px;
  }
}
.img .img_flex2 .img_flex2_1 {
  max-width: calc(40% - 5px);
  width: 100%;
}
@media screen and (min-width: 769px) {
  .img .img_flex2 .img_flex2_1 {
    max-width: 120px;
  }
}
.img .img_flex2 .img_flex2_2 {
  max-width: calc(60% - 5px);
  margin-top: 40px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .img .img_flex2 .img_flex2_2 {
    max-width: 185px;
  }
}
.img .img8 {
  padding-bottom: 20px;
}
.img .img9 {
  max-width: calc(100% - 13vw);
  margin-left: auto;
  padding: 50px 0 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .img .img9 {
    max-width: 320px;
  }
}

.sec1 .flexslider {
  height: 100vh;
  position: sticky;
  top: 0;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .sec1 {
    max-width: 375px;
    margin: 0 auto 0;
  }
}

.credit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px;
}
@media screen and (min-width: 769px) {
  .credit {
    max-width: 356px;
    padding: 10px;
    margin: auto;
    background-color: #fff;
  }
}
.credit a {
  color: #000;
  text-decoration: none;
  transition: 0.2s all;
}
.credit a:hover {
  opacity: 0.6;
}
.credit .credit_box {
  width: 48.5%;
}
.credit .credit_text {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.credit .credit_text span {
  display: block;
}
.credit .credit_text .left {
  width: 69%;
  margin-right: 8px;
}
.credit .credit_text .item_name {
  font-size: 8px;
  margin-top: 10px;
  line-height: 1.2;
}
.credit .credit_text .price {
  font-size: 15px;
  margin-top: 5px;
}
.credit .credit_text .price::before {
  content: "¥";
  font-size: 12px;
}
.credit .credit_text .price::after {
  content: "-Tax incl";
  font-size: 12px;
}
.credit .credit_text .buy {
  display: inline-block;
  font-size: 12px;
  padding: 2px 10px;
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  margin-top: 14px;
}
.credit .box2 {
  width: 100%;
}
.credit .box2 .credit_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}
.credit .box2 .credit_flex .credit_text {
  width: 48.5%;
  margin-bottom: 18px;
}
.credit .box2 .credit_flex .credit_text a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .credit2 {
    max-width: 375px;
  }
  .credit2 .credit_box {
    background-color: #fff;
    width: 45%;
    padding: 2.5%;
  }
}

.tanks_txt {
  text-align: center;
  padding: 25px 0 70px;
}
@media screen and (min-width: 769px) {
  .tanks_txt {
    max-width: 356px;
    padding: 25px 10px 70px;
    margin: auto;
    background-color: #fff;
  }
}
.tanks_txt .eg {
  font-size: 12px;
  display: block;
  font-weight: 500;
  padding-bottom: 2px;
}
.tanks_txt .bold {
  font-size: 16px;
  margin-top: 10px;
  padding: 0;
}

.footer {
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer {
    margin-top: -103vh;
    z-index: -1;
  }
}
.footer ul {
  position: absolute;
  top: 85px;
  width: 67%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .footer ul {
    width: 200px;
    top: 40vh;
    right: 20vh;
    left: initial;
  }
}
.footer ul a {
  text-decoration: none;
  color: #000;
}
.footer ul li {
  background-color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 14px;
  margin-bottom: 22px;
}
.footer ul li::after {
  content: "";
  background-image: url(../images/arrow.webp);
  display: inline-block;
  width: 10px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer .fc_logo {
  position: absolute;
  bottom: 40px;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .footer .fc_logo {
    position: absolute;
    bottom: initial;
    width: 274px;
    top: 40vh;
    left: 44vh;
  }
}

[data-aos=fade-up] {
  transform: translate3d(0, 20px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-20px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(20px, 0, 0);
}

.flexslider {
  border: none;
  margin: 0;
  background: #fff;
  border-radius: 0;
}

.flex-control-nav li {
  width: 8px;
}

.flex-control-paging li a {
  width: 8px;
  height: 8px;
}/*# sourceMappingURL=style.css.map */