@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

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

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

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

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

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

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

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

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

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

button, select {
  /*text-transform:none*/
}

button, input, select, textarea {
  /*background-color:transparent;border-style:none;color:inherit*/
}

select {
  /*-moz-appearance:none;-webkit-appearance:none*/
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Hiragino Mincho Pro", "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #000;
  min-width: 1280px;
}

@media screen and (max-width: 500px) {
  body {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 500px) {
  body {
    min-width: 375px;
    width: 100%;
  }
}

html, body {
  width: 100%;
}

main {
  display: block;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}

a:hover {
  opacity: 0.7;
}

input[type="date"],
input[type="datetime"],
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

input[type='radio'] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

select {
  padding-right: 25px;
  background-image: url(../images/icon-chevdown.svg);
  background-position: 98%;
  background-size: 10px;
  background-repeat: no-repeat;
}

* {
  outline: none !important;
}

body.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.anim {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  -webkit-transition: opacity 1s ease 0.3s, -webkit-transform 1s ease 0.3s;
  transition: opacity 1s ease 0.3s, -webkit-transform 1s ease 0.3s;
  transition: transform 1s ease 0.3s, opacity 1s ease 0.3s;
  transition: transform 1s ease 0.3s, opacity 1s ease 0.3s, -webkit-transform 1s ease 0.3s;
}

.anim.inview {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
}

.splash_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 500px) {
  .splash_slide {
    background-size: contain;
  }
}

.splash_slide--0 {
  background-color: #fff;
  -webkit-animation: 1s ease 0s forwards fadeOut;
          animation: 1s ease 0s forwards fadeOut;
}

.splash_slide--1 {
  background-image: url(../images/intro-1-pc@2x.jpg);
  -webkit-animation: 1s ease 2s forwards fadeOut;
          animation: 1s ease 2s forwards fadeOut;
}

@media screen and (max-width: 500px) {
  .splash_slide--1 {
    background-image: url(../images/intro-1-sp@2x.jpg);
  }
}

.splash_slide--2 {
  background-image: url(../images/intro-2-pc@2x.jpg);
  -webkit-animation: 1s ease 4s forwards fadeOut;
          animation: 1s ease 4s forwards fadeOut;
}

@media screen and (max-width: 500px) {
  .splash_slide--2 {
    background-image: url(../images/intro-2-sp@2x.jpg);
  }
}

.splash_slide--3 {
  background-image: url(../images/intro-3-pc@2x.jpg);
  -webkit-animation: 1s ease 6s forwards fadeOut;
          animation: 1s ease 6s forwards fadeOut;
}

@media screen and (max-width: 500px) {
  .splash_slide--3 {
    background-image: url(../images/intro-3-sp@2x.jpg);
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes splashOut {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
    display: none;
  }
}

@keyframes splashOut {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
    display: none;
  }
}

.ib {
  display: inline-block;
}

.header_logo {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 100;
}

@media screen and (max-width: 500px) {
  .header_logo {
    top: 15px;
    left: 15px;
  }
}

