@font-face {
  font-family: "かんじゅくゴシック";
  src: url("fonts/かんじゅくゴシック１.otf") format("truetype");
}
@font-face {
  font-family: "AvenirNextLTPro";
  src: url("fonts/AvenirNextLTPro-Regular.otf") format("truetype");
}

@font-face {
  font-family: "Antro_Vectra";
  src: url("fonts/Antro_Vectra.otf") format("truetype");
}

body {
  font-family: "游ゴシック", "Yu Gothic", "Sawarabi Gothic", sans-serif;
  font-weight: 500;
  font-size: 0.92rem;
  color: #333;
  max-width: 100%;
}
.wrap {
  overflow: hidden;
}
p {
  line-height: 2.2;
}
h1 {
  padding-bottom: 100px;
}
h2 {
  font-weight: bold;
  font-size: 16px;
}
section {
  position: relative;
}
.h2-section {
  position: absolute;
  top: 60px;
  right: 0;
  left: 70px;
}
.section-content {
  padding-top: 120px;
  padding-left: 16%;
  padding-right: 5%;
}
.inner {
  padding: 80px 5%;
}
.length {
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  letter-spacing: 3px;
}
@media (max-width: 1000px) {
  .section-content {
    padding-right: 0%;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.9rem;
  }
  .inner {
    padding: 60px 15px;
  }
  .h2-section {
    top: 50px;
  }
  .section-content {
    padding-top: 100px;
  }
}
.header-main {
  background: url("images/topbg.jpg");
  background-position: bottom;
  background-size: cover;
  height: 630px;
  padding: 60px 0 0 5%;
}
.header-navigation {
  padding-top: 40px;
  width: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .top-paragraph {
  padding-left: 50px;
}
header .logo {
  width: 70px;
  margin-bottom: 40px;
}
header i {
  font-size: 30px;
  margin-bottom: 30px;
  align-self: center;
}
.icon {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
.menu-icon {
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
  border: solid 1.4px #333;
  border-radius: 50%;
  padding: 14px;
  text-align: center;
}

a:link,
a:visited {
  color: #333;
}
.scroll {
  writing-mode: vertical-rl;
  font-family: "AvenirNextLTPro";
  font-size: 14px;
}
.arrow {
  height: 150px;
}
.diagonal {
  font-family: "Antro_Vectra";
  font-size: 3.6rem;
  transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
}

.top-paragraph {
  font-family: "かんじゅくゴシック";
  line-height: 3;
  letter-spacing: 4px;
}
.top-paragraph span {
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 500;
}
nav {
  display: none;
}
nav ul {
  list-style: none;
  padding: 30px 30px 10px 30px;
}
nav ul li {
  padding: 7px 0;
  font-weight: bold;
}
.nav {
  position: relative;
}
.close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.close {
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  width: 20px;
  display: block;
  font-weight: bold;
}
.close-p {
  text-align: center;
  font-size: 8px;
  font-weight: bold;
}
@media (min-width: 1000px) {
  .menu-icon:hover {
    background: rgba(25, 25, 25, 0.3);
    transform: scale(1.1);
    cursor: pointer;
    transition: 0.6s;
  }
  .header-navigation {
    background: #fff;
    z-index: 2;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    box-shadow: 0 0 2px #cecbcb;
  }
  .header-main {
    margin-right: 110px;
  }
  nav {
    position: fixed;
    top: 0;
    right: 110px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
    width: 350px;
  }
  .length {
    padding-left: 20px;
  }
  .scroll-box {
    position: absolute;
    bottom: 5px;
  }
}
@media (max-width: 1000px) {
  .header-navigation {
    flex-direction: row;
    align-items: center;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 20px;
    z-index: 3;
    max-width: 100%;
    justify-content: space-between;
  }
  .menu-icon {
    margin-bottom: 0px;
    margin-left: 10px;
  }
  header i {
    font-size: 20px;
    align-self: center;
  }
  .icon {
    width: 16px;
    height: 16px;
    position: relative;
    bottom: 4px;
    margin-top: 2px;
  }
  .menu-icon {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  header .logo {
    height: 50px;
    width: auto;
    margin-bottom: 0;
  }
  .icons {
    display: flex;
    float: right;
  }
  .diagonal {
    font-size: 2.4rem;
  }
  header .top-paragraph {
    padding-left: 0;
    letter-spacing: 1px;
  }
  .top-paragraph {
    letter-spacing: 1px;
  }
  .header-main {
    margin: 50px 20px 0 20px;
    height: 450px;
    overflow: hidden;
  }

  .top-paragraph {
    line-height: 2.4;
  }

  .scroll-box {
    position: fixed;
    right: 3px;
    bottom: 5px;
    z-index: 2;
  }
  nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 2;
  }
  nav ul {
    padding-top: 100px;
  }
  .close-btn {
    top: 80px;
    right: 20px;
  }
}

.section-top {
  font-family: "Antro_Vectra";
  font-size: 3.6rem;
  line-height: 1.5;
}

.second {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 3px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .diagonal span {
    padding-left: 100px;
  }
  .h2-section {
    left: 0px;
  }
  .section-top {
    font-size: 3rem;
    max-width: 100%;
    overflow: hidden;
    line-height: 1.5;
  }
  .second {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  header .sns-icon {
    padding: 0 16px;
  }
}

/*concept*/
.concept {
  padding: 70px 0 50px 5%;
}
.concept-content {
  padding-left: 100px;
}
.concept-sec {
  position: relative;
}
.concept-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: calc(100% - 20px);
  background: #fbf9f9;
  z-index: -1;
}
.concept-paragraph {
  padding-top: 150px;
}
.concept-image {
  position: relative;
  top: 80px;
}
.concept .col-md-8 {
  padding: 0;
}
@media (max-width: 767px) {
  .concept-paragraph {
    padding-top: 80px;
    padding-right: 5%;
  }
  .concept-content {
    padding-left: 14%;
  }
  .concept {
    padding: 70px 0 30px 5%;
  }
  .concept-sec:before {
    width: 75%;
  }
}
/*menu*/
tr {
  border-bottom: 1px solid #cecbcb;
}
th,
td {
  padding: 18px;
}

table {
  border-top: 1px solid #cecbcb;
  margin-bottom: 40px;
  width: 80%;
  margin: 20px auto 40px auto;
  table-layout: fixed;
}
td {
  text-align: right;
  width: 50%;
}
h3 {
  font-family: "AvenirNextLTPro", sans-serif;
  text-align: center;
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 3px;
  position: relative;
}
h3 span {
  font-size: 0.9rem;
  font-family: "游ゴシック", "Yu Gothic", "Sawarabi Gothic", sans-serif;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 40px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  table {
    width: 100%;
    margin: 10px auto 50px auto;
  }
  h3 {
    text-align: left;
    margin-bottom: 0;
    font-size: 18px;
  }
  .concept {
    padding: 70px 0 30px 5%;
  }
  th {
    font-weight: 500;
  }
}
@media (max-width: 1000px) {
  h3 span {
    position: static;
  }
}

/*stylist*/
.stylist-sec {
  position: relative;
  padding: 50px 20px;
  z-index: 1;
}
.stylist-sec::before {
  content: "";
  position: absolute;
  top: -360px;
  right: 0;
  bottom: 60%;
  width: 80%;
  background: url(images/st-bg.png);
  background-position: left;
  background-size: cover;
  z-index: -2;
}

.stylist-sec::after {
  content: "";
  position: absolute;
  top: 25%;
  bottom: 360px;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #f1f1f1;
  transform: skewY(-10deg);
}

.stylist-paragraph {
  padding-top: 80px;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .stylist-sec .col-md-7,
  .stylist-sec .col-md-5 {
    padding: 0;
  }
  .stylist-paragraph {
    padding-left: 0px;
    padding-top: 30px;
  }
  .stylist-sec::before {
    width: 100%;
    top: -200px;
    bottom: calc(100% - 20px);
  }
  .stylist-sec::after {
    top: -10px;
  }
  .stylist-sec {
    padding: 0 15px;
    margin-top: 70px;
  }
}
/*gallery*/
.gallery-main {
  width: calc(100% - 110px);
}
.gallery-main a {
  width: 20%;
  display: block;
  cursor: pointer !important;
}
.gallery-main img {
  width: 100%;
}
.gallery-right {
  width: 110px;
}

@media (max-width: 1000px) {
  .gallery-right {
    display: none;
  }
  .gallery-main {
    width: 90%;
    margin: 20px auto;
  }
}
@media (max-width: 767px) {
  .photogallery {
    flex-direction: column;
    align-self: flex-start;
    text-align: center;
  }
  .gallery-main a {
    width: 50%;
  }
  .gallery-main img {
    pointer-events: none;
  }
}

.sns-icon img {
  width: auto;
  height: 40px;
  align-self: start;
}
.sns-icon {
  padding: 0 8%;
}
.info .logo {
  align-self: flex-start;
  width: 150px;
  margin-right: 20px;
}
.info-paragraph {
  font-family: "AvenirNextLTPro", "游ゴシック", "Yu Gothic", "Sawarabi Gothic",
    sans-serif;
  font-size: 15px;
  width: 320px;
  margin: 0 auto;
}
.info-paragraph span {
  font-size: 18px;
}
@media (max-width: 767px) {
  .info-content {
    flex-direction: column-reverse;
  }
  .info-paragraph {
    width: 100%;
  }
  .info .logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .info .diagonal {
    font-size: 2rem;
  }
  .sns-icon {
    padding: 0;
  }
  .facebook {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .sns-icon img:hover {
    transform: scale(1.2);
    cursor: pointer;
    transition: 0.6s;
  }
}

/*brands*/
.brands {
  border-top: rgb(83, 81, 81) solid 1px;
  padding: 40px 15%;
}
.sponcer img {
  align-self: center;
  margin-bottom: 12px;
}
.brands .section-top {
  line-height: 1;
}
.andmore {
  font-family: "AvenirNextLTPro";
  letter-spacing: 2px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .brands .section-top,
  .brands h2 {
    text-align: center;
    line-height: 0.8;
  }
  .brands {
    padding: 30px 0;
  }
  .brands h2 {
    margin-bottom: 20px;
  }
  .brands .col-md-9 {
    padding: 0;
  }
}
