@charset "UTF-8";
/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 0px;
  background: #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 94px;
  height: 15px;
  margin: -20px 0 0;
  position: absolute;
  bottom: 10px;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  content: "";
  display: block;
  width: 94px;
  height: 15px;
  background: url(../images/arrow02.svg);
  background-size: cover;
}

.flex-direction-nav a.flex-next:before {
  content: "";
  display: block;
  width: 94px;
  height: 15px;
  background: url(../images/arrow.svg);
  background-size: cover;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "";
  display: block;
  width: 94px;
  height: 15px;
  background: url(../images/arrow02.svg);
  background-size: cover;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/*fonts
---------------------------------------------*/
@font-face {
  font-family: "apercu";
  font-style: normal;
  font-weight: 100;
  src: url("../font/apercu/apercu_regular_pro.eot");
  src: url("../font/apercu/apercu_regular_pro.eot?#iefix") format("embedded-opentype"), url("../font/apercu/apercu_regular_pro.woff") format("woff"), url("../font/apercu/apercu_regular_pro.ttf") format("truetype");
  /* Safari, Android, iOS */
}
/* common
---------------------------------------------*/
html,
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", "Robot", sans-serif;
  width: 100%;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 2px;
  color: #333333;
}
@media screen and (min-width: 769px) {
  html,
body {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  html,
body {
    font-size: 12px;
  }
}

img {
  width: 100%;
  display: block;
}

video {
  display: block;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

/* content
---------------------------------------------*/
div#header {
  position: relative;
}
div#header::before {
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  div#header::before {
    padding-top: 100vh;
  }
}
@media screen and (max-width: 768px) {
  div#header::before {
    padding-top: 100%;
  }
}
@media screen and (min-width: 769px) {
  div#header {
    width: 100%;
    height: 100vh;
    background: url(../images/main_pc.jpg);
    background-size: cover;
    background-position: center bottom;
  }
}
@media screen and (max-width: 768px) {
  div#header {
    background: url(../images/main_sp.jpg);
    background-size: cover;
    background-position: center center;
  }
}
div#header div.title {
  color: black;
  position: absolute;
}
@media screen and (min-width: 769px) {
  div#header div.title {
    top: 35px;
    left: 45px;
  }
}
@media screen and (max-width: 768px) {
  div#header div.title {
    top: calc(35 / 750 * 100%);
    left: calc(30 / 750 * 100%);
    font-size: 10px;
    line-height: 15px;
  }
}
@media screen and (min-width: 769px) {
  div#header div.title h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  div#header div.title h1 {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  div#header div.title p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  div#header div.title p {
    font-size: 10px;
  }
}

