@charset "UTF-8";
/*リセット
--------------------------------------------*/
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;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.06em;
}

body {
  line-height: 1.6;
  width: 100%;
  color: #000;
  background: #FFF;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 15px;
  }
}

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

a {
  cursor: pointer;
  text-decoration: none;
}

ul {
  list-style: none;
}

@media screen and (min-width: 751px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .spNone {
    display: none;
  }
}

#wrap {
  overflow-x: hidden;
}

section.main {
  width: 100%;
  height: 100vh;
  position: relative;
}
section.main .mainImg {
  width: 100%;
  height: 100vh;
  background: url(../images/cover01_sp.jpg);
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 750px) {
  section.main .mainImg {
    background-position: top;
  }
}
section.main h1 {
  position: absolute;
  width: 21%;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
  section.main h1 {
    width: 8%;
    bottom: 5%;
    left: 50%;
  }
}
section.main h2 {
  width: 100%;
}
section.main h2 img:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 73%;
}
@media screen and (min-width: 751px) {
  section.main h2 img:nth-child(1) {
    top: 38%;
    left: 50%;
    transform: translateX(-50%);
    width: 42%;
  }
}
section.main h3 img {
  width: 75%;
  margin: 60px auto;
}
@media screen and (min-width: 751px) {
  section.main h3 img {
    width: 30%;
    margin: 120px auto;
  }
}
section.main h3 p {
  font-size: 16px;
  font-family: "Yu Gothic UI Semilight", "游ゴシック UI Semilight", "游ゴシック体", YuGothic !important;
}
@media screen and (min-width: 751px) {
  section.main h3 p {
    width: 70%;
    margin: 0 auto;
    font-size: 22px;
  }
}

section.content {
  margin-top: 130px;
  position: relative;
}
@media screen and (min-width: 751px) {
  section.content {
    margin-top: 240px;
  }
}
section.content ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: solid 1px #000;
  box-sizing: border-box;
  justify-content: center;
}
@media screen and (min-width: 751px) {
  section.content ul {
    max-width: 960px;
    margin: 0 auto;
    border: solid 1px #000;
  }
}
section.content ul li {
  position: relative;
  width: 50%;
  border-bottom: solid 1px #000;
  box-sizing: border-box;
}
@media screen and (min-width: 751px) {
  section.content ul li {
    width: 33.3%;
    border-right: solid 1px #000;
    height: auto;
  }
}
section.content ul li.bar::before {
  position: absolute;
  display: block;
  background: #000;
  content: "";
  width: 21px;
  height: 1px;
  bottom: 22px;
  right: 11px;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  section.content ul li.bar::before {
    width: 30px;
    height: 1px;
    bottom: 57px;
    right: 40px;
  }
}
section.content ul li.bar::after {
  position: absolute;
  display: block;
  background: #000;
  content: "";
  width: 1px;
  height: 21px;
  bottom: 12px;
  right: 21px;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  section.content ul li.bar::after {
    width: 1px;
    height: 30px;
    bottom: 43px;
    right: 55px;
  }
}
@media screen and (max-width: 750px) {
  section.content ul li:nth-child(odd) {
    border-right: solid 1px #000;
  }
}
@media screen and (max-width: 750px) {
  section.content ul li:nth-child(even) {
    width: 49.75%;
  }
}
@media screen and (min-width: 751px) {
  section.content ul li:nth-child(3n) {
    border-right: none;
  }
}
@media screen and (min-width: 751px) {
  section.content ul li:nth-child(3n+1) {
    border-left: none;
  }
}
@media screen and (min-width: 751px) {
  section.content ul li:nth-child(3n) {
    width: 33.2%;
  }
}
@media screen and (min-width: 751px) {
  section.content ul li.bottom {
    border-bottom: none;
  }
}
section.content .close_btn {
  position: absolute;
  z-index: 10;
  width: 7%;
  bottom: 3%;
  right: 5%;
}

/*　画像の拡大　*/
section.content {
  /*　画像のマスク　*/
}
section.content .zoomIn img {
  transform: scale(1);
  transition: 0.5s ease-in-out;
  /*移り変わる速さを変更したい場合はこの数値を変更*/
}
section.content .zoomIn a:hover img {
  /*hoverした時の変化*/
  transform: scale(1.2);
  /*拡大の値を変更したい場合はこの数値を変更*/
}
section.content .mask {
  display: block;
  line-height: 0;
  /*行の高さを0にする*/
  overflow: hidden;
  /*拡大してはみ出る要素を隠す*/
}

section.loding {
  /* Loadingバー中央配置　*/
}
section.loding #splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background: #fff;
  text-align: center;
  color: #000;
  top: 0;
}
section.loding #splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
}
section.loding #container {
  width: 100%;
  height: 100vh;
  background: #fff !important;
  position: absolute;
  position: fixed;
  top: 0;
  z-index: 100;
}
section.loding #container .luis {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  section.loding #container .luis {
    width: 15%;
  }
}

#footer .button a {
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
  width: 78.6666666667%;
  height: 23px;
  padding: 10px 0px 13px 0px;
  background-color: #5a5a5a;
  letter-spacing: 0.2em;
  font-size: 4.2666666667vw;
  color: #FFF;
  display: block;
}
@media screen and (min-width: 751px) {
  #footer .button a {
    margin-top: 120px;
    width: 35.9375%;
    padding: 16px 0px 22px 0px;
    font-size: 1.40625vw;
  }
}
#footer .insta {
  margin: 0 auto;
  margin-top: 60px;
  width: 8%;
}
@media screen and (min-width: 751px) {
  #footer .insta {
    margin-top: 100px;
    width: 2%;
  }
}
#footer .brandlogo {
  margin: 0 auto;
  margin-top: 20px;
  width: 20%;
}
@media screen and (min-width: 751px) {
  #footer .brandlogo {
    width: 7%;
    margin-top: 25px;
  }
}
#footer p {
  color: #818181;
  text-align: center;
  font-size: 8px;
  margin: 30px 0px;
}
@media screen and (min-width: 751px) {
  #footer p {
    margin: 50px 0px;
  }
}