.header_humb {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 52px;
  height: 52px;
  background-color: #FFF;
  border-radius: 52px;
  z-index: 1000;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 500px) {
  .header_humb {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
}

.header_humb ._bar {
  position: absolute;
  left: calc(50% - 15px);
  top: 50%;
  width: 30px;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 500px) {
  .header_humb ._bar {
    width: 20px;
    left: calc(50% - 10px);
  }
}

.header_humb ._bar--1 {
  top: calc(50% - 9px);
}

@media screen and (max-width: 500px) {
  .header_humb ._bar--1 {
    top: calc(50% - 6px);
  }
}

.header_humb ._bar--2 {
  top: calc(50% - 1px);
}

.header_humb ._bar--3 {
  top: calc(50% + 7px);
}

@media screen and (max-width: 500px) {
  .header_humb ._bar--3 {
    top: calc(50% + 4px);
  }
}

.header_humb.active {
  background-color: rgba(0, 0, 0, 0);
}

.header_humb.active ._bar {
  background-color: #fff;
}

.header_humb.active ._bar--1 {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header_humb.active ._bar--2 {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.header_humb.active ._bar--3 {
  top: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hero {
  position: relative;
}

.hero_slider {
  width: 100%;
}

.hero_slide {
  width: 100%;
}

.hero_slide img {
  display: block;
  width: 100%;
  height: auto;
}

.hero_sns {
  z-index: 100;
  position: absolute;
  right: 30px;
  top: calc(50% - 30px);
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 500px) {
  .hero_sns {
    display: none;
  }
}

.intro {
  position: relative;
  background-color: #B6B193;
}

.intro_slider {
  width: 100%;
}

.intro_slide {
  width: 100%;
  padding: 50px 0;
}

.intro_slide ._inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
  max-width: 1070px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 400px;
}

@media screen and (max-width: 500px) {
  .intro_slide ._inner {
    -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;
    height: 700px;
  }
}

@media screen and (max-width: 500px) {
  .intro_slide ._img {
    margin-bottom: 50px;
  }
}

.intro_slide ._text {
  width: 770px;
}

@media screen and (max-width: 500px) {
  .intro_slide ._text {
    width: 100%;
    text-align: center;
  }
}

.intro_slide ._text h2 {
  font-size: 3rem;
  margin-bottom: 30px;
  font-weight: normal;
}

@media screen and (max-width: 500px) {
  .intro_slide ._text h2 {
    font-size: 2.4rem;
  }
}

.intro_slide ._text p {
  line-height: 2em;
}

.intro_nav {
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 100;
}

@media screen and (max-width: 500px) {
  .intro_nav {
    display: none;
  }
}

.intro_nav--prev {
  top: 0;
  left: 0;
  cursor: url(../images/pointer-prev.svg) 24 27, pointer;
}

.intro_nav--next {
  top: 0;
  right: 0;
  cursor: url(../images/pointer-next.svg) 24 27, pointer;
}

.hdg {
  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;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}

.hdg ._en {
  font-size: 3rem;
}

@media screen and (max-width: 500px) {
  .hdg ._en {
    font-size: 2.4rem;
  }
}

.hdg ._ja {
  font-size: 1.8rem;
}

@media screen and (max-width: 500px) {
  .hdg ._ja {
    font-size: 1.6rem;
  }
}

.products {
  padding: 80px 0;
}

.products_inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
  max-width: 970px;
}

.products_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-bottom: 50px;
}

@media screen and (max-width: 500px) {
  .products_list--pc {
    display: none;
  }
}

.products_list--sp {
  display: none;
}

@media screen and (max-width: 500px) {
  .products_list--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.products_item {
  position: relative;
  width: 25%;
  margin-bottom: 10px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}

.products_item.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 500px) {
  .products_item {
    width: 50%;
    margin-bottom: 0;
  }
}

.products_item a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  color: #000;
}

.products_item a img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.products_item a ._desc {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.products_item a ._desc h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  margin-bottom: 20px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
}

@media screen and (max-width: 500px) {
  .products_item a ._desc h3 {
    margin-bottom: 10px;
  }
}

.products_item a ._desc h3 span {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.products_item a ._desc h3 .__l {
  font-size: 3rem;
}

@media screen and (max-width: 500px) {
  .products_item a ._desc h3 .__l {
    font-size: 1.6rem;
  }
}

.products_item a ._desc h3 .__s {
  font-size: 1.6rem;
}

@media screen and (max-width: 500px) {
  .products_item a ._desc h3 .__s {
    font-size: 1.2rem;
  }
}

.products_item a ._desc p {
  max-width: 70%;
  text-align: center;
  line-height: 1.7em;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  font-size: 1.4rem;
}

@media screen and (max-width: 500px) {
  .products_item a ._desc p {
    max-width: 90%;
    font-size: 0.9rem;
  }
}

.products_item a:hover {
  opacity: 1;
}

.products_item a:hover ._desc {
  opacity: 1;
}

.products_item a:hover ._desc h3, .products_item a:hover ._desc p {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.products_andmore {
  width: 25%;
  margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .products_andmore {
    width: 50%;
    margin-bottom: 0;
  }
}

.products_andmore a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 3rem;
}

@media screen and (max-width: 500px) {
  .products_andmore a {
    font-size: 2.4rem;
  }
}

.products_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 500px) {
  .products_bottom {
    display: block;
  }
}

.products_special {
  width: 300px;
}

@media screen and (max-width: 500px) {
  .products_special {
    width: 100%;
  }
}

.products_special h3 {
  background-image: url(../images/bg-boder.png);
  background-position: center;
  background-repeat: repeat-x;
  text-align: center;
  font-size: 2.0rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
  .products_special h3 {
    font-size: 1.6rem;
  }
}

.products_special h3 span {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #000;
}

.products_special ._item {
  width: 240px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .products_special ._item {
    margin-bottom: 40px;
  }
}

.products_special ._item h4 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .products_special ._item h4 {
    font-size: 1.8rem;
  }
}

.products_special ._item p {
  line-height: 1.7em;
}

.products_season {
  width: 600px;
}

@media screen and (max-width: 500px) {
  .products_season {
    width: 100%;
  }
}

.products_season h3 {
  background-image: url(../images/bg-boder.png);
  background-position: center;
  background-repeat: repeat-x;
  text-align: center;
  font-size: 2.0rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
  .products_season h3 {
    font-size: 1.6rem;
  }
}

.products_season h3 span {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #000;
}

.products_season ._row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 500px) {
  .products_season ._row {
    display: block;
  }
}

.products_season ._item {
  width: 240px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .products_season ._item {
    margin-bottom: 40px;
  }
  .products_season ._item:last-child {
    margin-bottom: 0;
  }
}

.products_season ._item h4 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .products_season ._item h4 {
    font-size: 1.8rem;
  }
}

.products_season ._item p {
  line-height: 1.7em;
}

.shop {
  padding: 80px 0;
  background-color: #F5E7EA;
}

.shop_inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
  max-width: 700px;
}

.shop_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 500px) {
  .shop_row {
    display: block;
  }
}

.shop_info {
  width: 300px;
}

@media screen and (max-width: 500px) {
  .shop_info {
    margin: 0 auto;
  }
}

.shop_info img {
  display: block;
  margin-bottom: 25px;
}

.shop_info ._text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.shop_info ._text h3 {
  font-size: 2.4rem;
  margin-left: 20px;
}

@media screen and (max-width: 500px) {
  .shop_info ._text h3 {
    font-size: 1.8rem;
  }
}

.shop_info ._text p {
  font-size: 1.8rem;
  line-height: 2em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 500px) {
  .shop_info ._text p {
    font-size: 1.6rem;
  }
}

.shop_info ._text span {
  text-orientation: upright;
}

.shop_btn {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 500px) {
  .shop_btn {
    display: none;
  }
}

.shop_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  height: 80px;
  border: 1px solid #000;
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  .shop_btn a {
    font-size: 1.8rem;
  }
}

.access {
  padding: 80px 0;
}

.access_map {
  width: 100%;
  margin-bottom: 40px;
}

.access_map iframe {
  width: 100%;
  height: 400px;
}

.access_row {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 500px) {
  .access_row {
    display: block;
  }
}

.access_col {
  width: 570px;
}

@media screen and (max-width: 500px) {
  .access_col {
    width: 100%;
    text-align: center;
  }
}

.access_col dt {
  font-size: 2.0rem;
  margin-bottom: 15px;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  .access_col dt {
    font-size: 1.6rem;
  }
}

.access_col dd {
  margin-bottom: 30px;
  line-height: 1.7em;
}

.access_col ul {
  list-style: none;
}

.access_col ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
}

.access_col ul li::before {
  content: "□";
  display: inline;
}

.footer {
  padding-top: 120px;
  padding-bottom: 20px;
  background-color: #B6B193;
}

.footer_inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
  max-width: 970px;
}

.footer_logo {
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 500px) {
  .footer_logo {
    margin-bottom: 30px;
  }
}

.footer_sns {
  display: none;
}

@media screen and (max-width: 500px) {
  .footer_sns {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}

.footer_copy {
  text-align: center;
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  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;
  width: 100%;
  height: 100vh;
  max-height: 0;
  z-index: 500;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, max-height 0.1s 0.5s;
  transition: opacity 0.5s ease, max-height 0.1s 0.5s;
}

.drawer.active {
  opacity: 1;
  max-height: 100vh;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.drawer_menu {
  list-style: none;
}

.drawer_menu li {
  margin: 20px 0;
}

.drawer_menu a {
  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;
  color: #fff;
  letter-spacing: 0.1em;
  -webkit-transition: letter-spacing 0.3s ease;
  transition: letter-spacing 0.3s ease;
}

.drawer_menu a ._en {
  font-size: 2rem;
}

.drawer_menu a ._ja {
  font-size: 1.4rem;
}

.drawer_menu a:hover {
  letter-spacing: 0.2em;
  opacity: 1;
}
/*# sourceMappingURL=main.css.map */