div#wrap {
  color: #515151;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  div#wrap {
    letter-spacing: 1px;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div.smooth1 {
    width: 800px;
    margin: 0 auto;
    padding: 77px 0 77px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.smooth1 {
    width: calc(590 / 750 * 100%);
    margin: 0 auto;
    padding: 37px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
div#wrap div.smooth1 div {
  text-align: center;
}
@media screen and (max-width: 768px) {
  div#wrap div.smooth1 div {
    width: 30%;
  }
}
div#wrap div.smooth1 span {
  text-align: center;
  display: block;
}
@media screen and (min-width: 769px) {
  div#wrap div.smooth1 span {
    font-size: 14px;
    font-weight: 100;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.smooth1 span {
    font-size: 10px;
    font-weight: 100;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div.smooth1 img {
    width: 30px;
    margin: 10px auto;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.smooth1 img {
    width: 15px;
    margin: 5px auto;
  }
}
div#wrap div.smooth1 a {
  text-decoration: none;
  color: #515151;
}
@media screen and (min-width: 769px) {
  div#wrap div.smooth1 a {
    font-size: 22px;
    width: 30%;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.smooth1 a {
    font-size: 14px;
    width: 30%;
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div.lineup {
    background-color: #dfdedc;
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.lineup {
    background-color: #dfdedc;
    padding-top: 35px;
  }
}
div#wrap div.lineup h2 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 5px;
  font-family: "Roboto";
}
@media screen and (min-width: 769px) {
  div#wrap div.lineup h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.lineup h2 {
    font-size: 21px;
  }
}
div#wrap div.lineup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  div#wrap div.lineup ul {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.lineup ul {
    width: calc(690 / 750 * 100%);
    margin: 0 auto;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div.lineup ul li {
    width: 280px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.lineup ul li {
    width: calc(327 / 690 * 100%);
    margin-top: 25px;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div.lineup ul li img {
    margin-bottom: 25px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.lineup ul li img {
    margin-bottom: 10px;
  }
}
div#wrap div.lineup ul li a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  div#wrap div.lineup ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.lineup ul li a {
    font-size: 10px;
  }
}
div#wrap div.lineup ul li a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  div#wrap div.lineup ul li a div {
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.lineup ul li a div {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.lineup ul li a span.item {
    width: 110px;
  }
}
div#wrap div.lineup ul li a span.buy {
  border: 1px solid #000;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  div#wrap div.lineup ul li a span.buy {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.lineup ul li a span.buy {
    padding: 0 9px;
    height: 10%;
  }
}
div#wrap div.lineup a.btn {
  border: 1px solid #474747;
  color: #474747;
  display: block;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  div#wrap div.lineup a.btn {
    font-size: 22px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 0;
    width: 450px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.lineup a.btn {
    font-size: 12px;
    width: calc(500 / 690 * 100%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 0;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div.smooth2 {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.smooth2 {
    width: calc(730 / 750 * 100%);
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
div#wrap div.smooth2 h2 {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: bold;
  letter-spacing: 5px;
}
@media screen and (min-width: 769px) {
  div#wrap div.smooth2 h2 {
    margin-top: 70px;
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.smooth2 h2 {
    margin-top: 35px;
    font-size: 21px;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div.smooth2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.smooth2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div.smooth2 li {
    width: calc(255 / 800 * 100%);
    margin-top: 50px;
    border: solid 1px;
    color: #dfdedc;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.smooth2 li {
    width: calc(235 / 750 * 100%);
    margin-top: 25px;
    font-size: 10px;
    border: solid 1px;
    color: #dfdedc;
  }
}
div#wrap div.smooth2 li a {
  text-decoration: none;
}
div#wrap div.smooth2 li span {
  margin-top: 10px;
  display: block;
  color: #515151;
}
@media screen and (min-width: 769px) {
  div#wrap div.fragrance {
    width: 800px;
    margin: 50px auto 0;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.fragrance {
    width: calc(690 / 750 * 100%);
    margin: 10% auto 0;
    padding-bottom: 25px;
  }
}
div#wrap div.fragrance h2 {
  text-align: center;
  font-family: "Roboto";
}
@media screen and (min-width: 769px) {
  div#wrap div.fragrance h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.fragrance h2 {
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div.fragrance div.container {
    margin-top: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    -ms-grid-columns: 50% 50%;
        grid-template: "image chart" "image chartText"/50% 50%;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.fragrance div.container {
    margin-top: 25px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    -ms-grid-columns: 50% 50%;
        grid-template: "image chart" "chartText chartText"/50% 50%;
  }
}
div#wrap div.fragrance div.container div.image {
  grid-area: image;
}
@media screen and (min-width: 769px) {
  div#wrap div.fragrance div.container div.image {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.fragrance div.container div.image {
    width: 95%;
  }
}
div#wrap div.fragrance div.container div.chart {
  grid-area: chart;
}
@media screen and (min-width: 769px) {
  div#wrap div.fragrance div.container div.chart {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.fragrance div.container div.chart {
    width: 100%;
    margin: auto;
  }
}
div#wrap div.fragrance div.container div.chartText {
  grid-area: chartText;
}
@media screen and (min-width: 769px) {
  div#wrap div.fragrance div.container div.chartText {
    margin: auto;
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.fragrance div.container div.chartText {
    margin-top: 20px;
  }
}
div#wrap div.products {
  position: relative;
}
div#wrap div.products a {
  text-decoration: none;
  color: #515151;
}
@media screen and (min-width: 769px) {
  div#wrap div.products {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.products {
    width: calc(690 / 750 * 100%);
    margin: 0 auto;
    padding-bottom: 50px;
  }
}
div#wrap div.products div.swiper {
  width: 100%;
  height: 100%;
}
div#wrap div.products div.swiper div.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div#wrap div.products div.swiper div.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
div#wrap div.products div.swiper-pagination {
  bottom: -5px;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  div#wrap div.products div.swiper-pagination {
    bottom: 60px;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.products div.swiper-pagination {
    bottom: 10%;
    left: 0;
    width: 100%;
  }
}
div#wrap div.products .swiper-pagination-bullet-active {
  background-color: #696969;
}
@media screen and (min-width: 769px) {
  div#wrap div.products div.swiper-button-prev {
    top: 38%;
    left: 31%;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.products div.swiper-button-prev {
    top: 30%;
    left: 27%;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div.products div.swiper-button-next {
    top: 38%;
    right: 31%;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.products div.swiper-button-next {
    top: 30%;
    right: 28%;
  }
}
div#wrap div.products div.swiper-button-prev:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #000;
  opacity: 0.5;
  margin-left: 20px;
  /* マージンを追加 */
}
@media screen and (min-width: 769px) {
  div#wrap div.products div.swiper-button-prev:after {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.products div.swiper-button-prev:after {
    font-size: 18px;
  }
}
div#wrap div.products div.swiper-button-next:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #000;
  opacity: 0.5;
  margin-right: 20px;
}
@media screen and (min-width: 769px) {
  div#wrap div.products div.swiper-button-next:after {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.products div.swiper-button-next:after {
    font-size: 18px;
  }
}
div#wrap div.staff {
  background-color: #6b6b6b;
  color: #ffff;
}
@media screen and (min-width: 769px) {
  div#wrap div.staff h2 {
    text-align: center;
    font-size: 42px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.staff h2 {
    text-align: center;
    font-size: 21px;
    padding-top: 35px;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div.staff ul {
    width: 800px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.staff ul {
    width: calc(690 / 750 * 100%);
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div.staff ul li {
    margin-top: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
        grid-template: "image staffInfo" "image staffComment";
  }
  div#wrap div.staff ul li > div.image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.staff ul li {
    margin-top: 25px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
        grid-template: "image staffInfo staffInfo" "staffComment staffComment staffComment";
  }
  div#wrap div.staff ul li > div.image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}
div#wrap div.staff ul li div.image {
  grid-area: image;
}
@media screen and (min-width: 769px) {
  div#wrap div.staff ul li div.image {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.staff ul li div.image {
    width: 80%;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div.staff ul li div.image img {
    width: 150px;
    border-radius: 50%;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.staff ul li div.image img {
    width: 100%;
    border-radius: 50%;
  }
}
div#wrap div.staff ul li div.staffInfo {
  grid-area: staffInfo;
  font-weight: bold;
  font-size: 1;
}
div#wrap div.staff ul li div.staffComment {
  grid-area: staffComment;
}
@media screen and (min-width: 769px){
  div#wrap div.fragrance div.container div.image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  div#wrap div.fragrance div.container div.chart {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  div#wrap div.fragrance div.container div.chartText {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  div#wrap div.staff ul li div.image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  div#wrap div.staff ul li > div.image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  div#wrap div.staff ul li div.staffInfo {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  div#wrap div.staff ul li div.staffComment {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 768px){
  div#wrap div.fragrance div.container div.image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  div#wrap div.fragrance div.container div.chart {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  div#wrap div.fragrance div.container div.chartText {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  div#wrap div.staff ul li div.image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  div#wrap div.staff ul li > div.image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  div#wrap div.staff ul li > div.staffInfo {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  div#wrap div.staff ul li > div.staffComment {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div.staff ul li div.staffInfo,
div#wrap div.staff ul li div.staffComment {
    width: 93.75%;
    margin-left: auto;
    margin-right: 10px;
    margin-top: 10px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.staff ul li div.staffInfo {
    margin: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.staff ul li div.staffComment {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div.foot {
    width: 250px;
    margin: 200px auto;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.foot {
    width: 180px;
    margin: 150px auto;
  }
}
div#wrap div.about {
  text-align: center;
}
@media screen and (min-width: 769px) {
  div#wrap div.about {
    width: 800px;
    margin: 0 auto;
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.about {
    width: calc(690 / 750 * 100%);
    margin: 0 auto;
    padding-top: 25px;
  }
}
div#wrap div.about h2 {
  font-family: "Roboto";
}
@media screen and (min-width: 769px) {
  div#wrap div.about h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.about h2 {
    font-size: 21px;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div.about div {
    width: 90%;
    margin: 50px auto;
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.about div {
    font-size: 10px;
    line-height: 30px;
    margin-top: 25px;
    letter-spacing: 0.4px;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div.about img {
    width: 15%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div.about img {
    width: 25%;
    margin: 25px auto;
  }
}
/*# sourceMappingURL=style.css.map */