@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400&family=Poppins:wght@300&display=swap";
.list__slide:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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 {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

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

html {
  font-size: 4.26667vw;
}
@media screen and (min-width: 960px) {
  html {
    font-size: 1rem;
  }
}

body {
  line-height: 1.6;
  font-family: "Poppins", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "pkna" 1;
  font-size: 1rem;
  color: #000;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

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

a {
  text-decoration: none;
  color: #002866;
}
a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 960px) {
  a img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transition: opacity .3s;
  }
}
@media screen and (min-width: 960px) {
  a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7;
  }
}

.area__wrap {
  overflow: hidden;
}
.area__header {
  position: relative;
}
.area__header.home {
  padding: 2.65625rem 1.5rem 1.625rem;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .area__header.home {
    padding: 5.3125rem 5.75rem 3.75rem;
  }
}
.area__header.home .ttl__main1,
.area__header.home .btn__sns,
.area__header.home .information,
.area__header.home .scroll {
  z-index: 1;
}
.area__header.home:before, .area__header.home:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.8125rem 17.8125rem 0 0;
  border-color: #f6f5f1 transparent transparent transparent;
  position: absolute;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .area__header.home:before, .area__header.home:after {
    border-width: 37.5rem 37.5rem 0 0;
  }
}
.area__header.home:before {
  top: 0;
  left: 0;
}
.area__header.home:after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.area__header .ttl__main1 {
  position: relative;
}
.area__header .ttl__main1 h1 {
  width: 15.9375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media screen and (min-width: 960px) {
  .area__header .ttl__main1 h1 {
    width: 25.6875rem;
  }
}
.area__header .ttl__main2 {
  position: relative;
  padding: 2.1875rem 0 1.875rem;
}
@media screen and (min-width: 960px) {
  .area__header .ttl__main2 {
    padding: 6.875rem;
  }
}
.area__header .ttl__main2 h1 {
  font-size: 1rem;
}
.area__header .ttl__main2 img {
  width: 8.5625rem;
}
@media screen and (min-width: 960px) {
  .area__header .ttl__main2 img {
    width: 22.625rem;
  }
}
.area__header .btn__sns {
  position: absolute;
  top: 0;
  left: 1.5rem;
  height: 2.65625rem;
}
.area__header .btn__sns img {
  width: 1.03125rem;
}
@media screen and (min-width: 960px) {
  .area__header .btn__sns img {
    width: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .area__header .btn__sns {
    left: 5.75rem;
    height: 5.3125rem;
  }
}
.area__header .information {
  position: relative;
}
.area__header .scroll {
  position: relative;
  margin-top: 1.5625rem;
}
.area__footer {
  background-color: #f6f5f1;
  padding: 3.125rem 0 1rem;
}
@media screen and (min-width: 960px) {
  .area__footer {
    padding: 6.25rem 0 2rem;
  }
}
.area__footer h2 img {
  width: 8.84375rem;
}
@media screen and (min-width: 960px) {
  .area__footer h2 img {
    width: 17.6875rem;
  }
}
.area__footer .btn__sns {
  margin: 0.625rem 0 0.3125rem;
}
@media screen and (min-width: 960px) {
  .area__footer .btn__sns {
    margin: 2rem 0 2.5rem;
  }
}
.area__footer .btn__sns img {
  width: 1.6875rem;
}
@media screen and (min-width: 960px) {
  .area__footer .btn__sns img {
    width: 2rem;
  }
}
.area__footer .copy {
  font-size: 0.625rem;
  color: #8a8786;
  letter-spacing: .2rem;
}
@media screen and (min-width: 960px) {
  .area__footer .copy {
    font-size: 0.875rem;
  }
}
.area__footer .copy small {
  font-size: 1em;
}
.area__footer .copy span {
  text-transform: uppercase;
}
.area__anchor h2 {
  background: #a19770;
  font-size: 1.875rem;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .3em;
  line-height: 3.875rem;
}
@media screen and (min-width: 960px) {
  .area__anchor h2 {
    font-size: 4.5rem;
    line-height: 11.25rem;
  }
}
.area__anchor ul {
  line-height: 5.8125rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .area__anchor ul {
    line-height: 15.5625rem;
  }
}
.area__anchor li {
  margin: 0 .5em;
  text-transform: uppercase;
  letter-spacing: .2em;
}
@media screen and (min-width: 960px) {
  .area__anchor li {
    font-size: 1.75rem;
  }
}
.area__anchor a {
  color: #50483b;
  text-decoration: underline;
  padding-left: 1em;
  background: url("../_img/menu/icon_arrow_anchor.png") no-repeat left center/0.5em;
}
.area__modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: opacity 1s;
}
.area__modal img {
  display: none;
}
.area__modal img.is__active {
  display: block;
}
@media screen and (min-width: 960px) {
  .area__modal img {
    max-width: 60%;
  }
}
.area__modal:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nav__global {
  width: 100%;
  height: 100%;
  background: #50483b;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: opacity 1s;
}
.nav__global .btn__sns {
  position: absolute;
  top: 0;
  left: 1.5rem;
  height: 2.65625rem;
}
.nav__global .btn__sns h2 {
  color: #fff;
}
.nav__global .btn__sns img {
  width: 1.03125rem;
}
@media screen and (min-width: 960px) {
  .nav__global .btn__sns img {
    width: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .nav__global .btn__sns {
    left: 5.75rem;
    height: 5.3125rem;
  }
}
.nav__main {
  text-align: left;
}
.nav__main > li {
  margin-top: .7rem;
}
@media screen and (min-width: 960px) {
  .nav__main > li {
    margin-top: 1.5rem;
  }
}
.nav__main a {
  display: block;
  color: #fff;
  padding: 0.46875rem 0;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 1.25rem;
  line-height: 1.3;
}
@media screen and (min-width: 960px) {
  .nav__main a {
    font-size: 2.5rem;
  }
}
.nav__main a + ul a {
  padding: 0.3125rem 0 0.3125rem 0.75rem;
  font-size: 0.6875rem;
}
@media screen and (min-width: 960px) {
  .nav__main a + ul a {
    padding: 0.8rem 0 0.8rem 1.5rem;
    font-size: 1.375rem;
  }
}
.nav__main a + ul a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0.5625rem;
  height: 1em;
  margin-right: .3em;
  background: url("../_img/icon_arrow2.png") no-repeat left center/70%;
}

.menu__open .nav__global {
  z-index: 20;
  opacity: 1;
}
.menu__close .nav__global {
  opacity: 0;
}

.modal__open .area__modal {
  z-index: 20;
  opacity: 1;
}
.modal__close .area__modal {
  opacity: 0;
}

.information {
  border: 1px solid #ff0000;
  background: #fff5f5;
  margin-top: 1.5625rem;
  padding: 0.75rem 1rem;
  color: #ff0000;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .information {
    margin: 3.30579% 15.427%;
    padding: 1.5rem 2rem;
  }
}
.information h2 {
  padding-left: 2rem;
  font-size: 1rem;
  background: url("../_img/icon_exclam.png") no-repeat left center/1rem auto;
}
@media screen and (min-width: 960px) {
  .information h2 {
    padding-left: 2.5rem;
    font-size: 1.375rem;
    background-size: 1.375rem auto;
  }
}
.information .txtbox {
  margin-top: .5rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 960px) {
  .information .txtbox {
    font-size: 1.125rem;
  }
}

