@charset "UTF-8";

:root {
  font-size: 10px;
}

:root.is-ipad {
  font-size: 8px;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 2;
  letter-spacing: calc(80em / 1000);
}

body::before,body::after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 165%;
  height: 100%;
  z-index: 9999;
  -webkit-transition: -webkit-transform 1.6s cubic-bezier(0.92, 0, 0.94, 0.44);
  transition: -webkit-transform 1.6s cubic-bezier(0.92, 0, 0.94, 0.44);
  transition: transform 1.6s cubic-bezier(0.92, 0, 0.94, 0.44);
  transition: transform 1.6s cubic-bezier(0.92, 0, 0.94, 0.44), -webkit-transform 1.6s cubic-bezier(0.92, 0, 0.94, 0.44);
}

body.casual::before,body.casual::after {
  background-color: #e6e5e4;
}

body.cafe::before,body.cafe::after {
  background-color: #fffcea;
}

body.open::before,body.open::after {
  background-color: #fff;
}

body.moody::before,body.moody::after {
  background-color: #373e47;
}

body.japan::before,body.japan::after {
  background-color: #e6e5e4;
}

body::before {
  -webkit-transform: translate(-112%, 0) matrix3d(1, 0, 0, 0, -0.65, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: translate(-112%, 0) matrix3d(1, 0, 0, 0, -0.65, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  visibility: hidden;
}

body::after {
  -webkit-transform: translate(-20%, 0) matrix3d(1, 0, 0, 0, 0.65, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: translate(-20%, 0) matrix3d(1, 0, 0, 0, 0.65, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  visibility: visible;
}

body.is-trans::before {
  -webkit-transform: translate(0, 0) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: translate(0, 0) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  visibility: visible;
}

body.is-loaded::after {
  -webkit-transform: translate(90%, 0) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: translate(90%, 0) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

a {
  color: #333;
  text-decoration: none;
}

figure img {
  width: 100%;
}

::-moz-selection {
  background-color: #9aa2a1;
  color: #fff;
}

::selection {
  background-color: #9aa2a1;
  color: #fff;
}/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css *//* Document
   ========================================================================== *//**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */html {
  line-height: 1.15;
 /* 1 */
  -webkit-text-size-adjust: 100%;
 /* 2 */;
}/* Sections
   ========================================================================== *//**
 * Remove the margin in all browsers.
 */body {
  margin: 0;
}/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */h1 {
  font-size: 2em;
  margin: 0.67em 0;
}/* Grouping content
   ========================================================================== *//**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
 /* 1 */
  height: 0;
 /* 1 */
  overflow: visible;
 /* 2 */;
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */pre {
  font-family: monospace, monospace;
 /* 1 */
  font-size: 1em;
 /* 2 */;
}/* Text-level semantics
   ========================================================================== *//**
 * Remove the gray background on active links in IE 10.
 */a {
  background-color: transparent;
}/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */abbr[title] {
  border-bottom: none;
 /* 1 */
  text-decoration: underline;
 /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
 /* 2 */;
}/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */b,strong {
  font-weight: bolder;
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */code,kbd,samp {
  font-family: monospace, monospace;
 /* 1 */
  font-size: 1em;
 /* 2 */;
}/**
 * Add the correct font size in all browsers.
 */small {
  font-size: 80%;
}/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}/* Embedded content
   ========================================================================== *//**
 * Remove the border on images inside links in IE 10.
 */img {
  border-style: none;
}/* Forms
   ========================================================================== *//**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */button,input,optgroup,select,textarea {
  font-family: inherit;
 /* 1 */
  font-size: 100%;
 /* 1 */
  line-height: 1.15;
 /* 1 */
  margin: 0;
 /* 2 */;
}/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */button,input {
 /* 1 */
  overflow: visible;
}/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */button,select {
 /* 1 */
  text-transform: none;
}/**
 * Correct the inability to style clickable types in iOS and Safari.
 */button,[type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
}/**
 * Remove the inner border and padding in Firefox.
 */button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}/**
 * Restore the focus styles unset by the previous rule.
 */button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}/**
 * Correct the padding in Firefox.
 */fieldset {
  padding: 0.35em 0.75em 0.625em;
}/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 /* 1 */
  color: inherit;
 /* 2 */
  display: table;
 /* 1 */
  max-width: 100%;
 /* 1 */
  padding: 0;
 /* 3 */
  white-space: normal;
 /* 1 */;
}/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */progress {
  vertical-align: baseline;
}/**
 * Remove the default vertical scrollbar in IE 10+.
 */textarea {
  overflow: auto;
}/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */[type="checkbox"],[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 /* 1 */
  padding: 0;
 /* 2 */;
}/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto;
}/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */[type="search"] {
  -webkit-appearance: textfield;
 /* 1 */
  outline-offset: -2px;
 /* 2 */;
}/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */::-webkit-file-upload-button {
  -webkit-appearance: button;
 /* 1 */
  font: inherit;
 /* 2 */;
}/* Interactive
   ========================================================================== *//*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */details {
  display: block;
}/*
 * Add the correct display in all browsers.
 */summary {
  display: list-item;
}/* Misc
   ========================================================================== *//**
 * Add the correct display in IE 10+.
 */template {
  display: none;
}/**
 * Add the correct display in IE 10.
 */[hidden] {
  display: none;
}

h1,h2,h3,h4,h5,h6,p,blockquote,table,figure,ul,ol,dl,li,dt,dd {
  margin: 0;
  padding: 0;
}

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

h1,h2,h3,h4,h5,h6 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 100%;
  font-weight: normal;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
}

em {
  font-style: normal;
}

small {
  font-size: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0 none;
  text-decoration: none;
  vertical-align: top;
  background: transparent;
}

video {
  vertical-align: top;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}

a,button {
  cursor: pointer;
}

a[disabled],button[disabled] {
  cursor: default;
}

input,optgroup,select,textarea {
  font-family: inherit;
  font-size: 1.6rem;
  cursor: pointer;
}

input[disabled],optgroup[disabled],select[disabled],textarea[disabled] {
  cursor: default;
}

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

iframe {
  border: 0;
  vertical-align: top;
}

.l-footer {
  position: relative;
}

.l-footer a:hover {
  opacity: .8;
}

.l-footer svg {
  fill: #333;
}

.casual .l-footer {
  background-color: #e6e5e4;
}

.casual .l-footer a {
  color: #333 !important;
}

.cafe .l-footer {
  background-color: #fffcea;
}

.cafe .l-footer svg {
  fill: #436e95;
}

.cafe .l-footer a {
  color: #436e95 !important;
}

.open .l-footer {
  background-color: #fff;
}

.open .l-footer svg {
  fill: #1e466a;
}

.open .l-footer a {
  color: #1e466a !important;
}

.moody .l-footer {
  background-color: #373e47;
}

.moody .l-footer svg {
  fill: #d7d9dd;
}

.moody .l-footer a {
  color: #d7d9dd !important;
}

.japan .l-footer {
  background-color: #e6e5e4;
}

.japan .l-footer svg {
  fill: #333;
}

.japan .l-footer a {
  color: #333 !important;
}

.l-footer__link:hover {
  letter-spacing: calc(150em / 1000);
}

