@charset "UTF-8";
.media_pc {
  display: block !important;
}

.media_sp {
  display: none !important;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .media_pc {
    display: none !important;
  }
  .media_sp {
    display: block !important;
  }
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  overflow: hidden;
  text-align: left;
  color: #000;
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 896px) {
  .area-wrapper {
    min-width: auto;
    font-size: 12px;
  }
}

/*
    fixed-navi
=========================================*/
.fixed-btn {
  display: none;
}

.fixed-btn .top {
  width: 120px;
  position: fixed;
  top: 100px;
  right: 0px;
  z-index: 999;
}

.fixed-btn .top li {
  margin: 0 0 5px;
}

@media screen and (max-width: 896px) {
  .fixed-btn .top {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    top: auto;
    bottom: 0;
    right: 0;
  }
  .fixed-btn .top li {
    margin: 0;
    width: 33.33333%;
  }
}

/*
    fixed-navi
=========================================*/
.fixed-navi {
  position: fixed;
  top: 20px;
  right: 0;
  z-index: 999;
}

.fixed-navi ul li {
  width: 80px;
  margin-bottom: 10px;
}

@media screen and (max-width: 896px) {
  .fixed-navi {
    display: none !important;
  }
}

.top-btn {
  width: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

/*
    header
=========================================*/
header {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  position: relative;
  /************SP************/
  /************SPここまで************/
}

header .top-header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 20px 35px;
}

header .top-header .logo {
  width: 80px;
}

header .mainvisual img {
  width: 100%;
}

header .header-nav {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: 80px 0;
}

header .header-nav li {
  margin: 0;
}

header .header-nav li:nth-child(1) {
  width: 342px;
}

header .header-nav li:nth-child(2) {
  width: 341px;
}

header .header-nav li:last-child {
  width: 357px;
  margin-right: 0;
}

@media screen and (max-width: 896px) {
  header .top-header {
    padding: 15px 10px;
  }
  header .top-header .logo {
    width: 55px;
  }
  header .header-nav {
    flex-flow: column;
    margin: 30px 0;
  }
  header .header-nav li {
    width: 100%;
    margin: 0 0 5px;
  }
  header .header-nav li:nth-child(1) {
    width: 100%;
  }
  header .header-nav li:nth-child(2) {
    width: 100%;
  }
  header .header-nav li:last-child {
    width: 100%;
    margin-right: 0;
  }
}

.product-list {
  width: 360px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 400;
}

