@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy');
@import url('https://fonts.googleapis.com/css2?family=Balthazar&display=swap');
/*  全体　基本設定
---------------------------------------------*/
html, body {
  font-size: 62.5%;
}

body {
  font-family:"Reimin Y20 Medium",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  font-feature-settings:normal;
  letter-spacing: 0.1em;
  text-align: center;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  color: #111111;
}


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

a {
  display: inline-block;
  text-decoration: none;
  color: #111111;
}

em {
  font-weight: bold;
  font-style: normal;
}

.disnon-pc {
  display: none;
}

.disnon-sp {
  display: block;
}

.font-en01 {
  font-family: 'Sorts Mill Goudy',"Reimin Y20 Medium",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.font-en02 {
  font-family: 'Balthazar', serif;
}

@media screen and (max-width: 768px) {

  .disnon-pc {
    display: block;
  }

  .disnon-sp {
    display: none;
  }
}
/* 　コンテナー　設定
---------------------------------------------*/
#container {
}

.content {
}

.content img {
  width: 100%;
  max-width: 100%;
}

/* 　ヘッダー　設定
---------------------------------------------*/
.header {
  position: fixed;
  top: 0%;
  left: 0;
  right: 0;
  z-index: 99;
  max-width: 320px;
  height: 120px;
  padding: 15px 30px;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.0s ease-in-out;
  background: #000;
}

.header.open {
  height: 100%;
  z-index: 99998;
  background: #000;
}

.header-inner {
  position: relative;
}

.header .site-logo {
  max-width: 200px;
}

.header .site-logo img {
  width: 100%;
}

.header .site-logo a {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0%;
    left: 0;
    right: 0;
    z-index: 99;
    max-width: 188px;
    height: 90px;
    padding: 14px 10px;
    background: #000;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0s ease-in-out;
  }

  .header .site-logo {
    max-width: 120px;
  }

  .header .site-logo a {
    display: block;
    width: 100%;
  }

  .header.open {
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 99998;
    background: #000;
    overflow-y: scroll;
  }

  .header.open .site-logo {
    display: none;
  }
}

.gNav {
  position: relative;
  top: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}

.gNav .menuBtn {
  position: absolute;
  top:-60px;
  right: 0;
  display: block;
  width: 40px;
  height: 32px;
  z-index: 9999;
  cursor: pointer;
}

.gNav .menuBtn span {
  display: block;
  height: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* ---- Menu ---- */
.gNav .menuBtn span.line01 {
  width: 32px;
  background: #fff;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.gNav .menuBtn span.line02 {
  width: 32px;
  background: #fff;
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
}

.gNav .menuBtn span.line03 {
  width: 20px;
  margin: 0 8px 0 auto;
  background: #fff;
  -webkit-transform: translateY(18px);
  transform: translateY(18px);
}

.gNav .menuBtn span.open {
  display: block;
  margin: 0 5px 0 auto;
  -webkit-transform: translateY(24px);
  transform: translateY(24px);
  font-size: 9px;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}

.gNav .menuBtn span.close {
  display: none;
}

/* ---- Menu Active ---- */
.header.open .gNav .menuBtn span.line01 {
  position: relative;
  top: 10px;
  width: 32px;
  margin: 0 0 0 2px;
  -webkit-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px);
}

.header.open .gNav .menuBtn span.line02 {
  opacity: 0;
}

.header.open .gNav .menuBtn span.line03 {
  position: relative;
  top: 8px;
  width: 32px;
  margin: 0 0 0 2px;
  -webkit-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
}

.header.open .gNav .menuBtn span.open {
  display: none;
}

.header.open .gNav .menuBtn span.close {
  display: block;
  -webkit-transform: translateY(24px);
  transform: translateY(24px);
  font-size: 10px;
  font-size: 1.0rem;
  letter-spacing: 0.1em;
}

.gNav .spMenu {
  display: none;
  opacity: 1;
  z-index: 99999;
  width: 100%;
  padding-top: 20px;
  margin-left: -30px;
  line-height: 0;
}

.header.open .gNav .spMenu {
  display: block;
}

.gNav .spMenu .boxMenu {
  padding: 30px 0 0 20px;
  width: 320px;
  background: #000;
}

.gNav .spMenu .boxMenu__title {
  margin-bottom: 10px;
  padding-left: 10px;
  text-align: left;
}


.gNav .spMenu .menuList {
  margin: 0 auto 30px;
}

.gNav .spMenu .menuList li {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}

.gNav .spMenu .menuList li a {
  display: block;
  position: relative;
  line-height: 1.5;
  padding: 15px 10px;
  color: #fff;
}

.gNav .spMenu .boxMenu__title .branline {
  width: 120px;
}

.gNav .spMenu .boxMenu__title .menu {
  width: 46px;
}

.gNav .spMenu .menuList li.brand01 img {
  width: 160px;
}

.gNav .spMenu .menuList li.brand02 img {
  width: 240px;
  margin-left: -5px;
}

