@charset "UTF-8";
/*   BASE
================================================ */
/*!
 * Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic,  メイリオ, Meiryo, sans-serif;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  -webkit-font-smoothing: antialiased; }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }
  p:last-child {
    margin-bottom: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*  メディアクエリ   */
/*  Color  */
/*  Font  */
/*  Margin  （レイアウト関係）　*/
/*  Padding　（レイアウト関係）  */
body {
  background: #000; }

img {
  max-width: 100%;
  height: auto; }

/*   ローディング
------------------------------------------ */
.main-container {
  display: none; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pace.pace-inactive .pace-progress {
  display: none; }

.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important; }

.pace .pace-progress:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: attr(data-progress-text);
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-size: 5rem;
  line-height: 1;
  text-align: right;
  color: rgba(255, 255, 255, 0.2); }

/*   COMPONENTS
================================================ */
/*  main contents  */
.cmn-header {
  color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  z-index: 5000; }
  @media screen and (min-width: 768px) {
    .cmn-header {
      width: 80px;
      height: 100%;
      background: #000;
      -webkit-box-shadow: -5px 5px 35px -5px rgba(0, 0, 0, 0.5);
      box-shadow: -5px 5px 35px -5px rgba(0, 0, 0, 0.5); } }
  @media screen and (max-width: 767px) {
    .cmn-header {
      position: fixed;
      width: 100%;
      height: 60px;
      bottom: auto;
      background: #000; } }
  .cmn-header.open {
    width: 100%; }
    @media screen and (max-width: 767px) {
      .cmn-header.open {
        height: 100vh; }
        .cmn-header.open .gnav {
          padding-left: 0; } }
    .cmn-header.open .header-logo {
      display: none; }

@media screen and (max-width: 767px) {
  .header-logo > img {
    height: 100%;
    -webkit-transform: translate(10px, 10px);
    -ms-transform: translate(10px, 10px);
    transform: translate(10px, 10px); } }

@media screen and (min-width: 768px) {
  .header-logo {
    width: 70%;
    max-width: 55px;
    margin: 20px auto;
    display: block; }
    .open .header-logo {
      margin-right: 2%; }
    .header-logo > img {
      max-width: 100%; } }

.logo {
  z-index: 50; }

.logo-sp {
  height: 50px;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 42%);
  -ms-transform: translate(-50%, 42%);
  transform: translate(-50%, 42%);
  z-index: 1000; }
  @media screen and (min-width: 768px) {
    .logo-sp {
      display: none; } }
  @media screen and (max-width: 767px) {
    .logo-sp {
      display: block; } }
  .open .logo-sp {
    bottom: 8%; }
  .logo-sp > img {
    height: 100%; }

.burger {
  z-index: 100;
  position: absolute;
  right: 10px;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  outline: none;
  background: transparent; }
  @media screen and (max-width: 767px) {
    .burger {
      top: 0px; } }
  @media screen and (min-width: 768px) {
    .burger {
      top: calc(50% - 30px); } }
  .burger:hover {
    cursor: pointer; }
  .burger-svg__bar {
    border-radius: 5px; }

.copyright {
  font-size: 0.6rem; }
  @media screen and (max-width: 767px) {
    .copyright {
      display: none; } }
  @media screen and (min-width: 768px) {
    .copyright {
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      position: absolute;
      bottom: 10px;
      right: 25px; } }

/*   LAYOUT
================================================ */
@media screen and (min-width: 768px) {
  .container-section {
    margin-right: 80px; } }

.container-section::before {
  content: '';
  width: 100%;
  height: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#702420), color-stop(65%, #b53831), to(#df4840));
  background: -webkit-linear-gradient(#702420 0%, #b53831 65%, #df4840 100%);
  background: -o-linear-gradient(#702420 0%, #b53831 65%, #df4840 100%);
  background: linear-gradient(#702420 0%, #b53831 65%, #df4840 100%);
  display: block; }

.container-section.-no_border::before {
  content: none; }

.box-contents {
  padding: 60px 3rem 75px;
  position: relative;
  z-index: 100; }
  @media screen and (max-width: 767px) {
    .box-contents {
      padding: 60px 2rem 70px; } }

/*   カラム表示
================================================ */
.column {
  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; }
  @media screen and (max-width: 767px) {
    .column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .column > .inner {
      width: auto; } }
  @media screen and (max-width: 767px) {
    .column.-reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  @media screen and (min-width: 768px) {
    .column.-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }
  @media screen and (min-width: 768px) {
    .column.-reverse_pc {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }
  @media screen and (min-width: 768px) {
    .column.-column1 > .inner {
      width: 70%;
      margin: 0; } }
  @media screen and (min-width: 768px) {
    .column.-column2 > .inner {
      width: 48%; } }
  @media screen and (max-width: 767px) {
    .column.-column2 > .inner:not(:last-child) {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .column.-column2.-no_mrgn > .inner {
      margin-bottom: 0; } }
  @media screen and (min-width: 768px) {
    .column.-column2.-no_mrgn > .inner {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .column.-column2.-two-third {
      margin-bottom: 30px; } }
  @media screen and (min-width: 768px) {
    .column.-column2.-two-third > .inner:first-child {
      width: 60%; } }
  @media screen and (max-width: 767px) {
    .column.-column2.-two-third > .inner:last-child {
      margin-bottom: 1rem; } }
  @media screen and (min-width: 768px) {
    .column.-column2.-two-third > .inner:last-child {
      width: 36%; } }
  @media screen and (min-width: 768px) {
    .column.-column3 > .inner {
      width: 31%; } }
  @media screen and (max-width: 767px) {
    .column.-column3 > .inner:not(:last-child) {
      margin-bottom: 30px; } }

.-align_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/*   共通
================================================ */
.main-container:before {
  content: '';
  background: url(../images/cmn/bg-flower.svg) no-repeat right bottom;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  -webkit-animation: bg-fade 2s .5s ease-in-out forwards;
  animation: bg-fade 2s .5s ease-in-out forwards;
  z-index: -1; }
  @media screen and (max-width: 767px) {
    .main-container:before {
      background-size: 120vw; } }

.home .keyimg-main {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .home .keyimg-main {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (min-width: 768px) {
    .home .keyimg-main {
      background-position: left bottom; } }
  .home .keyimg-main > .keyimg-copy {
    -webkit-animation: logo-fade 4s 2s ease-in forwards;
    animation: logo-fade 4s 2s ease-in forwards;
    opacity: 0; }
    .home .keyimg-main > .keyimg-copy > .ttl {
      margin: 20px calc(50% - 50vw) 0;
      width: 100vw;
      display: block;
      text-align: center; }
    @media screen and (min-width: 768px) {
      .home .keyimg-main > .keyimg-copy {
        width: 100px;
        margin: auto;
        position: relative;
        left: -20px;
        top: 40px; } }
    @media screen and (max-width: 767px) {
      .home .keyimg-main > .keyimg-copy {
        width: 100px;
        -webkit-transform: translate(0, -80px);
        -ms-transform: translate(0, -80px);
        transform: translate(0, -80px); } }

@-webkit-keyframes bg-fade {
  from {
    bottom: -10px;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }

@keyframes bg-fade {
  from {
    bottom: -10px;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }

@-webkit-keyframes logo-fade {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -5rem);
    transform: translate(0, -5rem); }
  to {
    opacity: 1;
    -webkit-transform: translate(0, -3rem);
    transform: translate(0, -3rem); } }

@keyframes logo-fade {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -5rem);
    transform: translate(0, -5rem); }
  to {
    opacity: 1;
    -webkit-transform: translate(0, -3rem);
    transform: translate(0, -3rem); } }

.bg-red {
  background: #DF4840; }

.list-img {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 1rem auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list-img > .item {
    width: 25%;
    padding: 5px 0; }

/*   LINK  (主にテキストリンクなど)
================================================ */
/*   BUTTON（ボタン）
================================================ */
.btn {
  display: block;
  color: #000;
  font-family: futura-pt, sans-serif;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  .btn:hover {
    color: #fff;
    text-decoration: none; }
  .btn.-large {
    padding: 1em 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.37);
    margin-top: 1.8em; }
    .btn.-large:hover {
      background: #DF4840; }
  .btn.-arrow {
    position: relative;
    overflow: hidden; }
    .btn.-arrow::after {
      content: '';
      display: block;
      width: .9em;
      height: .9em;
      background: url(../images/cmn/arrow-right.svg) no-repeat center;
      background-size: contain;
      position: absolute;
      right: 5%;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
    .btn.-arrow:hover::after {
      right: 0%;
      opacity: 0; }

/*   見出し
------------------------------------------ */
.ttl {
  font-family: futura-pt, sans-serif;
  color: #DF4840;
  font-weight: 300;
  margin-bottom: 1em;
  text-shadow: 0 6px 5px rgba(115, 24, 19, 0.5); }
  .ttl.-ttl1 {
    font-size: 3.2rem; }
    @media screen and (max-width: 767px) {
      .ttl.-ttl1 {
        font-size: 12vw; } }
  .ttl.-ttl2 {
    font-size: 2.6rem;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      .ttl.-ttl2 {
        font-size: 2.8rem; } }
  .ttl.-ttl3 {
    font-size: 1.6rem; }
  .ttl.-small {
    font-size: 1rem;
    display: block;
    line-height: 1.4;
    margin-top: 10px; }
  .ttl.-smaller {
    font-size: 0.4em;
    display: block;
    line-height: 1; }

/*   段落・テキスト
------------------------------------------ */
.txt {
  line-height: 1.8;
  margin-bottom: 1em;
  font-size: 0.9rem;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .txt {
      text-align: justify; } }
  .txt.-medium {
    font-size: 1.6rem; }

.c-white {
  color: #fff; }

/*   画像
------------------------------------------ */
.contents-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

/*   各ページ
================================================ */
/*  HOME  */
.home-menu {
  background: url(../images/home/menu-bg.jpg) no-repeat left top;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .home-menu {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      background-size: 120vw; } }
  @media screen and (min-width: 768px) {
    .home-menu {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media screen and (max-width: 767px) {
    .home-menu > .box-contents:first-child {
      text-align: right;
      padding-top: 0; }
      .home-menu > .box-contents:first-child > .ttl {
        color: #fff; } }
  @media screen and (min-width: 768px) {
    .home-menu > .box-contents {
      padding-top: 0;
      padding-bottom: 0; }
      .home-menu > .box-contents > .ttl {
        margin-bottom: 0; }
      .home-menu > .box-contents:first-child {
        padding-top: 60px;
        margin: 0 3% -80px 50%; }
      .home-menu > .box-contents:last-child {
        margin: 0px 3% 80px 50%; } }
  .home-menu > .box-contents .btn {
    margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .home-menu {
      height: 680px; } }
  @media screen and (min-width: 768px) {
    .home-menu {
      background-size: 50%;
      background-position: left top;
      height: 630px;
      overflow: hidden; } }
  .home-menu .txt {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5); }

.bread-flow {
  overflow: hidden; }
  .bread-flow > .item {
    position: absolute; }
  .bread-flow > .croissant {
    width: 25%;
    right: 3vw;
    top: 68vw; }
    @media screen and (min-width: 768px) {
      .bread-flow > .croissant {
        width: 12%;
        right: auto;
        left: 35%;
        top: 10vw; } }
  .bread-flow > .croissant_top-left {
    width: 28%;
    right: 25vw;
    top: 48vw; }
    @media screen and (min-width: 768px) {
      .bread-flow > .croissant_top-left {
        width: 12%;
        right: auto;
        left: 22vw;
        top: 18vw; } }
  .bread-flow > .croissant_bottom-left {
    width: 25%;
    left: 2vw;
    top: 125vw; }
    @media screen and (min-width: 768px) {
      .bread-flow > .croissant_bottom-left {
        width: 10%;
        left: -1vw;
        top: 48vw; } }
  .bread-flow > .cone {
    width: 18%;
    left: 22vw;
    top: 130vw; }
    @media screen and (min-width: 768px) {
      .bread-flow > .cone {
        width: 7%;
        left: 8vw;
        top: 45vw; } }
  .bread-flow > .cheese {
    width: 30%;
    left: 28vw;
    top: 100vw; }
    @media screen and (min-width: 768px) {
      .bread-flow > .cheese {
        width: 14%;
        left: 13vw;
        top: 36vw; } }
  .bread-flow > .france {
    width: 23%;
    right: 16%;
    top: 90vw; }
    @media screen and (min-width: 768px) {
      .bread-flow > .france {
        width: 10%;
        right: auto;
        left: 28%;
        top: 34vw; } }
  .bread-flow > .mon {
    width: 45%;
    left: -3%;
    top: 39px; }
    @media screen and (min-width: 768px) {
      .bread-flow > .mon {
        width: 20%;
        top: 3.8vw; } }
  .bread-flow > .grape {
    width: 23%;
    left: 48vw;
    top: 70vw; }
    @media screen and (min-width: 768px) {
      .bread-flow > .grape {
        width: 10%;
        top: 28vw;
        left: 21%; } }

.keyimg-main {
  position: relative; }

@media screen and (max-width: 767px) {
  #player {
    display: none; } }

@media screen and (min-width: 768px) {
  #player {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important; } }

@media screen and (max-width: 767px) {
  #video-background {
    display: none; } }

#video-background,
#video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

#video-background {
  z-index: -3; }

#video-overlay {
  z-index: -2; }
  @media screen and (min-width: 768px) {
    #video-overlay {
      background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(35%, rgba(0, 0, 0, 0.6)), color-stop(80%, rgba(0, 0, 0, 0.7)), to(#000));
      background: -webkit-linear-gradient(black 0%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.7) 80%, #000 100%);
      background: -o-linear-gradient(black 0%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.7) 80%, #000 100%);
      background: linear-gradient(black 0%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.7) 80%, #000 100%); } }
  @media screen and (max-width: 767px) {
    #video-overlay {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0.4)), color-stop(60%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.5)), to(#000));
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 75%, #000 100%);
      background: -o-linear-gradient(rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 75%, #000 100%);
      background: linear-gradient(rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 75%, #000 100%); } }

@media screen and (min-width: 320px) {
  .sp_movie {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -3;
    display: none; } }

@media screen and (min-width: 768px) {
  .sp_movie {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
    overflow: hidden;
    display: none; } }

@media screen and (min-width: 320px) {
  .sp_movie video {
    width: 100%;
    height: 100%; } }

@media screen and (min-width: 768px) {
  .sp_movie video {
    /* Make video to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;
    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;
    /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

.home-delicious {
  background: url(../images/home/kodawari_img.jpg) no-repeat center top;
  background-size: cover; }
  @media screen and (max-width: 599px) {
    .home-delicious {
      height: 550px; } }
  @media screen and (max-width: 767px) {
    .home-delicious {
      min-height: 100vh;
      height: 600px; }
      .home-delicious .btn {
        margin-top: 40px; } }
  @media screen and (min-width: 768px) {
    .home-delicious {
      background-size: 50%;
      background-position: left top;
      height: 630px;
      background-position: right bottom;
      height: 600px; }
      .home-delicious > .box-contents {
        margin: auto 50% auto 0;
        height: 100%;
        padding-top: 0;
        padding-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .home-delicious > .box-contents > .ttl {
          margin-bottom: 0; }
      .home-delicious .btn {
        margin-top: 40px; } }

.home-access {
  background: url(../images/home/home-access_img1.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 120px 0 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .home-access {
      width: 100vw;
      height: calc(100vw / .66); } }
  @media screen and (min-width: 768px) {
    .home-access {
      width: 100%;
      height: calc(50vw / 1.618);
      min-height: 450px;
      max-height: 600px;
      padding-top: 80px; } }

@media screen and (min-width: 768px) {
  .access-img {
    margin: auto; } }

.access-img .list-img > .item {
  text-align: center; }
  .access-img .list-img > .item img {
    max-width: 90%; }

.access-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .access-info {
      padding: 40px 0; } }

.tel-num {
  font-family: futura-pt, sans-serif;
  margin-top: 1.6rem; }

/*  SUB  */
@media screen and (max-width: 767px) {
  .sub > .keyimg-main {
    padding-top: 60px; } }

@media screen and (min-width: 768px) {
  .sub > .keyimg-main {
    padding-right: 80px; } }

.sub > .keyimg-main .keyimg-copy {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem; }
  @media screen and (max-width: 767px) {
    .sub > .keyimg-main .keyimg-copy {
      padding: 0 1rem 0 2.5rem;
      height: 200px; } }
  .sub > .keyimg-main .keyimg-copy > .ttl {
    margin-bottom: 0; }

.sub.-access .home-access {
  height: 400px; }
  @media screen and (max-width: 767px) {
    .sub.-access .home-access {
      height: 100vw; } }

.sub.-access .access-img:nth-child(3) {
  width: 50%; }

.sub.-access .list-img {
  margin-top: 0; }

.footer-container {
  background: #000;
  padding-bottom: 60px; }

.list-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding-left: 0; }
  .list-sns > .item {
    margin: 0 2%; }
    @media screen and (max-width: 599px) {
      .list-sns > .item {
        margin: 0 5%; } }
    .list-sns > .item a {
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      .list-sns > .item a:hover {
        opacity: .8; }
      .list-sns > .item a > img {
        max-width: 80%; }

.footer-logo {
  padding: 60px 0; }
  .footer-logo > img {
    max-width: 100px; }

/*  navigation  */
/*   GNAVI
================================================ */
.menu {
  display: inline-block;
  position: absolute;
  width: 56px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  font-family: 'Josefin Sans', sans-serif;
  color: #DF4840;
  cursor: pointer; }

.menu::before,
.menu::after {
  position: absolute;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  pointer-events: none; }

.menu:before {
  content: "M \00a0 \00a0 \00a0 \00a0 \00a0U";
  top: 0px;
  left: -100%;
  width: 215px; }

.menu:after {
  content: "N";
  top: 50px;
  left: 96%; }

.menu:hover::before,
.menu:hover::after {
  top: -4.3px;
  opacity: 1;
  -webkit-transition: 0.2s ease, opacity 0.17s 0.03s ease-in;
  -o-transition: 0.2s ease, opacity 0.17s 0.03s ease-in;
  transition: 0.2s ease, opacity 0.17s 0.03s ease-in; }

.bar {
  width: 60%;
  height: 1px;
  background: #DF4840;
  margin: 0 auto 10px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease; }

.gnav {
  display: none;
  -webkit-transition: all .6s ease-in;
  -o-transition: all .6s ease-in;
  transition: all .6s ease-in;
  margin: auto;
  opacity: 0; }
  .open .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    margin-right: auto;
    border-radius: 100%;
    z-index: 50;
    opacity: 1; }
    @media screen and (max-width: 599px) {
      .open .gnav {
        width: 100%; } }
    .open .gnav::before {
      content: '';
      background: url(../images/cmn/logo-main.svg) no-repeat center;
      background-size: 31vw;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      opacity: .1; }
      @media screen and (max-width: 599px) {
        .open .gnav::before {
          margin-left: auto;
          background-size: 40vw; } }
      @media screen and (min-width: 600px) {
        .open .gnav::before {
          background-position: calc(50% - 10px) center; } }
    @media screen and (min-width: 600px) {
      .open .gnav {
        padding-right: 60px; } }
    .open .gnav > .gnavitem {
      list-style: none;
      text-align: center;
      margin: .8rem 0;
      padding-left: 0; }
      .open .gnav > .gnavitem.current > a {
        color: #fff; }
      .open .gnav > .gnavitem > a {
        color: #DF4840;
        text-decoration: none;
        font-size: 1.4rem;
        font-family: futura-pt, sans-serif;
        font-weight: 300;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        padding: 0 2rem;
        display: block; }
        .open .gnav > .gnavitem > a > .txt {
          display: block;
          text-align: center;
          margin-bottom: 0; }
        .open .gnav > .gnavitem > a:hover {
          color: #fff; }

/*   HELPER
------------------------------------------ */
.ta-c {
  text-align: center !important; }

.ta-r {
  text-align: right !important; }

.ta-l {
  text-align: left !important; }

.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mt110 {
  margin-top: 110px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.slider > .inner {
  width: 100%; }

.swiper-pagination-bullet-active {
  background: #DF4840 !important; }

.swiper-slide {
  max-width: 600px; }
  .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.swiper-container {
  height: 100%; }

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important; }

#googlemap {
  -webkit-filter: grayscale(1);
  filter: grayscale(100%) saturate(0%) hue-rotate(180deg); }

.kurukuru::before {
  content: '';
  background-image: url(../images/cmn/spin_bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-animation: kurukuru 1s ease-in-out infinite alternate;
  animation: kurukuru 1s ease-in-out infinite alternate;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

@-webkit-keyframes kurukuru {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes kurukuru {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

/*   HOME
------------------------------------------ */
.keyimg-home {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  padding: 0;
  opacity: 0;
  margin-bottom: 0; }
  @media screen and (max-width: 599px) {
    .keyimg-home {
      overflow: hidden; } }
  .keyimg-home > li {
    -webkit-animation: anime 24s 0s infinite;
    animation: anime 24s 0s infinite; }
    .keyimg-home > li:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }
    .keyimg-home > li:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }
    .keyimg-home > li:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

.keyimg1,
.keyimg2,
.keyimg3,
.keyimg4 {
  position: absolute;
  width: 100%;
  height: 100%; }

.keyimg1 {
  background: url(../images/home/home-slide_01.jpg) no-repeat center;
  background-size: cover; }
  @media screen and (max-width: 599px) {
    .keyimg1 {
      background-position: 37% center; } }

.keyimg2 {
  background: url(../images/home/home-slide_02.jpg) no-repeat center;
  background-size: cover; }
  @media screen and (max-width: 599px) {
    .keyimg2 {
      background-position: 22% center; } }

.keyimg3 {
  background: url(../images/home/home-slide_03.jpg) no-repeat center;
  background-size: cover; }
  @media screen and (max-width: 599px) {
    .keyimg3 {
      background-position: 70%  center; } }

.keyimg4 {
  background: url(../images/home/home-slide_04.jpg) no-repeat center bottom;
  background-size: cover; }
  @media screen and (max-width: 599px) {
    .keyimg4 {
      background-position: 50%  center; } }

@-webkit-keyframes anime {
  0% {
    opacity: 0; }
  17% {
    opacity: 1; }
  33% {
    opacity: 1; }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 9; }
  100% {
    opacity: 0; } }

@keyframes anime {
  0% {
    opacity: 0; }
  17% {
    opacity: 1; }
  33% {
    opacity: 1; }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 9; }
  100% {
    opacity: 0; } }
