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

body {
  overflow-x: hidden;
}

/*リセット
--------------------------------------------*/
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;
  }
}

/*---------------------------------------------
fonts
---------------------------------------------*/
.eg {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.online {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*---------------------------------------------
FV
---------------------------------------------*/
.fixed-bg {
  position: fixed;
  inset: 0;
  background: url(../images/fv_sp.webp) center/cover no-repeat;
  z-index: -1;
  will-change: transform;
}
@media screen and (min-width: 769px) {
  .fixed-bg {
    background-image: url(../images/fv_pc.webp);
  }
}

.fv {
  position: relative;
  height: 100svh;
}
.fv .white {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 223px;
  height: 307px;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
  opacity: 0.1;
}
@media screen and (min-width: 769px) {
  .fv .white {
    width: 427px;
    height: 588px;
  }
}
.fv .fv_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 157px;
  height: auto;
  display: none;
}
@media screen and (min-width: 769px) {
  .fv .fv_logo {
    width: 301px;
  }
}

.fv_bg {
  display: none;
}
@media screen and (min-width: 769px) {
  .fv_bg {
    background-image: url(../images/fv_pc.jpg);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
  }
}

/*---------------------------------------------
main
---------------------------------------------*/
.main {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  padding-top: 200px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .main .inner {
    max-width: 1440px;
    margin: auto;
  }
}
.main .pc_flex {
  margin-bottom: 200px;
}
@media screen and (min-width: 769px) {
  .main .pc_flex {
    width: 38%;
    margin: auto;
  }
}
.main .fade-item {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}
.main .fade-item.is-visible {
  opacity: 1;
}
.main .img1 {
  width: 100%; /* .plus要素の幅いっぱいに広がるように変更 */
  margin: 0; /* 親要素で中央寄せするためリセット */
}
.main .credit {
  display: none;
  position: absolute; /* 親要素(.plus)を基準に配置する */
  bottom: 0; /* 親要素の下辺に配置 */
  left: 0; /* 親要素の左辺に配置 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* paddingを含めて幅を100%にする */
  padding: 10px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .main .credit {
    padding: 20px;
  }
}
.main .credit ul li {
  font-size: 10px;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .main .credit ul li {
    font-size: 12px;
  }
}
.main .credit ul li a {
  text-decoration: underline;
  color: #fff;
}
.main .credit .brand {
  color: #fff;
}
.main .plus {
  position: relative;
  display: block;
  line-height: 0;
  width: 100%;
  margin: auto;
  /* .plus_whクラスがある場合、アイコンの色を白にする */
}
@media screen and (min-width: 769px) {
  .main .plus {
    width: 100%;
  }
}
.main .plus::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -30px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  /* background-imageからmask-imageに変更して色をCSSで制御できるようにする */
  -webkit-mask-image: url("../images/sp_plus.svg");
          mask-image: url("../images/sp_plus.svg");
  -webkit-mask-size: 15px 15px;
          mask-size: 15px 15px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #000; /* デフォルトの色を黒に設定 */
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 769px) {
  .main .plus::after {
    bottom: -20px;
    right: -20px;
    width: 50px;
    height: 50px;
    -webkit-mask-size: 20px 20px;
            mask-size: 20px 20px;
  }
}
.main .plus.active::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.main .plus.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
}
.main .plus.plus_wh::after {
  background-color: #fff;
}
.main .w54 {
  width: 54%;
}
.main .w56 {
  width: 56%;
}
@media screen and (min-width: 769px) {
  .main .w56 {
    width: 81%;
  }
}
.main .w65 {
  width: 65%;
}
.main .w100 {
  width: 100%;
}
.main .sec2 {
  margin-bottom: 200px;
}
@media screen and (min-width: 769px) {
  .main .sec2 {
    margin-top: 260px;
  }
}
.main .pc_sec4 {
  width: 78%;
  margin: auto;
}
.main .sec4 {
  margin-bottom: 200px;
}
@media screen and (min-width: 769px) {
  .main .sec4 {
    margin: initial;
    margin: auto;
    margin-bottom: 260px;
    width: 49%;
  }
}
.main .sec5 {
  margin-bottom: 200px;
}
@media screen and (min-width: 769px) {
  .main .sec5 {
    width: 78%;
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .main .sec6, .main .sec7 {
    width: 38%;
    margin: initial;
    margin-top: 400px;
    margin: auto;
  }
}
.main .sec7 {
  margin-top: 0;
}
.main .sec8 {
  margin-left: 0;
  margin-top: 100px;
}
.main .sec8 .img8 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .main .sec8 {
    width: 75%;
    margin-top: 150px;
  }
}
.main .sec9 {
  margin: initial;
  margin-top: 20px;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .main .sec9 {
    margin-top: 80px;
  }
}
.main .sec9 .img9 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .main .sec9 .img9 {
    width: 100%;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .main .pc_sec8_9 {
    width: 38%;
    margin: auto;
  }
}
.main .imgfv {
  width: 100%;
  margin: 100px auto 0;
}
@media screen and (min-width: 769px) {
  .main .imgfv {
    width: 82%;
    margin: initial;
    margin-top: 360px;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .main .pc_sec10 {
    width: 82%;
    margin-left: auto;
  }
}
.main .sec10 {
  margin: initial;
  margin-top: 130px;
}
@media screen and (min-width: 769px) {
  .main .sec10 {
    width: 44%;
  }
}
.main .sec10 .img10 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .main .sec10 .img10 {
    width: 100%;
    margin-top: 200px;
  }
}
.main .sec10 .plus {
  position: relative;
}
@media screen and (min-width: 769px) {
  .main .sec10 .plus::after {
    right: 0;
  }
}
.main .img11 {
  margin-top: 160px;
}
@media screen and (min-width: 769px) {
  .main .img11 {
    margin-top: 340px;
  }
}
.main .img12 {
  margin-top: 160px;
}
@media screen and (min-width: 769px) {
  .main .img12 {
    margin-top: 240px;
  }
}
@media screen and (min-width: 769px) {
  .main .sec12 {
    width: 32%;
  }
}
@media screen and (min-width: 769px) {
  .main .sec13 {
    width: 32%;
  }
}
.main .all_btn {
  padding-top: 140px;
  padding-bottom: 120px;
}
.main .all_btn .online_btn {
  font-size: 16px;
  text-align: center;
  margin: auto;
  background-color: #F0F0F0;
  color: #000;
  border: 1px solid #F0F0F0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  width: 80%;
  padding: 16px;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .main .all_btn .online_btn {
    width: 300px;
  }
}
.main .all_btn .online_btn:hover {
  background-color: transparent;
  border: 1px solid #000;
}
.main .all_btn .sns {
  width: 42%;
  margin: 120px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .main .all_btn .sns {
    width: 160px;
  }
}
.main .all_btn .sns a img {
  width: 28px;
}