.product-list li a {
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.product-list li .name {
  text-align: left;
  width: 188px;
}

.product-list li .name.icon-size {
  text-align: right;
}

.product-list li .name.icon-size img {
  width: 20px;
}

.product-list li .pri {
  width: 110px;
}

.product-list li .pri small {
  font-size: 11px;
}

.product-list li .pri.coming {
  font-size: 11px;
}

.product-list li .btn {
  font-size: 12px;
  background: #9f8f87;
  color: #fff;
  padding: 6px 19px;
  line-height: 1;
}

.product-list li .btn.coming {
  padding: 3px 14px;
  font-size: 10px;
}

.product-list li.sub .btn {
  background: #000;
}

@media screen and (max-width: 896px) {
  .product-list {
    width: auto;
    margin: 10px 20px;
    font-size: 13px;
  }
  .product-list li a {
    margin: 0;
    padding: 8px 0;
  }
  .product-list li .name {
    width: 48%;
  }
  .product-list li .pri {
    width: 33%;
  }
  .product-list li .pri small {
    font-size: 10px;
  }
  .product-list li .btn {
    width: 19%;
    font-size: 11px;
    padding: 8px 0;
  }
  .product-list li .btn.coming {
    padding: 3px 0;
  }
}

/*
    area-body
=========================================*/
.area-body section {
  padding: 90px 0;
  text-align: center;
  font-size: 18px;
}

.area-body section.sec01 {
  background: #faf5f3;
}

.area-body section.sec01 .section-title {
  width: 220px;
}

.area-body section.sec01 .title-img {
  width: 180px;
}

.area-body section.sec02 {
  background: #f2f2f2;
}

.area-body section.sec02 .section-title {
  width: 230px;
}

.area-body section.sec02 .title-img {
  width: 150px;
}

.area-body section.sec03 {
  background: #f2f0de;
}

.area-body section.sec03 .section-title {
  width: 320px;
}

.area-body section.sec03 .title-img {
  width: 180px;
}

.area-body section .area-title {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.area-body section .section-title {
  text-align: center;
  margin: 0 auto 50px;
}

.area-body section .title-img {
  position: absolute;
  top: 0px;
  right: 120px;
  z-index: 2;
}

.area-body section .line {
  margin: 50px 0 0;
  border-top: 1px dashed #000;
}

@media screen and (max-width: 896px) {
  .area-body section {
    padding: 35px 0;
    text-align: center;
    font-size: 15px;
  }
  .area-body section.sec01 .section-title {
    width: 140px;
  }
  .area-body section.sec01 .title-img {
    width: auto;
  }
  .area-body section.sec01 .title-img img {
    zoom: .5;
  }
  .area-body section.sec02 .section-title {
    width: 150px;
  }
  .area-body section.sec02 .title-img {
    width: 84px;
    top: -30px;
    right: 15px;
  }
  .area-body section.sec03 .section-title {
    width: 170px;
  }
  .area-body section.sec03 .title-img {
    width: 84px;
    top: -20px;
    right: 15px;
  }
  .area-body section .area-title {
    width: auto;
  }
  .area-body section .section-title {
    margin: 0 auto 30px;
  }
  .area-body section .title-img {
    position: absolute;
    top: -65px;
    right: 10px;
    z-index: 2;
  }
  .area-body section .line {
    margin: 30px 0 0;
  }
}

.flex-box {
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0;
  display: flex;
  display: -webkit-flex;
}

.flex-box.rev {
  flex-flow: row-reverse;
}

.flex-box.rev .flex-image {
  margin-right: 0px;
  margin-left: 100px;
}

.flex-box.rev .flex-image .image-line {
  top: 0;
  left: auto;
  right: 0;
}

.flex-box .flex-image {
  width: 510px;
  position: relative;
  margin-right: 100px;
}

.flex-box .flex-image .image-line {
  position: absolute;
  background: #9f8f87;
  width: 10px;
  height: 0;
  top: 0;
  left: 0;
}

.flex-box .flex-info {
  width: 390px;
}

.flex-box .flex-info h3 {
  width: 164px;
  margin: 0 auto;
}

.flex-box .flex-info p {
  margin: 40px 0;
}

.flex-box .box {
  width: 410px;
  margin: 0 45px;
}

.flex-box .box .box-image {
  position: relative;
  top: -70px;
  margin: 0 0 -50px;
}

@media screen and (max-width: 896px) {
  .flex-box {
    width: auto;
    flex-flow: column;
    padding: 30px 0;
  }
  .flex-box.rev {
    flex-flow: column;
  }
  .flex-box.rev .flex-image {
    margin-right: 0px;
    margin-left: 0px;
  }
  .flex-box.rev .flex-image .image-line {
    top: 0;
    left: auto;
    right: 0;
  }
  .flex-box .flex-image {
    width: auto;
    position: relative;
    margin-right: 0;
  }
  .flex-box .flex-image .image-line {
    position: absolute;
    width: 7.5px;
    height: 0;
    top: 0;
    left: 0;
  }
  .flex-box .flex-info {
    width: auto;
  }
  .flex-box .flex-info h3 {
    width: auto;
    margin: 0 auto;
  }
  .flex-box .flex-info h3 img {
    zoom: .5;
  }
  .flex-box .flex-info p {
    margin: 30px 0;
  }
  .flex-box .box {
    width: auto;
    margin: 0 0 30px;
  }
  .flex-box .box .box-image {
    position: relative;
    top: -50px;
    margin: 0 0 -50px;
  }
}

.top-line {
  position: absolute;
  background: #9f8f87;
  width: 0;
  height: 10px;
  top: 0;
  left: 0;
}

@media screen and (max-width: 896px) {
  .top-line {
    width: 0;
    height: 5px;
  }
}

.area-body section .center-box {
  width: 1000px;
  margin: 0 auto 70px;
}

.area-body section .center-box .area-title {
  position: relative;
  margin: 0 0 40px;
}

.area-body section .center-box .area-title .info {
  position: absolute;
  text-align: center;
  top: calc(50% - 154px);
  right: 65px;
}

.area-body section .center-box .area-title .info h3 {
  width: 164px;
  margin: 0 auto;
}

.area-body section .center-box .area-title .info p {
  margin: 40px 0;
}

@media screen and (max-width: 896px) {
  .area-body section .center-box {
    width: auto;
    margin: 0 auto 30px;
  }
  .area-body section .center-box .area-title {
    position: relative;
    margin: 0;
  }
  .area-body section .center-box .area-title .info {
    position: relative;
    text-align: center;
    top: auto;
    right: auto;
  }
  .area-body section .center-box .area-title .info h3 {
    width: auto;
    margin: 0 auto;
  }
  .area-body section .center-box .area-title .info h3 img {
    zoom: .5;
  }
  .area-body section .center-box .area-title .info p {
    margin: 30px 0;
  }
}

section.sec01 .product-list li .btn {
  background: #000;
}

section.sec01 .product-list li.sub .btn {
  background: #9f8f87;
}

section.sec02 .top-line {
  background: #bfbfbf;
}

section.sec02 .flex-box .flex-image .image-line {
  background: #bfbfbf;
}

section.sec02 .product-list li .btn {
  background: #000;
}

section.sec02 .product-list li.sub .btn {
  background: #a1a3b9;
}

section.sec02 .center-box .area-title .info {
  position: absolute;
  text-align: center;
  top: calc(50% - 170px);
  right: auto;
  left: 45px;
}

@media screen and (max-width: 896px) {
  section.sec02 .center-box .area-title {
    position: relative;
    margin: 0;
  }
  section.sec02 .center-box .area-title .info {
    position: relative;
    text-align: center;
    top: auto;
    right: auto;
    left: auto;
  }
}

section.sec03 .top-line {
  background: #c0b689;
}

section.sec03 .flex-box .flex-image .image-line {
  background: #c0b689;
}

section.sec03 .product-list li .btn {
  background: #000;
}

section.sec03 .product-list li.sub .btn {
  background: #c0b689;
}

.stylist {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 14px;
  width: 600px;
  margin: 0 auto 80px;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  padding: 0 25px;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
}

.stylist .stylest-image {
  width: 150px;
  margin: 0 30px 0 0;
}

.stylist p {
  margin: 20px 0;
  width: 360px;
}

.stylist .right {
  margin: 2em 0 0;
  display: block;
  text-align: right;
}

@media screen and (max-width: 896px) {
  .stylist {
    font-size: 12px;
    width: auto;
    margin: 0 15px 40px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-right: none;
    border-left: none;
    padding: 15px 0;
  }
  .stylist .stylest-image {
    width: 117px;
    margin: 0 15px 0 0;
  }
  .stylist p {
    margin: 0;
    width: 360px;
  }
  .stylist .right {
    margin: 0 15px;
  }
}

.btnbox {
  margin: 200px auto 0;
  padding-bottom: 0px;
}

.btnbox .btn1 {
  display: block;
  margin: auto;
  width: 484px;
  height: 59px;
  line-height: 59px;
  text-align: center;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.2em;
  color: #ffffff;
  background-color: #3B3B3B;
}

@media screen and (max-width: 896px) {
  .btnbox {
    margin: 26vw auto 0;
  }
  .btnbox .btn1 {
    width: 92vw;
    height: 15.73vw;
    line-height: 15.73vw;
    font-size: 3.73vw;
  }
}

@media screen and (max-width: 896px) {
  #pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 13%;
    height: 50px;
    display: block;
    z-index: 999;
  }
}

.arrow {
  display: inline-block;
  padding-left: 20px;
  position: absolute;
  top: 34%;
  right: 8%;
  zoom: .6;
}

.arrow::before {
  content: url(../images/arrow.png);
  width: 10px;
  height: 10px;
  margin-top: -12px;
}

/*banner*/
.banner {
  margin: 80px 0 0;
}

.banner .btn-wide {
  font-family: Noto Serif Japanese, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
}

.banner .btn-wide a {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
  width: 600px;
  margin: 0 auto 30px;
  padding: 25px 15px 26px;
  box-sizing: border-box;
}

.banner .btn-wide.btn-white a {
  position: relative;
  background-color: #fff;
  color: #000;
  font-weight: normal;
  border: 1px solid #eeeeee;
}

.banner .btn-wide.btn-white a i img {
  width: 40px;
  margin: -4px 10px 0 0;
}

.banner .btn-wide.btn-white a:hover {
  border: 1px solid #000;
  transition: .3s;
}

.banner .btn-border a {
  width: 400px;
  display: block;
  box-sizing: border-box;
  margin: 0 auto 30px;
  text-align: center;
  border: 1px solid #eaeaea;
  transition: .3s;
}

.banner .btn-border a:hover {
  border: 1px solid #000;
  transition: .3s;
}

.banner .btn-insta a {
  width: 400px;
  display: block;
  box-sizing: border-box;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
  border: 1px solid #eaeaea;
  transition: .3s;
}

.banner .btn-insta a:hover {
  border: 1px solid #000;
  transition: .3s;
}

.banner .btn-insta a span {
  display: block;
}

.banner .btn-insta a .large-text {
  margin: 0 0 0;
  font-size: 22px;
  letter-spacing: 2px;
}

.banner .btn-insta a .text {
  margin: 0 0 0;
}

@media screen and (max-width: 896px) {
  .banner {
    margin: 40px 0 0;
  }
  .banner .btn-wide a {
    font-size: 16px;
    width: auto;
    margin: 20px;
    padding: 30px 0;
  }
  .banner .btn-wide i img {
    width: 50px;
    margin-right: 5px;
    margin-top: -5px;
  }
  .banner .btn-wide.btn-white a {
    font-size: 16px;
    width: auto;
  }
  .banner .btn-border a {
    width: auto;
    display: block;
    margin: 20px 25px;
  }
  .banner .btn-insta a {
    width: auto;
    display: block;
    margin: 20px 25px;
    padding: 0;
  }
  .banner .btn-insta a .large-text {
    margin: 0 0 0;
    font-size: 16px;
    letter-spacing: 2px;
  }
  .banner .btn-insta a .text {
    margin: 10px 0 0;
    font-size: 16px;
    letter-spacing: 2px;
  }
}

.area-btn {
  margin: 100px 0 0;
  text-align: center;
}

.area-btn .btn-all a {
  display: block;
  font-size: 16px;
  letter-spacing: 3px;
  width: 671px;
  margin: 130px auto 100px;
  padding: 20px 0;
  border: 1px solid #000;
}

.area-btn .btn-all a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: 0.5s;
}