.l-footer__ci {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.l-footer__ci svg {
  fill: #535159;
}

.l-footer__nav .c-store-global-menu a {
  -webkit-transition: opacity .15s linear, letter-spacing .4s ease;
  transition: opacity .15s linear, letter-spacing .4s ease;
}

.l-footer__sns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-footer__sns li + li {
  margin-left: 63px;
}

.l-footer__copyright {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  text-align: center;
  color: #413f48;
}

.cafe .l-footer__copyright {
  color: #436e95;
}

.open .l-footer__copyright {
  color: #1e466a;
}

.moody .l-footer__copyright {
  color: #d7d9dd;
}

.l-footer .c-pagetop {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.l-page.is-no-contents .l-footer {
  display: none;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 10;
}

.l-header__title {
  position: absolute;
}

.l-header__ci {
  margin-left: 2px;
}

.l-header__ci svg {
  fill: #fff;
}

.l-header__name {
  position: relative;
  width: 100%;
  margin: -6px 0 0 2px;
}

.l-header__name span {
  display: block;
}

.l-header__name .en {
  font-family: 'copperplate', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: calc(120em / 1000);
  white-space: nowrap;
}

.l-header__name .ja {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: calc(60em / 1000);
  white-space: nowrap;
}

.c-nav-button {
  position: absolute;
  top: 51px;
  right: 62px;
  z-index: 999;
}

.c-reserve-button {
  position: fixed;
  bottom: 16%;
  left: 0;
  z-index: 100;
}

.l-kv {
  width: 100%;
  height: 100vh;
  background-color: #000;
}

.l-modal {
  width: 100%;
  height: 100vh;
  background-color: #f5f5f5;
  z-index: 2000;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.l-modal .c-nav-button {
  position: fixed;
}

.l-modal__contents {
  position: relative;
  width: 100%;
}

.l-modal__header {
  position: relative;
  width: 100%;
}

.cafe .l-modal {
  color: #436e95;
}

.cafe .l-modal a {
  color: #436e95;
}

.open .l-modal {
  color: #1e466a;
}

.open .l-modal a {
  color: #1e466a;
}

.japan .l-modal {
  color: #30404a;
}

.japan .l-modal a {
  color: #30404a;
}

.l-nav {
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0;
  height: 100vh;
  background-color: #f0f0f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.54, 0.29, 0.79, 0.51) 0.2s;
  transition: -webkit-transform 0.2s cubic-bezier(0.54, 0.29, 0.79, 0.51) 0.2s;
  transition: transform 0.2s cubic-bezier(0.54, 0.29, 0.79, 0.51) 0.2s;
  transition: transform 0.2s cubic-bezier(0.54, 0.29, 0.79, 0.51) 0.2s, -webkit-transform 0.2s cubic-bezier(0.54, 0.29, 0.79, 0.51) 0.2s;
  -webkit-transform: translate(-130%, 0) matrix3d(1, 0, 0, 0, -0.65, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: translate(-130%, 0) matrix3d(1, 0, 0, 0, -0.65, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  z-index: 100;
}

.l-nav.is-open {
  -webkit-transform: translate(0, 0) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: translate(0, 0) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.l-nav.is-open .l-nav__inner {
  opacity: 1;
  -webkit-transition-delay: .33s;
  transition-delay: .33s;
}

.l-nav__inner {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  -webkit-transition: opacity .2s ease 0s;
  transition: opacity .2s ease 0s;
}

.l-page.is-no-contents .l-nav__inner2 {
  position: relative;
  top: -20vh;
}

.l-page.is-no-contents .l-nav__inner2 .c-store-global-menu {
  display: none;
}

.l-page.is-no-contents .l-nav__inner2 .l-nav__sns {
  margin-top: 0;
}

.l-nav__inner2 .p-kv-reserve {
  position: fixed;
}

.l-nav__inner2 .p-kv-reserve__text {
  color: #333;
}

.l-nav .c-store-global-menu {
  position: relative;
}

.l-nav .c-store-global-menu a {
  color: #333;
}

.l-nav__ci svg {
  fill: #525058;
}

.l-nav__sub {
  text-transform: uppercase;
}

.l-nav__sub .item {
  letter-spacing: calc(80em / 1000);
}

.l-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.l-page-modals .l-modal {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.54, 0.29, 0.79, 0.51) 0.2s;
  transition: -webkit-transform 0.2s cubic-bezier(0.54, 0.29, 0.79, 0.51) 0.2s;
  transition: transform 0.2s cubic-bezier(0.54, 0.29, 0.79, 0.51) 0.2s;
  transition: transform 0.2s cubic-bezier(0.54, 0.29, 0.79, 0.51) 0.2s, -webkit-transform 0.2s cubic-bezier(0.54, 0.29, 0.79, 0.51) 0.2s;
  -webkit-transform: translate(-130%, 0) matrix3d(1, 0, 0, 0, -0.65, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: translate(-130%, 0) matrix3d(1, 0, 0, 0, -0.65, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.l-page-modals .l-modal .l-modal-container {
  opacity: 0;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
}

.l-page-modals .l-modal.is-show {
  position: absolute;
  -webkit-transform: none;
  transform: none;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.l-page-modals .l-modal.is-show .l-modal-container {
  opacity: 1;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.c-cafe-circle-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/cafe/cafe-circle-icon-bg.svg");
  background-size: contain;
  text-align: center;
  width: 134px;
  height: 131px;
}

.c-cafe-circle-icon .text {
  display: block;
  position: relative;
  font-family: 'charcuterie-cursive', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  color: #e55d21;
  line-height: 0.8;
  font-size: 3.8rem;
  top: -4px;
}

.c-store-global-menu__item {
  font-family: 'copperplate', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.c-store-global-menu__item:first-child {
  margin-left: 0 !important;
}

.c-store-global-menu__item:last-child {
  margin-right: 0 !important;
}

.c-store-global-menu__item a {
  color: #fff;
}

.c-store-global-menu .u-hover {
  -webkit-transition: letter-spacing .2s ease;
  transition: letter-spacing .2s ease;
}

.c-store-global-menu .u-hover:hover {
  letter-spacing: calc(420em / 1000);
}

.c-japan-circle-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 50%;
  text-align: center;
  border: solid 6px #30404a;
}

.c-japan-circle-icon .text {
  display: block;
  position: relative;
  font-family: "soukouminchoregular", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
  color: #30404a;
  line-height: 1;
}

.c-modal-border {
  margin: 0;
  border: none;
}

.cafe .c-modal-border {
  border-color: #436e95;
}

.open .c-modal-border {
  border-color: #1e466a;
}

.japan .c-modal-border {
  border-color: #30404a;
}

.moody .c-modal-border {
  border-color: #333;
}

.c-modal-header__title {
  position: relative;
  text-align: center;
}

.c-modal-header__title:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 3px;
  margin-top: 28px;
  background-color: #333;
}

.casual .c-modal-header__title {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.open .c-modal-header__title {
  text-align: center;
}

.open .c-modal-header__title span {
  display: block;
}

.open .c-modal-header__title .fill {
  font-family: 'canterbold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.open .c-modal-header__title .stripe-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.open .c-modal-header__title .stripe {
  font-family: 'canterbold_strips', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  opacity: .5;
}

.open .c-modal-header__title:after {
  background-color: #1e466a;
}

.japan .c-modal-header__title {
  font-family: "leitura-news", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.japan .c-modal-header__title:after {
  height: 2px;
  margin-top: 25px;
  background-color: #30404a;
}

.cafe .c-modal-header__title {
  font-family: 'gutenbergregular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.cafe .c-modal-header__title:after {
  background-color: #436e95;
}

.moody .c-modal-header__title {
  font-family: 'GFS Didot';
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.moody .c-modal-header__title:after {
  height: 1px;
  background-color: #6b6b6b;
}

.c-modal-title-s {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  text-align: center;
}

.japan .c-modal-title-s {
  font-family: "leitura-news", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.cafe .c-modal-title-s {
  font-family: 'ostrich_sansheavy', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.moody .c-modal-title-s {
  -webkit-transform: scaleX(0.92);
  transform: scaleX(0.92);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: 'ltc-bodoni-175', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.c-modal-title-l {
  line-height: 1;
  text-align: center;
}

.casual .c-modal-title-l {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.japan .c-modal-title-l {
  font-family: "leitura-news", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.open .c-modal-title-l {
  font-family: 'canterbold_3d', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.cafe .c-modal-title-l {
  font-family: 'gutenbergregular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.moody .c-modal-title-l {
  font-family: 'GFS Didot';
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.c-modal-title-caption {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  text-align: center;
  letter-spacing: calc(140em / 1000);
}

.japan .c-modal-title-caption {
  font-family: "leitura-news", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.cafe .c-modal-title-caption {
  font-family: 'ostrich_sansheavy', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.moody .c-modal-title-caption {
  -webkit-transform: scaleX(0.92);
  transform: scaleX(0.92);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: 'ltc-bodoni-175', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.c-more {
  display: block;
  position: absolute;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: color .15s linear, background-color .15s linear;
  transition: color .15s linear, background-color .15s linear;
}

.c-more__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: background-color .15s linear;
  transition: background-color .15s linear;
}

.c-more__icon:before,.c-more__icon:after {
  content: "";
  position: absolute;
}

.c-more__icon:before {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0 auto;
}

.c-more__icon:after {
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto 0;
}

.casual .c-more {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.casual .c-more .c-more__icon {
  right: 21px;
}

.casual .c-more .c-more__icon--pdf,.casual .c-more .c-more__icon--link {
  right: 25px;
}

.casual .c-more .c-more__icon:before {
  width: 4px;
}

.casual .c-more .c-more__icon:after {
  height: 4px;
}

.cafe .c-more {
  font-family: 'gutenbergregular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.open .c-more {
  font-family: 'canterbold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.open .c-more .c-more__icon {
  right: 21px;
}

.open .c-more .c-more__icon:before {
  width: 2px;
}

.open .c-more .c-more__icon:after {
  height: 2px;
}

.moody .c-more {
  font-family: 'GFS Didot';
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.moody .c-more .c-more__icon {
  right: 23px;
}

.moody .c-more .c-more__icon:before {
  width: 2px;
}

.moody .c-more .c-more__icon:after {
  height: 2px;
}

.japan .c-more {
  font-family: "leitura-news", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.japan .c-more .c-more__icon {
  right: 23px;
}

.japan .c-more .c-more__icon:before {
  width: 2px;
}

.japan .c-more .c-more__icon:after {
  height: 2px;
}

.c-more--detail {
  color: #fff;
  text-indent: -35px;
}

.casual .c-more--detail {
  background-color: #333;
}

.cafe .c-more--detail {
  background-color: #2b4b68;
  text-indent: -50px;
}

.open .c-more--detail {
  background-color: #000;
  text-indent: -50px;
}

.moody .c-more--detail {
  color: #505860;
  background-color: #d1af91;
  text-indent: -48px;
}

.japan .c-more--detail {
  color: #e6e5e4;
  background-color: #333;
}

.casual .c-more--detail .c-more__icon:before,.casual .c-more--detail .c-more__icon:after {
  background-color: #fff;
}

.cafe .c-more--detail .c-more__icon:before,.cafe .c-more--detail .c-more__icon:after {
  background-color: #fff;
}

.open .c-more--detail .c-more__icon:before,.open .c-more--detail .c-more__icon:after {
  background-color: #fff;
}

.japan .c-more--detail .c-more__icon:before,.japan .c-more--detail .c-more__icon:after {
  background-color: #e6e5e4;
}

.c-more--detail:hover {
  color: #333;
  background-color: #f5f5f5;
}

.c-more--detail:hover .c-more__icon:before,.c-more--detail:hover .c-more__icon:after {
  background-color: #333;
}

.moody .c-more--detail .c-more__icon:before,.moody .c-more--detail .c-more__icon:after {
  background-color: #505860;
}

.moody .c-more--detail .c-more__icon:hover {
  color: #505860;
  background-color: #f5f5f5;
}

.moody .c-more--detail .c-more__icon:hover .c-more__icon:before,.moody .c-more--detail .c-more__icon:hover .c-more__icon:after {
  background-color: #505860;
}

.moody .c-more--pdf .c-more__icon svg path:first-child {
  stroke: #505860;
}

.moody .c-more--pdf .c-more__icon svg path:not(:first-child) {
  fill: #505860;
}

.c-more--pdf:hover .c-more__icon svg path:first-child {
  stroke: #333;
}

.c-more--pdf:hover .c-more__icon svg path:not(:first-child) {
  fill: #333;
}

.moody .c-more--link .c-more__icon svg path {
  fill: #505860;
}

.c-more--link:hover .c-more__icon svg path {
  fill: #333;
}

.c-more--pdf .c-more__icon,.c-more--link .c-more__icon {
  right: 25px;
}

.c-more--pdf .c-more__icon::before,.c-more--pdf .c-more__icon::after,.c-more--link .c-more__icon::before,.c-more--link .c-more__icon::after {
  display: none;
}

.c-more--pdf .c-more__icon svg,.c-more--link .c-more__icon svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.c-more--pdf .c-more__icon svg path,.c-more--link .c-more__icon svg path {
  -webkit-transition: fill .15s linear, stroke .15s linear;
  transition: fill .15s linear, stroke .15s linear;
}

.c-more--learn {
  background-color: #fff;
}

.casual .c-more--learn:hover {
  color: #fff;
  background-color: #333;
}

.casual .c-more--learn:hover .c-more__icon:before,.casual .c-more--learn:hover .c-more__icon:after {
  background-color: #fff;
}

.casual .c-more--learn .c-more__icon:before,.casual .c-more--learn .c-more__icon:after {
  background-color: #333;
}

.cafe .c-more--learn {
  color: #2b4b68;
}

.cafe .c-more--learn:hover {
  color: #fff;
  background-color: #2e4b65;
}

.cafe .c-more--learn:hover .c-more__icon:before,.cafe .c-more--learn:hover .c-more__icon:after {
  background-color: #fff;
}

.cafe .c-more--learn .c-more__icon:before,.cafe .c-more--learn .c-more__icon:after {
  background-color: #2e4b65;
}

.open .c-more--learn:hover {
  color: #fff;
  background-color: #000;
}

.open .c-more--learn:hover .c-more__icon:before,.open .c-more--learn:hover .c-more__icon:after {
  background-color: #fff;
}

.open .c-more--learn .c-more__icon:before,.open .c-more--learn .c-more__icon:after {
  background-color: #000;
}

.moody .c-more--learn:hover {
  color: #fff;
  background-color: #505860;
}

.moody .c-more--learn:hover .c-more__icon:before,.moody .c-more--learn:hover .c-more__icon:after {
  background-color: #fff;
}

.moody .c-more--learn .c-more__icon:before,.moody .c-more--learn .c-more__icon:after {
  background-color: #505860;
}

.japan .c-more--learn:hover {
  color: #fff;
  background-color: #333;
}

.japan .c-more--learn:hover .c-more__icon:before,.japan .c-more--learn:hover .c-more__icon:after {
  background-color: #fff;
}

.japan .c-more--learn .c-more__icon {
  right: 21px;
}

.japan .c-more--learn .c-more__icon:before,.japan .c-more--learn .c-more__icon:after {
  background-color: #333;
}

.c-nav-button {
  cursor: pointer;
  position: absolute;
  width: 70px;
  height: 30px;
}

.c-nav-button.is-fixed {
  position: fixed;
  mix-blend-mode: exclusion;
}

.c-nav-button.is-fixed.is-open,.c-nav-button.is-fixed.is-opening {
  mix-blend-mode: unset;
}

.c-nav-button.is-fixed::before {
  -webkit-animation: fixedAnime .2s ease 0s both;
  animation: fixedAnime .2s ease 0s both;
}

.c-nav-button.is-fixed::after {
  -webkit-animation: fixedAnime .2s ease .1s both;
  animation: fixedAnime .2s ease .1s both;
}

.moody .c-nav-button.is-fixed {
  opacity: .8;
}

.moody .c-nav-button.is-fixed::before,.moody .c-nav-button.is-fixed::after {
  background-color: #d9af89;
}

.moody .c-nav-button.is-fixed.is-open,.moody .c-nav-button.is-fixed.is-opening {
  opacity: 1;
}

.c-nav-button__bar {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  overflow: hidden;
}

.c-nav-button__bar::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
}

.c-nav-button__bar--1 {
  -webkit-transform: rotateZ(15deg);
  transform: rotateZ(15deg);
}

.c-nav-button__bar--1::before {
  left: 0;
}

.c-nav-button__bar--2 {
  -webkit-transform: rotateZ(-15deg);
  transform: rotateZ(-15deg);
}

.c-nav-button__bar--2::before {
  right: 0;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.c-nav-button::before,.c-nav-button::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: width .2s ease .5s;
  transition: width .2s ease .5s;
}

.c-nav-button::after {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.c-nav-button.is-open .c-nav-button__bar::before,.c-nav-button.is-open .c-nav-button__bar::after {
  background-color: #333;
}

.c-nav-button.is-open .c-nav-button__bar--1::before {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.c-nav-button.is-open .c-nav-button__bar--2::before {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.c-nav-button.is-open .c-nav-button__bar::before {
  width: 100%;
}

.c-nav-button.is-open::before,.c-nav-button.is-open::after {
  width: 0;
}

.c-nav-button.is-open::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.c-nav-button.is-open::after {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.c-nav-button.is-open:hover::before,.c-nav-button.is-open:hover::after {
  -webkit-animation: none;
  animation: none;
}

.c-nav-button.is-closing .c-nav-button__bar::before,.c-nav-button.is-closing .c-nav-button__bar::after {
  background-color: #333;
}

.is-ie .l-page-modals .l-modal.is-show .c-nav-button {
  opacity: 1;
}

.is-ie .l-page-modals .c-nav-button {
  opacity: 0;
}

.cafe .l-page-modals .c-nav-button.is-open .c-nav-button__bar::before {
  background-color: #436e95;
}

.open .l-page-modals .c-nav-button.is-open .c-nav-button__bar::before {
  background-color: #1e466a;
}

.japan .l-page-modals .c-nav-button.is-open .c-nav-button__bar::before {
  background-color: #30404a;
}

.c-pagetop {
  position: relative;
  text-align: center;
}

.c-pagetop__image {
  position: relative;
  padding-top: 19px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
}

.c-pagetop__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #333;
}

.cafe .c-pagetop__image:before {
  background-color: #436e95;
}

.open .c-pagetop__image:before {
  background-color: #1e466a;
}

.moody .c-pagetop__image:before {
  background-color: #d7d9dd;
}

.c-pagetop__text {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
}

.c-pagetop:focus .c-pagetop__image svg,.c-pagetop:hover .c-pagetop__image svg {
  -webkit-transform: translate3d(0, -4px, 0);
  transform: translate3d(0, -4px, 0);
}

.c-pagetop:active .c-pagetop__image svg {
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0);
}

.c-reserve-button {
  height: 180px;
  text-align: center;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transition: background-color .15s linear;
  transition: background-color .15s linear;
  background-color: #9aa2a1;
}

.c-reserve-button:hover {
  background-color: #f5f5f5;
  color: #9aa2a1;
}

.c-reserve-button span {
  display: block;
  padding: 0 8px;
}

.c-section-title {
  position: relative;
  min-height: 1em;
  z-index: 3;
}

.c-section-title__inner {
  position: absolute;
  width: 100%;
  height: 50%;
  text-align: center;
  overflow: hidden;
}

.c-section-title__inner:first-child {
  top: 0;
  left: 0;
}

.c-section-title__inner:first-child span {
  top: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.c-section-title__inner:last-child {
  bottom: 0;
  left: 0;
}

.c-section-title__inner:last-child span {
  bottom: 100%;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.c-section-title__inner span {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  line-height: 1.1;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.c-section-title.is-show .c-section-title__inner:first-child span {
  -webkit-transform: none;
  transform: none;
}

.c-section-title.is-show .c-section-title__inner:last-child span {
  -webkit-transform: none;
  transform: none;
}

.c-section-title--casual {
  position: relative;
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  text-align: center;
  line-height: 1;
  border: solid 8px #333;
}

.c-section-title--casual.is-recommend {
  padding: 52px 0 50px;
  text-indent: 12px;
  letter-spacing: calc(240em / 1000);
}

.c-section-title--casual.is-recommend > span {
  width: 150%;
  left: -25%;
}

.c-section-title--casual.is-recommend::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -25%;
  width: 150%;
  height: 100px;
  margin-top: -50px;
}

.c-section-title--casual .c-section-title__inner span {
  line-height: 1.4;
}

.c-section-title--casual .c-section-title__inner:last-child span {
  top: 0;
  bottom: auto;
}

.c-section-title--casual.is-show .c-section-title__inner:first-child span {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}

.c-section-title--casual.is-show .c-section-title__inner:last-child span {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.c-section-title--cafe {
  font-family: 'gutenbergregular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  text-align: center;
  line-height: 1;
  color: #436e95;
  text-indent: calc(400em / 1500);
  letter-spacing: calc(400em / 1000);
}

.c-section-title--cafe .c-section-title__inner span {
  line-height: 1.1;
}

.c-section-title--open {
  position: relative;
  display: inline-block;
  line-height: 1;
  color: #1e466a;
  text-indent: calc(150em / 1500);
}

.c-section-title--open span {
  display: block;
}

.c-section-title--open .fill {
  font-family: 'canterbold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.c-section-title--open .stripe {
  font-family: 'canterbold_strips', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
}

.c-section-title--open.is-recommend {
  width: 345px;
  font-size: 7.6rem;
  letter-spacing: calc(120em / 1000);
}

.c-section-title--open.is-recommend .fill,.c-section-title--open.is-recommend .stripe {
  display: block;
  width: 100%;
  height: 100%;
}

.c-section-title--open.is-recommend .c-section-title__inner span {
  line-height: 1.1;
}

.c-section-title--open .slanting-letter__inner {
  position: absolute;
  left: 0;
  height: 50%;
  width: 100%;
  overflow: hidden;
}

.c-section-title--open .slanting-letter__inner > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

.c-section-title--open .slanting-letter__inner:first-child {
  top: 0;
  left: 0;
}

.c-section-title--open .slanting-letter__inner:first-child span {
  top: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.c-section-title--open .slanting-letter__inner:nth-child(2) {
  bottom: 0;
  left: 0;
}

.c-section-title--open .slanting-letter__inner:nth-child(2) span {
  bottom: 100%;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.c-section-title--open .slanting-letter span.is-hidden {
  visibility: hidden;
}

.c-section-title--open.is-show .slanting-letter__inner:first-child span {
  -webkit-transform: none;
  transform: none;
}

.c-section-title--open.is-show .slanting-letter__inner:nth-child(2) span {
  -webkit-transform: none;
  transform: none;
}

.c-section-title--moody {
  font-family: 'GFS Didot';
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  text-align: center;
  line-height: 1;
  color: #d9af89;
}

.c-section-title--moody.is-recommend {
  color: #505860;
}

.c-section-title--japan {
  font-family: "leitura-news", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  text-align: center;
  line-height: 1;
  color: #30404a;
}

.p-contents {
  position: relative;
  z-index: 1;
}

.casual .p-contents {
  background-color: #e6e5e4;
}

.cafe .p-contents {
  background-color: #fffcea;
}

.open .p-contents {
  background-color: #fff;
}

.moody .p-contents {
  background-color: #373e47;
}

.japan .p-contents {
  background-color: #e6e5e4;
}

.p-intro {
  position: relative;
}

.p-intro__text-wrapper {
  position: relative;
}

.p-intro__text {
  position: relative;
  margin: 0 auto;
  font-family: 'FOT-ロダン墨東 Pro B', 'RodinBokutohPro-B', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  letter-spacing: calc(200em / 1000);
}

.casual .p-intro__text {
  color: #505860;
}

.cafe .p-intro__text {
  color: #e55d21;
}

.open .p-intro__text {
  font-family: 'ゴシックMB101 B', 'Gothic MB101 Bold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  color: #223340;
}

.moody .p-intro__text {
  font-family: 'FOT-ロダン墨東 Pro M', 'RodinBokutohPro-M', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  color: #d9af89;
}

.japan .p-intro__text {
  font-family: 'FOT-ロダン墨東 Pro M', 'RodinBokutohPro-M', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: auto;
}

.p-intro__images {
  position: relative;
  z-index: 1;
}

.p-intro__image2 {
  position: relative;
}

.casual .p-kv-address {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.casual .p-kv-address__inner {
  position: relative;
  margin: 0 auto;
}

.casual .p-kv-address__text {
  text-align: left;
}

.casual .p-kv-address a {
  display: block;
  position: relative;
}

.casual .p-kv-address a .p-kv-address__text:after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 35px;
  height: 7px;
  background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.cafe .p-kv-address {
  font-family: 'ostrich_sansheavy', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  color: #fefbeb;
  z-index: 10;
}

.cafe .p-kv-address a {
  position: relative;
  color: #fefbeb;
}

.open .p-kv-address {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.open .p-kv-address__inner {
  position: relative;
  margin: 0 auto;
  top: -2px;
}

.open .p-kv-address__text {
  text-align: left;
}

.open .p-kv-address a {
  position: relative;
}

.open .p-kv-address a .p-kv-address__text:after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 35px;
  height: 7px;
  background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.moody .p-kv-address {
  -webkit-transform: scaleX(0.92);
  transform: scaleX(0.92);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: 'ltc-bodoni-175', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.moody .p-kv-address__text {
  text-align: left;
}

.moody .p-kv-address a {
  position: relative;
}

.moody .p-kv-address a .p-kv-address__text:after {
  content: "";
  position: absolute;
  bottom: 12px;
  right: 0;
  width: 35px;
  height: 7px;
  background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.japan .p-kv-address {
  font-family: 'FOT-クレー Pro M', 'KleePro-M', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  font-style: italic;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  height: 100%;
}

.japan .p-kv-address__inner {
  position: relative;
}

.japan .p-kv-address__text {
  text-align: left;
}

.japan .p-kv-address a {
  position: relative;
}

.japan .p-kv-address a .p-kv-address__text:after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 10px;
  width: 35px;
  height: 7px;
  background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.p-kv-bar {
  position: absolute;
  bottom: 22px;
  left: 50%;
  width: 2px;
  height: 45px;
  margin-left: -1px;
}

.p-kv-bar::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  -webkit-animation: barAnime 2s ease-in-out 2s infinite;
  animation: barAnime 2s ease-in-out 2s infinite;
}

.l-page.is-no-contents .p-kv-bar {
  display: none;
}

.p-kv-content {
  position: relative;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}

.casual .p-kv-content {
  border: solid 10px #fff;
  background-color: rgba(0, 0, 0, 0.15);
}

.casual .p-kv-content a {
  display: block;
  color: #fff;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.casual .p-kv-content a:hover {
  opacity: .8;
}

.casual .p-kv-content__top {
  text-align: center;
}

.casual .p-kv-content__subtile {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  margin: auto;
}

.casual .p-kv-content__subtile .top,.casual .p-kv-content__subtile .bottom {
  display: block;
}

.casual .p-kv-content__subtile .bottom {
  line-height: 0;
  white-space: nowrap;
}

.casual .p-kv-content__title {
  font-family: 'burfordextrude_c', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  margin: auto;
}

.casual .p-kv-content__lead {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-family: 'FOT-ロダン墨東 Pro B', 'RodinBokutohPro-B', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.casual .p-kv-content__lead:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.casual .p-kv-content__bottom {
  border-top: solid 10px #fff;
}

.casual .p-kv-content__bottom-border {
  border: none;
  border-top: solid 4px #fff;
  margin-top: 15px;
  margin-bottom: 20px;
}

.cafe .p-kv-content {
  color: #fefbeb;
  border: solid 10px #fefbeb;
  background-color: rgba(0, 0, 0, 0.15);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cafe .p-kv-content a {
  display: block;
  color: #fefbeb;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.cafe .p-kv-content a:hover {
  opacity: .8;
}

.cafe .p-kv-content__inner {
  width: 100%;
}

.cafe .p-kv-content__subtile {
  font-family: 'WOONDER', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.cafe .p-kv-content__subtile .top,.cafe .p-kv-content__subtile .bottom {
  display: block;
}

.cafe .p-kv-content__subtile .bottom {
  font-family: 'ostrich_sansheavy', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.cafe .p-kv-content__title {
  font-family: 'ostrich_sansheavy', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  text-align: center;
  letter-spacing: calc(70em / 1000);
}

.cafe .p-kv-content__title .text {
  visibility: hidden;
  -webkit-transform: translateX(calc(70em / 1500));
  transform: translateX(calc(70em / 1500));
}

.cafe .p-kv-content__title.is-image {
  position: relative;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.cafe .p-kv-content__lead {
  position: relative;
  font-family: 'heisei-maru-gothic-std', sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/cafe/p-kv-content-lead-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.cafe .p-kv-content__lead .row {
  display: block;
}

.cafe .p-kv-content__lead .text {
  position: relative;
}

.cafe .p-kv-content__bottom {
  position: absolute;
  left: 0;
  right: 0;
}

.open .p-kv-content {
  text-align: center;
}

.open .p-kv-content a {
  display: block;
  color: #fff;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.open .p-kv-content a:hover {
  opacity: .8;
}

.open .p-kv-content__inner {
  position: relative;
  width: 100%;
  margin: auto;
  background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/open/kv-content-outline.png");
  background-size: contain;
}

.open .p-kv-content__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
}

.open .p-kv-content__bottom {
  position: relative;
}

.open .p-kv-content__title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.open .p-kv-content__title {
  font-family: 'korolev', sans-serif;
  font-weight: 900;
  text-align: center;
  letter-spacing: calc(70em / 1000);
  text-shadow: 1px 1px 0px #223340, 2px 2px 0px #223340, 3px 3px 0px #223340;
  white-space: nowrap;
  letter-spacing: 0.1476em;
  line-height: 0.9;
  -webkit-transform: scaleX(0.82);
  transform: scaleX(0.82);
}

.open .p-kv-content__title .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 0.0984em;
}

.open .p-kv-content__title.is-image {
  position: relative;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.open .p-kv-content__lead {
  font-family: '見出ゴMB31', 'Midashi Go MB31', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.open .p-kv-content__subtile {
  font-family: 'charcuterie-cursive', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  margin: 12px auto 0;
  line-height: 1;
}

.open .p-kv-content__footer {
  position: relative;
}

.open .p-kv-content__footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.moody .p-kv-content {
  position: relative;
}

.moody .p-kv-content a {
  display: block;
  color: #fff;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.moody .p-kv-content a:hover {
  opacity: .8;
}

.moody .p-kv-content__bottom {
  position: relative;
}

.moody .p-kv-content__lead {
  font-family: 'vdl-yotag', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
  white-space: nowrap;
  letter-spacing: calc(750em / 1000);
}

.moody .p-kv-content__subtile {
  font-family: 'GFS Didot';
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.moody .p-kv-content__title {
  font-family: 'GFS Didot';
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  white-space: nowrap;
  letter-spacing: 0.23em;
  line-height: 1;
}

.japan .p-kv-content {
  background-size: contain;
  background-color: rgba(0, 0, 0, 0.15);
}

.japan .p-kv-content a {
  display: block;
  color: #fff;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.japan .p-kv-content a:hover {
  opacity: .8;
}

.japan .p-kv-content__title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.japan .p-kv-content__title-wrapper2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
}

.japan .p-kv-content__title {
  font-family: 'FOT-クレー Pro M', 'KleePro-M', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: calc(340em / 1000);
  line-height: 1;
  visibility: hidden;
}

.japan .p-kv-content__title.is-image {
  visibility: visible;
}

.japan .p-kv-content__title.is-image {
  position: relative;
}

.japan .p-kv-content__text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: absolute;
}

.japan .p-kv-content__lead {
  font-family: 'vdl-yotag', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: calc(600em / 1000);
}

.japan .p-kv-content__subtile {
  font-family: 'vdl-yotag', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  letter-spacing: calc(400em / 1000);
}

.japan .p-kv-content__bottom-inner {
  position: relative;
}

.p-kv-info a.p-kv-info__time:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 7px;
  margin: auto;
  background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.casual .p-kv-info {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  font-style: italic;
  white-space: nowrap;
}

.casual .p-kv-info__inner {
  margin: 0 auto;
}

.casual .p-kv-info__time {
  position: relative;
}

.cafe .p-kv-info {
  font-family: 'ostrich_sansheavy', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  display: inline-block;
  position: relative;
  text-align: left;
}

.cafe .p-kv-info:after,.cafe .p-kv-info:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #fefbeb;
  border-radius: 4px;
}

.cafe .p-kv-info:before {
  top: 0;
  left: 0;
}

.cafe .p-kv-info:after {
  bottom: 0;
  left: 0;
}

.cafe .p-kv-info__time {
  position: relative;
}

.cafe .p-kv-info__tel a::before {
  content: 'TEL_';
}

.open .p-kv-info {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  white-space: nowrap;
  text-align: left;
}

.open .p-kv-info__inner {
  position: relative;
  margin: 0 auto;
}

.open .p-kv-info__time {
  position: relative;
}

.moody .p-kv-info {
  -webkit-transform: scaleX(0.92);
  transform: scaleX(0.92);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: 'ltc-bodoni-175', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.moody .p-kv-info__time {
  position: relative;
}

.japan .p-kv-info {
  font-family: 'FOT-クレー Pro M', 'KleePro-M', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  font-style: italic;
  white-space: nowrap;
}

.japan .p-kv-info__time {
  position: relative;
}

.p-kv-news {
  z-index: 10;
}

.moody .p-kv-news__item--emergency {
  color: #fff;
}

.moody .p-kv-news__item--emergency a {
  color: #fff;
}

.p-kv-news__item .date,.p-kv-news__item .text {
  display: block;
}

.p-kv-news__item .text a:hover {
  opacity: 0.8;
}

.p-kv-news__item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-kv-reserve {
  display: block;
  position: absolute;
  top: 34px;
  right: 137px;
  z-index: 1;
}

.p-kv-reserve__text {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  letter-spacing: calc(400em / 1000);
  color: #fff;
  font-weight: bold;
}

.p-kv-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 29.5vh;
  right: 94px;
}

.p-kv-sidebar__text {
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2.2rem;
  line-height: 0.6;
  letter-spacing: calc(460em / 1000);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  color: #fff;
  z-index: 1;
  white-space: nowrap;
}

.casual .p-kv-sidebar__text {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.cafe .p-kv-sidebar__text {
  font-family: 'ostrich_sansheavy', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.open .p-kv-sidebar__text {
  font-family: 'canterbold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.moody .p-kv-sidebar__text {
  font-size: 1.8rem;
  font-family: 'GFS Didot';
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.japan .p-kv-sidebar__text {
  font-size: 2rem;
  font-family: "leitura-news", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  right: 7.4%;
}

.p-kv-sidebar__sns {
  position: relative;
  margin-top: 55px;
  right: -7px;
  z-index: 1;
}

.p-kv-sidebar__sns svg {
  fill: #fff;
}

.p-kv-sidebar .p-kv-sidebar-sns__item:nth-child(n + 2) {
  margin-top: 14px;
}

.p-kv {
  position: relative;
  width: 100%;
}

.p-kv__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 0;
  background-size: cover;
  background-position: center;
}

.p-kv__bg video {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100vh;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
}

.p-kv__bg video.is-show {
  opacity: 1;
}

.p-kv__inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.p-kv__content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  width: 100%;
  height: 100%;
}

.p-modal-access .p-map__canvas {
  width: 100%;
}

.p-modal-access .p-access-contents {
  margin: auto;
}

.cafe .p-modal-access .p-section {
  border-color: #436e95;
}

.open .p-modal-access .p-section {
  border-color: #1e466a;
}

.japan .p-modal-access .p-section {
  border-color: #30404a;
  border-width: 2px;
}

.moody .p-modal-access .p-section {
  border-color: #6d6d6d;
  border-width: 1px;
}

.p-modal-access .p-section__title {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  text-align: center;
}

.cafe .p-modal-access .p-section__title {
  font-family: 'ostrich_sansheavy', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.open .p-modal-access .p-section__title {
  font-family: 'canterbold_3d', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.japan .p-modal-access .p-section__title {
  font-family: "leitura-news", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.moody .p-modal-access .p-section__title {
  font-family: 'GFS Didot';
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.p-modal-access .p-schedule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-modal-access .p-schedule__title {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  letter-spacing: calc(80em / 1000);
}

.cafe .p-modal-access .p-schedule__title {
  font-family: 'ostrich_sansheavy', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.japan .p-modal-access .p-schedule__title {
  font-family: 'FOT-クレー Pro M', 'KleePro-M', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.moody .p-modal-access .p-schedule__title {
  -webkit-transform: scaleX(0.92);
  transform: scaleX(0.92);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: 'ltc-bodoni-175', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-modal-access .p-schedule__list {
  width: 100%;
}

.p-modal-access .p-schedule .p-schedule-list-item {
  width: 100%;
}

.p-modal-access .p-schedule .p-schedule-list-item__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-modal-access .p-schedule .p-schedule-list-item__title {
  font-weight: bold;
}

.moody .p-modal-access .p-schedule .p-schedule-list-item__title {
  font-weight: normal;
}

.japan .p-modal-access .p-schedule .p-schedule-list-item__title {
  font-weight: normal;
}

.p-modal-access .p-schedule .p-schedule-list-item__border {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0;
  background-position: right -1px top 0;
}

.p-modal-access .p-schedule .p-schedule-list-item__time {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
}

.cafe .p-modal-access .p-schedule .p-schedule-list-item__time {
  font-family: 'ostrich_sansheavy', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.japan .p-modal-access .p-schedule .p-schedule-list-item__time {
  font-family: 'FOT-クレー Pro M', 'KleePro-M', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.moody .p-modal-access .p-schedule .p-schedule-list-item__time {
  -webkit-transform: scaleX(0.92);
  transform: scaleX(0.92);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: 'ltc-bodoni-175', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-modal-access .p-schedule .p-schedule-list-item__footer {
  text-align: right;
  letter-spacing: calc(60em / 1000);
}

.p-modal-access .p-address__text {
  font-weight: bold;
}

.moody .p-modal-access .p-address__text {
  font-weight: normal;
}

.japan .p-modal-access .p-address__text {
  font-weight: normal;
}

.p-modal-access .p-address__tel {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.cafe .p-modal-access .p-address__tel {
  font-family: 'ostrich_sansheavy', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.japan .p-modal-access .p-address__tel {
  font-family: 'FOT-クレー Pro M', 'KleePro-M', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.moody .p-modal-access .p-address__tel {
  -webkit-transform: scaleX(0.92);
  transform: scaleX(0.92);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: 'ltc-bodoni-175', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-modal-access .p-news .p-news-content__date {
  font-weight: bold;
}

.moody .p-modal-access .p-news .p-news-content__date {
  font-weight: normal;
}

.japan .p-modal-access .p-news .p-news-content__date {
  font-weight: normal;
}

.p-modal-access .p-news .p-news-content__text {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'メイリオ', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  text-align: justify;
}

.p-modal-guide {
  overflow-x: hidden;
}

.p-modal-guide__intro {
  position: relative;
  background-size: 100px 100px;
  background-repeat: repeat;
}

.l-modal.party .p-modal-guide__intro {
  background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/section-party-bg.png");
}

.l-modal.date .p-modal-guide__intro {
  background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/section-date-bg.png");
}

.l-modal.gathering .p-modal-guide__intro {
  background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/section-gathering-bg.png");
}

.l-modal.shopping .p-modal-guide__intro {
  background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/section-shopping-bg.png");
}

.p-modal-guide__intro .p-subsection-header {
  position: absolute;
  z-index: 3;
}

.p-modal-guide__intro .p-modal-guide__image {
  position: relative;
}

.p-modal-guide__intro .p-modal-guide__intro-pic {
  position: absolute;
  z-index: 1;
}

.p-modal-guide__contents em {
  font-style: italic;
}

.p-modal-guide__image {
  margin: auto;
}

.p-modal-guide__image picture {
  display: block;
  position: relative;
}

.p-modal-guide__image picture::before,.p-modal-guide__image picture::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-modal-guide__image picture::before {
  background-color: #302d39;
  opacity: .1;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  z-index: 2;
}

.p-modal-guide__image picture::after {
  background-color: #283641;
  mix-blend-mode: lighten;
  z-index: 1;
}

.is-ie .p-modal-guide__image picture::after {
  display: none;
}

.p-modal-guide__image img {
  width: 100%;
}

.p-modal-guide__text {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'メイリオ', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  text-align: justify;
}

.p-modal-guide__lead {
  text-align: justify;
}

.p-modal-guide .p-plan__title {
  line-height: 1;
  letter-spacing: calc(460em / 1000);
}

.p-modal-guide .p-plan .p-plan-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-modal-guide .p-plan .p-plan-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-modal-guide .p-plan .p-plan-item__title {
  letter-spacing: calc(460em / 1000);
}

.p-modal-guide .p-plan .p-plan-item__price {
  line-height: 1;
  letter-spacing: calc(200em / 1000);
}

.p-modal-guide .p-list__title {
  line-height: 1;
  letter-spacing: calc(460em / 1000);
}

.p-modal-guide .p-list ul li {
  list-style: disc;
}

.p-modal-guide .p-list ol li {
  list-style: decimal;
}

.p-modal-guide .p-list li {
  position: relative;
  line-height: 1;
}

.p-modal-guide .p-map {
  position: relative;
}

.p-modal-guide .p-map__pic-wrapper {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.p-modal-guide .p-map__pic-wrapper .p-modal-pic {
  position: absolute;
}

.p-modal-guide .p-map__pic-wrapper .p-modal-pic.pic1 {
  top: -2%;
  left: -23%;
  width: 35%;
}

.p-modal-guide .p-map__pic-wrapper .p-modal-pic.pic2 {
  top: -20%;
  right: -13.5vw;
  width: 61%;
}

.p-modal-guide .p-map__pic-wrapper .p-modal-pic.pic3 {
  bottom: -20%;
  left: -23%;
  width: 60%;
}

.p-modal-guide .p-map__pic-wrapper .p-modal-pic.pic4 {
  bottom: -30%;
  right: -13vw;
  width: 58%;
}

.p-modal-menu figure picture {
  display: block;
  position: relative;
}

.p-modal-menu figure picture::before,.p-modal-menu figure picture::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-modal-menu figure picture::before {
  background-color: #302d39;
  opacity: .1;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  z-index: 2;
}

.p-modal-menu figure picture::after {
  background-color: #283641;
  mix-blend-mode: lighten;
  z-index: 1;
}

.is-ie .p-modal-menu figure picture::after {
  display: none;
}

.p-modal-menu .p-new .p-new-content__title {
  font-weight: bold;
}

.moody .p-modal-menu .p-new .p-new-content__title {
  font-weight: normal;
}

.japan .p-modal-menu .p-new .p-new-content__title {
  font-weight: normal;
}

.p-modal-menu .p-new .p-new-content__text {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'メイリオ', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  text-align: justify;
}

.p-modal-menu .p-flagship .p-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-modal-menu .p-flagship .p-caption__title {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: calc(60em / 1000);
  margin-top: -4px;
}

.moody .p-modal-menu .p-flagship .p-caption__title {
  font-weight: normal;
}

.japan .p-modal-menu .p-flagship .p-caption__title {
  font-family: 'FOT-ロダン墨東 Pro M', 'RodinBokutohPro-M', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  font-weight: normal;
}

.p-modal-menu .p-flagship .p-caption__price {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  text-align: right;
  line-height: 1;
  white-space: nowrap;
}

.p-modal-menu .p-flagship .p-caption__price .ja {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.casual .p-modal-menu .p-flagship .p-caption__price .ja {
  font-weight: bold;
}

.cafe .p-modal-menu .p-flagship .p-caption__price .ja {
  font-weight: bold;
}

.japan .p-modal-menu .p-flagship .p-caption__price .ja {
  font-family: 'FOT-ロダン墨東 Pro M', 'RodinBokutohPro-M', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.open .p-modal-menu .p-flagship .p-caption__price .ja {
  font-weight: bold;
}

.japan .p-modal-menu .p-flagship .p-caption__price {
  font-family: 'FOT-ロダン墨東 Pro M', 'RodinBokutohPro-M', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.moody .p-modal-menu .p-flagship .p-caption__price {
  -webkit-transform: scaleX(0.92);
  transform: scaleX(0.92);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: 'ltc-bodoni-175', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cafe .p-modal-menu .p-flagship .p-caption__price {
  font-family: 'ゴシックMB101 B', 'Gothic MB101 Bold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.p-modal-menu .p-detail-contents.is-first {
  margin-top: 0;
}

.p-modal-menu .p-detail-contents .p-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-modal-menu .p-detail-contents .p-images-item .p-caption__title {
  text-align: left;
  font-weight: bold;
  letter-spacing: calc(20em / 1000);
}

.moody .p-modal-menu .p-detail-contents .p-images-item .p-caption__title {
  font-weight: normal;
}

.japan .p-modal-menu .p-detail-contents .p-images-item .p-caption__title {
  font-family: 'FOT-ロダン墨東 Pro M', 'RodinBokutohPro-M', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  font-weight: normal;
}

.p-modal-menu .p-detail-contents .p-images-item .p-caption__price {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1.4;
  letter-spacing: calc(100em / 1000);
}

.p-modal-menu .p-detail-contents .p-images-item .p-caption__price span {
  display: inline;
}

.p-modal-menu .p-detail-contents .p-images-item .p-caption__price .ja {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.casual .p-modal-menu .p-detail-contents .p-images-item .p-caption__price .ja {
  font-weight: bold;
}

.cafe .p-modal-menu .p-detail-contents .p-images-item .p-caption__price .ja {
  font-weight: bold;
}

.japan .p-modal-menu .p-detail-contents .p-images-item .p-caption__price .ja {
  font-family: 'FOT-ロダン墨東 Pro M', 'RodinBokutohPro-M', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.open .p-modal-menu .p-detail-contents .p-images-item .p-caption__price .ja {
  font-weight: bold;
}

.japan .p-modal-menu .p-detail-contents .p-images-item .p-caption__price {
  font-family: 'FOT-ロダン墨東 Pro M', 'RodinBokutohPro-M', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.moody .p-modal-menu .p-detail-contents .p-images-item .p-caption__price {
  -webkit-transform: scaleX(0.92);
  transform: scaleX(0.92);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: 'ltc-bodoni-175', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cafe .p-modal-menu .p-detail-contents .p-images-item .p-caption__price {
  font-family: 'ゴシックMB101 B', 'Gothic MB101 Bold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.p-modal-menu .p-menu-list .p-menu-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-modal-menu .p-menu-list .p-menu-list-item__border {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-position: right -1px top 0;
  border: 0;
}

.p-modal-menu .p-menu-list .p-menu-list-item__title {
  font-weight: bold;
  letter-spacing: calc(60em / 1000);
}

.moody .p-modal-menu .p-menu-list .p-menu-list-item__title {
  font-weight: normal;
}

.japan .p-modal-menu .p-menu-list .p-menu-list-item__title {
  font-family: 'FOT-ロダン墨東 Pro M', 'RodinBokutohPro-M', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  font-weight: normal;
}

.p-modal-menu .p-menu-list .p-menu-list-item__price {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  letter-spacing: calc(20em / 1000);
}

.p-modal-menu .p-menu-list .p-menu-list-item__price .ja {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.casual .p-modal-menu .p-menu-list .p-menu-list-item__price .ja {
  font-weight: bold;
}

.cafe .p-modal-menu .p-menu-list .p-menu-list-item__price .ja {
  font-weight: bold;
}

.open .p-modal-menu .p-menu-list .p-menu-list-item__price .ja {
  font-weight: bold;
}

.japan .p-modal-menu .p-menu-list .p-menu-list-item__price .ja {
  font-family: 'FOT-ロダン墨東 Pro M', 'RodinBokutohPro-M', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.japan .p-modal-menu .p-menu-list .p-menu-list-item__price {
  font-family: 'FOT-ロダン墨東 Pro M', 'RodinBokutohPro-M', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.moody .p-modal-menu .p-menu-list .p-menu-list-item__price {
  -webkit-transform: scaleX(0.92);
  transform: scaleX(0.92);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: 'ltc-bodoni-175', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cafe .p-modal-menu .p-menu-list .p-menu-list-item__price {
  font-family: 'ゴシックMB101 B', 'Gothic MB101 Bold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.p-modal-space .p-intro .p-intro-content__title {
  font-weight: bold;
}

.moody .p-modal-space .p-intro .p-intro-content__title {
  font-weight: normal;
}

.japan .p-modal-space .p-intro .p-intro-content__title {
  font-weight: normal;
}

.p-modal-space .p-intro .p-intro-content__text {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'メイリオ', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  text-align: justify;
}

.p-modal-space .p-intro .p-intro-content__image {
  width: 100%;
}

.p-modal-space .p-spec-list__title {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  text-align: center;
  letter-spacing: calc(400em / 1000);
  text-indent: calc(400em / 1000);
}

.japan .p-modal-space .p-spec-list__title {
  font-family: "leitura-news", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.cafe .p-modal-space .p-spec-list__title {
  font-family: 'gutenbergregular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.moody .p-modal-space .p-spec-list__title {
  -webkit-transform: scaleX(0.92);
  transform: scaleX(0.92);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: 'ltc-bodoni-175', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 4%;
}

.p-modal-space .p-spec-list .p-spec-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-modal-space .p-spec-list .p-spec-list-item__border {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0;
}

.p-modal-space .p-spec-list .p-spec-list-item__title {
  font-weight: bold;
  letter-spacing: calc(60em / 1000);
}

.moody .p-modal-space .p-spec-list .p-spec-list-item__title {
  font-weight: normal;
}

.japan .p-modal-space .p-spec-list .p-spec-list-item__title {
  font-weight: normal;
}

.p-modal-space .p-spec-list .p-spec-list-item__value {
  text-align: right;
  line-height: 1;
  font-weight: bold;
}

.moody .p-modal-space .p-spec-list .p-spec-list-item__value {
  font-weight: normal;
}

.japan .p-modal-space .p-spec-list .p-spec-list-item__value {
  font-weight: normal;
}

.p-modal-space .p-main-images .p-main-images-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-modal-space .p-main-images .p-main-images-content__title span {
  display: block;
}

.p-modal-space .p-main-images .p-main-images-content__title .en {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
}

.japan .p-modal-space .p-main-images .p-main-images-content__title .en {
  font-family: "leitura-news", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.cafe .p-modal-space .p-main-images .p-main-images-content__title .en {
  font-family: 'gutenbergregular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.moody .p-modal-space .p-main-images .p-main-images-content__title .en {
  -webkit-transform: scaleX(0.92);
  transform: scaleX(0.92);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: 'ltc-bodoni-175', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.p-modal-space .p-main-images .p-main-images-content__title .ja {
  font-family: '見出ゴMB31', 'Midashi Go MB31', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  margin-top: 1.2rem;
}

.p-modal-space .p-main-images .p-main-images-content__title--right {
  text-align: right;
}

.p-modal-space .tmp {
  visibility: hidden;
}

.flex-images {
  overflow: hidden;
  margin-left: -8px;
}

.flex-images .item {
  display: block;
  float: left;
  margin: 0 0 36px 8px;
  overflow: hidden;
  position: relative;
}

.flex-images .item img {
  display: block;
  width: auto;
  height: 100%;
}

.p-pic {
  position: absolute;
  z-index: 2;
}

.p-pic.pic_party {
  z-index: 2 !important;
}

.p-pic.pic_recommend {
  z-index: 1;
}

.casual .p-pic.pic3 {
  z-index: 1;
}

.cafe .p-pic.pic3 {
  z-index: 1;
}

.cafe .p-pic.pic4 {
  z-index: 1;
}

.cafe .p-pic.pic5 {
  z-index: 1;
}

.cafe .p-pic.pic6 {
  z-index: 1;
}

.cafe .p-pic.pic7 {
  z-index: 1;
}

.moody .p-pic.pic3 {
  z-index: 1;
}

.japan .p-pic.pic3 {
  z-index: 1;
}

.p-section-date {
  background-size: 100px 100px;
  background-repeat: repeat;
  background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/section-date-bg.png");
  z-index: 2;
}

.p-section-date .p-subsection-header {
  position: absolute;
}

.p-section-date .p-subsection-header__lead {
  width: 200px !important;
}

.p-section-date__image-container {
  position: relative;
}

.p-section-date .p-subsection-lead {
  width: 610px;
  margin: 45px auto 0;
}

.p-section-eats .p-othermenu__image {
  position: relative;
}

.cafe .p-section-eats .p-othermenu__footer p {
  color: #436e95;
}

.open .p-section-eats .p-othermenu__footer {
  color: #1e466a;
}

.casual .p-section-eats .p-othermenu__title {
  font-family: 'FOT-ロダン墨東 Pro B', 'RodinBokutohPro-B', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.cafe .p-section-eats .p-othermenu__title {
  font-family: 'ゴシックMB101 B', 'Gothic MB101 Bold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.open .p-section-eats .p-othermenu__title {
  font-family: 'FOT-ロダン墨東 Pro B', 'RodinBokutohPro-B', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  font-weight: bold;
}

.moody .p-section-eats .p-othermenu__title {
  font-family: 'vdl-yotag', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  display: inline-block;
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
}

.japan .p-section-eats .p-othermenu__title {
  font-family: 'FOT-ロダン墨東 Pro M', 'RodinBokutohPro-M', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.casual .p-section-eats .p-othermenu__price {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  letter-spacing: calc(120em / 1000);
}

.cafe .p-section-eats .p-othermenu__price {
  font-family: 'ゴシックMB101 B', 'Gothic MB101 Bold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  letter-spacing: calc(40em / 1000);
}

.open .p-section-eats .p-othermenu__price {
  font-family: 'canterbold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  letter-spacing: calc(80em / 1000);
}

.moody .p-section-eats .p-othermenu__price {
  font-family: 'GFS Didot';
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  letter-spacing: calc(200em / 1000);
}

.japan .p-section-eats .p-othermenu__price {
  font-family: 'FOT-ロダン墨東 Pro M', 'RodinBokutohPro-M', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  letter-spacing: calc(100em / 1000);
}

.casual .p-section-pickupmenu__title {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
}

.casual .p-section-pickupmenu__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-top: 3.6%;
}

.casual .p-section-pickupmenu__footer:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
}

.casual .p-section-pickupmenu__text {
  font-family: 'FOT-ロダン墨東 Pro B', 'RodinBokutohPro-B', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.casual .p-section-pickupmenu__price {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  text-align: right;
  line-height: 1;
}

.cafe .p-section-pickupmenu__title {
  font-family: 'ゴシックMB101 B', 'Gothic MB101 Bold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.cafe .p-section-pickupmenu__price-wrapper {
  position: relative;
  margin-right: 12px;
}

.cafe .p-section-pickupmenu__price {
  font-family: 'ゴシックMB101 B', 'Gothic MB101 Bold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.open .p-section-pickupmenu {
  color: #1e466a;
}

.open .p-section-pickupmenu__text {
  font-weight: bold;
}

.open .p-section-pickupmenu__price {
  font-family: 'canterbold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  letter-spacing: calc(80em / 1000);
  margin-top: 10px;
}

.moody .p-section-pickupmenu {
  color: #d9af89;
  position: relative;
}

.moody .p-section-pickupmenu__text {
  font-family: 'vdl-yotag', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.moody .p-section-pickupmenu__price {
  font-family: 'GFS Didot';
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  letter-spacing: calc(200em / 1000);
}

.moody .p-section-pickupmenu__title {
  font-family: 'GFS Didot';
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  position: absolute;
  letter-spacing: calc(460em / 1000);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.japan .p-section-pickupmenu__title {
  font-family: 'FOT-ロダン墨東 Pro M', 'RodinBokutohPro-M', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  letter-spacing: calc(800em / 1000);
}

.japan .p-section-pickupmenu__price-wrapper {
  position: relative;
  margin-right: 16px;
}

.japan .p-section-pickupmenu__price {
  font-family: 'FOT-ロダン墨東 Pro M', 'RodinBokutohPro-M', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.cafe .p-section-eats p {
  color: #333;
}

.p-section-eats__inner {
  position: relative;
  width: 100%;
}

.casual .p-section-eats__inner {
  background-color: #d2d5dc;
}

.cafe .p-section-eats__inner {
  background-color: #cee5ed;
}

.open .p-section-eats__inner {
  background-color: #e5eeee;
}

.moody .p-section-eats__inner {
  background-color: #1d2a33;
}

.japan .p-section-eats__inner {
  background-color: #cac6c3;
}

.japan .p-section-eats__title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.p-section-eats__title {
  position: relative;
  z-index: 3;
}

.open .p-section-eats__title {
  position: absolute;
}

.japan .p-section-eats__title {
  position: relative;
}

.japan .p-section-eats__title:before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/japan/section-title-frame_rb.png");
}

.p-section-eats__container {
  position: relative;
}

.p-section-eats .p-section-eats-container1__bottom {
  position: relative;
}

.p-section-eats .p-section-eats-container1__lead {
  position: relative;
  z-index: 3;
}

.open .p-section-eats .p-section-eats-container1__lead {
  position: relative;
}

.p-section-eats .p-section-eats-container1__text-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-section-eats .p-section-eats-container1__text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: -5px;
}

.p-section-eats .p-section-eats-container2__wrapper1 {
  position: relative;
}

.p-section-eats .p-section-eats-container2__image3 {
  margin-top: 8px;
}

.japan .p-section-eats .p-section-eats-container2__content {
  position: relative;
}

.p-section-eats .p-section-eats-container2__text-wrapper {
  position: relative;
}

.open .p-section-eats .p-section-eats-container2__text-title {
  font-family: 'canterbold_3d', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  color: #1e466a;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: calc(460em / 1000);
}

.casual .p-section-eats .p-section-eats-container3,.casual
.p-section-eats .p-section-eats-container4 {
  background-color: #e6e5e4;
}

.cafe .p-section-eats .p-section-eats-container3,.cafe
.p-section-eats .p-section-eats-container4 {
  background-color: #fffbe9;
}

.open .p-section-eats .p-section-eats-container3,.open
.p-section-eats .p-section-eats-container4 {
  background-color: #fff;
}

.moody .p-section-eats .p-section-eats-container3,.moody
.p-section-eats .p-section-eats-container4 {
  background-color: #d8d9dd;
}

.japan .p-section-eats .p-section-eats-container3,.japan
.p-section-eats .p-section-eats-container4 {
  background-color: #e6e5e4;
}

.moody .p-section-eats .p-section-eats-container3 .p-section-sidebar {
  color: #333;
}

.p-section-eats .p-section-eats-container3__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-section-eats .p-section-eats-container4 {
  position: relative;
}

.p-section-gathering {
  background-size: 100px 100px;
  background-repeat: repeat;
  background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/section-gathering-bg.png");
  z-index: 3;
}

.p-section-gathering .p-subsection-header {
  position: absolute;
}

.p-section-gathering .p-subsection-header__lead {
  width: 200px !important;
}

.p-section-gathering .p-section-gathering-plan__title {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  letter-spacing: calc(460em / 1000);
}

.p-section-gathering .p-section-gathering-plan .p-section-gathering-plan-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-section-gathering .p-section-gathering-plan .p-section-gathering-plan-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-section-gathering .p-section-gathering-plan .p-section-gathering-plan-item__title {
  font-family: '見出ゴMB31', 'Midashi Go MB31', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  letter-spacing: calc(460em / 1000);
}

.p-section-gathering .p-section-gathering-plan .p-section-gathering-plan-item__price {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  letter-spacing: calc(200em / 1000);
}

.p-section-gathering__image-container {
  position: relative;
}

.p-section-gathering__image-container:after {
  content: '.';
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.p-section-gathering__image-container .p-subsection__image {
  float: right;
}

.p-section-gathering .p-subsection-lead {
  width: 610px;
  margin: 45px auto 0;
}

.p-section-guide-intro {
  position: relative;
  overflow: hidden;
  height: 52.5vw;
  z-index: 10;
}

.p-section-guide-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150vh;
  background-size: cover;
  background-position: center;
}

.p-section-guide-intro__content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  z-index: 10;
}

.p-section-guide-intro .p-section-guide-intro-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}

.casual .p-section-guide-intro .p-section-guide-intro-content {
  border: solid 10px #fff;
}

.cafe .p-section-guide-intro .p-section-guide-intro-content {
  border: solid 10px #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.open .p-section-guide-intro .p-section-guide-intro-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: contain;
}

.japan .p-section-guide-intro .p-section-guide-intro-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: contain;
}

.p-section-guide-intro .p-section-guide-intro-content__inner {
  margin: 0 auto;
}

.casual .p-section-guide-intro .p-section-guide-intro-content__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-section-guide-intro .p-section-guide-intro-content__title {
  width: 100%;
  text-align: center;
}

.p-section-guide-intro .p-section-guide-intro-content__title .small,.p-section-guide-intro .p-section-guide-intro-content__title .large {
  display: block;
}

.casual .p-section-guide-intro .p-section-guide-intro-content__title .small {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
}

.cafe .p-section-guide-intro .p-section-guide-intro-content__title .small {
  font-family: 'ostrich_sansheavy', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
}

.open .p-section-guide-intro .p-section-guide-intro-content__title .small {
  font-family: 'korolev', sans-serif;
  font-weight: 900;
  line-height: 1;
}

.casual .p-section-guide-intro .p-section-guide-intro-content__title .large {
  margin-top: 23px;
}

.cafe .p-section-guide-intro .p-section-guide-intro-content__title .large {
  font-family: 'charcuterie-cursive', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  margin-top: 18px;
  line-height: 1;
  letter-spacing: 0;
}

.open .p-section-guide-intro .p-section-guide-intro-content__title .large {
  font-family: 'canteroutline', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  margin-top: 20px;
  line-height: 1;
  letter-spacing: calc(80em / 1000);
}

.moody .p-section-guide-intro .p-section-guide-intro-content__title {
  font-family: 'GFS Didot';
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.moody .p-section-guide-intro .p-section-guide-intro-content__title > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.moody .p-section-guide-intro .p-section-guide-intro-content__title > span:before {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: #fff;
  position: relative;
}

.moody .p-section-guide-intro .p-section-guide-intro-content__title .top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.moody .p-section-guide-intro .p-section-guide-intro-content__title .bottom .text {
  position: relative;
}

.japan .p-section-guide-intro .p-section-guide-intro-content__title {
  font-family: "leitura-news", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  text-align: left;
  white-space: nowrap;
}

.casual .p-section-guide-intro .p-section-guide-intro-content__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: solid 10px #fff;
}

.cafe .p-section-guide-intro .p-section-guide-intro-content__bottom {
  position: relative;
}

.cafe .p-section-guide-intro .p-section-guide-intro-content__bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
}

.japan .p-section-guide-intro .p-section-guide-intro-content__bottom {
  border-top: solid 2px #fff;
}

.p-section-guide-intro .p-section-guide-intro-content__bottom-inner {
  margin: 0 auto;
}

.p-section-guide-intro .p-section-guide-intro-content__lead {
  font-family: '見出ゴMB31', 'Midashi Go MB31', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  letter-spacing: calc(260em / 1000);
}

.cafe .p-section-guide-intro .p-section-guide-intro-content__lead {
  text-align: center;
}

.moody .p-section-guide-intro .p-section-guide-intro-content__lead {
  font-family: 'vdl-yotag', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
}

.p-section-guide-intro .p-section-guide-intro-content__text {
  font-family: 'FOT-ロダン墨東 Pro B', 'RodinBokutohPro-B', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  letter-spacing: calc(80em / 1000);
}

.moody .p-section-guide {
  background-color: #d8d9dd;
}

.p-section-guide__inner {
  position: relative;
  width: 100%;
}

.p-section-guide__title {
  position: relative;
  z-index: 11;
}

.cafe .p-section-guide__title {
  text-align: left;
}

.open .p-section-guide__title {
  position: absolute;
}

.moody .p-section-guide__title {
  text-align: left;
  color: #333;
}

.japan .p-section-guide__title {
  text-align: left;
}

.p-section-guide__container {
  position: relative;
}

.p-section-guide .p-section-guide-container1__bottom .p-section-sidebar {
  right: 55px;
}

.p-section-guide .p-pic {
  z-index: 0;
}

.p-section-lead-container {
  position: relative;
}

.japan .p-section-lead-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.japan .p-section-lead-container .p-section-lead {
  position: relative;
}

.p-section-lead {
  display: block;
  position: relative;
}

.p-section-lead--casual {
  font-family: '見出ゴMB31', 'Midashi Go MB31', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.p-section-lead--casual span {
  display: inline-block;
  position: relative;
}

.p-section-lead--casual span:last-child:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #0f5533;
}

.p-section-lead--cafe {
  font-family: 'ゴシックMB101 B', 'Gothic MB101 Bold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #30404a;
  line-height: 1;
}

.p-section-lead--cafe span {
  display: block;
  background-color: #9fc2e3;
  white-space: nowrap;
}

.p-section-lead--cafe-yellow span {
  background-color: #f8e698 !important;
}

.p-section-lead--open {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: 'ゴシックMB101 B', 'Gothic MB101 Bold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  color: #1e466a;
}

.p-section-lead--moody {
  font-family: 'vdl-yotag', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  color: #d9af89;
  letter-spacing: calc(800em / 1000);
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.p-section-lead--japan {
  font-family: 'vdl-yotag', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: calc(600em / 1000);
}

.p-section-party {
  background-size: 100px 100px;
  background-repeat: repeat;
  background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/section-party-bg.png");
  z-index: 4;
}

.p-section-party__image-container {
  position: relative;
}

.p-section-party .p-subsection-header {
  position: absolute;
}

.p-section-party .p-subsection-lead {
  padding: 0 70px;
  margin-top: 45px;
}

.casual .p-section-recommend .p-section-sidebar {
  top: 276px;
  right: -313px;
  z-index: 1;
}

.cafe .p-section-recommend {
  background-color: #f5f5f5;
  padding-bottom: 12.2%;
}

.cafe .p-section-recommend .p-section-sidebar {
  top: 276px;
  right: -240px;
  z-index: 1;
}

.open .p-section-recommend .p-section-sidebar {
  top: 28.5%;
  right: -249px;
  z-index: 1;
}

.moody .p-section-recommend {
  position: relative;
  background-color: #f5f5f5;
}

.moody .p-section-recommend .p-section-sidebar {
  color: #333;
  top: 28.2%;
  left: 96.8%;
  z-index: 1;
  white-space: nowrap;
}

.japan .p-section-recommend {
  background-color: #f5f5f5;
  padding-top: 8%;
  padding-bottom: 12.2%;
}

.japan .p-section-recommend .p-section-sidebar {
  top: 28.2%;
  right: -18%;
  z-index: 1;
}

.p-section-recommend__inner {
  position: relative;
  width: 100%;
  background-color: #f5f5f5;
}

.p-section-recommend__items {
  position: relative;
  z-index: 10;
}

.p-section-recommend .p-section-recommend-item__image picture {
  display: block;
  position: relative;
}

.p-section-recommend .p-section-recommend-item__image picture::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #302d39;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0;
}

.p-section-recommend .p-section-recommend-item__title {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  color: #0f5533;
  line-height: 1;
  -webkit-transition: letter-spacing .4s ease;
  transition: letter-spacing .4s ease;
}

.cafe .p-section-recommend .p-section-recommend-item__title {
  color: #436e95;
}

.p-section-recommend .p-section-recommend-item__text {
  text-align: center;
}

.p-section-recommend .p-section-recommend-item:hover .p-section-recommend-item__title {
  letter-spacing: calc(320em / 1000);
}

.p-section-recommend .p-section-recommend-item:hover picture::before {
  opacity: .5;
}

.p-section-recommend .c-more--reserve {
  position: relative;
  width: 610px;
  height: 100px;
  margin: 0 auto 215px;
  padding: 38px 0 0 !important;
  background-color: #9ba1a1;
  color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  font-size: 2.8rem !important;
  font-weight: bold;
  text-indent: 0.3em;
  letter-spacing: 0.4em !important;
}

.p-section-recommend .c-more--reserve .c-more__icon {
  right: 32px;
  width: 45px;
  background-image: url(/cms/wp-content/themes/opefac2018/assets/image/store/arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-section-recommend .c-more--reserve .c-more__icon::before,.p-section-recommend .c-more--reserve .c-more__icon::after {
  display: none;
}

.p-section-shopping {
  background-size: 100px 100px;
  background-repeat: repeat;
  background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/section-shopping-bg.png");
}

.p-section-shopping .p-subsection-header {
  position: absolute;
}

.p-section-shopping .p-subsection-header__lead-wrapper {
  position: relative;
}

.p-section-shopping__image-container {
  position: relative;
}

.p-section-shopping .p-subsection-lead {
  width: 610px;
  margin: 45px auto 0;
}

.p-section-space__title {
  position: relative;
  z-index: 3;
}

.japan .p-section-space__title {
  position: relative;
  text-align: left;
}

.japan .p-section-space__title:before {
  content: "";
  position: absolute;
  background-size: contain;
  background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/japan/section-title-frame_lt.png");
  background-repeat: no-repeat;
}

.p-section-space__container {
  position: relative;
}

.casual .p-section-space .p-section-space-container1 .p-section-sidebar {
  top: 5px;
}

.cafe .p-section-space .p-section-space-container1 .p-section-sidebar {
  top: 5px;
}

.moody .p-section-space .p-section-space-container1 .p-section-sidebar {
  top: 5px;
}

.japan .p-section-space .p-section-space-container1 .p-section-sidebar {
  top: 5px;
}

.p-section-space .p-section-space-container1__lead-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-section-space .p-section-space-container2 .p-section-sidebar {
  top: 10px;
}

.p-section-space .p-section-space-container2__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-section-space .p-section-space-container2__text2 {
  margin: auto;
}

.p-section-space .p-section-space-container2__content2-inner {
  position: relative;
}

.p-section-space .p-section-space-container2__image1 {
  position: relative;
  width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 7 + 8px * (7 - 1) + 6.94444vw);
}

.p-section-space .p-section-space-container2__image2 {
  position: relative;
  margin-top: 8px;
}

.p-section-space .p-section-space-container3 .p-section-sidebar {
  top: 5px;
}

.moody .p-section-space .p-section-space-container3 .p-section-sidebar {
  left: 96.8%;
}

.p-section-space .p-section-space-container3__image-container {
  position: relative;
  margin: 0 auto;
}

.p-section-space .p-section-space-container3__image {
  width: 100%;
}

.cafe .p-section-space .p-section-space-container3__text-wrapper .p-section-space-container3__text {
  -webkit-font-smoothing: subpixel-antialiased;
}

.p-section-space .p-section-space-container3__text {
  position: relative;
  margin: auto;
}

.p-section-space .p-section-space-container4 {
  position: relative;
}

.p-section-space .p-section-space-container4__image3 {
  position: relative;
  background-size: cover;
}

.p-section-space .p-section-space-container4__image3 .pic {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26%;
}

.casual .p-section-space .p-section-space-container4__image3 {
  background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/casual/spec-bg.jpg");
}

.cafe .p-section-space .p-section-space-container4__image3 {
  background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/cafe/spec-bg.jpg");
}

.open .p-section-space .p-section-space-container4__image3 {
  background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/open/spec-bg.jpg");
}

.moody .p-section-space .p-section-space-container4__image3 {
  background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/moody/spec-bg.jpg");
}

.japan .p-section-space .p-section-space-container4__image3 {
  background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/japan/spec-bg.jpg");
}

.p-section-video video {
  width: 100%;
}

.p-section {
  position: relative;
}

.p-section__sidebar {
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.casual .p-section__sidebar {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  font-size: 2.2rem;
  line-height: 0.6;
  letter-spacing: calc(465em / 1000);
}

.cafe .p-section__sidebar {
  font-family: 'ostrich_sansheavy', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  font-size: 2rem;
  line-height: 0.6;
  letter-spacing: calc(470em / 1000);
  color: #436e95;
}

.open .p-section__sidebar {
  font-family: 'canterbold', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  font-size: 2.2rem;
  line-height: 0.6;
  letter-spacing: calc(460em / 1000);
  color: #333;
}

.moody .p-section__sidebar {
  font-family: 'GFS Didot';
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  font-size: 1.6rem;
  line-height: 0.6;
  letter-spacing: calc(500em / 1000);
  color: #d9af89;
}

.japan .p-section__sidebar {
  font-family: "leitura-news", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  font-size: 1.8rem;
  line-height: 0.6;
  letter-spacing: calc(400em / 1000);
  color: #333;
}

.p-section__sidebar--left {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  top: 0;
  left: 55px;
}

.open .p-section__sidebar--left {
  left: 60px;
}

.p-section__sidebar--right {
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  right: -200px;
}

.cafe .p-section__sidebar--right {
  right: -151px;
}

.open .p-section__sidebar--right {
  right: -162px;
}

.japan .p-section__sidebar--right {
  right: -162px;
}

.p-section__text {
  position: relative;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'メイリオ', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  text-align: justify;
  z-index: 3;
}

.cafe .p-section__text {
  color: #436e95;
}

.open .p-section__text {
  color: #000;
}

.moody .p-section__text {
  color: #d9af89;
}

.p-subsection {
  position: relative;
}

.p-subsection__image picture {
  display: block;
  position: relative;
}

.p-subsection__image picture::before,.p-subsection__image picture::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-subsection__image picture::before {
  background-color: #302d39;
  opacity: .1;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  z-index: 20;
}

.p-subsection__image picture::after {
  background-color: #283641;
  mix-blend-mode: lighten;
  z-index: 10;
}

.is-ie .p-subsection__image picture::after {
  display: none;
}

.p-subsection-header-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.p-subsection-header {
  color: #fff;
  z-index: 40;
}

.p-subsection-header__title {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
}

.p-subsection-header__subtitle {
  font-family: '見出ゴMB31', 'Midashi Go MB31', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  font-size: 3.6rem;
  line-height: 1.62162;
  letter-spacing: calc(460em / 1000);
  white-space: nowrap;
}

.p-subsection-header__subtitle span {
  position: relative;
  display: block;
  padding-left: 5px;
}

.p-subsection-header__subtitle span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.p-subsection-header__lead {
  width: 365px;
  margin-top: 30px;
  text-align: justify;
  -webkit-font-smoothing: subpixel-antialiased;
}

.p-subsection-header--black {
  color: #333;
}

.p-subsection-header--black .p-subsection-header__subtitle span:after {
  background-color: #333;
}

.f-yakuhan {
  font-family: YakuHanJPs, sans-serif;
}

.f-copperplate {
  font-family: 'copperplate', sans-serif;
  font-weight: 700;
}

.f-bodoni {
  -webkit-transform: scaleX(0.92);
  transform: scaleX(0.92);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: 'ltc-bodoni-175', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.f-futura {
  font-family: 'futura-pt', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.f-tsukuaoldmin {
  font-family: 'FOT-筑紫Aオールド明朝 Pr6 D', 'TsukuAOldMinPr6-D', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.f-tsukugo {
  font-family: 'FOT-筑紫ゴシック Pr5 D', 'TsukuGoPr5-D', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.f-burfordbase {
  font-family: 'Burford W03 Base', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.f-rodinnbokutohprob {
  font-family: 'FOT-ロダン墨東 Pro B', 'RodinBokutohPro-B', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.u-group:after {
  display: table;
  clear: both;
  content: "";
}

.u-hover {
  -webkit-transition: letter-spacing .4s ease;
  transition: letter-spacing .4s ease;
}

.u-opacity {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.u-svg {
  display: none;
}

.u-sronly {
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

a:hover .u-opacity.is-inner,a:focus .u-opacity.is-inner,a:active .u-opacity.is-inner {
  opacity: .6;
}

.u-pointer-none {
  pointer-events: none;
}

.u-pointer-auto {
  pointer-events: auto;
}

.u-width100 {
  width: 100%;
}

.u-rellax-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.u-rellax-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-size-100x100 {
  width: 100%;
  height: 100%;
}

.c-movie {
  background-size: cover;
}

.c-movie.is-thumb {
  position: relative;
  cursor: pointer;
}

.c-movie.is-thumb::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e2a34;
  opacity: 0.3;
}

.c-movie.is-thumb::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 33px);
  left: calc(50% - 27px);
  width: 66px;
  height: 54px;
  background-image: url(/cms/wp-content/themes/opefac2018/assets/image/icon_play.svg);
  background-size: cover;
}

@font-face {
  font-family:'Burford W03 Base';src:url("/cms/wp-content/themes/opefac2018/assets/fonts/Burford_Base.woff") format("woff"), url("/cms/wp-content/themes/opefac2018/assets/fonts/Burford_Base.eot") format("eot"), url("/cms/wp-content/themes/opefac2018/assets/fonts/Burford_Base.ttf") format("truetype");font-weight:normal;font-style:normal;
}

@font-face {
  font-family:'gutenbergregular';src:url("/cms/wp-content/themes/opefac2018/assets/fonts/gutenberg_regular_demo-webfont.woff2") format("woff2"), url("/cms/wp-content/themes/opefac2018/assets/fonts/gutenberg_regular_demo-webfont.woff") format("woff");font-weight:normal;font-style:normal;
}

@font-face {
  font-family:'burfordextrude_c';src:url("/cms/wp-content/themes/opefac2018/assets/fonts/burford_extrude-c-webfont.woff2") format("woff2"), url("/cms/wp-content/themes/opefac2018/assets/fonts/burford_extrude-c-webfont.woff") format("woff");font-weight:normal;font-style:normal;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media (min-width: 769px) {
  .l-footer {
    padding-top: 190px;
    padding-bottom: 105px;
  }

  .l-footer__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 39px;
    padding-top: 150px;
  }

  .l-footer__link {
    width: 135px;
    text-align: center;
  }

  .l-footer__link:last-child {
    margin-left: -16px;
  }

  .l-footer__ci {
    margin-right: 20px;
  }

  .l-footer__nav {
    position: absolute;
    top: 192px;
    left: 0;
    right: 0;
    width: auto;
    margin: auto;
  }

  .l-footer__sns {
    margin-left: 4px;
    padding-top: 135px;
  }

  .l-footer__copyright {
    position: absolute;
    left: -139px;
    bottom: 69px;
    font-size: 1.8rem;
    letter-spacing: calc(260em / 1000);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }

  .l-footer .c-pagetop {
    position: absolute;
    bottom: 117px;
    right: 80px;
  }

  .l-header__title {
    top: 38px;
    left: 40px;
    width: 169px;
  }

  .l-header__ci:after {
    content: "";
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

  .l-header__nav {
    position: absolute;
    top: 59px;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
  }

  .l-modal .c-nav-button {
    top: 37px;
    right: 19px;
  }

  .l-modal__header {
    padding-top: 36px;
  }

  .l-nav__inner {
    padding-top: 11.4vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-nav__inner2 {
    text-align: center;
  }

  .l-nav__sns {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 161px auto 0;
  }

  .l-nav__sns li + li {
    margin-left: 60px;
  }

  .l-nav__ci {
    margin-top: 91px;
  }

  .l-nav__sub {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    width: 404px;
    margin: 28px auto 0;
  }

  .l-nav__sub .item {
    position: absolute;
    width: 180px;
    text-align: center;
  }

  .l-nav__sub .item--1 {
    left: -42px;
  }

  .l-nav__sub .item--2 {
    left: 123px;
  }

  .l-nav__sub .item--3 {
    left: 270px;
  }

  .l-nav__sub .item .u-hover:hover {
    letter-spacing: calc(150em / 1000);
  }

  .l-wrapper {
    padding-right: 6.94444vw;
    padding-left: 6.94444vw;
  }

  .c-store-global-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.6rem;
  }

  .c-store-global-menu__item {
    display: block;
    width: 180px;
    font-weight: bold;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6rem;
    letter-spacing: calc(200em / 1000);
  }

  .c-store-global-menu__item:nth-child(n + 2) {
    margin-left: 38px;
  }

  .c-grid.c-grid-01 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 1 + 8px * (1 - 1));
  }

  .c-grid.c-grid-02 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 2 + 8px * (2 - 1));
  }

  .c-grid.c-grid-03 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 3 + 8px * (3 - 1));
  }

  .c-grid.c-grid-04 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 4 + 8px * (4 - 1));
  }

  .c-grid.c-grid-05 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 5 + 8px * (5 - 1));
  }

  .c-grid.c-grid-06 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 6 + 8px * (6 - 1));
  }

  .c-grid.c-grid-07 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 7 + 8px * (7 - 1));
  }

  .c-grid.c-grid-08 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 8 + 8px * (8 - 1));
  }

  .c-grid.c-grid-09 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 9 + 8px * (9 - 1));
  }

  .c-grid.c-grid-10 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 10 + 8px * (10 - 1));
  }

  .c-grid.c-grid-11 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 11 + 8px * (11 - 1));
  }

  .c-grid.c-grid-12 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 12 + 8px * (12 - 1));
  }

  .c-fix-grid.c-fix-grid-01 {
    width: calc( ( (1440px - (6.94444vw * 2)) - (8px * 11) ) / 12 * 1 + 8px * (1 - 1));
  }

  .c-fix-grid.c-fix-grid-02 {
    width: calc( ( (1440px - (6.94444vw * 2)) - (8px * 11) ) / 12 * 2 + 8px * (2 - 1));
  }

  .c-fix-grid.c-fix-grid-03 {
    width: calc( ( (1440px - (6.94444vw * 2)) - (8px * 11) ) / 12 * 3 + 8px * (3 - 1));
  }

  .c-fix-grid.c-fix-grid-04 {
    width: calc( ( (1440px - (6.94444vw * 2)) - (8px * 11) ) / 12 * 4 + 8px * (4 - 1));
  }

  .c-fix-grid.c-fix-grid-05 {
    width: calc( ( (1440px - (6.94444vw * 2)) - (8px * 11) ) / 12 * 5 + 8px * (5 - 1));
  }

  .c-fix-grid.c-fix-grid-06 {
    width: calc( ( (1440px - (6.94444vw * 2)) - (8px * 11) ) / 12 * 6 + 8px * (6 - 1));
  }

  .c-fix-grid.c-fix-grid-07 {
    width: calc( ( (1440px - (6.94444vw * 2)) - (8px * 11) ) / 12 * 7 + 8px * (7 - 1));
  }

  .c-fix-grid.c-fix-grid-08 {
    width: calc( ( (1440px - (6.94444vw * 2)) - (8px * 11) ) / 12 * 8 + 8px * (8 - 1));
  }

  .c-fix-grid.c-fix-grid-09 {
    width: calc( ( (1440px - (6.94444vw * 2)) - (8px * 11) ) / 12 * 9 + 8px * (9 - 1));
  }

  .c-fix-grid.c-grid-10 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 10 + 8px * (10 - 1));
  }

  .c-fix-grid.c-fix-grid-11 {
    width: calc( ( (1440px - (6.94444vw * 2)) - (8px * 11) ) / 12 * 11 + 8px * (11 - 1));
  }

  .c-fix-grid.c-fix-grid-12 {
    width: calc( ( (1440px - (6.94444vw * 2)) - (8px * 11) ) / 12 * 12 + 8px * (12 - 1));
  }

  .c-japan-circle-icon {
    width: 107px;
    height: 107px;
    font-size: 7.2rem;
    padding-top: 12px;
  }

  .c-japan-circle-icon .text {
    font-size: 7.2rem;
    top: -3px;
    left: 8px;
  }

  .c-modal-border {
    height: 3px;
    border-top: 3px solid #333;
  }

  .japan .c-modal-border {
    border-width: 2px;
  }

  .moody .c-modal-border {
    border-width: 1px;
  }

  .c-modal-header__title {
    font-size: 6.4rem;
    line-height: 0.65;
    letter-spacing: calc(240em / 1000);
    text-indent: calc(240em / 1000);
  }

  .open .c-modal-header__title {
    font-size: 6rem;
  }

  .japan .c-modal-header__title {
    font-size: 4.6rem;
    line-height: 1;
  }

  .cafe .c-modal-header__title {
    font-size: 5rem;
    line-height: 0.8;
  }

  .moody .c-modal-header__title {
    font-size: 3.2rem;
    line-height: 1.35;
    letter-spacing: calc(640em / 1000);
    text-indent: calc(640em / 1000);
  }

  .c-modal-title-s {
    font-size: 2.2rem;
    letter-spacing: calc(120em / 1000);
  }

  .japan .c-modal-title-s {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .cafe .c-modal-title-s {
    font-size: 2.2rem;
    line-height: 1.3;
    letter-spacing: calc(200em / 1000);
    text-indent: calc(200em / 1500);
  }

  .moody .c-modal-title-s {
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: calc(120em / 1000);
    text-indent: 0;
  }

  .c-modal-title-l {
    font-size: 4.6rem;
    letter-spacing: calc(240em / 1000);
  }

  .japan .c-modal-title-l {
    font-size: 4rem;
    line-height: 1.1;
  }

  .cafe .c-modal-title-l {
    font-size: 4.6rem;
    line-height: 0.9;
  }

  .moody .c-modal-title-l {
    font-size: 3.2rem;
    line-height: 1.45;
  }

  .c-modal-title-caption {
    font-size: 2rem;
  }

  .japan .c-modal-title-caption {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .cafe .c-modal-title-caption {
    font-size: 2rem;
    line-height: 1.1;
  }

  .moody .c-modal-title-caption {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .c-more {
    width: 360px;
  }

  .c-more__icon {
    width: 24px;
    height: 24px;
  }

  .open .c-more__icon {
    width: 32px;
    height: 32px;
  }

  .casual .c-more {
    padding: 24px 0 20px;
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: calc(210em / 1000);
  }

  .cafe .c-more {
    padding: 28px 0 24px;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: calc(260em / 1000);
  }

  .cafe .c-more .c-more__icon {
    right: 24px;
  }

  .cafe .c-more .c-more__icon:before {
    width: 2px;
  }

  .cafe .c-more .c-more__icon:after {
    height: 2px;
  }

  .open .c-more {
    padding: 24px 0 20px;
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: calc(180em / 1000);
  }

  .moody .c-more {
    padding: 25px 0 27px;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: calc(280em / 1000);
  }

  .japan .c-more {
    padding: 27px 0 23px;
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: calc(180em / 1000);
  }

  .japan .c-more--detail {
    text-indent: -40px;
  }

  .open .c-more--pdf .c-more__icon,.open .c-more--link .c-more__icon {
    width: 24px;
    height: 24px;
  }

  .casual .c-more--learn {
    padding: 22px 0 24px;
    text-indent: -65px;
    border: solid 3px #333;
  }

  .cafe .c-more--learn {
    padding: 25px 0 21px;
    text-indent: -50px;
    border: solid 3px #2e4b65;
  }

  .open .c-more--learn {
    padding: 22px 0 16px;
    text-indent: -65px;
    border: solid 3px #000;
  }

  .moody .c-more--learn {
    padding: 22px 0 24px;
    text-indent: -65px;
    border: solid 3px #505860;
  }

  .japan .c-more--learn {
    padding: 25px 0 19px;
    text-indent: -80px;
    border: solid 3px #333;
  }

  .c-nav-button::before {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .c-nav-button::after {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  .c-nav-button.is-open:hover .c-nav-button__bar--1::before {
    -webkit-animation: hoverAnime01 .5s ease-in-out 0s 1;
    animation: hoverAnime01 .5s ease-in-out 0s 1;
  }

  .c-nav-button.is-open:hover .c-nav-button__bar--2::before {
    -webkit-animation: hoverAnime02 .5s ease-in-out .1s 1;
    animation: hoverAnime02 .5s ease-in-out .1s 1;
  }

  .c-nav-button.is-opening:hover .c-nav-button__bar--1::before,.c-nav-button.is-opening:hover .c-nav-button__bar--2::before {
    -webkit-animation: none;
    animation: none;
  }

  .c-nav-button.is-closing:hover::before,.c-nav-button.is-closing:hover::after {
    -webkit-animation: none;
    animation: none;
  }

  .c-nav-button:hover::before,.c-nav-button:hover::after {
    -webkit-animation: hoverAnime01 .4s ease-in-out 0s 1;
    animation: hoverAnime01 .4s ease-in-out 0s 1;
  }

  .c-nav-button:hover::after {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
  }

  .c-pagetop__image:before {
    width: 32px;
    height: 2px;
  }

  .c-pagetop__text {
    font-size: 2rem;
    letter-spacing: calc(90em / 1000);
    margin-top: 13px;
    text-indent: 4px;
  }

  .c-section-title--casual {
    width: 304px;
    font-size: 6.4rem;
    text-indent: calc(240em / 1500);
    letter-spacing: calc(260em / 1000);
    padding: 52px 0 48px;
  }

  .c-section-title--casual.is-recommend::before {
    background-color: #f5f5f5;
  }

  .c-section-title--cafe {
    font-size: 8rem;
  }

  .c-section-title--open {
    font-size: 9.4rem;
  }

  .c-section-title--moody {
    font-size: 3.2rem;
    text-indent: calc(1000em / 1500);
    letter-spacing: calc(1000em / 1000);
  }

  .c-section-title--moody.is-recommend {
    font-size: 3.2rem;
    letter-spacing: calc(480em / 1000);
  }

  .c-section-title--japan {
    font-size: 4.8rem;
    text-indent: calc(440em / 1500);
    letter-spacing: calc(440em / 1000);
  }

  .c-section-title--japan.is-recommend {
    font-size: 4.2rem;
    letter-spacing: calc(240em / 1000);
    text-indent: calc(240em / 1500);
  }

  .p-contents {
    padding-top: 6.944%;
  }

  .japan .p-contents {
    padding-top: 5.3%;
  }

  .p-intro__text-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-intro__text {
    width: calc( ( (1440px - (6.94444vw * 2)) - (8px * 11) ) / 12 * 6 + 8px * (6 - 1));
    line-height: 3;
    top: -3px;
  }

  .open .p-intro__text {
    width: 35.5555555%;
    max-width: 512px;
    line-height: 2.35714;
  }

  .moody .p-intro__text {
    top: -4px;
    width: 520px;
    margin-left: 50.2%;
    line-height: 2.57143;
  }

  .japan .p-intro__text {
    height: 260px;
    font-size: 1.6rem;
    line-height: 3.75;
    letter-spacing: calc(200em / 1000);
  }

  .p-intro__images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 164px;
    margin-left: -4px;
  }

  .moody .p-intro__images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 116px;
  }

  .japan .p-intro__images {
    margin-top: 97px;
  }

  .open .p-intro__images {
    margin-top: 140px;
  }

  .p-intro__image1 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 8 + 8px * (8 - 1));
  }

  .p-intro__image2 {
    margin-left: 8px;
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 5 + 8px * (5 - 1));
  }

  .casual .p-kv-address {
    font-size: 2.0rem;
    line-height: 1.5;
    letter-spacing: calc(260em / 1000);
  }

  .casual .p-kv-address__inner {
    width: 410px;
  }

  .cafe .p-kv-address {
    width: 100%;
    font-size: 2rem;
    letter-spacing: calc(127em / 1000);
    bottom: 80px;
    text-align: center;
  }

  .open .p-kv-address {
    margin-left: 38px;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: calc(30em / 1000);
  }

  .moody .p-kv-address {
    max-width: 512px;
    font-size: 1.98rem;
    line-height: 2.0202;
    letter-spacing: calc(420em / 1000);
  }

  .japan .p-kv-address {
    width: 450px;
    font-size: 1.8rem;
    line-height: 1.66667;
    letter-spacing: calc(370em / 1000);
  }

  .japan .p-kv-address__inner a {
    display: inline-block;
    margin-left: 10px;
  }

  .japan .p-kv-address__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: inline-block;
  }

  .casual .p-kv-content {
    width: 928px;
  }

  .is-ie .casual .p-kv-content {
    height: 612px;
  }

  .casual .p-kv-content__top {
    padding-top: 66px;
    height: 356px;
  }

  .casual .p-kv-content__top.is-image {
    padding-top: 26px;
    height: 396px;
  }

  .casual .p-kv-content__top.is-image .p-kv-content__title {
    width: auto;
    height: 130px;
    margin-top: 16px !important;
  }

  .casual .p-kv-content__top.is-image .p-kv-content__title picture {
    display: block;
    height: 100%;
  }

  .casual .p-kv-content__top.is-image .p-kv-content__title picture img {
    width: 366px;
    height: 130px;
  }

  .casual .p-kv-content__subtile {
    width: 321px;
    position: relative;
  }

  .casual .p-kv-content__subtile .top {
    font-size: 2.8rem;
    line-height: 1.14286;
    letter-spacing: calc(320em / 1000);
  }

  .casual .p-kv-content__subtile .bottom {
    visibility: hidden;
    margin-top: 34px;
    padding: 20px 0 17px;
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
    font-size: 2.8rem;
    letter-spacing: calc(20em / 1000);
  }

  .casual .p-kv-content__title {
    margin-top: 27px;
    width: 512px;
    top: 199px;
    font-size: 6.8rem;
    line-height: .8;
    letter-spacing: calc(140em / 1000);
  }

  .casual .p-kv-content__title img {
    width: 304px;
    height: 108px;
  }

  .casual .p-kv-content__lead {
    top: 280px;
    width: 512px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 321px;
    font-size: 2.2rem;
    line-height: 2.3913;
    letter-spacing: calc(680em / 1000);
  }

  .casual .p-kv-content__bottom {
    height: 160px;
  }

  .casual .p-kv-content__bottom-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }

  .cafe .p-kv-content {
    top: 10px;
    width: 476px;
    height: 594px;
    border-radius: 210px;
  }

  .cafe .p-kv-content__subtile {
    top: 36px;
    width: 321px;
  }

  .cafe .p-kv-content__subtile .top {
    font-size: 4.6rem;
    line-height: 1;
    letter-spacing: calc(70em / 1000);
  }

  .cafe .p-kv-content__subtile .bottom {
    width: calc( ( (1440px - (6.94444vw * 2)) - (8px * 11) ) / 12 * 2 + 8px * (2 - 1));
    margin: 30px auto 0;
    font-size: 3.6rem;
    line-height: 0.9;
    letter-spacing: calc(100em / 1000);
  }

  .cafe .p-kv-content__title {
    margin-top: -10px;
    font-size: 9.2rem;
    line-height: 0.9;
  }

  .cafe .p-kv-content__title.is-image {
    top: -22px;
  }

  .cafe .p-kv-content__title.is-image img {
    width: 408px;
    height: 144px;
  }

  .cafe .p-kv-content__lead {
    width: 378px;
    height: 95px;
    top: -4px;
    left: -2px;
  }

  .cafe .p-kv-content__lead .text {
    top: 39px;
    left: 5px;
    line-height: 1.3;
    letter-spacing: calc(360em / 1000);
    -webkit-transform: rotateZ(-3deg);
    transform: rotateZ(-3deg);
  }

  .cafe .p-kv-content__bottom {
    top: 349px;
  }

  .open .p-kv-content {
    top: 20px;
  }

  .open .p-kv-content__inner {
    width: 632px;
    height: 428px;
  }

  .open .p-kv-content__top {
    top: 20px;
    width: 100%;
    height: 220px;
  }

  .open .p-kv-content__bottom {
    top: 232px;
  }

  .open .p-kv-content__title {
    font-size: 9.3rem;
  }

  .open .p-kv-content__title.is-image {
    top: 27px;
  }

  .open .p-kv-content__title.is-image img {
    width: 408px;
    height: 144px;
  }

  .open .p-kv-content__lead {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: calc(120em / 1000);
  }

  .open .p-kv-content__subtile {
    font-size: 6rem;
    letter-spacing: calc(-15em / 1000);
  }

  .open .p-kv-content__footer {
    width: 632px;
    margin: 22px auto 0;
  }

  .open .p-kv-content__footer:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 91%;
    background-color: #fff;
  }

  .open .p-kv-content__footer-inner .p-kv-info,.open .p-kv-content__footer-inner .p-kv-address {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .moody .p-kv-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    bottom: 132px;
    left: 0;
    width: 100%;
  }

  .moody .p-kv-content__top {
    margin-left: 6.94444vw;
  }

  .moody .p-kv-content__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    height: 100%;
  }

  .moody .p-kv-content__lead {
    font-size: 2.6rem;
    line-height: 1.46154;
    margin-bottom: 120px;
  }

  .moody .p-kv-content__subtile {
    margin-top: 12px;
    font-size: 2.2rem;
    line-height: 2.09091;
    letter-spacing: calc(1200em / 1000);
    margin-bottom: 13px;
  }

  .moody .p-kv-content__title {
    width: 500px;
    margin-bottom: 5px;
    font-size: 5rem;
  }

  .moody .p-kv-content__title.is-image {
    margin-top: 57px;
    margin-bottom: 12px;
  }

  .moody .p-kv-content__title.is-image img {
    width: 512px;
    height: 180px;
  }

  .japan .p-kv-content {
    width: 949px;
    height: 601px;
    top: 2%;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/japan/kv-content-outline_pc.png");
  }

  .japan .p-kv-content__title {
    margin: -86px auto 0;
    font-size: 8rem;
  }

  .japan .p-kv-content__title.is-image {
    top: -11px;
  }

  .japan .p-kv-content__title.is-image img {
    width: 512px;
    height: 180px;
  }

  .japan .p-kv-content__title.length-3 {
    font-size: 8rem;
    letter-spacing: calc(360em / 1000);
    margin-top: -100px;
  }

  .japan .p-kv-content__title.length-4 {
    font-size: 8rem;
    letter-spacing: calc(100em / 1000);
    margin-top: -120px;
  }

  .japan .p-kv-content__title.length-5 {
    font-size: 7rem;
    letter-spacing: calc(20em / 1000);
    margin-top: -120px;
  }

  .japan .p-kv-content__title.length-6 {
    font-size: 6rem;
    letter-spacing: calc(20em / 1000);
    margin-top: -120px;
  }

  .japan .p-kv-content__title.length-7 {
    font-size: 5rem;
    letter-spacing: calc(20em / 1000);
    margin-top: -120px;
  }

  .japan .p-kv-content__text-wrapper {
    top: 82px;
    right: 50px;
  }

  .japan .p-kv-content__lead {
    font-size: 2.6rem;
    line-height: 1.83333;
  }

  .japan .p-kv-content__subtile {
    font-size: 2rem;
    margin-top: 1px;
    margin-right: 35px;
  }

  .japan .p-kv-content__bottom {
    position: absolute;
    bottom: 53px;
    left: 0;
    right: 0;
    margin: auto;
    width: 840px;
  }

  .japan .p-kv-content__bottom-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
  }

  .p-kv-info__tel a {
    pointer-events: none;
  }

  .p-kv-info__tel a {
    pointer-events: none;
  }

  .casual .p-kv-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 345px;
    height: 100%;
    border-right: solid 10px #fff;
    font-size: 2.4rem;
    line-height: 1.66667;
    letter-spacing: calc(180em / 1000);
  }

  .casual .p-kv-info__inner {
    width: 260px;
  }

  .cafe .p-kv-info {
    margin-top: 8px;
    padding: 11px 6px;
    font-size: 2.6rem;
    line-height: 1.15385;
    letter-spacing: calc(100em / 1000);
  }

  .open .p-kv-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    font-size: 2.4rem;
    line-height: 1.66667;
    letter-spacing: calc(60em / 1000);
  }

  .open .p-kv-info__inner {
    width: 220px;
    left: 20px;
  }

  .moody .p-kv-info {
    font-size: 1.98rem;
    line-height: 2.0202;
    letter-spacing: calc(420em / 1000);
    margin-bottom: 8px;
  }

  .japan .p-kv-info {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 317px;
    height: 100%;
    margin-top: -2px;
    padding-left: 25px;
    border-right: solid 2px #fff;
    font-size: 2rem;
    line-height: 2;
    letter-spacing: calc(180em / 1000);
  }

  .japan .p-kv-info__inner {
    width: 260px;
  }

  .japan .p-kv-info__time:after {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  .p-kv-news {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .p-kv-news__item {
    position: relative;
    width: 100%;
    padding: 4px 0;
  }

  .p-kv-news__item--basic {
    bottom: 0;
  }

  .p-kv-news__item--emergency {
    background-color: #9aa2a1;
  }

  .p-kv-news__item .date {
    margin-right: 10px;
    color: #fff;
    letter-spacing: calc(200em / 1000);
  }

  .p-kv-news__item .text {
    color: #fff;
    letter-spacing: calc(320em / 1000);
  }

  .p-kv-news__item .text a {
    color: #fff;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
  }

  .p-kv {
    height: 100vh;
    min-height: 850px;
  }

  .p-kv__bg video {
    min-height: 850px;
  }

  .p-modal-access .l-modal-container {
    padding-bottom: 12%;
  }

  .p-modal-access .p-map {
    margin-top: 1.8%;
  }

  .p-modal-access .p-map__canvas {
    margin-top: 1.8%;
    height: 47vw;
    min-height: 500px;
  }

  .p-modal-access .p-access-contents {
    width: 91.6%;
  }

  .p-modal-access .p-section {
    margin-top: 6.7%;
    padding-top: 4.5%;
    border-top: solid 3px #333;
  }

  .p-modal-access .p-section__title {
    font-size: 2.8rem;
    letter-spacing: calc(400em / 1000);
    text-indent: 1rem;
  }

  .cafe .p-modal-access .p-section__title {
    font-size: 2.4rem;
  }

  .open .p-modal-access .p-section__title {
    font-size: 4.6rem;
  }

  .japan .p-modal-access .p-section__title {
    font-size: 2.4rem;
  }

  .moody .p-modal-access .p-section__title {
    font-size: 2.4rem;
  }

  .p-modal-access .p-section__content {
    margin-top: 60px;
  }

  .p-modal-access .p-section-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-modal-access .p-section-container .p-section-column {
    width: 45.1%;
  }

  .p-modal-access .p-schedule:nth-child(n + 2) {
    margin-top: 5.4%;
  }

  .p-modal-access .p-schedule__title {
    font-size: 2.4rem;
    width: 130px;
  }

  .cafe .p-modal-access .p-schedule__title {
    font-size: 2.2rem;
  }

  .japan .p-modal-access .p-schedule__title {
    font-size: 2rem;
  }

  .moody .p-modal-access .p-schedule__title {
    font-size: 2.2rem;
    letter-spacing: calc(60em / 1000);
  }

  .p-modal-access .p-schedule .p-schedule-list-item:nth-child(n + 2) {
    margin-top: 2%;
  }

  .p-modal-access .p-schedule .p-schedule-list-item__title {
    font-size: 1.2rem;
    letter-spacing: calc(60em / 1000);
  }

  .p-modal-access .p-schedule .p-schedule-list-item__border {
    margin: 15px 20px 0 17px;
    background-repeat: repeat;
  }

  .casual .p-modal-access .p-schedule .p-schedule-list-item__border {
    height: 3px;
    background-size: 6px 3px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/casual/border-dot_pc.png");
  }

  .japan .p-modal-access .p-schedule .p-schedule-list-item__border {
    height: 2px;
    background-size: 24px 2px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/japan/border-dot_pc.png");
  }

  .open .p-modal-access .p-schedule .p-schedule-list-item__border {
    height: 3px;
    background-size: 24px 3px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/open/border-dot_pc.png");
  }

  .cafe .p-modal-access .p-schedule .p-schedule-list-item__border {
    height: 3px;
    background-size: 6px 3px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/cafe/border-dot_pc.png");
  }

  .moody .p-modal-access .p-schedule .p-schedule-list-item__border {
    height: 2px;
    background-size: 24px 2px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/moody/border-dot_pc.png");
  }

  .p-modal-access .p-schedule .p-schedule-list-item__time {
    font-size: 2.4rem;
    letter-spacing: calc(40em / 1000);
  }

  .cafe .p-modal-access .p-schedule .p-schedule-list-item__time {
    font-size: 2.2rem;
  }

  .japan .p-modal-access .p-schedule .p-schedule-list-item__time {
    font-size: 2rem;
  }

  .moody .p-modal-access .p-schedule .p-schedule-list-item__time {
    font-size: 2.2rem;
    letter-spacing: calc(40em / 1000);
  }

  .p-modal-access .p-schedule .p-schedule-list-item__footer {
    font-size: 1.2rem;
    line-height: 1.66667;
  }

  .p-modal-access .p-address {
    padding-top: 3px;
  }

  .p-modal-access .p-address__text {
    letter-spacing: calc(240em / 1000);
  }

  .p-modal-access .p-address__tel {
    margin-top: 13px;
    font-size: 2.4rem;
    line-height: 1.16667;
    letter-spacing: calc(80em / 1000);
  }

  .p-modal-access .p-address__tel a {
    pointer-events: none;
  }

  .p-modal-access .p-address__tel a {
    pointer-events: none;
  }

  .cafe .p-modal-access .p-address__tel {
    font-size: 2.2rem;
  }

  .japan .p-modal-access .p-address__tel {
    font-size: 2rem;
  }

  .moody .p-modal-access .p-address__tel {
    font-size: 2.2rem;
    letter-spacing: calc(120em / 1000);
  }

  .p-modal-access .p-news {
    margin-top: 8.3%;
  }

  .p-modal-access .p-news .p-news-content {
    margin-top: 5.5%;
  }

  .p-modal-access .p-news .p-news-content__date {
    letter-spacing: calc(240em / 1000);
  }

  .p-modal-access .p-news .p-news-content__title {
    font-size: 1.8rem;
    line-height: 1.27778;
    letter-spacing: calc(90em / 1000);
    margin-top: 8px;
  }

  .p-modal-access .p-news .p-news-content__text {
    line-height: 2;
    letter-spacing: calc(160em / 1000);
    margin-top: 26px;
  }

  .p-modal-guide .l-modal-container {
    padding-bottom: 5%;
  }

  .p-modal-guide .p-block {
    margin: 6.8% auto 7.2%;
  }

  .p-modal-guide__intro .p-subsection-header {
    top: 16.5%;
    left: -19.5%;
  }

  .p-modal-guide__intro .p-modal-guide__image {
    -webkit-transform: translateY(18.8%);
    transform: translateY(18.8%);
  }

  .p-modal-guide__intro .p-modal-guide__image::before {
    content: '';
    display: block;
    padding-top: 69.90291262135922%;
  }

  .l-modal.party .p-modal-guide__intro .p-modal-guide__image {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 8 + 8px * (8 - 1));
  }

  .l-modal.date .p-modal-guide__intro .p-modal-guide__image {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 8 + 8px * (8 - 1));
  }

  .l-modal.gathering .p-modal-guide__intro .p-modal-guide__image {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 8 + 8px * (8 - 1));
  }

  .l-modal.shopping .p-modal-guide__intro .p-modal-guide__image {
    width: calc( (( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 5 + 8px * (5 - 1) + 6.94444vw + 8px + 3vw));
  }

  .p-modal-guide__intro .p-modal-guide__image picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  .p-modal-guide__intro .p-modal-guide__intro-pic {
    bottom: -178px;
    right: -40px;
    width: 32.9%;
  }

  .p-modal-guide__contents {
    margin-top: 6.8%;
    padding-top: 0.85%;
  }

  .p-modal-guide__image {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 8 + 8px * (8 - 1));
  }

  .p-modal-guide__text-content {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 6 + 8px * (6 - 1));
  }

  .p-modal-guide__text {
    line-height: 2;
    letter-spacing: calc(200em / 1000);
  }

  .p-modal-guide__lead {
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: calc(320em / 1000);
    margin-bottom: 38px;
  }

  .p-modal-guide__lead--large {
    font-size: 2.6rem;
    line-height: 1.76923;
    letter-spacing: calc(440em / 1000);
    margin-bottom: 17px;
  }

  .p-modal-guide .p-plan__title {
    font-size: 1.6rem;
  }

  .p-modal-guide .p-plan__items {
    margin-top: 32px;
  }

  .p-modal-guide .p-plan .p-plan-item {
    height: 70px;
    border-top: solid 2px #333;
  }

  .p-modal-guide .p-plan .p-plan-item:last-child {
    border-bottom: solid 2px #333;
  }

  .p-modal-guide .p-plan .p-plan-item__title {
    font-size: 1.6rem;
    line-height: 1.625;
  }

  .p-modal-guide .p-plan .p-plan-item__price {
    font-size: 1.6rem;
    margin-right: -4px;
  }

  .p-modal-guide .p-list__title {
    font-size: 2rem;
  }

  .p-modal-guide .p-list ul,.p-modal-guide .p-list ol {
    margin-top: 34px;
  }

  .p-modal-guide .p-list li {
    margin-left: 36px;
    padding-left: 18px;
    letter-spacing: calc(200em / 1000);
  }

  .p-modal-guide .p-list li:nth-child(n + 2) {
    margin-top: 20px;
  }

  .p-modal-guide .p-map {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 8 + 8px * (8 - 1));
    margin-top: 15%;
    margin-bottom: 15%;
    margin-left: auto;
    margin-right: auto;
  }

  .p-modal-guide .p-map__canvas {
    height: 40vw;
    min-height: 576px;
  }

  .p-modal-menu .l-modal-container {
    padding-bottom: 12%;
  }

  .p-modal-menu .p-new {
    margin-top: 1.8%;
  }

  .p-modal-menu .p-new__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.8%;
    padding-bottom: 8.5%;
  }

  .p-modal-menu .p-new__image {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 6 + 8px * (6 - 1));
  }

  .p-modal-menu .p-new .p-new-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 460px;
    margin-left: 9%;
  }

  .p-modal-menu .p-new .p-new-content__inner {
    margin-top: 6%;
  }

  .p-modal-menu .p-new .p-new-content__title {
    font-size: 1.8rem;
    letter-spacing: calc(60em / 1000);
  }

  .p-modal-menu .p-new .p-new-content__text {
    margin-top: 20px;
    line-height: 2;
    letter-spacing: calc(160em / 1000);
  }

  .p-modal-menu .p-flagship {
    margin-top: 1.56%;
    padding-bottom: 4.4%;
  }

  .p-modal-menu .p-flagship__container {
    margin-top: 2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .p-modal-menu .p-flagship__image {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 6 + 8px * (6 - 1));
  }

  .p-modal-menu .p-flagship__image:nth-child(n + 2) {
    margin-left: 8px;
  }

  .p-modal-menu .p-flagship .p-caption {
    padding: 2% 1.3%;
  }

  .p-modal-menu .p-flagship .p-caption__title {
    font-size: 1.8rem;
  }

  .p-modal-menu .p-flagship .p-caption__price .ja {
    font-size: 1.8rem;
  }

  .p-modal-menu .p-flagship .p-caption__price {
    font-size: 2.8rem;
    margin-top: -0.5%;
    margin-left: 10px;
    letter-spacing: calc(100em / 1000);
  }

  .japan .p-modal-menu .p-flagship .p-caption__price {
    margin-top: 0;
    font-size: 1.8rem;
  }

  .moody .p-modal-menu .p-flagship .p-caption__price {
    -webkit-transform-origin: right;
    transform-origin: right;
    margin-top: 0;
    font-size: 2.4rem;
  }

  .cafe .p-modal-menu .p-flagship .p-caption__price {
    margin-top: 0;
    font-size: 1.8rem;
  }

  .p-modal-menu .p-detail-contents {
    margin-top: 4.6%;
  }

  .p-modal-menu .p-detail-contents .p-content {
    padding-top: 5.7%;
  }

  .p-modal-menu .p-detail-contents .p-content__title {
    margin-bottom: 10px;
  }

  .p-modal-menu .p-detail-contents .p-images {
    margin-left: -8px;
    margin-top: 1.5%;
  }

  .p-modal-menu .p-detail-contents .p-images-item {
    -webkit-flex-basis: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    margin-top: 1.0%;
  }

  .p-modal-menu .p-detail-contents .p-images-item .image {
    padding-left: 8px;
  }

  .p-modal-menu .p-detail-contents .p-images-item .p-caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4.5% 3% 4.5% calc(3% + 8px);
  }

  .p-modal-menu .p-detail-contents .p-images-item .p-caption__title {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: -4px;
  }

  .p-modal-menu .p-detail-contents .p-images-item .p-caption__price .ja {
    font-size: 1.6rem;
  }

  .p-modal-menu .p-detail-contents .p-images-item .p-caption__price {
    font-size: 2.4rem;
    margin-top: -1.9%;
    white-space: nowrap;
    text-align: right;
    margin-left: 10px;
  }

  .japan .p-modal-menu .p-detail-contents .p-images-item .p-caption__price {
    font-size: 1.6rem;
  }

  .moody .p-modal-menu .p-detail-contents .p-images-item .p-caption__price {
    -webkit-transform-origin: right;
    transform-origin: right;
    font-size: 2.2rem;
  }

  .cafe .p-modal-menu .p-detail-contents .p-images-item .p-caption__price {
    margin-top: 0;
    font-size: 1.6rem;
  }

  .p-modal-menu .p-menu-list-wrapper {
    margin-top: -1%;
  }

  .p-modal-menu .p-menu-list {
    margin-top: 5%;
  }

  .p-modal-menu .p-menu-list__title {
    margin-bottom: -2%;
  }

  .p-modal-menu .p-menu-list__items {
    margin-top: 5.1%;
    padding: 0 4.3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-modal-menu .p-menu-list .p-menu-list-item {
    width: 45%;
    margin-bottom: 2.4%;
  }

  .p-modal-menu .p-menu-list .p-menu-list-item__border {
    margin: 21px 35px 0 44px;
    background-repeat: repeat;
  }

  .casual .p-modal-menu .p-menu-list .p-menu-list-item__border {
    height: 3px;
    background-size: 6px 3px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/casual/border-dot_pc.png");
  }

  .japan .p-modal-menu .p-menu-list .p-menu-list-item__border {
    height: 2px;
    background-size: 24px 2px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/japan/border-dot_pc.png");
  }

  .open .p-modal-menu .p-menu-list .p-menu-list-item__border {
    height: 3px;
    background-size: 24px 3px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/open/border-dot_pc.png");
  }

  .cafe .p-modal-menu .p-menu-list .p-menu-list-item__border {
    height: 3px;
    background-size: 6px 3px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/cafe/border-dot_pc.png");
  }

  .moody .p-modal-menu .p-menu-list .p-menu-list-item__border {
    height: 2px;
    background-size: 24px 2px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/moody/border-dot_pc.png");
  }

  .p-modal-menu .p-menu-list .p-menu-list-item__title {
    font-size: 1.6rem;
  }

  .p-modal-menu .p-menu-list .p-menu-list-item__price {
    font-size: 2.4rem;
    margin-top: 6px;
  }

  .p-modal-menu .p-menu-list .p-menu-list-item__price .ja {
    font-size: 1.6rem;
  }

  .japan .p-modal-menu .p-menu-list .p-menu-list-item__price {
    font-size: 1.6rem;
  }

  .moody .p-modal-menu .p-menu-list .p-menu-list-item__price {
    font-size: 2rem;
  }

  .cafe .p-modal-menu .p-menu-list .p-menu-list-item__price {
    font-size: 1.6rem;
  }

  .p-modal-space .l-modal-container {
    padding-bottom: 12%;
  }

  .p-modal-space .p-intro {
    margin-top: 1.8%;
  }

  .p-modal-space .p-intro__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4.7%;
  }

  .p-modal-space .p-intro__image {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 6 + 8px * (6 - 1));
  }

  .p-modal-space .p-intro .p-intro-content {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 6 + 8px * (6 - 1));
  }

  .p-modal-space .p-intro .p-intro-content__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 91.5%;
    height: calc(100% - 2px);
    border-bottom: solid 2px;
  }

  .casual .p-modal-space .p-intro .p-intro-content__inner {
    border-color: #333;
  }

  .cafe .p-modal-space .p-intro .p-intro-content__inner {
    border-color: #436e95;
  }

  .open .p-modal-space .p-intro .p-intro-content__inner {
    border-color: #1e466a;
  }

  .moody .p-modal-space .p-intro .p-intro-content__inner {
    border-color: #69747b;
    border-width: 1px;
  }

  .japan .p-modal-space .p-intro .p-intro-content__inner {
    border-color: #30404a;
  }

  .p-modal-space .p-intro .p-intro-content__inner2 {
    width: 81.5%;
    margin: auto;
  }

  .p-modal-space .p-intro .p-intro-content__title {
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: calc(330em / 1000);
  }

  .p-modal-space .p-intro .p-intro-content__text {
    margin-top: 20px;
    line-height: 2.14286;
    letter-spacing: calc(80em / 1000);
  }

  .p-modal-space .p-intro .p-intro-content__image {
    margin-top: 25%;
  }

  .p-modal-space .p-spec-list {
    margin-top: 6%;
  }

  .p-modal-space .p-spec-list__title {
    font-size: 2.8rem;
  }

  .japan .p-modal-space .p-spec-list__title {
    font-size: 2.4rem;
    line-height: 1.5;
  }

  .cafe .p-modal-space .p-spec-list__title {
    font-size: 2.8rem;
    line-height: 1.3;
  }

  .moody .p-modal-space .p-spec-list__title {
    font-size: 2.4rem;
    line-height: 1.3;
  }

  .p-modal-space .p-spec-list__items {
    margin-top: 2%;
    padding: 0 4.3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-modal-space .p-spec-list .p-spec-list-item {
    width: 45%;
    margin-bottom: 0.65%;
  }

  .p-modal-space .p-spec-list .p-spec-list-item__border {
    margin-top: 23px;
  }

  .casual .p-modal-space .p-spec-list .p-spec-list-item__border {
    height: 3px;
    background-size: 6px 3px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/casual/border-dot_pc.png");
  }

  .japan .p-modal-space .p-spec-list .p-spec-list-item__border {
    height: 2px;
    background-size: 24px 2px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/japan/border-dot_pc.png");
  }

  .open .p-modal-space .p-spec-list .p-spec-list-item__border {
    height: 3px;
    background-size: 24px 3px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/open/border-dot_pc.png");
  }

  .cafe .p-modal-space .p-spec-list .p-spec-list-item__border {
    height: 3px;
    background-size: 6px 3px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/cafe/border-dot_pc.png");
  }

  .moody .p-modal-space .p-spec-list .p-spec-list-item__border {
    height: 2px;
    background-size: 24px 2px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/moody/border-dot_pc.png");
  }

  .p-modal-space .p-spec-list .p-spec-list-item__title {
    margin-top: 2px;
    width: 108px;
    font-size: 1.6rem;
  }

  .p-modal-space .p-spec-list .p-spec-list-item__value {
    width: 102px;
    margin-top: 11px;
    font-size: 1.6rem;
    letter-spacing: calc(20em / 1000);
  }

  .p-modal-space .p-main-images {
    margin-top: 10.3%;
  }

  .p-modal-space .p-main-images .p-main-images-content:nth-child(n + 2) {
    margin-top: 2.9%;
  }

  .p-modal-space .p-main-images .p-main-images-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-modal-space .p-main-images .p-main-images-content__title {
    margin-top: 0.6%;
  }

  .p-modal-space .p-main-images .p-main-images-content__title .en {
    font-size: 3.6rem;
    letter-spacing: calc(240em / 1000);
    text-indent: -0.2rem;
  }

  .japan .p-modal-space .p-main-images .p-main-images-content__title .en {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: calc(400em / 1000);
  }

  .cafe .p-modal-space .p-main-images .p-main-images-content__title .en {
    font-size: 2.8rem;
    line-height: 1.3;
    letter-spacing: calc(400em / 1000);
  }

  .moody .p-modal-space .p-main-images .p-main-images-content__title .en {
    font-size: 2.4rem;
    line-height: 1.3;
    letter-spacing: calc(400em / 1000 * .92);
  }

  .p-modal-space .p-main-images .p-main-images-content__title .ja {
    font-size: 1.6rem;
    letter-spacing: calc(400em / 1000);
  }

  .p-modal-space .p-main-images .p-main-images-content__title--right {
    margin-right: -0.8rem;
  }

  .moody .p-modal-space .p-main-images .p-main-images-content__title--right .en {
    -webkit-transform-origin: right;
    transform-origin: right;
    margin-right: 0.3rem;
  }

  .japan .p-modal-space .p-main-images .p-main-images-content__title--right .en {
    margin-right: 0.3rem;
  }

  .p-modal-space .p-main-images .p-main-images-content__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .p-modal-space .p-main-images .p-main-images-content__container--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .p-modal-space .p-sub-images {
    margin-top: 6.2%;
  }

  .p-pic.pic_party {
    top: 0.3%;
    right: -5%;
    width: 33%;
  }

  .p-pic.pic_gathering {
    top: -24.4%;
    left: 10%;
    width: 27%;
  }

  .p-pic.pic_date {
    bottom: 27.5%;
    right: 2%;
    width: 38.5%;
  }

  .p-pic.pic_shopping {
    bottom: 34.9%;
    right: 1.1%;
    width: 24.5%;
  }

  .p-pic.pic_recommend {
    top: -1.5%;
    right: 8.2%;
    width: 18%;
  }

  .casual .p-pic.pic1 {
    top: -1.75%;
    right: -1%;
    width: 17%;
  }

  .casual .p-pic.pic2 {
    bottom: 19.5%;
    left: -7.5%;
    width: 38%;
  }

  .casual .p-pic.pic3 {
    top: -0.2%;
    left: 35%;
    right: 0;
    margin: 0 auto;
    width: 19%;
  }

  .casual .p-pic.pic4 {
    bottom: -22.8%;
    right: 16.5%;
    width: 13%;
  }

  .cafe .p-pic.pic1 {
    top: 12%;
    left: 0;
    width: 31.5%;
    z-index: 0;
  }

  .cafe .p-pic.pic2 {
    bottom: 4.5%;
    left: -29%;
    width: 70%;
    z-index: 0;
  }

  .cafe .p-pic.pic3 {
    top: 12.5%;
    left: -33%;
    width: 37%;
  }

  .cafe .p-pic.pic4 {
    bottom: -20.5%;
    right: 3.5%;
    width: 11%;
  }

  .cafe .p-pic.pic5 {
    bottom: -10%;
    left: 2.1%;
    width: 17%;
  }

  .cafe .p-pic.pic6 {
    top: -19%;
    right: 6%;
    width: 17.5%;
  }

  .cafe .p-pic.pic7 {
    bottom: -3.5%;
    right: 51.5%;
    width: 16%;
  }

  .open .p-pic.pic1 {
    bottom: -25.5%;
    left: 5.5%;
    width: 28.5%;
  }

  .open .p-pic.pic2 {
    bottom: -28%;
    left: 35.5%;
    width: 11.5%;
  }

  .moody .p-pic.pic1 {
    top: -4%;
    left: 10.3%;
    width: 19%;
    z-index: 0;
  }

  .moody .p-pic.pic2 {
    top: -38%;
    left: 0%;
    width: 36.5%;
  }

  .moody .p-pic.pic3 {
    top: -1.5%;
    left: 9%;
    width: 24%;
  }

  .moody .p-pic.pic4 {
    bottom: -29%;
    right: 16.5%;
    width: 17%;
  }

  .japan .p-pic.pic1 {
    top: -7%;
    right: 8.5%;
    width: 8%;
  }

  .japan .p-pic.pic2 {
    bottom: 17%;
    left: 9%;
    width: 13.5%;
  }

  .japan .p-pic.pic3 {
    bottom: -28%;
    right: 5.5%;
    width: 9.5%;
  }

  .japan .p-pic.pic4 {
    top: -3.6%;
    left: 26%;
    width: 11.5%;
  }

  .japan .p-pic.pic5 {
    bottom: -22%;
    right: 16.2%;
    width: 14.5%;
  }

  .p-section-date__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -5px;
  }

  .p-section-date .p-subsection-header {
    left: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 5 + 8px * 5);
  }

  .p-section-date .c-more {
    position: absolute;
    bottom: 73px;
    right: 44px;
  }

  .p-section-eats .p-othermenu {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 4 + 8px * (4 - 1));
  }

  .casual .p-section-eats .p-othermenu__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.5%;
  }

  .cafe .p-section-eats .p-othermenu__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: calc( (( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 1 + 8px) * -1);
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 1 + 8px * (1 - 1));
    height: 100%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding-left: 8px;
    z-index: 1;
  }

  .open .p-section-eats .p-othermenu__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.5%;
  }

  .moody .p-section-eats .p-othermenu__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 6%;
  }

  .japan .p-section-eats .p-othermenu__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: calc( (( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 1 + 8px) * -1);
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 1 + 8px * (1 - 1));
    height: 100%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding-left: 14px;
    z-index: 1;
  }

  .casual .p-section-eats .p-othermenu__title {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 4 + 8px * (4 - 1));
    font-size: 1.8rem;
    line-height: 1.88889;
    letter-spacing: calc(120em / 1000);
  }

  .cafe .p-section-eats .p-othermenu__title {
    padding-top: 3.5%;
    font-size: 1.8rem;
    line-height: 1.66667;
    letter-spacing: calc(800em / 1000);
  }

  .open .p-section-eats .p-othermenu__title {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 4 + 8px * (4 - 1));
    font-size: 1.6rem;
    line-height: 2.125;
    letter-spacing: calc(120em / 1000);
  }

  .moody .p-section-eats .p-othermenu__title {
    font-size: 2.2rem;
    line-height: 1.63636;
    letter-spacing: calc(500em / 1000);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  .japan .p-section-eats .p-othermenu__title {
    padding-top: 1%;
    font-size: 1.8rem;
    line-height: 1.77778;
    letter-spacing: calc(800em / 1000);
  }

  .casual .p-section-eats .p-othermenu__price {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 1 + 8px * (1 - 1));
    margin-top: 4px;
    text-align: right;
    font-size: 2.8rem;
    margin-left: 20px;
  }

  .cafe .p-section-eats .p-othermenu__price {
    position: relative;
    left: 4px;
    font-size: 1.6rem;
  }

  .open .p-section-eats .p-othermenu__price {
    margin-top: -2px;
    text-align: right;
    font-size: 3.4rem;
    margin-left: 50px;
    margin-right: -2px;
  }

  .moody .p-section-eats .p-othermenu__price {
    margin-top: 8px;
    text-align: right;
    font-size: 1.8rem;
    margin-left: -50px;
  }

  .japan .p-section-eats .p-othermenu__price {
    position: relative;
    left: 7px;
    bottom: 2px;
    font-size: 1.6rem;
    white-space: nowrap;
  }

  .casual .p-section-pickupmenu {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 6 + 8px * (6 - 1));
    margin-top: 4.3%;
  }

  .casual .p-section-pickupmenu__title {
    font-size: 3.2rem;
    letter-spacing: calc(320em / 1000);
  }

  .casual .p-section-pickupmenu__text {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 4 + 8px * (4 - 1));
    font-size: 1.8rem;
    line-height: 1.88889;
    letter-spacing: calc(120em / 1000);
  }

  .casual .p-section-pickupmenu__price {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 1 + 8px * (1 - 1));
    margin-top: 2px;
    font-size: 2.8rem;
    letter-spacing: calc(120em / 1000);
  }

  .cafe .p-section-pickupmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    padding-right: 6.8%;
  }

  .cafe .p-section-pickupmenu__title {
    display: block;
    position: relative;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #30404a;
    line-height: 1;
    font-size: 2rem;
    letter-spacing: calc(600em / 1000);
  }

  .cafe .p-section-pickupmenu__title span {
    display: block;
    background-color: #f8e698;
    padding: 10px 3px 0;
    margin: 0 18px;
  }

  .cafe .p-section-pickupmenu__price {
    position: absolute;
    bottom: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1;
    font-size: 1.8rem;
    letter-spacing: calc(40em / 1000);
  }

  .open .p-section-pickupmenu {
    margin-top: 0;
  }

  .open .p-section-pickupmenu__text {
    margin-top: 2%;
    font-size: 1.8rem;
    line-height: 1.88889;
    letter-spacing: calc(40em / 1000);
  }

  .open .p-section-pickupmenu__price {
    font-size: 3.6rem;
  }

  .moody .p-section-pickupmenu {
    margin-top: 8.8%;
  }

  .moody .p-section-pickupmenu__lead {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 3 + 8px * (3 - 1));
    line-height: 2.14286;
  }

  .moody .p-section-pickupmenu__footer {
    position: absolute;
    top: 0;
    left: 51%;
  }

  .moody .p-section-pickupmenu__text {
    font-size: 2.2rem;
    line-height: 1.63636;
    letter-spacing: calc(500em / 1000);
    width: 360px;
  }

  .moody .p-section-pickupmenu__price {
    font-size: 2.4rem;
    margin-top: 3%;
  }

  .moody .p-section-pickupmenu__title {
    top: 22%;
    right: 0;
    font-size: 1.6rem;
  }

  .japan .p-section-pickupmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 2%;
    margin-right: 15%;
  }

  .japan .p-section-pickupmenu__title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 2;
    font-size: 2.2rem;
  }

  .japan .p-section-pickupmenu__price {
    position: absolute;
    bottom: 18px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1;
    font-size: 1.8rem;
    letter-spacing: calc(20em / 1000);
  }

  .casual .p-section-eats__inner {
    margin: -2.5% 0 0;
  }

  .cafe .p-section-eats__inner {
    margin: 3.95% 0 0;
  }

  .moody .p-section-eats__inner {
    margin-top: 69px;
  }

  .japan .p-section-eats__inner {
    margin-top: 77px;
  }

  .casual .p-section-eats__title {
    margin: -10% auto 0;
  }

  .open .p-section-eats__title {
    top: -1.8%;
    left: 19.8%;
  }

  .japan .p-section-eats__title {
    width: 408px;
    margin: auto;
    letter-spacing: calc(240em / 1000);
  }

  .japan .p-section-eats__title:before {
    width: 80px;
    height: 40px;
    top: 32px;
    right: -2px;
  }

  .p-section-eats .p-section-eats-container1 {
    padding-top: 5%;
  }

  .open .p-section-eats .p-section-eats-container1 {
    padding-top: 8%;
  }

  .p-section-eats .p-section-eats-container1__images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .p-section-eats .p-section-eats-container1__image1 {
    width: 25.6944%;
  }

  .p-section-eats .p-section-eats-container1__image2 {
    margin-left: 8px;
    width: 74%;
  }

  .p-section-eats .p-section-eats-container1__image3 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 5 + 8px * (5 - 1));
  }

  .p-section-eats .p-section-eats-container1__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 12.5%;
  }

  .p-section-eats .p-section-eats-container1__bottom .p-section-sidebar {
    left: 85%;
  }

  .open .p-section-eats .p-section-eats-container1__bottom .p-section-sidebar {
    left: 85.2%;
  }

  .moody .p-section-eats .p-section-eats-container1__bottom .p-section-sidebar {
    top: -20px;
    left: 85.1%;
  }

  .japan .p-section-eats .p-section-eats-container1__bottom .p-section-sidebar {
    top: -21px;
  }

  .p-section-eats .p-section-eats-container1__lead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 8px;
  }

  .casual .p-section-eats .p-section-eats-container1__lead {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 2 + 8px * (2 - 1));
    margin-top: -5.5%;
  }

  .cafe .p-section-eats .p-section-eats-container1__lead {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 1 + 8px * (1 - 1));
  }

  .open .p-section-eats .p-section-eats-container1__lead {
    left: 2.5%;
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 2 + 8px * (2 - 1));
  }

  .moody .p-section-eats .p-section-eats-container1__lead {
    position: absolute;
    top: 17%;
    left: 53.1%;
    width: 100%;
  }

  .japan .p-section-eats .p-section-eats-container1__lead {
    position: relative;
    width: 100%;
  }

  .japan .p-section-eats .p-section-eats-container1__lead .p-section-lead-container {
    position: absolute;
    top: -4.5%;
    right: -26%;
  }

  .moody .p-section-eats .p-section-eats-container1__text-container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .p-section-eats .p-section-eats-container1__text-wrapper {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 5 + 8px * (5 - 1));
    margin-left: 8px;
  }

  .open .p-section-eats .p-section-eats-container1__text-wrapper {
    display: block;
    margin-top: 7%;
  }

  .japan .p-section-eats .p-section-eats-container1__text-wrapper {
    margin-left: calc(calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 1 + 8px * (1 - 1)) + 16px);
  }

  .p-section-eats .p-section-eats-container1__text {
    margin: 0 auto;
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 3 + 8px * (3 - 1));
  }

  .p-section-eats .p-section-eats-container2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12.5%;
    padding-bottom: 10%;
    padding-left: 6.94444vw;
  }

  .cafe .p-section-eats .p-section-eats-container2 .icon {
    position: relative;
  }

  .cafe .p-section-eats .p-section-eats-container2 .icon .c-cafe-circle-icon {
    position: absolute;
    top: 0;
    left: -3px;
    margin-top: 16px;
  }

  .moody .p-section-eats .p-section-eats-container2 .p-section-sidebar {
    top: 2px;
    left: 96.8%;
  }

  .p-section-eats .p-section-eats-container2__wrapper1 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 7 + 8px * (7 - 1));
  }

  .p-section-eats .p-section-eats-container2__wrapper2 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 6 + 8px * (6 - 1));
    margin-left: 8px;
  }

  .cafe .p-section-eats .p-section-eats-container2__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3.6%;
  }

  .japan .p-section-eats .p-section-eats-container2__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3.6%;
  }

  .casual .p-section-eats .p-section-eats-container2__text-wrapper {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 6 + 8px * (6 - 1));
    height: 22%;
  }

  .open .p-section-eats .p-section-eats-container2__text-wrapper {
    position: absolute;
    bottom: 2.3%;
    right: 4.5%;
    width: 44.5%;
  }

  .japan .p-section-eats .p-section-eats-container2__text-wrapper .c-japan-circle-icon {
    margin-top: 39px;
  }

  .casual .p-section-eats .p-section-eats-container2__text {
    position: absolute;
    top: 10%;
    right: 0;
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 3 + 8px * (3 - 1));
  }

  .cafe .p-section-eats .p-section-eats-container2__text {
    margin-top: 12%;
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 3 + 8px * (3 - 1));
  }

  .open .p-section-eats .p-section-eats-container2__text {
    margin-top: 5%;
  }

  .japan .p-section-eats .p-section-eats-container2__text {
    margin-top: 14%;
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 3 + 8px * (3 - 1));
  }

  .p-section-eats .p-section-eats-container3 {
    padding-top: 10%;
  }

  .japan .p-section-eats .p-section-eats-container3 {
    margin-top: -8px;
  }

  .p-section-eats .p-section-eats-container3 .p-section-sidebar {
    top: 147px;
    left: 96.95%;
  }

  .moody .p-section-eats .p-section-eats-container3 .p-section-sidebar {
    top: 24%;
    left: 96.8%;
  }

  .japan .p-section-eats .p-section-eats-container3 .p-section-sidebar {
    top: 24%;
    left: 96.8%;
  }

  .p-section-eats .p-section-eats-container3__inner {
    margin: 0 8px;
    padding: 0 calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 1 + 8px * (1 - 1));
  }

  .p-section-eats .p-section-eats-container4 {
    padding-bottom: 3%;
  }

  .casual .p-section-eats .p-section-eats-container4 {
    padding-top: 7%;
  }

  .open .p-section-eats .p-section-eats-container4 {
    padding-top: 7%;
  }

  .cafe .p-section-eats .p-section-eats-container4 {
    padding-top: 12.4%;
  }

  .moody .p-section-eats .p-section-eats-container4 {
    padding-top: 5.8%;
  }

  .japan .p-section-eats .p-section-eats-container4 {
    padding-top: 12.6%;
  }

  .p-section-eats .p-section-eats-container4__images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .p-section-eats .p-section-eats-container4__image1 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 8 + 8px * (8 - 1) + 6.94444vw);
  }

  .p-section-eats .p-section-eats-container4__image2 {
    margin-left: 8px;
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 4 + 8px * (4 - 1));
  }

  .p-section-eats .p-section-eats-container4 .c-more {
    position: absolute;
    right: 44px;
    bottom: 7px;
  }

  .p-section-gathering__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -5px;
  }

  .p-section-gathering .p-subsection-header {
    left: calc((((100vw - (6.94444vw * 2)) - (8px * 11) ) / 12) * -1 - 8px);
  }

  .p-section-gathering .p-section-gathering-plan {
    position: absolute;
    width: calc( (( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 4 + 8px * (4 - 1)) - 20px);
    left: 10.2%;
    bottom: 17.8%;
  }

  .p-section-gathering .p-section-gathering-plan__title {
    font-size: 2.4rem;
  }

  .p-section-gathering .p-section-gathering-plan__items {
    margin-top: 29px;
  }

  .p-section-gathering .p-section-gathering-plan .p-section-gathering-plan-item {
    height: 70px;
    border-top: solid 2px #333;
  }

  .p-section-gathering .p-section-gathering-plan .p-section-gathering-plan-item:last-child {
    border-bottom: solid 2px #333;
  }

  .p-section-gathering .p-section-gathering-plan .p-section-gathering-plan-item__title {
    font-size: 1.6rem;
    line-height: 1.625;
  }

  .p-section-gathering .p-section-gathering-plan .p-section-gathering-plan-item__price {
    font-size: 2.2rem;
  }

  .p-section-gathering .c-more {
    position: absolute;
    bottom: 73px;
    right: 44px;
  }

  .casual .p-section-guide-intro {
    margin-top: -2.45%;
  }

  .cafe .p-section-guide-intro {
    margin-top: 1.4%;
  }

  .moody .p-section-guide-intro {
    margin-top: 4.7%;
  }

  .japan .p-section-guide-intro {
    margin-top: 4.4%;
  }

  .p-section-guide-intro__bg {
    margin-top: -50%;
  }

  .casual .p-section-guide-intro .p-section-guide-intro-content {
    width: 840px;
    height: 514px;
    margin: -25px auto 0;
  }

  .cafe .p-section-guide-intro .p-section-guide-intro-content {
    width: 840px;
    height: 540px;
    margin: 0 auto;
  }

  .open .p-section-guide-intro .p-section-guide-intro-content {
    width: 838px;
    height: 504px;
    margin: 0 auto 0;
    margin-top: 40px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/open/guide-intro-content-outline_pc.png");
  }

  .moody .p-section-guide-intro .p-section-guide-intro-content {
    width: 632px;
    margin: 1.9% auto 0;
  }

  .japan .p-section-guide-intro .p-section-guide-intro-content {
    width: 824px;
    height: 540px;
    margin: 0 auto 0;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/japan/guide-intro-content-outline_pc.png");
  }

  .cafe .p-section-guide-intro .p-section-guide-intro-content__inner {
    margin-top: 2.5%;
    width: calc( (( (1440px - (6.94444vw * 2)) - (8px * 11) ) / 12 * 6 + 8px * (6 - 1)) + 16px);
  }

  .open .p-section-guide-intro .p-section-guide-intro-content__inner {
    margin-top: 5%;
  }

  .japan .p-section-guide-intro .p-section-guide-intro-content__inner {
    width: 512px;
    margin-top: 8%;
  }

  .casual .p-section-guide-intro .p-section-guide-intro-content__top {
    height: 314px;
  }

  .casual .p-section-guide-intro .p-section-guide-intro-content__title .small {
    font-size: 4rem;
    letter-spacing: calc(460em / 1000);
    margin-left: calc(460em / 1000);
    margin-top: -3px;
  }

  .cafe .p-section-guide-intro .p-section-guide-intro-content__title .small {
    font-size: 4.6rem;
    letter-spacing: calc(180em / 1000);
    margin-left: calc(180em / 1000);
  }

  .open .p-section-guide-intro .p-section-guide-intro-content__title .small {
    font-size: 3.8rem;
    letter-spacing: calc(200em / 1000);
  }

  .cafe .p-section-guide-intro .p-section-guide-intro-content__title .large {
    font-size: 12rem;
  }

  .open .p-section-guide-intro .p-section-guide-intro-content__title .large {
    font-size: 14.4rem;
  }

  .moody .p-section-guide-intro .p-section-guide-intro-content__title > span:before {
    top: 10px;
  }

  .moody .p-section-guide-intro .p-section-guide-intro-content__title .bottom .text {
    right: -24px;
  }

  .moody .p-section-guide-intro .p-section-guide-intro-content__title {
    font-size: 3.4rem;
    line-height: 2.1;
    letter-spacing: calc(710em / 1000);
  }

  .japan .p-section-guide-intro .p-section-guide-intro-content__title {
    font-size: 4.2rem;
    line-height: 1.72;
    letter-spacing: calc(620em / 1000);
    margin-left: 7px;
  }

  .casual .p-section-guide-intro .p-section-guide-intro-content__bottom {
    height: 180px;
  }

  .cafe .p-section-guide-intro .p-section-guide-intro-content__bottom {
    margin-top: 48px;
    padding-top: 58px;
  }

  .open .p-section-guide-intro .p-section-guide-intro-content__bottom {
    width: 616px;
    border-top: solid 2px #fff;
    margin: 44px auto 0;
    padding-top: 50px;
  }

  .japan .p-section-guide-intro .p-section-guide-intro-content__bottom {
    width: 100%;
    margin: 47px auto 0;
    padding-top: 48px;
  }

  .casual .p-section-guide-intro .p-section-guide-intro-content__bottom-inner {
    width: 460px;
  }

  .cafe .p-section-guide-intro .p-section-guide-intro-content__bottom-inner {
    width: 510px;
  }

  .open .p-section-guide-intro .p-section-guide-intro-content__bottom-inner {
    width: 505px;
  }

  .p-section-guide-intro .p-section-guide-intro-content__lead {
    font-size: 2.4rem;
  }

  .moody .p-section-guide-intro .p-section-guide-intro-content__lead {
    margin-top: 99px;
  }

  .p-section-guide-intro .p-section-guide-intro-content__text {
    line-height: 2.14286;
    margin-top: 16px;
  }

  .p-section-guide {
    min-height: 216px;
  }

  .casual .p-section-guide {
    margin-top: 2%;
  }

  .cafe .p-section-guide {
    margin-top: 5%;
  }

  .open .p-section-guide {
    margin-top: 12%;
  }

  .moody .p-section-guide {
    padding-top: 5.1%;
  }

  .japan .p-section-guide {
    padding-top: 4.7%;
  }

  .p-section-guide__inner {
    margin: 10% 0 0;
  }

  .casual .p-section-guide__title {
    margin-left: 6.94444vw;
  }

  .cafe .p-section-guide__title {
    margin-left: 8.5%;
  }

  .open .p-section-guide__title {
    top: -4%;
    left: 41.5%;
  }

  .moody .p-section-guide__title {
    width: 200px;
    margin-left: 5.4%;
    letter-spacing: calc(480em / 1000);
  }

  .japan .p-section-guide__title {
    width: 180px;
    margin-left: 9%;
    font-size: 4rem;
    letter-spacing: calc(240em / 1000);
  }

  .p-section-guide .p-section-guide-container1 {
    padding-top: 5%;
  }

  .p-section-guide .p-section-guide-container1__images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .p-section-guide .p-section-guide-container1__image1 {
    width: 25.6944%;
  }

  .p-section-guide .p-section-guide-container1__image2 {
    margin-left: 8px;
    width: 74%;
  }

  .p-section-guide .p-section-guide-container1__image3 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 5 + 8px * (5 - 1));
  }

  .p-section-guide .p-section-guide-container1__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    margin-top: 10%;
  }

  .p-section-guide .p-section-guide-container1__lead {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 2 + 8px * (2 - 1));
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 8px;
  }

  .p-section-guide .p-section-guide-container1__text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 5 + 8px * (5 - 1));
    margin-left: 8px;
  }

  .p-section-guide .p-section-guide-container1__text-wrapper,.p-section-guide .p-section-guide-container1__image3 {
    margin-top: 2.5%;
  }

  .p-section-guide .p-section-guide-container1__text {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 3 + 8px * (3 - 1));
    margin: 0 auto;
  }

  .japan .p-section-lead-container .p-section-lead {
    margin-top: 22px;
    left: 11px;
  }

  .p-section-lead--casual {
    left: 3px;
    font-size: 2rem;
    line-height: 3;
    letter-spacing: calc(600em / 1000);
  }

  .p-section-lead--casual span {
    border-right: solid 5px #0f5533;
  }

  .p-section-lead--casual span:last-child:before {
    width: 5px;
    left: -5px;
  }

  .p-section-lead--cafe {
    font-size: 2.6rem;
    letter-spacing: calc(500em / 1000);
  }

  .p-section-lead--cafe span {
    padding: 3px 1px 0;
    margin: 0 20px;
  }

  .p-section-lead--open {
    font-size: 2.2rem;
    line-height: 2.63636;
    letter-spacing: calc(520em / 1000);
  }

  .p-section-lead--moody {
    font-size: 2.2rem;
    line-height: 1.63636;
  }

  .p-section-lead--japan {
    font-size: 3.2rem;
    line-height: 1.80625;
  }

  .p-section-party .p-subsection-header {
    left: 10.4vw;
  }

  .p-section-party .p-subsection__image {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 8 + 8px * (8 - 1));
    margin: -4px auto 0;
  }

  .p-section-party .c-more {
    position: absolute;
    bottom: 73px;
    right: 44px;
  }

  .cafe .p-section-recommend {
    padding-top: 7%;
  }

  .moody .p-section-recommend {
    padding-top: 7.65%;
  }

  .casual .p-section-recommend__inner {
    margin-top: -147px;
    padding-bottom: 12.1%;
  }

  .open .p-section-recommend__inner {
    padding-top: 17.7%;
    padding-bottom: 12.1%;
  }

  .moody .p-section-recommend__inner {
    padding-top: 7.7%;
    padding-bottom: 12.1%;
  }

  .japan .p-section-recommend__inner {
    padding-top: 6.7%;
  }

  .casual .p-section-recommend__title {
    margin: -35px auto 0;
  }

  .cafe .p-section-recommend__title {
    font-size: 5.8rem;
    letter-spacing: calc(280em / 1000);
  }

  .open .p-section-recommend__title {
    position: absolute;
    top: 10%;
    left: 37.8%;
  }

  .p-section-recommend__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 12 + 8px * (12 - 1));
  }

  .casual .p-section-recommend__items {
    padding-top: 17.5%;
  }

  .cafe .p-section-recommend__items {
    padding-top: 6.6%;
  }

  .p-section-recommend .p-section-recommend-item:nth-child(n + 2) {
    margin-left: 8px;
  }

  .p-section-recommend .p-section-recommend-item {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 4 + 8px * (4 - 1));
    text-align: center;
  }

  .p-section-recommend .p-section-recommend-item__title {
    margin-top: 33px;
    font-size: 2.8rem;
    letter-spacing: calc(200em / 1000);
  }

  .p-section-recommend .p-section-recommend-item__text {
    width: 315px;
    margin: 5px auto 0;
  }

  .p-section-shopping__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -5px;
  }

  .p-section-shopping .p-subsection-header {
    left: calc( (( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 5 + 8px * (5 - 1) + 6.94444vw + 8px));
  }

  .p-section-shopping .p-subsection-header__title {
    margin-left: -8px;
  }

  .p-section-shopping .p-subsection-header__subtitle {
    margin-top: 15px !important;
  }

  .p-section-shopping .p-subsection__image {
    width: calc( (( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 5 + 8px * (5 - 1) + 6.94444vw + 8px + 3vw));
  }

  .p-section-shopping .c-more {
    position: absolute;
    bottom: 73px;
    right: 44px;
  }

  .casual .p-section-space {
    margin-top: 7.5%;
    padding-bottom: 20%;
  }

  .cafe .p-section-space {
    margin-top: 5.5%;
    padding-bottom: 10.5%;
  }

  .open .p-section-space {
    margin-top: 9.2%;
    padding-bottom: 17%;
  }

  .moody .p-section-space {
    margin-top: 7.9%;
    padding-bottom: 13.1%;
  }

  .japan .p-section-space {
    margin-top: 7.3%;
    padding-bottom: 11.2%;
  }

  .casual .p-section-space__title {
    margin-left: calc(( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 7 + 8px * (7 - 1) + 59px);
  }

  .cafe .p-section-space__title {
    text-align: right;
    margin-right: 12.5%;
  }

  .open .p-section-space__title {
    margin-left: 66.3%;
  }

  .japan .p-section-space__title {
    margin-left: 65.2%;
  }

  .japan .p-section-space__title .c-section-title__inner {
    width: 250px;
  }

  .japan .p-section-space__title:before {
    width: 80px;
    height: 40px;
    top: -36px;
    left: -110px;
  }

  .p-section-space .p-section-space-container1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 6.94444vw;
  }

  .casual .p-section-space .p-section-space-container1 {
    margin-top: -2.43%;
  }

  .cafe .p-section-space .p-section-space-container1 {
    margin-top: 6.3%;
  }

  .open .p-section-space .p-section-space-container1 {
    margin-top: 1.55%;
  }

  .moody .p-section-space .p-section-space-container1 {
    margin-top: 7.2%;
  }

  .japan .p-section-space .p-section-space-container1 {
    margin-top: 6.65%;
  }

  .p-section-space .p-section-space-container1__lead-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 2 + 8px * (2 - 1));
    margin-right: 8px;
  }

  .moody .p-section-space .p-section-space-container1__lead-wrapper {
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    height: 100%;
    margin: auto;
  }

  .japan .p-section-space .p-section-space-container1__lead-wrapper .p-section-lead-container {
    position: absolute;
    left: 15%;
  }

  .p-section-space .p-section-space-container1__lead-wrapper .p-section-lead {
    margin-left: -3px;
  }

  .open .p-section-space .p-section-space-container1__lead-wrapper .p-section-lead {
    margin-left: -15px;
  }

  .moody .p-section-space .p-section-space-container1__lead-wrapper .p-section-lead {
    margin-top: 20px;
    margin-left: 21px;
  }

  .p-section-space .p-section-space-container1__images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .moody .p-section-space .p-section-space-container1__images {
    margin-left: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 2 + 8px * 2);
  }

  .p-section-space .p-section-space-container1__image1 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 8 + 8px * (8 - 1));
  }

  .p-section-space .p-section-space-container1__image2 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 2 + 8px * (2 - 1) + 6.94444vw);
    margin-left: 8px;
  }

  .p-section-space .p-section-space-container2 {
    margin-top: 12.5%;
  }

  .moody .p-section-space .p-section-space-container2 .p-section-sidebar {
    top: 34px;
    left: 96.8%;
  }

  .japan .p-section-space .p-section-space-container2 .p-section-sidebar {
    top: 28px;
  }

  .p-section-space .p-section-space-container2__text1 {
    clear: both;
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 3 + 8px * (3 - 1));
    padding: 6% 0 0 8px;
    margin-left: -10px;
  }

  .p-section-space .p-section-space-container2__text2 {
    position: absolute;
    width: 350px;
    top: 3%;
    left: 10px;
    right: 0;
  }

  .p-section-space .p-section-space-container2__content1 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 7 + 8px * (7 - 1) + 6.94444vw);
    margin-right: 8px;
  }

  .p-section-space .p-section-space-container2__content2 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 5 + 8px * (5 - 1));
  }

  .p-section-space .p-section-space-container2__content2-inner {
    width: 33.888vw;
    float: right;
  }

  .p-section-space .p-section-space-container2__image2 {
    float: right;
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 5 + 8px * (5 - 1));
  }

  .p-section-space .p-section-space-container2__image3 {
    margin-top: 73.5%;
  }

  .p-section-space .p-section-space-container3 {
    margin-top: 12.6%;
  }

  .p-section-space .p-section-space-container3__image-container {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 12 + 8px * (12 - 1));
    overflow: hidden;
  }

  .p-section-space .p-section-space-container3__text-wrapper {
    position: absolute;
    bottom: -1px;
    right: 0;
  }

  .casual .p-section-space .p-section-space-container3__text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 27px 30px 27px 36px;
    width: calc(408px - 60px);
    min-height: calc(145px - 54px);
    background-color: #fff;
  }

  .cafe .p-section-space .p-section-space-container3__text-wrapper {
    min-width: 140px;
    height: 48.5%;
    padding: 40px 30px 60px 36px;
    background-color: #ded1ac;
  }

  .open .p-section-space .p-section-space-container3__text-wrapper {
    font-family: 'FOT-筑紫ゴシック Pr5 D', 'TsukuGoPr5-D', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: unset;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 27px 30px 27px 36px;
    width: calc(356px - 60px);
    min-height: calc(145px - 54px);
    background-color: #fff;
  }

  .moody .p-section-space .p-section-space-container3__text-wrapper {
    color: #d9af89;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 27px 30px 27px 36px;
    width: calc(356px - 60px);
    min-height: calc(145px - 54px);
    background-color: #373e47;
  }

  .japan .p-section-space .p-section-space-container3__text-wrapper {
    min-width: 140px;
    height: 48.5%;
    padding: 40px 30px 60px;
    background-color: #fff;
  }

  .cafe .p-section-space .p-section-space-container3__text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 2.42857;
    color: #fff;
  }

  .japan .p-section-space .p-section-space-container3__text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 2.42857;
    color: #333;
  }

  .p-section-space .p-section-space-container4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12.5%;
    margin-left: 6.94444vw;
  }

  .p-section-space .p-section-space-container4__images {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 5 + 8px * (5 - 1));
  }

  .p-section-space .p-section-space-container4__image2 {
    margin-top: 8px;
  }

  .p-section-space .p-section-space-container4__image3 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 7 + 8px * (7 - 1) + 6.94444vw);
    margin-left: 8px;
  }

  .p-section-space .p-section-space-container4 .c-more {
    position: absolute;
    right: 0;
    bottom: -36px;
  }

  .p-section-video {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-section__text {
    line-height: 2.14286;
    letter-spacing: calc(80em / 1000);
  }

  .p-subsection {
    padding: 7.8% 0 7.5%;
  }

  .p-subsection__image {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 6 + 8px * (6 - 1));
  }

  .p-subsection .c-more {
    position: absolute;
  }

  .p-subsection-header__title {
    font-size: 6.8rem;
    letter-spacing: calc(460em / 1000);
  }

  .p-subsection-header__subtitle {
    display: inline-block;
    min-width: 195px;
    margin-top: 5px;
  }

  .u-sp {
    display: none !important;
  }

  .u-opacity.is-normal:hover {
    opacity: .6;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 2.4rem;
    line-height: 2;
  }

  body::before,body::after {
    width: 200%;
  }

  body::before {
    -webkit-transform: translate(-130%, 0) matrix3d(1, 0, 0, 0, -0.35, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-130%, 0) matrix3d(1, 0, 0, 0, -0.35, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  body::after {
    -webkit-transform: translate(-20%, 0) matrix3d(1, 0, 0, 0, 0.35, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-20%, 0) matrix3d(1, 0, 0, 0, 0.35, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  .l-footer {
    padding-top: 57px;
    padding-bottom: 160px;
  }

  .l-footer__link {
    display: none;
  }

  .l-footer__ci {
    display: block;
    text-align: center;
    margin-top: 84px;
  }

  .l-footer__ci svg {
    width: 409px;
    height: 46px;
  }

  .l-footer__sns {
    margin-top: 150px;
  }

  .l-footer__sns [width="22"] {
    width: 44px;
    height: auto;
  }

  .l-footer__sns [width="24"] {
    width: 48px;
    height: auto;
  }

  .l-footer__sns ul {
    width: 410px;
    margin-right: auto;
    margin-left: auto;
  }

  .l-footer__sns li + li {
    margin-left: 136px;
  }

  .l-footer__copyright {
    margin-top: 125px;
    margin-left: 0;
    font-size: 3rem;
    letter-spacing: calc(260em / 1000);
  }

  .l-footer .c-pagetop {
    position: relative;
  }

  .l-header__title {
    top: 48px;
    left: 36px;
  }

  .l-header__ci svg {
    width: 288px;
    height: 32px;
  }

  .l-modal .c-nav-button {
    top: 48px;
    right: 39px;
  }

  .l-modal__header {
    padding-top: 62px;
  }

  .l-nav {
    -webkit-transform: translate(-150%, 0) matrix3d(1, 0, 0, 0, -0.35, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-150%, 0) matrix3d(1, 0, 0, 0, -0.35, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    background-color: #fff;
  }

  .l-nav__inner2 {
    position: relative;
  }

  .l-page.is-no-contents .l-nav__inner2 {
    top: -10vh;
  }

  .l-nav .c-store-global-menu {
    margin-left: 70px;
  }

  .l-nav__sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    bottom: 6px;
    right: 60px;
    line-height: 1;
  }

  .l-nav__sns img {
    width: 40px;
    height: auto;
  }

  .l-nav__sns li + li {
    margin-top: 64px;
  }

  .l-nav__sub {
    margin: 120px 0 0 70px;
  }

  .l-nav__sub .item {
    font-size: 3rem;
    line-height: 1;
  }

  .l-nav__sub .item:nth-child(n + 2) {
    margin-top: 42px;
  }

  .l-page-modals .l-modal {
    -webkit-transform: translate(-150%, 0) matrix3d(1, 0, 0, 0, -0.35, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-150%, 0) matrix3d(1, 0, 0, 0, -0.35, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    background-color: #fff;
  }

  .l-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .l-wrapper--sp-align-left {
    padding-right: 70px;
    padding-left: 0;
  }

  .l-wrapper--sp-align-right {
    padding-right: 0;
    padding-left: 70px;
  }

  .c-store-global-menu__item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: 4.4rem;
    line-height: 1;
    letter-spacing: calc(80em / 1000);
  }

  .c-store-global-menu__item:nth-child(n + 2) {
    margin-top: 67px;
  }

  .c-japan-circle-icon {
    width: 143px;
    height: 143px;
  }

  .c-japan-circle-icon .text {
    font-size: 9.4rem;
    top: 15px;
    left: 10px;
  }

  .c-modal-border {
    height: 4px;
    border-top: 4px solid #333;
  }

  .c-modal-header__title {
    font-size: 9.2rem;
    line-height: 0.68;
    letter-spacing: calc(240em / 1000);
    text-indent: calc(240em / 1500);
  }

  .open .c-modal-header__title {
    font-size: 7.2rem;
    line-height: 0.9;
  }

  .japan .c-modal-header__title {
    font-size: 5.8rem;
    line-height: 1.15;
  }

  .cafe .c-modal-header__title {
    font-size: 6.8rem;
    line-height: 0.92;
  }

  .moody .c-modal-header__title {
    font-size: 4.8rem;
    line-height: 1.4;
  }

  .c-modal-title-s {
    font-size: 3.8rem;
    letter-spacing: calc(180em / 1000);
    text-indent: calc(180em / 1500);
  }

  .japan .c-modal-title-s {
    font-size: 2.4rem;
    line-height: 1.7;
  }

  .cafe .c-modal-title-s {
    font-size: 3.8rem;
    line-height: 1;
  }

  .moody .c-modal-title-s {
    font-size: 3rem;
    line-height: 1.2;
  }

  .c-modal-title-l {
    font-size: 7.4rem;
    letter-spacing: calc(240em / 1000);
    text-indent: calc(240em / 1000);
  }

  .japan .c-modal-title-l {
    font-size: 5rem;
    line-height: 1.5;
  }

  .open .c-modal-title-l {
    font-size: 7.2rem;
  }

  .moody .c-modal-title-l {
    font-size: 4.8rem;
    line-height: 1.6;
  }

  .c-modal-title-caption {
    font-size: 3.2rem;
    line-height: 1.6;
  }

  .japan .c-modal-title-caption {
    font-size: 2.4rem;
    line-height: 2;
  }

  .open .c-modal-title-caption {
    font-size: 2.8rem;
    line-height: 1.9;
  }

  .moody .c-modal-title-caption {
    font-size: 2.4rem;
    line-height: 2;
  }

  .c-more__icon {
    width: 35px;
    height: 35px;
  }

  .open .c-more__icon {
    width: 42px;
    height: 42px;
  }

  .casual .c-more {
    padding: 32px 0 28px;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: calc(120em / 1000);
  }

  .cafe .c-more {
    padding: 35px 0 31px;
    line-height: 1;
    font-size: 3.2rem;
    letter-spacing: calc(260em / 1000);
  }

  .cafe .c-more .c-more__icon {
    right: 38px;
  }

  .cafe .c-more .c-more__icon:before {
    width: 4px;
  }

  .cafe .c-more .c-more__icon:after {
    height: 4px;
  }

  .open .c-more {
    padding: 34px 0 30px;
    font-size: 3.6rem;
    line-height: 1;
    letter-spacing: calc(180em / 1000);
  }

  .open .c-more .c-more__icon {
    right: 40px;
  }

  .moody .c-more {
    padding: 34px 0 30px;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: calc(200em / 1000);
  }

  .moody .c-more .c-more__icon {
    right: 40px;
  }

  .japan .c-more {
    padding: 36px 0 34px;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: calc(200em / 1000);
  }

  .japan .c-more .c-more__icon {
    right: 40px;
  }

  .c-more--detail {
    width: 710px;
  }

  .japan .c-more--detail {
    letter-spacing: calc(200em / 1000);
  }

  .c-more--pdf .c-more__icon,.c-more--link .c-more__icon {
    width: 24px;
    height: 24px;
  }

  .c-more--learn {
    width: 610px;
  }

  .casual .c-more--learn {
    border: solid 4px #333;
  }

  .cafe .c-more--learn {
    border: solid 4px #2e4b65;
  }

  .cafe .c-more--learn .c-more__icon {
    margin-right: -7px;
  }

  .open .c-more--learn {
    padding: 30px 0 25px;
    border: solid 4px #000;
  }

  .open .c-more--learn .c-more__icon {
    right: 27px;
  }

  .moody .c-more--learn {
    border: solid 4px #505860;
  }

  .japan .c-more--learn {
    padding: 34px 0 30px;
    border: solid 4px #333;
  }

  .c-nav-button {
    width: 60px;
    top: 46px;
    right: 44px;
  }

  .moody .c-nav-button {
    opacity: .9;
  }

  .c-nav-button.is-open {
    position: fixed;
  }

  .c-nav-button__bar {
    top: 3px;
    height: 3px;
  }

  .c-nav-button__bar::before {
    height: 3px;
  }

  .c-nav-button__bar--1 {
    -webkit-transform: rotateZ(26deg);
    transform: rotateZ(26deg);
  }

  .c-nav-button__bar--2 {
    -webkit-transform: rotateZ(-26deg);
    transform: rotateZ(-26deg);
  }

  .c-nav-button::before,.c-nav-button::after {
    height: 3px;
  }

  .c-nav-button::before {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  .c-nav-button::after {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }

  .c-pagetop__image {
    padding-top: 28px;
  }

  .c-pagetop__image:before {
    width: 48px;
    height: 3px;
  }

  .c-pagetop__image img {
    width: 10px;
    height: 72px;
  }

  .c-pagetop__text {
    font-size: 3.8rem;
    letter-spacing: calc(120em / 1000);
    margin-top: 32px;
  }

  .c-section-title__inner span {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }

  .c-section-title--casual {
    width: 441px;
    font-size: 9.2rem;
    text-indent: calc(240em / 1500);
    letter-spacing: calc(240em / 1000);
    padding: 80px 0 72px;
  }

  .c-section-title--casual.is-recommend .c-section-title__inner span {
    line-height: 1;
  }

  .c-section-title--casual.is-recommend .c-section-title__inner:last-child span {
    top: auto;
    bottom: 100%;
  }

  .c-section-title--casual.is-recommend.is-show .c-section-title__inner:first-child span {
    -webkit-transform: none;
    transform: none;
  }

  .c-section-title--casual.is-recommend.is-show .c-section-title__inner:last-child span {
    -webkit-transform: none;
    transform: none;
  }

  .c-section-title--cafe {
    font-size: 9.6rem;
  }

  .c-section-title--cafe.is-recommend {
    font-size: 5.8rem;
    text-indent: calc(280em / 1500);
    letter-spacing: calc(280em / 1000);
  }

  .c-section-title--open {
    font-size: 12rem;
  }

  .c-section-title--open .slanting-letter__inner {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }

  .c-section-title--moody {
    font-size: 4.8rem;
    text-indent: calc(950em / 1000);
    letter-spacing: calc(950em / 1000);
  }

  .c-section-title--moody.is-recommend {
    font-size: 4.8rem;
    letter-spacing: calc(280em / 1000);
  }

  .c-section-title--japan {
    font-size: 6rem;
    text-indent: calc(450em / 1000);
    letter-spacing: calc(450em / 1000);
  }

  .c-section-title--japan.p-section-eats__title {
    width: 100%;
  }

  .c-section-title--japan.is-recommend {
    font-size: 5.4rem;
    text-indent: calc(420em / 1000);
    letter-spacing: calc(420em / 1000);
  }

  .p-contents {
    margin-top: -1px;
    padding-top: 104px;
  }

  .p-intro__text {
    line-height: 2.25;
    width: 610px;
  }

  .cafe .p-intro__text {
    margin-top: -22px;
  }

  .open .p-intro__text {
    margin-top: -21px;
  }

  .moody .p-intro__text {
    margin-top: -17px;
  }

  .japan .p-intro__text {
    height: 420px;
    line-height: 3.08333;
    letter-spacing: calc(120em / 1000);
    margin-top: 15px;
  }

  .japan .p-intro__text br {
    display: none;
  }

  .p-intro__images {
    margin-top: 107px;
    padding-right: 40px;
  }

  .p-intro__images:after {
    content: '.';
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }

  .japan .p-intro__images {
    margin-top: 80px;
  }

  .p-intro__image2 {
    float: right;
    margin-top: 8px;
    width: 442px;
  }

  .casual .p-kv-address {
    font-size: 2.6rem;
    line-height: 1.46154;
    letter-spacing: calc(260em / 1000);
  }

  .casual .p-kv-address__inner {
    width: 100%;
  }

  .cafe .p-kv-address {
    width: 510px;
    font-size: 2.8rem;
    line-height: 1.35714;
    letter-spacing: calc(127em / 1000);
    bottom: 83px;
  }

  .cafe .p-kv-address a.p-kv-address__text:after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 0;
    width: 45px;
    height: 7px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/arrow_right.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .open .p-kv-address {
    margin-top: 14px;
    padding-top: 15px;
    border-top: solid 4px #fff;
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: calc(30em / 1000);
  }

  .open .p-kv-address__inner {
    width: 422px;
  }

  .open .p-kv-address a .p-kv-address__text:after {
    bottom: 15px;
    width: 60px;
    height: 10px;
  }

  .moody .p-kv-address {
    width: 670px;
    margin-top: 20px;
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: calc(275em / 1000);
  }

  .moody .p-kv-address a .p-kv-address__text:after {
    bottom: 15px;
    width: 60px;
    height: 10px;
  }

  .japan .p-kv-address {
    width: 540px;
    margin: 0 0 0 10px;
    font-size: 2.4rem;
    line-height: 1.66667;
    letter-spacing: calc(280em / 1000);
  }

  .japan .p-kv-address__inner {
    width: 100%;
  }

  .japan .p-kv-address a .p-kv-address__text:after {
    right: 16px;
    bottom: 14px;
  }

  .casual .p-kv-content {
    width: 100%;
  }

  .casual .p-kv-content__top {
    padding-top: 70px;
    height: 447px;
  }

  .is-ipad .casual .p-kv-content__top {
    padding-top: 50px;
    height: 400px;
  }

  .casual .p-kv-content__top.is-image {
    padding-top: 30px;
    height: 487px;
  }

  .casual .p-kv-content__top.is-image .p-kv-content__title {
    margin-top: 40px !important;
  }

  .casual .p-kv-content__subtile {
    width: 385px;
  }

  .casual .p-kv-content__subtile .top {
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: calc(240em / 1000);
  }

  .casual .p-kv-content__subtile .bottom {
    margin-top: 45px;
    padding: 24px 0;
    border-top: solid 4px #fff;
    border-bottom: solid 4px #fff;
    font-size: 3.4rem;
    letter-spacing: calc(15em / 1000);
  }

  .casual .p-kv-content__title {
    width: 512px;
    margin: 33px auto 0;
    font-size: 7.6rem;
    line-height: 0.78947;
    letter-spacing: calc(100em / 1000);
  }

  .casual .p-kv-content__title img {
    width: 383px;
    height: 136px;
  }

  .casual .p-kv-content__lead {
    top: 338px;
    width: 500px;
    font-size: 2.6rem;
    line-height: 2.30769;
    letter-spacing: calc(680em / 1000);
  }

  .is-ipad .casual .p-kv-content__lead {
    top: 308px;
  }

  .casual .p-kv-content__lead:after {
    top: 54px;
  }

  .casual .p-kv-content__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 290px;
  }

  .casual .p-kv-content__bottom-inner {
    width: 100%;
    padding: 0px 50px 0;
  }

  .cafe .p-kv-content {
    top: -35px;
    width: 610px;
    height: 768px;
    border-radius: 265px;
  }

  .is-ipad .cafe .p-kv-content {
    height: 708px;
  }

  .cafe .p-kv-content__subtile {
    top: 55px;
    width: 385px;
  }

  .cafe .p-kv-content__subtile .top {
    font-size: 6rem;
    line-height: 1;
    letter-spacing: calc(50em / 1000);
  }

  .cafe .p-kv-content__subtile .bottom {
    width: 250px;
    margin: 32px auto 0;
    font-size: 4.4rem;
    line-height: 0.9;
    letter-spacing: calc(110em / 1000);
  }

  .cafe .p-kv-content__title {
    margin-top: -20px;
    font-size: 12rem;
    line-height: 0.9;
  }

  .cafe .p-kv-content__title.is-image {
    top: -16px;
  }

  .cafe .p-kv-content__title.is-image img {
    width: 503px;
    height: 178px;
  }

  .cafe .p-kv-content__lead {
    top: 2px;
    width: 490px;
    height: 120px;
  }

  .cafe .p-kv-content__lead .text {
    top: 50px;
    left: 10px;
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: calc(360em / 1000);
    -webkit-transform: rotateZ(-3deg);
    transform: rotateZ(-3deg);
  }

  .cafe .p-kv-content__bottom {
    top: 450px;
  }

  .is-ipad .cafe .p-kv-content__bottom {
    top: 420px;
  }

  .open .p-kv-content {
    top: 24px;
  }

  .open .p-kv-content__inner {
    width: 669px;
    height: 453px;
  }

  .open .p-kv-content__top {
    top: 30px;
    width: 100%;
    height: 220px;
  }

  .open .p-kv-content__bottom {
    top: 247px;
  }

  .open .p-kv-content__title {
    font-size: 9.8rem;
  }

  .open .p-kv-content__title.is-image {
    top: 23px;
  }

  .open .p-kv-content__title.is-image img {
    width: 433px;
    height: 153px;
  }

  .open .p-kv-content__lead {
    line-height: 1.18458;
    letter-spacing: calc(20em / 1000);
  }

  .open .p-kv-content__subtile {
    font-size: 6.318rem;
    letter-spacing: calc(-10em / 1000);
  }

  .open .p-kv-content__footer {
    width: 550px;
    margin: 41px auto 0;
  }

  .open .p-kv-content__footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .moody .p-kv-content {
    top: 14px;
  }

  .moody .p-kv-content__lead {
    font-size: 3.6rem;
    line-height: 1;
  }

  .moody .p-kv-content__subtile {
    margin-top: 105px;
    font-size: 3rem;
    line-height: 1.6;
    letter-spacing: calc(860em / 1000);
  }

  .moody .p-kv-content__title {
    width: 610px;
    margin-top: 40px;
    margin-bottom: 106px;
    font-size: 6rem;
  }

  .moody .p-kv-content__title.is-image {
    margin-top: 90px;
    margin-bottom: 30px;
  }

  .moody .p-kv-content__title.is-image img {
    width: 580px;
    height: 205px;
  }

  .japan .p-kv-content {
    width: 670px;
    height: 838px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/japan/kv-content-outline_sp.png");
  }

  .is-ipad .japan .p-kv-content {
    width: 620px;
    height: 775px;
  }

  .japan .p-kv-content__title {
    margin: -240px auto 0;
    font-size: 9.6rem;
  }

  .japan .p-kv-content__title.is-image {
    top: -73px;
    left: -109px;
  }

  .japan .p-kv-content__title.is-image img {
    width: 393px;
    height: 139px;
  }

  .japan .p-kv-content__title.length-3 {
    font-size: 8rem;
    letter-spacing: calc(360em / 1000);
  }

  .japan .p-kv-content__title.length-4 {
    font-size: 8rem;
    letter-spacing: calc(100em / 1000);
  }

  .japan .p-kv-content__title.length-5 {
    font-size: 7rem;
    letter-spacing: calc(20em / 1000);
  }

  .japan .p-kv-content__title.length-6 {
    font-size: 6rem;
    letter-spacing: calc(20em / 1000);
  }

  .japan .p-kv-content__title.length-7 {
    font-size: 5rem;
    letter-spacing: calc(20em / 1000);
  }

  .japan .p-kv-content__text-wrapper {
    top: 53px;
    right: 28px;
  }

  .japan .p-kv-content__lead {
    font-size: 3.8rem;
    line-height: 1.57895;
  }

  .japan .p-kv-content__subtile {
    font-size: 3rem;
    margin-top: 1px;
    margin-right: 33px;
  }

  .japan .p-kv-content__bottom {
    position: absolute;
    top: 524px;
    left: 0;
    right: 0;
    margin: auto;
    width: 550px;
  }

  .japan .p-kv-content__bottom-inner {
    width: 100%;
  }

  .japan .p-kv-content__bottom-border {
    border: none;
    border-top: solid 1px #fff;
    margin-top: 24px;
    margin-bottom: 25px;
  }

  .p-kv-info a.p-kv-info__time:after {
    bottom: 0;
    width: 60px;
    height: 10px;
  }

  .cafe .p-kv-info a.p-kv-info__time:after {
    width: 45px;
  }

  .casual .p-kv-info {
    margin: auto;
    font-size: 3.2rem;
    line-height: 1.5625;
    letter-spacing: calc(180em / 1000);
  }

  .casual .p-kv-info__inner {
    width: 100%;
  }

  .cafe .p-kv-info {
    margin: 17px auto 0;
    padding: 16px 10px 13px;
    font-size: 3.4rem;
    line-height: 1.11765;
    letter-spacing: calc(120em / 1000);
  }

  .open .p-kv-info {
    position: relative;
    min-width: 322px;
    margin: auto;
    font-size: 3.6rem;
    line-height: 1.55556;
    letter-spacing: calc(60em / 1000);
    left: -51px;
  }

  .open .p-kv-info__inner {
    width: 100%;
  }

  .moody .p-kv-info {
    font-size: 3.4rem;
    line-height: 1.64706;
    letter-spacing: calc(260em / 1000);
  }

  .japan .p-kv-info {
    margin: 0 0 0 14px;
    font-size: 2.6rem;
    line-height: 2;
    letter-spacing: calc(180em / 1000);
  }

  .japan .p-kv-info__inner {
    display: inline-block;
  }

  .japan .p-kv-info__time:after {
    width: 35px !important;
    height: 7px !important;
  }

  .p-kv-news {
    position: relative;
  }

  .p-kv-news__item {
    padding: 16px 30px;
  }

  .p-kv-news__item--basic {
    background-color: #9aa2a1;
    color: #fff;
  }

  .p-kv-news__item--basic a {
    color: #fff;
  }

  .p-kv-news__item--emergency {
    background-color: #e6e5e4;
  }

  .moody .p-kv-news__item--emergency {
    background-color: #373e47;
  }

  .p-kv-news__item .date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
    letter-spacing: calc(100em / 1000);
  }

  .p-kv-news__item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 40px;
    line-height: 1.41667;
    letter-spacing: calc(180em / 1000);
  }

  .p-kv-reserve__text {
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 28px;
  }

  .p-kv__bg {
    height: 100vh;
    max-height: 1117px;
  }

  .p-kv__inner {
    height: 100vh;
    max-height: 1117px;
  }

  .p-kv__content-wrapper {
    width: calc(100% - 80px);
    padding: 0 40px;
  }

  .moody .p-kv__content-wrapper {
    margin-left: 70px;
    width: 610px;
    padding: 0;
  }

  .p-modal-access .p-map {
    margin-top: 33px;
  }

  .p-modal-access .p-map__canvas {
    margin-top: 30px;
    height: 511px;
  }

  .p-modal-access .p-section {
    margin-top: 79px;
    padding-top: 72px;
    border-top: solid 4px #333;
  }

  .p-modal-access .p-section:nth-child(n + 2) {
    margin-top: 121px;
  }

  .p-modal-access .p-section__title {
    font-size: 3.8rem;
    letter-spacing: calc(180em / 1000);
    text-indent: calc(180em / 1000);
  }

  .cafe .p-modal-access .p-section__title {
    font-size: 3.4rem;
  }

  .japan .p-modal-access .p-section__title {
    font-size: 2.8rem;
  }

  .moody .p-modal-access .p-section__title {
    font-size: 3rem;
    letter-spacing: calc(400em / 1000);
  }

  .p-modal-access .p-section__content {
    margin-top: 65px;
    padding: 0 30px;
  }

  .p-modal-access .p-schedule:nth-child(n + 2) {
    margin-top: 70px;
  }

  .p-modal-access .p-schedule__title {
    font-size: 3.6rem;
    text-indent: calc(80em / -1000);
    width: 195px;
  }

  .cafe .p-modal-access .p-schedule__title {
    font-size: 3.4rem;
  }

  .japan .p-modal-access .p-schedule__title {
    font-size: 2.8rem;
  }

  .moody .p-modal-access .p-schedule__title {
    font-size: 3rem;
    letter-spacing: calc(100em / 1000);
  }

  .p-modal-access .p-schedule .p-schedule-list-item {
    margin-top: -6px;
  }

  .p-modal-access .p-schedule .p-schedule-list-item:nth-child(n + 2) {
    margin-top: 17px;
  }

  .p-modal-access .p-schedule .p-schedule-list-item__title {
    font-size: 2.2rem;
    letter-spacing: calc(20em / 1000);
  }

  .p-modal-access .p-schedule .p-schedule-list-item__border {
    margin: 26px 15px 0 14px;
    background-repeat: repeat;
  }

  .casual .p-modal-access .p-schedule .p-schedule-list-item__border {
    height: 4px;
    background-size: 8px 4px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/casual/border-dot_sp.png");
  }

  .japan .p-modal-access .p-schedule .p-schedule-list-item__border {
    height: 2px;
    background-size: 28px 2px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/japan/border-dot_sp.png");
  }

  .open .p-modal-access .p-schedule .p-schedule-list-item__border {
    height: 2px;
    background-size: 28px 2px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/open/border-dot_sp.png");
  }

  .cafe .p-modal-access .p-schedule .p-schedule-list-item__border {
    height: 4px;
    background-size: 8px 4px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/cafe/border-dot_sp.png");
  }

  .moody .p-modal-access .p-schedule .p-schedule-list-item__border {
    height: 2px;
    background-size: 28px 2px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/moody/border-dot_sp.png");
  }

  .p-modal-access .p-schedule .p-schedule-list-item__time {
    margin-top: 5px;
    font-size: 3.6rem;
    letter-spacing: calc(20em / 1000);
  }

  .cafe .p-modal-access .p-schedule .p-schedule-list-item__time {
    font-size: 3.4rem;
  }

  .japan .p-modal-access .p-schedule .p-schedule-list-item__time {
    font-size: 2.8rem;
  }

  .moody .p-modal-access .p-schedule .p-schedule-list-item__time {
    font-size: 3rem;
    letter-spacing: calc(180em / 1000);
  }

  .p-modal-access .p-schedule .p-schedule-list-item__footer {
    font-size: 2rem;
    line-height: 1.8;
  }

  .p-modal-access .p-address__text {
    margin-top: -13px;
    line-height: 2.5;
    letter-spacing: calc(120em / 1000);
  }

  .p-modal-access .p-address__tel {
    margin-top: 9px;
    font-size: 3.6rem;
    line-height: 2;
    letter-spacing: calc(180em / 1000);
  }

  .cafe .p-modal-access .p-address__tel {
    font-size: 3.4rem;
  }

  .japan .p-modal-access .p-address__tel {
    font-size: 2.8rem;
  }

  .moody .p-modal-access .p-address__tel {
    font-size: 3rem;
    letter-spacing: calc(180em / 1000);
  }

  .p-modal-access .p-news {
    margin-top: 92px !important;
    padding-bottom: 145px;
  }

  .p-modal-access .p-news .p-section-container {
    margin-top: -5px;
  }

  .p-modal-access .p-news .p-news-content:nth-child(n + 2) {
    margin-top: 95px;
  }

  .p-modal-access .p-news .p-news-content__date {
    letter-spacing: calc(120em / 1000);
  }

  .p-modal-access .p-news .p-news-content__title {
    font-size: 3rem;
    line-height: 2.06667;
    letter-spacing: calc(120em / 1000);
    margin-top: 9px;
  }

  .p-modal-access .p-news .p-news-content__text {
    line-height: 2;
    letter-spacing: calc(120em / 1000);
    margin-top: 22px;
  }

  .p-modal-guide .l-modal-container {
    padding-bottom: 200px;
  }

  .p-modal-guide .p-block {
    margin: 110px auto 108px;
  }

  .p-modal-guide__intro {
    padding: 119px 0 154px;
  }

  .p-modal-guide__intro .p-subsection-header {
    bottom: -92px;
    left: -30px;
  }

  .p-modal-guide__intro .p-modal-guide__image {
    width: 610px;
  }

  .p-modal-guide__intro .p-modal-guide__intro-pic {
    width: 370px;
    bottom: -65px;
    right: -30px;
  }

  .p-modal-guide__contents {
    margin-top: 162px;
  }

  .p-modal-guide__image {
    width: 670px;
  }

  .p-modal-guide__text-content {
    width: 610px;
  }

  .p-modal-guide__text {
    line-height: 2;
    letter-spacing: calc(160em / 1000);
  }

  .p-modal-guide__lead {
    font-size: 2.6rem;
    line-height: 1.84615;
    letter-spacing: calc(320em / 1000);
    margin-bottom: 49px;
  }

  .p-modal-guide__lead--large {
    font-size: 3rem;
    line-height: 2.06667;
    letter-spacing: calc(440em / 1000);
    margin-bottom: 25px;
  }

  .p-modal-guide .p-plan__title {
    font-size: 2.6rem;
  }

  .p-modal-guide .p-plan__items {
    margin-top: 48px;
  }

  .p-modal-guide .p-plan .p-plan-item {
    height: 120px;
    border-top: solid 3px #333;
  }

  .p-modal-guide .p-plan .p-plan-item:last-child {
    border-bottom: solid 3px #333;
  }

  .p-modal-guide .p-plan .p-plan-item__title {
    line-height: 1.41667;
  }

  .p-modal-guide .p-plan .p-plan-item__price {
    margin-right: -4px;
  }

  .p-modal-guide .p-list {
    padding-top: 7px;
  }

  .p-modal-guide .p-list__title {
    font-size: 2.6rem;
    padding: 0 25px;
  }

  .p-modal-guide .p-list ul,.p-modal-guide .p-list ol {
    margin-top: 70px;
    padding: 0 30px 0 17px;
  }

  .p-modal-guide .p-list li {
    margin-left: 36px;
    padding-left: 44px;
    line-height: 1.58333;
    letter-spacing: calc(200em / 1000);
  }

  .p-modal-guide .p-list li:nth-child(n + 2) {
    margin-top: 24px;
  }

  .p-modal-guide .p-map {
    width: 670px;
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .p-modal-guide .p-map__pic-wrapper .p-modal-pic.pic2 {
    top: -160px;
  }

  .p-modal-guide .p-map__pic-wrapper .p-modal-pic.pic3 {
    bottom: -150px;
    left: -60px;
  }

  .p-modal-guide .p-map__canvas {
    margin-top: 30px;
    height: 511px;
  }

  .p-modal-menu .l-modal-container {
    padding-bottom: 160px;
  }

  .p-modal-menu .p-new {
    margin-top: 33px;
  }

  .p-modal-menu .p-new__container {
    margin-top: 30px;
    padding-bottom: 60px;
  }

  .p-modal-menu .p-new .p-new-content {
    margin-top: 65px;
    padding: 0 30px;
  }

  .p-modal-menu .p-new .p-new-content__title {
    font-size: 3rem;
    line-height: 2.06667;
    letter-spacing: calc(120em / 1000);
  }

  .p-modal-menu .p-new .p-new-content__text {
    margin-top: 19px;
    line-height: 2;
    letter-spacing: calc(120em / 1000);
  }

  .p-modal-menu .p-flagship {
    margin-top: 28px;
    padding-bottom: 46px;
  }

  .p-modal-menu .p-flagship__container {
    margin-top: 30px;
  }

  .p-modal-menu .p-flagship__image:nth-child(n + 2) {
    margin-top: 25px;
  }

  .p-modal-menu .p-flagship .p-caption {
    padding: 28px 0;
  }

  .p-modal-menu .p-flagship .p-caption__price .ja {
    font-size: 2.4rem;
  }

  .p-modal-menu .p-flagship .p-caption__price {
    font-size: 3.6rem;
    margin-top: -5px;
    letter-spacing: calc(20em / 1000);
  }

  .japan .p-modal-menu .p-flagship .p-caption__price {
    margin-top: 0;
    font-size: 2.4rem;
  }

  .moody .p-modal-menu .p-flagship .p-caption__price {
    font-size: 3.2rem;
  }

  .cafe .p-modal-menu .p-flagship .p-caption__price {
    margin-top: 0;
    font-size: 2.4rem;
  }

  .p-modal-menu .p-detail-contents {
    margin-top: 105px;
  }

  .p-modal-menu .p-detail-contents.is-first {
    margin-top: 0px;
  }

  .p-modal-menu .p-detail-contents .p-content {
    padding-top: 60px;
  }

  .p-modal-menu .p-detail-contents .p-images {
    margin-left: -48px;
    margin-top: 30px;
  }

  .p-modal-menu .p-detail-contents .p-images-item {
    width: 311px;
    margin-left: 48px;
    margin-top: 32px;
  }

  .p-modal-menu .p-detail-contents .p-images-item .p-caption__title {
    margin-top: 11px;
    font-size: 2.4rem;
    line-height: 1.41667;
  }

  .p-modal-menu .p-detail-contents .p-images-item .p-caption__price .ja {
    font-size: 2.4rem;
  }

  .p-modal-menu .p-detail-contents .p-images-item .p-caption__price {
    display: block;
    font-size: 3.6rem;
    margin-top: 18px;
    text-align: center;
  }

  .japan .p-modal-menu .p-detail-contents .p-images-item .p-caption__price {
    font-size: 2.4rem;
  }

  .moody .p-modal-menu .p-detail-contents .p-images-item .p-caption__price {
    font-size: 3.2rem;
  }

  .cafe .p-modal-menu .p-detail-contents .p-images-item .p-caption__price {
    font-size: 2.4rem;
  }

  .p-modal-menu .p-menu-list-wrapper {
    padding-top: 11px;
  }

  .p-modal-menu .p-menu-list {
    margin-top: 90px;
  }

  .p-modal-menu .p-menu-list__items {
    margin-top: 49px;
    padding: 0 30px;
  }

  .p-modal-menu .p-menu-list .p-menu-list-item {
    margin-bottom: 30px;
  }

  .p-modal-menu .p-menu-list .p-menu-list-item__border {
    margin: 30px 38px 0 31px;
    background-repeat: repeat;
  }

  .casual .p-modal-menu .p-menu-list .p-menu-list-item__border {
    height: 4px;
    background-size: 8px 4px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/casual/border-dot_sp.png");
  }

  .japan .p-modal-menu .p-menu-list .p-menu-list-item__border {
    height: 2px;
    background-size: 28px 2px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/japan/border-dot_sp.png");
  }

  .open .p-modal-menu .p-menu-list .p-menu-list-item__border {
    height: 2px;
    background-size: 28px 2px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/open/border-dot_sp.png");
  }

  .cafe .p-modal-menu .p-menu-list .p-menu-list-item__border {
    height: 4px;
    background-size: 8px 4px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/cafe/border-dot_sp.png");
  }

  .moody .p-modal-menu .p-menu-list .p-menu-list-item__border {
    height: 2px;
    background-size: 28px 2px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/moody/border-dot_sp.png");
  }

  .p-modal-menu .p-menu-list .p-menu-list-item__price {
    font-size: 3.6rem;
    margin-top: 6px;
  }

  .p-modal-menu .p-menu-list .p-menu-list-item__price .ja {
    font-size: 2.4rem;
  }

  .japan .p-modal-menu .p-menu-list .p-menu-list-item__price {
    font-size: 2.4rem;
  }

  .moody .p-modal-menu .p-menu-list .p-menu-list-item__price {
    font-size: 3.2rem;
  }

  .cafe .p-modal-menu .p-menu-list .p-menu-list-item__price {
    margin-top: 15px;
    font-size: 2.4rem;
  }

  .p-modal-space .l-modal-container {
    padding-bottom: 160px;
  }

  .p-modal-space .p-intro {
    margin-top: 33px;
  }

  .p-modal-space .p-intro__container {
    margin-top: 93px;
  }

  .p-modal-space .p-intro__image {
    margin-top: 79px;
  }

  .p-modal-space .p-intro .p-intro-content__inner2 {
    padding: 0 30px;
  }

  .p-modal-space .p-intro .p-intro-content__title {
    font-size: 3rem;
    line-height: 2.06667;
    letter-spacing: calc(120em / 1000);
  }

  .p-modal-space .p-intro .p-intro-content__text {
    margin-top: 18px;
    line-height: 2;
    letter-spacing: calc(120em / 1000);
  }

  .p-modal-space .p-intro .p-intro-content__image {
    margin-top: 108px;
  }

  .p-modal-space .p-spec-list {
    margin-top: 81px;
  }

  .p-modal-space .p-spec-list__title {
    font-size: 5.6rem;
  }

  .japan .p-modal-space .p-spec-list__title {
    font-size: 2.4rem;
    line-height: 1.7;
  }

  .cafe .p-modal-space .p-spec-list__title {
    font-size: 3.8rem;
    line-height: 1;
  }

  .moody .p-modal-space .p-spec-list__title {
    font-size: 3rem;
    line-height: 1.2;
  }

  .p-modal-space .p-spec-list__items {
    margin-top: 25px;
    padding: 0 30px;
  }

  .p-modal-space .p-spec-list .p-spec-list-item {
    margin-bottom: 12px;
  }

  .p-modal-space .p-spec-list .p-spec-list-item__border {
    margin-top: 30px;
  }

  .casual .p-modal-space .p-spec-list .p-spec-list-item__border {
    height: 4px;
    background-size: 8px 4px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/casual/border-dot_sp.png");
  }

  .japan .p-modal-space .p-spec-list .p-spec-list-item__border {
    height: 2px;
    background-size: 28px 2px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/japan/border-dot_sp.png");
  }

  .open .p-modal-space .p-spec-list .p-spec-list-item__border {
    height: 2px;
    background-size: 28px 2px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/open/border-dot_sp.png");
  }

  .cafe .p-modal-space .p-spec-list .p-spec-list-item__border {
    height: 4px;
    background-size: 8px 4px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/cafe/border-dot_sp.png");
  }

  .moody .p-modal-space .p-spec-list .p-spec-list-item__border {
    height: 2px;
    background-size: 28px 2px;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/moody/border-dot_sp.png");
  }

  .p-modal-space .p-spec-list .p-spec-list-item__title {
    width: 153px;
  }

  .p-modal-space .p-spec-list .p-spec-list-item__value {
    width: 149px;
    margin-top: 12px;
    letter-spacing: calc(60em / 1000);
  }

  .p-modal-space .p-main-images {
    margin-top: 100px;
  }

  .p-modal-space .p-main-images .p-main-images-content:nth-child(n + 2) {
    margin-top: 71px;
  }

  .p-modal-space .p-main-images .p-main-images-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .p-modal-space .p-main-images .p-main-images-content__title {
    text-align: center;
  }

  .p-modal-space .p-main-images .p-main-images-content__title .en {
    font-size: 3.8rem;
    letter-spacing: calc(120em / 1000);
  }

  .japan .p-modal-space .p-main-images .p-main-images-content__title .en {
    font-size: 2.4rem;
    line-height: 1.7;
    margin-left: -1rem;
  }

  .cafe .p-modal-space .p-main-images .p-main-images-content__title .en {
    font-size: 3.8rem;
    line-height: 1;
  }

  .moody .p-modal-space .p-main-images .p-main-images-content__title .en {
    font-size: 3rem;
    line-height: 1.2;
    -webkit-transform-origin: center;
    transform-origin: center;
    margin-left: -0.3rem;
  }

  .p-modal-space .p-main-images .p-main-images-content__title .ja {
    letter-spacing: calc(300em / 1000);
  }

  .p-modal-space .p-main-images .p-main-images-content__container {
    margin-top: 38px;
  }

  .p-modal-space .p-main-images .p-main-images-content__image:nth-child(n + 2) {
    margin-top: 8px;
  }

  .p-modal-space .p-sub-images {
    margin-top: 110px;
  }

  .flex-images .item {
    margin-bottom: 8px;
  }

  .p-pic.pic_party {
    top: -20px;
    right: -120px;
    width: 53%;
  }

  .p-pic.pic_gathering {
    top: -175px;
    left: -23px;
    width: 51%;
  }

  .p-pic.pic_date {
    top: -173px;
    right: -45px;
    width: 74%;
    z-index: 0;
  }

  .p-pic.pic_shopping {
    top: -85px;
    right: -31px;
    width: 49.5%;
  }

  .p-pic.pic_recommend {
    top: -80px;
    right: -53px;
    width: 211px;
  }

  .casual .p-pic.pic1 {
    top: -90px;
    left: -23px;
    width: 225px;
  }

  .casual .p-pic.pic2 {
    top: -220px;
    right: -100px;
    width: 544px;
    z-index: 0;
  }

  .casual .p-pic.pic3 {
    top: 60px;
    right: 0;
    width: 282px;
  }

  .casual .p-pic.pic4 {
    top: 460px;
    left: 40px;
    width: 199px;
  }

  .cafe .p-pic.pic1 {
    bottom: -100px;
    left: -10px;
    width: 59%;
  }

  .cafe .p-pic.pic2 {
    bottom: -40px;
    left: 110px;
    width: 144px;
  }

  .cafe .p-pic.pic3 {
    top: 150px;
    right: -270px;
    width: 186px;
  }

  .cafe .p-pic.pic4 {
    top: -100px;
    left: 40px;
    width: 152px;
  }

  .cafe .p-pic.pic5 {
    bottom: -135px;
    left: 15px;
    width: 225px;
  }

  .cafe .p-pic.pic6 {
    top: 552px;
    left: 45px;
    width: 254px;
  }

  .cafe .p-pic.pic7 {
    bottom: -145px;
    right: 15px;
    width: 228px;
  }

  .open .p-pic.pic1 {
    bottom: 165px;
    right: -100px;
    width: 413px;
  }

  .open .p-pic.pic2 {
    bottom: 430px;
    left: 60px;
    width: 188px;
    z-index: 0;
  }

  .moody .p-pic.pic1 {
    bottom: -205px;
    left: -25px;
    width: 278px;
  }

  .moody .p-pic.pic2 {
    top: -250px;
    left: 60px;
    width: 540px;
  }

  .moody .p-pic.pic3 {
    bottom: -100px;
    right: -20px;
    width: 340px;
  }

  .moody .p-pic.pic4 {
    top: 460px;
    left: 40px;
  }

  .moody .p-pic.pic5 {
    top: 460px;
    left: 40px;
    width: 278px;
  }

  .japan .p-pic.pic1 {
    bottom: -120px;
    left: 73px;
    width: 116px;
  }

  .japan .p-pic.pic2 {
    bottom: 180px;
    right: 65px;
    width: 192px;
  }

  .japan .p-pic.pic3 {
    top: -40px;
    left: 75px;
    width: 133px;
  }

  .japan .p-pic.pic4 {
    top: -60px;
    left: 75px;
    width: 167px;
  }

  .japan .p-pic.pic5 {
    top: 620px;
    left: 60px;
    width: 238px;
  }

  .p-section-date__inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .p-section-date .p-subsection-header {
    left: 424px;
    z-index: 100;
  }

  .p-section-date .c-more {
    margin: 45px auto 0;
  }

  .p-section-eats .p-othermenu {
    width: 311px;
  }

  .casual .p-section-eats .p-othermenu__footer {
    text-align: center;
    margin-top: 16px;
  }

  .cafe .p-section-eats .p-othermenu__footer {
    text-align: center;
    margin-top: 20px;
  }

  .open .p-section-eats .p-othermenu__footer {
    text-align: center;
    margin-top: 18px;
  }

  .moody .p-section-eats .p-othermenu__footer {
    text-align: center;
    margin-top: 14px;
  }

  .japan .p-section-eats .p-othermenu__footer {
    text-align: center;
    margin-top: 10px;
  }

  .casual .p-section-eats .p-othermenu__title {
    line-height: 1.36625;
    letter-spacing: calc(80em / 1000);
  }

  .cafe .p-section-eats .p-othermenu__title {
    font-size: 2.6rem;
    line-height: 1.38462;
    letter-spacing: calc(360em / 1000);
  }

  .open .p-section-eats .p-othermenu__title {
    line-height: 1.5;
    letter-spacing: calc(80em / 1000);
  }

  .moody .p-section-eats .p-othermenu__title {
    width: 350px;
    margin-left: -12px;
    font-size: 3.2rem;
    line-height: 1.4;
    letter-spacing: calc(540em / 1000);
  }

  .japan .p-section-eats .p-othermenu__title {
    font-size: 2.6rem;
    line-height: 1.38462;
    letter-spacing: calc(360em / 1000);
  }

  .casual .p-section-eats .p-othermenu__price {
    margin-top: 8px;
    font-size: 3.6rem;
  }

  .cafe .p-section-eats .p-othermenu__price {
    margin-top: 22px;
  }

  .open .p-section-eats .p-othermenu__price {
    font-size: 4.8rem;
    margin-top: 15px;
  }

  .moody .p-section-eats .p-othermenu__price {
    font-size: 2.8rem;
    margin-top: 12px;
  }

  .japan .p-section-eats .p-othermenu__price {
    margin-top: 10px;
  }

  .casual .p-section-pickupmenu {
    margin-top: 50px;
    padding: 0 70px;
  }

  .casual .p-section-pickupmenu__title {
    font-size: 3.8rem;
    letter-spacing: calc(460em / 1000);
  }

  .casual .p-section-pickupmenu__text {
    width: 450px;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: calc(80em / 1000);
  }

  .casual .p-section-pickupmenu__price {
    font-size: 3.6rem;
    letter-spacing: calc(120em / 1000);
  }

  .cafe .p-section-pickupmenu {
    margin-top: 45px;
    padding: 0 70px;
  }

  .cafe .p-section-pickupmenu__title span {
    font-size: 2.8rem;
    line-height: 1.85714;
    letter-spacing: calc(360em / 1000);
    display: inline;
  }

  .cafe .p-section-pickupmenu__price {
    margin-top: 14px;
    font-size: 2.6rem;
    letter-spacing: calc(20em / 1000);
  }

  .open .p-section-pickupmenu {
    margin-top: 46px;
    padding: 0 70px;
  }

  .open .p-section-pickupmenu__text {
    font-size: 2.6rem;
    line-height: 2.07692;
    letter-spacing: calc(40em / 1000);
  }

  .open .p-section-pickupmenu__price {
    font-size: 5.2rem;
  }

  .moody .p-section-pickupmenu {
    margin-top: 21px;
    padding: 0 70px;
  }

  .moody .p-section-pickupmenu__text {
    font-size: 3.6rem;
    line-height: 1.55556;
    letter-spacing: calc(540em / 1000);
  }

  .moody .p-section-pickupmenu__price {
    font-size: 3.2rem;
    margin-top: 22px;
  }

  .moody .p-section-pickupmenu__title {
    position: absolute;
    top: 56px;
    right: 13px;
    font-size: 3rem;
  }

  .japan .p-section-pickupmenu {
    margin-top: 45px;
    padding-right: 40px;
    text-align: right;
  }

  .japan .p-section-pickupmenu__title {
    position: relative;
    font-size: 2.6rem;
    letter-spacing: calc(800em / 1000);
    right: calc(800em / -1000);
  }

  .japan .p-section-pickupmenu__price {
    position: relative;
    margin-top: 0px;
    letter-spacing: calc(20em / 1000);
    right: -19px;
  }

  .casual .p-section-eats {
    margin-top: 280px;
  }

  .cafe .p-section-eats {
    margin-top: 109px;
  }

  .open .p-section-eats {
    margin-top: 281px;
  }

  .moody .p-section-eats {
    margin-top: 179px;
  }

  .japan .p-section-eats {
    margin-top: 160px;
  }

  .casual .p-section-eats__inner {
    margin-top: -60px;
    padding-top: 109px;
  }

  .cafe .p-section-eats__inner {
    margin-top: 73px;
    padding-top: 110px;
  }

  .open .p-section-eats__inner {
    padding-top: 110px;
  }

  .moody .p-section-eats__inner {
    margin-top: 56px;
    padding-top: 110px;
  }

  .japan .p-section-eats__inner {
    margin-top: 60px;
    padding-top: 110px;
  }

  .casual .p-section-eats__title {
    margin: -200px auto 0;
  }

  .open .p-section-eats__title {
    top: -112px;
    left: 232px;
  }

  .japan .p-section-eats__title:before {
    width: 96px;
    height: 47px;
    top: 44px;
    left: calc(50% + 155px);
  }

  .p-section-eats .p-section-eats-container1__image1 {
    margin-left: 8px;
  }

  .p-section-eats .p-section-eats-container1__image2 {
    padding: 0 40px;
  }

  .p-section-eats .p-section-eats-container1__image3 {
    width: 408px;
  }

  .p-section-eats .p-section-eats-container1__bottom {
    margin-top: 80px;
    padding-left: 0;
  }

  .p-section-eats .p-section-eats-container1__bottom .images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .p-section-eats .p-section-eats-container1__lead {
    padding-right: 30px;
  }

  .casual .p-section-eats .p-section-eats-container1__lead {
    position: relative;
    left: 4px;
  }

  .open .p-section-eats .p-section-eats-container1__lead {
    position: relative;
    left: 100px;
    top: 30px;
  }

  .moody .p-section-eats .p-section-eats-container1__lead .p-section-lead {
    margin-left: 30px;
    width: 800px;
  }

  .japan .p-section-eats .p-section-eats-container1__lead {
    margin-top: 40px;
  }

  .japan .p-section-eats .p-section-eats-container1__lead .p-section-lead-container {
    position: relative;
    left: 90px;
    top: 25px;
  }

  .p-section-eats .p-section-eats-container1__text-container {
    padding-left: 40px;
  }

  .casual .p-section-eats .p-section-eats-container1__text-container {
    margin-top: 60px;
  }

  .cafe .p-section-eats .p-section-eats-container1__text-container {
    margin-top: 100px;
  }

  .open .p-section-eats .p-section-eats-container1__text-container {
    margin-top: 26px;
  }

  .moody .p-section-eats .p-section-eats-container1__text-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 88px;
  }

  .p-section-eats .p-section-eats-container1__text {
    width: 390px;
    padding-left: 30px;
  }

  .casual .p-section-eats .p-section-eats-container1__text {
    margin-right: 60px;
  }

  .cafe .p-section-eats .p-section-eats-container1__text {
    padding-top: 137px;
    margin-right: 98px;
  }

  .moody .p-section-eats .p-section-eats-container1__text {
    margin-top: 93px;
  }

  .p-section-eats .p-section-eats-container2 {
    padding-bottom: 108px;
  }

  .casual .p-section-eats .p-section-eats-container2 {
    margin-top: 90px;
  }

  .cafe .p-section-eats .p-section-eats-container2 {
    margin-top: 115px;
  }

  .cafe .p-section-eats .p-section-eats-container2 .icon {
    position: absolute;
    top: -110px;
    right: 70px;
  }

  .open .p-section-eats .p-section-eats-container2 {
    margin-top: 115px;
  }

  .japan .p-section-eats .p-section-eats-container2 {
    margin-top: 115px;
  }

  .moody .p-section-eats .p-section-eats-container2 {
    margin-top: 115px;
  }

  .p-section-eats .p-section-eats-container2__wrapper1 .image {
    padding-left: 40px;
  }

  .p-section-eats .p-section-eats-container2__wrapper2 {
    padding: 0 70px;
  }

  .casual .p-section-eats .p-section-eats-container2__wrapper2 {
    margin-top: 116px;
  }

  .cafe .p-section-eats .p-section-eats-container2__wrapper2 {
    margin-top: 100px;
  }

  .open .p-section-eats .p-section-eats-container2__wrapper2 {
    margin-top: -5px;
  }

  .moody .p-section-eats .p-section-eats-container2__wrapper2 {
    margin-top: 130px;
  }

  .japan .p-section-eats .p-section-eats-container2__wrapper2 {
    margin-top: 116px;
  }

  .japan .p-section-eats .p-section-eats-container2__content .c-japan-circle-icon {
    position: absolute;
    top: 2px;
    left: 54px;
  }

  .p-section-eats .p-section-eats-container2__text-wrapper {
    margin-top: 106px;
    padding: 0 70px;
  }

  .open .p-section-eats .p-section-eats-container2__text-title {
    position: absolute;
    font-size: 7.6rem;
    top: -785px;
    left: 70px;
  }

  .p-section-eats .p-section-eats-container3 {
    padding-top: 120px;
    padding-bottom: 112px;
  }

  .cafe .p-section-eats .p-section-eats-container3 {
    padding-bottom: 99px;
  }

  .p-section-eats .p-section-eats-container4:after {
    content: '.';
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }

  .moody .p-section-eats .p-section-eats-container4 {
    margin-top: -14px;
  }

  .japan .p-section-eats .p-section-eats-container4 {
    padding-top: 10px;
  }

  .p-section-eats .p-section-eats-container4__image1 {
    padding-right: 40px;
  }

  .p-section-eats .p-section-eats-container4__image2 {
    float: right;
    margin-top: 8px;
    padding-right: 40px;
  }

  .p-section-eats .p-section-eats-container4 .c-more {
    display: block;
    position: relative;
    margin-top: 39px;
    float: right;
  }

  .p-section-gathering__inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .p-section-gathering .p-subsection-header {
    top: 145px;
  }

  .p-section-gathering .p-section-gathering-plan {
    width: 610px;
    margin: 50px auto 0;
  }

  .p-section-gathering .p-section-gathering-plan__title {
    font-size: 3.8rem;
  }

  .p-section-gathering .p-section-gathering-plan__items {
    margin-top: 40px;
  }

  .p-section-gathering .p-section-gathering-plan .p-section-gathering-plan-item {
    height: 120px;
    border-top: solid 4px #333;
  }

  .p-section-gathering .p-section-gathering-plan .p-section-gathering-plan-item:last-child {
    border-bottom: solid 4px #333;
  }

  .p-section-gathering .p-section-gathering-plan .p-section-gathering-plan-item__title {
    line-height: 1.41667;
  }

  .p-section-gathering .p-section-gathering-plan .p-section-gathering-plan-item__price {
    font-size: 3.6rem;
    margin-right: -1rem;
  }

  .p-section-gathering .c-more {
    margin: 47px auto 0;
  }

  .casual .p-section-guide-intro {
    height: 1020px;
  }

  .cafe .p-section-guide-intro {
    height: 1020px;
    margin-top: 73px;
  }

  .open .p-section-guide-intro {
    height: 1020px;
    margin-top: 73px;
  }

  .moody .p-section-guide-intro {
    height: 1020px;
    margin-top: 57px;
  }

  .japan .p-section-guide-intro {
    height: 1020px;
    margin-top: 103px;
  }

  .p-section-guide-intro__bg {
    margin-top: -200%;
  }

  .p-section-guide-intro__bg.p-section-video {
    margin-top: -130%;
  }

  .casual .p-section-guide-intro .p-section-guide-intro-content {
    width: 670px;
    height: 780px;
    margin: 0 auto;
  }

  .cafe .p-section-guide-intro .p-section-guide-intro-content {
    width: 670px;
    height: 780px;
    margin: 0 auto;
  }

  .open .p-section-guide-intro .p-section-guide-intro-content {
    width: 670px;
    height: 780px;
    margin: 0 auto;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/open/guide-intro-content-outline_sp.png");
  }

  .moody .p-section-guide-intro .p-section-guide-intro-content {
    width: 610px;
    margin: 36px auto 0;
  }

  .japan .p-section-guide-intro .p-section-guide-intro-content {
    width: 670px;
    height: 780px;
    margin: 0 auto;
    background-image: url("/cms/wp-content/themes/opefac2018/assets/image/store/japan/guide-intro-content-outline_sp.png");
  }

  .cafe .p-section-guide-intro .p-section-guide-intro-content__inner {
    margin-top: 55px;
  }

  .japan .p-section-guide-intro .p-section-guide-intro-content__inner {
    width: 550px;
    padding-top: 66px;
  }

  .casual .p-section-guide-intro .p-section-guide-intro-content__top {
    height: 374px;
  }

  .casual .p-section-guide-intro .p-section-guide-intro-content__title .small {
    font-size: 4.6rem;
    letter-spacing: calc(460em / 1000);
    margin-left: calc(460em / 1500);
    margin-top: -10px;
  }

  .cafe .p-section-guide-intro .p-section-guide-intro-content__title .small {
    font-size: 4.8rem;
    letter-spacing: calc(180em / 1000);
    margin-left: calc(180em / 1000);
  }

  .open .p-section-guide-intro .p-section-guide-intro-content__title .small {
    font-size: 3.8rem;
    letter-spacing: calc(280em / 1000);
  }

  .casual .p-section-guide-intro .p-section-guide-intro-content__title .large {
    margin-top: 30px;
  }

  .casual .p-section-guide-intro .p-section-guide-intro-content__title .large img {
    width: 544px;
  }

  .cafe .p-section-guide-intro .p-section-guide-intro-content__title .large {
    font-size: 14rem;
  }

  .open .p-section-guide-intro .p-section-guide-intro-content__title .large {
    font-size: 15.4rem;
  }

  .moody .p-section-guide-intro .p-section-guide-intro-content__title > span:before {
    top: 15px;
  }

  .moody .p-section-guide-intro .p-section-guide-intro-content__title .top .text {
    margin-right: 15px;
  }

  .moody .p-section-guide-intro .p-section-guide-intro-content__title .bottom .text {
    right: -15px;
    margin-left: 15px;
  }

  .moody .p-section-guide-intro .p-section-guide-intro-content__title {
    font-size: 4.8rem;
    line-height: 2.1;
    letter-spacing: calc(280em / 1000);
  }

  .japan .p-section-guide-intro .p-section-guide-intro-content__title {
    font-size: 5.4rem;
    line-height: 1.6;
    letter-spacing: calc(420em / 1000);
  }

  .casual .p-section-guide-intro .p-section-guide-intro-content__bottom {
    height: 387px;
  }

  .cafe .p-section-guide-intro .p-section-guide-intro-content__bottom {
    width: 550px;
    margin: 81px auto 0;
    padding-top: 65px;
  }

  .open .p-section-guide-intro .p-section-guide-intro-content__bottom {
    width: 550px;
    border-top: solid 4px #fff;
    margin: 70px auto 0;
    padding-top: 58px;
  }

  .japan .p-section-guide-intro .p-section-guide-intro-content__bottom {
    margin: 102px auto 0;
    padding-top: 58px;
  }

  .casual .p-section-guide-intro .p-section-guide-intro-content__bottom-inner {
    width: 551px;
  }

  .cafe .p-section-guide-intro .p-section-guide-intro-content__bottom-inner {
    width: 551px;
  }

  .p-section-guide-intro .p-section-guide-intro-content__lead {
    text-align: center;
    font-size: 2.8rem;
  }

  .moody .p-section-guide-intro .p-section-guide-intro-content__lead {
    font-size: 3.2rem;
    margin-top: 198px;
    text-align: left;
    letter-spacing: calc(180em / 1000);
  }

  .p-section-guide-intro .p-section-guide-intro-content__text {
    line-height: 2;
    margin-top: 22px;
  }

  .casual .p-section-guide {
    margin-top: 280px;
  }

  .cafe .p-section-guide {
    margin-top: 110px;
  }

  .open .p-section-guide {
    margin-top: 279px;
  }

  .moody .p-section-guide {
    padding-top: 180px;
  }

  .japan .p-section-guide {
    padding-top: 116px;
  }

  .casual .p-section-guide__title {
    position: absolute;
    top: -200px;
    left: 40px;
  }

  .cafe .p-section-guide__title {
    margin-left: 10px;
  }

  .open .p-section-guide__title {
    top: -210px;
    left: 222px;
  }

  .moody .p-section-guide__title {
    margin-left: -10px;
  }

  .japan .p-section-guide__title {
    margin-left: 10px;
  }

  .japan .p-section-lead-container .p-section-lead {
    margin-top: 30px;
    left: 11px;
  }

  .p-section-lead--casual {
    left: 6px;
    font-size: 2.8rem;
    line-height: 2.44643;
    letter-spacing: calc(480em / 1000);
  }

  .p-section-lead--casual span {
    border-right: solid 6px #0f5533;
  }

  .p-section-lead--casual span:last-child:before {
    width: 6px;
    left: -6px;
  }

  .p-section-lead--cafe {
    font-size: 3.4rem;
    letter-spacing: calc(600em / 1000);
  }

  .p-section-lead--cafe span {
    padding: 3px 1px 35px;
    margin: 0 25px;
  }

  .p-section-lead--open {
    font-size: 2.8rem;
    line-height: 2.5;
    letter-spacing: calc(500em / 1000);
  }

  .p-section-lead--moody {
    font-size: 3.6rem;
    line-height: 1.55556;
    letter-spacing: calc(700em / 1000);
  }

  .p-section-lead--japan {
    font-size: 4.2rem;
    line-height: 1.7619;
  }

  .p-section-party {
    padding: 120px 0 122px;
  }

  .p-section-party .p-subsection-header {
    left: 40px;
  }

  .p-section-party .p-subsection__image {
    width: 610px;
    margin: 0 auto;
  }

  .p-section-party .c-more {
    margin: 46px auto 0;
  }

  .p-section-recommend {
    padding-top: 122px;
    background-color: #f5f5f5;
  }

  .japan .p-section-recommend {
    padding-bottom: 0;
  }

  .p-section-recommend__inner {
    padding: 0;
  }

  .moody .p-section-recommend__inner {
    padding-top: 9px;
  }

  .japan .p-section-recommend__inner {
    padding-top: 0;
  }

  .casual .p-section-recommend__title {
    width: auto;
    padding: 0;
    text-indent: 0;
    border: none;
    color: #0f5533;
    font-size: 6.2rem;
    letter-spacing: calc(240em / 1000);
  }

  .open .p-section-recommend__title {
    left: 209px;
  }

  .japan .p-section-recommend__title {
    margin-top: 5px;
    left: 1rem;
  }

  .p-section-recommend__title.is-recommend {
    padding: 0 !important;
    text-indent: 0 !important;
  }

  .p-section-recommend__title.is-recommend span {
    margin: 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
    background-color: transparent !important;
  }

  .p-section-recommend__items {
    width: 610px;
    margin: 88px auto 0;
  }

  .p-section-recommend .p-section-recommend-item {
    padding-bottom: 110px;
  }

  .p-section-recommend .p-section-recommend-item__title {
    text-align: center;
    margin-top: 50px;
    font-size: 4.6rem;
    letter-spacing: calc(260em / 1000);
  }

  .p-section-recommend .p-section-recommend-item__text {
    margin: 13px auto 0;
    line-height: 1.95122;
    letter-spacing: calc(80em / 1000);
  }

  .p-section-shopping__inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .p-section-shopping .p-subsection-header {
    left: 70px;
  }

  .p-section-shopping .p-subsection-header__subtitle,.p-section-shopping .p-subsection-header__lead-wrapper {
    width: 358px !important;
  }

  .p-section-shopping .p-subsection__image {
    width: 710px;
  }

  .p-section-shopping .c-more {
    margin: 46px auto 0;
  }

  .casual .p-section-space {
    margin-top: 80px;
  }

  .cafe .p-section-space {
    margin-top: 108px;
  }

  .open .p-section-space {
    margin-top: 100px;
  }

  .moody .p-section-space {
    margin-top: 172px;
  }

  .japan .p-section-space {
    margin-top: 160px;
  }

  .casual .p-section-space__title {
    margin: 0 auto;
  }

  .open .p-section-space__title {
    margin-left: 223px;
  }

  .japan .p-section-space__title {
    margin-left: 366px;
  }

  .japan .p-section-space__title:before {
    width: 96px;
    height: 47px;
    top: -40px;
    left: -98px;
  }

  .casual .p-section-space .p-section-space-container1 {
    margin-top: -60px;
  }

  .cafe .p-section-space .p-section-space-container1 {
    margin-top: 75px;
  }

  .open .p-section-space .p-section-space-container1 {
    margin-top: 60px;
  }

  .moody .p-section-space .p-section-space-container1 {
    margin-top: 60px;
  }

  .japan .p-section-space .p-section-space-container1 {
    margin-top: 60px;
  }

  .p-section-space .p-section-space-container1__lead-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
  }

  .japan .p-section-space .p-section-space-container1__lead-wrapper .p-section-lead-container {
    margin-top: 54px;
    margin-left: 59px;
  }

  .casual .p-section-space .p-section-space-container1__lead-wrapper .p-section-lead {
    margin-left: 70px;
  }

  .cafe .p-section-space .p-section-space-container1__lead-wrapper .p-section-lead {
    margin-left: 45px;
  }

  .open .p-section-space .p-section-space-container1__lead-wrapper .p-section-lead {
    top: 25px;
    margin-left: 50px;
  }

  .moody .p-section-space .p-section-space-container1__lead-wrapper .p-section-lead {
    position: absolute;
    z-index: 1;
    top: 162px;
    left: 70px;
  }

  .p-section-space .p-section-space-container1__image1 {
    margin-right: 40px;
  }

  .moody .p-section-space .p-section-space-container1__image2 {
    margin-left: 375px;
  }

  .p-section-space .p-section-space-container2 {
    margin-top: 105px;
  }

  .japan .p-section-space .p-section-space-container2 {
    margin-top: 78px;
  }

  .p-section-space .p-section-space-container2__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .p-section-space .p-section-space-container2__text1 {
    width: 610px;
    margin: 106px auto 0;
  }

  .p-section-space .p-section-space-container2__text2 {
    width: 610px;
  }

  .p-section-space .p-section-space-container2__content1 .images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 106px;
  }

  .p-section-space .p-section-space-container2__image1,.p-section-space .p-section-space-container2__image2 {
    width: 408px;
  }

  .p-section-space .p-section-space-container2__image3 {
    width: 334px;
    height: 418px;
  }

  .p-section-space .p-section-space-container3 {
    margin-top: 108px;
  }

  .p-section-space .p-section-space-container3__image-container {
    width: 670px;
  }

  .p-section-space .p-section-space-container3__text-wrapper {
    width: 610px;
    margin: 45px auto 0;
  }

  .p-section-space .p-section-space-container4 {
    margin-top: 106px;
    padding-left: 40px;
  }

  .p-section-space .p-section-space-container4__images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .p-section-space .p-section-space-container4__image2 {
    margin-left: 8px;
  }

  .p-section-space .p-section-space-container4__image3 {
    margin-top: 8px;
  }

  .p-section-space .p-section-space-container4 .c-more {
    position: relative;
    margin-top: 41px;
  }

  .p-section__text {
    line-height: 2;
    letter-spacing: calc(120em / 1000);
  }

  .p-subsection__image {
    width: 511px;
  }

  .p-subsection .c-more {
    position: relative;
  }

  .p-subsection-header__title {
    font-size: 8rem;
    letter-spacing: calc(380em / 1000);
    text-indent: -0.4rem;
  }

  .p-subsection-header__subtitle {
    width: 195px;
  }

  .p-subsection-header__subtitle--right {
    float: right;
    margin-right: 30px;
  }

  .u-pc {
    display: none !important;
  }

  .c-movie.is-thumb::after {
    top: calc(50% - 43px);
    left: calc(50% - 36px);
    width: 86px;
    height: 71px;
  }
}

