@charset "UTF-8";
html,
body {
  font-family: "Lusitana", serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 0.5px;
  font-size: 10px;
  overflow-x: hidden;
  margin: 0 auto;
  transition: all 1.6s ease 0s;
  background-color: #D9D5CE;
}

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

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

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

a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #1b1b1b;
}
a.no-touch {
  pointer-events: none;
}
a.no-touch .buy {
  text-decoration: none;
}
a.no-touch span::after {
  display: none !important;
}

.credit {
  background-color: #D9D5CE;
  font-size: 12px;
  margin-top: 15px;
}
.credit li {
  margin-bottom: 15px;
}
.credit .buy {
  background-color: #E6E6E6;
  border: #1b1b1b solid 1px;
  padding: 0px 15px;
}
.credit .buy:hover {
  background-color: #1b1b1b;
  opacity: 1;
  box-shadow: 0px 0px 0px;
  color: #fff;
}
.credit .soon {
  color: #7E888D;
}
@media screen and (max-width: 768px) {
  .credit {
    margin-top: 15px;
  }
}

h1 {
  text-align: right;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  h1 {
    font-size: 34px;
  }
}

.flex, .flex2 {
  display: flex;
}
.flex.reverse, .flex2.reverse {
  flex-direction: row-reverse;
}

.btn-open-modal {
  cursor: pointer;
}

