@charset "UTF-8";
/*====================================
	
	----------------------------------
		Color
	----------------------------------
	
	Main     : #074137
	Sub      : #bbd3a8
	Dark     : #004738

	----------------------------------
  	Structure
  ----------------------------------
  
    _reset.scss / reset
    _mixin.scss / mixin
    _login.scss / login
    _side.scss / サイドバー
  
    style.scss
		[1]  Base
		[2]  Common / 共通
		[3]  Top　/ トップページ 
		[4]  Footer
		[5]  下層ページ
  	※ Media Query
  		-600px
      -900px
      
	----------------------------------
  	Comment
  ----------------------------------
  
  修正する際は、それぞれのscssを修正してください。

  ----------------------------------
    更新履歴
  ----------------------------------
    
    2019.04/04 azuma

====================================*/
/*  Fonts
*************************************************************************/
@import url("https://use.typekit.net/ufc1hqv.css");
@import url("https://fonts.googleapis.com/css?family=Playball&display=swap");
/*  Reset ▽_reset.scssここから
*************************************************************************/
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0;
  line-height: 1.65;
  letter-spacing: 0.1rem;
  font-size: 100%;
  font-weight: 400; }

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, section, main {
  display: block; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

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

table {
  border-collapse: collapse; }

ul li {
  list-style: none; }

ol li {
  list-style: decimal;
  margin-left: 2.0rem; }

img {
  width: 100%; }

a {
  transition: .3s;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

input[type="text"],
input[type="button"],
input[type="email"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* △_reset.scssここまで -----*/
/*  Contact
*************************************************************************/
.contact {
  margin: -3rem 0 9rem; }

.contact table {
  width: 100%;
  margin: 2.5rem 0; }

.contact table th,
.contact table td {
  display: block; }
  @media screen and (min-width: 600px) {
    .contact table th,
    .contact table td {
      display: table-cell; } }

.contact table th {
  text-align: left;
  font-weight: bold;
  padding: 2rem 0 0; }
  @media screen and (min-width: 600px) {
    .contact table th {
      border-bottom: solid 1px #e2e5df;
      padding: 3rem 0; } }

.contact table td {
  border-bottom: solid 1px #e2e5df;
  padding: 1rem 0 2rem; }
  @media screen and (min-width: 600px) {
    .contact table td {
      padding: 3rem 0;
      width: 65%; } }

.required {
  border: solid 1px #ccc;
  background: #d54240;
  color: #fff;
  border-radius: 3px;
  padding: .1rem .4rem .1rem .5rem;
  margin-right: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block; }

input[type="text"],
input[type="button"],
input[type="email"],
input[type="submit"],
button[type="submit"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.formControl {
  display: block;
  width: 100%;
  height: 40px;
  padding: .8rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #495057;
  background: #f7fafa;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
  .formControl:focus {
    outline: 0;
    box-shadow: none;
    border: solid 1px #bf9345; }

.formName {
  max-width: 300px; }

.formTel {
  max-width: 200px; }

textarea.formControl {
  height: 150px; }

.btnContact {
  font-size: 2rem;
  padding: 1rem 2rem;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  background: #fff;
  color: #fff;
  background: #bf9345;
  border: solid 1px #bf9345;
  border-radius: .2rem;
  display: block;
  width: 100%;
  max-width: 180px;
  position: relative;
  margin: 4rem auto 0; }
  .btnContact:focus {
    outline: 0; }
  .btnContact:hover {
    opacity: .8; }

/*---------- Confirm ----------*/
.confirm .btnWrap {
  margin-top: 7rem; }

.confirm .btnContact {
  display: inline-block;
  max-width: 125px;
  margin: 0 .5rem; }
  @media screen and (min-width: 600px) {
    .confirm .btnContact {
      max-width: 180px;
      margin: 0 1rem; } }

.btnBack {
  width: 100%;
  max-width: 125px;
  border: solid 1px #d2d3cf !important;
  color: #454c56;
  background: #fff;
  font-size: 2rem;
  padding: 1rem 2rem;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  margin: 0 .5rem; }
  @media screen and (min-width: 600px) {
    .btnBack {
      max-width: 180px;
      margin: 0 1rem; } }

.confirm .btn {
  margin: 0 .5rem; }
  @media screen and (min-width: 600px) {
    .confirm .btn {
      margin: 0 1rem; } }

/*---------- Thanks ----------*/
.thanks {
  margin: -3rem 0 10rem; }

.thanks p {
  margin-bottom: 2rem; }

.thanks .btnPrimary {
  max-width: 210px;
  text-align: left; }
  .thanks .btnPrimary:before {
    width: 40px; }

/*  Mv
*************************************************************************/
.supplementBg {
  position: relative;
  background: url(../supplement/images/supplementMv.jpg?ver=1.2) no-repeat center;
  background-size: cover;
  height: 240px; }
  @media screen and (min-width: 600px) {
    .supplementBg {
      height: 330px; } }
  .supplementBg:after {
    content: '';
    background-color: rgba(44, 44, 44, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .supplementBg .subHead {
    color: #fff;
    z-index: 1;
    font-size: 2.3rem; }
    @media screen and (min-width: 600px) {
      .supplementBg .subHead {
        font-size: 2.6rem; } }
    .supplementBg .subHead:before {
      background: #fff; }

/*  サプリ　詳細
*************************************************************************/
@media screen and (min-width: 600px) {
  .supplementDesc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-start; } }
.supplementDesc img {
  max-width: 420px;
  display: block;
  margin: 0 auto; }
  @media screen and (min-width: 600px) {
    .supplementDesc img {
      margin: 0; } }

.supplementDescContents {
  margin-top: 1.5rem; }
  @media screen and (min-width: 600px) {
    .supplementDescContents {
      margin: 0 0 0 3rem; } }
  .supplementDescContents .supplementTtl {
    font-size: 1.4rem;
    color: #775b24; }
  .supplementDescContents h2 {
    font-size: 2.2rem;
    margin-bottom: .5rem;
    font-weight: bold; }
  .supplementDescContents h3 {
    font-size: 1.8rem;
    color: #bf9345;
    line-height: 1.5;
    font-weight: bold; }
    @media screen and (min-width: 600px) {
      .supplementDescContents h3 {
        font-size: 2rem; } }
  .supplementDescContents p {
    margin: 1rem 0; }
  .supplementDescContents dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin-top: 1rem; }
    .supplementDescContents dl dt {
      width: 100%;
      max-width: 75px; }
    .supplementDescContents dl .supplementPrice {
      text-decoration: line-through;
      border-color: #E82C47;
      text-decoration-color: #E82C47; }
    .supplementDescContents dl .supplementPriceImg {
      max-width: 197px; }

/*  お召し上がり方
*************************************************************************/
.howToEat {
  margin-top: 5rem; }
  .howToEat h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center; }
    .howToEat h2:after {
      margin-left: 1rem;
      border-top: 1px solid #ccc;
      content: "";
      flex-grow: 1; }

/*  卸販売希望企業様
*************************************************************************/
.supplementCompany {
  background: url("../supplement/images/businessBg.jpg") no-repeat right;
  background-size: cover;
  padding: 6rem 0;
  position: relative; }
  @media screen and (min-width: 600px) {
    .supplementCompany {
      padding: 9rem 0; } }
  .supplementCompany:after {
    content: '';
    background-color: rgba(187, 187, 187, 0.1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .supplementCompany .supplementCompanyInner {
    background: #fff;
    padding: 5rem 2rem;
    text-align: center;
    z-index: 1;
    position: relative; }
    .supplementCompany .supplementCompanyInner h2 {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 4rem; }
    .supplementCompany .supplementCompanyInner a {
      display: block;
      max-width: 234px;
      margin: 0 auto; }
    .supplementCompany .supplementCompanyInner img {
      max-width: 234px; }

/*  成分
*************************************************************************/
.ingredient {
  max-width: 100%;
  margin-top: 8rem; }

/*  ボタン
*************************************************************************/
.supplementBtnArea {
  background: #F7F5F0;
  padding: 7rem 0; }
  @media screen and (min-width: 600px) {
    .supplementBtnArea {
      padding: 9rem 0; } }

@media screen and (min-width: 600px) {
  .btnInner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center; } }
.btnInner a {
  display: block;
  font-size: 1.8rem;
  width: 100%;
  max-width: 465px;
  padding: 1.8rem;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  color: #fff;
  border-radius: .2rem; }
  @media screen and (min-width: 600px) {
    .btnInner a {
      font-size: 2.3rem;
      padding: 2rem; } }
.btnInner i {
  font-size: 2.7rem;
  margin-right: 1rem;
  position: relative;
  top: 1px; }
.btnInner .btnShop {
  background: #775b24;
  border: solid 1px #775b24;
  margin-bottom: 2rem; }
  @media screen and (min-width: 600px) {
    .btnInner .btnShop {
      margin-bottom: 0; } }
.btnInner .btnSuppleContact {
  background: #bf9345;
  border: solid 1px #bf9345; }

/*  サプリ　雑誌
*************************************************************************/
.supplementNews {
  background: #FBF8F0;
  padding: 7rem 0; }
  .supplementNews .supplementNewsWrap:first-of-type {
    margin-bottom: 5rem; }
  .supplementNews .supplementNewsWrap {
    border: solid 9px #DEC89E;
    padding: 3rem 2rem; }
    @media screen and (min-width: 600px) {
      .supplementNews .supplementNewsWrap {
        padding: 5rem 3rem; } }
    .supplementNews .supplementNewsWrap h2 {
      text-align: center;
      font-size: 2.3rem;
      font-weight: bold;
      margin-bottom: 3rem; }
      @media screen and (min-width: 600px) {
        .supplementNews .supplementNewsWrap h2 {
          font-size: 3rem;
          margin-bottom: 5rem; } }
    @media screen and (min-width: 600px) {
      .supplementNews .supplementNewsWrap .supplementNewsImg {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center; } }
    .supplementNews .supplementNewsWrap .supplementNewsImg img {
      max-width: 250px;
      margin: 0 auto 3rem;
      display: block; }
      @media screen and (min-width: 600px) {
        .supplementNews .supplementNewsWrap .supplementNewsImg img {
          margin: 0; } }
      @media screen and (min-width: 900px) {
        .supplementNews .supplementNewsWrap .supplementNewsImg img {
          max-width: 410px; } }
    @media screen and (min-width: 600px) {
      .supplementNews .supplementNewsWrap .supplementNewsImg img:first-of-type {
        padding-right: 1rem; } }
    @media screen and (min-width: 600px) {
      .supplementNews .supplementNewsWrap .supplementNewsImg img:last-of-type {
        padding-left: 1rem; } }
    @media screen and (min-width: 900px) {
      .supplementNews .supplementNewsWrap .supplementNewsImg .magazineImg {
        width: auto;
        height: 376px; } }
    @media screen and (min-width: 600px) {
      .supplementNews .supplementNewsWrap .supplementNewsImg .magazineImg:first-of-type {
        padding-right: 2rem; } }
    @media screen and (min-width: 600px) {
      .supplementNews .supplementNewsWrap .supplementNewsImg .magazineImg:last-of-type {
        padding-left: 2rem; } }

/*  Mv
*************************************************************************/
.appBg {
  position: relative;
  background: url(../app/images/appMv.jpg?ver=1.0) no-repeat center;
  background-size: cover;
  height: 240px; }
  @media screen and (min-width: 600px) {
    .appBg {
      height: 330px; } }
  .appBg:after {
    content: '';
    background-color: rgba(44, 44, 44, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .appBg .subHead {
    color: #fff;
    z-index: 1;
    font-size: 2.3rem; }
    @media screen and (min-width: 600px) {
      .appBg .subHead {
        font-size: 2.6rem; } }
    .appBg .subHead:before {
      background: #fff; }

/*  About Us
*************************************************************************/
.about {
  position: relative;
  height: 100%;
  min-height: 630px; }
  @media screen and (min-width: 600px) {
    .about {
      padding: 6rem 0 9rem;
      min-height: 100%; } }
  .about h2 {
    font-family: baskerville-urw, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3rem;
    position: relative;
    padding-bottom: .5rem;
    /* 余白指定 */
    margin-bottom: 6rem; }
    .about h2:before {
      content: '';
      width: 50px;
      height: 3px;
      background: #775b24;
      display: block;
      position: absolute;
      left: 0;
      bottom: -6px; }
  .about p {
    font-size: 2.3rem;
    position: absolute;
    bottom: 90px; }
    @media screen and (min-width: 600px) {
      .about p {
        font-size: 2.8rem;
        position: static; } }
  .about img {
    position: absolute;
    top: 240px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    max-width: 310px; }
    @media screen and (min-width: 600px) {
      .about img {
        max-width: 450px;
        top: 20px;
        right: 240px;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none; } }

/*  店舗アプリの機能紹介
*************************************************************************/
.point {
  background: #FBF8F0;
  padding: 7rem 0; }
  @media screen and (min-width: 600px) {
    .point {
      padding: 9rem 0; } }
  .point h2 {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 7rem; }
    @media screen and (min-width: 600px) {
      .point h2 {
        font-size: 3rem;
        margin-bottom: 12rem; } }

.pointInner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  @media screen and (min-width: 600px) {
    .pointInner {
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: flex-start; } }
  .pointInner span {
    font-family: funkydori, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.2rem;
    line-height: 1; }
    @media screen and (min-width: 600px) {
      .pointInner span {
        font-size: 3.7rem; } }
  .pointInner h3 {
    font-size: 2rem;
    color: #bf9345;
    margin: 0 0 1.5rem;
    font-weight: bold; }
    @media screen and (min-width: 600px) {
      .pointInner h3 {
        font-size: 2.3rem; } }
  .pointInner .tag {
    margin: 1.5rem 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    @media screen and (min-width: 600px) {
      .pointInner .tag {
        justify-content: flex-start; } }
    .pointInner .tag p {
      color: #775b24;
      border: solid 1px #775b24;
      background: #fff;
      padding: .5rem 1rem;
      text-align: center; }
      @media screen and (min-width: 600px) {
        .pointInner .tag p {
          padding: .5rem 2rem; } }
    @media screen and (min-width: 600px) {
      .pointInner .tag p:first-of-type,
      .pointInner .tag p:nth-child(3) {
        margin-right: 1rem; } }
    .pointInner .tag p:first-of-type,
    .pointInner .tag p:nth-child(2) {
      margin-bottom: 1rem; }
  .pointInner img {
    max-width: 215px;
    display: block; }
    @media screen and (min-width: 600px) {
      .pointInner img {
        max-width: 365px;
        margin: 0 0 0 7rem; } }

.point1 .pointContents {
  order: 2; }
  @media screen and (min-width: 600px) {
    .point1 .pointContents {
      order: 1; } }
.point1 .tag {
  max-width: 335px; }
  @media screen and (min-width: 600px) {
    .point1 .tag {
      max-width: 360px; } }
  .point1 .tag p {
    width: 161px; }
.point1 img {
  margin: 0 auto 4rem;
  order: 1; }
  @media screen and (min-width: 600px) {
    .point1 img {
      margin: 0 0 0 7rem;
      order: 2; } }

.point2 .tag {
  max-width: 335px; }
  @media screen and (min-width: 600px) {
    .point2 .tag {
      max-width: 490px; } }
  .point2 .tag p {
    width: 222px; }
  .point2 .tag p:nth-child(3) {
    margin-bottom: 1rem; }
    @media screen and (min-width: 600px) {
      .point2 .tag p:nth-child(3) {
        margin-bottom: 0; } }
.point2 img {
  margin: 0 auto 4rem; }
  @media screen and (min-width: 600px) {
    .point2 img {
      margin: 0 7rem 0 0; } }

.point3 .pointContents {
  order: 2; }
  @media screen and (min-width: 600px) {
    .point3 .pointContents {
      order: 1; } }
.point3 .tag {
  max-width: 335px; }
  @media screen and (min-width: 600px) {
    .point3 .tag {
      max-width: 525px; } }
  .point3 .tag p {
    width: 314px; }
    @media screen and (min-width: 600px) {
      .point3 .tag p {
        width: 195px; } }
  .point3 .tag p:last-of-type {
    width: 314px; }
  .point3 .tag p:nth-child(3) {
    margin-bottom: 1rem; }
    @media screen and (min-width: 600px) {
      .point3 .tag p:nth-child(3) {
        margin-bottom: 0; } }
.point3 img {
  margin: 0 auto 4rem;
  order: 1; }
  @media screen and (min-width: 600px) {
    .point3 img {
      margin: 0 0 0 7rem;
      order: 2; } }

.appLinePc {
  display: none; }
  @media screen and (min-width: 600px) {
    .appLinePc {
      display: block;
      max-width: 455px;
      margin: 5rem auto; } }

.appLineSp {
  display: block;
  max-width: 11px;
  margin: 3rem auto; }
  @media screen and (min-width: 600px) {
    .appLineSp {
      display: none; } }

/*  レイアウト
*************************************************************************/
.layout {
  background: url("../app/images/appBg.jpg") no-repeat top center;
  background-size: cover;
  padding: 6rem 0;
  text-align: center; }
  @media screen and (min-width: 600px) {
    .layout {
      padding: 9rem 0; } }
  .layout h2 {
    font-size: 2rem; }
    @media screen and (min-width: 600px) {
      .layout h2 {
        font-size: 2.3rem; } }
  .layout .layoutTxt {
    margin: 4rem 0 6rem; }

.layoutInner {
  background: #fff; }
  @media screen and (min-width: 600px) {
    .layoutInner {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      justify-content: space-between; } }
  .layoutInner .layoutContents {
    flex-basis: 33%; }
    .layoutInner .layoutContents img {
      max-width: 105px; }
  .layoutInner .layoutContents:not(:last-child) {
    border-bottom: solid 1px #ddd; }
    @media screen and (min-width: 600px) {
      .layoutInner .layoutContents:not(:last-child) {
        border-right: solid 1px #ddd;
        border-bottom: 0; } }
  .layoutInner .layoutTtl {
    font-size: 2rem;
    color: #775b24;
    padding: 3rem 0 2rem; }
  .layoutInner .layoutDesc {
    padding: 2rem 0 3rem; }

/*-----▽ style.scss ここから*/
/*  Base
*************************************************************************/
html, body {
  height: 100%; }

html {
  font-size: 62.5%;
  overflow: auto; }

body {
  font-size: 1.6rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  color: #454c56;
  line-height: 2.0;
  letter-spacing: 0.2rem;
  -webkit-text-size-adjust: 100%; }

/* 共通
*************************************************************************/
.container {
  max-width: 540px;
  margin: 0 auto;
  padding: 0 2rem; }
  @media screen and (min-width: 600px) {
    .container {
      max-width: 1000px; } }

.pcOnly {
  display: none !important; }
  @media screen and (min-width: 600px) {
    .pcOnly {
      display: block !important; } }

@media screen and (min-width: 600px) {
  .spOnly {
    display: none !important; } }
.mb10 {
  margin-bottom: 1rem; }

/*---------- Top　見出し ----------*/
.topHead {
  font-family: baskerville-urw, serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 3rem;
  position: relative;
  margin-bottom: 3rem; }
  .topHead:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 45px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #775b24; }

/*---------- Btn ----------*/
.btn {
  font-size: 1.8rem;
  padding: 1.2rem 2rem;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer; }
  .btn:hover {
    opacity: .8; }

.btn:focus {
  outline: 0; }

.btnMain {
  background: #bf9345;
  color: #fff;
  width: 100%;
  max-width: 180px;
  margin: 2rem auto 0;
  display: block; }
  @media screen and (min-width: 600px) {
    .btnMain {
      margin: 3rem auto 0; } }

.btnWrap {
  text-align: center; }

/*.btnPrimary {
  font-size: 1.8rem;
	padding: 1.2rem 2rem;
	letter-spacing: 0;
	text-align: center;
	cursor: pointer;
  background: $mainColor;
	color: #fff;
  border-radius: .2rem;
}*/
.btnPrimary {
  font-size: 1.8rem;
  padding: .8rem 2rem;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  background: #fff;
  color: #fff;
  background: #bf9345;
  border: solid 1px #bf9345;
  border-radius: .2rem;
  display: block;
  max-width: 200px;
  position: relative;
  margin-top: 2rem; }
  @media screen and (min-width: 600px) {
    .btnPrimary {
      margin-top: 3rem; } }
  .btnPrimary:before, .btnPrimary:after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    bottom: 0; }
  .btnPrimary:before {
    width: 50px;
    height: 1px;
    top: 0;
    right: 15px;
    background: #fff; }
  .btnPrimary:after {
    width: 6px;
    height: 6px;
    top: 0;
    right: 16px;
    border-right: 1px solid transparent;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .btnPrimary:hover:before {
    right: 7px;
    transition: .3s; }
  .btnPrimary:hover:after {
    right: 8px;
    transition: .3s; }

.btnSecondary {
  font-size: 1.8rem;
  padding: .8rem 2rem;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  background: #fff;
  color: #bf9345;
  border: solid 1px #bf9345;
  border-radius: .2rem;
  display: block;
  max-width: 200px;
  position: relative;
  margin-top: 2rem; }
  .btnSecondary:before, .btnSecondary:after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    bottom: 0; }
  .btnSecondary:before {
    width: 50px;
    height: 1px;
    top: 0;
    right: 15px;
    background: #bf9345; }
  .btnSecondary:after {
    width: 6px;
    height: 6px;
    top: 0;
    right: 16px;
    border-right: 1px solid transparent;
    border-top: 1px solid #bf9345;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .btnSecondary:hover:before {
    right: 7px;
    transition: .3s; }
  .btnSecondary:hover:after {
    right: 8px;
    transition: .3s; }

/* Header
*************************************************************************/
header {
  padding: 1.2rem 1rem;
  position: relative; }
  @media screen and (min-width: 960px) {
    header {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0; } }

header .logo {
  width: 100%;
  max-width: 185px; }
  @media screen and (min-width: 960px) {
    header .logo {
      padding-left: 1.5rem;
      max-width: 220px;
      margin: 0 auto; } }
  header .logo img {
    display: block; }

header nav {
  max-width: 410px; }
  @media screen and (min-width: 960px) {
    header nav {
      width: 100%;
      max-width: 750px;
      margin: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      justify-content: flex-end; } }

@media screen and (max-width: 959px) {
  header nav {
    position: fixed;
    right: -320px;
    /* これで隠れる */
    top: 0;
    width: 300px;
    /* スマホに収まるくらい */
    height: 100vh;
    padding-top: 65px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */ } }
header nav ul {
  display: block; }
  @media screen and (min-width: 960px) {
    header nav ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      justify-content: space-between; } }

header nav ul li {
  border-top: solid 1px #ddd; }
  @media screen and (min-width: 960px) {
    header nav ul li {
      margin-right: 5rem;
      border-top: none; } }

header nav ul li a {
  color: #333;
  font-size: 1.4rem;
  font-family: baskerville-urw, serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  padding: 2.5rem 1.5rem; }
  @media screen and (min-width: 960px) {
    header nav ul li a {
      font-size: 1.6rem;
      padding: 3.5rem 0; } }

@media screen and (min-width: 960px) {
  .btnArea {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    max-width: 286px; } }

.contactBtn {
  background: #bf9345;
  color: #fff;
  padding: 2.5rem 1.5rem;
  display: block; }
  @media screen and (min-width: 960px) {
    .contactBtn {
      padding: 3.5rem 4rem; } }

.memberBtn {
  background: #775b24;
  color: #fff;
  padding: 2.5rem 1.5rem;
  display: block; }
  @media screen and (min-width: 960px) {
    .memberBtn {
      padding: 3.5rem 4rem; } }

.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  /* クリックしやすいようにちゃんと幅を指定する */
  height: 40px;
  /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300; }
  @media screen and (min-width: 960px) {
    .hamburger {
      display: none; } }

.hamburgerLine {
  position: absolute;
  left: 5px;
  width: 22px;
  height: 1px;
  background: #775b24;
  transition: all .6s; }

.hamburgerLine1 {
  top: 24px; }

.hamburgerLine2 {
  top: 31px;
  width: 14px;
  left: 12px; }

.hamburgerLine3 {
  top: 38px;
  width: 20px;
  left: 7px; }

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer; }

/* 表示された時用のCSS */
.navOpen nav {
  right: 0; }

.navOpen .overlay {
  opacity: .8;
  visibility: visible; }

.navOpen .hamburgerLine1 {
  transform: rotate(45deg);
  top: 30px;
  width: 27px; }

.navOpen .hamburgerLine2 {
  width: 0;
  left: 50%; }

.navOpen .hamburgerLine3 {
  transform: rotate(-45deg);
  top: 30px;
  width: 26px; }

/*  MvVideo
*************************************************************************/
.mvVideo {
  position: relative;
  width: 100%;
  height: 630px;
  overflow: hidden; }
  @media screen and (min-width: 600px) {
    .mvVideo {
      height: 100vh; } }
  .mvVideo .logoMv {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    z-index: 1; }
    .mvVideo .logoMv img {
      position: absolute;
      max-width: 130px;
      display: block;
      margin: 0 auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
      @media screen and (min-width: 600px) {
        .mvVideo .logoMv img {
          max-width: 180px; } }
  .mvVideo video {
    height: 630px;
    overflow: hidden; }
    @media screen and (min-width: 600px) {
      .mvVideo video {
        height: 100vh; } }

/*  Top Contents
*************************************************************************/
.productContentsSlide {
  background: #FBF8F0;
  padding: 6rem 0 9rem; }
  .productContentsSlide h2 {
    margin-bottom: 9rem; }
  .productContentsSlide .btnSecondary {
    margin-top: 2rem; }
    @media screen and (min-width: 600px) {
      .productContentsSlide .btnSecondary {
        margin-top: 3rem; } }

/* Slider */
.productContentsSlide {
  overflow: hidden; }

.slick-list {
  overflow-y: visible !important;
  overflow-x: inherit !important; }

.slick li {
  padding: 0 1rem;
  height: 100% !important; }

.slickImg {
  position: relative;
  cursor: pointer;
  display: block;
  margin-bottom: 3rem; }

.slickTxtWrap {
  position: absolute;
  bottom: -60px;
  background: #fff;
  width: 100%;
  height: 85px;
  padding: 2rem; }
  .slickTxtWrap span {
    color: #bf9345;
    font-size: 1.2rem;
    display: block; }
  .slickTxtWrap p {
    color: #454c56; }

/* Slider 矢印 */
.slick .prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.8);
  background: url("../images/arrowLeft.svg") no-repeat;
  background-position: center center;
  background-size: 100%;
  z-index: 1; }

.slick .next {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.8);
  background: url("../images/arrowRight.svg") no-repeat;
  background-position: center center;
  background-size: 100%;
  z-index: 1; }

/* Slider dots */
.slick-dots {
  bottom: -65px !important; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  text-indent: -9999px;
  display: block;
  width: 15px !important;
  height: 15px !important;
  margin: 0 5px;
  outline: 0;
  transition-duration: 0.3s;
  background: #E1E3DD !important; }

.slick-dots li button {
  background: #E1E3DD; }

.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background: #bf9345 !important; }

/*  Top Video
*************************************************************************/
.topVideo {
  background: url(../images/bgGray.jpg) repeat;
  padding: 4.5rem 0; }
  .topVideo .inner {
    background: #fff;
    padding: 4rem 3rem;
    max-width: 630px;
    margin: 9rem auto 0; }
    @media screen and (min-width: 960px) {
      .topVideo .inner {
        max-width: 100%; } }
    @media screen and (min-width: 960px) {
      .topVideo .inner .videoWrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        justify-content: space-between; } }
    .topVideo .inner .videoWrap img {
      display: block;
      margin-bottom: 1.5rem; }
      @media screen and (min-width: 960px) {
        .topVideo .inner .videoWrap img {
          margin-right: 2rem;
          margin-bottom: 0;
          max-width: 330px; } }
    .topVideo .inner .videoWrap h3 {
      font-size: 2rem;
      margin-bottom: .5rem; }
    .topVideo .inner .videoWrap:not(:last-of-type) {
      border-bottom: solid 1px #E1E3DD;
      padding: 4rem 0; }
      @media screen and (min-width: 960px) {
        .topVideo .inner .videoWrap:not(:last-of-type) {
          padding: 2rem 0; } }
    .topVideo .inner .videoWrap:first-of-type {
      padding-top: 0; }
    .topVideo .inner .videoWrap:last-of-type {
      padding-top: 4rem; }
      @media screen and (min-width: 960px) {
        .topVideo .inner .videoWrap:last-of-type {
          padding-top: 2rem; } }
    .topVideo .inner .btnPrimary {
      margin: 4rem auto 0; }

/*  Top Product
*************************************************************************/
.product {
  background: #FBF8F0;
  padding: 7rem 0; }

.product img {
  max-width: 567px;
  display: block;
  margin: 0 auto; }
  @media screen and (min-width: 600px) {
    .product img {
      max-width: 440px; } }
  @media screen and (min-width: 960px) {
    .product img {
      max-width: 567px;
      margin: 0; } }

.productInner {
  position: relative;
  margin-top: 6rem; }
  @media screen and (min-width: 600px) {
    .productInner {
      margin: 9rem auto;
      height: 100%; } }
  @media screen and (min-width: 960px) {
    .productInner {
      margin-top: 12rem;
      margin-bottom: 0;
      max-width: 100%;
      margin: 12rem auto 0; } }
  .productInner .productContents {
    background: #fff;
    width: 100%;
    max-width: 320px;
    padding: 3rem;
    position: relative;
    margin: -2rem auto 0; }
    @media screen and (min-width: 600px) {
      .productInner .productContents {
        max-width: 410px; } }
    @media screen and (min-width: 960px) {
      .productInner .productContents {
        max-width: 465px;
        padding: 4rem;
        margin: 0; } }
    .productInner .productContents span {
      color: #775b24; }
    .productInner .productContents h3 {
      font-size: 2rem;
      font-weight: bold;
      margin: .5rem 0 1rem; }
      @media screen and (min-width: 600px) {
        .productInner .productContents h3 {
          font-size: 2.4rem;
          margin: 1rem 0 2rem; } }

@media screen and (min-width: 960px) {
  .innerRight .productContents {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%); } }

@media screen and (min-width: 960px) {
  .innerLeft .productContents {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%); } }
.innerLeft img {
  margin-left: auto; }

/*  Partner Ship
*************************************************************************/
.partner {
  background: url(../images/partnerBg.jpg) no-repeat center;
  background-size: cover;
  padding: 8rem 0;
  min-height: 610px; }
  .partner h2 {
    color: #fff; }
    .partner h2:before {
      background: #fff; }

.partnerWrap {
  padding-top: 11rem; }
  @media screen and (min-width: 960px) {
    .partnerWrap {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      justify-content: space-around;
      align-items: center; } }
  .partnerWrap .partnerInner {
    background: #fff;
    padding: 3rem 2rem;
    width: 100%;
    max-width: 305px;
    margin: 0 auto 2rem; }
    @media screen and (min-width: 960px) {
      .partnerWrap .partnerInner {
        margin: 0; } }
    .partnerWrap .partnerInner img {
      max-width: 175px;
      margin: 0 auto;
      display: block; }
    .partnerWrap .partnerInner .creativefarm {
      margin: 4rem auto 5rem; }
    .partnerWrap .partnerInner .btnSecondary {
      margin: 2.5rem auto 0; }
    .partnerWrap .partnerInner .dummy {
      text-align: center;
      font-size: 2.2rem;
      padding: .8rem 0; }
    .partnerWrap .partnerInner .btnDummy {
      font-size: 1.8rem;
      padding: .8rem 2rem;
      letter-spacing: 0;
      text-align: center;
      cursor: pointer;
      background: #fff;
      color: #bf9345;
      border: solid 1px #bf9345;
      border-radius: .2rem;
      display: block;
      max-width: 200px;
      margin: 2.5rem auto 0; }

/*  Top Company
*************************************************************************/
.company {
  padding: 7rem 0 0;
  line-height: 0; }
  .company h2 {
    margin-bottom: 9rem; }

.companyInner {
  padding-bottom: 5rem; }
  @media screen and (min-width: 600px) {
    .companyInner {
      padding-bottom: 8rem; } }
  .companyInner dl {
    border-bottom: solid 1px #ddd;
    padding: 1.5rem 0; }
    @media screen and (min-width: 600px) {
      .companyInner dl {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex; } }
    .companyInner dl dt {
      font-weight: bold;
      padding-bottom: .5rem; }
      @media screen and (min-width: 600px) {
        .companyInner dl dt {
          width: 19%;
          padding-bottom: 0; } }

.company iframe {
  height: 260px; }
  @media screen and (min-width: 600px) {
    .company iframe {
      height: 430px; } }
.company iframe,
.company object,
.company embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); }

/* Top 経営理念
*************************************************************************/
.corporateIdentity {
  background: url(../images/bgGray.jpg) repeat;
  padding: 4rem 0; }
  @media screen and (min-width: 600px) {
    .corporateIdentity {
      padding: 7rem 0; } }
  .corporateIdentity img {
    margin-top: 4rem;
    width: 100%; }
    @media screen and (min-width: 600px) {
      .corporateIdentity img {
        margin-top: 7rem; } }
  .corporateIdentity .corporateIdentityInner {
    position: relative;
    top: -20px;
    background: #fff;
    padding: 3rem 1.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
  .corporateIdentity h3 {
    color: #775b24;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin: 3.5rem 0 2.5rem; }
    @media screen and (min-width: 600px) {
      .corporateIdentity h3 {
        font-size: 2.3rem;
        margin: 5rem 0 4rem; } }
  .corporateIdentity p {
    text-align: center;
    line-height: 2;
    font-size: 1.6rem;
    margin-bottom: 4rem; }
    @media screen and (min-width: 600px) {
      .corporateIdentity p {
        line-height: 2.3;
        font-size: 1.8rem; } }
    .corporateIdentity p span {
      color: #bf9345;
      font-weight: bold; }

/* パンくずリスト
*************************************************************************/
.breadcrumb {
  background: #fff;
  position: relative;
  bottom: 45px;
  max-width: 1000px;
  z-index: 999;
  margin: 0 auto;
  padding: 2rem; }

.breadcrumb ul li a {
  color: #bf9345; }
  .breadcrumb ul li a:hover {
    text-decoration: underline; }

.breadcrumb ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex; }
  .breadcrumb ul li {
    font-size: 1.5rem; }
    .breadcrumb ul li:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f105";
      margin: 0 1rem; }
  .breadcrumb ul li:last-child:after {
    display: none; }

/* プライバシーポリシー、特定商取引法
*************************************************************************/
.subBg {
  background: url(../images/subBg.jpg) no-repeat center;
  background-size: cover;
  height: 330px; }

.subHead {
  position: relative;
  margin-bottom: 1em;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%); }
  .subHead:before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 50px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #775b24; }

.policy,
.legal {
  background: #fff;
  padding: 3rem 0;
  z-index: 1;
  position: relative; }
  @media screen and (min-width: 960px) {
    .policy,
    .legal {
      padding: 0 0 3rem; } }

.policy dl {
  margin: 5rem 0; }

.policy dl dt,
.legal dl dt {
  font-size: 1.8rem;
  border-bottom: solid 4px #e5e5e5;
  padding-bottom: 1rem;
  font-weight: bold;
  position: relative; }
  .policy dl dt:after,
  .legal dl dt:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 4px #bf9345;
    bottom: -4px;
    width: 20%; }

.policy dl dd,
.legal dl dd {
  margin: 2rem 0 4rem; }

.policy ul li:not(:first-child),
.policy ol li:not(:first-child),
.legal ul li:not(:first-child),
.legal ol li:not(:first-child) {
  padding-top: 1rem; }

.returnsTxt {
  padding-left: 1.5rem; }

.policyContact {
  margin-top: 1rem; }

.policy .fa-envelope {
  color: #bf9345;
  margin-right: .5rem; }

.policyList {
  margin-top: 1rem; }

.returnsTxt {
  margin-top: 1rem; }

/* Footer
*************************************************************************/
footer {
  background: #FBF8F0;
  padding: 2rem 3rem; }
  @media screen and (min-width: 600px) {
    footer .inner {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  footer .inner .footerLogo {
    display: block;
    max-width: 200px;
    margin: 0 auto 1rem; }
    @media screen and (min-width: 600px) {
      footer .inner .footerLogo {
        margin: 0; } }
  footer .inner ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center; }
    footer .inner ul li a {
      color: #454c56;
      font-size: 1.5rem; }
      footer .inner ul li a:hover {
        color: #775b24; }
    footer .inner ul li:first-child {
      margin-right: 3rem; }
    footer .inner ul img {
      max-width: 8px;
      margin-right: .5rem; }
  footer p {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 2.5rem; }
    @media screen and (min-width: 600px) {
      footer p {
        margin-top: .5rem; } }