@-moz-document url-prefix() {
  .p-intro__text-wrapper {
    height: 260px;
  }
}

@-moz-document url-prefix() {
  .japan .p-intro__text {
    position: absolute;
  }
}

@-moz-document url-prefix() {
  .japan .p-kv-content__title-wrapper2 {
    position: absolute;
  }
}

@-moz-document url-prefix() {
  .japan .p-kv-content__title {
    position: absolute;
    left: -41px;
  }
}

@-moz-document url-prefix() {
  .japan .p-kv-content__lead {
    position: absolute;
    white-space: nowrap;
  }
}

@-moz-document url-prefix() {
  .japan .p-kv-content__subtile {
    position: absolute;
    right: 95px;
    white-space: nowrap;
  }
}

@-moz-document url-prefix() {
  .cafe .p-section-eats .p-othermenu__title {
    position: absolute;
  }
}

@-moz-document url-prefix() {
  .japan .p-section-eats .p-othermenu__title {
    position: absolute;
  }
}

@-moz-document url-prefix() {
  .cafe .p-section-eats .p-othermenu__price {
    position: absolute;
    left: 15px;
    bottom: 0;
  }
}

@-moz-document url-prefix() {
  .japan .p-section-eats .p-othermenu__price {
    position: absolute;
    left: 22px;
  }
}

