@charset "UTF-8";
/* 読み込み
===================================================== */
/* line-heightの上下をなくす
===================================================== */
/* letter-spacingの文末をなくす
===================================================== */
/* clearfix
===================================================== */
/* hover
===================================================== */
/* linkcolor
===================================================== */
/* z-index
===================================================== */
/* rem変換
===================================================== */
/* vh変換(SP用)
===================================================== */
/* vw変換(SP用)
===================================================== */
/* vw変換(PC用) minとmax
===================================================== */
/* spサイズをpcへ引き伸ばし
===================================================== */
/* ラインハイト計算
===================================================== */
/* レタースペーシング計算
===================================================== */
/* right-arrow
===================================================== */
/* aspect-area(padding-top)
===================================================== */
/* aspect-area-h(height)
===================================================== */
/* youtube
===================================================== */
/* margin: 0 auto
===================================================== */
/* color
===================================================== */
/* font-size
===================================================== */
/* font-family
===================================================== */
/* コンテンツ幅
===================================================== */
/* 余白
===================================================== */
/* メディアクエリー
===================================================== */
html {
  scroll-behavior: smooth;
}

body {
  color: #333333;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 0.5px;
  font-size: 16px;
  overflow-x: hidden;
  margin: 0 auto;
  transition: all 1.6s ease 0s;
}

a {
  color: #333333;
}
a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  #player {
    height: 100svh !important;
  }
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #fff;
  transition: all 0.8s;
  opacity: 0.9;
}
@media screen and (min-width: 769px) {
  #g-nav {
    width: 30%;
  }
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 769px) {
  #g-nav.panelactive #g-nav-list {
    width: 30%;
  }
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 13px;
  display: block;
  text-transform: uppercase;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: flex;
  margin-left: 9%;
}

#g-nav p {
  text-align: center;
  color: #FC0B72;
}

.g_title {
  font-size: 38px;
  white-space: nowrap;
  line-height: 1.7;
}

.g_title2 {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  margin-bottom: 30px;
}

.v_w {
  width: 10px;
  margin-right: 20px;
}

.mail {
  width: 90%;
  background: #FC0B72;
  /* color: #fff; */
  padding: 13px;
  margin: 30px auto;
}
.mail p {
  color: #fff !important;
  font-size: 13px;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 60px;
  height: 50px;
}
@media screen and (min-width: 769px) {
  .openbtn {
    top: 40px;
    right: 40px;
    width: 80px;
  }
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 1px;
  border-radius: 2px;
  background-color: #666;
  width: 60%;
}

.openbtn {
  transition: 0.2s;
  opacity: 99999;
  opacity: 0;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/* ------------------------
FV
------------------------ */
.top {
  width: 100%;
  height: 100svh;
  position: relative;
}
.top .logo {
  position: absolute;
  width: 65.8666666667vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .top .logo {
    width: 550px;
  }
}
.top .scroll {
  position: absolute;
  left: 24px;
  bottom: 24px;
  font-size: 12px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .top .scroll {
    left: 50%;
  }
}
.top .scroll::before {
  content: "";
  width: 1px;
  height: 56px;
  position: absolute;
  bottom: 0px;
  left: 20px;
  background: #fff;
  animation: move 1s ease-in-out infinite;
}
.top .scroll::after {
  content: "";
  width: 1px;
  height: 10px;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 23px;
  transform: skewX(-31deg);
  animation: move 1s ease-in-out infinite;
}
@keyframes move {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: -4px;
  }
  100% {
    bottom: 0px;
  }
}

.top ul li {
  width: 100%;
  height: 100svh;
  background-size: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top ul li:nth-of-type(1) {
    background-image: url(../images/FV_sp_1.jpg);
  }
  .top ul li:nth-of-type(2) {
    background-image: url(../images/FV_sp_2.jpg);
  }
  .top ul li:nth-of-type(3) {
    background-image: url(../images/FV_sp_3.jpg);
  }
  .top ul li:nth-of-type(4) {
    background-image: url(../images/FV_sp_4.jpg);
  }
  .top ul li:nth-of-type(5) {
    background-image: url(../images/FV_sp_5.jpg);
  }
  .top ul li:nth-of-type(6) {
    background-image: url(../images/FV_sp_6.jpg);
  }
  .top ul li:nth-of-type(7) {
    background-image: url(../images/FV_sp_7.jpg);
  }
  .top ul li:nth-of-type(8) {
    background-image: url(../images/FV_sp_8.jpg);
  }
}
@media screen and (min-width: 768px) {
  .top ul li:nth-of-type(1) {
    background-image: url(../images/FV_pc_1.jpg);
  }
  .top ul li:nth-of-type(2) {
    background-image: url(../images/FV_pc_2.jpg);
  }
  .top ul li:nth-of-type(3) {
    background-image: url(../images/FV_pc_3.jpg);
  }
  .top ul li:nth-of-type(4) {
    background-image: url(../images/FV_pc_4.jpg);
  }
  .top ul li:nth-of-type(5) {
    background-image: url(../images/FV_pc_5.jpg);
  }
  .top ul li:nth-of-type(6) {
    background-image: url(../images/FV_pc_6.jpg);
  }
  .top ul li:nth-of-type(7) {
    background-image: url(../images/FV_pc_7.jpg);
  }
  .top ul li:nth-of-type(8) {
    background-image: url(../images/FV_pc_8.jpg);
  }
}

img {
  transition: none !important;
}

div.fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 99;
}

/* ------------------------
nav
------------------------ */
#nav_1 {
  background: #F4F5F5;
  padding-bottom: 25.6vw;
  padding-top: 19.2vw;
  margin-bottom: 25.6vw;
}
@media screen and (min-width: 768px) {
  #nav_1 {
    padding-top: 80px;
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
}
#nav_1 .nav_text {
  padding-bottom: 12.8vw;
  font-size: 4.2666666667vw;
  text-align: center;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  #nav_1 .nav_text {
    font-size: 16px;
    padding-bottom: 40px;
  }
}
#nav_1 .nav {
  display: flex;
  width: 40vw;
  padding-bottom: 2.1333333333vw;
  border-bottom: 1px solid #FC0B72;
}
@media screen and (max-width: 767px) {
  #nav_1 .nav:nth-of-type(1), #nav_1 .nav:nth-of-type(2), #nav_1 .nav:nth-of-type(3), #nav_1 .nav:nth-of-type(4) {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #nav_1 .nav {
    width: 150px;
    padding-bottom: 8px;
  }
}
#nav_1 .nav a {
  display: flex;
}
#nav_1 .nav img {
  width: 2.1333333333vw;
  margin-right: 3.2vw;
  margin-left: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  #nav_1 .nav img {
    width: 8px;
    margin-left: 8px;
    margin-right: 12px;
  }
}
#nav_1 .nav p {
  font-size: 6.4vw;
}
@media screen and (min-width: 768px) {
  #nav_1 .nav p {
    font-size: 24px;
  }
}
#nav_1 .back {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #nav_1 .back {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  #nav_1 .back {
    justify-content: center;
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    gap: 48px;
  }
}
#nav_1 .item_cate {
  position: fixed;
  transition: 0.5s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #nav_1 .item_cate {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    bottom: 0;
    text-align: center;
  }
  #nav_1 .item_cate div {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  #nav_1 .item_cate {
    width: 10%;
    margin-left: -1.5%;
    top: 30%;
  }
  #nav_1 .item_cate div {
    margin-bottom: 5px;
  }
  #nav_1 .item_cate div img:hover {
    opacity: 0.6;
  }
}

/* ------------------------
item_category
------------------------ */
.item_cate {
  position: fixed;
  transition: 0.5s;
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  bottom: 0;
  text-align: center;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .item_cate {
    width: 26%;
    flex-direction: column;
    margin-left: -2%;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
    gap: 5px;
  }
}
.item_cate div {
  width: 33.3333333333%;
}