.main11 {
  padding-top: 0.01em;
}

.main17 {
  padding-top: 0.03em;
}

#page_top,
#page_top02 {
  width: 4%;
  position: fixed;
  bottom: 2%;
  right: 3%;
  z-index: 9;
}
@media screen and (min-width: 751px) {
  #page_top,
  #page_top02 {
    width: 1.2%;
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* detail
--------------------------------------*/
/* フェードイン */
.fadeIn_up {
  opacity: 0;
  transition: 1.2s;
}

/* フェードイン(スクロールした後) */
.fadeIn_up.is-show {
  opacity: 1;
}

#item_box {
  overflow-x: hidden;
}

#box01 {
  margin-top: 0;
}

.title_logo_p {
  position: fixed;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 60%;
}
@media screen and (min-width: 751px) {
  .title_logo_p {
    width: 24.0625%;
    top: 3%;
  }
}

span.close {
  position: fixed;
  top: 5.5%;
  z-index: 2;
  margin-left: 85.3333333333vw;
  width: 9.3333333333%;
}
@media screen and (min-width: 751px) {
  span.close {
    width: 5.859375%;
    top: 5%;
    left: 3%;
  }
}

@media screen and (min-width: 751px) {
  #item_box {
    margin: 0 auto;
  }
}
#item_box section.item_in {
  margin-top: 24vw;
  padding-top: 24vw;
}
@media screen and (min-width: 751px) {
  #item_box section.item_in {
    display: flex;
    padding-top: 8.203125vw;
    margin-top: 7.03125vw;
    padding-top: 7.03125vw;
  }
}

@media screen and (min-width: 751px) {
  .slide_box {
    max-width: 860px;
    margin: 0 auto;
  }
}

.slide_box {
  display: none;
}

@media screen and (max-width: 750px) {
  .slide-items .md {
    margin-right: 3.2vw;
    margin-left: 3.2vw;
  }
}

.creditarea {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
  .creditarea {
    margin-top: 3.125vw;
  }
}
.creditarea .flex {
  display: flex;
}
@media screen and (min-width: 751px) {
  .creditarea .flex {
    justify-content: flex-end;
    padding-right: 23.4375vw;
  }
}
.creditarea .flex .line01 {
  border-bottom: solid 1px #000;
  width: 15.2vw;
  text-align: left;
  display: block;
}
@media screen and (min-width: 751px) {
  .creditarea .flex .line01 {
    width: 4.765625vw;
  }
}
.creditarea .flex .num {
  font-size: 8vw;
  font-family: "urw-din-condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.08em;
  padding-left: 2.6666666667vw;
  line-height: 1.1;
}
@media screen and (min-width: 751px) {
  .creditarea .flex .num {
    font-size: 2.34375vw;
    padding-left: 0.78125vw;
  }
}
.creditarea .credit {
  margin-left: 16vw;
  margin-top: 8.5333333333vw;
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
  .creditarea .credit {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 2.5vw;
    margin-bottom: 3.90625vw;
    margin-left: 0;
  }
}
.creditarea .credit li {
  display: flex;
  justify-content: space-between;
  width: 68.8vw;
  padding-bottom: 4vw;
}
@media screen and (min-width: 751px) {
  .creditarea .credit li {
    font-size: 1.40625vw;
    width: 29.53125vw;
    padding-left: 5%;
    padding-bottom: 1.171875vw;
  }
}
.creditarea .credit span.price {
  margin-left: 4vw;
}
@media screen and (min-width: 751px) {
  .creditarea .credit span.price {
    margin-left: 1.40625vw;
  }
}
.creditarea .credit a {
  color: #000;
}
.creditarea .credit a .buy {
  padding-left: 13.3333333333vw;
  border: solid 1px #000;
  padding: 0.5333333333vw 2.6666666667vw;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 751px) {
  .creditarea .credit a .buy {
    font-size: 1.09375vw;
    padding: 0.15625vw 0.78125vw;
  }
}
.creditarea .credit a .buy:hover {
  color: #fff !important;
  background: #000;
}
.creditarea li:last-child {
  padding-bottom: 0;
}

@media screen and (min-width: 751px) {
  ul.pc_flex {
    display: flex;
    justify-content: space-between;
    max-width: 860px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px) {
  ul.pc_flex li.md {
    width: 61.3674666667vw;
    padding-left: 1.171875vw;
  }
}

.line02 {
  border-top: solid 1px #000;
  width: 84.2666666667vw;
  float: right;
}
@media screen and (min-width: 751px) {
  .line02 {
    width: 29.53125vw;
  }
}

.back {
  background-color: #f3f3f3;
  width: 100%;
  height: auto;
  margin-top: 40vw;
}
@media screen and (min-width: 751px) {
  .back {
    margin-top: 11.71875vw;
  }
}
.back .brandlogo_item {
  margin: 0 auto;
  padding: 6.6666666667vw 0vw;
  width: 18%;
}
@media screen and (min-width: 751px) {
  .back .brandlogo_item {
    width: 7%;
    padding: 3.125vw 0vw;
  }
}/*# sourceMappingURL=style.css.map */