@-moz-document url-prefix() {
  .cafe .p-section-pickupmenu__price {
    right: 25px;
  }
}

@-moz-document url-prefix() {
  .japan .p-section-pickupmenu__price {
    right: 0px;
  }
}

@-moz-document url-prefix() {
  .p-section-lead--casual {
    position: absolute;
  }
}

@-moz-document url-prefix() {
  .p-section-lead--cafe {
    position: absolute;
  }
}

@-moz-document url-prefix() {
  .p-section-lead--open {
    position: absolute;
  }
}

@-moz-document url-prefix() {
  .p-section-lead--japan {
    position: absolute !important;
    white-space: nowrap !important;
    top: 110px;
  }
}

@-webkit-keyframes hoverAnime01 {
  0% {
    width: 100%;
    left: 0;
  }

  50% {
    width: 0%;
    left: 0;
  }

  51% {
    width: 0%;
    left: auto;
    right: 0;
  }

  100% {
    width: 100%;
    left: auto;
    right: 0;
  }
}

@keyframes hoverAnime01 {
  0% {
    width: 100%;
    left: 0;
  }

  50% {
    width: 0%;
    left: 0;
  }

  51% {
    width: 0%;
    left: auto;
    right: 0;
  }

  100% {
    width: 100%;
    left: auto;
    right: 0;
  }
}