.area-btn .sns-list {
  margin: 0 0 25px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.area-btn .sns-list li {
  width: 38px;
  margin: 3px 30px 0 0;
}

.area-btn .sns-list li:last-child {
  margin-top: 0;
  margin-right: 0;
}

.area-btn .logo {
  width: 120px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .area-btn {
    margin: 50px 0 0;
  }
  .area-btn .btn-all a {
    font-size: 12px;
    letter-spacing: 2px;
    padding: 12px 0;
    width: auto;
    margin: 20px 20px 100px;
  }
  .area-btn .banner {
    width: auto;
    margin: 50px 34px;
  }
  .area-btn .sns-list {
    margin: 0 0 25px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
  }
  .area-btn .sns-list li {
    width: 30px;
    margin: 5px 20px 0 0;
  }
  .area-btn .sns-list li:last-child {
    margin-top: 5px;
    margin-right: 0;
  }
  .area-btn .logo {
    width: 120px;
    margin: 0 auto;
  }
}

/*
    footer
=========================================*/
footer {
  margin: 0;
  text-align: center;
  color: #000;
  padding: 30px 0 120px;
  /************SP************/
  /************SPここまで************/
}

footer p {
  font-weight: normal;
  font-size: 10px;
}

.inview0 {
  opacity: 0;
}

.inview1 {
  opacity: 0;
}

.inview2 {
  opacity: 0;
}

.inview3 {
  opacity: 0;
}

.inview4 {
  opacity: 0;
}

.fadein {
  -webkit-animation-name: FadeIn;
  animation-name: FadeIn;
  animation: FadeIn 1.5s ease .3s 1;
  -webkit-animation: FadeIn 1.5s ease .3s 1;
  animation-fill-mode: both;
}

.bordertopin {
  -webkit-animation-name: BorderTopIn;
  animation-name: BorderTopIn;
  animation: BorderTopIn .6s ease 1s 1;
  -webkit-animation: BorderTopIn .6s ease 1s 1;
  animation-fill-mode: both;
}

.borderleftin {
  -webkit-animation-name: BorderLeftIn;
  animation-name: BorderLeftIn;
  animation: BorderLeftIn 1s ease 1s 1;
  -webkit-animation: BorderLeftIn 1s ease 1s 1;
  animation-fill-mode: both;
}

.topin {
  -webkit-animation-name: TopIn;
  animation-name: TopIn;
  animation: TopIn 1s ease 0s 1;
  -webkit-animation: TopIn 1s ease 0s 1;
  animation-fill-mode: both;
}

.leftin {
  -webkit-animation-name: LeftIn;
  animation-name: LeftIn;
  animation: LeftIn 1s ease 0s 1;
  -webkit-animation: LeftIn 1s ease 0s 1;
  animation-fill-mode: both;
}

.rightin {
  -webkit-animation-name: RightIn;
  animation-name: RightIn;
  animation: RightIn 1s ease 0s 1;
  -webkit-animation: RightIn 1s ease 0s 1;
  animation-fill-mode: both;
}

/*FadeIn*/
@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.FadeIn {
  -webkit-animation-name: FadeIn;
  animation-name: FadeIn;
}

/*BorderTopIn*/
@-webkit-keyframes BorderTopIn {
  0% {
    height: 0px;
  }
  100% {
    height: 722.4px;
  }
}

@keyframes BorderTopIn {
  0% {
    height: 0px;
  }
  100% {
    height: 722.4px;
  }
}

@media screen and (max-width: 896px) {
  /*BorderTopIn*/
  @-webkit-keyframes BorderTopIn {
    0% {
      height: 0px;
    }
    100% {
      height: 100%;
    }
  }
  @keyframes BorderTopIn {
    0% {
      height: 0px;
    }
    100% {
      height: 100%;
    }
  }
}

.BorderTopIn {
  -webkit-animation-name: BorderTopIn;
  animation-name: BorderTopIn;
}

/*BorderLeftIn*/
@-webkit-keyframes BorderLeftIn {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

@keyframes BorderLeftIn {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

.BorderLeftIn {
  -webkit-animation-name: BorderLeftIn;
  animation-name: BorderLeftIn;
}

/*TopIn*/
@-webkit-keyframes TopIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

@keyframes TopIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

.TopIn {
  -webkit-animation-name: TopIn;
  animation-name: TopIn;
}

/*LeftIn*/
@-webkit-keyframes LeftIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

@keyframes LeftIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

.LeftIn {
  -webkit-animation-name: LeftIn;
  animation-name: LeftIn;
}

/*RightIn*/
@-webkit-keyframes RightIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

@keyframes RightIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

.RightIn {
  -webkit-animation-name: RightIn;
  animation-name: RightIn;
}

/*# sourceMappingURL=maps/app.css.map */