/* ------------------------
category
------------------------ */
.k_sec {
  margin-bottom: 32vw;
  padding-left: 6.4vw;
  padding-right: 6.4vw;
}
@media screen and (min-width: 769px) {
  .k_sec {
    padding-right: 100px;
    padding-left: 100px;
    margin-bottom: 120px;
  }
}
.k_sec h2 {
  color: #FC0B72;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .k_sec h2 {
    font-size: 24px;
  }
}
.k_sec .border {
  border: 0.5px solid;
  margin: 10px 0 10px -20%;
  width: 50%;
  color: #FC0B72;
}
@media screen and (min-width: 769px) {
  .k_sec .border {
    border: 0.5px solid;
    margin: 20px 0 8px -11%;
    width: 24%;
  }
}
.k_sec .k_title {
  color: #FC0B72;
  font-size: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .k_sec .k_title {
    font-size: 64px;
  }
}
.k_sec ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .k_sec ul {
    margin: 20px auto 0px auto;
  }
}
@media screen and (max-width: 768px) {
  .k_sec ul {
    margin: 10px auto 20px;
  }
}
.k_sec ul a::after {
  content: "BUY";
  background: #FC0B72;
  color: #fff;
  display: block;
  width: 48%;
  line-height: 1;
  padding: 5px 0;
  transition: 1s;
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .k_sec ul a::after {
    padding: 5px 0;
  }
}
@media screen and (min-width: 769px) {
  .k_sec ul a::after {
    width: 30%;
    margin-top: 12px;
  }
}
.k_sec .all_btn {
  font-size: 4.2666666667vw;
  text-align: center;
  padding-top: 4.2666666667vw;
  padding-bottom: 4.2666666667vw;
  border: 1px solid #FC0B72;
  color: #FC0B72;
  width: 57.8666666667vw;
  margin-top: 16vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .k_sec .all_btn {
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 220px;
    margin-top: 0px;
  }
}
.k_sec .all_btn:hover {
  background: #FC0B72;
  color: #fff;
  transition: 0.5s;
}
.k_sec .category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .k_sec .category {
    justify-content: center;
    width: 66%;
    gap: 3%;
  }
}
.k_sec .category div {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .k_sec .category div {
    width: 47%;
  }
}
.k_sec .category div a::after {
  content: "BUY";
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  background: #FC0B72;
  color: #fff;
  display: block;
  width: 10.6666666667vw;
  line-height: 1;
  padding: 5px 0;
  transition: 1s;
  text-align: center;
  font-size: 2.6666666667vw;
  padding: 4px 0;
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  .k_sec .category div a::after {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .k_sec .category div:nth-of-type(1), .k_sec .category div:nth-of-type(2), .k_sec .category div:nth-of-type(3), .k_sec .category div:nth-of-type(4) {
    margin-bottom: 8.5333333333vw;
  }
}
.k_sec .category .photo img {
  aspect-ratio: 100/141;
  object-fit: cover;
  object-position: center;
  margin: 0px !important;
}
.k_sec .category .label {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.6666666667vw;
  line-height: 1.5;
  padding-top: 1.6vw;
  padding-bottom: 1.6vw;
}
.k_sec .category .price {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .k_sec .category .price {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .k_sec .category li {
    width: 22%;
    padding-bottom: 96px;
  }
  .k_sec .category li img {
    aspect-ratio: 100/141;
    object-fit: cover;
    object-position: center;
  }
  .k_sec .category li .textOverflow {
    font-size: 10px;
    padding-top: 12px;
    padding-bottom: 8px;
  }
  .k_sec .category li .price {
    font-size: 11px;
  }
  .k_sec .category li .price .tt01 {
    padding-bottom: 4px;
  }
  .k_sec .category li .price .tt02 {
    padding-bottom: 8px;
  }
}

/* ------------------------
footer
------------------------ */
footer {
  margin-left: auto;
  margin-right: auto;
}
footer .inner {
  position: relative;
}
footer .inner .pagetop {
  position: absolute;
  width: 30px;
  bottom: 150px;
  right: 16px;
}

.footer a:hover, .footer-bnr:hover {
  opacity: 0.8;
}

.txt-inner {
  margin: 80px auto 140px;
}

#f-logo {
  display: block;
  margin: 50px auto 0;
  width: 110px;
}

.footer #f-logo {
  margin-top: 90px;
}

#f-list li {
  text-align: center;
  font-size: 11px;
  padding: 2px 0;
}

#f-copy {
  text-align: center;
  font-size: 11px;
  margin: 50px auto 150px;
}

#f-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.footer #f-link {
  margin-top: 50px;
}

#f-link li {
  width: 24px;
  margin: 0 15px;
}

.footer #f-link li {
  margin: 0 24px;
}

#f-link a:hover {
  opacity: 0.75;
}

.footer-tit {
  text-align: right;
  display: inline-block;
}

.footer-btn a {
  border: 1px solid #000;
  padding: 10px 35px;
  background: #fff;
}

.footer-btn a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
}

.footer-menu li {
  width: 33.333%;
  text-align: center;
}

.footer-menu li:not(:nth-child(3n)) .menu-tit {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.footer-menu .coming-soon p {
  color: #808080;
  padding-top: 4px;
}

.footer-menu .menu-tit {
  margin-bottom: 3px;
}

.footer-menu .menu-tit span {
  display: flex;
}

.footer-menu .coming-soon {
  pointer-events: none;
}

.coming-soon .menu-tit > div::after,
.coming-soon .menu-tit > div::before {
  display: none;
}

.border-outer {
  width: 100%;
  z-index: 9;
  position: relative;
  pointer-events: none;
}

.footer .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.f-totop {
  text-align: center;
}

.f-totop a {
  text-decoration: underline;
}

#f-link-area {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#f-link-area a:hover {
  opacity: 0.75;
}

.all-btn {
  display: block;
  padding: 12px 12px;
  color: #333333;
  background: #fff;
  border: 1px solid #333333;
  text-align: center;
  width: 35%;
  margin: 15px auto;
}
@media screen and (max-width: 768px) {
  .all-btn {
    width: 85%;
  }
}

.all-btn.snap {
  border: 1px solid #FC0B72;
  background: #FC0B72;
  color: #fff;
}

.all-btn:hover {
  background: #FC0B72;
  border: 1px solid #FC0B72;
  color: #fff;
  opacity: 1 !important;
}

.all-btn.snap:hover {
  border: 1px solid #F7D264;
  background: #F7D264;
  color: #000;
  opacity: 1 !important;
}

.info-btn {
  display: block;
  padding: 12px 12px;
  border: 1px solid #8D918B;
  background: #8D918B;
  color: #fff;
}

.info-btn:hover {
  background: #000;
  border: 1px solid #000;
  opacity: 1 !important;
}

.slide-item {
  padding-left: 10%;
  padding-right: 10%;
}

.footer .w88 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 768px) {
  .slide-item {
    padding-left: 18%;
    padding-right: 18%;
  }
  #soon .w50 {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .all-btn {
    padding: 12px;
  }
  .info-btn {
    padding: 12px;
  }
}/*# sourceMappingURL=style.css.map */