.footer {
  position: relative;
  height: 100svh;
  background: transparent !important;
  z-index: 1;
  /* フッター用の背景 */
}
.footer .footer-bg {
  display: block; /* 常に表示 */
}
.footer .staff {
  width: 100%;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 769px) {
  .footer .staff {
    font-size: 14px;
  }
}

.coming {
  pointer-events: none;
  text-decoration: none !important;
}

.shop {
  pointer-events: none;
  text-decoration: none !important;
}

.slides {
  max-width: 80%;
  margin: auto;
}
.slides li {
  margin-right: 5px;
}
.slides li img {
  width: 100%;
  height: auto;
}
.slides .slick-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slides .slick-arrow {
  z-index: 5;
  width: 30px;
  height: 30px;
  background: #fff;
  top: 118px;
  border: 1px solid #dadada;
}
.slides .slick-arrow::before {
  content: "";
  display: block;
  opacity: 1;
  width: 6px;
  height: 6px;
  position: absolute;
  border-top: #575757 1px solid;
}
.slides .slick-prev {
  left: 48.6%;
  margin-left: -565px;
}
.slides .slick-prev::before {
  top: 50%;
  left: 50%;
  border-left: #575757 1px solid;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
.slides .slick-next {
  right: 48.6%;
  margin-right: -565px;
}
.slides .slick-next::before {
  content: "";
  display: block;
  opacity: 1;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 50%;
  border-right: #575757 1px solid;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  top: 50%;
}

.flexslider {
  border: none;
  margin: 0;
}

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

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