.fv {
  position: relative;
  width: 100%;
}
.fv .ttl {
  position: absolute;
  right: 8.3333333333%;
  width: 35.8333333333%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.fv .main_s {
  position: absolute;
  width: 37.5%;
  top: 50%;
  left: 8.3333333333%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 0;
  transition: transform 0.5s linear;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.main_s {
  animation-name: main_s;
  opacity: 1;
  transition: 2s;
  animation-delay: 0.5s;
}
@keyframes main_s {
  from {
    opacity: 0;
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
.fv::before {
  content: "";
  padding-top: 100vh;
  background-image: url(../images/pc_main.jpg);
  display: block;
  background-size: cover;
  background-position: center center;
}

.fv_sp {
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}
.fv_sp .ttl {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 70%;
}
.fv_sp .main_s {
  position: absolute;
  width: 37.6666666667%;
  top: 50%;
  left: 16.6666666667%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .fv_sp .main_s {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 15%;
  }
}

.fv_sp::before {
  content: "";
  padding-top: 100svh;
  background-image: url(../images/sp_main.jpg);
  display: block;
  background-size: cover;
  background-position: center center;
}

/* 共通 */
#col01, #col02, #col03, #col04, #col05, #col06, #col07, #col08, #col09, #col10, #col11, #col13, #col14, #col15, #col16 {
  margin-top: 100px;
}

/* --------- box_a / style01 --------- */
@media screen and (min-width: 769px) {
  .box_a::before {
    content: "";
    display: block;
    padding-top: 144.5%;
  }
}
@media screen and (max-width: 768px) {
  .box_a::before {
    content: "";
    display: block;
    padding-top: 233.0666666667%;
  }
}
.box_a {
  position: relative;
}

.box_a__1, .box_a__2, .box_a__3, .box_a__4 {
  position: absolute;
}

.box_a__1 {
  width: 50%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .box_a__1 {
    width: 85%;
  }
}

.box_a__2 {
  width: 29%;
  left: auto;
  right: 8%;
  top: 47.4625144175%;
}
@media screen and (max-width: 768px) {
  .box_a__2 {
    width: 42%;
    left: auto;
    right: 0;
    top: 51.0297482838%;
  }
}

.box_a__3 {
  width: 38%;
  top: 50.1153402537%;
  left: 4%;
}
.box_a__3 .credit {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .box_a__3 {
    width: 55%;
    left: 0;
    top: 58.6956521739%;
  }
}

.box_a__4 {
  width: 25%;
  left: auto;
  right: 29%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .box_a__4 {
    width: 33.8%;
    top: 77.1167048055%;
    right: 4.8%;
  }
}

/* --------- box_a-2 / style05 --------- */
@media screen and (min-width: 769px) {
  .box_a-2::before {
    content: "";
    display: block;
    padding-top: 144.5833333333%;
  }
}
@media screen and (max-width: 768px) {
  .box_a-2::before {
    content: "";
    display: block;
    padding-top: 261.3333333333%;
  }
}
.box_a-2 {
  position: relative;
}

.box_a-2__1, .box_a-2__2, .box_a-2__3, .box_a-2__4, .box_a-2__5, .box_a-2__6 {
  position: absolute;
}

.box_a-2__1 {
  width: 50%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .box_a-2__1 {
    width: 85%;
  }
}

.box_a-2__2 {
  width: 29%;
  left: auto;
  right: 8%;
  top: 47.4351585014%;
}
@media screen and (max-width: 768px) {
  .box_a-2__2 {
    width: 42%;
    left: auto;
    right: 0;
    top: 45.5102040816%;
  }
}

.box_a-2__3 {
  width: 38%;
  top: 50.0864553314%;
  left: 4%;
}
@media screen and (max-width: 768px) {
  .box_a-2__3 {
    width: 55%;
    left: 0;
    top: 52.3469387755%;
  }
  .box_a-2__3 .credit {
    margin-left: 10px;
  }
}

.box_a-2__4 {
  width: 25%;
  left: auto;
  right: 29%;
  top: 76.9452449568%;
}
@media screen and (max-width: 768px) {
  .box_a-2__4 {
    width: 33.8%;
    top: 72.3469387755%;
    right: 5%;
  }
}

/* --------- box_b / style02,06,12 --------- */
.box_b__1 {
  width: 48%;
  margin-left: 8%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .box_b__1 {
    width: 71%;
    margin-left: 0;
  }
}

.box_b__2 {
  width: 39%;
  margin-left: auto;
  margin-right: 8%;
  margin-top: -25%;
}
@media screen and (max-width: 768px) {
  .box_b__2 {
    width: 47%;
    margin-left: auto;
    margin-right: 0;
  }
}

.box_b__3 {
  width: 24.6%;
  margin-left: 18%;
  margin-top: -19%;
}
@media screen and (max-width: 768px) {
  .box_b__3 {
    width: 45%;
    margin-left: 3.7%;
  }
}

/* --------- box_c / style03,10 --------- */
@media screen and (min-width: 769px) {
  .box_c::before {
    content: "";
    display: block;
    padding-top: 116.75%;
  }
}
@media screen and (max-width: 768px) {
  .box_c::before {
    content: "";
    display: block;
    padding-top: 151.4666666667%;
  }
}
.box_c {
  position: relative;
}

.box_c__left, .box_c__right {
  position: absolute;
}
.box_c__left {
  top: 0;
  width: 28%;
  left: 8%;
}
@media screen and (max-width: 768px) {
  .box_c__left {
    width: 37%;
    left: 0;
  }
}
.box_c__left figure {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .box_c__left figure {
    margin-bottom: 7px;
  }
}
.box_c__right {
  width: 50%;
  top: 0;
  right: 8%;
}
@media screen and (max-width: 768px) {
  .box_c__right {
    width: 60%;
    right: 0;
  }
}

/* --------- box_d / style04,11 --------- */
.box_d__1 {
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .box_d__1 {
    width: 41%;
    margin: 0 0 0 25%;
  }
}
.box_d__2 {
  width: 30%;
  margin-left: 13.7%;
  margin-top: -4%;
}
@media screen and (max-width: 768px) {
  .box_d__2 {
    width: 41%;
    margin-left: 0;
  }
}
.box_d__3 {
  background-color: #D9D5CE;
  width: 50%;
  margin-right: 0;
  margin-left: auto;
  margin-top: -33%;
}
@media screen and (max-width: 768px) {
  .box_d__3 {
    width: 54%;
    margin-top: -47.5%;
  }
}

/* --------- 横3枚 / style06 --------- */
#col06 .container_3 {
  width: 95.25%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #col06 .container_3 {
    width: 100%;
  }
}
#col06 .container_3 .flex {
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #col06 .container_3 .flex {
    gap: 5px;
  }
}
#col06 .credit {
  margin-left: 10px !important;
}
@media screen and (max-width: 768px) {
  #col06 {
    margin-top: 60px;
  }
}

/* 無限ループ */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 33.3333333333vw;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .scroll-infinity__item {
    width: 45.4545454545vw;
    padding-left: 5px;
  }
}

.scroll-infinity__item > img {
  width: 100%;
}

#col06 .credit {
  margin-left: 10px !important;
}
@media screen and (max-width: 768px) {
  #col06 {
    margin-top: 60px;
  }
}