.gNav .spMenu .menuList li.brand03 img {
  width: 130px;
}

.gNav .spMenu .menuList li.about img {
  width: 80px;
}

.gNav .spMenu .menuList li.faq img {
  width: 42px;
}

.gNav .spMenu .menuList li.shop img {
  width: 160px;
}

.gNav .spMenu .menuList li.contact img {
  width: 108px;
}

.gNav .spMenu .menuList li.privacy img {
  width: 102px;
}

.gNav .spMenu .boxMenu__btn {
  display: none;
}


@media screen and (max-width: 768px) {
  .gNav {
    position: relative;
    top: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    margin: 0 auto;
    color: #fff;
  }


  .gNav .menuBtn {
    position: absolute;
    top:-45px;
    right: 0;
    display: block;
    width: 42px;
    height: 32px;
    z-index: 9999;
    cursor: pointer;
  }

  .header.open .gNav .menuBtn {
    top: 10px;
    right: inherit;
    left: 10px;
  }


  .gNav .menuBtn span {
    display: block;
    height: 1px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  /* ---- Menu ---- */
  .gNav .menuBtn span.line01 {
    width: 20px;
    margin: 0 10px 0 auto;
    background: #fff;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  .gNav .menuBtn span.line02 {
    width: 20px;
    margin: 0 10px 0 auto;
    background: #fff;
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
  }

  .gNav .menuBtn span.line03 {
    width: 10px;
    margin: 0 10px 0 auto;
    background: #fff;
    -webkit-transform: translateY(18px);
    transform: translateY(18px);
  }

  .gNav .menuBtn span.open {
    display: block;
    margin: 0 5px 0 auto;
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    font-size: 9px;
    font-size: 0.9rem;
    letter-spacing: 0em;
  }

  .gNav .menuBtn span.close {
    display: none;
  }

  /* ---- Menu Active ---- */
  .header.open .gNav .menuBtn span.line01 {
    position: relative;
    top: 10px;
    width: 32px;
    margin: 0 0 0 2px;
    -webkit-transform: rotate(45deg) translateY(0px);
    transform: rotate(45deg) translateY(0px);
  }

  .header.open .gNav .menuBtn span.line02 {
    opacity: 0;
  }

  .header.open .gNav .menuBtn span.line03 {
    position: relative;
    top: 8px;
    width: 32px;
    margin: 0 0 0 2px;
    -webkit-transform: rotate(-45deg) translateY(0px);
    transform: rotate(-45deg) translateY(0px);
  }

  .header.open .gNav .menuBtn span.open {
    display: none;
  }

  .header.open .gNav .menuBtn span.close {
    display: block;
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    font-size: 10px;
    font-size: 1.0rem;
    letter-spacing: 0.1em;
  }

  .gNav .spMenu {
    display: none;
    opacity: 1;
    z-index: 99999;
    width: 100%;
    padding-top: 30px;
    margin-left: 0px;
    line-height: 0;
  }

  .header.open .gNav .spMenu {
    display: block;
  }

  .gNav .spMenu .boxMenu {
    padding: 20% 0 0 0px;
    width: 100%;
    background: #000;
  }

  .gNav .spMenu .boxMenu__title {
    margin-bottom: 20px;
  }

  .gNav .spMenu .menuList {
    margin: 0 auto 20px;
  }

  .gNav .spMenu .menuList li {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }

  .gNav .spMenu .menuList li a {
    display: block;
    position: relative;
    line-height: 1;
    padding: 5px 10px;
    color: #fff;
  }

  .gNav .spMenu .boxMenu__title .branline {
    width: 140px;
  }

  .gNav .spMenu .boxMenu__title .menu {
    width: 66px;
  }

  .gNav .spMenu .menuList li.brand01 img {
    width: 180px;
  }

  .gNav .spMenu .menuList li.brand02 img {
    width: 280px;
    margin-left: 0px;
  }

  .gNav .spMenu .menuList li.brand03 img {
    width: 145px;
  }

  .gNav .spMenu .menuList li.about img {
    width: 95px;
  }

  .gNav .spMenu .menuList li.faq img {
    width: 52px;
  }

  .gNav .spMenu .menuList li.shop img {
    width: 200px;
  }

  .gNav .spMenu .menuList li.contact img {
    width: 128px;
    margin-left: -2px;
  }

  .gNav .spMenu .menuList li.privacy img {
    width: 102px;
  }

  .gNav .spMenu .boxMenu__btn {
    display: block;
  }

  .gNav .spMenu .boxMenu__btnItem * {
    display: block;
    padding: 25px 0;
    margin: 0 0 15px;
    font-size: 1.6rem;
  }

  .gNav .spMenu .boxMenu__btnItem.-btn01 * {
    background: #ae8439;
    color: #fff;
  }

  .gNav .spMenu .boxMenu__btnItem.-btn02 * {
    background: #b4af68;
    color: #fff;
  }

  .gNav .spMenu .boxMenu__btnItem.-btn03 * {
    background: #71a681;
    color: #fff;
  }

  .gNav .spMenu .boxMenu__btnItem.-btn02,
  .gNav .spMenu .boxMenu__btnItem.-btn03 {
    display: none;
  }
}

/* 　フッター　設定
---------------------------------------------*/
.footer {
  position: relative;
  padding: 90px 0 180px;
  background: #000;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
}

.footer .footer__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content:space-between;
  align-items: center;
  width: 960px;
  margin: 0 auto;
}

