@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, body {
  font-family: futura-pt, sans-serif;
  background-color: #f1f0ec;
  line-height: 2;
  scroll-behavior: smooth;
  letter-spacing: 1px;
}

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

a {
  text-decoration: none;
  display: block;
}

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

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

.flex {
  display: flex;
}

.container {
  max-width: 700px;
  margin: 0 auto;
}

header {
  display: none;
  background-color: rgba(157, 157, 157, 0.5);
  padding: 2% 3%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 94%;
}
@media screen and (min-width: 1000px) {
  header {
    padding: 1% 3%;
  }
}
header .flex {
  gap: 10px;
}
@media screen and (min-width: 1000px) {
  header .flex {
    justify-content: center;
  }
}
header a {
  background-color: #fff;
  font-size: 32px;
  width: calc(50% - 5px);
  text-align: center;
  line-height: 1;
  padding: 1%;
  border: #000 solid 1px;
}
@media screen and (min-width: 1000px) {
  header a {
    width: calc(33.3333333333% - 5px);
  }
}
header .ladies {
  color: #cd6f2f;
}
header .unisex {
  color: #2d4767;
}

.fv .container {
  max-width: 100%;
}
@media screen and (min-width: 1000px) {
  .fv .container {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.fv .read {
  font-family: "Noto Sans", sans-serif;
  width: 90%;
  margin: 0 auto;
  font-size: 13px;
  padding: 60px 0;
  max-width: 600px;
  text-align: center;
}
.fv .read .read_title {
  font-size: 15px;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.fv .read .read_title:before {
  content: "";
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 40px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  border-radius: 5px;
}
@media screen and (max-width: 999px) {
  .fv .read .text {
    text-align: left;
  }
}

.information {
  margin-bottom: 140px;
}
.information .about01, .information .about02 {
  font-family: "Noto Sans", sans-serif;
  background-color: #fff;
  padding: 30px 15px;
  width: 80%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1000px) {
  .information .about01, .information .about02 {
    padding: 30px 30px;
  }
}
.information .about01 .red_title, .information .about02 .red_title {
  font-size: 12px;
  color: #ff0000;
  text-align: center;
  padding-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .information .about01 .red_title, .information .about02 .red_title {
    font-size: 14px;
  }
}
.information .about01 .text, .information .about02 .text {
  font-size: 11px;
}
@media screen and (min-width: 1000px) {
  .information .about01 .text, .information .about02 .text {
    font-size: 12px;
  }
}

.btn {
  width: 70%;
  color: #fff;
  background-color: #000;
  text-align: center;
  margin: 40px auto 150px;
  padding: 2% 0;
  border-radius: 30px;
}
@media screen and (min-width: 1000px) {
  .btn {
    width: 50%;
  }
}
.btn.buy {
  background-color: #fff;
  color: #000;
  border: #000 1px solid;
}

.btn_buy {
  width: 70%;
  background-color: #fff;
  color: #000;
  border: #000 1px solid;
  text-align: center;
  margin: 20px auto 50px;
  padding: 2% 0;
  border-radius: 30px;
}
@media screen and (min-width: 1000px) {
  .btn_buy {
    width: 50%;
  }
}

.youtube {
  margin: 0 auto 150px;
}
.youtube h2 {
  position: relative;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
}
.youtube h2 .balloon {
  display: block;
  position: absolute;
  top: -180%;
  left: -46%;
  max-width: 150px;
}
@media screen and (min-width: 1000px) {
  .youtube h2 .balloon {
    left: -110%;
    max-width: 180px;
  }
}
.youtube h2 .text {
  background: linear-gradient(transparent 60%, #f9e858 60%);
}
.youtube h2 .ja {
  font-size: 18px;
}
.youtube .video_wrap {
  width: 84%;
  margin: 0 auto;
}
.youtube .video {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
}
.youtube .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.live {
  margin: 0 auto 150px;
}
.live h2 {
  position: relative;
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
}
.live h2 .balloon {
  display: block;
  position: absolute;
  top: -280%;
  left: -5%;
  max-width: 150px;
}
@media screen and (min-width: 1000px) {
  .live h2 .balloon {
    left: -36%;
    max-width: 180px;
  }
}
.live h2 .text {
  background: linear-gradient(transparent 60%, #f9e858 60%);
}
.live .btn_live {
  width: 70%;
  color: #fff;
  background-color: #000;
  text-align: center;
  margin: 20px auto 150px;
  padding: 2% 0;
  border-radius: 30px;
}

.ladies h2, .unisex h2 {
  width: 80%;
  margin: 0 auto 30px;
}
.ladies figure, .unisex figure {
  width: 75%;
  margin: 0 auto 20px;
  border: 2px solid #000;
}
.ladies .price, .unisex .price {
  text-align: center;
  font-size: 20px;
}
.ladies .btn, .unisex .btn {
  background-color: #cacaca;
  margin: 20px auto 50px;
  color: #848484;
}
.ladies .flex, .unisex .flex {
  width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 10px;
}
.ladies .flex li, .unisex .flex li {
  width: calc(50% - 5px);
  text-align: center;
}
.ladies .flex li p, .unisex .flex li p {
  color: #fff;
  background-color: #000;
}

.styling {
  margin: 80px 0;
}
.styling h2 {
  font-size: 32px;
  color: #cd6f2f;
  text-align: center;
}
.styling .item_title {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 3%;
  display: flex;
  gap: 10px;
}
.styling .item_title p {
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .styling .item_title p {
    font-size: 20px;
  }
}
.styling .item_title span {
  position: relative;
  display: block;
  width: 100%;
}
.styling .item_title span::after {
  content: "";
  position: absolute;
  border-bottom: 1px dotted #000;
  width: 100%;
  top: 50%;
}
.styling .slider li {
  margin-right: 20px;
}
.styling .btn {
  background-color: #cacaca;
  margin: 40px auto 150px;
  color: #848484;
}
.styling .btn_buy {
  background-color: #fff;
  color: #000;
  border: #000 1px solid;
  margin: 40px auto 150px;
}

.members figure {
  width: 60%;
  margin: 0 auto 0 5%;
}
@media screen and (min-width: 1000px) {
  .members figure {
    max-width: 300px;
  }
}
.members .btn {
  margin: 20px auto 150px;
}

footer {
  margin: 0 0 80px 0;
  font-family: "Noto Sans", sans-serif;
}
footer ul {
  margin: 0 0 10% 5%;
}
footer ul li a {
  font-size: 18px;
  text-decoration: underline;
  color: #000;
  letter-spacing: 1.5px;
}
footer .logo {
  width: 55%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1000px) {
  footer .logo {
    width: 300px;
    margin: 0 auto 30px;
  }
}
footer h4 {
  text-align: center;
  font-size: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  footer h4 {
    font-size: 12px;
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */