@charset "UTF-8";
/* ------------------------------------------------
 * Mixin for center - 要素中央配置する
 * @include center(xy); // 中央
 * @include center(x);  // 横中央
 * @include center(y);  // 縦中央
 ------------------------------------------------ */
/* ------------------------------------------------

 * transition - フェードイン効果を追加する
 * @include transition;

 ------------------------------------------------ */
/* ------------------------------------------------

 * opacity
 * @include opacity;

 ------------------------------------------------ */
/* ------------------------------------------------

 * font-family - フォントの指定をする
 * @include font(jp); // ゴシック
 * @include font(en); // 英字

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

input[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

/*------------------------------------
 clearfix
------------------------------------*/
.clearfix::before,
.clearfix::after {
  content: "";
  display: table; }

.clearfix::after {
  clear: both; }

.clearfix {
  *zoom: 1; }

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, strong, i, dl, dt, dd, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, select, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

body {
  line-height: 0; }

footer, header, menu, nav, section, aside, figure {
  display: block; }

.ul, .ol {
  list-style: none; }

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

.ie11 #header .header__inner .menu-btn {
  top: 70px; }

/* -----------------------------------
 * menu
 ----------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 999; }
  #header.is-block {
    background-color: rgba(0, 0, 0, 0.6); }
  #header .header__inner {
    display: flex;
    align-items: center;
    position: relative;
    padding: 60px;
    z-index: 1;
    transition: 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media only screen and (max-width: 1024px) {
      #header .header__inner {
        align-items: start;
        padding: 16px; } }
    #header .header__inner .logo {
      visibility: visible;
      position: rerative;
      width: 220px;
      height: 40.02px;
      opacity: 1; }
      @media only screen and (max-width: 1024px) {
        #header .header__inner .logo {
          width: 120px;
          height: 21.83px;
          background: none; } }
      #header .header__inner .logo a {
        display: block; }
        #header .header__inner .logo a img {
          vertical-align: top; }
        #header .header__inner .logo a:hover {
          opacity: 0.5; }
          @media only screen and (max-width: 1024px) {
            #header .header__inner .logo a:hover {
              opacity: 1; } }
    #header .header__inner .sns__block {
      margin: 0 62px 0 auto; }
      @media only screen and (max-width: 1024px) {
        #header .header__inner .sns__block {
          margin: 0 42px 0 auto; } }
      #header .header__inner .sns__block .snslist {
        display: flex;
        align-items: center; }
        #header .header__inner .sns__block .snslist li.fb a svg {
          width: 25px;
          height: 25px;
          fill: #fff; }
        #header .header__inner .sns__block .snslist li.insta {
          margin-left: 20px; }
          #header .header__inner .sns__block .snslist li.insta a svg {
            width: 25px;
            height: 25px;
            fill: #fff; }
        #header .header__inner .sns__block .snslist li a {
          display: flex;
          align-items: center; }
          #header .header__inner .sns__block .snslist li a svg {
            transition: 0.3s ease;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
          #header .header__inner .sns__block .snslist li a:hover svg {
            fill: #D73535; }
            @media only screen and (max-width: 1024px) {
              #header .header__inner .sns__block .snslist li a:hover svg {
                fill: #fff; } }
    #header .header__inner .menu-btn {
      display: flex;
      align-items: center;
      margin-left: auto;
      position: absolute;
      right: 60px;
      cursor: pointer;
      transition: 0.3s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      @media only screen and (max-width: 1024px) {
        #header .header__inner .menu-btn {
          right: 16px; } }
      @media only screen and (max-width: 320px) {
        #header .header__inner .menu-btn {
          top: 19px; } }
      #header .header__inner .menu-btn .menu-btn__inner {
        position: relative;
        width: 35px;
        height: 20px; }
        @media only screen and (max-width: 1024px) {
          #header .header__inner .menu-btn .menu-btn__inner {
            width: 20px; } }
        #header .header__inner .menu-btn .menu-btn__inner .menu-line {
          position: absolute;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: #fff;
          border-radius: 1px;
          transition: 0.3s ease;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
          #header .header__inner .menu-btn .menu-btn__inner .menu-line:nth-of-type(1) {
            top: 0; }
          #header .header__inner .menu-btn .menu-btn__inner .menu-line:nth-of-type(2) {
            top: 9px; }
            @media only screen and (max-width: 1024px) {
              #header .header__inner .menu-btn .menu-btn__inner .menu-line:nth-of-type(2) {
                top: 8px; } }
          #header .header__inner .menu-btn .menu-btn__inner .menu-line:nth-of-type(3) {
            bottom: 0; }
      #header .header__inner .menu-btn:hover .menu-btn__inner .menu-line:nth-of-type(1) {
        top: 9px; }
      #header .header__inner .menu-btn:hover .menu-btn__inner .menu-line:nth-of-type(3) {
        bottom: 9px; }
      @media only screen and (max-width: 1024px) {
        #header .header__inner .menu-btn:hover .menu-btn__inner .menu-line:nth-of-type(1) {
          top: 0; }
        #header .header__inner .menu-btn:hover .menu-btn__inner .menu-line:nth-of-type(3) {
          bottom: 0; } }
    #header .header__inner .menulist__block {
      display: none; }
      #header .header__inner .menulist__block .menulist__inner {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        width: calc(100% - 60px);
        height: calc(100vh - 60px);
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 999;
        z-index: -1;
        transition: 0.3s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        @media only screen and (max-width: 1024px) {
          #header .header__inner .menulist__block .menulist__inner {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100vh; } }
        @media only screen and (max-width: 767px) {
          #header .header__inner .menulist__block .menulist__inner {
            height: -webkit-fill-available; } }
        @media only screen and (max-width: 1024px) {
          #header .header__inner .menulist__block .menulist__inner .menulist {
            margin: 0 24px; } }
        @media only screen and (max-width: 767px) {
          #header .header__inner .menulist__block .menulist__inner .menulist {
            margin: 40px 24px; } }
        #header .header__inner .menulist__block .menulist__inner .menulist li {
          margin-top: 10%;
          text-align: center; }
          @media only screen and (max-width: 1024px) {
            #header .header__inner .menulist__block .menulist__inner .menulist li {
              margin-top: 20px; } }
          #header .header__inner .menulist__block .menulist__inner .menulist li:nth-of-type(1) {
            margin-top: 0; }
          #header .header__inner .menulist__block .menulist__inner .menulist li a {
            color: #fff;
            font-size: 3vh;
            letter-spacing: 0.2em;
            white-space: nowrap; }
            @media only screen and (max-width: 1024px) {
              #header .header__inner .menulist__block .menulist__inner .menulist li a {
                font-size: 2.5vh; } }
            @media only screen and (max-width: 767px) {
              #header .header__inner .menulist__block .menulist__inner .menulist li a {
                font-size: 16px; } }
            @media screen and (min-width: 1400px) {
              #header .header__inner .menulist__block .menulist__inner .menulist li a {
                font-size: 30px; } }
    #header .header__inner.is-menuopen .menu-btn .menu-btn__inner .menu-line {
      border-radius: 0; }
      #header .header__inner.is-menuopen .menu-btn .menu-btn__inner .menu-line:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-330deg);
        transform: translateY(10px) rotate(-330deg); }
        @media only screen and (max-width: 1024px) {
          #header .header__inner.is-menuopen .menu-btn .menu-btn__inner .menu-line:nth-of-type(1) {
            -webkit-transform: translateY(8px) rotate(-320deg);
            transform: translateY(8px) rotate(-320deg); } }
      #header .header__inner.is-menuopen .menu-btn .menu-btn__inner .menu-line:nth-of-type(2) {
        opacity: 0; }
      #header .header__inner.is-menuopen .menu-btn .menu-btn__inner .menu-line:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(330deg);
        transform: translateY(-8px) rotate(330deg); }
        @media only screen and (max-width: 1024px) {
          #header .header__inner.is-menuopen .menu-btn .menu-btn__inner .menu-line:nth-of-type(3) {
            -webkit-transform: translateY(-10px) rotate(320deg);
            transform: translateY(-10px) rotate(320deg); } }
    #header .header__inner.is-menuopen .menu-btn:hover .menu-btn__inner .menu-line:nth-of-type(1) {
      top: 0; }
    #header .header__inner.is-menuopen .menu-btn:hover .menu-btn__inner .menu-line:nth-of-type(2) {
      top: 9px; }
      @media only screen and (max-width: 1024px) {
        #header .header__inner.is-menuopen .menu-btn:hover .menu-btn__inner .menu-line:nth-of-type(2) {
          top: 8px; } }
    #header .header__inner.is-menuopen .menu-btn:hover .menu-btn__inner .menu-line:nth-of-type(3) {
      bottom: 0; }

/* -----------------------------------
 * footer
 ----------------------------------- */
#footer {
  padding: 20px 0;
  background-color: #D73535; }
  #footer .copyright {
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      #footer .copyright {
        font-size: 10px; } }

body {
  width: 100%;
  height: 100%;
  color: #222;
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: hidden; }
  body::-webkit-scrollbar {
    display: none; }
  @media only screen and (max-width: 1024px) {
    body {
      font-size: 15px; } }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 13px; } }
  @media only screen and (max-width: 320px) {
    body {
      font-size: 12px; } }

#main,
#container,
#footer {
  width: 100%; }

#main {
  overflow: hidden; }

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

a {
  color: #222;
  text-decoration: none;
  word-break: break-all;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* -----------------------------------
 * 共通パーツ
 ----------------------------------- */
/* 改行切り替え */
br.sp--block {
  display: none; }
  @media only screen and (max-width: 1024px) {
    br.sp--block {
      display: none; } }
  @media only screen and (max-width: 767px) {
    br.sp--block {
      display: block; } }
br.ipad--block {
  display: none; }
  @media only screen and (max-width: 1024px) {
    br.ipad--block {
      display: block; } }
  @media only screen and (max-width: 767px) {
    br.ipad--block {
      display: none; } }
br.pc--block {
  display: block; }
  @media only screen and (max-width: 767px) {
    br.pc--block {
      display: none; } }

/* tel */
.tel a {
  text-decoration: none;
  pointer-events: none; }
  @media only screen and (max-width: 767px) {
    .tel a {
      text-decoration: underline;
      pointer-events: auto; } }

.mail a {
  position: relative; }
  .mail a:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #222;
    transition: 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .mail a:hover {
    color: #D73535; }
    @media only screen and (max-width: 1024px) {
      .mail a:hover {
        color: #222; } }
    .mail a:hover:before {
      background-color: #D73535; }
      @media only screen and (max-width: 1024px) {
        .mail a:hover:before {
          background-color: #222; } }

/* -----------------
 * タイトル
----------------- */
.title__block {
  margin-bottom: 56px;
  text-align: center; }
  @media only screen and (max-width: 1024px) {
    .title__block {
      margin-bottom: 30px; } }
  .title__block .title {
    margin-bottom: 15px;
    font-size: 3.2vh;
    letter-spacing: 0.2em; }
    @media only screen and (max-width: 1024px) {
      .title__block .title {
        margin-bottom: 5px;
        font-size: 20px; } }
    @media screen and (min-width: 1400px) {
      .title__block .title {
        font-size: 32px; } }
  .title__block .title-en {
    color: #D73535;
    font-family: 'Bitter', serif;
    font-size: 1.4vh;
    letter-spacing: 0.2em; }
    @media only screen and (max-width: 1024px) {
      .title__block .title-en {
        font-size: 12px; } }
    @media screen and (min-width: 1400px) {
      .title__block .title-en {
        font-size: 14px; } }

.title__block--white {
  margin-bottom: 56px;
  text-align: center; }
  @media only screen and (max-width: 1024px) {
    .title__block--white {
      margin-bottom: 30px; } }
  .title__block--white .title {
    margin-bottom: 15px;
    color: #fff;
    font-size: 3.2vh;
    letter-spacing: 0.2em; }
    @media only screen and (max-width: 1024px) {
      .title__block--white .title {
        margin-bottom: 5px;
        font-size: 20px; } }
    @media screen and (min-width: 1400px) {
      .title__block--white .title {
        font-size: 32px; } }
  .title__block--white .title-en {
    color: #fff;
    font-family: 'Bitter', serif;
    font-size: 1.4vh;
    letter-spacing: 0.2em; }
    @media only screen and (max-width: 1024px) {
      .title__block--white .title-en {
        font-size: 12px; } }
    @media screen and (min-width: 1400px) {
      .title__block--white .title-en {
        font-size: 14px; } }

/* -----------------
 * テキスト
----------------- */
.text__block p {
  font-size: 1.6vh;
  line-height: 2.2;
  letter-spacing: 0.2em; }
  @media only screen and (max-width: 1024px) {
    .text__block p {
      font-size: 12px; } }
  @media screen and (min-width: 1400px) {
    .text__block p {
      font-size: 14px; } }

.text__block--white p {
  color: #fff;
  font-size: 1.6vh;
  line-height: 2.2;
  letter-spacing: 0.2em; }
  @media only screen and (max-width: 1024px) {
    .text__block--white p {
      font-size: 12px; } }
  @media screen and (min-width: 1400px) {
    .text__block--white p {
      font-size: 14px; } }
.text__block--white a {
  color: #fff; }

/* -----------------
 *  ボタン
----------------- */
/* -----------------------------------
 * 構成パーツ
 ----------------------------------- */
.content--m {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 80px; }
  @media only screen and (max-width: 1024px) {
    .content--m {
      max-width: auto;
      width: auto;
      margin: 0 20px 0;
      padding: 40px 0; } }
  @media only screen and (max-width: 767px) {
    .content--m {
      margin: 0 20px 0; } }

/* ---------------
 * メインビジュアル
 ----------------- */
.mainvis__block {
  position: relative;
  z-index: 100; }
  .mainvis__block.page-top {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    transition: 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media only screen and (max-width: 767px) {
      .mainvis__block.page-top {
        height: calc(var(--vh, 1vh) * 100); } }
  .mainvis__block .heading__block {
    position: absolute;
    left: 120px;
    bottom: 120px; }
    @media only screen and (max-width: 1024px) {
      .mainvis__block .heading__block {
        left: 24px; } }
    .mainvis__block .heading__block .main-copy {
      color: #fff;
      font-family: 'Bitter', serif;
      font-size: 4vw;
      letter-spacing: 0.3em;
      line-height: 1.5; }
      @media only screen and (max-width: 1024px) {
        .mainvis__block .heading__block .main-copy {
          font-size: 35px; } }
      @media screen and (min-width: 1400px) {
        .mainvis__block .heading__block .main-copy {
          font-size: 60px; } }
    .mainvis__block .heading__block .sub-copy {
      margin: 25px 0 0 5px;
      color: #fff;
      font-size: 1.6vw;
      letter-spacing: 0.3em; }
      @media only screen and (max-width: 1024px) {
        .mainvis__block .heading__block .sub-copy {
          font-size: 15px; } }
      @media screen and (min-width: 1400px) {
        .mainvis__block .heading__block .sub-copy {
          font-size: 25px; } }

#greeting .text__block p {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    #greeting .text__block p {
      text-align: left; } }
#greeting .gallery__block {
  display: flex; }

#product {
  background: url(./img/top/product-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed; }
  @media only screen and (max-width: 1024px) {
    #product {
      width: auto;
      padding: 40px 20px;
      background: url(./img/top/product-bg_sp.jpg) no-repeat center;
      background-attachment: scroll;
      background-size: cover; } }
  #product .text__block--white p {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      #product .text__block--white p {
        text-align: left; } }
    #product .text__block--white p a {
      color: #D73535; }

#store .store__inner {
  width: 100%;
  padding: 100px 80px;
  background: url(./img/top/shop-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed; }
  @media only screen and (max-width: 1024px) {
    #store .store__inner {
      width: auto;
      padding: 40px 20px;
      background: url(./img/top/shop-bg_sp.jpg) no-repeat center;
      background-attachment: scroll;
      background-size: cover; } }
  #store .store__inner .store-info__block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -160px; }
    @media only screen and (max-width: 1024px) {
      #store .store__inner .store-info__block {
        display: block;
        margin: 0; } }
    #store .store__inner .store-info__block .store-info__logo {
      width: 200px;
      height: 121.72px; }
      @media only screen and (max-width: 1024px) {
        #store .store__inner .store-info__block .store-info__logo {
          width: 150px;
          height: 91.28px;
          margin: 0 auto; } }
    #store .store__inner .store-info__block .store-info__contents {
      margin-left: 50px; }
      @media only screen and (max-width: 1024px) {
        #store .store__inner .store-info__block .store-info__contents {
          display: flex;
          justify-content: center;
          margin: 24px 0 0; } }
      #store .store__inner .store-info__block .store-info__contents .btn-map {
        display: inline-block;
        position: relative;
        margin-left: 60px;
        color: #fff;
        font-family: 'Bitter', serif;
        letter-spacing: 0.2em;
        text-decoration: none;
        transition: 0.3s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        @media only screen and (max-width: 1024px) {
          #store .store__inner .store-info__block .store-info__contents .btn-map {
            display: block;
            margin-left: 0;
            padding-left: 50px; } }
        #store .store__inner .store-info__block .store-info__contents .btn-map:hover {
          padding-left: 15px; }
          @media only screen and (max-width: 1024px) {
            #store .store__inner .store-info__block .store-info__contents .btn-map:hover {
              padding-left: 50px; } }
          #store .store__inner .store-info__block .store-info__contents .btn-map:hover:before {
            width: 50px; }
            @media only screen and (max-width: 1024px) {
              #store .store__inner .store-info__block .store-info__contents .btn-map:hover:before {
                width: 40px; } }
        #store .store__inner .store-info__block .store-info__contents .btn-map:before {
          content: "";
          position: absolute;
          top: 50%;
          left: -50px;
          bottom: 1px;
          width: 40px;
          height: 1px;
          background: #fff;
          transform: scale(1);
          transform-origin: left;
          transition: 0.3s ease;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
          @media only screen and (max-width: 1024px) {
            #store .store__inner .store-info__block .store-info__contents .btn-map:before {
              left: 0;
              right: auto;
              width: 40px; } }