/* style09 bag */
.bag1, .shushu {
  width: 100%;
}
.bag1 .flex, .shushu .flex {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  list-style: none;
}
.bag1 .flex .credit, .shushu .flex .credit {
  margin-right: 10px;
}
.bag1 .flex .credit a, .shushu .flex .credit a {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .bag1 .flex figure, .shushu .flex figure {
    width: 39.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .bag1 .flex figure, .shushu .flex figure {
    width: 47%;
  }
}

.shushu {
  width: 100%;
}
.shushu .flex {
  display: flex;
  justify-content: center;
  align-items: end;
  list-style: none;
}
.shushu .flex .credit {
  width: 50%;
  margin-right: 10px;
  text-align: end;
}
.shushu .flex .credit a {
  display: inline-block;
}
.shushu .flex figure {
  width: 25%;
  margin-right: 16.6666666667%;
}
@media screen and (max-width: 768px) {
  .shushu .flex figure {
    width: 42%;
  }
}

/* style12 charm*/
.charm {
  width: 100%;
}
.charm .flex {
  display: flex;
  align-items: end;
  list-style: none;
  margin-left: 12.3333333333%;
}
.charm .flex figure {
  width: 29.1666666667%;
}
@media screen and (max-width: 768px) {
  .charm .flex figure {
    width: 42%;
  }
}
.charm .flex .credit {
  margin-left: 10px;
}
.charm .flex .credit a {
  display: inline-block;
}

/* --------- ブランドTOP BTN --------- */
.btn_box {
  margin-top: 145px;
}
.btn_box .view_btn {
  background-color: #E6E6E6;
  width: 420px;
  text-align: center;
  margin: 16px auto 0;
  font-size: 13px;
  padding: 15px 0;
  letter-spacing: 0.15em;
  color: #1F1F1F;
}
@media screen and (max-width: 768px) {
  .btn_box .view_btn {
    width: 80%;
    padding: 13px 0;
  }
}
.btn_box .view_btn:hover {
  background-color: #E6E6E6;
  opacity: 0.8;
  box-shadow: 0px 0px 0px;
}

footer {
  padding: 100px 0 100px;
}
footer .logo {
  width: 30%;
  margin: 30px auto 30px;
  max-width: 120px;
}
footer .copy {
  font-size: 10px;
  text-align: center;
}
footer .insta {
  font-size: 12px;
  display: flex;
  justify-content: center;
  text-decoration: underline;
}
footer .insta span {
  display: block;
  max-width: 14px;
  margin-right: 3px;
}

#to_top {
  position: fixed;
  bottom: 50%;
  left: 0;
  z-index: 100;
  font-size: 10px;
  background: #E6E6E6;
  box-shadow: 2px -2px 4px rgba(41, 41, 41, 0.12);
  padding: 8px 20px;
  transform: rotate(90deg);
  transform-origin: left bottom;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  #to_top {
    font-size: 12px;
    padding: 8px 25px;
    bottom: 60%;
  }
}
#to_top p {
  color: #000;
}

#nav-pop {
  transition: height 0.4s linear;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: #E6E6E6;
  z-index: 101;
  overflow-y: auto;
  display: none;
}
#nav-pop p {
  text-align: center;
  padding: 70px 0 20px;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  #nav-pop p {
    font-size: 22px;
    padding: 70px 0 70px;
  }
}
#nav-pop ul {
  display: flex;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 100px;
  background-color: #E6E6E6;
}
@media screen and (min-width: 769px) {
  #nav-pop ul {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #nav-pop ul {
    width: 94%;
    padding-top: 50px;
  }
}
#nav-pop ul li {
  width: 33%;
  margin-bottom: 1%;
}
#nav-pop ul li img {
  margin: 0 auto;
  width: 98%;
}
#nav-pop ul .title {
  margin-right: 0;
  width: 66%;
  pointer-events: none;
}
#nav-pop ul .title img {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #nav-pop ul .title img {
    width: 90%;
  }
}

.close {
  position: fixed;
  right: 15px;
  top: 15px;
  display: block;
  transform: rotate(45deg);
  cursor: pointer;
  width: 22px;
  height: 22px;
  opacity: 0.6;
  z-index: 999;
}
.close span {
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  transform: translate(0, 10px);
}
.close span:last-child {
  transform: rotate(90deg) translate(10px, 0);
  margin-top: -1px;
}

.slick-slide img {
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
  .flex-direction-nav {
    top: 48.5%;
  }
}

.space {
  text-decoration: none !important;
  margin-right: 8px;
}
.space.s1 {
  text-decoration: underline !important;
}

/* ---------------------------------------- */
.delay1 {
  transition-delay: 0.3s;
  transition-duration: 0.5s;
}

.delay2 {
  transition-delay: 0.8s;
  transition-duration: 0.8s;
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */