@charset "UTF-8";
@font-face {
  font-family: 'College Slab';
  src: url("/font/CollegeSlabSC.woff") format("woff");
}

@font-face {
  font-family: 'DIN Next LT Pro';
  src: url("/font/DINNextLTPro-Bold.woff") format("woff");
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background-color: #1d2088;
  overflow-x: hidden;
}

*, *::after, *::before {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

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

li {
  list-style-type: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.container {
  width: 980px;
  margin: 0 auto;
}

.container-large {
  width: 1100px;
  margin: 0 auto;
}

p {
  word-break: break-all;
}

@-webkit-keyframes fadeUpBtn {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpBtn {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.hero {
  background-image: url(/img/hero.png);
  background-size: cover;
  background-position: 50% 80%;
  height: 100vh;
  position: relative;
}

header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .header-logo {
  width: 134px;
}

header .header-logo:hover {
  opacity: .8;
  -webkit-transition: .3s;
  transition: .3s;
}

header .header-btn {
  width: 200px;
}

header .header-btn__btn {
  width: 100%;
}

header .header-btn__btn:hover {
  opacity: .8;
  -webkit-transition: .3s;
  transition: .3s;
}

.hero__title {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.hero__title h1 img {
  width: 650px;
}

.contents {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #1d2088), to(#d1041f));
  background: -webkit-linear-gradient(top, #1d2088 88%, #d1041f);
  background: linear-gradient(to bottom, #1d2088 88%, #d1041f);
  position: relative;
}

.contents .building-left img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45.5rem;
}

.contents .building-right img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45.5rem;
}

.contents .building-img--back {
  opacity: 0.5;
  -webkit-filter: brightness(20%);
          filter: brightness(20%);
}

.concept {
  text-align: center;
  padding-top: 12rem;
  margin-bottom: 13rem;
}

.title-head {
  display: inline-block;
  margin-bottom: 5.5rem;
}

.title-head h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.title-head h2::before {
  content: "";
  background-image: url(/img/barber-icon.png);
  width: 5.2rem;
  height: 72px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.title-head h2::after {
  content: "";
  background-image: url(/img/barber-icon.png);
  width: 5.2rem;
  height: 72px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.title-head h2 img {
  width: 24rem;
}

.title-head h2 .title-head--menu {
  width: 16rem;
}

.m-newline {
  display: none;
}

.content-text {
  margin-bottom: 5rem;
}

.content-text h3 {
  font-size: 2.6rem;
  line-height: 2.6rem;
  color: #fcc800;
  margin-bottom: 5rem;
}

.content-text p {
  line-height: 3.6rem;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: bold;
}

.concept__image {
  margin: 0 auto;
  width: 78rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.concept__image div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.concept__image div img {
  width: 100%;
}

.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px #fcc800 solid;
  padding: 3.5rem 5.5rem;
  margin-bottom: 12rem;
  position: relative;
  z-index: 0;
}

.news__title {
  width: 135px;
}

.news .square-line {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 1;
}

.news .top-left_line {
  border-top: 8px solid #fcc800;
  border-left: 8px solid #fcc800;
  top: -5px;
  left: -5px;
}

.news .top-right_line {
  border-top: 8px solid #fcc800;
  border-right: 8px solid #fcc800;
  top: -5px;
  right: -5px;
}

.news .bottom-left_line {
  border-bottom: 8px solid #fcc800;
  border-left: 8px solid #fcc800;
  bottom: -5px;
  left: -5px;
}

.news .bottom-right_line {
  border-bottom: 8px solid #fcc800;
  border-right: 8px solid #fcc800;
  bottom: -5px;
  right: -5px;
}

.news h2 {
  margin-right: 5rem;
}

.news h2 img {
  width: 13.5rem;
}

.news .news__text span, .news .news__text time {
  color: #fcc800;
  margin-right: 2rem;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.news .news__text p {
  line-height: 2.6rem;
  font-size: 1.6rem;
  color: #ffffff;
}

.news .news__text-title {
  margin-bottom: 6px;
}

.menu {
  text-align: center;
  margin-bottom: 18rem;
}

.menu__contents {
  width: 670px;
  margin: 0 auto;
}

.menu__content {
  margin-top: 7rem;
  text-align: left;
}

.menu__content .menu-icon01 {
  width: 6.4rem;
}

.menu__content .menu-icon02 {
  width: 11.5rem;
}

.menu__content .menu-icon03 {
  width: 8.3rem;
}

.menu__content h4 {
  margin-bottom: 4rem;
}

.menu__content-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.menu__content-line span {
  font-family: "DIN Next LT Pro";
  font-size: 2rem;
  line-height: 5rem;
  color: #fcc800;
  overflow: hidden;
}

.menu__content-line span:nth-child(1) {
  margin-right: 5px;
}

.menu__content-line .grow01 {
  width: 10%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 10px;
}

.menu .m-sub-menu-text {
  display: none;
}

.menu .sub-menu-text--caution {
  font-size: 1.4rem;
  font-weight: bold;
}

.reservation {
  width: 690px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.reservation__btn {
  width: 100%;
}

.reservation__btn:hover {
  opacity: .8;
  -webkit-transition: .3s;
  transition: .3s;
}

.reservation__btn--pc {
  display: block;
}

.reservation__btn--sp {
  display: none;
}

.store-copy {
  width: 37.8rem;
  margin: 0rem auto;
  padding: 8rem 0;
}

.stylst {
  background-image: url(/img/stylist-back.png);
  background-size: cover;
  background-position: 0 80%;
  text-align: center;
  padding: 12rem 0 10rem;
}

.stylst .stylist-list {
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          
          justify-content: center;
          gap: 0 32px;
}

.stylst .stylist-list__member {
  min-width: 220px;
  margin-bottom: 2rem;
}

.stylst .stylist-list__member p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: bold;
  color: #fcc800;
}

.stylst .stylist-list__member .stylist-name {
  height: 45px;
}

.goods {
  background-color: #fcc800;
  text-align: center;
  padding: 13rem 0;
}

.goods .content-text p {
  color: #000000;
  font-weight: bold;
}

.goods__title {
  margin-bottom: 5rem;
}

.goods__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.goods__items .goods__item {
  width: 47%;
}

.goods__items .goods__item:nth-child(1), .goods__items .goods__item:nth-child(2) {
  margin-bottom: 6rem;
}

.goods__items .goods__item a:hover {
  opacity: .8;
  -webkit-transition: .3s;
  transition: .3s;
}

.goods__items .goods__item-img {
  width: 100%;
  height: 250px;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 8px;
}

.goods__items .goods__item-img img {
  height: 100%;
}

.goods__items .goods__item-text {
  margin-top: 3rem;
}

.goods__items .goods__item-text h4 {
  font-family: "College Slab";
  line-height: 3.4rem;
  color: #1d2088;
}

.goods__items .goods__item-text h4 p {
  text-align: center;
  font-size: 2.6rem;
}

.goods__items .goods__item-text h4 span {
  font-size: 2rem;
}

.goods__items .goods__item-text p {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.about {
  padding-top: 13rem;
  font-size: 2rem;
}

.about__wrapper {
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about__wrapper .googlemap-mobile {
  display: none;
}

.about__wrapper .googlemap-mobile-s {
  display: none;
}

.about .googlemap {
  width: 460px;
  height: 470px;
  margin-right: 50px;
}

.about__text {
  width: 47%;
  color: #ffffff;
}

.about__text span {
  font-family: "DIN Next LT Pro";
  display: inline-block;
  background-color: #fcc800;
  padding: 0.6rem 1rem 0.4rem 1rem;
  border-radius: 5px;
  color: #1d2088;
}

.about__text .shop p {
  font-family: "DIN Next LT Pro";
  font-size: 2rem;
  margin: 1.5rem 0 2.9rem;
}

.about__text .address p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 1.5rem 0 2.9rem;
}

.about__text .tel p {
  font-size: 3rem;
  margin: 1.2rem 0 2.6rem;
}

.about__text .hour p {
  font-size: 1.8rem;
  line-height: 3.0rem;
  margin: 1.5rem 0 2.9rem;
}

.reservation-btn {
  display: none;
}

.fadeUp {
  display: block;
  -webkit-animation-name: fadeUpBtn;
          animation-name: fadeUpBtn;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.footer-space {
  height: 34rem;
  background-image: url(/img/footer-image.png);
  background-size: cover;
  margin-top: 13rem;
  position: relative;
}

.footer-space__logo {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.reserve-cta {
  width: 980px;
}

footer {
  padding: 3rem 0;
}

footer .footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-wrapper .footer-text {
  color: #fcc800;
  font-size: 1.4rem;
  line-height: 5rem;
}

footer .footer-wrapper .footer-link img {
  width: 3.4rem;
}

footer .footer-wrapper .footer-link img:nth-child(1) {
  margin-right: 2rem;
}

@media screen and (max-width: 1200px) {
  .contents .building-left img,
  .contents .building-right img {
    width: 28rem;
  }
}

@media screen and (max-width: 1080px) {
  .container {
    width: 720px;
  }
  .container-large {
    width: 95%;
  }
  .concept__image {
    width: 55rem;
  }
  .stylst .stylist-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .about__text {
    margin-left: 1rem;
  }
  .reserve-cta {
    width: 90%;
  }
  .store-copy {
    padding: 4rem 0 12rem;
    z-index: 1;
  }
}

@media screen and (max-width: 720px) {
  .container {
    width: 660px;
    margin: 0 auto;
  }
  .container .hero__title {
    width: 400px;
  }
  .container-small {
    margin: 0 auto;
  }
  header .header-logo {
    width: 17.3rem;
  }
  header .header-btn span {
    padding: 1.2rem 5rem;
    font-size: 2.4rem;
  }
  header .header-btn span::after {
    width: 4rem;
  }
  .hero {
    background-position: 50% 10%;
    height: 100vh;
    background-size: auto;
  }
  .contents .building-left img {
    width: 26rem;
  }
  .contents .building-right img {
    width: 26rem;
  }
  .concept {
    padding-top: 8rem;
    margin-bottom: 8.0rem;
  }
  .newline {
    display: none;
  }
  .m-newline {
    display: block;
  }
  .content-text {
    text-align: left;
  }
  .content-text h3 {
    font-size: 3rem;
    line-height: 3.8rem;
    margin-bottom: 2rem;
  }
  .content-text p {
    line-height: 2.8rem;
    font-size: 1.6rem;
    color: #ffffff;
  }
  .concept__image {
    width: 100%;
  }
  .news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6rem 0;
    margin-bottom: 8rem;
  }
  .news h2 {
    margin-right: 0;
    margin-bottom: 4rem;
  }
  .news h2 img {
    width: 15.8rem;
  }
  .news .news__text span, .news .news__text time {
    font-size: 1.6rem;
  }
  .news .news__text p {
    margin-top: 2rem;
    line-height: 2.8rem;
    font-size: 1.6rem;
    color: #ffffff;
  }
  .menu {
    margin-bottom: 8rem;
  }
  .menu__contents {
    width: 600px;
    margin: 0 auto;
  }
  .menu__content {
    margin-top: 5rem;
  }
  .menu__content h4 {
    text-align: center;
  }
  .menu__content .menu-icon01 {
    width: 9.7rem;
  }
  .menu__content .menu-icon02 {
    width: 17.5rem;
  }
  .menu__content .menu-icon03 {
    width: 12rem;
  }
  .menu__content-line span {
    font-size: 2rem;
    line-height: 4rem;
    white-space: nowrap;
  }
  .menu__content-line .main-menu-text {
    line-height: 4.8rem;
  }
  .menu__content-line .sub-menu-text {
    display: none;
  }
  .menu .m-sub-menu-text {
    display: block;
    font-size: 1.6rem;
    font-family: "DIN Next LT Pro";
    color: #fcc800;
    margin-top: -1rem;
  }
  .reservation {
    width: 600px;
  }
  .reservation .reservation-face {
    top: -100%;
  }
  .reservation .reservation-face img {
    width: 10rem;
  }
  .reservation .reservation-link p {
    font-size: 3.6rem;
  }
  .reservation .reservation-link span {
    font-size: 2.2rem;
  }
  .reservation .reservation-link__square img {
    width: 3rem;
  }
  .store-copy {
    padding: 4rem 0 12rem;
  }
  .stylst {
    background-size: 100%;
    padding: 8rem 0 0 0;
  }
  .stylst .stylist-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .stylst .stylist-list__member {
    width: 40%;
    min-width: 150px;
    margin-bottom: 5rem;
  }
  .stylst .stylist-list__member .stylist-photo {
    width: 22.4rem;
  }
  .stylst .stylist-list__member p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .goods {
    padding: 8rem 0;
  }
  .goods .goods__title {
    margin-bottom: 6rem;
  }
  .goods .goods__title img {
    width: 40rem;
  }
  .goods__items .goods__item {
    width: 46%;
  }
  .goods__items .goods__item:nth-child(1), .goods__items .goods__item:nth-child(2) {
    margin-bottom: 5rem;
  }
  .goods__items .goods__item-text h4 {
    line-height: 2.8rem;
  }
  .goods__items .goods__item-text h4 p {
    font-size: 2rem;
  }
  .goods__items .goods__item-text h4 span {
    font-size: 1.8rem;
  }
  .goods__items .goods__item-text p {
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .about__wrapper {
    margin-bottom: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__wrapper .googlemap {
    width: 100%;
  }
  .about__text {
    width: 100%;
    margin-top: 5rem;
  }
  .about__text span {
    font-size: 2.0rem;
  }
  .about__text .shop p {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .about__text .address p {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .about__text .tel p {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 2.8rem;
  }
  .about__text .hour p {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .footer-space {
    margin-top: 8rem;
    background-image: url(/img/footer-image_mobile.png);
  }
  footer .footer-wrapper .footer-text {
    font-size: 1.8rem;
  }
  footer .footer-wrapper .footer-link img {
    width: 4.7rem;
  }
}

@media screen and (max-width: 680px) {
  .hero .container {
    width: 86%;
    margin: 0 auto;
  }
  header .header-logo {
    width: 100px;
  }
  header .header-btn {
    width: 160px;
  }
  .hero__title h1 img {
    width: 60%;
  }
  .container {
    width: 92%;
  }
  .container .container-small {
    width: 92%;
    margin: 0 auto;
  }
  .title-head {
    margin-bottom: 5.0rem;
  }
  .title-head h2::before {
    content: "";
    background-image: url(/img/barber-icon.png);
    width: 4.2rem;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .title-head h2::after {
    content: "";
    background-image: url(/img/barber-icon.png);
    width: 4.2rem;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .title-head h2 img {
    width: 18rem;
  }
  .title-head h2 .title-head--menu {
    width: 12rem;
  }
  .concept__image {
    position: relative;
    width: 100vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .content-text h3 {
    font-size: 2.6rem;
    text-align: left;
  }
  .news {
    padding: 5rem 1rem;
  }
  .news h2 img {
    width: 11.8rem;
  }
  .menu__contents {
    width: 95%;
  }
  .menu__contents .menu__content h4 {
    width: 50%;
    margin: 0 auto 2rem;
  }
  .menu__content .menu-icon01 {
    width: 6.7rem;
  }
  .menu__content .menu-icon02 {
    width: 12.5rem;
  }
  .menu__content .menu-icon03 {
    width: 8rem;
  }
  .menu__content-line {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .menu__content-line span {
    font-size: 2rem;
  }
  .menu .m-sub-menu-text {
    text-align: left;
  }
  .goods__items .goods__item-img {
    height: 125px;
  }
  .about__text .tel p {
    font-size: 3rem;
  }
  .about {
    padding-top: 5rem;
  }
  .about__wrapper .googlemap-mobile {
    display: none;
  }
  .about__wrapper .googlemap-mobile-s {
    display: block;
  }
  .store-copy {
    width: 60%;
  }
  .contents .building-left img,
  .contents .building-right img {
    width: 14rem;
  }
  .reservation {
    width: 100%;
  }
  .reservation .reservation-face {
    left: 38%;
  }
}

@media screen and (max-width: 480px) {
  .container .hero__title {
    width: 80%;
  }
  .container .hero__title h1 img {
    width: 100%;
  }
  .reservation-btn {
    width: 100vw;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 20px 5%;
    background-color: #030548;
  }
  .reservation-btn img:hover {
    opacity: .8;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .reservation__btn--pc {
    display: none;
  }
  .reservation__btn--sp {
    display: block;
  }
  .store-copy {
    padding: 4rem 0 7rem;
  }
  .stylst .stylist-list__member .stylist-photo {
    max-width: 142px;
  }
  .footer-space {
    height: 20rem;
  }
  footer .footer-wrapper .footer-text {
    font-size: 1.5rem;
  }
  footer .footer-wrapper .footer-link img {
    width: 3.0rem;
  }
}