.footer .footer__logo {
  width: 250px;
}

.footer .footer__logo img {
  width: 100%;
}

.footer .ftNav {
  width: 630px;
}

.footer .ftNav .ftNav__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.footer .ftNav .ftNav__item {
  width: 50%;
  text-align: left;
}

.footer .ftNav .ftNav__menuInner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.footer .ftNav .ftNav__menuInner ul {
  width: 50%;
}

.footer .ftNav .ftNav__title {
  margin-bottom: 20px;
}

.footer .ftNav li {
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.footer .ftNav li a {
  color: #fff;
}

.footer .ftNav img.branline {
  width: 95px;
}

.footer .ftNav img.menu {
  width: 43px;
}

.footer .ftNav img.brand01 {
  width: 133px;
}

.footer .ftNav img.brand02 {
  width: 197px;
}

.footer .ftNav img.brand03 {
  width: 109px;
}

.footer .ftNav img.top {
  width: 41px;
}

.footer .ftNav img.about {
  width: 72px;
}

.footer .ftNav img.faq {
  width: 39px;
}

.footer .ftNav img.contact {
  width: 98px;
}

.footer .ftNav img.privacy {
  width: 90px;
}

.footer .copyright {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .footer {
    position: relative;
    padding: 80px 0 40px;
    background: #000;
    font-size: 11px;
    font-size: 1.1rem;
    color: #fff;
  }

  .footer .footer__inner {
    display: block;
    width: auto;
    margin: 0 auto;
    padding: 0 4%;
  }

  .footer .footer__logo {
    width: 240px;
    margin: 0 auto;
  }

  .footer .ftNav {
    width: auto;
    padding: 50px 0 0;
  }

  .footer .ftNav .ftNav__inner {
    display: block;
    width: 100%;
  }

  .footer .ftNav .ftNav__item {
    width: auto;
    margin-bottom: 40px;
    text-align: left;
  }

  .footer .ftNav .ftNav__menuInner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .footer .ftNav .ftNav__menuInner ul {
    width: 50%;
  }

  .footer .ftNav .ftNav__title {
    margin-bottom: 20px;
  }

  .footer .ftNav li {
    margin-bottom: 20px;
  }

  .footer .ftNav img.branline {
    width: 88px;
  }

  .footer .ftNav img.menu {
    width: 39px;
  }

  .footer .ftNav img.brand01 {
    width: 154px;
  }

  .footer .ftNav img.brand02 {
    width: 227px;
  }

  .footer .ftNav img.brand03 {
    width: 126px;
  }

  .footer .ftNav img.top {
    width: 47px;
  }

  .footer .ftNav img.about {
    width: 82px;
  }

  .footer .ftNav img.faq {
    width: 44px;
  }

  .footer .ftNav img.contact {
    width: 112px;
  }

  .footer .ftNav img.privacy {
    width: 103px;
  }

  .footer .copyright {
    padding-top: 0px;
  }
}

/* 　ページトップ　設定
---------------------------------------------*/
.page-top {
  padding: 75px 0 55px;
  background: #fff;
}

.page-top .box_img {
  width: 18px;
  margin: 0 40px 0 auto;
}

.page-top .box_img img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page-top {
    padding: 60px 0 20px;
    background: #fff;
  }

  .page-top .box_img {
    width: 17px;
    margin: 0 10px 0 auto;
  }
}

/* 　SNS
---------------------------------------------*/
.bottomSns {
  padding: 80px 0;
  background: #ddd;
}

.bottomSns__inner {
  max-width: 600px;
  margin: 0 auto;
}

.bottomSns__title {
  margin: 0 0 40px;
}

.bottomSns__title .title {
  margin: 0 0 20px;
  font-size: 2.4rem;
}

.bottomSns__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.bottomSns__item {
  display: block;
  margin: 0 20px;
}

.bottomSns__item.-fb {
  width: 96px;
}


.bottomSns__item.-ig {
  width: 101px;
}

.bottomSns__item img {
  display: block;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .bottomSns {
    padding: 40px 0;
    background: #ddd;
  }

  .bottomSns__inner {
    max-width: 90%;
    margin: 0 auto;
  }

  .bottomSns__title {
    margin: 0 0 20px;
  }

  .bottomSns__title .title {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }

  .bottomSns__flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }

  .bottomSns__item {
    display: block;
    margin: 0 20px;
  }

  .bottomSns__item.-fb {
    width: 47px;
  }


  .bottomSns__item.-ig {
    width: 50px;
  }

  .bottomSns__item img {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
