@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
em,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
time {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 15px;
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: black;
  display: inline-block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
textarea,
select,
button {
  vertical-align: middle;
  outline: none;
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button {
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-appearance: none;
}

img {
  vertical-align: bottom;
}

button {
  background-color: transparent;
}

/* ----------------------- */
/* base
/* ----------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 1074px) {
  body {
    min-width: 100%;
  }
}

.main {
  width: 100%;
  background: #F8F6EF;
}

@media screen and (max-width: 750px) {
  ._pc {
    display: none;
  }
}

a:hover {
  opacity: .7;
}

img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  ._pc {
    display: none !important;
  }
}

._sp {
  display: none !important;
}

@media screen and (max-width: 750px) {
  ._sp {
    display: block !important;
  }
}

hr {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  border: 0;
  background: #000;
  margin-top: 120px;
  margin-bottom: 120px;
}

@media screen and (max-width: 750px) {
  hr {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

hr._margin {
  margin-bottom: 160px;
}

@media screen and (max-width: 750px) {
  hr._margin {
    margin-bottom: 90px;
  }
}

/* ----------------------- */
/* header
/* ----------------------- */
.header {
  background: #F8F6EF;
  text-align: center;
  padding-top: 90px;
}

@media screen and (max-width: 750px) {
  .header {
    padding-top: 45px;
  }
}

.header img {
  margin-bottom: 15px;
  width: 20%;
}

@media screen and (max-width: 750px) {
  .header img {
    width: 45%;
  }
}

.title-lead {
  font-family: mauritius-cond, serif;
  font-size: 30px;
  padding-bottom: 67px;
}

@media screen and (max-width: 750px) {
  .title-lead {
    font-size: 20px;
    padding-bottom: 45px;
  }
}

.main-inner {
  width: 90%;
  max-width: 982px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 750px) {
  .main-inner {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.g-nav {
  font-size: 10px;
  padding: 10px 0 20px;
}

.fv {
  margin-bottom: 117px;
}

.fv img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .lead {
    padding: 0 8vw;
  }
}

.lead-txt1 img {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 404px;
}

@media screen and (max-width: 750px) {
  .lead-txt1 img {
    max-width: 100%;
  }
}

.lead-ttl {
  text-decoration: underline;
  margin-bottom: 75px;
}

@media screen and (max-width: 750px) {
  .lead-ttl {
    margin-bottom: 60px;
  }
}

.lead-ttl img {
  display: block;
  margin: 0 auto;
  max-width: 656px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 20px;
}

.lead-ttl ._sp {
  width: 93%;
}

.lead-txt2 {
  text-align: center;
  line-height: 3;
  letter-spacing: 2px;
  margin-bottom: 160px;
}

@media screen and (max-width: 750px) {
  .lead-txt2 {
    text-align: left;
    word-break: break-all;
    line-height: 2;
    text-align-last: left;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 750px) {
  .nav-section {
    padding: 0 4vw;
  }
}

.section-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .section-nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.section-nav-item {
  width: calc(100% / 4 - 3.8%);
}

@media screen and (max-width: 750px) {
  .section-nav-item {
    width: calc(100% / 2 - 4%);
    margin-top: 30px;
  }
}

.section-nav-item img {
  border-radius: 50%;
}

.section-nav-item .item-group {
  text-align: center;
  margin-top: 27px;
  border-top: 0.5px solid rgba(0, 0, 0, 0.5);
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
  padding: 4px 0 6px;
}

.section-nav-item .number {
  font-family: mauritius-cond, serif;
  font-size: 20px;
}

.section-nav-item .number span {
  font-size: 10px;
  vertical-align: super;
}

.item-group-txt {
  line-height: 1.6;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
}

.stylist-ttl {
  margin-bottom: 80px;
}

@media screen and (max-width: 750px) {
  .stylist-ttl {
    margin-bottom: 45px;
  }
}

.stylist1 .stylist-ttl {
  margin-top: 160px;
}

@media screen and (max-width: 750px) {
  .stylist1 .stylist-ttl {
    margin-top: 99px;
  }
}

.stylist-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 750px) {
  .stylist-group {
    display: block;
    padding: 0 8vw;
  }
}

.stylist-group img {
  width: 208px;
  height: 208px;
  margin-right: 50px;
  border-radius: 50%;
}

@media screen and (max-width: 750px) {
  .stylist-group img {
    margin: 0 auto 45px;
    display: block;
  }
}

.stylist-txt .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .stylist-txt .name {
    text-align: center;
  }
}

.stylist-txt .occupation {
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 750px) {
  .stylist-txt .occupation {
    text-align: center;
  }
}

.stylist-txt .introduction {
  line-height: 2;
  letter-spacing: .1em;
  margin-bottom: 30px;
}

.stylist-txt .sns-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stylist-txt .sns-group p {
  margin-right: 30px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
}

.stylist-txt .sns-group a {
  display: inline;
}

@media screen and (max-width: 750px) {
  .styling-scene {
    padding: 4vw;
  }
}

.styling-scene-ttl {
  font-family: mauritius-cond, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  margin-top: 149px;
}

@media screen and (max-width: 750px) {
  .styling-scene-ttl {
    font-size: 30px;
    margin-top: 90px;
  }
}

.styling-scene-ttl span {
  font-size: 20px;
  vertical-align: super;
  margin-right: 2px;
}

.styling-scene-wrapper {
  width: 70%;
  max-width: 515px;
  height: 442px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 750px) {
  .styling-scene-wrapper {
    width: 100%;
    height: 400px;
  }
}

@media screen and (max-width: 420px) {
  .styling-scene-wrapper {
    height: 300px;
  }
}

.styling-scene img {
  width: 210px;
  height: 315px;
}

@media screen and (max-width: 750px) {
  .styling-scene img {
    width: 44.6%;
    height: auto;
  }
}

.styling-scene .img1 {
  position: absolute;
  left: 9%;
  top: 29%;
}

@media screen and (max-width: 750px) {
  .styling-scene .img1 {
    left: 0;
  }
}

.styling-scene .img2 {
  position: absolute;
  right: 0;
  top: 18%;
}

.style-ttl {
  margin-bottom: 80px;
  margin-top: 150px;
}

@media screen and (max-width: 750px) {
  .style-ttl {
    margin-bottom: 50px;
    margin-top: 90px;
  }
}

.style2 .style-ttl {
  margin-top: 160px;
}

@media screen and (max-width: 750px) {
  .style2 .style-ttl {
    margin-top: 90px;
  }
}

.stylist2 .style2 .style-ttl {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .stylist2 .style2 .style-ttl {
    margin-top: 90px;
  }
}

.item-info {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .item-info {
    padding: 0 8vw;
    margin-top: 30px;
  }
}

.item-info a {
  font-family: bebas-neue-by-fontfabric, sans-serif;
  display: block;
  margin-bottom: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.item-info a.nolink {
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  .item-info a {
    margin-bottom: 10px;
  }
}

.item-info .item {
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline-block;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 750px) {
  .item-info .item {
    font-size: 10px;
  }
}

.item-info .other {
  font-size: 10px;
  letter-spacing: 0.1em;
}

.item-info span {
  letter-spacing: 0.075em;
  padding: 4px 10px;
  margin-left: 15px;
  font-size: 10px;
  font-weight: 600;
  border: 1px solid #000;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .item-info span {
    vertical-align: baseline;
    margin-left: 10px;
  }
}

.item-info span:hover {
  color: #fff;
  background: #000;
}

.style-comment {
  margin: 120px auto 120px;
  width: 100%;
  max-width: 774px;
}

@media screen and (max-width: 750px) {
  .style-comment {
    margin: 90px 0 60px;
    padding: 0 8vw;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.comment-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .comment-group {
    display: block;
    margin-bottom: 45px;
  }
}

.comment-group p {
  letter-spacing: 0.1em;
}

.comment-group .commenter {
  position: relative;
  width: 104px;
  height: 30px;
  text-align: right;
}

@media screen and (max-width: 750px) {
  .comment-group .commenter {
    width: auto;
    height: auto;
    text-align: left;
    text-align-last: left;
    margin-bottom: 23px;
  }
}

.comment-group .anser {
  font-weight: 600;
}

.comment-group span::before {
  content: "";
  width: 26px;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .comment-group span::before {
    left: 0;
    top: -30px;
  }
}

@media screen and (max-width: 750px) {
  .comment-group ._mt {
    margin-top: 75px;
  }
}

.comment {
  width: 620px;
}

@media screen and (max-width: 750px) {
  .comment {
    width: 100%;
  }
}

.stylist3 .style2 img._mb {
  margin-bottom: 160px;
}

@media screen and (max-width: 750px) {
  .stylist3 .style2 img._mb {
    margin-bottom: 90px;
  }
}

.product-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 0.5px solid rgba(0, 0, 0, 0.5);
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
  padding: 48px 0;
}

@media screen and (max-width: 750px) {
  .product-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 90px 4vw 30px;
    padding: 30px 0 0;
  }
}

.product {
  width: calc(100% / 4 - 3.8%);
}

@media screen and (max-width: 750px) {
  .product {
    width: calc(100% / 2 - 2%);
  }
}

.product-name {
  text-align: center;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  font-size: 10px;
  margin-top: 8px;
}

@media screen and (max-width: 750px) {
  .product-name {
    margin-bottom: 30px;
  }
}

.youtube {
  margin-bottom: 160px;
}

@media screen and (max-width: 750px) {
  .youtube {
    padding: 0 4vw;
    margin-bottom: 90px;
  }
}

.youtube iframe {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .youtube iframe {
    height: 194px;
  }
}

.youtube-ttl {
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

.cast {
  padding-bottom: 240px;
}

@media screen and (max-width: 750px) {
  .cast {
    padding: 0 8vw 200px;
    padding-bottom: 120px;
  }
}

.cast-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
}

@media screen and (max-width: 750px) {
  .cast-group {
    display: block;
    margin-bottom: 3px;
  }
}

.cast-group p {
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.cast-group .part {
  width: 170px;
}

@media screen and (max-width: 750px) {
  .cast-group .part {
    width: auto;
    display: inline-block;
    position: relative;
  }
}

.cast-group .part::after {
  display: none;
}

@media screen and (max-width: 750px) {
  .cast-group .part::after {
    display: block;
    content: ":";
    position: absolute;
    right: -15px;
    top: 0;
  }
}

.cast-group .person {
  position: relative;
}

@media screen and (max-width: 750px) {
  .cast-group .person {
    line-height: 2;
  }
}

.cast-group .person::before {
  content: ":";
  position: absolute;
  left: -16px;
}

@media screen and (max-width: 750px) {
  .cast-group .person::before {
    display: none;
  }
}

.side-nav {
  position: fixed;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .side-nav {
    top: auto;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 285px;
  }
}

@media screen and (max-width: 750px) {
  .side-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.side-nav-item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  top: 50px;
}

.side-nav-item img {
  width: 60px;
  margin-bottom: 30px;
  border-radius: 50%;
}

@media screen and (max-width: 750px) {
  .side-nav-item img {
    width: 45px;
    margin-bottom: 0;
  }
}

.side-nav-item.fadein {
  opacity: 1;
  visibility: visible;
  top: 0;
}

@media screen and (max-width: 750px) {
  .side-nav-item.fadein {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 750px) {
  .side-nav-item.fadein_sp {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 160px;
}

@media screen and (max-width: 750px) {
  .link {
    display: block;
    margin-top: 120px;
  }
}

.link p {
  margin-right: 30px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  letter-spacing: 0.075em;
  font-weight: 600;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 750px) {
  .link p {
    display: inline-block;
    margin-top: 0;
  }
}

/* ----------------------- */
/* footer
/* ----------------------- */
footer {
  text-align: center;
  padding-bottom: 90px;
}

.footer-link {
  padding-top: 90px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-link p {
  display: inline-block;
  text-align: center;
  margin-right: 60px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 30px;
  letter-spacing: 0.075em;
  font-weight: 600;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 750px) {
  .footer-link p {
    margin-right: 0;
    border: none;
  }
}

@media screen and (max-width: 750px) {
  .footer-link p a {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
  }
}

.footer-link .store {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .footer-link .store {
    margin-top: 30px;
  }
}

.copy {
  margin-top: 90px;
  color: #CCCCCC;
  font-size: 15px;
  font-family: bebas-neue-by-fontfabric, sans-serif;
}
/*# sourceMappingURL=style.css.map */