@-webkit-keyframes hoverAnime02 {
  0% {
    width: 100%;
    right: 0;
  }

  50% {
    width: 0%;
    right: 0;
  }

  51% {
    width: 0%;
    right: auto;
    left: 0;
  }

  100% {
    width: 100%;
    right: auto;
    left: 0;
  }
}

@keyframes hoverAnime02 {
  0% {
    width: 100%;
    right: 0;
  }

  50% {
    width: 0%;
    right: 0;
  }

  51% {
    width: 0%;
    right: auto;
    left: 0;
  }

  100% {
    width: 100%;
    right: auto;
    left: 0;
  }
}

@-webkit-keyframes fixedAnime {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes fixedAnime {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes barAnime {
  0% {
    bottom: 0;
    top: 0;
  }

  8.333333333% {
    top: 100%;
    bottom: 0;
  }

  16.66666666% {
    top: 0;
    bottom: 100%;
  }

  25% {
    bottom: 0;
    top: 0;
  }
}

@keyframes barAnime {
  0% {
    bottom: 0;
    top: 0;
  }

  8.333333333% {
    top: 100%;
    bottom: 0;
  }

  16.66666666% {
    top: 0;
    bottom: 100%;
  }

  25% {
    bottom: 0;
    top: 0;
  }
}
