@charset "UTF-8";
* {
  box-sizing: border-box; }
  *::before, *::after {
    box-sizing: border-box; }

a {
  color: inherit;
  cursor: pointer; }

button {
  background-color: transparent;
  border-width: 0;
  color: inherit;
  cursor: pointer;
  padding: 0; }

figure {
  margin: 0; }

input::-moz-focus-inner {
  border: 0;
  margin: 0;
  padding: 0; }

ul, ol, dd {
  list-style: none;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

p {
  margin: 0; }

cite {
  font-style: normal; }

fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  display: block; }

.clearfix::after {
  clear: both;
  content: '';
  display: block; }

.over {
  backface-visibility: hidden;
  transition: .4s; }
  .over:hover {
    opacity: .5; }

.pc {
  display: block; }
  @media only screen and (max-width: 767px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media only screen and (max-width: 767px) {
    .sp {
      display: block; } }

[v-cloak] {
  display: none; }

html {
  font-size: 62.5%; }

body {
  background: #b4b4b5;
  color: #3d3a39;
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic', 'ヒラギノ角ゴ W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  text-align: left; }
  body img {
    width: 100%; }

.en {
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  letter-spacing: 2px; }

.link-btn {
  display: flex;
  justify-content: center; }
  .link-btn__btn {
    margin: 0 5px;
    margin-bottom: 1em;
    padding: 1em 0;
    position: relative;
    width: 150px; }
    @media only screen and (max-width: 767px) {
      .link-btn__btn {
        width: 120px; } }
    .link-btn__btn::after {
      border-color: transparent #fff;
      border-style: solid;
      border-width: 4px 0 4px 9px;
      content: '';
      height: 0;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      width: 0; }
    .link-btn__btn a {
      color: #fff;
      font-size: 2rem;
      text-decoration: none; }
      @media only screen and (max-width: 767px) {
        .link-btn__btn a {
          font-size: 1.6rem; } }
    .link-btn__btn--m {
      background: #374a76; }
    .link-btn__btn--l {
      background: #9fb2db; }
  .link-btn__bnr {
    width: 310px; }
    @media only screen and (max-width: 767px) {
      .link-btn__bnr {
        width: 80%;
        margin: 0 auto;
        padding: 2em 0; } }
  .link-btn p a {
    text-decoration: none; }

.link-bnr {
  width: 500px;
  margin: 0 auto 4em; }
  @media only screen and (max-width: 767px) {
    .link-bnr {
      width: 85%; } }

.main {
  align-items: center;
  background: #3e3a39;
  border: 6px solid #b4b4b5;
  box-sizing: border-box;
  color: #c8c9ca;
  display: flex;
  height: 500px;
  justify-content: center;
  position: relative;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .main {
      border: 3px solid #b4b4b5;
      flex-direction: column;
      height: auto;
      padding: 60px 0; } }
  .main li:nth-child(2n+1).anim.active {
    animation-delay: 0s;
    animation-name: fadeIn; }
  .main li:nth-child(2n+2).anim.active {
    animation-delay: 0.2s;
    animation-name: fadeIn; }
  .main__wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 820px; }
    @media only screen and (max-width: 767px) {
      .main__wrap {
        flex-direction: column;
        width: 100%; } }
  .main__visual {
    width: 380px; }
    @media only screen and (max-width: 767px) {
      .main__visual {
        width: 80%; } }
  .main__detail {
    text-align: center;
    width: 390px; }
    @media only screen and (max-width: 767px) {
      .main__detail {
        width: 100%; } }
  .main__logo {
    margin: 0 auto;
    width: 50px; }
    @media only screen and (max-width: 767px) {
      .main__logo {
        margin: 0 auto 25px;
        width: 80px; } }
  .main__read {
    line-height: 2.5;
    margin: 2em 0; }
    @media only screen and (max-width: 767px) {
      .main__read {
        font-size: calc(10 / 375 * 100vw); } }
  .main .link-btn p a {
    border-bottom: 1px solid #b4b4b5; }
    @media only screen and (max-width: 767px) {
      .main .link-btn p a {
        font-size: calc(10 / 375 * 100vw); } }
  .main .topl {
    left: 0;
    position: absolute;
    top: 0;
    width: 250px; }
    @media only screen and (max-width: 767px) {
      .main .topl {
        width: 100%; } }
  .main .topr {
    position: absolute;
    right: 0;
    top: 0;
    width: 250px; }
  .main .btm {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 307px; }
    @media only screen and (max-width: 767px) {
      .main .btm {
        width: 105%; } }

.ttl-main-m {
  background: #374a76;
  color: #fff;
  font-size: 30px;
  padding: .3em 0;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .ttl-main-m {
      font-size: 2rem; } }

.ttl-main-l {
  background: #9fb2db;
  color: #fff;
  font-size: 30px;
  padding: .3em 0;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .ttl-main-l {
      font-size: 2rem; } }

.footer {
  background: #3e3a39;
  padding: 30px 0; }
  .footer__logo {
    margin: 0 auto;
    width: 80px; }
  .footer__sns {
    display: flex;
    justify-content: center;
    margin: 30px auto; }
    .footer__sns li {
      margin: 0 30px;
      width: 30px; }
  .footer__copy {
    color: #b4b4b5;
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center; }

.foot-link {
  margin: 50px auto 40px;
  text-align: center;
  width: 320px; }
  .foot-link__ttl {
    margin: 0 auto 30px;
    width: 250px; }
  @media only screen and (max-width: 767px) {
    .foot-link .link-btn__btn {
      width: 150px; } }
  .foot-link .link-btn p a {
    border-bottom: 1px solid #3e3a39; }

.section {
  border-bottom: 1px solid #3e3a39;
  margin: 0 auto;
  padding: 60px 0 20px;
  width: 950px; }
  @media only screen and (max-width: 767px) {
    .section {
      padding: 20px 0 0;
      width: 100%; } }
  .section .shop-name {
    display: inline-block;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .section .shop-name {
        margin: 0 0 20px 5%; } }
    .section .shop-name .inr {
      display: flex; }
    .section .shop-name p {
      align-items: center;
      background: #fff;
      display: flex;
      font-size: 1.5rem;
      height: 48px;
      padding: 0 2em; }
      @media only screen and (max-width: 767px) {
        .section .shop-name p {
          font-size: 1.3rem;
          height: 40px; } }
    .section .shop-name__btn a {
      align-items: center;
      display: flex;
      height: 48px;
      justify-content: center;
      width: 48px; }
      @media only screen and (max-width: 767px) {
        .section .shop-name__btn a {
          height: 40px;
          width: 40px; } }
    .section .shop-name__btn img {
      width: 20px; }
    .section .shop-name.mens {
      border: 1px solid #374a76;
      box-sizing: border-box; }
      .section .shop-name.mens a {
        background: #374a76; }
    .section .shop-name.ladies {
      border: 1px solid #9fb2db;
      box-sizing: border-box; }
      .section .shop-name.ladies a {
        background: #9fb2db; }
  .section .staff {
    display: flex;
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .section .staff {
        margin: 0 auto 30px;
        width: 90%; } }
    .section .staff__img {
      width: 146px; }
      @media only screen and (max-width: 767px) {
        .section .staff__img {
          width: calc(200 / 750 * 100%); } }
      .section .staff__img img {
        border-radius: 50%; }
    .section .staff__voice {
      border-left: 1px solid  #3d3a39;
      box-sizing: border-box;
      margin-left: 30px;
      padding-left: 20px;
      position: relative;
      width: 700px; }
      @media only screen and (max-width: 767px) {
        .section .staff__voice {
          margin-left: 20px;
          padding-left: 1em;
          width: calc(500 / 750 * 100%); } }
      .section .staff__voice::before {
        border: 6px solid transparent;
        border-right: 8px solid #b4b4b5;
        content: '';
        left: -14px;
        margin-top: -12px;
        position: absolute;
        top: 80px;
        z-index: 2; }
        @media only screen and (max-width: 767px) {
          .section .staff__voice::before {
            top: 55px; } }
      .section .staff__voice::after {
        border: 8px solid transparent;
        border-right: 10px solid #3d3a39;
        content: '';
        left: -18px;
        margin-top: -14px;
        position: absolute;
        top: 80px;
        z-index: 1; }
        @media only screen and (max-width: 767px) {
          .section .staff__voice::after {
            top: 55px; } }
    .section .staff__ttl {
      font-size: 3rem; }
      @media only screen and (max-width: 767px) {
        .section .staff__ttl {
          font-size: 2.2rem; } }
    .section .staff__read {
      font-size: 1.5rem;
      line-height: 1.8;
      margin: 1em 0;
      white-space: pre-wrap; }
      @media only screen and (max-width: 767px) {
        .section .staff__read {
          font-size: 1.2rem;
          line-height: 1.6; } }
    .section .staff__prof {
      display: flex;
      font-size: 1.5rem; }
      @media only screen and (max-width: 767px) {
        .section .staff__prof {
          flex-direction: column;
          font-size: 1.2rem; } }
    .section .staff__name {
      margin-right: 2em; }
      @media only screen and (max-width: 767px) {
        .section .staff__name {
          margin: 0 0 1em; } }
    .section .staff__acc::before {
      background: url("../images/ico_insta.svg") no-repeat;
      background-size: contain;
      content: '';
      display: inline-block;
      height: 16px;
      margin-right: .5em;
      vertical-align: middle;
      width: 16px; }
  .section .prod {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .section .prod {
        flex-direction: column; } }
    .section .prod__item {
      position: relative;
      width: 480px; }
      @media only screen and (max-width: 767px) {
        .section .prod__item {
          width: 100%; } }
    .section .prod__itemBuy {
      position: absolute;
      width: 37px; }
      @media only screen and (max-width: 767px) {
        .section .prod__itemBuy {
          width: 24px; } }
    .section .prod__style {
      position: relative;
      width: 410px; }
      @media only screen and (max-width: 767px) {
        .section .prod__style {
          margin: 10% auto 0;
          width: 90%; } }
    .section .prod__styleBuy {
      bottom: 5%;
      color: #b4b4b5;
      font-size: 1.8rem;
      left: 5%;
      position: absolute;
      text-align: center;
      z-index: 2; }
    .section .prod .swiper-container {
      width: 360px; }
      @media only screen and (max-width: 767px) {
        .section .prod .swiper-container {
          width: 90%; } }
    .section .prod .swiper-pagination {
      bottom: -30px;
      left: 50%;
      transform: translateX(-50%); }
      @media only screen and (max-width: 767px) {
        .section .prod .swiper-pagination {
          bottom: -20px; } }
      .section .prod .swiper-pagination-bullet {
        background: none;
        border: 1px solid #000;
        box-sizing: border-box;
        height: 10px;
        margin: 0 7px;
        opacity: 1;
        outline: none;
        width: 10px; }
        @media only screen and (max-width: 767px) {
          .section .prod .swiper-pagination-bullet {
            height: 8px;
            margin: 0 5px;
            width: 8px; } }
        .section .prod .swiper-pagination-bullet-active {
          background: #000; }
    .section .prod .swiper-button-next, .section .prod .swiper-button-prev {
      color: rgba(255, 255, 255, 0);
      margin: 0;
      outline: none;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .section .prod .swiper-button-next {
      background: url("../images/btn_next.svg") no-repeat;
      background-size: cover;
      height: 48px;
      right: 0;
      width: 48px; }
      @media only screen and (max-width: 767px) {
        .section .prod .swiper-button-next {
          height: 40px;
          width: 40px; } }
    .section .prod .swiper-button-prev {
      background: url("../images/btn_prev.svg") no-repeat;
      background-size: cover;
      height: 48px;
      left: 0;
      width: 48px; }
      @media only screen and (max-width: 767px) {
        .section .prod .swiper-button-prev {
          height: 40px;
          width: 40px; } }

.mens .sec1 .btn1-1 {
  left: 10%;
  top: 10%; }

.mens .sec1 .btn1-2 {
  bottom: 25%;
  right: 10%; }

.mens .sec1 .btn2-1 {
  left: 20%;
  top: 35%; }

.mens .sec1 .btn2-2 {
  bottom: 25%;
  right: 25%; }

.mens .sec1 .btn2-3 {
  right: 13%;
  top: 43%; }

.mens .sec2 .btn1-1 {
  left: 15%;
  top: 7%; }

.mens .sec2 .btn1-2 {
  bottom: 10%;
  right: 35%; }

.mens .sec2 .btn2-1 {
  left: 10%;
  top: 10%; }

.mens .sec2 .btn2-2 {
  right: 5%;
  top: 30%; }

.mens .sec3 .btn1-1 {
  left: 10%;
  top: 15%; }

.mens .sec3 .btn2-1 {
  right: 10%;
  top: 18%; }

.ladies .sec1 .btn1-1 {
  right: 10%;
  top: 20%; }

.ladies .sec1 .btn2-1 {
  left: 12%;
  top: 12%; }

.ladies .sec2 .btn1-1 {
  bottom: 25%;
  right: 13%; }

.ladies .sec2 .btn1-2 {
  bottom: 10%;
  right: 35%; }

.ladies .sec2 .btn2-1 {
  left: 8%;
  top: 25%; }

.ladies .sec2 .btn2-2 {
  right: 10%;
  top: 15%; }

.ladies .sec3 .btn1-1 {
  right: 15%;
  top: 20%; }

.ladies .sec3 .btn2-1 {
  right: 10%;
  top: 25%; }

.anim {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0; }
  .anim.active {
    animation-delay: 0s;
    animation-name: fadeIn; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