.btn__sns,
.btn__sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn__sns h2 {
  padding-right: 0.375rem;
  letter-spacing: .3rem;
  font-size: 0.625rem;
  color: #50483b;
}
@media screen and (min-width: 960px) {
  .btn__sns h2 {
    font-size: 1rem;
  }
}
.btn__sns a {
  display: block;
  padding: 0.375rem;
}
@media screen and (min-width: 960px) {
  .btn__sns a {
    padding: 0.75rem;
  }
}
.btn__menu, .btn__menu__close {
  width: 2.8125rem;
  height: 2.8125rem;
  background: #50483b;
  top: 1.25rem;
  right: 1.6875rem;
}
@media screen and (min-width: 960px) {
  .btn__menu, .btn__menu__close {
    width: 5.625rem;
    height: 5.625rem;
    top: 2.5rem;
    right: 2.625rem;
  }
}
.btn__menu a,
.btn__menu button, .btn__menu__close a,
.btn__menu__close button {
  display: block;
  border: 0;
  background: transparent;
  padding: 0;
}
.btn__menu {
  position: fixed;
  z-index: 10;
}
.btn__menu__close {
  position: absolute;
  z-index: 20;
}

.list__slide {
  background: url("../_img/home/main_v02@2x.jpg") no-repeat center center/contain;
}
@media screen and (min-width: 960px) {
  .list__slide {
    background-image: url("../_img/home/main_v02.jpg");
  }
}
.list__slide:before {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  padding-bottom: 132.57143%;
  float: left;
}
@media screen and (min-width: 960px) {
  .list__slide:before {
    display: none;
  }
}
.list__slide > * > img, .list__slide > * > span {
  visibility: hidden;
}
.list__slide > *:not(:first-child) {
  display: none;
}
.list__slide .in__video span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 132.57143%;
  position: relative;
}
@media screen and (min-width: 960px) {
  .list__slide .in__video span {
    padding-top: 41.91509%;
  }
}
.list__slide video {
  width: 236.71429%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
  .list__slide video {
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 960px) {
  img.js-parallax {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media screen and (min-width: 960px) {
  img.js-parallax.is__active {
    opacity: 1;
  }
}

.sec__lead, .sec__menu, .sec__coffee, .sec__access {
  position: relative;
}
.sec__lead .sec__bg, .sec__menu .sec__bg, .sec__coffee .sec__bg, .sec__access .sec__bg {
  width: 100%;
  position: relative;
  z-index: 1;
}
.sec__lead .sec__bg img, .sec__menu .sec__bg img, .sec__coffee .sec__bg img, .sec__access .sec__bg img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .sec__lead .sec__bg:before, .sec__menu .sec__bg:before, .sec__coffee .sec__bg:before, .sec__access .sec__bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.sec__lead:after, .sec__menu:after, .sec__coffee:after, .sec__access:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
}
.sec__lead > .inr, .sec__menu > .inr, .sec__coffee > .inr, .sec__access > .inr {
  position: relative;
  z-index: 2;
}
.sec__menu, .sec__coffee, .sec__access {
  text-align: left;
}
.sec__menu .ttl__sec, .sec__coffee .ttl__sec, .sec__access .ttl__sec {
  font-size: 2.25rem;
  color: #50483b;
  letter-spacing: .25em;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  padding-bottom: 0.75rem;
  position: relative;
}
@media screen and (min-width: 960px) {
  .sec__menu .ttl__sec, .sec__coffee .ttl__sec, .sec__access .ttl__sec {
    font-size: 4.5rem;
    max-width: 81.25rem;
    margin: 0 auto 2rem;
    padding-bottom: 2.875rem;
  }
}
.sec__menu .ttl__sec:after, .sec__coffee .ttl__sec:after, .sec__access .ttl__sec:after {
  content: '';
  display: block;
  width: 1.75rem;
  height: 1px;
  background: #50483b;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 960px) {
  .sec__menu .ttl__sec:after, .sec__coffee .ttl__sec:after, .sec__access .ttl__sec:after {
    width: 3.5rem;
  }
}
.sec__menu .cap__sec__ttl, .sec__coffee .cap__sec__ttl, .sec__access .cap__sec__ttl {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #50483b;
}
@media screen and (min-width: 960px) {
  .sec__menu .cap__sec__ttl, .sec__coffee .cap__sec__ttl, .sec__access .cap__sec__ttl {
    font-size: 2rem;
    max-width: 81.25rem;
    margin: 0 auto;
  }
}
.sec__menu > .inr, .sec__coffee > .inr, .sec__access > .inr {
  padding: 2rem 1.40625rem 0;
}
@media screen and (min-width: 960px) {
  .sec__menu > .inr, .sec__coffee > .inr, .sec__access > .inr {
    padding: 6.25rem 2.8125rem 0;
  }
}
.sec__menu .list__note li, .sec__coffee .list__note li, .sec__access .list__note li {
  margin-top: .5em;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.3;
}
.sec__menu .list__note li:before, .sec__coffee .list__note li:before, .sec__access .list__note li:before {
  content: '※';
  margin-right: .2em;
}
.sec__lead:after {
  width: 50%;
  height: 100%;
  left: 0;
  background: #f6f5f1;
}
.sec__lead .sec__bg.is__active:before {
  right: 100%;
}
.sec__lead .inr {
  padding-bottom: 97.33333vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  .sec__lead .inr {
    padding-bottom: 66.30212vw;
  }
}
@media screen and (min-width: 1528px) {
  .sec__lead .inr {
    padding-bottom: 970px;
  }
}
.sec__lead .sec__body {
  margin: -8.4% 6.66667% 0;
  padding: 10.76923% 7.69231%;
  background: #fff;
  text-align: left;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 960px) {
  .sec__lead .sec__body {
    max-width: 51.875rem;
    margin: -5.5rem auto 0;
    padding: 5rem;
    box-sizing: border-box;
  }
}
.sec__lead .ttl {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  .sec__lead .ttl {
    font-size: 2.25rem;
  }
}
.sec__lead .txt {
  font-size: 0.6875rem;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .sec__lead .txt {
    font-size: 1.125rem;
    margin: 0 2rem;
  }
}
@media screen and (min-width: 960px) {
  .sec__lead .obj01,
  .sec__lead .obj02,
  .sec__lead .obj03 {
    margin-bottom: -250px;
  }
}
@media screen and (min-width: 960px) {
  .sec__lead .obj01.is__active,
  .sec__lead .obj02.is__active,
  .sec__lead .obj03.is__active {
    margin-bottom: 0;
  }
}
.sec__lead .obj01 {
  width: 43.33333vw;
  position: absolute;
  bottom: 49.2vw;
  left: 3.2vw;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .sec__lead .obj01 {
    width: 36.71466vw;
    bottom: 28.20681vw;
    left: 50%;
    transform: translateX(-124.77718%);
  }
}
@media screen and (min-width: 1528px) {
  .sec__lead .obj01 {
    width: 561px;
    bottom: 431px;
    left: 50%;
    transform: translateX(-700px);
  }
}
.sec__lead .obj02 {
  width: 41.6vw;
  position: absolute;
  bottom: 63.46667vw;
  left: 53.86667vw;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .sec__lead .obj02 {
    width: 35.27487vw;
    bottom: 43.65183vw;
    left: 50%;
    transform: translateX(41.55844%);
    transition-delay: .5s;
  }
}
@media screen and (min-width: 1528px) {
  .sec__lead .obj02 {
    width: 539px;
    bottom: 667px;
    left: 50%;
    transform: translateX(224px);
  }
}
.sec__lead .obj03 {
  width: 66.4vw;
  position: absolute;
  bottom: 15.46667vw;
  left: 25.2vw;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .sec__lead .obj03 {
    width: 56.21728vw;
    bottom: 8.50785vw;
    left: 50%;
    transform: translateX(-26.19325%);
  }
}
@media screen and (min-width: 1528px) {
  .sec__lead .obj03 {
    width: 859px;
    bottom: 130px;
    left: 50%;
    transform: translateX(-225px);
  }
}
.sec__menu {
  padding-bottom: 13.33333%;
}
@media screen and (min-width: 960px) {
  .sec__menu {
    padding-bottom: 9.25rem;
  }
}
.sec__menu:after {
  width: 50%;
  height: 100%;
  right: 0;
  background: #f6f5f1;
}
.sec__menu .sec__bg.is__active:before {
  left: 100%;
}
.sec__menu .sec__body {
  position: relative;
  z-index: 1;
}
.sec__menu .sec__body h3 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #50483d;
}
@media screen and (min-width: 960px) {
  .sec__menu .sec__body h3 {
    font-size: 1.5rem;
  }
}
.sec__menu .sec__body .time {
  font-size: 0.625rem;
  margin-left: 1em;
  padding-left: 1.5em;
  background: url("../_img/icon_time.png") no-repeat left center/1em auto;
}
@media screen and (min-width: 960px) {
  .sec__menu .sec__body .time {
    font-size: 1.25rem;
  }
}
.sec__menu .sec__body .price {
  font-size: 0.9375rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  margin: .5em 0;
  letter-spacing: .2em;
}
@media screen and (min-width: 960px) {
  .sec__menu .sec__body .price {
    font-size: 1.875rem;
  }
}
.sec__menu .sec__body .txt {
  font-size: 0.6875rem;
}
@media screen and (min-width: 960px) {
  .sec__menu .sec__body .txt {
    font-size: 1.125rem;
    max-width: 45%;
  }
}
.sec__menu .sec__body .list__note li {
  font-size: 0.625rem;
}
@media screen and (min-width: 960px) {
  .sec__menu .sec__body .list__note li {
    font-size: 0.875rem;
  }
}
.sec__menu .sec__body .btn {
  display: block;
  padding: .8em;
  text-align: center;
  font-size: 0.75rem;
  color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .sec__menu .sec__body .btn {
    font-size: 1.25rem;
    max-width: 45%;
  }
}
.sec__menu .sec__body .btn:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
@media screen and (min-width: 960px) {
  .sec__menu .sec__body .btn:hover:after {
    background: #9f6911;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sec__menu #menu01 {
  padding-top: 16rem;
}
@media screen and (min-width: 960px) {
  .sec__menu #menu01 {
    max-width: 81.25rem;
    margin: 0 auto;
    padding-top: 2rem;
  }
}
.sec__menu #menu01 > .inr {
  position: relative;
}
.sec__menu #menu01 .btn {
  margin-top: 1.6875rem;
  background-color: #50483b;
}
.sec__menu #menu01 .btn:before {
  content: '';
  display: block;
  width: 1.15625rem;
  height: 1rem;
  background: transparent url("../_img/icon_arrow.png") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 3.125rem;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .sec__menu #menu01 .btn:before {
    width: 2.3125rem;
  }
}
@media screen and (min-width: 960px) {
  .sec__menu #menu01 .btn {
    background-size: 3.375rem;
  }
}
.sec__menu #menu02 {
  padding: 25rem 0 6rem;
}
@media screen and (min-width: 960px) {
  .sec__menu #menu02 {
    max-width: 81.25rem;
    margin: 0 auto;
    text-align: right;
  }
}
@media screen and (min-width: 960px) {
  .sec__menu #menu02 > h3, .sec__menu #menu02 > article {
    width: 36.25rem;
    margin: 0 0 0 auto;
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .sec__menu #menu02 .txt {
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .sec__menu #menu02 .btn__wrap {
    padding-top: 9rem;
  }
}
.sec__menu #menu02 .btn {
  margin-top: 1.6875rem;
  background: #ff8123;
}
.sec__menu #menu02 .btn:before {
  content: '';
  display: block;
  width: 1.15625rem;
  height: 1rem;
  background: transparent url("../_img/icon_arrow.png") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 3.125rem;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .sec__menu #menu02 .btn:before {
    width: 2.3125rem;
  }
}
@media screen and (min-width: 960px) {
  .sec__menu #menu02 .btn {
    margin: 0 auto;
    font-size: 1.875rem;
    background-size: 3.375rem auto;
  }
}
.sec__menu #menu02 article {
  margin-bottom: .5rem;
}
.sec__menu #menu02 .price,
.sec__menu #menu02 .btn__modal__wrap {
  display: inline-block;
}
.sec__menu #menu02 .price {
  padding-left: 1rem;
  position: relative;
}
.sec__menu #menu02 .price:before {
  content: '';
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  margin-right: .2em;
  background-color: #50483b;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sec__menu #menu02 .txt {
  padding-left: 1.2rem;
}
.sec__menu #menu02 .list__note {
  margin-left: 1.2rem;
}
.sec__menu #menu02 .btn__modal {
  display: block;
  border: 1px solid #50483b;
  margin-left: .5em;
  padding: 0 .3em 0 1.5em;
  background: #fff url("../_img/icon_search.png") no-repeat left 0.3em center/1.2em auto;
  font-size: 0.6875rem;
  color: #50483b;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .sec__menu #menu02 .btn__modal {
    font-size: 1.375rem;
    background-size: 1.25rem auto;
    padding-left: 1.5em;
  }
}
.sec__menu .special {
  border: 2px solid #d3d1cb;
  background: #fff;
  padding: 0 7.12121% 9.69697%;
}
@media screen and (min-width: 960px) {
  .sec__menu .special {
    border-width: 3px;
    margin: 0 auto;
    padding: 0 6.125rem 5.75rem;
    max-width: 75rem;
    box-sizing: border-box;
  }
}
.sec__menu .special > .ttl {
  text-align: center;
  line-height: 6.5625em;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 0.9375rem;
  color: #50483b;
}
@media screen and (min-width: 960px) {
  .sec__menu .special > .ttl {
    font-size: 1.875rem;
  }
}
.sec__menu .special article {
  margin-bottom: 1.5rem;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #d3d1cb;
}
@media screen and (min-width: 960px) {
  .sec__menu .special article {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5rem;
    padding-bottom: 5rem;
  }
}
.sec__menu .special article:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sec__menu .special article .img {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 960px) {
  .sec__menu .special article .img {
    width: 50%;
  }
}
.sec__menu .special article .img img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .sec__menu .special article .txtbox {
    width: 50%;
    padding-left: 2.8125rem;
    box-sizing: border-box;
  }
}
.sec__menu .special article .ttl {
  margin: .6em 0;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #50483b;
  letter-spacing: .1em;
}
@media screen and (min-width: 960px) {
  .sec__menu .special article .ttl {
    font-size: 2.25rem;
    margin-top: 0;
    line-height: 1.4;
  }
}
.sec__menu .special article p {
  font-size: 0.6875rem;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .sec__menu .special article p {
    font-size: 1.125rem;
  }
}
.sec__menu .obj01 {
  width: 66.66667vw;
  position: absolute;
  top: 26.66667vw;
  left: 33.33333vw;
}
@media screen and (min-width: 960px) {
  .sec__menu .obj01 {
    width: 59.9375rem;
    top: -8.75rem;
    left: 50%;
    transform: translateX(-8.34202%);
    margin-left: -250px;
  }
}
@media screen and (min-width: 960px) {
  .sec__menu .obj01.is__active {
    margin-left: 0;
  }
}
.sec__menu .obj02 {
  width: 36.93333vw;
  position: absolute;
  top: 62.66667vw;
  left: 0;
}
@media screen and (min-width: 960px) {
  .sec__menu .obj02 {
    width: 27.5625rem;
    top: 44rem;
    left: 50%;
    transform: translateX(-35.82766%);
    margin-left: 250px;
  }
}
@media screen and (min-width: 960px) {
  .sec__menu .obj02.is__active {
    margin-left: 0;
  }
}
.sec__menu .obj03 {
  width: 110.66667vw;
  position: absolute;
  top: 165.33333vw;
  right: 31.2vw;
}
@media screen and (min-width: 960px) {
  .sec__menu .obj03 {
    width: 53.25rem;
    top: 54.625rem;
    left: 50%;
    transform: translateX(-113.02817%);
    margin-left: -250px;
    transition-delay: .2s;
  }
}
@media screen and (min-width: 960px) {
  .sec__menu .obj03.is__active {
    margin-left: 0;
  }
}
.sec__menu .obj04 {
  width: 80vw;
  position: absolute;
  top: 183.73333vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
  .sec__menu .obj04 {
    width: 49.625rem;
    top: 66.9375rem;
    left: 50%;
    transform: translateX(-91.30982%);
    margin-left: -250px;
    transition-delay: .5s;
  }
}
@media screen and (min-width: 960px) {
  .sec__menu .obj04.is__active {
    margin-left: 0;
  }
}
.sec__menu .obj05 {
  width: 104.93333vw;
  position: absolute;
  top: 375.46667vw;
  left: 26.66667vw;
}
@media screen and (min-width: 960px) {
  .sec__menu .obj05 {
    width: 58rem;
    top: 108.75rem;
    left: 50%;
    transform: translateX(3.23276%);
    margin-left: 250px;
  }
}
@media screen and (min-width: 960px) {
  .sec__menu .obj05.is__active {
    margin-left: 0;
  }
}
.sec__coffee {
  background: #bfae85;
  position: relative;
}
.sec__coffee .ttl__sec {
  letter-spacing: .1em;
}
@media screen and (min-width: 960px) {
  .sec__coffee .ttl__sec {
    letter-spacing: .25em;
  }
}
.sec__coffee .sec__bg {
  z-index: 2;
}
.sec__coffee .sec__bg.is__active:before {
  right: 100%;
}
.sec__coffee .obj01 {
  width: 79.33333vw;
  position: absolute;
  top: 131.6vw;
  right: 53.33333vw;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .sec__coffee .obj01 {
    width: 50%;
    top: 22.5vw;
    left: 0;
  }
}
.sec__coffee .obj02 {
  width: 75.06667vw;
  position: absolute;
  top: 227.86667vw;
  left: 44.4vw;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .sec__coffee .obj02 {
    width: 43.0625rem;
    top: 122rem;
    right: 3.25rem;
    left: auto;
  }
}
.sec__coffee .obj03 {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .sec__coffee .obj03 {
    width: 38.5rem;
    bottom: 2.5rem;
    left: 7.625rem;
  }
}
.sec__coffee .obj04 {
  width: 58.66667vw;
  position: absolute;
  top: 1.33333vw;
  left: 54.4vw;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .sec__coffee .obj04 {
    width: 61.75rem;
    top: 0;
    left: 50%;
    transform: translateX(-90.89069%);
    margin-left: -250px;
  }
}
@media screen and (min-width: 960px) {
  .sec__coffee .obj04.is__active {
    margin-left: 0;
  }
}
.sec__coffee .obj05 {
  width: 88vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .sec__coffee .obj05 {
    width: 72.0625rem;
    margin-bottom: -250px;
  }
}
@media screen and (min-width: 960px) {
  .sec__coffee .obj05.is__active {
    margin-bottom: 0;
  }
}
.sec__coffee .obj06 {
  width: 53.06667vw;
  position: absolute;
  bottom: 18.4vw;
  left: 44.53333vw;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .sec__coffee .obj06 {
    width: 29.125rem;
    bottom: 35rem;
    left: 50%;
    transform: translateX(53.64807%);
    margin-bottom: -250px;
  }
}
@media screen and (min-width: 960px) {
  .sec__coffee .obj06.is__active {
    margin-bottom: 0;
  }
}
.sec__coffee .obj07 {
  width: 38.26667vw;
  position: absolute;
  bottom: 24.26667vw;
  left: 3.46667vw;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .sec__coffee .obj07 {
    width: 21rem;
    bottom: 6.875rem;
    left: 50%;
    transform: translateX(43.45238%);
    margin-bottom: -250px;
  }
}
@media screen and (min-width: 960px) {
  .sec__coffee .obj07.is__active {
    margin-bottom: 0;
  }
}
.sec__coffee:before {
  padding-top: 43.73333%;
  background-image: url("../_img/home/inr_bg03@2x.jpg");
}
@media screen and (min-width: 960px) {
  .sec__coffee:before {
    padding-top: 23.55%;
    background-image: url("../_img/home/inr_bg03.jpg");
  }
}
.sec__coffee:after {
  width: 50%;
  height: 100%;
  left: 0;
  background: #cfbf98;
}
@media screen and (min-width: 960px) {
  .sec__coffee .sec__header {
    padding-left: 54.5%;
    box-sizing: border-box;
  }
}
.sec__coffee > .inr {
  padding-bottom: 77.2%;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 960px) {
  .sec__coffee > .inr {
    margin-top: -6.5625rem;
    padding-top: 12.5rem;
    padding-bottom: 14.5rem;
  }
}
.sec__coffee .sec__body {
  margin: 0 -1.40625rem;
  padding: 2rem 1.40625rem 0;
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 960px) {
  .sec__coffee .sec__body {
    max-width: 81.25rem;
    margin: 0 auto;
  }
}
.sec__coffee .sec__body .inr {
  background: #fff;
  padding: 7.57576% 6.81818%;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  color: #50483b;
}
.sec__coffee .sec__body .cap {
  font-size: 0.78125rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  display: inline-block;
  padding-bottom: .5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #50483b;
}
@media screen and (min-width: 960px) {
  .sec__coffee .sec__body .cap {
    font-size: 1.5625rem;
  }
}
.sec__coffee .sec__body .ttl {
  font-size: 1.0625rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: .1em;
}
@media screen and (min-width: 960px) {
  .sec__coffee .sec__body .ttl {
    font-size: 2.25rem;
  }
}
.sec__coffee .sec__body .txt {
  font-size: 0.75rem;
  line-height: 2;
  margin-top: .5em;
}
@media screen and (min-width: 960px) {
  .sec__coffee .sec__body .txt {
    font-size: 1.125rem;
  }
}
.sec__coffee .sec__body .list__note {
  font-size: 0.6875rem;
}
@media screen and (min-width: 960px) {
  .sec__coffee .sec__body .list__note {
    font-size: 0.875rem;
  }
}
.sec__coffee .sec__body .btn {
  display: block;
  margin-top: 1.6875rem;
  padding: .8em 2rem;
  text-align: center;
  font-size: 0.75rem;
  color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  background-color: #ff8123;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .sec__coffee .sec__body .btn {
    font-size: 1.5625rem;
    background-size: 3.375rem;
  }
}
.sec__coffee .sec__body .btn:before {
  content: '';
  display: block;
  width: 1.15625rem;
  height: 1rem;
  background: transparent url("../_img/icon_arrow.png") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .sec__coffee .sec__body .btn:before {
    width: 2.3125rem;
    right: 3.375rem;
  }
}
@media screen and (min-width: 960px) {
  .sec__coffee .sec__body .btn:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@media screen and (min-width: 960px) {
  .sec__coffee .sec__body .btn:hover:after {
    background: #9f6911;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sec__coffee .sec01 {
  padding-bottom: 66.66667%;
}
@media screen and (min-width: 960px) {
  .sec__coffee .sec01 {
    padding-bottom: 48rem;
  }
}
@media screen and (min-width: 960px) {
  .sec__coffee .sec01 .inr {
    margin: 0 1.875rem 0 31.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .sec__coffee .sec02 {
    padding-top: 5.25rem;
  }
}
@media screen and (min-width: 960px) {
  .sec__coffee .sec02 .inr {
    margin: 0 29rem 0 2rem;
  }
}
@media screen and (min-width: 960px) {
  .sec__access > .inr {
    display: flex;
    justify-content: flex-end;
    padding: 0;
  }
}
.sec__access .sec__bg.is__active:before {
  left: 100%;
}
.sec__access .cap__sec__ttl {
  margin-bottom: 2rem;
}
.sec__access .txt,
.sec__access dl {
  font-size: 0.75rem;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .sec__access .txt,
  .sec__access dl {
    font-size: 1.125rem;
  }
}
.sec__access dl {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: .5em;
}
.sec__access dt {
  width: 18.18182%;
}
.sec__access dd {
  width: 81.81818%;
}
.sec__access dd:before {
  content: '：';
}
.sec__access .sec__body {
  padding-bottom: 2rem;
}
@media screen and (min-width: 960px) {
  .sec__access .sec__body {
    width: 40.625rem;
    padding: 5rem 0;
  }
}
.sec__access .map {
  margin: 0 -1.40625rem;
  height: 0;
  padding-top: 75%;
  position: relative;
}
@media screen and (min-width: 960px) {
  .sec__access .map {
    width: 50%;
    height: auto;
    padding-top: 0;
  }
}
.sec__access .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*
 * 汎用クラス
 */
@media screen and (min-width: 960px) {
  .for__sp {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .for__pc {
    display: none;
  }
}
